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