package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "chokidar@^1.0.0",
  5. "D:\\work\\im\\node_modules\\babel-cli"
  6. ]
  7. ],
  8. "_from": "chokidar@>=1.0.0 <2.0.0",
  9. "_id": "chokidar@1.6.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/chokidar",
  13. "_nodeVersion": "4.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/chokidar-1.6.0.tgz_1466606619436_0.9914595072623342"
  17. },
  18. "_npmUser": {
  19. "email": "elan.shanker+npm@gmail.com",
  20. "name": "es128"
  21. },
  22. "_npmVersion": "2.14.12",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "chokidar",
  26. "raw": "chokidar@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-cli"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.6.0.tgz",
  36. "_shasum": "90c32ad4802901d7713de532dc284e96a63ad058",
  37. "_shrinkwrap": null,
  38. "_spec": "chokidar@^1.0.0",
  39. "_where": "D:\\work\\im\\node_modules\\babel-cli",
  40. "author": {
  41. "name": "Paul Miller",
  42. "url": "http://paulmillr.com"
  43. },
  44. "bugs": {
  45. "url": "http://github.com/paulmillr/chokidar/issues"
  46. },
  47. "dependencies": {
  48. "anymatch": "^1.3.0",
  49. "async-each": "^1.0.0",
  50. "fsevents": "^1.0.0",
  51. "glob-parent": "^2.0.0",
  52. "inherits": "^2.0.1",
  53. "is-binary-path": "^1.0.0",
  54. "is-glob": "^2.0.0",
  55. "path-is-absolute": "^1.0.0",
  56. "readdirp": "^2.0.0"
  57. },
  58. "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  59. "devDependencies": {
  60. "chai": "^3.2.0",
  61. "coveralls": "^2.11.2",
  62. "graceful-fs": "4.1.4",
  63. "istanbul": "^0.3.20",
  64. "mocha": "^2.0.0",
  65. "rimraf": "^2.4.3",
  66. "sinon": "^1.10.3",
  67. "sinon-chai": "^2.6.0"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "90c32ad4802901d7713de532dc284e96a63ad058",
  72. "tarball": "https://registry.npmjs.org/chokidar/-/chokidar-1.6.0.tgz"
  73. },
  74. "files": [
  75. "index.js",
  76. "lib/"
  77. ],
  78. "gitHead": "a5c0b127db9d46617b7a3d82cc3fffc08d2ef164",
  79. "homepage": "https://github.com/paulmillr/chokidar",
  80. "keywords": [
  81. "fs",
  82. "watch",
  83. "watchFile",
  84. "watcher",
  85. "watching",
  86. "file",
  87. "fsevents"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "email": "paul@paulmillr.com",
  93. "name": "paulmillr"
  94. },
  95. {
  96. "email": "elan.shanker+npm@gmail.com",
  97. "name": "es128"
  98. }
  99. ],
  100. "name": "chokidar",
  101. "optionalDependencies": {
  102. "fsevents": "^1.0.0"
  103. },
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/paulmillr/chokidar.git"
  108. },
  109. "scripts": {
  110. "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
  111. "test": "istanbul test node_modules/mocha/bin/_mocha"
  112. },
  113. "version": "1.6.0"
  114. }