package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "watchpack@^2.4.1",
  3. "_id": "watchpack@2.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==",
  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. "/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz",
  22. "_shasum": "29308f2cac150fa8e4c92f90e0ec954a9fed7fff",
  23. "_spec": "watchpack@^2.4.1",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/webpack",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack/watchpack/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "glob-to-regexp": "^0.4.1",
  34. "graceful-fs": "^4.1.2"
  35. },
  36. "deprecated": false,
  37. "description": "Wrapper library for directory and file watching.",
  38. "devDependencies": {
  39. "coveralls": "^3.0.0",
  40. "eslint": "^5.11.1",
  41. "eslint-config-prettier": "^4.3.0",
  42. "eslint-plugin-prettier": "^3.1.0",
  43. "istanbul": "^0.4.3",
  44. "mocha": "^5.0.1",
  45. "prettier": "^1.11.0",
  46. "rimraf": "^2.6.2",
  47. "should": "^8.3.1",
  48. "write-file-atomic": "^3.0.1"
  49. },
  50. "directories": {
  51. "test": "test"
  52. },
  53. "engines": {
  54. "node": ">=10.13.0"
  55. },
  56. "files": [
  57. "lib/"
  58. ],
  59. "homepage": "https://github.com/webpack/watchpack",
  60. "license": "MIT",
  61. "main": "./lib/watchpack.js",
  62. "name": "watchpack",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/webpack/watchpack.git"
  66. },
  67. "scripts": {
  68. "lint": "eslint lib",
  69. "pretest": "yarn lint",
  70. "pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write",
  71. "test": "mocha",
  72. "test:coverage": "istanbul cover node_modules/mocha/bin/_mocha",
  73. "test:only": "mocha"
  74. },
  75. "version": "2.4.1"
  76. }