123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "_args": [
- [
- "cacheable-request@^2.1.1",
- "/home/seleznev/project Angular/Quality system/node_modules/got"
- ]
- ],
- "_from": "cacheable-request@>=2.1.1 <3.0.0",
- "_id": "cacheable-request@2.1.4",
- "_inCache": true,
- "_installable": true,
- "_location": "/cacheable-request",
- "_nodeVersion": "5.12.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/cacheable-request-2.1.4.tgz_1514318995331_0.5610265193972737"
- },
- "_npmUser": {
- "email": "lukechilds123@gmail.com",
- "name": "lukechilds"
- },
- "_npmVersion": "3.8.6",
- "_phantomChildren": {},
- "_requested": {
- "name": "cacheable-request",
- "raw": "cacheable-request@^2.1.1",
- "rawSpec": "^2.1.1",
- "scope": null,
- "spec": ">=2.1.1 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/got"
- ],
- "_resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz",
- "_shasum": "0d808801b6342ad33c91df9d0b44dc09b91e5c3d",
- "_shrinkwrap": null,
- "_spec": "cacheable-request@^2.1.1",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/got",
- "author": {
- "email": "lukechilds123@gmail.com",
- "name": "Luke Childs",
- "url": "http://lukechilds.co.uk"
- },
- "bugs": {
- "url": "https://github.com/lukechilds/cacheable-request/issues"
- },
- "dependencies": {
- "clone-response": "1.0.2",
- "get-stream": "3.0.0",
- "http-cache-semantics": "3.8.1",
- "keyv": "3.0.0",
- "lowercase-keys": "1.0.0",
- "normalize-url": "2.0.1",
- "responselike": "1.0.2"
- },
- "description": "Wrap native HTTP requests with RFC compliant cache support",
- "devDependencies": {
- "@keyv/sqlite": "^1.2.6",
- "ava": "^0.24.0",
- "coveralls": "^3.0.0",
- "create-test-server": "^2.0.0",
- "delay": "^2.0.0",
- "eslint-config-xo-lukechilds": "^1.0.0",
- "nyc": "^11.0.2",
- "pify": "^3.0.0",
- "sqlite3": "^3.1.9",
- "this": "^1.0.2",
- "xo": "^0.19.0"
- },
- "directories": {},
- "dist": {
- "shasum": "0d808801b6342ad33c91df9d0b44dc09b91e5c3d",
- "tarball": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz"
- },
- "gitHead": "3f2d8e2f64af835a82721c51898bd6f08883c4de",
- "homepage": "https://github.com/lukechilds/cacheable-request",
- "keywords": [
- "7234",
- "HTTP",
- "HTTPS",
- "RFC",
- "RFC 7234",
- "cache",
- "cacheable",
- "caching",
- "compliant",
- "layer"
- ],
- "license": "MIT",
- "main": "src/index.js",
- "maintainers": [
- {
- "name": "lukechilds",
- "email": "lukechilds123@gmail.com"
- }
- ],
- "name": "cacheable-request",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lukechilds/cacheable-request.git"
- },
- "scripts": {
- "coverage": "nyc report --reporter=text-lcov | coveralls",
- "test": "xo && nyc ava"
- },
- "version": "2.1.4",
- "xo": {
- "extends": "xo-lukechilds"
- }
- }
|