Blame view

node_modules/npmlog/package.json 1.47 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "npmlog@4.1.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "npmlog@4.1.2",
    "_id": "npmlog@4.1.2",
    "_inBundle": false,
    "_integrity": "sha1-CKfyqL9zRgR3mp76StXMcXq7lUs=",
    "_location": "/npmlog",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "npmlog@4.1.2",
      "name": "npmlog",
      "escapedName": "npmlog",
      "rawSpec": "4.1.2",
      "saveSpec": null,
      "fetchSpec": "4.1.2"
    },
    "_requiredBy": [
      "/node-gyp",
      "/node-sass"
    ],
    "_resolved": "http://registry.npm.taobao.org/npmlog/download/npmlog-4.1.2.tgz",
    "_spec": "4.1.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Isaac Z. Schlueter",
      "email": "i@izs.me",
      "url": "http://blog.izs.me/"
    },
    "bugs": {
      "url": "https://github.com/npm/npmlog/issues"
    },
    "dependencies": {
      "are-we-there-yet": "~1.1.2",
      "console-control-strings": "~1.1.0",
      "gauge": "~2.7.3",
      "set-blocking": "~2.0.0"
    },
    "description": "logger for npm",
    "devDependencies": {
      "standard": "~7.1.2",
      "tap": "~5.7.3"
    },
    "files": [
      "log.js"
    ],
    "homepage": "https://github.com/npm/npmlog#readme",
    "license": "ISC",
    "main": "log.js",
    "name": "npmlog",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/npm/npmlog.git"
    },
    "scripts": {
      "test": "standard && tap test/*.js"
    },
    "version": "4.1.2"
  }