You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "http-cache-semantics@3.8.1",
  3. "_id": "http-cache-semantics@3.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==",
  6. "_location": "/http-cache-semantics",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "http-cache-semantics@3.8.1",
  12. "name": "http-cache-semantics",
  13. "escapedName": "http-cache-semantics",
  14. "rawSpec": "3.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "3.8.1"
  17. },
  18. "_requiredBy": [
  19. "/cacheable-request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
  22. "_shasum": "39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2",
  23. "_spec": "http-cache-semantics@3.8.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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/pornel/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. "babel-cli": "^6.24.1",
  38. "babel-preset-env": "^1.6.1",
  39. "mocha": "^3.4.2"
  40. },
  41. "files": [
  42. "node4/index.js"
  43. ],
  44. "homepage": "https://github.com/pornel/http-cache-semantics#readme",
  45. "license": "BSD-2-Clause",
  46. "main": "node4/index.js",
  47. "name": "http-cache-semantics",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/pornel/http-cache-semantics.git"
  51. },
  52. "scripts": {
  53. "compile": "babel -d node4/ index.js; babel -d node4/test test",
  54. "prepublish": "npm run compile",
  55. "test": "npm run compile; mocha node4/test"
  56. },
  57. "version": "3.8.1"
  58. }