{ "_args": [ [ "node-cache@5.1.2", "C:\\E\\crisis\\api" ] ], "_from": "node-cache@5.1.2", "_id": "node-cache@5.1.2", "_inBundle": false, "_integrity": "sha1-8mTcLMrQp4DnYlOmlOn9DtGcOY0=", "_location": "/node-cache", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "node-cache@5.1.2", "name": "node-cache", "escapedName": "node-cache", "rawSpec": "5.1.2", "saveSpec": null, "fetchSpec": "5.1.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npm.taobao.org/node-cache/download/node-cache-5.1.2.tgz?cache=0&sync_timestamp=1593618983028&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-cache%2Fdownload%2Fnode-cache-5.1.2.tgz", "_spec": "5.1.2", "_where": "C:\\E\\crisis\\api", "author": { "name": "mpneuried", "email": "mp@tcs.de" }, "bugs": { "url": "https://github.com/node-cache/node-cache/issues" }, "dependencies": { "clone": "2.x" }, "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": "^6.0.0", "grunt-run": "^0.8.1", "mocha": "^7.2.0", "nyc": "^15.1.0", "should": "11.x", "typescript": "^2.6.1" }, "engines": { "node": ">= 8.0.0" }, "homepage": "https://github.com/node-cache/node-cache", "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/node-cache/node-cache.git" }, "scripts": { "build": "grunt build", "export-coverage": "nyc report --reporter=text-lcov > lcov.info", "test": "nyc --require coffee-script/register mocha _src/test/mocha_test.coffee -R spec && tsc" }, "tags": [ "cache", "caching", "local", "variable", "multi", "memory", "internal", "node", "memcached", "object" ], "types": "./index.d.ts", "version": "5.1.2" }