summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/read-package-json/package.json
blob: 30b62ea733afb4ff1d825c0fec22f5fff0ac73f7 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
  "_args": [
    [
      "read-package-json@2.0.3",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "read-package-json@2.0.3",
  "_id": "read-package-json@2.0.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/read-package-json",
  "_nodeVersion": "4.2.2",
  "_npmUser": {
    "email": "me@re-becca.org",
    "name": "iarna"
  },
  "_npmVersion": "3.5.4",
  "_phantomChildren": {},
  "_requested": {
    "name": "read-package-json",
    "raw": "read-package-json@2.0.3",
    "rawSpec": "2.0.3",
    "scope": null,
    "spec": "2.0.3",
    "type": "version"
  },
  "_requiredBy": [
    "/",
    "/init-package-json",
    "/read-installed",
    "/read-package-tree"
  ],
  "_shasum": "f8cec1627053b54f384b353224545e607554c5d2",
  "_shrinkwrap": null,
  "_spec": "read-package-json@2.0.3",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/read-package-json/issues"
  },
  "dependencies": {
    "glob": "^6.0.0",
    "graceful-fs": "^4.1.2",
    "json-parse-helpfulerror": "^1.0.2",
    "normalize-package-data": "^2.0.0"
  },
  "description": "The thing npm uses to read package.json files with semantics and defaults and validation",
  "devDependencies": {
    "standard": "^5.3.1",
    "tap": "^1.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "f8cec1627053b54f384b353224545e607554c5d2",
    "tarball": "http://registry.npmjs.org/read-package-json/-/read-package-json-2.0.3.tgz"
  },
  "gitHead": "336a212716bb830781d7e71580adaeda377b69d9",
  "homepage": "https://github.com/npm/read-package-json#readme",
  "license": "ISC",
  "main": "read-json.js",
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    },
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    },
    {
      "name": "zkat",
      "email": "kat@sykosomatic.org"
    }
  ],
  "name": "read-package-json",
  "optionalDependencies": {
    "graceful-fs": "^4.1.2"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/read-package-json.git"
  },
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "version": "2.0.3"
}