81 lines
2.0 KiB
JSON
81 lines
2.0 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"bin-version-check@4.0.0",
|
||
|
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "bin-version-check@4.0.0",
|
||
|
"_id": "bin-version-check@4.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-sR631OrhC+1f8Cvs8WyVWOA33Y8tgwjETNPyyD/myRBXLkfS/vl74FmH/lFcRl9KY3zwGh7jFhvyk9vV3/3ilQ==",
|
||
|
"_location": "/bin-version-check",
|
||
|
"_optional": true,
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "bin-version-check@4.0.0",
|
||
|
"name": "bin-version-check",
|
||
|
"escapedName": "bin-version-check",
|
||
|
"rawSpec": "4.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "4.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/bin-wrapper"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-4.0.0.tgz",
|
||
|
"_spec": "4.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-check/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bin-version": "^3.0.0",
|
||
|
"semver": "^5.6.0",
|
||
|
"semver-truncate": "^1.1.2"
|
||
|
},
|
||
|
"description": "Check whether a binary version satisfies a semver range",
|
||
|
"devDependencies": {
|
||
|
"ava": "^1.0.0-rc.1",
|
||
|
"xo": "^0.23.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/sindresorhus/bin-version-check#readme",
|
||
|
"keywords": [
|
||
|
"cli",
|
||
|
"bin",
|
||
|
"binary",
|
||
|
"executable",
|
||
|
"version",
|
||
|
"semver",
|
||
|
"semantic",
|
||
|
"range",
|
||
|
"satisfy",
|
||
|
"check",
|
||
|
"validate"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "bin-version-check",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/sindresorhus/bin-version-check.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"version": "4.0.0"
|
||
|
}
|