package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "webpack-log@^1.1.2",
  3. "_id": "webpack-log@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-U9AnICnu50HXtiqiDxuli5gLB5PGBo7VvcHx36jRZHwK4vzOYLbImqT4lwWwoMHdQWwEKw736fCHEekokTEKHA==",
  6. "_location": "/webpack-log",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-log@^1.1.2",
  12. "name": "webpack-log",
  13. "escapedName": "webpack-log",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/@webpack-contrib/schema-utils",
  20. "/webpack-dev-middleware",
  21. "/webpack-dev-server"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/webpack-log/-/webpack-log-1.2.0.tgz",
  24. "_shasum": "a4b34cda6b22b518dbb0ab32e567962d5c72a43d",
  25. "_spec": "webpack-log@^1.1.2",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\@webpack-contrib\\schema-utils",
  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. "chalk": "^2.1.0",
  37. "log-symbols": "^2.1.0",
  38. "loglevelnext": "^1.0.1",
  39. "uuid": "^3.1.0"
  40. },
  41. "deprecated": false,
  42. "description": "A common logging module for the Webpack ecosystem",
  43. "devDependencies": {
  44. "assert": "^1.4.1",
  45. "codecov.io": "^0.1.6",
  46. "eslint": "^4.5.0",
  47. "eslint-config-webpack": "^1.2.5",
  48. "eslint-plugin-import": "^2.7.0",
  49. "istanbul": "^0.4.5",
  50. "mocha": "^4.0.0",
  51. "sinon": "^4.0.1",
  52. "strip-ansi": "^4.0.0"
  53. },
  54. "engines": {
  55. "node": ">=6"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "http://github.com/webpack-contrib/webpack-log",
  61. "license": "MIT",
  62. "main": "index.js",
  63. "maintainers": [
  64. {
  65. "name": "Andrew Powell",
  66. "email": "andrew@shellscape.org",
  67. "url": "shellscape.org"
  68. }
  69. ],
  70. "name": "webpack-log",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/webpack-contrib/webpack-log.git"
  74. },
  75. "scripts": {
  76. "beautify": "npm run lint -- --fix",
  77. "ci": "npm run cover -- --report lcovonly && npm run test",
  78. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  79. "lint": "eslint index.js test",
  80. "mocha": "mocha --full-trace --check-leaks",
  81. "test": "npm run lint && npm run mocha"
  82. },
  83. "version": "1.2.0"
  84. }