{
  "_args": [
    [
      "receptacle@1.3.2",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "receptacle@1.3.2",
  "_id": "receptacle@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-HrsFvqZZheusncQRiEE7GatOAETrARKV/lnfYicIm8lbvp/JQOdADOfhjBd2DajvoszEyxSM6RlAAIZgEoeu/A==",
  "_location": "/receptacle",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "receptacle@1.3.2",
    "name": "receptacle",
    "escapedName": "receptacle",
    "rawSpec": "1.3.2",
    "saveSpec": null,
    "fetchSpec": "1.3.2"
  },
  "_requiredBy": [
    "/dns-over-http-resolver"
  ],
  "_resolved": "https://registry.npmjs.org/receptacle/-/receptacle-1.3.2.tgz",
  "_spec": "1.3.2",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Dylan Piercey",
    "email": "pierceydylan@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/DylanPiercey/receptacle/issues"
  },
  "dependencies": {
    "ms": "^2.1.1"
  },
  "description": "In memory cache lru cache with ttl support.",
  "devDependencies": {
    "browserify": "^16.2.2",
    "bundle-collapser": "^1.3.0",
    "coveralls": "^3.0.1",
    "exorcist": "^1.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "snazzy": "^7.1.1",
    "standard": "^11.0.1",
    "uglifyjs": "^2.4.11"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/DylanPiercey/receptacle",
  "keywords": [
    "cache",
    "expires",
    "lru",
    "map",
    "memory",
    "receptacle",
    "ttl"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "receptacle",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DylanPiercey/receptacle.git"
  },
  "scripts": {
    "build": "make build",
    "coveralls": "make coveralls",
    "lint": "make lint",
    "test": "npm run lint && make test",
    "test-ci": "npm run lint && make test-ci"
  },
  "standard": {
    "globals": [
      "GIT_COMMIT",
      "describe",
      "it",
      "before",
      "beforeEach",
      "after",
      "afterEach"
    ],
    "ignore": [
      "dist/"
    ]
  },
  "typings": "./index.d.ts",
  "version": "1.3.2"
}
