summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/read-package-json/package.json
blob: 0df406db67c520b628f0f41fc584b5c15b84e0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
  "_from": "read-package-json@2.0.12",
  "_id": "read-package-json@2.0.12",
  "_inBundle": false,
  "_integrity": "sha512-m7/I0+tP6D34EVvSlzCtuVA4D/dHL6OpLcn2e4XVP5X57pCKGUy1JjRSBVKHWpB+vUU91sL85h84qX0MdXzBSw==",
  "_location": "/read-package-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "read-package-json@2.0.12",
    "name": "read-package-json",
    "escapedName": "read-package-json",
    "rawSpec": "2.0.12",
    "saveSpec": null,
    "fetchSpec": "2.0.12"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/init-package-json",
    "/read-installed",
    "/read-package-tree"
  ],
  "_resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.0.12.tgz",
  "_shasum": "68ea45f98b3741cb6e10ae3bbd42a605026a6951",
  "_spec": "read-package-json@2.0.12",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/read-package-json/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "glob": "^7.1.1",
    "graceful-fs": "^4.1.2",
    "json-parse-better-errors": "^1.0.0",
    "normalize-package-data": "^2.0.0",
    "slash": "^1.0.0"
  },
  "deprecated": false,
  "description": "The thing npm uses to read package.json files with semantics and defaults and validation",
  "devDependencies": {
    "standard": "^9.0.1",
    "tap": "^10.3.0"
  },
  "files": [
    "read-json.js"
  ],
  "homepage": "https://github.com/npm/read-package-json#readme",
  "license": "ISC",
  "main": "read-json.js",
  "name": "read-package-json",
  "optionalDependencies": {
    "graceful-fs": "^4.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/read-package-json.git"
  },
  "scripts": {
    "test": "standard && tap -J test/*.js"
  },
  "version": "2.0.12"
}