| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "node-localstorage@1.3.1",
- "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
- ]
- ],
- "_from": "node-localstorage@1.3.1",
- "_id": "node-localstorage@1.3.1",
- "_inBundle": false,
- "_integrity": "sha512-NMWCSWWc6JbHT5PyWlNT2i8r7PgGYXVntmKawY83k/M0UJScZ5jirb61TLnqKwd815DfBQu+lR3sRw08SPzIaQ==",
- "_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.npmjs.org/node-localstorage/-/node-localstorage-1.3.1.tgz",
- "_spec": "1.3.1",
- "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\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"
- }
|