163 lines
5.5 KiB
JSON
163 lines
5.5 KiB
JSON
{
|
|
"name": "@activepieces/piece-mongodb",
|
|
"version": "0.0.1",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@activepieces/piece-mongodb",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"mongodb": "^6.15.0"
|
|
}
|
|
},
|
|
"node_modules/@mongodb-js/saslprep": {
|
|
"version": "1.2.2",
|
|
"resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.2.2.tgz",
|
|
"integrity": "sha512-EB0O3SCSNRUFk66iRCpI+cXzIjdswfCs7F6nOC3RAGJ7xr5YhaicvsRwJ9eyzYvYRlCSDUO/c7g4yNulxKC1WA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sparse-bitfield": "^3.0.3"
|
|
}
|
|
},
|
|
"node_modules/@types/webidl-conversions": {
|
|
"version": "7.0.3",
|
|
"resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz",
|
|
"integrity": "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/whatwg-url": {
|
|
"version": "11.0.5",
|
|
"resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-11.0.5.tgz",
|
|
"integrity": "sha512-coYR071JRaHa+xoEvvYqvnIHaVqaYrLPbsufM9BF63HkwI5Lgmy2QR8Q5K/lYDYo5AK82wOvSOS0UsLTpTG7uQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/webidl-conversions": "*"
|
|
}
|
|
},
|
|
"node_modules/bson": {
|
|
"version": "6.10.3",
|
|
"resolved": "https://registry.npmjs.org/bson/-/bson-6.10.3.tgz",
|
|
"integrity": "sha512-MTxGsqgYTwfshYWTRdmZRC+M7FnG1b4y7RO7p2k3X24Wq0yv1m77Wsj0BzlPzd/IowgESfsruQCUToa7vbOpPQ==",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.20.1"
|
|
}
|
|
},
|
|
"node_modules/memory-pager": {
|
|
"version": "1.5.0",
|
|
"resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz",
|
|
"integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mongodb": {
|
|
"version": "6.15.0",
|
|
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.15.0.tgz",
|
|
"integrity": "sha512-ifBhQ0rRzHDzqp9jAQP6OwHSH7dbYIQjD3SbJs9YYk9AikKEettW/9s/tbSFDTpXcRbF+u1aLrhHxDFaYtZpFQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@mongodb-js/saslprep": "^1.1.9",
|
|
"bson": "^6.10.3",
|
|
"mongodb-connection-string-url": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.20.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@aws-sdk/credential-providers": "^3.188.0",
|
|
"@mongodb-js/zstd": "^1.1.0 || ^2.0.0",
|
|
"gcp-metadata": "^5.2.0",
|
|
"kerberos": "^2.0.1",
|
|
"mongodb-client-encryption": ">=6.0.0 <7",
|
|
"snappy": "^7.2.2",
|
|
"socks": "^2.7.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@aws-sdk/credential-providers": {
|
|
"optional": true
|
|
},
|
|
"@mongodb-js/zstd": {
|
|
"optional": true
|
|
},
|
|
"gcp-metadata": {
|
|
"optional": true
|
|
},
|
|
"kerberos": {
|
|
"optional": true
|
|
},
|
|
"mongodb-client-encryption": {
|
|
"optional": true
|
|
},
|
|
"snappy": {
|
|
"optional": true
|
|
},
|
|
"socks": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/mongodb-connection-string-url": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.2.tgz",
|
|
"integrity": "sha512-rMO7CGo/9BFwyZABcKAWL8UJwH/Kc2x0g72uhDWzG48URRax5TCIcJ7Rc3RZqffZzO/Gwff/jyKwCU9TN8gehA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/whatwg-url": "^11.0.2",
|
|
"whatwg-url": "^14.1.0 || ^13.0.0"
|
|
}
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/sparse-bitfield": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
|
|
"integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"memory-pager": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/tr46": {
|
|
"version": "5.1.1",
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
|
|
"integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/webidl-conversions": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/whatwg-url": {
|
|
"version": "14.2.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
|
|
"integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "^5.1.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|
|
}
|
|
}
|