[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "webpack-log@2.0.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "webpack-log@2.0.0",
|
---|
| 10 | "_id": "webpack-log@2.0.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
|
---|
| 13 | "_location": "/webpack-log",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "webpack-log@2.0.0",
|
---|
| 19 | "name": "webpack-log",
|
---|
| 20 | "escapedName": "webpack-log",
|
---|
| 21 | "rawSpec": "2.0.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "2.0.0"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/webpack-dev-server",
|
---|
| 27 | "/webpack-dev-server/webpack-dev-middleware"
|
---|
| 28 | ],
|
---|
| 29 | "_resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz",
|
---|
| 30 | "_spec": "2.0.0",
|
---|
| 31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 32 | "author": {
|
---|
| 33 | "name": "Andrew Powell",
|
---|
| 34 | "email": "andrew@shellscape.org"
|
---|
| 35 | },
|
---|
| 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/webpack-contrib/webpack-log/issues"
|
---|
[6a3a178] | 38 | },
|
---|
| 39 | "dependencies": {
|
---|
| 40 | "ansi-colors": "^3.0.0",
|
---|
| 41 | "uuid": "^3.3.2"
|
---|
| 42 | },
|
---|
[59329aa] | 43 | "description": "A common logger for the webpack ecosystem",
|
---|
[6a3a178] | 44 | "devDependencies": {
|
---|
| 45 | "assert": "^1.4.1",
|
---|
| 46 | "eslint": "^5.4.0",
|
---|
| 47 | "eslint-config-webpack": "^1.2.5",
|
---|
| 48 | "eslint-plugin-import": "^2.14.0",
|
---|
| 49 | "mocha": "^5.2.0",
|
---|
| 50 | "nyc": "^12.0.2",
|
---|
| 51 | "sinon": "^6.1.5",
|
---|
| 52 | "standard-version": "^4.4.0",
|
---|
| 53 | "strip-ansi": "^4.0.0"
|
---|
| 54 | },
|
---|
[59329aa] | 55 | "engines": {
|
---|
| 56 | "node": ">= 6"
|
---|
| 57 | },
|
---|
| 58 | "files": [
|
---|
| 59 | "src"
|
---|
| 60 | ],
|
---|
[6a3a178] | 61 | "homepage": "https://github.com/webpack-contrib/webpack-log#readme",
|
---|
[59329aa] | 62 | "issues": "https://github.com/webpack-contrib/webpack-log/issues",
|
---|
| 63 | "license": "MIT",
|
---|
| 64 | "main": "src/index.js",
|
---|
| 65 | "name": "webpack-log",
|
---|
| 66 | "repository": {
|
---|
| 67 | "type": "git",
|
---|
| 68 | "url": "git+https://github.com/webpack-contrib/webpack-log.git"
|
---|
| 69 | },
|
---|
| 70 | "scripts": {
|
---|
| 71 | "lint": "eslint src test",
|
---|
| 72 | "release": "standard-version",
|
---|
| 73 | "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks"
|
---|
| 74 | },
|
---|
| 75 | "version": "2.0.0"
|
---|
[6a3a178] | 76 | }
|
---|