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

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "hosted-git-info@^3.0.6",
  3. "_id": "hosted-git-info@3.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fWqc0IcuXs+BmE9orLDyVykAG9GJtGLGuZAAqgcckPgv5xad4AcXGIv8galtQvlwutxSlaMcdw7BUtq2EIvqCQ==",
  6. "_location": "/hosted-git-info",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hosted-git-info@^3.0.6",
  12. "name": "hosted-git-info",
  13. "escapedName": "hosted-git-info",
  14. "rawSpec": "^3.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.6"
  17. },
  18. "_requiredBy": [
  19. "/npm-package-arg"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.7.tgz",
  22. "_shasum": "a30727385ea85acfcee94e0aad9e368c792e036c",
  23. "_spec": "hosted-git-info@^3.0.6",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/npm-package-arg",
  25. "author": {
  26. "name": "Rebecca Turner",
  27. "email": "me@re-becca.org",
  28. "url": "http://re-becca.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/hosted-git-info/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "lru-cache": "^6.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
  39. "devDependencies": {
  40. "standard": "^11.0.1",
  41. "standard-version": "^4.4.0",
  42. "tap": "^12.7.0"
  43. },
  44. "engines": {
  45. "node": ">=10"
  46. },
  47. "files": [
  48. "index.js",
  49. "git-host.js",
  50. "git-host-info.js"
  51. ],
  52. "homepage": "https://github.com/npm/hosted-git-info",
  53. "keywords": [
  54. "git",
  55. "github",
  56. "bitbucket",
  57. "gitlab"
  58. ],
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "hosted-git-info",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/npm/hosted-git-info.git"
  65. },
  66. "scripts": {
  67. "postrelease": "npm publish && git push --follow-tags",
  68. "posttest": "standard",
  69. "prerelease": "npm t",
  70. "release": "standard-version -s",
  71. "test": "tap -J --100 --no-esm test/*.js",
  72. "test:coverage": "tap --coverage-report=html -J --100 --no-esm test/*.js"
  73. },
  74. "version": "3.0.7"
  75. }