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

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "accepts@~1.3.5",
  3. "_id": "accepts@1.3.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
  6. "_location": "/accepts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "accepts@~1.3.5",
  12. "name": "accepts",
  13. "escapedName": "accepts",
  14. "rawSpec": "~1.3.5",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.3.5"
  17. },
  18. "_requiredBy": [
  19. "/compression",
  20. "/express"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
  23. "_shasum": "531bc726517a3b2b41f850021c6cc15eaab507cd",
  24. "_spec": "accepts@~1.3.5",
  25. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\compression",
  26. "bugs": {
  27. "url": "https://github.com/jshttp/accepts/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jonathan Ong",
  37. "email": "me@jongleberry.com",
  38. "url": "http://jongleberry.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "mime-types": "~2.1.24",
  43. "negotiator": "0.6.2"
  44. },
  45. "deprecated": false,
  46. "description": "Higher-level content negotiation",
  47. "devDependencies": {
  48. "deep-equal": "1.0.1",
  49. "eslint": "5.16.0",
  50. "eslint-config-standard": "12.0.0",
  51. "eslint-plugin-import": "2.17.2",
  52. "eslint-plugin-markdown": "1.0.0",
  53. "eslint-plugin-node": "8.0.1",
  54. "eslint-plugin-promise": "4.1.1",
  55. "eslint-plugin-standard": "4.0.0",
  56. "mocha": "6.1.4",
  57. "nyc": "14.0.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.6"
  61. },
  62. "files": [
  63. "LICENSE",
  64. "HISTORY.md",
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/jshttp/accepts#readme",
  68. "keywords": [
  69. "content",
  70. "negotiation",
  71. "accept",
  72. "accepts"
  73. ],
  74. "license": "MIT",
  75. "name": "accepts",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jshttp/accepts.git"
  79. },
  80. "scripts": {
  81. "lint": "eslint --plugin markdown --ext js,md .",
  82. "test": "mocha --reporter spec --check-leaks --bail test/",
  83. "test-cov": "nyc --reporter=html --reporter=text npm test",
  84. "test-travis": "nyc --reporter=text npm test"
  85. },
  86. "version": "1.3.7"
  87. }