UNPKG

@nathanfaucett/storage

Version:
36 lines (35 loc) 901 B
{ "name": "@nathanfaucett/storage", "version": "0.0.3", "description": "local storage polyfill", "repository": { "type": "git", "url": "https://gitlab.com/nathanfaucett/js-storage.git" }, "main": "src/index.js", "scripts": { "test": "npm run test-node", "test-node": "node ./tests | ./node_modules/.bin/tap-spec", "test-node-raw": "node ./tests", "test-browser-local": "zuul --local 9999 --ui tape -- ./tests" }, "keywords": [ "local", "storage", "storage.js" ], "author": "Nathan Faucett", "license": "MIT", "readmeFilename": "README.md", "devDependencies": { "tap-spec": "^4.1.1", "tape": "^4.9.0", "zuul": "^3.11.1" }, "dependencies": { "@nathanfaucett/empty_function": "0.0.1", "@nathanfaucett/environment": "0.0.2", "@nathanfaucett/has": "0.0.2", "@nathanfaucett/is_null_or_undefined": "0.0.1" } }