Initial commit
[yaffs-website] / node_modules / path-key / package.json
1 {
2   "_args": [
3     [
4       "path-key@^2.0.0",
5       "/var/www/yaffs/node_modules/npm-run-path"
6     ]
7   ],
8   "_from": "path-key@>=2.0.0 <3.0.0",
9   "_id": "path-key@2.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/path-key",
13   "_nodeVersion": "4.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/path-key-2.0.1.tgz_1474887352898_0.8162120468914509"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.15.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "path-key",
26     "raw": "path-key@^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     "/npm-run-path"
34   ],
35   "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
36   "_shasum": "411cadb574c5a140d3a4b1910d40d80cc9f40b40",
37   "_shrinkwrap": null,
38   "_spec": "path-key@^2.0.0",
39   "_where": "/var/www/yaffs/node_modules/npm-run-path",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/path-key/issues"
47   },
48   "dependencies": {},
49   "description": "Get the PATH environment variable key cross-platform",
50   "devDependencies": {
51     "ava": "*",
52     "xo": "*"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "411cadb574c5a140d3a4b1910d40d80cc9f40b40",
57     "tarball": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz"
58   },
59   "engines": {
60     "node": ">=4"
61   },
62   "files": [
63     "index.js"
64   ],
65   "gitHead": "d60207f9ab9dc9e60d49c87faacf415a4946287c",
66   "homepage": "https://github.com/sindresorhus/path-key#readme",
67   "keywords": [
68     "cross-platform",
69     "env",
70     "environment",
71     "get",
72     "key",
73     "path",
74     "var",
75     "variable",
76     "windows"
77   ],
78   "license": "MIT",
79   "maintainers": [
80     {
81       "name": "sindresorhus",
82       "email": "sindresorhus@gmail.com"
83     }
84   ],
85   "name": "path-key",
86   "optionalDependencies": {},
87   "readme": "ERROR: No README data found!",
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/sindresorhus/path-key.git"
91   },
92   "scripts": {
93     "test": "xo && ava"
94   },
95   "version": "2.0.1",
96   "xo": {
97     "esnext": true
98   }
99 }