aboutsummaryrefslogtreecommitdiff
path: root/node_modules/csurf/package.json
blob: 8954e8ff5e5ae024ca16bc147a3dcc8f5d64b1fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
  "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!"
}