package.json 2.6 KB

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