101 lines
2.3 KiB
JSON
101 lines
2.3 KiB
JSON
|
{
|
||
|
"name": "csurf",
|
||
|
"description": "CSRF token middleware",
|
||
|
"version": "1.6.1",
|
||
|
"author": {
|
||
|
"name": "Jonathan Ong",
|
||
|
"email": "me@jongleberry.com",
|
||
|
"url": "http://jongleberry.com"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Douglas Christopher Wilson",
|
||
|
"email": "doug@somethingdoug.com"
|
||
|
}
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/expressjs/csurf"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"cookie": "0.1.2",
|
||
|
"cookie-signature": "1.0.5",
|
||
|
"csrf": "~2.0.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"body-parser": "~1.8.0",
|
||
|
"connect": "3",
|
||
|
"cookie-parser": "~1.3.3",
|
||
|
"cookie-session": "~1.0.2",
|
||
|
"istanbul": "0.3.2",
|
||
|
"mocha": "~1.21.3",
|
||
|
"should": "~4.0.4",
|
||
|
"supertest": "~0.13.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.8.0"
|
||
|
},
|
||
|
"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/"
|
||
|
},
|
||
|
"files": [
|
||
|
"HISTORY.md",
|
||
|
"LICENSE",
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"csrf",
|
||
|
"tokens",
|
||
|
"middleware",
|
||
|
"express"
|
||
|
],
|
||
|
"gitHead": "fb69d592c265764184744dd764d878a6dc83bd0c",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/expressjs/csurf/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/expressjs/csurf",
|
||
|
"_id": "csurf@1.6.1",
|
||
|
"_shasum": "78da376f016bcaa48275d553d133585e478f4054",
|
||
|
"_from": "csurf@",
|
||
|
"_npmVersion": "1.4.21",
|
||
|
"_npmUser": {
|
||
|
"name": "dougwilson",
|
||
|
"email": "doug@somethingdoug.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "jongleberry",
|
||
|
"email": "jonathanrichardong@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "dougwilson",
|
||
|
"email": "doug@somethingdoug.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "shtylman",
|
||
|
"email": "shtylman@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "tjholowaychuk",
|
||
|
"email": "tj@vision-media.ca"
|
||
|
},
|
||
|
{
|
||
|
"name": "mscdex",
|
||
|
"email": "mscdex@mscdex.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "fishrock123",
|
||
|
"email": "fishrock123@rocketmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "78da376f016bcaa48275d553d133585e478f4054",
|
||
|
"tarball": "http://registry.npmjs.org/csurf/-/csurf-1.6.1.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/csurf/-/csurf-1.6.1.tgz"
|
||
|
}
|