123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "name": "csurf",
- "description": "CSRF token middleware",
- "version": "1.6.2",
- "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",
- "http-errors": "~1.2.6"
- },
- "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.14.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": "eb9be9d7914de6842b8292e4e50c97599d9f9180",
- "bugs": {
- "url": "https://github.com/expressjs/csurf/issues"
- },
- "homepage": "https://github.com/expressjs/csurf",
- "_id": "csurf@1.6.2",
- "_shasum": "e732b7478b4bef654337fd8bb363d0422a71d9f1",
- "_from": "csurf@^1.3.0",
- "_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": "e732b7478b4bef654337fd8bb363d0422a71d9f1",
- "tarball": "http://registry.npmjs.org/csurf/-/csurf-1.6.2.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/csurf/-/csurf-1.6.2.tgz"
- }
|