package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "_args": [
  3. [
  4. "readdirp@3.6.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "readdirp@3.6.0",
  10. "_id": "readdirp@3.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-dKNwvYVxFuJFspzJc0DNQxoCpsc=",
  13. "_location": "/readdirp",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "readdirp@3.6.0",
  20. "name": "readdirp",
  21. "escapedName": "readdirp",
  22. "rawSpec": "3.6.0",
  23. "saveSpec": null,
  24. "fetchSpec": "3.6.0"
  25. },
  26. "_requiredBy": [
  27. "/chokidar"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/readdirp/download/readdirp-3.6.0.tgz",
  30. "_spec": "3.6.0",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Thorsten Lorenz",
  34. "email": "thlorenz@gmx.de",
  35. "url": "thlorenz.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/paulmillr/readdirp/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Thorsten Lorenz",
  43. "email": "thlorenz@gmx.de",
  44. "url": "thlorenz.com"
  45. },
  46. {
  47. "name": "Paul Miller",
  48. "url": "https://paulmillr.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "picomatch": "^2.2.1"
  53. },
  54. "description": "Recursive version of fs.readdir with streaming API.",
  55. "devDependencies": {
  56. "@types/node": "^14",
  57. "chai": "^4.2",
  58. "chai-subset": "^1.6",
  59. "dtslint": "^3.3.0",
  60. "eslint": "^7.0.0",
  61. "mocha": "^7.1.1",
  62. "nyc": "^15.0.0",
  63. "rimraf": "^3.0.0",
  64. "typescript": "^4.0.3"
  65. },
  66. "engines": {
  67. "node": ">=8.10.0"
  68. },
  69. "eslintConfig": {
  70. "root": true,
  71. "extends": "eslint:recommended",
  72. "parserOptions": {
  73. "ecmaVersion": 9,
  74. "sourceType": "script"
  75. },
  76. "env": {
  77. "node": true,
  78. "es6": true
  79. },
  80. "rules": {
  81. "array-callback-return": "error",
  82. "no-empty": [
  83. "error",
  84. {
  85. "allowEmptyCatch": true
  86. }
  87. ],
  88. "no-else-return": [
  89. "error",
  90. {
  91. "allowElseIf": false
  92. }
  93. ],
  94. "no-lonely-if": "error",
  95. "no-var": "error",
  96. "object-shorthand": "error",
  97. "prefer-arrow-callback": [
  98. "error",
  99. {
  100. "allowNamedFunctions": true
  101. }
  102. ],
  103. "prefer-const": [
  104. "error",
  105. {
  106. "ignoreReadBeforeAssign": true
  107. }
  108. ],
  109. "prefer-destructuring": [
  110. "error",
  111. {
  112. "object": true,
  113. "array": false
  114. }
  115. ],
  116. "prefer-spread": "error",
  117. "prefer-template": "error",
  118. "radix": "error",
  119. "semi": "error",
  120. "strict": "error",
  121. "quotes": [
  122. "error",
  123. "single"
  124. ]
  125. }
  126. },
  127. "files": [
  128. "index.js",
  129. "index.d.ts"
  130. ],
  131. "homepage": "https://github.com/paulmillr/readdirp",
  132. "keywords": [
  133. "recursive",
  134. "fs",
  135. "stream",
  136. "streams",
  137. "readdir",
  138. "filesystem",
  139. "find",
  140. "filter"
  141. ],
  142. "license": "MIT",
  143. "main": "index.js",
  144. "name": "readdirp",
  145. "nyc": {
  146. "reporter": [
  147. "html",
  148. "text"
  149. ]
  150. },
  151. "repository": {
  152. "type": "git",
  153. "url": "git://github.com/paulmillr/readdirp.git"
  154. },
  155. "scripts": {
  156. "dtslint": "dtslint",
  157. "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
  158. "mocha": "mocha --exit",
  159. "nyc": "nyc",
  160. "test": "npm run lint && nyc npm run mocha"
  161. },
  162. "version": "3.6.0"
  163. }