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: 3c2ff0ff801d5bf07ed19dc875ae27ba91e65e5c (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
{
  "name": "read-package-json",
  "version": "1.3.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": "tap test/*.js"
  },
  "dependencies": {
    "github-url-from-git": "^1.3.0",
    "github-url-from-username-repo": "~1.0.0",
    "glob": "^4.0.2",
    "lru-cache": "2",
    "normalize-package-data": "^1.0.0",
    "graceful-fs": "2 || 3"
  },
  "devDependencies": {
    "tap": "~0.2.5"
  },
  "optionalDependencies": {
    "graceful-fs": "2 || 3"
  },
  "license": "ISC",
  "gitHead": "59011e6b660cf0cc916646a08955c12a8f990174",
  "bugs": {
    "url": "https://github.com/isaacs/read-package-json/issues"
  },
  "homepage": "https://github.com/isaacs/read-package-json",
  "_id": "read-package-json@1.3.1",
  "_shasum": "5a965f9fc34b25ffa5e0d93b1d0fc063af6d10b0",
  "_from": "read-package-json@1.3.1",
  "_npmVersion": "2.5.1",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "name": "othiym23",
    "email": "ogd@aoaioxxysz.net"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "dist": {
    "shasum": "5a965f9fc34b25ffa5e0d93b1d0fc063af6d10b0",
    "tarball": "http://registry.npmjs.org/read-package-json/-/read-package-json-1.3.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-1.3.1.tgz"
}