{
  "_args": [
    [
      "node-cache@4.2.1",
      "D:\\jenkins\\workspace\\artfess-module"
    ]
  ],
  "_development": true,
  "_from": "node-cache@4.2.1",
  "_id": "node-cache@4.2.1",
  "_inBundle": false,
  "_integrity": "sha1-79hHTe5O3sQTjN3tWA9VFlAPczQ=",
  "_location": "/node-cache",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-cache@4.2.1",
    "name": "node-cache",
    "escapedName": "node-cache",
    "rawSpec": "4.2.1",
    "saveSpec": null,
    "fetchSpec": "4.2.1"
  },
  "_requiredBy": [
    "/vue-jest"
  ],
  "_resolved": "https://r.cnpmjs.org/node-cache/download/node-cache-4.2.1.tgz",
  "_spec": "4.2.1",
  "_where": "D:\\jenkins\\workspace\\artfess-module",
  "author": {
    "name": "mpneuried",
    "email": "mp@tcs.de"
  },
  "bugs": {
    "url": "https://github.com/mpneuried/nodecache/issues"
  },
  "dependencies": {
    "clone": "2.x",
    "lodash": "^4.17.15"
  },
  "description": "Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.",
  "devDependencies": {
    "@types/node": "^8.9.4",
    "coffee-coverage": "^3.0.1",
    "coffee-script": "1.x",
    "coveralls": "^3.0.3",
    "grunt": "^1.0.4",
    "grunt-banner": "0.6.x",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "1.0.x",
    "grunt-contrib-coffee": "^2.1.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-include-replace": "3.2.x",
    "grunt-mocha-cli": "^4.0.0",
    "grunt-run": "^0.8.1",
    "istanbul": "0.x",
    "mocha": "^6.1.4",
    "should": "11.x",
    "typescript": "^2.6.1"
  },
  "engines": {
    "node": ">= 0.4.6"
  },
  "homepage": "https://github.com/mpneuried/nodecache",
  "keywords": [
    "cache",
    "caching",
    "local",
    "variable",
    "multi",
    "memory",
    "internal",
    "node",
    "memcached",
    "object"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": [
    {
      "name": "M. Peter",
      "email": "mp@tcs.de",
      "url": "https://github.com/mpneuried"
    },
    {
      "name": "Joshy",
      "email": "erdiicodes@gmail.com",
      "url": "https://erdii.engineering/"
    }
  ],
  "name": "node-cache",
  "repository": {
    "type": "git",
    "url": "git://github.com/mpneuried/nodecache.git"
  },
  "scripts": {
    "build": "grunt build",
    "test": "COFFEECOV_INIT_ALL=false mocha --require coffee-script/register --require coffee-coverage/register-istanbul _src/test/mocha_test.coffee -R spec && tsc",
    "test-docker": "SILENT_MODE=1 mocha test/mocha_test.js -R min && tsc"
  },
  "tags": [
    "cache",
    "caching",
    "local",
    "variable",
    "multi",
    "memory",
    "internal",
    "node",
    "memcached",
    "object"
  ],
  "types": "./index.d.ts",
  "version": "4.2.1"
}
