Initial commit
[yaffs-website] / node_modules / npm-run-path / package.json
1 {
2   "_args": [
3     [
4       "npm-run-path@^2.0.0",
5       "/var/www/yaffs/node_modules/execa"
6     ]
7   ],
8   "_from": "npm-run-path@>=2.0.0 <3.0.0",
9   "_id": "npm-run-path@2.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/npm-run-path",
13   "_nodeVersion": "6.6.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/npm-run-path-2.0.2.tgz_1475136638037_0.6285470693837851"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "npm-run-path",
26     "raw": "npm-run-path@^2.0.0",
27     "rawSpec": "^2.0.0",
28     "scope": null,
29     "spec": ">=2.0.0 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/execa"
34   ],
35   "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
36   "_shasum": "35a9232dfa35d7067b4cb2ddf2357b1871536c5f",
37   "_shrinkwrap": null,
38   "_spec": "npm-run-path@^2.0.0",
39   "_where": "/var/www/yaffs/node_modules/execa",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/npm-run-path/issues"
47   },
48   "dependencies": {
49     "path-key": "^2.0.0"
50   },
51   "description": "Get your PATH prepended with locally installed binaries",
52   "devDependencies": {
53     "ava": "*",
54     "xo": "*"
55   },
56   "directories": {},
57   "dist": {
58     "shasum": "35a9232dfa35d7067b4cb2ddf2357b1871536c5f",
59     "tarball": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz"
60   },
61   "engines": {
62     "node": ">=4"
63   },
64   "files": [
65     "index.js"
66   ],
67   "gitHead": "4d956312d5da324c4eff435af7d80797f04f09e1",
68   "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
69   "keywords": [
70     "bin",
71     "binaries",
72     "binary",
73     "cli",
74     "command-line",
75     "executable",
76     "execute",
77     "npm",
78     "package",
79     "path",
80     "run",
81     "script"
82   ],
83   "license": "MIT",
84   "maintainers": [
85     {
86       "name": "sindresorhus",
87       "email": "sindresorhus@gmail.com"
88     }
89   ],
90   "name": "npm-run-path",
91   "optionalDependencies": {},
92   "readme": "ERROR: No README data found!",
93   "repository": {
94     "type": "git",
95     "url": "git+https://github.com/sindresorhus/npm-run-path.git"
96   },
97   "scripts": {
98     "test": "xo && ava"
99   },
100   "version": "2.0.2",
101   "xo": {
102     "esnext": true
103   }
104 }