package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "fast-glob@^3.2.9",
  3. "_id": "fast-glob@3.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  6. "_location": "/fast-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fast-glob@^3.2.9",
  12. "name": "fast-glob",
  13. "escapedName": "fast-glob",
  14. "rawSpec": "^3.2.9",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.9"
  17. },
  18. "_requiredBy": [
  19. "/globby"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  22. "_shasum": "d06d585ce8dba90a16b0505c543c3ccfb3aeb818",
  23. "_spec": "fast-glob@^3.2.9",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\globby",
  25. "author": {
  26. "name": "Denis Malinochkin",
  27. "url": "https://mrmlnc.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mrmlnc/fast-glob/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@nodelib/fs.stat": "^2.0.2",
  35. "@nodelib/fs.walk": "^1.2.3",
  36. "glob-parent": "^5.1.2",
  37. "merge2": "^1.3.0",
  38. "micromatch": "^4.0.8"
  39. },
  40. "deprecated": false,
  41. "description": "It's a very fast and efficient glob library for Node.js",
  42. "devDependencies": {
  43. "@nodelib/fs.macchiato": "^1.0.1",
  44. "@types/glob-parent": "^5.1.0",
  45. "@types/merge2": "^1.1.4",
  46. "@types/micromatch": "^4.0.0",
  47. "@types/mocha": "^5.2.7",
  48. "@types/node": "^14.18.53",
  49. "@types/picomatch": "^2.3.0",
  50. "@types/sinon": "^7.5.0",
  51. "bencho": "^0.1.1",
  52. "eslint": "^6.5.1",
  53. "eslint-config-mrmlnc": "^1.1.0",
  54. "execa": "^7.1.1",
  55. "fast-glob": "^3.0.4",
  56. "fdir": "6.0.1",
  57. "glob": "^10.0.0",
  58. "hereby": "^1.8.1",
  59. "mocha": "^6.2.1",
  60. "rimraf": "^5.0.0",
  61. "sinon": "^7.5.0",
  62. "snap-shot-it": "^7.9.10",
  63. "typescript": "^4.9.5"
  64. },
  65. "engines": {
  66. "node": ">=8.6.0"
  67. },
  68. "files": [
  69. "out",
  70. "!out/{benchmark,tests}",
  71. "!out/**/*.map",
  72. "!out/**/*.spec.*"
  73. ],
  74. "homepage": "https://github.com/mrmlnc/fast-glob#readme",
  75. "keywords": [
  76. "glob",
  77. "patterns",
  78. "fast",
  79. "implementation"
  80. ],
  81. "license": "MIT",
  82. "main": "out/index.js",
  83. "name": "fast-glob",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/mrmlnc/fast-glob.git"
  87. },
  88. "scripts": {
  89. "bench:async": "npm run bench:product:async && npm run bench:regression:async",
  90. "bench:product": "npm run bench:product:async && npm run bench:product:sync && npm run bench:product:stream",
  91. "bench:product:async": "hereby bench:product:async",
  92. "bench:product:stream": "hereby bench:product:stream",
  93. "bench:product:sync": "hereby bench:product:sync",
  94. "bench:regression": "npm run bench:regression:async && npm run bench:regression:sync && npm run bench:regression:stream",
  95. "bench:regression:async": "hereby bench:regression:async",
  96. "bench:regression:stream": "hereby bench:regression:stream",
  97. "bench:regression:sync": "hereby bench:regression:sync",
  98. "bench:stream": "npm run bench:product:stream && npm run bench:regression:stream",
  99. "bench:sync": "npm run bench:product:sync && npm run bench:regression:sync",
  100. "build": "npm run clean && npm run compile && npm run lint && npm test",
  101. "clean": "rimraf out",
  102. "compile": "tsc",
  103. "lint": "eslint \"src/**/*.ts\" --cache",
  104. "test": "mocha \"out/**/*.spec.js\" -s 0",
  105. "test:e2e": "mocha \"out/**/*.e2e.js\" -s 0",
  106. "test:e2e:async": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(async\\)\"",
  107. "test:e2e:stream": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(stream\\)\"",
  108. "test:e2e:sync": "mocha \"out/**/*.e2e.js\" -s 0 --grep \"\\(sync\\)\"",
  109. "watch": "npm run clean && npm run compile -- -- --sourceMap --watch"
  110. },
  111. "typings": "out/index.d.ts",
  112. "version": "3.3.3"
  113. }