UNPKG

@cedx/webstorage

Version:

Service for interacting with the Web Storage.

55 lines (54 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": "7.2.0", "devDependencies": { "@types/chai": "^5.2.2", "@types/gulp": "^4.0.17", "@types/mocha": "^10.0.10", "@types/node": "^24.1.0", "@types/serve-handler": "^6.1.4", "chai": "^5.2.1", "esbuild": "^0.25.8", "globals": "^16.3.0", "gulp": "^5.0.1", "mocha": "^11.7.1", "playwright": "^1.54.1", "serve-handler": "^6.1.6", "typedoc": "^0.28.7", "typescript": "^5.8.3", "typescript-eslint": "^8.38.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" }, "scripts": { "test": "gulp test" } }