hello-world-javascript-action/node_modules/npm-run-path/package.json

49 lines
917 B
JSON
Raw Normal View History

2019-08-07 04:05:52 +00:00
{
"name": "npm-run-path",
"version": "2.0.2",
"description": "Get your PATH prepended with locally installed binaries",
"license": "MIT",
"repository": "sindresorhus/npm-run-path",
2019-08-07 04:05:52 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
2019-08-07 04:05:52 +00:00
"files": [
"index.js"
],
"keywords": [
"npm",
"run",
"path",
"package",
"bin",
"binary",
"binaries",
"script",
"cli",
"command-line",
"execute",
"executable"
],
"dependencies": {
"path-key": "^2.0.0"
2019-08-07 04:05:52 +00:00
},
"devDependencies": {
"ava": "*",
"xo": "*"
2019-08-07 04:05:52 +00:00
},
"xo": {
"esnext": true
}
,"_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz"
,"_integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8="
,"_from": "npm-run-path@2.0.2"
}