first commit
This commit is contained in:
82
build/node_modules/bin-version-check/package.json
generated
vendored
Normal file
82
build/node_modules/bin-version-check/package.json
generated
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"bin-version-check@2.1.0",
|
||||
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
||||
]
|
||||
],
|
||||
"_from": "bin-version-check@2.1.0",
|
||||
"_id": "bin-version-check@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-5OXfKQuQaffRETJAMe/BP90RpbA=",
|
||||
"_location": "/bin-version-check",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "bin-version-check@2.1.0",
|
||||
"name": "bin-version-check",
|
||||
"escapedName": "bin-version-check",
|
||||
"rawSpec": "2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/bin-wrapper"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-2.1.0.tgz",
|
||||
"_spec": "2.1.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "http://sindresorhus.com"
|
||||
},
|
||||
"bin": {
|
||||
"bin-version-check": "cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/bin-version-check/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"bin-version": "^1.0.0",
|
||||
"minimist": "^1.1.0",
|
||||
"semver": "^4.0.3",
|
||||
"semver-truncate": "^1.0.0"
|
||||
},
|
||||
"description": "Check whether a binary version satisfies a semver range",
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"cli.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": "mocha"
|
||||
},
|
||||
"version": "2.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user