summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/read-package-json/node_modules/normalize-package-data/package.json
blob: 084068ead7a5f422f5b6e3a88e976053518401e8 (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
{
  "name": "normalize-package-data",
  "version": "1.0.1",
  "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/meryn/normalize-package-data.git"
  },
  "main": "lib/normalize.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "dependencies": {
    "github-url-from-git": "^1.3.0",
    "github-url-from-username-repo": "^1.0.0",
    "semver": "2 || 3"
  },
  "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": "d260644f514672cc84f1cc471024679cccc4fd65",
  "bugs": {
    "url": "https://github.com/meryn/normalize-package-data/issues"
  },
  "homepage": "https://github.com/meryn/normalize-package-data",
  "_id": "normalize-package-data@1.0.1",
  "_shasum": "2a4b5200c82cc47bb91c8c9cf47d645499d200bf",
  "_from": "normalize-package-data@^1.0.0",
  "_npmVersion": "2.0.0-beta.0",
  "_npmUser": {
    "name": "othiym23",
    "email": "ogd@aoaioxxysz.net"
  },
  "maintainers": [
    {
      "name": "meryn",
      "email": "merynstol@gmail.com"
    },
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "dist": {
    "shasum": "2a4b5200c82cc47bb91c8c9cf47d645499d200bf",
    "tarball": "http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-1.0.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-1.0.1.tgz"
}