Dashboard sipadu mbip
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "globby@^8.0.1",
  3. "_id": "globby@8.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==",
  6. "_location": "/globby",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "globby@^8.0.1",
  12. "name": "globby",
  13. "escapedName": "globby",
  14. "rawSpec": "^8.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.0.1"
  17. },
  18. "_requiredBy": [
  19. "/imagemin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz",
  22. "_shasum": "5697619ccd95c5275dbb2d6faa42087c1a941d8d",
  23. "_spec": "globby@^8.0.1",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/imagemin",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/globby/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "array-union": "^1.0.1",
  36. "dir-glob": "2.0.0",
  37. "fast-glob": "^2.0.2",
  38. "glob": "^7.1.2",
  39. "ignore": "^3.3.5",
  40. "pify": "^3.0.0",
  41. "slash": "^1.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
  45. "devDependencies": {
  46. "ava": "*",
  47. "glob-stream": "^6.1.0",
  48. "globby": "github:sindresorhus/globby#master",
  49. "matcha": "^0.7.0",
  50. "rimraf": "^2.2.8",
  51. "xo": "^0.18.0"
  52. },
  53. "engines": {
  54. "node": ">=4"
  55. },
  56. "files": [
  57. "index.js",
  58. "gitignore.js"
  59. ],
  60. "homepage": "https://github.com/sindresorhus/globby#readme",
  61. "keywords": [
  62. "all",
  63. "array",
  64. "directories",
  65. "dirs",
  66. "expand",
  67. "files",
  68. "filesystem",
  69. "filter",
  70. "find",
  71. "fnmatch",
  72. "folders",
  73. "fs",
  74. "glob",
  75. "globbing",
  76. "globs",
  77. "gulpfriendly",
  78. "match",
  79. "matcher",
  80. "minimatch",
  81. "multi",
  82. "multiple",
  83. "paths",
  84. "pattern",
  85. "patterns",
  86. "traverse",
  87. "util",
  88. "utility",
  89. "wildcard",
  90. "wildcards",
  91. "promise",
  92. "gitignore",
  93. "git"
  94. ],
  95. "license": "MIT",
  96. "name": "globby",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/sindresorhus/globby.git"
  100. },
  101. "scripts": {
  102. "bench": "npm update glob-stream fast-glob && matcha bench.js",
  103. "test": "xo && ava"
  104. },
  105. "version": "8.0.2"
  106. }