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

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "picomatch@^2.2.1",
  3. "_id": "picomatch@2.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==",
  6. "_location": "/picomatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "picomatch@^2.2.1",
  12. "name": "picomatch",
  13. "escapedName": "picomatch",
  14. "rawSpec": "^2.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.1"
  17. },
  18. "_requiredBy": [
  19. "/fast-glob",
  20. "/micromatch"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
  23. "_shasum": "21f333e9b6b8eaff02468f5146ea406d345f4dad",
  24. "_spec": "picomatch@^2.2.1",
  25. "_where": "/Users/christian/Documents/artesanias/node_modules/fast-glob",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/micromatch/picomatch/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
  36. "devDependencies": {
  37. "eslint": "^6.8.0",
  38. "fill-range": "^7.0.1",
  39. "gulp-format-md": "^2.0.0",
  40. "mocha": "^6.2.2",
  41. "nyc": "^15.0.0",
  42. "time-require": "github:jonschlinkert/time-require"
  43. },
  44. "engines": {
  45. "node": ">=8.6"
  46. },
  47. "files": [
  48. "index.js",
  49. "lib"
  50. ],
  51. "funding": "https://github.com/sponsors/jonschlinkert",
  52. "homepage": "https://github.com/micromatch/picomatch",
  53. "keywords": [
  54. "glob",
  55. "match",
  56. "picomatch"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "picomatch",
  61. "nyc": {
  62. "reporter": [
  63. "html",
  64. "lcov",
  65. "text-summary"
  66. ]
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/micromatch/picomatch.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
  74. "mocha": "mocha --reporter dot",
  75. "test": "npm run lint && npm run mocha",
  76. "test:ci": "npm run test:cover",
  77. "test:cover": "nyc npm run mocha"
  78. },
  79. "verb": {
  80. "toc": {
  81. "render": true,
  82. "method": "preWrite",
  83. "maxdepth": 3
  84. },
  85. "layout": "empty",
  86. "tasks": [
  87. "readme"
  88. ],
  89. "plugins": [
  90. "gulp-format-md"
  91. ],
  92. "lint": {
  93. "reflinks": true
  94. },
  95. "related": {
  96. "list": [
  97. "braces",
  98. "micromatch"
  99. ]
  100. },
  101. "reflinks": [
  102. "braces",
  103. "expand-brackets",
  104. "extglob",
  105. "fill-range",
  106. "micromatch",
  107. "minimatch",
  108. "nanomatch",
  109. "picomatch"
  110. ]
  111. },
  112. "version": "2.2.2"
  113. }