@mongodb-js/atlas-local-linux-arm64-gnu 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `@mongodb-js/atlas-local-linux-arm64-gnu`
2
+
3
+ This is the **aarch64-unknown-linux-gnu** binary for `@mongodb-js/atlas-local`
Binary file
package/package.json ADDED
@@ -0,0 +1,38 @@
1
+ {
2
+ "name": "@mongodb-js/atlas-local-linux-arm64-gnu",
3
+ "version": "1.0.0",
4
+ "cpu": [
5
+ "arm64"
6
+ ],
7
+ "main": "atlas-local.linux-arm64-gnu.node",
8
+ "files": [
9
+ "atlas-local.linux-arm64-gnu.node"
10
+ ],
11
+ "description": "A Node.js library for managing MongoDB Atlas Local deployments using Docker. This library provides a high-level JavaScript/TypeScript interface to interact with MongoDB Atlas Local deployments, making it easy to develop and test applications against a local MongoDB Atlas environment.",
12
+ "keywords": [
13
+ "napi-rs",
14
+ "NAPI",
15
+ "N-API",
16
+ "Rust",
17
+ "node-addon",
18
+ "node-addon-api"
19
+ ],
20
+ "license": "Apache-2.0",
21
+ "engines": {
22
+ "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
23
+ },
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "git+https://github.com/mongodb-js/atlas-local-lib-js.git"
27
+ },
28
+ "publishConfig": {
29
+ "registry": "https://registry.npmjs.org/",
30
+ "access": "public"
31
+ },
32
+ "os": [
33
+ "linux"
34
+ ],
35
+ "libc": [
36
+ "glibc"
37
+ ]
38
+ }