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

package.json « init-package-json « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cd75e79dac3645e81fda5ce1f9ed51e81f6cdc7 (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
{
  "name": "init-package-json",
  "version": "1.4.0",
  "main": "init-package-json.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/init-package-json"
  },
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "license": "ISC",
  "description": "A node module to get your node module started",
  "dependencies": {
    "glob": "^5.0.3",
    "promzard": "^0.3.0",
    "read": "~1.0.1",
    "read-package-json": "1 || 2",
    "semver": "2.x || 3.x || 4",
    "validate-npm-package-name": "^2.0.1"
  },
  "devDependencies": {
    "npm": "^2",
    "rimraf": "^2.1.4",
    "tap": "^0.7.1"
  },
  "keywords": [
    "init",
    "package.json",
    "package",
    "helper",
    "wizard",
    "wizerd",
    "prompt",
    "start"
  ],
  "gitHead": "c422f6b38ab02d0859d757ec381e473657d4d195",
  "bugs": {
    "url": "https://github.com/isaacs/init-package-json/issues"
  },
  "homepage": "https://github.com/isaacs/init-package-json",
  "_id": "init-package-json@1.4.0",
  "_shasum": "50b49cbe284cb7a48e037f36d03817af1022f070",
  "_from": "init-package-json@1.4.0",
  "_npmVersion": "2.7.5",
  "_nodeVersion": "1.6.2",
  "_npmUser": {
    "name": "iarna",
    "email": "me@re-becca.org"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    },
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    }
  ],
  "dist": {
    "shasum": "50b49cbe284cb7a48e037f36d03817af1022f070",
    "tarball": "http://registry.npmjs.org/init-package-json/-/init-package-json-1.4.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.4.0.tgz"
}