{ "name": "csurf", "description": "CSRF token middleware", "version": "1.9.0", "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": "git+https://github.com/expressjs/csurf.git" }, "dependencies": { "cookie": "0.3.1", "cookie-signature": "1.0.6", "csrf": "~3.0.3", "http-errors": "~1.5.0" }, "devDependencies": { "body-parser": "1.15.1", "connect": "3.4.1", "cookie-parser": "1.4.3", "cookie-session": "~1.1.0", "eslint": "2.10.2", "eslint-config-standard": "5.3.1", "eslint-plugin-promise": "1.3.1", "eslint-plugin-standard": "1.3.2", "istanbul": "0.4.3", "mocha": "2.5.3", "supertest": "1.1.0" }, "engines": { "node": ">= 0.8.0" }, "scripts": { "lint": "eslint **/*.js", "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": "6359a0298e1e3e937abb96c21958b2a4419d0301", "bugs": { "url": "https://github.com/expressjs/csurf/issues" }, "homepage": "https://github.com/expressjs/csurf", "_id": "csurf@1.9.0", "_shasum": "49d2c6925ffcec7b7de559597c153fa533364133", "_from": "csurf@latest", "_npmVersion": "1.4.28", "_npmUser": { "name": "dougwilson", "email": "doug@somethingdoug.com" }, "maintainers": [ { "name": "defunctzombie", "email": "shtylman@gmail.com" }, { "name": "dougwilson", "email": "doug@somethingdoug.com" }, { "name": "fishrock123", "email": "fishrock123@rocketmail.com" }, { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" }, { "name": "mscdex", "email": "mscdex@mscdex.net" }, { "name": "tjholowaychuk", "email": "tj@vision-media.ca" } ], "dist": { "shasum": "49d2c6925ffcec7b7de559597c153fa533364133", "tarball": "https://registry.npmjs.org/csurf/-/csurf-1.9.0.tgz" }, "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/csurf-1.9.0.tgz_1464369669689_0.553399148164317" }, "directories": {}, "_resolved": "https://registry.npmjs.org/csurf/-/csurf-1.9.0.tgz", "readme": "ERROR: No README data found!" }