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: f2f81a4bd9ba10763f4407c925914c524229f9bf (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
{
  "_from": "npmlog@~4.0.2",
  "_id": "npmlog@4.0.2",
  "_integrity": "sha1-0DlQ4OeM4VJ7om0qdZLpNIrD518=",
  "_location": "/npmlog",
  "_phantomChildren": {
    "aproba": "1.1.1",
    "has-unicode": "2.0.1",
    "readable-stream": "2.2.9",
    "strip-ansi": "3.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "npmlog@~4.0.2",
    "name": "npmlog",
    "escapedName": "npmlog",
    "rawSpec": "~4.0.2",
    "saveSpec": null,
    "fetchSpec": "~4.0.2"
  },
  "_requiredBy": [
    "/",
    "/node-gyp",
    "/npm-registry-client"
  ],
  "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz",
  "_shasum": "d03950e0e78ce1527ba26d2a7592e9348ac3e75f",
  "_shrinkwrap": null,
  "_spec": "npmlog@~4.0.2",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/npm/npmlog/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "are-we-there-yet": "~1.1.2",
    "console-control-strings": "~1.1.0",
    "gauge": "~2.7.1",
    "set-blocking": "~2.0.0"
  },
  "deprecated": false,
  "description": "logger for npm",
  "devDependencies": {
    "standard": "~7.1.2",
    "tap": "~5.7.0"
  },
  "files": [
    "log.js"
  ],
  "homepage": "https://github.com/npm/npmlog#readme",
  "license": "ISC",
  "main": "log.js",
  "name": "npmlog",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npmlog.git"
  },
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "version": "4.0.2"
}