UNPKG

@cedx/webstorage

Version:

Service for interacting with the Web Storage.

53 lines (52 loc) 1.17 kB
{ "author": "Cédric Belin <cedx@outlook.com>", "bugs": "https://github.com/cedx/webstorage.js/issues", "description": "Service for interacting with the Web Storage.", "homepage": "https://github.com/cedx/webstorage.js", "license": "MIT", "name": "@cedx/webstorage", "repository": "cedx/webstorage.js", "type": "module", "version": "8.0.0", "devDependencies": { "@playwright/browser-chromium": "^1.55.0", "@types/chai": "^5.2.2", "@types/gulp": "^4.0.17", "@types/mocha": "^10.0.10", "@types/node": "^24.5.0", "@types/serve-handler": "^6.1.4", "chai": "^6.0.1", "esbuild": "^0.25.9", "globals": "^16.4.0", "gulp": "^5.0.1", "mocha": "^11.7.2", "playwright": "^1.55.0", "serve-handler": "^6.1.6", "typedoc": "^0.28.13", "typescript": "^5.9.2", "typescript-eslint": "^8.44.0" }, "engines": { "node": ">=24.0.0" }, "exports": { "types": "./lib/Main.d.ts", "default": "./lib/Main.js" }, "files": [ "lib/", "src/" ], "keywords": [ "browser", "document", "dom", "events", "html", "service", "storage" ], "publishConfig": { "access": "public" } }