schnee effeckt und fehler Korektur
This commit is contained in:
86
node_modules/bin-version-check/package.json
generated
vendored
86
node_modules/bin-version-check/package.json
generated
vendored
@@ -1,47 +1,43 @@
|
||||
{
|
||||
"name": "bin-version-check",
|
||||
"version": "2.1.0",
|
||||
"description": "Check whether a binary version satisfies a semver range",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/bin-version-check",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "http://sindresorhus.com"
|
||||
},
|
||||
"bin": {
|
||||
"bin-version-check": "cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"cli.js"
|
||||
],
|
||||
"keywords": [
|
||||
"cli",
|
||||
"bin",
|
||||
"binary",
|
||||
"executable",
|
||||
"version",
|
||||
"semver",
|
||||
"semantic",
|
||||
"range",
|
||||
"satisfy",
|
||||
"check",
|
||||
"validate"
|
||||
],
|
||||
"dependencies": {
|
||||
"bin-version": "^1.0.0",
|
||||
"minimist": "^1.1.0",
|
||||
"semver": "^4.0.3",
|
||||
"semver-truncate": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
}
|
||||
"name": "bin-version-check",
|
||||
"version": "4.0.0",
|
||||
"description": "Check whether a binary version satisfies a semver range",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/bin-version-check",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"cli",
|
||||
"bin",
|
||||
"binary",
|
||||
"executable",
|
||||
"version",
|
||||
"semver",
|
||||
"semantic",
|
||||
"range",
|
||||
"satisfy",
|
||||
"check",
|
||||
"validate"
|
||||
],
|
||||
"dependencies": {
|
||||
"bin-version": "^3.0.0",
|
||||
"semver": "^5.6.0",
|
||||
"semver-truncate": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^1.0.0-rc.1",
|
||||
"xo": "^0.23.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user