package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "webpack-log@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/webpack-dev-middleware",
  27. "/webpack-dev-server"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/webpack-log/download/webpack-log-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Andrew Powell",
  34. "email": "andrew@shellscape.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/webpack-contrib/webpack-log/issues"
  38. },
  39. "dependencies": {
  40. "ansi-colors": "^3.0.0",
  41. "uuid": "^3.3.2"
  42. },
  43. "description": "A common logger for the webpack ecosystem",
  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. },
  55. "engines": {
  56. "node": ">= 6"
  57. },
  58. "files": [
  59. "src"
  60. ],
  61. "homepage": "https://github.com/webpack-contrib/webpack-log#readme",
  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"
  76. }