blob: 36cc813f41ad1fdd5c70f5317d4b1f050c253c88 [file] [log] [blame]
{
"_args": [
[
"webpack-log@2.0.0",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "webpack-log@2.0.0",
"_id": "webpack-log@2.0.0",
"_inBundle": false,
"_integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
"_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": [
"/webpack-dev-middleware",
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"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"
}