compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
110 lines (109 loc) • 2.77 kB
JSON
{
"_args": [
[
"uid-safe@2.1.0",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/csrf"
]
],
"_from": "uid-safe@2.1.0",
"_id": "uid-safe@2.1.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.1.0",
"rawSpec": "2.1.0",
"scope": null,
"spec": "2.1.0",
"type": "version"
},
"_requiredBy": [
"/csrf"
],
"_resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.0.tgz",
"_shasum": "d00ce22aeb721dfe7c25bb2df49fd00966d38a64",
"_shrinkwrap": null,
"_spec": "uid-safe@2.1.0",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/csrf",
"bugs": {
"url": "https://github.com/crypto-utils/uid-safe/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"base64-url": "1.2.1",
"random-bytes": "~1.0.0"
},
"description": "URL and cookie safe UIDs",
"devDependencies": {
"bluebird": "3.1.1",
"istanbul": "0.4.2",
"mocha": "2.3.4"
},
"directories": {},
"dist": {
"shasum": "d00ce22aeb721dfe7c25bb2df49fd00966d38a64",
"tarball": "http://registry.npmjs.org/uid-safe/-/uid-safe-2.1.0.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "3967c52e0507dcb2ce3013a19e20c5d70c4eb167",
"homepage": "https://github.com/crypto-utils/uid-safe",
"keywords": [
"generator",
"random",
"safe",
"uid"
],
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
}
],
"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.1.0"
}