| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "dependencies": { |
| "path-key": "^2.0.0" |
| }, |
| "description": "Get your PATH prepended with locally installed binaries", |
| "devDependencies": { |
| "ava": "*", |
| "xo": "*" |
| }, |
| "engines": { |
| "node": ">=4" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "npm", |
| "run", |
| "path", |
| "package", |
| "bin", |
| "binary", |
| "binaries", |
| "script", |
| "cli", |
| "command-line", |
| "execute", |
| "executable" |
| ], |
| "license": "MIT", |
| "name": "npm-run-path", |
| "repository": "sindresorhus/npm-run-path", |
| "scripts": { |
| "test": "xo && ava" |
| }, |
| "version": "2.0.2", |
| "xo": { |
| "esnext": true |
| } |
| } |