package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "readdir-glob@^1.1.2",
  3. "_id": "readdir-glob@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
  6. "_location": "/readdir-glob",
  7. "_phantomChildren": {
  8. "balanced-match": "1.0.2"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "readdir-glob@^1.1.2",
  14. "name": "readdir-glob",
  15. "escapedName": "readdir-glob",
  16. "rawSpec": "^1.1.2",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.1.2"
  19. },
  20. "_requiredBy": [
  21. "/archiver"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/readdir-glob/-/readdir-glob-1.1.3.tgz",
  24. "_shasum": "c3d831f51f5e7bfa62fa2ffbe4b508c640f09584",
  25. "_spec": "readdir-glob@^1.1.2",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\archiver",
  27. "author": {
  28. "name": "Yann Armelin"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Yqnn/node-readdir-glob/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "minimatch": "^5.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Recursive fs.readdir with streaming API and glob filtering.",
  39. "devDependencies": {
  40. "jasmine": "^4.6.0",
  41. "mkdirp": "^2.1.6",
  42. "nyc": "^15.1.0",
  43. "rimraf": "^3.0.2",
  44. "tick": "0.0.6"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/Yqnn/node-readdir-glob",
  50. "keywords": [
  51. "recursive",
  52. "fs",
  53. "stream",
  54. "streams",
  55. "readdir",
  56. "filesystem",
  57. "find",
  58. "filter",
  59. "glob"
  60. ],
  61. "license": "Apache-2.0",
  62. "main": "index.js",
  63. "name": "readdir-glob",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/Yqnn/node-readdir-glob.git"
  67. },
  68. "scripts": {
  69. "bench": "bash scripts/benchmark.sh",
  70. "profile": "bash scripts/profile.sh && cat profile.txt",
  71. "test": "npx nyc --reporter=lcov --reporter=text-summary --reporter=html jasmine --config=jasmine.json",
  72. "test-regen": "TEST_REGEN=1 jasmine --config=jasmine.json"
  73. },
  74. "version": "1.1.3"
  75. }