Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « read-package-json « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1dc60532c71d7531a8ea1a6bf4e54b22c320a776 (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
{
  "name": "read-package-json",
  "version": "2.0.1",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "description": "The thing npm uses to read package.json files with semantics and defaults and validation",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/read-package-json.git"
  },
  "main": "read-json.js",
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "dependencies": {
    "glob": "^5.0.3",
    "json-parse-helpfulerror": "^1.0.2",
    "normalize-package-data": "^2.0.0",
    "graceful-fs": "^4.1.2"
  },
  "devDependencies": {
    "standard": "^3.3.1",
    "tap": "^1.2.0"
  },
  "optionalDependencies": {
    "graceful-fs": "^4.1.2"
  },
  "license": "ISC",
  "gitHead": "d4f9f52c823750e7f2a7b9069bc56b9fd3a0ee96",
  "bugs": {
    "url": "https://github.com/isaacs/read-package-json/issues"
  },
  "homepage": "https://github.com/isaacs/read-package-json#readme",
  "_id": "read-package-json@2.0.1",
  "_shasum": "b822abfc2c4f0abfe7f52de6448be4560b6e7053",
  "_from": "read-package-json@>=2.0.1 <2.1.0",
  "_npmVersion": "2.14.3",
  "_nodeVersion": "2.2.2",
  "_npmUser": {
    "name": "zkat",
    "email": "kat@sykosomatic.org"
  },
  "dist": {
    "shasum": "b822abfc2c4f0abfe7f52de6448be4560b6e7053",
    "tarball": "http://registry.npmjs.org/read-package-json/-/read-package-json-2.0.1.tgz"
  },
  "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"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.0.1.tgz",
  "readme": "ERROR: No README data found!"
}