package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "fast-glob@2.2.6",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fast-glob@2.2.6",
  10. "_id": "fast-glob@2.2.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-pdW2l+yN7aRo2Fp0A1KQoCWpUpU=",
  13. "_location": "/fast-glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fast-glob@2.2.6",
  19. "name": "fast-glob",
  20. "escapedName": "fast-glob",
  21. "rawSpec": "2.2.6",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.6"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-eslint/globby",
  27. "/@vue/cli-service/globby"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/fast-glob/download/fast-glob-2.2.6.tgz",
  30. "_spec": "2.2.6",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Denis Malinochkin",
  34. "url": "canonium.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/mrmlnc/fast-glob/issues"
  38. },
  39. "dependencies": {
  40. "@mrmlnc/readdir-enhanced": "^2.2.1",
  41. "@nodelib/fs.stat": "^1.1.2",
  42. "glob-parent": "^3.1.0",
  43. "is-glob": "^4.0.0",
  44. "merge2": "^1.2.3",
  45. "micromatch": "^3.1.10"
  46. },
  47. "description": "Is a faster `node-glob` alternative",
  48. "devDependencies": {
  49. "@types/bash-glob": "^2.0.0",
  50. "@types/compute-stdev": "^1.0.0",
  51. "@types/easy-table": "^0.0.32",
  52. "@types/execa": "^0.9.0",
  53. "@types/glob": "^7.1.1",
  54. "@types/glob-parent": "^3.1.0",
  55. "@types/glob-stream": "^6.1.0",
  56. "@types/globby": "^8.0.0",
  57. "@types/is-glob": "^4.0.0",
  58. "@types/merge2": "^1.1.4",
  59. "@types/micromatch": "^3.1.0",
  60. "@types/minimist": "^1.2.0",
  61. "@types/mocha": "^5.2.5",
  62. "@types/node": "^10.12.0",
  63. "@types/rimraf": "^2.0.2",
  64. "bash-glob": "^2.0.0",
  65. "compute-stdev": "^1.0.0",
  66. "easy-table": "^1.1.1",
  67. "execa": "^0.9.0",
  68. "fast-glob": "^2.2.0",
  69. "glob": "^7.1.2",
  70. "glob-stream": "^6.1.0",
  71. "globby": "^8.0.1",
  72. "minimist": "^1.2.0",
  73. "mocha": "^5.2.0",
  74. "rimraf": "^2.6.2",
  75. "tiny-glob": "^0.2.3",
  76. "tslint": "^5.11.0",
  77. "tslint-config-mrmlnc": "^1.0.0",
  78. "typescript": "^3.1.3"
  79. },
  80. "engines": {
  81. "node": ">=4.0.0"
  82. },
  83. "homepage": "https://github.com/mrmlnc/fast-glob#readme",
  84. "keywords": [
  85. "glob",
  86. "patterns",
  87. "fast",
  88. "implementation"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "fast-glob",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/mrmlnc/fast-glob.git"
  96. },
  97. "scripts": {
  98. "bench": "npm run build && npm run bench-async && npm run bench-sync",
  99. "bench-async": "npm run bench-async-1 && npm run bench-async-5 && npm run bench-async-10 && npm run bench-async-50 && npm run bench-async-100",
  100. "bench-async-1": "node ./out/benchmark --depth 1",
  101. "bench-async-10": "node ./out/benchmark --depth 10",
  102. "bench-async-100": "node ./out/benchmark --depth 100",
  103. "bench-async-5": "node ./out/benchmark --depth 5",
  104. "bench-async-50": "node ./out/benchmark --depth 50",
  105. "bench-sync": "npm run bench-sync-1 && npm run bench-sync-5 && npm run bench-sync-10 && npm run bench-sync-50 && npm run bench-sync-100",
  106. "bench-sync-1": "node ./out/benchmark --depth 1 --type sync",
  107. "bench-sync-10": "node ./out/benchmark --depth 10 --type sync",
  108. "bench-sync-100": "node ./out/benchmark --depth 100 --type sync",
  109. "bench-sync-5": "node ./out/benchmark --depth 5 --type sync",
  110. "bench-sync-50": "node ./out/benchmark --depth 50 --type sync",
  111. "build": "npm run clean && npm run lint && npm run compile && npm test",
  112. "clean": "rimraf out",
  113. "compile": "tsc",
  114. "lint": "tslint \"src/**/*.ts\" -p . -t stylish",
  115. "smoke": "mocha \"out/**/*.smoke.js\" -s 0",
  116. "test": "mocha \"out/**/*.spec.js\" -s 0",
  117. "watch": "npm run clean && npm run lint & npm run compile -- --sourceMap --watch"
  118. },
  119. "typings": "index.d.ts",
  120. "version": "2.2.6"
  121. }