You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
2.8 KiB
113 lines
2.8 KiB
5 months ago
|
{
|
||
|
"_from": "node-cache@^4.1.1",
|
||
|
"_id": "node-cache@4.2.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-BOb67bWg2dTyax5kdef5WfU3X8xu4wPg+zHzkvls0Q/QpYycIFRLEEIdAx9Wma43DxG6Qzn4illdZoYseKWa4A==",
|
||
|
"_location": "/node-cache",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "node-cache@^4.1.1",
|
||
|
"name": "node-cache",
|
||
|
"escapedName": "node-cache",
|
||
|
"rawSpec": "^4.1.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^4.1.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/vue-jest"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/node-cache/-/node-cache-4.2.1.tgz",
|
||
|
"_shasum": "efd8474dee4edec4138cdded580f5516500f7334",
|
||
|
"_spec": "node-cache@^4.1.1",
|
||
|
"_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\vue-jest",
|
||
|
"author": {
|
||
|
"name": "mpneuried",
|
||
|
"email": "mp@tcs.de"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mpneuried/nodecache/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"clone": "2.x",
|
||
|
"lodash": "^4.17.15"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"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"
|
||
|
}
|