package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "chokidar@3.5.1",
  5. "J:\\Github\\CURD-TS"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chokidar@3.5.1",
  10. "_id": "chokidar@3.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-7pznu+vSt59J8wR5nVRo4x4U5oo=",
  13. "_location": "/chokidar",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chokidar@3.5.1",
  19. "name": "chokidar",
  20. "escapedName": "chokidar",
  21. "rawSpec": "3.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.5.1"
  24. },
  25. "_requiredBy": [
  26. "/sass"
  27. ],
  28. "_resolved": "http://192.168.250.101:4873/chokidar/-/chokidar-3.5.1.tgz",
  29. "_spec": "3.5.1",
  30. "_where": "J:\\Github\\CURD-TS",
  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.1",
  49. "braces": "~3.0.2",
  50. "fsevents": "~2.3.1",
  51. "glob-parent": "~5.1.0",
  52. "is-binary-path": "~2.1.0",
  53. "is-glob": "~4.0.1",
  54. "normalize-path": "~3.0.0",
  55. "readdirp": "~3.5.0"
  56. },
  57. "description": "Minimal and efficient cross-platform file watching library",
  58. "devDependencies": {
  59. "@types/node": "^14",
  60. "chai": "^4.2",
  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. "upath": "^1.2.0"
  69. },
  70. "engines": {
  71. "node": ">= 8.10.0"
  72. },
  73. "files": [
  74. "index.js",
  75. "lib/*.js",
  76. "types/index.d.ts"
  77. ],
  78. "homepage": "https://github.com/paulmillr/chokidar",
  79. "keywords": [
  80. "fs",
  81. "watch",
  82. "watchFile",
  83. "watcher",
  84. "watching",
  85. "file",
  86. "fsevents"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "chokidar",
  91. "nyc": {
  92. "include": [
  93. "index.js",
  94. "lib/*.js"
  95. ],
  96. "reporter": [
  97. "html",
  98. "text"
  99. ]
  100. },
  101. "optionalDependencies": {
  102. "fsevents": "~2.3.1"
  103. },
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/paulmillr/chokidar.git"
  107. },
  108. "scripts": {
  109. "dtslint": "dtslint types",
  110. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  111. "mocha": "mocha --exit --timeout 60000",
  112. "test": "npm run lint && npm run mocha"
  113. },
  114. "types": "./types/index.d.ts",
  115. "version": "3.5.1"
  116. }