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

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "http-cache-semantics@^4.0.0",
  3. "_id": "http-cache-semantics@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==",
  6. "_location": "/http-cache-semantics",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-cache-semantics@^4.0.0",
  12. "name": "http-cache-semantics",
  13. "escapedName": "http-cache-semantics",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cacheable-request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
  22. "_shasum": "49e91c5cbf36c9b94bcfcd71c23d5249ec74e390",
  23. "_spec": "http-cache-semantics@^4.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cacheable-request",
  25. "author": {
  26. "name": "Kornel Lesiński",
  27. "email": "kornel@geekhood.net",
  28. "url": "https://kornel.ski/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kornelski/http-cache-semantics/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
  36. "devDependencies": {
  37. "eslint": "^5.13.0",
  38. "eslint-plugin-prettier": "^3.0.1",
  39. "husky": "^0.14.3",
  40. "lint-staged": "^8.1.3",
  41. "mocha": "^5.1.0",
  42. "prettier": "^1.14.3",
  43. "prettier-eslint-cli": "^4.7.1"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/kornelski/http-cache-semantics#readme",
  49. "license": "BSD-2-Clause",
  50. "main": "index.js",
  51. "name": "http-cache-semantics",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/kornelski/http-cache-semantics.git"
  55. },
  56. "scripts": {
  57. "test": "mocha"
  58. },
  59. "version": "4.1.0"
  60. }