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

package.json « promzard « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e91ad77dd899accd78fe9b2b57234b8737034132 (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
{
  "_args": [
    [
      "promzard@^0.3.0",
      "/Users/rebecca/code/npm/node_modules/init-package-json"
    ]
  ],
  "_from": "promzard@>=0.3.0 <0.4.0",
  "_id": "promzard@0.3.0",
  "_inCache": true,
  "_location": "/promzard",
  "_nodeVersion": "1.4.2",
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "2.7.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "promzard",
    "raw": "promzard@^0.3.0",
    "rawSpec": "^0.3.0",
    "scope": null,
    "spec": ">=0.3.0 <0.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/init-package-json"
  ],
  "_resolved": "https://registry.npmjs.org/promzard/-/promzard-0.3.0.tgz",
  "_shasum": "26a5d6ee8c7dee4cb12208305acfb93ba382a9ee",
  "_shrinkwrap": null,
  "_spec": "promzard@^0.3.0",
  "_where": "/Users/rebecca/code/npm/node_modules/init-package-json",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/promzard/issues"
  },
  "dependencies": {
    "read": "1"
  },
  "description": "prompting wizardly",
  "devDependencies": {
    "tap": "~0.2.5"
  },
  "directories": {},
  "dist": {
    "shasum": "26a5d6ee8c7dee4cb12208305acfb93ba382a9ee",
    "tarball": "http://registry.npmjs.org/promzard/-/promzard-0.3.0.tgz"
  },
  "gitHead": "780ead051299aa28be2584199ab6fa503a32d354",
  "homepage": "https://github.com/isaacs/promzard",
  "license": "ISC",
  "main": "promzard.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "promzard",
  "optionalDependencies": {},
  "repository": {
    "url": "git://github.com/isaacs/promzard"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "0.3.0"
}