-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.1 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@atc-group/schemahandler",
"version": "1.4.12",
"description": "",
"main": "orm.js",
"scripts": {
"test": "jest --colors --silent sync/commit-sync-5.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gigasource/schemaHandler.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gigasource/schemaHandler/issues"
},
"homepage": "https://github.com/gigasource/schemaHandler#readme",
"dependencies": {
"await-lock": "^2.1.0",
"bson": "^4.2.0",
"combine-errors": "^3.0.3",
"dayjs": "^1.8.14",
"extend": "^3.0.2",
"kareem": "^2.3.1",
"lodash": "^4.17.20",
"md5": "^2.3.0",
"mingo": "^6.0.6",
"mongoose-legacy-pluralize": "^1.0.2",
"mquery": "^3.2.2",
"node-cache": "^5.1.2",
"queue": "^6.0.2",
"traverse": "^0.6.6",
"uuid": "^8.3.1",
"@opentelemetry/api": "^1.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.28.0",
"@gigasource/socket.io-p2p-plugin": "^1.11.1",
"@testing-library/vue": "^5.4.1",
"@vue/babel-plugin-jsx": "^1.0.0-rc.3",
"@vue/babel-preset-app": "^4.5.9",
"@vue/runtime-core": "^3.0.2",
"@vue/test-utils": "^2.0.0-beta.13",
"babel-jest": "^26.6.3",
"babel-plugin-require-context-hook": "^1.0.0",
"delay": "^4.4.0",
"jasmine": "^3.6.3",
"jest": "^26.6.3",
"jest-serializer-html": "^7.0.0",
"jest-worker": "^26.6.2",
"mockdate": "^3.0.5",
"mocha": "^8.2.1",
"mongodb": "github:gigasource/node-mongodb-native#v3.5.8-1",
"prettier": "^1.18.2",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"socket.io-mock": "^1.3.1",
"vue": "^3.0.2",
"json-fn": "github:gigasource/jsonfn#1.1.1",
"@opentelemetry/api": "^1.0.2"
},
"peerDependencies": {
"mongodb": "github:gigasource/node-mongodb-native#v3.5.8-1",
"@opentelemetry/api": "^1.0.2"
},
"babel": {
"plugins": [
"@vue/babel-plugin-jsx"
],
"presets": [
[
"@babel/preset-env",
{
"targets": {
"esmodules": true
}
}
]
]
}
}