package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "http-cache-semantics@3.8.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/cacheable-request"
  6. ]
  7. ],
  8. "_from": "http-cache-semantics@3.8.1",
  9. "_id": "http-cache-semantics@3.8.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/http-cache-semantics",
  13. "_nodeVersion": "8.8.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/http-cache-semantics-3.8.1.tgz_1512132678976_0.06533534894697368"
  17. },
  18. "_npmUser": {
  19. "email": "pornel@pornel.net",
  20. "name": "kornel"
  21. },
  22. "_npmVersion": "5.5.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "http-cache-semantics",
  26. "raw": "http-cache-semantics@3.8.1",
  27. "rawSpec": "3.8.1",
  28. "scope": null,
  29. "spec": "3.8.1",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/cacheable-request"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
  36. "_shasum": "39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2",
  37. "_shrinkwrap": null,
  38. "_spec": "http-cache-semantics@3.8.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/cacheable-request",
  40. "author": {
  41. "email": "kornel@geekhood.net",
  42. "name": "Kornel Lesiński",
  43. "url": "https://kornel.ski/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/pornel/http-cache-semantics/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
  50. "devDependencies": {
  51. "babel-cli": "^6.24.1",
  52. "babel-preset-env": "^1.6.1",
  53. "mocha": "^3.4.2"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==",
  58. "shasum": "39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2",
  59. "tarball": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz"
  60. },
  61. "files": [
  62. "node4/index.js"
  63. ],
  64. "gitHead": "adfd587c6bb047d44bdd655102f5d7eac43c09ab",
  65. "homepage": "https://github.com/pornel/http-cache-semantics#readme",
  66. "license": "BSD-2-Clause",
  67. "main": "node4/index.js",
  68. "maintainers": [
  69. {
  70. "name": "kornel",
  71. "email": "pornel@pornel.net"
  72. }
  73. ],
  74. "name": "http-cache-semantics",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/pornel/http-cache-semantics.git"
  80. },
  81. "scripts": {
  82. "compile": "babel -d node4/ index.js; babel -d node4/test test",
  83. "prepublish": "npm run compile",
  84. "test": "npm run compile; mocha node4/test"
  85. },
  86. "version": "3.8.1"
  87. }