D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
wabulk.whatzi.online
/
node_modules
/
@cacheable
/
node-cache
/
Filename :
package.json
back
Copy
{ "name": "@cacheable/node-cache", "version": "1.7.3", "description": "Simple and Maintained fast NodeJS internal caching", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" } }, "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/jaredwray/cacheable.git", "directory": "packages/node-cache" }, "author": "Jared Wray <me@jaredwray.com>", "license": "MIT", "private": false, "keywords": [ "cache", "caching", "node", "nodejs", "cacheable", "cacheable-node-cache", "node-cache", "cacheable-node" ], "devDependencies": { "@biomejs/biome": "^2.2.4", "@faker-js/faker": "^10.0.0", "@types/node": "^24.5.0", "@vitest/coverage-v8": "^3.2.4", "rimraf": "^6.0.1", "tsup": "^8.5.0", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "dependencies": { "hookified": "^1.12.0", "keyv": "^5.5.3", "cacheable": "^2.0.3" }, "files": [ "dist", "license" ], "scripts": { "build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean", "prepublish": "pnpm build", "lint": "biome check --write --error-on-warnings", "test": "pnpm lint && vitest run --coverage", "test:ci": "biome check --error-on-warnings && vitest run --coverage", "clean": "rimraf ./dist ./coverage ./node_modules" } }