File: /home/frenchy/www/french-american.org/current/node_modules/node-localstorage/package.json
{
"_args": [
[
"node-localstorage@0.6.0",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "node-localstorage@0.6.0",
"_id": "node-localstorage@0.6.0",
"_inBundle": false,
"_integrity": "sha1-RaBgHGky395mRKIzYfG+Fzx1068=",
"_location": "/node-localstorage",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-localstorage@0.6.0",
"name": "node-localstorage",
"escapedName": "node-localstorage",
"rawSpec": "0.6.0",
"saveSpec": null,
"fetchSpec": "0.6.0"
},
"_requiredBy": [
"/vorpal"
],
"_resolved": "https://registry.npmjs.org/node-localstorage/-/node-localstorage-0.6.0.tgz",
"_spec": "0.6.0",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "Larry Maccherone",
"url": "http://maccherone.com"
},
"bugs": {
"url": "https://github.com/lmaccherone/node-localstorage/issues"
},
"description": "A drop-in substitute for the browser native localStorage API that runs on node.js.",
"devDependencies": {
"coffee-script": "^1.9.0",
"nodeunit": "~0.9.0"
},
"engines": {
"node": ">=0.10"
},
"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": "0.6.0"
}