You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.2 KiB

3 years ago
{
"name": "fastify-formbody",
"version": "5.2.0",
"description": "A module for Fastify to parse x-www-form-urlencoded bodies",
"main": "formbody.js",
"scripts": {
"codecov": "codecov",
"lint": "standard | snazzy",
"lint:ci": "standard",
"test": "standard && tap --100 \"test/**/*.test.js\" && tsd",
"test:ci": "tap --100 \"test/**/*.test.js\"",
"typescript": "tsd"
},
"precommit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fastify/fastify-formbody.git"
},
"keywords": [
"fastify",
"x-www-form-urlencoded"
],
"author": "James Sumners <james.sumners@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify-formbody/issues"
},
"homepage": "https://github.com/fastify/fastify-formbody#readme",
"devDependencies": {
"@types/node": "^16.0.0",
"codecov": "^3.7.2",
"fastify": "^3.3.0",
"pre-commit": "^1.2.2",
"qs": "^6.5.1",
"request": "^2.88.0",
"snazzy": "^9.0.0",
"standard": "^16.0.1",
"tap": "^15.0.0",
"tsd": "^0.18.0",
"typescript": "^4.0.2"
},
"dependencies": {
"fastify-plugin": "^3.0.0"
},
"types": "formbody.d.ts"
}