Files
30-seconds-of-code/node_modules/command-exists/package.json
2019-08-20 15:52:05 +02:00

64 lines
1.7 KiB
JSON

{
"_from": "command-exists@^1.2.2",
"_id": "command-exists@1.2.8",
"_inBundle": false,
"_integrity": "sha512-PM54PkseWbiiD/mMsbvW351/u+dafwTJ0ye2qB60G1aGQP9j3xK2gmMDc+R34L3nDtx4qMCitXT75mkbkGJDLw==",
"_location": "/command-exists",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "command-exists@^1.2.2",
"name": "command-exists",
"escapedName": "command-exists",
"rawSpec": "^1.2.2",
"saveSpec": null,
"fetchSpec": "^1.2.2"
},
"_requiredBy": [
"/devcert-san"
],
"_resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.8.tgz",
"_shasum": "715acefdd1223b9c9b37110a149c6392c2852291",
"_spec": "command-exists@^1.2.2",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/devcert-san",
"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.8"
}