Files
asciidisco.com/build/node_modules/npm-path/package.json
2023-08-01 13:49:46 +02:00

66 lines
1.5 KiB
JSON

{
"_from": "npm-path@^1.0.0",
"_id": "npm-path@1.1.0",
"_inBundle": false,
"_integrity": "sha1-BHSuAEGcMn1UcBt88s0F3Ii+EUA=",
"_location": "/npm-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "npm-path@^1.0.0",
"name": "npm-path",
"escapedName": "npm-path",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/npm-which"
],
"_resolved": "https://registry.npmjs.org/npm-path/-/npm-path-1.1.0.tgz",
"_shasum": "0474ae00419c327d54701b7cf2cd05dc88be1140",
"_spec": "npm-path@^1.0.0",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/npm-which",
"author": {
"name": "Tim Oxley"
},
"bin": {
"npm-path": "bin/npm-path"
},
"bugs": {
"url": "https://github.com/timoxley/npm-path/issues"
},
"bundleDependencies": false,
"dependencies": {
"which": "^1.2.4"
},
"deprecated": false,
"description": "Get a PATH with all executables available to npm scripts.",
"devDependencies": {
"faucet": "0.0.1",
"npm": "^3.7.2",
"tape": "^4.4.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/timoxley/npm-path",
"keywords": [
"npm",
"run",
"executable"
],
"license": "MIT",
"main": "index.js",
"name": "npm-path",
"repository": {
"type": "git",
"url": "git+https://github.com/timoxley/npm-path.git"
},
"scripts": {
"test": "faucet"
},
"version": "1.1.0"
}