Mirror of https://github.com/roostorg/coop-integration-example
github.com/roostorg/coop-integration-example
1{
2 "name": "@roostorg/coop-integration-example",
3 "version": "2.0.1",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "@roostorg/coop-integration-example",
9 "version": "2.0.1",
10 "license": "Apache-2.0",
11 "devDependencies": {
12 "@roostorg/types": "^2.0.0",
13 "typescript": "^5.0.0"
14 },
15 "engines": {
16 "node": ">=18"
17 },
18 "peerDependencies": {
19 "@roostorg/types": ">=2.0.0"
20 }
21 },
22 "node_modules/@babel/runtime": {
23 "version": "7.28.6",
24 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz",
25 "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
26 "dev": true,
27 "license": "MIT",
28 "engines": {
29 "node": ">=6.9.0"
30 }
31 },
32 "node_modules/@roostorg/types": {
33 "version": "2.0.0",
34 "resolved": "https://registry.npmjs.org/@roostorg/types/-/types-2.0.0.tgz",
35 "integrity": "sha512-EyLecshJqiZdughsBgaJcR6nOmZ6cT5ioNeRB1Cif6b0ZrXc9LfBirXd2FPZ1qzxxIjgMUOA1HSxfFVThMRZlw==",
36 "dev": true,
37 "license": "ISC",
38 "dependencies": {
39 "date-fns": "^2.29.3",
40 "type-fest": "^4.3.2"
41 }
42 },
43 "node_modules/date-fns": {
44 "version": "2.30.0",
45 "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
46 "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
47 "dev": true,
48 "license": "MIT",
49 "dependencies": {
50 "@babel/runtime": "^7.21.0"
51 },
52 "engines": {
53 "node": ">=0.11"
54 },
55 "funding": {
56 "type": "opencollective",
57 "url": "https://opencollective.com/date-fns"
58 }
59 },
60 "node_modules/type-fest": {
61 "version": "4.41.0",
62 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
63 "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
64 "dev": true,
65 "license": "(MIT OR CC0-1.0)",
66 "engines": {
67 "node": ">=16"
68 },
69 "funding": {
70 "url": "https://github.com/sponsors/sindresorhus"
71 }
72 },
73 "node_modules/typescript": {
74 "version": "5.9.3",
75 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
76 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
77 "dev": true,
78 "license": "Apache-2.0",
79 "bin": {
80 "tsc": "bin/tsc",
81 "tsserver": "bin/tsserver"
82 },
83 "engines": {
84 "node": ">=14.17"
85 }
86 }
87 }
88}