UNPKG

@gurjinder7/encrypt-localstorage

Version:
35 lines (33 loc) 846 B
{ "name": "@gurjinder7/encrypt-localstorage", "version": "1.0.2", "description": "Functions to encode local storage values", "main": "lib/index.js", "scripts": { "build": "babel src -d lib", "prepublishOnly": "npm run build" }, "keywords": [ "encode", "localstorage", "encrypt", "protect-localstorage", "protect", "cipher", "ciphertext" ], "author": "Gurjinder Singh", "license": "MIT", "devDependencies": { "@babel/cli": "^7.26.4", "@babel/preset-env": "^7.26.9" }, "repository": { "type": "git", "url": "git+https://github.com/Gurjinder7/encrypt-localStorage.git" }, "bugs": { "url": "https://github.com/Gurjinder7/encrypt-localStorage/issues" }, "homepage": "https://github.com/Gurjinder7/encrypt-localStorage#readme" }