package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "globby@^9.2.0",
  3. "_id": "globby@9.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==",
  6. "_location": "/globby",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "globby@^9.2.0",
  12. "name": "globby",
  13. "escapedName": "globby",
  14. "rawSpec": "^9.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz",
  22. "_shasum": "fd029a706c703d29bdd170f4b6db3a3f7a7cb63d",
  23. "_spec": "globby@^9.2.0",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-service",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/globby/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@types/glob": "^7.1.1",
  36. "array-union": "^1.0.2",
  37. "dir-glob": "^2.2.2",
  38. "fast-glob": "^2.2.6",
  39. "glob": "^7.1.3",
  40. "ignore": "^4.0.3",
  41. "pify": "^4.0.1",
  42. "slash": "^2.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
  46. "devDependencies": {
  47. "ava": "^1.4.1",
  48. "glob-stream": "^6.1.0",
  49. "globby": "github:sindresorhus/globby#master",
  50. "matcha": "^0.7.0",
  51. "rimraf": "^2.6.3",
  52. "tsd": "^0.7.1",
  53. "xo": "^0.24.0"
  54. },
  55. "engines": {
  56. "node": ">=6"
  57. },
  58. "files": [
  59. "index.js",
  60. "gitignore.js",
  61. "index.d.ts"
  62. ],
  63. "homepage": "https://github.com/sindresorhus/globby#readme",
  64. "keywords": [
  65. "all",
  66. "array",
  67. "directories",
  68. "dirs",
  69. "expand",
  70. "files",
  71. "filesystem",
  72. "filter",
  73. "find",
  74. "fnmatch",
  75. "folders",
  76. "fs",
  77. "glob",
  78. "globbing",
  79. "globs",
  80. "gulpfriendly",
  81. "match",
  82. "matcher",
  83. "minimatch",
  84. "multi",
  85. "multiple",
  86. "paths",
  87. "pattern",
  88. "patterns",
  89. "traverse",
  90. "util",
  91. "utility",
  92. "wildcard",
  93. "wildcards",
  94. "promise",
  95. "gitignore",
  96. "git"
  97. ],
  98. "license": "MIT",
  99. "name": "globby",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/sindresorhus/globby.git"
  103. },
  104. "scripts": {
  105. "bench": "npm update glob-stream fast-glob && matcha bench.js",
  106. "test": "xo && ava && tsd"
  107. },
  108. "version": "9.2.0",
  109. "xo": {
  110. "ignores": [
  111. "fixtures"
  112. ]
  113. }
  114. }