v_core_cache
Version:
Simple JavaScript Cache with expires/ttl and auto cleanups for Node and Web Application.
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "v_core_cache",
"version": "1.4.0",
"description": "Simple JavaScript Cache with expires/ttl and auto cleanups for Node and Web Application.",
"main": "./dist/index.js",
"scripts": {
"test": "tsc --build && jest",
"build": "tsc --build",
"clean": "tsc --build --clean",
"prepack": "npm run build && npm run test",
"webpack_test": "npx webpack --config ./__tests__/webpack/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/V-core9/v_core_cache.git"
},
"types": "./dts/index.d.ts",
"keywords": [
"cache",
"node",
"web",
"v-core9",
"caching",
"fast",
"memory",
"caching",
"in-memory",
"typescript"
],
"author": "v-core9",
"license": "MIT",
"bugs": {
"url": "https://github.com/V-core9/v_core_cache/issues"
},
"homepage": "https://github.com/V-core9/v_core_cache#readme",
"devDependencies": {
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^4.9.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"v_is_empty_value": "^1.2.2"
}
}