package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "webpack-log@2.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webpack-log@2.0.0",
  10. "_id": "webpack-log@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-W3ko4GN1k/EZ0y9iJ8HgrDHhtH8=",
  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"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin",
  27. "/webpack-dev-middleware",
  28. "/webpack-dev-server"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/webpack-log/download/webpack-log-2.0.0.tgz?cache=0&sync_timestamp=1615477493300&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-log%2Fdownload%2Fwebpack-log-2.0.0.tgz",
  31. "_spec": "2.0.0",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "Andrew Powell",
  35. "email": "andrew@shellscape.org"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/webpack-contrib/webpack-log/issues"
  39. },
  40. "dependencies": {
  41. "ansi-colors": "^3.0.0",
  42. "uuid": "^3.3.2"
  43. },
  44. "description": "A common logger for the webpack ecosystem",
  45. "devDependencies": {
  46. "assert": "^1.4.1",
  47. "eslint": "^5.4.0",
  48. "eslint-config-webpack": "^1.2.5",
  49. "eslint-plugin-import": "^2.14.0",
  50. "mocha": "^5.2.0",
  51. "nyc": "^12.0.2",
  52. "sinon": "^6.1.5",
  53. "standard-version": "^4.4.0",
  54. "strip-ansi": "^4.0.0"
  55. },
  56. "engines": {
  57. "node": ">= 6"
  58. },
  59. "files": [
  60. "src"
  61. ],
  62. "homepage": "https://github.com/webpack-contrib/webpack-log#readme",
  63. "issues": "https://github.com/webpack-contrib/webpack-log/issues",
  64. "license": "MIT",
  65. "main": "src/index.js",
  66. "name": "webpack-log",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/webpack-contrib/webpack-log.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint src test",
  73. "release": "standard-version",
  74. "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks"
  75. },
  76. "version": "2.0.0"
  77. }