UNPKG

21.6 kBJSONView Raw
1{
2 "name": "react-misc-toolbox",
3 "version": "1.1.50",
4 "main": "dist/index.js",
5 "license": "MIT",
6 "scripts": {
7 "next": "next",
8 "d": "webpack-dev-server --mode development",
9 "transpile": "babel src -d dist --copy-files",
10 "prepublishOnly": "npm run transpile"
11 },
12 "peerDependencies": {
13 "formik": "^1.0.2",
14 "react": "^16.8.1",
15 "react-dom": "^16.8.1",
16 "react-transition-group": "^2.4.0",
17 "recompose": "^0.27.1",
18 "styled-components": ">= 4",
19 "yup": "^0.26.0"
20 },
21 "devDependencies": {
22 "babel-code-frame": "^6.26.0",
23 "babel-core": "^6.26.3",
24 "babel-generator": "^6.26.1",
25 "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1",
26 "babel-helper-builder-react-jsx": "^6.26.0",
27 "babel-helper-call-delegate": "^6.24.1",
28 "babel-helper-define-map": "^6.26.0",
29 "babel-helper-explode-assignable-expression": "^6.24.1",
30 "babel-helper-function-name": "^6.24.1",
31 "babel-helper-get-function-arity": "^6.24.1",
32 "babel-helper-hoist-variables": "^6.24.1",
33 "babel-helper-optimise-call-expression": "^6.24.1",
34 "babel-helper-regex": "^6.26.0",
35 "babel-helper-remap-async-to-generator": "^6.24.1",
36 "babel-helper-replace-supers": "^6.24.1",
37 "babel-helpers": "^6.24.1",
38 "babel-loader": "^7.1.5",
39 "babel-messages": "^6.23.0",
40 "babel-plugin-check-es2015-constants": "^6.22.0",
41 "babel-plugin-styled-components": "^1.10.0",
42 "babel-plugin-syntax-async-functions": "^6.13.0",
43 "babel-plugin-syntax-exponentiation-operator": "^6.13.0",
44 "babel-plugin-syntax-flow": "^6.18.0",
45 "babel-plugin-syntax-jsx": "^6.18.0",
46 "babel-plugin-syntax-object-rest-spread": "^6.13.0",
47 "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
48 "babel-plugin-transform-async-to-generator": "^6.24.1",
49 "babel-plugin-transform-class-properties": "^6.24.1",
50 "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
51 "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
52 "babel-plugin-transform-es2015-block-scoping": "^6.26.0",
53 "babel-plugin-transform-es2015-classes": "^6.24.1",
54 "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
55 "babel-plugin-transform-es2015-destructuring": "^6.23.0",
56 "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
57 "babel-plugin-transform-es2015-for-of": "^6.23.0",
58 "babel-plugin-transform-es2015-function-name": "^6.24.1",
59 "babel-plugin-transform-es2015-literals": "^6.22.0",
60 "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
61 "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
62 "babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
63 "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
64 "babel-plugin-transform-es2015-object-super": "^6.24.1",
65 "babel-plugin-transform-es2015-parameters": "^6.24.1",
66 "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
67 "babel-plugin-transform-es2015-spread": "^6.22.0",
68 "babel-plugin-transform-es2015-sticky-regex": "^6.24.1",
69 "babel-plugin-transform-es2015-template-literals": "^6.22.0",
70 "babel-plugin-transform-es2015-typeof-symbol": "^6.23.0",
71 "babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
72 "babel-plugin-transform-exponentiation-operator": "^6.24.1",
73 "babel-plugin-transform-flow-strip-types": "^6.22.0",
74 "babel-plugin-transform-object-rest-spread": "^6.26.0",
75 "babel-plugin-transform-react-display-name": "^6.25.0",
76 "babel-plugin-transform-react-jsx": "^6.24.1",
77 "babel-plugin-transform-react-jsx-self": "^6.22.0",
78 "babel-plugin-transform-react-jsx-source": "^6.22.0",
79 "babel-plugin-transform-regenerator": "^6.26.0",
80 "babel-plugin-transform-runtime": "^6.23.0",
81 "babel-plugin-transform-strict-mode": "^6.24.1",
82 "babel-preset-env": "^1.7.0",
83 "babel-preset-flow": "^6.23.0",
84 "babel-preset-react": "^6.24.1",
85 "babel-register": "^6.26.0",
86 "babel-runtime": "^6.26.0",
87 "babel-template": "^6.26.0",
88 "babel-traverse": "^6.26.0",
89 "babel-types": "^6.26.0",
90 "faker": "^4.1.0",
91 "html-webpack-plugin": "^3.2.0",
92 "react": "^16.11.0",
93 "react-dom": "^16.11.0",
94 "react-transition-group": "^4.3.0",
95 "recompose": "^0.27.1",
96 "style-loader": "^0.21.0",
97 "styled-components": "5.0.0-beta.11",
98 "webpack": "^4.26.1",
99 "webpack-cli": "^3.1.2",
100 "webpack-dev-server": "^3.1.10"
101 },
102 "directories": {
103 "example": "examples"
104 },
105 "dependencies": {
106 "@babel/runtime": "7.0.0-beta.55",
107 "accepts": "^1.3.5",
108 "acorn": "^5.7.1",
109 "acorn-dynamic-import": "^3.0.0",
110 "ajv": "^6.6.0",
111 "ajv-keywords": "^3.2.0",
112 "ansi-escapes": "^3.1.0",
113 "ansi-html": "^0.0.7",
114 "ansi-regex": "^2.1.1",
115 "ansi-styles": "^3.2.1",
116 "anymatch": "^2.0.0",
117 "aproba": "^1.2.0",
118 "arr-diff": "^4.0.0",
119 "arr-flatten": "^1.1.0",
120 "arr-union": "^3.1.0",
121 "array-find-index": "^1.0.2",
122 "array-flatten": "^1.1.1",
123 "array-includes": "^3.0.3",
124 "array-union": "^1.0.2",
125 "array-uniq": "^1.0.3",
126 "array-unique": "^0.3.2",
127 "asap": "^2.0.6",
128 "asn1.js": "^4.10.1",
129 "assert": "^1.4.1",
130 "assign-symbols": "^1.0.0",
131 "async": "^1.5.2",
132 "async-each": "^1.0.1",
133 "atob": "^2.1.1",
134 "babylon": "^6.18.0",
135 "balanced-match": "^1.0.0",
136 "base": "^0.11.2",
137 "base64-js": "^1.3.0",
138 "batch": "^0.6.1",
139 "big.js": "^3.2.0",
140 "binary-extensions": "^1.11.0",
141 "bluebird": "^3.5.3",
142 "bn.js": "^4.11.8",
143 "body-parser": "^1.18.2",
144 "bonjour": "^3.5.0",
145 "boolbase": "^1.0.0",
146 "brace-expansion": "^1.1.11",
147 "braces": "^2.3.2",
148 "brorand": "^1.1.0",
149 "browserify-aes": "^1.2.0",
150 "browserify-cipher": "^1.0.1",
151 "browserify-des": "^1.0.2",
152 "browserify-rsa": "^4.0.1",
153 "browserify-sign": "^4.0.4",
154 "browserify-zlib": "^0.2.0",
155 "browserslist": "^3.2.8",
156 "buffer": "^4.9.1",
157 "buffer-from": "^1.1.0",
158 "buffer-indexof": "^1.1.1",
159 "buffer-xor": "^1.0.3",
160 "builtin-modules": "^1.1.1",
161 "builtin-status-codes": "^3.0.0",
162 "bytes": "^3.0.0",
163 "cacache": "^10.0.4",
164 "cache-base": "^1.0.1",
165 "camel-case": "^3.0.0",
166 "camelcase": "^4.1.0",
167 "camelcase-keys": "^2.1.0",
168 "caniuse-lite": "^1.0.30000912",
169 "chalk": "^2.4.1",
170 "change-emitter": "^0.1.6",
171 "chardet": "^0.5.0",
172 "chokidar": "^2.0.4",
173 "chownr": "^1.0.1",
174 "chrome-trace-event": "^1.0.0",
175 "cipher-base": "^1.0.4",
176 "class-utils": "^0.3.6",
177 "clean-css": "^4.1.11",
178 "cli-cursor": "^2.1.0",
179 "cli-width": "^2.2.0",
180 "cliui": "^4.1.0",
181 "clone-deep": "^2.0.2",
182 "code-point-at": "^1.1.0",
183 "collection-visit": "^1.0.0",
184 "color-convert": "^1.9.2",
185 "color-name": "^1.1.4",
186 "commander": "^2.19.0",
187 "commondir": "^1.0.1",
188 "component-emitter": "^1.2.1",
189 "compressible": "^2.0.14",
190 "compression": "^1.7.3",
191 "concat-map": "^0.0.1",
192 "concat-stream": "^1.6.2",
193 "connect-history-api-fallback": "^1.5.0",
194 "console-browserify": "^1.1.0",
195 "constants-browserify": "^1.0.0",
196 "content-disposition": "^0.5.2",
197 "content-type": "^1.0.4",
198 "convert-source-map": "^1.5.1",
199 "cookie": "^0.3.1",
200 "cookie-signature": "^1.0.6",
201 "copy-concurrently": "^1.0.5",
202 "copy-descriptor": "^0.1.1",
203 "core-js": "^2.5.7",
204 "core-util-is": "^1.0.2",
205 "create-ecdh": "^4.0.3",
206 "create-hash": "^1.2.0",
207 "create-hmac": "^1.1.7",
208 "cross-spawn": "^6.0.5",
209 "crypto-browserify": "^3.12.0",
210 "css-select": "^1.2.0",
211 "css-selector-tokenizer": "^0.7.1",
212 "css-what": "^2.1.2",
213 "cssesc": "^0.1.0",
214 "currently-unhandled": "^0.4.1",
215 "cyclist": "^0.2.2",
216 "d": "^1.0.0",
217 "date-fns": "^1.30.1",
218 "date-now": "^0.1.4",
219 "debug": "^2.6.9",
220 "decamelize": "^1.2.0",
221 "decode-uri-component": "^0.2.0",
222 "deep-equal": "^1.0.1",
223 "define-properties": "^1.1.2",
224 "define-property": "^0.2.5",
225 "del": "^3.0.0",
226 "depd": "^1.1.2",
227 "des.js": "^1.0.0",
228 "destroy": "^1.0.4",
229 "detect-indent": "^4.0.0",
230 "detect-node": "^2.0.3",
231 "diffie-hellman": "^5.0.3",
232 "dns-equal": "^1.0.0",
233 "dns-packet": "^1.3.1",
234 "dns-txt": "^2.0.2",
235 "dom-converter": "^0.1.4",
236 "dom-helpers": "^3.4.0",
237 "dom-serializer": "^0.1.0",
238 "domain-browser": "^1.2.0",
239 "domelementtype": "^1.3.0",
240 "domhandler": "^2.1.0",
241 "domutils": "^1.1.6",
242 "duplexify": "^3.6.1",
243 "ee-first": "^1.1.1",
244 "electron-to-chromium": "^1.3.85",
245 "elliptic": "^6.4.0",
246 "emojis-list": "^2.1.0",
247 "encodeurl": "^1.0.2",
248 "encoding": "^0.1.12",
249 "end-of-stream": "^1.4.1",
250 "enhanced-resolve": "^4.1.0",
251 "entities": "^1.1.2",
252 "errno": "^0.1.7",
253 "error-ex": "^1.3.2",
254 "es-abstract": "^1.12.0",
255 "es-to-primitive": "^1.2.0",
256 "es5-ext": "^0.10.45",
257 "es6-iterator": "^2.0.3",
258 "es6-symbol": "^3.1.1",
259 "escape-html": "^1.0.3",
260 "escape-string-regexp": "^1.0.5",
261 "eslint-scope": "^4.0.0",
262 "esrecurse": "^4.2.1",
263 "estraverse": "^4.2.0",
264 "esutils": "^2.0.2",
265 "etag": "^1.8.1",
266 "eventemitter3": "^3.1.0",
267 "events": "^1.1.1",
268 "eventsource": "^0.1.6",
269 "evp_bytestokey": "^1.0.3",
270 "execa": "^0.7.0",
271 "expand-brackets": "^2.1.4",
272 "express": "^4.16.4",
273 "extend-shallow": "^2.0.1",
274 "external-editor": "^3.0.0",
275 "extglob": "^2.0.4",
276 "fast-deep-equal": "^2.0.1",
277 "fast-json-stable-stringify": "^2.0.0",
278 "fast-sort": "^1.5.6",
279 "fastparse": "^1.1.2",
280 "faye-websocket": "^0.10.0",
281 "fbjs": "^0.8.17",
282 "figures": "^2.0.0",
283 "fill-range": "^4.0.0",
284 "finalhandler": "^1.1.1",
285 "find-cache-dir": "^1.0.0",
286 "find-up": "^2.1.0",
287 "flush-write-stream": "^1.0.3",
288 "follow-redirects": "^1.5.10",
289 "for-in": "^1.0.2",
290 "for-own": "^1.0.0",
291 "foreach": "^2.0.5",
292 "formik": "^2.0.3",
293 "forwarded": "^0.1.2",
294 "fragment-cache": "^0.2.1",
295 "fresh": "^0.5.2",
296 "from2": "^2.3.0",
297 "fs-write-stream-atomic": "^1.0.10",
298 "fs.realpath": "^1.0.0",
299 "function-bind": "^1.1.1",
300 "get-caller-file": "^1.0.3",
301 "get-stdin": "^4.0.1",
302 "get-stream": "^3.0.0",
303 "get-value": "^2.0.6",
304 "glob": "^7.1.2",
305 "glob-parent": "^3.1.0",
306 "global": "^4.3.2",
307 "global-modules-path": "^2.1.0",
308 "globals": "^9.18.0",
309 "globby": "^6.1.0",
310 "graceful-fs": "^4.1.15",
311 "handle-thing": "^1.2.5",
312 "has": "^1.0.3",
313 "has-ansi": "^2.0.0",
314 "has-flag": "^3.0.0",
315 "has-symbols": "^1.0.0",
316 "has-value": "^1.0.0",
317 "has-values": "^1.0.0",
318 "hash-base": "^3.0.4",
319 "hash.js": "^1.1.5",
320 "he": "^1.2.0",
321 "hmac-drbg": "^1.0.1",
322 "hoist-non-react-statics": "^2.5.5",
323 "home-or-tmp": "^2.0.0",
324 "hosted-git-info": "^2.7.1",
325 "hpack.js": "^2.1.6",
326 "html-entities": "^1.2.1",
327 "html-minifier": "^3.5.21",
328 "htmlparser2": "^3.10.0",
329 "http-deceiver": "^1.2.7",
330 "http-errors": "^1.6.3",
331 "http-parser-js": "^0.4.13",
332 "http-proxy": "^1.17.0",
333 "http-proxy-middleware": "^0.18.0",
334 "https-browserify": "^1.0.0",
335 "iconv-lite": "^0.4.23",
336 "icss-replace-symbols": "^1.1.0",
337 "icss-utils": "^2.1.0",
338 "ieee754": "^1.1.12",
339 "iferr": "^0.1.5",
340 "import-local": "^1.0.0",
341 "imurmurhash": "^0.1.4",
342 "indent-string": "^2.1.0",
343 "indexof": "^0.0.1",
344 "inflight": "^1.0.6",
345 "inherits": "^2.0.3",
346 "inquirer": "^6.0.0",
347 "internal-ip": "^1.2.0",
348 "interpret": "^1.1.0",
349 "invariant": "^2.2.4",
350 "invert-kv": "^1.0.0",
351 "ip": "^1.1.5",
352 "ipaddr.js": "^1.6.0",
353 "is-accessor-descriptor": "^1.0.0",
354 "is-arrayish": "^0.2.1",
355 "is-binary-path": "^1.0.1",
356 "is-buffer": "^1.1.6",
357 "is-builtin-module": "^1.0.0",
358 "is-callable": "^1.1.4",
359 "is-data-descriptor": "^1.0.0",
360 "is-date-object": "^1.0.1",
361 "is-descriptor": "^1.0.2",
362 "is-extendable": "^0.1.1",
363 "is-extglob": "^2.1.1",
364 "is-finite": "^1.0.2",
365 "is-fullwidth-code-point": "^2.0.0",
366 "is-glob": "^4.0.0",
367 "is-number": "^3.0.0",
368 "is-path-cwd": "^1.0.0",
369 "is-path-in-cwd": "^1.0.1",
370 "is-path-inside": "^1.0.1",
371 "is-plain-object": "^2.0.4",
372 "is-promise": "^2.1.0",
373 "is-regex": "^1.0.4",
374 "is-stream": "^1.1.0",
375 "is-symbol": "^1.0.1",
376 "is-utf8": "^0.2.1",
377 "is-windows": "^1.0.2",
378 "is-wsl": "^1.1.0",
379 "isarray": "^1.0.0",
380 "isexe": "^2.0.0",
381 "isobject": "^3.0.1",
382 "isomorphic-fetch": "^2.2.1",
383 "js-tokens": "^4.0.0",
384 "jsesc": "^1.3.0",
385 "json-parse-better-errors": "^1.0.2",
386 "json-schema-traverse": "^0.4.1",
387 "json3": "^3.3.2",
388 "json5": "^0.5.1",
389 "killable": "^1.0.0",
390 "kind-of": "^3.2.2",
391 "lcid": "^1.0.0",
392 "load-json-file": "^1.1.0",
393 "loader-runner": "^2.3.1",
394 "loader-utils": "^1.1.0",
395 "locate-path": "^2.0.0",
396 "lodash": "^4.17.10",
397 "lodash.camelcase": "^4.3.0",
398 "lodash.debounce": "^4.0.8",
399 "lodash.tail": "^4.1.1",
400 "log-symbols": "^2.2.0",
401 "loglevel": "^1.6.1",
402 "loglevelnext": "^1.0.5",
403 "long": "^3.2.0",
404 "loose-envify": "^1.4.0",
405 "loud-rejection": "^1.6.0",
406 "lower-case": "^1.1.4",
407 "lru-cache": "^4.1.4",
408 "make-dir": "^1.3.0",
409 "mamacro": "^0.0.3",
410 "map-cache": "^0.2.2",
411 "map-obj": "^1.0.1",
412 "map-visit": "^1.0.0",
413 "md5.js": "^1.3.5",
414 "media-typer": "^0.3.0",
415 "mem": "^1.1.0",
416 "memory-fs": "^0.4.1",
417 "meow": "^3.7.0",
418 "merge-descriptors": "^1.0.1",
419 "methods": "^1.1.2",
420 "micromatch": "^3.1.10",
421 "miller-rabin": "^4.0.1",
422 "mime": "^2.4.0",
423 "mime-db": "^1.37.0",
424 "mime-types": "^2.1.21",
425 "mimic-fn": "^1.2.0",
426 "minimalistic-assert": "^1.0.1",
427 "minimalistic-crypto-utils": "^1.0.1",
428 "minimatch": "^3.0.4",
429 "minimist": "^1.2.0",
430 "mississippi": "^2.0.0",
431 "mixin-deep": "^1.3.1",
432 "mixin-object": "^2.0.1",
433 "mkdirp": "^0.5.1",
434 "move-concurrently": "^1.0.1",
435 "ms": "^2.0.0",
436 "multicast-dns": "^6.2.3",
437 "multicast-dns-service-types": "^1.1.0",
438 "mute-stream": "^0.0.7",
439 "nanomatch": "^1.2.13",
440 "negotiator": "^0.6.1",
441 "neo-async": "^2.6.0",
442 "next-tick": "^1.0.0",
443 "nice-try": "^1.0.4",
444 "no-case": "^2.3.2",
445 "node-fetch": "^1.7.3",
446 "node-forge": "^0.7.5",
447 "node-libs-browser": "^2.1.0",
448 "normalize-package-data": "^2.4.0",
449 "normalize-path": "^2.1.1",
450 "npm-run-path": "^2.0.2",
451 "nth-check": "^1.0.2",
452 "number-is-nan": "^1.0.1",
453 "object-assign": "^4.1.1",
454 "object-copy": "^0.1.0",
455 "object-keys": "^1.0.12",
456 "object-visit": "^1.0.1",
457 "object.assign": "^4.1.0",
458 "object.getownpropertydescriptors": "^2.0.3",
459 "object.pick": "^1.3.0",
460 "obuf": "^1.1.2",
461 "on-finished": "^2.3.0",
462 "on-headers": "^1.0.1",
463 "once": "^1.4.0",
464 "onetime": "^2.0.1",
465 "opn": "^5.3.0",
466 "original": "^1.0.1",
467 "os-browserify": "^0.3.0",
468 "os-homedir": "^1.0.2",
469 "os-locale": "^2.1.0",
470 "os-tmpdir": "^1.0.2",
471 "p-finally": "^1.0.0",
472 "p-limit": "^1.3.0",
473 "p-locate": "^2.0.0",
474 "p-map": "^1.2.0",
475 "p-try": "^1.0.0",
476 "pako": "^1.0.6",
477 "parallel-transform": "^1.1.0",
478 "param-case": "^2.1.1",
479 "parse-asn1": "^5.1.1",
480 "parse-json": "^2.2.0",
481 "parseurl": "^1.3.2",
482 "pascalcase": "^0.1.1",
483 "path-browserify": "^0.0.0",
484 "path-dirname": "^1.0.2",
485 "path-exists": "^3.0.0",
486 "path-is-absolute": "^1.0.1",
487 "path-is-inside": "^1.0.2",
488 "path-key": "^2.0.1",
489 "path-to-regexp": "^0.1.7",
490 "path-type": "^1.1.0",
491 "pbkdf2": "^3.0.17",
492 "pify": "^2.3.0",
493 "pinkie": "^2.0.4",
494 "pinkie-promise": "^2.0.1",
495 "pkg-dir": "^2.0.0",
496 "portfinder": "^1.0.19",
497 "posix-character-classes": "^0.1.1",
498 "postcss": "^6.0.23",
499 "postcss-modules-extract-imports": "^1.2.1",
500 "postcss-modules-local-by-default": "^1.2.0",
501 "postcss-modules-scope": "^1.1.0",
502 "postcss-modules-values": "^1.3.0",
503 "postcss-value-parser": "^3.3.1",
504 "pretty-error": "^2.1.1",
505 "private": "^0.1.8",
506 "process": "^0.11.10",
507 "process-nextick-args": "^2.0.0",
508 "promise": "^7.3.1",
509 "promise-inflight": "^1.0.1",
510 "prop-types": "^15.6.2",
511 "proxy-addr": "^2.0.3",
512 "prr": "^1.0.1",
513 "pseudomap": "^1.0.2",
514 "public-encrypt": "^4.0.3",
515 "pump": "^2.0.1",
516 "pumpify": "^1.5.1",
517 "punycode": "^1.4.1",
518 "qs": "^6.6.0",
519 "querystring": "^0.2.0",
520 "querystring-es3": "^0.2.1",
521 "querystringify": "^2.1.0",
522 "randombytes": "^2.0.6",
523 "randomfill": "^1.0.4",
524 "range-parser": "^1.2.0",
525 "raw-body": "^2.3.2",
526 "react-device-detect": "^1.6.1",
527 "react-lifecycles-compat": "^3.0.4",
528 "react-medium-image-zoom": "^3.0.15",
529 "react-string-replace": "^0.4.4",
530 "react-swipeable": "5.0.1",
531 "read-pkg": "^1.1.0",
532 "read-pkg-up": "^1.0.1",
533 "readable-stream": "^2.3.6",
534 "readdirp": "^2.1.0",
535 "redent": "^1.0.0",
536 "regenerate": "^1.4.0",
537 "regenerator-runtime": "^0.11.1",
538 "regenerator-transform": "^0.10.1",
539 "regex-not": "^1.0.2",
540 "regexpu-core": "^1.0.0",
541 "regjsgen": "^0.2.0",
542 "regjsparser": "^0.1.5",
543 "relateurl": "^0.2.7",
544 "remove-trailing-separator": "^1.1.0",
545 "renderkid": "^2.0.2",
546 "repeat-element": "^1.1.2",
547 "repeat-string": "^1.6.1",
548 "repeating": "^2.0.1",
549 "require-directory": "^2.1.1",
550 "require-main-filename": "^1.0.1",
551 "requires-port": "^1.0.0",
552 "resolve-cwd": "^2.0.0",
553 "resolve-from": "^3.0.0",
554 "resolve-url": "^0.2.1",
555 "restore-cursor": "^2.0.0",
556 "ret": "^0.1.15",
557 "rimraf": "^2.6.2",
558 "ripemd160": "^2.0.2",
559 "run-async": "^2.3.0",
560 "run-queue": "^1.0.3",
561 "rxjs": "^6.3.3",
562 "safe-buffer": "^5.1.2",
563 "safe-regex": "^1.1.0",
564 "safer-buffer": "^2.1.2",
565 "schema-utils": "^0.4.5",
566 "select-hose": "^2.0.0",
567 "selfsigned": "^1.10.4",
568 "semver": "^5.6.0",
569 "send": "^0.16.2",
570 "serialize-javascript": "^1.5.0",
571 "serve-index": "^1.9.1",
572 "serve-static": "^1.13.2",
573 "set-blocking": "^2.0.0",
574 "set-immediate-shim": "^1.0.1",
575 "set-value": "^2.0.0",
576 "setimmediate": "^1.0.5",
577 "setprototypeof": "^1.1.0",
578 "sha.js": "^2.4.11",
579 "shallow-clone": "^1.0.0",
580 "shebang-command": "^1.2.0",
581 "shebang-regex": "^1.0.0",
582 "signal-exit": "^3.0.2",
583 "slash": "^1.0.0",
584 "snapdragon": "^0.8.2",
585 "snapdragon-node": "^2.1.1",
586 "snapdragon-util": "^3.0.1",
587 "sockjs": "^0.3.19",
588 "sockjs-client": "^1.3.0",
589 "source-list-map": "^2.0.1",
590 "source-map": "^0.5.7",
591 "source-map-resolve": "^0.5.2",
592 "source-map-support": "^0.4.18",
593 "source-map-url": "^0.4.0",
594 "spdx-correct": "^3.0.2",
595 "spdx-exceptions": "^2.2.0",
596 "spdx-expression-parse": "^3.0.0",
597 "spdx-license-ids": "^3.0.2",
598 "spdy": "^3.4.7",
599 "spdy-transport": "^2.1.1",
600 "split-string": "^3.1.0",
601 "ssri": "^5.3.0",
602 "static-extend": "^0.1.2",
603 "statuses": "^1.4.0",
604 "stream-browserify": "^2.0.1",
605 "stream-each": "^1.2.2",
606 "stream-http": "^2.8.3",
607 "stream-shift": "^1.0.0",
608 "string-width": "^2.1.1",
609 "string_decoder": "^1.2.0",
610 "strip-ansi": "^3.0.1",
611 "strip-bom": "^2.0.0",
612 "strip-eof": "^1.0.0",
613 "strip-indent": "^1.0.1",
614 "styled-normalize": "^8.0.6",
615 "supports-color": "^5.4.0",
616 "symbol-observable": "^1.2.0",
617 "tapable": "^1.1.1",
618 "through": "^2.3.8",
619 "through2": "^2.0.5",
620 "thunky": "^1.0.3",
621 "timers-browserify": "^2.0.10",
622 "tinycolor2": "^1.4.1",
623 "tmp": "^0.0.33",
624 "to-arraybuffer": "^1.0.1",
625 "to-fast-properties": "^1.0.3",
626 "to-object-path": "^0.3.0",
627 "to-regex": "^3.0.2",
628 "to-regex-range": "^2.1.1",
629 "toposort": "^1.0.7",
630 "trim-newlines": "^1.0.0",
631 "trim-right": "^1.0.1",
632 "tslib": "^1.9.3",
633 "tty-browserify": "^0.0.0",
634 "type-is": "^1.6.16",
635 "typedarray": "^0.0.6",
636 "ua-parser-js": "^0.7.19",
637 "uglify-es": "^3.3.10",
638 "uglify-js": "^3.4.5",
639 "uglifyjs-webpack-plugin": "^1.2.7",
640 "union-value": "^1.0.0",
641 "unique-filename": "^1.1.0",
642 "unique-slug": "^2.0.0",
643 "unpipe": "^1.0.0",
644 "unset-value": "^1.0.0",
645 "upath": "^1.1.0",
646 "upper-case": "^1.1.3",
647 "uri-js": "^4.2.2",
648 "urix": "^0.1.0",
649 "url": "^0.11.0",
650 "url-join": "^4.0.0",
651 "url-parse": "^1.4.4",
652 "use": "^3.1.1",
653 "util": "^0.10.4",
654 "util-deprecate": "^1.0.2",
655 "util.promisify": "^1.0.0",
656 "utila": "^0.3.3",
657 "utils-merge": "^1.0.1",
658 "uuid": "^3.3.2",
659 "v8-compile-cache": "^2.0.0",
660 "validate-npm-package-license": "^3.0.3",
661 "vary": "^1.1.2",
662 "vm-browserify": "^0.0.4",
663 "watchpack": "^1.6.0",
664 "wbuf": "^1.7.3",
665 "webpack-dev-middleware": "^3.4.0",
666 "webpack-log": "^1.2.0",
667 "webpack-sources": "^1.1.0",
668 "websocket-driver": "^0.7.0",
669 "websocket-extensions": "^0.1.3",
670 "whatwg-fetch": "^2.0.4",
671 "which": "^1.3.1",
672 "which-module": "^2.0.0",
673 "worker-farm": "^1.6.0",
674 "wrap-ansi": "^2.1.0",
675 "wrappy": "^1.0.2",
676 "xtend": "^4.0.1",
677 "y18n": "^3.2.1",
678 "yargs": "^11.0.0",
679 "yargs-parser": "^9.0.2",
680 "yup": "^0.26.0"
681 },
682 "repository": {
683 "type": "git",
684 "url": "git+https://github.com/13806/react-toolbox.git"
685 },
686 "keywords": [
687 "react",
688 "toolbox"
689 ],
690 "author": "",
691 "bugs": {
692 "url": "https://github.com/13806/react-toolbox/issues"
693 },
694 "homepage": "https://github.com/13806/react-toolbox#readme",
695 "description": ""
696}