package.json 2.5 KB

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