-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.03 KB
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
{
"name": "larvitreqparser",
"version": "0.5.146",
"description": "Middleware to larvitbase or Express to handle forms",
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"test": "npm run lint && nyc --reporter=lcov tape test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larvit/larvitreqparser.git"
},
"keywords": [
"middleware",
"forms",
"form"
],
"author": {
"name": "Mikael 'Lilleman' Göransson",
"email": "lilleman@larvit.se",
"url": "http://github.com/larvit/larvitbase"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/larvit/larvitreqparser/issues"
},
"homepage": "https://github.com/larvit/larvitreqparser#readme",
"devDependencies": {
"axios": "1.15.2",
"eslint": "8.57.1",
"form-data": "4.0.5",
"nyc": "18.0.0",
"tape": "5.9.0"
},
"dependencies": {
"async": "3.2.6",
"busboy": "1.6.0",
"fs-extra": "11.3.4",
"larvitutils": "5.1.173",
"qs": "6.15.1",
"uuid": "11.1.0"
}
}