| { |
| "name": "examples", |
| "version": "1.0.0", |
| "lockfileVersion": 3, |
| "requires": true, |
| "packages": { |
| "": { |
| "name": "examples", |
| "version": "1.0.0", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "gremlin": "^3.7.4" |
| } |
| }, |
| "node_modules/abort-controller": { |
| "version": "3.0.0", |
| "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", |
| "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", |
| "license": "MIT", |
| "dependencies": { |
| "event-target-shim": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=6.5" |
| } |
| }, |
| "node_modules/base64-js": { |
| "version": "1.5.1", |
| "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", |
| "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/buffer": { |
| "version": "6.0.3", |
| "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", |
| "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "base64-js": "^1.3.1", |
| "ieee754": "^1.2.1" |
| } |
| }, |
| "node_modules/event-target-shim": { |
| "version": "5.0.1", |
| "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", |
| "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/eventemitter3": { |
| "version": "5.0.1", |
| "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", |
| "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", |
| "license": "MIT" |
| }, |
| "node_modules/events": { |
| "version": "3.3.0", |
| "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", |
| "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.8.x" |
| } |
| }, |
| "node_modules/gremlin": { |
| "version": "3.7.4", |
| "resolved": "https://registry.npmjs.org/gremlin/-/gremlin-3.7.4.tgz", |
| "integrity": "sha512-BC/6q97uFcyJGjf1xVq0Uy5q06bJVbrb4KpAAOu8lfGV2RalGuvsIG7svlWatS/3q8b/HuwqHrMESVEDNBkBhw==", |
| "license": "Apache-2.0", |
| "dependencies": { |
| "buffer": "^6.0.3", |
| "eventemitter3": "^5.0.1", |
| "readable-stream": "^4.5.2", |
| "uuid": "^9.0.1", |
| "ws": "^8.16.0" |
| }, |
| "engines": { |
| "node": ">=20" |
| } |
| }, |
| "node_modules/ieee754": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", |
| "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/process": { |
| "version": "0.11.10", |
| "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", |
| "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.6.0" |
| } |
| }, |
| "node_modules/readable-stream": { |
| "version": "4.7.0", |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz", |
| "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==", |
| "license": "MIT", |
| "dependencies": { |
| "abort-controller": "^3.0.0", |
| "buffer": "^6.0.3", |
| "events": "^3.3.0", |
| "process": "^0.11.10", |
| "string_decoder": "^1.3.0" |
| }, |
| "engines": { |
| "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| } |
| }, |
| "node_modules/safe-buffer": { |
| "version": "5.2.1", |
| "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", |
| "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/string_decoder": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", |
| "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", |
| "license": "MIT", |
| "dependencies": { |
| "safe-buffer": "~5.2.0" |
| } |
| }, |
| "node_modules/uuid": { |
| "version": "9.0.1", |
| "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", |
| "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", |
| "funding": [ |
| "https://github.com/sponsors/broofa", |
| "https://github.com/sponsors/ctavan" |
| ], |
| "license": "MIT", |
| "bin": { |
| "uuid": "dist/bin/uuid" |
| } |
| }, |
| "node_modules/ws": { |
| "version": "8.18.3", |
| "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", |
| "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10.0.0" |
| }, |
| "peerDependencies": { |
| "bufferutil": "^4.0.1", |
| "utf-8-validate": ">=5.0.2" |
| }, |
| "peerDependenciesMeta": { |
| "bufferutil": { |
| "optional": true |
| }, |
| "utf-8-validate": { |
| "optional": true |
| } |
| } |
| } |
| } |
| } |