package.json 3.7 KB

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