package.json 2.0 KB

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