项目原始demo,不改动
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
 
 
 
 

76 lignes
1.8 KiB

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