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
| {
| "_from": "npmlog@^5.0.1",
| "_id": "npmlog@5.0.1",
| "_inBundle": false,
| "_integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
| "_location": "/npmlog",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "npmlog@^5.0.1",
| "name": "npmlog",
| "escapedName": "npmlog",
| "rawSpec": "^5.0.1",
| "saveSpec": null,
| "fetchSpec": "^5.0.1"
| },
| "_requiredBy": [
| "/@mapbox/node-pre-gyp"
| ],
| "_resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
| "_shasum": "f06678e80e29419ad67ab964e0fa69959c1eb8b0",
| "_spec": "npmlog@^5.0.1",
| "_where": "/home/l/plc/node-red/node_modules/@mapbox/node-pre-gyp",
| "author": {
| "name": "Isaac Z. Schlueter",
| "email": "i@izs.me",
| "url": "http://blog.izs.me/"
| },
| "bugs": {
| "url": "https://github.com/npm/npmlog/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "are-we-there-yet": "^2.0.0",
| "console-control-strings": "^1.1.0",
| "gauge": "^3.0.0",
| "set-blocking": "^2.0.0"
| },
| "deprecated": false,
| "description": "logger for npm",
| "devDependencies": {
| "@npmcli/lint": "^1.0.1",
| "tap": "^15.0.9"
| },
| "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": {
| "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
| "lintfix": "npm run lint -- --fix",
| "npmclilint": "npmcli-lint",
| "postsnap": "npm run lintfix --",
| "posttest": "npm run lint --",
| "test": "tap test/*.js --branches=95"
| },
| "version": "5.0.1"
| }
|
|