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

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "mime-db@1.40.0",
  5. "C:\\Users\\Chuch\\Documents\\Cordova\\artesanias"
  6. ]
  7. ],
  8. "_from": "mime-db@1.40.0",
  9. "_id": "mime-db@1.40.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==",
  12. "_location": "/mime-db",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mime-db@1.40.0",
  18. "name": "mime-db",
  19. "escapedName": "mime-db",
  20. "rawSpec": "1.40.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.40.0"
  23. },
  24. "_requiredBy": [
  25. "/compressible",
  26. "/mime-types"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz",
  29. "_spec": "1.40.0",
  30. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\artesanias",
  31. "bugs": {
  32. "url": "https://github.com/jshttp/mime-db/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Jonathan Ong",
  41. "email": "me@jongleberry.com",
  42. "url": "http://jongleberry.com"
  43. },
  44. {
  45. "name": "Robert Kieffer",
  46. "email": "robert@broofa.com",
  47. "url": "http://github.com/broofa"
  48. }
  49. ],
  50. "description": "Media Type Database",
  51. "devDependencies": {
  52. "bluebird": "3.5.4",
  53. "co": "4.6.0",
  54. "cogent": "1.0.1",
  55. "csv-parse": "4.3.4",
  56. "eslint": "5.16.0",
  57. "eslint-config-standard": "12.0.0",
  58. "eslint-plugin-import": "2.16.0",
  59. "eslint-plugin-node": "8.0.1",
  60. "eslint-plugin-promise": "4.1.1",
  61. "eslint-plugin-standard": "4.0.0",
  62. "gnode": "0.1.2",
  63. "mocha": "6.1.4",
  64. "nyc": "14.0.0",
  65. "raw-body": "2.3.3",
  66. "stream-to-array": "2.3.0"
  67. },
  68. "engines": {
  69. "node": ">= 0.6"
  70. },
  71. "files": [
  72. "HISTORY.md",
  73. "LICENSE",
  74. "README.md",
  75. "db.json",
  76. "index.js"
  77. ],
  78. "homepage": "https://github.com/jshttp/mime-db#readme",
  79. "keywords": [
  80. "mime",
  81. "db",
  82. "type",
  83. "types",
  84. "database",
  85. "charset",
  86. "charsets"
  87. ],
  88. "license": "MIT",
  89. "name": "mime-db",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/jshttp/mime-db.git"
  93. },
  94. "scripts": {
  95. "build": "node scripts/build",
  96. "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
  97. "lint": "eslint .",
  98. "test": "mocha --reporter spec --bail --check-leaks test/",
  99. "test-cov": "nyc --reporter=html --reporter=text npm test",
  100. "test-travis": "nyc --reporter=text npm test",
  101. "update": "npm run fetch && npm run build",
  102. "version": "node scripts/version-history.js && git add HISTORY.md"
  103. },
  104. "version": "1.40.0"
  105. }