summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/normalize-package-data/package.json
blob: 8f4aeadca2c23b3bbac3e4c96c2ebcb5f0e65f0a (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
{
  "name": "normalize-package-data",
  "version": "2.0.0",
  "author": {
    "name": "Meryn Stol",
    "email": "merynstol@gmail.com"
  },
  "description": "Normalizes data that can be found in package.json files.",
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/normalize-package-data.git"
  },
  "main": "lib/normalize.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "dependencies": {
    "hosted-git-info": "^2.0.2",
    "semver": "2 || 3 || 4"
  },
  "devDependencies": {
    "tap": "~0.2.5",
    "underscore": "~1.4.4",
    "async": "~0.9.0"
  },
  "contributors": [
    {
      "name": "Isaac Z. Schlueter",
      "email": "i@izs.me"
    },
    {
      "name": "Meryn Stol",
      "email": "merynstol@gmail.com"
    },
    {
      "name": "Robert Kowalski",
      "email": "rok@kowalski.gd"
    }
  ],
  "gitHead": "ea0b959633e4803685bae2283d3d79a0115e6f8a",
  "bugs": {
    "url": "https://github.com/npm/normalize-package-data/issues"
  },
  "homepage": "https://github.com/npm/normalize-package-data",
  "_id": "normalize-package-data@2.0.0",
  "_shasum": "8795d0d5c70c0e9ca36f419548aac0abf1f638bc",
  "_from": "normalize-package-data@>=2.0.0 <2.1.0",
  "_npmVersion": "2.7.5",
  "_nodeVersion": "1.6.2",
  "_npmUser": {
    "name": "iarna",
    "email": "me@re-becca.org"
  },
  "maintainers": [
    {
      "name": "meryn",
      "email": "merynstol@gmail.com"
    },
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    },
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    }
  ],
  "dist": {
    "shasum": "8795d0d5c70c0e9ca36f419548aac0abf1f638bc",
    "tarball": "http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.0.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.0.0.tgz",
  "readme": "ERROR: No README data found!"
}