package.json 3.0 KB

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