UNPKG

1.59 kBJSONView Raw
1{
2 "_from": "path-key@^2.0.0",
3 "_id": "path-key@2.0.1",
4 "_inBundle": false,
5 "_integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
6 "_location": "/path-key",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "path-key@^2.0.0",
12 "name": "path-key",
13 "escapedName": "path-key",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/npm-run-path"
20 ],
21 "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
22 "_shasum": "411cadb574c5a140d3a4b1910d40d80cc9f40b40",
23 "_spec": "path-key@^2.0.0",
24 "_where": "/Users/rebecca/code/npm/node_modules/npm-run-path",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/path-key/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Get the PATH environment variable key cross-platform",
36 "devDependencies": {
37 "ava": "*",
38 "xo": "*"
39 },
40 "engines": {
41 "node": ">=4"
42 },
43 "files": [
44 "index.js"
45 ],
46 "homepage": "https://github.com/sindresorhus/path-key#readme",
47 "keywords": [
48 "path",
49 "key",
50 "environment",
51 "env",
52 "variable",
53 "var",
54 "get",
55 "cross-platform",
56 "windows"
57 ],
58 "license": "MIT",
59 "name": "path-key",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/sindresorhus/path-key.git"
63 },
64 "scripts": {
65 "test": "xo && ava"
66 },
67 "version": "2.0.1",
68 "xo": {
69 "esnext": true
70 }
71}