-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 915 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 915 Bytes
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
{
"name": "@atom-ide-community/nuclide-commons-atom",
"version": "0.8.3",
"description": "Common Nuclide node modules (for use with Atom only).",
"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-atom",
"scripts": {
"test": "true"
},
"dependencies": {
"escape-string-regexp": "5.0.0",
"idb-keyval": "6.2.1",
"idx": "3.0.1",
"lodash": "4.17.20",
"log4js": "1.1.1",
"lru-cache": "10.0.1",
"@atom-ide-community/nuclide-commons": "workspace:../nuclide-commons",
"nullthrows": "1.1.1",
"redux-logger": "3.0.6",
"rxjs-compat": "^6.3.3",
"season": "6.0.2",
"semver": "5.5.0",
"shallowequal": "1.1.0",
"toml": "3.0.0",
"vscode-jsonrpc": "8.2.0"
},
"devDependencies": {
"temp": "0.9.1"
}
}