node_modules.node-persist.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libjoynr-js Show documentation
Show all versions of libjoynr-js Show documentation
JOYnr JavaScript libjoynr-js
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-5lK784haBNrWo1PXQXYXfIORRwc=",
"_location": "/node-persist",
"_phantomChildren": {
"unc-path-regex": "0.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "node-persist",
"escapedName": "node-persist",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/node-persist/-/node-persist-2.1.0.tgz",
"_shasum": "e652bbf3885a04dad6a353d74176177c83914707",
"_spec": "[email protected]",
"_where": "/home/donato.sciarra/repositories/joynr-carit/javascript/libjoynr-js/src/main/js",
"bugs": {
"url": "https://github.com/simonlast/node-persist/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Simon Last",
"email": "[email protected]",
"url": "http://simonlast.org/"
},
{
"name": "Ben Monro",
"url": "https://github.com/benmonro"
},
{
"name": "Aziz Khoury",
"url": "https://github.com/akhoury"
}
],
"dependencies": {
"is-absolute": "^0.2.6",
"mkdirp": "~0.5.1",
"q": "~1.1.1"
},
"deprecated": false,
"description": "Super-easy (and fast) persistent data structures in Node.js, modeled after HTML5 localStorage",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.3.3",
"rimraf": "^2.4.3"
},
"directories": {
"example": "examples"
},
"homepage": "https://github.com/simonlast/node-persist#readme",
"keywords": [
"node",
"persist",
"storage"
],
"license": "MIT",
"main": "./src/node-persist.js",
"name": "node-persist",
"repository": {
"type": "git",
"url": "git+https://github.com/simonlast/node-persist.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests/"
},
"version": "2.1.0"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy