88 lines
2.1 KiB
JSON
88 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"bin-version@3.0.0",
|
|
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "bin-version@3.0.0",
|
|
"_id": "bin-version@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Ekhwm6AUiMbZ1LgVCNMkgjovpMR30FyQN74laAW9gs0NPjZR5gdY0ARNB0YsQG8GOme3CsHbxmeyq/7Ofq6QYQ==",
|
|
"_location": "/bin-version",
|
|
"_optional": true,
|
|
"_phantomChildren": {
|
|
"end-of-stream": "1.4.0",
|
|
"is-stream": "1.1.0",
|
|
"nice-try": "1.0.5",
|
|
"npm-run-path": "2.0.2",
|
|
"once": "1.4.0",
|
|
"p-finally": "1.0.0",
|
|
"path-key": "2.0.1",
|
|
"shebang-command": "1.2.0",
|
|
"signal-exit": "3.0.2",
|
|
"strip-eof": "1.0.0",
|
|
"which": "1.3.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "bin-version@3.0.0",
|
|
"name": "bin-version",
|
|
"escapedName": "bin-version",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/bin-version-check"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bin-version/-/bin-version-3.0.0.tgz",
|
|
"_spec": "3.0.0",
|
|
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/bin-version/issues"
|
|
},
|
|
"dependencies": {
|
|
"execa": "^1.0.0",
|
|
"find-versions": "^3.0.0"
|
|
},
|
|
"description": "Get the version of a binary in semver format",
|
|
"devDependencies": {
|
|
"ava": "^1.0.0-rc.1",
|
|
"xo": "^0.23.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/bin-version#readme",
|
|
"keywords": [
|
|
"bin",
|
|
"binary",
|
|
"executable",
|
|
"version",
|
|
"semver",
|
|
"semantic",
|
|
"cli"
|
|
],
|
|
"license": "MIT",
|
|
"name": "bin-version",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/bin-version.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|