summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmlog/package.json
blob: 7220f8e72a3c791413c320283d5c7aada79eecaf (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
{
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "name": "npmlog",
  "description": "logger for npm",
  "version": "4.1.2",
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/npmlog.git"
  },
  "main": "log.js",
  "files": [
    "log.js"
  ],
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "dependencies": {
    "are-we-there-yet": "~1.1.2",
    "console-control-strings": "~1.1.0",
    "gauge": "~2.7.3",
    "set-blocking": "~2.0.0"
  },
  "devDependencies": {
    "standard": "~7.1.2",
    "tap": "~5.7.3"
  },
  "license": "ISC"
}