FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
csurf/package.json at master · JavaScriptIOT/csurf · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
csurf
Public
forked from
expressjs/csurf
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
csurf
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
53 lines (53 loc) · 1.42 KB
Breadcrumbs
csurf
/
package.json
Copy path
File metadata and controls
53 lines (53 loc) · 1.42 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
csurf
"
,
"description"
:
"
CSRF token middleware
"
,
"version"
:
"
1.9.0
"
,
"author"
:
"
Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)
"
,
"contributors"
: [
"
Douglas Christopher Wilson <doug@somethingdoug.com>
"
],
"license"
:
"
MIT
"
,
"repository"
:
"
expressjs/csurf
"
,
"dependencies"
: {
"cookie"
:
"
0.3.1
"
,
"cookie-signature"
:
"
1.0.6
"
,
"csrf"
:
"
~3.0.6
"
,
"http-errors"
:
"
~1.6.2
"
},
"devDependencies"
: {
"body-parser"
:
"
1.18.2
"
,
"connect"
:
"
3.6.6
"
,
"cookie-parser"
:
"
1.4.3
"
,
"cookie-session"
:
"
1.3.2
"
,
"eslint"
:
"
4.18.1
"
,
"eslint-config-standard"
:
"
11.0.0
"
,
"eslint-plugin-import"
:
"
2.9.0
"
,
"eslint-plugin-markdown"
:
"
1.0.0-beta.6
"
,
"eslint-plugin-node"
:
"
6.0.1
"
,
"eslint-plugin-promise"
:
"
3.6.0
"
,
"eslint-plugin-standard"
:
"
3.0.1
"
,
"istanbul"
:
"
0.4.5
"
,
"mocha"
:
"
2.5.3
"
,
"supertest"
:
"
1.1.0
"
},
"engines"
: {
"node"
:
"
>= 0.8.0
"
},
"scripts"
: {
"lint"
:
"
eslint --plugin markdown --ext js,md .
"
,
"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
"
]
}
Back
|
FazBrowse Home
|
New Git URL