• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "npm-run-path@^2.0.0",
3  "_id": "npm-run-path@2.0.2",
4  "_inBundle": false,
5  "_integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
6  "_location": "/npm-run-path",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "npm-run-path@^2.0.0",
12    "name": "npm-run-path",
13    "escapedName": "npm-run-path",
14    "rawSpec": "^2.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^2.0.0"
17  },
18  "_requiredBy": [
19    "/execa"
20  ],
21  "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
22  "_shasum": "35a9232dfa35d7067b4cb2ddf2357b1871536c5f",
23  "_spec": "npm-run-path@^2.0.0",
24  "_where": "/Users/rebecca/code/npm/node_modules/execa",
25  "author": {
26    "name": "Sindre Sorhus",
27    "email": "sindresorhus@gmail.com",
28    "url": "sindresorhus.com"
29  },
30  "bugs": {
31    "url": "https://github.com/sindresorhus/npm-run-path/issues"
32  },
33  "bundleDependencies": false,
34  "dependencies": {
35    "path-key": "^2.0.0"
36  },
37  "deprecated": false,
38  "description": "Get your PATH prepended with locally installed binaries",
39  "devDependencies": {
40    "ava": "*",
41    "xo": "*"
42  },
43  "engines": {
44    "node": ">=4"
45  },
46  "files": [
47    "index.js"
48  ],
49  "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
50  "keywords": [
51    "npm",
52    "run",
53    "path",
54    "package",
55    "bin",
56    "binary",
57    "binaries",
58    "script",
59    "cli",
60    "command-line",
61    "execute",
62    "executable"
63  ],
64  "license": "MIT",
65  "name": "npm-run-path",
66  "repository": {
67    "type": "git",
68    "url": "git+https://github.com/sindresorhus/npm-run-path.git"
69  },
70  "scripts": {
71    "test": "xo && ava"
72  },
73  "version": "2.0.2",
74  "xo": {
75    "esnext": true
76  }
77}
78