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

package.json « read « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce369b3680e6c22615f35d9d9d4c754f09eb5192 (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
80
{
  "_args": [
    [
      "read@~1.0.6",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "read@>=1.0.6 <1.1.0",
  "_id": "read@1.0.6",
  "_inCache": true,
  "_location": "/read",
  "_nodeVersion": "2.0.1",
  "_npmUser": {
    "email": "isaacs@npmjs.com",
    "name": "isaacs"
  },
  "_npmVersion": "2.10.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "read",
    "raw": "read@~1.0.6",
    "rawSpec": "~1.0.6",
    "scope": null,
    "spec": ">=1.0.6 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/init-package-json",
    "/promzard"
  ],
  "_resolved": "https://registry.npmjs.org/read/-/read-1.0.6.tgz",
  "_shasum": "09873c14ecc114d063fad43b8ca5a33d304721c8",
  "_shrinkwrap": null,
  "_spec": "read@~1.0.6",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/read/issues"
  },
  "dependencies": {
    "mute-stream": "~0.0.4"
  },
  "description": "read(1) for node programs",
  "devDependencies": {
    "tap": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "09873c14ecc114d063fad43b8ca5a33d304721c8",
    "tarball": "http://registry.npmjs.org/read/-/read-1.0.6.tgz"
  },
  "engines": {
    "node": ">=0.8"
  },
  "gitHead": "2f5101c8e41332a033e5aa4e27e33fd6e09598e2",
  "homepage": "https://github.com/isaacs/read#readme",
  "license": "ISC",
  "main": "lib/read.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "read",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/read.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "1.0.6"
}