package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "globby@11.1.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  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. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  29. "_spec": "11.1.0",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/globby/issues"
  38. },
  39. "dependencies": {
  40. "array-union": "^2.1.0",
  41. "dir-glob": "^3.0.1",
  42. "fast-glob": "^3.2.9",
  43. "ignore": "^5.2.0",
  44. "merge2": "^1.4.1",
  45. "slash": "^3.0.0"
  46. },
  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. }