package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "watchpack@^2.4.1",
  3. "_id": "watchpack@2.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==",
  6. "_location": "/watchpack",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "watchpack@^2.4.1",
  12. "name": "watchpack",
  13. "escapedName": "watchpack",
  14. "rawSpec": "^2.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.4.1"
  17. },
  18. "_requiredBy": [
  19. "/vue-loader",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.4.tgz",
  23. "_shasum": "473bda72f0850453da6425081ea46fc0d7602947",
  24. "_spec": "watchpack@^2.4.1",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack",
  26. "author": {
  27. "name": "Tobias Koppers @sokra"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack/watchpack/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "glob-to-regexp": "^0.4.1",
  35. "graceful-fs": "^4.1.2"
  36. },
  37. "deprecated": false,
  38. "description": "Wrapper library for directory and file watching.",
  39. "devDependencies": {
  40. "coveralls": "^3.0.0",
  41. "eslint": "^5.11.1",
  42. "eslint-config-prettier": "^4.3.0",
  43. "eslint-plugin-prettier": "^3.1.0",
  44. "istanbul": "^0.4.3",
  45. "mocha": "^5.0.1",
  46. "prettier": "^1.11.0",
  47. "rimraf": "^2.6.2",
  48. "should": "^8.3.1",
  49. "write-file-atomic": "^3.0.1"
  50. },
  51. "directories": {
  52. "test": "test"
  53. },
  54. "engines": {
  55. "node": ">=10.13.0"
  56. },
  57. "files": [
  58. "lib/"
  59. ],
  60. "homepage": "https://github.com/webpack/watchpack",
  61. "license": "MIT",
  62. "main": "./lib/watchpack.js",
  63. "name": "watchpack",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/webpack/watchpack.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint lib",
  70. "pretest": "yarn lint",
  71. "pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write",
  72. "test": "mocha",
  73. "test:coverage": "istanbul cover node_modules/mocha/bin/_mocha",
  74. "test:only": "mocha"
  75. },
  76. "version": "2.4.4"
  77. }