aboutsummaryrefslogtreecommitdiff
path: root/node_modules/csurf
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/csurf')
-rw-r--r--node_modules/csurf/package.json103
1 files changed, 39 insertions, 64 deletions
diff --git a/node_modules/csurf/package.json b/node_modules/csurf/package.json
index 073330b..8954e8f 100644
--- a/node_modules/csurf/package.json
+++ b/node_modules/csurf/package.json
@@ -1,62 +1,29 @@
{
- "_args": [
- [
- "csurf",
- "/home/humair/School/csc309/a4/solutions_repo"
- ]
- ],
- "_from": "csurf@latest",
- "_id": "csurf@1.9.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/csurf",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/csurf-1.9.0.tgz_1464369669689_0.553399148164317"
- },
- "_npmUser": {
- "email": "doug@somethingdoug.com",
- "name": "dougwilson"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "name": "csurf",
- "raw": "csurf",
- "rawSpec": "",
- "scope": null,
- "spec": "latest",
- "type": "tag"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/csurf/-/csurf-1.9.0.tgz",
- "_shasum": "49d2c6925ffcec7b7de559597c153fa533364133",
- "_shrinkwrap": null,
- "_spec": "csurf",
- "_where": "/home/humair/School/csc309/a4/solutions_repo",
+ "name": "csurf",
+ "description": "CSRF token middleware",
+ "version": "1.9.0",
"author": {
- "email": "me@jongleberry.com",
"name": "Jonathan Ong",
+ "email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
- "bugs": {
- "url": "https://github.com/expressjs/csurf/issues"
- },
"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"
},
- "description": "CSRF token middleware",
"devDependencies": {
"body-parser": "1.15.1",
"connect": "3.4.1",
@@ -70,28 +37,39 @@
"mocha": "2.5.3",
"supertest": "1.1.0"
},
- "directories": {},
- "dist": {
- "shasum": "49d2c6925ffcec7b7de559597c153fa533364133",
- "tarball": "https://registry.npmjs.org/csurf/-/csurf-1.9.0.tgz"
- },
"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"
],
- "gitHead": "6359a0298e1e3e937abb96c21958b2a4419d0301",
- "homepage": "https://github.com/expressjs/csurf",
"keywords": [
"csrf",
- "express",
+ "tokens",
"middleware",
- "tokens"
+ "express"
],
- "license": "MIT",
+ "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",
@@ -118,18 +96,15 @@
"email": "tj@vision-media.ca"
}
],
- "name": "csurf",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/expressjs/csurf.git"
+ "dist": {
+ "shasum": "49d2c6925ffcec7b7de559597c153fa533364133",
+ "tarball": "https://registry.npmjs.org/csurf/-/csurf-1.9.0.tgz"
},
- "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/"
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/csurf-1.9.0.tgz_1464369669689_0.553399148164317"
},
- "version": "1.9.0"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/csurf/-/csurf-1.9.0.tgz",
+ "readme": "ERROR: No README data found!"
}