package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "chokidar@2.1.6",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chokidar@2.1.6",
  10. "_id": "chokidar@2.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tsrWU6kp4kTOioNCRBZNJB+pVMU=",
  13. "_location": "/chokidar",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chokidar@2.1.6",
  19. "name": "chokidar",
  20. "escapedName": "chokidar",
  21. "rawSpec": "2.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.6"
  24. },
  25. "_requiredBy": [
  26. "/watchpack",
  27. "/webpack-dev-server"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/chokidar/download/chokidar-2.1.6.tgz",
  30. "_spec": "2.1.6",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "author": {
  33. "name": "Paul Miller",
  34. "url": "https://paulmillr.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/paulmillr/chokidar/issues"
  38. },
  39. "dependencies": {
  40. "anymatch": "^2.0.0",
  41. "async-each": "^1.0.1",
  42. "braces": "^2.3.2",
  43. "fsevents": "^1.2.7",
  44. "glob-parent": "^3.1.0",
  45. "inherits": "^2.0.3",
  46. "is-binary-path": "^1.0.0",
  47. "is-glob": "^4.0.0",
  48. "normalize-path": "^3.0.0",
  49. "path-is-absolute": "^1.0.0",
  50. "readdirp": "^2.2.1",
  51. "upath": "^1.1.1"
  52. },
  53. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  54. "devDependencies": {
  55. "@types/node": "^11.9.4",
  56. "chai": "^3.2.0",
  57. "coveralls": "^3.0.1",
  58. "dtslint": "0.4.1",
  59. "graceful-fs": "4.1.4",
  60. "mocha": "^5.2.0",
  61. "nyc": "^11.8.0",
  62. "rimraf": "^2.4.3",
  63. "sinon": "^1.10.3",
  64. "sinon-chai": "^2.6.0"
  65. },
  66. "files": [
  67. "index.js",
  68. "lib/",
  69. "types/index.d.ts"
  70. ],
  71. "homepage": "https://github.com/paulmillr/chokidar",
  72. "keywords": [
  73. "fs",
  74. "watch",
  75. "watchFile",
  76. "watcher",
  77. "watching",
  78. "file",
  79. "fsevents"
  80. ],
  81. "license": "MIT",
  82. "name": "chokidar",
  83. "optionalDependencies": {
  84. "fsevents": "^1.2.7"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/paulmillr/chokidar.git"
  89. },
  90. "scripts": {
  91. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  92. "dtslint": "dtslint types",
  93. "test": "nyc mocha --exit"
  94. },
  95. "types": "./types/index.d.ts",
  96. "version": "2.1.6"
  97. }