package.json 2.0 KB

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