package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "chokidar@3.5.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chokidar@3.5.3",
  10. "_id": "chokidar@3.5.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  13. "_location": "/chokidar",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chokidar@3.5.3",
  19. "name": "chokidar",
  20. "escapedName": "chokidar",
  21. "rawSpec": "3.5.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.5.3"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz",
  29. "_spec": "3.5.3",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Paul Miller",
  33. "url": "https://paulmillr.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/paulmillr/chokidar/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Paul Miller",
  41. "url": "https://paulmillr.com"
  42. },
  43. {
  44. "name": "Elan Shanker"
  45. }
  46. ],
  47. "dependencies": {
  48. "anymatch": "~3.1.2",
  49. "braces": "~3.0.2",
  50. "fsevents": "~2.3.2",
  51. "glob-parent": "~5.1.2",
  52. "is-binary-path": "~2.1.0",
  53. "is-glob": "~4.0.1",
  54. "normalize-path": "~3.0.0",
  55. "readdirp": "~3.6.0"
  56. },
  57. "description": "Minimal and efficient cross-platform file watching library",
  58. "devDependencies": {
  59. "@types/node": "^14",
  60. "chai": "^4.3",
  61. "dtslint": "^3.3.0",
  62. "eslint": "^7.0.0",
  63. "mocha": "^7.0.0",
  64. "nyc": "^15.0.0",
  65. "rimraf": "^3.0.0",
  66. "sinon": "^9.0.1",
  67. "sinon-chai": "^3.3.0",
  68. "typescript": "~4.4.3",
  69. "upath": "^1.2.0"
  70. },
  71. "engines": {
  72. "node": ">= 8.10.0"
  73. },
  74. "files": [
  75. "index.js",
  76. "lib/*.js",
  77. "types/index.d.ts"
  78. ],
  79. "funding": [
  80. {
  81. "type": "individual",
  82. "url": "https://paulmillr.com/funding/"
  83. }
  84. ],
  85. "homepage": "https://github.com/paulmillr/chokidar",
  86. "keywords": [
  87. "fs",
  88. "watch",
  89. "watchFile",
  90. "watcher",
  91. "watching",
  92. "file",
  93. "fsevents"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "chokidar",
  98. "nyc": {
  99. "include": [
  100. "index.js",
  101. "lib/*.js"
  102. ],
  103. "reporter": [
  104. "html",
  105. "text"
  106. ]
  107. },
  108. "optionalDependencies": {
  109. "fsevents": "~2.3.2"
  110. },
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/paulmillr/chokidar.git"
  114. },
  115. "scripts": {
  116. "dtslint": "dtslint types",
  117. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  118. "mocha": "mocha --exit --timeout 90000",
  119. "test": "npm run lint && npm run mocha"
  120. },
  121. "types": "./types/index.d.ts",
  122. "version": "3.5.3"
  123. }