@harperfast/harper-pro 5.0.5 → 5.0.6
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/core/bin/status.js +2 -2
- package/core/bin/stop.js +5 -6
- package/core/components/EntryHandler.ts +4 -2
- package/core/components/Scope.ts +1 -1
- package/core/components/componentLoader.ts +11 -4
- package/core/components/requestRestart.ts +17 -2
- package/core/dataLayer/harperBridge/TableSizeObject.ts +35 -0
- package/core/dataLayer/harperBridge/lmdbBridge/lmdbUtility/lmdbGetTableSize.ts +24 -0
- package/core/package-lock.json +1020 -101
- package/core/resources/DatabaseTransaction.ts +8 -3
- package/core/resources/Table.ts +12 -17
- package/core/resources/databases.ts +2 -2
- package/core/resources/graphql.ts +163 -165
- package/core/resources/indexes/HierarchicalNavigableSmallWorld.ts +14 -3
- package/core/resources/indexes/vector.ts +17 -0
- package/core/resources/loadEnv.ts +20 -16
- package/core/resources/login.ts +4 -3
- package/core/resources/roles.ts +60 -65
- package/core/security/auth.ts +15 -14
- package/core/security/jsLoader.ts +27 -9
- package/core/server/REST.ts +10 -11
- package/core/server/fastifyRoutes.ts +30 -29
- package/core/server/graphqlQuerying.ts +4 -3
- package/core/server/http.ts +175 -1
- package/core/server/mqtt.ts +8 -2
- package/core/server/serverHelpers/serverUtilities.ts +2 -5
- package/core/server/threads/threadServer.js +30 -2
- package/core/server/throttle.ts +18 -0
- package/core/utility/environment/environmentManager.js +10 -4
- package/core/utility/environment/systemInformation.ts +698 -0
- package/core/utility/hdbTerms.ts +1 -0
- package/core/utility/operation_authorization.js +2 -5
- package/dist/core/bin/status.js +2 -2
- package/dist/core/bin/status.js.map +1 -1
- package/dist/core/bin/stop.js +5 -5
- package/dist/core/bin/stop.js.map +1 -1
- package/dist/core/components/EntryHandler.js +4 -2
- package/dist/core/components/EntryHandler.js.map +1 -1
- package/dist/core/components/Scope.js +1 -1
- package/dist/core/components/Scope.js.map +1 -1
- package/dist/core/components/componentLoader.js +11 -3
- package/dist/core/components/componentLoader.js.map +1 -1
- package/dist/core/components/requestRestart.js +12 -1
- package/dist/core/components/requestRestart.js.map +1 -1
- package/dist/core/dataLayer/harperBridge/TableSizeObject.js +32 -0
- package/dist/core/dataLayer/harperBridge/TableSizeObject.js.map +1 -0
- package/dist/core/dataLayer/harperBridge/lmdbBridge/lmdbUtility/lmdbGetTableSize.js +18 -19
- package/dist/core/dataLayer/harperBridge/lmdbBridge/lmdbUtility/lmdbGetTableSize.js.map +1 -1
- package/dist/core/resources/DatabaseTransaction.js +6 -1
- package/dist/core/resources/DatabaseTransaction.js.map +1 -1
- package/dist/core/resources/Table.js +14 -18
- package/dist/core/resources/Table.js.map +1 -1
- package/dist/core/resources/databases.js +2 -1
- package/dist/core/resources/databases.js.map +1 -1
- package/dist/core/resources/graphql.js +176 -176
- package/dist/core/resources/graphql.js.map +1 -1
- package/dist/core/resources/indexes/HierarchicalNavigableSmallWorld.js +14 -2
- package/dist/core/resources/indexes/HierarchicalNavigableSmallWorld.js.map +1 -1
- package/dist/core/resources/indexes/vector.js +14 -0
- package/dist/core/resources/indexes/vector.js.map +1 -1
- package/dist/core/resources/loadEnv.js +20 -17
- package/dist/core/resources/loadEnv.js.map +1 -1
- package/dist/core/resources/login.js +4 -4
- package/dist/core/resources/login.js.map +1 -1
- package/dist/core/resources/roles.js +64 -68
- package/dist/core/resources/roles.js.map +1 -1
- package/dist/core/security/auth.js +17 -15
- package/dist/core/security/auth.js.map +1 -1
- package/dist/core/security/jsLoader.js +29 -9
- package/dist/core/security/jsLoader.js.map +1 -1
- package/dist/core/server/REST.js +11 -11
- package/dist/core/server/REST.js.map +1 -1
- package/dist/core/server/fastifyRoutes.js +30 -29
- package/dist/core/server/fastifyRoutes.js.map +1 -1
- package/dist/core/server/graphqlQuerying.js +5 -4
- package/dist/core/server/graphqlQuerying.js.map +1 -1
- package/dist/core/server/http.js +179 -0
- package/dist/core/server/http.js.map +1 -1
- package/dist/core/server/mqtt.js +5 -3
- package/dist/core/server/mqtt.js.map +1 -1
- package/dist/core/server/serverHelpers/serverUtilities.js +2 -2
- package/dist/core/server/serverHelpers/serverUtilities.js.map +1 -1
- package/dist/core/server/threads/threadServer.js +26 -2
- package/dist/core/server/threads/threadServer.js.map +1 -1
- package/dist/core/server/throttle.js +17 -0
- package/dist/core/server/throttle.js.map +1 -1
- package/dist/core/utility/environment/environmentManager.js +9 -4
- package/dist/core/utility/environment/environmentManager.js.map +1 -1
- package/dist/core/utility/environment/systemInformation.js +359 -219
- package/dist/core/utility/environment/systemInformation.js.map +1 -1
- package/dist/core/utility/hdbTerms.js +1 -0
- package/dist/core/utility/hdbTerms.js.map +1 -1
- package/dist/core/utility/operation_authorization.js +2 -2
- package/dist/core/utility/operation_authorization.js.map +1 -1
- package/dist/licensing/usageLicensing.js +1 -1
- package/dist/licensing/usageLicensing.js.map +1 -1
- package/licensing/usageLicensing.ts +1 -1
- package/npm-shrinkwrap.json +982 -62
- package/package.json +2 -1
- package/studio/web/assets/{index-D07pIqJt.js → index-qbLPhOzw.js} +2 -2
- package/studio/web/assets/{index-D07pIqJt.js.map → index-qbLPhOzw.js.map} +1 -1
- package/studio/web/index.html +1 -1
- package/core/dataLayer/harperBridge/lmdbBridge/lmdbUtility/TableSizeObject.js +0 -25
- package/core/dataLayer/harperBridge/lmdbBridge/lmdbUtility/lmdbGetTableSize.js +0 -34
- package/core/utility/environment/systemInformation.js +0 -355
- package/dist/core/dataLayer/harperBridge/lmdbBridge/lmdbUtility/TableSizeObject.js +0 -24
- package/dist/core/dataLayer/harperBridge/lmdbBridge/lmdbUtility/TableSizeObject.js.map +0 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harperfast/harper-pro",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@harperfast/harper-pro",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.6",
|
|
10
10
|
"license": "Elastic-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-sdk/client-s3": "^3.1012.0",
|
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@harperdb/code-guidelines": "^0.0.6",
|
|
99
|
+
"@harperfast/integration-testing": "^0.2.0",
|
|
99
100
|
"@types/fs-extra": "^11.0.4",
|
|
100
101
|
"@types/gunzip-maybe": "^1.4.3",
|
|
101
102
|
"@types/jsonwebtoken": "^9.0.10",
|
|
@@ -2532,6 +2533,31 @@
|
|
|
2532
2533
|
"version": "1.0.3",
|
|
2533
2534
|
"license": "Apache-2.0"
|
|
2534
2535
|
},
|
|
2536
|
+
"node_modules/@harperfast/integration-testing": {
|
|
2537
|
+
"version": "0.2.0",
|
|
2538
|
+
"resolved": "https://registry.npmjs.org/@harperfast/integration-testing/-/integration-testing-0.2.0.tgz",
|
|
2539
|
+
"integrity": "sha512-DkNJ+zAhHA6kPQU0JlZ9rdAkR/4qE881+jR9fOmgyTOMn4uP3LsusRPP7deYeJ5fVPH3v/QI5hiMADYRu1XoRQ==",
|
|
2540
|
+
"dev": true,
|
|
2541
|
+
"license": "Apache-2.0",
|
|
2542
|
+
"dependencies": {
|
|
2543
|
+
"tar-fs": "3.1.2"
|
|
2544
|
+
},
|
|
2545
|
+
"bin": {
|
|
2546
|
+
"harper-integration-test-run": "dist/run.js",
|
|
2547
|
+
"harper-integration-test-setup-loopback": "scripts/setup-loopback.sh"
|
|
2548
|
+
},
|
|
2549
|
+
"engines": {
|
|
2550
|
+
"node": ">=20"
|
|
2551
|
+
},
|
|
2552
|
+
"peerDependencies": {
|
|
2553
|
+
"harper": "^5.0.0"
|
|
2554
|
+
},
|
|
2555
|
+
"peerDependenciesMeta": {
|
|
2556
|
+
"harper": {
|
|
2557
|
+
"optional": false
|
|
2558
|
+
}
|
|
2559
|
+
}
|
|
2560
|
+
},
|
|
2535
2561
|
"node_modules/@harperfast/rocksdb-js": {
|
|
2536
2562
|
"version": "1.1.0",
|
|
2537
2563
|
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js/-/rocksdb-js-1.1.0.tgz",
|
|
@@ -3504,6 +3530,21 @@
|
|
|
3504
3530
|
"node": ">=4"
|
|
3505
3531
|
}
|
|
3506
3532
|
},
|
|
3533
|
+
"node_modules/@smithy/abort-controller": {
|
|
3534
|
+
"version": "4.2.14",
|
|
3535
|
+
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.2.14.tgz",
|
|
3536
|
+
"integrity": "sha512-GW2yqqOTzdz3K6z0XpPO1EjLzOw0kclmAcLeW6cBt0DYM7ZNLRKanpzXxaSXkePpo4ZYMWhddE4WpSWG8e/QaQ==",
|
|
3537
|
+
"dev": true,
|
|
3538
|
+
"license": "Apache-2.0",
|
|
3539
|
+
"peer": true,
|
|
3540
|
+
"dependencies": {
|
|
3541
|
+
"@smithy/types": "^4.14.1",
|
|
3542
|
+
"tslib": "^2.6.2"
|
|
3543
|
+
},
|
|
3544
|
+
"engines": {
|
|
3545
|
+
"node": ">=18.0.0"
|
|
3546
|
+
}
|
|
3547
|
+
},
|
|
3507
3548
|
"node_modules/@smithy/chunked-blob-reader": {
|
|
3508
3549
|
"version": "5.2.2",
|
|
3509
3550
|
"resolved": "https://registry.npmjs.org/@smithy/chunked-blob-reader/-/chunked-blob-reader-5.2.2.tgz",
|
|
@@ -3978,9 +4019,9 @@
|
|
|
3978
4019
|
}
|
|
3979
4020
|
},
|
|
3980
4021
|
"node_modules/@smithy/types": {
|
|
3981
|
-
"version": "4.14.
|
|
3982
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.
|
|
3983
|
-
"integrity": "sha512-
|
|
4022
|
+
"version": "4.14.1",
|
|
4023
|
+
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
|
|
4024
|
+
"integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
|
|
3984
4025
|
"license": "Apache-2.0",
|
|
3985
4026
|
"dependencies": {
|
|
3986
4027
|
"tslib": "^2.6.2"
|
|
@@ -4973,6 +5014,30 @@
|
|
|
4973
5014
|
"dev": true,
|
|
4974
5015
|
"license": "Python-2.0"
|
|
4975
5016
|
},
|
|
5017
|
+
"node_modules/array-uniq": {
|
|
5018
|
+
"version": "1.0.3",
|
|
5019
|
+
"resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
|
|
5020
|
+
"integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
|
|
5021
|
+
"dev": true,
|
|
5022
|
+
"license": "MIT",
|
|
5023
|
+
"optional": true,
|
|
5024
|
+
"peer": true,
|
|
5025
|
+
"engines": {
|
|
5026
|
+
"node": ">=0.10.0"
|
|
5027
|
+
}
|
|
5028
|
+
},
|
|
5029
|
+
"node_modules/arrify": {
|
|
5030
|
+
"version": "1.0.1",
|
|
5031
|
+
"resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
|
|
5032
|
+
"integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==",
|
|
5033
|
+
"dev": true,
|
|
5034
|
+
"license": "MIT",
|
|
5035
|
+
"optional": true,
|
|
5036
|
+
"peer": true,
|
|
5037
|
+
"engines": {
|
|
5038
|
+
"node": ">=0.10.0"
|
|
5039
|
+
}
|
|
5040
|
+
},
|
|
4976
5041
|
"node_modules/asap": {
|
|
4977
5042
|
"version": "2.0.6",
|
|
4978
5043
|
"dev": true,
|
|
@@ -5530,6 +5595,22 @@
|
|
|
5530
5595
|
"node": ">=0.8"
|
|
5531
5596
|
}
|
|
5532
5597
|
},
|
|
5598
|
+
"node_modules/clone-regexp": {
|
|
5599
|
+
"version": "1.0.1",
|
|
5600
|
+
"resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-1.0.1.tgz",
|
|
5601
|
+
"integrity": "sha512-Fcij9IwRW27XedRIJnSOEupS7RVcXtObJXbcUOX93UCLqqOdRpkvzKywOOSizmEK/Is3S/RHX9dLdfo6R1Q1mw==",
|
|
5602
|
+
"dev": true,
|
|
5603
|
+
"license": "MIT",
|
|
5604
|
+
"optional": true,
|
|
5605
|
+
"peer": true,
|
|
5606
|
+
"dependencies": {
|
|
5607
|
+
"is-regexp": "^1.0.0",
|
|
5608
|
+
"is-supported-regexp-flag": "^1.0.0"
|
|
5609
|
+
},
|
|
5610
|
+
"engines": {
|
|
5611
|
+
"node": ">=0.10.0"
|
|
5612
|
+
}
|
|
5613
|
+
},
|
|
5533
5614
|
"node_modules/color-convert": {
|
|
5534
5615
|
"version": "2.0.1",
|
|
5535
5616
|
"license": "MIT",
|
|
@@ -6325,6 +6406,21 @@
|
|
|
6325
6406
|
"node": ">=18.0.0"
|
|
6326
6407
|
}
|
|
6327
6408
|
},
|
|
6409
|
+
"node_modules/execall": {
|
|
6410
|
+
"version": "1.0.0",
|
|
6411
|
+
"resolved": "https://registry.npmjs.org/execall/-/execall-1.0.0.tgz",
|
|
6412
|
+
"integrity": "sha512-/J0Q8CvOvlAdpvhfkD/WnTQ4H1eU0exze2nFGPj/RSC7jpQ0NkKe2r28T5eMkhEEs+fzepMZNy1kVRKNlC04nQ==",
|
|
6413
|
+
"dev": true,
|
|
6414
|
+
"license": "MIT",
|
|
6415
|
+
"optional": true,
|
|
6416
|
+
"peer": true,
|
|
6417
|
+
"dependencies": {
|
|
6418
|
+
"clone-regexp": "^1.0.0"
|
|
6419
|
+
},
|
|
6420
|
+
"engines": {
|
|
6421
|
+
"node": ">=0.10.0"
|
|
6422
|
+
}
|
|
6423
|
+
},
|
|
6328
6424
|
"node_modules/eyes": {
|
|
6329
6425
|
"version": "0.1.8",
|
|
6330
6426
|
"engines": {
|
|
@@ -7068,89 +7164,786 @@
|
|
|
7068
7164
|
"pump": "^2.0.0"
|
|
7069
7165
|
}
|
|
7070
7166
|
},
|
|
7071
|
-
"node_modules/
|
|
7072
|
-
"version": "
|
|
7073
|
-
"
|
|
7074
|
-
"
|
|
7075
|
-
|
|
7076
|
-
|
|
7077
|
-
|
|
7078
|
-
"node_modules/has-property-descriptors": {
|
|
7079
|
-
"version": "1.0.2",
|
|
7080
|
-
"license": "MIT",
|
|
7167
|
+
"node_modules/harper": {
|
|
7168
|
+
"version": "5.0.0",
|
|
7169
|
+
"resolved": "https://registry.npmjs.org/harper/-/harper-5.0.0.tgz",
|
|
7170
|
+
"integrity": "sha512-RRXMLbbdymiZsHOeg5b+DShzsMvVvkgsG9690BBCc7tzIpDb0CT7EgWEQo+rwCICr35EwZoLjtfwF6mMiCOenA==",
|
|
7171
|
+
"dev": true,
|
|
7172
|
+
"license": "Apache-2.0",
|
|
7173
|
+
"peer": true,
|
|
7081
7174
|
"dependencies": {
|
|
7082
|
-
"
|
|
7175
|
+
"@aws-sdk/client-s3": "^3.1012.0",
|
|
7176
|
+
"@aws-sdk/lib-storage": "3.964.0",
|
|
7177
|
+
"@datadog/pprof": "^5.11.1",
|
|
7178
|
+
"@endo/static-module-record": "^1.1.2",
|
|
7179
|
+
"@fastify/autoload": "^6.3.1",
|
|
7180
|
+
"@fastify/compress": "^8.3.1",
|
|
7181
|
+
"@fastify/cors": "^11.2.0",
|
|
7182
|
+
"@fastify/static": "^9.0.0",
|
|
7183
|
+
"@harperfast/extended-iterable": "^1.0.1",
|
|
7184
|
+
"@harperfast/rocksdb-js": "^0.1.14",
|
|
7185
|
+
"@turf/area": "6.5.0",
|
|
7186
|
+
"@turf/boolean-contains": "6.5.0",
|
|
7187
|
+
"@turf/boolean-disjoint": "6.5.0",
|
|
7188
|
+
"@turf/boolean-equal": "6.5.0",
|
|
7189
|
+
"@turf/circle": "6.5.0",
|
|
7190
|
+
"@turf/difference": "6.5.0",
|
|
7191
|
+
"@turf/distance": "6.5.0",
|
|
7192
|
+
"@turf/helpers": "6.5.0",
|
|
7193
|
+
"@turf/length": "6.5.0",
|
|
7194
|
+
"alasql": "4.6.6",
|
|
7195
|
+
"amaro": "^1.1.8",
|
|
7196
|
+
"argon2": "0.44.0",
|
|
7197
|
+
"asn1js": "3.0.7",
|
|
7198
|
+
"cbor-x": "1.6.4",
|
|
7199
|
+
"chalk": "4.1.2",
|
|
7200
|
+
"chokidar": "^4.0.3",
|
|
7201
|
+
"cli-progress": "3.12.0",
|
|
7202
|
+
"clone": "2.1.2",
|
|
7203
|
+
"dotenv": "^16.4.7",
|
|
7204
|
+
"easy-ocsp": "1.3.1",
|
|
7205
|
+
"fast-glob": "3.3.3",
|
|
7206
|
+
"fastify": "^5.8.2",
|
|
7207
|
+
"fastify-plugin": "^5.1.0",
|
|
7208
|
+
"fs-extra": "11.3.3",
|
|
7209
|
+
"graphql": "^16.10.0",
|
|
7210
|
+
"graphql-http": "^1.22.4",
|
|
7211
|
+
"gunzip-maybe": "1.4.2",
|
|
7212
|
+
"human-readable-ids": "1.0.4",
|
|
7213
|
+
"inquirer": "8.2.7",
|
|
7214
|
+
"is-number": "7.0.0",
|
|
7215
|
+
"joi": "17.13.3",
|
|
7216
|
+
"json-bigint-fixes": "1.1.0",
|
|
7217
|
+
"jsonata": "1.8.7",
|
|
7218
|
+
"jsonwebtoken": "9.0.3",
|
|
7219
|
+
"lmdb": "3.5.3",
|
|
7220
|
+
"lodash": "^4.17.23",
|
|
7221
|
+
"mathjs": "11.12.0",
|
|
7222
|
+
"micromatch": "^4.0.8",
|
|
7223
|
+
"minimist": "1.2.8",
|
|
7224
|
+
"moment": "2.30.1",
|
|
7225
|
+
"mqtt-packet": "~9.0.1",
|
|
7226
|
+
"msgpackr": "1.11.9",
|
|
7227
|
+
"needle": "3.3.1",
|
|
7228
|
+
"node-forge": "^1.3.1",
|
|
7229
|
+
"node-stream-zip": "1.15.0",
|
|
7230
|
+
"node-unix-socket": "0.2.7",
|
|
7231
|
+
"normalize-path": "^3.0.0",
|
|
7232
|
+
"ora": "8.2.0",
|
|
7233
|
+
"ordered-binary": "1.6.1",
|
|
7234
|
+
"papaparse": "5.5.3",
|
|
7235
|
+
"passport": "0.7.0",
|
|
7236
|
+
"passport-http": "0.3.0",
|
|
7237
|
+
"passport-local": "1.0.0",
|
|
7238
|
+
"pino": "8.16.0",
|
|
7239
|
+
"pkijs": "3.2.5",
|
|
7240
|
+
"prompt": "1.3.0",
|
|
7241
|
+
"properties-reader": "2.3.0",
|
|
7242
|
+
"recursive-iterator": "3.3.0",
|
|
7243
|
+
"semver": "7.7.3",
|
|
7244
|
+
"send": "^1.2.0",
|
|
7245
|
+
"ses": "^1.15.0",
|
|
7246
|
+
"stream-chain": "2.2.5",
|
|
7247
|
+
"stream-json": "1.9.1",
|
|
7248
|
+
"systeminformation": "^5.31.4",
|
|
7249
|
+
"tar-fs": "^3.1.2",
|
|
7250
|
+
"ulidx": "0.5.0",
|
|
7251
|
+
"uuid": "11.1.0",
|
|
7252
|
+
"validate.js": "0.13.1",
|
|
7253
|
+
"ws": "8.18.3",
|
|
7254
|
+
"yaml": "2.8.2"
|
|
7255
|
+
},
|
|
7256
|
+
"bin": {
|
|
7257
|
+
"harper": "dist/bin/harper.js"
|
|
7083
7258
|
},
|
|
7084
|
-
"funding": {
|
|
7085
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
7086
|
-
}
|
|
7087
|
-
},
|
|
7088
|
-
"node_modules/has-symbols": {
|
|
7089
|
-
"version": "1.1.0",
|
|
7090
|
-
"license": "MIT",
|
|
7091
7259
|
"engines": {
|
|
7092
|
-
"node": "
|
|
7260
|
+
"minimum-node": "20.0.0",
|
|
7261
|
+
"node": ">=20"
|
|
7093
7262
|
},
|
|
7094
|
-
"
|
|
7095
|
-
"
|
|
7263
|
+
"optionalDependencies": {
|
|
7264
|
+
"bufferutil": "^4.0.9",
|
|
7265
|
+
"hdd-space": "^1.2.0",
|
|
7266
|
+
"segfault-handler": "^1.3.0",
|
|
7267
|
+
"utf-8-validate": "^5.0.10"
|
|
7096
7268
|
}
|
|
7097
7269
|
},
|
|
7098
|
-
"node_modules/
|
|
7099
|
-
"version": "
|
|
7100
|
-
"
|
|
7270
|
+
"node_modules/harper/node_modules/@aws-sdk/lib-storage": {
|
|
7271
|
+
"version": "3.964.0",
|
|
7272
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/lib-storage/-/lib-storage-3.964.0.tgz",
|
|
7273
|
+
"integrity": "sha512-ro6B04Q5TjPgIKdSWGJ+tj2ordVF1IfZJERwGpYkrwhboNEoXBXuzpfnh2LYBPvMmFJQ+8UXSFw1jkLLgxM+ig==",
|
|
7274
|
+
"dev": true,
|
|
7275
|
+
"license": "Apache-2.0",
|
|
7276
|
+
"peer": true,
|
|
7101
7277
|
"dependencies": {
|
|
7102
|
-
"
|
|
7278
|
+
"@smithy/abort-controller": "^4.2.7",
|
|
7279
|
+
"@smithy/middleware-endpoint": "^4.4.1",
|
|
7280
|
+
"@smithy/smithy-client": "^4.10.2",
|
|
7281
|
+
"buffer": "5.6.0",
|
|
7282
|
+
"events": "3.3.0",
|
|
7283
|
+
"stream-browserify": "3.0.0",
|
|
7284
|
+
"tslib": "^2.6.2"
|
|
7103
7285
|
},
|
|
7104
7286
|
"engines": {
|
|
7105
|
-
"node": ">=
|
|
7287
|
+
"node": ">=18.0.0"
|
|
7106
7288
|
},
|
|
7107
|
-
"
|
|
7108
|
-
"
|
|
7289
|
+
"peerDependencies": {
|
|
7290
|
+
"@aws-sdk/client-s3": "^3.964.0"
|
|
7109
7291
|
}
|
|
7110
7292
|
},
|
|
7111
|
-
"node_modules/
|
|
7112
|
-
"version": "
|
|
7113
|
-
"
|
|
7293
|
+
"node_modules/harper/node_modules/@harperfast/rocksdb-js": {
|
|
7294
|
+
"version": "0.1.14",
|
|
7295
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js/-/rocksdb-js-0.1.14.tgz",
|
|
7296
|
+
"integrity": "sha512-gipd/g0USN8ncvRMdoaru8PxYNUSEJp//+XbLf+3VNDQ6gcSsTcYqyNa3f+oEKIyV0clpOkxzautkN7hVPsn/g==",
|
|
7297
|
+
"dev": true,
|
|
7298
|
+
"license": "Apache-2.0",
|
|
7299
|
+
"peer": true,
|
|
7114
7300
|
"dependencies": {
|
|
7115
|
-
"
|
|
7301
|
+
"@harperfast/extended-iterable": "1.0.3",
|
|
7302
|
+
"msgpackr": "1.11.9",
|
|
7303
|
+
"ordered-binary": "1.6.1"
|
|
7116
7304
|
},
|
|
7117
7305
|
"engines": {
|
|
7118
|
-
"node": ">=
|
|
7119
|
-
}
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7306
|
+
"node": ">=18"
|
|
7307
|
+
},
|
|
7308
|
+
"optionalDependencies": {
|
|
7309
|
+
"@harperfast/rocksdb-js-darwin-arm64": "0.1.14",
|
|
7310
|
+
"@harperfast/rocksdb-js-darwin-x64": "0.1.14",
|
|
7311
|
+
"@harperfast/rocksdb-js-linux-arm64-glibc": "0.1.14",
|
|
7312
|
+
"@harperfast/rocksdb-js-linux-arm64-musl": "0.1.14",
|
|
7313
|
+
"@harperfast/rocksdb-js-linux-x64-glibc": "0.1.14",
|
|
7314
|
+
"@harperfast/rocksdb-js-linux-x64-musl": "0.1.14",
|
|
7315
|
+
"@harperfast/rocksdb-js-win32-arm64": "0.1.14",
|
|
7316
|
+
"@harperfast/rocksdb-js-win32-x64": "0.1.14"
|
|
7317
|
+
}
|
|
7318
|
+
},
|
|
7319
|
+
"node_modules/harper/node_modules/@harperfast/rocksdb-js-darwin-arm64": {
|
|
7320
|
+
"version": "0.1.14",
|
|
7321
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-darwin-arm64/-/rocksdb-js-darwin-arm64-0.1.14.tgz",
|
|
7322
|
+
"integrity": "sha512-txWzBqg4ObTYqMBdQ/fPHXBeLjHKCGp0rfVTEoUH2H89HncbsadOPT4KjzZAJPkFGuHb1VlTX0+XmV3mQOiOog==",
|
|
7323
|
+
"cpu": [
|
|
7324
|
+
"arm64"
|
|
7325
|
+
],
|
|
7123
7326
|
"dev": true,
|
|
7124
|
-
"license": "
|
|
7125
|
-
"
|
|
7126
|
-
|
|
7327
|
+
"license": "Apache-2.0",
|
|
7328
|
+
"optional": true,
|
|
7329
|
+
"os": [
|
|
7330
|
+
"darwin"
|
|
7331
|
+
],
|
|
7332
|
+
"peer": true,
|
|
7333
|
+
"engines": {
|
|
7334
|
+
"node": ">=18"
|
|
7127
7335
|
}
|
|
7128
7336
|
},
|
|
7129
|
-
"node_modules/
|
|
7130
|
-
"version": "
|
|
7337
|
+
"node_modules/harper/node_modules/@harperfast/rocksdb-js-darwin-x64": {
|
|
7338
|
+
"version": "0.1.14",
|
|
7339
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-darwin-x64/-/rocksdb-js-darwin-x64-0.1.14.tgz",
|
|
7340
|
+
"integrity": "sha512-gRxXvXZjFtNXv8wQQ/aK8dV3PQRh9C621ptTR0a3S/7E1F+2+rOaaMGrT5ZmvAmxx5eHNOI/ETl85kzwPNg7MA==",
|
|
7341
|
+
"cpu": [
|
|
7342
|
+
"x64"
|
|
7343
|
+
],
|
|
7131
7344
|
"dev": true,
|
|
7132
|
-
"license": "
|
|
7133
|
-
"
|
|
7134
|
-
|
|
7135
|
-
"
|
|
7345
|
+
"license": "Apache-2.0",
|
|
7346
|
+
"optional": true,
|
|
7347
|
+
"os": [
|
|
7348
|
+
"darwin"
|
|
7349
|
+
],
|
|
7350
|
+
"peer": true,
|
|
7351
|
+
"engines": {
|
|
7352
|
+
"node": ">=18"
|
|
7136
7353
|
}
|
|
7137
7354
|
},
|
|
7138
|
-
"node_modules/
|
|
7139
|
-
"version": "1.
|
|
7355
|
+
"node_modules/harper/node_modules/@harperfast/rocksdb-js-linux-arm64-glibc": {
|
|
7356
|
+
"version": "0.1.14",
|
|
7357
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-arm64-glibc/-/rocksdb-js-linux-arm64-glibc-0.1.14.tgz",
|
|
7358
|
+
"integrity": "sha512-OAwipPhuh2Da9YtbV58KRdBJ3BM7OfabpDHe3NBhIl9eHeWXA+k1OmSrSIPplsmg/2hJcKohhR90ao5cwxk7KA==",
|
|
7359
|
+
"cpu": [
|
|
7360
|
+
"arm64"
|
|
7361
|
+
],
|
|
7140
7362
|
"dev": true,
|
|
7141
|
-
"license": "
|
|
7363
|
+
"license": "Apache-2.0",
|
|
7364
|
+
"optional": true,
|
|
7365
|
+
"os": [
|
|
7366
|
+
"linux"
|
|
7367
|
+
],
|
|
7368
|
+
"peer": true,
|
|
7369
|
+
"engines": {
|
|
7370
|
+
"node": ">=18"
|
|
7371
|
+
}
|
|
7142
7372
|
},
|
|
7143
|
-
"node_modules/
|
|
7144
|
-
"version": "
|
|
7373
|
+
"node_modules/harper/node_modules/@harperfast/rocksdb-js-linux-arm64-musl": {
|
|
7374
|
+
"version": "0.1.14",
|
|
7375
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-arm64-musl/-/rocksdb-js-linux-arm64-musl-0.1.14.tgz",
|
|
7376
|
+
"integrity": "sha512-GhnsPFU5sv2ofa7aI/E48sEwt2BGUh1HSkJY+E3Ji8xqtdAfqH3X6uNWTLD/PUz0WzhZ8VcWplN2c9ZoB6ZfeA==",
|
|
7377
|
+
"cpu": [
|
|
7378
|
+
"arm64"
|
|
7379
|
+
],
|
|
7145
7380
|
"dev": true,
|
|
7146
|
-
"license": "
|
|
7147
|
-
"
|
|
7148
|
-
|
|
7149
|
-
"
|
|
7381
|
+
"license": "Apache-2.0",
|
|
7382
|
+
"optional": true,
|
|
7383
|
+
"os": [
|
|
7384
|
+
"linux"
|
|
7385
|
+
],
|
|
7386
|
+
"peer": true,
|
|
7387
|
+
"engines": {
|
|
7388
|
+
"node": ">=18"
|
|
7150
7389
|
}
|
|
7151
7390
|
},
|
|
7152
|
-
"node_modules/
|
|
7153
|
-
"version": "
|
|
7391
|
+
"node_modules/harper/node_modules/@harperfast/rocksdb-js-linux-x64-glibc": {
|
|
7392
|
+
"version": "0.1.14",
|
|
7393
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-x64-glibc/-/rocksdb-js-linux-x64-glibc-0.1.14.tgz",
|
|
7394
|
+
"integrity": "sha512-RK+3YUK8hhhYrvDacJ+v5xwbOirUrwHlcBtWKd/6yKh4a93G/mlw+hpz+kzAgshDWJhU9zfrmSECzI4YlLTYfQ==",
|
|
7395
|
+
"cpu": [
|
|
7396
|
+
"x64"
|
|
7397
|
+
],
|
|
7398
|
+
"dev": true,
|
|
7399
|
+
"license": "Apache-2.0",
|
|
7400
|
+
"optional": true,
|
|
7401
|
+
"os": [
|
|
7402
|
+
"linux"
|
|
7403
|
+
],
|
|
7404
|
+
"peer": true,
|
|
7405
|
+
"engines": {
|
|
7406
|
+
"node": ">=18"
|
|
7407
|
+
}
|
|
7408
|
+
},
|
|
7409
|
+
"node_modules/harper/node_modules/@harperfast/rocksdb-js-linux-x64-musl": {
|
|
7410
|
+
"version": "0.1.14",
|
|
7411
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-linux-x64-musl/-/rocksdb-js-linux-x64-musl-0.1.14.tgz",
|
|
7412
|
+
"integrity": "sha512-7aKQ/u1zFSlSH/Szui6Kfw5lisvVPi/UkHnaVjSjKsfaZQ5WLVcWe7Gorq5MyzHlwhC9xiVKto0yA98CGYz6pw==",
|
|
7413
|
+
"cpu": [
|
|
7414
|
+
"x64"
|
|
7415
|
+
],
|
|
7416
|
+
"dev": true,
|
|
7417
|
+
"license": "Apache-2.0",
|
|
7418
|
+
"optional": true,
|
|
7419
|
+
"os": [
|
|
7420
|
+
"linux"
|
|
7421
|
+
],
|
|
7422
|
+
"peer": true,
|
|
7423
|
+
"engines": {
|
|
7424
|
+
"node": ">=18"
|
|
7425
|
+
}
|
|
7426
|
+
},
|
|
7427
|
+
"node_modules/harper/node_modules/@harperfast/rocksdb-js-win32-arm64": {
|
|
7428
|
+
"version": "0.1.14",
|
|
7429
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-win32-arm64/-/rocksdb-js-win32-arm64-0.1.14.tgz",
|
|
7430
|
+
"integrity": "sha512-/kqaf0PrASoXgH3MvQPYbVkouQRXwKzS63iRyAsNYINZ5eTfoveAiuqJ3dO2sR8HuVUzuSBxNAMNKFADQySOiQ==",
|
|
7431
|
+
"cpu": [
|
|
7432
|
+
"arm64"
|
|
7433
|
+
],
|
|
7434
|
+
"dev": true,
|
|
7435
|
+
"license": "Apache-2.0",
|
|
7436
|
+
"optional": true,
|
|
7437
|
+
"os": [
|
|
7438
|
+
"win32"
|
|
7439
|
+
],
|
|
7440
|
+
"peer": true,
|
|
7441
|
+
"engines": {
|
|
7442
|
+
"node": ">=18"
|
|
7443
|
+
}
|
|
7444
|
+
},
|
|
7445
|
+
"node_modules/harper/node_modules/@harperfast/rocksdb-js-win32-x64": {
|
|
7446
|
+
"version": "0.1.14",
|
|
7447
|
+
"resolved": "https://registry.npmjs.org/@harperfast/rocksdb-js-win32-x64/-/rocksdb-js-win32-x64-0.1.14.tgz",
|
|
7448
|
+
"integrity": "sha512-p10sMX23HD4NX6kiSnHvrtIZ3LYHJF8rK3SbA+t9Uj269+Ey5s3RAAvRUV2rnbEhpBZTlxOCLxHpfb5kDCTNlA==",
|
|
7449
|
+
"cpu": [
|
|
7450
|
+
"x64"
|
|
7451
|
+
],
|
|
7452
|
+
"dev": true,
|
|
7453
|
+
"license": "Apache-2.0",
|
|
7454
|
+
"optional": true,
|
|
7455
|
+
"os": [
|
|
7456
|
+
"win32"
|
|
7457
|
+
],
|
|
7458
|
+
"peer": true,
|
|
7459
|
+
"engines": {
|
|
7460
|
+
"node": ">=18"
|
|
7461
|
+
}
|
|
7462
|
+
},
|
|
7463
|
+
"node_modules/harper/node_modules/@lmdb/lmdb-darwin-arm64": {
|
|
7464
|
+
"version": "3.5.3",
|
|
7465
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.5.3.tgz",
|
|
7466
|
+
"integrity": "sha512-Ob379nnG6FpfVi9WUVupUVsMFa0+jbkelilrBAdJgNlg6dDtXKeTi+pzL+G3f1z3SNdXXWUAL5N8LTp7szXEVw==",
|
|
7467
|
+
"cpu": [
|
|
7468
|
+
"arm64"
|
|
7469
|
+
],
|
|
7470
|
+
"dev": true,
|
|
7471
|
+
"license": "MIT",
|
|
7472
|
+
"optional": true,
|
|
7473
|
+
"os": [
|
|
7474
|
+
"darwin"
|
|
7475
|
+
],
|
|
7476
|
+
"peer": true
|
|
7477
|
+
},
|
|
7478
|
+
"node_modules/harper/node_modules/@lmdb/lmdb-darwin-x64": {
|
|
7479
|
+
"version": "3.5.3",
|
|
7480
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.5.3.tgz",
|
|
7481
|
+
"integrity": "sha512-fbKZ6gonDCWENiXiRoDC4KdBBXi2rlDr1uYj/SErpIAHuTfnLo0Il1hvmbDLeiCPLaPjbXlvcMiR3vLnrNnWMw==",
|
|
7482
|
+
"cpu": [
|
|
7483
|
+
"x64"
|
|
7484
|
+
],
|
|
7485
|
+
"dev": true,
|
|
7486
|
+
"license": "MIT",
|
|
7487
|
+
"optional": true,
|
|
7488
|
+
"os": [
|
|
7489
|
+
"darwin"
|
|
7490
|
+
],
|
|
7491
|
+
"peer": true
|
|
7492
|
+
},
|
|
7493
|
+
"node_modules/harper/node_modules/@lmdb/lmdb-linux-arm": {
|
|
7494
|
+
"version": "3.5.3",
|
|
7495
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.5.3.tgz",
|
|
7496
|
+
"integrity": "sha512-A80EUIRBiKA+0iMc5DxT2u8msgY+K05Lok133IKb3eJVlJkmJie4+LM0MjNyV+mREnu8UwhlNFupSikPy/eTPw==",
|
|
7497
|
+
"cpu": [
|
|
7498
|
+
"arm"
|
|
7499
|
+
],
|
|
7500
|
+
"dev": true,
|
|
7501
|
+
"license": "MIT",
|
|
7502
|
+
"optional": true,
|
|
7503
|
+
"os": [
|
|
7504
|
+
"linux"
|
|
7505
|
+
],
|
|
7506
|
+
"peer": true
|
|
7507
|
+
},
|
|
7508
|
+
"node_modules/harper/node_modules/@lmdb/lmdb-linux-arm64": {
|
|
7509
|
+
"version": "3.5.3",
|
|
7510
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.5.3.tgz",
|
|
7511
|
+
"integrity": "sha512-VYWkuWS8uQSyszMe5KGVJPD3YSkaXVrUz/6hbg3zkBvhfOTyrIVMN9M3cZjpU4yxVRBmGViZ5kgjoKz7n3sw2w==",
|
|
7512
|
+
"cpu": [
|
|
7513
|
+
"arm64"
|
|
7514
|
+
],
|
|
7515
|
+
"dev": true,
|
|
7516
|
+
"license": "MIT",
|
|
7517
|
+
"optional": true,
|
|
7518
|
+
"os": [
|
|
7519
|
+
"linux"
|
|
7520
|
+
],
|
|
7521
|
+
"peer": true
|
|
7522
|
+
},
|
|
7523
|
+
"node_modules/harper/node_modules/@lmdb/lmdb-linux-x64": {
|
|
7524
|
+
"version": "3.5.3",
|
|
7525
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.5.3.tgz",
|
|
7526
|
+
"integrity": "sha512-JAeG8rJaL1klzg+VKyRqp0wPSbuPo1ZuNmO/IBRs8QRrSIPxF9r3r1TcIVVRLaaJmI0+2KOjbFRjtvFWFH6cMQ==",
|
|
7527
|
+
"cpu": [
|
|
7528
|
+
"x64"
|
|
7529
|
+
],
|
|
7530
|
+
"dev": true,
|
|
7531
|
+
"license": "MIT",
|
|
7532
|
+
"optional": true,
|
|
7533
|
+
"os": [
|
|
7534
|
+
"linux"
|
|
7535
|
+
],
|
|
7536
|
+
"peer": true
|
|
7537
|
+
},
|
|
7538
|
+
"node_modules/harper/node_modules/@lmdb/lmdb-win32-arm64": {
|
|
7539
|
+
"version": "3.5.3",
|
|
7540
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-arm64/-/lmdb-win32-arm64-3.5.3.tgz",
|
|
7541
|
+
"integrity": "sha512-9QdgjU5VW0MJ3wy94h4fQ+cNkxeJ0KasjvisOhLuvlCep2KSOzr1i65Js3ElHBRQX8N+jVD8/+LWIM7flfGZ4w==",
|
|
7542
|
+
"cpu": [
|
|
7543
|
+
"arm64"
|
|
7544
|
+
],
|
|
7545
|
+
"dev": true,
|
|
7546
|
+
"license": "MIT",
|
|
7547
|
+
"optional": true,
|
|
7548
|
+
"os": [
|
|
7549
|
+
"win32"
|
|
7550
|
+
],
|
|
7551
|
+
"peer": true
|
|
7552
|
+
},
|
|
7553
|
+
"node_modules/harper/node_modules/@lmdb/lmdb-win32-x64": {
|
|
7554
|
+
"version": "3.5.3",
|
|
7555
|
+
"resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.5.3.tgz",
|
|
7556
|
+
"integrity": "sha512-0nd13c9ypIDkdsJbHv1PMvk6MZrwHLQP05AXZdxvv8lklxRrZxPK2d8nSo8HLoMXyLt0hA2yQ3fydQaSRrkz0g==",
|
|
7557
|
+
"cpu": [
|
|
7558
|
+
"x64"
|
|
7559
|
+
],
|
|
7560
|
+
"dev": true,
|
|
7561
|
+
"license": "MIT",
|
|
7562
|
+
"optional": true,
|
|
7563
|
+
"os": [
|
|
7564
|
+
"win32"
|
|
7565
|
+
],
|
|
7566
|
+
"peer": true
|
|
7567
|
+
},
|
|
7568
|
+
"node_modules/harper/node_modules/fs-extra": {
|
|
7569
|
+
"version": "11.3.3",
|
|
7570
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz",
|
|
7571
|
+
"integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==",
|
|
7572
|
+
"dev": true,
|
|
7573
|
+
"license": "MIT",
|
|
7574
|
+
"peer": true,
|
|
7575
|
+
"dependencies": {
|
|
7576
|
+
"graceful-fs": "^4.2.0",
|
|
7577
|
+
"jsonfile": "^6.0.1",
|
|
7578
|
+
"universalify": "^2.0.0"
|
|
7579
|
+
},
|
|
7580
|
+
"engines": {
|
|
7581
|
+
"node": ">=14.14"
|
|
7582
|
+
}
|
|
7583
|
+
},
|
|
7584
|
+
"node_modules/harper/node_modules/iconv-lite": {
|
|
7585
|
+
"version": "0.6.3",
|
|
7586
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
7587
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
7588
|
+
"dev": true,
|
|
7589
|
+
"license": "MIT",
|
|
7590
|
+
"peer": true,
|
|
7591
|
+
"dependencies": {
|
|
7592
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
7593
|
+
},
|
|
7594
|
+
"engines": {
|
|
7595
|
+
"node": ">=0.10.0"
|
|
7596
|
+
}
|
|
7597
|
+
},
|
|
7598
|
+
"node_modules/harper/node_modules/lmdb": {
|
|
7599
|
+
"version": "3.5.3",
|
|
7600
|
+
"resolved": "https://registry.npmjs.org/lmdb/-/lmdb-3.5.3.tgz",
|
|
7601
|
+
"integrity": "sha512-6A0iRKOv/N62P1vU8qhBr32tHQIY6pQMe8b6zqI4VLELqV8fWHUMdnfNjMR+Kyh7ZeRCo8PDzAnW2g+SJSoP1A==",
|
|
7602
|
+
"dev": true,
|
|
7603
|
+
"hasInstallScript": true,
|
|
7604
|
+
"license": "MIT",
|
|
7605
|
+
"peer": true,
|
|
7606
|
+
"dependencies": {
|
|
7607
|
+
"@harperfast/extended-iterable": "^1.0.3",
|
|
7608
|
+
"msgpackr": "^1.11.2",
|
|
7609
|
+
"node-addon-api": "^6.1.0",
|
|
7610
|
+
"node-gyp-build-optional-packages": "5.2.2",
|
|
7611
|
+
"ordered-binary": "^1.5.3",
|
|
7612
|
+
"weak-lru-cache": "^1.2.2"
|
|
7613
|
+
},
|
|
7614
|
+
"bin": {
|
|
7615
|
+
"download-lmdb-prebuilds": "bin/download-prebuilds.js"
|
|
7616
|
+
},
|
|
7617
|
+
"optionalDependencies": {
|
|
7618
|
+
"@lmdb/lmdb-darwin-arm64": "3.5.3",
|
|
7619
|
+
"@lmdb/lmdb-darwin-x64": "3.5.3",
|
|
7620
|
+
"@lmdb/lmdb-linux-arm": "3.5.3",
|
|
7621
|
+
"@lmdb/lmdb-linux-arm64": "3.5.3",
|
|
7622
|
+
"@lmdb/lmdb-linux-x64": "3.5.3",
|
|
7623
|
+
"@lmdb/lmdb-win32-arm64": "3.5.3",
|
|
7624
|
+
"@lmdb/lmdb-win32-x64": "3.5.3"
|
|
7625
|
+
}
|
|
7626
|
+
},
|
|
7627
|
+
"node_modules/harper/node_modules/needle": {
|
|
7628
|
+
"version": "3.3.1",
|
|
7629
|
+
"resolved": "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz",
|
|
7630
|
+
"integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==",
|
|
7631
|
+
"dev": true,
|
|
7632
|
+
"license": "MIT",
|
|
7633
|
+
"peer": true,
|
|
7634
|
+
"dependencies": {
|
|
7635
|
+
"iconv-lite": "^0.6.3",
|
|
7636
|
+
"sax": "^1.2.4"
|
|
7637
|
+
},
|
|
7638
|
+
"bin": {
|
|
7639
|
+
"needle": "bin/needle"
|
|
7640
|
+
},
|
|
7641
|
+
"engines": {
|
|
7642
|
+
"node": ">= 4.4.x"
|
|
7643
|
+
}
|
|
7644
|
+
},
|
|
7645
|
+
"node_modules/harper/node_modules/node-addon-api": {
|
|
7646
|
+
"version": "6.1.0",
|
|
7647
|
+
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz",
|
|
7648
|
+
"integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==",
|
|
7649
|
+
"dev": true,
|
|
7650
|
+
"license": "MIT",
|
|
7651
|
+
"peer": true
|
|
7652
|
+
},
|
|
7653
|
+
"node_modules/harper/node_modules/node-gyp-build-optional-packages": {
|
|
7654
|
+
"version": "5.2.2",
|
|
7655
|
+
"resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz",
|
|
7656
|
+
"integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==",
|
|
7657
|
+
"dev": true,
|
|
7658
|
+
"license": "MIT",
|
|
7659
|
+
"peer": true,
|
|
7660
|
+
"dependencies": {
|
|
7661
|
+
"detect-libc": "^2.0.1"
|
|
7662
|
+
},
|
|
7663
|
+
"bin": {
|
|
7664
|
+
"node-gyp-build-optional-packages": "bin.js",
|
|
7665
|
+
"node-gyp-build-optional-packages-optional": "optional.js",
|
|
7666
|
+
"node-gyp-build-optional-packages-test": "build-test.js"
|
|
7667
|
+
}
|
|
7668
|
+
},
|
|
7669
|
+
"node_modules/harper/node_modules/pino": {
|
|
7670
|
+
"version": "8.16.0",
|
|
7671
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.16.0.tgz",
|
|
7672
|
+
"integrity": "sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==",
|
|
7673
|
+
"dev": true,
|
|
7674
|
+
"license": "MIT",
|
|
7675
|
+
"peer": true,
|
|
7676
|
+
"dependencies": {
|
|
7677
|
+
"atomic-sleep": "^1.0.0",
|
|
7678
|
+
"fast-redact": "^3.1.1",
|
|
7679
|
+
"on-exit-leak-free": "^2.1.0",
|
|
7680
|
+
"pino-abstract-transport": "v1.1.0",
|
|
7681
|
+
"pino-std-serializers": "^6.0.0",
|
|
7682
|
+
"process-warning": "^2.0.0",
|
|
7683
|
+
"quick-format-unescaped": "^4.0.3",
|
|
7684
|
+
"real-require": "^0.2.0",
|
|
7685
|
+
"safe-stable-stringify": "^2.3.1",
|
|
7686
|
+
"sonic-boom": "^3.7.0",
|
|
7687
|
+
"thread-stream": "^2.0.0"
|
|
7688
|
+
},
|
|
7689
|
+
"bin": {
|
|
7690
|
+
"pino": "bin.js"
|
|
7691
|
+
}
|
|
7692
|
+
},
|
|
7693
|
+
"node_modules/harper/node_modules/pino-abstract-transport": {
|
|
7694
|
+
"version": "1.1.0",
|
|
7695
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz",
|
|
7696
|
+
"integrity": "sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==",
|
|
7697
|
+
"dev": true,
|
|
7698
|
+
"license": "MIT",
|
|
7699
|
+
"peer": true,
|
|
7700
|
+
"dependencies": {
|
|
7701
|
+
"readable-stream": "^4.0.0",
|
|
7702
|
+
"split2": "^4.0.0"
|
|
7703
|
+
}
|
|
7704
|
+
},
|
|
7705
|
+
"node_modules/harper/node_modules/pkijs": {
|
|
7706
|
+
"version": "3.2.5",
|
|
7707
|
+
"resolved": "https://registry.npmjs.org/pkijs/-/pkijs-3.2.5.tgz",
|
|
7708
|
+
"integrity": "sha512-WX0la7n7CbnguuaIQoT4Fc0IJckPDOUldzOwlZ0nwpOcySS+Six/tXBdc0RX17J5o1To0SAr3xDJjDLsOfDFQA==",
|
|
7709
|
+
"dev": true,
|
|
7710
|
+
"license": "BSD-3-Clause",
|
|
7711
|
+
"peer": true,
|
|
7712
|
+
"dependencies": {
|
|
7713
|
+
"@noble/hashes": "^1.4.0",
|
|
7714
|
+
"asn1js": "^3.0.5",
|
|
7715
|
+
"bytestreamjs": "^2.0.0",
|
|
7716
|
+
"pvtsutils": "^1.3.2",
|
|
7717
|
+
"pvutils": "^1.1.3",
|
|
7718
|
+
"tslib": "^2.6.3"
|
|
7719
|
+
},
|
|
7720
|
+
"engines": {
|
|
7721
|
+
"node": ">=12.0.0"
|
|
7722
|
+
}
|
|
7723
|
+
},
|
|
7724
|
+
"node_modules/harper/node_modules/process-warning": {
|
|
7725
|
+
"version": "2.3.2",
|
|
7726
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.3.2.tgz",
|
|
7727
|
+
"integrity": "sha512-n9wh8tvBe5sFmsqlg+XQhaQLumwpqoAUruLwjCopgTmUBjJ/fjtBsJzKleCaIGBOMXYEhp1YfKl4d7rJ5ZKJGA==",
|
|
7728
|
+
"dev": true,
|
|
7729
|
+
"license": "MIT",
|
|
7730
|
+
"peer": true
|
|
7731
|
+
},
|
|
7732
|
+
"node_modules/harper/node_modules/readable-stream": {
|
|
7733
|
+
"version": "4.7.0",
|
|
7734
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
7735
|
+
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
|
|
7736
|
+
"dev": true,
|
|
7737
|
+
"license": "MIT",
|
|
7738
|
+
"peer": true,
|
|
7739
|
+
"dependencies": {
|
|
7740
|
+
"abort-controller": "^3.0.0",
|
|
7741
|
+
"buffer": "^6.0.3",
|
|
7742
|
+
"events": "^3.3.0",
|
|
7743
|
+
"process": "^0.11.10",
|
|
7744
|
+
"string_decoder": "^1.3.0"
|
|
7745
|
+
},
|
|
7746
|
+
"engines": {
|
|
7747
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
7748
|
+
}
|
|
7749
|
+
},
|
|
7750
|
+
"node_modules/harper/node_modules/readable-stream/node_modules/buffer": {
|
|
7751
|
+
"version": "6.0.3",
|
|
7752
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
7753
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
7754
|
+
"dev": true,
|
|
7755
|
+
"funding": [
|
|
7756
|
+
{
|
|
7757
|
+
"type": "github",
|
|
7758
|
+
"url": "https://github.com/sponsors/feross"
|
|
7759
|
+
},
|
|
7760
|
+
{
|
|
7761
|
+
"type": "patreon",
|
|
7762
|
+
"url": "https://www.patreon.com/feross"
|
|
7763
|
+
},
|
|
7764
|
+
{
|
|
7765
|
+
"type": "consulting",
|
|
7766
|
+
"url": "https://feross.org/support"
|
|
7767
|
+
}
|
|
7768
|
+
],
|
|
7769
|
+
"license": "MIT",
|
|
7770
|
+
"peer": true,
|
|
7771
|
+
"dependencies": {
|
|
7772
|
+
"base64-js": "^1.3.1",
|
|
7773
|
+
"ieee754": "^1.2.1"
|
|
7774
|
+
}
|
|
7775
|
+
},
|
|
7776
|
+
"node_modules/harper/node_modules/semver": {
|
|
7777
|
+
"version": "7.7.3",
|
|
7778
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
7779
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
7780
|
+
"dev": true,
|
|
7781
|
+
"license": "ISC",
|
|
7782
|
+
"peer": true,
|
|
7783
|
+
"bin": {
|
|
7784
|
+
"semver": "bin/semver.js"
|
|
7785
|
+
},
|
|
7786
|
+
"engines": {
|
|
7787
|
+
"node": ">=10"
|
|
7788
|
+
}
|
|
7789
|
+
},
|
|
7790
|
+
"node_modules/harper/node_modules/split2": {
|
|
7791
|
+
"version": "4.2.0",
|
|
7792
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
7793
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
7794
|
+
"dev": true,
|
|
7795
|
+
"license": "ISC",
|
|
7796
|
+
"peer": true,
|
|
7797
|
+
"engines": {
|
|
7798
|
+
"node": ">= 10.x"
|
|
7799
|
+
}
|
|
7800
|
+
},
|
|
7801
|
+
"node_modules/harper/node_modules/string_decoder": {
|
|
7802
|
+
"version": "1.3.0",
|
|
7803
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
7804
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
7805
|
+
"dev": true,
|
|
7806
|
+
"license": "MIT",
|
|
7807
|
+
"peer": true,
|
|
7808
|
+
"dependencies": {
|
|
7809
|
+
"safe-buffer": "~5.2.0"
|
|
7810
|
+
}
|
|
7811
|
+
},
|
|
7812
|
+
"node_modules/harper/node_modules/ws": {
|
|
7813
|
+
"version": "8.18.3",
|
|
7814
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
7815
|
+
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
7816
|
+
"dev": true,
|
|
7817
|
+
"license": "MIT",
|
|
7818
|
+
"peer": true,
|
|
7819
|
+
"engines": {
|
|
7820
|
+
"node": ">=10.0.0"
|
|
7821
|
+
},
|
|
7822
|
+
"peerDependencies": {
|
|
7823
|
+
"bufferutil": "^4.0.1",
|
|
7824
|
+
"utf-8-validate": ">=5.0.2"
|
|
7825
|
+
},
|
|
7826
|
+
"peerDependenciesMeta": {
|
|
7827
|
+
"bufferutil": {
|
|
7828
|
+
"optional": true
|
|
7829
|
+
},
|
|
7830
|
+
"utf-8-validate": {
|
|
7831
|
+
"optional": true
|
|
7832
|
+
}
|
|
7833
|
+
}
|
|
7834
|
+
},
|
|
7835
|
+
"node_modules/harper/node_modules/yaml": {
|
|
7836
|
+
"version": "2.8.2",
|
|
7837
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
|
|
7838
|
+
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
|
|
7839
|
+
"dev": true,
|
|
7840
|
+
"license": "ISC",
|
|
7841
|
+
"peer": true,
|
|
7842
|
+
"bin": {
|
|
7843
|
+
"yaml": "bin.mjs"
|
|
7844
|
+
},
|
|
7845
|
+
"engines": {
|
|
7846
|
+
"node": ">= 14.6"
|
|
7847
|
+
},
|
|
7848
|
+
"funding": {
|
|
7849
|
+
"url": "https://github.com/sponsors/eemeli"
|
|
7850
|
+
}
|
|
7851
|
+
},
|
|
7852
|
+
"node_modules/has-flag": {
|
|
7853
|
+
"version": "4.0.0",
|
|
7854
|
+
"license": "MIT",
|
|
7855
|
+
"engines": {
|
|
7856
|
+
"node": ">=8"
|
|
7857
|
+
}
|
|
7858
|
+
},
|
|
7859
|
+
"node_modules/has-property-descriptors": {
|
|
7860
|
+
"version": "1.0.2",
|
|
7861
|
+
"license": "MIT",
|
|
7862
|
+
"dependencies": {
|
|
7863
|
+
"es-define-property": "^1.0.0"
|
|
7864
|
+
},
|
|
7865
|
+
"funding": {
|
|
7866
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
7867
|
+
}
|
|
7868
|
+
},
|
|
7869
|
+
"node_modules/has-symbols": {
|
|
7870
|
+
"version": "1.1.0",
|
|
7871
|
+
"license": "MIT",
|
|
7872
|
+
"engines": {
|
|
7873
|
+
"node": ">= 0.4"
|
|
7874
|
+
},
|
|
7875
|
+
"funding": {
|
|
7876
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
7877
|
+
}
|
|
7878
|
+
},
|
|
7879
|
+
"node_modules/has-tostringtag": {
|
|
7880
|
+
"version": "1.0.2",
|
|
7881
|
+
"license": "MIT",
|
|
7882
|
+
"dependencies": {
|
|
7883
|
+
"has-symbols": "^1.0.3"
|
|
7884
|
+
},
|
|
7885
|
+
"engines": {
|
|
7886
|
+
"node": ">= 0.4"
|
|
7887
|
+
},
|
|
7888
|
+
"funding": {
|
|
7889
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
7890
|
+
}
|
|
7891
|
+
},
|
|
7892
|
+
"node_modules/hasown": {
|
|
7893
|
+
"version": "2.0.2",
|
|
7894
|
+
"license": "MIT",
|
|
7895
|
+
"dependencies": {
|
|
7896
|
+
"function-bind": "^1.1.2"
|
|
7897
|
+
},
|
|
7898
|
+
"engines": {
|
|
7899
|
+
"node": ">= 0.4"
|
|
7900
|
+
}
|
|
7901
|
+
},
|
|
7902
|
+
"node_modules/hdd-space": {
|
|
7903
|
+
"version": "1.2.0",
|
|
7904
|
+
"resolved": "https://registry.npmjs.org/hdd-space/-/hdd-space-1.2.0.tgz",
|
|
7905
|
+
"integrity": "sha512-7m3tHCNg44BIRozpqaFthaKXoPhEv9F63yjFIjhhjoNlF2uFYlu72TAUo6ynlx/JN31BRKHUnwd7Ysox2s+cgQ==",
|
|
7906
|
+
"dev": true,
|
|
7907
|
+
"license": "MIT",
|
|
7908
|
+
"optional": true,
|
|
7909
|
+
"peer": true,
|
|
7910
|
+
"dependencies": {
|
|
7911
|
+
"parse-columns": "git+https://github.com/int0h/parse-columns.git"
|
|
7912
|
+
}
|
|
7913
|
+
},
|
|
7914
|
+
"node_modules/he": {
|
|
7915
|
+
"version": "1.2.0",
|
|
7916
|
+
"dev": true,
|
|
7917
|
+
"license": "MIT",
|
|
7918
|
+
"bin": {
|
|
7919
|
+
"he": "bin/he"
|
|
7920
|
+
}
|
|
7921
|
+
},
|
|
7922
|
+
"node_modules/help-me": {
|
|
7923
|
+
"version": "3.0.0",
|
|
7924
|
+
"dev": true,
|
|
7925
|
+
"license": "MIT",
|
|
7926
|
+
"dependencies": {
|
|
7927
|
+
"glob": "^7.1.6",
|
|
7928
|
+
"readable-stream": "^3.6.0"
|
|
7929
|
+
}
|
|
7930
|
+
},
|
|
7931
|
+
"node_modules/help-me/node_modules/balanced-match": {
|
|
7932
|
+
"version": "1.0.2",
|
|
7933
|
+
"dev": true,
|
|
7934
|
+
"license": "MIT"
|
|
7935
|
+
},
|
|
7936
|
+
"node_modules/help-me/node_modules/brace-expansion": {
|
|
7937
|
+
"version": "1.1.12",
|
|
7938
|
+
"dev": true,
|
|
7939
|
+
"license": "MIT",
|
|
7940
|
+
"dependencies": {
|
|
7941
|
+
"balanced-match": "^1.0.0",
|
|
7942
|
+
"concat-map": "0.0.1"
|
|
7943
|
+
}
|
|
7944
|
+
},
|
|
7945
|
+
"node_modules/help-me/node_modules/glob": {
|
|
7946
|
+
"version": "7.2.3",
|
|
7154
7947
|
"dev": true,
|
|
7155
7948
|
"license": "ISC",
|
|
7156
7949
|
"dependencies": {
|
|
@@ -7424,6 +8217,21 @@
|
|
|
7424
8217
|
"node": ">=0.10.0"
|
|
7425
8218
|
}
|
|
7426
8219
|
},
|
|
8220
|
+
"node_modules/is-finite": {
|
|
8221
|
+
"version": "1.1.0",
|
|
8222
|
+
"resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
|
|
8223
|
+
"integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==",
|
|
8224
|
+
"dev": true,
|
|
8225
|
+
"license": "MIT",
|
|
8226
|
+
"optional": true,
|
|
8227
|
+
"peer": true,
|
|
8228
|
+
"engines": {
|
|
8229
|
+
"node": ">=0.10.0"
|
|
8230
|
+
},
|
|
8231
|
+
"funding": {
|
|
8232
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8233
|
+
}
|
|
8234
|
+
},
|
|
7427
8235
|
"node_modules/is-fullwidth-code-point": {
|
|
7428
8236
|
"version": "3.0.0",
|
|
7429
8237
|
"license": "MIT",
|
|
@@ -7497,6 +8305,30 @@
|
|
|
7497
8305
|
"url": "https://github.com/sponsors/ljharb"
|
|
7498
8306
|
}
|
|
7499
8307
|
},
|
|
8308
|
+
"node_modules/is-regexp": {
|
|
8309
|
+
"version": "1.0.0",
|
|
8310
|
+
"resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
|
|
8311
|
+
"integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
|
|
8312
|
+
"dev": true,
|
|
8313
|
+
"license": "MIT",
|
|
8314
|
+
"optional": true,
|
|
8315
|
+
"peer": true,
|
|
8316
|
+
"engines": {
|
|
8317
|
+
"node": ">=0.10.0"
|
|
8318
|
+
}
|
|
8319
|
+
},
|
|
8320
|
+
"node_modules/is-supported-regexp-flag": {
|
|
8321
|
+
"version": "1.0.1",
|
|
8322
|
+
"resolved": "https://registry.npmjs.org/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.1.tgz",
|
|
8323
|
+
"integrity": "sha512-3vcJecUUrpgCqc/ca0aWeNu64UGgxcvO60K/Fkr1N6RSvfGCTU60UKN68JDmKokgba0rFFJs12EnzOQa14ubKQ==",
|
|
8324
|
+
"dev": true,
|
|
8325
|
+
"license": "MIT",
|
|
8326
|
+
"optional": true,
|
|
8327
|
+
"peer": true,
|
|
8328
|
+
"engines": {
|
|
8329
|
+
"node": ">=0.10.0"
|
|
8330
|
+
}
|
|
8331
|
+
},
|
|
7500
8332
|
"node_modules/is-unicode-supported": {
|
|
7501
8333
|
"version": "0.1.0",
|
|
7502
8334
|
"license": "MIT",
|
|
@@ -8598,6 +9430,21 @@
|
|
|
8598
9430
|
"node": ">=0.10.0"
|
|
8599
9431
|
}
|
|
8600
9432
|
},
|
|
9433
|
+
"node_modules/num-sort": {
|
|
9434
|
+
"version": "1.0.0",
|
|
9435
|
+
"resolved": "https://registry.npmjs.org/num-sort/-/num-sort-1.0.0.tgz",
|
|
9436
|
+
"integrity": "sha512-rlgHFHwHtMw93TwRpcPanY83xaSrVzAnKRJCp5yXylFGNObD2tRm+HjtvinLnqM0mHXx6I1+/7SeEcbQeV73OQ==",
|
|
9437
|
+
"dev": true,
|
|
9438
|
+
"license": "MIT",
|
|
9439
|
+
"optional": true,
|
|
9440
|
+
"peer": true,
|
|
9441
|
+
"dependencies": {
|
|
9442
|
+
"number-is-nan": "^1.0.0"
|
|
9443
|
+
},
|
|
9444
|
+
"engines": {
|
|
9445
|
+
"node": ">=0.10.0"
|
|
9446
|
+
}
|
|
9447
|
+
},
|
|
8601
9448
|
"node_modules/number-allocator": {
|
|
8602
9449
|
"version": "1.0.14",
|
|
8603
9450
|
"dev": true,
|
|
@@ -8607,6 +9454,18 @@
|
|
|
8607
9454
|
"js-sdsl": "4.3.0"
|
|
8608
9455
|
}
|
|
8609
9456
|
},
|
|
9457
|
+
"node_modules/number-is-nan": {
|
|
9458
|
+
"version": "1.0.1",
|
|
9459
|
+
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
|
|
9460
|
+
"integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==",
|
|
9461
|
+
"dev": true,
|
|
9462
|
+
"license": "MIT",
|
|
9463
|
+
"optional": true,
|
|
9464
|
+
"peer": true,
|
|
9465
|
+
"engines": {
|
|
9466
|
+
"node": ">=0.10.0"
|
|
9467
|
+
}
|
|
9468
|
+
},
|
|
8610
9469
|
"node_modules/object-inspect": {
|
|
8611
9470
|
"version": "1.13.4",
|
|
8612
9471
|
"dev": true,
|
|
@@ -8942,6 +9801,35 @@
|
|
|
8942
9801
|
"node": ">=6"
|
|
8943
9802
|
}
|
|
8944
9803
|
},
|
|
9804
|
+
"node_modules/parse-columns": {
|
|
9805
|
+
"version": "1.3.0",
|
|
9806
|
+
"resolved": "git+ssh://git@github.com/int0h/parse-columns.git#2318231da6fec1e35aca00a24d58d6b3d9552552",
|
|
9807
|
+
"dev": true,
|
|
9808
|
+
"license": "MIT",
|
|
9809
|
+
"optional": true,
|
|
9810
|
+
"peer": true,
|
|
9811
|
+
"dependencies": {
|
|
9812
|
+
"escape-string-regexp": "^1.0.3",
|
|
9813
|
+
"execall": "^1.0.0",
|
|
9814
|
+
"repeating": "^2.0.0",
|
|
9815
|
+
"split-at": "^1.1.0"
|
|
9816
|
+
},
|
|
9817
|
+
"engines": {
|
|
9818
|
+
"node": ">=0.10.0"
|
|
9819
|
+
}
|
|
9820
|
+
},
|
|
9821
|
+
"node_modules/parse-columns/node_modules/escape-string-regexp": {
|
|
9822
|
+
"version": "1.0.5",
|
|
9823
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
9824
|
+
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
9825
|
+
"dev": true,
|
|
9826
|
+
"license": "MIT",
|
|
9827
|
+
"optional": true,
|
|
9828
|
+
"peer": true,
|
|
9829
|
+
"engines": {
|
|
9830
|
+
"node": ">=0.8.0"
|
|
9831
|
+
}
|
|
9832
|
+
},
|
|
8945
9833
|
"node_modules/passport": {
|
|
8946
9834
|
"version": "0.7.0",
|
|
8947
9835
|
"license": "MIT",
|
|
@@ -9517,6 +10405,21 @@
|
|
|
9517
10405
|
"dev": true,
|
|
9518
10406
|
"license": "MIT"
|
|
9519
10407
|
},
|
|
10408
|
+
"node_modules/repeating": {
|
|
10409
|
+
"version": "2.0.1",
|
|
10410
|
+
"resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
|
|
10411
|
+
"integrity": "sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==",
|
|
10412
|
+
"dev": true,
|
|
10413
|
+
"license": "MIT",
|
|
10414
|
+
"optional": true,
|
|
10415
|
+
"peer": true,
|
|
10416
|
+
"dependencies": {
|
|
10417
|
+
"is-finite": "^1.0.0"
|
|
10418
|
+
},
|
|
10419
|
+
"engines": {
|
|
10420
|
+
"node": ">=0.10.0"
|
|
10421
|
+
}
|
|
10422
|
+
},
|
|
9520
10423
|
"node_modules/require-directory": {
|
|
9521
10424
|
"version": "2.1.1",
|
|
9522
10425
|
"license": "MIT",
|
|
@@ -9986,6 +10889,23 @@
|
|
|
9986
10889
|
"node": ">=18.20 || >=20"
|
|
9987
10890
|
}
|
|
9988
10891
|
},
|
|
10892
|
+
"node_modules/split-at": {
|
|
10893
|
+
"version": "1.2.0",
|
|
10894
|
+
"resolved": "https://registry.npmjs.org/split-at/-/split-at-1.2.0.tgz",
|
|
10895
|
+
"integrity": "sha512-hTyZobArNQZhG6jp5crQEtIBRNbP3kPqPuEjqiv4xcABvqTS3ov3xfnPL9fw+3qfg5eDI4sXwk+eReZNVG6VCA==",
|
|
10896
|
+
"dev": true,
|
|
10897
|
+
"license": "MIT",
|
|
10898
|
+
"optional": true,
|
|
10899
|
+
"peer": true,
|
|
10900
|
+
"dependencies": {
|
|
10901
|
+
"array-uniq": "^1.0.2",
|
|
10902
|
+
"arrify": "^1.0.0",
|
|
10903
|
+
"num-sort": "^1.0.0"
|
|
10904
|
+
},
|
|
10905
|
+
"engines": {
|
|
10906
|
+
"node": ">=0.10.0"
|
|
10907
|
+
}
|
|
10908
|
+
},
|
|
9989
10909
|
"node_modules/split2": {
|
|
9990
10910
|
"version": "3.2.2",
|
|
9991
10911
|
"dev": true,
|