locked-storage
Version:
A JavaScript library that provides cryptographically encrypted local and session storage with automatic key/value encryption and synchronous API
52 lines (51 loc) • 1.33 kB
JSON
{
"name": "locked-storage",
"version": "2.0.1",
"description": "A JavaScript library that provides cryptographically encrypted local and session storage with automatic key/value encryption and synchronous API",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node test.js",
"test:verbose": "node test.js --verbose",
"prepublishOnly": "npm test && echo \"Ready to publish locked-storage v$(npm pkg get version | tr -d '\"')\"",
"postpublish": "echo \"Successfully published locked-storage v$(npm pkg get version | tr -d '\"')\""
},
"keywords": [
"encryption",
"localStorage",
"sessionStorage",
"crypto",
"security",
"storage",
"browser",
"javascript",
"typescript",
"synchronous"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/packagerelease-group/locked-storage.git"
},
"bugs": {
"url": "https://gitlab.com/packagerelease-group/locked-storage/-/issues"
},
"homepage": "https://gitlab.com/packagerelease-group/locked-storage",
"engines": {
"node": ">=14.0.0"
},
"browser": {
"crypto": false
},
"dependencies": {
"crypto-js": "^4.2.0"
}
}