package.json 3.7 KB

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