-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "@atom-ide-community/nuclide-commons",
"version": "0.8.3",
"description": "Common Nuclide node modules.",
"author": "NEEDS OWNER",
"license": "BSD-3-Clause",
"homepage": "https://nuclide.io/",
"repository": "https://github.com/atom-ide-community/atom-ide-base/tree/master/nuclide/nuclide-commons",
"scripts": {
"test": "true"
},
"dependencies": {
"@atom-ide-community/nuclide-node-transpiler": "workspace:../nuclide-node-transpiler",
"cr": "0.1.0",
"domexception": "1.0.1",
"dompurify": "2.2.6",
"event-kit": "2.2.0",
"event-target-shim": "3.0.1",
"fs-plus": "3.1.1",
"glob": "7.1.6",
"idx": "1.2.0",
"log4js": "1.1.1",
"lru-cache": "4.0.2",
"mime-types": "2.1.27",
"mkdirp": "^1.0.4",
"mv": "2.1.1",
"nullthrows": "1.1.1",
"rimraf": "3.0.2",
"rxjs-compat": "^6.3.3",
"semver": "5.5.0",
"shell-quote": "1.7.3",
"temp": "0.9.1",
"uuid": "3.0.1",
"vscode-jsonrpc": "3.3.0",
"vscode-uri": "1.0.1"
},
"devDependencies": {
"dedent": "0.7.0",
"invariant": "npm:@react-dnd/invariant@^2.0.0",
"simple-text-buffer": "9.2.11",
"jest-retries": "1.0.1"
}
}