compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
111 lines (110 loc) • 2.76 kB
JSON
{
"_args": [
[
"csrf@~3.0.0",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/csurf"
]
],
"_from": "csrf@>=3.0.0 <3.1.0",
"_id": "csrf@3.0.1",
"_inCache": true,
"_installable": true,
"_location": "/csrf",
"_nodeVersion": "4.2.3",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "csrf",
"raw": "csrf@~3.0.0",
"rawSpec": "~3.0.0",
"scope": null,
"spec": ">=3.0.0 <3.1.0",
"type": "range"
},
"_requiredBy": [
"/csurf"
],
"_resolved": "https://registry.npmjs.org/csrf/-/csrf-3.0.1.tgz",
"_shasum": "985b218d7e2e558ed3d980fa38f694ba682784c2",
"_shrinkwrap": null,
"_spec": "csrf@~3.0.0",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/csurf",
"author": {
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/pillarjs/csrf/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {
"base64-url": "1.2.1",
"rndm": "1.2.0",
"scmp": "1.0.0",
"uid-safe": "2.1.0"
},
"description": "primary logic behind csrf tokens",
"devDependencies": {
"bluebird": "3.1.5",
"istanbul": "0.4.2",
"mocha": "2.4.4"
},
"directories": {},
"dist": {
"shasum": "985b218d7e2e558ed3d980fa38f694ba682784c2",
"tarball": "http://registry.npmjs.org/csrf/-/csrf-3.0.1.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "bfea15ded4793e25d6b65ef51f9e797aca408d3e",
"homepage": "https://github.com/pillarjs/csrf#readme",
"keywords": [
"csrf",
"tokens"
],
"license": "MIT",
"maintainers": [
{
"name": "dwolla",
"email": "michael@dwolla.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "csrf",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pillarjs/csrf.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": "3.0.1"
}