Guest User

Untitled

a guest
Jan 14th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.29 KB | None | 0 0
  1. [webman@centos6 hello_phoenix]$ git push heroku master [830/1653]
  2. Counting objects: 49, done.
  3. Compressing objects: 100% (36/36), done.
  4. Writing objects: 100% (38/38), 3.88 KiB, done.
  5. Total 38 (delta 24), reused 0 (delta 0)
  6. remote: Compressing source files... done.
  7. remote: Building source:
  8. remote:
  9. remote: -----> Fetching set buildpack https://github.com/HashNuke/heroku-buildpack-elixir.git... done
  10. remote: -----> elixir app detected
  11. remote: -----> Checking Erlang and Elixir versions
  12. remote: WARNING: elixir_buildpack.config wasn't found in the app
  13. remote: Using default config from Elixir buildpack
  14. remote: Will use the following versions:
  15. remote: * Stack cedar-14
  16. remote: * Erlang 18.1.3
  17. remote: * Elixir 1.2.0
  18. remote: Will export the following config vars:
  19. remote: * Config vars DATABASE_URL
  20. remote: * MIX_ENV=prod
  21. remote: -----> Using cached Erlang 18.1.3
  22. remote: -----> Installing Erlang 18.1.3
  23. remote:
  24. remote: -----> Using cached Elixir v1.2.0
  25. remote: -----> Installing Elixir v1.2.0
  26. remote: -----> Installing Hex
  27. remote: * creating /app/.mix/archives/hex-0.9.0.ez
  28. remote: -----> Installing rebar
  29. remote: * creating /app/.mix/rebar
  30. remote: * creating /app/.mix/rebar3
  31. remote: -----> Fetching app dependencies with mix
  32. remote: Running dependency resolution
  33. remote: All dependencies up to date
  34. remote: -----> Copying hex from /app/.mix/archives/hex-0.9.0.ez
  35. remote: -----> Compiling
  36. remote: Compiled lib/hello_phoenix.ex
  37. remote: Compiled lib/hello_phoenix/repo.ex
  38. remote: Compiled web/channels/user_socket.ex
  39. remote: Compiled web/views/error_helpers.ex
  40. remote: Compiled web/gettext.ex
  41. remote: Compiled web/web.ex [790/1653]
  42. remote: Compiled web/models/user.ex
  43. remote: Compiled web/models/shop.ex
  44. remote: Compiled web/models/item.ex
  45. remote: Compiled web/controllers/item_controller.ex
  46. remote: Compiled web/controllers/page_controller.ex
  47. remote: Compiled web/controllers/shop_controller.ex
  48. remote: Compiled web/router.ex
  49. remote: Compiled web/controllers/user_controller.ex
  50. remote: Compiled lib/hello_phoenix/endpoint.ex
  51. remote: Compiled web/views/changeset_view.ex
  52. remote: Compiled web/views/error_view.ex
  53. remote: Compiled web/views/item_view.ex
  54. remote: Compiled web/views/layout_view.ex
  55. remote: Compiled web/views/page_view.ex
  56. remote: Compiled web/views/shop_view.ex
  57. remote: Compiled web/views/user_view.ex
  58. remote: Generated hello_phoenix app
  59. remote: Consolidated Poison.Decoder
  60. remote: Consolidated Phoenix.HTML.FormData
  61. remote: Consolidated Ecto.DataType
  62. remote: Consolidated List.Chars
  63. remote: Consolidated Plug.Exception
  64. remote: Consolidated Ecto.Queryable
  65. remote: Consolidated Phoenix.Param
  66. remote: Consolidated Collectable
  67. remote: Consolidated Enumerable
  68. remote: Consolidated Phoenix.HTML.Safe
  69. remote: Consolidated String.Chars
  70. remote: Consolidated IEx.Info
  71. remote: Consolidated Poison.Encoder
  72. remote: Consolidated Inspect
  73. remote: -----> Creating .profile.d with env vars
  74. remote: -----> Fetching set buildpack https://github.com/gjaldon/heroku-buildpack-phoenix-static.git... done
  75. remote: -----> Phoenix app detected
  76. remote:
  77. remote: -----> Loading configuration and environment
  78. remote: Loading config...
  79. remote: WARNING: phoenix_static_buildpack.config wasn't found in the app
  80. remote: Using default config from Phoenix static buildpack
  81. remote: Using default config from Phoenix static buildpack [751/1653]
  82. remote: Will use the following versions:
  83. remote: * Node 5.3.0
  84. remote: Will export the following config vars:
  85. remote: * Config vars DATABASE_URL
  86. remote: * MIX_ENV=prod
  87. remote:
  88. remote: -----> Installing binaries
  89. remote: Using cached node 5.3.0...
  90. remote: Installing node 5.3.0...
  91. remote: Using default npm version
  92. remote:
  93. remote: -----> Building dependencies
  94. remote: Installing and caching node modules
  95. remote: npm WARN install Couldn't install optional dependency: Unsupported
  96. remote: /tmp/build_fcbdc56a4bf877869991062dca5dd5d1
  97. remote: ├─┬ [email protected]
  98. remote: │ ├── [email protected]
  99. remote: │ ├── [email protected]
  100. remote: │ ├── [email protected]
  101. remote: │ ├── [email protected]
  102. remote: │ ├─┬ [email protected]
  103. remote: │ │ └── [email protected]
  104. remote: │ └── [email protected]
  105. remote: ├─┬ [email protected]
  106. remote: │ ├─┬ [email protected]
  107. remote: │ │ ├── [email protected]
  108. remote: │ │ └── [email protected]
  109. remote: │ ├─┬ [email protected]
  110. remote: │ │ ├─┬ [email protected]
  111. remote: │ │ │ ├── [email protected]
  112. remote: │ │ │ ├── [email protected]
  113. remote: │ │ │ ├── [email protected]
  114. remote: │ │ │ └── [email protected]
  115. remote: │ │ ├── [email protected]
  116. remote: │ │ ├── [email protected]
  117. remote: │ │ ├─┬ [email protected]
  118. remote: │ │ │ ├── [email protected]
  119. remote: │ │ │ └─┬ [email protected]
  120. remote: │ │ │ ├── [email protected]
  121. remote: │ │ │ └─┬ [email protected] [711/1653]
  122. remote: │ │ │ └── [email protected]
  123. remote: │ │ ├─┬ [email protected]
  124. remote: │ │ │ └─┬ [email protected]
  125. remote: │ │ │ ├─┬ [email protected]
  126. remote: │ │ │ │ ├── [email protected]
  127. remote: │ │ │ │ └─┬ [email protected]
  128. remote: │ │ │ │ └── [email protected]
  129. remote: │ │ │ └── [email protected]
  130. remote: │ │ ├── [email protected]
  131. remote: │ │ ├── [email protected]
  132. remote: │ │ ├── [email protected]
  133. remote: │ │ ├── [email protected]
  134. remote: │ │ ├─┬ [email protected]
  135. remote: │ │ │ ├── [email protected]
  136. remote: │ │ │ └── [email protected]
  137. remote: │ │ ├─┬ [email protected]
  138. remote: │ │ │ └── [email protected]
  139. remote: │ │ ├─┬ [email protected]
  140. remote: │ │ │ └── [email protected]
  141. remote: │ │ ├── [email protected]
  142. remote: │ │ ├── [email protected]
  143. remote: │ │ ├── [email protected]
  144. remote: │ │ ├── [email protected]
  145. remote: │ │ ├─┬ [email protected]
  146. remote: │ │ │ └── [email protected]
  147. remote: │ │ ├─┬ [email protected]
  148. remote: │ │ │ └─┬ [email protected]
  149. remote: │ │ │ └── [email protected]
  150. remote: │ │ ├── [email protected]
  151. remote: │ │ ├─┬ [email protected]
  152. remote: │ │ │ ├── [email protected]
  153. remote: │ │ │ └─┬ [email protected]
  154. remote: │ │ │ ├── [email protected]
  155. remote: │ │ │ ├─┬ [email protected]
  156. remote: │ │ │ │ └── [email protected]
  157. remote: │ │ │ └─┬ [email protected]
  158. remote: │ │ │ └── [email protected]
  159. remote: │ │ ├── [email protected]
  160. remote: │ │ ├── [email protected]
  161. remote: │ │ ├── [email protected] [671/1653]
  162. remote: │ │ ├─┬ [email protected]
  163. remote: │ │ │ ├── [email protected]
  164. remote: │ │ │ └─┬ [email protected]
  165. remote: │ │ │ ├─┬ [email protected]
  166. remote: │ │ │ │ └── [email protected]
  167. remote: │ │ │ ├── [email protected]
  168. remote: │ │ │ ├─┬ [email protected]
  169. remote: │ │ │ │ └── [email protected]
  170. remote: │ │ │ ├─┬ [email protected]
  171. remote: │ │ │ │ └── [email protected]
  172. remote: │ │ │ ├── [email protected]
  173. remote: │ │ │ └── [email protected]
  174. remote: │ │ ├── [email protected]
  175. remote: │ │ ├── [email protected]
  176. remote: │ │ └── [email protected]
  177. remote: │ ├─┬ [email protected]
  178. remote: │ │ └─┬ [email protected]
  179. remote: │ │ ├── [email protected]
  180. remote: │ │ └── [email protected]
  181. remote: │ ├─┬ [email protected]
  182. remote: │ │ ├── [email protected]
  183. remote: │ │ └── [email protected]
  184. remote: │ ├── [email protected]
  185. remote: │ ├── [email protected]
  186. remote: │ ├── [email protected]
  187. remote: │ └─┬ [email protected]
  188. remote: │ └── [email protected]
  189. remote: ├─┬ [email protected]
  190. remote: │ ├─┬ [email protected]
  191. remote: │ │ └── [email protected]
  192. remote: │ ├─┬ [email protected]
  193. remote: │ │ └── [email protected]
  194. remote: │ ├─┬ [email protected]
  195. remote: │ │ ├─┬ [email protected]
  196. remote: │ │ │ ├── [email protected]
  197. remote: │ │ │ ├── [email protected]
  198. remote: │ │ │ ├── [email protected]
  199. remote: │ │ │ ├── [email protected]
  200. remote: │ │ │ ├── [email protected]
  201. remote: │ │ │ └── [email protected] [631/1653]
  202. remote: │ │ ├── [email protected]
  203. remote: │ │ └─┬ [email protected]
  204. remote: │ │ └── [email protected]
  205. remote: │ ├── [email protected]
  206. remote: │ ├── [email protected]
  207. remote: │ ├── [email protected]
  208. remote: │ ├─┬ [email protected]
  209. remote: │ │ └─┬ [email protected]
  210. remote: │ │ ├─┬ [email protected]
  211. remote: │ │ │ ├─┬ [email protected]
  212. remote: │ │ │ │ ├─┬ [email protected]
  213. remote: │ │ │ │ │ └── [email protected]
  214. remote: │ │ │ │ └── [email protected]
  215. remote: │ │ │ ├── [email protected]
  216. remote: │ │ │ ├─┬ [email protected]
  217. remote: │ │ │ │ └── [email protected]
  218. remote: │ │ │ ├── [email protected]
  219. remote: │ │ │ ├─┬ [email protected]
  220. remote: │ │ │ │ └── [email protected]
  221. remote: │ │ │ └─┬ [email protected]
  222. remote: │ │ │ └── [email protected]
  223. remote: │ │ ├── [email protected]
  224. remote: │ │ └── [email protected]
  225. remote: │ ├─┬ [email protected]
  226. remote: │ │ ├─┬ [email protected]
  227. remote: │ │ │ └── [email protected]
  228. remote: │ │ └── [email protected]
  229. remote: │ ├─┬ [email protected]
  230. remote: │ │ └── [email protected]
  231. remote: │ ├─┬ [email protected]
  232. remote: │ │ ├── [email protected]
  233. remote: │ │ ├─┬ [email protected]
  234. remote: │ │ │ └─┬ [email protected]
  235. remote: │ │ │ ├── [email protected]
  236. remote: │ │ │ └── [email protected]
  237. remote: │ │ ├── [email protected]
  238. remote: │ │ ├── [email protected]
  239. remote: │ │ ├─┬ [email protected]
  240. remote: │ │ │ ├── [email protected]
  241. remote: │ │ │ ├── [email protected] [591/1653]
  242. remote: │ │ │ └── [email protected]
  243. remote: │ │ ├── [email protected]
  244. remote: │ │ ├── [email protected]
  245. remote: │ │ └── [email protected]
  246. remote: │ ├─┬ [email protected]
  247. remote: │ │ ├── [email protected]
  248. remote: │ │ ├─┬ [email protected]
  249. remote: │ │ │ └── [email protected]
  250. remote: │ │ ├── [email protected]
  251. remote: │ │ └── [email protected]
  252. remote: │ ├─┬ [email protected]
  253. remote: │ │ └── [email protected]
  254. remote: │ ├─┬ [email protected]
  255. remote: │ │ └─┬ [email protected]
  256. remote: │ │ └── [email protected]
  257. remote: │ ├─┬ [email protected]
  258. remote: │ │ └── [email protected]
  259. remote: │ ├─┬ [email protected]
  260. remote: │ │ ├─┬ [email protected]
  261. remote: │ │ │ ├── [email protected]
  262. remote: │ │ │ └── [email protected]
  263. remote: │ │ └── [email protected]
  264. remote: │ ├─┬ [email protected]
  265. remote: │ │ ├── [email protected]
  266. remote: │ │ ├── [email protected]
  267. remote: │ │ ├─┬ [email protected]
  268. remote: │ │ │ └── [email protected]
  269. remote: │ │ ├── [email protected]
  270. remote: │ │ ├── [email protected]
  271. remote: │ │ ├── [email protected]
  272. remote: │ │ ├── [email protected]
  273. remote: │ │ ├── [email protected]
  274. remote: │ │ ├── [email protected]
  275. remote: │ │ ├── [email protected]
  276. remote: │ │ └─┬ [email protected]
  277. remote: │ │ └── [email protected]
  278. remote: │ ├─┬ [email protected]
  279. remote: │ │ ├── [email protected]
  280. remote: │ │ ├─┬ [email protected]
  281. remote: │ │ │ ├── [email protected] [551/1653]
  282. remote: │ │ │ ├── [email protected]
  283. remote: │ │ │ └── [email protected]
  284. remote: │ │ ├── [email protected]
  285. remote: │ │ ├── [email protected]
  286. remote: │ │ ├── [email protected]
  287. remote: │ │ └── [email protected]
  288. remote: │ ├── [email protected]
  289. remote: │ ├─┬ [email protected]
  290. remote: │ │ ├── [email protected]
  291. remote: │ │ ├── [email protected]
  292. remote: │ │ ├── [email protected]
  293. remote: │ │ ├── [email protected]
  294. remote: │ │ └── [email protected]
  295. remote: │ ├── [email protected]
  296. remote: │ ├── [email protected]
  297. remote: │ ├── [email protected]
  298. remote: │ ├── [email protected]
  299. remote: │ ├─┬ [email protected]
  300. remote: │ │ └── [email protected]
  301. remote: │ └── [email protected]
  302. remote: ├── [email protected]
  303. remote: ├── [email protected]
  304. remote: ├─┬ [email protected]
  305. remote: │ └── [email protected]
  306. remote: ├─┬ [email protected]
  307. remote: │ ├─┬ [email protected]
  308. remote: │ │ └─┬ [email protected]
  309. remote: │ │ ├── [email protected]
  310. remote: │ │ ├── [email protected]
  311. remote: │ │ └── [email protected]
  312. remote: │ └─┬ [email protected]
  313. remote: │ ├─┬ [email protected]
  314. remote: │ │ └── [email protected]
  315. remote: │ ├── [email protected]
  316. remote: │ └── [email protected]
  317. remote: ├── [email protected]
  318. remote: ├─┬ [email protected]
  319. remote: │ └── [email protected]
  320. remote: ├── [email protected]
  321. remote: └─┬ [email protected] [511/1653]
  322. remote: ├── [email protected]
  323. remote: └─┬ [email protected]
  324. remote: └── [email protected]
  325. remote:
  326. remote: npm WARN EPACKAGEJSON build_fcbdc56a4bf877869991062dca5dd5d1 No license field.
  327. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/react
  328. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/envify
  329. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/jstransform
  330. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/base62
  331. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/jstransform/node_modules/esprima-fb
  332. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/jstransform/node_modules/source-map
  333. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/amdefine
  334. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/through
  335. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/fbjs
  336. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/core-js
  337. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/loose-envify
  338. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/js-tokens
  339. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/promise
  340. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/asap
  341. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/ua-parser-js
  342. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/whatwg-fetch
  343. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/react-dom
  344. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/react-redux
  345. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/hoist-non-react-statics
  346. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/invariant
  347. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/redux
  348. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/Base64
  349. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/align-text
  350. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/kind-of
  351. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-buffer
  352. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/longest
  353. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/repeat-string
  354. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/alphanum-sort
  355. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/ansi-escapes
  356. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/ansi-green
  357. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/ansi-wrap
  358. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/ansi-regex
  359. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/ansi-styles
  360. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/anymatch
  361. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/arrify [471/1653]
  362. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/micromatch
  363. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/arr-diff
  364. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/arr-flatten
  365. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/array-unique
  366. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/braces
  367. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/expand-range
  368. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/fill-range
  369. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-number
  370. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-number/node_modules/kind-of
  371. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/isobject
  372. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/isarray
  373. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/randomatic
  374. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/randomatic/node_modules/kind-of
  375. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/repeat-element
  376. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/preserve
  377. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/expand-brackets
  378. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/extglob
  379. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-extglob
  380. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/success-symbol
  381. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/filename-regex
  382. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-glob
  383. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/micromatch/node_modules/kind-of
  384. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/normalize-path
  385. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/object.omit
  386. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/for-own
  387. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/for-in
  388. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-extendable
  389. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/parse-glob
  390. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/glob-base
  391. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/glob-parent
  392. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-dotfile
  393. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/regex-cache
  394. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-equal-shallow
  395. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-primitive
  396. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/argparse
  397. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash
  398. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/sprintf-js
  399. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/array-union
  400. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/array-uniq
  401. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/assert [431/1653]
  402. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/util
  403. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/inherits
  404. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/ast-types
  405. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/async
  406. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/async-each
  407. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/autoprefixer
  408. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/browserslist
  409. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/caniuse-db
  410. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/normalize-range
  411. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/num2fraction
  412. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss
  413. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/js-base64
  414. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/source-map
  415. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss/node_modules/supports-color
  416. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/has-flag
  417. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-value-parser
  418. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-code-frame
  419. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-runtime
  420. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/chalk
  421. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/escape-string-regexp
  422. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/has-ansi
  423. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/strip-ansi
  424. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/supports-color
  425. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/esutils
  426. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/line-numbers
  427. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/left-pad
  428. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/repeating
  429. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-finite
  430. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/number-is-nan
  431. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-core
  432. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-generator
  433. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-messages
  434. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-types
  435. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-traverse
  436. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babylon
  437. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/debug
  438. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/ms
  439. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/globals
  440. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/to-fast-properties
  441. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/detect-indent [391/1653]
  442. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/get-stdin
  443. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/minimist
  444. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-integer
  445. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/trim-right
  446. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-helpers
  447. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-template
  448. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-register
  449. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/home-or-tmp
  450. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/os-tmpdir
  451. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/user-home
  452. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/path-exists
  453. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/source-map-support
  454. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/source-map-support/node_modules/source-map
  455. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/convert-source-map
  456. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/json5
  457. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/minimatch
  458. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/brace-expansion
  459. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/balanced-match
  460. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/concat-map
  461. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/path-is-absolute
  462. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/private
  463. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/shebang-regex
  464. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/slash
  465. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-helper-builder-react-jsx
  466. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-helper-call-delegate
  467. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-helper-hoist-variables
  468. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-helper-define-map
  469. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-helper-function-name
  470. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-helper-get-function-arity
  471. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-helper-optimise-call-expression
  472. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-helper-regex
  473. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-helper-replace-supers
  474. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-loader
  475. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/loader-utils
  476. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/big.js
  477. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/mkdirp
  478. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/mkdirp/node_modules/minimist
  479. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/object-assign
  480. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-check-es2015-constants
  481. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-syntax-async-functions [351/1653]
  482. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-syntax-flow
  483. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-syntax-jsx
  484. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-arrow-function
  485. s
  486. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-block-
  487. scoped-functions
  488. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-block-scoping
  489. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-classes
  490. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-computed-p
  491. roperties
  492. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-destructuring
  493. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-for-of
  494. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-function-name
  495. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-literals
  496. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-modules-commo
  497. njs
  498. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-strict-mode
  499. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-object-super
  500. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-parameters
  501. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-shorthan
  502. d-properties
  503. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-spread
  504. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-sticky-regex
  505. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-template-li
  506. terals
  507. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-typeof-symbol
  508. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-es2015-unicode-regex
  509. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/regexpu
  510. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/esprima
  511. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/recast
  512. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/recast/node_modules/esprima-fb
  513. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/regenerate
  514. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/regjsgen
  515. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/regjsparser
  516. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/jsesc
  517. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-flow-strip-types
  518. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-react-display-name
  519. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-react-jsx
  520. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-react-jsx-source
  521. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-plugin-transform-regenerator [311/1653]
  522. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-preset-es2015
  523. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/babel-preset-react
  524. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/base64-js
  525. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/binary-extensions
  526. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/browserify-zlib
  527. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/pako
  528. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/camelcase
  529. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/center-align
  530. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lazy-cache
  531. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/chokidar
  532. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-binary-path
  533. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/readdirp
  534. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/graceful-fs
  535. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/readable-stream
  536. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/core-util-is
  537. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/process-nextick-args
  538. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/string_decoder
  539. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/util-deprecate
  540. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/clap
  541. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/cli-cursor
  542. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/restore-cursor
  543. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/exit-hook
  544. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/onetime
  545. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/cli-width
  546. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/clone
  547. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/coa
  548. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/q
  549. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/code-point-at
  550. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/color
  551. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/color-convert
  552. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/color-string
  553. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/color-name
  554. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/colormin
  555. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/css-color-names
  556. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/colors
  557. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/concat-stream
  558. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/typedarray
  559. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/console-browserify
  560. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/date-now
  561. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/constants-browserify [271/1653]
  562. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/crypto-browserify
  563. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/pbkdf2-compat
  564. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/ripemd160
  565. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/sha.js
  566. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/css-loader
  567. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/css-selector-tokenizer
  568. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/cssesc
  569. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/fastparse
  570. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/cssnano
  571. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/decamelize
  572. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/defined
  573. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/indexes-of
  574. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-calc
  575. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-message-helpers
  576. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/reduce-css-calc
  577. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/reduce-css-calc/node_modules/balanced-match
  578. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/reduce-function-call
  579. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/reduce-function-call/node_modules/balanced-match
  580. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-colormin
  581. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-convert-values
  582. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-discard-comments
  583. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-discard-duplicates
  584. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-discard-empty
  585. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-discard-unused
  586. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/flatten
  587. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/uniqs
  588. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-filter-plugins
  589. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/uniqid
  590. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-merge-idents
  591. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/has-own
  592. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-merge-longhand
  593. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-merge-rules
  594. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-minify-font-values
  595. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-minify-gradients
  596. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-minify-params
  597. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-minify-selectors
  598. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-selector-parser
  599. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/uniq
  600. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-normalize-charset
  601. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-normalize-url [231/1653]
  602. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-absolute-url
  603. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/normalize-url
  604. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/prepend-http
  605. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/query-string
  606. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/strict-uri-encode
  607. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/sort-keys
  608. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-plain-obj
  609. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-ordered-values
  610. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-reduce-idents
  611. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-reduce-transforms
  612. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-svgo
  613. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-svg
  614. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/svgo
  615. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/csso
  616. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/js-yaml
  617. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/inherit
  618. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/sax
  619. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/whet.extend
  620. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-unique-selectors
  621. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-zindex
  622. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.camelcase
  623. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._createcompounder
  624. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.deburr
  625. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.words
  626. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-modules-extract-imports
  627. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-modules-local-by-default
  628. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-modules-scope
  629. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/postcss-modules-values
  630. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/icss-replace-symbols
  631. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/source-list-map
  632. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/d
  633. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/es5-ext
  634. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/es6-iterator
  635. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/es6-symbol
  636. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/deep-is
  637. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/del
  638. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/globby
  639. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/globby/node_modules/glob
  640. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/inflight
  641. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/once [191/1653]
  642. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/wrappy
  643. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/pify
  644. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/pinkie-promise
  645. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/pinkie
  646. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-path-cwd
  647. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-path-in-cwd
  648. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-path-inside
  649. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/path-is-inside
  650. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/rimraf
  651. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/rimraf/node_modules/glob
  652. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/domain-browser
  653. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/es6-map
  654. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/es6-set
  655. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/event-emitter
  656. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/es6-weak-map
  657. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/escope
  658. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/esrecurse
  659. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/esrecurse/node_modules/estraverse
  660. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/estraverse
  661. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/eslint-config-airbnb
  662. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/eslint-plugin-react
  663. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/estraverse-fb
  664. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/events
  665. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/extract-text-webpack-plugin
  666. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/webpack-sources
  667. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/fast-levenshtein
  668. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/figures
  669. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/file-entry-cache
  670. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/flat-cache
  671. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/read-json-sync
  672. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/write
  673. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/generate-function
  674. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/generate-object-property
  675. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-property
  676. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/glob
  677. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/http-browserify
  678. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/https-browserify
  679. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/ieee754
  680. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/indexof
  681. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/inquirer [151/1653]
  682. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/readline2
  683. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-fullwidth-code-point
  684. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/mute-stream
  685. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/run-async
  686. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/rx-lite
  687. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/interpret
  688. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-my-json-valid
  689. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/jsonpointer
  690. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/xtend
  691. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/is-resolvable
  692. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/tryit
  693. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/json-stable-stringify
  694. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/jsonify
  695. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/levn
  696. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/prelude-ls
  697. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/type-check
  698. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._arraycopy
  699. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._arrayeach
  700. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._arraymap
  701. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._baseassign
  702. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._basecopy
  703. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.keys
  704. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._getnative
  705. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.isarguments
  706. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.isarray
  707. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._baseclone
  708. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._basefor
  709. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._basedifference
  710. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._baseindexof
  711. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._cacheindexof
  712. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._createcache
  713. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._baseflatten
  714. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._bindcallback
  715. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._createassigner
  716. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._isiterateecall
  717. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.restparam
  718. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._pickbyarray
  719. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash._pickbycallback
  720. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.keysin
  721. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.clonedeep [111/1653]
  722. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.isplainobject
  723. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.istypedarray
  724. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.merge
  725. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.toplainobject
  726. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/lodash.omit
  727. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/memory-fs
  728. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/errno
  729. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/prr
  730. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/optionator
  731. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/wordwrap
  732. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/os-browserify
  733. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/os-homedir
  734. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/path-browserify
  735. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/process
  736. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/punycode
  737. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/querystring
  738. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/querystring-es3
  739. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/right-align
  740. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/tapable
  741. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/text-table
  742. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/timers-browserify
  743. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/tty-browserify
  744. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/uglify-to-browserify
  745. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/vm-browserify
  746. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/window-size
  747. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/xml-escape
  748. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/yargs
  749. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/cliui
  750. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/cliui/node_modules/wordwrap
  751. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/shelljs
  752. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/strip-json-comments
  753. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/buffer
  754. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/buffer/node_modules/isarray
  755. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/doctrine
  756. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/doctrine/node_modules/esutils
  757. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/enhanced-resolve
  758. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/enhanced-resolve/node_modules/memory-fs
  759. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/node-libs-browser
  760. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/node-libs-browser/node_modules/readable-stream
  761. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/stream-browserify [71/1653]
  762. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/stream-browserify/node_modules/readable-stream
  763. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/url
  764. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/url/node_modules/punycode
  765. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/optimist
  766. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/optimist/node_modules/minimist
  767. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/watchpack
  768. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/watchpack/node_modules/async
  769. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/webpack-core
  770. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/webpack-core/node_modules/source-map
  771. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/eslint
  772. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/eslint/node_modules/espree
  773. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/handlebars
  774. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/handlebars/node_modules/source-map
  775. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/eslint/node_modules/js-yaml
  776. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/eslint/node_modules/minimatch
  777. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/eslint/node_modules/user-home
  778. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/uglify-js
  779. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/uglify-js/node_modules/async
  780. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/webpack
  781. remote: [email protected] /tmp/build_fcbdc56a4bf877869991062dca5dd5d1/node_modules/webpack/node_modules/supports-color
  782. remote: npm WARN package.json @ No license field.
  783. remote: Running custom compile
  784. remote: Create ./priv/static directory
  785. remote: Run webpack
  786. remote: Hash: 6adb4b682b4e6007fc4b
  787. remote: Version: webpack 1.12.11
  788. remote: Time: 4346ms
  789. remote: Asset Size Chunks Chunk Names
  790. remote: js/bundle.js 190 kB 0 [emitted] main
  791. remote: + 159 hidden modules
  792. remote:
  793. remote: WARNING in js/bundle.js from UglifyJs
  794. remote: Condition always true [./~/react/lib/ReactMount.js:764,0]
  795. remote: Condition always true [./~/react/lib/findDOMNode.js:46,0]
  796. remote: Condition always true [./~/react/lib/instantiateReactComponent.js:80,0]
  797. remote: Dropping unreachable code [./~/react/lib/shouldUpdateReactComponent.js:40,0]
  798. remote: Condition always true [./~/react/lib/traverseAllChildren.js:158,0]
  799. remote: Condition always true [./~/react/lib/ReactDOMComponent.js:907,0]
  800. remote: Dropping side-effect-free statement [./~/react/lib/ReactEventListener.js:72,0]
  801. remote: Dropping unused function handleTopLevelWithPath [./~/react/lib/ReactEventListener.js:98,0] [31/1653]
  802. remote: Dropping unused variable DOCUMENT_FRAGMENT_NODE_TYPE [./~/react/lib/ReactEventListener.js:26,0]
  803. remote:
  804. remote: -----> Finalizing build
  805. remote: Creating runtime environment
  806. remote:
  807. remote: -----> Discovering process types
  808. remote: Procfile declares types -> (none)
  809. remote: Default types for buildpack -> web
  810. remote:
  811. remote: -----> Compressing... done, 84.9MB
  812. remote: -----> Launching...
  813. remote: Released v10
  814. remote: https://yourshitco.herokuapp.com/ deployed to Heroku
  815. remote:
  816. remote: Verifying deploy.... done.
  817. To https://git.heroku.com/yourshitco.git
  818. a62455d..4845c61 master -> master
Add Comment
Please, Sign In to add comment