You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
3.8 KiB

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