@trap_stevo/timelyst
Version:
Forging the next evolution in intelligent data control, this powerhouse solution enables unparalleled management of dynamic lists across any application domain. Blacklist enforcement, whitelist access, behavioral tagging, expiration policies, and real-tim
58 lines (57 loc) • 2.15 kB
JSON
{
"name": "@trap_stevo/timelyst",
"description": "Forging the next evolution in intelligent data control, this powerhouse solution enables unparalleled management of dynamic lists across any application domain. Blacklist enforcement, whitelist access, behavioral tagging, expiration policies, and real-time lookups become seamless to implement and scale. Lightning-fast in-memory speed pairs with optional persistent storage for unmatched performance. Intelligent search indexing, customizable metadata, and automatic cleanup drive clarity and efficiency at any scale. Designed for precision, built for resilience, and optimized for modern systems, this solution redefines how developers manage time-sensitive and context-aware data.",
"version": "0.0.7",
"main": "./dist/cjs/Timelyst.js",
"exports": {
".": {
"require": "./dist/cjs/Timelyst.js"
}
},
"scripts": {
"build:cjs": "babel src --out-dir dist/cjs --plugins=@babel/plugin-transform-modules-commonjs && cpx \"src/**/*.{png,jpg,jpeg,gif,svg,html}\" dist/cjs",
"build:esm": "cp -r src dist/esm",
"build": "npm run build:cjs && npm run build:esm",
"start-exploit-prevention-list": "node ./demos/exploitBlacklistDemo.js",
"start": "node ./dist/cjs/Timelyst.js"
},
"keywords": [
"Legendary",
"Enlightened",
"Steven Compton",
"Magical",
"list",
"list-management",
"blacklist",
"whitelist",
"entry-management",
"data-expiration",
"ttl",
"metadata",
"key-value",
"storage",
"sharded-storage",
"indexing",
"search",
"fuzzy-search",
"filtering",
"tagging",
"in-memory",
"persistent-storage",
"real-time",
"scalable"
],
"author": "Steven Compton",
"license": "See License in LICENSE.md",
"dependencies": {
"@trap_stevo/timetide": "^0.0.3",
"level": "^9.0.0"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-plugin-file-loader": "^2.0.0"
}
}