-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
189 lines (189 loc) · 5.29 KB
/
package.json
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"name": "ateos",
"description": "Node.js [CommonJS] extension core",
"version": "0.7.6",
"versions": {
"loader": 1,
"eof": 1
},
"author": "ATEOS Team",
"private": true,
"license": "MIT",
"engines": {
"node": ">=18"
},
"types": "./index.d.ts",
"bin": {
"ateos": "./bin/ateos.js"
},
"main": "lib",
"files": [
".ateos",
"bin",
"lib"
],
"scripts": {
"build:tsc": "tsc",
"build:types": "tsc -p tsconfig.types.json",
"lint": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"check-deps": "npx npm-check-updates --deep",
"update-deps": "npx npm-check-updates --deep -u"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@types/ssh2": "^1.11.6",
"async-each": "^1.0.3",
"buble": "^0.20.0",
"buffer-equal": "^1.0.0",
"console-group": "^0.3.3",
"cont": "^1.0.3",
"delay": "^5.0.0",
"delayed": "^2.0.0",
"du": "^1.0.0",
"eslint": "^8.7.0",
"eslint-plugin-ateos": "^0.7.6",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"fast-check": "^1.22.2",
"fixturify": "^1.2.0",
"immutable": "^4.0.0-rc.12",
"mapleTree": "^0.5.1",
"mkfiletree": "^2.0.0",
"node-gyp": "^8.1.0",
"random-bytes": "^1.0.0",
"random-int": "^3.0.0",
"readfiletree": "^1.0.0",
"requirejs": "^2.3.6",
"run-parallel": "^1.1.9",
"run-series": "^1.1.8",
"through2": "^4.0.2",
"wsurl": "^1.0.0"
},
"dependencies": {
"@babel/core": "^7.18.10",
"@babel/helper-module-imports": "^7.18.6",
"@babel/highlight": "^7.18.6",
"@babel/parser": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.10",
"@babel/plugin-proposal-do-expressions": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-partial-application": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-flow-strip-types": "^7.18.9",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@nodeutils/defaults-deep": "^1.1.0",
"@recalibratedsystems/common-cjs": "^0.2.14",
"@recalibratedsystems/messagepack": "^1.2.2",
"@recalibratedsystems/smartbuffer": "^1.2.1",
"@recalibratedsystems/tasks": "^0.9.8",
"@swc/core": "^1.2.233",
"@swc/wasm": "^1.2.235",
"@types/lodash": "^4.14.191",
"abstract-leveldown": "^7.2.0",
"ansi-colors": "^4.1.1",
"ansi-styles": "^6.1.0",
"async": "^3.2.1",
"axios": "^0.27.2",
"babylon-walk": "^1.0.2",
"bignumber.js": "^9.0.1",
"builtin-modules": "^3.2.0",
"chalk": "4.1.2",
"chalk-pipe": "4.0.0",
"check-error": "^1.0.2",
"chokidar": "^3.5.3",
"class-is": "^1.1.0",
"cli-progress": "^3.11.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-with-sourcemaps": "^1.1.0",
"convert-source-map": "^1.7.0",
"cpu-features": "^0.0.4",
"cross-spawn": "^7.0.3",
"css-color-names": "^1.0.1",
"data-queue": "^0.0.3",
"date-time": "^4.0.0",
"debug": "^4.1.1",
"deferred-leveldown": "^7.0.0",
"defined": "^1.0.0",
"encoding-down": "^7.1.0",
"enquirer": "^2.3.6",
"err-code": "^3.0.1",
"escape-string-regexp": "^5.0.0",
"esutils": "^2.0.3",
"event-iterator": "^1.2.0",
"eventemitter3": "^4.0.7",
"execa": "5.1.1",
"expect": "^28.1.3",
"extract-zip": "^2.0.1",
"form-data": "^4.0.0",
"glob-parent": "^6.0.1",
"globals": "^13.19.0",
"globby": "11.1.0",
"globrex": "^0.1.2",
"has-flag": "^5.0.0",
"hi-base32": "^0.5.0",
"iltorb": "^2.4.5",
"import-cwd": "^3.0.0",
"inherits": "^2.0.4",
"inline-source-map": "^0.6.2",
"ip-address": "8.1.0",
"is-glob": "^4.0.3",
"is-reference": "^3.0.0",
"isomorphic-git": "^1.21.0",
"isomorphic-ws": "^5.0.0",
"leveldown": "^6.1.0",
"levelup": "^5.1.0",
"locate-character": "^2.0.5",
"lodash": "^4.17.21",
"long": "^5.2.1",
"lzma-native": "^8.0.6",
"make-dir": "^3.1.0",
"memdown": "^6.0.0",
"micromatch": "^4.0.4",
"mime": "^2.4.4",
"minimist": "^1.2.7",
"nanoid": "^3.3.4",
"nunjucks": "^3.2.3",
"ololog": "^1.1.175",
"once": "^1.4.0",
"ora": "^5.4.1",
"p-queue": "^7.1.0",
"pino": "^7.0.5",
"pino-std-serializers": "^4.0.0",
"protons": "^2.0.3",
"ps-tree": "^1.2.0",
"punycode": "^2.1.1",
"readable-stream": "^3.6.0",
"reflect-metadata": "^0.1.13",
"relative-url": "^1.0.2",
"require-relative": "^0.8.7",
"resolve": "^1.20.0",
"sb-promise-queue": "^2.1.0",
"sb-scandir": "^3.1.0",
"semver": "^7.3.7",
"shell-escape": "^0.2.0",
"signal-exit": "^3.0.3",
"snappy": "^7.1.1",
"source-map": "0.6.1",
"source-map-support": "^0.5.16",
"sourcemap-codec": "^1.4.8",
"ssh2": "^1.11.0",
"ssh2-streams": "^0.4.10",
"streaming-iterables": "^6.0.0",
"supports-color": "^9.0.1",
"systeminformation": "^5.12.2",
"tar-stream": "^2.2.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"upath": "^2.0.1",
"urijs": "^1.19.7",
"uuid": "^8.3.2",
"which": "^2.0.2",
"ws": "^8.8.1",
"yaml": "^2.2.0"
}
}