Add babel
Browse files- assets/scripts/src/sholo.js +3 -0
- package.json +5 -0
- webpack.dev.config.js +17 -1
- yarn.lock +621 -7
assets/scripts/src/sholo.js
CHANGED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
let a = 10;
|
2 |
+
|
3 |
+
alert(a);
|
package.json
CHANGED
@@ -10,8 +10,13 @@
|
|
10 |
"author": "Kamran Ahmed <[email protected]>",
|
11 |
"license": "MIT",
|
12 |
"devDependencies": {
|
|
|
|
|
13 |
"opn": "^5.2.0",
|
14 |
"webpack": "^4.0.1",
|
15 |
"webpack-dev-server": "^3.1.0"
|
|
|
|
|
|
|
16 |
}
|
17 |
}
|
|
|
10 |
"author": "Kamran Ahmed <[email protected]>",
|
11 |
"license": "MIT",
|
12 |
"devDependencies": {
|
13 |
+
"babel-loader": "^7.1.3",
|
14 |
+
"babel-preset-env": "^1.6.1",
|
15 |
"opn": "^5.2.0",
|
16 |
"webpack": "^4.0.1",
|
17 |
"webpack-dev-server": "^3.1.0"
|
18 |
+
},
|
19 |
+
"dependencies": {
|
20 |
+
"babel-core": "^6.26.0"
|
21 |
}
|
22 |
}
|
webpack.dev.config.js
CHANGED
@@ -11,5 +11,21 @@ module.exports = {
|
|
11 |
filename: 'sholo.min.js',
|
12 |
libraryTarget: "umd",
|
13 |
library: "Sholo"
|
14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
};
|
|
|
11 |
filename: 'sholo.min.js',
|
12 |
libraryTarget: "umd",
|
13 |
library: "Sholo"
|
14 |
+
},
|
15 |
+
module: {
|
16 |
+
rules: [
|
17 |
+
{
|
18 |
+
test: /\.js$/,
|
19 |
+
exclude: /node_modules/,
|
20 |
+
loader: 'babel-loader',
|
21 |
+
query: {
|
22 |
+
presets: ['env']
|
23 |
+
}
|
24 |
+
}
|
25 |
+
]
|
26 |
+
},
|
27 |
+
stats: {
|
28 |
+
colors: true
|
29 |
+
},
|
30 |
+
devtool: "source-map"
|
31 |
};
|
yarn.lock
CHANGED
@@ -54,6 +54,10 @@ ansi-regex@^3.0.0:
|
|
54 |
version "3.0.0"
|
55 |
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
|
56 |
|
|
|
|
|
|
|
|
|
57 |
ansi-styles@^3.2.1:
|
58 |
version "3.2.1"
|
59 |
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
@@ -187,6 +191,472 @@ aws4@^1.2.1:
|
|
187 |
version "1.6.0"
|
188 |
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
|
189 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
balanced-match@^1.0.0:
|
191 |
version "1.0.0"
|
192 |
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
|
@@ -359,6 +829,13 @@ browserify-zlib@^0.2.0:
|
|
359 |
dependencies:
|
360 |
pako "~1.0.5"
|
361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
362 |
buffer-indexof@^1.0.0:
|
363 |
version "1.1.1"
|
364 |
resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
|
@@ -434,10 +911,24 @@ camelcase@^4.1.0:
|
|
434 |
version "4.1.0"
|
435 |
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
|
436 |
|
|
|
|
|
|
|
|
|
437 |
caseless@~0.12.0:
|
438 |
version "0.12.0"
|
439 |
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
440 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
441 |
chalk@^2.0.1, chalk@^2.1.0:
|
442 |
version "2.3.2"
|
443 |
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65"
|
@@ -595,6 +1086,10 @@ content-type@~1.0.4:
|
|
595 |
version "1.0.4"
|
596 |
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
|
597 |
|
|
|
|
|
|
|
|
|
598 | |
599 |
version "1.0.6"
|
600 |
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
|
@@ -618,6 +1113,10 @@ copy-descriptor@^0.1.0:
|
|
618 |
version "0.1.1"
|
619 |
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
620 |
|
|
|
|
|
|
|
|
|
621 |
[email protected], core-util-is@~1.0.0:
|
622 |
version "1.0.2"
|
623 |
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
@@ -791,6 +1290,12 @@ destroy@~1.0.4:
|
|
791 |
version "1.0.4"
|
792 |
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
|
793 |
|
|
|
|
|
|
|
|
|
|
|
|
|
794 |
detect-libc@^1.0.2:
|
795 |
version "1.0.3"
|
796 |
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
|
@@ -847,6 +1352,10 @@ [email protected]:
|
|
847 |
version "1.1.1"
|
848 |
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
849 |
|
|
|
|
|
|
|
|
|
850 |
elliptic@^6.0.0:
|
851 |
version "6.4.0"
|
852 |
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
|
@@ -915,7 +1424,7 @@ escape-html@~1.0.3:
|
|
915 |
version "1.0.3"
|
916 |
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
917 |
|
918 |
-
escape-string-regexp@^1.0.5:
|
919 |
version "1.0.5"
|
920 |
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
921 |
|
@@ -936,6 +1445,10 @@ estraverse@^4.1.0, estraverse@^4.1.1:
|
|
936 |
version "4.2.0"
|
937 |
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
|
938 |
|
|
|
|
|
|
|
|
|
939 |
etag@~1.8.1:
|
940 |
version "1.8.1"
|
941 |
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
|
@@ -1309,6 +1822,10 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.2:
|
|
1309 |
once "^1.3.0"
|
1310 |
path-is-absolute "^1.0.0"
|
1311 |
|
|
|
|
|
|
|
|
|
1312 |
globby@^6.1.0:
|
1313 |
version "6.1.0"
|
1314 |
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
|
@@ -1338,6 +1855,12 @@ har-validator@~4.2.1:
|
|
1338 |
ajv "^4.9.1"
|
1339 |
har-schema "^1.0.5"
|
1340 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1341 |
has-flag@^3.0.0:
|
1342 |
version "3.0.0"
|
1343 |
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
@@ -1420,6 +1943,13 @@ [email protected]:
|
|
1420 |
version "2.16.3"
|
1421 |
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
|
1422 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1423 |
hosted-git-info@^2.1.4:
|
1424 |
version "2.5.0"
|
1425 |
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"
|
@@ -1540,6 +2070,12 @@ [email protected]:
|
|
1540 |
dependencies:
|
1541 |
meow "^3.3.0"
|
1542 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1543 |
invert-kv@^1.0.0:
|
1544 |
version "1.0.0"
|
1545 |
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
|
@@ -1786,10 +2322,22 @@ isstream@~0.1.2:
|
|
1786 |
version "0.1.2"
|
1787 |
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
|
1788 |
|
|
|
|
|
|
|
|
|
1789 |
jsbn@~0.1.0:
|
1790 |
version "0.1.1"
|
1791 |
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
|
1792 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1793 |
json-schema-traverse@^0.3.0:
|
1794 |
version "0.3.1"
|
1795 |
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
|
@@ -1812,7 +2360,7 @@ json3@^3.3.2:
|
|
1812 |
version "3.3.2"
|
1813 |
resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1"
|
1814 |
|
1815 |
-
json5@^0.5.0:
|
1816 |
version "0.5.1"
|
1817 |
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
|
1818 |
|
@@ -1888,7 +2436,7 @@ loader-runner@^2.3.0:
|
|
1888 |
version "2.3.0"
|
1889 |
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921700d5a46ef26fdac6b8a2"
|
1890 |
|
1891 |
-
loader-utils@^1.1.0:
|
1892 |
version "1.1.0"
|
1893 |
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.1.0.tgz#c98aef488bcceda2ffb5e2de646d6a754429f5cd"
|
1894 |
dependencies:
|
@@ -1903,7 +2451,7 @@ locate-path@^2.0.0:
|
|
1903 |
p-locate "^2.0.0"
|
1904 |
path-exists "^3.0.0"
|
1905 |
|
1906 |
-
lodash@^4.17.2:
|
1907 |
version "4.17.5"
|
1908 |
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
|
1909 |
|
@@ -1921,6 +2469,12 @@ loglevelnext@^1.0.1:
|
|
1921 |
version "1.0.3"
|
1922 |
resolved "https://registry.yarnpkg.com/loglevelnext/-/loglevelnext-1.0.3.tgz#0f69277e73bbbf2cd61b94d82313216bf87ac66e"
|
1923 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1924 |
loud-rejection@^1.0.0, loud-rejection@^1.6.0:
|
1925 |
version "1.6.0"
|
1926 |
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
|
@@ -2348,7 +2902,7 @@ os-locale@^2.0.0:
|
|
2348 |
lcid "^1.0.0"
|
2349 |
mem "^1.1.0"
|
2350 |
|
2351 |
-
os-tmpdir@^1.0.0:
|
2352 |
version "1.0.2"
|
2353 |
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
2354 |
|
@@ -2446,7 +3000,7 @@ path-exists@^3.0.0:
|
|
2446 |
version "3.0.0"
|
2447 |
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
|
2448 |
|
2449 |
-
path-is-absolute@^1.0.0:
|
2450 |
version "1.0.1"
|
2451 |
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
2452 |
|
@@ -2530,6 +3084,10 @@ preserve@^0.2.0:
|
|
2530 |
version "0.2.0"
|
2531 |
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
|
2532 |
|
|
|
|
|
|
|
|
|
2533 |
process-nextick-args@~2.0.0:
|
2534 |
version "2.0.0"
|
2535 |
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
|
@@ -2714,6 +3272,22 @@ redent@^1.0.0:
|
|
2714 |
indent-string "^2.1.0"
|
2715 |
strip-indent "^1.0.1"
|
2716 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2717 |
regex-cache@^0.4.2:
|
2718 |
version "0.4.4"
|
2719 |
resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
|
@@ -2727,6 +3301,24 @@ regex-not@^1.0.0, regex-not@^1.0.2:
|
|
2727 |
extend-shallow "^3.0.2"
|
2728 |
safe-regex "^1.1.0"
|
2729 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2730 |
remove-trailing-separator@^1.0.1:
|
2731 |
version "1.1.0"
|
2732 |
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
|
@@ -2960,6 +3552,10 @@ signal-exit@^3.0.0:
|
|
2960 |
version "3.0.2"
|
2961 |
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
|
2962 |
|
|
|
|
|
|
|
|
|
2963 |
snapdragon-node@^2.0.1:
|
2964 |
version "2.1.1"
|
2965 |
resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
|
@@ -3025,11 +3621,17 @@ source-map-resolve@^0.5.0:
|
|
3025 |
source-map-url "^0.4.0"
|
3026 |
urix "^0.1.0"
|
3027 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3028 |
source-map-url@^0.4.0:
|
3029 |
version "0.4.0"
|
3030 |
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
|
3031 |
|
3032 |
-
source-map@^0.5.6:
|
3033 |
version "0.5.7"
|
3034 |
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
|
3035 |
|
@@ -3208,6 +3810,10 @@ strip-json-comments@~2.0.1:
|
|
3208 |
version "2.0.1"
|
3209 |
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
3210 |
|
|
|
|
|
|
|
|
|
3211 |
supports-color@^5.1.0, supports-color@^5.3.0:
|
3212 |
version "5.3.0"
|
3213 |
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.3.0.tgz#5b24ac15db80fa927cf5227a4a33fd3c4c7676c0"
|
@@ -3260,6 +3866,10 @@ to-arraybuffer@^1.0.0:
|
|
3260 |
version "1.0.1"
|
3261 |
resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
|
3262 |
|
|
|
|
|
|
|
|
|
3263 |
to-object-path@^0.3.0:
|
3264 |
version "0.3.0"
|
3265 |
resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
|
@@ -3292,6 +3902,10 @@ trim-newlines@^1.0.0:
|
|
3292 |
version "1.0.0"
|
3293 |
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
|
3294 |
|
|
|
|
|
|
|
|
|
3295 | |
3296 |
version "0.0.0"
|
3297 |
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
|
|
|
54 |
version "3.0.0"
|
55 |
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
|
56 |
|
57 |
+
ansi-styles@^2.2.1:
|
58 |
+
version "2.2.1"
|
59 |
+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
|
60 |
+
|
61 |
ansi-styles@^3.2.1:
|
62 |
version "3.2.1"
|
63 |
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
|
|
191 |
version "1.6.0"
|
192 |
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
|
193 |
|
194 |
+
babel-code-frame@^6.26.0:
|
195 |
+
version "6.26.0"
|
196 |
+
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
|
197 |
+
dependencies:
|
198 |
+
chalk "^1.1.3"
|
199 |
+
esutils "^2.0.2"
|
200 |
+
js-tokens "^3.0.2"
|
201 |
+
|
202 |
+
babel-core@^6.26.0:
|
203 |
+
version "6.26.0"
|
204 |
+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
|
205 |
+
dependencies:
|
206 |
+
babel-code-frame "^6.26.0"
|
207 |
+
babel-generator "^6.26.0"
|
208 |
+
babel-helpers "^6.24.1"
|
209 |
+
babel-messages "^6.23.0"
|
210 |
+
babel-register "^6.26.0"
|
211 |
+
babel-runtime "^6.26.0"
|
212 |
+
babel-template "^6.26.0"
|
213 |
+
babel-traverse "^6.26.0"
|
214 |
+
babel-types "^6.26.0"
|
215 |
+
babylon "^6.18.0"
|
216 |
+
convert-source-map "^1.5.0"
|
217 |
+
debug "^2.6.8"
|
218 |
+
json5 "^0.5.1"
|
219 |
+
lodash "^4.17.4"
|
220 |
+
minimatch "^3.0.4"
|
221 |
+
path-is-absolute "^1.0.1"
|
222 |
+
private "^0.1.7"
|
223 |
+
slash "^1.0.0"
|
224 |
+
source-map "^0.5.6"
|
225 |
+
|
226 |
+
babel-generator@^6.26.0:
|
227 |
+
version "6.26.1"
|
228 |
+
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90"
|
229 |
+
dependencies:
|
230 |
+
babel-messages "^6.23.0"
|
231 |
+
babel-runtime "^6.26.0"
|
232 |
+
babel-types "^6.26.0"
|
233 |
+
detect-indent "^4.0.0"
|
234 |
+
jsesc "^1.3.0"
|
235 |
+
lodash "^4.17.4"
|
236 |
+
source-map "^0.5.7"
|
237 |
+
trim-right "^1.0.1"
|
238 |
+
|
239 |
+
babel-helper-builder-binary-assignment-operator-visitor@^6.24.1:
|
240 |
+
version "6.24.1"
|
241 |
+
resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664"
|
242 |
+
dependencies:
|
243 |
+
babel-helper-explode-assignable-expression "^6.24.1"
|
244 |
+
babel-runtime "^6.22.0"
|
245 |
+
babel-types "^6.24.1"
|
246 |
+
|
247 |
+
babel-helper-call-delegate@^6.24.1:
|
248 |
+
version "6.24.1"
|
249 |
+
resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz#ece6aacddc76e41c3461f88bfc575bd0daa2df8d"
|
250 |
+
dependencies:
|
251 |
+
babel-helper-hoist-variables "^6.24.1"
|
252 |
+
babel-runtime "^6.22.0"
|
253 |
+
babel-traverse "^6.24.1"
|
254 |
+
babel-types "^6.24.1"
|
255 |
+
|
256 |
+
babel-helper-define-map@^6.24.1:
|
257 |
+
version "6.26.0"
|
258 |
+
resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz#a5f56dab41a25f97ecb498c7ebaca9819f95be5f"
|
259 |
+
dependencies:
|
260 |
+
babel-helper-function-name "^6.24.1"
|
261 |
+
babel-runtime "^6.26.0"
|
262 |
+
babel-types "^6.26.0"
|
263 |
+
lodash "^4.17.4"
|
264 |
+
|
265 |
+
babel-helper-explode-assignable-expression@^6.24.1:
|
266 |
+
version "6.24.1"
|
267 |
+
resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz#f25b82cf7dc10433c55f70592d5746400ac22caa"
|
268 |
+
dependencies:
|
269 |
+
babel-runtime "^6.22.0"
|
270 |
+
babel-traverse "^6.24.1"
|
271 |
+
babel-types "^6.24.1"
|
272 |
+
|
273 |
+
babel-helper-function-name@^6.24.1:
|
274 |
+
version "6.24.1"
|
275 |
+
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
|
276 |
+
dependencies:
|
277 |
+
babel-helper-get-function-arity "^6.24.1"
|
278 |
+
babel-runtime "^6.22.0"
|
279 |
+
babel-template "^6.24.1"
|
280 |
+
babel-traverse "^6.24.1"
|
281 |
+
babel-types "^6.24.1"
|
282 |
+
|
283 |
+
babel-helper-get-function-arity@^6.24.1:
|
284 |
+
version "6.24.1"
|
285 |
+
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d"
|
286 |
+
dependencies:
|
287 |
+
babel-runtime "^6.22.0"
|
288 |
+
babel-types "^6.24.1"
|
289 |
+
|
290 |
+
babel-helper-hoist-variables@^6.24.1:
|
291 |
+
version "6.24.1"
|
292 |
+
resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz#1ecb27689c9d25513eadbc9914a73f5408be7a76"
|
293 |
+
dependencies:
|
294 |
+
babel-runtime "^6.22.0"
|
295 |
+
babel-types "^6.24.1"
|
296 |
+
|
297 |
+
babel-helper-optimise-call-expression@^6.24.1:
|
298 |
+
version "6.24.1"
|
299 |
+
resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257"
|
300 |
+
dependencies:
|
301 |
+
babel-runtime "^6.22.0"
|
302 |
+
babel-types "^6.24.1"
|
303 |
+
|
304 |
+
babel-helper-regex@^6.24.1:
|
305 |
+
version "6.26.0"
|
306 |
+
resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz#325c59f902f82f24b74faceed0363954f6495e72"
|
307 |
+
dependencies:
|
308 |
+
babel-runtime "^6.26.0"
|
309 |
+
babel-types "^6.26.0"
|
310 |
+
lodash "^4.17.4"
|
311 |
+
|
312 |
+
babel-helper-remap-async-to-generator@^6.24.1:
|
313 |
+
version "6.24.1"
|
314 |
+
resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz#5ec581827ad723fecdd381f1c928390676e4551b"
|
315 |
+
dependencies:
|
316 |
+
babel-helper-function-name "^6.24.1"
|
317 |
+
babel-runtime "^6.22.0"
|
318 |
+
babel-template "^6.24.1"
|
319 |
+
babel-traverse "^6.24.1"
|
320 |
+
babel-types "^6.24.1"
|
321 |
+
|
322 |
+
babel-helper-replace-supers@^6.24.1:
|
323 |
+
version "6.24.1"
|
324 |
+
resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a"
|
325 |
+
dependencies:
|
326 |
+
babel-helper-optimise-call-expression "^6.24.1"
|
327 |
+
babel-messages "^6.23.0"
|
328 |
+
babel-runtime "^6.22.0"
|
329 |
+
babel-template "^6.24.1"
|
330 |
+
babel-traverse "^6.24.1"
|
331 |
+
babel-types "^6.24.1"
|
332 |
+
|
333 |
+
babel-helpers@^6.24.1:
|
334 |
+
version "6.24.1"
|
335 |
+
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2"
|
336 |
+
dependencies:
|
337 |
+
babel-runtime "^6.22.0"
|
338 |
+
babel-template "^6.24.1"
|
339 |
+
|
340 |
+
babel-loader@^7.1.3:
|
341 |
+
version "7.1.3"
|
342 |
+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.3.tgz#ff5b440da716e9153abb946251a9ab7670037b16"
|
343 |
+
dependencies:
|
344 |
+
find-cache-dir "^1.0.0"
|
345 |
+
loader-utils "^1.0.2"
|
346 |
+
mkdirp "^0.5.1"
|
347 |
+
|
348 |
+
babel-messages@^6.23.0:
|
349 |
+
version "6.23.0"
|
350 |
+
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
|
351 |
+
dependencies:
|
352 |
+
babel-runtime "^6.22.0"
|
353 |
+
|
354 |
+
babel-plugin-check-es2015-constants@^6.22.0:
|
355 |
+
version "6.22.0"
|
356 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz#35157b101426fd2ffd3da3f75c7d1e91835bbf8a"
|
357 |
+
dependencies:
|
358 |
+
babel-runtime "^6.22.0"
|
359 |
+
|
360 |
+
babel-plugin-syntax-async-functions@^6.8.0:
|
361 |
+
version "6.13.0"
|
362 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
|
363 |
+
|
364 |
+
babel-plugin-syntax-exponentiation-operator@^6.8.0:
|
365 |
+
version "6.13.0"
|
366 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de"
|
367 |
+
|
368 |
+
babel-plugin-syntax-trailing-function-commas@^6.22.0:
|
369 |
+
version "6.22.0"
|
370 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3"
|
371 |
+
|
372 |
+
babel-plugin-transform-async-to-generator@^6.22.0:
|
373 |
+
version "6.24.1"
|
374 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761"
|
375 |
+
dependencies:
|
376 |
+
babel-helper-remap-async-to-generator "^6.24.1"
|
377 |
+
babel-plugin-syntax-async-functions "^6.8.0"
|
378 |
+
babel-runtime "^6.22.0"
|
379 |
+
|
380 |
+
babel-plugin-transform-es2015-arrow-functions@^6.22.0:
|
381 |
+
version "6.22.0"
|
382 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221"
|
383 |
+
dependencies:
|
384 |
+
babel-runtime "^6.22.0"
|
385 |
+
|
386 |
+
babel-plugin-transform-es2015-block-scoped-functions@^6.22.0:
|
387 |
+
version "6.22.0"
|
388 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz#bbc51b49f964d70cb8d8e0b94e820246ce3a6141"
|
389 |
+
dependencies:
|
390 |
+
babel-runtime "^6.22.0"
|
391 |
+
|
392 |
+
babel-plugin-transform-es2015-block-scoping@^6.23.0:
|
393 |
+
version "6.26.0"
|
394 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz#d70f5299c1308d05c12f463813b0a09e73b1895f"
|
395 |
+
dependencies:
|
396 |
+
babel-runtime "^6.26.0"
|
397 |
+
babel-template "^6.26.0"
|
398 |
+
babel-traverse "^6.26.0"
|
399 |
+
babel-types "^6.26.0"
|
400 |
+
lodash "^4.17.4"
|
401 |
+
|
402 |
+
babel-plugin-transform-es2015-classes@^6.23.0:
|
403 |
+
version "6.24.1"
|
404 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db"
|
405 |
+
dependencies:
|
406 |
+
babel-helper-define-map "^6.24.1"
|
407 |
+
babel-helper-function-name "^6.24.1"
|
408 |
+
babel-helper-optimise-call-expression "^6.24.1"
|
409 |
+
babel-helper-replace-supers "^6.24.1"
|
410 |
+
babel-messages "^6.23.0"
|
411 |
+
babel-runtime "^6.22.0"
|
412 |
+
babel-template "^6.24.1"
|
413 |
+
babel-traverse "^6.24.1"
|
414 |
+
babel-types "^6.24.1"
|
415 |
+
|
416 |
+
babel-plugin-transform-es2015-computed-properties@^6.22.0:
|
417 |
+
version "6.24.1"
|
418 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3"
|
419 |
+
dependencies:
|
420 |
+
babel-runtime "^6.22.0"
|
421 |
+
babel-template "^6.24.1"
|
422 |
+
|
423 |
+
babel-plugin-transform-es2015-destructuring@^6.23.0:
|
424 |
+
version "6.23.0"
|
425 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d"
|
426 |
+
dependencies:
|
427 |
+
babel-runtime "^6.22.0"
|
428 |
+
|
429 |
+
babel-plugin-transform-es2015-duplicate-keys@^6.22.0:
|
430 |
+
version "6.24.1"
|
431 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e"
|
432 |
+
dependencies:
|
433 |
+
babel-runtime "^6.22.0"
|
434 |
+
babel-types "^6.24.1"
|
435 |
+
|
436 |
+
babel-plugin-transform-es2015-for-of@^6.23.0:
|
437 |
+
version "6.23.0"
|
438 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691"
|
439 |
+
dependencies:
|
440 |
+
babel-runtime "^6.22.0"
|
441 |
+
|
442 |
+
babel-plugin-transform-es2015-function-name@^6.22.0:
|
443 |
+
version "6.24.1"
|
444 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b"
|
445 |
+
dependencies:
|
446 |
+
babel-helper-function-name "^6.24.1"
|
447 |
+
babel-runtime "^6.22.0"
|
448 |
+
babel-types "^6.24.1"
|
449 |
+
|
450 |
+
babel-plugin-transform-es2015-literals@^6.22.0:
|
451 |
+
version "6.22.0"
|
452 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz#4f54a02d6cd66cf915280019a31d31925377ca2e"
|
453 |
+
dependencies:
|
454 |
+
babel-runtime "^6.22.0"
|
455 |
+
|
456 |
+
babel-plugin-transform-es2015-modules-amd@^6.22.0, babel-plugin-transform-es2015-modules-amd@^6.24.1:
|
457 |
+
version "6.24.1"
|
458 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154"
|
459 |
+
dependencies:
|
460 |
+
babel-plugin-transform-es2015-modules-commonjs "^6.24.1"
|
461 |
+
babel-runtime "^6.22.0"
|
462 |
+
babel-template "^6.24.1"
|
463 |
+
|
464 |
+
babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1:
|
465 |
+
version "6.26.0"
|
466 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz#0d8394029b7dc6abe1a97ef181e00758dd2e5d8a"
|
467 |
+
dependencies:
|
468 |
+
babel-plugin-transform-strict-mode "^6.24.1"
|
469 |
+
babel-runtime "^6.26.0"
|
470 |
+
babel-template "^6.26.0"
|
471 |
+
babel-types "^6.26.0"
|
472 |
+
|
473 |
+
babel-plugin-transform-es2015-modules-systemjs@^6.23.0:
|
474 |
+
version "6.24.1"
|
475 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23"
|
476 |
+
dependencies:
|
477 |
+
babel-helper-hoist-variables "^6.24.1"
|
478 |
+
babel-runtime "^6.22.0"
|
479 |
+
babel-template "^6.24.1"
|
480 |
+
|
481 |
+
babel-plugin-transform-es2015-modules-umd@^6.23.0:
|
482 |
+
version "6.24.1"
|
483 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468"
|
484 |
+
dependencies:
|
485 |
+
babel-plugin-transform-es2015-modules-amd "^6.24.1"
|
486 |
+
babel-runtime "^6.22.0"
|
487 |
+
babel-template "^6.24.1"
|
488 |
+
|
489 |
+
babel-plugin-transform-es2015-object-super@^6.22.0:
|
490 |
+
version "6.24.1"
|
491 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d"
|
492 |
+
dependencies:
|
493 |
+
babel-helper-replace-supers "^6.24.1"
|
494 |
+
babel-runtime "^6.22.0"
|
495 |
+
|
496 |
+
babel-plugin-transform-es2015-parameters@^6.23.0:
|
497 |
+
version "6.24.1"
|
498 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b"
|
499 |
+
dependencies:
|
500 |
+
babel-helper-call-delegate "^6.24.1"
|
501 |
+
babel-helper-get-function-arity "^6.24.1"
|
502 |
+
babel-runtime "^6.22.0"
|
503 |
+
babel-template "^6.24.1"
|
504 |
+
babel-traverse "^6.24.1"
|
505 |
+
babel-types "^6.24.1"
|
506 |
+
|
507 |
+
babel-plugin-transform-es2015-shorthand-properties@^6.22.0:
|
508 |
+
version "6.24.1"
|
509 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0"
|
510 |
+
dependencies:
|
511 |
+
babel-runtime "^6.22.0"
|
512 |
+
babel-types "^6.24.1"
|
513 |
+
|
514 |
+
babel-plugin-transform-es2015-spread@^6.22.0:
|
515 |
+
version "6.22.0"
|
516 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz#d6d68a99f89aedc4536c81a542e8dd9f1746f8d1"
|
517 |
+
dependencies:
|
518 |
+
babel-runtime "^6.22.0"
|
519 |
+
|
520 |
+
babel-plugin-transform-es2015-sticky-regex@^6.22.0:
|
521 |
+
version "6.24.1"
|
522 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc"
|
523 |
+
dependencies:
|
524 |
+
babel-helper-regex "^6.24.1"
|
525 |
+
babel-runtime "^6.22.0"
|
526 |
+
babel-types "^6.24.1"
|
527 |
+
|
528 |
+
babel-plugin-transform-es2015-template-literals@^6.22.0:
|
529 |
+
version "6.22.0"
|
530 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz#a84b3450f7e9f8f1f6839d6d687da84bb1236d8d"
|
531 |
+
dependencies:
|
532 |
+
babel-runtime "^6.22.0"
|
533 |
+
|
534 |
+
babel-plugin-transform-es2015-typeof-symbol@^6.23.0:
|
535 |
+
version "6.23.0"
|
536 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372"
|
537 |
+
dependencies:
|
538 |
+
babel-runtime "^6.22.0"
|
539 |
+
|
540 |
+
babel-plugin-transform-es2015-unicode-regex@^6.22.0:
|
541 |
+
version "6.24.1"
|
542 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9"
|
543 |
+
dependencies:
|
544 |
+
babel-helper-regex "^6.24.1"
|
545 |
+
babel-runtime "^6.22.0"
|
546 |
+
regexpu-core "^2.0.0"
|
547 |
+
|
548 |
+
babel-plugin-transform-exponentiation-operator@^6.22.0:
|
549 |
+
version "6.24.1"
|
550 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e"
|
551 |
+
dependencies:
|
552 |
+
babel-helper-builder-binary-assignment-operator-visitor "^6.24.1"
|
553 |
+
babel-plugin-syntax-exponentiation-operator "^6.8.0"
|
554 |
+
babel-runtime "^6.22.0"
|
555 |
+
|
556 |
+
babel-plugin-transform-regenerator@^6.22.0:
|
557 |
+
version "6.26.0"
|
558 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f"
|
559 |
+
dependencies:
|
560 |
+
regenerator-transform "^0.10.0"
|
561 |
+
|
562 |
+
babel-plugin-transform-strict-mode@^6.24.1:
|
563 |
+
version "6.24.1"
|
564 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758"
|
565 |
+
dependencies:
|
566 |
+
babel-runtime "^6.22.0"
|
567 |
+
babel-types "^6.24.1"
|
568 |
+
|
569 |
+
babel-preset-env@^1.6.1:
|
570 |
+
version "1.6.1"
|
571 |
+
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.1.tgz#a18b564cc9b9afdf4aae57ae3c1b0d99188e6f48"
|
572 |
+
dependencies:
|
573 |
+
babel-plugin-check-es2015-constants "^6.22.0"
|
574 |
+
babel-plugin-syntax-trailing-function-commas "^6.22.0"
|
575 |
+
babel-plugin-transform-async-to-generator "^6.22.0"
|
576 |
+
babel-plugin-transform-es2015-arrow-functions "^6.22.0"
|
577 |
+
babel-plugin-transform-es2015-block-scoped-functions "^6.22.0"
|
578 |
+
babel-plugin-transform-es2015-block-scoping "^6.23.0"
|
579 |
+
babel-plugin-transform-es2015-classes "^6.23.0"
|
580 |
+
babel-plugin-transform-es2015-computed-properties "^6.22.0"
|
581 |
+
babel-plugin-transform-es2015-destructuring "^6.23.0"
|
582 |
+
babel-plugin-transform-es2015-duplicate-keys "^6.22.0"
|
583 |
+
babel-plugin-transform-es2015-for-of "^6.23.0"
|
584 |
+
babel-plugin-transform-es2015-function-name "^6.22.0"
|
585 |
+
babel-plugin-transform-es2015-literals "^6.22.0"
|
586 |
+
babel-plugin-transform-es2015-modules-amd "^6.22.0"
|
587 |
+
babel-plugin-transform-es2015-modules-commonjs "^6.23.0"
|
588 |
+
babel-plugin-transform-es2015-modules-systemjs "^6.23.0"
|
589 |
+
babel-plugin-transform-es2015-modules-umd "^6.23.0"
|
590 |
+
babel-plugin-transform-es2015-object-super "^6.22.0"
|
591 |
+
babel-plugin-transform-es2015-parameters "^6.23.0"
|
592 |
+
babel-plugin-transform-es2015-shorthand-properties "^6.22.0"
|
593 |
+
babel-plugin-transform-es2015-spread "^6.22.0"
|
594 |
+
babel-plugin-transform-es2015-sticky-regex "^6.22.0"
|
595 |
+
babel-plugin-transform-es2015-template-literals "^6.22.0"
|
596 |
+
babel-plugin-transform-es2015-typeof-symbol "^6.23.0"
|
597 |
+
babel-plugin-transform-es2015-unicode-regex "^6.22.0"
|
598 |
+
babel-plugin-transform-exponentiation-operator "^6.22.0"
|
599 |
+
babel-plugin-transform-regenerator "^6.22.0"
|
600 |
+
browserslist "^2.1.2"
|
601 |
+
invariant "^2.2.2"
|
602 |
+
semver "^5.3.0"
|
603 |
+
|
604 |
+
babel-register@^6.26.0:
|
605 |
+
version "6.26.0"
|
606 |
+
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071"
|
607 |
+
dependencies:
|
608 |
+
babel-core "^6.26.0"
|
609 |
+
babel-runtime "^6.26.0"
|
610 |
+
core-js "^2.5.0"
|
611 |
+
home-or-tmp "^2.0.0"
|
612 |
+
lodash "^4.17.4"
|
613 |
+
mkdirp "^0.5.1"
|
614 |
+
source-map-support "^0.4.15"
|
615 |
+
|
616 |
+
babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0:
|
617 |
+
version "6.26.0"
|
618 |
+
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
|
619 |
+
dependencies:
|
620 |
+
core-js "^2.4.0"
|
621 |
+
regenerator-runtime "^0.11.0"
|
622 |
+
|
623 |
+
babel-template@^6.24.1, babel-template@^6.26.0:
|
624 |
+
version "6.26.0"
|
625 |
+
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
|
626 |
+
dependencies:
|
627 |
+
babel-runtime "^6.26.0"
|
628 |
+
babel-traverse "^6.26.0"
|
629 |
+
babel-types "^6.26.0"
|
630 |
+
babylon "^6.18.0"
|
631 |
+
lodash "^4.17.4"
|
632 |
+
|
633 |
+
babel-traverse@^6.24.1, babel-traverse@^6.26.0:
|
634 |
+
version "6.26.0"
|
635 |
+
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
|
636 |
+
dependencies:
|
637 |
+
babel-code-frame "^6.26.0"
|
638 |
+
babel-messages "^6.23.0"
|
639 |
+
babel-runtime "^6.26.0"
|
640 |
+
babel-types "^6.26.0"
|
641 |
+
babylon "^6.18.0"
|
642 |
+
debug "^2.6.8"
|
643 |
+
globals "^9.18.0"
|
644 |
+
invariant "^2.2.2"
|
645 |
+
lodash "^4.17.4"
|
646 |
+
|
647 |
+
babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
|
648 |
+
version "6.26.0"
|
649 |
+
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
|
650 |
+
dependencies:
|
651 |
+
babel-runtime "^6.26.0"
|
652 |
+
esutils "^2.0.2"
|
653 |
+
lodash "^4.17.4"
|
654 |
+
to-fast-properties "^1.0.3"
|
655 |
+
|
656 |
+
babylon@^6.18.0:
|
657 |
+
version "6.18.0"
|
658 |
+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
|
659 |
+
|
660 |
balanced-match@^1.0.0:
|
661 |
version "1.0.0"
|
662 |
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
|
|
|
829 |
dependencies:
|
830 |
pako "~1.0.5"
|
831 |
|
832 |
+
browserslist@^2.1.2:
|
833 |
+
version "2.11.3"
|
834 |
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.11.3.tgz#fe36167aed1bbcde4827ebfe71347a2cc70b99b2"
|
835 |
+
dependencies:
|
836 |
+
caniuse-lite "^1.0.30000792"
|
837 |
+
electron-to-chromium "^1.3.30"
|
838 |
+
|
839 |
buffer-indexof@^1.0.0:
|
840 |
version "1.1.1"
|
841 |
resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
|
|
|
911 |
version "4.1.0"
|
912 |
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
|
913 |
|
914 |
+
caniuse-lite@^1.0.30000792:
|
915 |
+
version "1.0.30000811"
|
916 |
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000811.tgz#0b6e40f2efccc27bd3cb52f91ee7ca4673d77d10"
|
917 |
+
|
918 |
caseless@~0.12.0:
|
919 |
version "0.12.0"
|
920 |
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
921 |
|
922 |
+
chalk@^1.1.3:
|
923 |
+
version "1.1.3"
|
924 |
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
|
925 |
+
dependencies:
|
926 |
+
ansi-styles "^2.2.1"
|
927 |
+
escape-string-regexp "^1.0.2"
|
928 |
+
has-ansi "^2.0.0"
|
929 |
+
strip-ansi "^3.0.0"
|
930 |
+
supports-color "^2.0.0"
|
931 |
+
|
932 |
chalk@^2.0.1, chalk@^2.1.0:
|
933 |
version "2.3.2"
|
934 |
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65"
|
|
|
1086 |
version "1.0.4"
|
1087 |
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
|
1088 |
|
1089 |
+
convert-source-map@^1.5.0:
|
1090 |
+
version "1.5.1"
|
1091 |
+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5"
|
1092 |
+
|
1093 | |
1094 |
version "1.0.6"
|
1095 |
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
|
|
|
1113 |
version "0.1.1"
|
1114 |
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
1115 |
|
1116 |
+
core-js@^2.4.0, core-js@^2.5.0:
|
1117 |
+
version "2.5.3"
|
1118 |
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e"
|
1119 |
+
|
1120 |
[email protected], core-util-is@~1.0.0:
|
1121 |
version "1.0.2"
|
1122 |
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
|
|
1290 |
version "1.0.4"
|
1291 |
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
|
1292 |
|
1293 |
+
detect-indent@^4.0.0:
|
1294 |
+
version "4.0.0"
|
1295 |
+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208"
|
1296 |
+
dependencies:
|
1297 |
+
repeating "^2.0.0"
|
1298 |
+
|
1299 |
detect-libc@^1.0.2:
|
1300 |
version "1.0.3"
|
1301 |
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
|
|
|
1352 |
version "1.1.1"
|
1353 |
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
1354 |
|
1355 |
+
electron-to-chromium@^1.3.30:
|
1356 |
+
version "1.3.34"
|
1357 |
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.34.tgz#d93498f40391bb0c16a603d8241b9951404157ed"
|
1358 |
+
|
1359 |
elliptic@^6.0.0:
|
1360 |
version "6.4.0"
|
1361 |
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
|
|
|
1424 |
version "1.0.3"
|
1425 |
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
1426 |
|
1427 |
+
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
|
1428 |
version "1.0.5"
|
1429 |
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
1430 |
|
|
|
1445 |
version "4.2.0"
|
1446 |
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
|
1447 |
|
1448 |
+
esutils@^2.0.2:
|
1449 |
+
version "2.0.2"
|
1450 |
+
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
|
1451 |
+
|
1452 |
etag@~1.8.1:
|
1453 |
version "1.8.1"
|
1454 |
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
|
|
|
1822 |
once "^1.3.0"
|
1823 |
path-is-absolute "^1.0.0"
|
1824 |
|
1825 |
+
globals@^9.18.0:
|
1826 |
+
version "9.18.0"
|
1827 |
+
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
|
1828 |
+
|
1829 |
globby@^6.1.0:
|
1830 |
version "6.1.0"
|
1831 |
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
|
|
|
1855 |
ajv "^4.9.1"
|
1856 |
har-schema "^1.0.5"
|
1857 |
|
1858 |
+
has-ansi@^2.0.0:
|
1859 |
+
version "2.0.0"
|
1860 |
+
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
|
1861 |
+
dependencies:
|
1862 |
+
ansi-regex "^2.0.0"
|
1863 |
+
|
1864 |
has-flag@^3.0.0:
|
1865 |
version "3.0.0"
|
1866 |
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
|
|
1943 |
version "2.16.3"
|
1944 |
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
|
1945 |
|
1946 |
+
home-or-tmp@^2.0.0:
|
1947 |
+
version "2.0.0"
|
1948 |
+
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
|
1949 |
+
dependencies:
|
1950 |
+
os-homedir "^1.0.0"
|
1951 |
+
os-tmpdir "^1.0.1"
|
1952 |
+
|
1953 |
hosted-git-info@^2.1.4:
|
1954 |
version "2.5.0"
|
1955 |
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"
|
|
|
2070 |
dependencies:
|
2071 |
meow "^3.3.0"
|
2072 |
|
2073 |
+
invariant@^2.2.2:
|
2074 |
+
version "2.2.3"
|
2075 |
+
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.3.tgz#1a827dfde7dcbd7c323f0ca826be8fa7c5e9d688"
|
2076 |
+
dependencies:
|
2077 |
+
loose-envify "^1.0.0"
|
2078 |
+
|
2079 |
invert-kv@^1.0.0:
|
2080 |
version "1.0.0"
|
2081 |
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
|
|
|
2322 |
version "0.1.2"
|
2323 |
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
|
2324 |
|
2325 |
+
js-tokens@^3.0.0, js-tokens@^3.0.2:
|
2326 |
+
version "3.0.2"
|
2327 |
+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
2328 |
+
|
2329 |
jsbn@~0.1.0:
|
2330 |
version "0.1.1"
|
2331 |
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
|
2332 |
|
2333 |
+
jsesc@^1.3.0:
|
2334 |
+
version "1.3.0"
|
2335 |
+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
|
2336 |
+
|
2337 |
+
jsesc@~0.5.0:
|
2338 |
+
version "0.5.0"
|
2339 |
+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
2340 |
+
|
2341 |
json-schema-traverse@^0.3.0:
|
2342 |
version "0.3.1"
|
2343 |
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
|
|
|
2360 |
version "3.3.2"
|
2361 |
resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1"
|
2362 |
|
2363 |
+
json5@^0.5.0, json5@^0.5.1:
|
2364 |
version "0.5.1"
|
2365 |
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
|
2366 |
|
|
|
2436 |
version "2.3.0"
|
2437 |
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921700d5a46ef26fdac6b8a2"
|
2438 |
|
2439 |
+
loader-utils@^1.0.2, loader-utils@^1.1.0:
|
2440 |
version "1.1.0"
|
2441 |
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.1.0.tgz#c98aef488bcceda2ffb5e2de646d6a754429f5cd"
|
2442 |
dependencies:
|
|
|
2451 |
p-locate "^2.0.0"
|
2452 |
path-exists "^3.0.0"
|
2453 |
|
2454 |
+
lodash@^4.17.2, lodash@^4.17.4:
|
2455 |
version "4.17.5"
|
2456 |
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
|
2457 |
|
|
|
2469 |
version "1.0.3"
|
2470 |
resolved "https://registry.yarnpkg.com/loglevelnext/-/loglevelnext-1.0.3.tgz#0f69277e73bbbf2cd61b94d82313216bf87ac66e"
|
2471 |
|
2472 |
+
loose-envify@^1.0.0:
|
2473 |
+
version "1.3.1"
|
2474 |
+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
|
2475 |
+
dependencies:
|
2476 |
+
js-tokens "^3.0.0"
|
2477 |
+
|
2478 |
loud-rejection@^1.0.0, loud-rejection@^1.6.0:
|
2479 |
version "1.6.0"
|
2480 |
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
|
|
|
2902 |
lcid "^1.0.0"
|
2903 |
mem "^1.1.0"
|
2904 |
|
2905 |
+
os-tmpdir@^1.0.0, os-tmpdir@^1.0.1:
|
2906 |
version "1.0.2"
|
2907 |
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
|
2908 |
|
|
|
3000 |
version "3.0.0"
|
3001 |
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
|
3002 |
|
3003 |
+
path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
|
3004 |
version "1.0.1"
|
3005 |
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
3006 |
|
|
|
3084 |
version "0.2.0"
|
3085 |
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
|
3086 |
|
3087 |
+
private@^0.1.6, private@^0.1.7:
|
3088 |
+
version "0.1.8"
|
3089 |
+
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
|
3090 |
+
|
3091 |
process-nextick-args@~2.0.0:
|
3092 |
version "2.0.0"
|
3093 |
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
|
|
|
3272 |
indent-string "^2.1.0"
|
3273 |
strip-indent "^1.0.1"
|
3274 |
|
3275 |
+
regenerate@^1.2.1:
|
3276 |
+
version "1.3.3"
|
3277 |
+
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.3.tgz#0c336d3980553d755c39b586ae3b20aa49c82b7f"
|
3278 |
+
|
3279 |
+
regenerator-runtime@^0.11.0:
|
3280 |
+
version "0.11.1"
|
3281 |
+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
|
3282 |
+
|
3283 |
+
regenerator-transform@^0.10.0:
|
3284 |
+
version "0.10.1"
|
3285 |
+
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd"
|
3286 |
+
dependencies:
|
3287 |
+
babel-runtime "^6.18.0"
|
3288 |
+
babel-types "^6.19.0"
|
3289 |
+
private "^0.1.6"
|
3290 |
+
|
3291 |
regex-cache@^0.4.2:
|
3292 |
version "0.4.4"
|
3293 |
resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
|
|
|
3301 |
extend-shallow "^3.0.2"
|
3302 |
safe-regex "^1.1.0"
|
3303 |
|
3304 |
+
regexpu-core@^2.0.0:
|
3305 |
+
version "2.0.0"
|
3306 |
+
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240"
|
3307 |
+
dependencies:
|
3308 |
+
regenerate "^1.2.1"
|
3309 |
+
regjsgen "^0.2.0"
|
3310 |
+
regjsparser "^0.1.4"
|
3311 |
+
|
3312 |
+
regjsgen@^0.2.0:
|
3313 |
+
version "0.2.0"
|
3314 |
+
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7"
|
3315 |
+
|
3316 |
+
regjsparser@^0.1.4:
|
3317 |
+
version "0.1.5"
|
3318 |
+
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c"
|
3319 |
+
dependencies:
|
3320 |
+
jsesc "~0.5.0"
|
3321 |
+
|
3322 |
remove-trailing-separator@^1.0.1:
|
3323 |
version "1.1.0"
|
3324 |
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
|
|
|
3552 |
version "3.0.2"
|
3553 |
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
|
3554 |
|
3555 |
+
slash@^1.0.0:
|
3556 |
+
version "1.0.0"
|
3557 |
+
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
|
3558 |
+
|
3559 |
snapdragon-node@^2.0.1:
|
3560 |
version "2.1.1"
|
3561 |
resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
|
|
|
3621 |
source-map-url "^0.4.0"
|
3622 |
urix "^0.1.0"
|
3623 |
|
3624 |
+
source-map-support@^0.4.15:
|
3625 |
+
version "0.4.18"
|
3626 |
+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f"
|
3627 |
+
dependencies:
|
3628 |
+
source-map "^0.5.6"
|
3629 |
+
|
3630 |
source-map-url@^0.4.0:
|
3631 |
version "0.4.0"
|
3632 |
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
|
3633 |
|
3634 |
+
source-map@^0.5.6, source-map@^0.5.7:
|
3635 |
version "0.5.7"
|
3636 |
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
|
3637 |
|
|
|
3810 |
version "2.0.1"
|
3811 |
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
3812 |
|
3813 |
+
supports-color@^2.0.0:
|
3814 |
+
version "2.0.0"
|
3815 |
+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
|
3816 |
+
|
3817 |
supports-color@^5.1.0, supports-color@^5.3.0:
|
3818 |
version "5.3.0"
|
3819 |
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.3.0.tgz#5b24ac15db80fa927cf5227a4a33fd3c4c7676c0"
|
|
|
3866 |
version "1.0.1"
|
3867 |
resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
|
3868 |
|
3869 |
+
to-fast-properties@^1.0.3:
|
3870 |
+
version "1.0.3"
|
3871 |
+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
|
3872 |
+
|
3873 |
to-object-path@^0.3.0:
|
3874 |
version "0.3.0"
|
3875 |
resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
|
|
|
3902 |
version "1.0.0"
|
3903 |
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
|
3904 |
|
3905 |
+
trim-right@^1.0.1:
|
3906 |
+
version "1.0.1"
|
3907 |
+
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
|
3908 |
+
|
3909 | |
3910 |
version "0.0.0"
|
3911 |
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
|