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