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

package.json « npmlog « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1613546d9f195c5c6b2c67e56e216d9534fe2213 (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
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "name": "npmlog",
  "description": "logger for npm",
  "version": "1.2.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/npmlog.git"
  },
  "main": "log.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "dependencies": {
    "ansi": "~0.3.0",
    "are-we-there-yet": "~1.0.0",
    "gauge": "~1.2.0"
  },
  "devDependencies": {
    "tap": ""
  },
  "license": "ISC",
  "gitHead": "4e1a73a567036064ded425a7d48c863d53550b4f",
  "bugs": {
    "url": "https://github.com/isaacs/npmlog/issues"
  },
  "homepage": "https://github.com/isaacs/npmlog#readme",
  "_id": "npmlog@1.2.1",
  "_shasum": "28e7be619609b53f7ad1dd300a10d64d716268b6",
  "_from": "npmlog@>=1.2.1 <1.3.0",
  "_npmVersion": "2.10.0",
  "_nodeVersion": "2.0.1",
  "_npmUser": {
    "name": "isaacs",
    "email": "isaacs@npmjs.com"
  },
  "dist": {
    "shasum": "28e7be619609b53f7ad1dd300a10d64d716268b6",
    "tarball": "http://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-1.2.1.tgz",
  "readme": "ERROR: No README data found!"
}