Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "watchpack@^1.6.0",
  3. "_id": "watchpack@1.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==",
  6. "_location": "/watchpack",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "watchpack@^1.6.0",
  12. "name": "watchpack",
  13. "escapedName": "watchpack",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
  22. "_shasum": "4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00",
  23. "_spec": "watchpack@^1.6.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/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. "chokidar": "^2.0.2",
  34. "graceful-fs": "^4.1.2",
  35. "neo-async": "^2.5.0"
  36. },
  37. "deprecated": false,
  38. "description": "Wrapper library for directory and file watching.",
  39. "devDependencies": {
  40. "codecov.io": "^0.1.6",
  41. "coveralls": "^3.0.0",
  42. "eslint": "^4.18.1",
  43. "istanbul": "^0.4.3",
  44. "mocha": "^5.0.1",
  45. "rimraf": "^2.6.2",
  46. "should": "^8.3.1"
  47. },
  48. "directories": {
  49. "test": "test"
  50. },
  51. "files": [
  52. "lib/"
  53. ],
  54. "homepage": "https://github.com/webpack/watchpack",
  55. "license": "MIT",
  56. "main": "./lib/watchpack.js",
  57. "name": "watchpack",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/webpack/watchpack.git"
  61. },
  62. "scripts": {
  63. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  64. "lint": "eslint lib",
  65. "precover": "npm run lint",
  66. "pretest": "npm run lint",
  67. "test": "mocha",
  68. "travis": "npm run cover -- --report lcovonly"
  69. },
  70. "version": "1.6.0"
  71. }