12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "localstorage-memory@^1.0.2",
- "_id": "localstorage-memory@1.0.3",
- "_inBundle": false,
- "_integrity": "sha512-t9P8WB6DcVttbw/W4PIE8HOqum8Qlvx5SjR6oInwR9Uia0EEmyUeBh7S+weKByW+l/f45Bj4L/dgZikGFDM6ng==",
- "_location": "/localstorage-memory",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "localstorage-memory@^1.0.2",
- "name": "localstorage-memory",
- "escapedName": "localstorage-memory",
- "rawSpec": "^1.0.2",
- "saveSpec": null,
- "fetchSpec": "^1.0.2"
- },
- "_requiredBy": [
- "/@leancloud/platform-adapters-node"
- ],
- "_resolved": "https://registry.npmmirror.com/localstorage-memory/-/localstorage-memory-1.0.3.tgz",
- "_shasum": "566b37968fe0c4d76ba36a6da564fa613945ca72",
- "_spec": "localstorage-memory@^1.0.2",
- "_where": "D:\\website\\Other\\score\\node_modules\\@leancloud\\platform-adapters-node",
- "author": {
- "name": "Gregor Martynus"
- },
- "bugs": {
- "url": "https://github.com/gr2m/localstorage-memory/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "localStorage-compatible API, but only stored in memory",
- "devDependencies": {
- "doxx": "^1.2.1",
- "expect.js": "^0.3.1",
- "gh-pages-deploy": "^0.1.1",
- "mocha": "^2.1.0",
- "semantic-release": "^15.12.0",
- "standard": "^12.0.1"
- },
- "gh-pages-deploy": {
- "staticpath": "docs",
- "noprompt": true
- },
- "homepage": "http://gr2m.github.com/localstorage-memory",
- "keywords": [
- "localstorage",
- "browser",
- "data"
- ],
- "license": "MIT",
- "main": "lib/localstorage-memory.js",
- "name": "localstorage-memory",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gr2m/localstorage-memory.git"
- },
- "scripts": {
- "docs": "doxx --source lib/ --target docs/ --template docs/template.jade",
- "pretest": "standard",
- "semantic-release": "semantic-release",
- "test": "mocha tests",
- "update-docs": "gh-pages-deploy"
- },
- "version": "1.0.3"
- }
|