123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "_args": [
- [
- "keyv@3.0.0",
- "/home/seleznev/project Angular/Quality system/node_modules/cacheable-request"
- ]
- ],
- "_from": "keyv@3.0.0",
- "_id": "keyv@3.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/keyv",
- "_nodeVersion": "8.5.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/keyv-3.0.0.tgz_1507037905372_0.20707569341175258"
- },
- "_npmUser": {
- "email": "lukechilds123@gmail.com",
- "name": "lukechilds"
- },
- "_npmVersion": "5.3.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "keyv",
- "raw": "keyv@3.0.0",
- "rawSpec": "3.0.0",
- "scope": null,
- "spec": "3.0.0",
- "type": "version"
- },
- "_requiredBy": [
- "/cacheable-request"
- ],
- "_resolved": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz",
- "_shasum": "44923ba39e68b12a7cec7df6c3268c031f2ef373",
- "_shrinkwrap": null,
- "_spec": "keyv@3.0.0",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/cacheable-request",
- "author": {
- "email": "lukechilds123@gmail.com",
- "name": "Luke Childs",
- "url": "http://lukechilds.co.uk"
- },
- "bugs": {
- "url": "https://github.com/lukechilds/keyv/issues"
- },
- "dependencies": {
- "json-buffer": "3.0.0"
- },
- "description": "Simple key-value storage with support for multiple backends",
- "devDependencies": {
- "@keyv/mongo": "*",
- "@keyv/mysql": "*",
- "@keyv/postgres": "*",
- "@keyv/redis": "*",
- "@keyv/sqlite": "*",
- "@keyv/test-suite": "*",
- "ava": "^0.22.0",
- "coveralls": "^3.0.0",
- "eslint-config-xo-lukechilds": "^1.0.0",
- "nyc": "^11.0.3",
- "this": "^1.0.2",
- "timekeeper": "^2.0.0",
- "xo": "^0.19.0"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==",
- "shasum": "44923ba39e68b12a7cec7df6c3268c031f2ef373",
- "tarball": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz"
- },
- "gitHead": "33ae64413338c465999863ea5545c1ae20b54ddb",
- "homepage": "https://github.com/lukechilds/keyv",
- "keywords": [
- "cache",
- "key",
- "store",
- "ttl",
- "value"
- ],
- "license": "MIT",
- "main": "src/index.js",
- "maintainers": [
- {
- "name": "lukechilds",
- "email": "lukechilds123@gmail.com"
- }
- ],
- "name": "keyv",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lukechilds/keyv.git"
- },
- "scripts": {
- "coverage": "nyc report --reporter=text-lcov | coveralls",
- "test": "xo && nyc ava test/keyv.js",
- "test:full": "xo && nyc ava --serial"
- },
- "version": "3.0.0",
- "xo": {
- "extends": "xo-lukechilds"
- }
- }
|