UNPKG

1.69 kBJSONView Raw
1{
2 "name": "@middy/http-urlencode-body-parser",
3 "version": "4.7.0",
4 "description": "Urlencode body parser middleware for the middy framework",
5 "type": "module",
6 "engines": {
7 "node": ">=16"
8 },
9 "engineStrict": true,
10 "publishConfig": {
11 "access": "public"
12 },
13 "main": "./index.cjs",
14 "module": "./index.js",
15 "exports": {
16 ".": {
17 "import": {
18 "types": "./index.d.ts",
19 "default": "./index.js"
20 },
21 "require": {
22 "types": "./index.d.ts",
23 "default": "./index.cjs"
24 }
25 }
26 },
27 "types": "index.d.ts",
28 "files": [
29 "index.js",
30 "index.cjs",
31 "index.d.ts"
32 ],
33 "scripts": {
34 "test": "npm run test:unit",
35 "test:unit": "ava",
36 "test:benchmark": "node __benchmarks__/index.js"
37 },
38 "license": "MIT",
39 "keywords": [
40 "Lambda",
41 "Middleware",
42 "Serverless",
43 "Framework",
44 "AWS",
45 "AWS Lambda",
46 "Middy",
47 "HTTP",
48 "API",
49 "Urlencode",
50 "Body Parser"
51 ],
52 "author": {
53 "name": "Middy contributors",
54 "url": "https://github.com/middyjs/middy/graphs/contributors"
55 },
56 "repository": {
57 "type": "git",
58 "url": "github:middyjs/middy",
59 "directory": "packages/http-urlencode-body-parser"
60 },
61 "bugs": {
62 "url": "https://github.com/middyjs/middy/issues"
63 },
64 "homepage": "https://middy.js.org",
65 "funding": {
66 "type": "github",
67 "url": "https://github.com/sponsors/willfarrell"
68 },
69 "dependencies": {
70 "@middy/util": "4.7.0",
71 "qs": "6.11.2"
72 },
73 "devDependencies": {
74 "@middy/core": "4.7.0",
75 "@types/aws-lambda": "^8.10.101",
76 "type-fest": "^4.0.0"
77 },
78 "gitHead": "f085b85b2c8f18a97fdf8a7062e770b444185dd8"
79}