UNPKG

1.03 kBJSONView Raw
1{
2 "author": "GitHub Inc.",
3 "name": "npmlog",
4 "description": "logger for npm",
5 "version": "6.0.0",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/npm/npmlog.git"
9 },
10 "main": "lib/log.js",
11 "files": [
12 "bin",
13 "lib"
14 ],
15 "scripts": {
16 "test": "tap",
17 "npmclilint": "npmcli-lint",
18 "lint": "eslint '**/*.js'",
19 "lintfix": "npm run lint -- --fix",
20 "posttest": "npm run lint",
21 "postsnap": "npm run lintfix --",
22 "postlint": "npm-template-check",
23 "preversion": "npm test",
24 "postversion": "npm publish",
25 "prepublishOnly": "git push origin --follow-tags",
26 "snap": "tap"
27 },
28 "dependencies": {
29 "are-we-there-yet": "^2.0.0",
30 "console-control-strings": "^1.1.0",
31 "gauge": "^4.0.0",
32 "set-blocking": "^2.0.0"
33 },
34 "devDependencies": {
35 "@npmcli/template-oss": "^2.3.0",
36 "tap": "^15.0.9"
37 },
38 "license": "ISC",
39 "templateVersion": "2.3.0",
40 "engines": {
41 "node": "^12.13.0 || ^14.15.0 || >=16"
42 },
43 "tap": {
44 "branches": 95
45 }
46}