nodulator
Version:
Complete NodeJS Framework for Restfull APIs
117 lines (116 loc) • 2.96 kB
JSON
{
"_args": [
[
{
"name": "uid-safe",
"raw": "uid-safe@~2.0.0",
"rawSpec": "~2.0.0",
"scope": null,
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"/home/fgreiner/prog/js/Nodulator/node_modules/express-session"
]
],
"_from": "uid-safe@>=2.0.0 <2.1.0",
"_id": "uid-safe@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/uid-safe",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "uid-safe",
"raw": "uid-safe@~2.0.0",
"rawSpec": "~2.0.0",
"scope": null,
"spec": ">=2.0.0 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/express-session"
],
"_resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz",
"_shasum": "a7f3c6ca64a1f6a5d04ec0ef3e4c3d5367317137",
"_shrinkwrap": null,
"_spec": "uid-safe@~2.0.0",
"_where": "/home/fgreiner/prog/js/Nodulator/node_modules/express-session",
"bugs": {
"url": "https://github.com/crypto-utils/uid-safe/issues"
},
"contributors": [
{
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
{
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"base64-url": "1.2.1"
},
"description": "URL and cookie safe UIDs",
"devDependencies": {
"bluebird": "2.9.25",
"istanbul": "0.3.9",
"mocha": "~2.2.4",
"proxyquire": "~1.2.0"
},
"directories": {},
"dist": {
"shasum": "a7f3c6ca64a1f6a5d04ec0ef3e4c3d5367317137",
"tarball": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.0.0.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"gitHead": "bf6e105748aec52992efc6da50964378984f49e9",
"homepage": "https://github.com/crypto-utils/uid-safe",
"keywords": [
"random",
"generator",
"uid",
"safe"
],
"license": "MIT",
"maintainers": [
{
"email": "jonathanrichardong@gmail.com",
"name": "jongleberry"
},
{
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
{
"email": "fishrock123@rocketmail.com",
"name": "fishrock123"
}
],
"name": "uid-safe",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/crypto-utils/uid-safe.git"
},
"scripts": {
"test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
},
"version": "2.0.0"
}