GT2/Ejectable/node_modules/command-exists/package.json

64 lines
1.7 KiB
JSON

{
"_from": "command-exists@^1.2.8",
"_id": "command-exists@1.2.9",
"_inBundle": false,
"_integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==",
"_location": "/command-exists",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "command-exists@^1.2.8",
"name": "command-exists",
"escapedName": "command-exists",
"rawSpec": "^1.2.8",
"saveSpec": null,
"fetchSpec": "^1.2.8"
},
"_requiredBy": [
"/react-native/@react-native-community/cli"
],
"_resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
"_shasum": "c50725af3808c8ab0260fd60b01fbfa25b954f69",
"_spec": "command-exists@^1.2.8",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/react-native/node_modules/@react-native-community/cli",
"author": {
"name": "Matthew Conlen"
},
"bugs": {
"url": "https://github.com/mathisonian/command-exists/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Arthur Silber",
"email": "arthur@arthursilber.de",
"url": "https://arthursilber.de"
}
],
"deprecated": false,
"description": "check whether a command line command exists in the current environment",
"devDependencies": {
"expect.js": "^0.3.1",
"jshint": "^2.9.1",
"mocha": "^2.5.3"
},
"homepage": "https://github.com/mathisonian/command-exists",
"keywords": [
"cli",
"command",
"exists"
],
"license": "MIT",
"main": "index.js",
"name": "command-exists",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mathisonian/command-exists.git"
},
"scripts": {
"test": "mocha test/test.js"
},
"version": "1.2.9"
}