This repository was archived by the owner on Aug 18, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.36 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.36 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
{
"name": "language-legesher-python",
"version": "0.58.7",
"details": {
"language-python-version": "0.53.6",
"latest-commit": "fd7182548b88405380ce05c1a52e712c20fabc47"
},
"author": "Madison Edgar <withmadico@gmail.com> https://withmadi.co",
"engines": {
"atom": "*",
"node": "*"
},
"description": "Python language support in Atom for the Legesher project",
"keywords": [
"tree-sitter",
"legesher",
"atom",
"python"
],
"repository": {
"type": "git",
"url": "https://github.com/legesher/language-legesher-python.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/legesher/language-legesher-python/issues"
},
"dependencies": {
"atom-grammar-test": "^0.6.4",
"minimist": ">=1.2.6",
"tree-sitter-cli": "^0.17.2",
"tree-sitter-legesher-python": "^0.19.2"
},
"devDependencies": {
"@unibeautify/beautifier-black": "^0.1.2",
"@unibeautify/beautifier-js-beautify": "^0.4.0",
"@unibeautify/beautifier-prettier": "^0.9.0",
"@unibeautify/beautifier-prettydiff": "^0.6.0",
"@unibeautify/beautifier-yapf": "^0.3.0",
"@unibeautify/cli": "^0.5.1",
"all-contributors-cli": "^6.17.4",
"coffeelint": "^1.10.0",
"electron-rebuild": "^3.2.9",
"js-beautify": "^1.13.0",
"prettier": "^1.19.1",
"prettydiff2": "^2.2.8",
"unibeautify-cli": "^0.2.1"
}
}