| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 | {  "_args": [    [      "webpack-log@2.0.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "webpack-log@2.0.0",  "_id": "webpack-log@2.0.0",  "_inBundle": false,  "_integrity": "sha1-W3ko4GN1k/EZ0y9iJ8HgrDHhtH8=",  "_location": "/webpack-log",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "webpack-log@2.0.0",    "name": "webpack-log",    "escapedName": "webpack-log",    "rawSpec": "2.0.0",    "saveSpec": null,    "fetchSpec": "2.0.0"  },  "_requiredBy": [    "/copy-webpack-plugin",    "/webpack-dev-middleware",    "/webpack-dev-server"  ],  "_resolved": "https://registry.nlark.com/webpack-log/download/webpack-log-2.0.0.tgz",  "_spec": "2.0.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Andrew Powell",    "email": "andrew@shellscape.org"  },  "bugs": {    "url": "https://github.com/webpack-contrib/webpack-log/issues"  },  "dependencies": {    "ansi-colors": "^3.0.0",    "uuid": "^3.3.2"  },  "description": "A common logger for the webpack ecosystem",  "devDependencies": {    "assert": "^1.4.1",    "eslint": "^5.4.0",    "eslint-config-webpack": "^1.2.5",    "eslint-plugin-import": "^2.14.0",    "mocha": "^5.2.0",    "nyc": "^12.0.2",    "sinon": "^6.1.5",    "standard-version": "^4.4.0",    "strip-ansi": "^4.0.0"  },  "engines": {    "node": ">= 6"  },  "files": [    "src"  ],  "homepage": "https://github.com/webpack-contrib/webpack-log#readme",  "issues": "https://github.com/webpack-contrib/webpack-log/issues",  "license": "MIT",  "main": "src/index.js",  "name": "webpack-log",  "repository": {    "type": "git",    "url": "git+https://github.com/webpack-contrib/webpack-log.git"  },  "scripts": {    "lint": "eslint src test",    "release": "standard-version",    "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks"  },  "version": "2.0.0"}
 |