forked from facebookarchive/nuclide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 3.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
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
{
"name": "nuclide",
"version": "0.149.0",
"description": "A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.",
"keywords": [
"arcanist",
"flow",
"hack",
"hg",
"react",
"atom",
"buck",
"clang",
"debug",
"debugger",
"diff",
"hhvm",
"lldb",
"mercurial",
"react-native",
"watchman"
],
"homepage": "http://nuclide.io/",
"license": "SEE LICENSE IN LICENSE",
"main": "./lib/pre-main.js",
"bin": {
"nuclide-start-server": "./pkg/nuclide-server/nuclide-start-server"
},
"repository": "https://github.com/facebook/nuclide",
"scripts": {
"flow": "flow check --show-all-errors",
"lint": "eslint",
"lint-all": "eslint .",
"fix-all": "eslint --fix .",
"test": "npm run lint-all && npm run flow"
},
"dependencies": {
"atom-package-deps": "4.0.1",
"babel-core": "5.8.38",
"babel-runtime": "5.8.38",
"babylon": "5.8.38",
"chalk": "1.1.3",
"classnames": "2.2.3",
"connect": "3.4.1",
"dequeue": "1.0.5",
"diff": "2.2.2",
"escape-string-regexp": "1.0.5",
"event-kit": "2.0.0",
"fb-watchman": "1.9.0",
"flux": "2.0.3",
"fs-plus": "2.8.1",
"fuzzaldrin": "2.1.0",
"glob": "7.0.3",
"heap": "0.2.6",
"immutable": "3.7.6",
"ini": "1.3.4",
"jscodeshift": "0.3.20",
"lodash.memoize": "3.0.4",
"log4js": "0.6.33",
"lru-cache": "4.0.1",
"minimatch": "3.0.0",
"mkdirp": "0.5.1",
"mv": "2.1.1",
"node-fetch": "1.5.2",
"plist": "1.2.0",
"pre-binding": "1.1.0",
"react": "15.0.2",
"react-dom": "15.0.2",
"react-for-atom": "15.0.2-1",
"redux": "3.5.2",
"request": "2.70.0",
"resolve-from": "2.0.0",
"rimraf": "2.5.2",
"rxjs": "5.0.0-beta.8",
"semver": "5.1.0",
"shallowequal": "0.2.2",
"shell-quote": "1.5.0",
"split": "1.0.0",
"ssh2": "0.4.13",
"strip-ansi": "3.0.1",
"temp": "0.8.3",
"url-join": "1.1.0",
"urlregexp": "1.0.2",
"uuid": "2.0.1",
"ws": "1.0.1",
"xml2js": "0.4.16",
"yargs": "3.32.0"
},
"devDependencies": {
"ast-types-flow": "0.0.7",
"atom-grammar-test": "0.6.2",
"babel-eslint": "6.0.4",
"eslint": "2.9.0",
"eslint-plugin-babel": "3.2.0",
"eslint-plugin-flow-vars": "0.4.0",
"eslint-plugin-jasmine": "1.8.1",
"eslint-plugin-nuclide-internal": "file:resources/eslint-plugin-nuclide-internal",
"eslint-plugin-prefer-object-spread": "1.1.0",
"eslint-plugin-react": "5.0.1",
"fs-extra": "0.26.7",
"jasmine-node": "1.14.5",
"mock-spawn": "0.2.6",
"sabor": "0.7.0",
"touch": "1.0.0"
},
"optionalDependencies": {},
"engines": {
"atom": ">=1.8.0",
"node": ">=5.1.1"
},
"private": true,
"atomTestRunner": "./lib/test-runner.js",
"package-deps": [
"tool-bar",
"haskell-grammar",
"highlight-selected",
"language-babel",
"language-ini",
"language-ocaml",
"language-thrift",
"merge-conflicts",
"sort-lines"
]
}