UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@middy/http-partial-response",
3 "version": "5.2.2",
4 "description": "Http partial response 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 "Partial",
44 "Partial Response"
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-partial-response"
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.2.2",
65 "json-mask": "2.0.0"
66 },
67 "gitHead": "dbfe56d5dfc783fae1e19c7dddd074c0d18d5073",
68 "devDependencies": {
69 "@middy/core": "5.2.2"
70 }
71}