Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.5KB

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