package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "globby@^11.0.3",
  3. "_id": "globby@11.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==",
  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. "/@typescript-eslint/typescript-estree"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz",
  22. "_shasum": "9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb",
  23. "_spec": "globby@^11.0.3",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@typescript-eslint\\typescript-estree",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/globby/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "array-union": "^2.1.0",
  36. "dir-glob": "^3.0.1",
  37. "fast-glob": "^3.1.1",
  38. "ignore": "^5.1.4",
  39. "merge2": "^1.3.0",
  40. "slash": "^3.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "User-friendly glob matching",
  44. "devDependencies": {
  45. "ava": "^3.13.0",
  46. "get-stream": "^6.0.0",
  47. "glob-stream": "^6.1.0",
  48. "globby": "github:sindresorhus/globby#main",
  49. "matcha": "^0.7.0",
  50. "rimraf": "^3.0.2",
  51. "tsd": "^0.13.1",
  52. "xo": "^0.33.1"
  53. },
  54. "engines": {
  55. "node": ">=10"
  56. },
  57. "files": [
  58. "index.js",
  59. "index.d.ts",
  60. "gitignore.js",
  61. "stream-utils.js"
  62. ],
  63. "funding": "https://github.com/sponsors/sindresorhus",
  64. "homepage": "https://github.com/sindresorhus/globby#readme",
  65. "keywords": [
  66. "all",
  67. "array",
  68. "directories",
  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": "11.0.3",
  109. "xo": {
  110. "ignores": [
  111. "fixtures"
  112. ]
  113. }
  114. }