package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "cacheable-request@^2.1.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/got"
  6. ]
  7. ],
  8. "_from": "cacheable-request@>=2.1.1 <3.0.0",
  9. "_id": "cacheable-request@2.1.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/cacheable-request",
  13. "_nodeVersion": "5.12.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/cacheable-request-2.1.4.tgz_1514318995331_0.5610265193972737"
  17. },
  18. "_npmUser": {
  19. "email": "lukechilds123@gmail.com",
  20. "name": "lukechilds"
  21. },
  22. "_npmVersion": "3.8.6",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "cacheable-request",
  26. "raw": "cacheable-request@^2.1.1",
  27. "rawSpec": "^2.1.1",
  28. "scope": null,
  29. "spec": ">=2.1.1 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/got"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz",
  36. "_shasum": "0d808801b6342ad33c91df9d0b44dc09b91e5c3d",
  37. "_shrinkwrap": null,
  38. "_spec": "cacheable-request@^2.1.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/got",
  40. "author": {
  41. "email": "lukechilds123@gmail.com",
  42. "name": "Luke Childs",
  43. "url": "http://lukechilds.co.uk"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/lukechilds/cacheable-request/issues"
  47. },
  48. "dependencies": {
  49. "clone-response": "1.0.2",
  50. "get-stream": "3.0.0",
  51. "http-cache-semantics": "3.8.1",
  52. "keyv": "3.0.0",
  53. "lowercase-keys": "1.0.0",
  54. "normalize-url": "2.0.1",
  55. "responselike": "1.0.2"
  56. },
  57. "description": "Wrap native HTTP requests with RFC compliant cache support",
  58. "devDependencies": {
  59. "@keyv/sqlite": "^1.2.6",
  60. "ava": "^0.24.0",
  61. "coveralls": "^3.0.0",
  62. "create-test-server": "^2.0.0",
  63. "delay": "^2.0.0",
  64. "eslint-config-xo-lukechilds": "^1.0.0",
  65. "nyc": "^11.0.2",
  66. "pify": "^3.0.0",
  67. "sqlite3": "^3.1.9",
  68. "this": "^1.0.2",
  69. "xo": "^0.19.0"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "0d808801b6342ad33c91df9d0b44dc09b91e5c3d",
  74. "tarball": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz"
  75. },
  76. "gitHead": "3f2d8e2f64af835a82721c51898bd6f08883c4de",
  77. "homepage": "https://github.com/lukechilds/cacheable-request",
  78. "keywords": [
  79. "7234",
  80. "HTTP",
  81. "HTTPS",
  82. "RFC",
  83. "RFC 7234",
  84. "cache",
  85. "cacheable",
  86. "caching",
  87. "compliant",
  88. "layer"
  89. ],
  90. "license": "MIT",
  91. "main": "src/index.js",
  92. "maintainers": [
  93. {
  94. "name": "lukechilds",
  95. "email": "lukechilds123@gmail.com"
  96. }
  97. ],
  98. "name": "cacheable-request",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/lukechilds/cacheable-request.git"
  104. },
  105. "scripts": {
  106. "coverage": "nyc report --reporter=text-lcov | coveralls",
  107. "test": "xo && nyc ava"
  108. },
  109. "version": "2.1.4",
  110. "xo": {
  111. "extends": "xo-lukechilds"
  112. }
  113. }