| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "cacheable-request@^2.1.1", |
| 3 | "_id": "cacheable-request@2.1.4", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0=", |
| 6 | "_location": "/cacheable-request", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "cacheable-request@^2.1.1", |
| 12 | "name": "cacheable-request", |
| 13 | "escapedName": "cacheable-request", |
| 14 | "rawSpec": "^2.1.1", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^2.1.1" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/bin-wrapper/got" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz", |
| 22 | "_shasum": "0d808801b6342ad33c91df9d0b44dc09b91e5c3d", |
| 23 | "_spec": "cacheable-request@^2.1.1", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-wrapper\\node_modules\\got", |
| 25 | "author": { |
| 26 | "name": "Luke Childs", |
| 27 | "email": "lukechilds123@gmail.com", |
| 28 | "url": "http://lukechilds.co.uk" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "https://github.com/lukechilds/cacheable-request/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "dependencies": { |
| 35 | "clone-response": "1.0.2", |
| 36 | "get-stream": "3.0.0", |
| 37 | "http-cache-semantics": "3.8.1", |
| 38 | "keyv": "3.0.0", |
| 39 | "lowercase-keys": "1.0.0", |
| 40 | "normalize-url": "2.0.1", |
| 41 | "responselike": "1.0.2" |
| 42 | }, |
| 43 | "deprecated": false, |
| 44 | "description": "Wrap native HTTP requests with RFC compliant cache support", |
| 45 | "devDependencies": { |
| 46 | "@keyv/sqlite": "^1.2.6", |
| 47 | "ava": "^0.24.0", |
| 48 | "coveralls": "^3.0.0", |
| 49 | "create-test-server": "^2.0.0", |
| 50 | "delay": "^2.0.0", |
| 51 | "eslint-config-xo-lukechilds": "^1.0.0", |
| 52 | "nyc": "^11.0.2", |
| 53 | "pify": "^3.0.0", |
| 54 | "sqlite3": "^3.1.9", |
| 55 | "this": "^1.0.2", |
| 56 | "xo": "^0.19.0" |
| 57 | }, |
| 58 | "homepage": "https://github.com/lukechilds/cacheable-request", |
| 59 | "keywords": [ |
| 60 | "HTTP", |
| 61 | "HTTPS", |
| 62 | "cache", |
| 63 | "caching", |
| 64 | "layer", |
| 65 | "cacheable", |
| 66 | "RFC 7234", |
| 67 | "RFC", |
| 68 | "7234", |
| 69 | "compliant" |
| 70 | ], |
| 71 | "license": "MIT", |
| 72 | "main": "src/index.js", |
| 73 | "name": "cacheable-request", |
| 74 | "repository": { |
| 75 | "type": "git", |
| 76 | "url": "git+https://github.com/lukechilds/cacheable-request.git" |
| 77 | }, |
| 78 | "scripts": { |
| 79 | "coverage": "nyc report --reporter=text-lcov | coveralls", |
| 80 | "test": "xo && nyc ava" |
| 81 | }, |
| 82 | "version": "2.1.4", |
| 83 | "xo": { |
| 84 | "extends": "xo-lukechilds" |
| 85 | } |
| 86 | } |