package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "chokidar@2.0.3",
  5. "C:\\Users\\Administrator\\Desktop\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chokidar@2.0.3",
  10. "_id": "chokidar@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zW8iXYZtXMx4kux/nuZVXjkLP+CyIK5Al5FHnj1OgTKGZfp4Oy6/ymtMSKFv3GD8DviEmUPmJg9eFdJ/JzudMg==",
  13. "_location": "/chokidar",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chokidar@2.0.3",
  19. "name": "chokidar",
  20. "escapedName": "chokidar",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/watchpack",
  27. "/webpack-dev-server"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.3.tgz",
  30. "_spec": "2.0.3",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
  32. "author": {
  33. "name": "Paul Miller",
  34. "url": "http://paulmillr.com"
  35. },
  36. "bugs": {
  37. "url": "http://github.com/paulmillr/chokidar/issues"
  38. },
  39. "dependencies": {
  40. "anymatch": "^2.0.0",
  41. "async-each": "^1.0.0",
  42. "braces": "^2.3.0",
  43. "fsevents": "^1.1.2",
  44. "glob-parent": "^3.1.0",
  45. "inherits": "^2.0.1",
  46. "is-binary-path": "^1.0.0",
  47. "is-glob": "^4.0.0",
  48. "normalize-path": "^2.1.1",
  49. "path-is-absolute": "^1.0.0",
  50. "readdirp": "^2.0.0",
  51. "upath": "^1.0.0"
  52. },
  53. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  54. "devDependencies": {
  55. "chai": "^3.2.0",
  56. "coveralls": "^2.11.2",
  57. "graceful-fs": "4.1.4",
  58. "istanbul": "^0.3.20",
  59. "mocha": "^3.0.0",
  60. "rimraf": "^2.4.3",
  61. "sinon": "^1.10.3",
  62. "sinon-chai": "^2.6.0"
  63. },
  64. "files": [
  65. "index.js",
  66. "lib/"
  67. ],
  68. "homepage": "https://github.com/paulmillr/chokidar",
  69. "keywords": [
  70. "fs",
  71. "watch",
  72. "watchFile",
  73. "watcher",
  74. "watching",
  75. "file",
  76. "fsevents"
  77. ],
  78. "license": "MIT",
  79. "name": "chokidar",
  80. "optionalDependencies": {
  81. "fsevents": "^1.1.2"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/paulmillr/chokidar.git"
  86. },
  87. "scripts": {
  88. "ci-test": "istanbul cover _mocha",
  89. "coveralls": "cat ./coverage/lcov.info | coveralls",
  90. "test": "istanbul test node_modules/mocha/bin/_mocha"
  91. },
  92. "version": "2.0.3"
  93. }