package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "http-cache-semantics@3.8.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http-cache-semantics@3.8.1",
  10. "_id": "http-cache-semantics@3.8.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==",
  13. "_location": "/http-cache-semantics",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http-cache-semantics@3.8.1",
  19. "name": "http-cache-semantics",
  20. "escapedName": "http-cache-semantics",
  21. "rawSpec": "3.8.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.8.1"
  24. },
  25. "_requiredBy": [
  26. "/make-fetch-happen"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
  29. "_spec": "3.8.1",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Kornel Lesiński",
  33. "email": "kornel@geekhood.net",
  34. "url": "https://kornel.ski/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/pornel/http-cache-semantics/issues"
  38. },
  39. "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
  40. "devDependencies": {
  41. "babel-cli": "^6.24.1",
  42. "babel-preset-env": "^1.6.1",
  43. "mocha": "^3.4.2"
  44. },
  45. "files": [
  46. "node4/index.js"
  47. ],
  48. "homepage": "https://github.com/pornel/http-cache-semantics#readme",
  49. "license": "BSD-2-Clause",
  50. "main": "node4/index.js",
  51. "name": "http-cache-semantics",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/pornel/http-cache-semantics.git"
  55. },
  56. "scripts": {
  57. "compile": "babel -d node4/ index.js; babel -d node4/test test",
  58. "prepublish": "npm run compile",
  59. "test": "npm run compile; mocha node4/test"
  60. },
  61. "version": "3.8.1"
  62. }