backoffice/node_modules/bin-version/package.json

73 lines
1.5 KiB
JSON

{
"_args": [
[
"bin-version@1.0.4",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "bin-version@1.0.4",
"_id": "bin-version@1.0.4",
"_inBundle": false,
"_integrity": "sha1-nrSY7m/Xb3q5p8FgQ2+JV5Q1144=",
"_location": "/bin-version",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bin-version@1.0.4",
"name": "bin-version",
"escapedName": "bin-version",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/bin-version-check"
],
"_resolved": "https://registry.npmjs.org/bin-version/-/bin-version-1.0.4.tgz",
"_spec": "1.0.4",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/bin-version/issues"
},
"dependencies": {
"find-versions": "^1.0.0"
},
"description": "Get the version of a binary in semver format",
"devDependencies": {
"ava": "0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"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": "node test.js"
},
"version": "1.0.4"
}