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

package.json 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "compressible@~2.0.16",
  3. "_id": "compressible@2.0.17",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw==",
  6. "_location": "/compressible",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "compressible@~2.0.16",
  12. "name": "compressible",
  13. "escapedName": "compressible",
  14. "rawSpec": "~2.0.16",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.16"
  17. },
  18. "_requiredBy": [
  19. "/compression"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.17.tgz",
  22. "_shasum": "6e8c108a16ad58384a977f3a482ca20bff2f38c1",
  23. "_spec": "compressible@~2.0.16",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\compression",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/compressible/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "Jonathan Ong",
  36. "email": "me@jongleberry.com",
  37. "url": "http://jongleberry.com"
  38. },
  39. {
  40. "name": "Jeremiah Senkpiel",
  41. "email": "fishrock123@rocketmail.com",
  42. "url": "https://searchbeam.jit.su"
  43. }
  44. ],
  45. "dependencies": {
  46. "mime-db": ">= 1.40.0 < 2"
  47. },
  48. "deprecated": false,
  49. "description": "Compressible Content-Type / mime checking",
  50. "devDependencies": {
  51. "eslint": "5.15.2",
  52. "eslint-config-standard": "12.0.0",
  53. "eslint-plugin-import": "2.16.0",
  54. "eslint-plugin-markdown": "1.0.0",
  55. "eslint-plugin-node": "8.0.1",
  56. "eslint-plugin-promise": "4.0.1",
  57. "eslint-plugin-standard": "4.0.0",
  58. "mocha": "6.1.4",
  59. "nyc": "14.0.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.6"
  63. },
  64. "files": [
  65. "HISTORY.md",
  66. "LICENSE",
  67. "README.md",
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jshttp/compressible#readme",
  71. "keywords": [
  72. "compress",
  73. "gzip",
  74. "mime",
  75. "content-type"
  76. ],
  77. "license": "MIT",
  78. "name": "compressible",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jshttp/compressible.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --plugin markdown --ext js,md .",
  85. "test": "mocha --reporter spec --bail --check-leaks test/",
  86. "test-cov": "nyc --reporter=html --reporter=text npm test",
  87. "test-travis": "nyc --reporter=text npm test",
  88. "version": "node scripts/version-history.js && git add HISTORY.md"
  89. },
  90. "version": "2.0.17"
  91. }