package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "readdirp@^4.0.1",
  3. "_id": "readdirp@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==",
  6. "_location": "/readdirp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "readdirp@^4.0.1",
  12. "name": "readdirp",
  13. "escapedName": "readdirp",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/chokidar"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.0.2.tgz",
  22. "_shasum": "388fccb8b75665da3abffe2d8f8ed59fe74c230a",
  23. "_spec": "readdirp@^4.0.1",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\chokidar",
  25. "author": {
  26. "name": "Thorsten Lorenz",
  27. "email": "thlorenz@gmx.de",
  28. "url": "thlorenz.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/paulmillr/readdirp/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Thorsten Lorenz",
  37. "email": "thlorenz@gmx.de",
  38. "url": "thlorenz.com"
  39. },
  40. {
  41. "name": "Paul Miller",
  42. "url": "https://paulmillr.com"
  43. }
  44. ],
  45. "deprecated": false,
  46. "description": "Recursive version of fs.readdir with streaming API.",
  47. "devDependencies": {
  48. "@paulmillr/jsbt": "0.2.1",
  49. "@types/node": "20.14.8",
  50. "chai": "4.3.4",
  51. "chai-subset": "1.6.0",
  52. "mocha": "10.7.3",
  53. "nyc": "15.0.1",
  54. "prettier": "3.1.1",
  55. "rimraf": "6.0.1",
  56. "typescript": "5.5.2"
  57. },
  58. "engines": {
  59. "node": ">= 14.16.0"
  60. },
  61. "exports": {
  62. ".": {
  63. "import": "./esm/index.js",
  64. "require": "./index.js"
  65. }
  66. },
  67. "files": [
  68. "index.js",
  69. "index.d.ts",
  70. "index.d.ts.map",
  71. "index.js.map",
  72. "esm"
  73. ],
  74. "funding": {
  75. "type": "individual",
  76. "url": "https://paulmillr.com/funding/"
  77. },
  78. "homepage": "https://github.com/paulmillr/readdirp",
  79. "keywords": [
  80. "recursive",
  81. "fs",
  82. "stream",
  83. "streams",
  84. "readdir",
  85. "filesystem",
  86. "find",
  87. "filter"
  88. ],
  89. "license": "MIT",
  90. "main": "./index.js",
  91. "module": "./esm/index.js",
  92. "name": "readdirp",
  93. "nyc": {
  94. "reporter": [
  95. "html",
  96. "text"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/paulmillr/readdirp.git"
  102. },
  103. "scripts": {
  104. "build": "tsc && tsc -p tsconfig.esm.json",
  105. "format": "prettier --write index.ts",
  106. "lint": "prettier --check index.ts",
  107. "mocha": "mocha --exit",
  108. "nyc": "nyc",
  109. "test": "nyc npm run mocha"
  110. },
  111. "sideEffects": false,
  112. "types": "./index.d.ts",
  113. "version": "4.0.2"
  114. }