76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"_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",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"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",
|
|
"_shasum": "7d819c62496991f80d893e6e02a3032361608f71",
|
|
"_spec": "bin-version-check@^4.0.0",
|
|
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/bin-wrapper",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/bin-version-check/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bin-version": "^3.0.0",
|
|
"semver": "^5.6.0",
|
|
"semver-truncate": "^1.1.2"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|