package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "chokidar@^1.4.2",
  3. "_id": "chokidar@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=",
  6. "_location": "/chokidar",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chokidar@^1.4.2",
  12. "name": "chokidar",
  13. "escapedName": "chokidar",
  14. "rawSpec": "^1.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.2"
  17. },
  18. "_requiredBy": [
  19. "/@angular/compiler-cli",
  20. "/@ionic/app-scripts"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz",
  23. "_shasum": "798e689778151c8076b4b360e5edd28cda2bb468",
  24. "_spec": "chokidar@^1.4.2",
  25. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/@angular/compiler-cli",
  26. "author": {
  27. "name": "Paul Miller",
  28. "url": "http://paulmillr.com"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/paulmillr/chokidar/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "anymatch": "^1.3.0",
  36. "async-each": "^1.0.0",
  37. "fsevents": "^1.0.0",
  38. "glob-parent": "^2.0.0",
  39. "inherits": "^2.0.1",
  40. "is-binary-path": "^1.0.0",
  41. "is-glob": "^2.0.0",
  42. "path-is-absolute": "^1.0.0",
  43. "readdirp": "^2.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  47. "devDependencies": {
  48. "chai": "^3.2.0",
  49. "coveralls": "^2.11.2",
  50. "graceful-fs": "4.1.4",
  51. "istanbul": "^0.3.20",
  52. "mocha": "^3.0.0",
  53. "rimraf": "^2.4.3",
  54. "sinon": "^1.10.3",
  55. "sinon-chai": "^2.6.0"
  56. },
  57. "files": [
  58. "index.js",
  59. "lib/"
  60. ],
  61. "homepage": "https://github.com/paulmillr/chokidar",
  62. "keywords": [
  63. "fs",
  64. "watch",
  65. "watchFile",
  66. "watcher",
  67. "watching",
  68. "file",
  69. "fsevents"
  70. ],
  71. "license": "MIT",
  72. "name": "chokidar",
  73. "optionalDependencies": {
  74. "fsevents": "^1.0.0"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/paulmillr/chokidar.git"
  79. },
  80. "scripts": {
  81. "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
  82. "test": "istanbul test node_modules/mocha/bin/_mocha"
  83. },
  84. "version": "1.7.0"
  85. }