package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "globby@^11.0.2",
  3. "_id": "globby@11.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  6. "_location": "/globby",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "globby@^11.0.2",
  12. "name": "globby",
  13. "escapedName": "globby",
  14. "rawSpec": "^11.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^11.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-plugin-eslint",
  20. "/@vue/cli-service",
  21. "/copy-webpack-plugin"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz",
  24. "_shasum": "bd4be98bb042f83d796f7e3811991fbe82a0d34b",
  25. "_spec": "globby@^11.0.2",
  26. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-plugin-eslint",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "https://sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/globby/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "array-union": "^2.1.0",
  38. "dir-glob": "^3.0.1",
  39. "fast-glob": "^3.2.9",
  40. "ignore": "^5.2.0",
  41. "merge2": "^1.4.1",
  42. "slash": "^3.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "User-friendly glob matching",
  46. "devDependencies": {
  47. "ava": "^3.13.0",
  48. "get-stream": "^6.0.0",
  49. "glob-stream": "^6.1.0",
  50. "globby": "github:sindresorhus/globby#main",
  51. "matcha": "^0.7.0",
  52. "rimraf": "^3.0.2",
  53. "tsd": "^0.13.1",
  54. "xo": "^0.33.1"
  55. },
  56. "engines": {
  57. "node": ">=10"
  58. },
  59. "files": [
  60. "index.js",
  61. "index.d.ts",
  62. "gitignore.js",
  63. "stream-utils.js"
  64. ],
  65. "funding": "https://github.com/sponsors/sindresorhus",
  66. "homepage": "https://github.com/sindresorhus/globby#readme",
  67. "keywords": [
  68. "all",
  69. "array",
  70. "directories",
  71. "expand",
  72. "files",
  73. "filesystem",
  74. "filter",
  75. "find",
  76. "fnmatch",
  77. "folders",
  78. "fs",
  79. "glob",
  80. "globbing",
  81. "globs",
  82. "gulpfriendly",
  83. "match",
  84. "matcher",
  85. "minimatch",
  86. "multi",
  87. "multiple",
  88. "paths",
  89. "pattern",
  90. "patterns",
  91. "traverse",
  92. "util",
  93. "utility",
  94. "wildcard",
  95. "wildcards",
  96. "promise",
  97. "gitignore",
  98. "git"
  99. ],
  100. "license": "MIT",
  101. "name": "globby",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/globby.git"
  105. },
  106. "scripts": {
  107. "bench": "npm update glob-stream fast-glob && matcha bench.js",
  108. "test": "xo && ava && tsd"
  109. },
  110. "version": "11.1.0",
  111. "xo": {
  112. "ignores": [
  113. "fixtures"
  114. ]
  115. }
  116. }