Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

110 řádky
2.4 KiB

  1. {
  2. "_args": [
  3. [
  4. "globby@8.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "globby@8.0.1",
  9. "_id": "globby@8.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-oMrYrJERnKBLXNLVTqhm3vPEdJ/b2ZE28xN4YARiix1NOIOBPEpOUnm844K1iu/BkphCaf2WNFwMszv8Soi1pw==",
  12. "_location": "/globby",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "globby@8.0.1",
  18. "name": "globby",
  19. "escapedName": "globby",
  20. "rawSpec": "8.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "8.0.1"
  23. },
  24. "_requiredBy": [
  25. "/react-dev-utils"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/globby/-/globby-8.0.1.tgz",
  28. "_spec": "8.0.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/globby/issues"
  37. },
  38. "dependencies": {
  39. "array-union": "^1.0.1",
  40. "dir-glob": "^2.0.0",
  41. "fast-glob": "^2.0.2",
  42. "glob": "^7.1.2",
  43. "ignore": "^3.3.5",
  44. "pify": "^3.0.0",
  45. "slash": "^1.0.0"
  46. },
  47. "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
  48. "devDependencies": {
  49. "ava": "*",
  50. "glob-stream": "^6.1.0",
  51. "globby": "github:sindresorhus/globby#master",
  52. "matcha": "^0.7.0",
  53. "rimraf": "^2.2.8",
  54. "xo": "^0.18.0"
  55. },
  56. "engines": {
  57. "node": ">=4"
  58. },
  59. "files": [
  60. "index.js",
  61. "gitignore.js"
  62. ],
  63. "homepage": "https://github.com/sindresorhus/globby#readme",
  64. "keywords": [
  65. "all",
  66. "array",
  67. "directories",
  68. "dirs",
  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"
  107. },
  108. "version": "8.0.1"
  109. }