compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
127 lines (126 loc) • 3.07 kB
JSON
{
"_args": [
[
"csurf@~1.8.3",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect"
]
],
"_from": "csurf@>=1.8.3 <1.9.0",
"_id": "csurf@1.8.3",
"_inCache": true,
"_installable": true,
"_location": "/csurf",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "csurf",
"raw": "csurf@~1.8.3",
"rawSpec": "~1.8.3",
"scope": null,
"spec": ">=1.8.3 <1.9.0",
"type": "range"
},
"_requiredBy": [
"/connect"
],
"_resolved": "https://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz",
"_shasum": "23f2a13bf1d8fce1d0c996588394442cba86a56a",
"_shrinkwrap": null,
"_spec": "csurf@~1.8.3",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect",
"author": {
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/expressjs/csurf/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {
"cookie": "0.1.3",
"cookie-signature": "1.0.6",
"csrf": "~3.0.0",
"http-errors": "~1.3.1"
},
"description": "CSRF token middleware",
"devDependencies": {
"body-parser": "~1.12.4",
"connect": "3",
"cookie-parser": "~1.3.5",
"cookie-session": "~1.1.0",
"istanbul": "0.3.15",
"mocha": "2.2.5",
"supertest": "1.0.1"
},
"directories": {},
"dist": {
"shasum": "23f2a13bf1d8fce1d0c996588394442cba86a56a",
"tarball": "http://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "3ebc176634b1a93ee4601a1c1929c0014d65e5ce",
"homepage": "https://github.com/expressjs/csurf",
"keywords": [
"csrf",
"express",
"middleware",
"tokens"
],
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
}
],
"name": "csurf",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/csurf.git"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
},
"version": "1.8.3"
}