fast-cookie-read
Version:
A high-performance, lightweight JavaScript library for efficient cookie management in the browser. Optimized for speed and memory usage.
76 lines (75 loc) • 1.85 kB
JSON
{
"name": "fast-cookie-read",
"version": "2.0.2",
"description": "A high-performance, lightweight JavaScript library for efficient cookie management in the browser. Optimized for speed and memory usage.",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"files": [
"index.js",
"index.min.js",
"index.mjs",
"index.d.ts"
],
"scripts": {
"test": "jest",
"build": "npm run minify",
"minify": "terser index.js -c -m -o fast-cookie-read.min.js",
"prepare": "npm run build"
},
"keywords": [
"cookie",
"cookies",
"browser",
"fast",
"efficient",
"performance",
"javascript",
"web",
"client-side",
"lightweight",
"zero-dependencies",
"cookie-manager",
"cookie-parser",
"cookie-handler",
"browser-cookies",
"web-cookies",
"cookie-utils",
"cookie-library"
],
"author": "Nithin Murali <nithintecharch@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nithin-murali-arch/fast-cookie-read.git"
},
"bugs": {
"url": "https://github.com/nithin-murali-arch/fast-cookie-read/issues"
},
"homepage": "https://github.com/nithin-murali-arch/fast-cookie-read#readme",
"engines": {
"node": ">=16.0.0"
},
"browser": {
"index.js": "./index.min.js"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"terser": "^5.29.2"
},
"jest": {
"setupFiles": ["./jest.setup.js"],
"testEnvironment": "node"
},
"publishConfig": {
"access": "public"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nithin-murali-arch"
},
"sideEffects": false,
"unpkg": "index.min.js",
"jsdelivr": "index.min.js"
}