backoffice/node_modules/bin-check/package.json

70 lines
1.5 KiB
JSON

{
"_args": [
[
"bin-check@2.0.0",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "bin-check@2.0.0",
"_id": "bin-check@2.0.0",
"_inBundle": false,
"_integrity": "sha1-hvjm9CU4k99g3DFpV/WvAqywWTA=",
"_location": "/bin-check",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bin-check@2.0.0",
"name": "bin-check",
"escapedName": "bin-check",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/bin-wrapper"
],
"_resolved": "https://registry.npmjs.org/bin-check/-/bin-check-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/bin-check/issues"
},
"dependencies": {
"executable": "^1.0.0"
},
"description": "Check if a binary is working",
"devDependencies": {
"ava": "^0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/bin-check#readme",
"keywords": [
"binary",
"check",
"executable",
"test"
],
"license": "MIT",
"name": "bin-check",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/bin-check.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "2.0.0"
}