FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cookie-parser/package.json at master · tinyhttp/cookie-parser · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
tinyhttp
/
cookie-parser
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2
Star
5
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
cookie-parser
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
61 lines (61 loc) · 1.61 KB
Breadcrumbs
cookie-parser
/
package.json
Copy path
File metadata and controls
61 lines (61 loc) · 1.61 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
54
55
56
57
58
59
60
61
{
"name"
:
"
@tinyhttp/cookie-parser
"
,
"version"
:
"
2.0.5
"
,
"type"
:
"
module
"
,
"description"
:
"
Cookie parsing middleware for Node.js
"
,
"homepage"
:
"
https://github.com/tinyhttp/cookie-parser#readme
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/tinyhttp/cookie-parser.git
"
},
"engines"
: {
"node"
:
"
>=12.4 || 14.x || >=16
"
},
"types"
:
"
./dist/index.d.ts
"
,
"exports"
:
"
./dist/index.js
"
,
"keywords"
: [
"
tinyhttp
"
,
"
node.js
"
,
"
web framework
"
,
"
web
"
,
"
backend
"
,
"
cookie
"
,
"
cookie-parser
"
],
"author"
:
"
v1rtl
"
,
"license"
:
"
MIT
"
,
"dependencies"
: {
"@tinyhttp/cookie"
:
"
>=2
"
,
"@tinyhttp/cookie-signature"
:
"
>=2
"
},
"files"
: [
"
dist
"
],
"scripts"
: {
"build"
:
"
rollup -c
"
,
"test"
:
"
tsm node_modules/uvu/bin.js tests
"
,
"test:coverage"
:
"
c8 --include=src pnpm test
"
,
"test:report"
:
"
c8 report --reporter=text-lcov > coverage.lcov
"
,
"lint"
:
"
eslint . --ext=ts
"
,
"format"
:
"
prettier --check
\"
./**/*.{ts,md}
\"
"
,
"format:fix"
:
"
prettier --write
\"
./**/*.{ts,md}
\"
"
,
"prepare"
:
"
pnpm build && pnpm lint && pnpm test
"
},
"devDependencies"
: {
"@rollup/plugin-typescript"
:
"
^9.0.2
"
,
"@tinyhttp/app"
:
"
2.0.24
"
,
"@types/node"
:
"
^18.11.9
"
,
"@typescript-eslint/eslint-plugin"
:
"
^5.42.1
"
,
"@typescript-eslint/parser"
:
"
^5.42.1
"
,
"c8"
:
"
^7.12.0
"
,
"eslint"
:
"
^8.27.0
"
,
"eslint-config-prettier"
:
"
^8.5.0
"
,
"eslint-plugin-prettier"
:
"
^4.2.1
"
,
"prettier"
:
"
^2.7.1
"
,
"rollup"
:
"
^3.2.5
"
,
"supertest-fetch"
:
"
^1.5.0
"
,
"tsm"
:
"
^2.2.2
"
,
"typescript"
:
"
^4.8.4
"
,
"uvu"
:
"
^0.5.6
"
}
}
Back
|
FazBrowse Home
|
New Git URL