75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"node-localstorage@1.3.1",
|
|
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
|
|
]
|
|
],
|
|
"_from": "node-localstorage@1.3.1",
|
|
"_id": "node-localstorage@1.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-MXfvQoN/OYruXddeMZsoHkBwQkM=",
|
|
"_location": "/node-localstorage",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "node-localstorage@1.3.1",
|
|
"name": "node-localstorage",
|
|
"escapedName": "node-localstorage",
|
|
"rawSpec": "1.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.nlark.com/node-localstorage/download/node-localstorage-1.3.1.tgz",
|
|
"_spec": "1.3.1",
|
|
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
|
|
"author": {
|
|
"name": "Larry Maccherone",
|
|
"url": "http://maccherone.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lmaccherone/node-localstorage/issues"
|
|
},
|
|
"dependencies": {
|
|
"write-file-atomic": "^1.1.4"
|
|
},
|
|
"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"
|
|
}
|