| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "node-localstorage",
- "_id": "node-localstorage@1.3.1",
- "_inBundle": false,
- "_integrity": "sha512-NMWCSWWc6JbHT5PyWlNT2i8r7PgGYXVntmKawY83k/M0UJScZ5jirb61TLnqKwd815DfBQu+lR3sRw08SPzIaQ==",
- "_location": "/node-localstorage",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "node-localstorage",
- "name": "node-localstorage",
- "escapedName": "node-localstorage",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/node-localstorage/-/node-localstorage-1.3.1.tgz",
- "_shasum": "3177ef42837f398aee5dd75e319b281e40704243",
- "_spec": "node-localstorage",
- "_where": "/Users/cocos/Documents/project/CocosCreatorPlugins/packages/hot-update-tools",
- "author": {
- "name": "Larry Maccherone",
- "url": "http://maccherone.com"
- },
- "bugs": {
- "url": "https://github.com/lmaccherone/node-localstorage/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "write-file-atomic": "^1.1.4"
- },
- "deprecated": false,
- "description": "A drop-in substitute for the browser native localStorage API that runs on node.js.",
- "devDependencies": {
- "coffee-script": "^1.10.0",
- "lodash": "^3.10.1",
- "nodeunit": "~0.9.0"
- },
- "engines": {
- "node": ">=0.12"
- },
- "homepage": "https://github.com/lmaccherone/node-localstorage",
- "keywords": [
- "localStorage",
- "Web Storage",
- "node.js"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://www.opensource.org/licenses/MIT"
- }
- ],
- "main": "./LocalStorage",
- "name": "node-localstorage",
- "preferGlobal": false,
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/lmaccherone/node-localstorage.git"
- },
- "scripts": {
- "docompile": "cake compile",
- "prepublish": "cake compile",
- "test": "cake test"
- },
- "version": "1.3.1"
- }
|