• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "env-paths@^2.2.0",
3  "_id": "env-paths@2.2.0",
4  "_inBundle": false,
5  "_integrity": "sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA==",
6  "_location": "/env-paths",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "env-paths@^2.2.0",
12    "name": "env-paths",
13    "escapedName": "env-paths",
14    "rawSpec": "^2.2.0",
15    "saveSpec": null,
16    "fetchSpec": "^2.2.0"
17  },
18  "_requiredBy": [
19    "/node-gyp"
20  ],
21  "_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.0.tgz",
22  "_shasum": "cdca557dc009152917d6166e2febe1f039685e43",
23  "_spec": "env-paths@^2.2.0",
24  "_where": "/Users/mperrotte/npminc/cli/node_modules/node-gyp",
25  "author": {
26    "name": "Sindre Sorhus",
27    "email": "sindresorhus@gmail.com",
28    "url": "sindresorhus.com"
29  },
30  "bugs": {
31    "url": "https://github.com/sindresorhus/env-paths/issues"
32  },
33  "bundleDependencies": false,
34  "deprecated": false,
35  "description": "Get paths for storing things like data, config, cache, etc",
36  "devDependencies": {
37    "ava": "^1.4.1",
38    "tsd": "^0.7.1",
39    "xo": "^0.24.0"
40  },
41  "engines": {
42    "node": ">=6"
43  },
44  "files": [
45    "index.js",
46    "index.d.ts"
47  ],
48  "homepage": "https://github.com/sindresorhus/env-paths#readme",
49  "keywords": [
50    "common",
51    "user",
52    "paths",
53    "env",
54    "environment",
55    "directory",
56    "dir",
57    "appdir",
58    "path",
59    "data",
60    "config",
61    "cache",
62    "logs",
63    "temp",
64    "linux",
65    "unix"
66  ],
67  "license": "MIT",
68  "name": "env-paths",
69  "repository": {
70    "type": "git",
71    "url": "git+https://github.com/sindresorhus/env-paths.git"
72  },
73  "scripts": {
74    "test": "xo && ava && tsd"
75  },
76  "version": "2.2.0"
77}
78