This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.07 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
{
"name": "rkamyp2",
"main": "./lib/main.js",
"version": "0.2.4",
"description": "rkamyp2 beta",
"keywords": [],
"repository": "https://github.com/pycom/pymakr2-private-beta-test",
"license": "GPL-3.0",
"engines": {
"atom": ">=1.41.0 <=1.44.0",
"node": ">=6.3.0 <=7.0.0"
},
"dependencies": {
"binascii": "0.0.2",
"bindings": "^1.5.0",
"bluebird": "^3.7.2",
"commander": "^2.13.0",
"crypto": "^1.0.1",
"debug": "^4.1.0",
"electron-rebuild": "^1.8.5",
"element-resize-detector": "^1.1.14",
"font-awesome": "^4.7.0",
"jquery": "^3.4.0",
"lie": "^3.1.0",
"nan": "^2.9.2",
"ncp": "^2.0.0",
"node-abi": "^2.12.0",
"object.assign": "^4.0.3",
"parser-byte-length": "^1.0.2",
"parser-cctalk": "^1.0.2",
"parser-delimiter": "^1.0.2",
"parser-readline": "^1.0.2",
"parser-ready": "^1.0.2",
"parser-regex": "^1.0.2",
"prebuild-install": "^5.2.1",
"prettysize": "^2.0.0",
"promirepl": "^1.0.1",
"prompt-list": "^3.1.2",
"request": "^2.88.0",
"rimraf": "^2.6.2",
"safe-buffer": "^5.0.1",
"serialport": "^8.0.5",
"slugify": "^1.3.4",
"tar": ">=2.2.2",
"telnet-client": "^0.16.1",
"utf8": "^3.0.0",
"xterm": "^2.9.2"
},
"scripts": {
"watch": "onchange '**/*.js' '**/*.html' '**/*.less' -- sh scripts/restart-atom.sh",
"postinstall": "node scripts/post-install.js",
"test-electron": "pwsh -nop -f ./test-electron/runtest.ps1",
"download-native": "node scripts/download-binaries.js"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"devDependencies": {
"@actions/core": "^1.2.0",
"@actions/github": "^1.1.0",
"axios": "^0.19.0",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.19.1",
"git-tags": "^0.2.4",
"node-powershell": "^4.0.0",
"npm-watch": "^0.6.0",
"onchange": "^6.1.0",
"prettier": "^1.19.1"
}
}