Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "watchpack@1.6.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "watchpack@1.6.1",
  9. "_id": "watchpack@1.6.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+IF9hfUFOrYOOaKyfaI7h7dquUIOgyEMoQMLA7OP5FxegKA2+XdXThAZ9TU2kucfhDH7rfMHs1oPYziVGWRnZA==",
  12. "_location": "/watchpack",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "watchpack@1.6.1",
  18. "name": "watchpack",
  19. "escapedName": "watchpack",
  20. "rawSpec": "1.6.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.6.1"
  23. },
  24. "_requiredBy": [
  25. "/webpack"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.1.tgz",
  28. "_spec": "1.6.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Tobias Koppers @sokra"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/webpack/watchpack/issues"
  35. },
  36. "dependencies": {
  37. "chokidar": "^2.1.8",
  38. "graceful-fs": "^4.1.2",
  39. "neo-async": "^2.5.0"
  40. },
  41. "description": "Wrapper library for directory and file watching.",
  42. "devDependencies": {
  43. "codecov.io": "^0.1.6",
  44. "coveralls": "^3.0.0",
  45. "eslint": "^4.18.1",
  46. "istanbul": "^0.4.3",
  47. "mocha": "^5.0.1",
  48. "rimraf": "^2.6.2",
  49. "should": "^8.3.1"
  50. },
  51. "directories": {
  52. "test": "test"
  53. },
  54. "files": [
  55. "lib/"
  56. ],
  57. "homepage": "https://github.com/webpack/watchpack",
  58. "license": "MIT",
  59. "main": "./lib/watchpack.js",
  60. "name": "watchpack",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/webpack/watchpack.git"
  64. },
  65. "scripts": {
  66. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  67. "lint": "eslint lib",
  68. "precover": "npm run lint",
  69. "pretest": "npm run lint",
  70. "test": "mocha",
  71. "travis": "npm run cover -- --report lcovonly"
  72. },
  73. "version": "1.6.1"
  74. }