From bc6f33d6cb06323ae44a8d6a3bf13c4a16cd05a5 Mon Sep 17 00:00:00 2001 From: Anthony C Date: Thu, 3 Aug 2017 22:04:48 -0400 Subject: [PATCH] Back commit Also Kotlin - Sublist in progress --- .../.gradle/4.0.2/fileChanges/last-build.bin | Bin 0 -> 1 bytes .../.gradle/4.0.2/fileHashes/fileHashes.bin | Bin 0 -> 18597 bytes .../.gradle/4.0.2/fileHashes/fileHashes.lock | Bin 0 -> 17 bytes .../.gradle/buildOutputCleanup/built.bin | 0 .../buildOutputCleanup/cache.properties | 2 + .../buildOutputCleanup/cache.properties.lock | 1 + kotlin/all-your-base/.idea/compiler.xml | 9 + kotlin/all-your-base/.idea/gradle.xml | 19 + .../libraries/Gradle__junit_junit_4_12.xml | 11 + ...Gradle__org_hamcrest_hamcrest_core_1_3.xml | 11 + ...Gradle__org_jetbrains_annotations_13_0.xml | 11 + ...g_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml | 11 + ...org_jetbrains_kotlin_kotlin_test_1_1_1.xml | 11 + ...tbrains_kotlin_kotlin_test_junit_1_1_1.xml | 11 + kotlin/all-your-base/.idea/misc.xml | 6 + kotlin/all-your-base/.idea/modules.xml | 10 + .../.idea/modules/all-your-base_main.iml | 39 + .../.idea/modules/all-your-base_test.iml | 45 + kotlin/all-your-base/.idea/workspace.xml | 773 + kotlin/all-your-base/README.md | 38 + kotlin/all-your-base/all-your-base.iml | 13 + kotlin/all-your-base/build.gradle | 28 + kotlin/all-your-base/src/main/kotlin/.keep | 0 .../src/test/kotlin/BaseConverterTest.kt | 250 + .../.gradle/4.0.1/fileChanges/last-build.bin | Bin 0 -> 1 bytes .../.gradle/4.0.1/fileHashes/fileHashes.bin | Bin 0 -> 18547 bytes .../.gradle/4.0.1/fileHashes/fileHashes.lock | Bin 0 -> 17 bytes .../.gradle/buildOutputCleanup/built.bin | 0 .../buildOutputCleanup/cache.properties | 2 + .../buildOutputCleanup/cache.properties.lock | 1 + kotlin/binary-search/.idea/compiler.xml | 9 + kotlin/binary-search/.idea/gradle.xml | 19 + .../libraries/Gradle__junit_junit_4_12.xml | 11 + ...Gradle__org_hamcrest_hamcrest_core_1_3.xml | 11 + ...Gradle__org_jetbrains_annotations_13_0.xml | 11 + ...g_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml | 11 + ...org_jetbrains_kotlin_kotlin_test_1_1_1.xml | 11 + ...tbrains_kotlin_kotlin_test_junit_1_1_1.xml | 11 + kotlin/binary-search/.idea/misc.xml | 6 + kotlin/binary-search/.idea/modules.xml | 10 + .../.idea/modules/binary-search_main.iml | 39 + .../.idea/modules/binary-search_test.iml | 45 + kotlin/binary-search/.idea/workspace.xml | 754 + kotlin/binary-search/README.md | 44 + kotlin/binary-search/binary-search.iml | 13 + kotlin/binary-search/build.gradle | 29 + kotlin/binary-search/src/main/kotlin/.keep | 0 .../src/test/kotlin/BinarySearchTest.kt | 54 + .../.gradle/4.0.1/fileChanges/last-build.bin | Bin 0 -> 1 bytes .../.gradle/4.0.1/fileHashes/fileHashes.bin | Bin 0 -> 18547 bytes .../.gradle/4.0.1/fileHashes/fileHashes.lock | Bin 0 -> 17 bytes .../.gradle/buildOutputCleanup/built.bin | 0 .../buildOutputCleanup/cache.properties | 2 + .../buildOutputCleanup/cache.properties.lock | 1 + kotlin/linked-list/.idea/compiler.xml | 9 + kotlin/linked-list/.idea/gradle.xml | 19 + .../libraries/Gradle__junit_junit_4_12.xml | 11 + ...Gradle__org_hamcrest_hamcrest_core_1_3.xml | 11 + ...Gradle__org_jetbrains_annotations_13_0.xml | 11 + ...g_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml | 11 + ...org_jetbrains_kotlin_kotlin_test_1_1_1.xml | 11 + ...tbrains_kotlin_kotlin_test_junit_1_1_1.xml | 11 + kotlin/linked-list/.idea/misc.xml | 6 + kotlin/linked-list/.idea/modules.xml | 10 + .../.idea/modules/linked-list_main.iml | 39 + .../.idea/modules/linked-list_test.iml | 45 + kotlin/linked-list/.idea/workspace.xml | 769 + kotlin/linked-list/README.md | 37 + kotlin/linked-list/build.gradle | 28 + kotlin/linked-list/linked-list.iml | 13 + kotlin/linked-list/src/main/kotlin/.keep | 0 .../linked-list/src/test/kotlin/DequeTest.kt | 62 + .../.gradle/4.0.1/fileChanges/last-build.bin | Bin 0 -> 1 bytes .../.gradle/4.0.1/fileHashes/fileHashes.bin | Bin 0 -> 18547 bytes .../.gradle/4.0.1/fileHashes/fileHashes.lock | Bin 0 -> 17 bytes .../.gradle/buildOutputCleanup/built.bin | 0 .../buildOutputCleanup/cache.properties | 2 + .../buildOutputCleanup/cache.properties.lock | 1 + kotlin/minesweeper/.idea/compiler.xml | 9 + kotlin/minesweeper/.idea/gradle.xml | 19 + .../libraries/Gradle__junit_junit_4_12.xml | 11 + ...Gradle__org_hamcrest_hamcrest_core_1_3.xml | 11 + ...Gradle__org_jetbrains_annotations_13_0.xml | 11 + ...g_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml | 11 + ...org_jetbrains_kotlin_kotlin_test_1_1_1.xml | 11 + ...tbrains_kotlin_kotlin_test_junit_1_1_1.xml | 11 + kotlin/minesweeper/.idea/misc.xml | 6 + kotlin/minesweeper/.idea/modules.xml | 10 + .../.idea/modules/minesweeper_main.iml | 39 + .../.idea/modules/minesweeper_test.iml | 45 + kotlin/minesweeper/.idea/workspace.xml | 805 + kotlin/minesweeper/README.md | 33 + kotlin/minesweeper/build.gradle | 28 + kotlin/minesweeper/minesweeper.iml | 13 + kotlin/minesweeper/src/main/kotlin/.keep | 0 .../src/test/kotlin/MinesweeperBoardTest.kt | 240 + kotlin/pig-latin/.gitignore | 180 + .../.gradle/4.0.1/fileChanges/last-build.bin | Bin 0 -> 1 bytes .../.gradle/4.0.1/fileHashes/fileHashes.bin | Bin 0 -> 18547 bytes .../.gradle/4.0.1/fileHashes/fileHashes.lock | Bin 0 -> 17 bytes .../.gradle/buildOutputCleanup/built.bin | 0 .../buildOutputCleanup/cache.properties | 2 + .../buildOutputCleanup/cache.properties.lock | 1 + kotlin/robot-simulator/.idea/compiler.xml | 9 + kotlin/robot-simulator/.idea/gradle.xml | 19 + .../libraries/Gradle__junit_junit_4_12.xml | 11 + ...Gradle__org_hamcrest_hamcrest_core_1_3.xml | 11 + ...Gradle__org_jetbrains_annotations_13_0.xml | 11 + ...g_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml | 11 + ...org_jetbrains_kotlin_kotlin_test_1_1_1.xml | 11 + ...tbrains_kotlin_kotlin_test_junit_1_1_1.xml | 11 + kotlin/robot-simulator/.idea/misc.xml | 6 + kotlin/robot-simulator/.idea/modules.xml | 10 + .../.idea/modules/robot-simulator_main.iml | 39 + .../.idea/modules/robot-simulator_test.iml | 45 + kotlin/robot-simulator/.idea/workspace.xml | 772 + kotlin/robot-simulator/README.md | 37 + kotlin/robot-simulator/build.gradle | 28 + kotlin/robot-simulator/robot-simulator.iml | 13 + .../src/main/kotlin/GridPosition.kt | 1 + .../src/main/kotlin/Orientation.kt | 5 + .../src/starterSource/kotlin/.keep | 0 .../src/test/kotlin/RobotTest.kt | 213 + .../.gradle/4.0.1/fileChanges/last-build.bin | Bin 0 -> 1 bytes .../.gradle/4.0.1/fileHashes/fileHashes.bin | Bin 0 -> 18597 bytes .../.gradle/4.0.1/fileHashes/fileHashes.lock | Bin 0 -> 17 bytes .../.gradle/buildOutputCleanup/built.bin | 0 .../buildOutputCleanup/cache.properties | 2 + .../buildOutputCleanup/cache.properties.lock | 1 + kotlin/roman-numerals/roman-numerals.iml | 13 + kotlin/roman-numerals/roman-numerals.ipr | 195 + kotlin/roman-numerals/roman-numerals_main.iml | 39 + kotlin/roman-numerals/roman-numerals_test.iml | 45 + .../.gradle/4.0.2/fileChanges/last-build.bin | Bin 0 -> 1 bytes .../.gradle/4.0.2/fileHashes/fileHashes.bin | Bin 0 -> 18547 bytes .../.gradle/4.0.2/fileHashes/fileHashes.lock | Bin 0 -> 17 bytes .../say/.gradle/buildOutputCleanup/built.bin | 0 .../buildOutputCleanup/cache.properties | 2 + .../buildOutputCleanup/cache.properties.lock | 1 + kotlin/say/.idea/compiler.xml | 9 + kotlin/say/.idea/gradle.xml | 19 + .../libraries/Gradle__junit_junit_4_12.xml | 11 + ...Gradle__org_hamcrest_hamcrest_core_1_3.xml | 11 + ...Gradle__org_jetbrains_annotations_13_0.xml | 11 + ...g_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml | 11 + ...org_jetbrains_kotlin_kotlin_test_1_1_1.xml | 11 + ...tbrains_kotlin_kotlin_test_junit_1_1_1.xml | 11 + kotlin/say/.idea/misc.xml | 6 + kotlin/say/.idea/modules.xml | 10 + kotlin/say/.idea/modules/say_main.iml | 39 + kotlin/say/.idea/modules/say_test.iml | 45 + kotlin/say/.idea/workspace.xml | 846 + kotlin/say/README.md | 72 + kotlin/say/build.gradle | 28 + kotlin/say/say.iml | 13 + kotlin/say/src/main/kotlin/.keep | 0 kotlin/say/src/main/kotlin/NumberSpeller.kt | 90 + .../say/src/test/kotlin/NumberSpellerTest.kt | 124 + .../.gradle/4.0.2/fileChanges/last-build.bin | Bin 0 -> 1 bytes .../.gradle/4.0.2/fileHashes/fileHashes.bin | Bin 0 -> 18547 bytes .../.gradle/4.0.2/fileHashes/fileHashes.lock | Bin 0 -> 17 bytes .../.gradle/buildOutputCleanup/built.bin | 0 .../buildOutputCleanup/cache.properties | 2 + .../buildOutputCleanup/cache.properties.lock | 1 + kotlin/sublist/.idea/compiler.xml | 9 + kotlin/sublist/.idea/gradle.xml | 19 + .../libraries/Gradle__junit_junit_4_12.xml | 11 + ...Gradle__org_hamcrest_hamcrest_core_1_3.xml | 11 + ...Gradle__org_jetbrains_annotations_13_0.xml | 11 + ...g_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml | 11 + ...org_jetbrains_kotlin_kotlin_test_1_1_1.xml | 11 + ...tbrains_kotlin_kotlin_test_junit_1_1_1.xml | 11 + kotlin/sublist/.idea/misc.xml | 6 + kotlin/sublist/.idea/modules.xml | 10 + kotlin/sublist/.idea/modules/sublist_main.iml | 39 + kotlin/sublist/.idea/modules/sublist_test.iml | 45 + kotlin/sublist/.idea/workspace.xml | 773 + kotlin/sublist/README.md | 24 + kotlin/sublist/build.gradle | 28 + .../META-INF/sublist_main.kotlin_module | Bin 0 -> 31 bytes kotlin/sublist/src/main/kotlin/ListExt.kt | 43 + .../sublist/src/main/kotlin/Relationship.kt | 5 + kotlin/sublist/src/test/kotlin/SublistTest.kt | 144 + kotlin/sublist/sublist.iml | 13 + typescript/hello-world/README.md | 47 + typescript/hello-world/hello-world.test.ts | 17 + .../hello-world/node_modules/.bin/acorn | 1 + .../hello-world/node_modules/.bin/babylon | 1 + .../hello-world/node_modules/.bin/errno | 1 + .../hello-world/node_modules/.bin/escodegen | 1 + .../hello-world/node_modules/.bin/esgenerate | 1 + .../hello-world/node_modules/.bin/esparse | 1 + .../hello-world/node_modules/.bin/esvalidate | 1 + .../hello-world/node_modules/.bin/handlebars | 1 + typescript/hello-world/node_modules/.bin/jest | 1 + .../node_modules/.bin/jest-runtime | 1 + .../hello-world/node_modules/.bin/js-yaml | 1 + .../hello-world/node_modules/.bin/jsesc | 1 + .../hello-world/node_modules/.bin/json5 | 1 + .../node_modules/.bin/loose-envify | 1 + .../hello-world/node_modules/.bin/mkdirp | 1 + .../hello-world/node_modules/.bin/rimraf | 1 + typescript/hello-world/node_modules/.bin/sane | 1 + .../hello-world/node_modules/.bin/semver | 1 + .../hello-world/node_modules/.bin/sshpk-conv | 1 + .../hello-world/node_modules/.bin/sshpk-sign | 1 + .../node_modules/.bin/sshpk-verify | 1 + typescript/hello-world/node_modules/.bin/tsc | 1 + .../hello-world/node_modules/.bin/tslint | 1 + .../hello-world/node_modules/.bin/tsserver | 1 + .../hello-world/node_modules/.bin/uglifyjs | 1 + typescript/hello-world/node_modules/.bin/uuid | 1 + .../hello-world/node_modules/.bin/which | 1 + .../hello-world/node_modules/.yarn-integrity | 443 + .../node_modules/@types/babel-core/README.md | 18 + .../node_modules/@types/babel-core/index.d.ts | 144 + .../@types/babel-core/package.json | 20 + .../@types/babel-core/types-metadata.json | 31 + .../@types/babel-template/README.md | 18 + .../@types/babel-template/index.d.ts | 21 + .../@types/babel-template/package.json | 19 + .../@types/babel-template/types-metadata.json | 31 + .../@types/babel-traverse/LICENSE | 21 + .../@types/babel-traverse/README.md | 16 + .../@types/babel-traverse/index.d.ts | 966 + .../@types/babel-traverse/package.json | 24 + .../node_modules/@types/babel-types/LICENSE | 21 + .../node_modules/@types/babel-types/README.md | 16 + .../@types/babel-types/index.d.ts | 1401 ++ .../@types/babel-types/package.json | 26 + .../node_modules/@types/babylon/LICENSE | 21 + .../node_modules/@types/babylon/README.md | 16 + .../node_modules/@types/babylon/index.d.ts | 58 + .../node_modules/@types/babylon/package.json | 24 + .../node_modules/@types/jest/LICENSE | 21 + .../node_modules/@types/jest/README.md | 16 + .../node_modules/@types/jest/index.d.ts | 465 + .../node_modules/@types/jest/package.json | 38 + .../node_modules/@types/node/LICENSE | 21 + .../node_modules/@types/node/README.md | 16 + .../node_modules/@types/node/index.d.ts | 4433 ++++ .../node_modules/@types/node/package.json | 42 + .../node_modules/abab/CHANGELOG.md | 11 + .../hello-world/node_modules/abab/README.md | 52 + .../hello-world/node_modules/abab/index.js | 9 + .../node_modules/abab/package.json | 46 + .../node_modules/acorn-globals/LICENSE | 19 + .../node_modules/acorn-globals/README.md | 76 + .../node_modules/acorn-globals/index.js | 163 + .../acorn-globals/node_modules/.bin/acorn | 1 + .../node_modules/acorn-globals/package.json | 34 + .../hello-world/node_modules/acorn/.npmignore | 10 + .../hello-world/node_modules/acorn/AUTHORS | 62 + .../node_modules/acorn/CHANGELOG.md | 286 + .../hello-world/node_modules/acorn/LICENSE | 19 + .../hello-world/node_modules/acorn/README.md | 409 + .../hello-world/node_modules/acorn/bin/acorn | 67 + .../node_modules/acorn/package.json | 46 + .../node_modules/acorn/src/bin/acorn.js | 60 + .../node_modules/acorn/src/expression.js | 819 + .../node_modules/acorn/src/identifier.js | 81 + .../node_modules/acorn/src/index.js | 77 + .../node_modules/acorn/src/location.js | 26 + .../node_modules/acorn/src/locutil.js | 42 + .../acorn/src/loose/expression.js | 562 + .../node_modules/acorn/src/loose/index.js | 48 + .../node_modules/acorn/src/loose/parseutil.js | 1 + .../node_modules/acorn/src/loose/state.js | 161 + .../node_modules/acorn/src/loose/statement.js | 450 + .../node_modules/acorn/src/loose/tokenize.js | 108 + .../node_modules/acorn/src/lval.js | 219 + .../node_modules/acorn/src/node.js | 50 + .../node_modules/acorn/src/options.js | 128 + .../node_modules/acorn/src/parseutil.js | 128 + .../node_modules/acorn/src/state.js | 111 + .../node_modules/acorn/src/statement.js | 744 + .../node_modules/acorn/src/tokencontext.js | 110 + .../node_modules/acorn/src/tokenize.js | 686 + .../node_modules/acorn/src/tokentype.js | 147 + .../node_modules/acorn/src/util.js | 9 + .../node_modules/acorn/src/walk/index.js | 342 + .../node_modules/acorn/src/whitespace.js | 13 + .../node_modules/ajv/.tonic_example.js | 20 + .../hello-world/node_modules/ajv/LICENSE | 22 + .../hello-world/node_modules/ajv/README.md | 1213 ++ .../hello-world/node_modules/ajv/package.json | 104 + .../node_modules/ajv/scripts/.eslintrc.yml | 3 + .../node_modules/ajv/scripts/bundle.js | 54 + .../node_modules/ajv/scripts/compile-dots.js | 73 + .../hello-world/node_modules/ajv/scripts/info | 10 + .../node_modules/ajv/scripts/prepare-tests | 9 + .../node_modules/ajv/scripts/travis-gh-pages | 23 + .../node_modules/align-text/LICENSE | 21 + .../node_modules/align-text/README.md | 236 + .../node_modules/align-text/index.js | 52 + .../node_modules/align-text/package.json | 52 + .../hello-world/node_modules/amdefine/LICENSE | 58 + .../node_modules/amdefine/README.md | 171 + .../node_modules/amdefine/amdefine.js | 301 + .../node_modules/amdefine/intercept.js | 36 + .../node_modules/amdefine/package.json | 16 + .../node_modules/ansi-escapes/index.js | 106 + .../node_modules/ansi-escapes/license | 21 + .../node_modules/ansi-escapes/package.json | 50 + .../node_modules/ansi-escapes/readme.md | 176 + .../node_modules/ansi-regex/index.js | 4 + .../node_modules/ansi-regex/license | 21 + .../node_modules/ansi-regex/package.json | 64 + .../node_modules/ansi-regex/readme.md | 39 + .../node_modules/ansi-styles/index.js | 65 + .../node_modules/ansi-styles/license | 21 + .../node_modules/ansi-styles/package.json | 50 + .../node_modules/ansi-styles/readme.md | 86 + .../hello-world/node_modules/anymatch/LICENSE | 15 + .../node_modules/anymatch/README.md | 91 + .../node_modules/anymatch/index.js | 64 + .../node_modules/anymatch/package.json | 47 + .../node_modules/append-transform/index.js | 88 + .../node_modules/append-transform/license | 21 + .../append-transform/package.json | 46 + .../node_modules/append-transform/readme.md | 72 + .../node_modules/argparse/CHANGELOG.md | 179 + .../hello-world/node_modules/argparse/LICENSE | 21 + .../node_modules/argparse/README.md | 253 + .../node_modules/argparse/index.js | 3 + .../node_modules/argparse/package.json | 34 + .../hello-world/node_modules/arr-diff/LICENSE | 21 + .../node_modules/arr-diff/README.md | 74 + .../node_modules/arr-diff/index.js | 58 + .../node_modules/arr-diff/package.json | 49 + .../node_modules/arr-flatten/LICENSE | 21 + .../node_modules/arr-flatten/README.md | 85 + .../node_modules/arr-flatten/index.js | 27 + .../node_modules/arr-flatten/package.json | 72 + .../node_modules/array-equal/.npmignore | 1 + .../node_modules/array-equal/LICENSE | 22 + .../node_modules/array-equal/README.md | 11 + .../node_modules/array-equal/component.json | 10 + .../node_modules/array-equal/index.js | 9 + .../node_modules/array-equal/package.json | 13 + .../node_modules/array-unique/LICENSE | 21 + .../node_modules/array-unique/README.md | 51 + .../node_modules/array-unique/index.js | 28 + .../node_modules/array-unique/package.json | 37 + .../hello-world/node_modules/arrify/index.js | 8 + .../hello-world/node_modules/arrify/license | 21 + .../node_modules/arrify/package.json | 33 + .../hello-world/node_modules/arrify/readme.md | 36 + .../hello-world/node_modules/asn1/.npmignore | 2 + .../hello-world/node_modules/asn1/.travis.yml | 4 + .../hello-world/node_modules/asn1/LICENSE | 19 + .../hello-world/node_modules/asn1/README.md | 50 + .../node_modules/asn1/package.json | 24 + .../node_modules/asn1/tst/ber/reader.test.js | 208 + .../node_modules/asn1/tst/ber/writer.test.js | 370 + .../node_modules/assert-plus/AUTHORS | 6 + .../node_modules/assert-plus/CHANGES.md | 14 + .../node_modules/assert-plus/README.md | 162 + .../node_modules/assert-plus/assert.js | 211 + .../node_modules/assert-plus/package.json | 23 + .../node_modules/async/CHANGELOG.md | 248 + .../hello-world/node_modules/async/LICENSE | 19 + .../hello-world/node_modules/async/README.md | 14 + .../hello-world/node_modules/async/apply.js | 68 + .../node_modules/async/applyEach.js | 51 + .../node_modules/async/applyEachSeries.js | 37 + .../node_modules/async/asyncify.js | 110 + .../hello-world/node_modules/async/auto.js | 289 + .../node_modules/async/autoInject.js | 170 + .../hello-world/node_modules/async/bower.json | 17 + .../hello-world/node_modules/async/cargo.js | 94 + .../hello-world/node_modules/async/compose.js | 58 + .../hello-world/node_modules/async/concat.js | 43 + .../node_modules/async/concatSeries.js | 36 + .../node_modules/async/constant.js | 66 + .../hello-world/node_modules/async/detect.js | 61 + .../node_modules/async/detectLimit.js | 48 + .../node_modules/async/detectSeries.js | 38 + .../hello-world/node_modules/async/dir.js | 43 + .../node_modules/async/doDuring.js | 66 + .../hello-world/node_modules/async/doUntil.js | 39 + .../node_modules/async/doWhilst.js | 59 + .../hello-world/node_modules/async/during.js | 76 + .../hello-world/node_modules/async/each.js | 82 + .../node_modules/async/eachLimit.js | 45 + .../hello-world/node_modules/async/eachOf.js | 111 + .../node_modules/async/eachOfLimit.js | 41 + .../node_modules/async/eachOfSeries.js | 35 + .../node_modules/async/eachSeries.js | 37 + .../node_modules/async/ensureAsync.js | 73 + .../hello-world/node_modules/async/every.js | 50 + .../node_modules/async/everyLimit.js | 42 + .../node_modules/async/everySeries.js | 37 + .../hello-world/node_modules/async/filter.js | 45 + .../node_modules/async/filterLimit.js | 37 + .../node_modules/async/filterSeries.js | 35 + .../hello-world/node_modules/async/forever.js | 65 + .../hello-world/node_modules/async/groupBy.js | 54 + .../node_modules/async/groupByLimit.js | 71 + .../node_modules/async/groupBySeries.js | 37 + .../hello-world/node_modules/async/index.js | 570 + .../async/internal/DoublyLinkedList.js | 88 + .../node_modules/async/internal/applyEach.js | 38 + .../node_modules/async/internal/breakLoop.js | 9 + .../node_modules/async/internal/concat.js | 18 + .../async/internal/consoleFunc.js | 42 + .../async/internal/createTester.js | 44 + .../node_modules/async/internal/doLimit.js | 12 + .../node_modules/async/internal/doParallel.js | 23 + .../async/internal/doParallelLimit.js | 23 + .../node_modules/async/internal/doSeries.js | 23 + .../async/internal/eachOfLimit.js | 71 + .../node_modules/async/internal/filter.js | 75 + .../async/internal/findGetResult.js | 10 + .../async/internal/getIterator.js | 13 + .../async/internal/initialParams.js | 21 + .../node_modules/async/internal/iterator.js | 58 + .../node_modules/async/internal/map.js | 35 + .../node_modules/async/internal/notId.js | 10 + .../node_modules/async/internal/once.js | 15 + .../node_modules/async/internal/onlyOnce.js | 15 + .../node_modules/async/internal/parallel.js | 42 + .../node_modules/async/internal/queue.js | 193 + .../node_modules/async/internal/reject.js | 21 + .../async/internal/setImmediate.js | 42 + .../node_modules/async/internal/slice.js | 16 + .../async/internal/withoutIndex.js | 12 + .../node_modules/async/internal/wrapAsync.js | 25 + .../hello-world/node_modules/async/log.js | 41 + .../hello-world/node_modules/async/map.js | 54 + .../node_modules/async/mapLimit.js | 37 + .../node_modules/async/mapSeries.js | 36 + .../node_modules/async/mapValues.js | 63 + .../node_modules/async/mapValuesLimit.js | 61 + .../node_modules/async/mapValuesSeries.js | 37 + .../hello-world/node_modules/async/memoize.js | 101 + .../node_modules/async/nextTick.js | 51 + .../node_modules/async/package.json | 82 + .../node_modules/async/parallel.js | 90 + .../node_modules/async/parallelLimit.js | 40 + .../node_modules/async/priorityQueue.js | 98 + .../hello-world/node_modules/async/queue.js | 129 + .../hello-world/node_modules/async/race.js | 70 + .../hello-world/node_modules/async/reduce.js | 78 + .../node_modules/async/reduceRight.js | 44 + .../hello-world/node_modules/async/reflect.js | 81 + .../node_modules/async/reflectAll.js | 105 + .../hello-world/node_modules/async/reject.js | 45 + .../node_modules/async/rejectLimit.js | 37 + .../node_modules/async/rejectSeries.js | 35 + .../hello-world/node_modules/async/retry.js | 156 + .../node_modules/async/retryable.js | 65 + .../hello-world/node_modules/async/seq.js | 91 + .../hello-world/node_modules/async/series.js | 85 + .../node_modules/async/setImmediate.js | 45 + .../hello-world/node_modules/async/some.js | 52 + .../node_modules/async/someLimit.js | 43 + .../node_modules/async/someSeries.js | 38 + .../hello-world/node_modules/async/sortBy.js | 91 + .../hello-world/node_modules/async/timeout.js | 89 + .../hello-world/node_modules/async/times.js | 50 + .../node_modules/async/timesLimit.js | 42 + .../node_modules/async/timesSeries.js | 32 + .../node_modules/async/transform.js | 87 + .../hello-world/node_modules/async/tryEach.js | 81 + .../node_modules/async/unmemoize.js | 25 + .../hello-world/node_modules/async/until.js | 41 + .../node_modules/async/waterfall.js | 113 + .../hello-world/node_modules/async/whilst.js | 72 + .../hello-world/node_modules/asynckit/LICENSE | 21 + .../node_modules/asynckit/README.md | 233 + .../node_modules/asynckit/bench.js | 76 + .../node_modules/asynckit/index.js | 6 + .../node_modules/asynckit/package.json | 63 + .../node_modules/asynckit/parallel.js | 43 + .../node_modules/asynckit/serial.js | 17 + .../node_modules/asynckit/serialOrdered.js | 75 + .../node_modules/asynckit/stream.js | 21 + .../node_modules/aws-sign2/LICENSE | 55 + .../node_modules/aws-sign2/README.md | 4 + .../node_modules/aws-sign2/index.js | 212 + .../node_modules/aws-sign2/package.json | 17 + .../hello-world/node_modules/aws4/.npmignore | 4 + .../hello-world/node_modules/aws4/.tern-port | 1 + .../hello-world/node_modules/aws4/.travis.yml | 5 + .../hello-world/node_modules/aws4/LICENSE | 19 + .../hello-world/node_modules/aws4/README.md | 523 + .../hello-world/node_modules/aws4/aws4.js | 332 + .../hello-world/node_modules/aws4/lru.js | 96 + .../node_modules/aws4/package.json | 71 + .../node_modules/babel-code-frame/.npmignore | 3 + .../node_modules/babel-code-frame/README.md | 43 + .../babel-code-frame/package.json | 15 + .../node_modules/babel-core/README.md | 121 + .../node_modules/babel-core/index.js | 1 + .../babel-core/node_modules/.bin/babylon | 1 + .../babel-core/node_modules/.bin/json5 | 1 + .../node_modules/babel-core/package.json | 54 + .../node_modules/babel-core/register.js | 3 + .../node_modules/babel-generator/README.md | 86 + .../babel-generator/node_modules/.bin/jsesc | 1 + .../node_modules/babel-generator/package.json | 27 + .../node_modules/babel-helpers/.npmignore | 3 + .../node_modules/babel-helpers/README.md | 21 + .../node_modules/babel-helpers/package.json | 14 + .../node_modules/babel-jest/.npmignore | 4 + .../node_modules/babel-jest/README.md | 25 + .../node_modules/babel-jest/package.json | 16 + .../node_modules/babel-messages/.npmignore | 3 + .../node_modules/babel-messages/README.md | 18 + .../node_modules/babel-messages/package.json | 13 + .../babel-plugin-istanbul/CHANGELOG.md | 202 + .../babel-plugin-istanbul/LICENSE | 27 + .../babel-plugin-istanbul/README.md | 128 + .../babel-plugin-istanbul/package.json | 74 + .../babel-plugin-jest-hoist/.npmignore | 4 + .../babel-plugin-jest-hoist/README.md | 35 + .../babel-plugin-jest-hoist/package.json | 10 + .../.npmignore | 4 + .../README.md | 134 + .../package.json | 20 + .../.npmignore | 3 + .../README.md | 69 + .../package.json | 18 + .../node_modules/babel-preset-jest/.npmignore | 4 + .../node_modules/babel-preset-jest/README.md | 35 + .../node_modules/babel-preset-jest/index.js | 13 + .../babel-preset-jest/package.json | 13 + .../node_modules/babel-register/.npmignore | 3 + .../node_modules/babel-register/README.md | 100 + .../babel-register/node_modules/.bin/mkdirp | 1 + .../node_modules/babel-register/package.json | 22 + .../node_modules/babel-runtime/.npmignore | 2 + .../node_modules/babel-runtime/README.md | 2 + .../node_modules/babel-runtime/core-js.js | 4 + .../babel-runtime/core-js/array/concat.js | 1 + .../core-js/array/copy-within.js | 1 + .../babel-runtime/core-js/array/entries.js | 1 + .../babel-runtime/core-js/array/every.js | 1 + .../babel-runtime/core-js/array/fill.js | 1 + .../babel-runtime/core-js/array/filter.js | 1 + .../babel-runtime/core-js/array/find-index.js | 1 + .../babel-runtime/core-js/array/find.js | 1 + .../babel-runtime/core-js/array/for-each.js | 1 + .../babel-runtime/core-js/array/from.js | 1 + .../babel-runtime/core-js/array/includes.js | 1 + .../babel-runtime/core-js/array/index-of.js | 1 + .../babel-runtime/core-js/array/join.js | 1 + .../babel-runtime/core-js/array/keys.js | 1 + .../core-js/array/last-index-of.js | 1 + .../babel-runtime/core-js/array/map.js | 1 + .../babel-runtime/core-js/array/of.js | 1 + .../babel-runtime/core-js/array/pop.js | 1 + .../babel-runtime/core-js/array/push.js | 1 + .../core-js/array/reduce-right.js | 1 + .../babel-runtime/core-js/array/reduce.js | 1 + .../babel-runtime/core-js/array/reverse.js | 1 + .../babel-runtime/core-js/array/shift.js | 1 + .../babel-runtime/core-js/array/slice.js | 1 + .../babel-runtime/core-js/array/some.js | 1 + .../babel-runtime/core-js/array/sort.js | 1 + .../babel-runtime/core-js/array/splice.js | 1 + .../babel-runtime/core-js/array/unshift.js | 1 + .../babel-runtime/core-js/array/values.js | 1 + .../babel-runtime/core-js/asap.js | 1 + .../babel-runtime/core-js/clear-immediate.js | 1 + .../babel-runtime/core-js/error/is-error.js | 1 + .../babel-runtime/core-js/get-iterator.js | 1 + .../babel-runtime/core-js/is-iterable.js | 1 + .../babel-runtime/core-js/json/stringify.js | 1 + .../node_modules/babel-runtime/core-js/map.js | 1 + .../babel-runtime/core-js/math/acosh.js | 1 + .../babel-runtime/core-js/math/asinh.js | 1 + .../babel-runtime/core-js/math/atanh.js | 1 + .../babel-runtime/core-js/math/cbrt.js | 1 + .../babel-runtime/core-js/math/clz32.js | 1 + .../babel-runtime/core-js/math/cosh.js | 1 + .../babel-runtime/core-js/math/expm1.js | 1 + .../babel-runtime/core-js/math/fround.js | 1 + .../babel-runtime/core-js/math/hypot.js | 1 + .../babel-runtime/core-js/math/iaddh.js | 1 + .../babel-runtime/core-js/math/imul.js | 1 + .../babel-runtime/core-js/math/imulh.js | 1 + .../babel-runtime/core-js/math/isubh.js | 1 + .../babel-runtime/core-js/math/log10.js | 1 + .../babel-runtime/core-js/math/log1p.js | 1 + .../babel-runtime/core-js/math/log2.js | 1 + .../babel-runtime/core-js/math/sign.js | 1 + .../babel-runtime/core-js/math/sinh.js | 1 + .../babel-runtime/core-js/math/tanh.js | 1 + .../babel-runtime/core-js/math/trunc.js | 1 + .../babel-runtime/core-js/math/umulh.js | 1 + .../babel-runtime/core-js/number/epsilon.js | 1 + .../babel-runtime/core-js/number/is-finite.js | 1 + .../core-js/number/is-integer.js | 1 + .../babel-runtime/core-js/number/is-nan.js | 1 + .../core-js/number/is-safe-integer.js | 1 + .../core-js/number/max-safe-integer.js | 1 + .../core-js/number/min-safe-integer.js | 1 + .../core-js/number/parse-float.js | 1 + .../babel-runtime/core-js/number/parse-int.js | 1 + .../babel-runtime/core-js/object/assign.js | 1 + .../babel-runtime/core-js/object/create.js | 1 + .../core-js/object/define-properties.js | 1 + .../core-js/object/define-property.js | 1 + .../babel-runtime/core-js/object/entries.js | 1 + .../babel-runtime/core-js/object/freeze.js | 1 + .../object/get-own-property-descriptor.js | 1 + .../object/get-own-property-descriptors.js | 1 + .../core-js/object/get-own-property-names.js | 1 + .../object/get-own-property-symbols.js | 1 + .../core-js/object/get-prototype-of.js | 1 + .../core-js/object/is-extensible.js | 1 + .../babel-runtime/core-js/object/is-frozen.js | 1 + .../babel-runtime/core-js/object/is-sealed.js | 1 + .../babel-runtime/core-js/object/is.js | 1 + .../babel-runtime/core-js/object/keys.js | 1 + .../core-js/object/prevent-extensions.js | 1 + .../babel-runtime/core-js/object/seal.js | 1 + .../core-js/object/set-prototype-of.js | 1 + .../babel-runtime/core-js/object/values.js | 1 + .../babel-runtime/core-js/observable.js | 1 + .../babel-runtime/core-js/promise.js | 1 + .../babel-runtime/core-js/reflect/apply.js | 1 + .../core-js/reflect/construct.js | 1 + .../core-js/reflect/define-metadata.js | 1 + .../core-js/reflect/define-property.js | 1 + .../core-js/reflect/delete-metadata.js | 1 + .../core-js/reflect/delete-property.js | 1 + .../core-js/reflect/enumerate.js | 1 + .../core-js/reflect/get-metadata-keys.js | 1 + .../core-js/reflect/get-metadata.js | 1 + .../core-js/reflect/get-own-metadata-keys.js | 1 + .../core-js/reflect/get-own-metadata.js | 1 + .../reflect/get-own-property-descriptor.js | 1 + .../core-js/reflect/get-prototype-of.js | 1 + .../babel-runtime/core-js/reflect/get.js | 1 + .../core-js/reflect/has-metadata.js | 1 + .../core-js/reflect/has-own-metadata.js | 1 + .../babel-runtime/core-js/reflect/has.js | 1 + .../core-js/reflect/is-extensible.js | 1 + .../babel-runtime/core-js/reflect/metadata.js | 1 + .../babel-runtime/core-js/reflect/own-keys.js | 1 + .../core-js/reflect/prevent-extensions.js | 1 + .../core-js/reflect/set-prototype-of.js | 1 + .../babel-runtime/core-js/reflect/set.js | 1 + .../babel-runtime/core-js/regexp/escape.js | 1 + .../babel-runtime/core-js/set-immediate.js | 1 + .../node_modules/babel-runtime/core-js/set.js | 1 + .../babel-runtime/core-js/string/at.js | 1 + .../core-js/string/code-point-at.js | 1 + .../babel-runtime/core-js/string/ends-with.js | 1 + .../core-js/string/from-code-point.js | 1 + .../babel-runtime/core-js/string/includes.js | 1 + .../babel-runtime/core-js/string/match-all.js | 1 + .../babel-runtime/core-js/string/pad-end.js | 1 + .../babel-runtime/core-js/string/pad-left.js | 1 + .../babel-runtime/core-js/string/pad-right.js | 1 + .../babel-runtime/core-js/string/pad-start.js | 1 + .../babel-runtime/core-js/string/raw.js | 1 + .../babel-runtime/core-js/string/repeat.js | 1 + .../core-js/string/starts-with.js | 1 + .../babel-runtime/core-js/string/trim-end.js | 1 + .../babel-runtime/core-js/string/trim-left.js | 1 + .../core-js/string/trim-right.js | 1 + .../core-js/string/trim-start.js | 1 + .../babel-runtime/core-js/string/trim.js | 1 + .../babel-runtime/core-js/symbol.js | 1 + .../core-js/symbol/async-iterator.js | 1 + .../babel-runtime/core-js/symbol/for.js | 1 + .../core-js/symbol/has-instance.js | 1 + .../core-js/symbol/is-concat-spreadable.js | 1 + .../babel-runtime/core-js/symbol/iterator.js | 1 + .../babel-runtime/core-js/symbol/key-for.js | 1 + .../babel-runtime/core-js/symbol/match.js | 1 + .../core-js/symbol/observable.js | 1 + .../babel-runtime/core-js/symbol/replace.js | 1 + .../babel-runtime/core-js/symbol/search.js | 1 + .../babel-runtime/core-js/symbol/species.js | 1 + .../babel-runtime/core-js/symbol/split.js | 1 + .../core-js/symbol/to-primitive.js | 1 + .../core-js/symbol/to-string-tag.js | 1 + .../core-js/symbol/unscopables.js | 1 + .../babel-runtime/core-js/system/global.js | 1 + .../babel-runtime/core-js/weak-map.js | 1 + .../babel-runtime/core-js/weak-set.js | 1 + .../helpers/_async-generator-delegate.js | 1 + .../babel-runtime/helpers/_async-generator.js | 1 + .../babel-runtime/helpers/_async-iterator.js | 1 + .../helpers/_async-to-generator.js | 1 + .../helpers/_class-call-check.js | 1 + .../babel-runtime/helpers/_create-class.js | 1 + .../babel-runtime/helpers/_defaults.js | 1 + .../helpers/_define-enumerable-properties.js | 1 + .../babel-runtime/helpers/_define-property.js | 1 + .../babel-runtime/helpers/_extends.js | 1 + .../babel-runtime/helpers/_get.js | 1 + .../babel-runtime/helpers/_inherits.js | 1 + .../babel-runtime/helpers/_instanceof.js | 1 + .../helpers/_interop-require-default.js | 1 + .../helpers/_interop-require-wildcard.js | 1 + .../babel-runtime/helpers/_jsx.js | 1 + .../babel-runtime/helpers/_new-arrow-check.js | 1 + .../helpers/_object-destructuring-empty.js | 1 + .../helpers/_object-without-properties.js | 1 + .../helpers/_possible-constructor-return.js | 1 + .../babel-runtime/helpers/_self-global.js | 1 + .../babel-runtime/helpers/_set.js | 1 + .../helpers/_sliced-to-array-loose.js | 1 + .../babel-runtime/helpers/_sliced-to-array.js | 1 + .../helpers/_tagged-template-literal-loose.js | 1 + .../helpers/_tagged-template-literal.js | 1 + .../babel-runtime/helpers/_temporal-ref.js | 1 + .../helpers/_temporal-undefined.js | 1 + .../babel-runtime/helpers/_to-array.js | 1 + .../helpers/_to-consumable-array.js | 1 + .../babel-runtime/helpers/_typeof.js | 1 + .../helpers/async-generator-delegate.js | 1 + .../babel-runtime/helpers/async-generator.js | 1 + .../babel-runtime/helpers/async-iterator.js | 1 + .../helpers/async-to-generator.js | 1 + .../babel-runtime/helpers/asyncGenerator.js | 126 + .../helpers/asyncGeneratorDelegate.js | 69 + .../babel-runtime/helpers/asyncIterator.js | 32 + .../babel-runtime/helpers/asyncToGenerator.js | 38 + .../babel-runtime/helpers/class-call-check.js | 1 + .../babel-runtime/helpers/classCallCheck.js | 9 + .../babel-runtime/helpers/create-class.js | 1 + .../babel-runtime/helpers/createClass.js | 27 + .../babel-runtime/helpers/defaults.js | 32 + .../helpers/define-enumerable-properties.js | 1 + .../babel-runtime/helpers/define-property.js | 1 + .../helpers/defineEnumerableProperties.js | 20 + .../babel-runtime/helpers/defineProperty.js | 24 + .../babel-runtime/helpers/extends.js | 23 + .../node_modules/babel-runtime/helpers/get.js | 38 + .../babel-runtime/helpers/inherits.js | 33 + .../babel-runtime/helpers/instanceof.js | 21 + .../helpers/interop-require-default.js | 1 + .../helpers/interop-require-wildcard.js | 1 + .../helpers/interopRequireDefault.js | 9 + .../helpers/interopRequireWildcard.js | 20 + .../node_modules/babel-runtime/helpers/jsx.js | 56 + .../babel-runtime/helpers/new-arrow-check.js | 1 + .../babel-runtime/helpers/newArrowCheck.js | 9 + .../helpers/object-destructuring-empty.js | 1 + .../helpers/object-without-properties.js | 1 + .../helpers/objectDestructuringEmpty.js | 7 + .../helpers/objectWithoutProperties.js | 15 + .../helpers/possible-constructor-return.js | 1 + .../helpers/possibleConstructorReturn.js | 17 + .../babel-runtime/helpers/self-global.js | 1 + .../babel-runtime/helpers/selfGlobal.js | 4 + .../node_modules/babel-runtime/helpers/set.js | 35 + .../helpers/sliced-to-array-loose.js | 1 + .../babel-runtime/helpers/sliced-to-array.js | 1 + .../babel-runtime/helpers/slicedToArray.js | 51 + .../helpers/slicedToArrayLoose.js | 31 + .../helpers/tagged-template-literal-loose.js | 1 + .../helpers/tagged-template-literal.js | 1 + .../helpers/taggedTemplateLiteral.js | 21 + .../helpers/taggedTemplateLiteralLoose.js | 8 + .../babel-runtime/helpers/temporal-ref.js | 1 + .../helpers/temporal-undefined.js | 1 + .../babel-runtime/helpers/temporalRef.js | 11 + .../helpers/temporalUndefined.js | 4 + .../babel-runtime/helpers/to-array.js | 1 + .../helpers/to-consumable-array.js | 1 + .../babel-runtime/helpers/toArray.js | 13 + .../helpers/toConsumableArray.js | 21 + .../babel-runtime/helpers/typeof.js | 21 + .../node_modules/babel-runtime/package.json | 16 + .../babel-runtime/regenerator/index.js | 1 + .../node_modules/babel-template/.npmignore | 3 + .../node_modules/babel-template/README.md | 64 + .../babel-template/node_modules/.bin/babylon | 1 + .../node_modules/babel-template/package.json | 17 + .../node_modules/babel-traverse/.npmignore | 3 + .../node_modules/babel-traverse/README.md | 1 + .../babel-traverse/node_modules/.bin/babylon | 1 + .../node_modules/babel-traverse/package.json | 24 + .../node_modules/babel-types/.npmignore | 3 + .../node_modules/babel-types/README.md | 1983 ++ .../node_modules/babel-types/package.json | 19 + .../node_modules/babylon/CHANGELOG.md | 974 + .../hello-world/node_modules/babylon/LICENSE | 19 + .../node_modules/babylon/README.md | 134 + .../node_modules/babylon/bin/babylon.js | 16 + .../babylon/bin/generate-identifier-regex.js | 62 + .../node_modules/babylon/package.json | 84 + .../node_modules/balanced-match/.npmignore | 5 + .../node_modules/balanced-match/LICENSE.md | 21 + .../node_modules/balanced-match/README.md | 91 + .../node_modules/balanced-match/index.js | 59 + .../node_modules/balanced-match/package.json | 49 + .../node_modules/bcrypt-pbkdf/README.md | 39 + .../node_modules/bcrypt-pbkdf/index.js | 556 + .../node_modules/bcrypt-pbkdf/package.json | 11 + .../hello-world/node_modules/boom/.npmignore | 18 + .../hello-world/node_modules/boom/.travis.yml | 8 + .../node_modules/boom/CONTRIBUTING.md | 1 + .../hello-world/node_modules/boom/LICENSE | 28 + .../hello-world/node_modules/boom/README.md | 652 + .../node_modules/boom/images/boom.png | Bin 0 -> 29479 bytes .../node_modules/boom/package.json | 26 + .../node_modules/boom/test/index.js | 654 + .../node_modules/brace-expansion/README.md | 123 + .../node_modules/brace-expansion/index.js | 201 + .../node_modules/brace-expansion/package.json | 47 + .../hello-world/node_modules/braces/LICENSE | 21 + .../hello-world/node_modules/braces/README.md | 248 + .../hello-world/node_modules/braces/index.js | 399 + .../node_modules/braces/package.json | 83 + .../node_modules/browser-resolve/LICENSE | 21 + .../node_modules/browser-resolve/empty.js | 0 .../node_modules/browser-resolve/index.js | 343 + .../node_modules/resolve/.travis.yml | 4 + .../node_modules/resolve/LICENSE | 18 + .../node_modules/resolve/example/async.js | 5 + .../node_modules/resolve/example/sync.js | 3 + .../node_modules/resolve/index.js | 5 + .../node_modules/resolve/package.json | 29 + .../node_modules/resolve/readme.markdown | 148 + .../node_modules/resolve/test/core.js | 12 + .../node_modules/resolve/test/dotdot.js | 29 + .../resolve/test/dotdot/abc/index.js | 2 + .../node_modules/resolve/test/dotdot/index.js | 1 + .../resolve/test/faulty_basedir.js | 17 + .../node_modules/resolve/test/filter.js | 18 + .../node_modules/resolve/test/filter_sync.js | 15 + .../node_modules/resolve/test/mock.js | 142 + .../node_modules/resolve/test/mock_sync.js | 68 + .../node_modules/resolve/test/module_dir.js | 56 + .../test/module_dir/xmodules/aaa/index.js | 1 + .../test/module_dir/ymodules/aaa/index.js | 1 + .../test/module_dir/zmodules/bbb/main.js | 1 + .../test/module_dir/zmodules/bbb/package.json | 3 + .../node_modules/resolve/test/node_path.js | 48 + .../resolve/test/node_path/x/aaa/index.js | 1 + .../resolve/test/node_path/x/ccc/index.js | 1 + .../resolve/test/node_path/y/bbb/index.js | 1 + .../resolve/test/node_path/y/ccc/index.js | 1 + .../node_modules/resolve/test/nonstring.js | 9 + .../node_modules/resolve/test/pathfilter.js | 35 + .../resolve/test/pathfilter/deep_ref/main.js | 0 .../deep_ref/node_modules/deep/alt.js | 0 .../deep_ref/node_modules/deep/deeper/ref.js | 0 .../deep_ref/node_modules/deep/package.json | 4 + .../deep_ref/node_modules/deep/ref.js | 0 .../node_modules/resolve/test/precedence.js | 23 + .../resolve/test/precedence/aaa.js | 1 + .../resolve/test/precedence/aaa/index.js | 1 + .../resolve/test/precedence/aaa/main.js | 1 + .../resolve/test/precedence/bbb.js | 1 + .../resolve/test/precedence/bbb/main.js | 1 + .../node_modules/resolve/test/resolver.js | 281 + .../resolver/bar/node_modules/foo/index.js | 1 + .../resolve/test/resolver/baz/doom.js | 0 .../resolve/test/resolver/baz/package.json | 3 + .../resolve/test/resolver/baz/quux.js | 1 + .../biz/node_modules/garply/package.json | 3 + .../resolver/biz/node_modules/grux/index.js | 1 + .../resolver/biz/node_modules/tiv/index.js | 1 + .../resolve/test/resolver/cup.coffee | 1 + .../node_modules/resolve/test/resolver/foo.js | 1 + .../test/resolver/incorrect_main/index.js | 2 + .../test/resolver/incorrect_main/package.json | 3 + .../resolve/test/resolver/mug.coffee | 0 .../node_modules/resolve/test/resolver/mug.js | 0 .../resolve/test/resolver/other_path/root.js | 0 .../punycode/node_modules/punycode/index.js | 0 .../resolve/test/resolver/quux/foo/index.js | 1 + .../test/resolver/without_basedir/main.js | 6 + .../without_basedir/node_modules/mymodule.js | 1 + .../resolve/test/resolver_sync.js | 180 + .../node_modules/resolve/test/subdirs.js | 13 + .../test/subdirs/node_modules/a/b/c/x.json | 1 + .../test/subdirs/node_modules/a/package.json | 1 + .../node_modules/browser-resolve/package.json | 29 + .../hello-world/node_modules/bser/README.md | 81 + .../hello-world/node_modules/bser/index.js | 586 + .../node_modules/bser/package.json | 33 + .../builtin-modules/builtin-modules.json | 35 + .../node_modules/builtin-modules/index.js | 10 + .../node_modules/builtin-modules/license | 21 + .../node_modules/builtin-modules/package.json | 40 + .../node_modules/builtin-modules/readme.md | 41 + .../node_modules/builtin-modules/static.js | 2 + .../node_modules/callsites/index.js | 8 + .../node_modules/callsites/license | 21 + .../node_modules/callsites/package.json | 40 + .../node_modules/callsites/readme.md | 46 + .../node_modules/camelcase/index.js | 56 + .../node_modules/camelcase/license | 21 + .../node_modules/camelcase/package.json | 39 + .../node_modules/camelcase/readme.md | 57 + .../hello-world/node_modules/caseless/LICENSE | 28 + .../node_modules/caseless/README.md | 45 + .../node_modules/caseless/index.js | 67 + .../node_modules/caseless/package.json | 27 + .../hello-world/node_modules/caseless/test.js | 67 + .../node_modules/center-align/LICENSE | 21 + .../node_modules/center-align/README.md | 74 + .../node_modules/center-align/index.js | 16 + .../node_modules/center-align/package.json | 51 + .../node_modules/center-align/utils.js | 40 + .../hello-world/node_modules/chalk/index.js | 116 + .../hello-world/node_modules/chalk/license | 21 + .../node_modules/chalk/package.json | 70 + .../hello-world/node_modules/chalk/readme.md | 213 + .../node_modules/ci-info/.npmignore | 1 + .../node_modules/ci-info/.travis.yml | 7 + .../hello-world/node_modules/ci-info/LICENSE | 21 + .../node_modules/ci-info/README.md | 98 + .../hello-world/node_modules/ci-info/index.js | 47 + .../node_modules/ci-info/package.json | 35 + .../hello-world/node_modules/ci-info/test.js | 81 + .../node_modules/cliui/CHANGELOG.md | 15 + .../node_modules/cliui/LICENSE.txt | 14 + .../hello-world/node_modules/cliui/README.md | 110 + .../hello-world/node_modules/cliui/index.js | 316 + .../node_modules/cliui/package.json | 64 + .../hello-world/node_modules/co/History.md | 172 + .../hello-world/node_modules/co/LICENSE | 22 + .../hello-world/node_modules/co/Readme.md | 212 + .../hello-world/node_modules/co/index.js | 237 + .../hello-world/node_modules/co/package.json | 34 + .../node_modules/code-point-at/index.js | 32 + .../node_modules/code-point-at/license | 21 + .../node_modules/code-point-at/package.json | 38 + .../node_modules/code-point-at/readme.md | 32 + .../node_modules/color-convert/CHANGELOG.md | 54 + .../node_modules/color-convert/LICENSE | 21 + .../node_modules/color-convert/README.md | 68 + .../node_modules/color-convert/conversions.js | 861 + .../node_modules/color-convert/index.js | 78 + .../node_modules/color-convert/package.json | 46 + .../node_modules/color-convert/route.js | 98 + .../node_modules/color-name/LICENSE | 8 + .../node_modules/color-name/README.md | 11 + .../node_modules/color-name/index.js | 150 + .../node_modules/color-name/package.json | 28 + .../hello-world/node_modules/colors/LICENSE | 23 + .../hello-world/node_modules/colors/ReadMe.md | 178 + .../colors/examples/normal-usage.js | 74 + .../colors/examples/safe-string.js | 76 + .../node_modules/colors/package.json | 28 + .../hello-world/node_modules/colors/safe.js | 9 + .../colors/themes/generic-logging.js | 12 + .../node_modules/combined-stream/License | 19 + .../node_modules/combined-stream/Readme.md | 138 + .../node_modules/combined-stream/package.json | 25 + .../node_modules/commander/History.md | 261 + .../node_modules/commander/LICENSE | 22 + .../node_modules/commander/Readme.md | 351 + .../node_modules/commander/index.js | 1110 + .../node_modules/commander/package.json | 33 + .../node_modules/concat-map/.travis.yml | 4 + .../node_modules/concat-map/LICENSE | 18 + .../node_modules/concat-map/README.markdown | 62 + .../node_modules/concat-map/example/map.js | 6 + .../node_modules/concat-map/index.js | 13 + .../node_modules/concat-map/package.json | 43 + .../node_modules/concat-map/test/map.js | 39 + .../content-type-parser/LICENSE.txt | 19 + .../content-type-parser/README.md | 60 + .../content-type-parser/package.json | 24 + .../convert-source-map/.npmignore | 16 + .../convert-source-map/.travis.yml | 7 + .../node_modules/convert-source-map/LICENSE | 23 + .../node_modules/convert-source-map/README.md | 125 + .../example/comment-to-json.js | 15 + .../node_modules/convert-source-map/index.js | 136 + .../convert-source-map/package.json | 36 + .../convert-source-map/test/comment-regex.js | 137 + .../test/convert-source-map.js | 255 + .../map-file-comment-double-slash.css | 14 + .../test/fixtures/map-file-comment-inline.css | 14 + .../test/fixtures/map-file-comment.css | 14 + .../test/fixtures/map-file-comment.css.map | 6 + .../test/map-file-comment.js | 70 + .../node_modules/core-js/CHANGELOG.md | 561 + .../node_modules/core-js/Gruntfile.js | 2 + .../hello-world/node_modules/core-js/LICENSE | 19 + .../node_modules/core-js/bower.json | 47 + .../node_modules/core-js/client/core.js | 7613 +++++++ .../node_modules/core-js/client/core.min.js | 10 + .../core-js/client/core.min.js.map | 1 + .../node_modules/core-js/client/library.js | 7136 +++++++ .../core-js/client/library.min.js | 10 + .../core-js/client/library.min.js.map | 1 + .../node_modules/core-js/client/shim.js | 7258 +++++++ .../node_modules/core-js/client/shim.min.js | 10 + .../core-js/client/shim.min.js.map | 1 + .../node_modules/core-js/core/_.js | 2 + .../node_modules/core-js/core/delay.js | 2 + .../node_modules/core-js/core/dict.js | 2 + .../node_modules/core-js/core/function.js | 2 + .../node_modules/core-js/core/index.js | 15 + .../node_modules/core-js/core/number.js | 2 + .../node_modules/core-js/core/object.js | 5 + .../node_modules/core-js/core/regexp.js | 2 + .../node_modules/core-js/core/string.js | 3 + .../node_modules/core-js/es5/index.js | 37 + .../node_modules/core-js/es6/array.js | 23 + .../node_modules/core-js/es6/date.js | 6 + .../node_modules/core-js/es6/function.js | 4 + .../node_modules/core-js/es6/index.js | 138 + .../node_modules/core-js/es6/map.js | 5 + .../node_modules/core-js/es6/math.js | 18 + .../node_modules/core-js/es6/number.js | 13 + .../node_modules/core-js/es6/object.js | 20 + .../node_modules/core-js/es6/parse-float.js | 2 + .../node_modules/core-js/es6/parse-int.js | 2 + .../node_modules/core-js/es6/promise.js | 5 + .../node_modules/core-js/es6/reflect.js | 15 + .../node_modules/core-js/es6/regexp.js | 8 + .../node_modules/core-js/es6/set.js | 5 + .../node_modules/core-js/es6/string.js | 27 + .../node_modules/core-js/es6/symbol.js | 3 + .../node_modules/core-js/es6/typed.js | 13 + .../node_modules/core-js/es6/weak-map.js | 4 + .../node_modules/core-js/es6/weak-set.js | 4 + .../node_modules/core-js/es7/array.js | 2 + .../node_modules/core-js/es7/asap.js | 2 + .../node_modules/core-js/es7/error.js | 2 + .../node_modules/core-js/es7/index.js | 36 + .../node_modules/core-js/es7/map.js | 2 + .../node_modules/core-js/es7/math.js | 5 + .../node_modules/core-js/es7/object.js | 8 + .../node_modules/core-js/es7/observable.js | 7 + .../node_modules/core-js/es7/reflect.js | 10 + .../node_modules/core-js/es7/set.js | 2 + .../node_modules/core-js/es7/string.js | 7 + .../node_modules/core-js/es7/symbol.js | 3 + .../node_modules/core-js/es7/system.js | 2 + .../hello-world/node_modules/core-js/fn/_.js | 2 + .../node_modules/core-js/fn/array/concat.js | 4 + .../core-js/fn/array/copy-within.js | 2 + .../node_modules/core-js/fn/array/entries.js | 2 + .../node_modules/core-js/fn/array/every.js | 2 + .../node_modules/core-js/fn/array/fill.js | 2 + .../node_modules/core-js/fn/array/filter.js | 2 + .../core-js/fn/array/find-index.js | 2 + .../node_modules/core-js/fn/array/find.js | 2 + .../node_modules/core-js/fn/array/for-each.js | 2 + .../node_modules/core-js/fn/array/from.js | 3 + .../node_modules/core-js/fn/array/includes.js | 2 + .../node_modules/core-js/fn/array/index-of.js | 2 + .../node_modules/core-js/fn/array/index.js | 24 + .../node_modules/core-js/fn/array/is-array.js | 2 + .../node_modules/core-js/fn/array/iterator.js | 2 + .../node_modules/core-js/fn/array/join.js | 2 + .../node_modules/core-js/fn/array/keys.js | 2 + .../core-js/fn/array/last-index-of.js | 2 + .../node_modules/core-js/fn/array/map.js | 2 + .../node_modules/core-js/fn/array/of.js | 2 + .../node_modules/core-js/fn/array/pop.js | 4 + .../node_modules/core-js/fn/array/push.js | 4 + .../core-js/fn/array/reduce-right.js | 2 + .../node_modules/core-js/fn/array/reduce.js | 2 + .../node_modules/core-js/fn/array/reverse.js | 4 + .../node_modules/core-js/fn/array/shift.js | 4 + .../node_modules/core-js/fn/array/slice.js | 2 + .../node_modules/core-js/fn/array/some.js | 2 + .../node_modules/core-js/fn/array/sort.js | 2 + .../node_modules/core-js/fn/array/splice.js | 4 + .../node_modules/core-js/fn/array/unshift.js | 4 + .../node_modules/core-js/fn/array/values.js | 2 + .../core-js/fn/array/virtual/copy-within.js | 2 + .../core-js/fn/array/virtual/entries.js | 2 + .../core-js/fn/array/virtual/every.js | 2 + .../core-js/fn/array/virtual/fill.js | 2 + .../core-js/fn/array/virtual/filter.js | 2 + .../core-js/fn/array/virtual/find-index.js | 2 + .../core-js/fn/array/virtual/find.js | 2 + .../core-js/fn/array/virtual/for-each.js | 2 + .../core-js/fn/array/virtual/includes.js | 2 + .../core-js/fn/array/virtual/index-of.js | 2 + .../core-js/fn/array/virtual/index.js | 20 + .../core-js/fn/array/virtual/iterator.js | 2 + .../core-js/fn/array/virtual/join.js | 2 + .../core-js/fn/array/virtual/keys.js | 2 + .../core-js/fn/array/virtual/last-index-of.js | 2 + .../core-js/fn/array/virtual/map.js | 2 + .../core-js/fn/array/virtual/reduce-right.js | 2 + .../core-js/fn/array/virtual/reduce.js | 2 + .../core-js/fn/array/virtual/slice.js | 2 + .../core-js/fn/array/virtual/some.js | 2 + .../core-js/fn/array/virtual/sort.js | 2 + .../core-js/fn/array/virtual/values.js | 2 + .../node_modules/core-js/fn/asap.js | 2 + .../core-js/fn/clear-immediate.js | 2 + .../node_modules/core-js/fn/date/index.js | 6 + .../node_modules/core-js/fn/date/now.js | 2 + .../core-js/fn/date/to-iso-string.js | 3 + .../node_modules/core-js/fn/date/to-json.js | 2 + .../core-js/fn/date/to-primitive.js | 5 + .../node_modules/core-js/fn/date/to-string.js | 5 + .../node_modules/core-js/fn/delay.js | 2 + .../node_modules/core-js/fn/dict.js | 2 + .../core-js/fn/dom-collections/index.js | 8 + .../core-js/fn/dom-collections/iterator.js | 2 + .../node_modules/core-js/fn/error/index.js | 2 + .../node_modules/core-js/fn/error/is-error.js | 2 + .../node_modules/core-js/fn/function/bind.js | 2 + .../core-js/fn/function/has-instance.js | 2 + .../node_modules/core-js/fn/function/index.js | 5 + .../node_modules/core-js/fn/function/name.js | 1 + .../node_modules/core-js/fn/function/part.js | 2 + .../core-js/fn/function/virtual/bind.js | 2 + .../core-js/fn/function/virtual/index.js | 3 + .../core-js/fn/function/virtual/part.js | 2 + .../core-js/fn/get-iterator-method.js | 3 + .../node_modules/core-js/fn/get-iterator.js | 3 + .../node_modules/core-js/fn/is-iterable.js | 3 + .../node_modules/core-js/fn/json/index.js | 2 + .../node_modules/core-js/fn/json/stringify.js | 5 + .../node_modules/core-js/fn/map.js | 6 + .../node_modules/core-js/fn/math/acosh.js | 2 + .../node_modules/core-js/fn/math/asinh.js | 2 + .../node_modules/core-js/fn/math/atanh.js | 2 + .../node_modules/core-js/fn/math/cbrt.js | 2 + .../node_modules/core-js/fn/math/clz32.js | 2 + .../node_modules/core-js/fn/math/cosh.js | 2 + .../node_modules/core-js/fn/math/expm1.js | 2 + .../node_modules/core-js/fn/math/fround.js | 2 + .../node_modules/core-js/fn/math/hypot.js | 2 + .../node_modules/core-js/fn/math/iaddh.js | 2 + .../node_modules/core-js/fn/math/imul.js | 2 + .../node_modules/core-js/fn/math/imulh.js | 2 + .../node_modules/core-js/fn/math/index.js | 22 + .../node_modules/core-js/fn/math/isubh.js | 2 + .../node_modules/core-js/fn/math/log10.js | 2 + .../node_modules/core-js/fn/math/log1p.js | 2 + .../node_modules/core-js/fn/math/log2.js | 2 + .../node_modules/core-js/fn/math/sign.js | 2 + .../node_modules/core-js/fn/math/sinh.js | 2 + .../node_modules/core-js/fn/math/tanh.js | 2 + .../node_modules/core-js/fn/math/trunc.js | 2 + .../node_modules/core-js/fn/math/umulh.js | 2 + .../core-js/fn/number/constructor.js | 2 + .../node_modules/core-js/fn/number/epsilon.js | 2 + .../node_modules/core-js/fn/number/index.js | 14 + .../core-js/fn/number/is-finite.js | 2 + .../core-js/fn/number/is-integer.js | 2 + .../node_modules/core-js/fn/number/is-nan.js | 2 + .../core-js/fn/number/is-safe-integer.js | 2 + .../core-js/fn/number/iterator.js | 5 + .../core-js/fn/number/max-safe-integer.js | 2 + .../core-js/fn/number/min-safe-integer.js | 2 + .../core-js/fn/number/parse-float.js | 2 + .../core-js/fn/number/parse-int.js | 2 + .../core-js/fn/number/to-fixed.js | 2 + .../core-js/fn/number/to-precision.js | 2 + .../core-js/fn/number/virtual/index.js | 4 + .../core-js/fn/number/virtual/iterator.js | 2 + .../core-js/fn/number/virtual/to-fixed.js | 2 + .../core-js/fn/number/virtual/to-precision.js | 2 + .../node_modules/core-js/fn/object/assign.js | 2 + .../node_modules/core-js/fn/object/classof.js | 2 + .../node_modules/core-js/fn/object/create.js | 5 + .../core-js/fn/object/define-getter.js | 2 + .../core-js/fn/object/define-properties.js | 5 + .../core-js/fn/object/define-property.js | 5 + .../core-js/fn/object/define-setter.js | 2 + .../node_modules/core-js/fn/object/define.js | 2 + .../node_modules/core-js/fn/object/entries.js | 2 + .../node_modules/core-js/fn/object/freeze.js | 2 + .../fn/object/get-own-property-descriptor.js | 5 + .../fn/object/get-own-property-descriptors.js | 2 + .../fn/object/get-own-property-names.js | 5 + .../fn/object/get-own-property-symbols.js | 2 + .../core-js/fn/object/get-prototype-of.js | 2 + .../node_modules/core-js/fn/object/index.js | 30 + .../core-js/fn/object/is-extensible.js | 2 + .../core-js/fn/object/is-frozen.js | 2 + .../core-js/fn/object/is-object.js | 2 + .../core-js/fn/object/is-sealed.js | 2 + .../node_modules/core-js/fn/object/is.js | 2 + .../node_modules/core-js/fn/object/keys.js | 2 + .../core-js/fn/object/lookup-getter.js | 2 + .../core-js/fn/object/lookup-setter.js | 2 + .../node_modules/core-js/fn/object/make.js | 2 + .../core-js/fn/object/prevent-extensions.js | 2 + .../node_modules/core-js/fn/object/seal.js | 2 + .../core-js/fn/object/set-prototype-of.js | 2 + .../node_modules/core-js/fn/object/values.js | 2 + .../node_modules/core-js/fn/observable.js | 7 + .../node_modules/core-js/fn/parse-float.js | 2 + .../node_modules/core-js/fn/parse-int.js | 2 + .../node_modules/core-js/fn/promise.js | 5 + .../node_modules/core-js/fn/reflect/apply.js | 2 + .../core-js/fn/reflect/construct.js | 2 + .../core-js/fn/reflect/define-metadata.js | 2 + .../core-js/fn/reflect/define-property.js | 2 + .../core-js/fn/reflect/delete-metadata.js | 2 + .../core-js/fn/reflect/delete-property.js | 2 + .../core-js/fn/reflect/enumerate.js | 2 + .../core-js/fn/reflect/get-metadata-keys.js | 2 + .../core-js/fn/reflect/get-metadata.js | 2 + .../fn/reflect/get-own-metadata-keys.js | 2 + .../core-js/fn/reflect/get-own-metadata.js | 2 + .../fn/reflect/get-own-property-descriptor.js | 2 + .../core-js/fn/reflect/get-prototype-of.js | 2 + .../node_modules/core-js/fn/reflect/get.js | 2 + .../core-js/fn/reflect/has-metadata.js | 2 + .../core-js/fn/reflect/has-own-metadata.js | 2 + .../node_modules/core-js/fn/reflect/has.js | 2 + .../node_modules/core-js/fn/reflect/index.js | 24 + .../core-js/fn/reflect/is-extensible.js | 2 + .../core-js/fn/reflect/metadata.js | 2 + .../core-js/fn/reflect/own-keys.js | 2 + .../core-js/fn/reflect/prevent-extensions.js | 2 + .../core-js/fn/reflect/set-prototype-of.js | 2 + .../node_modules/core-js/fn/reflect/set.js | 2 + .../core-js/fn/regexp/constructor.js | 2 + .../node_modules/core-js/fn/regexp/escape.js | 2 + .../node_modules/core-js/fn/regexp/flags.js | 5 + .../node_modules/core-js/fn/regexp/index.js | 9 + .../node_modules/core-js/fn/regexp/match.js | 5 + .../node_modules/core-js/fn/regexp/replace.js | 5 + .../node_modules/core-js/fn/regexp/search.js | 5 + .../node_modules/core-js/fn/regexp/split.js | 5 + .../core-js/fn/regexp/to-string.js | 5 + .../node_modules/core-js/fn/set-immediate.js | 2 + .../node_modules/core-js/fn/set-interval.js | 2 + .../node_modules/core-js/fn/set-timeout.js | 2 + .../node_modules/core-js/fn/set.js | 6 + .../node_modules/core-js/fn/string/anchor.js | 2 + .../node_modules/core-js/fn/string/at.js | 2 + .../node_modules/core-js/fn/string/big.js | 2 + .../node_modules/core-js/fn/string/blink.js | 2 + .../node_modules/core-js/fn/string/bold.js | 2 + .../core-js/fn/string/code-point-at.js | 2 + .../core-js/fn/string/ends-with.js | 2 + .../core-js/fn/string/escape-html.js | 2 + .../node_modules/core-js/fn/string/fixed.js | 2 + .../core-js/fn/string/fontcolor.js | 2 + .../core-js/fn/string/fontsize.js | 2 + .../core-js/fn/string/from-code-point.js | 2 + .../core-js/fn/string/includes.js | 2 + .../node_modules/core-js/fn/string/index.js | 35 + .../node_modules/core-js/fn/string/italics.js | 2 + .../core-js/fn/string/iterator.js | 5 + .../node_modules/core-js/fn/string/link.js | 2 + .../core-js/fn/string/match-all.js | 2 + .../node_modules/core-js/fn/string/pad-end.js | 2 + .../core-js/fn/string/pad-start.js | 2 + .../node_modules/core-js/fn/string/raw.js | 2 + .../node_modules/core-js/fn/string/repeat.js | 2 + .../node_modules/core-js/fn/string/small.js | 2 + .../core-js/fn/string/starts-with.js | 2 + .../node_modules/core-js/fn/string/strike.js | 2 + .../node_modules/core-js/fn/string/sub.js | 2 + .../node_modules/core-js/fn/string/sup.js | 2 + .../core-js/fn/string/trim-end.js | 2 + .../core-js/fn/string/trim-left.js | 2 + .../core-js/fn/string/trim-right.js | 2 + .../core-js/fn/string/trim-start.js | 2 + .../node_modules/core-js/fn/string/trim.js | 2 + .../core-js/fn/string/unescape-html.js | 2 + .../core-js/fn/string/virtual/anchor.js | 2 + .../core-js/fn/string/virtual/at.js | 2 + .../core-js/fn/string/virtual/big.js | 2 + .../core-js/fn/string/virtual/blink.js | 2 + .../core-js/fn/string/virtual/bold.js | 2 + .../fn/string/virtual/code-point-at.js | 2 + .../core-js/fn/string/virtual/ends-with.js | 2 + .../core-js/fn/string/virtual/escape-html.js | 2 + .../core-js/fn/string/virtual/fixed.js | 2 + .../core-js/fn/string/virtual/fontcolor.js | 2 + .../core-js/fn/string/virtual/fontsize.js | 2 + .../core-js/fn/string/virtual/includes.js | 2 + .../core-js/fn/string/virtual/index.js | 33 + .../core-js/fn/string/virtual/italics.js | 2 + .../core-js/fn/string/virtual/iterator.js | 2 + .../core-js/fn/string/virtual/link.js | 2 + .../core-js/fn/string/virtual/match-all.js | 2 + .../core-js/fn/string/virtual/pad-end.js | 2 + .../core-js/fn/string/virtual/pad-start.js | 2 + .../core-js/fn/string/virtual/repeat.js | 2 + .../core-js/fn/string/virtual/small.js | 2 + .../core-js/fn/string/virtual/starts-with.js | 2 + .../core-js/fn/string/virtual/strike.js | 2 + .../core-js/fn/string/virtual/sub.js | 2 + .../core-js/fn/string/virtual/sup.js | 2 + .../core-js/fn/string/virtual/trim-end.js | 2 + .../core-js/fn/string/virtual/trim-left.js | 2 + .../core-js/fn/string/virtual/trim-right.js | 2 + .../core-js/fn/string/virtual/trim-start.js | 2 + .../core-js/fn/string/virtual/trim.js | 2 + .../fn/string/virtual/unescape-html.js | 2 + .../core-js/fn/symbol/async-iterator.js | 2 + .../node_modules/core-js/fn/symbol/for.js | 2 + .../core-js/fn/symbol/has-instance.js | 2 + .../node_modules/core-js/fn/symbol/index.js | 5 + .../core-js/fn/symbol/is-concat-spreadable.js | 1 + .../core-js/fn/symbol/iterator.js | 3 + .../node_modules/core-js/fn/symbol/key-for.js | 2 + .../node_modules/core-js/fn/symbol/match.js | 2 + .../core-js/fn/symbol/observable.js | 2 + .../node_modules/core-js/fn/symbol/replace.js | 2 + .../node_modules/core-js/fn/symbol/search.js | 2 + .../node_modules/core-js/fn/symbol/species.js | 1 + .../node_modules/core-js/fn/symbol/split.js | 2 + .../core-js/fn/symbol/to-primitive.js | 1 + .../core-js/fn/symbol/to-string-tag.js | 2 + .../core-js/fn/symbol/unscopables.js | 1 + .../node_modules/core-js/fn/system/global.js | 2 + .../node_modules/core-js/fn/system/index.js | 2 + .../core-js/fn/typed/array-buffer.js | 3 + .../core-js/fn/typed/data-view.js | 3 + .../core-js/fn/typed/float32-array.js | 2 + .../core-js/fn/typed/float64-array.js | 2 + .../node_modules/core-js/fn/typed/index.js | 13 + .../core-js/fn/typed/int16-array.js | 2 + .../core-js/fn/typed/int32-array.js | 2 + .../core-js/fn/typed/int8-array.js | 2 + .../core-js/fn/typed/uint16-array.js | 2 + .../core-js/fn/typed/uint32-array.js | 2 + .../core-js/fn/typed/uint8-array.js | 2 + .../core-js/fn/typed/uint8-clamped-array.js | 2 + .../node_modules/core-js/fn/weak-map.js | 4 + .../node_modules/core-js/fn/weak-set.js | 4 + .../hello-world/node_modules/core-js/index.js | 16 + .../node_modules/core-js/library/core/_.js | 2 + .../core-js/library/core/delay.js | 2 + .../node_modules/core-js/library/core/dict.js | 2 + .../core-js/library/core/function.js | 2 + .../core-js/library/core/index.js | 15 + .../core-js/library/core/number.js | 2 + .../core-js/library/core/object.js | 5 + .../core-js/library/core/regexp.js | 2 + .../core-js/library/core/string.js | 3 + .../node_modules/core-js/library/es5/index.js | 37 + .../node_modules/core-js/library/es6/array.js | 23 + .../node_modules/core-js/library/es6/date.js | 6 + .../core-js/library/es6/function.js | 4 + .../node_modules/core-js/library/es6/index.js | 138 + .../node_modules/core-js/library/es6/map.js | 5 + .../node_modules/core-js/library/es6/math.js | 18 + .../core-js/library/es6/number.js | 13 + .../core-js/library/es6/object.js | 20 + .../core-js/library/es6/parse-float.js | 2 + .../core-js/library/es6/parse-int.js | 2 + .../core-js/library/es6/promise.js | 5 + .../core-js/library/es6/reflect.js | 15 + .../core-js/library/es6/regexp.js | 8 + .../node_modules/core-js/library/es6/set.js | 5 + .../core-js/library/es6/string.js | 27 + .../core-js/library/es6/symbol.js | 3 + .../node_modules/core-js/library/es6/typed.js | 13 + .../core-js/library/es6/weak-map.js | 4 + .../core-js/library/es6/weak-set.js | 4 + .../node_modules/core-js/library/es7/array.js | 2 + .../node_modules/core-js/library/es7/asap.js | 2 + .../node_modules/core-js/library/es7/error.js | 2 + .../node_modules/core-js/library/es7/index.js | 36 + .../node_modules/core-js/library/es7/map.js | 2 + .../node_modules/core-js/library/es7/math.js | 5 + .../core-js/library/es7/object.js | 8 + .../core-js/library/es7/observable.js | 7 + .../core-js/library/es7/reflect.js | 10 + .../node_modules/core-js/library/es7/set.js | 2 + .../core-js/library/es7/string.js | 7 + .../core-js/library/es7/symbol.js | 3 + .../core-js/library/es7/system.js | 2 + .../node_modules/core-js/library/fn/_.js | 2 + .../core-js/library/fn/array/concat.js | 4 + .../core-js/library/fn/array/copy-within.js | 2 + .../core-js/library/fn/array/entries.js | 2 + .../core-js/library/fn/array/every.js | 2 + .../core-js/library/fn/array/fill.js | 2 + .../core-js/library/fn/array/filter.js | 2 + .../core-js/library/fn/array/find-index.js | 2 + .../core-js/library/fn/array/find.js | 2 + .../core-js/library/fn/array/for-each.js | 2 + .../core-js/library/fn/array/from.js | 3 + .../core-js/library/fn/array/includes.js | 2 + .../core-js/library/fn/array/index-of.js | 2 + .../core-js/library/fn/array/index.js | 24 + .../core-js/library/fn/array/is-array.js | 2 + .../core-js/library/fn/array/iterator.js | 2 + .../core-js/library/fn/array/join.js | 2 + .../core-js/library/fn/array/keys.js | 2 + .../core-js/library/fn/array/last-index-of.js | 2 + .../core-js/library/fn/array/map.js | 2 + .../core-js/library/fn/array/of.js | 2 + .../core-js/library/fn/array/pop.js | 4 + .../core-js/library/fn/array/push.js | 4 + .../core-js/library/fn/array/reduce-right.js | 2 + .../core-js/library/fn/array/reduce.js | 2 + .../core-js/library/fn/array/reverse.js | 4 + .../core-js/library/fn/array/shift.js | 4 + .../core-js/library/fn/array/slice.js | 2 + .../core-js/library/fn/array/some.js | 2 + .../core-js/library/fn/array/sort.js | 2 + .../core-js/library/fn/array/splice.js | 4 + .../core-js/library/fn/array/unshift.js | 4 + .../core-js/library/fn/array/values.js | 2 + .../library/fn/array/virtual/copy-within.js | 2 + .../library/fn/array/virtual/entries.js | 2 + .../core-js/library/fn/array/virtual/every.js | 2 + .../core-js/library/fn/array/virtual/fill.js | 2 + .../library/fn/array/virtual/filter.js | 2 + .../library/fn/array/virtual/find-index.js | 2 + .../core-js/library/fn/array/virtual/find.js | 2 + .../library/fn/array/virtual/for-each.js | 2 + .../library/fn/array/virtual/includes.js | 2 + .../library/fn/array/virtual/index-of.js | 2 + .../core-js/library/fn/array/virtual/index.js | 20 + .../library/fn/array/virtual/iterator.js | 2 + .../core-js/library/fn/array/virtual/join.js | 2 + .../core-js/library/fn/array/virtual/keys.js | 2 + .../library/fn/array/virtual/last-index-of.js | 2 + .../core-js/library/fn/array/virtual/map.js | 2 + .../library/fn/array/virtual/reduce-right.js | 2 + .../library/fn/array/virtual/reduce.js | 2 + .../core-js/library/fn/array/virtual/slice.js | 2 + .../core-js/library/fn/array/virtual/some.js | 2 + .../core-js/library/fn/array/virtual/sort.js | 2 + .../library/fn/array/virtual/values.js | 2 + .../node_modules/core-js/library/fn/asap.js | 2 + .../core-js/library/fn/clear-immediate.js | 2 + .../core-js/library/fn/date/index.js | 6 + .../core-js/library/fn/date/now.js | 2 + .../core-js/library/fn/date/to-iso-string.js | 3 + .../core-js/library/fn/date/to-json.js | 2 + .../core-js/library/fn/date/to-primitive.js | 5 + .../core-js/library/fn/date/to-string.js | 5 + .../node_modules/core-js/library/fn/delay.js | 2 + .../node_modules/core-js/library/fn/dict.js | 2 + .../library/fn/dom-collections/index.js | 8 + .../library/fn/dom-collections/iterator.js | 2 + .../core-js/library/fn/error/index.js | 2 + .../core-js/library/fn/error/is-error.js | 2 + .../core-js/library/fn/function/bind.js | 2 + .../library/fn/function/has-instance.js | 2 + .../core-js/library/fn/function/index.js | 5 + .../core-js/library/fn/function/name.js | 1 + .../core-js/library/fn/function/part.js | 2 + .../library/fn/function/virtual/bind.js | 2 + .../library/fn/function/virtual/index.js | 3 + .../library/fn/function/virtual/part.js | 2 + .../core-js/library/fn/get-iterator-method.js | 3 + .../core-js/library/fn/get-iterator.js | 3 + .../core-js/library/fn/is-iterable.js | 3 + .../core-js/library/fn/json/index.js | 2 + .../core-js/library/fn/json/stringify.js | 5 + .../node_modules/core-js/library/fn/map.js | 6 + .../core-js/library/fn/math/acosh.js | 2 + .../core-js/library/fn/math/asinh.js | 2 + .../core-js/library/fn/math/atanh.js | 2 + .../core-js/library/fn/math/cbrt.js | 2 + .../core-js/library/fn/math/clz32.js | 2 + .../core-js/library/fn/math/cosh.js | 2 + .../core-js/library/fn/math/expm1.js | 2 + .../core-js/library/fn/math/fround.js | 2 + .../core-js/library/fn/math/hypot.js | 2 + .../core-js/library/fn/math/iaddh.js | 2 + .../core-js/library/fn/math/imul.js | 2 + .../core-js/library/fn/math/imulh.js | 2 + .../core-js/library/fn/math/index.js | 22 + .../core-js/library/fn/math/isubh.js | 2 + .../core-js/library/fn/math/log10.js | 2 + .../core-js/library/fn/math/log1p.js | 2 + .../core-js/library/fn/math/log2.js | 2 + .../core-js/library/fn/math/sign.js | 2 + .../core-js/library/fn/math/sinh.js | 2 + .../core-js/library/fn/math/tanh.js | 2 + .../core-js/library/fn/math/trunc.js | 2 + .../core-js/library/fn/math/umulh.js | 2 + .../core-js/library/fn/number/constructor.js | 2 + .../core-js/library/fn/number/epsilon.js | 2 + .../core-js/library/fn/number/index.js | 14 + .../core-js/library/fn/number/is-finite.js | 2 + .../core-js/library/fn/number/is-integer.js | 2 + .../core-js/library/fn/number/is-nan.js | 2 + .../library/fn/number/is-safe-integer.js | 2 + .../core-js/library/fn/number/iterator.js | 5 + .../library/fn/number/max-safe-integer.js | 2 + .../library/fn/number/min-safe-integer.js | 2 + .../core-js/library/fn/number/parse-float.js | 2 + .../core-js/library/fn/number/parse-int.js | 2 + .../core-js/library/fn/number/to-fixed.js | 2 + .../core-js/library/fn/number/to-precision.js | 2 + .../library/fn/number/virtual/index.js | 4 + .../library/fn/number/virtual/iterator.js | 2 + .../library/fn/number/virtual/to-fixed.js | 2 + .../library/fn/number/virtual/to-precision.js | 2 + .../core-js/library/fn/object/assign.js | 2 + .../core-js/library/fn/object/classof.js | 2 + .../core-js/library/fn/object/create.js | 5 + .../library/fn/object/define-getter.js | 2 + .../library/fn/object/define-properties.js | 5 + .../library/fn/object/define-property.js | 5 + .../library/fn/object/define-setter.js | 2 + .../core-js/library/fn/object/define.js | 2 + .../core-js/library/fn/object/entries.js | 2 + .../core-js/library/fn/object/freeze.js | 2 + .../fn/object/get-own-property-descriptor.js | 5 + .../fn/object/get-own-property-descriptors.js | 2 + .../fn/object/get-own-property-names.js | 5 + .../fn/object/get-own-property-symbols.js | 2 + .../library/fn/object/get-prototype-of.js | 2 + .../core-js/library/fn/object/index.js | 30 + .../library/fn/object/is-extensible.js | 2 + .../core-js/library/fn/object/is-frozen.js | 2 + .../core-js/library/fn/object/is-object.js | 2 + .../core-js/library/fn/object/is-sealed.js | 2 + .../core-js/library/fn/object/is.js | 2 + .../core-js/library/fn/object/keys.js | 2 + .../library/fn/object/lookup-getter.js | 2 + .../library/fn/object/lookup-setter.js | 2 + .../core-js/library/fn/object/make.js | 2 + .../library/fn/object/prevent-extensions.js | 2 + .../core-js/library/fn/object/seal.js | 2 + .../library/fn/object/set-prototype-of.js | 2 + .../core-js/library/fn/object/values.js | 2 + .../core-js/library/fn/observable.js | 7 + .../core-js/library/fn/parse-float.js | 2 + .../core-js/library/fn/parse-int.js | 2 + .../core-js/library/fn/promise.js | 5 + .../core-js/library/fn/reflect/apply.js | 2 + .../core-js/library/fn/reflect/construct.js | 2 + .../library/fn/reflect/define-metadata.js | 2 + .../library/fn/reflect/define-property.js | 2 + .../library/fn/reflect/delete-metadata.js | 2 + .../library/fn/reflect/delete-property.js | 2 + .../core-js/library/fn/reflect/enumerate.js | 2 + .../library/fn/reflect/get-metadata-keys.js | 2 + .../library/fn/reflect/get-metadata.js | 2 + .../fn/reflect/get-own-metadata-keys.js | 2 + .../library/fn/reflect/get-own-metadata.js | 2 + .../fn/reflect/get-own-property-descriptor.js | 2 + .../library/fn/reflect/get-prototype-of.js | 2 + .../core-js/library/fn/reflect/get.js | 2 + .../library/fn/reflect/has-metadata.js | 2 + .../library/fn/reflect/has-own-metadata.js | 2 + .../core-js/library/fn/reflect/has.js | 2 + .../core-js/library/fn/reflect/index.js | 24 + .../library/fn/reflect/is-extensible.js | 2 + .../core-js/library/fn/reflect/metadata.js | 2 + .../core-js/library/fn/reflect/own-keys.js | 2 + .../library/fn/reflect/prevent-extensions.js | 2 + .../library/fn/reflect/set-prototype-of.js | 2 + .../core-js/library/fn/reflect/set.js | 2 + .../core-js/library/fn/regexp/constructor.js | 2 + .../core-js/library/fn/regexp/escape.js | 2 + .../core-js/library/fn/regexp/flags.js | 5 + .../core-js/library/fn/regexp/index.js | 9 + .../core-js/library/fn/regexp/match.js | 5 + .../core-js/library/fn/regexp/replace.js | 5 + .../core-js/library/fn/regexp/search.js | 5 + .../core-js/library/fn/regexp/split.js | 5 + .../core-js/library/fn/regexp/to-string.js | 5 + .../core-js/library/fn/set-immediate.js | 2 + .../core-js/library/fn/set-interval.js | 2 + .../core-js/library/fn/set-timeout.js | 2 + .../node_modules/core-js/library/fn/set.js | 6 + .../core-js/library/fn/string/anchor.js | 2 + .../core-js/library/fn/string/at.js | 2 + .../core-js/library/fn/string/big.js | 2 + .../core-js/library/fn/string/blink.js | 2 + .../core-js/library/fn/string/bold.js | 2 + .../library/fn/string/code-point-at.js | 2 + .../core-js/library/fn/string/ends-with.js | 2 + .../core-js/library/fn/string/escape-html.js | 2 + .../core-js/library/fn/string/fixed.js | 2 + .../core-js/library/fn/string/fontcolor.js | 2 + .../core-js/library/fn/string/fontsize.js | 2 + .../library/fn/string/from-code-point.js | 2 + .../core-js/library/fn/string/includes.js | 2 + .../core-js/library/fn/string/index.js | 35 + .../core-js/library/fn/string/italics.js | 2 + .../core-js/library/fn/string/iterator.js | 5 + .../core-js/library/fn/string/link.js | 2 + .../core-js/library/fn/string/match-all.js | 2 + .../core-js/library/fn/string/pad-end.js | 2 + .../core-js/library/fn/string/pad-start.js | 2 + .../core-js/library/fn/string/raw.js | 2 + .../core-js/library/fn/string/repeat.js | 2 + .../core-js/library/fn/string/small.js | 2 + .../core-js/library/fn/string/starts-with.js | 2 + .../core-js/library/fn/string/strike.js | 2 + .../core-js/library/fn/string/sub.js | 2 + .../core-js/library/fn/string/sup.js | 2 + .../core-js/library/fn/string/trim-end.js | 2 + .../core-js/library/fn/string/trim-left.js | 2 + .../core-js/library/fn/string/trim-right.js | 2 + .../core-js/library/fn/string/trim-start.js | 2 + .../core-js/library/fn/string/trim.js | 2 + .../library/fn/string/unescape-html.js | 2 + .../library/fn/string/virtual/anchor.js | 2 + .../core-js/library/fn/string/virtual/at.js | 2 + .../core-js/library/fn/string/virtual/big.js | 2 + .../library/fn/string/virtual/blink.js | 2 + .../core-js/library/fn/string/virtual/bold.js | 2 + .../fn/string/virtual/code-point-at.js | 2 + .../library/fn/string/virtual/ends-with.js | 2 + .../library/fn/string/virtual/escape-html.js | 2 + .../library/fn/string/virtual/fixed.js | 2 + .../library/fn/string/virtual/fontcolor.js | 2 + .../library/fn/string/virtual/fontsize.js | 2 + .../library/fn/string/virtual/includes.js | 2 + .../library/fn/string/virtual/index.js | 33 + .../library/fn/string/virtual/italics.js | 2 + .../library/fn/string/virtual/iterator.js | 2 + .../core-js/library/fn/string/virtual/link.js | 2 + .../library/fn/string/virtual/match-all.js | 2 + .../library/fn/string/virtual/pad-end.js | 2 + .../library/fn/string/virtual/pad-start.js | 2 + .../library/fn/string/virtual/repeat.js | 2 + .../library/fn/string/virtual/small.js | 2 + .../library/fn/string/virtual/starts-with.js | 2 + .../library/fn/string/virtual/strike.js | 2 + .../core-js/library/fn/string/virtual/sub.js | 2 + .../core-js/library/fn/string/virtual/sup.js | 2 + .../library/fn/string/virtual/trim-end.js | 2 + .../library/fn/string/virtual/trim-left.js | 2 + .../library/fn/string/virtual/trim-right.js | 2 + .../library/fn/string/virtual/trim-start.js | 2 + .../core-js/library/fn/string/virtual/trim.js | 2 + .../fn/string/virtual/unescape-html.js | 2 + .../library/fn/symbol/async-iterator.js | 2 + .../core-js/library/fn/symbol/for.js | 2 + .../core-js/library/fn/symbol/has-instance.js | 2 + .../core-js/library/fn/symbol/index.js | 5 + .../library/fn/symbol/is-concat-spreadable.js | 1 + .../core-js/library/fn/symbol/iterator.js | 3 + .../core-js/library/fn/symbol/key-for.js | 2 + .../core-js/library/fn/symbol/match.js | 2 + .../core-js/library/fn/symbol/observable.js | 2 + .../core-js/library/fn/symbol/replace.js | 2 + .../core-js/library/fn/symbol/search.js | 2 + .../core-js/library/fn/symbol/species.js | 1 + .../core-js/library/fn/symbol/split.js | 2 + .../core-js/library/fn/symbol/to-primitive.js | 1 + .../library/fn/symbol/to-string-tag.js | 2 + .../core-js/library/fn/symbol/unscopables.js | 1 + .../core-js/library/fn/system/global.js | 2 + .../core-js/library/fn/system/index.js | 2 + .../core-js/library/fn/typed/array-buffer.js | 3 + .../core-js/library/fn/typed/data-view.js | 3 + .../core-js/library/fn/typed/float32-array.js | 2 + .../core-js/library/fn/typed/float64-array.js | 2 + .../core-js/library/fn/typed/index.js | 13 + .../core-js/library/fn/typed/int16-array.js | 2 + .../core-js/library/fn/typed/int32-array.js | 2 + .../core-js/library/fn/typed/int8-array.js | 2 + .../core-js/library/fn/typed/uint16-array.js | 2 + .../core-js/library/fn/typed/uint32-array.js | 2 + .../core-js/library/fn/typed/uint8-array.js | 2 + .../library/fn/typed/uint8-clamped-array.js | 2 + .../core-js/library/fn/weak-map.js | 4 + .../core-js/library/fn/weak-set.js | 4 + .../node_modules/core-js/library/index.js | 16 + .../core-js/library/modules/_a-function.js | 4 + .../library/modules/_a-number-value.js | 5 + .../library/modules/_add-to-unscopables.js | 1 + .../core-js/library/modules/_an-instance.js | 5 + .../core-js/library/modules/_an-object.js | 5 + .../library/modules/_array-copy-within.js | 26 + .../core-js/library/modules/_array-fill.js | 15 + .../library/modules/_array-from-iterable.js | 7 + .../library/modules/_array-includes.js | 21 + .../core-js/library/modules/_array-methods.js | 44 + .../core-js/library/modules/_array-reduce.js | 28 + .../modules/_array-species-constructor.js | 16 + .../library/modules/_array-species-create.js | 6 + .../core-js/library/modules/_bind.js | 24 + .../core-js/library/modules/_classof.js | 23 + .../core-js/library/modules/_cof.js | 5 + .../library/modules/_collection-strong.js | 142 + .../library/modules/_collection-to-json.js | 9 + .../library/modules/_collection-weak.js | 83 + .../core-js/library/modules/_collection.js | 59 + .../core-js/library/modules/_core.js | 2 + .../library/modules/_create-property.js | 8 + .../core-js/library/modules/_ctx.js | 20 + .../library/modules/_date-to-primitive.js | 9 + .../core-js/library/modules/_defined.js | 5 + .../core-js/library/modules/_descriptors.js | 4 + .../core-js/library/modules/_dom-create.js | 7 + .../core-js/library/modules/_entry-virtual.js | 5 + .../core-js/library/modules/_enum-bug-keys.js | 4 + .../core-js/library/modules/_enum-keys.js | 15 + .../core-js/library/modules/_export.js | 61 + .../library/modules/_fails-is-regexp.js | 12 + .../core-js/library/modules/_fails.js | 7 + .../core-js/library/modules/_fix-re-wks.js | 28 + .../core-js/library/modules/_flags.js | 13 + .../core-js/library/modules/_for-of.js | 25 + .../core-js/library/modules/_global.js | 4 + .../core-js/library/modules/_has.js | 4 + .../core-js/library/modules/_hide.js | 8 + .../core-js/library/modules/_html.js | 1 + .../library/modules/_ie8-dom-define.js | 3 + .../library/modules/_inherit-if-required.js | 8 + .../core-js/library/modules/_invoke.js | 16 + .../core-js/library/modules/_iobject.js | 5 + .../core-js/library/modules/_is-array-iter.js | 8 + .../core-js/library/modules/_is-array.js | 5 + .../core-js/library/modules/_is-integer.js | 6 + .../core-js/library/modules/_is-object.js | 3 + .../core-js/library/modules/_is-regexp.js | 8 + .../core-js/library/modules/_iter-call.js | 12 + .../core-js/library/modules/_iter-create.js | 13 + .../core-js/library/modules/_iter-define.js | 70 + .../core-js/library/modules/_iter-detect.js | 21 + .../core-js/library/modules/_iter-step.js | 3 + .../core-js/library/modules/_iterators.js | 1 + .../core-js/library/modules/_keyof.js | 10 + .../core-js/library/modules/_library.js | 1 + .../core-js/library/modules/_math-expm1.js | 10 + .../core-js/library/modules/_math-log1p.js | 4 + .../core-js/library/modules/_math-sign.js | 4 + .../core-js/library/modules/_meta.js | 53 + .../core-js/library/modules/_metadata.js | 51 + .../core-js/library/modules/_microtask.js | 68 + .../core-js/library/modules/_object-assign.js | 33 + .../core-js/library/modules/_object-create.js | 41 + .../core-js/library/modules/_object-define.js | 12 + .../core-js/library/modules/_object-dp.js | 16 + .../core-js/library/modules/_object-dps.js | 13 + .../library/modules/_object-forced-pam.js | 7 + .../core-js/library/modules/_object-gopd.js | 16 + .../library/modules/_object-gopn-ext.js | 19 + .../core-js/library/modules/_object-gopn.js | 7 + .../core-js/library/modules/_object-gops.js | 1 + .../core-js/library/modules/_object-gpo.js | 13 + .../library/modules/_object-keys-internal.js | 17 + .../core-js/library/modules/_object-keys.js | 7 + .../core-js/library/modules/_object-pie.js | 1 + .../core-js/library/modules/_object-sap.js | 10 + .../library/modules/_object-to-array.js | 16 + .../core-js/library/modules/_own-keys.js | 10 + .../core-js/library/modules/_parse-float.js | 8 + .../core-js/library/modules/_parse-int.js | 9 + .../core-js/library/modules/_partial.js | 23 + .../core-js/library/modules/_path.js | 1 + .../core-js/library/modules/_property-desc.js | 8 + .../core-js/library/modules/_redefine-all.js | 7 + .../core-js/library/modules/_redefine.js | 1 + .../core-js/library/modules/_replacer.js | 8 + .../core-js/library/modules/_same-value.js | 4 + .../core-js/library/modules/_set-proto.js | 25 + .../core-js/library/modules/_set-species.js | 14 + .../library/modules/_set-to-string-tag.js | 7 + .../core-js/library/modules/_shared-key.js | 5 + .../core-js/library/modules/_shared.js | 6 + .../library/modules/_species-constructor.js | 8 + .../core-js/library/modules/_strict-method.js | 7 + .../core-js/library/modules/_string-at.js | 17 + .../library/modules/_string-context.js | 8 + .../core-js/library/modules/_string-html.js | 19 + .../core-js/library/modules/_string-pad.js | 16 + .../core-js/library/modules/_string-repeat.js | 12 + .../core-js/library/modules/_string-trim.js | 30 + .../core-js/library/modules/_string-ws.js | 2 + .../core-js/library/modules/_task.js | 75 + .../core-js/library/modules/_to-index.js | 7 + .../core-js/library/modules/_to-integer.js | 6 + .../core-js/library/modules/_to-iobject.js | 6 + .../core-js/library/modules/_to-length.js | 6 + .../core-js/library/modules/_to-object.js | 5 + .../core-js/library/modules/_to-primitive.js | 12 + .../core-js/library/modules/_typed-array.js | 479 + .../core-js/library/modules/_typed-buffer.js | 273 + .../core-js/library/modules/_typed.js | 26 + .../core-js/library/modules/_uid.js | 5 + .../core-js/library/modules/_wks-define.js | 9 + .../core-js/library/modules/_wks-ext.js | 1 + .../core-js/library/modules/_wks.js | 11 + .../core-js/library/modules/core.delay.js | 12 + .../core-js/library/modules/core.dict.js | 155 + .../library/modules/core.function.part.js | 7 + .../modules/core.get-iterator-method.js | 8 + .../library/modules/core.get-iterator.js | 7 + .../library/modules/core.is-iterable.js | 9 + .../library/modules/core.number.iterator.js | 9 + .../library/modules/core.object.classof.js | 3 + .../library/modules/core.object.define.js | 4 + .../library/modules/core.object.is-object.js | 3 + .../library/modules/core.object.make.js | 9 + .../library/modules/core.regexp.escape.js | 5 + .../modules/core.string.escape-html.js | 11 + .../modules/core.string.unescape-html.js | 11 + .../core-js/library/modules/es5.js | 35 + .../library/modules/es6.array.copy-within.js | 6 + .../library/modules/es6.array.every.js | 10 + .../core-js/library/modules/es6.array.fill.js | 6 + .../library/modules/es6.array.filter.js | 10 + .../library/modules/es6.array.find-index.js | 14 + .../core-js/library/modules/es6.array.find.js | 14 + .../library/modules/es6.array.for-each.js | 11 + .../core-js/library/modules/es6.array.from.js | 37 + .../library/modules/es6.array.index-of.js | 15 + .../library/modules/es6.array.is-array.js | 4 + .../library/modules/es6.array.iterator.js | 34 + .../core-js/library/modules/es6.array.join.js | 12 + .../modules/es6.array.last-index-of.js | 22 + .../core-js/library/modules/es6.array.map.js | 10 + .../core-js/library/modules/es6.array.of.js | 19 + .../library/modules/es6.array.reduce-right.js | 10 + .../library/modules/es6.array.reduce.js | 10 + .../library/modules/es6.array.slice.js | 28 + .../core-js/library/modules/es6.array.some.js | 10 + .../core-js/library/modules/es6.array.sort.js | 23 + .../library/modules/es6.array.species.js | 1 + .../core-js/library/modules/es6.date.now.js | 4 + .../library/modules/es6.date.to-iso-string.js | 28 + .../library/modules/es6.date.to-json.js | 14 + .../library/modules/es6.date.to-primitive.js | 0 .../library/modules/es6.date.to-string.js | 0 .../library/modules/es6.function.bind.js | 4 + .../modules/es6.function.has-instance.js | 13 + .../library/modules/es6.function.name.js | 0 .../core-js/library/modules/es6.map.js | 17 + .../core-js/library/modules/es6.math.acosh.js | 18 + .../core-js/library/modules/es6.math.asinh.js | 10 + .../core-js/library/modules/es6.math.atanh.js | 10 + .../core-js/library/modules/es6.math.cbrt.js | 9 + .../core-js/library/modules/es6.math.clz32.js | 8 + .../core-js/library/modules/es6.math.cosh.js | 9 + .../core-js/library/modules/es6.math.expm1.js | 5 + .../library/modules/es6.math.fround.js | 26 + .../core-js/library/modules/es6.math.hypot.js | 25 + .../core-js/library/modules/es6.math.imul.js | 17 + .../core-js/library/modules/es6.math.log10.js | 8 + .../core-js/library/modules/es6.math.log1p.js | 4 + .../core-js/library/modules/es6.math.log2.js | 8 + .../core-js/library/modules/es6.math.sign.js | 4 + .../core-js/library/modules/es6.math.sinh.js | 15 + .../core-js/library/modules/es6.math.tanh.js | 12 + .../core-js/library/modules/es6.math.trunc.js | 8 + .../library/modules/es6.number.constructor.js | 0 .../library/modules/es6.number.epsilon.js | 4 + .../library/modules/es6.number.is-finite.js | 9 + .../library/modules/es6.number.is-integer.js | 4 + .../library/modules/es6.number.is-nan.js | 8 + .../modules/es6.number.is-safe-integer.js | 10 + .../modules/es6.number.max-safe-integer.js | 4 + .../modules/es6.number.min-safe-integer.js | 4 + .../library/modules/es6.number.parse-float.js | 4 + .../library/modules/es6.number.parse-int.js | 4 + .../library/modules/es6.number.to-fixed.js | 113 + .../modules/es6.number.to-precision.js | 18 + .../library/modules/es6.object.assign.js | 4 + .../library/modules/es6.object.create.js | 3 + .../modules/es6.object.define-properties.js | 3 + .../modules/es6.object.define-property.js | 3 + .../library/modules/es6.object.freeze.js | 9 + .../es6.object.get-own-property-descriptor.js | 9 + .../es6.object.get-own-property-names.js | 4 + .../modules/es6.object.get-prototype-of.js | 9 + .../modules/es6.object.is-extensible.js | 8 + .../library/modules/es6.object.is-frozen.js | 8 + .../library/modules/es6.object.is-sealed.js | 8 + .../core-js/library/modules/es6.object.is.js | 3 + .../library/modules/es6.object.keys.js | 9 + .../modules/es6.object.prevent-extensions.js | 9 + .../library/modules/es6.object.seal.js | 9 + .../modules/es6.object.set-prototype-of.js | 3 + .../library/modules/es6.object.to-string.js | 0 .../library/modules/es6.parse-float.js | 4 + .../core-js/library/modules/es6.parse-int.js | 4 + .../core-js/library/modules/es6.promise.js | 299 + .../library/modules/es6.reflect.apply.js | 16 + .../library/modules/es6.reflect.construct.js | 47 + .../modules/es6.reflect.define-property.js | 22 + .../modules/es6.reflect.delete-property.js | 11 + .../library/modules/es6.reflect.enumerate.js | 26 + ...es6.reflect.get-own-property-descriptor.js | 10 + .../modules/es6.reflect.get-prototype-of.js | 10 + .../library/modules/es6.reflect.get.js | 21 + .../library/modules/es6.reflect.has.js | 8 + .../modules/es6.reflect.is-extensible.js | 11 + .../library/modules/es6.reflect.own-keys.js | 4 + .../modules/es6.reflect.prevent-extensions.js | 16 + .../modules/es6.reflect.set-prototype-of.js | 15 + .../library/modules/es6.reflect.set.js | 31 + .../library/modules/es6.regexp.constructor.js | 1 + .../library/modules/es6.regexp.flags.js | 0 .../library/modules/es6.regexp.match.js | 0 .../library/modules/es6.regexp.replace.js | 0 .../library/modules/es6.regexp.search.js | 0 .../library/modules/es6.regexp.split.js | 0 .../library/modules/es6.regexp.to-string.js | 0 .../core-js/library/modules/es6.set.js | 12 + .../library/modules/es6.string.anchor.js | 7 + .../core-js/library/modules/es6.string.big.js | 7 + .../library/modules/es6.string.blink.js | 7 + .../library/modules/es6.string.bold.js | 7 + .../modules/es6.string.code-point-at.js | 9 + .../library/modules/es6.string.ends-with.js | 20 + .../library/modules/es6.string.fixed.js | 7 + .../library/modules/es6.string.fontcolor.js | 7 + .../library/modules/es6.string.fontsize.js | 7 + .../modules/es6.string.from-code-point.js | 23 + .../library/modules/es6.string.includes.js | 12 + .../library/modules/es6.string.italics.js | 7 + .../library/modules/es6.string.iterator.js | 17 + .../library/modules/es6.string.link.js | 7 + .../core-js/library/modules/es6.string.raw.js | 18 + .../library/modules/es6.string.repeat.js | 6 + .../library/modules/es6.string.small.js | 7 + .../library/modules/es6.string.starts-with.js | 18 + .../library/modules/es6.string.strike.js | 7 + .../core-js/library/modules/es6.string.sub.js | 7 + .../core-js/library/modules/es6.string.sup.js | 7 + .../library/modules/es6.string.trim.js | 7 + .../core-js/library/modules/es6.symbol.js | 235 + .../library/modules/es6.typed.array-buffer.js | 46 + .../library/modules/es6.typed.data-view.js | 4 + .../modules/es6.typed.float32-array.js | 5 + .../modules/es6.typed.float64-array.js | 5 + .../library/modules/es6.typed.int16-array.js | 5 + .../library/modules/es6.typed.int32-array.js | 5 + .../library/modules/es6.typed.int8-array.js | 5 + .../library/modules/es6.typed.uint16-array.js | 5 + .../library/modules/es6.typed.uint32-array.js | 5 + .../library/modules/es6.typed.uint8-array.js | 5 + .../modules/es6.typed.uint8-clamped-array.js | 5 + .../core-js/library/modules/es6.weak-map.js | 56 + .../core-js/library/modules/es6.weak-set.js | 12 + .../library/modules/es7.array.includes.js | 12 + .../core-js/library/modules/es7.asap.js | 12 + .../library/modules/es7.error.is-error.js | 9 + .../library/modules/es7.map.to-json.js | 4 + .../core-js/library/modules/es7.math.iaddh.js | 11 + .../core-js/library/modules/es7.math.imulh.js | 16 + .../core-js/library/modules/es7.math.isubh.js | 11 + .../core-js/library/modules/es7.math.umulh.js | 16 + .../modules/es7.object.define-getter.js | 12 + .../modules/es7.object.define-setter.js | 12 + .../library/modules/es7.object.entries.js | 9 + .../modules/es7.object.enumerable-entries.js | 12 + .../modules/es7.object.enumerable-keys.js | 12 + .../modules/es7.object.enumerable-values.js | 12 + ...es7.object.get-own-property-descriptors.js | 19 + .../modules/es7.object.lookup-getter.js | 18 + .../modules/es7.object.lookup-setter.js | 18 + .../library/modules/es7.object.values.js | 9 + .../core-js/library/modules/es7.observable.js | 199 + .../modules/es7.reflect.define-metadata.js | 8 + .../modules/es7.reflect.delete-metadata.js | 15 + .../modules/es7.reflect.get-metadata-keys.js | 19 + .../modules/es7.reflect.get-metadata.js | 17 + .../es7.reflect.get-own-metadata-keys.js | 8 + .../modules/es7.reflect.get-own-metadata.js | 9 + .../modules/es7.reflect.has-metadata.js | 16 + .../modules/es7.reflect.has-own-metadata.js | 9 + .../library/modules/es7.reflect.metadata.js | 15 + .../library/modules/es7.set.to-json.js | 4 + .../core-js/library/modules/es7.string.at.js | 10 + .../library/modules/es7.string.match-all.js | 30 + .../library/modules/es7.string.pad-end.js | 10 + .../library/modules/es7.string.pad-start.js | 10 + .../library/modules/es7.string.trim-left.js | 7 + .../library/modules/es7.string.trim-right.js | 7 + .../modules/es7.symbol.async-iterator.js | 1 + .../library/modules/es7.symbol.observable.js | 1 + .../library/modules/es7.system.global.js | 4 + .../library/modules/web.dom.iterable.js | 13 + .../core-js/library/modules/web.immediate.js | 6 + .../core-js/library/modules/web.timers.js | 20 + .../node_modules/core-js/library/shim.js | 176 + .../node_modules/core-js/library/stage/0.js | 10 + .../node_modules/core-js/library/stage/1.js | 6 + .../node_modules/core-js/library/stage/2.js | 3 + .../node_modules/core-js/library/stage/3.js | 4 + .../node_modules/core-js/library/stage/4.js | 8 + .../core-js/library/stage/index.js | 1 + .../node_modules/core-js/library/stage/pre.js | 10 + .../core-js/library/web/dom-collections.js | 2 + .../core-js/library/web/immediate.js | 2 + .../node_modules/core-js/library/web/index.js | 4 + .../core-js/library/web/timers.js | 2 + .../core-js/modules/_a-function.js | 4 + .../core-js/modules/_a-number-value.js | 5 + .../core-js/modules/_add-to-unscopables.js | 7 + .../core-js/modules/_an-instance.js | 5 + .../core-js/modules/_an-object.js | 5 + .../core-js/modules/_array-copy-within.js | 26 + .../core-js/modules/_array-fill.js | 15 + .../core-js/modules/_array-from-iterable.js | 7 + .../core-js/modules/_array-includes.js | 21 + .../core-js/modules/_array-methods.js | 44 + .../core-js/modules/_array-reduce.js | 28 + .../modules/_array-species-constructor.js | 16 + .../core-js/modules/_array-species-create.js | 6 + .../node_modules/core-js/modules/_bind.js | 24 + .../node_modules/core-js/modules/_classof.js | 23 + .../node_modules/core-js/modules/_cof.js | 5 + .../core-js/modules/_collection-strong.js | 142 + .../core-js/modules/_collection-to-json.js | 9 + .../core-js/modules/_collection-weak.js | 83 + .../core-js/modules/_collection.js | 85 + .../node_modules/core-js/modules/_core.js | 2 + .../core-js/modules/_create-property.js | 8 + .../node_modules/core-js/modules/_ctx.js | 20 + .../core-js/modules/_date-to-primitive.js | 9 + .../node_modules/core-js/modules/_defined.js | 5 + .../core-js/modules/_descriptors.js | 4 + .../core-js/modules/_dom-create.js | 7 + .../core-js/modules/_entry-virtual.js | 5 + .../core-js/modules/_enum-bug-keys.js | 4 + .../core-js/modules/_enum-keys.js | 15 + .../node_modules/core-js/modules/_export.js | 43 + .../core-js/modules/_fails-is-regexp.js | 12 + .../node_modules/core-js/modules/_fails.js | 7 + .../core-js/modules/_fix-re-wks.js | 28 + .../node_modules/core-js/modules/_flags.js | 13 + .../node_modules/core-js/modules/_for-of.js | 25 + .../node_modules/core-js/modules/_global.js | 4 + .../node_modules/core-js/modules/_has.js | 4 + .../node_modules/core-js/modules/_hide.js | 8 + .../node_modules/core-js/modules/_html.js | 1 + .../core-js/modules/_ie8-dom-define.js | 3 + .../core-js/modules/_inherit-if-required.js | 8 + .../node_modules/core-js/modules/_invoke.js | 16 + .../node_modules/core-js/modules/_iobject.js | 5 + .../core-js/modules/_is-array-iter.js | 8 + .../node_modules/core-js/modules/_is-array.js | 5 + .../core-js/modules/_is-integer.js | 6 + .../core-js/modules/_is-object.js | 3 + .../core-js/modules/_is-regexp.js | 8 + .../core-js/modules/_iter-call.js | 12 + .../core-js/modules/_iter-create.js | 13 + .../core-js/modules/_iter-define.js | 70 + .../core-js/modules/_iter-detect.js | 21 + .../core-js/modules/_iter-step.js | 3 + .../core-js/modules/_iterators.js | 1 + .../node_modules/core-js/modules/_keyof.js | 10 + .../node_modules/core-js/modules/_library.js | 1 + .../core-js/modules/_math-expm1.js | 10 + .../core-js/modules/_math-log1p.js | 4 + .../core-js/modules/_math-sign.js | 4 + .../node_modules/core-js/modules/_meta.js | 53 + .../node_modules/core-js/modules/_metadata.js | 51 + .../core-js/modules/_microtask.js | 68 + .../core-js/modules/_object-assign.js | 33 + .../core-js/modules/_object-create.js | 41 + .../core-js/modules/_object-define.js | 12 + .../core-js/modules/_object-dp.js | 16 + .../core-js/modules/_object-dps.js | 13 + .../core-js/modules/_object-forced-pam.js | 7 + .../core-js/modules/_object-gopd.js | 16 + .../core-js/modules/_object-gopn-ext.js | 19 + .../core-js/modules/_object-gopn.js | 7 + .../core-js/modules/_object-gops.js | 1 + .../core-js/modules/_object-gpo.js | 13 + .../core-js/modules/_object-keys-internal.js | 17 + .../core-js/modules/_object-keys.js | 7 + .../core-js/modules/_object-pie.js | 1 + .../core-js/modules/_object-sap.js | 10 + .../core-js/modules/_object-to-array.js | 16 + .../node_modules/core-js/modules/_own-keys.js | 10 + .../core-js/modules/_parse-float.js | 8 + .../core-js/modules/_parse-int.js | 9 + .../node_modules/core-js/modules/_partial.js | 23 + .../node_modules/core-js/modules/_path.js | 1 + .../core-js/modules/_property-desc.js | 8 + .../core-js/modules/_redefine-all.js | 5 + .../node_modules/core-js/modules/_redefine.js | 32 + .../node_modules/core-js/modules/_replacer.js | 8 + .../core-js/modules/_same-value.js | 4 + .../core-js/modules/_set-proto.js | 25 + .../core-js/modules/_set-species.js | 13 + .../core-js/modules/_set-to-string-tag.js | 7 + .../core-js/modules/_shared-key.js | 5 + .../node_modules/core-js/modules/_shared.js | 6 + .../core-js/modules/_species-constructor.js | 8 + .../core-js/modules/_strict-method.js | 7 + .../core-js/modules/_string-at.js | 17 + .../core-js/modules/_string-context.js | 8 + .../core-js/modules/_string-html.js | 19 + .../core-js/modules/_string-pad.js | 16 + .../core-js/modules/_string-repeat.js | 12 + .../core-js/modules/_string-trim.js | 30 + .../core-js/modules/_string-ws.js | 2 + .../node_modules/core-js/modules/_task.js | 75 + .../node_modules/core-js/modules/_to-index.js | 7 + .../core-js/modules/_to-integer.js | 6 + .../core-js/modules/_to-iobject.js | 6 + .../core-js/modules/_to-length.js | 6 + .../core-js/modules/_to-object.js | 5 + .../core-js/modules/_to-primitive.js | 12 + .../core-js/modules/_typed-array.js | 479 + .../core-js/modules/_typed-buffer.js | 273 + .../node_modules/core-js/modules/_typed.js | 26 + .../node_modules/core-js/modules/_uid.js | 5 + .../core-js/modules/_wks-define.js | 9 + .../node_modules/core-js/modules/_wks-ext.js | 1 + .../node_modules/core-js/modules/_wks.js | 11 + .../core-js/modules/core.delay.js | 12 + .../node_modules/core-js/modules/core.dict.js | 155 + .../core-js/modules/core.function.part.js | 7 + .../modules/core.get-iterator-method.js | 8 + .../core-js/modules/core.get-iterator.js | 7 + .../core-js/modules/core.is-iterable.js | 9 + .../core-js/modules/core.number.iterator.js | 9 + .../core-js/modules/core.object.classof.js | 3 + .../core-js/modules/core.object.define.js | 4 + .../core-js/modules/core.object.is-object.js | 3 + .../core-js/modules/core.object.make.js | 9 + .../core-js/modules/core.regexp.escape.js | 5 + .../modules/core.string.escape-html.js | 11 + .../modules/core.string.unescape-html.js | 11 + .../node_modules/core-js/modules/es5.js | 35 + .../core-js/modules/es6.array.copy-within.js | 6 + .../core-js/modules/es6.array.every.js | 10 + .../core-js/modules/es6.array.fill.js | 6 + .../core-js/modules/es6.array.filter.js | 10 + .../core-js/modules/es6.array.find-index.js | 14 + .../core-js/modules/es6.array.find.js | 14 + .../core-js/modules/es6.array.for-each.js | 11 + .../core-js/modules/es6.array.from.js | 37 + .../core-js/modules/es6.array.index-of.js | 15 + .../core-js/modules/es6.array.is-array.js | 4 + .../core-js/modules/es6.array.iterator.js | 34 + .../core-js/modules/es6.array.join.js | 12 + .../modules/es6.array.last-index-of.js | 22 + .../core-js/modules/es6.array.map.js | 10 + .../core-js/modules/es6.array.of.js | 19 + .../core-js/modules/es6.array.reduce-right.js | 10 + .../core-js/modules/es6.array.reduce.js | 10 + .../core-js/modules/es6.array.slice.js | 28 + .../core-js/modules/es6.array.some.js | 10 + .../core-js/modules/es6.array.sort.js | 23 + .../core-js/modules/es6.array.species.js | 1 + .../core-js/modules/es6.date.now.js | 4 + .../core-js/modules/es6.date.to-iso-string.js | 28 + .../core-js/modules/es6.date.to-json.js | 14 + .../core-js/modules/es6.date.to-primitive.js | 4 + .../core-js/modules/es6.date.to-string.js | 11 + .../core-js/modules/es6.function.bind.js | 4 + .../modules/es6.function.has-instance.js | 13 + .../core-js/modules/es6.function.name.js | 25 + .../node_modules/core-js/modules/es6.map.js | 17 + .../core-js/modules/es6.math.acosh.js | 18 + .../core-js/modules/es6.math.asinh.js | 10 + .../core-js/modules/es6.math.atanh.js | 10 + .../core-js/modules/es6.math.cbrt.js | 9 + .../core-js/modules/es6.math.clz32.js | 8 + .../core-js/modules/es6.math.cosh.js | 9 + .../core-js/modules/es6.math.expm1.js | 5 + .../core-js/modules/es6.math.fround.js | 26 + .../core-js/modules/es6.math.hypot.js | 25 + .../core-js/modules/es6.math.imul.js | 17 + .../core-js/modules/es6.math.log10.js | 8 + .../core-js/modules/es6.math.log1p.js | 4 + .../core-js/modules/es6.math.log2.js | 8 + .../core-js/modules/es6.math.sign.js | 4 + .../core-js/modules/es6.math.sinh.js | 15 + .../core-js/modules/es6.math.tanh.js | 12 + .../core-js/modules/es6.math.trunc.js | 8 + .../core-js/modules/es6.number.constructor.js | 69 + .../core-js/modules/es6.number.epsilon.js | 4 + .../core-js/modules/es6.number.is-finite.js | 9 + .../core-js/modules/es6.number.is-integer.js | 4 + .../core-js/modules/es6.number.is-nan.js | 8 + .../modules/es6.number.is-safe-integer.js | 10 + .../modules/es6.number.max-safe-integer.js | 4 + .../modules/es6.number.min-safe-integer.js | 4 + .../core-js/modules/es6.number.parse-float.js | 4 + .../core-js/modules/es6.number.parse-int.js | 4 + .../core-js/modules/es6.number.to-fixed.js | 113 + .../modules/es6.number.to-precision.js | 18 + .../core-js/modules/es6.object.assign.js | 4 + .../core-js/modules/es6.object.create.js | 3 + .../modules/es6.object.define-properties.js | 3 + .../modules/es6.object.define-property.js | 3 + .../core-js/modules/es6.object.freeze.js | 9 + .../es6.object.get-own-property-descriptor.js | 9 + .../es6.object.get-own-property-names.js | 4 + .../modules/es6.object.get-prototype-of.js | 9 + .../modules/es6.object.is-extensible.js | 8 + .../core-js/modules/es6.object.is-frozen.js | 8 + .../core-js/modules/es6.object.is-sealed.js | 8 + .../core-js/modules/es6.object.is.js | 3 + .../core-js/modules/es6.object.keys.js | 9 + .../modules/es6.object.prevent-extensions.js | 9 + .../core-js/modules/es6.object.seal.js | 9 + .../modules/es6.object.set-prototype-of.js | 3 + .../core-js/modules/es6.object.to-string.js | 10 + .../core-js/modules/es6.parse-float.js | 4 + .../core-js/modules/es6.parse-int.js | 4 + .../core-js/modules/es6.promise.js | 299 + .../core-js/modules/es6.reflect.apply.js | 16 + .../core-js/modules/es6.reflect.construct.js | 47 + .../modules/es6.reflect.define-property.js | 22 + .../modules/es6.reflect.delete-property.js | 11 + .../core-js/modules/es6.reflect.enumerate.js | 26 + ...es6.reflect.get-own-property-descriptor.js | 10 + .../modules/es6.reflect.get-prototype-of.js | 10 + .../core-js/modules/es6.reflect.get.js | 21 + .../core-js/modules/es6.reflect.has.js | 8 + .../modules/es6.reflect.is-extensible.js | 11 + .../core-js/modules/es6.reflect.own-keys.js | 4 + .../modules/es6.reflect.prevent-extensions.js | 16 + .../modules/es6.reflect.set-prototype-of.js | 15 + .../core-js/modules/es6.reflect.set.js | 31 + .../core-js/modules/es6.regexp.constructor.js | 43 + .../core-js/modules/es6.regexp.flags.js | 5 + .../core-js/modules/es6.regexp.match.js | 10 + .../core-js/modules/es6.regexp.replace.js | 12 + .../core-js/modules/es6.regexp.search.js | 10 + .../core-js/modules/es6.regexp.split.js | 70 + .../core-js/modules/es6.regexp.to-string.js | 25 + .../node_modules/core-js/modules/es6.set.js | 12 + .../core-js/modules/es6.string.anchor.js | 7 + .../core-js/modules/es6.string.big.js | 7 + .../core-js/modules/es6.string.blink.js | 7 + .../core-js/modules/es6.string.bold.js | 7 + .../modules/es6.string.code-point-at.js | 9 + .../core-js/modules/es6.string.ends-with.js | 20 + .../core-js/modules/es6.string.fixed.js | 7 + .../core-js/modules/es6.string.fontcolor.js | 7 + .../core-js/modules/es6.string.fontsize.js | 7 + .../modules/es6.string.from-code-point.js | 23 + .../core-js/modules/es6.string.includes.js | 12 + .../core-js/modules/es6.string.italics.js | 7 + .../core-js/modules/es6.string.iterator.js | 17 + .../core-js/modules/es6.string.link.js | 7 + .../core-js/modules/es6.string.raw.js | 18 + .../core-js/modules/es6.string.repeat.js | 6 + .../core-js/modules/es6.string.small.js | 7 + .../core-js/modules/es6.string.starts-with.js | 18 + .../core-js/modules/es6.string.strike.js | 7 + .../core-js/modules/es6.string.sub.js | 7 + .../core-js/modules/es6.string.sup.js | 7 + .../core-js/modules/es6.string.trim.js | 7 + .../core-js/modules/es6.symbol.js | 235 + .../core-js/modules/es6.typed.array-buffer.js | 46 + .../core-js/modules/es6.typed.data-view.js | 4 + .../modules/es6.typed.float32-array.js | 5 + .../modules/es6.typed.float64-array.js | 5 + .../core-js/modules/es6.typed.int16-array.js | 5 + .../core-js/modules/es6.typed.int32-array.js | 5 + .../core-js/modules/es6.typed.int8-array.js | 5 + .../core-js/modules/es6.typed.uint16-array.js | 5 + .../core-js/modules/es6.typed.uint32-array.js | 5 + .../core-js/modules/es6.typed.uint8-array.js | 5 + .../modules/es6.typed.uint8-clamped-array.js | 5 + .../core-js/modules/es6.weak-map.js | 56 + .../core-js/modules/es6.weak-set.js | 12 + .../core-js/modules/es7.array.includes.js | 12 + .../node_modules/core-js/modules/es7.asap.js | 12 + .../core-js/modules/es7.error.is-error.js | 9 + .../core-js/modules/es7.map.to-json.js | 4 + .../core-js/modules/es7.math.iaddh.js | 11 + .../core-js/modules/es7.math.imulh.js | 16 + .../core-js/modules/es7.math.isubh.js | 11 + .../core-js/modules/es7.math.umulh.js | 16 + .../modules/es7.object.define-getter.js | 12 + .../modules/es7.object.define-setter.js | 12 + .../core-js/modules/es7.object.entries.js | 9 + .../modules/es7.object.enumerable-entries.js | 12 + .../modules/es7.object.enumerable-keys.js | 12 + .../modules/es7.object.enumerable-values.js | 12 + ...es7.object.get-own-property-descriptors.js | 19 + .../modules/es7.object.lookup-getter.js | 18 + .../modules/es7.object.lookup-setter.js | 18 + .../core-js/modules/es7.object.values.js | 9 + .../core-js/modules/es7.observable.js | 199 + .../modules/es7.reflect.define-metadata.js | 8 + .../modules/es7.reflect.delete-metadata.js | 15 + .../modules/es7.reflect.get-metadata-keys.js | 19 + .../modules/es7.reflect.get-metadata.js | 17 + .../es7.reflect.get-own-metadata-keys.js | 8 + .../modules/es7.reflect.get-own-metadata.js | 9 + .../modules/es7.reflect.has-metadata.js | 16 + .../modules/es7.reflect.has-own-metadata.js | 9 + .../core-js/modules/es7.reflect.metadata.js | 15 + .../core-js/modules/es7.set.to-json.js | 4 + .../core-js/modules/es7.string.at.js | 10 + .../core-js/modules/es7.string.match-all.js | 30 + .../core-js/modules/es7.string.pad-end.js | 10 + .../core-js/modules/es7.string.pad-start.js | 10 + .../core-js/modules/es7.string.trim-left.js | 7 + .../core-js/modules/es7.string.trim-right.js | 7 + .../modules/es7.symbol.async-iterator.js | 1 + .../core-js/modules/es7.symbol.observable.js | 1 + .../core-js/modules/es7.system.global.js | 4 + .../modules/library/_add-to-unscopables.js | 1 + .../core-js/modules/library/_collection.js | 59 + .../core-js/modules/library/_export.js | 61 + .../core-js/modules/library/_library.js | 1 + .../core-js/modules/library/_path.js | 1 + .../core-js/modules/library/_redefine-all.js | 7 + .../core-js/modules/library/_redefine.js | 1 + .../core-js/modules/library/_set-species.js | 14 + .../modules/library/es6.date.to-primitive.js | 0 .../modules/library/es6.date.to-string.js | 0 .../modules/library/es6.function.name.js | 0 .../modules/library/es6.number.constructor.js | 0 .../modules/library/es6.object.to-string.js | 0 .../modules/library/es6.regexp.constructor.js | 1 + .../modules/library/es6.regexp.flags.js | 0 .../modules/library/es6.regexp.match.js | 0 .../modules/library/es6.regexp.replace.js | 0 .../modules/library/es6.regexp.search.js | 0 .../modules/library/es6.regexp.split.js | 0 .../modules/library/es6.regexp.to-string.js | 0 .../modules/library/web.dom.iterable.js | 13 + .../core-js/modules/web.dom.iterable.js | 22 + .../core-js/modules/web.immediate.js | 6 + .../core-js/modules/web.timers.js | 20 + .../node_modules/core-js/package.json | 69 + .../hello-world/node_modules/core-js/shim.js | 176 + .../node_modules/core-js/stage/0.js | 10 + .../node_modules/core-js/stage/1.js | 6 + .../node_modules/core-js/stage/2.js | 3 + .../node_modules/core-js/stage/3.js | 4 + .../node_modules/core-js/stage/4.js | 8 + .../node_modules/core-js/stage/index.js | 1 + .../node_modules/core-js/stage/pre.js | 10 + .../core-js/web/dom-collections.js | 2 + .../node_modules/core-js/web/immediate.js | 2 + .../node_modules/core-js/web/index.js | 4 + .../node_modules/core-js/web/timers.js | 2 + .../node_modules/cross-spawn/LICENSE | 19 + .../node_modules/cross-spawn/README.md | 71 + .../node_modules/cross-spawn/index.js | 59 + .../cross-spawn/node_modules/.bin/which | 1 + .../node_modules/cross-spawn/package.json | 51 + .../node_modules/cryptiles/.npmignore | 18 + .../node_modules/cryptiles/.travis.yml | 8 + .../node_modules/cryptiles/LICENSE | 28 + .../node_modules/cryptiles/README.md | 16 + .../node_modules/cryptiles/package.json | 27 + .../node_modules/cryptiles/test/index.js | 102 + .../node_modules/cssom/LICENSE.txt | 20 + .../node_modules/cssom/README.mdown | 69 + .../node_modules/cssom/package.json | 24 + .../node_modules/cssstyle/.npmignore | 1 + .../node_modules/cssstyle/MIT-LICENSE.txt | 20 + .../node_modules/cssstyle/README.md | 27 + .../node_modules/cssstyle/package.json | 52 + .../cssstyle/scripts/generate_properties.js | 302 + .../cssstyle/scripts/run_tests.sh | 4 + .../node_modules/cssstyle/tests/tests.js | 405 + .../node_modules/dashdash/CHANGES.md | 364 + .../node_modules/dashdash/LICENSE.txt | 24 + .../node_modules/dashdash/README.md | 574 + .../dashdash/etc/dashdash.bash_completion.in | 389 + .../node_modules/dashdash/package.json | 26 + .../node_modules/debug/.coveralls.yml | 1 + .../hello-world/node_modules/debug/.eslintrc | 11 + .../hello-world/node_modules/debug/.npmignore | 9 + .../node_modules/debug/.travis.yml | 14 + .../node_modules/debug/CHANGELOG.md | 357 + .../hello-world/node_modules/debug/LICENSE | 19 + .../hello-world/node_modules/debug/Makefile | 50 + .../hello-world/node_modules/debug/README.md | 312 + .../node_modules/debug/component.json | 19 + .../node_modules/debug/karma.conf.js | 70 + .../hello-world/node_modules/debug/node.js | 1 + .../node_modules/debug/package.json | 49 + .../node_modules/debug/src/browser.js | 185 + .../node_modules/debug/src/debug.js | 202 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/node.js | 246 + .../node_modules/decamelize/index.js | 13 + .../node_modules/decamelize/license | 21 + .../node_modules/decamelize/package.json | 38 + .../node_modules/decamelize/readme.md | 48 + .../node_modules/deep-is/.npmignore | 1 + .../node_modules/deep-is/.travis.yml | 6 + .../hello-world/node_modules/deep-is/LICENSE | 22 + .../node_modules/deep-is/README.markdown | 70 + .../node_modules/deep-is/example/cmp.js | 11 + .../hello-world/node_modules/deep-is/index.js | 102 + .../node_modules/deep-is/package.json | 61 + .../node_modules/deep-is/test/NaN.js | 16 + .../node_modules/deep-is/test/cmp.js | 23 + .../node_modules/deep-is/test/neg-vs-pos-0.js | 15 + .../default-require-extensions/js.js | 9 + .../default-require-extensions/json.js | 14 + .../default-require-extensions/license | 21 + .../node_modules/strip-bom/index.js | 17 + .../node_modules/strip-bom/license | 21 + .../node_modules/strip-bom/package.json | 42 + .../node_modules/strip-bom/readme.md | 39 + .../default-require-extensions/package.json | 43 + .../default-require-extensions/readme.md | 32 + .../node_modules/delayed-stream/.npmignore | 1 + .../node_modules/delayed-stream/License | 19 + .../node_modules/delayed-stream/Makefile | 7 + .../node_modules/delayed-stream/Readme.md | 141 + .../node_modules/delayed-stream/package.json | 27 + .../node_modules/detect-indent/index.js | 120 + .../node_modules/detect-indent/license | 21 + .../node_modules/detect-indent/package.json | 46 + .../node_modules/detect-indent/readme.md | 110 + .../node_modules/diff/CONTRIBUTING.md | 39 + .../hello-world/node_modules/diff/LICENSE | 31 + .../hello-world/node_modules/diff/README.md | 202 + .../node_modules/diff/package.json | 75 + .../node_modules/diff/release-notes.md | 196 + .../hello-world/node_modules/diff/runtime.js | 3 + .../node_modules/ecc-jsbn/.npmignore | 15 + .../hello-world/node_modules/ecc-jsbn/LICENSE | 21 + .../node_modules/ecc-jsbn/README.md | 8 + .../node_modules/ecc-jsbn/index.js | 57 + .../node_modules/ecc-jsbn/package.json | 39 + .../hello-world/node_modules/ecc-jsbn/test.js | 14 + .../hello-world/node_modules/errno/.jshintrc | 59 + .../hello-world/node_modules/errno/.npmignore | 1 + .../hello-world/node_modules/errno/README.md | 141 + .../hello-world/node_modules/errno/build.js | 43 + .../hello-world/node_modules/errno/cli.js | 20 + .../hello-world/node_modules/errno/custom.js | 55 + .../hello-world/node_modules/errno/errno.js | 313 + .../node_modules/errno/package.json | 31 + .../hello-world/node_modules/errno/test.js | 31 + .../hello-world/node_modules/error-ex/LICENSE | 21 + .../node_modules/error-ex/README.md | 144 + .../node_modules/error-ex/index.js | 133 + .../node_modules/error-ex/package.json | 46 + .../escape-string-regexp/index.js | 11 + .../node_modules/escape-string-regexp/license | 21 + .../escape-string-regexp/package.json | 41 + .../escape-string-regexp/readme.md | 27 + .../node_modules/escodegen/LICENSE.BSD | 19 + .../node_modules/escodegen/LICENSE.source-map | 27 + .../node_modules/escodegen/README.md | 116 + .../node_modules/escodegen/bin/escodegen.js | 77 + .../node_modules/escodegen/bin/esgenerate.js | 64 + .../node_modules/escodegen/escodegen.js | 2607 +++ .../escodegen/node_modules/.bin/esparse | 1 + .../escodegen/node_modules/.bin/esvalidate | 1 + .../escodegen/node_modules/esprima/ChangeLog | 174 + .../node_modules/esprima/LICENSE.BSD | 21 + .../escodegen/node_modules/esprima/README.md | 27 + .../node_modules/esprima/bin/esparse.js | 126 + .../node_modules/esprima/bin/esvalidate.js | 199 + .../escodegen/node_modules/esprima/esprima.js | 5740 ++++++ .../node_modules/esprima/package.json | 99 + .../node_modules/source-map/.npmignore | 2 + .../node_modules/source-map/.travis.yml | 4 + .../node_modules/source-map/CHANGELOG.md | 201 + .../escodegen/node_modules/source-map/LICENSE | 28 + .../source-map/Makefile.dryice.js | 166 + .../node_modules/source-map/README.md | 479 + .../node_modules/source-map/package.json | 66 + .../node_modules/source-map/test/run-tests.js | 62 + .../source-map/test/source-map/test-api.js | 26 + .../test/source-map/test-array-set.js | 104 + .../test/source-map/test-base64-vlq.js | 23 + .../source-map/test/source-map/test-base64.js | 35 + .../test/source-map/test-binary-search.js | 54 + .../test/source-map/test-dog-fooding.js | 84 + .../source-map/test-source-map-consumer.js | 874 + .../source-map/test-source-map-generator.js | 679 + .../test/source-map/test-source-node.js | 612 + .../source-map/test/source-map/test-util.js | 216 + .../source-map/test/source-map/util.js | 299 + .../node_modules/escodegen/package.json | 62 + .../node_modules/esprima/ChangeLog | 209 + .../node_modules/esprima/LICENSE.BSD | 21 + .../node_modules/esprima/README.md | 44 + .../node_modules/esprima/bin/esparse.js | 139 + .../node_modules/esprima/bin/esvalidate.js | 236 + .../node_modules/esprima/package.json | 109 + .../node_modules/estraverse/.editorconfig | 10 + .../node_modules/estraverse/.jshintrc | 16 + .../node_modules/estraverse/LICENSE.BSD | 19 + .../node_modules/estraverse/README.md | 124 + .../node_modules/estraverse/estraverse.js | 845 + .../node_modules/estraverse/gulpfile.js | 70 + .../node_modules/estraverse/package.json | 43 + .../node_modules/esutils/LICENSE.BSD | 19 + .../node_modules/esutils/README.md | 169 + .../node_modules/esutils/package.json | 49 + .../node_modules/exec-sh/.jshintrc | 120 + .../node_modules/exec-sh/.npmignore | 2 + .../node_modules/exec-sh/.travis.yml | 38 + .../hello-world/node_modules/exec-sh/LICENSE | 21 + .../node_modules/exec-sh/README.md | 100 + .../node_modules/exec-sh/example/example.js | 18 + .../node_modules/exec-sh/package.json | 45 + .../node_modules/exec-sh/test/exec-sh.js | 151 + .../hello-world/node_modules/execa/index.js | 275 + .../hello-world/node_modules/execa/license | 21 + .../node_modules/execa/package.json | 79 + .../hello-world/node_modules/execa/readme.md | 150 + .../node_modules/expand-brackets/LICENSE | 21 + .../node_modules/expand-brackets/README.md | 107 + .../node_modules/expand-brackets/index.js | 163 + .../node_modules/expand-brackets/package.json | 62 + .../node_modules/expand-range/LICENSE | 24 + .../node_modules/expand-range/README.md | 145 + .../node_modules/expand-range/index.js | 43 + .../node_modules/expand-range/package.json | 73 + .../hello-world/node_modules/extend/.eslintrc | 17 + .../node_modules/extend/.jscs.json | 175 + .../node_modules/extend/.npmignore | 1 + .../node_modules/extend/.travis.yml | 179 + .../node_modules/extend/CHANGELOG.md | 77 + .../hello-world/node_modules/extend/LICENSE | 23 + .../hello-world/node_modules/extend/README.md | 81 + .../node_modules/extend/component.json | 32 + .../hello-world/node_modules/extend/index.js | 86 + .../node_modules/extend/package.json | 43 + .../hello-world/node_modules/extglob/LICENSE | 21 + .../node_modules/extglob/README.md | 88 + .../hello-world/node_modules/extglob/index.js | 178 + .../node_modules/extglob/package.json | 60 + .../node_modules/extsprintf/.gitmodules | 6 + .../node_modules/extsprintf/LICENSE | 19 + .../node_modules/extsprintf/Makefile | 23 + .../node_modules/extsprintf/Makefile.deps | 39 + .../node_modules/extsprintf/Makefile.targ | 285 + .../node_modules/extsprintf/README.md | 39 + .../extsprintf/examples/simple.js | 2 + .../node_modules/extsprintf/jsl.node.conf | 137 + .../node_modules/extsprintf/package.json | 13 + .../node_modules/fast-levenshtein/LICENSE.md | 25 + .../node_modules/fast-levenshtein/README.md | 104 + .../fast-levenshtein/levenshtein.js | 136 + .../fast-levenshtein/package.json | 39 + .../node_modules/fb-watchman/README.md | 34 + .../node_modules/fb-watchman/index.js | 322 + .../node_modules/fb-watchman/package.json | 35 + .../node_modules/filename-regex/LICENSE | 21 + .../node_modules/filename-regex/README.md | 63 + .../node_modules/filename-regex/index.js | 10 + .../node_modules/filename-regex/package.json | 50 + .../hello-world/node_modules/fileset/.babelrc | 7 + .../node_modules/fileset/.eslintignore | 1 + .../node_modules/fileset/.eslintrc | 18 + .../node_modules/fileset/.npmignore | 0 .../node_modules/fileset/.travis.yml | 8 + .../node_modules/fileset/CHANGELOG.md | 65 + .../node_modules/fileset/LICENSE-MIT | 22 + .../hello-world/node_modules/fileset/Makefile | 27 + .../node_modules/fileset/README.md | 97 + .../node_modules/fileset/package.json | 34 + .../test/fixtures/an (odd) filename.js | 1 + .../node_modules/fileset/test/fixtures/foo.md | 0 .../node_modules/fileset/test/mocha.js | 130 + .../node_modules/fileset/yarn.lock | 3276 +++ .../node_modules/fill-range/LICENSE | 21 + .../node_modules/fill-range/README.md | 290 + .../node_modules/fill-range/index.js | 408 + .../node_modules/fill-range/package.json | 61 + .../hello-world/node_modules/find-up/index.js | 48 + .../hello-world/node_modules/find-up/license | 21 + .../node_modules/find-up/package.json | 53 + .../node_modules/find-up/readme.md | 85 + .../hello-world/node_modules/for-in/LICENSE | 21 + .../hello-world/node_modules/for-in/README.md | 85 + .../hello-world/node_modules/for-in/index.js | 16 + .../node_modules/for-in/package.json | 68 + .../hello-world/node_modules/for-own/LICENSE | 21 + .../node_modules/for-own/README.md | 85 + .../hello-world/node_modules/for-own/index.js | 19 + .../node_modules/for-own/package.json | 70 + .../node_modules/forever-agent/LICENSE | 55 + .../node_modules/forever-agent/README.md | 4 + .../node_modules/forever-agent/index.js | 138 + .../node_modules/forever-agent/package.json | 17 + .../node_modules/form-data/License | 19 + .../node_modules/form-data/README.md | 217 + .../node_modules/form-data/package.json | 65 + .../node_modules/fs-extra/.npmignore | 8 + .../node_modules/fs-extra/CHANGELOG.md | 761 + .../hello-world/node_modules/fs-extra/LICENSE | 15 + .../node_modules/fs-extra/README.md | 242 + .../node_modules/fs-extra/docs/copy-sync.md | 37 + .../node_modules/fs-extra/docs/copy.md | 57 + .../fs-extra/docs/emptyDir-sync.md | 16 + .../node_modules/fs-extra/docs/emptyDir.md | 30 + .../fs-extra/docs/ensureDir-sync.md | 17 + .../node_modules/fs-extra/docs/ensureDir.md | 29 + .../fs-extra/docs/ensureFile-sync.md | 17 + .../node_modules/fs-extra/docs/ensureFile.md | 29 + .../fs-extra/docs/ensureLink-sync.md | 17 + .../node_modules/fs-extra/docs/ensureLink.md | 29 + .../fs-extra/docs/ensureSymlink-sync.md | 18 + .../fs-extra/docs/ensureSymlink.md | 30 + .../node_modules/fs-extra/docs/move-sync.md | 24 + .../node_modules/fs-extra/docs/move.md | 41 + .../fs-extra/docs/outputFile-sync.md | 19 + .../node_modules/fs-extra/docs/outputFile.md | 34 + .../fs-extra/docs/outputJson-sync.md | 22 + .../node_modules/fs-extra/docs/outputJson.md | 37 + .../fs-extra/docs/pathExists-sync.md | 3 + .../node_modules/fs-extra/docs/pathExists.md | 22 + .../fs-extra/docs/readJson-sync.md | 33 + .../node_modules/fs-extra/docs/readJson.md | 58 + .../node_modules/fs-extra/docs/remove-sync.md | 16 + .../node_modules/fs-extra/docs/remove.md | 34 + .../fs-extra/docs/writeJson-sync.md | 21 + .../node_modules/fs-extra/docs/writeJson.md | 36 + .../node_modules/fs-extra/package.json | 63 + .../node_modules/fs.realpath/LICENSE | 43 + .../node_modules/fs.realpath/README.md | 33 + .../node_modules/fs.realpath/index.js | 66 + .../node_modules/fs.realpath/old.js | 303 + .../node_modules/fs.realpath/package.json | 26 + .../node_modules/get-caller-file/README.md | 4 + .../node_modules/get-caller-file/index.js | 20 + .../node_modules/get-caller-file/package.json | 31 + .../node_modules/get-stream/buffer-stream.js | 54 + .../node_modules/get-stream/index.js | 59 + .../node_modules/get-stream/license | 21 + .../node_modules/get-stream/package.json | 49 + .../node_modules/get-stream/readme.md | 115 + .../node_modules/getpass/.npmignore | 8 + .../node_modules/getpass/.travis.yml | 9 + .../hello-world/node_modules/getpass/LICENSE | 18 + .../node_modules/getpass/README.md | 32 + .../node_modules/getpass/package.json | 18 + .../node_modules/glob-base/LICENSE | 21 + .../node_modules/glob-base/README.md | 158 + .../node_modules/glob-base/index.js | 51 + .../node_modules/glob-base/package.json | 52 + .../node_modules/glob-parent/.npmignore | 4 + .../node_modules/glob-parent/.travis.yml | 8 + .../node_modules/glob-parent/LICENSE | 15 + .../node_modules/glob-parent/README.md | 43 + .../node_modules/glob-parent/index.js | 10 + .../node_modules/glob-parent/package.json | 35 + .../node_modules/glob-parent/test.js | 28 + .../hello-world/node_modules/glob/LICENSE | 15 + .../hello-world/node_modules/glob/README.md | 368 + .../node_modules/glob/changelog.md | 67 + .../hello-world/node_modules/glob/common.js | 240 + .../hello-world/node_modules/glob/glob.js | 790 + .../node_modules/glob/package.json | 43 + .../hello-world/node_modules/glob/sync.js | 486 + .../node_modules/globals/globals.json | 1294 ++ .../hello-world/node_modules/globals/index.js | 1 + .../hello-world/node_modules/globals/license | 21 + .../node_modules/globals/package.json | 35 + .../node_modules/globals/readme.md | 41 + .../node_modules/graceful-fs/LICENSE | 15 + .../node_modules/graceful-fs/README.md | 133 + .../node_modules/graceful-fs/fs.js | 21 + .../node_modules/graceful-fs/graceful-fs.js | 262 + .../graceful-fs/legacy-streams.js | 118 + .../node_modules/graceful-fs/package.json | 47 + .../node_modules/graceful-fs/polyfills.js | 330 + .../node_modules/graceful-readlink/.npmignore | 3 + .../graceful-readlink/.travis.yml | 5 + .../node_modules/graceful-readlink/LICENSE | 22 + .../node_modules/graceful-readlink/README.md | 17 + .../node_modules/graceful-readlink/index.js | 12 + .../graceful-readlink/package.json | 18 + .../node_modules/growly/HISTORY.md | 5 + .../hello-world/node_modules/growly/README.md | 95 + .../node_modules/growly/example/bakery.js | 22 + .../node_modules/growly/example/cake.png | Bin 0 -> 14813 bytes .../node_modules/growly/example/muffin.png | Bin 0 -> 16978 bytes .../node_modules/growly/example/simple.js | 3 + .../node_modules/growly/package.json | 15 + .../node_modules/handlebars/.gitattributes | 6 + .../node_modules/handlebars/.gitmodules | 3 + .../handlebars/.idea/compiler.xml | 22 + .../.idea/copyright/profiles_settings.xml | 3 + .../handlebars/.idea/handlebars.js.iml | 16 + .../handlebars/.idea/jsLibraryMappings.xml | 6 + .../node_modules/handlebars/.idea/misc.xml | 22 + .../node_modules/handlebars/.idea/modules.xml | 8 + .../node_modules/handlebars/.idea/vcs.xml | 6 + .../handlebars/.idea/watcherTasks.xml | 4 + .../handlebars/.idea/workspace.xml | 2064 ++ .../node_modules/handlebars/.istanbul.yml | 2 + .../node_modules/handlebars/.npmignore | 25 + .../node_modules/handlebars/CONTRIBUTING.md | 99 + .../node_modules/handlebars/FAQ.md | 60 + .../node_modules/handlebars/LICENSE | 19 + .../node_modules/handlebars/README.markdown | 167 + .../node_modules/handlebars/bin/handlebars | 128 + .../handlebars/docs/compiler-api.md | 316 + .../handlebars/docs/decorators-api.md | 19 + .../handlebars/node_modules/.bin/uglifyjs | 1 + .../node_modules/async/CHANGELOG.md | 125 + .../handlebars/node_modules/async/LICENSE | 19 + .../handlebars/node_modules/async/README.md | 1877 ++ .../node_modules/async/package.json | 85 + .../node_modules/source-map/README.md | 510 + .../node_modules/source-map/package.json | 68 + .../node_modules/handlebars/package.json | 77 + .../node_modules/handlebars/print-script | 95 + .../node_modules/handlebars/release-notes.md | 527 + .../node_modules/handlebars/runtime.js | 3 + .../node_modules/har-schema/LICENSE | 13 + .../node_modules/har-schema/README.md | 49 + .../node_modules/har-schema/package.json | 54 + .../node_modules/har-validator/LICENSE | 13 + .../node_modules/har-validator/README.md | 75 + .../node_modules/har-validator/package.json | 72 + .../node_modules/har-validator/src/async.js | 96 + .../node_modules/har-validator/src/error.js | 15 + .../node_modules/har-validator/src/promise.js | 93 + .../node_modules/has-ansi/index.js | 4 + .../hello-world/node_modules/has-ansi/license | 21 + .../node_modules/has-ansi/package.json | 55 + .../node_modules/has-ansi/readme.md | 36 + .../node_modules/has-flag/index.js | 10 + .../hello-world/node_modules/has-flag/license | 21 + .../node_modules/has-flag/package.json | 48 + .../node_modules/has-flag/readme.md | 64 + .../hello-world/node_modules/hawk/.npmignore | 20 + .../hello-world/node_modules/hawk/.travis.yml | 5 + .../hello-world/node_modules/hawk/LICENSE | 28 + .../hello-world/node_modules/hawk/README.md | 634 + .../hello-world/node_modules/hawk/bower.json | 24 + .../node_modules/hawk/component.json | 19 + .../node_modules/hawk/example/usage.js | 78 + .../node_modules/hawk/images/hawk.png | Bin 0 -> 6945 bytes .../node_modules/hawk/images/logo.png | Bin 0 -> 71732 bytes .../node_modules/hawk/package.json | 34 + .../node_modules/hawk/test/browser.js | 1492 ++ .../node_modules/hawk/test/client.js | 440 + .../node_modules/hawk/test/crypto.js | 70 + .../node_modules/hawk/test/index.js | 378 + .../node_modules/hawk/test/readme.js | 95 + .../node_modules/hawk/test/server.js | 1329 ++ .../hello-world/node_modules/hawk/test/uri.js | 838 + .../node_modules/hawk/test/utils.js | 149 + .../hello-world/node_modules/hoek/.npmignore | 18 + .../hello-world/node_modules/hoek/.travis.yml | 7 + .../node_modules/hoek/CONTRIBUTING.md | 1 + .../hello-world/node_modules/hoek/LICENSE | 31 + .../hello-world/node_modules/hoek/README.md | 584 + .../node_modules/hoek/images/hoek.png | Bin 0 -> 37939 bytes .../node_modules/hoek/package.json | 23 + .../node_modules/hoek/test/escaper.js | 88 + .../node_modules/hoek/test/index.js | 2513 +++ .../node_modules/hoek/test/modules/ignore.txt | 0 .../node_modules/hoek/test/modules/test1.js | 1 + .../node_modules/hoek/test/modules/test2.js | 1 + .../node_modules/hoek/test/modules/test3.js | 1 + .../node_modules/home-or-tmp/index.js | 5 + .../node_modules/home-or-tmp/license | 21 + .../node_modules/home-or-tmp/package.json | 43 + .../node_modules/home-or-tmp/readme.md | 32 + .../node_modules/hosted-git-info/LICENSE | 13 + .../node_modules/hosted-git-info/README.md | 132 + .../hosted-git-info/git-host-info.js | 68 + .../node_modules/hosted-git-info/git-host.js | 114 + .../node_modules/hosted-git-info/index.js | 109 + .../node_modules/hosted-git-info/package.json | 34 + .../html-encoding-sniffer/LICENSE.txt | 19 + .../html-encoding-sniffer/README.md | 38 + .../html-encoding-sniffer/package.json | 27 + .../http-signature/.dir-locals.el | 6 + .../node_modules/http-signature/.npmignore | 7 + .../node_modules/http-signature/CHANGES.md | 46 + .../node_modules/http-signature/LICENSE | 18 + .../node_modules/http-signature/README.md | 79 + .../http-signature/http_signing.md | 363 + .../node_modules/.bin/sshpk-conv | 1 + .../node_modules/.bin/sshpk-sign | 1 + .../node_modules/.bin/sshpk-verify | 1 + .../node_modules/assert-plus/AUTHORS | 6 + .../node_modules/assert-plus/CHANGES.md | 8 + .../node_modules/assert-plus/README.md | 155 + .../node_modules/assert-plus/assert.js | 206 + .../node_modules/assert-plus/package.json | 23 + .../node_modules/http-signature/package.json | 39 + .../node_modules/iconv-lite/.npmignore | 6 + .../node_modules/iconv-lite/.travis.yml | 20 + .../node_modules/iconv-lite/Changelog.md | 93 + .../node_modules/iconv-lite/LICENSE | 21 + .../node_modules/iconv-lite/README.md | 157 + .../iconv-lite/encodings/dbcs-codec.js | 554 + .../iconv-lite/encodings/dbcs-data.js | 170 + .../iconv-lite/encodings/index.js | 22 + .../iconv-lite/encodings/internal.js | 187 + .../iconv-lite/encodings/sbcs-codec.js | 72 + .../encodings/sbcs-data-generated.js | 451 + .../iconv-lite/encodings/sbcs-data.js | 169 + .../encodings/tables/big5-added.json | 122 + .../iconv-lite/encodings/tables/cp936.json | 264 + .../iconv-lite/encodings/tables/cp949.json | 273 + .../iconv-lite/encodings/tables/cp950.json | 177 + .../iconv-lite/encodings/tables/eucjp.json | 182 + .../encodings/tables/gb18030-ranges.json | 1 + .../encodings/tables/gbk-added.json | 55 + .../iconv-lite/encodings/tables/shiftjis.json | 125 + .../iconv-lite/encodings/utf16.js | 174 + .../node_modules/iconv-lite/encodings/utf7.js | 289 + .../node_modules/iconv-lite/package.json | 52 + .../hello-world/node_modules/inflight/LICENSE | 15 + .../node_modules/inflight/README.md | 37 + .../node_modules/inflight/inflight.js | 54 + .../node_modules/inflight/package.json | 29 + .../hello-world/node_modules/inherits/LICENSE | 16 + .../node_modules/inherits/README.md | 42 + .../node_modules/inherits/inherits.js | 7 + .../node_modules/inherits/inherits_browser.js | 23 + .../node_modules/inherits/package.json | 29 + .../node_modules/invariant/CHANGELOG.md | 33 + .../node_modules/invariant/LICENSE | 27 + .../node_modules/invariant/README.md | 37 + .../node_modules/invariant/browser.js | 51 + .../node_modules/invariant/invariant.js | 53 + .../node_modules/invariant/invariant.js.flow | 7 + .../invariant/node_modules/.bin/loose-envify | 1 + .../node_modules/invariant/package.json | 35 + .../node_modules/invert-kv/index.js | 15 + .../node_modules/invert-kv/package.json | 33 + .../node_modules/invert-kv/readme.md | 25 + .../node_modules/is-arrayish/.editorconfig | 18 + .../node_modules/is-arrayish/.istanbul.yml | 4 + .../node_modules/is-arrayish/.npmignore | 5 + .../node_modules/is-arrayish/.travis.yml | 17 + .../node_modules/is-arrayish/LICENSE | 21 + .../node_modules/is-arrayish/README.md | 16 + .../node_modules/is-arrayish/index.js | 10 + .../node_modules/is-arrayish/package.json | 34 + .../node_modules/is-buffer/.npmignore | 2 + .../node_modules/is-buffer/LICENSE | 21 + .../node_modules/is-buffer/README.md | 49 + .../node_modules/is-buffer/index.js | 21 + .../node_modules/is-buffer/package.json | 51 + .../node_modules/is-buffer/test/basic.js | 25 + .../node_modules/is-builtin-module/index.js | 10 + .../node_modules/is-builtin-module/license | 21 + .../is-builtin-module/package.json | 43 + .../node_modules/is-builtin-module/readme.md | 33 + .../hello-world/node_modules/is-ci/.npmignore | 1 + .../node_modules/is-ci/.travis.yml | 7 + .../hello-world/node_modules/is-ci/LICENSE | 21 + .../hello-world/node_modules/is-ci/README.md | 54 + .../hello-world/node_modules/is-ci/index.js | 3 + .../node_modules/is-ci/package.json | 37 + .../hello-world/node_modules/is-ci/test.js | 17 + .../node_modules/is-dotfile/LICENSE | 21 + .../node_modules/is-dotfile/README.md | 95 + .../node_modules/is-dotfile/index.js | 14 + .../node_modules/is-dotfile/package.json | 69 + .../node_modules/is-equal-shallow/LICENSE | 21 + .../node_modules/is-equal-shallow/README.md | 90 + .../node_modules/is-equal-shallow/index.js | 27 + .../is-equal-shallow/package.json | 54 + .../node_modules/is-extendable/LICENSE | 21 + .../node_modules/is-extendable/README.md | 72 + .../node_modules/is-extendable/index.js | 13 + .../node_modules/is-extendable/package.json | 51 + .../node_modules/is-extglob/LICENSE | 21 + .../node_modules/is-extglob/README.md | 75 + .../node_modules/is-extglob/index.js | 11 + .../node_modules/is-extglob/package.json | 48 + .../node_modules/is-finite/index.js | 6 + .../node_modules/is-finite/license | 21 + .../node_modules/is-finite/package.json | 36 + .../node_modules/is-finite/readme.md | 28 + .../is-fullwidth-code-point/index.js | 46 + .../is-fullwidth-code-point/license | 21 + .../is-fullwidth-code-point/package.json | 45 + .../is-fullwidth-code-point/readme.md | 39 + .../hello-world/node_modules/is-glob/LICENSE | 21 + .../node_modules/is-glob/README.md | 105 + .../hello-world/node_modules/is-glob/index.js | 14 + .../node_modules/is-glob/package.json | 60 + .../node_modules/is-number/LICENSE | 21 + .../node_modules/is-number/README.md | 103 + .../node_modules/is-number/index.js | 19 + .../node_modules/is-number/package.json | 59 + .../node_modules/is-posix-bracket/LICENSE | 21 + .../node_modules/is-posix-bracket/README.md | 88 + .../node_modules/is-posix-bracket/index.js | 10 + .../is-posix-bracket/package.json | 64 + .../node_modules/is-primitive/LICENSE | 21 + .../node_modules/is-primitive/README.md | 57 + .../node_modules/is-primitive/index.js | 13 + .../node_modules/is-primitive/package.json | 46 + .../node_modules/is-stream/index.js | 21 + .../node_modules/is-stream/license | 21 + .../node_modules/is-stream/package.json | 38 + .../node_modules/is-stream/readme.md | 42 + .../node_modules/is-typedarray/LICENSE.md | 18 + .../node_modules/is-typedarray/README.md | 16 + .../node_modules/is-typedarray/index.js | 41 + .../node_modules/is-typedarray/package.json | 30 + .../node_modules/is-typedarray/test.js | 34 + .../hello-world/node_modules/is-utf8/LICENSE | 9 + .../node_modules/is-utf8/README.md | 16 + .../node_modules/is-utf8/is-utf8.js | 76 + .../node_modules/is-utf8/package.json | 19 + .../node_modules/isarray/.npmignore | 1 + .../node_modules/isarray/.travis.yml | 4 + .../hello-world/node_modules/isarray/Makefile | 6 + .../node_modules/isarray/README.md | 60 + .../node_modules/isarray/component.json | 19 + .../hello-world/node_modules/isarray/index.js | 5 + .../node_modules/isarray/package.json | 45 + .../hello-world/node_modules/isarray/test.js | 20 + .../hello-world/node_modules/isexe/.npmignore | 2 + .../hello-world/node_modules/isexe/LICENSE | 15 + .../hello-world/node_modules/isexe/README.md | 51 + .../hello-world/node_modules/isexe/index.js | 57 + .../hello-world/node_modules/isexe/mode.js | 41 + .../node_modules/isexe/package.json | 31 + .../node_modules/isexe/test/basic.js | 221 + .../hello-world/node_modules/isexe/windows.js | 42 + .../hello-world/node_modules/isobject/LICENSE | 21 + .../node_modules/isobject/README.md | 112 + .../node_modules/isobject/index.js | 14 + .../node_modules/isobject/package.json | 67 + .../node_modules/isstream/.jshintrc | 59 + .../node_modules/isstream/.npmignore | 1 + .../node_modules/isstream/.travis.yml | 12 + .../node_modules/isstream/LICENSE.md | 11 + .../node_modules/isstream/README.md | 66 + .../node_modules/isstream/isstream.js | 27 + .../node_modules/isstream/package.json | 33 + .../hello-world/node_modules/isstream/test.js | 168 + .../node_modules/istanbul-api/CHANGELOG.md | 63 + .../node_modules/istanbul-api/LICENSE | 24 + .../node_modules/istanbul-api/README.md | 7 + .../node_modules/istanbul-api/index.js | 67 + .../istanbul-api/node_modules/.bin/js-yaml | 1 + .../istanbul-api/node_modules/.bin/mkdirp | 1 + .../node_modules/istanbul-api/package.json | 50 + .../istanbul-lib-coverage/CHANGELOG.md | 47 + .../istanbul-lib-coverage/LICENSE | 24 + .../istanbul-lib-coverage/README.md | 33 + .../istanbul-lib-coverage/index.js | 64 + .../istanbul-lib-coverage/package.json | 44 + .../istanbul-lib-hook/CHANGELOG.md | 36 + .../node_modules/istanbul-lib-hook/LICENSE | 24 + .../node_modules/istanbul-lib-hook/README.md | 7 + .../node_modules/istanbul-lib-hook/index.js | 5 + .../istanbul-lib-hook/package.json | 36 + .../istanbul-lib-instrument/CHANGELOG.md | 171 + .../istanbul-lib-instrument/LICENSE | 24 + .../istanbul-lib-instrument/README.md | 24 + .../node_modules/.bin/babylon | 1 + .../node_modules/.bin/semver | 1 + .../istanbul-lib-instrument/package.json | 55 + .../istanbul-lib-report/CHANGELOG.md | 24 + .../node_modules/istanbul-lib-report/LICENSE | 24 + .../istanbul-lib-report/README.md | 8 + .../node_modules/istanbul-lib-report/index.js | 58 + .../node_modules/.bin/mkdirp | 1 + .../node_modules/supports-color/browser.js | 2 + .../node_modules/supports-color/index.js | 84 + .../node_modules/supports-color/license | 21 + .../node_modules/supports-color/package.json | 66 + .../node_modules/supports-color/readme.md | 60 + .../istanbul-lib-report/package.json | 43 + .../istanbul-lib-source-maps/CHANGELOG.md | 62 + .../istanbul-lib-source-maps/LICENSE | 24 + .../istanbul-lib-source-maps/README.md | 12 + .../istanbul-lib-source-maps/index.js | 17 + .../node_modules/.bin/mkdirp | 1 + .../node_modules/.bin/rimraf | 1 + .../istanbul-lib-source-maps/package.json | 46 + .../istanbul-reports/CHANGELOG.md | 50 + .../node_modules/istanbul-reports/LICENSE | 24 + .../node_modules/istanbul-reports/README.md | 14 + .../node_modules/istanbul-reports/index.js | 19 + .../node_modules/.bin/handlebars | 1 + .../istanbul-reports/package.json | 39 + .../jest-changed-files/.npmignore | 4 + .../node_modules/jest-changed-files/README.md | 48 + .../jest-changed-files/package.json | 10 + .../node_modules/jest-cli/.npmignore | 4 + .../node_modules/jest-cli/README.md | 11 + .../node_modules/jest-cli/bin/jest.js | 14 + .../jest-cli/node_modules/.bin/jest-runtime | 1 + .../jest-cli/node_modules/.bin/which | 1 + .../node_modules/jest-cli/package.json | 79 + .../node_modules/jest-config/.npmignore | 4 + .../node_modules/jest-config/package.json | 22 + .../node_modules/jest-diff/.npmignore | 4 + .../jest-diff/build-es5/constants.js | 19 + .../jest-diff/build-es5/diffStrings.js | 152 + .../node_modules/jest-diff/build-es5/index.js | 137 + .../node_modules/jest-diff/package.json | 17 + .../node_modules/jest-docblock/.npmignore | 4 + .../node_modules/jest-docblock/package.json | 10 + .../jest-environment-jsdom/.npmignore | 4 + .../jest-environment-jsdom/package.json | 15 + .../jest-environment-node/.npmignore | 4 + .../jest-environment-node/package.json | 14 + .../node_modules/jest-haste-map/.npmignore | 4 + .../jest-haste-map/node_modules/.bin/sane | 1 + .../node_modules/jest-haste-map/package.json | 18 + .../node_modules/jest-jasmine2/.npmignore | 4 + .../node_modules/jest-jasmine2/package.json | 24 + .../jest-matcher-utils/.npmignore | 4 + .../jest-matcher-utils/build-es5/index.js | 221 + .../jest-matcher-utils/package.json | 16 + .../node_modules/jest-matchers/.npmignore | 4 + .../build-es5/asymmetric-matchers.js | 240 + .../jest-matchers/build-es5/index.js | 290 + .../jest-matchers/build-es5/jasmine-utils.js | 297 + .../jest-matchers/build-es5/matchers.js | 682 + .../jest-matchers/build-es5/spyMatchers.js | 200 + .../build-es5/toThrowMatchers.js | 196 + .../jest-matchers/build-es5/utils.js | 97 + .../node_modules/jest-matchers/package.json | 17 + .../node_modules/jest-message-util/.npmignore | 4 + .../jest-message-util/build-es5/index.js | 231 + .../jest-message-util/package.json | 16 + .../node_modules/jest-mock/.npmignore | 4 + .../node_modules/jest-mock/README.md | 122 + .../node_modules/jest-mock/build-es5/index.js | 596 + .../node_modules/jest-mock/package.json | 11 + .../node_modules/jest-regex-util/.npmignore | 4 + .../jest-regex-util/build-es5/index.js | 35 + .../node_modules/jest-regex-util/package.json | 11 + .../jest-resolve-dependencies/.npmignore | 4 + .../jest-resolve-dependencies/package.json | 13 + .../node_modules/jest-resolve/.npmignore | 4 + .../node_modules/jest-resolve/package.json | 18 + .../node_modules/jest-runtime/.npmignore | 4 + .../jest-runtime/bin/jest-runtime.js | 14 + .../node_modules/jest-runtime/package.json | 34 + .../node_modules/jest-snapshot/.npmignore | 4 + .../node_modules/jest-snapshot/package.json | 18 + .../node_modules/jest-util/.npmignore | 4 + .../jest-util/build-es5/Console.js | 60 + .../jest-util/build-es5/FakeTimers.js | 515 + .../jest-util/build-es5/NullConsole.js | 25 + .../jest-util/build-es5/clearLine.js | 16 + .../jest-util/build-es5/formatTestResults.js | 89 + .../node_modules/jest-util/build-es5/index.js | 41 + .../build-es5/installCommonGlobals.js | 57 + .../jest-util/build-es5/setGlobal.js | 22 + .../jest-util/build-es5/validateCLIOptions.js | 68 + .../jest-util/node_modules/.bin/mkdirp | 1 + .../node_modules/jest-util/package.json | 20 + .../node_modules/jest-validate/.npmignore | 4 + .../node_modules/jest-validate/README.md | 143 + .../jest-validate/build-es5/condition.js | 21 + .../jest-validate/build-es5/defaultConfig.js | 32 + .../jest-validate/build-es5/deprecated.js | 38 + .../jest-validate/build-es5/errors.js | 41 + .../jest-validate/build-es5/exampleConfig.js | 35 + .../jest-validate/build-es5/index.js | 16 + .../jest-validate/build-es5/types.js | 1 + .../jest-validate/build-es5/utils.js | 65 + .../jest-validate/build-es5/validate.js | 67 + .../jest-validate/build-es5/warnings.js | 43 + .../node_modules/jest-validate/package.json | 17 + .../hello-world/node_modules/jest/.npmignore | 4 + .../hello-world/node_modules/jest/README.md | 11 + .../hello-world/node_modules/jest/bin/jest.js | 10 + .../node_modules/jest/node_modules/.bin/jest | 1 + .../node_modules/jest/package.json | 47 + .../node_modules/js-tokens/CHANGELOG.md | 129 + .../node_modules/js-tokens/LICENSE | 21 + .../node_modules/js-tokens/README.md | 222 + .../node_modules/js-tokens/index.js | 23 + .../node_modules/js-tokens/package.json | 30 + .../node_modules/js-yaml/CHANGELOG.md | 443 + .../hello-world/node_modules/js-yaml/LICENSE | 21 + .../node_modules/js-yaml/README.md | 312 + .../node_modules/js-yaml/bin/js-yaml.js | 132 + .../hello-world/node_modules/js-yaml/index.js | 7 + .../js-yaml/node_modules/.bin/esparse | 1 + .../js-yaml/node_modules/.bin/esvalidate | 1 + .../node_modules/js-yaml/package.json | 46 + .../hello-world/node_modules/jsbn/.npmignore | 2 + .../hello-world/node_modules/jsbn/LICENSE | 40 + .../hello-world/node_modules/jsbn/README.md | 175 + .../node_modules/jsbn/example.html | 12 + .../hello-world/node_modules/jsbn/example.js | 3 + .../hello-world/node_modules/jsbn/index.js | 1357 ++ .../node_modules/jsbn/package.json | 21 + .../node_modules/jsdom/Changelog.md | 1296 ++ .../node_modules/jsdom/LICENSE.txt | 22 + .../hello-world/node_modules/jsdom/README.md | 611 + .../jsdom/node_modules/.bin/acorn | 1 + .../jsdom/node_modules/.bin/escodegen | 1 + .../jsdom/node_modules/.bin/esgenerate | 1 + .../node_modules/jsdom/package.json | 92 + .../node_modules/jsesc/LICENSE-MIT.txt | 20 + .../hello-world/node_modules/jsesc/bin/jsesc | 148 + .../hello-world/node_modules/jsesc/jsesc.js | 345 + .../node_modules/jsesc/man/jsesc.1 | 94 + .../node_modules/jsesc/package.json | 46 + .../node_modules/json-schema/README.md | 5 + .../json-schema/draft-00/hyper-schema | 68 + .../json-schema/draft-00/json-ref | 26 + .../node_modules/json-schema/draft-00/links | 33 + .../node_modules/json-schema/draft-00/schema | 155 + .../json-schema/draft-01/hyper-schema | 68 + .../json-schema/draft-01/json-ref | 26 + .../node_modules/json-schema/draft-01/links | 33 + .../node_modules/json-schema/draft-01/schema | 155 + .../json-schema/draft-02/hyper-schema | 68 + .../json-schema/draft-02/json-ref | 26 + .../node_modules/json-schema/draft-02/links | 35 + .../node_modules/json-schema/draft-02/schema | 166 + .../json-schema/draft-03/examples/address | 20 + .../json-schema/draft-03/examples/calendar | 53 + .../json-schema/draft-03/examples/card | 105 + .../json-schema/draft-03/examples/geo | 8 + .../json-schema/draft-03/examples/interfaces | 23 + .../json-schema/draft-03/hyper-schema | 60 + .../json-schema/draft-03/json-ref | 26 + .../node_modules/json-schema/draft-03/links | 35 + .../node_modules/json-schema/draft-03/schema | 174 + .../json-schema/draft-04/hyper-schema | 60 + .../node_modules/json-schema/draft-04/links | 41 + .../node_modules/json-schema/draft-04/schema | 189 + .../json-schema/draft-zyp-json-schema-03.xml | 1120 + .../json-schema/draft-zyp-json-schema-04.xml | 1072 + .../node_modules/json-schema/package.json | 31 + .../node_modules/json-schema/test/tests.js | 95 + .../json-stable-stringify/.npmignore | 1 + .../json-stable-stringify/.travis.yml | 4 + .../json-stable-stringify/LICENSE | 18 + .../json-stable-stringify/example/key_cmp.js | 7 + .../json-stable-stringify/example/nested.js | 3 + .../json-stable-stringify/example/str.js | 3 + .../example/value_cmp.js | 7 + .../json-stable-stringify/index.js | 84 + .../json-stable-stringify/package.json | 44 + .../json-stable-stringify/readme.markdown | 130 + .../json-stable-stringify/test/cmp.js | 11 + .../json-stable-stringify/test/nested.js | 35 + .../json-stable-stringify/test/replacer.js | 74 + .../json-stable-stringify/test/space.js | 59 + .../json-stable-stringify/test/str.js | 32 + .../json-stable-stringify/test/to-json.js | 20 + .../json-stringify-safe/.npmignore | 1 + .../json-stringify-safe/CHANGELOG.md | 14 + .../node_modules/json-stringify-safe/LICENSE | 15 + .../node_modules/json-stringify-safe/Makefile | 35 + .../json-stringify-safe/README.md | 52 + .../json-stringify-safe/package.json | 31 + .../json-stringify-safe/stringify.js | 27 + .../json-stringify-safe/test/mocha.opts | 2 + .../test/stringify_test.js | 246 + .../node_modules/json5/CHANGELOG.md | 169 + .../hello-world/node_modules/json5/LICENSE.md | 21 + .../hello-world/node_modules/json5/README.md | 286 + .../node_modules/json5/package.json | 38 + .../node_modules/jsonfile/.npmignore | 3 + .../node_modules/jsonfile/CHANGELOG.md | 131 + .../hello-world/node_modules/jsonfile/LICENSE | 15 + .../node_modules/jsonfile/README.md | 186 + .../node_modules/jsonfile/index.js | 132 + .../node_modules/jsonfile/package.json | 35 + .../node_modules/jsonify/README.markdown | 34 + .../hello-world/node_modules/jsonify/index.js | 2 + .../node_modules/jsonify/package.json | 30 + .../node_modules/jsonify/test/parse.js | 16 + .../node_modules/jsonify/test/stringify.js | 15 + .../node_modules/jsprim/CHANGES.md | 43 + .../hello-world/node_modules/jsprim/LICENSE | 19 + .../hello-world/node_modules/jsprim/README.md | 292 + .../node_modules/jsprim/package.json | 20 + .../hello-world/node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 261 + .../hello-world/node_modules/kind-of/index.js | 116 + .../node_modules/kind-of/package.json | 90 + .../node_modules/lazy-cache/LICENSE | 21 + .../node_modules/lazy-cache/README.md | 147 + .../node_modules/lazy-cache/index.js | 67 + .../node_modules/lazy-cache/package.json | 58 + .../hello-world/node_modules/lcid/index.js | 22 + .../hello-world/node_modules/lcid/lcid.json | 203 + .../hello-world/node_modules/lcid/license | 21 + .../node_modules/lcid/package.json | 46 + .../hello-world/node_modules/lcid/readme.md | 35 + .../hello-world/node_modules/leven/index.js | 85 + .../hello-world/node_modules/leven/license | 21 + .../node_modules/leven/package.json | 55 + .../hello-world/node_modules/leven/readme.md | 50 + .../hello-world/node_modules/levn/LICENSE | 22 + .../hello-world/node_modules/levn/README.md | 196 + .../node_modules/levn/package.json | 47 + .../node_modules/load-json-file/index.js | 21 + .../node_modules/load-json-file/license | 21 + .../node_modules/strip-bom/index.js | 17 + .../node_modules/strip-bom/license | 21 + .../node_modules/strip-bom/package.json | 42 + .../node_modules/strip-bom/readme.md | 39 + .../node_modules/load-json-file/package.json | 46 + .../node_modules/load-json-file/readme.md | 45 + .../node_modules/locate-path/index.js | 24 + .../node_modules/locate-path/license | 21 + .../node_modules/path-exists/index.js | 17 + .../node_modules/path-exists/license | 21 + .../node_modules/path-exists/package.json | 40 + .../node_modules/path-exists/readme.md | 50 + .../node_modules/locate-path/package.json | 47 + .../node_modules/locate-path/readme.md | 99 + .../hello-world/node_modules/lodash/LICENSE | 47 + .../hello-world/node_modules/lodash/README.md | 39 + .../node_modules/lodash/_DataView.js | 7 + .../hello-world/node_modules/lodash/_Hash.js | 32 + .../node_modules/lodash/_LazyWrapper.js | 28 + .../node_modules/lodash/_ListCache.js | 32 + .../node_modules/lodash/_LodashWrapper.js | 22 + .../hello-world/node_modules/lodash/_Map.js | 7 + .../node_modules/lodash/_MapCache.js | 32 + .../node_modules/lodash/_Promise.js | 7 + .../hello-world/node_modules/lodash/_Set.js | 7 + .../node_modules/lodash/_SetCache.js | 27 + .../hello-world/node_modules/lodash/_Stack.js | 27 + .../node_modules/lodash/_Symbol.js | 6 + .../node_modules/lodash/_Uint8Array.js | 6 + .../node_modules/lodash/_WeakMap.js | 7 + .../node_modules/lodash/_addMapEntry.js | 15 + .../node_modules/lodash/_addSetEntry.js | 15 + .../hello-world/node_modules/lodash/_apply.js | 21 + .../node_modules/lodash/_arrayAggregator.js | 22 + .../node_modules/lodash/_arrayEach.js | 22 + .../node_modules/lodash/_arrayEachRight.js | 21 + .../node_modules/lodash/_arrayEvery.js | 23 + .../node_modules/lodash/_arrayFilter.js | 25 + .../node_modules/lodash/_arrayIncludes.js | 17 + .../node_modules/lodash/_arrayIncludesWith.js | 22 + .../node_modules/lodash/_arrayLikeKeys.js | 49 + .../node_modules/lodash/_arrayMap.js | 21 + .../node_modules/lodash/_arrayPush.js | 20 + .../node_modules/lodash/_arrayReduce.js | 26 + .../node_modules/lodash/_arrayReduceRight.js | 24 + .../node_modules/lodash/_arraySample.js | 15 + .../node_modules/lodash/_arraySampleSize.js | 17 + .../node_modules/lodash/_arrayShuffle.js | 15 + .../node_modules/lodash/_arraySome.js | 23 + .../node_modules/lodash/_asciiSize.js | 12 + .../node_modules/lodash/_asciiToArray.js | 12 + .../node_modules/lodash/_asciiWords.js | 15 + .../node_modules/lodash/_assignMergeValue.js | 20 + .../node_modules/lodash/_assignValue.js | 28 + .../node_modules/lodash/_assocIndexOf.js | 21 + .../node_modules/lodash/_baseAggregator.js | 21 + .../node_modules/lodash/_baseAssign.js | 17 + .../node_modules/lodash/_baseAssignIn.js | 17 + .../node_modules/lodash/_baseAssignValue.js | 25 + .../node_modules/lodash/_baseAt.js | 23 + .../node_modules/lodash/_baseClamp.js | 22 + .../node_modules/lodash/_baseClone.js | 153 + .../node_modules/lodash/_baseConforms.js | 18 + .../node_modules/lodash/_baseConformsTo.js | 27 + .../node_modules/lodash/_baseCreate.js | 30 + .../node_modules/lodash/_baseDelay.js | 21 + .../node_modules/lodash/_baseDifference.js | 67 + .../node_modules/lodash/_baseEach.js | 14 + .../node_modules/lodash/_baseEachRight.js | 14 + .../node_modules/lodash/_baseEvery.js | 21 + .../node_modules/lodash/_baseExtremum.js | 32 + .../node_modules/lodash/_baseFill.js | 32 + .../node_modules/lodash/_baseFilter.js | 21 + .../node_modules/lodash/_baseFindIndex.js | 24 + .../node_modules/lodash/_baseFindKey.js | 23 + .../node_modules/lodash/_baseFlatten.js | 38 + .../node_modules/lodash/_baseFor.js | 16 + .../node_modules/lodash/_baseForOwn.js | 16 + .../node_modules/lodash/_baseForOwnRight.js | 16 + .../node_modules/lodash/_baseForRight.js | 15 + .../node_modules/lodash/_baseFunctions.js | 19 + .../node_modules/lodash/_baseGet.js | 24 + .../node_modules/lodash/_baseGetAllKeys.js | 20 + .../node_modules/lodash/_baseGetTag.js | 28 + .../node_modules/lodash/_baseGt.js | 14 + .../node_modules/lodash/_baseHas.js | 19 + .../node_modules/lodash/_baseHasIn.js | 13 + .../node_modules/lodash/_baseInRange.js | 18 + .../node_modules/lodash/_baseIndexOf.js | 20 + .../node_modules/lodash/_baseIndexOfWith.js | 23 + .../node_modules/lodash/_baseIntersection.js | 74 + .../node_modules/lodash/_baseInverter.js | 21 + .../node_modules/lodash/_baseInvoke.js | 24 + .../node_modules/lodash/_baseIsArguments.js | 18 + .../node_modules/lodash/_baseIsArrayBuffer.js | 17 + .../node_modules/lodash/_baseIsDate.js | 18 + .../node_modules/lodash/_baseIsEqual.js | 28 + .../node_modules/lodash/_baseIsEqualDeep.js | 83 + .../node_modules/lodash/_baseIsMap.js | 18 + .../node_modules/lodash/_baseIsMatch.js | 62 + .../node_modules/lodash/_baseIsNaN.js | 12 + .../node_modules/lodash/_baseIsNative.js | 47 + .../node_modules/lodash/_baseIsRegExp.js | 18 + .../node_modules/lodash/_baseIsSet.js | 18 + .../node_modules/lodash/_baseIsTypedArray.js | 60 + .../node_modules/lodash/_baseIteratee.js | 31 + .../node_modules/lodash/_baseKeys.js | 30 + .../node_modules/lodash/_baseKeysIn.js | 33 + .../node_modules/lodash/_baseLodash.js | 10 + .../node_modules/lodash/_baseLt.js | 14 + .../node_modules/lodash/_baseMap.js | 22 + .../node_modules/lodash/_baseMatches.js | 22 + .../lodash/_baseMatchesProperty.js | 33 + .../node_modules/lodash/_baseMean.js | 20 + .../node_modules/lodash/_baseMerge.js | 41 + .../node_modules/lodash/_baseMergeDeep.js | 93 + .../node_modules/lodash/_baseNth.js | 20 + .../node_modules/lodash/_baseOrderBy.js | 34 + .../node_modules/lodash/_basePick.js | 19 + .../node_modules/lodash/_basePickBy.js | 30 + .../node_modules/lodash/_baseProperty.js | 14 + .../node_modules/lodash/_basePropertyDeep.js | 16 + .../node_modules/lodash/_basePropertyOf.js | 14 + .../node_modules/lodash/_basePullAll.js | 51 + .../node_modules/lodash/_basePullAt.js | 37 + .../node_modules/lodash/_baseRandom.js | 18 + .../node_modules/lodash/_baseRange.js | 28 + .../node_modules/lodash/_baseReduce.js | 23 + .../node_modules/lodash/_baseRepeat.js | 35 + .../node_modules/lodash/_baseRest.js | 17 + .../node_modules/lodash/_baseSample.js | 15 + .../node_modules/lodash/_baseSampleSize.js | 18 + .../node_modules/lodash/_baseSet.js | 47 + .../node_modules/lodash/_baseSetData.js | 17 + .../node_modules/lodash/_baseSetToString.js | 22 + .../node_modules/lodash/_baseShuffle.js | 15 + .../node_modules/lodash/_baseSlice.js | 31 + .../node_modules/lodash/_baseSome.js | 22 + .../node_modules/lodash/_baseSortBy.js | 21 + .../node_modules/lodash/_baseSortedIndex.js | 42 + .../node_modules/lodash/_baseSortedIndexBy.js | 64 + .../node_modules/lodash/_baseSortedUniq.js | 30 + .../node_modules/lodash/_baseSum.js | 24 + .../node_modules/lodash/_baseTimes.js | 20 + .../node_modules/lodash/_baseToNumber.js | 24 + .../node_modules/lodash/_baseToPairs.js | 18 + .../node_modules/lodash/_baseToString.js | 37 + .../node_modules/lodash/_baseUnary.js | 14 + .../node_modules/lodash/_baseUniq.js | 72 + .../node_modules/lodash/_baseUnset.js | 20 + .../node_modules/lodash/_baseUpdate.js | 18 + .../node_modules/lodash/_baseValues.js | 19 + .../node_modules/lodash/_baseWhile.js | 26 + .../node_modules/lodash/_baseWrapperValue.js | 25 + .../node_modules/lodash/_baseXor.js | 36 + .../node_modules/lodash/_baseZipObject.js | 23 + .../node_modules/lodash/_cacheHas.js | 13 + .../lodash/_castArrayLikeObject.js | 14 + .../node_modules/lodash/_castFunction.js | 14 + .../node_modules/lodash/_castPath.js | 21 + .../node_modules/lodash/_castRest.js | 14 + .../node_modules/lodash/_castSlice.js | 18 + .../node_modules/lodash/_charsEndIndex.js | 19 + .../node_modules/lodash/_charsStartIndex.js | 20 + .../node_modules/lodash/_cloneArrayBuffer.js | 16 + .../node_modules/lodash/_cloneBuffer.js | 35 + .../node_modules/lodash/_cloneDataView.js | 16 + .../node_modules/lodash/_cloneMap.js | 22 + .../node_modules/lodash/_cloneRegExp.js | 17 + .../node_modules/lodash/_cloneSet.js | 22 + .../node_modules/lodash/_cloneSymbol.js | 18 + .../node_modules/lodash/_cloneTypedArray.js | 16 + .../node_modules/lodash/_compareAscending.js | 41 + .../node_modules/lodash/_compareMultiple.js | 44 + .../node_modules/lodash/_composeArgs.js | 39 + .../node_modules/lodash/_composeArgsRight.js | 41 + .../node_modules/lodash/_copyArray.js | 20 + .../node_modules/lodash/_copyObject.js | 40 + .../node_modules/lodash/_copySymbols.js | 16 + .../node_modules/lodash/_copySymbolsIn.js | 16 + .../node_modules/lodash/_coreJsData.js | 6 + .../node_modules/lodash/_countHolders.js | 21 + .../node_modules/lodash/_createAggregator.js | 23 + .../node_modules/lodash/_createAssigner.js | 37 + .../node_modules/lodash/_createBaseEach.js | 32 + .../node_modules/lodash/_createBaseFor.js | 25 + .../node_modules/lodash/_createBind.js | 28 + .../node_modules/lodash/_createCaseFirst.js | 33 + .../node_modules/lodash/_createCompounder.js | 24 + .../node_modules/lodash/_createCtor.js | 37 + .../node_modules/lodash/_createCurry.js | 46 + .../node_modules/lodash/_createFind.js | 25 + .../node_modules/lodash/_createFlow.js | 78 + .../node_modules/lodash/_createHybrid.js | 92 + .../node_modules/lodash/_createInverter.js | 17 + .../lodash/_createMathOperation.js | 38 + .../node_modules/lodash/_createOver.js | 27 + .../node_modules/lodash/_createPadding.js | 33 + .../node_modules/lodash/_createPartial.js | 43 + .../node_modules/lodash/_createRange.js | 30 + .../node_modules/lodash/_createRecurry.js | 56 + .../lodash/_createRelationalOperation.js | 20 + .../node_modules/lodash/_createRound.js | 33 + .../node_modules/lodash/_createSet.js | 19 + .../node_modules/lodash/_createToPairs.js | 30 + .../node_modules/lodash/_createWrap.js | 106 + .../lodash/_customDefaultsAssignIn.js | 29 + .../lodash/_customDefaultsMerge.js | 28 + .../node_modules/lodash/_customOmitClone.js | 16 + .../node_modules/lodash/_deburrLetter.js | 71 + .../node_modules/lodash/_defineProperty.js | 11 + .../node_modules/lodash/_equalArrays.js | 83 + .../node_modules/lodash/_equalByTag.js | 112 + .../node_modules/lodash/_equalObjects.js | 89 + .../node_modules/lodash/_escapeHtmlChar.js | 21 + .../node_modules/lodash/_escapeStringChar.js | 22 + .../node_modules/lodash/_flatRest.js | 16 + .../node_modules/lodash/_freeGlobal.js | 4 + .../node_modules/lodash/_getAllKeys.js | 16 + .../node_modules/lodash/_getAllKeysIn.js | 17 + .../node_modules/lodash/_getData.js | 15 + .../node_modules/lodash/_getFuncName.js | 31 + .../node_modules/lodash/_getHolder.js | 13 + .../node_modules/lodash/_getMapData.js | 18 + .../node_modules/lodash/_getMatchData.js | 24 + .../node_modules/lodash/_getNative.js | 17 + .../node_modules/lodash/_getPrototype.js | 6 + .../node_modules/lodash/_getRawTag.js | 46 + .../node_modules/lodash/_getSymbols.js | 30 + .../node_modules/lodash/_getSymbolsIn.js | 25 + .../node_modules/lodash/_getTag.js | 58 + .../node_modules/lodash/_getValue.js | 13 + .../node_modules/lodash/_getView.js | 33 + .../node_modules/lodash/_getWrapDetails.js | 17 + .../node_modules/lodash/_hasPath.js | 39 + .../node_modules/lodash/_hasUnicode.js | 26 + .../node_modules/lodash/_hasUnicodeWord.js | 15 + .../node_modules/lodash/_hashClear.js | 15 + .../node_modules/lodash/_hashDelete.js | 17 + .../node_modules/lodash/_hashGet.js | 30 + .../node_modules/lodash/_hashHas.js | 23 + .../node_modules/lodash/_hashSet.js | 23 + .../node_modules/lodash/_initCloneArray.js | 26 + .../node_modules/lodash/_initCloneByTag.js | 80 + .../node_modules/lodash/_initCloneObject.js | 18 + .../node_modules/lodash/_insertWrapDetails.js | 23 + .../node_modules/lodash/_isFlattenable.js | 20 + .../node_modules/lodash/_isIndex.js | 22 + .../node_modules/lodash/_isIterateeCall.js | 30 + .../hello-world/node_modules/lodash/_isKey.js | 29 + .../node_modules/lodash/_isKeyable.js | 15 + .../node_modules/lodash/_isLaziable.js | 28 + .../node_modules/lodash/_isMaskable.js | 14 + .../node_modules/lodash/_isMasked.js | 20 + .../node_modules/lodash/_isPrototype.js | 18 + .../lodash/_isStrictComparable.js | 15 + .../node_modules/lodash/_iteratorToArray.js | 18 + .../node_modules/lodash/_lazyClone.js | 23 + .../node_modules/lodash/_lazyReverse.js | 23 + .../node_modules/lodash/_lazyValue.js | 69 + .../node_modules/lodash/_listCacheClear.js | 13 + .../node_modules/lodash/_listCacheDelete.js | 35 + .../node_modules/lodash/_listCacheGet.js | 19 + .../node_modules/lodash/_listCacheHas.js | 16 + .../node_modules/lodash/_listCacheSet.js | 26 + .../node_modules/lodash/_mapCacheClear.js | 21 + .../node_modules/lodash/_mapCacheDelete.js | 18 + .../node_modules/lodash/_mapCacheGet.js | 16 + .../node_modules/lodash/_mapCacheHas.js | 16 + .../node_modules/lodash/_mapCacheSet.js | 22 + .../node_modules/lodash/_mapToArray.js | 18 + .../lodash/_matchesStrictComparable.js | 20 + .../node_modules/lodash/_memoizeCapped.js | 26 + .../node_modules/lodash/_mergeData.js | 90 + .../node_modules/lodash/_metaMap.js | 6 + .../node_modules/lodash/_nativeCreate.js | 6 + .../node_modules/lodash/_nativeKeys.js | 6 + .../node_modules/lodash/_nativeKeysIn.js | 20 + .../node_modules/lodash/_nodeUtil.js | 22 + .../node_modules/lodash/_objectToString.js | 22 + .../node_modules/lodash/_overArg.js | 15 + .../node_modules/lodash/_overRest.js | 36 + .../node_modules/lodash/_parent.js | 16 + .../node_modules/lodash/_reEscape.js | 4 + .../node_modules/lodash/_reEvaluate.js | 4 + .../node_modules/lodash/_reInterpolate.js | 4 + .../node_modules/lodash/_realNames.js | 4 + .../node_modules/lodash/_reorder.js | 29 + .../node_modules/lodash/_replaceHolders.js | 29 + .../hello-world/node_modules/lodash/_root.js | 9 + .../node_modules/lodash/_setCacheAdd.js | 19 + .../node_modules/lodash/_setCacheHas.js | 14 + .../node_modules/lodash/_setData.js | 20 + .../node_modules/lodash/_setToArray.js | 18 + .../node_modules/lodash/_setToPairs.js | 18 + .../node_modules/lodash/_setToString.js | 14 + .../node_modules/lodash/_setWrapToString.js | 21 + .../node_modules/lodash/_shortOut.js | 37 + .../node_modules/lodash/_shuffleSelf.js | 28 + .../node_modules/lodash/_stackClear.js | 15 + .../node_modules/lodash/_stackDelete.js | 18 + .../node_modules/lodash/_stackGet.js | 14 + .../node_modules/lodash/_stackHas.js | 14 + .../node_modules/lodash/_stackSet.js | 34 + .../node_modules/lodash/_strictIndexOf.js | 23 + .../node_modules/lodash/_strictLastIndexOf.js | 21 + .../node_modules/lodash/_stringSize.js | 18 + .../node_modules/lodash/_stringToArray.js | 18 + .../node_modules/lodash/_stringToPath.js | 28 + .../hello-world/node_modules/lodash/_toKey.js | 21 + .../node_modules/lodash/_toSource.js | 26 + .../node_modules/lodash/_unescapeHtmlChar.js | 21 + .../node_modules/lodash/_unicodeSize.js | 44 + .../node_modules/lodash/_unicodeToArray.js | 40 + .../node_modules/lodash/_unicodeWords.js | 69 + .../node_modules/lodash/_updateWrapDetails.js | 46 + .../node_modules/lodash/_wrapperClone.js | 23 + .../hello-world/node_modules/lodash/add.js | 22 + .../hello-world/node_modules/lodash/after.js | 42 + .../hello-world/node_modules/lodash/array.js | 67 + .../hello-world/node_modules/lodash/ary.js | 29 + .../hello-world/node_modules/lodash/assign.js | 58 + .../node_modules/lodash/assignIn.js | 40 + .../node_modules/lodash/assignInWith.js | 38 + .../node_modules/lodash/assignWith.js | 37 + .../hello-world/node_modules/lodash/at.js | 23 + .../node_modules/lodash/attempt.js | 35 + .../hello-world/node_modules/lodash/before.js | 40 + .../hello-world/node_modules/lodash/bind.js | 57 + .../node_modules/lodash/bindAll.js | 41 + .../node_modules/lodash/bindKey.js | 68 + .../node_modules/lodash/camelCase.js | 29 + .../node_modules/lodash/capitalize.js | 23 + .../node_modules/lodash/castArray.js | 44 + .../hello-world/node_modules/lodash/ceil.js | 26 + .../hello-world/node_modules/lodash/chain.js | 38 + .../hello-world/node_modules/lodash/chunk.js | 50 + .../hello-world/node_modules/lodash/clamp.js | 39 + .../hello-world/node_modules/lodash/clone.js | 36 + .../node_modules/lodash/cloneDeep.js | 29 + .../node_modules/lodash/cloneDeepWith.js | 40 + .../node_modules/lodash/cloneWith.js | 42 + .../node_modules/lodash/collection.js | 30 + .../hello-world/node_modules/lodash/commit.js | 33 + .../node_modules/lodash/compact.js | 31 + .../hello-world/node_modules/lodash/concat.js | 43 + .../hello-world/node_modules/lodash/cond.js | 60 + .../node_modules/lodash/conforms.js | 35 + .../node_modules/lodash/conformsTo.js | 32 + .../node_modules/lodash/constant.js | 26 + .../hello-world/node_modules/lodash/core.js | 3836 ++++ .../node_modules/lodash/core.min.js | 29 + .../node_modules/lodash/countBy.js | 40 + .../hello-world/node_modules/lodash/create.js | 43 + .../hello-world/node_modules/lodash/curry.js | 57 + .../node_modules/lodash/curryRight.js | 54 + .../hello-world/node_modules/lodash/date.js | 3 + .../node_modules/lodash/debounce.js | 188 + .../hello-world/node_modules/lodash/deburr.js | 45 + .../node_modules/lodash/defaultTo.js | 25 + .../node_modules/lodash/defaults.js | 32 + .../node_modules/lodash/defaultsDeep.js | 30 + .../hello-world/node_modules/lodash/defer.js | 26 + .../hello-world/node_modules/lodash/delay.js | 28 + .../node_modules/lodash/difference.js | 33 + .../node_modules/lodash/differenceBy.js | 44 + .../node_modules/lodash/differenceWith.js | 40 + .../hello-world/node_modules/lodash/divide.js | 22 + .../hello-world/node_modules/lodash/drop.js | 38 + .../node_modules/lodash/dropRight.js | 39 + .../node_modules/lodash/dropRightWhile.js | 45 + .../node_modules/lodash/dropWhile.js | 45 + .../hello-world/node_modules/lodash/each.js | 1 + .../node_modules/lodash/eachRight.js | 1 + .../node_modules/lodash/endsWith.js | 43 + .../node_modules/lodash/entries.js | 1 + .../node_modules/lodash/entriesIn.js | 1 + .../hello-world/node_modules/lodash/eq.js | 37 + .../hello-world/node_modules/lodash/escape.js | 43 + .../node_modules/lodash/escapeRegExp.js | 32 + .../hello-world/node_modules/lodash/every.js | 56 + .../hello-world/node_modules/lodash/extend.js | 1 + .../node_modules/lodash/extendWith.js | 1 + .../hello-world/node_modules/lodash/fill.js | 45 + .../hello-world/node_modules/lodash/filter.js | 48 + .../hello-world/node_modules/lodash/find.js | 42 + .../node_modules/lodash/findIndex.js | 55 + .../node_modules/lodash/findKey.js | 44 + .../node_modules/lodash/findLast.js | 25 + .../node_modules/lodash/findLastIndex.js | 59 + .../node_modules/lodash/findLastKey.js | 44 + .../hello-world/node_modules/lodash/first.js | 1 + .../node_modules/lodash/flatMap.js | 29 + .../node_modules/lodash/flatMapDeep.js | 31 + .../node_modules/lodash/flatMapDepth.js | 31 + .../node_modules/lodash/flatten.js | 22 + .../node_modules/lodash/flattenDeep.js | 25 + .../node_modules/lodash/flattenDepth.js | 33 + .../hello-world/node_modules/lodash/flip.js | 28 + .../hello-world/node_modules/lodash/floor.js | 26 + .../hello-world/node_modules/lodash/flow.js | 27 + .../node_modules/lodash/flowRight.js | 26 + .../node_modules/lodash/forEach.js | 41 + .../node_modules/lodash/forEachRight.js | 31 + .../hello-world/node_modules/lodash/forIn.js | 39 + .../node_modules/lodash/forInRight.js | 37 + .../hello-world/node_modules/lodash/forOwn.js | 36 + .../node_modules/lodash/forOwnRight.js | 34 + .../hello-world/node_modules/lodash/fp.js | 2 + .../hello-world/node_modules/lodash/fp/F.js | 1 + .../hello-world/node_modules/lodash/fp/T.js | 1 + .../hello-world/node_modules/lodash/fp/__.js | 1 + .../node_modules/lodash/fp/_baseConvert.js | 568 + .../node_modules/lodash/fp/_convertBrowser.js | 18 + .../node_modules/lodash/fp/_falseOptions.js | 7 + .../node_modules/lodash/fp/_mapping.js | 368 + .../node_modules/lodash/fp/_util.js | 14 + .../hello-world/node_modules/lodash/fp/add.js | 5 + .../node_modules/lodash/fp/after.js | 5 + .../hello-world/node_modules/lodash/fp/all.js | 1 + .../node_modules/lodash/fp/allPass.js | 1 + .../node_modules/lodash/fp/always.js | 1 + .../hello-world/node_modules/lodash/fp/any.js | 1 + .../node_modules/lodash/fp/anyPass.js | 1 + .../node_modules/lodash/fp/apply.js | 1 + .../node_modules/lodash/fp/array.js | 2 + .../hello-world/node_modules/lodash/fp/ary.js | 5 + .../node_modules/lodash/fp/assign.js | 5 + .../node_modules/lodash/fp/assignAll.js | 5 + .../node_modules/lodash/fp/assignAllWith.js | 5 + .../node_modules/lodash/fp/assignIn.js | 5 + .../node_modules/lodash/fp/assignInAll.js | 5 + .../node_modules/lodash/fp/assignInAllWith.js | 5 + .../node_modules/lodash/fp/assignInWith.js | 5 + .../node_modules/lodash/fp/assignWith.js | 5 + .../node_modules/lodash/fp/assoc.js | 1 + .../node_modules/lodash/fp/assocPath.js | 1 + .../hello-world/node_modules/lodash/fp/at.js | 5 + .../node_modules/lodash/fp/attempt.js | 5 + .../node_modules/lodash/fp/before.js | 5 + .../node_modules/lodash/fp/bind.js | 5 + .../node_modules/lodash/fp/bindAll.js | 5 + .../node_modules/lodash/fp/bindKey.js | 5 + .../node_modules/lodash/fp/camelCase.js | 5 + .../node_modules/lodash/fp/capitalize.js | 5 + .../node_modules/lodash/fp/castArray.js | 5 + .../node_modules/lodash/fp/ceil.js | 5 + .../node_modules/lodash/fp/chain.js | 5 + .../node_modules/lodash/fp/chunk.js | 5 + .../node_modules/lodash/fp/clamp.js | 5 + .../node_modules/lodash/fp/clone.js | 5 + .../node_modules/lodash/fp/cloneDeep.js | 5 + .../node_modules/lodash/fp/cloneDeepWith.js | 5 + .../node_modules/lodash/fp/cloneWith.js | 5 + .../node_modules/lodash/fp/collection.js | 2 + .../node_modules/lodash/fp/commit.js | 5 + .../node_modules/lodash/fp/compact.js | 5 + .../node_modules/lodash/fp/complement.js | 1 + .../node_modules/lodash/fp/compose.js | 1 + .../node_modules/lodash/fp/concat.js | 5 + .../node_modules/lodash/fp/cond.js | 5 + .../node_modules/lodash/fp/conforms.js | 1 + .../node_modules/lodash/fp/conformsTo.js | 5 + .../node_modules/lodash/fp/constant.js | 5 + .../node_modules/lodash/fp/contains.js | 1 + .../node_modules/lodash/fp/convert.js | 18 + .../node_modules/lodash/fp/countBy.js | 5 + .../node_modules/lodash/fp/create.js | 5 + .../node_modules/lodash/fp/curry.js | 5 + .../node_modules/lodash/fp/curryN.js | 5 + .../node_modules/lodash/fp/curryRight.js | 5 + .../node_modules/lodash/fp/curryRightN.js | 5 + .../node_modules/lodash/fp/date.js | 2 + .../node_modules/lodash/fp/debounce.js | 5 + .../node_modules/lodash/fp/deburr.js | 5 + .../node_modules/lodash/fp/defaultTo.js | 5 + .../node_modules/lodash/fp/defaults.js | 5 + .../node_modules/lodash/fp/defaultsAll.js | 5 + .../node_modules/lodash/fp/defaultsDeep.js | 5 + .../node_modules/lodash/fp/defaultsDeepAll.js | 5 + .../node_modules/lodash/fp/defer.js | 5 + .../node_modules/lodash/fp/delay.js | 5 + .../node_modules/lodash/fp/difference.js | 5 + .../node_modules/lodash/fp/differenceBy.js | 5 + .../node_modules/lodash/fp/differenceWith.js | 5 + .../node_modules/lodash/fp/dissoc.js | 1 + .../node_modules/lodash/fp/dissocPath.js | 1 + .../node_modules/lodash/fp/divide.js | 5 + .../node_modules/lodash/fp/drop.js | 5 + .../node_modules/lodash/fp/dropLast.js | 1 + .../node_modules/lodash/fp/dropLastWhile.js | 1 + .../node_modules/lodash/fp/dropRight.js | 5 + .../node_modules/lodash/fp/dropRightWhile.js | 5 + .../node_modules/lodash/fp/dropWhile.js | 5 + .../node_modules/lodash/fp/each.js | 1 + .../node_modules/lodash/fp/eachRight.js | 1 + .../node_modules/lodash/fp/endsWith.js | 5 + .../node_modules/lodash/fp/entries.js | 1 + .../node_modules/lodash/fp/entriesIn.js | 1 + .../hello-world/node_modules/lodash/fp/eq.js | 5 + .../node_modules/lodash/fp/equals.js | 1 + .../node_modules/lodash/fp/escape.js | 5 + .../node_modules/lodash/fp/escapeRegExp.js | 5 + .../node_modules/lodash/fp/every.js | 5 + .../node_modules/lodash/fp/extend.js | 1 + .../node_modules/lodash/fp/extendAll.js | 1 + .../node_modules/lodash/fp/extendAllWith.js | 1 + .../node_modules/lodash/fp/extendWith.js | 1 + .../node_modules/lodash/fp/fill.js | 5 + .../node_modules/lodash/fp/filter.js | 5 + .../node_modules/lodash/fp/find.js | 5 + .../node_modules/lodash/fp/findFrom.js | 5 + .../node_modules/lodash/fp/findIndex.js | 5 + .../node_modules/lodash/fp/findIndexFrom.js | 5 + .../node_modules/lodash/fp/findKey.js | 5 + .../node_modules/lodash/fp/findLast.js | 5 + .../node_modules/lodash/fp/findLastFrom.js | 5 + .../node_modules/lodash/fp/findLastIndex.js | 5 + .../lodash/fp/findLastIndexFrom.js | 5 + .../node_modules/lodash/fp/findLastKey.js | 5 + .../node_modules/lodash/fp/first.js | 1 + .../node_modules/lodash/fp/flatMap.js | 5 + .../node_modules/lodash/fp/flatMapDeep.js | 5 + .../node_modules/lodash/fp/flatMapDepth.js | 5 + .../node_modules/lodash/fp/flatten.js | 5 + .../node_modules/lodash/fp/flattenDeep.js | 5 + .../node_modules/lodash/fp/flattenDepth.js | 5 + .../node_modules/lodash/fp/flip.js | 5 + .../node_modules/lodash/fp/floor.js | 5 + .../node_modules/lodash/fp/flow.js | 5 + .../node_modules/lodash/fp/flowRight.js | 5 + .../node_modules/lodash/fp/forEach.js | 5 + .../node_modules/lodash/fp/forEachRight.js | 5 + .../node_modules/lodash/fp/forIn.js | 5 + .../node_modules/lodash/fp/forInRight.js | 5 + .../node_modules/lodash/fp/forOwn.js | 5 + .../node_modules/lodash/fp/forOwnRight.js | 5 + .../node_modules/lodash/fp/fromPairs.js | 5 + .../node_modules/lodash/fp/function.js | 2 + .../node_modules/lodash/fp/functions.js | 5 + .../node_modules/lodash/fp/functionsIn.js | 5 + .../hello-world/node_modules/lodash/fp/get.js | 5 + .../node_modules/lodash/fp/getOr.js | 5 + .../node_modules/lodash/fp/groupBy.js | 5 + .../hello-world/node_modules/lodash/fp/gt.js | 5 + .../hello-world/node_modules/lodash/fp/gte.js | 5 + .../hello-world/node_modules/lodash/fp/has.js | 5 + .../node_modules/lodash/fp/hasIn.js | 5 + .../node_modules/lodash/fp/head.js | 5 + .../node_modules/lodash/fp/identical.js | 1 + .../node_modules/lodash/fp/identity.js | 5 + .../node_modules/lodash/fp/inRange.js | 5 + .../node_modules/lodash/fp/includes.js | 5 + .../node_modules/lodash/fp/includesFrom.js | 5 + .../node_modules/lodash/fp/indexBy.js | 1 + .../node_modules/lodash/fp/indexOf.js | 5 + .../node_modules/lodash/fp/indexOfFrom.js | 5 + .../node_modules/lodash/fp/init.js | 1 + .../node_modules/lodash/fp/initial.js | 5 + .../node_modules/lodash/fp/intersection.js | 5 + .../node_modules/lodash/fp/intersectionBy.js | 5 + .../lodash/fp/intersectionWith.js | 5 + .../node_modules/lodash/fp/invert.js | 5 + .../node_modules/lodash/fp/invertBy.js | 5 + .../node_modules/lodash/fp/invertObj.js | 1 + .../node_modules/lodash/fp/invoke.js | 5 + .../node_modules/lodash/fp/invokeArgs.js | 5 + .../node_modules/lodash/fp/invokeArgsMap.js | 5 + .../node_modules/lodash/fp/invokeMap.js | 5 + .../node_modules/lodash/fp/isArguments.js | 5 + .../node_modules/lodash/fp/isArray.js | 5 + .../node_modules/lodash/fp/isArrayBuffer.js | 5 + .../node_modules/lodash/fp/isArrayLike.js | 5 + .../lodash/fp/isArrayLikeObject.js | 5 + .../node_modules/lodash/fp/isBoolean.js | 5 + .../node_modules/lodash/fp/isBuffer.js | 5 + .../node_modules/lodash/fp/isDate.js | 5 + .../node_modules/lodash/fp/isElement.js | 5 + .../node_modules/lodash/fp/isEmpty.js | 5 + .../node_modules/lodash/fp/isEqual.js | 5 + .../node_modules/lodash/fp/isEqualWith.js | 5 + .../node_modules/lodash/fp/isError.js | 5 + .../node_modules/lodash/fp/isFinite.js | 5 + .../node_modules/lodash/fp/isFunction.js | 5 + .../node_modules/lodash/fp/isInteger.js | 5 + .../node_modules/lodash/fp/isLength.js | 5 + .../node_modules/lodash/fp/isMap.js | 5 + .../node_modules/lodash/fp/isMatch.js | 5 + .../node_modules/lodash/fp/isMatchWith.js | 5 + .../node_modules/lodash/fp/isNaN.js | 5 + .../node_modules/lodash/fp/isNative.js | 5 + .../node_modules/lodash/fp/isNil.js | 5 + .../node_modules/lodash/fp/isNull.js | 5 + .../node_modules/lodash/fp/isNumber.js | 5 + .../node_modules/lodash/fp/isObject.js | 5 + .../node_modules/lodash/fp/isObjectLike.js | 5 + .../node_modules/lodash/fp/isPlainObject.js | 5 + .../node_modules/lodash/fp/isRegExp.js | 5 + .../node_modules/lodash/fp/isSafeInteger.js | 5 + .../node_modules/lodash/fp/isSet.js | 5 + .../node_modules/lodash/fp/isString.js | 5 + .../node_modules/lodash/fp/isSymbol.js | 5 + .../node_modules/lodash/fp/isTypedArray.js | 5 + .../node_modules/lodash/fp/isUndefined.js | 5 + .../node_modules/lodash/fp/isWeakMap.js | 5 + .../node_modules/lodash/fp/isWeakSet.js | 5 + .../node_modules/lodash/fp/iteratee.js | 5 + .../node_modules/lodash/fp/join.js | 5 + .../node_modules/lodash/fp/juxt.js | 1 + .../node_modules/lodash/fp/kebabCase.js | 5 + .../node_modules/lodash/fp/keyBy.js | 5 + .../node_modules/lodash/fp/keys.js | 5 + .../node_modules/lodash/fp/keysIn.js | 5 + .../node_modules/lodash/fp/lang.js | 2 + .../node_modules/lodash/fp/last.js | 5 + .../node_modules/lodash/fp/lastIndexOf.js | 5 + .../node_modules/lodash/fp/lastIndexOfFrom.js | 5 + .../node_modules/lodash/fp/lowerCase.js | 5 + .../node_modules/lodash/fp/lowerFirst.js | 5 + .../hello-world/node_modules/lodash/fp/lt.js | 5 + .../hello-world/node_modules/lodash/fp/lte.js | 5 + .../hello-world/node_modules/lodash/fp/map.js | 5 + .../node_modules/lodash/fp/mapKeys.js | 5 + .../node_modules/lodash/fp/mapValues.js | 5 + .../node_modules/lodash/fp/matches.js | 1 + .../node_modules/lodash/fp/matchesProperty.js | 5 + .../node_modules/lodash/fp/math.js | 2 + .../hello-world/node_modules/lodash/fp/max.js | 5 + .../node_modules/lodash/fp/maxBy.js | 5 + .../node_modules/lodash/fp/mean.js | 5 + .../node_modules/lodash/fp/meanBy.js | 5 + .../node_modules/lodash/fp/memoize.js | 5 + .../node_modules/lodash/fp/merge.js | 5 + .../node_modules/lodash/fp/mergeAll.js | 5 + .../node_modules/lodash/fp/mergeAllWith.js | 5 + .../node_modules/lodash/fp/mergeWith.js | 5 + .../node_modules/lodash/fp/method.js | 5 + .../node_modules/lodash/fp/methodOf.js | 5 + .../hello-world/node_modules/lodash/fp/min.js | 5 + .../node_modules/lodash/fp/minBy.js | 5 + .../node_modules/lodash/fp/mixin.js | 5 + .../node_modules/lodash/fp/multiply.js | 5 + .../node_modules/lodash/fp/nAry.js | 1 + .../node_modules/lodash/fp/negate.js | 5 + .../node_modules/lodash/fp/next.js | 5 + .../node_modules/lodash/fp/noop.js | 5 + .../hello-world/node_modules/lodash/fp/now.js | 5 + .../hello-world/node_modules/lodash/fp/nth.js | 5 + .../node_modules/lodash/fp/nthArg.js | 5 + .../node_modules/lodash/fp/number.js | 2 + .../node_modules/lodash/fp/object.js | 2 + .../node_modules/lodash/fp/omit.js | 5 + .../node_modules/lodash/fp/omitAll.js | 1 + .../node_modules/lodash/fp/omitBy.js | 5 + .../node_modules/lodash/fp/once.js | 5 + .../node_modules/lodash/fp/orderBy.js | 5 + .../node_modules/lodash/fp/over.js | 5 + .../node_modules/lodash/fp/overArgs.js | 5 + .../node_modules/lodash/fp/overEvery.js | 5 + .../node_modules/lodash/fp/overSome.js | 5 + .../hello-world/node_modules/lodash/fp/pad.js | 5 + .../node_modules/lodash/fp/padChars.js | 5 + .../node_modules/lodash/fp/padCharsEnd.js | 5 + .../node_modules/lodash/fp/padCharsStart.js | 5 + .../node_modules/lodash/fp/padEnd.js | 5 + .../node_modules/lodash/fp/padStart.js | 5 + .../node_modules/lodash/fp/parseInt.js | 5 + .../node_modules/lodash/fp/partial.js | 5 + .../node_modules/lodash/fp/partialRight.js | 5 + .../node_modules/lodash/fp/partition.js | 5 + .../node_modules/lodash/fp/path.js | 1 + .../node_modules/lodash/fp/pathEq.js | 1 + .../node_modules/lodash/fp/pathOr.js | 1 + .../node_modules/lodash/fp/paths.js | 1 + .../node_modules/lodash/fp/pick.js | 5 + .../node_modules/lodash/fp/pickAll.js | 1 + .../node_modules/lodash/fp/pickBy.js | 5 + .../node_modules/lodash/fp/pipe.js | 1 + .../node_modules/lodash/fp/placeholder.js | 6 + .../node_modules/lodash/fp/plant.js | 5 + .../node_modules/lodash/fp/pluck.js | 1 + .../node_modules/lodash/fp/prop.js | 1 + .../node_modules/lodash/fp/propEq.js | 1 + .../node_modules/lodash/fp/propOr.js | 1 + .../node_modules/lodash/fp/property.js | 1 + .../node_modules/lodash/fp/propertyOf.js | 5 + .../node_modules/lodash/fp/props.js | 1 + .../node_modules/lodash/fp/pull.js | 5 + .../node_modules/lodash/fp/pullAll.js | 5 + .../node_modules/lodash/fp/pullAllBy.js | 5 + .../node_modules/lodash/fp/pullAllWith.js | 5 + .../node_modules/lodash/fp/pullAt.js | 5 + .../node_modules/lodash/fp/random.js | 5 + .../node_modules/lodash/fp/range.js | 5 + .../node_modules/lodash/fp/rangeRight.js | 5 + .../node_modules/lodash/fp/rangeStep.js | 5 + .../node_modules/lodash/fp/rangeStepRight.js | 5 + .../node_modules/lodash/fp/rearg.js | 5 + .../node_modules/lodash/fp/reduce.js | 5 + .../node_modules/lodash/fp/reduceRight.js | 5 + .../node_modules/lodash/fp/reject.js | 5 + .../node_modules/lodash/fp/remove.js | 5 + .../node_modules/lodash/fp/repeat.js | 5 + .../node_modules/lodash/fp/replace.js | 5 + .../node_modules/lodash/fp/rest.js | 5 + .../node_modules/lodash/fp/restFrom.js | 5 + .../node_modules/lodash/fp/result.js | 5 + .../node_modules/lodash/fp/reverse.js | 5 + .../node_modules/lodash/fp/round.js | 5 + .../node_modules/lodash/fp/sample.js | 5 + .../node_modules/lodash/fp/sampleSize.js | 5 + .../hello-world/node_modules/lodash/fp/seq.js | 2 + .../hello-world/node_modules/lodash/fp/set.js | 5 + .../node_modules/lodash/fp/setWith.js | 5 + .../node_modules/lodash/fp/shuffle.js | 5 + .../node_modules/lodash/fp/size.js | 5 + .../node_modules/lodash/fp/slice.js | 5 + .../node_modules/lodash/fp/snakeCase.js | 5 + .../node_modules/lodash/fp/some.js | 5 + .../node_modules/lodash/fp/sortBy.js | 5 + .../node_modules/lodash/fp/sortedIndex.js | 5 + .../node_modules/lodash/fp/sortedIndexBy.js | 5 + .../node_modules/lodash/fp/sortedIndexOf.js | 5 + .../node_modules/lodash/fp/sortedLastIndex.js | 5 + .../lodash/fp/sortedLastIndexBy.js | 5 + .../lodash/fp/sortedLastIndexOf.js | 5 + .../node_modules/lodash/fp/sortedUniq.js | 5 + .../node_modules/lodash/fp/sortedUniqBy.js | 5 + .../node_modules/lodash/fp/split.js | 5 + .../node_modules/lodash/fp/spread.js | 5 + .../node_modules/lodash/fp/spreadFrom.js | 5 + .../node_modules/lodash/fp/startCase.js | 5 + .../node_modules/lodash/fp/startsWith.js | 5 + .../node_modules/lodash/fp/string.js | 2 + .../node_modules/lodash/fp/stubArray.js | 5 + .../node_modules/lodash/fp/stubFalse.js | 5 + .../node_modules/lodash/fp/stubObject.js | 5 + .../node_modules/lodash/fp/stubString.js | 5 + .../node_modules/lodash/fp/stubTrue.js | 5 + .../node_modules/lodash/fp/subtract.js | 5 + .../hello-world/node_modules/lodash/fp/sum.js | 5 + .../node_modules/lodash/fp/sumBy.js | 5 + .../lodash/fp/symmetricDifference.js | 1 + .../lodash/fp/symmetricDifferenceBy.js | 1 + .../lodash/fp/symmetricDifferenceWith.js | 1 + .../node_modules/lodash/fp/tail.js | 5 + .../node_modules/lodash/fp/take.js | 5 + .../node_modules/lodash/fp/takeLast.js | 1 + .../node_modules/lodash/fp/takeLastWhile.js | 1 + .../node_modules/lodash/fp/takeRight.js | 5 + .../node_modules/lodash/fp/takeRightWhile.js | 5 + .../node_modules/lodash/fp/takeWhile.js | 5 + .../hello-world/node_modules/lodash/fp/tap.js | 5 + .../node_modules/lodash/fp/template.js | 5 + .../lodash/fp/templateSettings.js | 5 + .../node_modules/lodash/fp/throttle.js | 5 + .../node_modules/lodash/fp/thru.js | 5 + .../node_modules/lodash/fp/times.js | 5 + .../node_modules/lodash/fp/toArray.js | 5 + .../node_modules/lodash/fp/toFinite.js | 5 + .../node_modules/lodash/fp/toInteger.js | 5 + .../node_modules/lodash/fp/toIterator.js | 5 + .../node_modules/lodash/fp/toJSON.js | 5 + .../node_modules/lodash/fp/toLength.js | 5 + .../node_modules/lodash/fp/toLower.js | 5 + .../node_modules/lodash/fp/toNumber.js | 5 + .../node_modules/lodash/fp/toPairs.js | 5 + .../node_modules/lodash/fp/toPairsIn.js | 5 + .../node_modules/lodash/fp/toPath.js | 5 + .../node_modules/lodash/fp/toPlainObject.js | 5 + .../node_modules/lodash/fp/toSafeInteger.js | 5 + .../node_modules/lodash/fp/toString.js | 5 + .../node_modules/lodash/fp/toUpper.js | 5 + .../node_modules/lodash/fp/transform.js | 5 + .../node_modules/lodash/fp/trim.js | 5 + .../node_modules/lodash/fp/trimChars.js | 5 + .../node_modules/lodash/fp/trimCharsEnd.js | 5 + .../node_modules/lodash/fp/trimCharsStart.js | 5 + .../node_modules/lodash/fp/trimEnd.js | 5 + .../node_modules/lodash/fp/trimStart.js | 5 + .../node_modules/lodash/fp/truncate.js | 5 + .../node_modules/lodash/fp/unapply.js | 1 + .../node_modules/lodash/fp/unary.js | 5 + .../node_modules/lodash/fp/unescape.js | 5 + .../node_modules/lodash/fp/union.js | 5 + .../node_modules/lodash/fp/unionBy.js | 5 + .../node_modules/lodash/fp/unionWith.js | 5 + .../node_modules/lodash/fp/uniq.js | 5 + .../node_modules/lodash/fp/uniqBy.js | 5 + .../node_modules/lodash/fp/uniqWith.js | 5 + .../node_modules/lodash/fp/uniqueId.js | 5 + .../node_modules/lodash/fp/unnest.js | 1 + .../node_modules/lodash/fp/unset.js | 5 + .../node_modules/lodash/fp/unzip.js | 5 + .../node_modules/lodash/fp/unzipWith.js | 5 + .../node_modules/lodash/fp/update.js | 5 + .../node_modules/lodash/fp/updateWith.js | 5 + .../node_modules/lodash/fp/upperCase.js | 5 + .../node_modules/lodash/fp/upperFirst.js | 5 + .../node_modules/lodash/fp/useWith.js | 1 + .../node_modules/lodash/fp/util.js | 2 + .../node_modules/lodash/fp/value.js | 5 + .../node_modules/lodash/fp/valueOf.js | 5 + .../node_modules/lodash/fp/values.js | 5 + .../node_modules/lodash/fp/valuesIn.js | 5 + .../node_modules/lodash/fp/where.js | 1 + .../node_modules/lodash/fp/whereEq.js | 1 + .../node_modules/lodash/fp/without.js | 5 + .../node_modules/lodash/fp/words.js | 5 + .../node_modules/lodash/fp/wrap.js | 5 + .../node_modules/lodash/fp/wrapperAt.js | 5 + .../node_modules/lodash/fp/wrapperChain.js | 5 + .../node_modules/lodash/fp/wrapperLodash.js | 5 + .../node_modules/lodash/fp/wrapperReverse.js | 5 + .../node_modules/lodash/fp/wrapperValue.js | 5 + .../hello-world/node_modules/lodash/fp/xor.js | 5 + .../node_modules/lodash/fp/xorBy.js | 5 + .../node_modules/lodash/fp/xorWith.js | 5 + .../hello-world/node_modules/lodash/fp/zip.js | 5 + .../node_modules/lodash/fp/zipAll.js | 5 + .../node_modules/lodash/fp/zipObj.js | 1 + .../node_modules/lodash/fp/zipObject.js | 5 + .../node_modules/lodash/fp/zipObjectDeep.js | 5 + .../node_modules/lodash/fp/zipWith.js | 5 + .../node_modules/lodash/fromPairs.js | 28 + .../node_modules/lodash/function.js | 25 + .../node_modules/lodash/functions.js | 31 + .../node_modules/lodash/functionsIn.js | 31 + .../hello-world/node_modules/lodash/get.js | 33 + .../node_modules/lodash/groupBy.js | 41 + .../hello-world/node_modules/lodash/gt.js | 29 + .../hello-world/node_modules/lodash/gte.js | 30 + .../hello-world/node_modules/lodash/has.js | 35 + .../hello-world/node_modules/lodash/hasIn.js | 34 + .../hello-world/node_modules/lodash/head.js | 23 + .../node_modules/lodash/identity.js | 21 + .../node_modules/lodash/inRange.js | 55 + .../node_modules/lodash/includes.js | 53 + .../hello-world/node_modules/lodash/index.js | 1 + .../node_modules/lodash/indexOf.js | 42 + .../node_modules/lodash/initial.js | 22 + .../node_modules/lodash/intersection.js | 30 + .../node_modules/lodash/intersectionBy.js | 45 + .../node_modules/lodash/intersectionWith.js | 41 + .../hello-world/node_modules/lodash/invert.js | 27 + .../node_modules/lodash/invertBy.js | 44 + .../hello-world/node_modules/lodash/invoke.js | 24 + .../node_modules/lodash/invokeMap.js | 41 + .../node_modules/lodash/isArguments.js | 36 + .../node_modules/lodash/isArray.js | 26 + .../node_modules/lodash/isArrayBuffer.js | 27 + .../node_modules/lodash/isArrayLike.js | 33 + .../node_modules/lodash/isArrayLikeObject.js | 33 + .../node_modules/lodash/isBoolean.js | 29 + .../node_modules/lodash/isBuffer.js | 38 + .../hello-world/node_modules/lodash/isDate.js | 27 + .../node_modules/lodash/isElement.js | 25 + .../node_modules/lodash/isEmpty.js | 77 + .../node_modules/lodash/isEqual.js | 35 + .../node_modules/lodash/isEqualWith.js | 41 + .../node_modules/lodash/isError.js | 36 + .../node_modules/lodash/isFinite.js | 36 + .../node_modules/lodash/isFunction.js | 37 + .../node_modules/lodash/isInteger.js | 33 + .../node_modules/lodash/isLength.js | 35 + .../hello-world/node_modules/lodash/isMap.js | 27 + .../node_modules/lodash/isMatch.js | 36 + .../node_modules/lodash/isMatchWith.js | 41 + .../hello-world/node_modules/lodash/isNaN.js | 38 + .../node_modules/lodash/isNative.js | 40 + .../hello-world/node_modules/lodash/isNil.js | 25 + .../hello-world/node_modules/lodash/isNull.js | 22 + .../node_modules/lodash/isNumber.js | 38 + .../node_modules/lodash/isObject.js | 31 + .../node_modules/lodash/isObjectLike.js | 29 + .../node_modules/lodash/isPlainObject.js | 62 + .../node_modules/lodash/isRegExp.js | 27 + .../node_modules/lodash/isSafeInteger.js | 37 + .../hello-world/node_modules/lodash/isSet.js | 27 + .../node_modules/lodash/isString.js | 30 + .../node_modules/lodash/isSymbol.js | 29 + .../node_modules/lodash/isTypedArray.js | 27 + .../node_modules/lodash/isUndefined.js | 22 + .../node_modules/lodash/isWeakMap.js | 28 + .../node_modules/lodash/isWeakSet.js | 28 + .../node_modules/lodash/iteratee.js | 53 + .../hello-world/node_modules/lodash/join.js | 26 + .../node_modules/lodash/kebabCase.js | 28 + .../hello-world/node_modules/lodash/keyBy.js | 36 + .../hello-world/node_modules/lodash/keys.js | 37 + .../hello-world/node_modules/lodash/keysIn.js | 32 + .../hello-world/node_modules/lodash/lang.js | 58 + .../hello-world/node_modules/lodash/last.js | 20 + .../node_modules/lodash/lastIndexOf.js | 46 + .../hello-world/node_modules/lodash/lodash.js | 17084 ++++++++++++++++ .../node_modules/lodash/lodash.min.js | 136 + .../node_modules/lodash/lowerCase.js | 27 + .../node_modules/lodash/lowerFirst.js | 22 + .../hello-world/node_modules/lodash/lt.js | 29 + .../hello-world/node_modules/lodash/lte.js | 30 + .../hello-world/node_modules/lodash/map.js | 53 + .../node_modules/lodash/mapKeys.js | 36 + .../node_modules/lodash/mapValues.js | 43 + .../node_modules/lodash/matches.js | 39 + .../node_modules/lodash/matchesProperty.js | 37 + .../hello-world/node_modules/lodash/math.js | 17 + .../hello-world/node_modules/lodash/max.js | 29 + .../hello-world/node_modules/lodash/maxBy.js | 34 + .../hello-world/node_modules/lodash/mean.js | 22 + .../hello-world/node_modules/lodash/meanBy.js | 31 + .../node_modules/lodash/memoize.js | 73 + .../hello-world/node_modules/lodash/merge.js | 39 + .../node_modules/lodash/mergeWith.js | 39 + .../hello-world/node_modules/lodash/method.js | 34 + .../node_modules/lodash/methodOf.js | 33 + .../hello-world/node_modules/lodash/min.js | 29 + .../hello-world/node_modules/lodash/minBy.js | 34 + .../hello-world/node_modules/lodash/mixin.js | 74 + .../node_modules/lodash/multiply.js | 22 + .../hello-world/node_modules/lodash/negate.js | 40 + .../hello-world/node_modules/lodash/next.js | 35 + .../hello-world/node_modules/lodash/noop.js | 17 + .../hello-world/node_modules/lodash/now.js | 23 + .../hello-world/node_modules/lodash/nth.js | 29 + .../hello-world/node_modules/lodash/nthArg.js | 32 + .../hello-world/node_modules/lodash/number.js | 5 + .../hello-world/node_modules/lodash/object.js | 49 + .../hello-world/node_modules/lodash/omit.js | 57 + .../hello-world/node_modules/lodash/omitBy.js | 29 + .../hello-world/node_modules/lodash/once.js | 25 + .../node_modules/lodash/orderBy.js | 47 + .../hello-world/node_modules/lodash/over.js | 24 + .../node_modules/lodash/overArgs.js | 61 + .../node_modules/lodash/overEvery.js | 30 + .../node_modules/lodash/overSome.js | 30 + .../node_modules/lodash/package.json | 17 + .../hello-world/node_modules/lodash/pad.js | 49 + .../hello-world/node_modules/lodash/padEnd.js | 39 + .../node_modules/lodash/padStart.js | 39 + .../node_modules/lodash/parseInt.js | 43 + .../node_modules/lodash/partial.js | 50 + .../node_modules/lodash/partialRight.js | 49 + .../node_modules/lodash/partition.js | 43 + .../hello-world/node_modules/lodash/pick.js | 25 + .../hello-world/node_modules/lodash/pickBy.js | 37 + .../hello-world/node_modules/lodash/plant.js | 48 + .../node_modules/lodash/property.js | 32 + .../node_modules/lodash/propertyOf.js | 30 + .../hello-world/node_modules/lodash/pull.js | 29 + .../node_modules/lodash/pullAll.js | 29 + .../node_modules/lodash/pullAllBy.js | 33 + .../node_modules/lodash/pullAllWith.js | 32 + .../hello-world/node_modules/lodash/pullAt.js | 43 + .../hello-world/node_modules/lodash/random.js | 82 + .../hello-world/node_modules/lodash/range.js | 46 + .../node_modules/lodash/rangeRight.js | 41 + .../hello-world/node_modules/lodash/rearg.js | 33 + .../hello-world/node_modules/lodash/reduce.js | 51 + .../node_modules/lodash/reduceRight.js | 36 + .../hello-world/node_modules/lodash/reject.js | 46 + .../hello-world/node_modules/lodash/remove.js | 53 + .../hello-world/node_modules/lodash/repeat.js | 37 + .../node_modules/lodash/replace.js | 29 + .../hello-world/node_modules/lodash/rest.js | 40 + .../hello-world/node_modules/lodash/result.js | 56 + .../node_modules/lodash/reverse.js | 34 + .../hello-world/node_modules/lodash/round.js | 26 + .../hello-world/node_modules/lodash/sample.js | 24 + .../node_modules/lodash/sampleSize.js | 37 + .../hello-world/node_modules/lodash/seq.js | 16 + .../hello-world/node_modules/lodash/set.js | 35 + .../node_modules/lodash/setWith.js | 32 + .../node_modules/lodash/shuffle.js | 25 + .../hello-world/node_modules/lodash/size.js | 46 + .../hello-world/node_modules/lodash/slice.js | 37 + .../node_modules/lodash/snakeCase.js | 28 + .../hello-world/node_modules/lodash/some.js | 51 + .../hello-world/node_modules/lodash/sortBy.js | 48 + .../node_modules/lodash/sortedIndex.js | 24 + .../node_modules/lodash/sortedIndexBy.js | 33 + .../node_modules/lodash/sortedIndexOf.js | 31 + .../node_modules/lodash/sortedLastIndex.js | 25 + .../node_modules/lodash/sortedLastIndexBy.js | 33 + .../node_modules/lodash/sortedLastIndexOf.js | 31 + .../node_modules/lodash/sortedUniq.js | 24 + .../node_modules/lodash/sortedUniqBy.js | 26 + .../hello-world/node_modules/lodash/split.js | 52 + .../hello-world/node_modules/lodash/spread.js | 63 + .../node_modules/lodash/startCase.js | 29 + .../node_modules/lodash/startsWith.js | 39 + .../hello-world/node_modules/lodash/string.js | 33 + .../node_modules/lodash/stubArray.js | 23 + .../node_modules/lodash/stubFalse.js | 18 + .../node_modules/lodash/stubObject.js | 23 + .../node_modules/lodash/stubString.js | 18 + .../node_modules/lodash/stubTrue.js | 18 + .../node_modules/lodash/subtract.js | 22 + .../hello-world/node_modules/lodash/sum.js | 24 + .../hello-world/node_modules/lodash/sumBy.js | 33 + .../hello-world/node_modules/lodash/tail.js | 22 + .../hello-world/node_modules/lodash/take.js | 37 + .../node_modules/lodash/takeRight.js | 39 + .../node_modules/lodash/takeRightWhile.js | 45 + .../node_modules/lodash/takeWhile.js | 45 + .../hello-world/node_modules/lodash/tap.js | 29 + .../node_modules/lodash/template.js | 238 + .../node_modules/lodash/templateSettings.js | 67 + .../node_modules/lodash/throttle.js | 69 + .../hello-world/node_modules/lodash/thru.js | 28 + .../hello-world/node_modules/lodash/times.js | 51 + .../node_modules/lodash/toArray.js | 58 + .../node_modules/lodash/toFinite.js | 42 + .../node_modules/lodash/toInteger.js | 36 + .../node_modules/lodash/toIterator.js | 23 + .../hello-world/node_modules/lodash/toJSON.js | 1 + .../node_modules/lodash/toLength.js | 38 + .../node_modules/lodash/toLower.js | 28 + .../node_modules/lodash/toNumber.js | 66 + .../node_modules/lodash/toPairs.js | 30 + .../node_modules/lodash/toPairsIn.js | 30 + .../hello-world/node_modules/lodash/toPath.js | 33 + .../node_modules/lodash/toPlainObject.js | 32 + .../node_modules/lodash/toSafeInteger.js | 37 + .../node_modules/lodash/toString.js | 28 + .../node_modules/lodash/toUpper.js | 28 + .../node_modules/lodash/transform.js | 65 + .../hello-world/node_modules/lodash/trim.js | 49 + .../node_modules/lodash/trimEnd.js | 43 + .../node_modules/lodash/trimStart.js | 43 + .../node_modules/lodash/truncate.js | 111 + .../hello-world/node_modules/lodash/unary.js | 22 + .../node_modules/lodash/unescape.js | 34 + .../hello-world/node_modules/lodash/union.js | 26 + .../node_modules/lodash/unionBy.js | 39 + .../node_modules/lodash/unionWith.js | 34 + .../hello-world/node_modules/lodash/uniq.js | 25 + .../hello-world/node_modules/lodash/uniqBy.js | 31 + .../node_modules/lodash/uniqWith.js | 28 + .../node_modules/lodash/uniqueId.js | 28 + .../hello-world/node_modules/lodash/unset.js | 34 + .../hello-world/node_modules/lodash/unzip.js | 45 + .../node_modules/lodash/unzipWith.js | 39 + .../hello-world/node_modules/lodash/update.js | 35 + .../node_modules/lodash/updateWith.js | 33 + .../node_modules/lodash/upperCase.js | 27 + .../node_modules/lodash/upperFirst.js | 22 + .../hello-world/node_modules/lodash/util.js | 34 + .../hello-world/node_modules/lodash/value.js | 1 + .../node_modules/lodash/valueOf.js | 1 + .../hello-world/node_modules/lodash/values.js | 34 + .../node_modules/lodash/valuesIn.js | 32 + .../node_modules/lodash/without.js | 31 + .../hello-world/node_modules/lodash/words.js | 35 + .../hello-world/node_modules/lodash/wrap.js | 30 + .../node_modules/lodash/wrapperAt.js | 48 + .../node_modules/lodash/wrapperChain.js | 34 + .../node_modules/lodash/wrapperLodash.js | 147 + .../node_modules/lodash/wrapperReverse.js | 44 + .../node_modules/lodash/wrapperValue.js | 21 + .../hello-world/node_modules/lodash/xor.js | 28 + .../hello-world/node_modules/lodash/xorBy.js | 39 + .../node_modules/lodash/xorWith.js | 34 + .../hello-world/node_modules/lodash/zip.js | 22 + .../node_modules/lodash/zipObject.js | 24 + .../node_modules/lodash/zipObjectDeep.js | 23 + .../node_modules/lodash/zipWith.js | 32 + .../hello-world/node_modules/longest/LICENSE | 21 + .../node_modules/longest/README.md | 65 + .../hello-world/node_modules/longest/index.js | 37 + .../node_modules/longest/package.json | 43 + .../node_modules/loose-envify/.npmignore | 3 + .../node_modules/loose-envify/LICENSE | 21 + .../node_modules/loose-envify/README.md | 45 + .../node_modules/loose-envify/cli.js | 16 + .../node_modules/loose-envify/custom.js | 4 + .../node_modules/loose-envify/index.js | 3 + .../node_modules/loose-envify/loose-envify.js | 36 + .../node_modules/loose-envify/package.json | 36 + .../node_modules/loose-envify/replace.js | 65 + .../node_modules/lru-cache/LICENSE | 15 + .../node_modules/lru-cache/README.md | 152 + .../node_modules/lru-cache/index.js | 467 + .../node_modules/lru-cache/package.json | 33 + .../node_modules/makeerror/.travis.yml | 3 + .../node_modules/makeerror/license | 28 + .../node_modules/makeerror/package.json | 19 + .../node_modules/makeerror/readme.md | 77 + .../hello-world/node_modules/mem/index.js | 55 + .../hello-world/node_modules/mem/license | 21 + .../hello-world/node_modules/mem/package.json | 45 + .../hello-world/node_modules/mem/readme.md | 147 + .../hello-world/node_modules/merge/.npmignore | 1 + .../hello-world/node_modules/merge/LICENSE | 21 + .../hello-world/node_modules/merge/README.md | 58 + .../hello-world/node_modules/merge/bower.json | 22 + .../hello-world/node_modules/merge/merge.js | 175 + .../node_modules/merge/merge.min.js | 3 + .../node_modules/merge/package.json | 24 + .../node_modules/micromatch/LICENSE | 21 + .../node_modules/micromatch/README.md | 689 + .../node_modules/micromatch/index.js | 431 + .../node_modules/micromatch/package.json | 114 + .../node_modules/mime-db/HISTORY.md | 412 + .../hello-world/node_modules/mime-db/LICENSE | 22 + .../node_modules/mime-db/README.md | 82 + .../hello-world/node_modules/mime-db/db.json | 6805 ++++++ .../hello-world/node_modules/mime-db/index.js | 11 + .../node_modules/mime-db/package.json | 55 + .../node_modules/mime-types/HISTORY.md | 223 + .../node_modules/mime-types/LICENSE | 23 + .../node_modules/mime-types/README.md | 108 + .../node_modules/mime-types/index.js | 188 + .../node_modules/mime-types/package.json | 41 + .../node_modules/mimic-fn/index.js | 7 + .../hello-world/node_modules/mimic-fn/license | 21 + .../node_modules/mimic-fn/package.json | 43 + .../node_modules/mimic-fn/readme.md | 66 + .../node_modules/minimatch/LICENSE | 15 + .../node_modules/minimatch/README.md | 209 + .../node_modules/minimatch/minimatch.js | 923 + .../node_modules/minimatch/package.json | 30 + .../node_modules/minimist/.travis.yml | 4 + .../hello-world/node_modules/minimist/LICENSE | 18 + .../node_modules/minimist/example/parse.js | 2 + .../node_modules/minimist/index.js | 187 + .../node_modules/minimist/package.json | 40 + .../node_modules/minimist/readme.markdown | 73 + .../node_modules/minimist/test/dash.js | 24 + .../minimist/test/default_bool.js | 20 + .../node_modules/minimist/test/dotted.js | 16 + .../node_modules/minimist/test/long.js | 31 + .../node_modules/minimist/test/parse.js | 318 + .../minimist/test/parse_modified.js | 9 + .../node_modules/minimist/test/short.js | 67 + .../node_modules/minimist/test/whitespace.js | 8 + .../node_modules/mkdirp/.travis.yml | 8 + .../hello-world/node_modules/mkdirp/LICENSE | 21 + .../node_modules/mkdirp/bin/cmd.js | 33 + .../node_modules/mkdirp/bin/usage.txt | 12 + .../node_modules/mkdirp/examples/pow.js | 6 + .../hello-world/node_modules/mkdirp/index.js | 98 + .../node_modules/mkdirp/package.json | 27 + .../node_modules/mkdirp/readme.markdown | 100 + .../node_modules/mkdirp/test/chmod.js | 41 + .../node_modules/mkdirp/test/clobber.js | 38 + .../node_modules/mkdirp/test/mkdirp.js | 28 + .../node_modules/mkdirp/test/opts_fs.js | 29 + .../node_modules/mkdirp/test/opts_fs_sync.js | 27 + .../node_modules/mkdirp/test/perm.js | 32 + .../node_modules/mkdirp/test/perm_sync.js | 36 + .../node_modules/mkdirp/test/race.js | 37 + .../node_modules/mkdirp/test/rel.js | 32 + .../node_modules/mkdirp/test/return.js | 25 + .../node_modules/mkdirp/test/return_sync.js | 24 + .../node_modules/mkdirp/test/root.js | 19 + .../node_modules/mkdirp/test/sync.js | 32 + .../node_modules/mkdirp/test/umask.js | 28 + .../node_modules/mkdirp/test/umask_sync.js | 32 + .../hello-world/node_modules/ms/index.js | 152 + .../hello-world/node_modules/ms/license.md | 21 + .../hello-world/node_modules/ms/package.json | 37 + .../hello-world/node_modules/ms/readme.md | 51 + .../node_modules/natural-compare/README.md | 125 + .../node_modules/natural-compare/index.js | 57 + .../node_modules/natural-compare/package.json | 42 + .../node_modules/node-int64/.npmignore | 3 + .../node_modules/node-int64/Int64.js | 268 + .../node_modules/node-int64/LICENSE | 19 + .../node_modules/node-int64/README.md | 78 + .../node_modules/node-int64/package.json | 27 + .../node_modules/node-int64/test.js | 120 + .../node_modules/node-notifier/.npmignore | 6 + .../node_modules/node-notifier/CHANGELOG.md | 216 + .../node_modules/node-notifier/README.md | 362 + .../node_modules/node-notifier/index.js | 46 + .../node-notifier/node_modules/.bin/semver | 1 + .../node-notifier/node_modules/.bin/which | 1 + .../node-notifier/notifiers/balloon.js | 157 + .../node-notifier/notifiers/growl.js | 76 + .../notifiers/notificationcenter.js | 114 + .../node-notifier/notifiers/notifysend.js | 95 + .../node-notifier/notifiers/toaster.js | 101 + .../node_modules/node-notifier/package.json | 59 + .../node-notifier/vendor/notifu/notifu.exe | Bin 0 -> 245248 bytes .../node-notifier/vendor/notifu/notifu64.exe | Bin 0 -> 323584 bytes .../vendor/snoreToast/SnoreToast.exe | Bin 0 -> 281600 bytes .../terminal-notifier.app/Contents/Info.plist | 58 + .../Contents/MacOS/terminal-notifier | Bin 0 -> 87688 bytes .../terminal-notifier.app/Contents/PkgInfo | 1 + .../Contents/Resources/Terminal.icns | Bin 0 -> 369386 bytes .../Contents/Resources/en.lproj/Credits.rtf | 29 + .../Resources/en.lproj/InfoPlist.strings | Bin 0 -> 92 bytes .../Contents/Resources/en.lproj/MainMenu.nib | Bin 0 -> 25790 bytes .../normalize-package-data/AUTHORS | 4 + .../normalize-package-data/LICENSE | 30 + .../normalize-package-data/README.md | 106 + .../node_modules/.bin/semver | 1 + .../normalize-package-data/package.json | 31 + .../node_modules/normalize-path/LICENSE | 21 + .../node_modules/normalize-path/README.md | 92 + .../node_modules/normalize-path/index.js | 19 + .../node_modules/normalize-path/package.json | 78 + .../node_modules/npm-run-path/index.js | 39 + .../node_modules/npm-run-path/license | 21 + .../node_modules/npm-run-path/package.json | 45 + .../node_modules/npm-run-path/readme.md | 81 + .../node_modules/number-is-nan/index.js | 4 + .../node_modules/number-is-nan/license | 21 + .../node_modules/number-is-nan/package.json | 35 + .../node_modules/number-is-nan/readme.md | 28 + .../node_modules/nwmatcher/LICENSE | 22 + .../node_modules/nwmatcher/README.md | 112 + .../node_modules/nwmatcher/package.json | 39 + .../nwmatcher/src/modules/nwmatcher-cache.js | 187 + .../nwmatcher/src/modules/nwmatcher-jquery.js | 126 + .../src/modules/nwmatcher-pseudos.js | 308 + .../src/modules/nwmatcher-shortcuts.js | 35 + .../src/modules/nwmatcher-traversal.js | 90 + .../src/modules/nwmatcher-webforms.js | 104 + .../nwmatcher/src/nwmatcher-base.js | 777 + .../nwmatcher/src/nwmatcher-noqsa.js | 959 + .../node_modules/nwmatcher/src/nwmatcher.js | 1780 ++ .../node_modules/oauth-sign/LICENSE | 55 + .../node_modules/oauth-sign/README.md | 4 + .../node_modules/oauth-sign/index.js | 136 + .../node_modules/oauth-sign/package.json | 23 + .../node_modules/object-assign/index.js | 90 + .../node_modules/object-assign/license | 21 + .../node_modules/object-assign/package.json | 42 + .../node_modules/object-assign/readme.md | 61 + .../node_modules/object.omit/LICENSE | 21 + .../node_modules/object.omit/README.md | 118 + .../node_modules/object.omit/index.js | 40 + .../node_modules/object.omit/package.json | 67 + .../hello-world/node_modules/once/LICENSE | 15 + .../hello-world/node_modules/once/README.md | 79 + .../hello-world/node_modules/once/once.js | 42 + .../node_modules/once/package.json | 33 + .../node_modules/optimist/.travis.yml | 4 + .../hello-world/node_modules/optimist/LICENSE | 21 + .../node_modules/optimist/example/bool.js | 10 + .../optimist/example/boolean_double.js | 7 + .../optimist/example/boolean_single.js | 7 + .../optimist/example/default_hash.js | 8 + .../optimist/example/default_singles.js | 7 + .../node_modules/optimist/example/divide.js | 8 + .../optimist/example/line_count.js | 20 + .../optimist/example/line_count_options.js | 29 + .../optimist/example/line_count_wrap.js | 29 + .../node_modules/optimist/example/nonopt.js | 4 + .../node_modules/optimist/example/reflect.js | 2 + .../node_modules/optimist/example/short.js | 3 + .../node_modules/optimist/example/string.js | 11 + .../optimist/example/usage-options.js | 19 + .../node_modules/optimist/example/xup.js | 10 + .../node_modules/optimist/index.js | 343 + .../node_modules/optimist/package.json | 39 + .../node_modules/optimist/readme.markdown | 513 + .../node_modules/optimist/test/_.js | 71 + .../node_modules/optimist/test/_/argv.js | 2 + .../node_modules/optimist/test/_/bin.js | 3 + .../node_modules/optimist/test/dash.js | 31 + .../node_modules/optimist/test/parse.js | 446 + .../optimist/test/parse_modified.js | 14 + .../node_modules/optimist/test/short.js | 16 + .../node_modules/optimist/test/usage.js | 292 + .../node_modules/optimist/test/whitespace.js | 8 + .../node_modules/optionator/CHANGELOG.md | 52 + .../node_modules/optionator/LICENSE | 22 + .../node_modules/optionator/README.md | 236 + .../optionator/node_modules/wordwrap/LICENSE | 18 + .../node_modules/wordwrap/README.markdown | 70 + .../node_modules/wordwrap/example/center.js | 10 + .../node_modules/wordwrap/example/meat.js | 3 + .../optionator/node_modules/wordwrap/index.js | 76 + .../node_modules/wordwrap/package.json | 34 + .../node_modules/wordwrap/test/break.js | 32 + .../node_modules/wordwrap/test/idleness.txt | 63 + .../node_modules/wordwrap/test/wrap.js | 33 + .../node_modules/optionator/package.json | 44 + .../node_modules/os-homedir/index.js | 24 + .../node_modules/os-homedir/license | 21 + .../node_modules/os-homedir/package.json | 41 + .../node_modules/os-homedir/readme.md | 31 + .../node_modules/os-locale/index.js | 127 + .../node_modules/os-locale/license | 21 + .../node_modules/os-locale/package.json | 43 + .../node_modules/os-locale/readme.md | 47 + .../node_modules/os-tmpdir/index.js | 25 + .../node_modules/os-tmpdir/license | 21 + .../node_modules/os-tmpdir/package.json | 41 + .../node_modules/os-tmpdir/readme.md | 32 + .../node_modules/p-finally/index.js | 15 + .../node_modules/p-finally/license | 21 + .../node_modules/p-finally/package.json | 42 + .../node_modules/p-finally/readme.md | 47 + .../hello-world/node_modules/p-limit/index.js | 40 + .../hello-world/node_modules/p-limit/license | 21 + .../node_modules/p-limit/package.json | 49 + .../node_modules/p-limit/readme.md | 68 + .../node_modules/p-locate/index.js | 31 + .../hello-world/node_modules/p-locate/license | 21 + .../node_modules/p-locate/package.json | 54 + .../node_modules/p-locate/readme.md | 86 + .../hello-world/node_modules/p-map/index.js | 63 + .../hello-world/node_modules/p-map/license | 21 + .../node_modules/p-map/package.json | 50 + .../hello-world/node_modules/p-map/readme.md | 81 + .../node_modules/parse-glob/LICENSE | 21 + .../node_modules/parse-glob/README.md | 115 + .../node_modules/parse-glob/index.js | 156 + .../node_modules/parse-glob/package.json | 62 + .../node_modules/parse-json/index.js | 35 + .../node_modules/parse-json/license | 21 + .../node_modules/parse-json/package.json | 46 + .../node_modules/parse-json/readme.md | 83 + .../node_modules/parse-json/vendor/parse.js | 752 + .../node_modules/parse-json/vendor/unicode.js | 71 + .../node_modules/parse5/CHANGELOG.md | 69 + .../hello-world/node_modules/parse5/LICENSE | 19 + .../hello-world/node_modules/parse5/README.md | 247 + .../hello-world/node_modules/parse5/index.js | 12 + .../node_modules/parse5/package.json | 47 + .../node_modules/path-exists/index.js | 24 + .../node_modules/path-exists/license | 21 + .../node_modules/path-exists/package.json | 40 + .../node_modules/path-exists/readme.md | 45 + .../node_modules/path-is-absolute/index.js | 20 + .../node_modules/path-is-absolute/license | 21 + .../path-is-absolute/package.json | 43 + .../node_modules/path-is-absolute/readme.md | 59 + .../node_modules/path-key/index.js | 13 + .../hello-world/node_modules/path-key/license | 21 + .../node_modules/path-key/package.json | 39 + .../node_modules/path-key/readme.md | 51 + .../node_modules/path-parse/.travis.yml | 9 + .../node_modules/path-parse/README.md | 44 + .../node_modules/path-parse/index.js | 93 + .../node_modules/path-parse/index.min.js | 1 + .../node_modules/path-parse/package.json | 33 + .../node_modules/path-parse/test.js | 77 + .../node_modules/path-parse/test.min.js | 1 + .../node_modules/path-type/index.js | 29 + .../node_modules/path-type/license | 21 + .../node_modules/path-type/package.json | 52 + .../node_modules/path-type/readme.md | 42 + .../node_modules/performance-now/.npmignore | 1 + .../performance-now/.tm_properties | 7 + .../node_modules/performance-now/.travis.yml | 4 + .../node_modules/performance-now/Makefile | 25 + .../node_modules/performance-now/README.md | 30 + .../node_modules/performance-now/license.txt | 7 + .../node_modules/performance-now/package.json | 27 + .../src/performance-now.coffee | 15 + .../performance-now/test/mocha.opts | 3 + .../test/performance-now.coffee | 38 + .../hello-world/node_modules/pify/index.js | 68 + .../hello-world/node_modules/pify/license | 21 + .../node_modules/pify/package.json | 48 + .../hello-world/node_modules/pify/readme.md | 119 + .../node_modules/pinkie-promise/index.js | 3 + .../node_modules/pinkie-promise/license | 21 + .../node_modules/pinkie-promise/package.json | 35 + .../node_modules/pinkie-promise/readme.md | 28 + .../hello-world/node_modules/pinkie/index.js | 292 + .../hello-world/node_modules/pinkie/license | 21 + .../node_modules/pinkie/package.json | 36 + .../hello-world/node_modules/pinkie/readme.md | 83 + .../hello-world/node_modules/pkg-dir/index.js | 10 + .../hello-world/node_modules/pkg-dir/license | 21 + .../node_modules/pkg-dir/package.json | 53 + .../node_modules/pkg-dir/readme.md | 64 + .../node_modules/prelude-ls/CHANGELOG.md | 99 + .../node_modules/prelude-ls/LICENSE | 22 + .../node_modules/prelude-ls/README.md | 15 + .../node_modules/prelude-ls/package.json | 52 + .../node_modules/preserve/.gitattributes | 14 + .../node_modules/preserve/.jshintrc | 24 + .../node_modules/preserve/.npmignore | 53 + .../node_modules/preserve/.travis.yml | 3 + .../node_modules/preserve/.verb.md | 59 + .../hello-world/node_modules/preserve/LICENSE | 24 + .../node_modules/preserve/README.md | 90 + .../node_modules/preserve/index.js | 54 + .../node_modules/preserve/package.json | 48 + .../hello-world/node_modules/preserve/test.js | 48 + .../node_modules/pretty-format/.npmignore | 4 + .../node_modules/pretty-format/README.md | 134 + .../pretty-format/build-es5/index.js | 970 + .../build-es5/plugins/AsymmetricMatcher.js | 55 + .../build-es5/plugins/ConvertAnsi.js | 49 + .../build-es5/plugins/HTMLElement.js | 143 + .../build-es5/plugins/ImmutableList.js | 26 + .../build-es5/plugins/ImmutableMap.js | 28 + .../build-es5/plugins/ImmutableOrderedMap.js | 28 + .../build-es5/plugins/ImmutableOrderedSet.js | 28 + .../build-es5/plugins/ImmutablePlugins.js | 17 + .../build-es5/plugins/ImmutableSet.js | 28 + .../build-es5/plugins/ImmutableStack.js | 26 + .../build-es5/plugins/ReactElement.js | 126 + .../build-es5/plugins/ReactTestComponent.js | 121 + .../node_modules/ansi-styles/index.js | 143 + .../node_modules/ansi-styles/license | 21 + .../node_modules/ansi-styles/package.json | 59 + .../node_modules/ansi-styles/readme.md | 135 + .../node_modules/pretty-format/package.json | 17 + .../node_modules/pretty-format/perf/test.js | 213 + .../pretty-format/perf/world.geo.json | 182 + .../hello-world/node_modules/private/LICENSE | 20 + .../node_modules/private/README.md | 246 + .../node_modules/private/package.json | 39 + .../node_modules/private/private.js | 129 + .../hello-world/node_modules/prr/.jshintrc | 61 + .../hello-world/node_modules/prr/.npmignore | 1 + .../hello-world/node_modules/prr/.travis.yml | 10 + .../hello-world/node_modules/prr/LICENSE | 39 + .../hello-world/node_modules/prr/README.md | 45 + .../hello-world/node_modules/prr/package.json | 23 + .../hello-world/node_modules/prr/prr.js | 63 + .../hello-world/node_modules/prr/test.js | 169 + .../node_modules/pseudomap/LICENSE | 15 + .../node_modules/pseudomap/README.md | 60 + .../hello-world/node_modules/pseudomap/map.js | 9 + .../node_modules/pseudomap/package.json | 25 + .../node_modules/pseudomap/pseudomap.js | 113 + .../node_modules/pseudomap/test/basic.js | 86 + .../node_modules/punycode/LICENSE-MIT.txt | 20 + .../node_modules/punycode/README.md | 176 + .../node_modules/punycode/package.json | 60 + .../node_modules/punycode/punycode.js | 533 + .../hello-world/node_modules/qs/.eslintignore | 1 + .../hello-world/node_modules/qs/.eslintrc | 18 + .../hello-world/node_modules/qs/.jscs.json | 176 + .../hello-world/node_modules/qs/CHANGELOG.md | 175 + .../hello-world/node_modules/qs/LICENSE | 28 + .../hello-world/node_modules/qs/README.md | 440 + .../hello-world/node_modules/qs/package.json | 50 + .../node_modules/qs/test/.eslintrc | 11 + .../hello-world/node_modules/qs/test/index.js | 7 + .../hello-world/node_modules/qs/test/parse.js | 519 + .../node_modules/qs/test/stringify.js | 567 + .../hello-world/node_modules/qs/test/utils.js | 22 + .../node_modules/randomatic/LICENSE | 21 + .../node_modules/randomatic/README.md | 154 + .../node_modules/randomatic/index.js | 82 + .../randomatic/node_modules/is-number/LICENSE | 21 + .../node_modules/is-number/README.md | 115 + .../node_modules/is-number/index.js | 22 + .../is-number/node_modules/kind-of/LICENSE | 21 + .../is-number/node_modules/kind-of/README.md | 261 + .../is-number/node_modules/kind-of/index.js | 116 + .../node_modules/kind-of/package.json | 90 + .../node_modules/is-number/package.json | 83 + .../randomatic/node_modules/kind-of/LICENSE | 21 + .../randomatic/node_modules/kind-of/README.md | 267 + .../randomatic/node_modules/kind-of/index.js | 119 + .../node_modules/kind-of/package.json | 90 + .../node_modules/randomatic/package.json | 78 + .../node_modules/read-pkg-up/index.js | 31 + .../node_modules/read-pkg-up/license | 21 + .../read-pkg-up/node_modules/find-up/index.js | 53 + .../read-pkg-up/node_modules/find-up/license | 21 + .../node_modules/find-up/package.json | 51 + .../node_modules/find-up/readme.md | 72 + .../node_modules/read-pkg-up/package.json | 59 + .../node_modules/read-pkg-up/readme.md | 79 + .../node_modules/read-pkg/index.js | 48 + .../hello-world/node_modules/read-pkg/license | 21 + .../node_modules/read-pkg/package.json | 42 + .../node_modules/read-pkg/readme.md | 79 + .../regenerator-runtime/.npmignore | 2 + .../regenerator-runtime/README.md | 31 + .../regenerator-runtime/package.json | 18 + .../node_modules/regenerator-runtime/path.js | 4 + .../regenerator-runtime/runtime-module.js | 31 + .../regenerator-runtime/runtime.js | 736 + .../node_modules/regex-cache/LICENSE | 21 + .../node_modules/regex-cache/README.md | 160 + .../node_modules/regex-cache/index.js | 69 + .../node_modules/regex-cache/package.json | 61 + .../remove-trailing-separator/history.md | 13 + .../remove-trailing-separator/index.js | 13 + .../remove-trailing-separator/license | 3 + .../remove-trailing-separator/package.json | 37 + .../remove-trailing-separator/readme.md | 51 + .../node_modules/repeat-element/LICENSE | 21 + .../node_modules/repeat-element/README.md | 71 + .../node_modules/repeat-element/index.js | 18 + .../node_modules/repeat-element/package.json | 44 + .../node_modules/repeat-string/LICENSE | 21 + .../node_modules/repeat-string/README.md | 136 + .../node_modules/repeat-string/index.js | 70 + .../node_modules/repeat-string/package.json | 77 + .../node_modules/repeating/index.js | 24 + .../node_modules/repeating/license | 21 + .../node_modules/repeating/package.json | 37 + .../node_modules/repeating/readme.md | 30 + .../node_modules/request/CHANGELOG.md | 674 + .../hello-world/node_modules/request/LICENSE | 55 + .../node_modules/request/README.md | 1115 + .../hello-world/node_modules/request/index.js | 156 + .../request/node_modules/.bin/uuid | 1 + .../node_modules/request/package.json | 89 + .../node_modules/request/request.js | 1565 ++ .../node_modules/require-directory/.jshintrc | 67 + .../node_modules/require-directory/.npmignore | 1 + .../require-directory/.travis.yml | 3 + .../node_modules/require-directory/LICENSE | 22 + .../require-directory/README.markdown | 184 + .../node_modules/require-directory/index.js | 86 + .../require-directory/package.json | 40 + .../require-main-filename/.npmignore | 3 + .../require-main-filename/.travis.yml | 8 + .../require-main-filename/LICENSE.txt | 14 + .../require-main-filename/README.md | 26 + .../require-main-filename/index.js | 18 + .../require-main-filename/package.json | 30 + .../require-main-filename/test.js | 36 + .../node_modules/resolve/.eslintignore | 1 + .../node_modules/resolve/.eslintrc | 27 + .../node_modules/resolve/.npmignore | 1 + .../node_modules/resolve/.travis.yml | 176 + .../hello-world/node_modules/resolve/LICENSE | 18 + .../node_modules/resolve/appveyor.yml | 44 + .../node_modules/resolve/example/async.js | 5 + .../node_modules/resolve/example/sync.js | 3 + .../hello-world/node_modules/resolve/index.js | 8 + .../node_modules/resolve/package.json | 40 + .../node_modules/resolve/readme.markdown | 148 + .../node_modules/resolve/test/core.js | 29 + .../node_modules/resolve/test/dotdot.js | 29 + .../resolve/test/dotdot/abc/index.js | 2 + .../node_modules/resolve/test/dotdot/index.js | 1 + .../resolve/test/faulty_basedir.js | 13 + .../node_modules/resolve/test/filter.js | 19 + .../node_modules/resolve/test/filter_sync.js | 16 + .../node_modules/resolve/test/mock.js | 143 + .../node_modules/resolve/test/mock_sync.js | 67 + .../node_modules/resolve/test/module_dir.js | 56 + .../test/module_dir/xmodules/aaa/index.js | 1 + .../test/module_dir/ymodules/aaa/index.js | 1 + .../test/module_dir/zmodules/bbb/main.js | 1 + .../test/module_dir/zmodules/bbb/package.json | 3 + .../resolve/test/node-modules-paths.js | 93 + .../node_modules/resolve/test/node_path.js | 49 + .../resolve/test/node_path/x/aaa/index.js | 1 + .../resolve/test/node_path/x/ccc/index.js | 1 + .../resolve/test/node_path/y/bbb/index.js | 1 + .../resolve/test/node_path/y/ccc/index.js | 1 + .../node_modules/resolve/test/nonstring.js | 9 + .../node_modules/resolve/test/pathfilter.js | 42 + .../resolve/test/pathfilter/deep_ref/main.js | 0 .../node_modules/resolve/test/precedence.js | 23 + .../resolve/test/precedence/aaa.js | 1 + .../resolve/test/precedence/aaa/index.js | 1 + .../resolve/test/precedence/aaa/main.js | 1 + .../resolve/test/precedence/bbb.js | 1 + .../resolve/test/precedence/bbb/main.js | 1 + .../node_modules/resolve/test/resolver.js | 327 + .../resolve/test/resolver/baz/doom.js | 0 .../resolve/test/resolver/baz/package.json | 3 + .../resolve/test/resolver/baz/quux.js | 1 + .../resolve/test/resolver/cup.coffee | 1 + .../node_modules/resolve/test/resolver/foo.js | 1 + .../test/resolver/incorrect_main/index.js | 2 + .../test/resolver/incorrect_main/package.json | 3 + .../resolve/test/resolver/mug.coffee | 0 .../node_modules/resolve/test/resolver/mug.js | 0 .../resolve/test/resolver/other_path/root.js | 0 .../resolve/test/resolver/quux/foo/index.js | 1 + .../resolve/test/resolver/same_names/foo.js | 1 + .../test/resolver/same_names/foo/index.js | 1 + .../test/resolver/without_basedir/main.js | 5 + .../resolve/test/resolver_sync.js | 253 + .../node_modules/resolve/test/subdirs.js | 13 + .../node_modules/right-align/LICENSE | 21 + .../node_modules/right-align/README.md | 77 + .../node_modules/right-align/index.js | 16 + .../node_modules/right-align/package.json | 45 + .../hello-world/node_modules/rimraf/LICENSE | 15 + .../hello-world/node_modules/rimraf/README.md | 101 + .../hello-world/node_modules/rimraf/bin.js | 50 + .../node_modules/rimraf/package.json | 26 + .../hello-world/node_modules/rimraf/rimraf.js | 363 + .../node_modules/safe-buffer/.travis.yml | 7 + .../node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.js | 60 + .../node_modules/safe-buffer/package.json | 37 + .../node_modules/safe-buffer/test.js | 101 + .../hello-world/node_modules/sane/README.md | 129 + .../hello-world/node_modules/sane/index.js | 24 + .../sane/node_modules/bser/README.md | 81 + .../sane/node_modules/bser/index.js | 578 + .../sane/node_modules/bser/package.json | 30 + .../sane/node_modules/bser/test/bser.js | 74 + .../sane/node_modules/fb-watchman/README.md | 34 + .../sane/node_modules/fb-watchman/index.js | 322 + .../node_modules/fb-watchman/package.json | 35 + .../sane/node_modules/minimist/.travis.yml | 8 + .../sane/node_modules/minimist/LICENSE | 18 + .../node_modules/minimist/example/parse.js | 2 + .../sane/node_modules/minimist/index.js | 236 + .../sane/node_modules/minimist/package.json | 45 + .../node_modules/minimist/readme.markdown | 91 + .../node_modules/minimist/test/all_bool.js | 32 + .../sane/node_modules/minimist/test/bool.js | 166 + .../sane/node_modules/minimist/test/dash.js | 31 + .../minimist/test/default_bool.js | 35 + .../sane/node_modules/minimist/test/dotted.js | 22 + .../node_modules/minimist/test/kv_short.js | 16 + .../sane/node_modules/minimist/test/long.js | 31 + .../sane/node_modules/minimist/test/num.js | 36 + .../sane/node_modules/minimist/test/parse.js | 197 + .../minimist/test/parse_modified.js | 9 + .../sane/node_modules/minimist/test/short.js | 67 + .../node_modules/minimist/test/stop_early.js | 15 + .../node_modules/minimist/test/unknown.js | 102 + .../node_modules/minimist/test/whitespace.js | 8 + .../node_modules/sane/package.json | 52 + .../hello-world/node_modules/sane/src/cli.js | 48 + .../node_modules/sane/src/common.js | 67 + .../node_modules/sane/src/node_watcher.js | 376 + .../node_modules/sane/src/poll_watcher.js | 118 + .../sane/src/utils/recrawl-warning-dedupe.js | 47 + .../node_modules/sane/src/watchman_watcher.js | 317 + .../hello-world/node_modules/sax/LICENSE | 41 + .../hello-world/node_modules/sax/README.md | 225 + .../hello-world/node_modules/sax/package.json | 22 + .../hello-world/node_modules/semver/LICENSE | 15 + .../hello-world/node_modules/semver/README.md | 350 + .../node_modules/semver/bin/semver | 133 + .../node_modules/semver/package.json | 22 + .../hello-world/node_modules/semver/range.bnf | 16 + .../hello-world/node_modules/semver/semver.js | 1203 ++ .../node_modules/set-blocking/CHANGELOG.md | 26 + .../node_modules/set-blocking/LICENSE.txt | 14 + .../node_modules/set-blocking/README.md | 31 + .../node_modules/set-blocking/index.js | 7 + .../node_modules/set-blocking/package.json | 42 + .../node_modules/shellwords/.npmignore | 1 + .../node_modules/shellwords/Cakefile | 42 + .../node_modules/shellwords/LICENSE | 19 + .../node_modules/shellwords/README.md | 19 + .../node_modules/shellwords/package.json | 20 + .../shellwords/spec/shellwords_spec.coffee | 55 + .../shellwords/src/shellwords.coffee | 53 + .../node_modules/signal-exit/CHANGELOG.md | 27 + .../node_modules/signal-exit/LICENSE.txt | 16 + .../node_modules/signal-exit/README.md | 40 + .../node_modules/signal-exit/index.js | 157 + .../node_modules/signal-exit/package.json | 38 + .../node_modules/signal-exit/signals.js | 53 + .../hello-world/node_modules/slash/index.js | 11 + .../node_modules/slash/package.json | 33 + .../hello-world/node_modules/slash/readme.md | 44 + .../hello-world/node_modules/sntp/.npmignore | 18 + .../hello-world/node_modules/sntp/.travis.yml | 5 + .../hello-world/node_modules/sntp/LICENSE | 28 + .../hello-world/node_modules/sntp/Makefile | 9 + .../hello-world/node_modules/sntp/README.md | 68 + .../node_modules/sntp/examples/offset.js | 16 + .../node_modules/sntp/examples/time.js | 25 + .../hello-world/node_modules/sntp/index.js | 1 + .../node_modules/sntp/package.json | 32 + .../node_modules/sntp/test/index.js | 435 + .../source-map-support/.npmignore | 5 + .../source-map-support/.travis.yml | 5 + .../source-map-support/LICENSE.md | 21 + .../node_modules/source-map-support/README.md | 251 + .../browser-source-map-support.js | 110 + .../node_modules/source-map-support/build.js | 79 + .../source-map-support/package.json | 30 + .../source-map-support/register.js | 1 + .../source-map-support/source-map-support.js | 518 + .../node_modules/source-map-support/test.js | 581 + .../node_modules/source-map/CHANGELOG.md | 301 + .../node_modules/source-map/LICENSE | 28 + .../node_modules/source-map/README.md | 729 + .../node_modules/source-map/package.json | 71 + .../node_modules/source-map/source-map.js | 8 + .../node_modules/spdx-correct/LICENSE | 57 + .../node_modules/spdx-correct/README.md | 10 + .../node_modules/spdx-correct/index.js | 237 + .../node_modules/spdx-correct/package.json | 27 + .../spdx-expression-parse/AUTHORS | 3 + .../spdx-expression-parse/LICENSE | 22 + .../spdx-expression-parse/README.md | 83 + .../spdx-expression-parse/index.js | 5 + .../spdx-expression-parse/package.json | 37 + .../spdx-expression-parse/parser.js | 1357 ++ .../node_modules/spdx-license-ids/LICENSE | 24 + .../node_modules/spdx-license-ids/README.md | 55 + .../spdx-license-ids/package.json | 45 + .../spdx-license-ids/spdx-license-ids.json | 334 + .../node_modules/sprintf-js/.npmignore | 1 + .../node_modules/sprintf-js/LICENSE | 24 + .../node_modules/sprintf-js/README.md | 88 + .../node_modules/sprintf-js/bower.json | 14 + .../node_modules/sprintf-js/demo/angular.html | 20 + .../node_modules/sprintf-js/gruntfile.js | 36 + .../node_modules/sprintf-js/package.json | 22 + .../sprintf-js/src/angular-sprintf.js | 18 + .../node_modules/sprintf-js/src/sprintf.js | 208 + .../node_modules/sprintf-js/test/test.js | 82 + .../hello-world/node_modules/sshpk/.npmignore | 9 + .../node_modules/sshpk/.travis.yml | 11 + .../hello-world/node_modules/sshpk/LICENSE | 18 + .../hello-world/node_modules/sshpk/README.md | 698 + .../node_modules/sshpk/bin/sshpk-conv | 201 + .../node_modules/sshpk/bin/sshpk-sign | 191 + .../node_modules/sshpk/bin/sshpk-verify | 166 + .../node_modules/sshpk/man/man1/sshpk-conv.1 | 135 + .../node_modules/sshpk/man/man1/sshpk-sign.1 | 81 + .../sshpk/man/man1/sshpk-verify.1 | 68 + .../node_modules/sshpk/package.json | 59 + .../node_modules/string-length/index.js | 8 + .../node_modules/string-length/license | 21 + .../node_modules/string-length/package.json | 40 + .../node_modules/string-length/readme.md | 31 + .../node_modules/string-width/index.js | 37 + .../node_modules/string-width/license | 21 + .../node_modules/string-width/package.json | 56 + .../node_modules/string-width/readme.md | 42 + .../node_modules/stringstream/.npmignore | 15 + .../node_modules/stringstream/.travis.yml | 4 + .../node_modules/stringstream/LICENSE.txt | 22 + .../node_modules/stringstream/README.md | 38 + .../node_modules/stringstream/example.js | 27 + .../node_modules/stringstream/package.json | 18 + .../node_modules/stringstream/stringstream.js | 102 + .../node_modules/strip-ansi/index.js | 6 + .../node_modules/strip-ansi/license | 21 + .../node_modules/strip-ansi/package.json | 57 + .../node_modules/strip-ansi/readme.md | 33 + .../node_modules/strip-bom/index.js | 14 + .../node_modules/strip-bom/license | 21 + .../node_modules/strip-bom/package.json | 40 + .../node_modules/strip-bom/readme.md | 36 + .../node_modules/strip-eof/index.js | 15 + .../node_modules/strip-eof/license | 21 + .../node_modules/strip-eof/package.json | 39 + .../node_modules/strip-eof/readme.md | 28 + .../node_modules/strip-json-comments/index.js | 70 + .../node_modules/strip-json-comments/license | 21 + .../strip-json-comments/package.json | 42 + .../strip-json-comments/readme.md | 64 + .../node_modules/supports-color/index.js | 50 + .../node_modules/supports-color/license | 21 + .../node_modules/supports-color/package.json | 49 + .../node_modules/supports-color/readme.md | 36 + .../node_modules/symbol-tree/LICENSE | 21 + .../node_modules/symbol-tree/README.md | 543 + .../node_modules/symbol-tree/package.json | 48 + .../node_modules/test-exclude/CHANGELOG.md | 190 + .../node_modules/test-exclude/LICENSE.txt | 14 + .../node_modules/test-exclude/README.md | 56 + .../node_modules/test-exclude/index.js | 135 + .../node_modules/test-exclude/package.json | 47 + .../hello-world/node_modules/throat/LICENSE | 19 + .../hello-world/node_modules/throat/README.md | 75 + .../node_modules/throat/index.d.ts | 5 + .../hello-world/node_modules/throat/index.js | 112 + .../node_modules/throat/index.js.flow | 7 + .../node_modules/throat/package.json | 44 + .../hello-world/node_modules/tmpl/.travis.yml | 3 + .../hello-world/node_modules/tmpl/license | 28 + .../node_modules/tmpl/package.json | 17 + .../hello-world/node_modules/tmpl/readme.md | 10 + .../node_modules/to-fast-properties/index.js | 11 + .../node_modules/to-fast-properties/license | 22 + .../to-fast-properties/package.json | 35 + .../node_modules/to-fast-properties/readme.md | 37 + .../node_modules/tough-cookie/LICENSE | 27 + .../node_modules/tough-cookie/README.md | 506 + .../node_modules/tough-cookie/package.json | 74 + .../hello-world/node_modules/tr46/.npmignore | 4 + .../hello-world/node_modules/tr46/index.js | 193 + .../node_modules/tr46/package.json | 31 + .../node_modules/trim-right/index.js | 10 + .../node_modules/trim-right/license | 21 + .../node_modules/trim-right/package.json | 37 + .../node_modules/trim-right/readme.md | 30 + .../node_modules/ts-jest/.editorconfig | 7 + .../ts-jest/.github/ISSUE_TEMPLATE | 21 + .../node_modules/ts-jest/.npmignore | 49 + .../node_modules/ts-jest/.travis.yml | 10 + .../hello-world/node_modules/ts-jest/AUTHORS | 27 + .../hello-world/node_modules/ts-jest/LICENSE | 21 + .../node_modules/ts-jest/README.md | 228 + .../node_modules/ts-jest/appveyor.yml | 33 + .../hello-world/node_modules/ts-jest/index.js | 1 + .../ts-jest/node_modules/.bin/jest | 1 + .../ts-jest/node_modules/.bin/tsc | 1 + .../ts-jest/node_modules/.bin/tsserver | 1 + .../ts-jest/node_modules/camelcase/index.js | 64 + .../ts-jest/node_modules/camelcase/license | 21 + .../node_modules/camelcase/package.json | 42 + .../ts-jest/node_modules/camelcase/readme.md | 57 + .../is-fullwidth-code-point/index.js | 46 + .../is-fullwidth-code-point/license | 21 + .../is-fullwidth-code-point/package.json | 45 + .../is-fullwidth-code-point/readme.md | 39 + .../node_modules/load-json-file/index.js | 11 + .../node_modules/load-json-file/license | 21 + .../node_modules/load-json-file/package.json | 43 + .../node_modules/load-json-file/readme.md | 45 + .../ts-jest/node_modules/os-locale/index.js | 101 + .../ts-jest/node_modules/os-locale/license | 21 + .../node_modules/os-locale/package.json | 48 + .../ts-jest/node_modules/os-locale/readme.md | 53 + .../ts-jest/node_modules/path-type/index.js | 26 + .../ts-jest/node_modules/path-type/license | 21 + .../node_modules/path-type/package.json | 48 + .../ts-jest/node_modules/path-type/readme.md | 42 + .../ts-jest/node_modules/read-pkg-up/index.js | 26 + .../ts-jest/node_modules/read-pkg-up/license | 21 + .../node_modules/read-pkg-up/package.json | 62 + .../node_modules/read-pkg-up/readme.md | 80 + .../ts-jest/node_modules/read-pkg/index.js | 47 + .../ts-jest/node_modules/read-pkg/license | 21 + .../node_modules/read-pkg/package.json | 45 + .../ts-jest/node_modules/read-pkg/readme.md | 79 + .../node_modules/string-width/index.js | 35 + .../ts-jest/node_modules/string-width/license | 21 + .../node_modules/string-width/package.json | 58 + .../node_modules/string-width/readme.md | 42 + .../node_modules/which-module/CHANGELOG.md | 26 + .../ts-jest/node_modules/which-module/LICENSE | 13 + .../node_modules/which-module/README.md | 55 + .../node_modules/which-module/index.js | 9 + .../node_modules/which-module/package.json | 41 + .../node_modules/yargs-parser/CHANGELOG.md | 223 + .../node_modules/yargs-parser/LICENSE.txt | 14 + .../node_modules/yargs-parser/README.md | 281 + .../node_modules/yargs-parser/index.js | 764 + .../node_modules/yargs-parser/package.json | 43 + .../ts-jest/node_modules/yargs/CHANGELOG.md | 961 + .../ts-jest/node_modules/yargs/LICENSE | 22 + .../ts-jest/node_modules/yargs/README.md | 103 + .../node_modules/yargs/completion.sh.hbs | 28 + .../ts-jest/node_modules/yargs/index.js | 31 + .../node_modules/yargs/locales/be.json | 39 + .../node_modules/yargs/locales/de.json | 39 + .../node_modules/yargs/locales/en.json | 40 + .../node_modules/yargs/locales/es.json | 39 + .../node_modules/yargs/locales/fr.json | 37 + .../node_modules/yargs/locales/hi.json | 39 + .../node_modules/yargs/locales/hu.json | 39 + .../node_modules/yargs/locales/id.json | 40 + .../node_modules/yargs/locales/it.json | 39 + .../node_modules/yargs/locales/ja.json | 39 + .../node_modules/yargs/locales/ko.json | 39 + .../node_modules/yargs/locales/nb.json | 37 + .../node_modules/yargs/locales/nl.json | 39 + .../node_modules/yargs/locales/pirate.json | 12 + .../node_modules/yargs/locales/pl.json | 39 + .../node_modules/yargs/locales/pt.json | 38 + .../node_modules/yargs/locales/pt_BR.json | 40 + .../node_modules/yargs/locales/ru.json | 39 + .../node_modules/yargs/locales/th.json | 39 + .../node_modules/yargs/locales/tr.json | 39 + .../node_modules/yargs/locales/zh_CN.json | 37 + .../node_modules/yargs/locales/zh_TW.json | 40 + .../ts-jest/node_modules/yargs/package.json | 74 + .../ts-jest/node_modules/yargs/yargs.js | 1127 + .../node_modules/ts-jest/package.json | 94 + .../node_modules/ts-jest/preprocessor.js | 1 + .../node_modules/ts-jest/tsconfig.json | 30 + .../node_modules/ts-jest/tslint.json | 54 + .../node_modules/ts-jest/yarn.lock | 2776 +++ .../hello-world/node_modules/tsconfig/LICENSE | 22 + .../node_modules/tsconfig/README.md | 49 + .../node_modules/tsconfig/package.json | 59 + .../node_modules/tsconfig/typings.json | 11 + .../node_modules/tslib/.gitattributes | 1 + .../hello-world/node_modules/tslib/.npmignore | 0 .../node_modules/tslib/CopyrightNotice.txt | 15 + .../node_modules/tslib/LICENSE.txt | 55 + .../hello-world/node_modules/tslib/README.md | 105 + .../hello-world/node_modules/tslib/bower.json | 34 + .../node_modules/tslib/docs/generator.md | 486 + .../node_modules/tslib/package.json | 28 + .../hello-world/node_modules/tslib/tslib.d.ts | 30 + .../node_modules/tslib/tslib.es6.html | 1 + .../node_modules/tslib/tslib.es6.js | 161 + .../hello-world/node_modules/tslib/tslib.html | 1 + .../hello-world/node_modules/tslib/tslib.js | 210 + .../node_modules/tslint/.npmignore | 26 + .../node_modules/tslint/CHANGELOG.md | 1541 ++ .../hello-world/node_modules/tslint/LICENSE | 201 + .../hello-world/node_modules/tslint/README.md | 73 + .../node_modules/tslint/bin/tslint | 3 + .../tslint/node_modules/.bin/semver | 1 + .../node_modules/tslint/node_modules/.bin/tsc | 1 + .../tslint/node_modules/.bin/tsserver | 1 + .../node_modules/tslint/package.json | 82 + .../node_modules/tsutils/.npmignore | 10 + .../node_modules/tsutils/CHANGELOG.md | 143 + .../hello-world/node_modules/tsutils/LICENSE | 21 + .../node_modules/tsutils/README.md | 32 + .../node_modules/tsutils/index.d.ts | 2 + .../hello-world/node_modules/tsutils/index.js | 8 + .../tsutils/node_modules/.bin/tsc | 1 + .../tsutils/node_modules/.bin/tsserver | 1 + .../node_modules/tsutils/package.json | 45 + .../node_modules/tsutils/typeguard/index.d.ts | 2 + .../node_modules/tsutils/typeguard/index.js | 8 + .../node_modules/tsutils/typeguard/node.d.ts | 139 + .../node_modules/tsutils/typeguard/node.js | 626 + .../node_modules/tsutils/typeguard/type.d.ts | 14 + .../node_modules/tsutils/typeguard/type.js | 60 + .../node_modules/tsutils/util/index.d.ts | 2 + .../node_modules/tsutils/util/index.js | 8 + .../node_modules/tsutils/util/usage.d.ts | 28 + .../node_modules/tsutils/util/usage.js | 538 + .../node_modules/tsutils/util/util.d.ts | 72 + .../node_modules/tsutils/util/util.js | 665 + .../node_modules/tunnel-agent/LICENSE | 55 + .../node_modules/tunnel-agent/README.md | 4 + .../node_modules/tunnel-agent/index.js | 244 + .../node_modules/tunnel-agent/package.json | 22 + .../node_modules/tweetnacl/.npmignore | 4 + .../node_modules/tweetnacl/AUTHORS.md | 28 + .../node_modules/tweetnacl/CHANGELOG.md | 221 + .../node_modules/tweetnacl/LICENSE | 24 + .../tweetnacl/PULL_REQUEST_TEMPLATE.md | 20 + .../node_modules/tweetnacl/README.md | 459 + .../node_modules/tweetnacl/nacl-fast.js | 2388 +++ .../node_modules/tweetnacl/nacl-fast.min.js | 2 + .../node_modules/tweetnacl/nacl.d.ts | 98 + .../node_modules/tweetnacl/nacl.js | 1175 ++ .../node_modules/tweetnacl/nacl.min.js | 1 + .../node_modules/tweetnacl/package.json | 58 + .../node_modules/type-check/LICENSE | 22 + .../node_modules/type-check/README.md | 210 + .../node_modules/type-check/package.json | 40 + .../node_modules/typescript/.mailmap | 251 + .../node_modules/typescript/.npmignore | 19 + .../node_modules/typescript/AUTHORS.md | 239 + .../node_modules/typescript/CONTRIBUTING.md | 185 + .../typescript/CopyrightNotice.txt | 15 + .../node_modules/typescript/LICENSE.txt | 55 + .../node_modules/typescript/README.md | 98 + .../typescript/ThirdPartyNoticeText.txt | 35 + .../node_modules/typescript/bin/tsc | 2 + .../node_modules/typescript/bin/tsserver | 2 + .../node_modules/typescript/package.json | 99 + .../node_modules/typescript/test.config | 1 + .../node_modules/uglify-js/LICENSE | 29 + .../node_modules/uglify-js/README.md | 995 + .../uglify-js/bin/extract-props.js | 77 + .../node_modules/uglify-js/bin/uglifyjs | 635 + .../uglify-js/node_modules/camelcase/index.js | 27 + .../uglify-js/node_modules/camelcase/license | 21 + .../node_modules/camelcase/package.json | 38 + .../node_modules/camelcase/readme.md | 56 + .../node_modules/cliui/.coveralls.yml | 1 + .../uglify-js/node_modules/cliui/.npmignore | 2 + .../uglify-js/node_modules/cliui/.travis.yml | 7 + .../uglify-js/node_modules/cliui/LICENSE.txt | 14 + .../uglify-js/node_modules/cliui/README.md | 104 + .../uglify-js/node_modules/cliui/index.js | 273 + .../uglify-js/node_modules/cliui/package.json | 59 + .../node_modules/cliui/test/cliui.js | 349 + .../node_modules/wordwrap/.npmignore | 1 + .../node_modules/wordwrap/README.markdown | 70 + .../node_modules/wordwrap/example/center.js | 10 + .../node_modules/wordwrap/example/meat.js | 3 + .../uglify-js/node_modules/wordwrap/index.js | 76 + .../node_modules/wordwrap/package.json | 37 + .../node_modules/wordwrap/test/break.js | 30 + .../node_modules/wordwrap/test/idleness.txt | 63 + .../node_modules/wordwrap/test/wrap.js | 31 + .../uglify-js/node_modules/yargs/CHANGELOG.md | 374 + .../uglify-js/node_modules/yargs/LICENSE | 21 + .../uglify-js/node_modules/yargs/README.md | 926 + .../node_modules/yargs/completion.sh.hbs | 22 + .../uglify-js/node_modules/yargs/index.js | 504 + .../uglify-js/node_modules/yargs/package.json | 85 + .../node_modules/uglify-js/package.json | 51 + .../uglify-js/tools/domprops.json | 5603 +++++ .../node_modules/uglify-js/tools/exports.js | 19 + .../node_modules/uglify-js/tools/node.js | 320 + .../node_modules/uglify-js/tools/props.html | 61 + .../uglify-to-browserify/.npmignore | 14 + .../uglify-to-browserify/.travis.yml | 3 + .../node_modules/uglify-to-browserify/LICENSE | 19 + .../uglify-to-browserify/README.md | 15 + .../uglify-to-browserify/index.js | 49 + .../uglify-to-browserify/package.json | 20 + .../uglify-to-browserify/test/index.js | 22 + .../node_modules/universalify/LICENSE | 20 + .../node_modules/universalify/README.md | 73 + .../node_modules/universalify/index.js | 25 + .../node_modules/universalify/package.json | 30 + .../node_modules/uuid/.eslintrc.json | 46 + .../hello-world/node_modules/uuid/AUTHORS | 5 + .../hello-world/node_modules/uuid/HISTORY.md | 28 + .../hello-world/node_modules/uuid/LICENSE.md | 21 + .../hello-world/node_modules/uuid/README.md | 227 + .../hello-world/node_modules/uuid/bin/uuid | 50 + .../hello-world/node_modules/uuid/index.js | 8 + .../node_modules/uuid/package.json | 28 + .../hello-world/node_modules/uuid/v1.js | 100 + .../hello-world/node_modules/uuid/v4.js | 29 + .../hello-world/node_modules/uuid/v5.js | 42 + .../validate-npm-package-license/LICENSE | 174 + .../validate-npm-package-license/README.md | 113 + .../validate-npm-package-license/index.js | 84 + .../validate-npm-package-license/package.json | 25 + .../node_modules/verror/.gitmodules | 0 .../node_modules/verror/.npmignore | 1 + .../hello-world/node_modules/verror/LICENSE | 19 + .../hello-world/node_modules/verror/Makefile | 35 + .../node_modules/verror/Makefile.targ | 285 + .../hello-world/node_modules/verror/README.md | 120 + .../verror/examples/levels-verror.js | 36 + .../verror/examples/levels-werror.js | 34 + .../node_modules/verror/examples/varargs.js | 6 + .../node_modules/verror/examples/verror.js | 13 + .../node_modules/verror/examples/werror.js | 14 + .../node_modules/verror/jsl.node.conf | 139 + .../node_modules/verror/package.json | 21 + .../node_modules/verror/tests/tst.inherit.js | 100 + .../node_modules/verror/tests/tst.verror.js | 156 + .../node_modules/verror/tests/tst.werror.js | 179 + .../node_modules/walker/.travis.yml | 3 + .../hello-world/node_modules/walker/LICENSE | 13 + .../node_modules/walker/package.json | 21 + .../hello-world/node_modules/walker/readme.md | 52 + .../hello-world/node_modules/watch/LICENSE | 55 + .../hello-world/node_modules/watch/main.js | 128 + .../node_modules/watch/package.json | 27 + .../hello-world/node_modules/watch/readme.mkd | 72 + .../hello-world/node_modules/watch/test/d/d/t | 0 .../hello-world/node_modules/watch/test/d/t | 0 .../node_modules/watch/test/test_monitor.js | 31 + .../watch/test/test_monitorRootDirectory.js | 28 + .../node_modules/watch/test/test_watchTree.js | 20 + .../webidl-conversions/LICENSE.md | 12 + .../node_modules/webidl-conversions/README.md | 80 + .../webidl-conversions/package.json | 27 + .../node_modules/whatwg-encoding/LICENSE.txt | 19 + .../node_modules/whatwg-encoding/package.json | 29 + .../node_modules/whatwg-url/LICENSE.txt | 21 + .../node_modules/whatwg-url/README.md | 67 + .../webidl-conversions/LICENSE.md | 12 + .../node_modules/webidl-conversions/README.md | 53 + .../webidl-conversions/package.json | 23 + .../node_modules/whatwg-url/package.json | 32 + .../node_modules/which-module/CHANGELOG.md | 11 + .../node_modules/which-module/LICENSE | 13 + .../node_modules/which-module/README.md | 55 + .../node_modules/which-module/index.js | 9 + .../node_modules/which-module/package.json | 41 + .../node_modules/which/CHANGELOG.md | 142 + .../hello-world/node_modules/which/LICENSE | 15 + .../hello-world/node_modules/which/README.md | 48 + .../hello-world/node_modules/which/bin/which | 52 + .../node_modules/which/package.json | 30 + .../hello-world/node_modules/which/which.js | 132 + .../node_modules/window-size/LICENSE-MIT | 22 + .../node_modules/window-size/README.md | 26 + .../node_modules/window-size/index.js | 33 + .../node_modules/window-size/package.json | 33 + .../hello-world/node_modules/wordwrap/LICENSE | 18 + .../node_modules/wordwrap/README.markdown | 70 + .../node_modules/wordwrap/example/center.js | 10 + .../node_modules/wordwrap/example/meat.js | 3 + .../node_modules/wordwrap/index.js | 76 + .../node_modules/wordwrap/package.json | 37 + .../node_modules/wordwrap/test/break.js | 30 + .../node_modules/wordwrap/test/idleness.txt | 63 + .../node_modules/wordwrap/test/wrap.js | 31 + .../node_modules/worker-farm/.jshintrc | 59 + .../node_modules/worker-farm/.npmignore | 1 + .../node_modules/worker-farm/.travis.yml | 9 + .../node_modules/worker-farm/LICENSE.md | 13 + .../node_modules/worker-farm/README.md | 141 + .../worker-farm/examples/basic/child.js | 3 + .../worker-farm/examples/basic/index.js | 11 + .../worker-farm/examples/pi/calc.js | 20 + .../worker-farm/examples/pi/index.js | 39 + .../worker-farm/node_modules/.bin/errno | 1 + .../node_modules/worker-farm/package.json | 31 + .../node_modules/worker-farm/tests/child.js | 69 + .../node_modules/worker-farm/tests/index.js | 456 + .../node_modules/wrap-ansi/index.js | 168 + .../node_modules/wrap-ansi/license | 21 + .../node_modules/wrap-ansi/package.json | 68 + .../node_modules/wrap-ansi/readme.md | 73 + .../hello-world/node_modules/wrappy/LICENSE | 15 + .../hello-world/node_modules/wrappy/README.md | 36 + .../node_modules/wrappy/package.json | 29 + .../hello-world/node_modules/wrappy/wrappy.js | 33 + .../xml-name-validator/LICENSE.txt | 19 + .../node_modules/xml-name-validator/README.md | 36 + .../xml-name-validator/package.json | 29 + .../hello-world/node_modules/xtend/.jshintrc | 30 + .../hello-world/node_modules/xtend/.npmignore | 1 + .../hello-world/node_modules/xtend/LICENCE | 19 + .../hello-world/node_modules/xtend/Makefile | 4 + .../hello-world/node_modules/xtend/README.md | 32 + .../node_modules/xtend/immutable.js | 19 + .../hello-world/node_modules/xtend/mutable.js | 17 + .../node_modules/xtend/package.json | 55 + .../hello-world/node_modules/xtend/test.js | 83 + .../hello-world/node_modules/y18n/LICENSE | 13 + .../hello-world/node_modules/y18n/README.md | 91 + .../hello-world/node_modules/y18n/index.js | 172 + .../node_modules/y18n/package.json | 37 + .../hello-world/node_modules/yallist/LICENSE | 15 + .../node_modules/yallist/README.md | 204 + .../node_modules/yallist/iterator.js | 7 + .../node_modules/yallist/package.json | 29 + .../node_modules/yallist/yallist.js | 370 + .../node_modules/yargs-parser/CHANGELOG.md | 169 + .../node_modules/yargs-parser/LICENSE.txt | 14 + .../node_modules/yargs-parser/README.md | 257 + .../node_modules/yargs-parser/index.js | 759 + .../node_modules/yargs-parser/package.json | 43 + .../node_modules/yargs/CHANGELOG.md | 921 + .../hello-world/node_modules/yargs/LICENSE | 22 + .../hello-world/node_modules/yargs/README.md | 2017 ++ .../node_modules/yargs/completion.sh.hbs | 28 + .../hello-world/node_modules/yargs/index.js | 31 + .../node_modules/yargs/locales/be.json | 39 + .../node_modules/yargs/locales/de.json | 39 + .../node_modules/yargs/locales/en.json | 40 + .../node_modules/yargs/locales/es.json | 39 + .../node_modules/yargs/locales/fr.json | 37 + .../node_modules/yargs/locales/hi.json | 39 + .../node_modules/yargs/locales/hu.json | 39 + .../node_modules/yargs/locales/id.json | 40 + .../node_modules/yargs/locales/it.json | 39 + .../node_modules/yargs/locales/ja.json | 39 + .../node_modules/yargs/locales/ko.json | 39 + .../node_modules/yargs/locales/nb.json | 37 + .../node_modules/yargs/locales/nl.json | 39 + .../node_modules/yargs/locales/pirate.json | 12 + .../node_modules/yargs/locales/pl.json | 39 + .../node_modules/yargs/locales/pt.json | 38 + .../node_modules/yargs/locales/pt_BR.json | 40 + .../node_modules/yargs/locales/ru.json | 39 + .../node_modules/yargs/locales/th.json | 39 + .../node_modules/yargs/locales/tr.json | 39 + .../node_modules/yargs/locales/zh_CN.json | 37 + .../node_modules/yargs/locales/zh_TW.json | 40 + .../node_modules/yargs/package.json | 80 + .../hello-world/node_modules/yargs/yargs.js | 1126 + typescript/hello-world/package.json | 36 + typescript/hello-world/tsconfig.json | 22 + typescript/hello-world/tslint.json | 127 + typescript/hello-world/yarn.lock | 2305 +++ 5334 files changed, 340229 insertions(+) create mode 100644 kotlin/all-your-base/.gradle/4.0.2/fileChanges/last-build.bin create mode 100644 kotlin/all-your-base/.gradle/4.0.2/fileHashes/fileHashes.bin create mode 100644 kotlin/all-your-base/.gradle/4.0.2/fileHashes/fileHashes.lock create mode 100644 kotlin/all-your-base/.gradle/buildOutputCleanup/built.bin create mode 100644 kotlin/all-your-base/.gradle/buildOutputCleanup/cache.properties create mode 100644 kotlin/all-your-base/.gradle/buildOutputCleanup/cache.properties.lock create mode 100644 kotlin/all-your-base/.idea/compiler.xml create mode 100644 kotlin/all-your-base/.idea/gradle.xml create mode 100644 kotlin/all-your-base/.idea/libraries/Gradle__junit_junit_4_12.xml create mode 100644 kotlin/all-your-base/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml create mode 100644 kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml create mode 100644 kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml create mode 100644 kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml create mode 100644 kotlin/all-your-base/.idea/misc.xml create mode 100644 kotlin/all-your-base/.idea/modules.xml create mode 100644 kotlin/all-your-base/.idea/modules/all-your-base_main.iml create mode 100644 kotlin/all-your-base/.idea/modules/all-your-base_test.iml create mode 100644 kotlin/all-your-base/.idea/workspace.xml create mode 100644 kotlin/all-your-base/README.md create mode 100644 kotlin/all-your-base/all-your-base.iml create mode 100644 kotlin/all-your-base/build.gradle create mode 100644 kotlin/all-your-base/src/main/kotlin/.keep create mode 100644 kotlin/all-your-base/src/test/kotlin/BaseConverterTest.kt create mode 100644 kotlin/binary-search/.gradle/4.0.1/fileChanges/last-build.bin create mode 100644 kotlin/binary-search/.gradle/4.0.1/fileHashes/fileHashes.bin create mode 100644 kotlin/binary-search/.gradle/4.0.1/fileHashes/fileHashes.lock create mode 100644 kotlin/binary-search/.gradle/buildOutputCleanup/built.bin create mode 100644 kotlin/binary-search/.gradle/buildOutputCleanup/cache.properties create mode 100644 kotlin/binary-search/.gradle/buildOutputCleanup/cache.properties.lock create mode 100644 kotlin/binary-search/.idea/compiler.xml create mode 100644 kotlin/binary-search/.idea/gradle.xml create mode 100644 kotlin/binary-search/.idea/libraries/Gradle__junit_junit_4_12.xml create mode 100644 kotlin/binary-search/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 kotlin/binary-search/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml create mode 100644 kotlin/binary-search/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml create mode 100644 kotlin/binary-search/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml create mode 100644 kotlin/binary-search/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml create mode 100644 kotlin/binary-search/.idea/misc.xml create mode 100644 kotlin/binary-search/.idea/modules.xml create mode 100644 kotlin/binary-search/.idea/modules/binary-search_main.iml create mode 100644 kotlin/binary-search/.idea/modules/binary-search_test.iml create mode 100644 kotlin/binary-search/.idea/workspace.xml create mode 100644 kotlin/binary-search/README.md create mode 100644 kotlin/binary-search/binary-search.iml create mode 100644 kotlin/binary-search/build.gradle create mode 100644 kotlin/binary-search/src/main/kotlin/.keep create mode 100644 kotlin/binary-search/src/test/kotlin/BinarySearchTest.kt create mode 100644 kotlin/linked-list/.gradle/4.0.1/fileChanges/last-build.bin create mode 100644 kotlin/linked-list/.gradle/4.0.1/fileHashes/fileHashes.bin create mode 100644 kotlin/linked-list/.gradle/4.0.1/fileHashes/fileHashes.lock create mode 100644 kotlin/linked-list/.gradle/buildOutputCleanup/built.bin create mode 100644 kotlin/linked-list/.gradle/buildOutputCleanup/cache.properties create mode 100644 kotlin/linked-list/.gradle/buildOutputCleanup/cache.properties.lock create mode 100644 kotlin/linked-list/.idea/compiler.xml create mode 100644 kotlin/linked-list/.idea/gradle.xml create mode 100644 kotlin/linked-list/.idea/libraries/Gradle__junit_junit_4_12.xml create mode 100644 kotlin/linked-list/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml create mode 100644 kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml create mode 100644 kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml create mode 100644 kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml create mode 100644 kotlin/linked-list/.idea/misc.xml create mode 100644 kotlin/linked-list/.idea/modules.xml create mode 100644 kotlin/linked-list/.idea/modules/linked-list_main.iml create mode 100644 kotlin/linked-list/.idea/modules/linked-list_test.iml create mode 100644 kotlin/linked-list/.idea/workspace.xml create mode 100644 kotlin/linked-list/README.md create mode 100644 kotlin/linked-list/build.gradle create mode 100644 kotlin/linked-list/linked-list.iml create mode 100644 kotlin/linked-list/src/main/kotlin/.keep create mode 100644 kotlin/linked-list/src/test/kotlin/DequeTest.kt create mode 100644 kotlin/minesweeper/.gradle/4.0.1/fileChanges/last-build.bin create mode 100644 kotlin/minesweeper/.gradle/4.0.1/fileHashes/fileHashes.bin create mode 100644 kotlin/minesweeper/.gradle/4.0.1/fileHashes/fileHashes.lock create mode 100644 kotlin/minesweeper/.gradle/buildOutputCleanup/built.bin create mode 100644 kotlin/minesweeper/.gradle/buildOutputCleanup/cache.properties create mode 100644 kotlin/minesweeper/.gradle/buildOutputCleanup/cache.properties.lock create mode 100644 kotlin/minesweeper/.idea/compiler.xml create mode 100644 kotlin/minesweeper/.idea/gradle.xml create mode 100644 kotlin/minesweeper/.idea/libraries/Gradle__junit_junit_4_12.xml create mode 100644 kotlin/minesweeper/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 kotlin/minesweeper/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml create mode 100644 kotlin/minesweeper/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml create mode 100644 kotlin/minesweeper/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml create mode 100644 kotlin/minesweeper/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml create mode 100644 kotlin/minesweeper/.idea/misc.xml create mode 100644 kotlin/minesweeper/.idea/modules.xml create mode 100644 kotlin/minesweeper/.idea/modules/minesweeper_main.iml create mode 100644 kotlin/minesweeper/.idea/modules/minesweeper_test.iml create mode 100644 kotlin/minesweeper/.idea/workspace.xml create mode 100644 kotlin/minesweeper/README.md create mode 100644 kotlin/minesweeper/build.gradle create mode 100644 kotlin/minesweeper/minesweeper.iml create mode 100644 kotlin/minesweeper/src/main/kotlin/.keep create mode 100644 kotlin/minesweeper/src/test/kotlin/MinesweeperBoardTest.kt create mode 100644 kotlin/pig-latin/.gitignore create mode 100644 kotlin/robot-simulator/.gradle/4.0.1/fileChanges/last-build.bin create mode 100644 kotlin/robot-simulator/.gradle/4.0.1/fileHashes/fileHashes.bin create mode 100644 kotlin/robot-simulator/.gradle/4.0.1/fileHashes/fileHashes.lock create mode 100644 kotlin/robot-simulator/.gradle/buildOutputCleanup/built.bin create mode 100644 kotlin/robot-simulator/.gradle/buildOutputCleanup/cache.properties create mode 100644 kotlin/robot-simulator/.gradle/buildOutputCleanup/cache.properties.lock create mode 100644 kotlin/robot-simulator/.idea/compiler.xml create mode 100644 kotlin/robot-simulator/.idea/gradle.xml create mode 100644 kotlin/robot-simulator/.idea/libraries/Gradle__junit_junit_4_12.xml create mode 100644 kotlin/robot-simulator/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml create mode 100644 kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml create mode 100644 kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml create mode 100644 kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml create mode 100644 kotlin/robot-simulator/.idea/misc.xml create mode 100644 kotlin/robot-simulator/.idea/modules.xml create mode 100644 kotlin/robot-simulator/.idea/modules/robot-simulator_main.iml create mode 100644 kotlin/robot-simulator/.idea/modules/robot-simulator_test.iml create mode 100644 kotlin/robot-simulator/.idea/workspace.xml create mode 100644 kotlin/robot-simulator/README.md create mode 100644 kotlin/robot-simulator/build.gradle create mode 100644 kotlin/robot-simulator/robot-simulator.iml create mode 100644 kotlin/robot-simulator/src/main/kotlin/GridPosition.kt create mode 100644 kotlin/robot-simulator/src/main/kotlin/Orientation.kt create mode 100644 kotlin/robot-simulator/src/starterSource/kotlin/.keep create mode 100644 kotlin/robot-simulator/src/test/kotlin/RobotTest.kt create mode 100644 kotlin/roman-numerals/.gradle/4.0.1/fileChanges/last-build.bin create mode 100644 kotlin/roman-numerals/.gradle/4.0.1/fileHashes/fileHashes.bin create mode 100644 kotlin/roman-numerals/.gradle/4.0.1/fileHashes/fileHashes.lock create mode 100644 kotlin/roman-numerals/.gradle/buildOutputCleanup/built.bin create mode 100644 kotlin/roman-numerals/.gradle/buildOutputCleanup/cache.properties create mode 100644 kotlin/roman-numerals/.gradle/buildOutputCleanup/cache.properties.lock create mode 100644 kotlin/roman-numerals/roman-numerals.iml create mode 100644 kotlin/roman-numerals/roman-numerals.ipr create mode 100644 kotlin/roman-numerals/roman-numerals_main.iml create mode 100644 kotlin/roman-numerals/roman-numerals_test.iml create mode 100644 kotlin/say/.gradle/4.0.2/fileChanges/last-build.bin create mode 100644 kotlin/say/.gradle/4.0.2/fileHashes/fileHashes.bin create mode 100644 kotlin/say/.gradle/4.0.2/fileHashes/fileHashes.lock create mode 100644 kotlin/say/.gradle/buildOutputCleanup/built.bin create mode 100644 kotlin/say/.gradle/buildOutputCleanup/cache.properties create mode 100644 kotlin/say/.gradle/buildOutputCleanup/cache.properties.lock create mode 100644 kotlin/say/.idea/compiler.xml create mode 100644 kotlin/say/.idea/gradle.xml create mode 100644 kotlin/say/.idea/libraries/Gradle__junit_junit_4_12.xml create mode 100644 kotlin/say/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 kotlin/say/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml create mode 100644 kotlin/say/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml create mode 100644 kotlin/say/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml create mode 100644 kotlin/say/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml create mode 100644 kotlin/say/.idea/misc.xml create mode 100644 kotlin/say/.idea/modules.xml create mode 100644 kotlin/say/.idea/modules/say_main.iml create mode 100644 kotlin/say/.idea/modules/say_test.iml create mode 100644 kotlin/say/.idea/workspace.xml create mode 100644 kotlin/say/README.md create mode 100644 kotlin/say/build.gradle create mode 100644 kotlin/say/say.iml create mode 100644 kotlin/say/src/main/kotlin/.keep create mode 100644 kotlin/say/src/main/kotlin/NumberSpeller.kt create mode 100644 kotlin/say/src/test/kotlin/NumberSpellerTest.kt create mode 100644 kotlin/sublist/.gradle/4.0.2/fileChanges/last-build.bin create mode 100644 kotlin/sublist/.gradle/4.0.2/fileHashes/fileHashes.bin create mode 100644 kotlin/sublist/.gradle/4.0.2/fileHashes/fileHashes.lock create mode 100644 kotlin/sublist/.gradle/buildOutputCleanup/built.bin create mode 100644 kotlin/sublist/.gradle/buildOutputCleanup/cache.properties create mode 100644 kotlin/sublist/.gradle/buildOutputCleanup/cache.properties.lock create mode 100644 kotlin/sublist/.idea/compiler.xml create mode 100644 kotlin/sublist/.idea/gradle.xml create mode 100644 kotlin/sublist/.idea/libraries/Gradle__junit_junit_4_12.xml create mode 100644 kotlin/sublist/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml create mode 100644 kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml create mode 100644 kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml create mode 100644 kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml create mode 100644 kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml create mode 100644 kotlin/sublist/.idea/misc.xml create mode 100644 kotlin/sublist/.idea/modules.xml create mode 100644 kotlin/sublist/.idea/modules/sublist_main.iml create mode 100644 kotlin/sublist/.idea/modules/sublist_test.iml create mode 100644 kotlin/sublist/.idea/workspace.xml create mode 100644 kotlin/sublist/README.md create mode 100644 kotlin/sublist/build.gradle create mode 100644 kotlin/sublist/out/production/classes/META-INF/sublist_main.kotlin_module create mode 100644 kotlin/sublist/src/main/kotlin/ListExt.kt create mode 100644 kotlin/sublist/src/main/kotlin/Relationship.kt create mode 100644 kotlin/sublist/src/test/kotlin/SublistTest.kt create mode 100644 kotlin/sublist/sublist.iml create mode 100644 typescript/hello-world/README.md create mode 100644 typescript/hello-world/hello-world.test.ts create mode 120000 typescript/hello-world/node_modules/.bin/acorn create mode 120000 typescript/hello-world/node_modules/.bin/babylon create mode 120000 typescript/hello-world/node_modules/.bin/errno create mode 120000 typescript/hello-world/node_modules/.bin/escodegen create mode 120000 typescript/hello-world/node_modules/.bin/esgenerate create mode 120000 typescript/hello-world/node_modules/.bin/esparse create mode 120000 typescript/hello-world/node_modules/.bin/esvalidate create mode 120000 typescript/hello-world/node_modules/.bin/handlebars create mode 120000 typescript/hello-world/node_modules/.bin/jest create mode 120000 typescript/hello-world/node_modules/.bin/jest-runtime create mode 120000 typescript/hello-world/node_modules/.bin/js-yaml create mode 120000 typescript/hello-world/node_modules/.bin/jsesc create mode 120000 typescript/hello-world/node_modules/.bin/json5 create mode 120000 typescript/hello-world/node_modules/.bin/loose-envify create mode 120000 typescript/hello-world/node_modules/.bin/mkdirp create mode 120000 typescript/hello-world/node_modules/.bin/rimraf create mode 120000 typescript/hello-world/node_modules/.bin/sane create mode 120000 typescript/hello-world/node_modules/.bin/semver create mode 120000 typescript/hello-world/node_modules/.bin/sshpk-conv create mode 120000 typescript/hello-world/node_modules/.bin/sshpk-sign create mode 120000 typescript/hello-world/node_modules/.bin/sshpk-verify create mode 120000 typescript/hello-world/node_modules/.bin/tsc create mode 120000 typescript/hello-world/node_modules/.bin/tslint create mode 120000 typescript/hello-world/node_modules/.bin/tsserver create mode 120000 typescript/hello-world/node_modules/.bin/uglifyjs create mode 120000 typescript/hello-world/node_modules/.bin/uuid create mode 120000 typescript/hello-world/node_modules/.bin/which create mode 100644 typescript/hello-world/node_modules/.yarn-integrity create mode 100644 typescript/hello-world/node_modules/@types/babel-core/README.md create mode 100644 typescript/hello-world/node_modules/@types/babel-core/index.d.ts create mode 100644 typescript/hello-world/node_modules/@types/babel-core/package.json create mode 100644 typescript/hello-world/node_modules/@types/babel-core/types-metadata.json create mode 100644 typescript/hello-world/node_modules/@types/babel-template/README.md create mode 100644 typescript/hello-world/node_modules/@types/babel-template/index.d.ts create mode 100644 typescript/hello-world/node_modules/@types/babel-template/package.json create mode 100644 typescript/hello-world/node_modules/@types/babel-template/types-metadata.json create mode 100644 typescript/hello-world/node_modules/@types/babel-traverse/LICENSE create mode 100644 typescript/hello-world/node_modules/@types/babel-traverse/README.md create mode 100644 typescript/hello-world/node_modules/@types/babel-traverse/index.d.ts create mode 100644 typescript/hello-world/node_modules/@types/babel-traverse/package.json create mode 100644 typescript/hello-world/node_modules/@types/babel-types/LICENSE create mode 100644 typescript/hello-world/node_modules/@types/babel-types/README.md create mode 100644 typescript/hello-world/node_modules/@types/babel-types/index.d.ts create mode 100644 typescript/hello-world/node_modules/@types/babel-types/package.json create mode 100644 typescript/hello-world/node_modules/@types/babylon/LICENSE create mode 100644 typescript/hello-world/node_modules/@types/babylon/README.md create mode 100644 typescript/hello-world/node_modules/@types/babylon/index.d.ts create mode 100644 typescript/hello-world/node_modules/@types/babylon/package.json create mode 100644 typescript/hello-world/node_modules/@types/jest/LICENSE create mode 100644 typescript/hello-world/node_modules/@types/jest/README.md create mode 100644 typescript/hello-world/node_modules/@types/jest/index.d.ts create mode 100644 typescript/hello-world/node_modules/@types/jest/package.json create mode 100644 typescript/hello-world/node_modules/@types/node/LICENSE create mode 100644 typescript/hello-world/node_modules/@types/node/README.md create mode 100644 typescript/hello-world/node_modules/@types/node/index.d.ts create mode 100644 typescript/hello-world/node_modules/@types/node/package.json create mode 100644 typescript/hello-world/node_modules/abab/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/abab/README.md create mode 100644 typescript/hello-world/node_modules/abab/index.js create mode 100644 typescript/hello-world/node_modules/abab/package.json create mode 100644 typescript/hello-world/node_modules/acorn-globals/LICENSE create mode 100644 typescript/hello-world/node_modules/acorn-globals/README.md create mode 100644 typescript/hello-world/node_modules/acorn-globals/index.js create mode 120000 typescript/hello-world/node_modules/acorn-globals/node_modules/.bin/acorn create mode 100644 typescript/hello-world/node_modules/acorn-globals/package.json create mode 100644 typescript/hello-world/node_modules/acorn/.npmignore create mode 100644 typescript/hello-world/node_modules/acorn/AUTHORS create mode 100644 typescript/hello-world/node_modules/acorn/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/acorn/LICENSE create mode 100644 typescript/hello-world/node_modules/acorn/README.md create mode 100755 typescript/hello-world/node_modules/acorn/bin/acorn create mode 100644 typescript/hello-world/node_modules/acorn/package.json create mode 100644 typescript/hello-world/node_modules/acorn/src/bin/acorn.js create mode 100644 typescript/hello-world/node_modules/acorn/src/expression.js create mode 100644 typescript/hello-world/node_modules/acorn/src/identifier.js create mode 100644 typescript/hello-world/node_modules/acorn/src/index.js create mode 100644 typescript/hello-world/node_modules/acorn/src/location.js create mode 100644 typescript/hello-world/node_modules/acorn/src/locutil.js create mode 100644 typescript/hello-world/node_modules/acorn/src/loose/expression.js create mode 100644 typescript/hello-world/node_modules/acorn/src/loose/index.js create mode 100644 typescript/hello-world/node_modules/acorn/src/loose/parseutil.js create mode 100644 typescript/hello-world/node_modules/acorn/src/loose/state.js create mode 100644 typescript/hello-world/node_modules/acorn/src/loose/statement.js create mode 100644 typescript/hello-world/node_modules/acorn/src/loose/tokenize.js create mode 100644 typescript/hello-world/node_modules/acorn/src/lval.js create mode 100644 typescript/hello-world/node_modules/acorn/src/node.js create mode 100644 typescript/hello-world/node_modules/acorn/src/options.js create mode 100644 typescript/hello-world/node_modules/acorn/src/parseutil.js create mode 100644 typescript/hello-world/node_modules/acorn/src/state.js create mode 100644 typescript/hello-world/node_modules/acorn/src/statement.js create mode 100644 typescript/hello-world/node_modules/acorn/src/tokencontext.js create mode 100644 typescript/hello-world/node_modules/acorn/src/tokenize.js create mode 100644 typescript/hello-world/node_modules/acorn/src/tokentype.js create mode 100644 typescript/hello-world/node_modules/acorn/src/util.js create mode 100644 typescript/hello-world/node_modules/acorn/src/walk/index.js create mode 100644 typescript/hello-world/node_modules/acorn/src/whitespace.js create mode 100644 typescript/hello-world/node_modules/ajv/.tonic_example.js create mode 100644 typescript/hello-world/node_modules/ajv/LICENSE create mode 100644 typescript/hello-world/node_modules/ajv/README.md create mode 100644 typescript/hello-world/node_modules/ajv/package.json create mode 100644 typescript/hello-world/node_modules/ajv/scripts/.eslintrc.yml create mode 100644 typescript/hello-world/node_modules/ajv/scripts/bundle.js create mode 100644 typescript/hello-world/node_modules/ajv/scripts/compile-dots.js create mode 100755 typescript/hello-world/node_modules/ajv/scripts/info create mode 100755 typescript/hello-world/node_modules/ajv/scripts/prepare-tests create mode 100755 typescript/hello-world/node_modules/ajv/scripts/travis-gh-pages create mode 100644 typescript/hello-world/node_modules/align-text/LICENSE create mode 100644 typescript/hello-world/node_modules/align-text/README.md create mode 100644 typescript/hello-world/node_modules/align-text/index.js create mode 100644 typescript/hello-world/node_modules/align-text/package.json create mode 100644 typescript/hello-world/node_modules/amdefine/LICENSE create mode 100644 typescript/hello-world/node_modules/amdefine/README.md create mode 100644 typescript/hello-world/node_modules/amdefine/amdefine.js create mode 100644 typescript/hello-world/node_modules/amdefine/intercept.js create mode 100644 typescript/hello-world/node_modules/amdefine/package.json create mode 100644 typescript/hello-world/node_modules/ansi-escapes/index.js create mode 100644 typescript/hello-world/node_modules/ansi-escapes/license create mode 100644 typescript/hello-world/node_modules/ansi-escapes/package.json create mode 100644 typescript/hello-world/node_modules/ansi-escapes/readme.md create mode 100644 typescript/hello-world/node_modules/ansi-regex/index.js create mode 100644 typescript/hello-world/node_modules/ansi-regex/license create mode 100644 typescript/hello-world/node_modules/ansi-regex/package.json create mode 100644 typescript/hello-world/node_modules/ansi-regex/readme.md create mode 100644 typescript/hello-world/node_modules/ansi-styles/index.js create mode 100644 typescript/hello-world/node_modules/ansi-styles/license create mode 100644 typescript/hello-world/node_modules/ansi-styles/package.json create mode 100644 typescript/hello-world/node_modules/ansi-styles/readme.md create mode 100644 typescript/hello-world/node_modules/anymatch/LICENSE create mode 100644 typescript/hello-world/node_modules/anymatch/README.md create mode 100644 typescript/hello-world/node_modules/anymatch/index.js create mode 100644 typescript/hello-world/node_modules/anymatch/package.json create mode 100644 typescript/hello-world/node_modules/append-transform/index.js create mode 100644 typescript/hello-world/node_modules/append-transform/license create mode 100644 typescript/hello-world/node_modules/append-transform/package.json create mode 100644 typescript/hello-world/node_modules/append-transform/readme.md create mode 100644 typescript/hello-world/node_modules/argparse/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/argparse/LICENSE create mode 100644 typescript/hello-world/node_modules/argparse/README.md create mode 100644 typescript/hello-world/node_modules/argparse/index.js create mode 100644 typescript/hello-world/node_modules/argparse/package.json create mode 100755 typescript/hello-world/node_modules/arr-diff/LICENSE create mode 100644 typescript/hello-world/node_modules/arr-diff/README.md create mode 100644 typescript/hello-world/node_modules/arr-diff/index.js create mode 100644 typescript/hello-world/node_modules/arr-diff/package.json create mode 100755 typescript/hello-world/node_modules/arr-flatten/LICENSE create mode 100755 typescript/hello-world/node_modules/arr-flatten/README.md create mode 100644 typescript/hello-world/node_modules/arr-flatten/index.js create mode 100644 typescript/hello-world/node_modules/arr-flatten/package.json create mode 100644 typescript/hello-world/node_modules/array-equal/.npmignore create mode 100644 typescript/hello-world/node_modules/array-equal/LICENSE create mode 100644 typescript/hello-world/node_modules/array-equal/README.md create mode 100644 typescript/hello-world/node_modules/array-equal/component.json create mode 100644 typescript/hello-world/node_modules/array-equal/index.js create mode 100644 typescript/hello-world/node_modules/array-equal/package.json create mode 100755 typescript/hello-world/node_modules/array-unique/LICENSE create mode 100755 typescript/hello-world/node_modules/array-unique/README.md create mode 100755 typescript/hello-world/node_modules/array-unique/index.js create mode 100755 typescript/hello-world/node_modules/array-unique/package.json create mode 100644 typescript/hello-world/node_modules/arrify/index.js create mode 100644 typescript/hello-world/node_modules/arrify/license create mode 100644 typescript/hello-world/node_modules/arrify/package.json create mode 100644 typescript/hello-world/node_modules/arrify/readme.md create mode 100644 typescript/hello-world/node_modules/asn1/.npmignore create mode 100644 typescript/hello-world/node_modules/asn1/.travis.yml create mode 100644 typescript/hello-world/node_modules/asn1/LICENSE create mode 100644 typescript/hello-world/node_modules/asn1/README.md create mode 100644 typescript/hello-world/node_modules/asn1/package.json create mode 100644 typescript/hello-world/node_modules/asn1/tst/ber/reader.test.js create mode 100644 typescript/hello-world/node_modules/asn1/tst/ber/writer.test.js create mode 100644 typescript/hello-world/node_modules/assert-plus/AUTHORS create mode 100644 typescript/hello-world/node_modules/assert-plus/CHANGES.md create mode 100644 typescript/hello-world/node_modules/assert-plus/README.md create mode 100644 typescript/hello-world/node_modules/assert-plus/assert.js create mode 100644 typescript/hello-world/node_modules/assert-plus/package.json create mode 100644 typescript/hello-world/node_modules/async/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/async/LICENSE create mode 100644 typescript/hello-world/node_modules/async/README.md create mode 100644 typescript/hello-world/node_modules/async/apply.js create mode 100644 typescript/hello-world/node_modules/async/applyEach.js create mode 100644 typescript/hello-world/node_modules/async/applyEachSeries.js create mode 100644 typescript/hello-world/node_modules/async/asyncify.js create mode 100644 typescript/hello-world/node_modules/async/auto.js create mode 100644 typescript/hello-world/node_modules/async/autoInject.js create mode 100644 typescript/hello-world/node_modules/async/bower.json create mode 100644 typescript/hello-world/node_modules/async/cargo.js create mode 100644 typescript/hello-world/node_modules/async/compose.js create mode 100644 typescript/hello-world/node_modules/async/concat.js create mode 100644 typescript/hello-world/node_modules/async/concatSeries.js create mode 100644 typescript/hello-world/node_modules/async/constant.js create mode 100644 typescript/hello-world/node_modules/async/detect.js create mode 100644 typescript/hello-world/node_modules/async/detectLimit.js create mode 100644 typescript/hello-world/node_modules/async/detectSeries.js create mode 100644 typescript/hello-world/node_modules/async/dir.js create mode 100644 typescript/hello-world/node_modules/async/doDuring.js create mode 100644 typescript/hello-world/node_modules/async/doUntil.js create mode 100644 typescript/hello-world/node_modules/async/doWhilst.js create mode 100644 typescript/hello-world/node_modules/async/during.js create mode 100644 typescript/hello-world/node_modules/async/each.js create mode 100644 typescript/hello-world/node_modules/async/eachLimit.js create mode 100644 typescript/hello-world/node_modules/async/eachOf.js create mode 100644 typescript/hello-world/node_modules/async/eachOfLimit.js create mode 100644 typescript/hello-world/node_modules/async/eachOfSeries.js create mode 100644 typescript/hello-world/node_modules/async/eachSeries.js create mode 100644 typescript/hello-world/node_modules/async/ensureAsync.js create mode 100644 typescript/hello-world/node_modules/async/every.js create mode 100644 typescript/hello-world/node_modules/async/everyLimit.js create mode 100644 typescript/hello-world/node_modules/async/everySeries.js create mode 100644 typescript/hello-world/node_modules/async/filter.js create mode 100644 typescript/hello-world/node_modules/async/filterLimit.js create mode 100644 typescript/hello-world/node_modules/async/filterSeries.js create mode 100644 typescript/hello-world/node_modules/async/forever.js create mode 100644 typescript/hello-world/node_modules/async/groupBy.js create mode 100644 typescript/hello-world/node_modules/async/groupByLimit.js create mode 100644 typescript/hello-world/node_modules/async/groupBySeries.js create mode 100644 typescript/hello-world/node_modules/async/index.js create mode 100644 typescript/hello-world/node_modules/async/internal/DoublyLinkedList.js create mode 100644 typescript/hello-world/node_modules/async/internal/applyEach.js create mode 100644 typescript/hello-world/node_modules/async/internal/breakLoop.js create mode 100644 typescript/hello-world/node_modules/async/internal/concat.js create mode 100644 typescript/hello-world/node_modules/async/internal/consoleFunc.js create mode 100644 typescript/hello-world/node_modules/async/internal/createTester.js create mode 100644 typescript/hello-world/node_modules/async/internal/doLimit.js create mode 100644 typescript/hello-world/node_modules/async/internal/doParallel.js create mode 100644 typescript/hello-world/node_modules/async/internal/doParallelLimit.js create mode 100644 typescript/hello-world/node_modules/async/internal/doSeries.js create mode 100644 typescript/hello-world/node_modules/async/internal/eachOfLimit.js create mode 100644 typescript/hello-world/node_modules/async/internal/filter.js create mode 100644 typescript/hello-world/node_modules/async/internal/findGetResult.js create mode 100644 typescript/hello-world/node_modules/async/internal/getIterator.js create mode 100644 typescript/hello-world/node_modules/async/internal/initialParams.js create mode 100644 typescript/hello-world/node_modules/async/internal/iterator.js create mode 100644 typescript/hello-world/node_modules/async/internal/map.js create mode 100644 typescript/hello-world/node_modules/async/internal/notId.js create mode 100644 typescript/hello-world/node_modules/async/internal/once.js create mode 100644 typescript/hello-world/node_modules/async/internal/onlyOnce.js create mode 100644 typescript/hello-world/node_modules/async/internal/parallel.js create mode 100644 typescript/hello-world/node_modules/async/internal/queue.js create mode 100644 typescript/hello-world/node_modules/async/internal/reject.js create mode 100644 typescript/hello-world/node_modules/async/internal/setImmediate.js create mode 100644 typescript/hello-world/node_modules/async/internal/slice.js create mode 100644 typescript/hello-world/node_modules/async/internal/withoutIndex.js create mode 100644 typescript/hello-world/node_modules/async/internal/wrapAsync.js create mode 100644 typescript/hello-world/node_modules/async/log.js create mode 100644 typescript/hello-world/node_modules/async/map.js create mode 100644 typescript/hello-world/node_modules/async/mapLimit.js create mode 100644 typescript/hello-world/node_modules/async/mapSeries.js create mode 100644 typescript/hello-world/node_modules/async/mapValues.js create mode 100644 typescript/hello-world/node_modules/async/mapValuesLimit.js create mode 100644 typescript/hello-world/node_modules/async/mapValuesSeries.js create mode 100644 typescript/hello-world/node_modules/async/memoize.js create mode 100644 typescript/hello-world/node_modules/async/nextTick.js create mode 100644 typescript/hello-world/node_modules/async/package.json create mode 100644 typescript/hello-world/node_modules/async/parallel.js create mode 100644 typescript/hello-world/node_modules/async/parallelLimit.js create mode 100644 typescript/hello-world/node_modules/async/priorityQueue.js create mode 100644 typescript/hello-world/node_modules/async/queue.js create mode 100644 typescript/hello-world/node_modules/async/race.js create mode 100644 typescript/hello-world/node_modules/async/reduce.js create mode 100644 typescript/hello-world/node_modules/async/reduceRight.js create mode 100644 typescript/hello-world/node_modules/async/reflect.js create mode 100644 typescript/hello-world/node_modules/async/reflectAll.js create mode 100644 typescript/hello-world/node_modules/async/reject.js create mode 100644 typescript/hello-world/node_modules/async/rejectLimit.js create mode 100644 typescript/hello-world/node_modules/async/rejectSeries.js create mode 100644 typescript/hello-world/node_modules/async/retry.js create mode 100644 typescript/hello-world/node_modules/async/retryable.js create mode 100644 typescript/hello-world/node_modules/async/seq.js create mode 100644 typescript/hello-world/node_modules/async/series.js create mode 100644 typescript/hello-world/node_modules/async/setImmediate.js create mode 100644 typescript/hello-world/node_modules/async/some.js create mode 100644 typescript/hello-world/node_modules/async/someLimit.js create mode 100644 typescript/hello-world/node_modules/async/someSeries.js create mode 100644 typescript/hello-world/node_modules/async/sortBy.js create mode 100644 typescript/hello-world/node_modules/async/timeout.js create mode 100644 typescript/hello-world/node_modules/async/times.js create mode 100644 typescript/hello-world/node_modules/async/timesLimit.js create mode 100644 typescript/hello-world/node_modules/async/timesSeries.js create mode 100644 typescript/hello-world/node_modules/async/transform.js create mode 100644 typescript/hello-world/node_modules/async/tryEach.js create mode 100644 typescript/hello-world/node_modules/async/unmemoize.js create mode 100644 typescript/hello-world/node_modules/async/until.js create mode 100644 typescript/hello-world/node_modules/async/waterfall.js create mode 100644 typescript/hello-world/node_modules/async/whilst.js create mode 100644 typescript/hello-world/node_modules/asynckit/LICENSE create mode 100644 typescript/hello-world/node_modules/asynckit/README.md create mode 100644 typescript/hello-world/node_modules/asynckit/bench.js create mode 100644 typescript/hello-world/node_modules/asynckit/index.js create mode 100644 typescript/hello-world/node_modules/asynckit/package.json create mode 100644 typescript/hello-world/node_modules/asynckit/parallel.js create mode 100644 typescript/hello-world/node_modules/asynckit/serial.js create mode 100644 typescript/hello-world/node_modules/asynckit/serialOrdered.js create mode 100644 typescript/hello-world/node_modules/asynckit/stream.js create mode 100644 typescript/hello-world/node_modules/aws-sign2/LICENSE create mode 100644 typescript/hello-world/node_modules/aws-sign2/README.md create mode 100644 typescript/hello-world/node_modules/aws-sign2/index.js create mode 100644 typescript/hello-world/node_modules/aws-sign2/package.json create mode 100644 typescript/hello-world/node_modules/aws4/.npmignore create mode 100644 typescript/hello-world/node_modules/aws4/.tern-port create mode 100644 typescript/hello-world/node_modules/aws4/.travis.yml create mode 100644 typescript/hello-world/node_modules/aws4/LICENSE create mode 100644 typescript/hello-world/node_modules/aws4/README.md create mode 100644 typescript/hello-world/node_modules/aws4/aws4.js create mode 100644 typescript/hello-world/node_modules/aws4/lru.js create mode 100644 typescript/hello-world/node_modules/aws4/package.json create mode 100644 typescript/hello-world/node_modules/babel-code-frame/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-code-frame/README.md create mode 100644 typescript/hello-world/node_modules/babel-code-frame/package.json create mode 100644 typescript/hello-world/node_modules/babel-core/README.md create mode 100644 typescript/hello-world/node_modules/babel-core/index.js create mode 120000 typescript/hello-world/node_modules/babel-core/node_modules/.bin/babylon create mode 120000 typescript/hello-world/node_modules/babel-core/node_modules/.bin/json5 create mode 100644 typescript/hello-world/node_modules/babel-core/package.json create mode 100644 typescript/hello-world/node_modules/babel-core/register.js create mode 100644 typescript/hello-world/node_modules/babel-generator/README.md create mode 120000 typescript/hello-world/node_modules/babel-generator/node_modules/.bin/jsesc create mode 100644 typescript/hello-world/node_modules/babel-generator/package.json create mode 100644 typescript/hello-world/node_modules/babel-helpers/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-helpers/README.md create mode 100644 typescript/hello-world/node_modules/babel-helpers/package.json create mode 100644 typescript/hello-world/node_modules/babel-jest/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-jest/README.md create mode 100644 typescript/hello-world/node_modules/babel-jest/package.json create mode 100644 typescript/hello-world/node_modules/babel-messages/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-messages/README.md create mode 100644 typescript/hello-world/node_modules/babel-messages/package.json create mode 100644 typescript/hello-world/node_modules/babel-plugin-istanbul/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/babel-plugin-istanbul/LICENSE create mode 100644 typescript/hello-world/node_modules/babel-plugin-istanbul/README.md create mode 100644 typescript/hello-world/node_modules/babel-plugin-istanbul/package.json create mode 100644 typescript/hello-world/node_modules/babel-plugin-jest-hoist/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-plugin-jest-hoist/README.md create mode 100644 typescript/hello-world/node_modules/babel-plugin-jest-hoist/package.json create mode 100644 typescript/hello-world/node_modules/babel-plugin-transform-es2015-modules-commonjs/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-plugin-transform-es2015-modules-commonjs/README.md create mode 100644 typescript/hello-world/node_modules/babel-plugin-transform-es2015-modules-commonjs/package.json create mode 100644 typescript/hello-world/node_modules/babel-plugin-transform-strict-mode/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-plugin-transform-strict-mode/README.md create mode 100644 typescript/hello-world/node_modules/babel-plugin-transform-strict-mode/package.json create mode 100644 typescript/hello-world/node_modules/babel-preset-jest/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-preset-jest/README.md create mode 100644 typescript/hello-world/node_modules/babel-preset-jest/index.js create mode 100644 typescript/hello-world/node_modules/babel-preset-jest/package.json create mode 100644 typescript/hello-world/node_modules/babel-register/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-register/README.md create mode 120000 typescript/hello-world/node_modules/babel-register/node_modules/.bin/mkdirp create mode 100644 typescript/hello-world/node_modules/babel-register/package.json create mode 100644 typescript/hello-world/node_modules/babel-runtime/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-runtime/README.md create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/concat.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/copy-within.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/entries.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/every.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/fill.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/filter.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/find-index.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/find.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/for-each.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/from.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/includes.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/index-of.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/join.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/keys.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/last-index-of.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/map.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/of.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/pop.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/push.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/reduce-right.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/reduce.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/reverse.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/shift.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/slice.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/some.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/sort.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/splice.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/unshift.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/array/values.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/asap.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/clear-immediate.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/error/is-error.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/get-iterator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/is-iterable.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/json/stringify.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/map.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/acosh.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/asinh.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/atanh.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/cbrt.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/clz32.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/cosh.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/expm1.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/fround.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/hypot.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/iaddh.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/imul.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/imulh.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/isubh.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/log10.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/log1p.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/log2.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/sign.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/sinh.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/tanh.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/trunc.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/math/umulh.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/number/epsilon.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/number/is-finite.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/number/is-integer.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/number/is-nan.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/number/is-safe-integer.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/number/max-safe-integer.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/number/min-safe-integer.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/number/parse-float.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/number/parse-int.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/assign.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/create.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/define-properties.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/define-property.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/entries.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/freeze.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/get-own-property-descriptor.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/get-own-property-descriptors.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/get-own-property-names.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/get-own-property-symbols.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/get-prototype-of.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/is-extensible.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/is-frozen.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/is-sealed.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/is.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/keys.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/prevent-extensions.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/seal.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/set-prototype-of.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/object/values.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/observable.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/promise.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/apply.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/construct.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/define-metadata.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/define-property.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/delete-metadata.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/delete-property.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/enumerate.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/get-metadata-keys.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/get-metadata.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/get-own-metadata-keys.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/get-own-metadata.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/get-own-property-descriptor.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/get-prototype-of.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/get.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/has-metadata.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/has-own-metadata.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/has.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/is-extensible.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/metadata.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/own-keys.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/prevent-extensions.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/set-prototype-of.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/reflect/set.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/regexp/escape.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/set-immediate.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/set.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/at.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/code-point-at.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/ends-with.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/from-code-point.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/includes.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/match-all.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/pad-end.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/pad-left.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/pad-right.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/pad-start.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/raw.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/repeat.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/starts-with.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/trim-end.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/trim-left.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/trim-right.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/trim-start.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/string/trim.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/async-iterator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/for.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/has-instance.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/is-concat-spreadable.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/iterator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/key-for.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/match.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/observable.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/replace.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/search.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/species.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/split.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/to-primitive.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/to-string-tag.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/symbol/unscopables.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/system/global.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/weak-map.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/core-js/weak-set.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_async-generator-delegate.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_async-generator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_async-iterator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_async-to-generator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_class-call-check.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_create-class.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_defaults.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_define-enumerable-properties.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_define-property.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_extends.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_get.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_inherits.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_instanceof.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_interop-require-default.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_interop-require-wildcard.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_jsx.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_new-arrow-check.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_object-destructuring-empty.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_object-without-properties.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_possible-constructor-return.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_self-global.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_set.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_sliced-to-array-loose.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_sliced-to-array.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_tagged-template-literal-loose.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_tagged-template-literal.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_temporal-ref.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_temporal-undefined.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_to-array.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_to-consumable-array.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/_typeof.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/async-generator-delegate.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/async-generator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/async-iterator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/async-to-generator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/asyncGenerator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/asyncGeneratorDelegate.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/asyncIterator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/asyncToGenerator.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/class-call-check.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/classCallCheck.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/create-class.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/createClass.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/defaults.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/define-enumerable-properties.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/define-property.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/defineEnumerableProperties.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/defineProperty.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/extends.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/get.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/inherits.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/instanceof.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/interop-require-default.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/interop-require-wildcard.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/interopRequireDefault.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/interopRequireWildcard.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/jsx.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/new-arrow-check.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/newArrowCheck.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/object-destructuring-empty.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/object-without-properties.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/objectWithoutProperties.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/possible-constructor-return.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/possibleConstructorReturn.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/self-global.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/selfGlobal.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/set.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/sliced-to-array-loose.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/sliced-to-array.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/slicedToArray.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/slicedToArrayLoose.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/tagged-template-literal-loose.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/tagged-template-literal.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/taggedTemplateLiteral.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/taggedTemplateLiteralLoose.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/temporal-ref.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/temporal-undefined.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/temporalRef.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/temporalUndefined.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/to-array.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/to-consumable-array.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/toArray.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/toConsumableArray.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/helpers/typeof.js create mode 100644 typescript/hello-world/node_modules/babel-runtime/package.json create mode 100644 typescript/hello-world/node_modules/babel-runtime/regenerator/index.js create mode 100644 typescript/hello-world/node_modules/babel-template/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-template/README.md create mode 120000 typescript/hello-world/node_modules/babel-template/node_modules/.bin/babylon create mode 100644 typescript/hello-world/node_modules/babel-template/package.json create mode 100644 typescript/hello-world/node_modules/babel-traverse/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-traverse/README.md create mode 120000 typescript/hello-world/node_modules/babel-traverse/node_modules/.bin/babylon create mode 100644 typescript/hello-world/node_modules/babel-traverse/package.json create mode 100644 typescript/hello-world/node_modules/babel-types/.npmignore create mode 100644 typescript/hello-world/node_modules/babel-types/README.md create mode 100644 typescript/hello-world/node_modules/babel-types/package.json create mode 100644 typescript/hello-world/node_modules/babylon/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/babylon/LICENSE create mode 100644 typescript/hello-world/node_modules/babylon/README.md create mode 100755 typescript/hello-world/node_modules/babylon/bin/babylon.js create mode 100644 typescript/hello-world/node_modules/babylon/bin/generate-identifier-regex.js create mode 100644 typescript/hello-world/node_modules/babylon/package.json create mode 100644 typescript/hello-world/node_modules/balanced-match/.npmignore create mode 100644 typescript/hello-world/node_modules/balanced-match/LICENSE.md create mode 100644 typescript/hello-world/node_modules/balanced-match/README.md create mode 100644 typescript/hello-world/node_modules/balanced-match/index.js create mode 100644 typescript/hello-world/node_modules/balanced-match/package.json create mode 100644 typescript/hello-world/node_modules/bcrypt-pbkdf/README.md create mode 100644 typescript/hello-world/node_modules/bcrypt-pbkdf/index.js create mode 100644 typescript/hello-world/node_modules/bcrypt-pbkdf/package.json create mode 100644 typescript/hello-world/node_modules/boom/.npmignore create mode 100755 typescript/hello-world/node_modules/boom/.travis.yml create mode 100644 typescript/hello-world/node_modules/boom/CONTRIBUTING.md create mode 100755 typescript/hello-world/node_modules/boom/LICENSE create mode 100755 typescript/hello-world/node_modules/boom/README.md create mode 100755 typescript/hello-world/node_modules/boom/images/boom.png create mode 100644 typescript/hello-world/node_modules/boom/package.json create mode 100755 typescript/hello-world/node_modules/boom/test/index.js create mode 100644 typescript/hello-world/node_modules/brace-expansion/README.md create mode 100644 typescript/hello-world/node_modules/brace-expansion/index.js create mode 100644 typescript/hello-world/node_modules/brace-expansion/package.json create mode 100644 typescript/hello-world/node_modules/braces/LICENSE create mode 100644 typescript/hello-world/node_modules/braces/README.md create mode 100644 typescript/hello-world/node_modules/braces/index.js create mode 100644 typescript/hello-world/node_modules/braces/package.json create mode 100644 typescript/hello-world/node_modules/browser-resolve/LICENSE create mode 100644 typescript/hello-world/node_modules/browser-resolve/empty.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/.travis.yml create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/LICENSE create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/example/async.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/example/sync.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/package.json create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/readme.markdown create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/core.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/dotdot.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/dotdot/abc/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/dotdot/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/faulty_basedir.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/filter.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/filter_sync.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/mock.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/mock_sync.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/module_dir.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/module_dir/xmodules/aaa/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/module_dir/ymodules/aaa/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/module_dir/zmodules/bbb/main.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/module_dir/zmodules/bbb/package.json create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/node_path.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/node_path/x/aaa/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/node_path/x/ccc/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/node_path/y/bbb/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/node_path/y/ccc/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/nonstring.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/pathfilter.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/main.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/alt.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/deeper/ref.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/package.json create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/ref.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/precedence.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/precedence/aaa/main.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/precedence/bbb.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/precedence/bbb/main.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/bar/node_modules/foo/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/baz/doom.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/baz/package.json create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/baz/quux.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/garply/package.json create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/grux/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/biz/node_modules/tiv/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/cup.coffee create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/foo.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/incorrect_main/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/incorrect_main/package.json create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/mug.coffee create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/mug.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/other_path/root.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/punycode/node_modules/punycode/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/quux/foo/index.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/without_basedir/main.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver/without_basedir/node_modules/mymodule.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/resolver_sync.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/subdirs.js create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/subdirs/node_modules/a/b/c/x.json create mode 100644 typescript/hello-world/node_modules/browser-resolve/node_modules/resolve/test/subdirs/node_modules/a/package.json create mode 100644 typescript/hello-world/node_modules/browser-resolve/package.json create mode 100755 typescript/hello-world/node_modules/bser/README.md create mode 100755 typescript/hello-world/node_modules/bser/index.js create mode 100644 typescript/hello-world/node_modules/bser/package.json create mode 100644 typescript/hello-world/node_modules/builtin-modules/builtin-modules.json create mode 100644 typescript/hello-world/node_modules/builtin-modules/index.js create mode 100644 typescript/hello-world/node_modules/builtin-modules/license create mode 100644 typescript/hello-world/node_modules/builtin-modules/package.json create mode 100644 typescript/hello-world/node_modules/builtin-modules/readme.md create mode 100644 typescript/hello-world/node_modules/builtin-modules/static.js create mode 100644 typescript/hello-world/node_modules/callsites/index.js create mode 100644 typescript/hello-world/node_modules/callsites/license create mode 100644 typescript/hello-world/node_modules/callsites/package.json create mode 100644 typescript/hello-world/node_modules/callsites/readme.md create mode 100644 typescript/hello-world/node_modules/camelcase/index.js create mode 100644 typescript/hello-world/node_modules/camelcase/license create mode 100644 typescript/hello-world/node_modules/camelcase/package.json create mode 100644 typescript/hello-world/node_modules/camelcase/readme.md create mode 100644 typescript/hello-world/node_modules/caseless/LICENSE create mode 100644 typescript/hello-world/node_modules/caseless/README.md create mode 100644 typescript/hello-world/node_modules/caseless/index.js create mode 100644 typescript/hello-world/node_modules/caseless/package.json create mode 100644 typescript/hello-world/node_modules/caseless/test.js create mode 100644 typescript/hello-world/node_modules/center-align/LICENSE create mode 100644 typescript/hello-world/node_modules/center-align/README.md create mode 100644 typescript/hello-world/node_modules/center-align/index.js create mode 100644 typescript/hello-world/node_modules/center-align/package.json create mode 100644 typescript/hello-world/node_modules/center-align/utils.js create mode 100644 typescript/hello-world/node_modules/chalk/index.js create mode 100644 typescript/hello-world/node_modules/chalk/license create mode 100644 typescript/hello-world/node_modules/chalk/package.json create mode 100644 typescript/hello-world/node_modules/chalk/readme.md create mode 100644 typescript/hello-world/node_modules/ci-info/.npmignore create mode 100644 typescript/hello-world/node_modules/ci-info/.travis.yml create mode 100644 typescript/hello-world/node_modules/ci-info/LICENSE create mode 100644 typescript/hello-world/node_modules/ci-info/README.md create mode 100644 typescript/hello-world/node_modules/ci-info/index.js create mode 100644 typescript/hello-world/node_modules/ci-info/package.json create mode 100644 typescript/hello-world/node_modules/ci-info/test.js create mode 100644 typescript/hello-world/node_modules/cliui/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/cliui/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/cliui/README.md create mode 100644 typescript/hello-world/node_modules/cliui/index.js create mode 100644 typescript/hello-world/node_modules/cliui/package.json create mode 100644 typescript/hello-world/node_modules/co/History.md create mode 100644 typescript/hello-world/node_modules/co/LICENSE create mode 100644 typescript/hello-world/node_modules/co/Readme.md create mode 100644 typescript/hello-world/node_modules/co/index.js create mode 100644 typescript/hello-world/node_modules/co/package.json create mode 100644 typescript/hello-world/node_modules/code-point-at/index.js create mode 100644 typescript/hello-world/node_modules/code-point-at/license create mode 100644 typescript/hello-world/node_modules/code-point-at/package.json create mode 100644 typescript/hello-world/node_modules/code-point-at/readme.md create mode 100644 typescript/hello-world/node_modules/color-convert/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/color-convert/LICENSE create mode 100644 typescript/hello-world/node_modules/color-convert/README.md create mode 100644 typescript/hello-world/node_modules/color-convert/conversions.js create mode 100644 typescript/hello-world/node_modules/color-convert/index.js create mode 100644 typescript/hello-world/node_modules/color-convert/package.json create mode 100644 typescript/hello-world/node_modules/color-convert/route.js create mode 100644 typescript/hello-world/node_modules/color-name/LICENSE create mode 100644 typescript/hello-world/node_modules/color-name/README.md create mode 100644 typescript/hello-world/node_modules/color-name/index.js create mode 100644 typescript/hello-world/node_modules/color-name/package.json create mode 100644 typescript/hello-world/node_modules/colors/LICENSE create mode 100644 typescript/hello-world/node_modules/colors/ReadMe.md create mode 100644 typescript/hello-world/node_modules/colors/examples/normal-usage.js create mode 100644 typescript/hello-world/node_modules/colors/examples/safe-string.js create mode 100644 typescript/hello-world/node_modules/colors/package.json create mode 100644 typescript/hello-world/node_modules/colors/safe.js create mode 100644 typescript/hello-world/node_modules/colors/themes/generic-logging.js create mode 100644 typescript/hello-world/node_modules/combined-stream/License create mode 100644 typescript/hello-world/node_modules/combined-stream/Readme.md create mode 100644 typescript/hello-world/node_modules/combined-stream/package.json create mode 100644 typescript/hello-world/node_modules/commander/History.md create mode 100644 typescript/hello-world/node_modules/commander/LICENSE create mode 100644 typescript/hello-world/node_modules/commander/Readme.md create mode 100644 typescript/hello-world/node_modules/commander/index.js create mode 100644 typescript/hello-world/node_modules/commander/package.json create mode 100644 typescript/hello-world/node_modules/concat-map/.travis.yml create mode 100644 typescript/hello-world/node_modules/concat-map/LICENSE create mode 100644 typescript/hello-world/node_modules/concat-map/README.markdown create mode 100644 typescript/hello-world/node_modules/concat-map/example/map.js create mode 100644 typescript/hello-world/node_modules/concat-map/index.js create mode 100644 typescript/hello-world/node_modules/concat-map/package.json create mode 100644 typescript/hello-world/node_modules/concat-map/test/map.js create mode 100644 typescript/hello-world/node_modules/content-type-parser/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/content-type-parser/README.md create mode 100644 typescript/hello-world/node_modules/content-type-parser/package.json create mode 100644 typescript/hello-world/node_modules/convert-source-map/.npmignore create mode 100644 typescript/hello-world/node_modules/convert-source-map/.travis.yml create mode 100644 typescript/hello-world/node_modules/convert-source-map/LICENSE create mode 100644 typescript/hello-world/node_modules/convert-source-map/README.md create mode 100644 typescript/hello-world/node_modules/convert-source-map/example/comment-to-json.js create mode 100644 typescript/hello-world/node_modules/convert-source-map/index.js create mode 100644 typescript/hello-world/node_modules/convert-source-map/package.json create mode 100644 typescript/hello-world/node_modules/convert-source-map/test/comment-regex.js create mode 100644 typescript/hello-world/node_modules/convert-source-map/test/convert-source-map.js create mode 100644 typescript/hello-world/node_modules/convert-source-map/test/fixtures/map-file-comment-double-slash.css create mode 100644 typescript/hello-world/node_modules/convert-source-map/test/fixtures/map-file-comment-inline.css create mode 100644 typescript/hello-world/node_modules/convert-source-map/test/fixtures/map-file-comment.css create mode 100644 typescript/hello-world/node_modules/convert-source-map/test/fixtures/map-file-comment.css.map create mode 100644 typescript/hello-world/node_modules/convert-source-map/test/map-file-comment.js create mode 100644 typescript/hello-world/node_modules/core-js/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/core-js/Gruntfile.js create mode 100644 typescript/hello-world/node_modules/core-js/LICENSE create mode 100644 typescript/hello-world/node_modules/core-js/bower.json create mode 100644 typescript/hello-world/node_modules/core-js/client/core.js create mode 100644 typescript/hello-world/node_modules/core-js/client/core.min.js create mode 100644 typescript/hello-world/node_modules/core-js/client/core.min.js.map create mode 100644 typescript/hello-world/node_modules/core-js/client/library.js create mode 100644 typescript/hello-world/node_modules/core-js/client/library.min.js create mode 100644 typescript/hello-world/node_modules/core-js/client/library.min.js.map create mode 100644 typescript/hello-world/node_modules/core-js/client/shim.js create mode 100644 typescript/hello-world/node_modules/core-js/client/shim.min.js create mode 100644 typescript/hello-world/node_modules/core-js/client/shim.min.js.map create mode 100644 typescript/hello-world/node_modules/core-js/core/_.js create mode 100644 typescript/hello-world/node_modules/core-js/core/delay.js create mode 100644 typescript/hello-world/node_modules/core-js/core/dict.js create mode 100644 typescript/hello-world/node_modules/core-js/core/function.js create mode 100644 typescript/hello-world/node_modules/core-js/core/index.js create mode 100644 typescript/hello-world/node_modules/core-js/core/number.js create mode 100644 typescript/hello-world/node_modules/core-js/core/object.js create mode 100644 typescript/hello-world/node_modules/core-js/core/regexp.js create mode 100644 typescript/hello-world/node_modules/core-js/core/string.js create mode 100644 typescript/hello-world/node_modules/core-js/es5/index.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/array.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/date.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/function.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/index.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/map.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/math.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/number.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/object.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/promise.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/reflect.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/regexp.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/set.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/string.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/symbol.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/typed.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/weak-map.js create mode 100644 typescript/hello-world/node_modules/core-js/es6/weak-set.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/array.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/asap.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/error.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/index.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/map.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/math.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/object.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/observable.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/reflect.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/set.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/string.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/symbol.js create mode 100644 typescript/hello-world/node_modules/core-js/es7/system.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/_.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/concat.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/copy-within.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/entries.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/every.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/fill.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/filter.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/find-index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/find.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/for-each.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/from.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/includes.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/is-array.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/join.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/keys.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/last-index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/map.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/of.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/pop.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/push.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/reduce-right.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/reduce.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/reverse.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/shift.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/slice.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/some.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/sort.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/splice.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/unshift.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/values.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/copy-within.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/entries.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/every.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/fill.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/filter.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/find-index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/find.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/for-each.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/includes.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/join.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/keys.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/last-index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/map.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/reduce-right.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/reduce.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/slice.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/some.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/sort.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/array/virtual/values.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/asap.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/clear-immediate.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/date/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/date/now.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/date/to-iso-string.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/date/to-json.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/date/to-primitive.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/date/to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/delay.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/dict.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/dom-collections/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/dom-collections/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/error/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/error/is-error.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/function/bind.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/function/has-instance.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/function/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/function/name.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/function/part.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/function/virtual/bind.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/function/virtual/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/function/virtual/part.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/get-iterator-method.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/get-iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/is-iterable.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/json/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/json/stringify.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/map.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/acosh.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/asinh.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/atanh.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/cbrt.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/clz32.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/cosh.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/expm1.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/fround.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/hypot.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/iaddh.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/imul.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/imulh.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/isubh.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/log10.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/log1p.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/log2.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/sign.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/sinh.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/tanh.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/trunc.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/math/umulh.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/epsilon.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/is-finite.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/is-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/is-nan.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/is-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/max-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/min-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/to-fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/to-precision.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/virtual/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/virtual/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/virtual/to-fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/number/virtual/to-precision.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/assign.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/classof.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/create.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/define-getter.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/define-properties.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/define-property.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/define-setter.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/define.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/entries.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/freeze.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/get-own-property-descriptor.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/get-own-property-descriptors.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/get-own-property-names.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/get-own-property-symbols.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/get-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/is-extensible.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/is-frozen.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/is-object.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/is-sealed.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/is.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/keys.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/lookup-getter.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/lookup-setter.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/make.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/prevent-extensions.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/seal.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/set-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/object/values.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/observable.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/promise.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/apply.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/construct.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/define-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/define-property.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/delete-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/delete-property.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/enumerate.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/get-metadata-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/get-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/get-own-metadata-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/get-own-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/get-own-property-descriptor.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/get-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/get.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/has-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/has-own-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/has.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/is-extensible.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/own-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/prevent-extensions.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/set-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/reflect/set.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/regexp/constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/regexp/escape.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/regexp/flags.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/regexp/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/regexp/match.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/regexp/replace.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/regexp/search.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/regexp/split.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/regexp/to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/set-immediate.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/set-interval.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/set-timeout.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/set.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/anchor.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/at.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/big.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/blink.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/bold.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/code-point-at.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/ends-with.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/escape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/fontcolor.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/fontsize.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/from-code-point.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/includes.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/italics.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/link.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/match-all.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/pad-end.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/pad-start.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/raw.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/repeat.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/small.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/starts-with.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/strike.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/sub.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/sup.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/trim-end.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/trim-left.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/trim-right.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/trim-start.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/trim.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/unescape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/anchor.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/at.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/big.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/blink.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/bold.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/code-point-at.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/ends-with.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/escape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/fontcolor.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/fontsize.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/includes.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/italics.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/link.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/match-all.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/pad-end.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/pad-start.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/repeat.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/small.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/starts-with.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/strike.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/sub.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/sup.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/trim-end.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/trim-left.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/trim-right.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/trim-start.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/trim.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/string/virtual/unescape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/async-iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/for.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/has-instance.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/is-concat-spreadable.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/key-for.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/match.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/observable.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/replace.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/search.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/species.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/split.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/to-primitive.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/to-string-tag.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/symbol/unscopables.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/system/global.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/system/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/array-buffer.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/data-view.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/float32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/float64-array.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/index.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/int16-array.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/int32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/int8-array.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/uint16-array.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/uint32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/uint8-array.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/typed/uint8-clamped-array.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/weak-map.js create mode 100644 typescript/hello-world/node_modules/core-js/fn/weak-set.js create mode 100644 typescript/hello-world/node_modules/core-js/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/core/_.js create mode 100644 typescript/hello-world/node_modules/core-js/library/core/delay.js create mode 100644 typescript/hello-world/node_modules/core-js/library/core/dict.js create mode 100644 typescript/hello-world/node_modules/core-js/library/core/function.js create mode 100644 typescript/hello-world/node_modules/core-js/library/core/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/core/number.js create mode 100644 typescript/hello-world/node_modules/core-js/library/core/object.js create mode 100644 typescript/hello-world/node_modules/core-js/library/core/regexp.js create mode 100644 typescript/hello-world/node_modules/core-js/library/core/string.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es5/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/date.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/function.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/map.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/math.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/number.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/object.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/promise.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/reflect.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/regexp.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/set.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/string.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/symbol.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/typed.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/weak-map.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es6/weak-set.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/asap.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/error.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/map.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/math.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/object.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/observable.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/reflect.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/set.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/string.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/symbol.js create mode 100644 typescript/hello-world/node_modules/core-js/library/es7/system.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/_.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/concat.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/copy-within.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/entries.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/every.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/fill.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/filter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/find-index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/find.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/for-each.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/from.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/includes.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/is-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/join.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/last-index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/map.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/pop.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/push.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/reduce-right.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/reduce.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/reverse.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/shift.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/slice.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/some.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/sort.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/splice.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/unshift.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/values.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/copy-within.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/entries.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/every.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/fill.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/filter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/find-index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/find.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/for-each.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/includes.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/join.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/last-index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/map.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/reduce-right.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/reduce.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/slice.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/some.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/sort.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/array/virtual/values.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/asap.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/clear-immediate.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/date/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/date/now.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/date/to-iso-string.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/date/to-json.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/date/to-primitive.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/date/to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/delay.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/dict.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/dom-collections/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/dom-collections/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/error/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/error/is-error.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/function/bind.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/function/has-instance.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/function/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/function/name.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/function/part.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/function/virtual/bind.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/function/virtual/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/function/virtual/part.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/get-iterator-method.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/get-iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/is-iterable.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/json/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/json/stringify.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/map.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/acosh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/asinh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/atanh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/cbrt.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/clz32.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/cosh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/expm1.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/fround.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/hypot.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/iaddh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/imul.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/imulh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/isubh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/log10.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/log1p.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/log2.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/sign.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/sinh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/tanh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/trunc.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/math/umulh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/epsilon.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/is-finite.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/is-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/is-nan.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/is-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/max-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/min-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/to-fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/to-precision.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/virtual/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/virtual/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/virtual/to-fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/number/virtual/to-precision.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/assign.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/classof.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/create.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/define-getter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/define-properties.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/define-property.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/define-setter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/define.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/entries.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/freeze.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/get-own-property-descriptor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/get-own-property-descriptors.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/get-own-property-names.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/get-own-property-symbols.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/get-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/is-extensible.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/is-frozen.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/is-object.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/is-sealed.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/is.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/lookup-getter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/lookup-setter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/make.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/prevent-extensions.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/seal.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/set-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/object/values.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/observable.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/promise.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/apply.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/construct.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/define-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/define-property.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/delete-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/delete-property.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/enumerate.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/get-metadata-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/get-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/get-own-metadata-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/get-own-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/get-own-property-descriptor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/get-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/get.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/has-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/has-own-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/has.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/is-extensible.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/own-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/prevent-extensions.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/set-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/reflect/set.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/regexp/constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/regexp/escape.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/regexp/flags.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/regexp/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/regexp/match.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/regexp/replace.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/regexp/search.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/regexp/split.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/regexp/to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/set-immediate.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/set-interval.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/set-timeout.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/set.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/anchor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/at.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/big.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/blink.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/bold.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/code-point-at.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/ends-with.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/escape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/fontcolor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/fontsize.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/from-code-point.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/includes.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/italics.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/link.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/match-all.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/pad-end.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/pad-start.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/raw.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/repeat.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/small.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/starts-with.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/strike.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/sub.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/sup.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/trim-end.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/trim-left.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/trim-right.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/trim-start.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/trim.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/unescape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/anchor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/at.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/big.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/blink.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/bold.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/code-point-at.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/ends-with.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/escape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/fontcolor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/fontsize.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/includes.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/italics.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/link.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/match-all.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/pad-end.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/pad-start.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/repeat.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/small.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/starts-with.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/strike.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/sub.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/sup.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/trim-end.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/trim-left.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/trim-right.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/trim-start.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/trim.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/string/virtual/unescape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/async-iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/for.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/has-instance.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/is-concat-spreadable.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/key-for.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/match.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/observable.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/replace.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/search.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/species.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/split.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/to-primitive.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/to-string-tag.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/symbol/unscopables.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/system/global.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/system/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/array-buffer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/data-view.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/float32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/float64-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/int16-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/int32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/int8-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/uint16-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/uint32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/uint8-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/typed/uint8-clamped-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/weak-map.js create mode 100644 typescript/hello-world/node_modules/core-js/library/fn/weak-set.js create mode 100644 typescript/hello-world/node_modules/core-js/library/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_a-function.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_a-number-value.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_add-to-unscopables.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_an-instance.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_an-object.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_array-copy-within.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_array-fill.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_array-from-iterable.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_array-includes.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_array-methods.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_array-reduce.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_array-species-constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_array-species-create.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_bind.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_classof.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_cof.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_collection-strong.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_collection-to-json.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_collection-weak.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_collection.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_core.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_create-property.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_ctx.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_date-to-primitive.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_defined.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_descriptors.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_dom-create.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_entry-virtual.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_enum-bug-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_enum-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_export.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_fails-is-regexp.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_fails.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_fix-re-wks.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_flags.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_for-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_global.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_has.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_hide.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_html.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_ie8-dom-define.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_inherit-if-required.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_invoke.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_iobject.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_is-array-iter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_is-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_is-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_is-object.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_is-regexp.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_iter-call.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_iter-create.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_iter-define.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_iter-detect.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_iter-step.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_iterators.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_keyof.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_library.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_math-expm1.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_math-log1p.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_math-sign.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_meta.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_microtask.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-assign.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-create.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-define.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-dp.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-dps.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-forced-pam.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-gopd.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-gopn-ext.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-gopn.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-gops.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-gpo.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-keys-internal.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-pie.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-sap.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_object-to-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_own-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_partial.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_path.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_property-desc.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_redefine-all.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_redefine.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_replacer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_same-value.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_set-proto.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_set-species.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_set-to-string-tag.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_shared-key.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_shared.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_species-constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_strict-method.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_string-at.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_string-context.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_string-html.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_string-pad.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_string-repeat.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_string-trim.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_string-ws.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_task.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_to-index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_to-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_to-iobject.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_to-length.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_to-object.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_to-primitive.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_typed-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_typed-buffer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_typed.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_uid.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_wks-define.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_wks-ext.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/_wks.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.delay.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.dict.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.function.part.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.get-iterator-method.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.get-iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.is-iterable.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.number.iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.object.classof.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.object.define.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.object.is-object.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.object.make.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.regexp.escape.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.string.escape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/core.string.unescape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es5.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.copy-within.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.every.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.fill.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.filter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.find-index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.find.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.for-each.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.from.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.is-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.join.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.last-index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.map.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.reduce-right.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.reduce.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.slice.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.some.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.sort.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.array.species.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.date.now.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.date.to-iso-string.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.date.to-json.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.date.to-primitive.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.date.to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.function.bind.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.function.has-instance.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.function.name.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.map.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.acosh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.asinh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.atanh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.cbrt.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.clz32.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.cosh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.expm1.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.fround.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.hypot.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.imul.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.log10.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.log1p.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.log2.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.sign.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.sinh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.tanh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.math.trunc.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.epsilon.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.is-finite.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.is-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.is-nan.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.is-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.max-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.min-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.to-fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.number.to-precision.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.assign.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.create.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.define-properties.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.define-property.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.freeze.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.get-own-property-descriptor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.get-own-property-names.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.get-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.is-extensible.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.is-frozen.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.is-sealed.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.is.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.prevent-extensions.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.seal.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.set-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.object.to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.promise.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.apply.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.construct.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.define-property.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.delete-property.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.enumerate.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.get-own-property-descriptor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.get-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.get.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.has.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.is-extensible.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.own-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.prevent-extensions.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.set-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.reflect.set.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.regexp.constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.regexp.flags.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.regexp.match.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.regexp.replace.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.regexp.search.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.regexp.split.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.regexp.to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.set.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.anchor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.big.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.blink.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.bold.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.code-point-at.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.ends-with.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.fontcolor.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.fontsize.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.from-code-point.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.includes.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.italics.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.link.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.raw.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.repeat.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.small.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.starts-with.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.strike.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.sub.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.sup.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.string.trim.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.symbol.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.typed.array-buffer.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.typed.data-view.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.typed.float32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.typed.float64-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.typed.int16-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.typed.int32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.typed.int8-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.typed.uint16-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.typed.uint32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.typed.uint8-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.typed.uint8-clamped-array.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.weak-map.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es6.weak-set.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.array.includes.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.asap.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.error.is-error.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.map.to-json.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.math.iaddh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.math.imulh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.math.isubh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.math.umulh.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.object.define-getter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.object.define-setter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.object.entries.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.object.enumerable-entries.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.object.enumerable-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.object.enumerable-values.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.object.get-own-property-descriptors.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.object.lookup-getter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.object.lookup-setter.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.object.values.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.observable.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.reflect.define-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.reflect.delete-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.reflect.get-metadata-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.reflect.get-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.reflect.get-own-metadata-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.reflect.get-own-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.reflect.has-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.reflect.has-own-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.reflect.metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.set.to-json.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.string.at.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.string.match-all.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.string.pad-end.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.string.pad-start.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.string.trim-left.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.string.trim-right.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.symbol.async-iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.symbol.observable.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/es7.system.global.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/web.dom.iterable.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/web.immediate.js create mode 100644 typescript/hello-world/node_modules/core-js/library/modules/web.timers.js create mode 100644 typescript/hello-world/node_modules/core-js/library/shim.js create mode 100644 typescript/hello-world/node_modules/core-js/library/stage/0.js create mode 100644 typescript/hello-world/node_modules/core-js/library/stage/1.js create mode 100644 typescript/hello-world/node_modules/core-js/library/stage/2.js create mode 100644 typescript/hello-world/node_modules/core-js/library/stage/3.js create mode 100644 typescript/hello-world/node_modules/core-js/library/stage/4.js create mode 100644 typescript/hello-world/node_modules/core-js/library/stage/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/stage/pre.js create mode 100644 typescript/hello-world/node_modules/core-js/library/web/dom-collections.js create mode 100644 typescript/hello-world/node_modules/core-js/library/web/immediate.js create mode 100644 typescript/hello-world/node_modules/core-js/library/web/index.js create mode 100644 typescript/hello-world/node_modules/core-js/library/web/timers.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_a-function.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_a-number-value.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_add-to-unscopables.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_an-instance.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_an-object.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_array-copy-within.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_array-fill.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_array-from-iterable.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_array-includes.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_array-methods.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_array-reduce.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_array-species-constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_array-species-create.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_bind.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_classof.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_cof.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_collection-strong.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_collection-to-json.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_collection-weak.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_collection.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_core.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_create-property.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_ctx.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_date-to-primitive.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_defined.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_descriptors.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_dom-create.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_entry-virtual.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_enum-bug-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_enum-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_export.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_fails-is-regexp.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_fails.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_fix-re-wks.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_flags.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_for-of.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_global.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_has.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_hide.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_html.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_ie8-dom-define.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_inherit-if-required.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_invoke.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_iobject.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_is-array-iter.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_is-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_is-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_is-object.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_is-regexp.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_iter-call.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_iter-create.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_iter-define.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_iter-detect.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_iter-step.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_iterators.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_keyof.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_library.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_math-expm1.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_math-log1p.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_math-sign.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_meta.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_microtask.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-assign.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-create.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-define.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-dp.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-dps.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-forced-pam.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-gopd.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-gopn-ext.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-gopn.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-gops.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-gpo.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-keys-internal.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-pie.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-sap.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_object-to-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_own-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_partial.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_path.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_property-desc.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_redefine-all.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_redefine.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_replacer.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_same-value.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_set-proto.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_set-species.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_set-to-string-tag.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_shared-key.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_shared.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_species-constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_strict-method.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_string-at.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_string-context.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_string-html.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_string-pad.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_string-repeat.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_string-trim.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_string-ws.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_task.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_to-index.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_to-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_to-iobject.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_to-length.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_to-object.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_to-primitive.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_typed-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_typed-buffer.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_typed.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_uid.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_wks-define.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_wks-ext.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/_wks.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.delay.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.dict.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.function.part.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.get-iterator-method.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.get-iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.is-iterable.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.number.iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.object.classof.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.object.define.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.object.is-object.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.object.make.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.regexp.escape.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.string.escape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/core.string.unescape-html.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es5.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.copy-within.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.every.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.fill.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.filter.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.find-index.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.find.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.for-each.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.from.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.is-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.join.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.last-index-of.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.map.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.of.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.reduce-right.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.reduce.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.slice.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.some.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.sort.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.array.species.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.date.now.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.date.to-iso-string.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.date.to-json.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.date.to-primitive.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.date.to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.function.bind.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.function.has-instance.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.function.name.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.map.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.acosh.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.asinh.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.atanh.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.cbrt.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.clz32.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.cosh.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.expm1.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.fround.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.hypot.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.imul.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.log10.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.log1p.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.log2.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.sign.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.sinh.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.tanh.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.math.trunc.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.epsilon.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.is-finite.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.is-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.is-nan.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.is-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.max-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.min-safe-integer.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.to-fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.number.to-precision.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.assign.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.create.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.define-properties.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.define-property.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.freeze.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.get-own-property-descriptor.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.get-own-property-names.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.get-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.is-extensible.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.is-frozen.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.is-sealed.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.is.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.keys.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.prevent-extensions.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.seal.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.set-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.object.to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.parse-float.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.parse-int.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.promise.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.apply.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.construct.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.define-property.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.delete-property.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.enumerate.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.get-own-property-descriptor.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.get-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.get.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.has.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.is-extensible.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.own-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.prevent-extensions.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.set-prototype-of.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.reflect.set.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.regexp.constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.regexp.flags.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.regexp.match.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.regexp.replace.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.regexp.search.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.regexp.split.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.regexp.to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.set.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.anchor.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.big.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.blink.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.bold.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.code-point-at.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.ends-with.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.fixed.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.fontcolor.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.fontsize.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.from-code-point.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.includes.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.italics.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.link.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.raw.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.repeat.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.small.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.starts-with.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.strike.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.sub.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.sup.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.string.trim.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.symbol.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.typed.array-buffer.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.typed.data-view.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.typed.float32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.typed.float64-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.typed.int16-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.typed.int32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.typed.int8-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.typed.uint16-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.typed.uint32-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.typed.uint8-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.typed.uint8-clamped-array.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.weak-map.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es6.weak-set.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.array.includes.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.asap.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.error.is-error.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.map.to-json.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.math.iaddh.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.math.imulh.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.math.isubh.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.math.umulh.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.object.define-getter.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.object.define-setter.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.object.entries.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.object.enumerable-entries.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.object.enumerable-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.object.enumerable-values.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.object.get-own-property-descriptors.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.object.lookup-getter.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.object.lookup-setter.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.object.values.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.observable.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.reflect.define-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.reflect.delete-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.reflect.get-metadata-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.reflect.get-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.reflect.get-own-metadata-keys.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.reflect.get-own-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.reflect.has-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.reflect.has-own-metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.reflect.metadata.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.set.to-json.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.string.at.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.string.match-all.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.string.pad-end.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.string.pad-start.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.string.trim-left.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.string.trim-right.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.symbol.async-iterator.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.symbol.observable.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/es7.system.global.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/_add-to-unscopables.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/_collection.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/_export.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/_library.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/_path.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/_redefine-all.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/_redefine.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/_set-species.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.date.to-primitive.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.date.to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.function.name.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.number.constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.object.to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.regexp.constructor.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.regexp.flags.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.regexp.match.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.regexp.replace.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.regexp.search.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.regexp.split.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/es6.regexp.to-string.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/library/web.dom.iterable.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/web.dom.iterable.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/web.immediate.js create mode 100644 typescript/hello-world/node_modules/core-js/modules/web.timers.js create mode 100644 typescript/hello-world/node_modules/core-js/package.json create mode 100644 typescript/hello-world/node_modules/core-js/shim.js create mode 100644 typescript/hello-world/node_modules/core-js/stage/0.js create mode 100644 typescript/hello-world/node_modules/core-js/stage/1.js create mode 100644 typescript/hello-world/node_modules/core-js/stage/2.js create mode 100644 typescript/hello-world/node_modules/core-js/stage/3.js create mode 100644 typescript/hello-world/node_modules/core-js/stage/4.js create mode 100644 typescript/hello-world/node_modules/core-js/stage/index.js create mode 100644 typescript/hello-world/node_modules/core-js/stage/pre.js create mode 100644 typescript/hello-world/node_modules/core-js/web/dom-collections.js create mode 100644 typescript/hello-world/node_modules/core-js/web/immediate.js create mode 100644 typescript/hello-world/node_modules/core-js/web/index.js create mode 100644 typescript/hello-world/node_modules/core-js/web/timers.js create mode 100644 typescript/hello-world/node_modules/cross-spawn/LICENSE create mode 100644 typescript/hello-world/node_modules/cross-spawn/README.md create mode 100644 typescript/hello-world/node_modules/cross-spawn/index.js create mode 120000 typescript/hello-world/node_modules/cross-spawn/node_modules/.bin/which create mode 100644 typescript/hello-world/node_modules/cross-spawn/package.json create mode 100644 typescript/hello-world/node_modules/cryptiles/.npmignore create mode 100755 typescript/hello-world/node_modules/cryptiles/.travis.yml create mode 100755 typescript/hello-world/node_modules/cryptiles/LICENSE create mode 100644 typescript/hello-world/node_modules/cryptiles/README.md create mode 100755 typescript/hello-world/node_modules/cryptiles/package.json create mode 100755 typescript/hello-world/node_modules/cryptiles/test/index.js create mode 100644 typescript/hello-world/node_modules/cssom/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/cssom/README.mdown create mode 100644 typescript/hello-world/node_modules/cssom/package.json create mode 100644 typescript/hello-world/node_modules/cssstyle/.npmignore create mode 100644 typescript/hello-world/node_modules/cssstyle/MIT-LICENSE.txt create mode 100644 typescript/hello-world/node_modules/cssstyle/README.md create mode 100644 typescript/hello-world/node_modules/cssstyle/package.json create mode 100644 typescript/hello-world/node_modules/cssstyle/scripts/generate_properties.js create mode 100755 typescript/hello-world/node_modules/cssstyle/scripts/run_tests.sh create mode 100644 typescript/hello-world/node_modules/cssstyle/tests/tests.js create mode 100644 typescript/hello-world/node_modules/dashdash/CHANGES.md create mode 100644 typescript/hello-world/node_modules/dashdash/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/dashdash/README.md create mode 100644 typescript/hello-world/node_modules/dashdash/etc/dashdash.bash_completion.in create mode 100644 typescript/hello-world/node_modules/dashdash/package.json create mode 100644 typescript/hello-world/node_modules/debug/.coveralls.yml create mode 100644 typescript/hello-world/node_modules/debug/.eslintrc create mode 100644 typescript/hello-world/node_modules/debug/.npmignore create mode 100644 typescript/hello-world/node_modules/debug/.travis.yml create mode 100644 typescript/hello-world/node_modules/debug/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/debug/LICENSE create mode 100644 typescript/hello-world/node_modules/debug/Makefile create mode 100644 typescript/hello-world/node_modules/debug/README.md create mode 100644 typescript/hello-world/node_modules/debug/component.json create mode 100644 typescript/hello-world/node_modules/debug/karma.conf.js create mode 100644 typescript/hello-world/node_modules/debug/node.js create mode 100644 typescript/hello-world/node_modules/debug/package.json create mode 100644 typescript/hello-world/node_modules/debug/src/browser.js create mode 100644 typescript/hello-world/node_modules/debug/src/debug.js create mode 100644 typescript/hello-world/node_modules/debug/src/index.js create mode 100644 typescript/hello-world/node_modules/debug/src/node.js create mode 100644 typescript/hello-world/node_modules/decamelize/index.js create mode 100644 typescript/hello-world/node_modules/decamelize/license create mode 100644 typescript/hello-world/node_modules/decamelize/package.json create mode 100644 typescript/hello-world/node_modules/decamelize/readme.md create mode 100644 typescript/hello-world/node_modules/deep-is/.npmignore create mode 100644 typescript/hello-world/node_modules/deep-is/.travis.yml create mode 100644 typescript/hello-world/node_modules/deep-is/LICENSE create mode 100644 typescript/hello-world/node_modules/deep-is/README.markdown create mode 100644 typescript/hello-world/node_modules/deep-is/example/cmp.js create mode 100644 typescript/hello-world/node_modules/deep-is/index.js create mode 100644 typescript/hello-world/node_modules/deep-is/package.json create mode 100644 typescript/hello-world/node_modules/deep-is/test/NaN.js create mode 100644 typescript/hello-world/node_modules/deep-is/test/cmp.js create mode 100644 typescript/hello-world/node_modules/deep-is/test/neg-vs-pos-0.js create mode 100644 typescript/hello-world/node_modules/default-require-extensions/js.js create mode 100644 typescript/hello-world/node_modules/default-require-extensions/json.js create mode 100644 typescript/hello-world/node_modules/default-require-extensions/license create mode 100644 typescript/hello-world/node_modules/default-require-extensions/node_modules/strip-bom/index.js create mode 100644 typescript/hello-world/node_modules/default-require-extensions/node_modules/strip-bom/license create mode 100644 typescript/hello-world/node_modules/default-require-extensions/node_modules/strip-bom/package.json create mode 100644 typescript/hello-world/node_modules/default-require-extensions/node_modules/strip-bom/readme.md create mode 100644 typescript/hello-world/node_modules/default-require-extensions/package.json create mode 100644 typescript/hello-world/node_modules/default-require-extensions/readme.md create mode 100644 typescript/hello-world/node_modules/delayed-stream/.npmignore create mode 100644 typescript/hello-world/node_modules/delayed-stream/License create mode 100644 typescript/hello-world/node_modules/delayed-stream/Makefile create mode 100644 typescript/hello-world/node_modules/delayed-stream/Readme.md create mode 100644 typescript/hello-world/node_modules/delayed-stream/package.json create mode 100644 typescript/hello-world/node_modules/detect-indent/index.js create mode 100644 typescript/hello-world/node_modules/detect-indent/license create mode 100644 typescript/hello-world/node_modules/detect-indent/package.json create mode 100644 typescript/hello-world/node_modules/detect-indent/readme.md create mode 100644 typescript/hello-world/node_modules/diff/CONTRIBUTING.md create mode 100644 typescript/hello-world/node_modules/diff/LICENSE create mode 100644 typescript/hello-world/node_modules/diff/README.md create mode 100644 typescript/hello-world/node_modules/diff/package.json create mode 100644 typescript/hello-world/node_modules/diff/release-notes.md create mode 100644 typescript/hello-world/node_modules/diff/runtime.js create mode 100644 typescript/hello-world/node_modules/ecc-jsbn/.npmignore create mode 100644 typescript/hello-world/node_modules/ecc-jsbn/LICENSE create mode 100644 typescript/hello-world/node_modules/ecc-jsbn/README.md create mode 100644 typescript/hello-world/node_modules/ecc-jsbn/index.js create mode 100644 typescript/hello-world/node_modules/ecc-jsbn/package.json create mode 100644 typescript/hello-world/node_modules/ecc-jsbn/test.js create mode 100644 typescript/hello-world/node_modules/errno/.jshintrc create mode 100644 typescript/hello-world/node_modules/errno/.npmignore create mode 100644 typescript/hello-world/node_modules/errno/README.md create mode 100755 typescript/hello-world/node_modules/errno/build.js create mode 100755 typescript/hello-world/node_modules/errno/cli.js create mode 100644 typescript/hello-world/node_modules/errno/custom.js create mode 100644 typescript/hello-world/node_modules/errno/errno.js create mode 100644 typescript/hello-world/node_modules/errno/package.json create mode 100755 typescript/hello-world/node_modules/errno/test.js create mode 100644 typescript/hello-world/node_modules/error-ex/LICENSE create mode 100644 typescript/hello-world/node_modules/error-ex/README.md create mode 100644 typescript/hello-world/node_modules/error-ex/index.js create mode 100644 typescript/hello-world/node_modules/error-ex/package.json create mode 100644 typescript/hello-world/node_modules/escape-string-regexp/index.js create mode 100644 typescript/hello-world/node_modules/escape-string-regexp/license create mode 100644 typescript/hello-world/node_modules/escape-string-regexp/package.json create mode 100644 typescript/hello-world/node_modules/escape-string-regexp/readme.md create mode 100644 typescript/hello-world/node_modules/escodegen/LICENSE.BSD create mode 100644 typescript/hello-world/node_modules/escodegen/LICENSE.source-map create mode 100644 typescript/hello-world/node_modules/escodegen/README.md create mode 100755 typescript/hello-world/node_modules/escodegen/bin/escodegen.js create mode 100755 typescript/hello-world/node_modules/escodegen/bin/esgenerate.js create mode 100644 typescript/hello-world/node_modules/escodegen/escodegen.js create mode 120000 typescript/hello-world/node_modules/escodegen/node_modules/.bin/esparse create mode 120000 typescript/hello-world/node_modules/escodegen/node_modules/.bin/esvalidate create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/esprima/ChangeLog create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/esprima/LICENSE.BSD create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/esprima/README.md create mode 100755 typescript/hello-world/node_modules/escodegen/node_modules/esprima/bin/esparse.js create mode 100755 typescript/hello-world/node_modules/escodegen/node_modules/esprima/bin/esvalidate.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/esprima/esprima.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/esprima/package.json create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/.npmignore create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/.travis.yml create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/LICENSE create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/Makefile.dryice.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/README.md create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/package.json create mode 100755 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/run-tests.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/source-map/test-api.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/source-map/test-array-set.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/source-map/test-base64-vlq.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/source-map/test-base64.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/source-map/test-binary-search.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/source-map/test-dog-fooding.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/source-map/test-source-map-consumer.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/source-map/test-source-map-generator.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/source-map/test-source-node.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/source-map/test-util.js create mode 100644 typescript/hello-world/node_modules/escodegen/node_modules/source-map/test/source-map/util.js create mode 100644 typescript/hello-world/node_modules/escodegen/package.json create mode 100644 typescript/hello-world/node_modules/esprima/ChangeLog create mode 100644 typescript/hello-world/node_modules/esprima/LICENSE.BSD create mode 100644 typescript/hello-world/node_modules/esprima/README.md create mode 100755 typescript/hello-world/node_modules/esprima/bin/esparse.js create mode 100755 typescript/hello-world/node_modules/esprima/bin/esvalidate.js create mode 100644 typescript/hello-world/node_modules/esprima/package.json create mode 100644 typescript/hello-world/node_modules/estraverse/.editorconfig create mode 100644 typescript/hello-world/node_modules/estraverse/.jshintrc create mode 100644 typescript/hello-world/node_modules/estraverse/LICENSE.BSD create mode 100644 typescript/hello-world/node_modules/estraverse/README.md create mode 100644 typescript/hello-world/node_modules/estraverse/estraverse.js create mode 100644 typescript/hello-world/node_modules/estraverse/gulpfile.js create mode 100644 typescript/hello-world/node_modules/estraverse/package.json create mode 100644 typescript/hello-world/node_modules/esutils/LICENSE.BSD create mode 100644 typescript/hello-world/node_modules/esutils/README.md create mode 100644 typescript/hello-world/node_modules/esutils/package.json create mode 100644 typescript/hello-world/node_modules/exec-sh/.jshintrc create mode 100644 typescript/hello-world/node_modules/exec-sh/.npmignore create mode 100644 typescript/hello-world/node_modules/exec-sh/.travis.yml create mode 100644 typescript/hello-world/node_modules/exec-sh/LICENSE create mode 100644 typescript/hello-world/node_modules/exec-sh/README.md create mode 100644 typescript/hello-world/node_modules/exec-sh/example/example.js create mode 100644 typescript/hello-world/node_modules/exec-sh/package.json create mode 100644 typescript/hello-world/node_modules/exec-sh/test/exec-sh.js create mode 100644 typescript/hello-world/node_modules/execa/index.js create mode 100644 typescript/hello-world/node_modules/execa/license create mode 100644 typescript/hello-world/node_modules/execa/package.json create mode 100644 typescript/hello-world/node_modules/execa/readme.md create mode 100644 typescript/hello-world/node_modules/expand-brackets/LICENSE create mode 100644 typescript/hello-world/node_modules/expand-brackets/README.md create mode 100644 typescript/hello-world/node_modules/expand-brackets/index.js create mode 100644 typescript/hello-world/node_modules/expand-brackets/package.json create mode 100644 typescript/hello-world/node_modules/expand-range/LICENSE create mode 100644 typescript/hello-world/node_modules/expand-range/README.md create mode 100644 typescript/hello-world/node_modules/expand-range/index.js create mode 100644 typescript/hello-world/node_modules/expand-range/package.json create mode 100644 typescript/hello-world/node_modules/extend/.eslintrc create mode 100644 typescript/hello-world/node_modules/extend/.jscs.json create mode 100644 typescript/hello-world/node_modules/extend/.npmignore create mode 100644 typescript/hello-world/node_modules/extend/.travis.yml create mode 100644 typescript/hello-world/node_modules/extend/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/extend/LICENSE create mode 100644 typescript/hello-world/node_modules/extend/README.md create mode 100644 typescript/hello-world/node_modules/extend/component.json create mode 100644 typescript/hello-world/node_modules/extend/index.js create mode 100644 typescript/hello-world/node_modules/extend/package.json create mode 100644 typescript/hello-world/node_modules/extglob/LICENSE create mode 100644 typescript/hello-world/node_modules/extglob/README.md create mode 100644 typescript/hello-world/node_modules/extglob/index.js create mode 100644 typescript/hello-world/node_modules/extglob/package.json create mode 100644 typescript/hello-world/node_modules/extsprintf/.gitmodules create mode 100644 typescript/hello-world/node_modules/extsprintf/LICENSE create mode 100644 typescript/hello-world/node_modules/extsprintf/Makefile create mode 100644 typescript/hello-world/node_modules/extsprintf/Makefile.deps create mode 100644 typescript/hello-world/node_modules/extsprintf/Makefile.targ create mode 100644 typescript/hello-world/node_modules/extsprintf/README.md create mode 100644 typescript/hello-world/node_modules/extsprintf/examples/simple.js create mode 100644 typescript/hello-world/node_modules/extsprintf/jsl.node.conf create mode 100644 typescript/hello-world/node_modules/extsprintf/package.json create mode 100644 typescript/hello-world/node_modules/fast-levenshtein/LICENSE.md create mode 100644 typescript/hello-world/node_modules/fast-levenshtein/README.md create mode 100644 typescript/hello-world/node_modules/fast-levenshtein/levenshtein.js create mode 100644 typescript/hello-world/node_modules/fast-levenshtein/package.json create mode 100755 typescript/hello-world/node_modules/fb-watchman/README.md create mode 100644 typescript/hello-world/node_modules/fb-watchman/index.js create mode 100644 typescript/hello-world/node_modules/fb-watchman/package.json create mode 100644 typescript/hello-world/node_modules/filename-regex/LICENSE create mode 100644 typescript/hello-world/node_modules/filename-regex/README.md create mode 100644 typescript/hello-world/node_modules/filename-regex/index.js create mode 100644 typescript/hello-world/node_modules/filename-regex/package.json create mode 100644 typescript/hello-world/node_modules/fileset/.babelrc create mode 100644 typescript/hello-world/node_modules/fileset/.eslintignore create mode 100644 typescript/hello-world/node_modules/fileset/.eslintrc create mode 100644 typescript/hello-world/node_modules/fileset/.npmignore create mode 100644 typescript/hello-world/node_modules/fileset/.travis.yml create mode 100644 typescript/hello-world/node_modules/fileset/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/fileset/LICENSE-MIT create mode 100644 typescript/hello-world/node_modules/fileset/Makefile create mode 100644 typescript/hello-world/node_modules/fileset/README.md create mode 100644 typescript/hello-world/node_modules/fileset/package.json create mode 100644 typescript/hello-world/node_modules/fileset/test/fixtures/an (odd) filename.js create mode 100644 typescript/hello-world/node_modules/fileset/test/fixtures/foo.md create mode 100644 typescript/hello-world/node_modules/fileset/test/mocha.js create mode 100644 typescript/hello-world/node_modules/fileset/yarn.lock create mode 100755 typescript/hello-world/node_modules/fill-range/LICENSE create mode 100755 typescript/hello-world/node_modules/fill-range/README.md create mode 100644 typescript/hello-world/node_modules/fill-range/index.js create mode 100644 typescript/hello-world/node_modules/fill-range/package.json create mode 100644 typescript/hello-world/node_modules/find-up/index.js create mode 100644 typescript/hello-world/node_modules/find-up/license create mode 100644 typescript/hello-world/node_modules/find-up/package.json create mode 100644 typescript/hello-world/node_modules/find-up/readme.md create mode 100644 typescript/hello-world/node_modules/for-in/LICENSE create mode 100644 typescript/hello-world/node_modules/for-in/README.md create mode 100644 typescript/hello-world/node_modules/for-in/index.js create mode 100644 typescript/hello-world/node_modules/for-in/package.json create mode 100644 typescript/hello-world/node_modules/for-own/LICENSE create mode 100644 typescript/hello-world/node_modules/for-own/README.md create mode 100644 typescript/hello-world/node_modules/for-own/index.js create mode 100644 typescript/hello-world/node_modules/for-own/package.json create mode 100644 typescript/hello-world/node_modules/forever-agent/LICENSE create mode 100644 typescript/hello-world/node_modules/forever-agent/README.md create mode 100644 typescript/hello-world/node_modules/forever-agent/index.js create mode 100644 typescript/hello-world/node_modules/forever-agent/package.json create mode 100644 typescript/hello-world/node_modules/form-data/License create mode 100644 typescript/hello-world/node_modules/form-data/README.md create mode 100644 typescript/hello-world/node_modules/form-data/package.json create mode 100644 typescript/hello-world/node_modules/fs-extra/.npmignore create mode 100644 typescript/hello-world/node_modules/fs-extra/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/fs-extra/LICENSE create mode 100644 typescript/hello-world/node_modules/fs-extra/README.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/copy-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/copy.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/emptyDir-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/emptyDir.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/ensureDir-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/ensureDir.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/ensureFile-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/ensureFile.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/ensureLink-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/ensureLink.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/ensureSymlink-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/ensureSymlink.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/move-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/move.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/outputFile-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/outputFile.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/outputJson-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/outputJson.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/pathExists-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/pathExists.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/readJson-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/readJson.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/remove-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/remove.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/writeJson-sync.md create mode 100644 typescript/hello-world/node_modules/fs-extra/docs/writeJson.md create mode 100644 typescript/hello-world/node_modules/fs-extra/package.json create mode 100644 typescript/hello-world/node_modules/fs.realpath/LICENSE create mode 100644 typescript/hello-world/node_modules/fs.realpath/README.md create mode 100644 typescript/hello-world/node_modules/fs.realpath/index.js create mode 100644 typescript/hello-world/node_modules/fs.realpath/old.js create mode 100644 typescript/hello-world/node_modules/fs.realpath/package.json create mode 100644 typescript/hello-world/node_modules/get-caller-file/README.md create mode 100644 typescript/hello-world/node_modules/get-caller-file/index.js create mode 100644 typescript/hello-world/node_modules/get-caller-file/package.json create mode 100644 typescript/hello-world/node_modules/get-stream/buffer-stream.js create mode 100644 typescript/hello-world/node_modules/get-stream/index.js create mode 100644 typescript/hello-world/node_modules/get-stream/license create mode 100644 typescript/hello-world/node_modules/get-stream/package.json create mode 100644 typescript/hello-world/node_modules/get-stream/readme.md create mode 100644 typescript/hello-world/node_modules/getpass/.npmignore create mode 100644 typescript/hello-world/node_modules/getpass/.travis.yml create mode 100644 typescript/hello-world/node_modules/getpass/LICENSE create mode 100644 typescript/hello-world/node_modules/getpass/README.md create mode 100644 typescript/hello-world/node_modules/getpass/package.json create mode 100644 typescript/hello-world/node_modules/glob-base/LICENSE create mode 100644 typescript/hello-world/node_modules/glob-base/README.md create mode 100644 typescript/hello-world/node_modules/glob-base/index.js create mode 100644 typescript/hello-world/node_modules/glob-base/package.json create mode 100644 typescript/hello-world/node_modules/glob-parent/.npmignore create mode 100644 typescript/hello-world/node_modules/glob-parent/.travis.yml create mode 100644 typescript/hello-world/node_modules/glob-parent/LICENSE create mode 100644 typescript/hello-world/node_modules/glob-parent/README.md create mode 100644 typescript/hello-world/node_modules/glob-parent/index.js create mode 100644 typescript/hello-world/node_modules/glob-parent/package.json create mode 100644 typescript/hello-world/node_modules/glob-parent/test.js create mode 100644 typescript/hello-world/node_modules/glob/LICENSE create mode 100644 typescript/hello-world/node_modules/glob/README.md create mode 100644 typescript/hello-world/node_modules/glob/changelog.md create mode 100644 typescript/hello-world/node_modules/glob/common.js create mode 100644 typescript/hello-world/node_modules/glob/glob.js create mode 100644 typescript/hello-world/node_modules/glob/package.json create mode 100644 typescript/hello-world/node_modules/glob/sync.js create mode 100644 typescript/hello-world/node_modules/globals/globals.json create mode 100644 typescript/hello-world/node_modules/globals/index.js create mode 100644 typescript/hello-world/node_modules/globals/license create mode 100644 typescript/hello-world/node_modules/globals/package.json create mode 100644 typescript/hello-world/node_modules/globals/readme.md create mode 100644 typescript/hello-world/node_modules/graceful-fs/LICENSE create mode 100644 typescript/hello-world/node_modules/graceful-fs/README.md create mode 100644 typescript/hello-world/node_modules/graceful-fs/fs.js create mode 100644 typescript/hello-world/node_modules/graceful-fs/graceful-fs.js create mode 100644 typescript/hello-world/node_modules/graceful-fs/legacy-streams.js create mode 100644 typescript/hello-world/node_modules/graceful-fs/package.json create mode 100644 typescript/hello-world/node_modules/graceful-fs/polyfills.js create mode 100644 typescript/hello-world/node_modules/graceful-readlink/.npmignore create mode 100644 typescript/hello-world/node_modules/graceful-readlink/.travis.yml create mode 100644 typescript/hello-world/node_modules/graceful-readlink/LICENSE create mode 100644 typescript/hello-world/node_modules/graceful-readlink/README.md create mode 100644 typescript/hello-world/node_modules/graceful-readlink/index.js create mode 100644 typescript/hello-world/node_modules/graceful-readlink/package.json create mode 100644 typescript/hello-world/node_modules/growly/HISTORY.md create mode 100644 typescript/hello-world/node_modules/growly/README.md create mode 100644 typescript/hello-world/node_modules/growly/example/bakery.js create mode 100644 typescript/hello-world/node_modules/growly/example/cake.png create mode 100644 typescript/hello-world/node_modules/growly/example/muffin.png create mode 100644 typescript/hello-world/node_modules/growly/example/simple.js create mode 100644 typescript/hello-world/node_modules/growly/package.json create mode 100644 typescript/hello-world/node_modules/handlebars/.gitattributes create mode 100644 typescript/hello-world/node_modules/handlebars/.gitmodules create mode 100644 typescript/hello-world/node_modules/handlebars/.idea/compiler.xml create mode 100644 typescript/hello-world/node_modules/handlebars/.idea/copyright/profiles_settings.xml create mode 100644 typescript/hello-world/node_modules/handlebars/.idea/handlebars.js.iml create mode 100644 typescript/hello-world/node_modules/handlebars/.idea/jsLibraryMappings.xml create mode 100644 typescript/hello-world/node_modules/handlebars/.idea/misc.xml create mode 100644 typescript/hello-world/node_modules/handlebars/.idea/modules.xml create mode 100644 typescript/hello-world/node_modules/handlebars/.idea/vcs.xml create mode 100644 typescript/hello-world/node_modules/handlebars/.idea/watcherTasks.xml create mode 100644 typescript/hello-world/node_modules/handlebars/.idea/workspace.xml create mode 100644 typescript/hello-world/node_modules/handlebars/.istanbul.yml create mode 100644 typescript/hello-world/node_modules/handlebars/.npmignore create mode 100644 typescript/hello-world/node_modules/handlebars/CONTRIBUTING.md create mode 100644 typescript/hello-world/node_modules/handlebars/FAQ.md create mode 100644 typescript/hello-world/node_modules/handlebars/LICENSE create mode 100644 typescript/hello-world/node_modules/handlebars/README.markdown create mode 100755 typescript/hello-world/node_modules/handlebars/bin/handlebars create mode 100644 typescript/hello-world/node_modules/handlebars/docs/compiler-api.md create mode 100644 typescript/hello-world/node_modules/handlebars/docs/decorators-api.md create mode 120000 typescript/hello-world/node_modules/handlebars/node_modules/.bin/uglifyjs create mode 100644 typescript/hello-world/node_modules/handlebars/node_modules/async/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/handlebars/node_modules/async/LICENSE create mode 100644 typescript/hello-world/node_modules/handlebars/node_modules/async/README.md create mode 100644 typescript/hello-world/node_modules/handlebars/node_modules/async/package.json create mode 100644 typescript/hello-world/node_modules/handlebars/node_modules/source-map/README.md create mode 100644 typescript/hello-world/node_modules/handlebars/node_modules/source-map/package.json create mode 100644 typescript/hello-world/node_modules/handlebars/package.json create mode 100755 typescript/hello-world/node_modules/handlebars/print-script create mode 100644 typescript/hello-world/node_modules/handlebars/release-notes.md create mode 100644 typescript/hello-world/node_modules/handlebars/runtime.js create mode 100644 typescript/hello-world/node_modules/har-schema/LICENSE create mode 100644 typescript/hello-world/node_modules/har-schema/README.md create mode 100644 typescript/hello-world/node_modules/har-schema/package.json create mode 100644 typescript/hello-world/node_modules/har-validator/LICENSE create mode 100644 typescript/hello-world/node_modules/har-validator/README.md create mode 100644 typescript/hello-world/node_modules/har-validator/package.json create mode 100644 typescript/hello-world/node_modules/har-validator/src/async.js create mode 100644 typescript/hello-world/node_modules/har-validator/src/error.js create mode 100644 typescript/hello-world/node_modules/har-validator/src/promise.js create mode 100644 typescript/hello-world/node_modules/has-ansi/index.js create mode 100644 typescript/hello-world/node_modules/has-ansi/license create mode 100644 typescript/hello-world/node_modules/has-ansi/package.json create mode 100644 typescript/hello-world/node_modules/has-ansi/readme.md create mode 100644 typescript/hello-world/node_modules/has-flag/index.js create mode 100644 typescript/hello-world/node_modules/has-flag/license create mode 100644 typescript/hello-world/node_modules/has-flag/package.json create mode 100644 typescript/hello-world/node_modules/has-flag/readme.md create mode 100644 typescript/hello-world/node_modules/hawk/.npmignore create mode 100755 typescript/hello-world/node_modules/hawk/.travis.yml create mode 100755 typescript/hello-world/node_modules/hawk/LICENSE create mode 100755 typescript/hello-world/node_modules/hawk/README.md create mode 100644 typescript/hello-world/node_modules/hawk/bower.json create mode 100644 typescript/hello-world/node_modules/hawk/component.json create mode 100755 typescript/hello-world/node_modules/hawk/example/usage.js create mode 100755 typescript/hello-world/node_modules/hawk/images/hawk.png create mode 100755 typescript/hello-world/node_modules/hawk/images/logo.png create mode 100755 typescript/hello-world/node_modules/hawk/package.json create mode 100755 typescript/hello-world/node_modules/hawk/test/browser.js create mode 100755 typescript/hello-world/node_modules/hawk/test/client.js create mode 100755 typescript/hello-world/node_modules/hawk/test/crypto.js create mode 100755 typescript/hello-world/node_modules/hawk/test/index.js create mode 100755 typescript/hello-world/node_modules/hawk/test/readme.js create mode 100755 typescript/hello-world/node_modules/hawk/test/server.js create mode 100755 typescript/hello-world/node_modules/hawk/test/uri.js create mode 100755 typescript/hello-world/node_modules/hawk/test/utils.js create mode 100644 typescript/hello-world/node_modules/hoek/.npmignore create mode 100644 typescript/hello-world/node_modules/hoek/.travis.yml create mode 100644 typescript/hello-world/node_modules/hoek/CONTRIBUTING.md create mode 100644 typescript/hello-world/node_modules/hoek/LICENSE create mode 100644 typescript/hello-world/node_modules/hoek/README.md create mode 100644 typescript/hello-world/node_modules/hoek/images/hoek.png create mode 100644 typescript/hello-world/node_modules/hoek/package.json create mode 100644 typescript/hello-world/node_modules/hoek/test/escaper.js create mode 100644 typescript/hello-world/node_modules/hoek/test/index.js create mode 100644 typescript/hello-world/node_modules/hoek/test/modules/ignore.txt create mode 100644 typescript/hello-world/node_modules/hoek/test/modules/test1.js create mode 100644 typescript/hello-world/node_modules/hoek/test/modules/test2.js create mode 100644 typescript/hello-world/node_modules/hoek/test/modules/test3.js create mode 100644 typescript/hello-world/node_modules/home-or-tmp/index.js create mode 100644 typescript/hello-world/node_modules/home-or-tmp/license create mode 100644 typescript/hello-world/node_modules/home-or-tmp/package.json create mode 100644 typescript/hello-world/node_modules/home-or-tmp/readme.md create mode 100644 typescript/hello-world/node_modules/hosted-git-info/LICENSE create mode 100644 typescript/hello-world/node_modules/hosted-git-info/README.md create mode 100644 typescript/hello-world/node_modules/hosted-git-info/git-host-info.js create mode 100644 typescript/hello-world/node_modules/hosted-git-info/git-host.js create mode 100644 typescript/hello-world/node_modules/hosted-git-info/index.js create mode 100644 typescript/hello-world/node_modules/hosted-git-info/package.json create mode 100644 typescript/hello-world/node_modules/html-encoding-sniffer/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/html-encoding-sniffer/README.md create mode 100644 typescript/hello-world/node_modules/html-encoding-sniffer/package.json create mode 100644 typescript/hello-world/node_modules/http-signature/.dir-locals.el create mode 100644 typescript/hello-world/node_modules/http-signature/.npmignore create mode 100644 typescript/hello-world/node_modules/http-signature/CHANGES.md create mode 100644 typescript/hello-world/node_modules/http-signature/LICENSE create mode 100644 typescript/hello-world/node_modules/http-signature/README.md create mode 100644 typescript/hello-world/node_modules/http-signature/http_signing.md create mode 120000 typescript/hello-world/node_modules/http-signature/node_modules/.bin/sshpk-conv create mode 120000 typescript/hello-world/node_modules/http-signature/node_modules/.bin/sshpk-sign create mode 120000 typescript/hello-world/node_modules/http-signature/node_modules/.bin/sshpk-verify create mode 100644 typescript/hello-world/node_modules/http-signature/node_modules/assert-plus/AUTHORS create mode 100644 typescript/hello-world/node_modules/http-signature/node_modules/assert-plus/CHANGES.md create mode 100644 typescript/hello-world/node_modules/http-signature/node_modules/assert-plus/README.md create mode 100644 typescript/hello-world/node_modules/http-signature/node_modules/assert-plus/assert.js create mode 100644 typescript/hello-world/node_modules/http-signature/node_modules/assert-plus/package.json create mode 100644 typescript/hello-world/node_modules/http-signature/package.json create mode 100644 typescript/hello-world/node_modules/iconv-lite/.npmignore create mode 100644 typescript/hello-world/node_modules/iconv-lite/.travis.yml create mode 100644 typescript/hello-world/node_modules/iconv-lite/Changelog.md create mode 100644 typescript/hello-world/node_modules/iconv-lite/LICENSE create mode 100644 typescript/hello-world/node_modules/iconv-lite/README.md create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/dbcs-codec.js create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/dbcs-data.js create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/index.js create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/internal.js create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/sbcs-codec.js create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/sbcs-data-generated.js create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/sbcs-data.js create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/tables/big5-added.json create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/tables/cp936.json create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/tables/cp949.json create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/tables/cp950.json create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/tables/eucjp.json create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/tables/gbk-added.json create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/tables/shiftjis.json create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/utf16.js create mode 100644 typescript/hello-world/node_modules/iconv-lite/encodings/utf7.js create mode 100644 typescript/hello-world/node_modules/iconv-lite/package.json create mode 100644 typescript/hello-world/node_modules/inflight/LICENSE create mode 100644 typescript/hello-world/node_modules/inflight/README.md create mode 100644 typescript/hello-world/node_modules/inflight/inflight.js create mode 100644 typescript/hello-world/node_modules/inflight/package.json create mode 100644 typescript/hello-world/node_modules/inherits/LICENSE create mode 100644 typescript/hello-world/node_modules/inherits/README.md create mode 100644 typescript/hello-world/node_modules/inherits/inherits.js create mode 100644 typescript/hello-world/node_modules/inherits/inherits_browser.js create mode 100644 typescript/hello-world/node_modules/inherits/package.json create mode 100644 typescript/hello-world/node_modules/invariant/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/invariant/LICENSE create mode 100644 typescript/hello-world/node_modules/invariant/README.md create mode 100644 typescript/hello-world/node_modules/invariant/browser.js create mode 100644 typescript/hello-world/node_modules/invariant/invariant.js create mode 100644 typescript/hello-world/node_modules/invariant/invariant.js.flow create mode 120000 typescript/hello-world/node_modules/invariant/node_modules/.bin/loose-envify create mode 100644 typescript/hello-world/node_modules/invariant/package.json create mode 100644 typescript/hello-world/node_modules/invert-kv/index.js create mode 100644 typescript/hello-world/node_modules/invert-kv/package.json create mode 100644 typescript/hello-world/node_modules/invert-kv/readme.md create mode 100644 typescript/hello-world/node_modules/is-arrayish/.editorconfig create mode 100644 typescript/hello-world/node_modules/is-arrayish/.istanbul.yml create mode 100644 typescript/hello-world/node_modules/is-arrayish/.npmignore create mode 100644 typescript/hello-world/node_modules/is-arrayish/.travis.yml create mode 100644 typescript/hello-world/node_modules/is-arrayish/LICENSE create mode 100644 typescript/hello-world/node_modules/is-arrayish/README.md create mode 100644 typescript/hello-world/node_modules/is-arrayish/index.js create mode 100644 typescript/hello-world/node_modules/is-arrayish/package.json create mode 100644 typescript/hello-world/node_modules/is-buffer/.npmignore create mode 100644 typescript/hello-world/node_modules/is-buffer/LICENSE create mode 100644 typescript/hello-world/node_modules/is-buffer/README.md create mode 100644 typescript/hello-world/node_modules/is-buffer/index.js create mode 100644 typescript/hello-world/node_modules/is-buffer/package.json create mode 100644 typescript/hello-world/node_modules/is-buffer/test/basic.js create mode 100644 typescript/hello-world/node_modules/is-builtin-module/index.js create mode 100644 typescript/hello-world/node_modules/is-builtin-module/license create mode 100644 typescript/hello-world/node_modules/is-builtin-module/package.json create mode 100644 typescript/hello-world/node_modules/is-builtin-module/readme.md create mode 100644 typescript/hello-world/node_modules/is-ci/.npmignore create mode 100644 typescript/hello-world/node_modules/is-ci/.travis.yml create mode 100644 typescript/hello-world/node_modules/is-ci/LICENSE create mode 100644 typescript/hello-world/node_modules/is-ci/README.md create mode 100644 typescript/hello-world/node_modules/is-ci/index.js create mode 100644 typescript/hello-world/node_modules/is-ci/package.json create mode 100644 typescript/hello-world/node_modules/is-ci/test.js create mode 100644 typescript/hello-world/node_modules/is-dotfile/LICENSE create mode 100644 typescript/hello-world/node_modules/is-dotfile/README.md create mode 100644 typescript/hello-world/node_modules/is-dotfile/index.js create mode 100644 typescript/hello-world/node_modules/is-dotfile/package.json create mode 100644 typescript/hello-world/node_modules/is-equal-shallow/LICENSE create mode 100644 typescript/hello-world/node_modules/is-equal-shallow/README.md create mode 100644 typescript/hello-world/node_modules/is-equal-shallow/index.js create mode 100644 typescript/hello-world/node_modules/is-equal-shallow/package.json create mode 100644 typescript/hello-world/node_modules/is-extendable/LICENSE create mode 100644 typescript/hello-world/node_modules/is-extendable/README.md create mode 100644 typescript/hello-world/node_modules/is-extendable/index.js create mode 100644 typescript/hello-world/node_modules/is-extendable/package.json create mode 100644 typescript/hello-world/node_modules/is-extglob/LICENSE create mode 100644 typescript/hello-world/node_modules/is-extglob/README.md create mode 100644 typescript/hello-world/node_modules/is-extglob/index.js create mode 100644 typescript/hello-world/node_modules/is-extglob/package.json create mode 100644 typescript/hello-world/node_modules/is-finite/index.js create mode 100644 typescript/hello-world/node_modules/is-finite/license create mode 100644 typescript/hello-world/node_modules/is-finite/package.json create mode 100644 typescript/hello-world/node_modules/is-finite/readme.md create mode 100644 typescript/hello-world/node_modules/is-fullwidth-code-point/index.js create mode 100644 typescript/hello-world/node_modules/is-fullwidth-code-point/license create mode 100644 typescript/hello-world/node_modules/is-fullwidth-code-point/package.json create mode 100644 typescript/hello-world/node_modules/is-fullwidth-code-point/readme.md create mode 100644 typescript/hello-world/node_modules/is-glob/LICENSE create mode 100644 typescript/hello-world/node_modules/is-glob/README.md create mode 100644 typescript/hello-world/node_modules/is-glob/index.js create mode 100644 typescript/hello-world/node_modules/is-glob/package.json create mode 100644 typescript/hello-world/node_modules/is-number/LICENSE create mode 100644 typescript/hello-world/node_modules/is-number/README.md create mode 100644 typescript/hello-world/node_modules/is-number/index.js create mode 100644 typescript/hello-world/node_modules/is-number/package.json create mode 100644 typescript/hello-world/node_modules/is-posix-bracket/LICENSE create mode 100644 typescript/hello-world/node_modules/is-posix-bracket/README.md create mode 100644 typescript/hello-world/node_modules/is-posix-bracket/index.js create mode 100644 typescript/hello-world/node_modules/is-posix-bracket/package.json create mode 100644 typescript/hello-world/node_modules/is-primitive/LICENSE create mode 100644 typescript/hello-world/node_modules/is-primitive/README.md create mode 100644 typescript/hello-world/node_modules/is-primitive/index.js create mode 100644 typescript/hello-world/node_modules/is-primitive/package.json create mode 100644 typescript/hello-world/node_modules/is-stream/index.js create mode 100644 typescript/hello-world/node_modules/is-stream/license create mode 100644 typescript/hello-world/node_modules/is-stream/package.json create mode 100644 typescript/hello-world/node_modules/is-stream/readme.md create mode 100644 typescript/hello-world/node_modules/is-typedarray/LICENSE.md create mode 100644 typescript/hello-world/node_modules/is-typedarray/README.md create mode 100644 typescript/hello-world/node_modules/is-typedarray/index.js create mode 100644 typescript/hello-world/node_modules/is-typedarray/package.json create mode 100644 typescript/hello-world/node_modules/is-typedarray/test.js create mode 100644 typescript/hello-world/node_modules/is-utf8/LICENSE create mode 100644 typescript/hello-world/node_modules/is-utf8/README.md create mode 100644 typescript/hello-world/node_modules/is-utf8/is-utf8.js create mode 100644 typescript/hello-world/node_modules/is-utf8/package.json create mode 100644 typescript/hello-world/node_modules/isarray/.npmignore create mode 100644 typescript/hello-world/node_modules/isarray/.travis.yml create mode 100644 typescript/hello-world/node_modules/isarray/Makefile create mode 100644 typescript/hello-world/node_modules/isarray/README.md create mode 100644 typescript/hello-world/node_modules/isarray/component.json create mode 100644 typescript/hello-world/node_modules/isarray/index.js create mode 100644 typescript/hello-world/node_modules/isarray/package.json create mode 100644 typescript/hello-world/node_modules/isarray/test.js create mode 100644 typescript/hello-world/node_modules/isexe/.npmignore create mode 100644 typescript/hello-world/node_modules/isexe/LICENSE create mode 100644 typescript/hello-world/node_modules/isexe/README.md create mode 100644 typescript/hello-world/node_modules/isexe/index.js create mode 100644 typescript/hello-world/node_modules/isexe/mode.js create mode 100644 typescript/hello-world/node_modules/isexe/package.json create mode 100644 typescript/hello-world/node_modules/isexe/test/basic.js create mode 100644 typescript/hello-world/node_modules/isexe/windows.js create mode 100644 typescript/hello-world/node_modules/isobject/LICENSE create mode 100644 typescript/hello-world/node_modules/isobject/README.md create mode 100644 typescript/hello-world/node_modules/isobject/index.js create mode 100644 typescript/hello-world/node_modules/isobject/package.json create mode 100644 typescript/hello-world/node_modules/isstream/.jshintrc create mode 100644 typescript/hello-world/node_modules/isstream/.npmignore create mode 100644 typescript/hello-world/node_modules/isstream/.travis.yml create mode 100644 typescript/hello-world/node_modules/isstream/LICENSE.md create mode 100644 typescript/hello-world/node_modules/isstream/README.md create mode 100644 typescript/hello-world/node_modules/isstream/isstream.js create mode 100644 typescript/hello-world/node_modules/isstream/package.json create mode 100644 typescript/hello-world/node_modules/isstream/test.js create mode 100644 typescript/hello-world/node_modules/istanbul-api/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/istanbul-api/LICENSE create mode 100644 typescript/hello-world/node_modules/istanbul-api/README.md create mode 100644 typescript/hello-world/node_modules/istanbul-api/index.js create mode 120000 typescript/hello-world/node_modules/istanbul-api/node_modules/.bin/js-yaml create mode 120000 typescript/hello-world/node_modules/istanbul-api/node_modules/.bin/mkdirp create mode 100644 typescript/hello-world/node_modules/istanbul-api/package.json create mode 100644 typescript/hello-world/node_modules/istanbul-lib-coverage/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/istanbul-lib-coverage/LICENSE create mode 100644 typescript/hello-world/node_modules/istanbul-lib-coverage/README.md create mode 100644 typescript/hello-world/node_modules/istanbul-lib-coverage/index.js create mode 100644 typescript/hello-world/node_modules/istanbul-lib-coverage/package.json create mode 100644 typescript/hello-world/node_modules/istanbul-lib-hook/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/istanbul-lib-hook/LICENSE create mode 100644 typescript/hello-world/node_modules/istanbul-lib-hook/README.md create mode 100644 typescript/hello-world/node_modules/istanbul-lib-hook/index.js create mode 100644 typescript/hello-world/node_modules/istanbul-lib-hook/package.json create mode 100644 typescript/hello-world/node_modules/istanbul-lib-instrument/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/istanbul-lib-instrument/LICENSE create mode 100644 typescript/hello-world/node_modules/istanbul-lib-instrument/README.md create mode 120000 typescript/hello-world/node_modules/istanbul-lib-instrument/node_modules/.bin/babylon create mode 120000 typescript/hello-world/node_modules/istanbul-lib-instrument/node_modules/.bin/semver create mode 100644 typescript/hello-world/node_modules/istanbul-lib-instrument/package.json create mode 100644 typescript/hello-world/node_modules/istanbul-lib-report/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/istanbul-lib-report/LICENSE create mode 100644 typescript/hello-world/node_modules/istanbul-lib-report/README.md create mode 100644 typescript/hello-world/node_modules/istanbul-lib-report/index.js create mode 120000 typescript/hello-world/node_modules/istanbul-lib-report/node_modules/.bin/mkdirp create mode 100644 typescript/hello-world/node_modules/istanbul-lib-report/node_modules/supports-color/browser.js create mode 100644 typescript/hello-world/node_modules/istanbul-lib-report/node_modules/supports-color/index.js create mode 100644 typescript/hello-world/node_modules/istanbul-lib-report/node_modules/supports-color/license create mode 100644 typescript/hello-world/node_modules/istanbul-lib-report/node_modules/supports-color/package.json create mode 100644 typescript/hello-world/node_modules/istanbul-lib-report/node_modules/supports-color/readme.md create mode 100644 typescript/hello-world/node_modules/istanbul-lib-report/package.json create mode 100644 typescript/hello-world/node_modules/istanbul-lib-source-maps/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/istanbul-lib-source-maps/LICENSE create mode 100644 typescript/hello-world/node_modules/istanbul-lib-source-maps/README.md create mode 100644 typescript/hello-world/node_modules/istanbul-lib-source-maps/index.js create mode 120000 typescript/hello-world/node_modules/istanbul-lib-source-maps/node_modules/.bin/mkdirp create mode 120000 typescript/hello-world/node_modules/istanbul-lib-source-maps/node_modules/.bin/rimraf create mode 100644 typescript/hello-world/node_modules/istanbul-lib-source-maps/package.json create mode 100644 typescript/hello-world/node_modules/istanbul-reports/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/istanbul-reports/LICENSE create mode 100644 typescript/hello-world/node_modules/istanbul-reports/README.md create mode 100644 typescript/hello-world/node_modules/istanbul-reports/index.js create mode 120000 typescript/hello-world/node_modules/istanbul-reports/node_modules/.bin/handlebars create mode 100644 typescript/hello-world/node_modules/istanbul-reports/package.json create mode 100644 typescript/hello-world/node_modules/jest-changed-files/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-changed-files/README.md create mode 100644 typescript/hello-world/node_modules/jest-changed-files/package.json create mode 100644 typescript/hello-world/node_modules/jest-cli/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-cli/README.md create mode 100755 typescript/hello-world/node_modules/jest-cli/bin/jest.js create mode 120000 typescript/hello-world/node_modules/jest-cli/node_modules/.bin/jest-runtime create mode 120000 typescript/hello-world/node_modules/jest-cli/node_modules/.bin/which create mode 100644 typescript/hello-world/node_modules/jest-cli/package.json create mode 100644 typescript/hello-world/node_modules/jest-config/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-config/package.json create mode 100644 typescript/hello-world/node_modules/jest-diff/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-diff/build-es5/constants.js create mode 100644 typescript/hello-world/node_modules/jest-diff/build-es5/diffStrings.js create mode 100644 typescript/hello-world/node_modules/jest-diff/build-es5/index.js create mode 100644 typescript/hello-world/node_modules/jest-diff/package.json create mode 100644 typescript/hello-world/node_modules/jest-docblock/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-docblock/package.json create mode 100644 typescript/hello-world/node_modules/jest-environment-jsdom/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-environment-jsdom/package.json create mode 100644 typescript/hello-world/node_modules/jest-environment-node/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-environment-node/package.json create mode 100644 typescript/hello-world/node_modules/jest-haste-map/.npmignore create mode 120000 typescript/hello-world/node_modules/jest-haste-map/node_modules/.bin/sane create mode 100644 typescript/hello-world/node_modules/jest-haste-map/package.json create mode 100644 typescript/hello-world/node_modules/jest-jasmine2/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-jasmine2/package.json create mode 100644 typescript/hello-world/node_modules/jest-matcher-utils/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-matcher-utils/build-es5/index.js create mode 100644 typescript/hello-world/node_modules/jest-matcher-utils/package.json create mode 100644 typescript/hello-world/node_modules/jest-matchers/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-matchers/build-es5/asymmetric-matchers.js create mode 100644 typescript/hello-world/node_modules/jest-matchers/build-es5/index.js create mode 100644 typescript/hello-world/node_modules/jest-matchers/build-es5/jasmine-utils.js create mode 100644 typescript/hello-world/node_modules/jest-matchers/build-es5/matchers.js create mode 100644 typescript/hello-world/node_modules/jest-matchers/build-es5/spyMatchers.js create mode 100644 typescript/hello-world/node_modules/jest-matchers/build-es5/toThrowMatchers.js create mode 100644 typescript/hello-world/node_modules/jest-matchers/build-es5/utils.js create mode 100644 typescript/hello-world/node_modules/jest-matchers/package.json create mode 100644 typescript/hello-world/node_modules/jest-message-util/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-message-util/build-es5/index.js create mode 100644 typescript/hello-world/node_modules/jest-message-util/package.json create mode 100644 typescript/hello-world/node_modules/jest-mock/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-mock/README.md create mode 100644 typescript/hello-world/node_modules/jest-mock/build-es5/index.js create mode 100644 typescript/hello-world/node_modules/jest-mock/package.json create mode 100644 typescript/hello-world/node_modules/jest-regex-util/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-regex-util/build-es5/index.js create mode 100644 typescript/hello-world/node_modules/jest-regex-util/package.json create mode 100644 typescript/hello-world/node_modules/jest-resolve-dependencies/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-resolve-dependencies/package.json create mode 100644 typescript/hello-world/node_modules/jest-resolve/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-resolve/package.json create mode 100644 typescript/hello-world/node_modules/jest-runtime/.npmignore create mode 100755 typescript/hello-world/node_modules/jest-runtime/bin/jest-runtime.js create mode 100644 typescript/hello-world/node_modules/jest-runtime/package.json create mode 100644 typescript/hello-world/node_modules/jest-snapshot/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-snapshot/package.json create mode 100644 typescript/hello-world/node_modules/jest-util/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-util/build-es5/Console.js create mode 100644 typescript/hello-world/node_modules/jest-util/build-es5/FakeTimers.js create mode 100644 typescript/hello-world/node_modules/jest-util/build-es5/NullConsole.js create mode 100644 typescript/hello-world/node_modules/jest-util/build-es5/clearLine.js create mode 100644 typescript/hello-world/node_modules/jest-util/build-es5/formatTestResults.js create mode 100644 typescript/hello-world/node_modules/jest-util/build-es5/index.js create mode 100644 typescript/hello-world/node_modules/jest-util/build-es5/installCommonGlobals.js create mode 100644 typescript/hello-world/node_modules/jest-util/build-es5/setGlobal.js create mode 100644 typescript/hello-world/node_modules/jest-util/build-es5/validateCLIOptions.js create mode 120000 typescript/hello-world/node_modules/jest-util/node_modules/.bin/mkdirp create mode 100644 typescript/hello-world/node_modules/jest-util/package.json create mode 100644 typescript/hello-world/node_modules/jest-validate/.npmignore create mode 100644 typescript/hello-world/node_modules/jest-validate/README.md create mode 100644 typescript/hello-world/node_modules/jest-validate/build-es5/condition.js create mode 100644 typescript/hello-world/node_modules/jest-validate/build-es5/defaultConfig.js create mode 100644 typescript/hello-world/node_modules/jest-validate/build-es5/deprecated.js create mode 100644 typescript/hello-world/node_modules/jest-validate/build-es5/errors.js create mode 100644 typescript/hello-world/node_modules/jest-validate/build-es5/exampleConfig.js create mode 100644 typescript/hello-world/node_modules/jest-validate/build-es5/index.js create mode 100644 typescript/hello-world/node_modules/jest-validate/build-es5/types.js create mode 100644 typescript/hello-world/node_modules/jest-validate/build-es5/utils.js create mode 100644 typescript/hello-world/node_modules/jest-validate/build-es5/validate.js create mode 100644 typescript/hello-world/node_modules/jest-validate/build-es5/warnings.js create mode 100644 typescript/hello-world/node_modules/jest-validate/package.json create mode 100644 typescript/hello-world/node_modules/jest/.npmignore create mode 100644 typescript/hello-world/node_modules/jest/README.md create mode 100755 typescript/hello-world/node_modules/jest/bin/jest.js create mode 120000 typescript/hello-world/node_modules/jest/node_modules/.bin/jest create mode 100644 typescript/hello-world/node_modules/jest/package.json create mode 100644 typescript/hello-world/node_modules/js-tokens/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/js-tokens/LICENSE create mode 100644 typescript/hello-world/node_modules/js-tokens/README.md create mode 100644 typescript/hello-world/node_modules/js-tokens/index.js create mode 100644 typescript/hello-world/node_modules/js-tokens/package.json create mode 100644 typescript/hello-world/node_modules/js-yaml/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/js-yaml/LICENSE create mode 100644 typescript/hello-world/node_modules/js-yaml/README.md create mode 100755 typescript/hello-world/node_modules/js-yaml/bin/js-yaml.js create mode 100644 typescript/hello-world/node_modules/js-yaml/index.js create mode 120000 typescript/hello-world/node_modules/js-yaml/node_modules/.bin/esparse create mode 120000 typescript/hello-world/node_modules/js-yaml/node_modules/.bin/esvalidate create mode 100644 typescript/hello-world/node_modules/js-yaml/package.json create mode 100644 typescript/hello-world/node_modules/jsbn/.npmignore create mode 100644 typescript/hello-world/node_modules/jsbn/LICENSE create mode 100644 typescript/hello-world/node_modules/jsbn/README.md create mode 100644 typescript/hello-world/node_modules/jsbn/example.html create mode 100644 typescript/hello-world/node_modules/jsbn/example.js create mode 100644 typescript/hello-world/node_modules/jsbn/index.js create mode 100644 typescript/hello-world/node_modules/jsbn/package.json create mode 100644 typescript/hello-world/node_modules/jsdom/Changelog.md create mode 100644 typescript/hello-world/node_modules/jsdom/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/jsdom/README.md create mode 120000 typescript/hello-world/node_modules/jsdom/node_modules/.bin/acorn create mode 120000 typescript/hello-world/node_modules/jsdom/node_modules/.bin/escodegen create mode 120000 typescript/hello-world/node_modules/jsdom/node_modules/.bin/esgenerate create mode 100644 typescript/hello-world/node_modules/jsdom/package.json create mode 100644 typescript/hello-world/node_modules/jsesc/LICENSE-MIT.txt create mode 100755 typescript/hello-world/node_modules/jsesc/bin/jsesc create mode 100644 typescript/hello-world/node_modules/jsesc/jsesc.js create mode 100644 typescript/hello-world/node_modules/jsesc/man/jsesc.1 create mode 100644 typescript/hello-world/node_modules/jsesc/package.json create mode 100644 typescript/hello-world/node_modules/json-schema/README.md create mode 100644 typescript/hello-world/node_modules/json-schema/draft-00/hyper-schema create mode 100644 typescript/hello-world/node_modules/json-schema/draft-00/json-ref create mode 100644 typescript/hello-world/node_modules/json-schema/draft-00/links create mode 100644 typescript/hello-world/node_modules/json-schema/draft-00/schema create mode 100644 typescript/hello-world/node_modules/json-schema/draft-01/hyper-schema create mode 100644 typescript/hello-world/node_modules/json-schema/draft-01/json-ref create mode 100644 typescript/hello-world/node_modules/json-schema/draft-01/links create mode 100644 typescript/hello-world/node_modules/json-schema/draft-01/schema create mode 100644 typescript/hello-world/node_modules/json-schema/draft-02/hyper-schema create mode 100644 typescript/hello-world/node_modules/json-schema/draft-02/json-ref create mode 100644 typescript/hello-world/node_modules/json-schema/draft-02/links create mode 100644 typescript/hello-world/node_modules/json-schema/draft-02/schema create mode 100644 typescript/hello-world/node_modules/json-schema/draft-03/examples/address create mode 100644 typescript/hello-world/node_modules/json-schema/draft-03/examples/calendar create mode 100644 typescript/hello-world/node_modules/json-schema/draft-03/examples/card create mode 100644 typescript/hello-world/node_modules/json-schema/draft-03/examples/geo create mode 100644 typescript/hello-world/node_modules/json-schema/draft-03/examples/interfaces create mode 100644 typescript/hello-world/node_modules/json-schema/draft-03/hyper-schema create mode 100644 typescript/hello-world/node_modules/json-schema/draft-03/json-ref create mode 100644 typescript/hello-world/node_modules/json-schema/draft-03/links create mode 100644 typescript/hello-world/node_modules/json-schema/draft-03/schema create mode 100644 typescript/hello-world/node_modules/json-schema/draft-04/hyper-schema create mode 100644 typescript/hello-world/node_modules/json-schema/draft-04/links create mode 100644 typescript/hello-world/node_modules/json-schema/draft-04/schema create mode 100644 typescript/hello-world/node_modules/json-schema/draft-zyp-json-schema-03.xml create mode 100644 typescript/hello-world/node_modules/json-schema/draft-zyp-json-schema-04.xml create mode 100644 typescript/hello-world/node_modules/json-schema/package.json create mode 100644 typescript/hello-world/node_modules/json-schema/test/tests.js create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/.npmignore create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/.travis.yml create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/LICENSE create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/example/key_cmp.js create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/example/nested.js create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/example/str.js create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/example/value_cmp.js create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/index.js create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/package.json create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/readme.markdown create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/test/cmp.js create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/test/nested.js create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/test/replacer.js create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/test/space.js create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/test/str.js create mode 100644 typescript/hello-world/node_modules/json-stable-stringify/test/to-json.js create mode 100644 typescript/hello-world/node_modules/json-stringify-safe/.npmignore create mode 100644 typescript/hello-world/node_modules/json-stringify-safe/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/json-stringify-safe/LICENSE create mode 100644 typescript/hello-world/node_modules/json-stringify-safe/Makefile create mode 100644 typescript/hello-world/node_modules/json-stringify-safe/README.md create mode 100644 typescript/hello-world/node_modules/json-stringify-safe/package.json create mode 100644 typescript/hello-world/node_modules/json-stringify-safe/stringify.js create mode 100644 typescript/hello-world/node_modules/json-stringify-safe/test/mocha.opts create mode 100644 typescript/hello-world/node_modules/json-stringify-safe/test/stringify_test.js create mode 100644 typescript/hello-world/node_modules/json5/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/json5/LICENSE.md create mode 100644 typescript/hello-world/node_modules/json5/README.md create mode 100644 typescript/hello-world/node_modules/json5/package.json create mode 100644 typescript/hello-world/node_modules/jsonfile/.npmignore create mode 100644 typescript/hello-world/node_modules/jsonfile/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/jsonfile/LICENSE create mode 100644 typescript/hello-world/node_modules/jsonfile/README.md create mode 100644 typescript/hello-world/node_modules/jsonfile/index.js create mode 100644 typescript/hello-world/node_modules/jsonfile/package.json create mode 100644 typescript/hello-world/node_modules/jsonify/README.markdown create mode 100644 typescript/hello-world/node_modules/jsonify/index.js create mode 100644 typescript/hello-world/node_modules/jsonify/package.json create mode 100644 typescript/hello-world/node_modules/jsonify/test/parse.js create mode 100644 typescript/hello-world/node_modules/jsonify/test/stringify.js create mode 100644 typescript/hello-world/node_modules/jsprim/CHANGES.md create mode 100644 typescript/hello-world/node_modules/jsprim/LICENSE create mode 100644 typescript/hello-world/node_modules/jsprim/README.md create mode 100644 typescript/hello-world/node_modules/jsprim/package.json create mode 100644 typescript/hello-world/node_modules/kind-of/LICENSE create mode 100644 typescript/hello-world/node_modules/kind-of/README.md create mode 100644 typescript/hello-world/node_modules/kind-of/index.js create mode 100644 typescript/hello-world/node_modules/kind-of/package.json create mode 100644 typescript/hello-world/node_modules/lazy-cache/LICENSE create mode 100644 typescript/hello-world/node_modules/lazy-cache/README.md create mode 100644 typescript/hello-world/node_modules/lazy-cache/index.js create mode 100644 typescript/hello-world/node_modules/lazy-cache/package.json create mode 100644 typescript/hello-world/node_modules/lcid/index.js create mode 100644 typescript/hello-world/node_modules/lcid/lcid.json create mode 100644 typescript/hello-world/node_modules/lcid/license create mode 100644 typescript/hello-world/node_modules/lcid/package.json create mode 100644 typescript/hello-world/node_modules/lcid/readme.md create mode 100644 typescript/hello-world/node_modules/leven/index.js create mode 100644 typescript/hello-world/node_modules/leven/license create mode 100644 typescript/hello-world/node_modules/leven/package.json create mode 100644 typescript/hello-world/node_modules/leven/readme.md create mode 100644 typescript/hello-world/node_modules/levn/LICENSE create mode 100644 typescript/hello-world/node_modules/levn/README.md create mode 100644 typescript/hello-world/node_modules/levn/package.json create mode 100644 typescript/hello-world/node_modules/load-json-file/index.js create mode 100644 typescript/hello-world/node_modules/load-json-file/license create mode 100644 typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/index.js create mode 100644 typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/license create mode 100644 typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/package.json create mode 100644 typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/readme.md create mode 100644 typescript/hello-world/node_modules/load-json-file/package.json create mode 100644 typescript/hello-world/node_modules/load-json-file/readme.md create mode 100644 typescript/hello-world/node_modules/locate-path/index.js create mode 100644 typescript/hello-world/node_modules/locate-path/license create mode 100644 typescript/hello-world/node_modules/locate-path/node_modules/path-exists/index.js create mode 100644 typescript/hello-world/node_modules/locate-path/node_modules/path-exists/license create mode 100644 typescript/hello-world/node_modules/locate-path/node_modules/path-exists/package.json create mode 100644 typescript/hello-world/node_modules/locate-path/node_modules/path-exists/readme.md create mode 100644 typescript/hello-world/node_modules/locate-path/package.json create mode 100644 typescript/hello-world/node_modules/locate-path/readme.md create mode 100644 typescript/hello-world/node_modules/lodash/LICENSE create mode 100644 typescript/hello-world/node_modules/lodash/README.md create mode 100644 typescript/hello-world/node_modules/lodash/_DataView.js create mode 100644 typescript/hello-world/node_modules/lodash/_Hash.js create mode 100644 typescript/hello-world/node_modules/lodash/_LazyWrapper.js create mode 100644 typescript/hello-world/node_modules/lodash/_ListCache.js create mode 100644 typescript/hello-world/node_modules/lodash/_LodashWrapper.js create mode 100644 typescript/hello-world/node_modules/lodash/_Map.js create mode 100644 typescript/hello-world/node_modules/lodash/_MapCache.js create mode 100644 typescript/hello-world/node_modules/lodash/_Promise.js create mode 100644 typescript/hello-world/node_modules/lodash/_Set.js create mode 100644 typescript/hello-world/node_modules/lodash/_SetCache.js create mode 100644 typescript/hello-world/node_modules/lodash/_Stack.js create mode 100644 typescript/hello-world/node_modules/lodash/_Symbol.js create mode 100644 typescript/hello-world/node_modules/lodash/_Uint8Array.js create mode 100644 typescript/hello-world/node_modules/lodash/_WeakMap.js create mode 100644 typescript/hello-world/node_modules/lodash/_addMapEntry.js create mode 100644 typescript/hello-world/node_modules/lodash/_addSetEntry.js create mode 100644 typescript/hello-world/node_modules/lodash/_apply.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayAggregator.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayEach.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayEachRight.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayEvery.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayFilter.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayIncludes.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayIncludesWith.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayLikeKeys.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayMap.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayPush.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayReduce.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayReduceRight.js create mode 100644 typescript/hello-world/node_modules/lodash/_arraySample.js create mode 100644 typescript/hello-world/node_modules/lodash/_arraySampleSize.js create mode 100644 typescript/hello-world/node_modules/lodash/_arrayShuffle.js create mode 100644 typescript/hello-world/node_modules/lodash/_arraySome.js create mode 100644 typescript/hello-world/node_modules/lodash/_asciiSize.js create mode 100644 typescript/hello-world/node_modules/lodash/_asciiToArray.js create mode 100644 typescript/hello-world/node_modules/lodash/_asciiWords.js create mode 100644 typescript/hello-world/node_modules/lodash/_assignMergeValue.js create mode 100644 typescript/hello-world/node_modules/lodash/_assignValue.js create mode 100644 typescript/hello-world/node_modules/lodash/_assocIndexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseAggregator.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseAssign.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseAssignIn.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseAssignValue.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseAt.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseClamp.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseClone.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseConforms.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseConformsTo.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseCreate.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseDelay.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseDifference.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseEach.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseEachRight.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseEvery.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseExtremum.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseFill.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseFilter.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseFindIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseFindKey.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseFlatten.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseFor.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseForOwn.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseForOwnRight.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseForRight.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseFunctions.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseGet.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseGetAllKeys.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseGetTag.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseGt.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseHas.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseHasIn.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseInRange.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIndexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIndexOfWith.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIntersection.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseInverter.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseInvoke.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsArguments.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsArrayBuffer.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsDate.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsEqual.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsEqualDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsMap.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsMatch.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsNaN.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsNative.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsRegExp.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsSet.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIsTypedArray.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseIteratee.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseKeys.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseKeysIn.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseLodash.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseLt.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseMap.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseMatches.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseMatchesProperty.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseMean.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseMerge.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseMergeDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseNth.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseOrderBy.js create mode 100644 typescript/hello-world/node_modules/lodash/_basePick.js create mode 100644 typescript/hello-world/node_modules/lodash/_basePickBy.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseProperty.js create mode 100644 typescript/hello-world/node_modules/lodash/_basePropertyDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/_basePropertyOf.js create mode 100644 typescript/hello-world/node_modules/lodash/_basePullAll.js create mode 100644 typescript/hello-world/node_modules/lodash/_basePullAt.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseRandom.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseRange.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseReduce.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseRepeat.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseRest.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSample.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSampleSize.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSet.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSetData.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSetToString.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseShuffle.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSlice.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSome.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSortBy.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSortedIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSortedIndexBy.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSortedUniq.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseSum.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseTimes.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseToNumber.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseToPairs.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseToString.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseUnary.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseUniq.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseUnset.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseUpdate.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseValues.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseWhile.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseWrapperValue.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseXor.js create mode 100644 typescript/hello-world/node_modules/lodash/_baseZipObject.js create mode 100644 typescript/hello-world/node_modules/lodash/_cacheHas.js create mode 100644 typescript/hello-world/node_modules/lodash/_castArrayLikeObject.js create mode 100644 typescript/hello-world/node_modules/lodash/_castFunction.js create mode 100644 typescript/hello-world/node_modules/lodash/_castPath.js create mode 100644 typescript/hello-world/node_modules/lodash/_castRest.js create mode 100644 typescript/hello-world/node_modules/lodash/_castSlice.js create mode 100644 typescript/hello-world/node_modules/lodash/_charsEndIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/_charsStartIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/_cloneArrayBuffer.js create mode 100644 typescript/hello-world/node_modules/lodash/_cloneBuffer.js create mode 100644 typescript/hello-world/node_modules/lodash/_cloneDataView.js create mode 100644 typescript/hello-world/node_modules/lodash/_cloneMap.js create mode 100644 typescript/hello-world/node_modules/lodash/_cloneRegExp.js create mode 100644 typescript/hello-world/node_modules/lodash/_cloneSet.js create mode 100644 typescript/hello-world/node_modules/lodash/_cloneSymbol.js create mode 100644 typescript/hello-world/node_modules/lodash/_cloneTypedArray.js create mode 100644 typescript/hello-world/node_modules/lodash/_compareAscending.js create mode 100644 typescript/hello-world/node_modules/lodash/_compareMultiple.js create mode 100644 typescript/hello-world/node_modules/lodash/_composeArgs.js create mode 100644 typescript/hello-world/node_modules/lodash/_composeArgsRight.js create mode 100644 typescript/hello-world/node_modules/lodash/_copyArray.js create mode 100644 typescript/hello-world/node_modules/lodash/_copyObject.js create mode 100644 typescript/hello-world/node_modules/lodash/_copySymbols.js create mode 100644 typescript/hello-world/node_modules/lodash/_copySymbolsIn.js create mode 100644 typescript/hello-world/node_modules/lodash/_coreJsData.js create mode 100644 typescript/hello-world/node_modules/lodash/_countHolders.js create mode 100644 typescript/hello-world/node_modules/lodash/_createAggregator.js create mode 100644 typescript/hello-world/node_modules/lodash/_createAssigner.js create mode 100644 typescript/hello-world/node_modules/lodash/_createBaseEach.js create mode 100644 typescript/hello-world/node_modules/lodash/_createBaseFor.js create mode 100644 typescript/hello-world/node_modules/lodash/_createBind.js create mode 100644 typescript/hello-world/node_modules/lodash/_createCaseFirst.js create mode 100644 typescript/hello-world/node_modules/lodash/_createCompounder.js create mode 100644 typescript/hello-world/node_modules/lodash/_createCtor.js create mode 100644 typescript/hello-world/node_modules/lodash/_createCurry.js create mode 100644 typescript/hello-world/node_modules/lodash/_createFind.js create mode 100644 typescript/hello-world/node_modules/lodash/_createFlow.js create mode 100644 typescript/hello-world/node_modules/lodash/_createHybrid.js create mode 100644 typescript/hello-world/node_modules/lodash/_createInverter.js create mode 100644 typescript/hello-world/node_modules/lodash/_createMathOperation.js create mode 100644 typescript/hello-world/node_modules/lodash/_createOver.js create mode 100644 typescript/hello-world/node_modules/lodash/_createPadding.js create mode 100644 typescript/hello-world/node_modules/lodash/_createPartial.js create mode 100644 typescript/hello-world/node_modules/lodash/_createRange.js create mode 100644 typescript/hello-world/node_modules/lodash/_createRecurry.js create mode 100644 typescript/hello-world/node_modules/lodash/_createRelationalOperation.js create mode 100644 typescript/hello-world/node_modules/lodash/_createRound.js create mode 100644 typescript/hello-world/node_modules/lodash/_createSet.js create mode 100644 typescript/hello-world/node_modules/lodash/_createToPairs.js create mode 100644 typescript/hello-world/node_modules/lodash/_createWrap.js create mode 100644 typescript/hello-world/node_modules/lodash/_customDefaultsAssignIn.js create mode 100644 typescript/hello-world/node_modules/lodash/_customDefaultsMerge.js create mode 100644 typescript/hello-world/node_modules/lodash/_customOmitClone.js create mode 100644 typescript/hello-world/node_modules/lodash/_deburrLetter.js create mode 100644 typescript/hello-world/node_modules/lodash/_defineProperty.js create mode 100644 typescript/hello-world/node_modules/lodash/_equalArrays.js create mode 100644 typescript/hello-world/node_modules/lodash/_equalByTag.js create mode 100644 typescript/hello-world/node_modules/lodash/_equalObjects.js create mode 100644 typescript/hello-world/node_modules/lodash/_escapeHtmlChar.js create mode 100644 typescript/hello-world/node_modules/lodash/_escapeStringChar.js create mode 100644 typescript/hello-world/node_modules/lodash/_flatRest.js create mode 100644 typescript/hello-world/node_modules/lodash/_freeGlobal.js create mode 100644 typescript/hello-world/node_modules/lodash/_getAllKeys.js create mode 100644 typescript/hello-world/node_modules/lodash/_getAllKeysIn.js create mode 100644 typescript/hello-world/node_modules/lodash/_getData.js create mode 100644 typescript/hello-world/node_modules/lodash/_getFuncName.js create mode 100644 typescript/hello-world/node_modules/lodash/_getHolder.js create mode 100644 typescript/hello-world/node_modules/lodash/_getMapData.js create mode 100644 typescript/hello-world/node_modules/lodash/_getMatchData.js create mode 100644 typescript/hello-world/node_modules/lodash/_getNative.js create mode 100644 typescript/hello-world/node_modules/lodash/_getPrototype.js create mode 100644 typescript/hello-world/node_modules/lodash/_getRawTag.js create mode 100644 typescript/hello-world/node_modules/lodash/_getSymbols.js create mode 100644 typescript/hello-world/node_modules/lodash/_getSymbolsIn.js create mode 100644 typescript/hello-world/node_modules/lodash/_getTag.js create mode 100644 typescript/hello-world/node_modules/lodash/_getValue.js create mode 100644 typescript/hello-world/node_modules/lodash/_getView.js create mode 100644 typescript/hello-world/node_modules/lodash/_getWrapDetails.js create mode 100644 typescript/hello-world/node_modules/lodash/_hasPath.js create mode 100644 typescript/hello-world/node_modules/lodash/_hasUnicode.js create mode 100644 typescript/hello-world/node_modules/lodash/_hasUnicodeWord.js create mode 100644 typescript/hello-world/node_modules/lodash/_hashClear.js create mode 100644 typescript/hello-world/node_modules/lodash/_hashDelete.js create mode 100644 typescript/hello-world/node_modules/lodash/_hashGet.js create mode 100644 typescript/hello-world/node_modules/lodash/_hashHas.js create mode 100644 typescript/hello-world/node_modules/lodash/_hashSet.js create mode 100644 typescript/hello-world/node_modules/lodash/_initCloneArray.js create mode 100644 typescript/hello-world/node_modules/lodash/_initCloneByTag.js create mode 100644 typescript/hello-world/node_modules/lodash/_initCloneObject.js create mode 100644 typescript/hello-world/node_modules/lodash/_insertWrapDetails.js create mode 100644 typescript/hello-world/node_modules/lodash/_isFlattenable.js create mode 100644 typescript/hello-world/node_modules/lodash/_isIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/_isIterateeCall.js create mode 100644 typescript/hello-world/node_modules/lodash/_isKey.js create mode 100644 typescript/hello-world/node_modules/lodash/_isKeyable.js create mode 100644 typescript/hello-world/node_modules/lodash/_isLaziable.js create mode 100644 typescript/hello-world/node_modules/lodash/_isMaskable.js create mode 100644 typescript/hello-world/node_modules/lodash/_isMasked.js create mode 100644 typescript/hello-world/node_modules/lodash/_isPrototype.js create mode 100644 typescript/hello-world/node_modules/lodash/_isStrictComparable.js create mode 100644 typescript/hello-world/node_modules/lodash/_iteratorToArray.js create mode 100644 typescript/hello-world/node_modules/lodash/_lazyClone.js create mode 100644 typescript/hello-world/node_modules/lodash/_lazyReverse.js create mode 100644 typescript/hello-world/node_modules/lodash/_lazyValue.js create mode 100644 typescript/hello-world/node_modules/lodash/_listCacheClear.js create mode 100644 typescript/hello-world/node_modules/lodash/_listCacheDelete.js create mode 100644 typescript/hello-world/node_modules/lodash/_listCacheGet.js create mode 100644 typescript/hello-world/node_modules/lodash/_listCacheHas.js create mode 100644 typescript/hello-world/node_modules/lodash/_listCacheSet.js create mode 100644 typescript/hello-world/node_modules/lodash/_mapCacheClear.js create mode 100644 typescript/hello-world/node_modules/lodash/_mapCacheDelete.js create mode 100644 typescript/hello-world/node_modules/lodash/_mapCacheGet.js create mode 100644 typescript/hello-world/node_modules/lodash/_mapCacheHas.js create mode 100644 typescript/hello-world/node_modules/lodash/_mapCacheSet.js create mode 100644 typescript/hello-world/node_modules/lodash/_mapToArray.js create mode 100644 typescript/hello-world/node_modules/lodash/_matchesStrictComparable.js create mode 100644 typescript/hello-world/node_modules/lodash/_memoizeCapped.js create mode 100644 typescript/hello-world/node_modules/lodash/_mergeData.js create mode 100644 typescript/hello-world/node_modules/lodash/_metaMap.js create mode 100644 typescript/hello-world/node_modules/lodash/_nativeCreate.js create mode 100644 typescript/hello-world/node_modules/lodash/_nativeKeys.js create mode 100644 typescript/hello-world/node_modules/lodash/_nativeKeysIn.js create mode 100644 typescript/hello-world/node_modules/lodash/_nodeUtil.js create mode 100644 typescript/hello-world/node_modules/lodash/_objectToString.js create mode 100644 typescript/hello-world/node_modules/lodash/_overArg.js create mode 100644 typescript/hello-world/node_modules/lodash/_overRest.js create mode 100644 typescript/hello-world/node_modules/lodash/_parent.js create mode 100644 typescript/hello-world/node_modules/lodash/_reEscape.js create mode 100644 typescript/hello-world/node_modules/lodash/_reEvaluate.js create mode 100644 typescript/hello-world/node_modules/lodash/_reInterpolate.js create mode 100644 typescript/hello-world/node_modules/lodash/_realNames.js create mode 100644 typescript/hello-world/node_modules/lodash/_reorder.js create mode 100644 typescript/hello-world/node_modules/lodash/_replaceHolders.js create mode 100644 typescript/hello-world/node_modules/lodash/_root.js create mode 100644 typescript/hello-world/node_modules/lodash/_setCacheAdd.js create mode 100644 typescript/hello-world/node_modules/lodash/_setCacheHas.js create mode 100644 typescript/hello-world/node_modules/lodash/_setData.js create mode 100644 typescript/hello-world/node_modules/lodash/_setToArray.js create mode 100644 typescript/hello-world/node_modules/lodash/_setToPairs.js create mode 100644 typescript/hello-world/node_modules/lodash/_setToString.js create mode 100644 typescript/hello-world/node_modules/lodash/_setWrapToString.js create mode 100644 typescript/hello-world/node_modules/lodash/_shortOut.js create mode 100644 typescript/hello-world/node_modules/lodash/_shuffleSelf.js create mode 100644 typescript/hello-world/node_modules/lodash/_stackClear.js create mode 100644 typescript/hello-world/node_modules/lodash/_stackDelete.js create mode 100644 typescript/hello-world/node_modules/lodash/_stackGet.js create mode 100644 typescript/hello-world/node_modules/lodash/_stackHas.js create mode 100644 typescript/hello-world/node_modules/lodash/_stackSet.js create mode 100644 typescript/hello-world/node_modules/lodash/_strictIndexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/_strictLastIndexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/_stringSize.js create mode 100644 typescript/hello-world/node_modules/lodash/_stringToArray.js create mode 100644 typescript/hello-world/node_modules/lodash/_stringToPath.js create mode 100644 typescript/hello-world/node_modules/lodash/_toKey.js create mode 100644 typescript/hello-world/node_modules/lodash/_toSource.js create mode 100644 typescript/hello-world/node_modules/lodash/_unescapeHtmlChar.js create mode 100644 typescript/hello-world/node_modules/lodash/_unicodeSize.js create mode 100644 typescript/hello-world/node_modules/lodash/_unicodeToArray.js create mode 100644 typescript/hello-world/node_modules/lodash/_unicodeWords.js create mode 100644 typescript/hello-world/node_modules/lodash/_updateWrapDetails.js create mode 100644 typescript/hello-world/node_modules/lodash/_wrapperClone.js create mode 100644 typescript/hello-world/node_modules/lodash/add.js create mode 100644 typescript/hello-world/node_modules/lodash/after.js create mode 100644 typescript/hello-world/node_modules/lodash/array.js create mode 100644 typescript/hello-world/node_modules/lodash/ary.js create mode 100644 typescript/hello-world/node_modules/lodash/assign.js create mode 100644 typescript/hello-world/node_modules/lodash/assignIn.js create mode 100644 typescript/hello-world/node_modules/lodash/assignInWith.js create mode 100644 typescript/hello-world/node_modules/lodash/assignWith.js create mode 100644 typescript/hello-world/node_modules/lodash/at.js create mode 100644 typescript/hello-world/node_modules/lodash/attempt.js create mode 100644 typescript/hello-world/node_modules/lodash/before.js create mode 100644 typescript/hello-world/node_modules/lodash/bind.js create mode 100644 typescript/hello-world/node_modules/lodash/bindAll.js create mode 100644 typescript/hello-world/node_modules/lodash/bindKey.js create mode 100644 typescript/hello-world/node_modules/lodash/camelCase.js create mode 100644 typescript/hello-world/node_modules/lodash/capitalize.js create mode 100644 typescript/hello-world/node_modules/lodash/castArray.js create mode 100644 typescript/hello-world/node_modules/lodash/ceil.js create mode 100644 typescript/hello-world/node_modules/lodash/chain.js create mode 100644 typescript/hello-world/node_modules/lodash/chunk.js create mode 100644 typescript/hello-world/node_modules/lodash/clamp.js create mode 100644 typescript/hello-world/node_modules/lodash/clone.js create mode 100644 typescript/hello-world/node_modules/lodash/cloneDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/cloneDeepWith.js create mode 100644 typescript/hello-world/node_modules/lodash/cloneWith.js create mode 100644 typescript/hello-world/node_modules/lodash/collection.js create mode 100644 typescript/hello-world/node_modules/lodash/commit.js create mode 100644 typescript/hello-world/node_modules/lodash/compact.js create mode 100644 typescript/hello-world/node_modules/lodash/concat.js create mode 100644 typescript/hello-world/node_modules/lodash/cond.js create mode 100644 typescript/hello-world/node_modules/lodash/conforms.js create mode 100644 typescript/hello-world/node_modules/lodash/conformsTo.js create mode 100644 typescript/hello-world/node_modules/lodash/constant.js create mode 100644 typescript/hello-world/node_modules/lodash/core.js create mode 100644 typescript/hello-world/node_modules/lodash/core.min.js create mode 100644 typescript/hello-world/node_modules/lodash/countBy.js create mode 100644 typescript/hello-world/node_modules/lodash/create.js create mode 100644 typescript/hello-world/node_modules/lodash/curry.js create mode 100644 typescript/hello-world/node_modules/lodash/curryRight.js create mode 100644 typescript/hello-world/node_modules/lodash/date.js create mode 100644 typescript/hello-world/node_modules/lodash/debounce.js create mode 100644 typescript/hello-world/node_modules/lodash/deburr.js create mode 100644 typescript/hello-world/node_modules/lodash/defaultTo.js create mode 100644 typescript/hello-world/node_modules/lodash/defaults.js create mode 100644 typescript/hello-world/node_modules/lodash/defaultsDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/defer.js create mode 100644 typescript/hello-world/node_modules/lodash/delay.js create mode 100644 typescript/hello-world/node_modules/lodash/difference.js create mode 100644 typescript/hello-world/node_modules/lodash/differenceBy.js create mode 100644 typescript/hello-world/node_modules/lodash/differenceWith.js create mode 100644 typescript/hello-world/node_modules/lodash/divide.js create mode 100644 typescript/hello-world/node_modules/lodash/drop.js create mode 100644 typescript/hello-world/node_modules/lodash/dropRight.js create mode 100644 typescript/hello-world/node_modules/lodash/dropRightWhile.js create mode 100644 typescript/hello-world/node_modules/lodash/dropWhile.js create mode 100644 typescript/hello-world/node_modules/lodash/each.js create mode 100644 typescript/hello-world/node_modules/lodash/eachRight.js create mode 100644 typescript/hello-world/node_modules/lodash/endsWith.js create mode 100644 typescript/hello-world/node_modules/lodash/entries.js create mode 100644 typescript/hello-world/node_modules/lodash/entriesIn.js create mode 100644 typescript/hello-world/node_modules/lodash/eq.js create mode 100644 typescript/hello-world/node_modules/lodash/escape.js create mode 100644 typescript/hello-world/node_modules/lodash/escapeRegExp.js create mode 100644 typescript/hello-world/node_modules/lodash/every.js create mode 100644 typescript/hello-world/node_modules/lodash/extend.js create mode 100644 typescript/hello-world/node_modules/lodash/extendWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fill.js create mode 100644 typescript/hello-world/node_modules/lodash/filter.js create mode 100644 typescript/hello-world/node_modules/lodash/find.js create mode 100644 typescript/hello-world/node_modules/lodash/findIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/findKey.js create mode 100644 typescript/hello-world/node_modules/lodash/findLast.js create mode 100644 typescript/hello-world/node_modules/lodash/findLastIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/findLastKey.js create mode 100644 typescript/hello-world/node_modules/lodash/first.js create mode 100644 typescript/hello-world/node_modules/lodash/flatMap.js create mode 100644 typescript/hello-world/node_modules/lodash/flatMapDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/flatMapDepth.js create mode 100644 typescript/hello-world/node_modules/lodash/flatten.js create mode 100644 typescript/hello-world/node_modules/lodash/flattenDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/flattenDepth.js create mode 100644 typescript/hello-world/node_modules/lodash/flip.js create mode 100644 typescript/hello-world/node_modules/lodash/floor.js create mode 100644 typescript/hello-world/node_modules/lodash/flow.js create mode 100644 typescript/hello-world/node_modules/lodash/flowRight.js create mode 100644 typescript/hello-world/node_modules/lodash/forEach.js create mode 100644 typescript/hello-world/node_modules/lodash/forEachRight.js create mode 100644 typescript/hello-world/node_modules/lodash/forIn.js create mode 100644 typescript/hello-world/node_modules/lodash/forInRight.js create mode 100644 typescript/hello-world/node_modules/lodash/forOwn.js create mode 100644 typescript/hello-world/node_modules/lodash/forOwnRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/F.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/T.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/__.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/_baseConvert.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/_convertBrowser.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/_falseOptions.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/_mapping.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/_util.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/add.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/after.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/all.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/allPass.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/always.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/any.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/anyPass.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/apply.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/array.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/ary.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/assign.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/assignAll.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/assignAllWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/assignIn.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/assignInAll.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/assignInAllWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/assignInWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/assignWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/assoc.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/assocPath.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/at.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/attempt.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/before.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/bind.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/bindAll.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/bindKey.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/camelCase.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/capitalize.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/castArray.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/ceil.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/chain.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/chunk.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/clamp.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/clone.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/cloneDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/cloneDeepWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/cloneWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/collection.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/commit.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/compact.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/complement.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/compose.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/concat.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/cond.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/conforms.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/conformsTo.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/constant.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/contains.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/convert.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/countBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/create.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/curry.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/curryN.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/curryRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/curryRightN.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/date.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/debounce.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/deburr.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/defaultTo.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/defaults.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/defaultsAll.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/defaultsDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/defaultsDeepAll.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/defer.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/delay.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/difference.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/differenceBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/differenceWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/dissoc.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/dissocPath.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/divide.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/drop.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/dropLast.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/dropLastWhile.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/dropRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/dropRightWhile.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/dropWhile.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/each.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/eachRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/endsWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/entries.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/entriesIn.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/eq.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/equals.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/escape.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/escapeRegExp.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/every.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/extend.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/extendAll.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/extendAllWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/extendWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/fill.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/filter.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/find.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/findFrom.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/findIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/findIndexFrom.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/findKey.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/findLast.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/findLastFrom.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/findLastIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/findLastIndexFrom.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/findLastKey.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/first.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/flatMap.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/flatMapDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/flatMapDepth.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/flatten.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/flattenDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/flattenDepth.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/flip.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/floor.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/flow.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/flowRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/forEach.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/forEachRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/forIn.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/forInRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/forOwn.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/forOwnRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/fromPairs.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/function.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/functions.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/functionsIn.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/get.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/getOr.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/groupBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/gt.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/gte.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/has.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/hasIn.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/head.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/identical.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/identity.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/inRange.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/includes.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/includesFrom.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/indexBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/indexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/indexOfFrom.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/init.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/initial.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/intersection.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/intersectionBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/intersectionWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/invert.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/invertBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/invertObj.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/invoke.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/invokeArgs.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/invokeArgsMap.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/invokeMap.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isArguments.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isArray.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isArrayBuffer.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isArrayLike.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isArrayLikeObject.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isBoolean.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isBuffer.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isDate.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isElement.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isEmpty.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isEqual.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isEqualWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isError.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isFinite.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isFunction.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isInteger.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isLength.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isMap.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isMatch.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isMatchWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isNaN.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isNative.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isNil.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isNull.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isNumber.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isObject.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isObjectLike.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isPlainObject.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isRegExp.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isSafeInteger.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isSet.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isString.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isSymbol.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isTypedArray.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isUndefined.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isWeakMap.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/isWeakSet.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/iteratee.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/join.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/juxt.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/kebabCase.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/keyBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/keys.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/keysIn.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/lang.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/last.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/lastIndexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/lastIndexOfFrom.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/lowerCase.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/lowerFirst.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/lt.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/lte.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/map.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/mapKeys.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/mapValues.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/matches.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/matchesProperty.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/math.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/max.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/maxBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/mean.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/meanBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/memoize.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/merge.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/mergeAll.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/mergeAllWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/mergeWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/method.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/methodOf.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/min.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/minBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/mixin.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/multiply.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/nAry.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/negate.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/next.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/noop.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/now.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/nth.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/nthArg.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/number.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/object.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/omit.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/omitAll.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/omitBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/once.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/orderBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/over.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/overArgs.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/overEvery.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/overSome.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pad.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/padChars.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/padCharsEnd.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/padCharsStart.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/padEnd.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/padStart.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/parseInt.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/partial.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/partialRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/partition.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/path.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pathEq.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pathOr.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/paths.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pick.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pickAll.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pickBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pipe.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/placeholder.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/plant.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pluck.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/prop.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/propEq.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/propOr.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/property.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/propertyOf.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/props.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pull.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pullAll.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pullAllBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pullAllWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/pullAt.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/random.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/range.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/rangeRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/rangeStep.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/rangeStepRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/rearg.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/reduce.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/reduceRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/reject.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/remove.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/repeat.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/replace.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/rest.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/restFrom.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/result.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/reverse.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/round.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sample.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sampleSize.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/seq.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/set.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/setWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/shuffle.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/size.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/slice.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/snakeCase.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/some.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sortBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sortedIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sortedIndexBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sortedIndexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sortedLastIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sortedLastIndexBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sortedLastIndexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sortedUniq.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sortedUniqBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/split.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/spread.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/spreadFrom.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/startCase.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/startsWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/string.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/stubArray.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/stubFalse.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/stubObject.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/stubString.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/stubTrue.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/subtract.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sum.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/sumBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/symmetricDifference.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/symmetricDifferenceBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/symmetricDifferenceWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/tail.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/take.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/takeLast.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/takeLastWhile.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/takeRight.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/takeRightWhile.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/takeWhile.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/tap.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/template.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/templateSettings.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/throttle.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/thru.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/times.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toArray.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toFinite.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toInteger.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toIterator.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toJSON.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toLength.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toLower.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toNumber.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toPairs.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toPairsIn.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toPath.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toPlainObject.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toSafeInteger.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toString.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/toUpper.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/transform.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/trim.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/trimChars.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/trimCharsEnd.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/trimCharsStart.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/trimEnd.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/trimStart.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/truncate.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/unapply.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/unary.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/unescape.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/union.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/unionBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/unionWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/uniq.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/uniqBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/uniqWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/uniqueId.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/unnest.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/unset.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/unzip.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/unzipWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/update.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/updateWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/upperCase.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/upperFirst.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/useWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/util.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/value.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/valueOf.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/values.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/valuesIn.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/where.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/whereEq.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/without.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/words.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/wrap.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/wrapperAt.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/wrapperChain.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/wrapperLodash.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/wrapperReverse.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/wrapperValue.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/xor.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/xorBy.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/xorWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/zip.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/zipAll.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/zipObj.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/zipObject.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/zipObjectDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/fp/zipWith.js create mode 100644 typescript/hello-world/node_modules/lodash/fromPairs.js create mode 100644 typescript/hello-world/node_modules/lodash/function.js create mode 100644 typescript/hello-world/node_modules/lodash/functions.js create mode 100644 typescript/hello-world/node_modules/lodash/functionsIn.js create mode 100644 typescript/hello-world/node_modules/lodash/get.js create mode 100644 typescript/hello-world/node_modules/lodash/groupBy.js create mode 100644 typescript/hello-world/node_modules/lodash/gt.js create mode 100644 typescript/hello-world/node_modules/lodash/gte.js create mode 100644 typescript/hello-world/node_modules/lodash/has.js create mode 100644 typescript/hello-world/node_modules/lodash/hasIn.js create mode 100644 typescript/hello-world/node_modules/lodash/head.js create mode 100644 typescript/hello-world/node_modules/lodash/identity.js create mode 100644 typescript/hello-world/node_modules/lodash/inRange.js create mode 100644 typescript/hello-world/node_modules/lodash/includes.js create mode 100644 typescript/hello-world/node_modules/lodash/index.js create mode 100644 typescript/hello-world/node_modules/lodash/indexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/initial.js create mode 100644 typescript/hello-world/node_modules/lodash/intersection.js create mode 100644 typescript/hello-world/node_modules/lodash/intersectionBy.js create mode 100644 typescript/hello-world/node_modules/lodash/intersectionWith.js create mode 100644 typescript/hello-world/node_modules/lodash/invert.js create mode 100644 typescript/hello-world/node_modules/lodash/invertBy.js create mode 100644 typescript/hello-world/node_modules/lodash/invoke.js create mode 100644 typescript/hello-world/node_modules/lodash/invokeMap.js create mode 100644 typescript/hello-world/node_modules/lodash/isArguments.js create mode 100644 typescript/hello-world/node_modules/lodash/isArray.js create mode 100644 typescript/hello-world/node_modules/lodash/isArrayBuffer.js create mode 100644 typescript/hello-world/node_modules/lodash/isArrayLike.js create mode 100644 typescript/hello-world/node_modules/lodash/isArrayLikeObject.js create mode 100644 typescript/hello-world/node_modules/lodash/isBoolean.js create mode 100644 typescript/hello-world/node_modules/lodash/isBuffer.js create mode 100644 typescript/hello-world/node_modules/lodash/isDate.js create mode 100644 typescript/hello-world/node_modules/lodash/isElement.js create mode 100644 typescript/hello-world/node_modules/lodash/isEmpty.js create mode 100644 typescript/hello-world/node_modules/lodash/isEqual.js create mode 100644 typescript/hello-world/node_modules/lodash/isEqualWith.js create mode 100644 typescript/hello-world/node_modules/lodash/isError.js create mode 100644 typescript/hello-world/node_modules/lodash/isFinite.js create mode 100644 typescript/hello-world/node_modules/lodash/isFunction.js create mode 100644 typescript/hello-world/node_modules/lodash/isInteger.js create mode 100644 typescript/hello-world/node_modules/lodash/isLength.js create mode 100644 typescript/hello-world/node_modules/lodash/isMap.js create mode 100644 typescript/hello-world/node_modules/lodash/isMatch.js create mode 100644 typescript/hello-world/node_modules/lodash/isMatchWith.js create mode 100644 typescript/hello-world/node_modules/lodash/isNaN.js create mode 100644 typescript/hello-world/node_modules/lodash/isNative.js create mode 100644 typescript/hello-world/node_modules/lodash/isNil.js create mode 100644 typescript/hello-world/node_modules/lodash/isNull.js create mode 100644 typescript/hello-world/node_modules/lodash/isNumber.js create mode 100644 typescript/hello-world/node_modules/lodash/isObject.js create mode 100644 typescript/hello-world/node_modules/lodash/isObjectLike.js create mode 100644 typescript/hello-world/node_modules/lodash/isPlainObject.js create mode 100644 typescript/hello-world/node_modules/lodash/isRegExp.js create mode 100644 typescript/hello-world/node_modules/lodash/isSafeInteger.js create mode 100644 typescript/hello-world/node_modules/lodash/isSet.js create mode 100644 typescript/hello-world/node_modules/lodash/isString.js create mode 100644 typescript/hello-world/node_modules/lodash/isSymbol.js create mode 100644 typescript/hello-world/node_modules/lodash/isTypedArray.js create mode 100644 typescript/hello-world/node_modules/lodash/isUndefined.js create mode 100644 typescript/hello-world/node_modules/lodash/isWeakMap.js create mode 100644 typescript/hello-world/node_modules/lodash/isWeakSet.js create mode 100644 typescript/hello-world/node_modules/lodash/iteratee.js create mode 100644 typescript/hello-world/node_modules/lodash/join.js create mode 100644 typescript/hello-world/node_modules/lodash/kebabCase.js create mode 100644 typescript/hello-world/node_modules/lodash/keyBy.js create mode 100644 typescript/hello-world/node_modules/lodash/keys.js create mode 100644 typescript/hello-world/node_modules/lodash/keysIn.js create mode 100644 typescript/hello-world/node_modules/lodash/lang.js create mode 100644 typescript/hello-world/node_modules/lodash/last.js create mode 100644 typescript/hello-world/node_modules/lodash/lastIndexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/lodash.js create mode 100644 typescript/hello-world/node_modules/lodash/lodash.min.js create mode 100644 typescript/hello-world/node_modules/lodash/lowerCase.js create mode 100644 typescript/hello-world/node_modules/lodash/lowerFirst.js create mode 100644 typescript/hello-world/node_modules/lodash/lt.js create mode 100644 typescript/hello-world/node_modules/lodash/lte.js create mode 100644 typescript/hello-world/node_modules/lodash/map.js create mode 100644 typescript/hello-world/node_modules/lodash/mapKeys.js create mode 100644 typescript/hello-world/node_modules/lodash/mapValues.js create mode 100644 typescript/hello-world/node_modules/lodash/matches.js create mode 100644 typescript/hello-world/node_modules/lodash/matchesProperty.js create mode 100644 typescript/hello-world/node_modules/lodash/math.js create mode 100644 typescript/hello-world/node_modules/lodash/max.js create mode 100644 typescript/hello-world/node_modules/lodash/maxBy.js create mode 100644 typescript/hello-world/node_modules/lodash/mean.js create mode 100644 typescript/hello-world/node_modules/lodash/meanBy.js create mode 100644 typescript/hello-world/node_modules/lodash/memoize.js create mode 100644 typescript/hello-world/node_modules/lodash/merge.js create mode 100644 typescript/hello-world/node_modules/lodash/mergeWith.js create mode 100644 typescript/hello-world/node_modules/lodash/method.js create mode 100644 typescript/hello-world/node_modules/lodash/methodOf.js create mode 100644 typescript/hello-world/node_modules/lodash/min.js create mode 100644 typescript/hello-world/node_modules/lodash/minBy.js create mode 100644 typescript/hello-world/node_modules/lodash/mixin.js create mode 100644 typescript/hello-world/node_modules/lodash/multiply.js create mode 100644 typescript/hello-world/node_modules/lodash/negate.js create mode 100644 typescript/hello-world/node_modules/lodash/next.js create mode 100644 typescript/hello-world/node_modules/lodash/noop.js create mode 100644 typescript/hello-world/node_modules/lodash/now.js create mode 100644 typescript/hello-world/node_modules/lodash/nth.js create mode 100644 typescript/hello-world/node_modules/lodash/nthArg.js create mode 100644 typescript/hello-world/node_modules/lodash/number.js create mode 100644 typescript/hello-world/node_modules/lodash/object.js create mode 100644 typescript/hello-world/node_modules/lodash/omit.js create mode 100644 typescript/hello-world/node_modules/lodash/omitBy.js create mode 100644 typescript/hello-world/node_modules/lodash/once.js create mode 100644 typescript/hello-world/node_modules/lodash/orderBy.js create mode 100644 typescript/hello-world/node_modules/lodash/over.js create mode 100644 typescript/hello-world/node_modules/lodash/overArgs.js create mode 100644 typescript/hello-world/node_modules/lodash/overEvery.js create mode 100644 typescript/hello-world/node_modules/lodash/overSome.js create mode 100644 typescript/hello-world/node_modules/lodash/package.json create mode 100644 typescript/hello-world/node_modules/lodash/pad.js create mode 100644 typescript/hello-world/node_modules/lodash/padEnd.js create mode 100644 typescript/hello-world/node_modules/lodash/padStart.js create mode 100644 typescript/hello-world/node_modules/lodash/parseInt.js create mode 100644 typescript/hello-world/node_modules/lodash/partial.js create mode 100644 typescript/hello-world/node_modules/lodash/partialRight.js create mode 100644 typescript/hello-world/node_modules/lodash/partition.js create mode 100644 typescript/hello-world/node_modules/lodash/pick.js create mode 100644 typescript/hello-world/node_modules/lodash/pickBy.js create mode 100644 typescript/hello-world/node_modules/lodash/plant.js create mode 100644 typescript/hello-world/node_modules/lodash/property.js create mode 100644 typescript/hello-world/node_modules/lodash/propertyOf.js create mode 100644 typescript/hello-world/node_modules/lodash/pull.js create mode 100644 typescript/hello-world/node_modules/lodash/pullAll.js create mode 100644 typescript/hello-world/node_modules/lodash/pullAllBy.js create mode 100644 typescript/hello-world/node_modules/lodash/pullAllWith.js create mode 100644 typescript/hello-world/node_modules/lodash/pullAt.js create mode 100644 typescript/hello-world/node_modules/lodash/random.js create mode 100644 typescript/hello-world/node_modules/lodash/range.js create mode 100644 typescript/hello-world/node_modules/lodash/rangeRight.js create mode 100644 typescript/hello-world/node_modules/lodash/rearg.js create mode 100644 typescript/hello-world/node_modules/lodash/reduce.js create mode 100644 typescript/hello-world/node_modules/lodash/reduceRight.js create mode 100644 typescript/hello-world/node_modules/lodash/reject.js create mode 100644 typescript/hello-world/node_modules/lodash/remove.js create mode 100644 typescript/hello-world/node_modules/lodash/repeat.js create mode 100644 typescript/hello-world/node_modules/lodash/replace.js create mode 100644 typescript/hello-world/node_modules/lodash/rest.js create mode 100644 typescript/hello-world/node_modules/lodash/result.js create mode 100644 typescript/hello-world/node_modules/lodash/reverse.js create mode 100644 typescript/hello-world/node_modules/lodash/round.js create mode 100644 typescript/hello-world/node_modules/lodash/sample.js create mode 100644 typescript/hello-world/node_modules/lodash/sampleSize.js create mode 100644 typescript/hello-world/node_modules/lodash/seq.js create mode 100644 typescript/hello-world/node_modules/lodash/set.js create mode 100644 typescript/hello-world/node_modules/lodash/setWith.js create mode 100644 typescript/hello-world/node_modules/lodash/shuffle.js create mode 100644 typescript/hello-world/node_modules/lodash/size.js create mode 100644 typescript/hello-world/node_modules/lodash/slice.js create mode 100644 typescript/hello-world/node_modules/lodash/snakeCase.js create mode 100644 typescript/hello-world/node_modules/lodash/some.js create mode 100644 typescript/hello-world/node_modules/lodash/sortBy.js create mode 100644 typescript/hello-world/node_modules/lodash/sortedIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/sortedIndexBy.js create mode 100644 typescript/hello-world/node_modules/lodash/sortedIndexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/sortedLastIndex.js create mode 100644 typescript/hello-world/node_modules/lodash/sortedLastIndexBy.js create mode 100644 typescript/hello-world/node_modules/lodash/sortedLastIndexOf.js create mode 100644 typescript/hello-world/node_modules/lodash/sortedUniq.js create mode 100644 typescript/hello-world/node_modules/lodash/sortedUniqBy.js create mode 100644 typescript/hello-world/node_modules/lodash/split.js create mode 100644 typescript/hello-world/node_modules/lodash/spread.js create mode 100644 typescript/hello-world/node_modules/lodash/startCase.js create mode 100644 typescript/hello-world/node_modules/lodash/startsWith.js create mode 100644 typescript/hello-world/node_modules/lodash/string.js create mode 100644 typescript/hello-world/node_modules/lodash/stubArray.js create mode 100644 typescript/hello-world/node_modules/lodash/stubFalse.js create mode 100644 typescript/hello-world/node_modules/lodash/stubObject.js create mode 100644 typescript/hello-world/node_modules/lodash/stubString.js create mode 100644 typescript/hello-world/node_modules/lodash/stubTrue.js create mode 100644 typescript/hello-world/node_modules/lodash/subtract.js create mode 100644 typescript/hello-world/node_modules/lodash/sum.js create mode 100644 typescript/hello-world/node_modules/lodash/sumBy.js create mode 100644 typescript/hello-world/node_modules/lodash/tail.js create mode 100644 typescript/hello-world/node_modules/lodash/take.js create mode 100644 typescript/hello-world/node_modules/lodash/takeRight.js create mode 100644 typescript/hello-world/node_modules/lodash/takeRightWhile.js create mode 100644 typescript/hello-world/node_modules/lodash/takeWhile.js create mode 100644 typescript/hello-world/node_modules/lodash/tap.js create mode 100644 typescript/hello-world/node_modules/lodash/template.js create mode 100644 typescript/hello-world/node_modules/lodash/templateSettings.js create mode 100644 typescript/hello-world/node_modules/lodash/throttle.js create mode 100644 typescript/hello-world/node_modules/lodash/thru.js create mode 100644 typescript/hello-world/node_modules/lodash/times.js create mode 100644 typescript/hello-world/node_modules/lodash/toArray.js create mode 100644 typescript/hello-world/node_modules/lodash/toFinite.js create mode 100644 typescript/hello-world/node_modules/lodash/toInteger.js create mode 100644 typescript/hello-world/node_modules/lodash/toIterator.js create mode 100644 typescript/hello-world/node_modules/lodash/toJSON.js create mode 100644 typescript/hello-world/node_modules/lodash/toLength.js create mode 100644 typescript/hello-world/node_modules/lodash/toLower.js create mode 100644 typescript/hello-world/node_modules/lodash/toNumber.js create mode 100644 typescript/hello-world/node_modules/lodash/toPairs.js create mode 100644 typescript/hello-world/node_modules/lodash/toPairsIn.js create mode 100644 typescript/hello-world/node_modules/lodash/toPath.js create mode 100644 typescript/hello-world/node_modules/lodash/toPlainObject.js create mode 100644 typescript/hello-world/node_modules/lodash/toSafeInteger.js create mode 100644 typescript/hello-world/node_modules/lodash/toString.js create mode 100644 typescript/hello-world/node_modules/lodash/toUpper.js create mode 100644 typescript/hello-world/node_modules/lodash/transform.js create mode 100644 typescript/hello-world/node_modules/lodash/trim.js create mode 100644 typescript/hello-world/node_modules/lodash/trimEnd.js create mode 100644 typescript/hello-world/node_modules/lodash/trimStart.js create mode 100644 typescript/hello-world/node_modules/lodash/truncate.js create mode 100644 typescript/hello-world/node_modules/lodash/unary.js create mode 100644 typescript/hello-world/node_modules/lodash/unescape.js create mode 100644 typescript/hello-world/node_modules/lodash/union.js create mode 100644 typescript/hello-world/node_modules/lodash/unionBy.js create mode 100644 typescript/hello-world/node_modules/lodash/unionWith.js create mode 100644 typescript/hello-world/node_modules/lodash/uniq.js create mode 100644 typescript/hello-world/node_modules/lodash/uniqBy.js create mode 100644 typescript/hello-world/node_modules/lodash/uniqWith.js create mode 100644 typescript/hello-world/node_modules/lodash/uniqueId.js create mode 100644 typescript/hello-world/node_modules/lodash/unset.js create mode 100644 typescript/hello-world/node_modules/lodash/unzip.js create mode 100644 typescript/hello-world/node_modules/lodash/unzipWith.js create mode 100644 typescript/hello-world/node_modules/lodash/update.js create mode 100644 typescript/hello-world/node_modules/lodash/updateWith.js create mode 100644 typescript/hello-world/node_modules/lodash/upperCase.js create mode 100644 typescript/hello-world/node_modules/lodash/upperFirst.js create mode 100644 typescript/hello-world/node_modules/lodash/util.js create mode 100644 typescript/hello-world/node_modules/lodash/value.js create mode 100644 typescript/hello-world/node_modules/lodash/valueOf.js create mode 100644 typescript/hello-world/node_modules/lodash/values.js create mode 100644 typescript/hello-world/node_modules/lodash/valuesIn.js create mode 100644 typescript/hello-world/node_modules/lodash/without.js create mode 100644 typescript/hello-world/node_modules/lodash/words.js create mode 100644 typescript/hello-world/node_modules/lodash/wrap.js create mode 100644 typescript/hello-world/node_modules/lodash/wrapperAt.js create mode 100644 typescript/hello-world/node_modules/lodash/wrapperChain.js create mode 100644 typescript/hello-world/node_modules/lodash/wrapperLodash.js create mode 100644 typescript/hello-world/node_modules/lodash/wrapperReverse.js create mode 100644 typescript/hello-world/node_modules/lodash/wrapperValue.js create mode 100644 typescript/hello-world/node_modules/lodash/xor.js create mode 100644 typescript/hello-world/node_modules/lodash/xorBy.js create mode 100644 typescript/hello-world/node_modules/lodash/xorWith.js create mode 100644 typescript/hello-world/node_modules/lodash/zip.js create mode 100644 typescript/hello-world/node_modules/lodash/zipObject.js create mode 100644 typescript/hello-world/node_modules/lodash/zipObjectDeep.js create mode 100644 typescript/hello-world/node_modules/lodash/zipWith.js create mode 100644 typescript/hello-world/node_modules/longest/LICENSE create mode 100644 typescript/hello-world/node_modules/longest/README.md create mode 100644 typescript/hello-world/node_modules/longest/index.js create mode 100644 typescript/hello-world/node_modules/longest/package.json create mode 100644 typescript/hello-world/node_modules/loose-envify/.npmignore create mode 100644 typescript/hello-world/node_modules/loose-envify/LICENSE create mode 100644 typescript/hello-world/node_modules/loose-envify/README.md create mode 100755 typescript/hello-world/node_modules/loose-envify/cli.js create mode 100644 typescript/hello-world/node_modules/loose-envify/custom.js create mode 100644 typescript/hello-world/node_modules/loose-envify/index.js create mode 100644 typescript/hello-world/node_modules/loose-envify/loose-envify.js create mode 100644 typescript/hello-world/node_modules/loose-envify/package.json create mode 100644 typescript/hello-world/node_modules/loose-envify/replace.js create mode 100644 typescript/hello-world/node_modules/lru-cache/LICENSE create mode 100644 typescript/hello-world/node_modules/lru-cache/README.md create mode 100644 typescript/hello-world/node_modules/lru-cache/index.js create mode 100644 typescript/hello-world/node_modules/lru-cache/package.json create mode 100644 typescript/hello-world/node_modules/makeerror/.travis.yml create mode 100644 typescript/hello-world/node_modules/makeerror/license create mode 100644 typescript/hello-world/node_modules/makeerror/package.json create mode 100644 typescript/hello-world/node_modules/makeerror/readme.md create mode 100644 typescript/hello-world/node_modules/mem/index.js create mode 100644 typescript/hello-world/node_modules/mem/license create mode 100644 typescript/hello-world/node_modules/mem/package.json create mode 100644 typescript/hello-world/node_modules/mem/readme.md create mode 100644 typescript/hello-world/node_modules/merge/.npmignore create mode 100644 typescript/hello-world/node_modules/merge/LICENSE create mode 100644 typescript/hello-world/node_modules/merge/README.md create mode 100644 typescript/hello-world/node_modules/merge/bower.json create mode 100644 typescript/hello-world/node_modules/merge/merge.js create mode 100644 typescript/hello-world/node_modules/merge/merge.min.js create mode 100644 typescript/hello-world/node_modules/merge/package.json create mode 100755 typescript/hello-world/node_modules/micromatch/LICENSE create mode 100644 typescript/hello-world/node_modules/micromatch/README.md create mode 100755 typescript/hello-world/node_modules/micromatch/index.js create mode 100644 typescript/hello-world/node_modules/micromatch/package.json create mode 100644 typescript/hello-world/node_modules/mime-db/HISTORY.md create mode 100644 typescript/hello-world/node_modules/mime-db/LICENSE create mode 100644 typescript/hello-world/node_modules/mime-db/README.md create mode 100644 typescript/hello-world/node_modules/mime-db/db.json create mode 100644 typescript/hello-world/node_modules/mime-db/index.js create mode 100644 typescript/hello-world/node_modules/mime-db/package.json create mode 100644 typescript/hello-world/node_modules/mime-types/HISTORY.md create mode 100644 typescript/hello-world/node_modules/mime-types/LICENSE create mode 100644 typescript/hello-world/node_modules/mime-types/README.md create mode 100644 typescript/hello-world/node_modules/mime-types/index.js create mode 100644 typescript/hello-world/node_modules/mime-types/package.json create mode 100644 typescript/hello-world/node_modules/mimic-fn/index.js create mode 100644 typescript/hello-world/node_modules/mimic-fn/license create mode 100644 typescript/hello-world/node_modules/mimic-fn/package.json create mode 100644 typescript/hello-world/node_modules/mimic-fn/readme.md create mode 100644 typescript/hello-world/node_modules/minimatch/LICENSE create mode 100644 typescript/hello-world/node_modules/minimatch/README.md create mode 100644 typescript/hello-world/node_modules/minimatch/minimatch.js create mode 100644 typescript/hello-world/node_modules/minimatch/package.json create mode 100644 typescript/hello-world/node_modules/minimist/.travis.yml create mode 100644 typescript/hello-world/node_modules/minimist/LICENSE create mode 100644 typescript/hello-world/node_modules/minimist/example/parse.js create mode 100644 typescript/hello-world/node_modules/minimist/index.js create mode 100644 typescript/hello-world/node_modules/minimist/package.json create mode 100644 typescript/hello-world/node_modules/minimist/readme.markdown create mode 100644 typescript/hello-world/node_modules/minimist/test/dash.js create mode 100644 typescript/hello-world/node_modules/minimist/test/default_bool.js create mode 100644 typescript/hello-world/node_modules/minimist/test/dotted.js create mode 100644 typescript/hello-world/node_modules/minimist/test/long.js create mode 100644 typescript/hello-world/node_modules/minimist/test/parse.js create mode 100644 typescript/hello-world/node_modules/minimist/test/parse_modified.js create mode 100644 typescript/hello-world/node_modules/minimist/test/short.js create mode 100644 typescript/hello-world/node_modules/minimist/test/whitespace.js create mode 100644 typescript/hello-world/node_modules/mkdirp/.travis.yml create mode 100644 typescript/hello-world/node_modules/mkdirp/LICENSE create mode 100755 typescript/hello-world/node_modules/mkdirp/bin/cmd.js create mode 100644 typescript/hello-world/node_modules/mkdirp/bin/usage.txt create mode 100644 typescript/hello-world/node_modules/mkdirp/examples/pow.js create mode 100644 typescript/hello-world/node_modules/mkdirp/index.js create mode 100644 typescript/hello-world/node_modules/mkdirp/package.json create mode 100644 typescript/hello-world/node_modules/mkdirp/readme.markdown create mode 100644 typescript/hello-world/node_modules/mkdirp/test/chmod.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/clobber.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/mkdirp.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/opts_fs.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/opts_fs_sync.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/perm.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/perm_sync.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/race.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/rel.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/return.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/return_sync.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/root.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/sync.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/umask.js create mode 100644 typescript/hello-world/node_modules/mkdirp/test/umask_sync.js create mode 100644 typescript/hello-world/node_modules/ms/index.js create mode 100644 typescript/hello-world/node_modules/ms/license.md create mode 100644 typescript/hello-world/node_modules/ms/package.json create mode 100644 typescript/hello-world/node_modules/ms/readme.md create mode 100644 typescript/hello-world/node_modules/natural-compare/README.md create mode 100644 typescript/hello-world/node_modules/natural-compare/index.js create mode 100644 typescript/hello-world/node_modules/natural-compare/package.json create mode 100644 typescript/hello-world/node_modules/node-int64/.npmignore create mode 100644 typescript/hello-world/node_modules/node-int64/Int64.js create mode 100644 typescript/hello-world/node_modules/node-int64/LICENSE create mode 100644 typescript/hello-world/node_modules/node-int64/README.md create mode 100644 typescript/hello-world/node_modules/node-int64/package.json create mode 100644 typescript/hello-world/node_modules/node-int64/test.js create mode 100644 typescript/hello-world/node_modules/node-notifier/.npmignore create mode 100644 typescript/hello-world/node_modules/node-notifier/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/node-notifier/README.md create mode 100644 typescript/hello-world/node_modules/node-notifier/index.js create mode 120000 typescript/hello-world/node_modules/node-notifier/node_modules/.bin/semver create mode 120000 typescript/hello-world/node_modules/node-notifier/node_modules/.bin/which create mode 100644 typescript/hello-world/node_modules/node-notifier/notifiers/balloon.js create mode 100644 typescript/hello-world/node_modules/node-notifier/notifiers/growl.js create mode 100644 typescript/hello-world/node_modules/node-notifier/notifiers/notificationcenter.js create mode 100644 typescript/hello-world/node_modules/node-notifier/notifiers/notifysend.js create mode 100644 typescript/hello-world/node_modules/node-notifier/notifiers/toaster.js create mode 100644 typescript/hello-world/node_modules/node-notifier/package.json create mode 100755 typescript/hello-world/node_modules/node-notifier/vendor/notifu/notifu.exe create mode 100755 typescript/hello-world/node_modules/node-notifier/vendor/notifu/notifu64.exe create mode 100755 typescript/hello-world/node_modules/node-notifier/vendor/snoreToast/SnoreToast.exe create mode 100644 typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Info.plist create mode 100755 typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier create mode 100644 typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/PkgInfo create mode 100644 typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Resources/Terminal.icns create mode 100644 typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf create mode 100644 typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings create mode 100644 typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib create mode 100644 typescript/hello-world/node_modules/normalize-package-data/AUTHORS create mode 100644 typescript/hello-world/node_modules/normalize-package-data/LICENSE create mode 100644 typescript/hello-world/node_modules/normalize-package-data/README.md create mode 120000 typescript/hello-world/node_modules/normalize-package-data/node_modules/.bin/semver create mode 100644 typescript/hello-world/node_modules/normalize-package-data/package.json create mode 100644 typescript/hello-world/node_modules/normalize-path/LICENSE create mode 100644 typescript/hello-world/node_modules/normalize-path/README.md create mode 100644 typescript/hello-world/node_modules/normalize-path/index.js create mode 100644 typescript/hello-world/node_modules/normalize-path/package.json create mode 100644 typescript/hello-world/node_modules/npm-run-path/index.js create mode 100644 typescript/hello-world/node_modules/npm-run-path/license create mode 100644 typescript/hello-world/node_modules/npm-run-path/package.json create mode 100644 typescript/hello-world/node_modules/npm-run-path/readme.md create mode 100644 typescript/hello-world/node_modules/number-is-nan/index.js create mode 100644 typescript/hello-world/node_modules/number-is-nan/license create mode 100644 typescript/hello-world/node_modules/number-is-nan/package.json create mode 100644 typescript/hello-world/node_modules/number-is-nan/readme.md create mode 100644 typescript/hello-world/node_modules/nwmatcher/LICENSE create mode 100644 typescript/hello-world/node_modules/nwmatcher/README.md create mode 100644 typescript/hello-world/node_modules/nwmatcher/package.json create mode 100644 typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-cache.js create mode 100644 typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-jquery.js create mode 100644 typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-pseudos.js create mode 100644 typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-shortcuts.js create mode 100644 typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-traversal.js create mode 100644 typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-webforms.js create mode 100644 typescript/hello-world/node_modules/nwmatcher/src/nwmatcher-base.js create mode 100644 typescript/hello-world/node_modules/nwmatcher/src/nwmatcher-noqsa.js create mode 100644 typescript/hello-world/node_modules/nwmatcher/src/nwmatcher.js create mode 100644 typescript/hello-world/node_modules/oauth-sign/LICENSE create mode 100644 typescript/hello-world/node_modules/oauth-sign/README.md create mode 100644 typescript/hello-world/node_modules/oauth-sign/index.js create mode 100644 typescript/hello-world/node_modules/oauth-sign/package.json create mode 100644 typescript/hello-world/node_modules/object-assign/index.js create mode 100644 typescript/hello-world/node_modules/object-assign/license create mode 100644 typescript/hello-world/node_modules/object-assign/package.json create mode 100644 typescript/hello-world/node_modules/object-assign/readme.md create mode 100644 typescript/hello-world/node_modules/object.omit/LICENSE create mode 100644 typescript/hello-world/node_modules/object.omit/README.md create mode 100644 typescript/hello-world/node_modules/object.omit/index.js create mode 100644 typescript/hello-world/node_modules/object.omit/package.json create mode 100644 typescript/hello-world/node_modules/once/LICENSE create mode 100644 typescript/hello-world/node_modules/once/README.md create mode 100644 typescript/hello-world/node_modules/once/once.js create mode 100644 typescript/hello-world/node_modules/once/package.json create mode 100644 typescript/hello-world/node_modules/optimist/.travis.yml create mode 100644 typescript/hello-world/node_modules/optimist/LICENSE create mode 100644 typescript/hello-world/node_modules/optimist/example/bool.js create mode 100644 typescript/hello-world/node_modules/optimist/example/boolean_double.js create mode 100644 typescript/hello-world/node_modules/optimist/example/boolean_single.js create mode 100644 typescript/hello-world/node_modules/optimist/example/default_hash.js create mode 100644 typescript/hello-world/node_modules/optimist/example/default_singles.js create mode 100644 typescript/hello-world/node_modules/optimist/example/divide.js create mode 100644 typescript/hello-world/node_modules/optimist/example/line_count.js create mode 100644 typescript/hello-world/node_modules/optimist/example/line_count_options.js create mode 100644 typescript/hello-world/node_modules/optimist/example/line_count_wrap.js create mode 100644 typescript/hello-world/node_modules/optimist/example/nonopt.js create mode 100644 typescript/hello-world/node_modules/optimist/example/reflect.js create mode 100644 typescript/hello-world/node_modules/optimist/example/short.js create mode 100644 typescript/hello-world/node_modules/optimist/example/string.js create mode 100644 typescript/hello-world/node_modules/optimist/example/usage-options.js create mode 100644 typescript/hello-world/node_modules/optimist/example/xup.js create mode 100644 typescript/hello-world/node_modules/optimist/index.js create mode 100644 typescript/hello-world/node_modules/optimist/package.json create mode 100644 typescript/hello-world/node_modules/optimist/readme.markdown create mode 100644 typescript/hello-world/node_modules/optimist/test/_.js create mode 100644 typescript/hello-world/node_modules/optimist/test/_/argv.js create mode 100755 typescript/hello-world/node_modules/optimist/test/_/bin.js create mode 100644 typescript/hello-world/node_modules/optimist/test/dash.js create mode 100644 typescript/hello-world/node_modules/optimist/test/parse.js create mode 100644 typescript/hello-world/node_modules/optimist/test/parse_modified.js create mode 100644 typescript/hello-world/node_modules/optimist/test/short.js create mode 100644 typescript/hello-world/node_modules/optimist/test/usage.js create mode 100644 typescript/hello-world/node_modules/optimist/test/whitespace.js create mode 100644 typescript/hello-world/node_modules/optionator/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/optionator/LICENSE create mode 100644 typescript/hello-world/node_modules/optionator/README.md create mode 100644 typescript/hello-world/node_modules/optionator/node_modules/wordwrap/LICENSE create mode 100644 typescript/hello-world/node_modules/optionator/node_modules/wordwrap/README.markdown create mode 100644 typescript/hello-world/node_modules/optionator/node_modules/wordwrap/example/center.js create mode 100644 typescript/hello-world/node_modules/optionator/node_modules/wordwrap/example/meat.js create mode 100644 typescript/hello-world/node_modules/optionator/node_modules/wordwrap/index.js create mode 100644 typescript/hello-world/node_modules/optionator/node_modules/wordwrap/package.json create mode 100644 typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/break.js create mode 100644 typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/idleness.txt create mode 100644 typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/wrap.js create mode 100644 typescript/hello-world/node_modules/optionator/package.json create mode 100644 typescript/hello-world/node_modules/os-homedir/index.js create mode 100644 typescript/hello-world/node_modules/os-homedir/license create mode 100644 typescript/hello-world/node_modules/os-homedir/package.json create mode 100644 typescript/hello-world/node_modules/os-homedir/readme.md create mode 100644 typescript/hello-world/node_modules/os-locale/index.js create mode 100644 typescript/hello-world/node_modules/os-locale/license create mode 100644 typescript/hello-world/node_modules/os-locale/package.json create mode 100644 typescript/hello-world/node_modules/os-locale/readme.md create mode 100644 typescript/hello-world/node_modules/os-tmpdir/index.js create mode 100644 typescript/hello-world/node_modules/os-tmpdir/license create mode 100644 typescript/hello-world/node_modules/os-tmpdir/package.json create mode 100644 typescript/hello-world/node_modules/os-tmpdir/readme.md create mode 100644 typescript/hello-world/node_modules/p-finally/index.js create mode 100644 typescript/hello-world/node_modules/p-finally/license create mode 100644 typescript/hello-world/node_modules/p-finally/package.json create mode 100644 typescript/hello-world/node_modules/p-finally/readme.md create mode 100644 typescript/hello-world/node_modules/p-limit/index.js create mode 100644 typescript/hello-world/node_modules/p-limit/license create mode 100644 typescript/hello-world/node_modules/p-limit/package.json create mode 100644 typescript/hello-world/node_modules/p-limit/readme.md create mode 100644 typescript/hello-world/node_modules/p-locate/index.js create mode 100644 typescript/hello-world/node_modules/p-locate/license create mode 100644 typescript/hello-world/node_modules/p-locate/package.json create mode 100644 typescript/hello-world/node_modules/p-locate/readme.md create mode 100644 typescript/hello-world/node_modules/p-map/index.js create mode 100644 typescript/hello-world/node_modules/p-map/license create mode 100644 typescript/hello-world/node_modules/p-map/package.json create mode 100644 typescript/hello-world/node_modules/p-map/readme.md create mode 100644 typescript/hello-world/node_modules/parse-glob/LICENSE create mode 100644 typescript/hello-world/node_modules/parse-glob/README.md create mode 100644 typescript/hello-world/node_modules/parse-glob/index.js create mode 100644 typescript/hello-world/node_modules/parse-glob/package.json create mode 100644 typescript/hello-world/node_modules/parse-json/index.js create mode 100644 typescript/hello-world/node_modules/parse-json/license create mode 100644 typescript/hello-world/node_modules/parse-json/package.json create mode 100644 typescript/hello-world/node_modules/parse-json/readme.md create mode 100644 typescript/hello-world/node_modules/parse-json/vendor/parse.js create mode 100644 typescript/hello-world/node_modules/parse-json/vendor/unicode.js create mode 100644 typescript/hello-world/node_modules/parse5/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/parse5/LICENSE create mode 100644 typescript/hello-world/node_modules/parse5/README.md create mode 100644 typescript/hello-world/node_modules/parse5/index.js create mode 100644 typescript/hello-world/node_modules/parse5/package.json create mode 100644 typescript/hello-world/node_modules/path-exists/index.js create mode 100644 typescript/hello-world/node_modules/path-exists/license create mode 100644 typescript/hello-world/node_modules/path-exists/package.json create mode 100644 typescript/hello-world/node_modules/path-exists/readme.md create mode 100644 typescript/hello-world/node_modules/path-is-absolute/index.js create mode 100644 typescript/hello-world/node_modules/path-is-absolute/license create mode 100644 typescript/hello-world/node_modules/path-is-absolute/package.json create mode 100644 typescript/hello-world/node_modules/path-is-absolute/readme.md create mode 100644 typescript/hello-world/node_modules/path-key/index.js create mode 100644 typescript/hello-world/node_modules/path-key/license create mode 100644 typescript/hello-world/node_modules/path-key/package.json create mode 100644 typescript/hello-world/node_modules/path-key/readme.md create mode 100644 typescript/hello-world/node_modules/path-parse/.travis.yml create mode 100644 typescript/hello-world/node_modules/path-parse/README.md create mode 100644 typescript/hello-world/node_modules/path-parse/index.js create mode 100644 typescript/hello-world/node_modules/path-parse/index.min.js create mode 100644 typescript/hello-world/node_modules/path-parse/package.json create mode 100644 typescript/hello-world/node_modules/path-parse/test.js create mode 100644 typescript/hello-world/node_modules/path-parse/test.min.js create mode 100644 typescript/hello-world/node_modules/path-type/index.js create mode 100644 typescript/hello-world/node_modules/path-type/license create mode 100644 typescript/hello-world/node_modules/path-type/package.json create mode 100644 typescript/hello-world/node_modules/path-type/readme.md create mode 100644 typescript/hello-world/node_modules/performance-now/.npmignore create mode 100644 typescript/hello-world/node_modules/performance-now/.tm_properties create mode 100644 typescript/hello-world/node_modules/performance-now/.travis.yml create mode 100644 typescript/hello-world/node_modules/performance-now/Makefile create mode 100644 typescript/hello-world/node_modules/performance-now/README.md create mode 100644 typescript/hello-world/node_modules/performance-now/license.txt create mode 100644 typescript/hello-world/node_modules/performance-now/package.json create mode 100644 typescript/hello-world/node_modules/performance-now/src/performance-now.coffee create mode 100644 typescript/hello-world/node_modules/performance-now/test/mocha.opts create mode 100644 typescript/hello-world/node_modules/performance-now/test/performance-now.coffee create mode 100644 typescript/hello-world/node_modules/pify/index.js create mode 100644 typescript/hello-world/node_modules/pify/license create mode 100644 typescript/hello-world/node_modules/pify/package.json create mode 100644 typescript/hello-world/node_modules/pify/readme.md create mode 100644 typescript/hello-world/node_modules/pinkie-promise/index.js create mode 100644 typescript/hello-world/node_modules/pinkie-promise/license create mode 100644 typescript/hello-world/node_modules/pinkie-promise/package.json create mode 100644 typescript/hello-world/node_modules/pinkie-promise/readme.md create mode 100644 typescript/hello-world/node_modules/pinkie/index.js create mode 100644 typescript/hello-world/node_modules/pinkie/license create mode 100644 typescript/hello-world/node_modules/pinkie/package.json create mode 100644 typescript/hello-world/node_modules/pinkie/readme.md create mode 100644 typescript/hello-world/node_modules/pkg-dir/index.js create mode 100644 typescript/hello-world/node_modules/pkg-dir/license create mode 100644 typescript/hello-world/node_modules/pkg-dir/package.json create mode 100644 typescript/hello-world/node_modules/pkg-dir/readme.md create mode 100644 typescript/hello-world/node_modules/prelude-ls/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/prelude-ls/LICENSE create mode 100644 typescript/hello-world/node_modules/prelude-ls/README.md create mode 100644 typescript/hello-world/node_modules/prelude-ls/package.json create mode 100644 typescript/hello-world/node_modules/preserve/.gitattributes create mode 100644 typescript/hello-world/node_modules/preserve/.jshintrc create mode 100644 typescript/hello-world/node_modules/preserve/.npmignore create mode 100644 typescript/hello-world/node_modules/preserve/.travis.yml create mode 100644 typescript/hello-world/node_modules/preserve/.verb.md create mode 100644 typescript/hello-world/node_modules/preserve/LICENSE create mode 100644 typescript/hello-world/node_modules/preserve/README.md create mode 100644 typescript/hello-world/node_modules/preserve/index.js create mode 100644 typescript/hello-world/node_modules/preserve/package.json create mode 100644 typescript/hello-world/node_modules/preserve/test.js create mode 100644 typescript/hello-world/node_modules/pretty-format/.npmignore create mode 100755 typescript/hello-world/node_modules/pretty-format/README.md create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/index.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/AsymmetricMatcher.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/ConvertAnsi.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/HTMLElement.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/ImmutableList.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/ImmutableMap.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/ImmutableOrderedMap.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/ImmutableOrderedSet.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/ImmutablePlugins.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/ImmutableSet.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/ImmutableStack.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/ReactElement.js create mode 100644 typescript/hello-world/node_modules/pretty-format/build-es5/plugins/ReactTestComponent.js create mode 100644 typescript/hello-world/node_modules/pretty-format/node_modules/ansi-styles/index.js create mode 100644 typescript/hello-world/node_modules/pretty-format/node_modules/ansi-styles/license create mode 100644 typescript/hello-world/node_modules/pretty-format/node_modules/ansi-styles/package.json create mode 100644 typescript/hello-world/node_modules/pretty-format/node_modules/ansi-styles/readme.md create mode 100644 typescript/hello-world/node_modules/pretty-format/package.json create mode 100644 typescript/hello-world/node_modules/pretty-format/perf/test.js create mode 100644 typescript/hello-world/node_modules/pretty-format/perf/world.geo.json create mode 100644 typescript/hello-world/node_modules/private/LICENSE create mode 100644 typescript/hello-world/node_modules/private/README.md create mode 100644 typescript/hello-world/node_modules/private/package.json create mode 100644 typescript/hello-world/node_modules/private/private.js create mode 100644 typescript/hello-world/node_modules/prr/.jshintrc create mode 100644 typescript/hello-world/node_modules/prr/.npmignore create mode 100644 typescript/hello-world/node_modules/prr/.travis.yml create mode 100644 typescript/hello-world/node_modules/prr/LICENSE create mode 100644 typescript/hello-world/node_modules/prr/README.md create mode 100644 typescript/hello-world/node_modules/prr/package.json create mode 100644 typescript/hello-world/node_modules/prr/prr.js create mode 100644 typescript/hello-world/node_modules/prr/test.js create mode 100644 typescript/hello-world/node_modules/pseudomap/LICENSE create mode 100644 typescript/hello-world/node_modules/pseudomap/README.md create mode 100644 typescript/hello-world/node_modules/pseudomap/map.js create mode 100644 typescript/hello-world/node_modules/pseudomap/package.json create mode 100644 typescript/hello-world/node_modules/pseudomap/pseudomap.js create mode 100644 typescript/hello-world/node_modules/pseudomap/test/basic.js create mode 100644 typescript/hello-world/node_modules/punycode/LICENSE-MIT.txt create mode 100644 typescript/hello-world/node_modules/punycode/README.md create mode 100644 typescript/hello-world/node_modules/punycode/package.json create mode 100644 typescript/hello-world/node_modules/punycode/punycode.js create mode 100644 typescript/hello-world/node_modules/qs/.eslintignore create mode 100644 typescript/hello-world/node_modules/qs/.eslintrc create mode 100644 typescript/hello-world/node_modules/qs/.jscs.json create mode 100644 typescript/hello-world/node_modules/qs/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/qs/LICENSE create mode 100644 typescript/hello-world/node_modules/qs/README.md create mode 100644 typescript/hello-world/node_modules/qs/package.json create mode 100644 typescript/hello-world/node_modules/qs/test/.eslintrc create mode 100644 typescript/hello-world/node_modules/qs/test/index.js create mode 100644 typescript/hello-world/node_modules/qs/test/parse.js create mode 100644 typescript/hello-world/node_modules/qs/test/stringify.js create mode 100644 typescript/hello-world/node_modules/qs/test/utils.js create mode 100755 typescript/hello-world/node_modules/randomatic/LICENSE create mode 100644 typescript/hello-world/node_modules/randomatic/README.md create mode 100644 typescript/hello-world/node_modules/randomatic/index.js create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/is-number/LICENSE create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/is-number/README.md create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/is-number/index.js create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/is-number/node_modules/kind-of/LICENSE create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/is-number/node_modules/kind-of/README.md create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/is-number/node_modules/kind-of/index.js create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/is-number/node_modules/kind-of/package.json create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/is-number/package.json create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/kind-of/LICENSE create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/kind-of/README.md create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/kind-of/index.js create mode 100644 typescript/hello-world/node_modules/randomatic/node_modules/kind-of/package.json create mode 100644 typescript/hello-world/node_modules/randomatic/package.json create mode 100644 typescript/hello-world/node_modules/read-pkg-up/index.js create mode 100644 typescript/hello-world/node_modules/read-pkg-up/license create mode 100644 typescript/hello-world/node_modules/read-pkg-up/node_modules/find-up/index.js create mode 100644 typescript/hello-world/node_modules/read-pkg-up/node_modules/find-up/license create mode 100644 typescript/hello-world/node_modules/read-pkg-up/node_modules/find-up/package.json create mode 100644 typescript/hello-world/node_modules/read-pkg-up/node_modules/find-up/readme.md create mode 100644 typescript/hello-world/node_modules/read-pkg-up/package.json create mode 100644 typescript/hello-world/node_modules/read-pkg-up/readme.md create mode 100644 typescript/hello-world/node_modules/read-pkg/index.js create mode 100644 typescript/hello-world/node_modules/read-pkg/license create mode 100644 typescript/hello-world/node_modules/read-pkg/package.json create mode 100644 typescript/hello-world/node_modules/read-pkg/readme.md create mode 100644 typescript/hello-world/node_modules/regenerator-runtime/.npmignore create mode 100644 typescript/hello-world/node_modules/regenerator-runtime/README.md create mode 100644 typescript/hello-world/node_modules/regenerator-runtime/package.json create mode 100644 typescript/hello-world/node_modules/regenerator-runtime/path.js create mode 100644 typescript/hello-world/node_modules/regenerator-runtime/runtime-module.js create mode 100644 typescript/hello-world/node_modules/regenerator-runtime/runtime.js create mode 100644 typescript/hello-world/node_modules/regex-cache/LICENSE create mode 100644 typescript/hello-world/node_modules/regex-cache/README.md create mode 100644 typescript/hello-world/node_modules/regex-cache/index.js create mode 100644 typescript/hello-world/node_modules/regex-cache/package.json create mode 100644 typescript/hello-world/node_modules/remove-trailing-separator/history.md create mode 100644 typescript/hello-world/node_modules/remove-trailing-separator/index.js create mode 100644 typescript/hello-world/node_modules/remove-trailing-separator/license create mode 100644 typescript/hello-world/node_modules/remove-trailing-separator/package.json create mode 100644 typescript/hello-world/node_modules/remove-trailing-separator/readme.md create mode 100644 typescript/hello-world/node_modules/repeat-element/LICENSE create mode 100644 typescript/hello-world/node_modules/repeat-element/README.md create mode 100644 typescript/hello-world/node_modules/repeat-element/index.js create mode 100644 typescript/hello-world/node_modules/repeat-element/package.json create mode 100644 typescript/hello-world/node_modules/repeat-string/LICENSE create mode 100644 typescript/hello-world/node_modules/repeat-string/README.md create mode 100644 typescript/hello-world/node_modules/repeat-string/index.js create mode 100644 typescript/hello-world/node_modules/repeat-string/package.json create mode 100644 typescript/hello-world/node_modules/repeating/index.js create mode 100644 typescript/hello-world/node_modules/repeating/license create mode 100644 typescript/hello-world/node_modules/repeating/package.json create mode 100644 typescript/hello-world/node_modules/repeating/readme.md create mode 100644 typescript/hello-world/node_modules/request/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/request/LICENSE create mode 100644 typescript/hello-world/node_modules/request/README.md create mode 100755 typescript/hello-world/node_modules/request/index.js create mode 120000 typescript/hello-world/node_modules/request/node_modules/.bin/uuid create mode 100644 typescript/hello-world/node_modules/request/package.json create mode 100644 typescript/hello-world/node_modules/request/request.js create mode 100644 typescript/hello-world/node_modules/require-directory/.jshintrc create mode 100644 typescript/hello-world/node_modules/require-directory/.npmignore create mode 100644 typescript/hello-world/node_modules/require-directory/.travis.yml create mode 100644 typescript/hello-world/node_modules/require-directory/LICENSE create mode 100644 typescript/hello-world/node_modules/require-directory/README.markdown create mode 100644 typescript/hello-world/node_modules/require-directory/index.js create mode 100644 typescript/hello-world/node_modules/require-directory/package.json create mode 100644 typescript/hello-world/node_modules/require-main-filename/.npmignore create mode 100644 typescript/hello-world/node_modules/require-main-filename/.travis.yml create mode 100644 typescript/hello-world/node_modules/require-main-filename/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/require-main-filename/README.md create mode 100644 typescript/hello-world/node_modules/require-main-filename/index.js create mode 100644 typescript/hello-world/node_modules/require-main-filename/package.json create mode 100644 typescript/hello-world/node_modules/require-main-filename/test.js create mode 100644 typescript/hello-world/node_modules/resolve/.eslintignore create mode 100644 typescript/hello-world/node_modules/resolve/.eslintrc create mode 100644 typescript/hello-world/node_modules/resolve/.npmignore create mode 100644 typescript/hello-world/node_modules/resolve/.travis.yml create mode 100644 typescript/hello-world/node_modules/resolve/LICENSE create mode 100644 typescript/hello-world/node_modules/resolve/appveyor.yml create mode 100644 typescript/hello-world/node_modules/resolve/example/async.js create mode 100644 typescript/hello-world/node_modules/resolve/example/sync.js create mode 100644 typescript/hello-world/node_modules/resolve/index.js create mode 100644 typescript/hello-world/node_modules/resolve/package.json create mode 100644 typescript/hello-world/node_modules/resolve/readme.markdown create mode 100644 typescript/hello-world/node_modules/resolve/test/core.js create mode 100644 typescript/hello-world/node_modules/resolve/test/dotdot.js create mode 100644 typescript/hello-world/node_modules/resolve/test/dotdot/abc/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/dotdot/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/faulty_basedir.js create mode 100644 typescript/hello-world/node_modules/resolve/test/filter.js create mode 100644 typescript/hello-world/node_modules/resolve/test/filter_sync.js create mode 100644 typescript/hello-world/node_modules/resolve/test/mock.js create mode 100644 typescript/hello-world/node_modules/resolve/test/mock_sync.js create mode 100644 typescript/hello-world/node_modules/resolve/test/module_dir.js create mode 100644 typescript/hello-world/node_modules/resolve/test/module_dir/xmodules/aaa/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/module_dir/ymodules/aaa/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/module_dir/zmodules/bbb/main.js create mode 100644 typescript/hello-world/node_modules/resolve/test/module_dir/zmodules/bbb/package.json create mode 100644 typescript/hello-world/node_modules/resolve/test/node-modules-paths.js create mode 100644 typescript/hello-world/node_modules/resolve/test/node_path.js create mode 100644 typescript/hello-world/node_modules/resolve/test/node_path/x/aaa/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/node_path/x/ccc/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/node_path/y/bbb/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/node_path/y/ccc/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/nonstring.js create mode 100644 typescript/hello-world/node_modules/resolve/test/pathfilter.js create mode 100644 typescript/hello-world/node_modules/resolve/test/pathfilter/deep_ref/main.js create mode 100644 typescript/hello-world/node_modules/resolve/test/precedence.js create mode 100644 typescript/hello-world/node_modules/resolve/test/precedence/aaa.js create mode 100644 typescript/hello-world/node_modules/resolve/test/precedence/aaa/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/precedence/aaa/main.js create mode 100644 typescript/hello-world/node_modules/resolve/test/precedence/bbb.js create mode 100644 typescript/hello-world/node_modules/resolve/test/precedence/bbb/main.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/baz/doom.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/baz/package.json create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/baz/quux.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/cup.coffee create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/foo.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/incorrect_main/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/incorrect_main/package.json create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/mug.coffee create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/mug.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/other_path/root.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/quux/foo/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/same_names/foo.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/same_names/foo/index.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver/without_basedir/main.js create mode 100644 typescript/hello-world/node_modules/resolve/test/resolver_sync.js create mode 100644 typescript/hello-world/node_modules/resolve/test/subdirs.js create mode 100644 typescript/hello-world/node_modules/right-align/LICENSE create mode 100644 typescript/hello-world/node_modules/right-align/README.md create mode 100644 typescript/hello-world/node_modules/right-align/index.js create mode 100644 typescript/hello-world/node_modules/right-align/package.json create mode 100644 typescript/hello-world/node_modules/rimraf/LICENSE create mode 100644 typescript/hello-world/node_modules/rimraf/README.md create mode 100755 typescript/hello-world/node_modules/rimraf/bin.js create mode 100644 typescript/hello-world/node_modules/rimraf/package.json create mode 100644 typescript/hello-world/node_modules/rimraf/rimraf.js create mode 100644 typescript/hello-world/node_modules/safe-buffer/.travis.yml create mode 100644 typescript/hello-world/node_modules/safe-buffer/LICENSE create mode 100644 typescript/hello-world/node_modules/safe-buffer/README.md create mode 100644 typescript/hello-world/node_modules/safe-buffer/index.js create mode 100644 typescript/hello-world/node_modules/safe-buffer/package.json create mode 100644 typescript/hello-world/node_modules/safe-buffer/test.js create mode 100644 typescript/hello-world/node_modules/sane/README.md create mode 100755 typescript/hello-world/node_modules/sane/index.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/bser/README.md create mode 100644 typescript/hello-world/node_modules/sane/node_modules/bser/index.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/bser/package.json create mode 100644 typescript/hello-world/node_modules/sane/node_modules/bser/test/bser.js create mode 100755 typescript/hello-world/node_modules/sane/node_modules/fb-watchman/README.md create mode 100644 typescript/hello-world/node_modules/sane/node_modules/fb-watchman/index.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/fb-watchman/package.json create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/.travis.yml create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/LICENSE create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/example/parse.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/index.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/package.json create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/readme.markdown create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/all_bool.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/bool.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/dash.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/default_bool.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/dotted.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/kv_short.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/long.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/num.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/parse.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/parse_modified.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/short.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/stop_early.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/unknown.js create mode 100644 typescript/hello-world/node_modules/sane/node_modules/minimist/test/whitespace.js create mode 100644 typescript/hello-world/node_modules/sane/package.json create mode 100755 typescript/hello-world/node_modules/sane/src/cli.js create mode 100644 typescript/hello-world/node_modules/sane/src/common.js create mode 100644 typescript/hello-world/node_modules/sane/src/node_watcher.js create mode 100644 typescript/hello-world/node_modules/sane/src/poll_watcher.js create mode 100644 typescript/hello-world/node_modules/sane/src/utils/recrawl-warning-dedupe.js create mode 100644 typescript/hello-world/node_modules/sane/src/watchman_watcher.js create mode 100644 typescript/hello-world/node_modules/sax/LICENSE create mode 100644 typescript/hello-world/node_modules/sax/README.md create mode 100644 typescript/hello-world/node_modules/sax/package.json create mode 100644 typescript/hello-world/node_modules/semver/LICENSE create mode 100644 typescript/hello-world/node_modules/semver/README.md create mode 100755 typescript/hello-world/node_modules/semver/bin/semver create mode 100644 typescript/hello-world/node_modules/semver/package.json create mode 100644 typescript/hello-world/node_modules/semver/range.bnf create mode 100644 typescript/hello-world/node_modules/semver/semver.js create mode 100644 typescript/hello-world/node_modules/set-blocking/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/set-blocking/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/set-blocking/README.md create mode 100644 typescript/hello-world/node_modules/set-blocking/index.js create mode 100644 typescript/hello-world/node_modules/set-blocking/package.json create mode 100644 typescript/hello-world/node_modules/shellwords/.npmignore create mode 100644 typescript/hello-world/node_modules/shellwords/Cakefile create mode 100644 typescript/hello-world/node_modules/shellwords/LICENSE create mode 100644 typescript/hello-world/node_modules/shellwords/README.md create mode 100644 typescript/hello-world/node_modules/shellwords/package.json create mode 100644 typescript/hello-world/node_modules/shellwords/spec/shellwords_spec.coffee create mode 100644 typescript/hello-world/node_modules/shellwords/src/shellwords.coffee create mode 100644 typescript/hello-world/node_modules/signal-exit/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/signal-exit/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/signal-exit/README.md create mode 100644 typescript/hello-world/node_modules/signal-exit/index.js create mode 100644 typescript/hello-world/node_modules/signal-exit/package.json create mode 100644 typescript/hello-world/node_modules/signal-exit/signals.js create mode 100644 typescript/hello-world/node_modules/slash/index.js create mode 100644 typescript/hello-world/node_modules/slash/package.json create mode 100644 typescript/hello-world/node_modules/slash/readme.md create mode 100644 typescript/hello-world/node_modules/sntp/.npmignore create mode 100755 typescript/hello-world/node_modules/sntp/.travis.yml create mode 100755 typescript/hello-world/node_modules/sntp/LICENSE create mode 100755 typescript/hello-world/node_modules/sntp/Makefile create mode 100755 typescript/hello-world/node_modules/sntp/README.md create mode 100755 typescript/hello-world/node_modules/sntp/examples/offset.js create mode 100755 typescript/hello-world/node_modules/sntp/examples/time.js create mode 100755 typescript/hello-world/node_modules/sntp/index.js create mode 100755 typescript/hello-world/node_modules/sntp/package.json create mode 100755 typescript/hello-world/node_modules/sntp/test/index.js create mode 100644 typescript/hello-world/node_modules/source-map-support/.npmignore create mode 100644 typescript/hello-world/node_modules/source-map-support/.travis.yml create mode 100644 typescript/hello-world/node_modules/source-map-support/LICENSE.md create mode 100644 typescript/hello-world/node_modules/source-map-support/README.md create mode 100644 typescript/hello-world/node_modules/source-map-support/browser-source-map-support.js create mode 100755 typescript/hello-world/node_modules/source-map-support/build.js create mode 100644 typescript/hello-world/node_modules/source-map-support/package.json create mode 100644 typescript/hello-world/node_modules/source-map-support/register.js create mode 100644 typescript/hello-world/node_modules/source-map-support/source-map-support.js create mode 100644 typescript/hello-world/node_modules/source-map-support/test.js create mode 100644 typescript/hello-world/node_modules/source-map/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/source-map/LICENSE create mode 100644 typescript/hello-world/node_modules/source-map/README.md create mode 100644 typescript/hello-world/node_modules/source-map/package.json create mode 100644 typescript/hello-world/node_modules/source-map/source-map.js create mode 100644 typescript/hello-world/node_modules/spdx-correct/LICENSE create mode 100644 typescript/hello-world/node_modules/spdx-correct/README.md create mode 100644 typescript/hello-world/node_modules/spdx-correct/index.js create mode 100644 typescript/hello-world/node_modules/spdx-correct/package.json create mode 100644 typescript/hello-world/node_modules/spdx-expression-parse/AUTHORS create mode 100644 typescript/hello-world/node_modules/spdx-expression-parse/LICENSE create mode 100644 typescript/hello-world/node_modules/spdx-expression-parse/README.md create mode 100644 typescript/hello-world/node_modules/spdx-expression-parse/index.js create mode 100644 typescript/hello-world/node_modules/spdx-expression-parse/package.json create mode 100644 typescript/hello-world/node_modules/spdx-expression-parse/parser.js create mode 100644 typescript/hello-world/node_modules/spdx-license-ids/LICENSE create mode 100755 typescript/hello-world/node_modules/spdx-license-ids/README.md create mode 100644 typescript/hello-world/node_modules/spdx-license-ids/package.json create mode 100644 typescript/hello-world/node_modules/spdx-license-ids/spdx-license-ids.json create mode 100644 typescript/hello-world/node_modules/sprintf-js/.npmignore create mode 100644 typescript/hello-world/node_modules/sprintf-js/LICENSE create mode 100644 typescript/hello-world/node_modules/sprintf-js/README.md create mode 100644 typescript/hello-world/node_modules/sprintf-js/bower.json create mode 100644 typescript/hello-world/node_modules/sprintf-js/demo/angular.html create mode 100644 typescript/hello-world/node_modules/sprintf-js/gruntfile.js create mode 100644 typescript/hello-world/node_modules/sprintf-js/package.json create mode 100644 typescript/hello-world/node_modules/sprintf-js/src/angular-sprintf.js create mode 100644 typescript/hello-world/node_modules/sprintf-js/src/sprintf.js create mode 100644 typescript/hello-world/node_modules/sprintf-js/test/test.js create mode 100644 typescript/hello-world/node_modules/sshpk/.npmignore create mode 100644 typescript/hello-world/node_modules/sshpk/.travis.yml create mode 100644 typescript/hello-world/node_modules/sshpk/LICENSE create mode 100644 typescript/hello-world/node_modules/sshpk/README.md create mode 100755 typescript/hello-world/node_modules/sshpk/bin/sshpk-conv create mode 100755 typescript/hello-world/node_modules/sshpk/bin/sshpk-sign create mode 100755 typescript/hello-world/node_modules/sshpk/bin/sshpk-verify create mode 100644 typescript/hello-world/node_modules/sshpk/man/man1/sshpk-conv.1 create mode 100644 typescript/hello-world/node_modules/sshpk/man/man1/sshpk-sign.1 create mode 100644 typescript/hello-world/node_modules/sshpk/man/man1/sshpk-verify.1 create mode 100644 typescript/hello-world/node_modules/sshpk/package.json create mode 100644 typescript/hello-world/node_modules/string-length/index.js create mode 100644 typescript/hello-world/node_modules/string-length/license create mode 100644 typescript/hello-world/node_modules/string-length/package.json create mode 100644 typescript/hello-world/node_modules/string-length/readme.md create mode 100644 typescript/hello-world/node_modules/string-width/index.js create mode 100644 typescript/hello-world/node_modules/string-width/license create mode 100644 typescript/hello-world/node_modules/string-width/package.json create mode 100644 typescript/hello-world/node_modules/string-width/readme.md create mode 100644 typescript/hello-world/node_modules/stringstream/.npmignore create mode 100644 typescript/hello-world/node_modules/stringstream/.travis.yml create mode 100644 typescript/hello-world/node_modules/stringstream/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/stringstream/README.md create mode 100644 typescript/hello-world/node_modules/stringstream/example.js create mode 100644 typescript/hello-world/node_modules/stringstream/package.json create mode 100644 typescript/hello-world/node_modules/stringstream/stringstream.js create mode 100644 typescript/hello-world/node_modules/strip-ansi/index.js create mode 100644 typescript/hello-world/node_modules/strip-ansi/license create mode 100644 typescript/hello-world/node_modules/strip-ansi/package.json create mode 100644 typescript/hello-world/node_modules/strip-ansi/readme.md create mode 100644 typescript/hello-world/node_modules/strip-bom/index.js create mode 100644 typescript/hello-world/node_modules/strip-bom/license create mode 100644 typescript/hello-world/node_modules/strip-bom/package.json create mode 100644 typescript/hello-world/node_modules/strip-bom/readme.md create mode 100644 typescript/hello-world/node_modules/strip-eof/index.js create mode 100644 typescript/hello-world/node_modules/strip-eof/license create mode 100644 typescript/hello-world/node_modules/strip-eof/package.json create mode 100644 typescript/hello-world/node_modules/strip-eof/readme.md create mode 100644 typescript/hello-world/node_modules/strip-json-comments/index.js create mode 100644 typescript/hello-world/node_modules/strip-json-comments/license create mode 100644 typescript/hello-world/node_modules/strip-json-comments/package.json create mode 100644 typescript/hello-world/node_modules/strip-json-comments/readme.md create mode 100644 typescript/hello-world/node_modules/supports-color/index.js create mode 100644 typescript/hello-world/node_modules/supports-color/license create mode 100644 typescript/hello-world/node_modules/supports-color/package.json create mode 100644 typescript/hello-world/node_modules/supports-color/readme.md create mode 100644 typescript/hello-world/node_modules/symbol-tree/LICENSE create mode 100644 typescript/hello-world/node_modules/symbol-tree/README.md create mode 100644 typescript/hello-world/node_modules/symbol-tree/package.json create mode 100644 typescript/hello-world/node_modules/test-exclude/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/test-exclude/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/test-exclude/README.md create mode 100644 typescript/hello-world/node_modules/test-exclude/index.js create mode 100644 typescript/hello-world/node_modules/test-exclude/package.json create mode 100644 typescript/hello-world/node_modules/throat/LICENSE create mode 100644 typescript/hello-world/node_modules/throat/README.md create mode 100644 typescript/hello-world/node_modules/throat/index.d.ts create mode 100644 typescript/hello-world/node_modules/throat/index.js create mode 100644 typescript/hello-world/node_modules/throat/index.js.flow create mode 100644 typescript/hello-world/node_modules/throat/package.json create mode 100644 typescript/hello-world/node_modules/tmpl/.travis.yml create mode 100644 typescript/hello-world/node_modules/tmpl/license create mode 100644 typescript/hello-world/node_modules/tmpl/package.json create mode 100644 typescript/hello-world/node_modules/tmpl/readme.md create mode 100644 typescript/hello-world/node_modules/to-fast-properties/index.js create mode 100644 typescript/hello-world/node_modules/to-fast-properties/license create mode 100644 typescript/hello-world/node_modules/to-fast-properties/package.json create mode 100644 typescript/hello-world/node_modules/to-fast-properties/readme.md create mode 100644 typescript/hello-world/node_modules/tough-cookie/LICENSE create mode 100644 typescript/hello-world/node_modules/tough-cookie/README.md create mode 100644 typescript/hello-world/node_modules/tough-cookie/package.json create mode 100644 typescript/hello-world/node_modules/tr46/.npmignore create mode 100644 typescript/hello-world/node_modules/tr46/index.js create mode 100644 typescript/hello-world/node_modules/tr46/package.json create mode 100644 typescript/hello-world/node_modules/trim-right/index.js create mode 100644 typescript/hello-world/node_modules/trim-right/license create mode 100644 typescript/hello-world/node_modules/trim-right/package.json create mode 100644 typescript/hello-world/node_modules/trim-right/readme.md create mode 100644 typescript/hello-world/node_modules/ts-jest/.editorconfig create mode 100644 typescript/hello-world/node_modules/ts-jest/.github/ISSUE_TEMPLATE create mode 100644 typescript/hello-world/node_modules/ts-jest/.npmignore create mode 100644 typescript/hello-world/node_modules/ts-jest/.travis.yml create mode 100644 typescript/hello-world/node_modules/ts-jest/AUTHORS create mode 100644 typescript/hello-world/node_modules/ts-jest/LICENSE create mode 100644 typescript/hello-world/node_modules/ts-jest/README.md create mode 100644 typescript/hello-world/node_modules/ts-jest/appveyor.yml create mode 100644 typescript/hello-world/node_modules/ts-jest/index.js create mode 120000 typescript/hello-world/node_modules/ts-jest/node_modules/.bin/jest create mode 120000 typescript/hello-world/node_modules/ts-jest/node_modules/.bin/tsc create mode 120000 typescript/hello-world/node_modules/ts-jest/node_modules/.bin/tsserver create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/camelcase/index.js create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/camelcase/license create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/camelcase/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/camelcase/readme.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/is-fullwidth-code-point/index.js create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/is-fullwidth-code-point/license create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/is-fullwidth-code-point/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/is-fullwidth-code-point/readme.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/load-json-file/index.js create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/load-json-file/license create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/load-json-file/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/load-json-file/readme.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/os-locale/index.js create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/os-locale/license create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/os-locale/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/os-locale/readme.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/path-type/index.js create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/path-type/license create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/path-type/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/path-type/readme.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/read-pkg-up/index.js create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/read-pkg-up/license create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/read-pkg-up/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/read-pkg-up/readme.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/read-pkg/index.js create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/read-pkg/license create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/read-pkg/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/read-pkg/readme.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/string-width/index.js create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/string-width/license create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/string-width/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/string-width/readme.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/which-module/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/which-module/LICENSE create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/which-module/README.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/which-module/index.js create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/which-module/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs-parser/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs-parser/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs-parser/README.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs-parser/index.js create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs-parser/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/LICENSE create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/README.md create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/completion.sh.hbs create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/index.js create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/be.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/de.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/en.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/es.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/fr.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/hi.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/hu.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/id.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/it.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/ja.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/ko.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/nb.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/nl.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/pirate.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/pl.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/pt.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/pt_BR.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/ru.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/th.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/tr.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/zh_CN.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/locales/zh_TW.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/node_modules/yargs/yargs.js create mode 100644 typescript/hello-world/node_modules/ts-jest/package.json create mode 100644 typescript/hello-world/node_modules/ts-jest/preprocessor.js create mode 100644 typescript/hello-world/node_modules/ts-jest/tsconfig.json create mode 100644 typescript/hello-world/node_modules/ts-jest/tslint.json create mode 100644 typescript/hello-world/node_modules/ts-jest/yarn.lock create mode 100644 typescript/hello-world/node_modules/tsconfig/LICENSE create mode 100644 typescript/hello-world/node_modules/tsconfig/README.md create mode 100644 typescript/hello-world/node_modules/tsconfig/package.json create mode 100644 typescript/hello-world/node_modules/tsconfig/typings.json create mode 100644 typescript/hello-world/node_modules/tslib/.gitattributes create mode 100644 typescript/hello-world/node_modules/tslib/.npmignore create mode 100644 typescript/hello-world/node_modules/tslib/CopyrightNotice.txt create mode 100644 typescript/hello-world/node_modules/tslib/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/tslib/README.md create mode 100644 typescript/hello-world/node_modules/tslib/bower.json create mode 100644 typescript/hello-world/node_modules/tslib/docs/generator.md create mode 100644 typescript/hello-world/node_modules/tslib/package.json create mode 100644 typescript/hello-world/node_modules/tslib/tslib.d.ts create mode 100644 typescript/hello-world/node_modules/tslib/tslib.es6.html create mode 100644 typescript/hello-world/node_modules/tslib/tslib.es6.js create mode 100644 typescript/hello-world/node_modules/tslib/tslib.html create mode 100644 typescript/hello-world/node_modules/tslib/tslib.js create mode 100644 typescript/hello-world/node_modules/tslint/.npmignore create mode 100644 typescript/hello-world/node_modules/tslint/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/tslint/LICENSE create mode 100644 typescript/hello-world/node_modules/tslint/README.md create mode 100755 typescript/hello-world/node_modules/tslint/bin/tslint create mode 120000 typescript/hello-world/node_modules/tslint/node_modules/.bin/semver create mode 120000 typescript/hello-world/node_modules/tslint/node_modules/.bin/tsc create mode 120000 typescript/hello-world/node_modules/tslint/node_modules/.bin/tsserver create mode 100644 typescript/hello-world/node_modules/tslint/package.json create mode 100644 typescript/hello-world/node_modules/tsutils/.npmignore create mode 100644 typescript/hello-world/node_modules/tsutils/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/tsutils/LICENSE create mode 100644 typescript/hello-world/node_modules/tsutils/README.md create mode 100644 typescript/hello-world/node_modules/tsutils/index.d.ts create mode 100644 typescript/hello-world/node_modules/tsutils/index.js create mode 120000 typescript/hello-world/node_modules/tsutils/node_modules/.bin/tsc create mode 120000 typescript/hello-world/node_modules/tsutils/node_modules/.bin/tsserver create mode 100644 typescript/hello-world/node_modules/tsutils/package.json create mode 100644 typescript/hello-world/node_modules/tsutils/typeguard/index.d.ts create mode 100644 typescript/hello-world/node_modules/tsutils/typeguard/index.js create mode 100644 typescript/hello-world/node_modules/tsutils/typeguard/node.d.ts create mode 100644 typescript/hello-world/node_modules/tsutils/typeguard/node.js create mode 100644 typescript/hello-world/node_modules/tsutils/typeguard/type.d.ts create mode 100644 typescript/hello-world/node_modules/tsutils/typeguard/type.js create mode 100644 typescript/hello-world/node_modules/tsutils/util/index.d.ts create mode 100644 typescript/hello-world/node_modules/tsutils/util/index.js create mode 100644 typescript/hello-world/node_modules/tsutils/util/usage.d.ts create mode 100644 typescript/hello-world/node_modules/tsutils/util/usage.js create mode 100644 typescript/hello-world/node_modules/tsutils/util/util.d.ts create mode 100644 typescript/hello-world/node_modules/tsutils/util/util.js create mode 100644 typescript/hello-world/node_modules/tunnel-agent/LICENSE create mode 100644 typescript/hello-world/node_modules/tunnel-agent/README.md create mode 100644 typescript/hello-world/node_modules/tunnel-agent/index.js create mode 100644 typescript/hello-world/node_modules/tunnel-agent/package.json create mode 100644 typescript/hello-world/node_modules/tweetnacl/.npmignore create mode 100644 typescript/hello-world/node_modules/tweetnacl/AUTHORS.md create mode 100644 typescript/hello-world/node_modules/tweetnacl/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/tweetnacl/LICENSE create mode 100644 typescript/hello-world/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md create mode 100644 typescript/hello-world/node_modules/tweetnacl/README.md create mode 100644 typescript/hello-world/node_modules/tweetnacl/nacl-fast.js create mode 100644 typescript/hello-world/node_modules/tweetnacl/nacl-fast.min.js create mode 100644 typescript/hello-world/node_modules/tweetnacl/nacl.d.ts create mode 100644 typescript/hello-world/node_modules/tweetnacl/nacl.js create mode 100644 typescript/hello-world/node_modules/tweetnacl/nacl.min.js create mode 100644 typescript/hello-world/node_modules/tweetnacl/package.json create mode 100644 typescript/hello-world/node_modules/type-check/LICENSE create mode 100644 typescript/hello-world/node_modules/type-check/README.md create mode 100644 typescript/hello-world/node_modules/type-check/package.json create mode 100644 typescript/hello-world/node_modules/typescript/.mailmap create mode 100644 typescript/hello-world/node_modules/typescript/.npmignore create mode 100644 typescript/hello-world/node_modules/typescript/AUTHORS.md create mode 100644 typescript/hello-world/node_modules/typescript/CONTRIBUTING.md create mode 100644 typescript/hello-world/node_modules/typescript/CopyrightNotice.txt create mode 100644 typescript/hello-world/node_modules/typescript/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/typescript/README.md create mode 100644 typescript/hello-world/node_modules/typescript/ThirdPartyNoticeText.txt create mode 100755 typescript/hello-world/node_modules/typescript/bin/tsc create mode 100755 typescript/hello-world/node_modules/typescript/bin/tsserver create mode 100644 typescript/hello-world/node_modules/typescript/package.json create mode 100644 typescript/hello-world/node_modules/typescript/test.config create mode 100644 typescript/hello-world/node_modules/uglify-js/LICENSE create mode 100644 typescript/hello-world/node_modules/uglify-js/README.md create mode 100644 typescript/hello-world/node_modules/uglify-js/bin/extract-props.js create mode 100755 typescript/hello-world/node_modules/uglify-js/bin/uglifyjs create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/camelcase/index.js create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/camelcase/license create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/camelcase/package.json create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/camelcase/readme.md create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/cliui/.coveralls.yml create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/cliui/.npmignore create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/cliui/.travis.yml create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/cliui/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/cliui/README.md create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/cliui/index.js create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/cliui/package.json create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/cliui/test/cliui.js create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/wordwrap/.npmignore create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/wordwrap/README.markdown create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/wordwrap/example/center.js create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/wordwrap/example/meat.js create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/wordwrap/index.js create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/wordwrap/package.json create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/wordwrap/test/break.js create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/wordwrap/test/idleness.txt create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/wordwrap/test/wrap.js create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/yargs/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/yargs/LICENSE create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/yargs/README.md create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/yargs/completion.sh.hbs create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/yargs/index.js create mode 100644 typescript/hello-world/node_modules/uglify-js/node_modules/yargs/package.json create mode 100644 typescript/hello-world/node_modules/uglify-js/package.json create mode 100644 typescript/hello-world/node_modules/uglify-js/tools/domprops.json create mode 100644 typescript/hello-world/node_modules/uglify-js/tools/exports.js create mode 100644 typescript/hello-world/node_modules/uglify-js/tools/node.js create mode 100644 typescript/hello-world/node_modules/uglify-js/tools/props.html create mode 100644 typescript/hello-world/node_modules/uglify-to-browserify/.npmignore create mode 100644 typescript/hello-world/node_modules/uglify-to-browserify/.travis.yml create mode 100644 typescript/hello-world/node_modules/uglify-to-browserify/LICENSE create mode 100644 typescript/hello-world/node_modules/uglify-to-browserify/README.md create mode 100644 typescript/hello-world/node_modules/uglify-to-browserify/index.js create mode 100644 typescript/hello-world/node_modules/uglify-to-browserify/package.json create mode 100644 typescript/hello-world/node_modules/uglify-to-browserify/test/index.js create mode 100644 typescript/hello-world/node_modules/universalify/LICENSE create mode 100644 typescript/hello-world/node_modules/universalify/README.md create mode 100644 typescript/hello-world/node_modules/universalify/index.js create mode 100644 typescript/hello-world/node_modules/universalify/package.json create mode 100644 typescript/hello-world/node_modules/uuid/.eslintrc.json create mode 100644 typescript/hello-world/node_modules/uuid/AUTHORS create mode 100644 typescript/hello-world/node_modules/uuid/HISTORY.md create mode 100644 typescript/hello-world/node_modules/uuid/LICENSE.md create mode 100644 typescript/hello-world/node_modules/uuid/README.md create mode 100755 typescript/hello-world/node_modules/uuid/bin/uuid create mode 100644 typescript/hello-world/node_modules/uuid/index.js create mode 100644 typescript/hello-world/node_modules/uuid/package.json create mode 100644 typescript/hello-world/node_modules/uuid/v1.js create mode 100644 typescript/hello-world/node_modules/uuid/v4.js create mode 100644 typescript/hello-world/node_modules/uuid/v5.js create mode 100644 typescript/hello-world/node_modules/validate-npm-package-license/LICENSE create mode 100644 typescript/hello-world/node_modules/validate-npm-package-license/README.md create mode 100644 typescript/hello-world/node_modules/validate-npm-package-license/index.js create mode 100644 typescript/hello-world/node_modules/validate-npm-package-license/package.json create mode 100644 typescript/hello-world/node_modules/verror/.gitmodules create mode 100644 typescript/hello-world/node_modules/verror/.npmignore create mode 100644 typescript/hello-world/node_modules/verror/LICENSE create mode 100644 typescript/hello-world/node_modules/verror/Makefile create mode 100644 typescript/hello-world/node_modules/verror/Makefile.targ create mode 100644 typescript/hello-world/node_modules/verror/README.md create mode 100644 typescript/hello-world/node_modules/verror/examples/levels-verror.js create mode 100644 typescript/hello-world/node_modules/verror/examples/levels-werror.js create mode 100644 typescript/hello-world/node_modules/verror/examples/varargs.js create mode 100644 typescript/hello-world/node_modules/verror/examples/verror.js create mode 100644 typescript/hello-world/node_modules/verror/examples/werror.js create mode 100644 typescript/hello-world/node_modules/verror/jsl.node.conf create mode 100644 typescript/hello-world/node_modules/verror/package.json create mode 100644 typescript/hello-world/node_modules/verror/tests/tst.inherit.js create mode 100644 typescript/hello-world/node_modules/verror/tests/tst.verror.js create mode 100644 typescript/hello-world/node_modules/verror/tests/tst.werror.js create mode 100644 typescript/hello-world/node_modules/walker/.travis.yml create mode 100644 typescript/hello-world/node_modules/walker/LICENSE create mode 100644 typescript/hello-world/node_modules/walker/package.json create mode 100644 typescript/hello-world/node_modules/walker/readme.md create mode 100644 typescript/hello-world/node_modules/watch/LICENSE create mode 100644 typescript/hello-world/node_modules/watch/main.js create mode 100755 typescript/hello-world/node_modules/watch/package.json create mode 100644 typescript/hello-world/node_modules/watch/readme.mkd create mode 100644 typescript/hello-world/node_modules/watch/test/d/d/t create mode 100644 typescript/hello-world/node_modules/watch/test/d/t create mode 100644 typescript/hello-world/node_modules/watch/test/test_monitor.js create mode 100644 typescript/hello-world/node_modules/watch/test/test_monitorRootDirectory.js create mode 100644 typescript/hello-world/node_modules/watch/test/test_watchTree.js create mode 100644 typescript/hello-world/node_modules/webidl-conversions/LICENSE.md create mode 100644 typescript/hello-world/node_modules/webidl-conversions/README.md create mode 100644 typescript/hello-world/node_modules/webidl-conversions/package.json create mode 100644 typescript/hello-world/node_modules/whatwg-encoding/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/whatwg-encoding/package.json create mode 100644 typescript/hello-world/node_modules/whatwg-url/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/whatwg-url/README.md create mode 100644 typescript/hello-world/node_modules/whatwg-url/node_modules/webidl-conversions/LICENSE.md create mode 100644 typescript/hello-world/node_modules/whatwg-url/node_modules/webidl-conversions/README.md create mode 100644 typescript/hello-world/node_modules/whatwg-url/node_modules/webidl-conversions/package.json create mode 100644 typescript/hello-world/node_modules/whatwg-url/package.json create mode 100644 typescript/hello-world/node_modules/which-module/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/which-module/LICENSE create mode 100644 typescript/hello-world/node_modules/which-module/README.md create mode 100644 typescript/hello-world/node_modules/which-module/index.js create mode 100644 typescript/hello-world/node_modules/which-module/package.json create mode 100644 typescript/hello-world/node_modules/which/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/which/LICENSE create mode 100644 typescript/hello-world/node_modules/which/README.md create mode 100755 typescript/hello-world/node_modules/which/bin/which create mode 100644 typescript/hello-world/node_modules/which/package.json create mode 100644 typescript/hello-world/node_modules/which/which.js create mode 100644 typescript/hello-world/node_modules/window-size/LICENSE-MIT create mode 100644 typescript/hello-world/node_modules/window-size/README.md create mode 100644 typescript/hello-world/node_modules/window-size/index.js create mode 100644 typescript/hello-world/node_modules/window-size/package.json create mode 100644 typescript/hello-world/node_modules/wordwrap/LICENSE create mode 100644 typescript/hello-world/node_modules/wordwrap/README.markdown create mode 100644 typescript/hello-world/node_modules/wordwrap/example/center.js create mode 100644 typescript/hello-world/node_modules/wordwrap/example/meat.js create mode 100644 typescript/hello-world/node_modules/wordwrap/index.js create mode 100644 typescript/hello-world/node_modules/wordwrap/package.json create mode 100644 typescript/hello-world/node_modules/wordwrap/test/break.js create mode 100644 typescript/hello-world/node_modules/wordwrap/test/idleness.txt create mode 100644 typescript/hello-world/node_modules/wordwrap/test/wrap.js create mode 100644 typescript/hello-world/node_modules/worker-farm/.jshintrc create mode 100644 typescript/hello-world/node_modules/worker-farm/.npmignore create mode 100644 typescript/hello-world/node_modules/worker-farm/.travis.yml create mode 100644 typescript/hello-world/node_modules/worker-farm/LICENSE.md create mode 100644 typescript/hello-world/node_modules/worker-farm/README.md create mode 100644 typescript/hello-world/node_modules/worker-farm/examples/basic/child.js create mode 100644 typescript/hello-world/node_modules/worker-farm/examples/basic/index.js create mode 100644 typescript/hello-world/node_modules/worker-farm/examples/pi/calc.js create mode 100644 typescript/hello-world/node_modules/worker-farm/examples/pi/index.js create mode 120000 typescript/hello-world/node_modules/worker-farm/node_modules/.bin/errno create mode 100644 typescript/hello-world/node_modules/worker-farm/package.json create mode 100644 typescript/hello-world/node_modules/worker-farm/tests/child.js create mode 100644 typescript/hello-world/node_modules/worker-farm/tests/index.js create mode 100755 typescript/hello-world/node_modules/wrap-ansi/index.js create mode 100644 typescript/hello-world/node_modules/wrap-ansi/license create mode 100644 typescript/hello-world/node_modules/wrap-ansi/package.json create mode 100644 typescript/hello-world/node_modules/wrap-ansi/readme.md create mode 100644 typescript/hello-world/node_modules/wrappy/LICENSE create mode 100644 typescript/hello-world/node_modules/wrappy/README.md create mode 100644 typescript/hello-world/node_modules/wrappy/package.json create mode 100644 typescript/hello-world/node_modules/wrappy/wrappy.js create mode 100644 typescript/hello-world/node_modules/xml-name-validator/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/xml-name-validator/README.md create mode 100644 typescript/hello-world/node_modules/xml-name-validator/package.json create mode 100644 typescript/hello-world/node_modules/xtend/.jshintrc create mode 100644 typescript/hello-world/node_modules/xtend/.npmignore create mode 100644 typescript/hello-world/node_modules/xtend/LICENCE create mode 100644 typescript/hello-world/node_modules/xtend/Makefile create mode 100644 typescript/hello-world/node_modules/xtend/README.md create mode 100644 typescript/hello-world/node_modules/xtend/immutable.js create mode 100644 typescript/hello-world/node_modules/xtend/mutable.js create mode 100644 typescript/hello-world/node_modules/xtend/package.json create mode 100644 typescript/hello-world/node_modules/xtend/test.js create mode 100644 typescript/hello-world/node_modules/y18n/LICENSE create mode 100644 typescript/hello-world/node_modules/y18n/README.md create mode 100644 typescript/hello-world/node_modules/y18n/index.js create mode 100644 typescript/hello-world/node_modules/y18n/package.json create mode 100644 typescript/hello-world/node_modules/yallist/LICENSE create mode 100644 typescript/hello-world/node_modules/yallist/README.md create mode 100644 typescript/hello-world/node_modules/yallist/iterator.js create mode 100644 typescript/hello-world/node_modules/yallist/package.json create mode 100644 typescript/hello-world/node_modules/yallist/yallist.js create mode 100644 typescript/hello-world/node_modules/yargs-parser/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/yargs-parser/LICENSE.txt create mode 100644 typescript/hello-world/node_modules/yargs-parser/README.md create mode 100644 typescript/hello-world/node_modules/yargs-parser/index.js create mode 100644 typescript/hello-world/node_modules/yargs-parser/package.json create mode 100644 typescript/hello-world/node_modules/yargs/CHANGELOG.md create mode 100644 typescript/hello-world/node_modules/yargs/LICENSE create mode 100644 typescript/hello-world/node_modules/yargs/README.md create mode 100644 typescript/hello-world/node_modules/yargs/completion.sh.hbs create mode 100644 typescript/hello-world/node_modules/yargs/index.js create mode 100644 typescript/hello-world/node_modules/yargs/locales/be.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/de.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/en.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/es.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/fr.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/hi.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/hu.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/id.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/it.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/ja.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/ko.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/nb.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/nl.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/pirate.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/pl.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/pt.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/pt_BR.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/ru.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/th.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/tr.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/zh_CN.json create mode 100644 typescript/hello-world/node_modules/yargs/locales/zh_TW.json create mode 100644 typescript/hello-world/node_modules/yargs/package.json create mode 100644 typescript/hello-world/node_modules/yargs/yargs.js create mode 100644 typescript/hello-world/package.json create mode 100644 typescript/hello-world/tsconfig.json create mode 100644 typescript/hello-world/tslint.json create mode 100644 typescript/hello-world/yarn.lock diff --git a/kotlin/all-your-base/.gradle/4.0.2/fileChanges/last-build.bin b/kotlin/all-your-base/.gradle/4.0.2/fileChanges/last-build.bin new file mode 100644 index 0000000000000000000000000000000000000000..f76dd238ade08917e6712764a16a22005a50573d GIT binary patch literal 1 IcmZPo000310RR91 literal 0 HcmV?d00001 diff --git a/kotlin/all-your-base/.gradle/4.0.2/fileHashes/fileHashes.bin b/kotlin/all-your-base/.gradle/4.0.2/fileHashes/fileHashes.bin new file mode 100644 index 0000000000000000000000000000000000000000..87c776a6c5d1906bdd6c256f61e692490823b559 GIT binary patch literal 18597 zcmeI%uSf2?#jIo}lJu3kM1PBlyK!5-N0t5&UAV7cs0RjXF5FkK+009C72oNAZfB*pk1PBly zK!5-N0t5&UAn=z0EAg;}IOmF4d+#+n_xpP{=O>ME#sBE2G_b$_os$VfK{qDG$ d?Ho@YJbaHnw!5!08y`i-MWg$YIV5myfTK&6-0RmV6D>ehE literal 0 HcmV?d00001 diff --git a/kotlin/all-your-base/.gradle/buildOutputCleanup/built.bin b/kotlin/all-your-base/.gradle/buildOutputCleanup/built.bin new file mode 100644 index 0000000..e69de29 diff --git a/kotlin/all-your-base/.gradle/buildOutputCleanup/cache.properties b/kotlin/all-your-base/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 0000000..de8a908 --- /dev/null +++ b/kotlin/all-your-base/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Thu Aug 03 18:33:18 EDT 2017 +gradle.version=4.0.2 diff --git a/kotlin/all-your-base/.gradle/buildOutputCleanup/cache.properties.lock b/kotlin/all-your-base/.gradle/buildOutputCleanup/cache.properties.lock new file mode 100644 index 0000000..40fdece --- /dev/null +++ b/kotlin/all-your-base/.gradle/buildOutputCleanup/cache.properties.lock @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/compiler.xml b/kotlin/all-your-base/.idea/compiler.xml new file mode 100644 index 0000000..005c1c3 --- /dev/null +++ b/kotlin/all-your-base/.idea/compiler.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/gradle.xml b/kotlin/all-your-base/.idea/gradle.xml new file mode 100644 index 0000000..909b446 --- /dev/null +++ b/kotlin/all-your-base/.idea/gradle.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/libraries/Gradle__junit_junit_4_12.xml b/kotlin/all-your-base/.idea/libraries/Gradle__junit_junit_4_12.xml new file mode 100644 index 0000000..04c10dd --- /dev/null +++ b/kotlin/all-your-base/.idea/libraries/Gradle__junit_junit_4_12.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml b/kotlin/all-your-base/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml new file mode 100644 index 0000000..8262f72 --- /dev/null +++ b/kotlin/all-your-base/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml b/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml new file mode 100644 index 0000000..4f32fde --- /dev/null +++ b/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml b/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml new file mode 100644 index 0000000..7b6f562 --- /dev/null +++ b/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml b/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml new file mode 100644 index 0000000..1720158 --- /dev/null +++ b/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml b/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml new file mode 100644 index 0000000..21c5d19 --- /dev/null +++ b/kotlin/all-your-base/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/misc.xml b/kotlin/all-your-base/.idea/misc.xml new file mode 100644 index 0000000..84da703 --- /dev/null +++ b/kotlin/all-your-base/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/modules.xml b/kotlin/all-your-base/.idea/modules.xml new file mode 100644 index 0000000..a5a7185 --- /dev/null +++ b/kotlin/all-your-base/.idea/modules.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/modules/all-your-base_main.iml b/kotlin/all-your-base/.idea/modules/all-your-base_main.iml new file mode 100644 index 0000000..eb5a1e8 --- /dev/null +++ b/kotlin/all-your-base/.idea/modules/all-your-base_main.iml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/modules/all-your-base_test.iml b/kotlin/all-your-base/.idea/modules/all-your-base_test.iml new file mode 100644 index 0000000..ec039b3 --- /dev/null +++ b/kotlin/all-your-base/.idea/modules/all-your-base_test.iml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/all-your-base/.idea/workspace.xml b/kotlin/all-your-base/.idea/workspace.xml new file mode 100644 index 0000000..1130ffc --- /dev/null +++ b/kotlin/all-your-base/.idea/workspace.xml @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @Ignore + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1501690075439 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.8 + + + + + + + + \ No newline at end of file diff --git a/kotlin/binary-search/README.md b/kotlin/binary-search/README.md new file mode 100644 index 0000000..bf48e19 --- /dev/null +++ b/kotlin/binary-search/README.md @@ -0,0 +1,44 @@ +# Binary Search + +Implement a binary search algorithm. + +Searching a sorted collection is a common task. A dictionary is a sorted +list of word definitions. Given a word, one can find its definition. A +telephone book is a sorted list of people's names, addresses, and +telephone numbers. Knowing someone's name allows one to quickly find +their telephone number and address. + +If the list to be searched contains more than a few items (a dozen, say) +a binary search will require far fewer comparisons than a linear search, +but it imposes the requirement that the list be sorted. + +In computer science, a binary search or half-interval search algorithm +finds the position of a specified input value (the search "key") within +an array sorted by key value. + +In each step, the algorithm compares the search key value with the key +value of the middle element of the array. + +If the keys match, then a matching element has been found and its index, +or position, is returned. + +Otherwise, if the search key is less than the middle element's key, then +the algorithm repeats its action on the sub-array to the left of the +middle element or, if the search key is greater, on the sub-array to the +right. + +If the remaining array to be searched is empty, then the key cannot be +found in the array and a special "not found" indication is returned. + +A binary search halves the number of items to check with each iteration, +so locating an item (or determining its absence) takes logarithmic time. +A binary search is a dichotomic divide and conquer search algorithm. + + + +## Source + +Wikipedia [http://en.wikipedia.org/wiki/Binary_search_algorithm](http://en.wikipedia.org/wiki/Binary_search_algorithm) + +## Submitting Incomplete Solutions +It's possible to submit an incomplete solution so you can see how others have completed the exercise. diff --git a/kotlin/binary-search/binary-search.iml b/kotlin/binary-search/binary-search.iml new file mode 100644 index 0000000..290bdf6 --- /dev/null +++ b/kotlin/binary-search/binary-search.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/binary-search/build.gradle b/kotlin/binary-search/build.gradle new file mode 100644 index 0000000..968d78a --- /dev/null +++ b/kotlin/binary-search/build.gradle @@ -0,0 +1,29 @@ +buildscript { + ext.kotlin_version = '1.1.1' + repositories { + mavenCentral() + } + dependencies { + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + } +} + +apply plugin: 'kotlin' + +repositories { + mavenCentral() +} + +dependencies { + compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" + + testCompile 'junit:junit:4.12' + testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" + +} +test { + testLogging { + exceptionFormat = 'full' + events = ["passed", "failed", "skipped"] + } +} diff --git a/kotlin/binary-search/src/main/kotlin/.keep b/kotlin/binary-search/src/main/kotlin/.keep new file mode 100644 index 0000000..e69de29 diff --git a/kotlin/binary-search/src/test/kotlin/BinarySearchTest.kt b/kotlin/binary-search/src/test/kotlin/BinarySearchTest.kt new file mode 100644 index 0000000..da982a3 --- /dev/null +++ b/kotlin/binary-search/src/test/kotlin/BinarySearchTest.kt @@ -0,0 +1,54 @@ + +import org.junit.Test +import org.junit.Ignore +import kotlin.test.assertEquals + +class BinarySearchTest { + + + @Test(expected = IllegalArgumentException::class) + fun unsortedListCannotBeSearched() { + BinarySearch.search(listOf(1, 2, 4, 3), 1) + } + + @Test + fun shouldReturnMinus1ForAValueNotPresentInTheList() { + assertEquals(-1, BinarySearch.search(listOf(1, 2, 3, 4), 5)) + } + + + @Test + fun shouldFindTheItemInASingleElementList() { + assertEquals(0, BinarySearch.search(listOf(3), 3)) + } + + + @Test + fun shouldFindTheFirstItemInATwoElementList() { + assertEquals(0, BinarySearch.search(listOf(4, 11), 4)) + } + + + @Test + fun shouldFindTheLastItemInATwoElementList() { + assertEquals(1, BinarySearch.search(listOf(4, 11), 11)) + } + + + @Test + fun shouldFindTheMidItemInAnOddLengthList() { + assertEquals(2, BinarySearch.search(listOf(4, 4, 7, 9, 11), 7)) + } + + + @Test + fun shouldFindThePreMidItemInAnEvenLengthList() { + assertEquals(1, BinarySearch.search(listOf(4, 5, 9, 11), 5)) + } + + + @Test + fun shouldFindThePostMidItemInAnEvenLengthList() { + assertEquals(2, BinarySearch.search(listOf(4, 5, 17, 29), 17)) + } +} \ No newline at end of file diff --git a/kotlin/linked-list/.gradle/4.0.1/fileChanges/last-build.bin b/kotlin/linked-list/.gradle/4.0.1/fileChanges/last-build.bin new file mode 100644 index 0000000000000000000000000000000000000000..f76dd238ade08917e6712764a16a22005a50573d GIT binary patch literal 1 IcmZPo000310RR91 literal 0 HcmV?d00001 diff --git a/kotlin/linked-list/.gradle/4.0.1/fileHashes/fileHashes.bin b/kotlin/linked-list/.gradle/4.0.1/fileHashes/fileHashes.bin new file mode 100644 index 0000000000000000000000000000000000000000..3fbbea76e257f3ca22608a5cd57a55f5f22d1a37 GIT binary patch literal 18547 zcmeI(F^WPl5CG64Z=!T<;@1$M-Xp5g + + + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/gradle.xml b/kotlin/linked-list/.idea/gradle.xml new file mode 100644 index 0000000..909b446 --- /dev/null +++ b/kotlin/linked-list/.idea/gradle.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/libraries/Gradle__junit_junit_4_12.xml b/kotlin/linked-list/.idea/libraries/Gradle__junit_junit_4_12.xml new file mode 100644 index 0000000..04c10dd --- /dev/null +++ b/kotlin/linked-list/.idea/libraries/Gradle__junit_junit_4_12.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml b/kotlin/linked-list/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml new file mode 100644 index 0000000..8262f72 --- /dev/null +++ b/kotlin/linked-list/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml b/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml new file mode 100644 index 0000000..4f32fde --- /dev/null +++ b/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml b/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml new file mode 100644 index 0000000..7b6f562 --- /dev/null +++ b/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml b/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml new file mode 100644 index 0000000..1720158 --- /dev/null +++ b/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml b/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml new file mode 100644 index 0000000..21c5d19 --- /dev/null +++ b/kotlin/linked-list/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/misc.xml b/kotlin/linked-list/.idea/misc.xml new file mode 100644 index 0000000..84da703 --- /dev/null +++ b/kotlin/linked-list/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/modules.xml b/kotlin/linked-list/.idea/modules.xml new file mode 100644 index 0000000..28c0cd7 --- /dev/null +++ b/kotlin/linked-list/.idea/modules.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/modules/linked-list_main.iml b/kotlin/linked-list/.idea/modules/linked-list_main.iml new file mode 100644 index 0000000..96f79ff --- /dev/null +++ b/kotlin/linked-list/.idea/modules/linked-list_main.iml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/modules/linked-list_test.iml b/kotlin/linked-list/.idea/modules/linked-list_test.iml new file mode 100644 index 0000000..542f06d --- /dev/null +++ b/kotlin/linked-list/.idea/modules/linked-list_test.iml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/linked-list/.idea/workspace.xml b/kotlin/linked-list/.idea/workspace.xml new file mode 100644 index 0000000..4acc233 --- /dev/null +++ b/kotlin/linked-list/.idea/workspace.xml @@ -0,0 +1,769 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1501694821817 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + file://$PROJECT_DIR$/src/test/kotlin/MinesweeperBoardTest.kt + 136 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.8 + + + + + + + + \ No newline at end of file diff --git a/kotlin/minesweeper/README.md b/kotlin/minesweeper/README.md new file mode 100644 index 0000000..63b9a91 --- /dev/null +++ b/kotlin/minesweeper/README.md @@ -0,0 +1,33 @@ +# Minesweeper + +Add the numbers to a minesweeper board. + +Minesweeper is a popular game where the user has to find the mines using +numeric hints that indicate how many mines are directly adjacent +(horizontally, vertically, diagonally) to a square. + +In this exercise you have to create some code that counts the number of +mines adjacent to a square and transforms boards like this (where `*` +indicates a mine): + + +-----+ + | * * | + | * | + | * | + | | + +-----+ + +into this: + + +-----+ + |1*3*1| + |13*31| + | 2*2 | + | 111 | + +-----+ + + + + +## Submitting Incomplete Solutions +It's possible to submit an incomplete solution so you can see how others have completed the exercise. diff --git a/kotlin/minesweeper/build.gradle b/kotlin/minesweeper/build.gradle new file mode 100644 index 0000000..16c36c0 --- /dev/null +++ b/kotlin/minesweeper/build.gradle @@ -0,0 +1,28 @@ +buildscript { + ext.kotlin_version = '1.1.1' + repositories { + mavenCentral() + } + dependencies { + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + } +} + +apply plugin: 'kotlin' + +repositories { + mavenCentral() +} + +dependencies { + compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" + + testCompile 'junit:junit:4.12' + testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" +} +test { + testLogging { + exceptionFormat = 'full' + events = ["passed", "failed", "skipped"] + } +} diff --git a/kotlin/minesweeper/minesweeper.iml b/kotlin/minesweeper/minesweeper.iml new file mode 100644 index 0000000..b3b6a03 --- /dev/null +++ b/kotlin/minesweeper/minesweeper.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/minesweeper/src/main/kotlin/.keep b/kotlin/minesweeper/src/main/kotlin/.keep new file mode 100644 index 0000000..e69de29 diff --git a/kotlin/minesweeper/src/test/kotlin/MinesweeperBoardTest.kt b/kotlin/minesweeper/src/test/kotlin/MinesweeperBoardTest.kt new file mode 100644 index 0000000..edcc9c1 --- /dev/null +++ b/kotlin/minesweeper/src/test/kotlin/MinesweeperBoardTest.kt @@ -0,0 +1,240 @@ +import org.junit.Ignore +import org.junit.Rule +import org.junit.Test +import org.junit.rules.ExpectedException +import kotlin.test.assertEquals + +/* + * version: 1.0.0 + */ +class MinesweeperBoardTest { + + /* + * See https://github.com/junit-team/junit4/wiki/Rules for information on JUnit Rules in general and + * ExpectedExceptions in particular. + */ + @Rule + @JvmField + var expectedException: ExpectedException = ExpectedException.none() + + @Test + fun testInputBoardWithNoRowsAndNoColumns() { + val inputBoard = emptyList() + val expectedNumberedBoard = emptyList() + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + + + @Test + fun testInputBoardWithOneRowAndNoColumns() { + val inputBoard = listOf("") + val expectedNumberedBoard = listOf("") + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + + + @Test + fun testInputBoardWithNoMines() { + val inputBoard = listOf( + " ", + " ", + " " + ) + + val expectedNumberedBoard = listOf( + " ", + " ", + " " + ) + + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + + + @Test + fun testInputBoardWithOnlyMines() { + val inputBoard = listOf( + "***", + "***", + "***" + ) + + val expectedNumberedBoard = listOf( + "***", + "***", + "***" + ) + + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + + @Test + fun testInputBoardWithSingleMineAtCenter() { + val inputBoard = listOf( + " ", + " * ", + " " + ) + + val expectedNumberedBoard = listOf( + "111", + "1*1", + "111" + ) + + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + + + @Test + fun testInputBoardWithMinesAroundPerimeter() { + val inputBoard = listOf( + "***", + "* *", + "***" + ) + + val expectedNumberedBoard = listOf( + "***", + "*8*", + "***" + ) + + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + + + @Test + fun testInputBoardWithSingleRowAndTwoMines() { + val inputBoard = listOf(" * * ") + + val expectedNumberedBoard = listOf("1*2*1") + + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + + + @Test + fun testInputBoardWithSingleRowAndTwoMinesAtEdges() { + val inputBoard = listOf("* *") + + val expectedNumberedBoard = listOf("*1 1*") + + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + + + @Test + fun testInputBoardWithSingleColumnAndTwoMines() { + val inputBoard = listOf( + " ", + "*", + " ", + "*", + " " + ) + + val expectedNumberedBoard = listOf( + "1", + "*", + "2", + "*", + "1" + ) + + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + + + @Test + fun testInputBoardWithSingleColumnAndTwoMinesAtEdges() { + val inputBoard = listOf( + "*", + " ", + " ", + " ", + "*" + ) + + val expectedNumberedBoard = listOf( + "*", + "1", + " ", + "1", + "*" + ) + + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + + + @Test + fun testInputBoardWithMinesInCross() { + val inputBoard = listOf( + " * ", + " * ", + "*****", + " * ", + " * " + ) + + val expectedNumberedBoard = listOf( + " 2*2 ", + "25*52", + "*****", + "25*52", + " 2*2 " + ) + + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + + + @Test + fun testLargeInputBoard() { + val inputBoard = listOf( + " * * ", + " * ", + " * ", + " * *", + " * * ", + " " + ) + + val expectedNumberedBoard = listOf( + "1*22*1", + "12*322", + " 123*2", + "112*4*", + "1*22*2", + "111111" + ) + + val actualNumberedBoard = MinesweeperBoard(inputBoard).withNumbers() + + assertEquals(expectedNumberedBoard, actualNumberedBoard) + } + +} diff --git a/kotlin/pig-latin/.gitignore b/kotlin/pig-latin/.gitignore new file mode 100644 index 0000000..573c62a --- /dev/null +++ b/kotlin/pig-latin/.gitignore @@ -0,0 +1,180 @@ +# Created by .ignore support plugin (hsz.mobi) +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff: +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/dictionaries + +# Sensitive or high-churn files: +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.xml +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml + +# Gradle: +.idea/**/gradle.xml +.idea/**/libraries + +# Mongo Explorer plugin: +.idea/**/mongoSettings.xml + +## File-based project format: +*.iws + +## Plugin-specific files: + +# IntelliJ +/out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties +### Python template +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# SageMath parsed files +*.sage.py + +# dotenv +.env + +# virtualenv +.venv +venv/ +ENV/ + +# Spyder project settings +.spyderproject + +# Rope project settings +.ropeproject +### Java template +# Compiled class file +*.class + +# Log file + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +### Elixir template +/_build +/cover +/deps +erl_crash.dump +*.ez +*.beam +### Rust template +# Generated by Cargo +# will have compiled files and executables +/target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk diff --git a/kotlin/robot-simulator/.gradle/4.0.1/fileChanges/last-build.bin b/kotlin/robot-simulator/.gradle/4.0.1/fileChanges/last-build.bin new file mode 100644 index 0000000000000000000000000000000000000000..f76dd238ade08917e6712764a16a22005a50573d GIT binary patch literal 1 IcmZPo000310RR91 literal 0 HcmV?d00001 diff --git a/kotlin/robot-simulator/.gradle/4.0.1/fileHashes/fileHashes.bin b/kotlin/robot-simulator/.gradle/4.0.1/fileHashes/fileHashes.bin new file mode 100644 index 0000000000000000000000000000000000000000..765e70abdc207003f28cc54e8d8ad4db0f927a92 GIT binary patch literal 18547 zcmeI(F^U2)6adg@rw9&;Frdwrf-EbZV8KGPwzTvBR(lA`If7vACEQ{QL9iF>wzjm; z45N4jkrzn*Cu#nFZIWRKX>z@f@EomYDkDIE009C72oNAZfB*pk1PBlyK!5-N0tDVg zU>X~#7R{u+a-P(GLino1q_p_mW|MipUL23UANL23827uynUw$m0t5&UAV7cs0RjXF z5FkK+009C72oNAZfB*pk1PBlyK!5-N0t5&UAV7cs0RjXF5O@WFK`bJF?EjI^WYgJY c&E@`FIV?`c_V_=37MQKpm%pOYawEpi8}&UaO8@`> literal 0 HcmV?d00001 diff --git a/kotlin/robot-simulator/.gradle/4.0.1/fileHashes/fileHashes.lock b/kotlin/robot-simulator/.gradle/4.0.1/fileHashes/fileHashes.lock new file mode 100644 index 0000000000000000000000000000000000000000..f3a0181037b2c60ef2015c941b6c3abd7e9e7b51 GIT binary patch literal 17 UcmZQBzW-VK)Am1|3=qH!07c&gr2qf` literal 0 HcmV?d00001 diff --git a/kotlin/robot-simulator/.gradle/buildOutputCleanup/built.bin b/kotlin/robot-simulator/.gradle/buildOutputCleanup/built.bin new file mode 100644 index 0000000..e69de29 diff --git a/kotlin/robot-simulator/.gradle/buildOutputCleanup/cache.properties b/kotlin/robot-simulator/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 0000000..ae4581c --- /dev/null +++ b/kotlin/robot-simulator/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Wed Aug 02 11:53:51 EDT 2017 +gradle.version=4.0.1 diff --git a/kotlin/robot-simulator/.gradle/buildOutputCleanup/cache.properties.lock b/kotlin/robot-simulator/.gradle/buildOutputCleanup/cache.properties.lock new file mode 100644 index 0000000..40fdece --- /dev/null +++ b/kotlin/robot-simulator/.gradle/buildOutputCleanup/cache.properties.lock @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/compiler.xml b/kotlin/robot-simulator/.idea/compiler.xml new file mode 100644 index 0000000..5aaf360 --- /dev/null +++ b/kotlin/robot-simulator/.idea/compiler.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/gradle.xml b/kotlin/robot-simulator/.idea/gradle.xml new file mode 100644 index 0000000..909b446 --- /dev/null +++ b/kotlin/robot-simulator/.idea/gradle.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/libraries/Gradle__junit_junit_4_12.xml b/kotlin/robot-simulator/.idea/libraries/Gradle__junit_junit_4_12.xml new file mode 100644 index 0000000..04c10dd --- /dev/null +++ b/kotlin/robot-simulator/.idea/libraries/Gradle__junit_junit_4_12.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml b/kotlin/robot-simulator/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml new file mode 100644 index 0000000..8262f72 --- /dev/null +++ b/kotlin/robot-simulator/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml b/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml new file mode 100644 index 0000000..4f32fde --- /dev/null +++ b/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml b/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml new file mode 100644 index 0000000..7b6f562 --- /dev/null +++ b/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml b/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml new file mode 100644 index 0000000..1720158 --- /dev/null +++ b/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml b/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml new file mode 100644 index 0000000..21c5d19 --- /dev/null +++ b/kotlin/robot-simulator/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/misc.xml b/kotlin/robot-simulator/.idea/misc.xml new file mode 100644 index 0000000..84da703 --- /dev/null +++ b/kotlin/robot-simulator/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/modules.xml b/kotlin/robot-simulator/.idea/modules.xml new file mode 100644 index 0000000..fe215b8 --- /dev/null +++ b/kotlin/robot-simulator/.idea/modules.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/modules/robot-simulator_main.iml b/kotlin/robot-simulator/.idea/modules/robot-simulator_main.iml new file mode 100644 index 0000000..e88f439 --- /dev/null +++ b/kotlin/robot-simulator/.idea/modules/robot-simulator_main.iml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/modules/robot-simulator_test.iml b/kotlin/robot-simulator/.idea/modules/robot-simulator_test.iml new file mode 100644 index 0000000..e6f30d3 --- /dev/null +++ b/kotlin/robot-simulator/.idea/modules/robot-simulator_test.iml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/robot-simulator/.idea/workspace.xml b/kotlin/robot-simulator/.idea/workspace.xml new file mode 100644 index 0000000..762f396 --- /dev/null +++ b/kotlin/robot-simulator/.idea/workspace.xml @@ -0,0 +1,772 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @Ignore + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1501802444445 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.8 + + + + + + + + \ No newline at end of file diff --git a/kotlin/say/README.md b/kotlin/say/README.md new file mode 100644 index 0000000..c3b5c5b --- /dev/null +++ b/kotlin/say/README.md @@ -0,0 +1,72 @@ +# Say + +Given a number from 0 to 999,999,999,999, spell out that number in English. + +## Step 1 + +Handle the basic case of 0 through 99. + +If the input to the program is `22`, then the output should be +`'twenty-two'`. + +Your program should complain loudly if given a number outside the +blessed range. + +Some good test cases for this program are: + +- 0 +- 14 +- 50 +- 98 +- -1 +- 100 + +### Extension + +If you're on a Mac, shell out to Mac OS X's `say` program to talk out +loud. + +## Step 2 + +Implement breaking a number up into chunks of thousands. + +So `1234567890` should yield a list like 1, 234, 567, and 890, while the +far simpler `1000` should yield just 1 and 0. + +The program must also report any values that are out of range. + +## Step 3 + +Now handle inserting the appropriate scale word between those chunks. + +So `1234567890` should yield `'1 billion 234 million 567 thousand 890'` + +The program must also report any values that are out of range. It's +fine to stop at "trillion". + +## Step 4 + +Put it all together to get nothing but plain English. + +`12345` should give `twelve thousand three hundred forty-five`. + +The program must also report any values that are out of range. + +### Extensions + +Use _and_ (correctly) when spelling out the number in English: + +- 14 becomes "fourteen". +- 100 becomes "one hundred". +- 120 becomes "one hundred and twenty". +- 1002 becomes "one thousand and two". +- 1323 becomes "one thousand three hundred and twenty-three". + + + +## Source + +A variation on JavaRanch CattleDrive, exercise 4a [http://www.javaranch.com/say.jsp](http://www.javaranch.com/say.jsp) + +## Submitting Incomplete Solutions +It's possible to submit an incomplete solution so you can see how others have completed the exercise. diff --git a/kotlin/say/build.gradle b/kotlin/say/build.gradle new file mode 100644 index 0000000..16c36c0 --- /dev/null +++ b/kotlin/say/build.gradle @@ -0,0 +1,28 @@ +buildscript { + ext.kotlin_version = '1.1.1' + repositories { + mavenCentral() + } + dependencies { + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + } +} + +apply plugin: 'kotlin' + +repositories { + mavenCentral() +} + +dependencies { + compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" + + testCompile 'junit:junit:4.12' + testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" +} +test { + testLogging { + exceptionFormat = 'full' + events = ["passed", "failed", "skipped"] + } +} diff --git a/kotlin/say/say.iml b/kotlin/say/say.iml new file mode 100644 index 0000000..35aa689 --- /dev/null +++ b/kotlin/say/say.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/say/src/main/kotlin/.keep b/kotlin/say/src/main/kotlin/.keep new file mode 100644 index 0000000..e69de29 diff --git a/kotlin/say/src/main/kotlin/NumberSpeller.kt b/kotlin/say/src/main/kotlin/NumberSpeller.kt new file mode 100644 index 0000000..7ad3281 --- /dev/null +++ b/kotlin/say/src/main/kotlin/NumberSpeller.kt @@ -0,0 +1,90 @@ +class NumberSpeller { + fun say(input: Int): String = say(input.toLong()) + + fun say(input: Long): String { + require(input >= 0) {"Input must be non-negative"} + require(input < 1000000000000) {"Input must be less than 1000000000000"} + +// return sayHundredDelim(input.toInt()).trim() + if (input == 0.toLong()){ + return "zero" + } + + return when (input) { + in 0..999 -> sayHundredDelim(inp = input).trim() + in 1000..999999 -> sayThousands(inp = input).trim() + in 1000000..999999999 -> sayMillions(inp = input).trim() + in 1000000000..999999999999 -> sayBillions(inp = input).trim() + else -> "How did you get here?" + } + } + + fun sayHundredDelim(inp: Long): String { + val hundreds = inp/100 + val remainder = inp.rem(100) + val stringBuilder = StringBuilder() + if (hundreds.toInt() != 0) { + stringBuilder.append(sayHundredDelim(hundreds) + " hundred ") + } + + stringBuilder.append( + when (remainder.toInt()){ + 0 -> "" + 1 -> "one" + 2 -> "two" + 3 -> "three" + 4 -> "four" + 5 -> "five" + 6 -> "six" + 7 -> "seven" + 8 -> "eight" + 9 -> "nine" + 10 -> "ten" + 11 -> "eleven" + 12 -> "twelve" + 13 -> "thirteen" + 14 -> "fourteen" + 15 -> "fifteen" + 16 -> "sixteen" + 17 -> "seventeen" + 18 -> "eighteen" + 19 -> "nineteen" + 20 -> "twenty" + in 21..29 -> "twenty-" + sayHundredDelim(remainder - 20) + 30 -> "thirty" + in 31..39 -> "thirty-" + sayHundredDelim(remainder - 30) + 40 -> "forty" + in 41..49 -> "forty-" + sayHundredDelim(remainder - 40) + 50 -> "fifty" + in 51..59 -> "fifty-" + sayHundredDelim(remainder - 50) + 60 -> "sixty" + in 61..69 -> "sixty-" + sayHundredDelim(remainder - 60) + 70 -> "seventy" + in 71..79 -> "seventy-" + sayHundredDelim(remainder - 70) + 80 -> "eighty" + in 81..89 -> "eighty-" + sayHundredDelim(remainder - 80) + 90 -> "ninety" + in 91..99 -> "ninety-" + sayHundredDelim(remainder - 80) + else -> "How'd you get here?" + }) + return String(stringBuilder) + } + + fun sayThousands(inp: Long): String { + if (inp == 0.toLong()){ + return "" + } + return sayHundredDelim(inp/1000) + " thousand " + sayHundredDelim(inp.rem(1000)) + } + + fun sayMillions(inp: Long): String { + if (inp == 0.toLong()){ + return "" + } + return say(inp/1000000) + " million " + sayThousands(inp.rem(1000000)) + } + + fun sayBillions(inp: Long): String { + return say(inp/1000000000) + " billion " + sayMillions(inp.rem(1000000000)) + } +} \ No newline at end of file diff --git a/kotlin/say/src/test/kotlin/NumberSpellerTest.kt b/kotlin/say/src/test/kotlin/NumberSpellerTest.kt new file mode 100644 index 0000000..7b1ab06 --- /dev/null +++ b/kotlin/say/src/test/kotlin/NumberSpellerTest.kt @@ -0,0 +1,124 @@ +import org.junit.Ignore +import org.junit.Rule +import org.junit.Test +import org.junit.rules.ExpectedException +import java.math.BigInteger +import kotlin.test.assertEquals + +/* + * version: 1.0.0 + */ +class NumberSpellerTest { + + @Rule + @JvmField + var expectedException: ExpectedException = ExpectedException.none() + + @Test + fun test0IsSpelledCorrectly() { + assertEquals( + "zero", + NumberSpeller().say(0)) + } + + @Test + fun test1IsSpelledCorrectly() { + assertEquals( + "one", + NumberSpeller().say(1)) + } + + @Test + fun test14IsSpelledCorrectly() { + assertEquals( + "fourteen", + NumberSpeller().say(14)) + } + + @Test + fun test20IsSpelledCorrectly() { + assertEquals( + "twenty", + NumberSpeller().say(20)) + } + + @Test + fun test22IsSpelledCorrectly() { + assertEquals( + "twenty-two", + NumberSpeller().say(22)) + } + + @Test + fun test100IsSpelledCorrectly() { + assertEquals( + "one hundred", + NumberSpeller().say(100)) + } + + @Test + fun test123IsSpelledCorrectly() { + assertEquals( + "one hundred twenty-three", + NumberSpeller().say(123)) + } + + @Test + fun test1000IsSpelledCorrectly() { + assertEquals( + "one thousand", + NumberSpeller().say(1000)) + } + + @Test + fun test1234IsSpelledCorrectly() { + assertEquals( + "one thousand two hundred thirty-four", + NumberSpeller().say(1234)) + } + + @Test + fun test1000000IsSpelledCorrectly() { + assertEquals( + "one million", + NumberSpeller().say(1000000)) + } + + @Test + fun test1002345IsSpelledCorrectly() { + assertEquals( + "one million two thousand three hundred forty-five", + NumberSpeller().say(1002345)) + } + + @Test + fun test1000000000IsSpelledCorrectly() { + assertEquals( + "one billion", + NumberSpeller().say(1000000000)) + } + + @Test + fun test987654321123IsSpelledCorrectly() { + assertEquals( + "nine hundred eighty-seven billion six hundred fifty-four million three hundred twenty-one thousand one hundred twenty-three", + NumberSpeller().say(987654321123)) + } + + @Test + fun testNegativeNumbersAreOutOfRange() { + expectedException.expect(IllegalArgumentException::class.java) + expectedException.expectMessage("Input must be non-negative") + + NumberSpeller().say(-1) + } + + @Test + fun testNumbersAbove1000000000000AreOutOfRange() { + expectedException.expect(IllegalArgumentException::class.java) + expectedException.expectMessage("Input must be less than 1000000000000") + + NumberSpeller().say(1000000000000) + } + +} diff --git a/kotlin/sublist/.gradle/4.0.2/fileChanges/last-build.bin b/kotlin/sublist/.gradle/4.0.2/fileChanges/last-build.bin new file mode 100644 index 0000000000000000000000000000000000000000..f76dd238ade08917e6712764a16a22005a50573d GIT binary patch literal 1 IcmZPo000310RR91 literal 0 HcmV?d00001 diff --git a/kotlin/sublist/.gradle/4.0.2/fileHashes/fileHashes.bin b/kotlin/sublist/.gradle/4.0.2/fileHashes/fileHashes.bin new file mode 100644 index 0000000000000000000000000000000000000000..b4e26cf761b22c6d113a5afc358f53b4ff7a65e0 GIT binary patch literal 18547 zcmeI(F^WPl5CG7ujkpMY6hY9&Mi3TJJb_>#_FH-g8$E=jp29-B$ATc(Sc!JBY#X~} cWwHM&9Hy63eSD3d1t#m`?@v}~t{h|M29X*oF8}}l literal 0 HcmV?d00001 diff --git a/kotlin/sublist/.gradle/4.0.2/fileHashes/fileHashes.lock b/kotlin/sublist/.gradle/4.0.2/fileHashes/fileHashes.lock new file mode 100644 index 0000000000000000000000000000000000000000..c33e5ebf599cf18515f9feab0106062da95f3712 GIT binary patch literal 17 TcmZQp3Ep@yjG@?p0Ror-CUpY| literal 0 HcmV?d00001 diff --git a/kotlin/sublist/.gradle/buildOutputCleanup/built.bin b/kotlin/sublist/.gradle/buildOutputCleanup/built.bin new file mode 100644 index 0000000..e69de29 diff --git a/kotlin/sublist/.gradle/buildOutputCleanup/cache.properties b/kotlin/sublist/.gradle/buildOutputCleanup/cache.properties new file mode 100644 index 0000000..0c228b7 --- /dev/null +++ b/kotlin/sublist/.gradle/buildOutputCleanup/cache.properties @@ -0,0 +1,2 @@ +#Thu Aug 03 21:26:49 EDT 2017 +gradle.version=4.0.2 diff --git a/kotlin/sublist/.gradle/buildOutputCleanup/cache.properties.lock b/kotlin/sublist/.gradle/buildOutputCleanup/cache.properties.lock new file mode 100644 index 0000000..40fdece --- /dev/null +++ b/kotlin/sublist/.gradle/buildOutputCleanup/cache.properties.lock @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/kotlin/sublist/.idea/compiler.xml b/kotlin/sublist/.idea/compiler.xml new file mode 100644 index 0000000..0df2aa5 --- /dev/null +++ b/kotlin/sublist/.idea/compiler.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/gradle.xml b/kotlin/sublist/.idea/gradle.xml new file mode 100644 index 0000000..909b446 --- /dev/null +++ b/kotlin/sublist/.idea/gradle.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/libraries/Gradle__junit_junit_4_12.xml b/kotlin/sublist/.idea/libraries/Gradle__junit_junit_4_12.xml new file mode 100644 index 0000000..04c10dd --- /dev/null +++ b/kotlin/sublist/.idea/libraries/Gradle__junit_junit_4_12.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml b/kotlin/sublist/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml new file mode 100644 index 0000000..8262f72 --- /dev/null +++ b/kotlin/sublist/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml b/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml new file mode 100644 index 0000000..4f32fde --- /dev/null +++ b/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml b/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml new file mode 100644 index 0000000..7b6f562 --- /dev/null +++ b/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml b/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml new file mode 100644 index 0000000..1720158 --- /dev/null +++ b/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml b/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml new file mode 100644 index 0000000..21c5d19 --- /dev/null +++ b/kotlin/sublist/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_test_junit_1_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/misc.xml b/kotlin/sublist/.idea/misc.xml new file mode 100644 index 0000000..84da703 --- /dev/null +++ b/kotlin/sublist/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/modules.xml b/kotlin/sublist/.idea/modules.xml new file mode 100644 index 0000000..8f5d495 --- /dev/null +++ b/kotlin/sublist/.idea/modules.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/modules/sublist_main.iml b/kotlin/sublist/.idea/modules/sublist_main.iml new file mode 100644 index 0000000..edacc5d --- /dev/null +++ b/kotlin/sublist/.idea/modules/sublist_main.iml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/modules/sublist_test.iml b/kotlin/sublist/.idea/modules/sublist_test.iml new file mode 100644 index 0000000..0bfcc52 --- /dev/null +++ b/kotlin/sublist/.idea/modules/sublist_test.iml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kotlin/sublist/.idea/workspace.xml b/kotlin/sublist/.idea/workspace.xml new file mode 100644 index 0000000..b80e6a4 --- /dev/null +++ b/kotlin/sublist/.idea/workspace.xml @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @Ignore + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ` elements, so that cloned inputs properly copy over their value, checkedness, dirty value flag, and dirty checkedness flag. (matthewp) + +## 9.4.0 + +* Added the `DOMParser` API. It is spec-compliant, including producing `` elements, except that the produced documents do not have the same URL as the creating document (they instead always have `"about:blank"`). +* Added strict XML parsing when using `parsingMode: "xml"`. Creating documents will now fail, just like in a browser, when ill-formed XHTML markup is used. +* Added some rudimentary application of XML ``. +* Updated `FormData` for [recent spec fixes](https://github.com/whatwg/xhr/commit/1a75845e67792418a7721d516266ad01a90f2062): blobs, files, and filenames should now all work like you'd expect. +* Updated the `FormData` constructor to use the proper, rather-complex, [constructing the form data set](https://html.spec.whatwg.org/multipage/forms.html#constructing-form-data-set) algorithm. +* Fixed all constructors that appears as globals on the jsdom `window` object to be non-enumerable. +* Fixed ` +``` + +For more details, see the discussion in [#640](https://github.com/tmpvar/jsdom/issues/640), especially [@matthewkastor](https://github.com/matthewkastor)'s [insightful comment](https://github.com/tmpvar/jsdom/issues/640#issuecomment-22216965). + +#### Listening for script errors during initialization + +Although it is easy to listen for script errors after initialization, via code like + +```js +var window = jsdom.jsdom(...).defaultView; +window.addEventListener("error", function (event) { + console.error("script error!!", event.error); +}); +``` + +it is often also desirable to listen for any script errors during initialization, or errors loading scripts passed to `jsdom.env`. To do this, use the virtual console feature, described in more detail later: + +```js +var virtualConsole = jsdom.createVirtualConsole(); +virtualConsole.on("jsdomError", function (error) { + console.error(error.stack, error.detail); +}); + +var window = jsdom.jsdom(..., { virtualConsole }).defaultView; +``` + +You also get this functionality for free by default if you use `virtualConsole.sendTo`; again, see more below: + +```js +var virtualConsole = jsdom.createVirtualConsole().sendTo(console); +var window = jsdom.jsdom(..., { virtualConsole }).defaultView; +``` + +### On running scripts and being safe + +By default, `jsdom.env` will not process and run external JavaScript, since our sandbox is not foolproof. That is, code running inside the DOM's ` +``` + +Then in both cases, you can simply replace native `JSON` calls with `JSON5`: + +```js +var obj = JSON5.parse('{unquoted:"key",trailing:"comma",}'); +var str = JSON5.stringify(obj); +``` + +`JSON5.parse` supports all of the JSON5 features listed above (*TODO: except +Unicode*), as well as the native [`reviver` argument][json-parse]. + +[json-parse]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse + +`JSON5.stringify` mainly avoids quoting keys where possible, but we hope to +keep expanding it in the future (e.g. to also output trailing commas). +It supports the native [`replacer` and `space` arguments][json-stringify], +as well. *(TODO: Any implemented `toJSON` methods aren’t used today.)* + +[json-stringify]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify + + +### Extras + +If you’re running this on Node, you can also register a JSON5 `require()` hook +to let you `require()` `.json5` files just like you can `.json` files: + +```js +require('json5/lib/require'); +require('./path/to/foo'); // tries foo.json5 after foo.js, foo.json, etc. +require('./path/to/bar.json5'); +``` + +This module also provides a `json5` executable (requires Node) for converting +JSON5 files to JSON: + +```sh +json5 -c path/to/foo.json5 # generates path/to/foo.json +``` + + +## Development + +```sh +git clone git://github.com/aseemk/json5.git +cd json5 +npm install +npm test +``` + +As the `package.json5` file states, be sure to run `npm run build` on changes +to `package.json5`, since npm requires `package.json`. + +Feel free to [file issues](https://github.com/aseemk/json5/issues) and submit +[pull requests](https://github.com/aseemk/json5/pulls) — contributions are +welcome. If you do submit a pull request, please be sure to add or update the +tests, and ensure that `npm test` continues to pass. + + +## License + +MIT. See [LICENSE.md](./LICENSE.md) for details. + + +## Credits + +[Michael Bolin](http://bolinfest.com/) independently arrived at and published +some of these same ideas with awesome explanations and detail. +Recommended reading: +[Suggested Improvements to JSON](http://bolinfest.com/essays/json.html) + +[Douglas Crockford](http://www.crockford.com/) of course designed and built +JSON, but his state machine diagrams on the [JSON website](http://json.org/), +as cheesy as it may sound, gave me motivation and confidence that building a +new parser to implement these ideas this was within my reach! +This code is also modeled directly off of Doug’s open-source [json_parse.js][] +parser. I’m super grateful for that clean and well-documented code. + +[json_parse.js]: https://github.com/douglascrockford/JSON-js/blob/master/json_parse.js + +[Max Nanasy](https://github.com/MaxNanasy) has been an early and prolific +supporter, contributing multiple patches and ideas. Thanks Max! + +[Andrew Eisenberg](https://github.com/aeisenberg) has contributed the +`stringify` method. + +[Jordan Tucker](https://github.com/jordanbtucker) has aligned JSON5 more closely +with ES5 and is actively maintaining this project. diff --git a/typescript/hello-world/node_modules/json5/package.json b/typescript/hello-world/node_modules/json5/package.json new file mode 100644 index 0000000..44059b4 --- /dev/null +++ b/typescript/hello-world/node_modules/json5/package.json @@ -0,0 +1,38 @@ +{ + "name": "json5", + "version": "0.5.1", + "description": "JSON for the ES5 era.", + "keywords": [ + "json", + "es5" + ], + "author": "Aseem Kishore ", + "contributors": [ + "Max Nanasy ", + "Andrew Eisenberg ", + "Jordan Tucker " + ], + "main": "lib/json5.js", + "bin": "lib/cli.js", + "files": [ + "lib/" + ], + "dependencies": {}, + "devDependencies": { + "gulp": "^3.9.1", + "gulp-jshint": "^2.0.1", + "jshint": "^2.9.3", + "jshint-stylish": "^2.2.1", + "mocha": "^3.1.0" + }, + "scripts": { + "build": "node ./lib/cli.js -c package.json5", + "test": "mocha --ui exports --reporter spec" + }, + "homepage": "http://json5.org/", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/aseemk/json5.git" + } +} \ No newline at end of file diff --git a/typescript/hello-world/node_modules/jsonfile/.npmignore b/typescript/hello-world/node_modules/jsonfile/.npmignore new file mode 100644 index 0000000..874ae58 --- /dev/null +++ b/typescript/hello-world/node_modules/jsonfile/.npmignore @@ -0,0 +1,3 @@ +test/ +.travis.yml +appveyor.yml diff --git a/typescript/hello-world/node_modules/jsonfile/CHANGELOG.md b/typescript/hello-world/node_modules/jsonfile/CHANGELOG.md new file mode 100644 index 0000000..70cf7c5 --- /dev/null +++ b/typescript/hello-world/node_modules/jsonfile/CHANGELOG.md @@ -0,0 +1,131 @@ +3.0.0 / 2017-04-25 +------------------ + +- Changed behavior of `throws` option for `readFileSync`; now does not throw filesystem errors when `throws` is `false` + +2.4.0 / 2016-09-15 +------------------ +### Changed +- added optional support for `graceful-fs` [#62] + +2.3.1 / 2016-05-13 +------------------ +- fix to support BOM. [#45][#45] + +2.3.0 / 2016-04-16 +------------------ +- add `throws` to `readFile()`. See [#39][#39] +- add support for any arbitrary `fs` module. Useful with [mock-fs](https://www.npmjs.com/package/mock-fs) + +2.2.3 / 2015-10-14 +------------------ +- include file name in parse error. See: https://github.com/jprichardson/node-jsonfile/pull/34 + +2.2.2 / 2015-09-16 +------------------ +- split out tests into separate files +- fixed `throws` when set to `true` in `readFileSync()`. See: https://github.com/jprichardson/node-jsonfile/pull/33 + +2.2.1 / 2015-06-25 +------------------ +- fixed regression when passing in string as encoding for options in `writeFile()` and `writeFileSync()`. See: https://github.com/jprichardson/node-jsonfile/issues/28 + +2.2.0 / 2015-06-25 +------------------ +- added `options.spaces` to `writeFile()` and `writeFileSync()` + +2.1.2 / 2015-06-22 +------------------ +- fixed if passed `readFileSync(file, 'utf8')`. See: https://github.com/jprichardson/node-jsonfile/issues/25 + +2.1.1 / 2015-06-19 +------------------ +- fixed regressions if `null` is passed for options. See: https://github.com/jprichardson/node-jsonfile/issues/24 + +2.1.0 / 2015-06-19 +------------------ +- cleanup: JavaScript Standard Style, rename files, dropped terst for assert +- methods now support JSON revivers/replacers + +2.0.1 / 2015-05-24 +------------------ +- update license attribute https://github.com/jprichardson/node-jsonfile/pull/21 + +2.0.0 / 2014-07-28 +------------------ +* added `\n` to end of file on write. [#14](https://github.com/jprichardson/node-jsonfile/pull/14) +* added `options.throws` to `readFileSync()` +* dropped support for Node v0.8 + +1.2.0 / 2014-06-29 +------------------ +* removed semicolons +* bugfix: passed `options` to `fs.readFile` and `fs.readFileSync`. This technically changes behavior, but +changes it according to docs. [#12][#12] + +1.1.1 / 2013-11-11 +------------------ +* fixed catching of callback bug (ffissore / #5) + +1.1.0 / 2013-10-11 +------------------ +* added `options` param to methods, (seanodell / #4) + +1.0.1 / 2013-09-05 +------------------ +* removed `homepage` field from package.json to remove NPM warning + +1.0.0 / 2013-06-28 +------------------ +* added `.npmignore`, #1 +* changed spacing default from `4` to `2` to follow Node conventions + +0.0.1 / 2012-09-10 +------------------ +* Initial release. + +[#45]: https://github.com/jprichardson/node-jsonfile/issues/45 "Reading of UTF8-encoded (w/ BOM) files fails" +[#44]: https://github.com/jprichardson/node-jsonfile/issues/44 "Extra characters in written file" +[#43]: https://github.com/jprichardson/node-jsonfile/issues/43 "Prettyfy json when written to file" +[#42]: https://github.com/jprichardson/node-jsonfile/pull/42 "Moved fs.readFileSync within the try/catch" +[#41]: https://github.com/jprichardson/node-jsonfile/issues/41 "Linux: Hidden file not working" +[#40]: https://github.com/jprichardson/node-jsonfile/issues/40 "autocreate folder doesnt work from Path-value" +[#39]: https://github.com/jprichardson/node-jsonfile/pull/39 "Add `throws` option for readFile (async)" +[#38]: https://github.com/jprichardson/node-jsonfile/pull/38 "Update README.md writeFile[Sync] signature" +[#37]: https://github.com/jprichardson/node-jsonfile/pull/37 "support append file" +[#36]: https://github.com/jprichardson/node-jsonfile/pull/36 "Add typescript definition file." +[#35]: https://github.com/jprichardson/node-jsonfile/pull/35 "Add typescript definition file." +[#34]: https://github.com/jprichardson/node-jsonfile/pull/34 "readFile JSON parse error includes filename" +[#33]: https://github.com/jprichardson/node-jsonfile/pull/33 "fix throw->throws typo in readFileSync()" +[#32]: https://github.com/jprichardson/node-jsonfile/issues/32 "readFile & readFileSync can possible have strip-comments as an option?" +[#31]: https://github.com/jprichardson/node-jsonfile/pull/31 "[Modify] Support string include is unicode escape string" +[#30]: https://github.com/jprichardson/node-jsonfile/issues/30 "How to use Jsonfile package in Meteor.js App?" +[#29]: https://github.com/jprichardson/node-jsonfile/issues/29 "writefile callback if no error?" +[#28]: https://github.com/jprichardson/node-jsonfile/issues/28 "writeFile options argument broken " +[#27]: https://github.com/jprichardson/node-jsonfile/pull/27 "Use svg instead of png to get better image quality" +[#26]: https://github.com/jprichardson/node-jsonfile/issues/26 "Breaking change to fs-extra" +[#25]: https://github.com/jprichardson/node-jsonfile/issues/25 "support string encoding param for read methods" +[#24]: https://github.com/jprichardson/node-jsonfile/issues/24 "readFile: Passing in null options with a callback throws an error" +[#23]: https://github.com/jprichardson/node-jsonfile/pull/23 "Add appendFile and appendFileSync" +[#22]: https://github.com/jprichardson/node-jsonfile/issues/22 "Default value for spaces in readme.md is outdated" +[#21]: https://github.com/jprichardson/node-jsonfile/pull/21 "Update license attribute" +[#20]: https://github.com/jprichardson/node-jsonfile/issues/20 "Add simple caching functionallity" +[#19]: https://github.com/jprichardson/node-jsonfile/pull/19 "Add appendFileSync method" +[#18]: https://github.com/jprichardson/node-jsonfile/issues/18 "Add updateFile and updateFileSync methods" +[#17]: https://github.com/jprichardson/node-jsonfile/issues/17 "seem read & write sync has sequentially problem" +[#16]: https://github.com/jprichardson/node-jsonfile/pull/16 "export spaces defaulted to null" +[#15]: https://github.com/jprichardson/node-jsonfile/issues/15 "`jsonfile.spaces` should default to `null`" +[#14]: https://github.com/jprichardson/node-jsonfile/pull/14 "Add EOL at EOF" +[#13]: https://github.com/jprichardson/node-jsonfile/issues/13 "Add a final newline" +[#12]: https://github.com/jprichardson/node-jsonfile/issues/12 "readFile doesn't accept options" +[#11]: https://github.com/jprichardson/node-jsonfile/pull/11 "Added try,catch to readFileSync" +[#10]: https://github.com/jprichardson/node-jsonfile/issues/10 "No output or error from writeFile" +[#9]: https://github.com/jprichardson/node-jsonfile/pull/9 "Change 'js' to 'jf' in example." +[#8]: https://github.com/jprichardson/node-jsonfile/pull/8 "Updated forgotten module.exports to me." +[#7]: https://github.com/jprichardson/node-jsonfile/pull/7 "Add file name in error message" +[#6]: https://github.com/jprichardson/node-jsonfile/pull/6 "Use graceful-fs when possible" +[#5]: https://github.com/jprichardson/node-jsonfile/pull/5 "Jsonfile doesn't behave nicely when used inside a test suite." +[#4]: https://github.com/jprichardson/node-jsonfile/pull/4 "Added options parameter to writeFile and writeFileSync" +[#3]: https://github.com/jprichardson/node-jsonfile/issues/3 "test2" +[#2]: https://github.com/jprichardson/node-jsonfile/issues/2 "homepage field must be a string url. Deleted." +[#1]: https://github.com/jprichardson/node-jsonfile/pull/1 "adding an `.npmignore` file" diff --git a/typescript/hello-world/node_modules/jsonfile/LICENSE b/typescript/hello-world/node_modules/jsonfile/LICENSE new file mode 100644 index 0000000..cb7e807 --- /dev/null +++ b/typescript/hello-world/node_modules/jsonfile/LICENSE @@ -0,0 +1,15 @@ +(The MIT License) + +Copyright (c) 2012-2015, JP Richardson + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files +(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, + merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/jsonfile/README.md b/typescript/hello-world/node_modules/jsonfile/README.md new file mode 100644 index 0000000..1f214df --- /dev/null +++ b/typescript/hello-world/node_modules/jsonfile/README.md @@ -0,0 +1,186 @@ +Node.js - jsonfile +================ + +Easily read/write JSON files. + +[![npm Package](https://img.shields.io/npm/v/jsonfile.svg?style=flat-square)](https://www.npmjs.org/package/jsonfile) +[![build status](https://secure.travis-ci.org/jprichardson/node-jsonfile.svg)](http://travis-ci.org/jprichardson/node-jsonfile) +[![windows Build status](https://img.shields.io/appveyor/ci/jprichardson/node-jsonfile/master.svg?label=windows%20build)](https://ci.appveyor.com/project/jprichardson/node-jsonfile/branch/master) + +Standard JavaScript + +Why? +---- + +Writing `JSON.stringify()` and then `fs.writeFile()` and `JSON.parse()` with `fs.readFile()` enclosed in `try/catch` blocks became annoying. + + + +Installation +------------ + + npm install --save jsonfile + + + +API +--- + +### readFile(filename, [options], callback) + +`options` (`object`, default `undefined`): Pass in any `fs.readFile` options or set `reviver` for a [JSON reviver](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse). + - `throws` (`boolean`, default: `true`). If `JSON.parse` throws an error, pass this error to the callback. + If `false`, returns `null` for the object. + + +```js +var jsonfile = require('jsonfile') +var file = '/tmp/data.json' +jsonfile.readFile(file, function(err, obj) { + console.dir(obj) +}) +``` + + +### readFileSync(filename, [options]) + +`options` (`object`, default `undefined`): Pass in any `fs.readFileSync` options or set `reviver` for a [JSON reviver](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse). +- `throws` (`boolean`, default: `true`). If an error is encountered reading or parsing the file, throw the error. If `false`, returns `null` for the object. + +```js +var jsonfile = require('jsonfile') +var file = '/tmp/data.json' + +console.dir(jsonfile.readFileSync(file)) +``` + + +### writeFile(filename, obj, [options], callback) + +`options`: Pass in any `fs.writeFile` options or set `replacer` for a [JSON replacer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify). Can also pass in `spaces`. + + +```js +var jsonfile = require('jsonfile') + +var file = '/tmp/data.json' +var obj = {name: 'JP'} + +jsonfile.writeFile(file, obj, function (err) { + console.error(err) +}) +``` + +**formatting with spaces:** + +```js +var jsonfile = require('jsonfile') + +var file = '/tmp/data.json' +var obj = {name: 'JP'} + +jsonfile.writeFile(file, obj, {spaces: 2}, function(err) { + console.error(err) +}) +``` + +**appending to an existing JSON file:** + +You can use `fs.writeFile` option `{flag: 'a'}` to achieve this. + +```js +var jsonfile = require('jsonfile') + +var file = '/tmp/mayAlreadyExistedData.json' +var obj = {name: 'JP'} + +jsonfile.writeFile(file, obj, {flag: 'a'}, function (err) { + console.error(err) +}) +``` + +### writeFileSync(filename, obj, [options]) + +`options`: Pass in any `fs.writeFileSync` options or set `replacer` for a [JSON replacer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify). Can also pass in `spaces`. + +```js +var jsonfile = require('jsonfile') + +var file = '/tmp/data.json' +var obj = {name: 'JP'} + +jsonfile.writeFileSync(file, obj) +``` + +**formatting with spaces:** + +```js +var jsonfile = require('jsonfile') + +var file = '/tmp/data.json' +var obj = {name: 'JP'} + +jsonfile.writeFileSync(file, obj, {spaces: 2}) +``` + +**appending to an existing JSON file:** + +You can use `fs.writeFileSync` option `{flag: 'a'}` to achieve this. + +```js +var jsonfile = require('jsonfile') + +var file = '/tmp/mayAlreadyExistedData.json' +var obj = {name: 'JP'} + +jsonfile.writeFileSync(file, obj, {flag: 'a'}) +``` + +### spaces + +Global configuration to set spaces to indent JSON files. + +**default:** `null` + +```js +var jsonfile = require('jsonfile') + +jsonfile.spaces = 4 + +var file = '/tmp/data.json' +var obj = {name: 'JP'} + +// json file has four space indenting now +jsonfile.writeFile(file, obj, function (err) { + console.error(err) +}) +``` + +Note, it's bound to `this.spaces`. So, if you do this: + +```js +var myObj = {} +myObj.writeJsonSync = jsonfile.writeFileSync +// => this.spaces = null +``` + +Could do the following: + +```js +var jsonfile = require('jsonfile') +jsonfile.spaces = 4 +jsonfile.writeFileSync(file, obj) // will have 4 spaces indentation + +var myCrazyObj = {spaces: 32} +myCrazyObj.writeJsonSync = jsonfile.writeFileSync +myCrazyObj.writeJsonSync(file, obj) // will have 32 space indentation +myCrazyObj.writeJsonSync(file, obj, {spaces: 2}) // will have only 2 +``` + + +License +------- + +(MIT License) + +Copyright 2012-2016, JP Richardson diff --git a/typescript/hello-world/node_modules/jsonfile/index.js b/typescript/hello-world/node_modules/jsonfile/index.js new file mode 100644 index 0000000..5ac06cf --- /dev/null +++ b/typescript/hello-world/node_modules/jsonfile/index.js @@ -0,0 +1,132 @@ +var _fs +try { + _fs = require('graceful-fs') +} catch (_) { + _fs = require('fs') +} + +function readFile (file, options, callback) { + if (callback == null) { + callback = options + options = {} + } + + if (typeof options === 'string') { + options = {encoding: options} + } + + options = options || {} + var fs = options.fs || _fs + + var shouldThrow = true + // DO NOT USE 'passParsingErrors' THE NAME WILL CHANGE!!!, use 'throws' instead + if ('passParsingErrors' in options) { + shouldThrow = options.passParsingErrors + } else if ('throws' in options) { + shouldThrow = options.throws + } + + fs.readFile(file, options, function (err, data) { + if (err) return callback(err) + + data = stripBom(data) + + var obj + try { + obj = JSON.parse(data, options ? options.reviver : null) + } catch (err2) { + if (shouldThrow) { + err2.message = file + ': ' + err2.message + return callback(err2) + } else { + return callback(null, null) + } + } + + callback(null, obj) + }) +} + +function readFileSync (file, options) { + options = options || {} + if (typeof options === 'string') { + options = {encoding: options} + } + + var fs = options.fs || _fs + + var shouldThrow = true + // DO NOT USE 'passParsingErrors' THE NAME WILL CHANGE!!!, use 'throws' instead + if ('passParsingErrors' in options) { + shouldThrow = options.passParsingErrors + } else if ('throws' in options) { + shouldThrow = options.throws + } + + try { + var content = fs.readFileSync(file, options) + content = stripBom(content) + return JSON.parse(content, options.reviver) + } catch (err) { + if (shouldThrow) { + err.message = file + ': ' + err.message + throw err + } else { + return null + } + } +} + +function writeFile (file, obj, options, callback) { + if (callback == null) { + callback = options + options = {} + } + options = options || {} + var fs = options.fs || _fs + + var spaces = typeof options === 'object' && options !== null + ? 'spaces' in options + ? options.spaces : this.spaces + : this.spaces + + var str = '' + try { + str = JSON.stringify(obj, options ? options.replacer : null, spaces) + '\n' + } catch (err) { + if (callback) return callback(err, null) + } + + fs.writeFile(file, str, options, callback) +} + +function writeFileSync (file, obj, options) { + options = options || {} + var fs = options.fs || _fs + + var spaces = typeof options === 'object' && options !== null + ? 'spaces' in options + ? options.spaces : this.spaces + : this.spaces + + var str = JSON.stringify(obj, options.replacer, spaces) + '\n' + // not sure if fs.writeFileSync returns anything, but just in case + return fs.writeFileSync(file, str, options) +} + +function stripBom (content) { + // we do this because JSON.parse would convert it to a utf8 string if encoding wasn't specified + if (Buffer.isBuffer(content)) content = content.toString('utf8') + content = content.replace(/^\uFEFF/, '') + return content +} + +var jsonfile = { + spaces: null, + readFile: readFile, + readFileSync: readFileSync, + writeFile: writeFile, + writeFileSync: writeFileSync +} + +module.exports = jsonfile diff --git a/typescript/hello-world/node_modules/jsonfile/package.json b/typescript/hello-world/node_modules/jsonfile/package.json new file mode 100644 index 0000000..7dfb90b --- /dev/null +++ b/typescript/hello-world/node_modules/jsonfile/package.json @@ -0,0 +1,35 @@ +{ + "name": "jsonfile", + "version": "3.0.0", + "description": "Easily read/write JSON files.", + "repository": { + "type": "git", + "url": "git@github.com:jprichardson/node-jsonfile.git" + }, + "keywords": [ + "read", + "write", + "file", + "json", + "fs", + "fs-extra" + ], + "author": "JP Richardson ", + "license": "MIT", + "dependencies": {}, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + }, + "devDependencies": { + "mocha": "2.x", + "mock-fs": "^3.8.0", + "rimraf": "^2.4.0", + "standard": "^6.0.8" + }, + "main": "index.js", + "scripts": { + "lint": "standard", + "test": "npm run lint && npm run unit", + "unit": "mocha" + } +} diff --git a/typescript/hello-world/node_modules/jsonify/README.markdown b/typescript/hello-world/node_modules/jsonify/README.markdown new file mode 100644 index 0000000..71d9a93 --- /dev/null +++ b/typescript/hello-world/node_modules/jsonify/README.markdown @@ -0,0 +1,34 @@ +jsonify +======= + +This module provides Douglas Crockford's JSON implementation without modifying +any globals. + +`stringify` and `parse` are merely exported without respect to whether or not a +global `JSON` object exists. + +methods +======= + +var json = require('jsonify'); + +json.parse(source, reviver) +--------------------------- + +Return a new javascript object from a parse of the `source` string. + +If a `reviver` function is specified, walk the structure passing each name/value +pair to `reviver.call(parent, key, value)` to transform the `value` before +parsing it. + +json.stringify(value, replacer, space) +-------------------------------------- + +Return a string representation for `value`. + +If `replacer` is specified, walk the structure passing each name/value pair to +`replacer.call(parent, key, value)` to transform the `value` before stringifying +it. + +If `space` is a number, indent the result by that many spaces. +If `space` is a string, use `space` as the indentation. diff --git a/typescript/hello-world/node_modules/jsonify/index.js b/typescript/hello-world/node_modules/jsonify/index.js new file mode 100644 index 0000000..f728a16 --- /dev/null +++ b/typescript/hello-world/node_modules/jsonify/index.js @@ -0,0 +1,2 @@ +exports.parse = require('./lib/parse'); +exports.stringify = require('./lib/stringify'); diff --git a/typescript/hello-world/node_modules/jsonify/package.json b/typescript/hello-world/node_modules/jsonify/package.json new file mode 100644 index 0000000..e42c0e3 --- /dev/null +++ b/typescript/hello-world/node_modules/jsonify/package.json @@ -0,0 +1,30 @@ +{ + "name" : "jsonify", + "version" : "0.0.0", + "description" : "JSON without touching any globals", + "main" : "index.js", + "directories" : { + "lib" : ".", + "test" : "test" + }, + "devDependencies" : { + "tap" : "0.0.x", + "garbage" : "0.0.x" + }, + "scripts" : { + "test" : "tap test" + }, + "repository" : { + "type" : "git", + "url" : "http://github.com/substack/jsonify.git" + }, + "keywords" : [ + "json", + "browser" + ], + "author" : { + "name" : "Douglas Crockford", + "url" : "http://crockford.com/" + }, + "license" : "Public Domain" +} diff --git a/typescript/hello-world/node_modules/jsonify/test/parse.js b/typescript/hello-world/node_modules/jsonify/test/parse.js new file mode 100644 index 0000000..e2313f5 --- /dev/null +++ b/typescript/hello-world/node_modules/jsonify/test/parse.js @@ -0,0 +1,16 @@ +var test = require('tap').test; +var json = require('../'); +var garbage = require('garbage'); + +test('parse', function (t) { + for (var i = 0; i < 50; i++) { + var s = JSON.stringify(garbage(50)); + + t.deepEqual( + json.parse(s), + JSON.parse(s) + ); + } + + t.end(); +}); diff --git a/typescript/hello-world/node_modules/jsonify/test/stringify.js b/typescript/hello-world/node_modules/jsonify/test/stringify.js new file mode 100644 index 0000000..89b0b67 --- /dev/null +++ b/typescript/hello-world/node_modules/jsonify/test/stringify.js @@ -0,0 +1,15 @@ +var test = require('tap').test; +var json = require('../'); +var garbage = require('garbage'); + +test('stringify', function (t) { + for (var i = 0; i < 50; i++) { + var obj = garbage(50); + t.equal( + json.stringify(obj), + JSON.stringify(obj) + ); + } + + t.end(); +}); diff --git a/typescript/hello-world/node_modules/jsprim/CHANGES.md b/typescript/hello-world/node_modules/jsprim/CHANGES.md new file mode 100644 index 0000000..587f764 --- /dev/null +++ b/typescript/hello-world/node_modules/jsprim/CHANGES.md @@ -0,0 +1,43 @@ +# Changelog + +## not yet released + +None yet. + +## v1.4.0 (2017-03-13) + +* #7 Add parseInteger() function for safer number parsing + +## v1.3.1 (2016-09-12) + +* #13 Incompatible with webpack + +## v1.3.0 (2016-06-22) + +* #14 add safer version of hasOwnProperty() +* #15 forEachKey() should ignore inherited properties + +## v1.2.2 (2015-10-15) + +* #11 NPM package shouldn't include any code that does `require('JSV')` +* #12 jsl.node.conf missing definition for "module" + +## v1.2.1 (2015-10-14) + +* #8 odd date parsing behaviour + +## v1.2.0 (2015-10-13) + +* #9 want function for returning RFC1123 dates + +## v1.1.0 (2015-09-02) + +* #6 a new suite of hrtime manipulation routines: `hrtimeAdd()`, + `hrtimeAccum()`, `hrtimeNanosec()`, `hrtimeMicrosec()` and + `hrtimeMillisec()`. + +## v1.0.0 (2015-09-01) + +First tracked release. Includes everything in previous releases, plus: + +* #4 want function for merging objects diff --git a/typescript/hello-world/node_modules/jsprim/LICENSE b/typescript/hello-world/node_modules/jsprim/LICENSE new file mode 100644 index 0000000..cbc0bb3 --- /dev/null +++ b/typescript/hello-world/node_modules/jsprim/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2012, Joyent, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE diff --git a/typescript/hello-world/node_modules/jsprim/README.md b/typescript/hello-world/node_modules/jsprim/README.md new file mode 100644 index 0000000..d835691 --- /dev/null +++ b/typescript/hello-world/node_modules/jsprim/README.md @@ -0,0 +1,292 @@ +# jsprim: utilities for primitive JavaScript types + +This module provides miscellaneous facilities for working with strings, +numbers, dates, and objects and arrays of these basic types. + + +### deepCopy(obj) + +Creates a deep copy of a primitive type, object, or array of primitive types. + + +### deepEqual(obj1, obj2) + +Returns whether two objects are equal. + + +### isEmpty(obj) + +Returns true if the given object has no properties and false otherwise. This +is O(1) (unlike `Object.keys(obj).length === 0`, which is O(N)). + +### hasKey(obj, key) + +Returns true if the given object has an enumerable, non-inherited property +called `key`. [For information on enumerability and ownership of properties, see +the MDN +documentation.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties) + +### forEachKey(obj, callback) + +Like Array.forEach, but iterates enumerable, owned properties of an object +rather than elements of an array. Equivalent to: + + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) { + callback(key, obj[key]); + } + } + + +### flattenObject(obj, depth) + +Flattens an object up to a given level of nesting, returning an array of arrays +of length "depth + 1", where the first "depth" elements correspond to flattened +columns and the last element contains the remaining object . For example: + + flattenObject({ + 'I': { + 'A': { + 'i': { + 'datum1': [ 1, 2 ], + 'datum2': [ 3, 4 ] + }, + 'ii': { + 'datum1': [ 3, 4 ] + } + }, + 'B': { + 'i': { + 'datum1': [ 5, 6 ] + }, + 'ii': { + 'datum1': [ 7, 8 ], + 'datum2': [ 3, 4 ], + }, + 'iii': { + } + } + }, + 'II': { + 'A': { + 'i': { + 'datum1': [ 1, 2 ], + 'datum2': [ 3, 4 ] + } + } + } + }, 3) + +becomes: + + [ + [ 'I', 'A', 'i', { 'datum1': [ 1, 2 ], 'datum2': [ 3, 4 ] } ], + [ 'I', 'A', 'ii', { 'datum1': [ 3, 4 ] } ], + [ 'I', 'B', 'i', { 'datum1': [ 5, 6 ] } ], + [ 'I', 'B', 'ii', { 'datum1': [ 7, 8 ], 'datum2': [ 3, 4 ] } ], + [ 'I', 'B', 'iii', {} ], + [ 'II', 'A', 'i', { 'datum1': [ 1, 2 ], 'datum2': [ 3, 4 ] } ] + ] + +This function is strict: "depth" must be a non-negative integer and "obj" must +be a non-null object with at least "depth" levels of nesting under all keys. + + +### flattenIter(obj, depth, func) + +This is similar to `flattenObject` except that instead of returning an array, +this function invokes `func(entry)` for each `entry` in the array that +`flattenObject` would return. `flattenIter(obj, depth, func)` is logically +equivalent to `flattenObject(obj, depth).forEach(func)`. Importantly, this +version never constructs the full array. Its memory usage is O(depth) rather +than O(n) (where `n` is the number of flattened elements). + +There's another difference between `flattenObject` and `flattenIter` that's +related to the special case where `depth === 0`. In this case, `flattenObject` +omits the array wrapping `obj` (which is regrettable). + + +### pluck(obj, key) + +Fetch nested property "key" from object "obj", traversing objects as needed. +For example, `pluck(obj, "foo.bar.baz")` is roughly equivalent to +`obj.foo.bar.baz`, except that: + +1. If traversal fails, the resulting value is undefined, and no error is + thrown. For example, `pluck({}, "foo.bar")` is just undefined. +2. If "obj" has property "key" directly (without traversing), the + corresponding property is returned. For example, + `pluck({ 'foo.bar': 1 }, 'foo.bar')` is 1, not undefined. This is also + true recursively, so `pluck({ 'a': { 'foo.bar': 1 } }, 'a.foo.bar')` is + also 1, not undefined. + + +### randElt(array) + +Returns an element from "array" selected uniformly at random. If "array" is +empty, throws an Error. + + +### startsWith(str, prefix) + +Returns true if the given string starts with the given prefix and false +otherwise. + + +### endsWith(str, suffix) + +Returns true if the given string ends with the given suffix and false +otherwise. + + +### parseInteger(str, options) + +Parses the contents of `str` (a string) as an integer. On success, the integer +value is returned (as a number). On failure, an error is **returned** describing +why parsing failed. + +By default, leading and trailing whitespace characters are not allowed, nor are +trailing characters that are not part of the numeric representation. This +behaviour can be toggled by using the options below. The empty string (`''`) is +not considered valid input. If the return value cannot be precisely represented +as a number (i.e., is smaller than `Number.MIN_SAFE_INTEGER` or larger than +`Number.MAX_SAFE_INTEGER`), an error is returned. Additionally, the string +`'-0'` will be parsed as the integer `0`, instead of as the IEEE floating point +value `-0`. + +This function accepts both upper and lowercase characters for digits, similar to +`parseInt()`, `Number()`, and [strtol(3C)](https://illumos.org/man/3C/strtol). + +The following may be specified in `options`: + +Option | Type | Default | Meaning +------------------ | ------- | ------- | --------------------------- +base | number | 10 | numeric base (radix) to use, in the range 2 to 36 +allowSign | boolean | true | whether to interpret any leading `+` (positive) and `-` (negative) characters +allowImprecise | boolean | false | whether to accept values that may have lost precision (past `MAX_SAFE_INTEGER` or below `MIN_SAFE_INTEGER`) +allowPrefix | boolean | false | whether to interpret the prefixes `0b` (base 2), `0o` (base 8), `0t` (base 10), or `0x` (base 16) +allowTrailing | boolean | false | whether to ignore trailing characters +trimWhitespace | boolean | false | whether to trim any leading or trailing whitespace/line terminators +leadingZeroIsOctal | boolean | false | whether a leading zero indicates octal + +Note that if `base` is unspecified, and `allowPrefix` or `leadingZeroIsOctal` +are, then the leading characters can change the default base from 10. If `base` +is explicitly specified and `allowPrefix` is true, then the prefix will only be +accepted if it matches the specified base. `base` and `leadingZeroIsOctal` +cannot be used together. + +**Context:** It's tricky to parse integers with JavaScript's built-in facilities +for several reasons: + +- `parseInt()` and `Number()` by default allow the base to be specified in the + input string by a prefix (e.g., `0x` for hex). +- `parseInt()` allows trailing nonnumeric characters. +- `Number(str)` returns 0 when `str` is the empty string (`''`). +- Both functions return incorrect values when the input string represents a + valid integer outside the range of integers that can be represented precisely. + Specifically, `parseInt('9007199254740993')` returns 9007199254740992. +- Both functions always accept `-` and `+` signs before the digit. +- Some older JavaScript engines always interpret a leading 0 as indicating + octal, which can be surprising when parsing input from users who expect a + leading zero to be insignificant. + +While each of these may be desirable in some contexts, there are also times when +none of them are wanted. `parseInteger()` grants greater control over what +input's permissible. + +### iso8601(date) + +Converts a Date object to an ISO8601 date string of the form +"YYYY-MM-DDTHH:MM:SS.sssZ". This format is not customizable. + + +### parseDateTime(str) + +Parses a date expressed as a string, as either a number of milliseconds since +the epoch or any string format that Date accepts, giving preference to the +former where these two sets overlap (e.g., strings containing small numbers). + + +### hrtimeDiff(timeA, timeB) + +Given two hrtime readings (as from Node's `process.hrtime()`), where timeA is +later than timeB, compute the difference and return that as an hrtime. It is +illegal to invoke this for a pair of times where timeB is newer than timeA. + +### hrtimeAdd(timeA, timeB) + +Add two hrtime intervals (as from Node's `process.hrtime()`), returning a new +hrtime interval array. This function does not modify either input argument. + + +### hrtimeAccum(timeA, timeB) + +Add two hrtime intervals (as from Node's `process.hrtime()`), storing the +result in `timeA`. This function overwrites (and returns) the first argument +passed in. + + +### hrtimeNanosec(timeA), hrtimeMicrosec(timeA), hrtimeMillisec(timeA) + +This suite of functions converts a hrtime interval (as from Node's +`process.hrtime()`) into a scalar number of nanoseconds, microseconds or +milliseconds. Results are truncated, as with `Math.floor()`. + + +### validateJsonObject(schema, object) + +Uses JSON validation (via JSV) to validate the given object against the given +schema. On success, returns null. On failure, *returns* (does not throw) a +useful Error object. + + +### extraProperties(object, allowed) + +Check an object for unexpected properties. Accepts the object to check, and an +array of allowed property name strings. If extra properties are detected, an +array of extra property names is returned. If no properties other than those +in the allowed list are present on the object, the returned array will be of +zero length. + +### mergeObjects(provided, overrides, defaults) + +Merge properties from objects "provided", "overrides", and "defaults". The +intended use case is for functions that accept named arguments in an "args" +object, but want to provide some default values and override other values. In +that case, "provided" is what the caller specified, "overrides" are what the +function wants to override, and "defaults" contains default values. + +The function starts with the values in "defaults", overrides them with the +values in "provided", and then overrides those with the values in "overrides". +For convenience, any of these objects may be falsey, in which case they will be +ignored. The input objects are never modified, but properties in the returned +object are not deep-copied. + +For example: + + mergeObjects(undefined, { 'objectMode': true }, { 'highWaterMark': 0 }) + +returns: + + { 'objectMode': true, 'highWaterMark': 0 } + +For another example: + + mergeObjects( + { 'highWaterMark': 16, 'objectMode': 7 }, /* from caller */ + { 'objectMode': true }, /* overrides */ + { 'highWaterMark': 0 }); /* default */ + +returns: + + { 'objectMode': true, 'highWaterMark': 16 } + + +# Contributing + +Code should be "make check" clean. This target assumes that +[jsl](http://github.com/davepacheco/javascriptlint) and +[jsstyle](http://github.com/davepacheco/jsstyle) are on your path. + +New tests should generally accompany new functions and bug fixes. The tests +should pass cleanly (run tests/basic.js). diff --git a/typescript/hello-world/node_modules/jsprim/package.json b/typescript/hello-world/node_modules/jsprim/package.json new file mode 100644 index 0000000..7c4e184 --- /dev/null +++ b/typescript/hello-world/node_modules/jsprim/package.json @@ -0,0 +1,20 @@ +{ + "name": "jsprim", + "version": "1.4.0", + "description": "utilities for primitive JavaScript types", + "main": "./lib/jsprim.js", + "repository": { + "type": "git", + "url": "git://github.com/joyent/node-jsprim.git" + }, + "dependencies": { + "assert-plus": "1.0.0", + "extsprintf": "1.0.2", + "json-schema": "0.2.3", + "verror": "1.3.6" + }, + "engines": [ + "node >=0.6.0" + ], + "license": "MIT" +} diff --git a/typescript/hello-world/node_modules/kind-of/LICENSE b/typescript/hello-world/node_modules/kind-of/LICENSE new file mode 100644 index 0000000..d734237 --- /dev/null +++ b/typescript/hello-world/node_modules/kind-of/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/kind-of/README.md b/typescript/hello-world/node_modules/kind-of/README.md new file mode 100644 index 0000000..6a9df36 --- /dev/null +++ b/typescript/hello-world/node_modules/kind-of/README.md @@ -0,0 +1,261 @@ +# kind-of [![NPM version](https://img.shields.io/npm/v/kind-of.svg?style=flat)](https://www.npmjs.com/package/kind-of) [![NPM monthly downloads](https://img.shields.io/npm/dm/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![NPM total downloads](https://img.shields.io/npm/dt/kind-of.svg?style=flat)](https://npmjs.org/package/kind-of) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/kind-of.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/kind-of) + +> Get the native type of a value. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save kind-of +``` + +## Install + +Install with [bower](https://bower.io/) + +```sh +$ bower install kind-of --save +``` + +## Usage + +> es5, browser and es6 ready + +```js +var kindOf = require('kind-of'); + +kindOf(undefined); +//=> 'undefined' + +kindOf(null); +//=> 'null' + +kindOf(true); +//=> 'boolean' + +kindOf(false); +//=> 'boolean' + +kindOf(new Boolean(true)); +//=> 'boolean' + +kindOf(new Buffer('')); +//=> 'buffer' + +kindOf(42); +//=> 'number' + +kindOf(new Number(42)); +//=> 'number' + +kindOf('str'); +//=> 'string' + +kindOf(new String('str')); +//=> 'string' + +kindOf(arguments); +//=> 'arguments' + +kindOf({}); +//=> 'object' + +kindOf(Object.create(null)); +//=> 'object' + +kindOf(new Test()); +//=> 'object' + +kindOf(new Date()); +//=> 'date' + +kindOf([]); +//=> 'array' + +kindOf([1, 2, 3]); +//=> 'array' + +kindOf(new Array()); +//=> 'array' + +kindOf(/foo/); +//=> 'regexp' + +kindOf(new RegExp('foo')); +//=> 'regexp' + +kindOf(function () {}); +//=> 'function' + +kindOf(function * () {}); +//=> 'function' + +kindOf(new Function()); +//=> 'function' + +kindOf(new Map()); +//=> 'map' + +kindOf(new WeakMap()); +//=> 'weakmap' + +kindOf(new Set()); +//=> 'set' + +kindOf(new WeakSet()); +//=> 'weakset' + +kindOf(Symbol('str')); +//=> 'symbol' + +kindOf(new Int8Array()); +//=> 'int8array' + +kindOf(new Uint8Array()); +//=> 'uint8array' + +kindOf(new Uint8ClampedArray()); +//=> 'uint8clampedarray' + +kindOf(new Int16Array()); +//=> 'int16array' + +kindOf(new Uint16Array()); +//=> 'uint16array' + +kindOf(new Int32Array()); +//=> 'int32array' + +kindOf(new Uint32Array()); +//=> 'uint32array' + +kindOf(new Float32Array()); +//=> 'float32array' + +kindOf(new Float64Array()); +//=> 'float64array' +``` + +## Benchmarks + +Benchmarked against [typeof](http://github.com/CodingFu/typeof) and [type-of](https://github.com/ForbesLindesay/type-of). +Note that performaces is slower for es6 features `Map`, `WeakMap`, `Set` and `WeakSet`. + +```bash +#1: array + current x 23,329,397 ops/sec ±0.82% (94 runs sampled) + lib-type-of x 4,170,273 ops/sec ±0.55% (94 runs sampled) + lib-typeof x 9,686,935 ops/sec ±0.59% (98 runs sampled) + +#2: boolean + current x 27,197,115 ops/sec ±0.85% (94 runs sampled) + lib-type-of x 3,145,791 ops/sec ±0.73% (97 runs sampled) + lib-typeof x 9,199,562 ops/sec ±0.44% (99 runs sampled) + +#3: date + current x 20,190,117 ops/sec ±0.86% (92 runs sampled) + lib-type-of x 5,166,970 ops/sec ±0.74% (94 runs sampled) + lib-typeof x 9,610,821 ops/sec ±0.50% (96 runs sampled) + +#4: function + current x 23,855,460 ops/sec ±0.60% (97 runs sampled) + lib-type-of x 5,667,740 ops/sec ±0.54% (100 runs sampled) + lib-typeof x 10,010,644 ops/sec ±0.44% (100 runs sampled) + +#5: null + current x 27,061,047 ops/sec ±0.97% (96 runs sampled) + lib-type-of x 13,965,573 ops/sec ±0.62% (97 runs sampled) + lib-typeof x 8,460,194 ops/sec ±0.61% (97 runs sampled) + +#6: number + current x 25,075,682 ops/sec ±0.53% (99 runs sampled) + lib-type-of x 2,266,405 ops/sec ±0.41% (98 runs sampled) + lib-typeof x 9,821,481 ops/sec ±0.45% (99 runs sampled) + +#7: object + current x 3,348,980 ops/sec ±0.49% (99 runs sampled) + lib-type-of x 3,245,138 ops/sec ±0.60% (94 runs sampled) + lib-typeof x 9,262,952 ops/sec ±0.59% (99 runs sampled) + +#8: regex + current x 21,284,827 ops/sec ±0.72% (96 runs sampled) + lib-type-of x 4,689,241 ops/sec ±0.43% (100 runs sampled) + lib-typeof x 8,957,593 ops/sec ±0.62% (98 runs sampled) + +#9: string + current x 25,379,234 ops/sec ±0.58% (96 runs sampled) + lib-type-of x 3,635,148 ops/sec ±0.76% (93 runs sampled) + lib-typeof x 9,494,134 ops/sec ±0.49% (98 runs sampled) + +#10: undef + current x 27,459,221 ops/sec ±1.01% (93 runs sampled) + lib-type-of x 14,360,433 ops/sec ±0.52% (99 runs sampled) + lib-typeof x 23,202,868 ops/sec ±0.59% (94 runs sampled) + +``` + +## Optimizations + +In 7 out of 8 cases, this library is 2x-10x faster than other top libraries included in the benchmarks. There are a few things that lead to this performance advantage, none of them hard and fast rules, but all of them simple and repeatable in almost any code library: + +1. Optimize around the fastest and most common use cases first. Of course, this will change from project-to-project, but I took some time to understand how and why `typeof` checks were being used in my own libraries and other libraries I use a lot. +2. Optimize around bottlenecks - In other words, the order in which conditionals are implemented is significant, because each check is only as fast as the failing checks that came before it. Here, the biggest bottleneck by far is checking for plain objects (an object that was created by the `Object` constructor). I opted to make this check happen by process of elimination rather than brute force up front (e.g. by using something like `val.constructor.name`), so that every other type check would not be penalized it. +3. Don't do uneccessary processing - why do `.slice(8, -1).toLowerCase();` just to get the word `regex`? It's much faster to do `if (type === '[object RegExp]') return 'regex'` + +## About + +### Related projects + +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") +* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.") +* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 59 | [jonschlinkert](https://github.com/jonschlinkert) | +| 2 | [miguelmota](https://github.com/miguelmota) | +| 1 | [dtothefp](https://github.com/dtothefp) | +| 1 | [ksheedlo](https://github.com/ksheedlo) | +| 1 | [pdehaan](https://github.com/pdehaan) | +| 1 | [laggingreflex](https://github.com/laggingreflex) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 16, 2017._ \ No newline at end of file diff --git a/typescript/hello-world/node_modules/kind-of/index.js b/typescript/hello-world/node_modules/kind-of/index.js new file mode 100644 index 0000000..b52c291 --- /dev/null +++ b/typescript/hello-world/node_modules/kind-of/index.js @@ -0,0 +1,116 @@ +var isBuffer = require('is-buffer'); +var toString = Object.prototype.toString; + +/** + * Get the native `typeof` a value. + * + * @param {*} `val` + * @return {*} Native javascript type + */ + +module.exports = function kindOf(val) { + // primitivies + if (typeof val === 'undefined') { + return 'undefined'; + } + if (val === null) { + return 'null'; + } + if (val === true || val === false || val instanceof Boolean) { + return 'boolean'; + } + if (typeof val === 'string' || val instanceof String) { + return 'string'; + } + if (typeof val === 'number' || val instanceof Number) { + return 'number'; + } + + // functions + if (typeof val === 'function' || val instanceof Function) { + return 'function'; + } + + // array + if (typeof Array.isArray !== 'undefined' && Array.isArray(val)) { + return 'array'; + } + + // check for instances of RegExp and Date before calling `toString` + if (val instanceof RegExp) { + return 'regexp'; + } + if (val instanceof Date) { + return 'date'; + } + + // other objects + var type = toString.call(val); + + if (type === '[object RegExp]') { + return 'regexp'; + } + if (type === '[object Date]') { + return 'date'; + } + if (type === '[object Arguments]') { + return 'arguments'; + } + if (type === '[object Error]') { + return 'error'; + } + + // buffer + if (isBuffer(val)) { + return 'buffer'; + } + + // es6: Map, WeakMap, Set, WeakSet + if (type === '[object Set]') { + return 'set'; + } + if (type === '[object WeakSet]') { + return 'weakset'; + } + if (type === '[object Map]') { + return 'map'; + } + if (type === '[object WeakMap]') { + return 'weakmap'; + } + if (type === '[object Symbol]') { + return 'symbol'; + } + + // typed arrays + if (type === '[object Int8Array]') { + return 'int8array'; + } + if (type === '[object Uint8Array]') { + return 'uint8array'; + } + if (type === '[object Uint8ClampedArray]') { + return 'uint8clampedarray'; + } + if (type === '[object Int16Array]') { + return 'int16array'; + } + if (type === '[object Uint16Array]') { + return 'uint16array'; + } + if (type === '[object Int32Array]') { + return 'int32array'; + } + if (type === '[object Uint32Array]') { + return 'uint32array'; + } + if (type === '[object Float32Array]') { + return 'float32array'; + } + if (type === '[object Float64Array]') { + return 'float64array'; + } + + // must be a plain object + return 'object'; +}; diff --git a/typescript/hello-world/node_modules/kind-of/package.json b/typescript/hello-world/node_modules/kind-of/package.json new file mode 100644 index 0000000..5de879e --- /dev/null +++ b/typescript/hello-world/node_modules/kind-of/package.json @@ -0,0 +1,90 @@ +{ + "name": "kind-of", + "description": "Get the native type of a value.", + "version": "3.2.2", + "homepage": "https://github.com/jonschlinkert/kind-of", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "David Fox-Powell (https://dtothefp.github.io/me)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Ken Sheedlo (kensheedlo.com)", + "laggingreflex (https://github.com/laggingreflex)", + "Miguel Mota (https://miguelmota.com)", + "Peter deHaan (http://about.me/peterdehaan)" + ], + "repository": "jonschlinkert/kind-of", + "bugs": { + "url": "https://github.com/jonschlinkert/kind-of/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha", + "prepublish": "browserify -o browser.js -e index.js -s index --bare" + }, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "devDependencies": { + "ansi-bold": "^0.1.1", + "benchmarked": "^1.0.0", + "browserify": "^14.3.0", + "glob": "^7.1.1", + "gulp-format-md": "^0.1.12", + "mocha": "^3.3.0", + "type-of": "^2.0.1", + "typeof": "^1.0.0" + }, + "keywords": [ + "arguments", + "array", + "boolean", + "check", + "date", + "function", + "is", + "is-type", + "is-type-of", + "kind", + "kind-of", + "number", + "object", + "of", + "regexp", + "string", + "test", + "type", + "type-of", + "typeof", + "types" + ], + "verb": { + "related": { + "list": [ + "is-glob", + "is-number", + "is-primitive" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "reflinks": [ + "verb" + ] + } +} diff --git a/typescript/hello-world/node_modules/lazy-cache/LICENSE b/typescript/hello-world/node_modules/lazy-cache/LICENSE new file mode 100644 index 0000000..1e49edf --- /dev/null +++ b/typescript/hello-world/node_modules/lazy-cache/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015-2016, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/lazy-cache/README.md b/typescript/hello-world/node_modules/lazy-cache/README.md new file mode 100644 index 0000000..33b5a4d --- /dev/null +++ b/typescript/hello-world/node_modules/lazy-cache/README.md @@ -0,0 +1,147 @@ +# lazy-cache [![NPM version](https://img.shields.io/npm/v/lazy-cache.svg?style=flat)](https://www.npmjs.com/package/lazy-cache) [![NPM downloads](https://img.shields.io/npm/dm/lazy-cache.svg?style=flat)](https://npmjs.org/package/lazy-cache) [![Build Status](https://img.shields.io/travis/jonschlinkert/lazy-cache.svg?style=flat)](https://travis-ci.org/jonschlinkert/lazy-cache) + +> Cache requires to be lazy-loaded when needed. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install lazy-cache --save +``` + +If you use webpack and are experiencing issues, try using [unlazy-loader](https://github.com/doowb/unlazy-loader), a webpack loader that fixes the bug that prevents webpack from working with native javascript getters. + +## Usage + +```js +var utils = require('lazy-cache')(require); +``` + +**Use as a property on `lazy`** + +The module is also added as a property to the `lazy` function +so it can be called without having to call a function first. + +```js +var utils = require('lazy-cache')(require); + +// `npm install glob` +utils('glob'); + +// glob sync +console.log(utils.glob.sync('*.js')); + +// glob async +utils.glob('*.js', function (err, files) { + console.log(files); +}); +``` + +**Use as a function** + +```js +var utils = require('lazy-cache')(require); +var glob = utils('glob'); + +// `glob` is a now a function that may be called when needed +glob().sync('foo/*.js'); +``` + +## Aliases + +An alias may be passed as the second argument if you don't want to use the automatically camel-cased variable name. + +**Example** + +```js +var utils = require('lazy-cache')(require); + +// alias `ansi-yellow` as `yellow` +utils('ansi-yellow', 'yellow'); +console.log(utils.yellow('foo')); +``` + +## Browserify usage + +**Example** + +```js +var utils = require('lazy-cache')(require); +// temporarily re-assign `require` to trick browserify +var fn = require; +require = utils; +// list module dependencies (here, `require` is actually `lazy-cache`) +require('glob'); +require = fn; // restore the native `require` function + +/** + * Now you can use glob with the `utils.glob` variable + */ + +// sync +console.log(utils.glob.sync('*.js')); + +// async +utils.glob('*.js', function (err, files) { + console.log(files.join('\n')); +}); +``` + +## Kill switch + +In certain rare edge cases it may be necessary to unlazy all lazy-cached dependencies (5 reported cases after ~30 million downloads). + +To force lazy-cache to immediately invoke all dependencies, do: + +```js +process.env.UNLAZY = true; +``` + +## Related projects + +You might also be interested in these projects: + +[lint-deps](https://www.npmjs.com/package/lint-deps): CLI tool that tells you when dependencies are missing from package.json and offers you a… [more](https://www.npmjs.com/package/lint-deps) | [homepage](https://github.com/jonschlinkert/lint-deps) + +## Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/lazy-cache/issues/new). + +## Building docs + +Generate readme and API documentation with [verb](https://github.com/verbose/verb): + +```sh +$ npm install verb && npm run docs +``` + +Or, if [verb](https://github.com/verbose/verb) is installed globally: + +```sh +$ verb +``` + +## Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +## Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +## License + +Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT license](https://github.com/jonschlinkert/lazy-cache/blob/master/LICENSE). + +*** + +_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on April 22, 2016._ \ No newline at end of file diff --git a/typescript/hello-world/node_modules/lazy-cache/index.js b/typescript/hello-world/node_modules/lazy-cache/index.js new file mode 100644 index 0000000..da7897d --- /dev/null +++ b/typescript/hello-world/node_modules/lazy-cache/index.js @@ -0,0 +1,67 @@ +'use strict'; + +/** + * Cache results of the first function call to ensure only calling once. + * + * ```js + * var utils = require('lazy-cache')(require); + * // cache the call to `require('ansi-yellow')` + * utils('ansi-yellow', 'yellow'); + * // use `ansi-yellow` + * console.log(utils.yellow('this is yellow')); + * ``` + * + * @param {Function} `fn` Function that will be called only once. + * @return {Function} Function that can be called to get the cached function + * @api public + */ + +function lazyCache(fn) { + var cache = {}; + var proxy = function(mod, name) { + name = name || camelcase(mod); + + // check both boolean and string in case `process.env` cases to string + if (process.env.UNLAZY === 'true' || process.env.UNLAZY === true || process.env.TRAVIS) { + cache[name] = fn(mod); + } + + Object.defineProperty(proxy, name, { + enumerable: true, + configurable: true, + get: getter + }); + + function getter() { + if (cache.hasOwnProperty(name)) { + return cache[name]; + } + return (cache[name] = fn(mod)); + } + return getter; + }; + return proxy; +} + +/** + * Used to camelcase the name to be stored on the `lazy` object. + * + * @param {String} `str` String containing `_`, `.`, `-` or whitespace that will be camelcased. + * @return {String} camelcased string. + */ + +function camelcase(str) { + if (str.length === 1) { + return str.toLowerCase(); + } + str = str.replace(/^[\W_]+|[\W_]+$/g, '').toLowerCase(); + return str.replace(/[\W_]+(\w|$)/g, function(_, ch) { + return ch.toUpperCase(); + }); +} + +/** + * Expose `lazyCache` + */ + +module.exports = lazyCache; diff --git a/typescript/hello-world/node_modules/lazy-cache/package.json b/typescript/hello-world/node_modules/lazy-cache/package.json new file mode 100644 index 0000000..e635e98 --- /dev/null +++ b/typescript/hello-world/node_modules/lazy-cache/package.json @@ -0,0 +1,58 @@ +{ + "name": "lazy-cache", + "description": "Cache requires to be lazy-loaded when needed.", + "version": "1.0.4", + "homepage": "https://github.com/jonschlinkert/lazy-cache", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/lazy-cache", + "bugs": { + "url": "https://github.com/jonschlinkert/lazy-cache/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "devDependencies": { + "ansi-yellow": "^0.1.1", + "glob": "^7.0.3", + "gulp-format-md": "^0.1.8", + "mocha": "^2.4.5" + }, + "keywords": [ + "cache", + "caching", + "dependencies", + "dependency", + "lazy", + "require", + "requires" + ], + "verb": { + "related": { + "list": [ + "lint-deps" + ] + }, + "plugins": [ + "gulp-format-md" + ], + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "lint": { + "reflinks": true + }, + "reflinks": [ + "verb" + ] + } +} diff --git a/typescript/hello-world/node_modules/lcid/index.js b/typescript/hello-world/node_modules/lcid/index.js new file mode 100644 index 0000000..69bd3d2 --- /dev/null +++ b/typescript/hello-world/node_modules/lcid/index.js @@ -0,0 +1,22 @@ +'use strict'; +var invertKv = require('invert-kv'); +var all = require('./lcid.json'); +var inverted = invertKv(all); + +exports.from = function (lcidCode) { + if (typeof lcidCode !== 'number') { + throw new TypeError('Expected a number'); + } + + return inverted[lcidCode]; +}; + +exports.to = function (localeId) { + if (typeof localeId !== 'string') { + throw new TypeError('Expected a string'); + } + + return all[localeId]; +}; + +exports.all = all; diff --git a/typescript/hello-world/node_modules/lcid/lcid.json b/typescript/hello-world/node_modules/lcid/lcid.json new file mode 100644 index 0000000..9c89f6a --- /dev/null +++ b/typescript/hello-world/node_modules/lcid/lcid.json @@ -0,0 +1,203 @@ +{ + "af_ZA": 1078, + "am_ET": 1118, + "ar_AE": 14337, + "ar_BH": 15361, + "ar_DZ": 5121, + "ar_EG": 3073, + "ar_IQ": 2049, + "ar_JO": 11265, + "ar_KW": 13313, + "ar_LB": 12289, + "ar_LY": 4097, + "ar_MA": 6145, + "ar_OM": 8193, + "ar_QA": 16385, + "ar_SA": 1025, + "ar_SY": 10241, + "ar_TN": 7169, + "ar_YE": 9217, + "arn_CL": 1146, + "as_IN": 1101, + "az_AZ": 2092, + "ba_RU": 1133, + "be_BY": 1059, + "bg_BG": 1026, + "bn_IN": 1093, + "bo_BT": 2129, + "bo_CN": 1105, + "br_FR": 1150, + "bs_BA": 8218, + "ca_ES": 1027, + "co_FR": 1155, + "cs_CZ": 1029, + "cy_GB": 1106, + "da_DK": 1030, + "de_AT": 3079, + "de_CH": 2055, + "de_DE": 1031, + "de_LI": 5127, + "de_LU": 4103, + "div_MV": 1125, + "dsb_DE": 2094, + "el_GR": 1032, + "en_AU": 3081, + "en_BZ": 10249, + "en_CA": 4105, + "en_CB": 9225, + "en_GB": 2057, + "en_IE": 6153, + "en_IN": 18441, + "en_JA": 8201, + "en_MY": 17417, + "en_NZ": 5129, + "en_PH": 13321, + "en_TT": 11273, + "en_US": 1033, + "en_ZA": 7177, + "en_ZW": 12297, + "es_AR": 11274, + "es_BO": 16394, + "es_CL": 13322, + "es_CO": 9226, + "es_CR": 5130, + "es_DO": 7178, + "es_EC": 12298, + "es_ES": 3082, + "es_GT": 4106, + "es_HN": 18442, + "es_MX": 2058, + "es_NI": 19466, + "es_PA": 6154, + "es_PE": 10250, + "es_PR": 20490, + "es_PY": 15370, + "es_SV": 17418, + "es_UR": 14346, + "es_US": 21514, + "es_VE": 8202, + "et_EE": 1061, + "eu_ES": 1069, + "fa_IR": 1065, + "fi_FI": 1035, + "fil_PH": 1124, + "fo_FO": 1080, + "fr_BE": 2060, + "fr_CA": 3084, + "fr_CH": 4108, + "fr_FR": 1036, + "fr_LU": 5132, + "fr_MC": 6156, + "fy_NL": 1122, + "ga_IE": 2108, + "gbz_AF": 1164, + "gl_ES": 1110, + "gsw_FR": 1156, + "gu_IN": 1095, + "ha_NG": 1128, + "he_IL": 1037, + "hi_IN": 1081, + "hr_BA": 4122, + "hr_HR": 1050, + "hu_HU": 1038, + "hy_AM": 1067, + "id_ID": 1057, + "ii_CN": 1144, + "is_IS": 1039, + "it_CH": 2064, + "it_IT": 1040, + "iu_CA": 2141, + "ja_JP": 1041, + "ka_GE": 1079, + "kh_KH": 1107, + "kk_KZ": 1087, + "kl_GL": 1135, + "kn_IN": 1099, + "ko_KR": 1042, + "kok_IN": 1111, + "ky_KG": 1088, + "lb_LU": 1134, + "lo_LA": 1108, + "lt_LT": 1063, + "lv_LV": 1062, + "mi_NZ": 1153, + "mk_MK": 1071, + "ml_IN": 1100, + "mn_CN": 2128, + "mn_MN": 1104, + "moh_CA": 1148, + "mr_IN": 1102, + "ms_BN": 2110, + "ms_MY": 1086, + "mt_MT": 1082, + "my_MM": 1109, + "nb_NO": 1044, + "ne_NP": 1121, + "nl_BE": 2067, + "nl_NL": 1043, + "nn_NO": 2068, + "ns_ZA": 1132, + "oc_FR": 1154, + "or_IN": 1096, + "pa_IN": 1094, + "pl_PL": 1045, + "ps_AF": 1123, + "pt_BR": 1046, + "pt_PT": 2070, + "qut_GT": 1158, + "quz_BO": 1131, + "quz_EC": 2155, + "quz_PE": 3179, + "rm_CH": 1047, + "ro_RO": 1048, + "ru_RU": 1049, + "rw_RW": 1159, + "sa_IN": 1103, + "sah_RU": 1157, + "se_FI": 3131, + "se_NO": 1083, + "se_SE": 2107, + "si_LK": 1115, + "sk_SK": 1051, + "sl_SI": 1060, + "sma_NO": 6203, + "sma_SE": 7227, + "smj_NO": 4155, + "smj_SE": 5179, + "smn_FI": 9275, + "sms_FI": 8251, + "sq_AL": 1052, + "sr_BA": 7194, + "sr_SP": 3098, + "sv_FI": 2077, + "sv_SE": 1053, + "sw_KE": 1089, + "syr_SY": 1114, + "ta_IN": 1097, + "te_IN": 1098, + "tg_TJ": 1064, + "th_TH": 1054, + "tk_TM": 1090, + "tmz_DZ": 2143, + "tn_ZA": 1074, + "tr_TR": 1055, + "tt_RU": 1092, + "ug_CN": 1152, + "uk_UA": 1058, + "ur_IN": 2080, + "ur_PK": 1056, + "uz_UZ": 2115, + "vi_VN": 1066, + "wen_DE": 1070, + "wo_SN": 1160, + "xh_ZA": 1076, + "yo_NG": 1130, + "zh_CHS": 4, + "zh_CHT": 31748, + "zh_CN": 2052, + "zh_HK": 3076, + "zh_MO": 5124, + "zh_SG": 4100, + "zh_TW": 1028, + "zu_ZA": 1077 +} diff --git a/typescript/hello-world/node_modules/lcid/license b/typescript/hello-world/node_modules/lcid/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/lcid/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/lcid/package.json b/typescript/hello-world/node_modules/lcid/package.json new file mode 100644 index 0000000..0340963 --- /dev/null +++ b/typescript/hello-world/node_modules/lcid/package.json @@ -0,0 +1,46 @@ +{ + "name": "lcid", + "version": "1.0.0", + "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)", + "license": "MIT", + "repository": "sindresorhus/lcid", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "node test.js" + }, + "files": [ + "index.js", + "lcid.json" + ], + "keywords": [ + "lcid", + "locale", + "string", + "str", + "id", + "identifier", + "windows", + "language", + "lang", + "map", + "mapping", + "convert", + "json", + "bcp47", + "ietf", + "tag" + ], + "dependencies": { + "invert-kv": "^1.0.0" + }, + "devDependencies": { + "ava": "0.0.4" + } +} diff --git a/typescript/hello-world/node_modules/lcid/readme.md b/typescript/hello-world/node_modules/lcid/readme.md new file mode 100644 index 0000000..bee4a70 --- /dev/null +++ b/typescript/hello-world/node_modules/lcid/readme.md @@ -0,0 +1,35 @@ +# lcid [![Build Status](https://travis-ci.org/sindresorhus/lcid.svg?branch=master)](https://travis-ci.org/sindresorhus/lcid) + +> Mapping between [standard locale identifiers](http://en.wikipedia.org/wiki/Locale) and [Windows locale identifiers (LCID)](http://en.wikipedia.org/wiki/Locale#Specifics_for_Microsoft_platforms) + +Based on the [mapping](https://github.com/python/cpython/blob/be2a1a76fa43bb1ea1b3577bb5bdd506a2e90e37/Lib/locale.py#L1395-L1604) used in the Python standard library. + +The mapping itself is just a [JSON file](lcid.json) and can be used wherever. + + +## Install + +``` +$ npm install --save lcid +``` + + +## Usage + +```js +var lcid = require('lcid'); + +lcid.from(1044); +//=> 'nb_NO' + +lcid.to('nb_NO'); +//=> 1044 + +lcid.all; +//=> {'af_ZA': 1078, ...} +``` + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/leven/index.js b/typescript/hello-world/node_modules/leven/index.js new file mode 100644 index 0000000..bb44b79 --- /dev/null +++ b/typescript/hello-world/node_modules/leven/index.js @@ -0,0 +1,85 @@ +/* eslint-disable no-nested-ternary */ +'use strict'; +var arr = []; +var charCodeCache = []; + +module.exports = function (a, b) { + if (a === b) { + return 0; + } + + var swap = a; + + // Swapping the strings if `a` is longer than `b` so we know which one is the + // shortest & which one is the longest + if (a.length > b.length) { + a = b; + b = swap; + } + + var aLen = a.length; + var bLen = b.length; + + if (aLen === 0) { + return bLen; + } + + if (bLen === 0) { + return aLen; + } + + // Performing suffix trimming: + // We can linearly drop suffix common to both strings since they + // don't increase distance at all + // Note: `~-` is the bitwise way to perform a `- 1` operation + while (aLen > 0 && (a.charCodeAt(~-aLen) === b.charCodeAt(~-bLen))) { + aLen--; + bLen--; + } + + if (aLen === 0) { + return bLen; + } + + // Performing prefix trimming + // We can linearly drop prefix common to both strings since they + // don't increase distance at all + var start = 0; + + while (start < aLen && (a.charCodeAt(start) === b.charCodeAt(start))) { + start++; + } + + aLen -= start; + bLen -= start; + + if (aLen === 0) { + return bLen; + } + + var bCharCode; + var ret; + var tmp; + var tmp2; + var i = 0; + var j = 0; + + while (i < aLen) { + charCodeCache[start + i] = a.charCodeAt(start + i); + arr[i] = ++i; + } + + while (j < bLen) { + bCharCode = b.charCodeAt(start + j); + tmp = j++; + ret = j; + + for (i = 0; i < aLen; i++) { + tmp2 = bCharCode === charCodeCache[start + i] ? tmp : tmp + 1; + tmp = arr[i]; + ret = arr[i] = tmp > ret ? tmp2 > ret ? ret + 1 : tmp2 : tmp2 > tmp ? tmp + 1 : tmp2; + } + } + + return ret; +}; diff --git a/typescript/hello-world/node_modules/leven/license b/typescript/hello-world/node_modules/leven/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/leven/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/leven/package.json b/typescript/hello-world/node_modules/leven/package.json new file mode 100644 index 0000000..4fd64bb --- /dev/null +++ b/typescript/hello-world/node_modules/leven/package.json @@ -0,0 +1,55 @@ +{ + "name": "leven", + "version": "2.1.0", + "description": "Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm", + "license": "MIT", + "repository": "sindresorhus/leven", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "xo && ava", + "bench": "matcha bench.js" + }, + "files": [ + "index.js" + ], + "keywords": [ + "leven", + "levenshtein", + "distance", + "algorithm", + "algo", + "string", + "difference", + "diff", + "fast", + "fuzzy", + "similar", + "similarity", + "compare", + "comparison", + "edit", + "text", + "match", + "matching" + ], + "devDependencies": { + "ava": "^0.17.0", + "fast-levenshtein": "^2.0.5", + "ld": "^0.1.0", + "levdist": "^2.0.0", + "levenshtein": "^1.0.4", + "levenshtein-component": "0.0.1", + "levenshtein-edit-distance": "^2.0.0", + "matcha": "^0.7.0", + "natural": "^0.4.0", + "talisman": "^0.18.0", + "xo": "^0.16.0" + } +} diff --git a/typescript/hello-world/node_modules/leven/readme.md b/typescript/hello-world/node_modules/leven/readme.md new file mode 100644 index 0000000..9493c9f --- /dev/null +++ b/typescript/hello-world/node_modules/leven/readme.md @@ -0,0 +1,50 @@ +# leven [![Build Status](https://travis-ci.org/sindresorhus/leven.svg?branch=master)](https://travis-ci.org/sindresorhus/leven) + +> Measure the difference between two strings
+> The fastest JS implementation of the [Levenshtein distance](http://en.wikipedia.org/wiki/Levenshtein_distance) algorithm + + +## Install + +``` +$ npm install --save leven +``` + + +## Usage + +```js +const leven = require('leven'); + +leven('cat', 'cow'); +//=> 2 +``` + + +## Benchmark + +``` +$ npm run bench +``` + +``` + 401,487 op/s » leven + 371,707 op/s » talisman + 264,191 op/s » levenshtein-edit-distance + 152,923 op/s » fast-levenshtein + 57,267 op/s » levenshtein-component + 19,915 op/s » levdist + 21,802 op/s » ld + 18,079 op/s » natural + 11,761 op/s » levenshtein +``` + + +## Related + +- [leven-cli](https://github.com/sindresorhus/leven-cli) - CLI for this module + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/levn/LICENSE b/typescript/hello-world/node_modules/levn/LICENSE new file mode 100644 index 0000000..525b118 --- /dev/null +++ b/typescript/hello-world/node_modules/levn/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) George Zahariev + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/levn/README.md b/typescript/hello-world/node_modules/levn/README.md new file mode 100644 index 0000000..bb9ffea --- /dev/null +++ b/typescript/hello-world/node_modules/levn/README.md @@ -0,0 +1,196 @@ +# levn [![Build Status](https://travis-ci.org/gkz/levn.png)](https://travis-ci.org/gkz/levn) +__Light ECMAScript (JavaScript) Value Notation__ +Levn is a library which allows you to parse a string into a JavaScript value based on an expected type. It is meant for short amounts of human entered data (eg. config files, command line arguments). + +Levn aims to concisely describe JavaScript values in text, and allow for the extraction and validation of those values. Levn uses [type-check](https://github.com/gkz/type-check) for its type format, and to validate the results. MIT license. Version 0.3.0. + +__How is this different than JSON?__ levn is meant to be written by humans only, is (due to the previous point) much more concise, can be validated against supplied types, has regex and date literals, and can easily be extended with custom types. On the other hand, it is probably slower and thus less efficient at transporting large amounts of data, which is fine since this is not its purpose. + + npm install levn + +For updates on levn, [follow me on twitter](https://twitter.com/gkzahariev). + + +## Quick Examples + +```js +var parse = require('levn').parse; +parse('Number', '2'); // 2 +parse('String', '2'); // '2' +parse('String', 'levn'); // 'levn' +parse('String', 'a b'); // 'a b' +parse('Boolean', 'true'); // true + +parse('Date', '#2011-11-11#'); // (Date object) +parse('Date', '2011-11-11'); // (Date object) +parse('RegExp', '/[a-z]/gi'); // /[a-z]/gi +parse('RegExp', 're'); // /re/ +parse('Int', '2'); // 2 + +parse('Number | String', 'str'); // 'str' +parse('Number | String', '2'); // 2 + +parse('[Number]', '[1,2,3]'); // [1,2,3] +parse('(String, Boolean)', '(hi, false)'); // ['hi', false] +parse('{a: String, b: Number}', '{a: str, b: 2}'); // {a: 'str', b: 2} + +// at the top level, you can ommit surrounding delimiters +parse('[Number]', '1,2,3'); // [1,2,3] +parse('(String, Boolean)', 'hi, false'); // ['hi', false] +parse('{a: String, b: Number}', 'a: str, b: 2'); // {a: 'str', b: 2} + +// wildcard - auto choose type +parse('*', '[hi,(null,[42]),{k: true}]'); // ['hi', [null, [42]], {k: true}] +``` +## Usage + +`require('levn');` returns an object that exposes three properties. `VERSION` is the current version of the library as a string. `parse` and `parsedTypeParse` are functions. + +```js +// parse(type, input, options); +parse('[Number]', '1,2,3'); // [1, 2, 3] + +// parsedTypeParse(parsedType, input, options); +var parsedType = require('type-check').parseType('[Number]'); +parsedTypeParse(parsedType, '1,2,3'); // [1, 2, 3] +``` + +### parse(type, input, options) + +`parse` casts the string `input` into a JavaScript value according to the specified `type` in the [type format](https://github.com/gkz/type-check#type-format) (and taking account the optional `options`) and returns the resulting JavaScript value. + +##### arguments +* type - `String` - the type written in the [type format](https://github.com/gkz/type-check#type-format) which to check against +* input - `String` - the value written in the [levn format](#levn-format) +* options - `Maybe Object` - an optional parameter specifying additional [options](#options) + +##### returns +`*` - the resulting JavaScript value + +##### example +```js +parse('[Number]', '1,2,3'); // [1, 2, 3] +``` + +### parsedTypeParse(parsedType, input, options) + +`parsedTypeParse` casts the string `input` into a JavaScript value according to the specified `type` which has already been parsed (and taking account the optional `options`) and returns the resulting JavaScript value. You can parse a type using the [type-check](https://github.com/gkz/type-check) library's `parseType` function. + +##### arguments +* type - `Object` - the type in the parsed type format which to check against +* input - `String` - the value written in the [levn format](#levn-format) +* options - `Maybe Object` - an optional parameter specifying additional [options](#options) + +##### returns +`*` - the resulting JavaScript value + +##### example +```js +var parsedType = require('type-check').parseType('[Number]'); +parsedTypeParse(parsedType, '1,2,3'); // [1, 2, 3] +``` + +## Levn Format + +Levn can use the type information you provide to choose the appropriate value to produce from the input. For the same input, it will choose a different output value depending on the type provided. For example, `parse('Number', '2')` will produce the number `2`, but `parse('String', '2')` will produce the string `"2"`. + +If you do not provide type information, and simply use `*`, levn will parse the input according the unambiguous "explicit" mode, which we will now detail - you can also set the `explicit` option to true manually in the [options](#options). + +* `"string"`, `'string'` are parsed as a String, eg. `"a msg"` is `"a msg"` +* `#date#` is parsed as a Date, eg. `#2011-11-11#` is `new Date('2011-11-11')` +* `/regexp/flags` is parsed as a RegExp, eg. `/re/gi` is `/re/gi` +* `undefined`, `null`, `NaN`, `true`, and `false` are all their JavaScript equivalents +* `[element1, element2, etc]` is an Array, and the casting procedure is recursively applied to each element. Eg. `[1,2,3]` is `[1,2,3]`. +* `(element1, element2, etc)` is an tuple, and the casting procedure is recursively applied to each element. Eg. `(1, a)` is `(1, a)` (is `[1, 'a']`). +* `{key1: val1, key2: val2, ...}` is an Object, and the casting procedure is recursively applied to each property. Eg. `{a: 1, b: 2}` is `{a: 1, b: 2}`. +* Any test which does not fall under the above, and which does not contain special characters (`[``]``(``)``{``}``:``,`) is a string, eg. `$12- blah` is `"$12- blah"`. + +If you do provide type information, you can make your input more concise as the program already has some information about what it expects. Please see the [type format](https://github.com/gkz/type-check#type-format) section of [type-check](https://github.com/gkz/type-check) for more information about how to specify types. There are some rules about what levn can do with the information: + +* If a String is expected, and only a String, all characters of the input (including any special ones) will become part of the output. Eg. `[({})]` is `"[({})]"`, and `"hi"` is `'"hi"'`. +* If a Date is expected, the surrounding `#` can be omitted from date literals. Eg. `2011-11-11` is `new Date('2011-11-11')`. +* If a RegExp is expected, no flags need to be specified, and the regex is not using any of the special characters,the opening and closing `/` can be omitted - this will have the affect of setting the source of the regex to the input. Eg. `regex` is `/regex/`. +* If an Array is expected, and it is the root node (at the top level), the opening `[` and closing `]` can be omitted. Eg. `1,2,3` is `[1,2,3]`. +* If a tuple is expected, and it is the root node (at the top level), the opening `(` and closing `)` can be omitted. Eg. `1, a` is `(1, a)` (is `[1, 'a']`). +* If an Object is expected, and it is the root node (at the top level), the opening `{` and closing `}` can be omitted. Eg `a: 1, b: 2` is `{a: 1, b: 2}`. + +If you list multiple types (eg. `Number | String`), it will first attempt to cast to the first type and then validate - if the validation fails it will move on to the next type and so forth, left to right. You must be careful as some types will succeed with any input, such as String. Thus put String at the end of your list. In non-explicit mode, Date and RegExp will succeed with a large variety of input - also be careful with these and list them near the end if not last in your list. + +Whitespace between special characters and elements is inconsequential. + +## Options + +Options is an object. It is an optional parameter to the `parse` and `parsedTypeParse` functions. + +### Explicit + +A `Boolean`. By default it is `false`. + +__Example:__ + +```js +parse('RegExp', 're', {explicit: false}); // /re/ +parse('RegExp', 're', {explicit: true}); // Error: ... does not type check... +parse('RegExp | String', 're', {explicit: true}); // 're' +``` + +`explicit` sets whether to be in explicit mode or not. Using `*` automatically activates explicit mode. For more information, read the [levn format](#levn-format) section. + +### customTypes + +An `Object`. Empty `{}` by default. + +__Example:__ + +```js +var options = { + customTypes: { + Even: { + typeOf: 'Number', + validate: function (x) { + return x % 2 === 0; + }, + cast: function (x) { + return {type: 'Just', value: parseInt(x)}; + } + } + } +} +parse('Even', '2', options); // 2 +parse('Even', '3', options); // Error: Value: "3" does not type check... +``` + +__Another Example:__ +```js +function Person(name, age){ + this.name = name; + this.age = age; +} +var options = { + customTypes: { + Person: { + typeOf: 'Object', + validate: function (x) { + x instanceof Person; + }, + cast: function (value, options, typesCast) { + var name, age; + if ({}.toString.call(value).slice(8, -1) !== 'Object') { + return {type: 'Nothing'}; + } + name = typesCast(value.name, [{type: 'String'}], options); + age = typesCast(value.age, [{type: 'Numger'}], options); + return {type: 'Just', value: new Person(name, age)}; + } + } +} +parse('Person', '{name: Laura, age: 25}', options); // Person {name: 'Laura', age: 25} +``` + +`customTypes` is an object whose keys are the name of the types, and whose values are an object with three properties, `typeOf`, `validate`, and `cast`. For more information about `typeOf` and `validate`, please see the [custom types](https://github.com/gkz/type-check#custom-types) section of type-check. + +`cast` is a function which receives three arguments, the value under question, options, and the typesCast function. In `cast`, attempt to cast the value into the specified type. If you are successful, return an object in the format `{type: 'Just', value: CAST-VALUE}`, if you know it won't work, return `{type: 'Nothing'}`. You can use the `typesCast` function to cast any child values. Remember to pass `options` to it. In your function you can also check for `options.explicit` and act accordingly. + +## Technical About + +`levn` is written in [LiveScript](http://livescript.net/) - a language that compiles to JavaScript. It uses [type-check](https://github.com/gkz/type-check) to both parse types and validate values. It also uses the [prelude.ls](http://preludels.com/) library. diff --git a/typescript/hello-world/node_modules/levn/package.json b/typescript/hello-world/node_modules/levn/package.json new file mode 100644 index 0000000..56dfbc4 --- /dev/null +++ b/typescript/hello-world/node_modules/levn/package.json @@ -0,0 +1,47 @@ +{ + "name": "levn", + "version": "0.3.0", + "author": "George Zahariev ", + "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible", + "homepage": "https://github.com/gkz/levn", + "keywords": [ + "levn", + "light", + "ecmascript", + "value", + "notation", + "json", + "typed", + "human", + "concise", + "typed", + "flexible" + ], + "files": [ + "lib", + "README.md", + "LICENSE" + ], + "main": "./lib/", + "bugs": "https://github.com/gkz/levn/issues", + "license": "MIT", + "engines": { + "node": ">= 0.8.0" + }, + "repository": { + "type": "git", + "url": "git://github.com/gkz/levn.git" + }, + "scripts": { + "test": "make test" + }, + "dependencies": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + }, + "devDependencies": { + "livescript": "~1.4.0", + "mocha": "~2.3.4", + "istanbul": "~0.4.1" + } +} diff --git a/typescript/hello-world/node_modules/load-json-file/index.js b/typescript/hello-world/node_modules/load-json-file/index.js new file mode 100644 index 0000000..96d4d9f --- /dev/null +++ b/typescript/hello-world/node_modules/load-json-file/index.js @@ -0,0 +1,21 @@ +'use strict'; +var path = require('path'); +var fs = require('graceful-fs'); +var stripBom = require('strip-bom'); +var parseJson = require('parse-json'); +var Promise = require('pinkie-promise'); +var pify = require('pify'); + +function parse(x, fp) { + return parseJson(stripBom(x), path.relative(process.cwd(), fp)); +} + +module.exports = function (fp) { + return pify(fs.readFile, Promise)(fp, 'utf8').then(function (data) { + return parse(data, fp); + }); +}; + +module.exports.sync = function (fp) { + return parse(fs.readFileSync(fp, 'utf8'), fp); +}; diff --git a/typescript/hello-world/node_modules/load-json-file/license b/typescript/hello-world/node_modules/load-json-file/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/load-json-file/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/index.js b/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/index.js new file mode 100644 index 0000000..5695c5c --- /dev/null +++ b/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/index.js @@ -0,0 +1,17 @@ +'use strict'; +var isUtf8 = require('is-utf8'); + +module.exports = function (x) { + // Catches EFBBBF (UTF-8 BOM) because the buffer-to-string + // conversion translates it to FEFF (UTF-16 BOM) + if (typeof x === 'string' && x.charCodeAt(0) === 0xFEFF) { + return x.slice(1); + } + + if (Buffer.isBuffer(x) && isUtf8(x) && + x[0] === 0xEF && x[1] === 0xBB && x[2] === 0xBF) { + return x.slice(3); + } + + return x; +}; diff --git a/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/license b/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/package.json b/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/package.json new file mode 100644 index 0000000..8fe93ea --- /dev/null +++ b/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/package.json @@ -0,0 +1,42 @@ +{ + "name": "strip-bom", + "version": "2.0.0", + "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer", + "license": "MIT", + "repository": "sindresorhus/strip-bom", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "files": [ + "index.js" + ], + "keywords": [ + "bom", + "strip", + "byte", + "mark", + "unicode", + "utf8", + "utf-8", + "remove", + "delete", + "trim", + "text", + "buffer", + "string" + ], + "dependencies": { + "is-utf8": "^0.2.0" + }, + "devDependencies": { + "mocha": "*" + } +} diff --git a/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/readme.md b/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/readme.md new file mode 100644 index 0000000..8ecf258 --- /dev/null +++ b/typescript/hello-world/node_modules/load-json-file/node_modules/strip-bom/readme.md @@ -0,0 +1,39 @@ +# strip-bom [![Build Status](https://travis-ci.org/sindresorhus/strip-bom.svg?branch=master)](https://travis-ci.org/sindresorhus/strip-bom) + +> Strip UTF-8 [byte order mark](http://en.wikipedia.org/wiki/Byte_order_mark#UTF-8) (BOM) from a string/buffer + +From Wikipedia: + +> The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use. Byte order has no meaning in UTF-8. + + +## Install + +``` +$ npm install --save strip-bom +``` + + +## Usage + +```js +var fs = require('fs'); +var stripBom = require('strip-bom'); + +stripBom('\uFEFFunicorn'); +//=> 'unicorn' + +stripBom(fs.readFileSync('unicorn.txt')); +//=> 'unicorn' +``` + + +## Related + +- [strip-bom-cli](https://github.com/sindresorhus/strip-bom-cli) - CLI for this module +- [strip-bom-stream](https://github.com/sindresorhus/strip-bom-stream) - Stream version of this module + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/load-json-file/package.json b/typescript/hello-world/node_modules/load-json-file/package.json new file mode 100644 index 0000000..b44c8a1 --- /dev/null +++ b/typescript/hello-world/node_modules/load-json-file/package.json @@ -0,0 +1,46 @@ +{ + "name": "load-json-file", + "version": "1.1.0", + "description": "Read and parse a JSON file", + "license": "MIT", + "repository": "sindresorhus/load-json-file", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "json", + "read", + "parse", + "file", + "fs", + "graceful", + "load" + ], + "dependencies": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + }, + "devDependencies": { + "ava": "*", + "xo": "*" + }, + "xo": { + "ignores": [ + "test.js" + ] + } +} diff --git a/typescript/hello-world/node_modules/load-json-file/readme.md b/typescript/hello-world/node_modules/load-json-file/readme.md new file mode 100644 index 0000000..fa982b5 --- /dev/null +++ b/typescript/hello-world/node_modules/load-json-file/readme.md @@ -0,0 +1,45 @@ +# load-json-file [![Build Status](https://travis-ci.org/sindresorhus/load-json-file.svg?branch=master)](https://travis-ci.org/sindresorhus/load-json-file) + +> Read and parse a JSON file + +[Strips UTF-8 BOM](https://github.com/sindresorhus/strip-bom), uses [`graceful-fs`](https://github.com/isaacs/node-graceful-fs), and throws more [helpful JSON errors](https://github.com/sindresorhus/parse-json). + + +## Install + +``` +$ npm install --save load-json-file +``` + + +## Usage + +```js +const loadJsonFile = require('load-json-file'); + +loadJsonFile('foo.json').then(json => { + console.log(json); + //=> {foo: true} +}); +``` + + +## API + +### loadJsonFile(filepath) + +Returns a promise that resolves to the parsed JSON. + +### loadJsonFile.sync(filepath) + +Returns the parsed JSON. + + +## Related + +- [write-json-file](https://github.com/sindresorhus/write-json-file) - Stringify and write JSON to a file atomically + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/locate-path/index.js b/typescript/hello-world/node_modules/locate-path/index.js new file mode 100644 index 0000000..32b108d --- /dev/null +++ b/typescript/hello-world/node_modules/locate-path/index.js @@ -0,0 +1,24 @@ +'use strict'; +const path = require('path'); +const pathExists = require('path-exists'); +const pLocate = require('p-locate'); + +module.exports = (iterable, opts) => { + opts = Object.assign({ + cwd: process.cwd() + }, opts); + + return pLocate(iterable, el => pathExists(path.resolve(opts.cwd, el)), opts); +}; + +module.exports.sync = (iterable, opts) => { + opts = Object.assign({ + cwd: process.cwd() + }, opts); + + for (const el of iterable) { + if (pathExists.sync(path.resolve(opts.cwd, el))) { + return el; + } + } +}; diff --git a/typescript/hello-world/node_modules/locate-path/license b/typescript/hello-world/node_modules/locate-path/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/locate-path/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/index.js b/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/index.js new file mode 100644 index 0000000..16ae60a --- /dev/null +++ b/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/index.js @@ -0,0 +1,17 @@ +'use strict'; +const fs = require('fs'); + +module.exports = fp => new Promise(resolve => { + fs.access(fp, err => { + resolve(!err); + }); +}); + +module.exports.sync = fp => { + try { + fs.accessSync(fp); + return true; + } catch (err) { + return false; + } +}; diff --git a/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/license b/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/package.json b/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/package.json new file mode 100644 index 0000000..efd5626 --- /dev/null +++ b/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/package.json @@ -0,0 +1,40 @@ +{ + "name": "path-exists", + "version": "3.0.0", + "description": "Check if a path exists", + "license": "MIT", + "repository": "sindresorhus/path-exists", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "path", + "exists", + "exist", + "file", + "filepath", + "fs", + "filesystem", + "file-system", + "access", + "stat" + ], + "devDependencies": { + "ava": "*", + "xo": "*" + }, + "xo": { + "esnext": true + } +} diff --git a/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/readme.md b/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/readme.md new file mode 100644 index 0000000..1b65fa7 --- /dev/null +++ b/typescript/hello-world/node_modules/locate-path/node_modules/path-exists/readme.md @@ -0,0 +1,50 @@ +# path-exists [![Build Status](https://travis-ci.org/sindresorhus/path-exists.svg?branch=master)](https://travis-ci.org/sindresorhus/path-exists) + +> Check if a path exists + +Because [`fs.exists()`](https://nodejs.org/api/fs.html#fs_fs_exists_path_callback) is being [deprecated](https://github.com/iojs/io.js/issues/103), but there's still a genuine use-case of being able to check if a path exists for other purposes than doing IO with it. + +Never use this before handling a file though: + +> In particular, checking if a file exists before opening it is an anti-pattern that leaves you vulnerable to race conditions: another process may remove the file between the calls to `fs.exists()` and `fs.open()`. Just open the file and handle the error when it's not there. + + +## Install + +``` +$ npm install --save path-exists +``` + + +## Usage + +```js +// foo.js +const pathExists = require('path-exists'); + +pathExists('foo.js').then(exists => { + console.log(exists); + //=> true +}); +``` + + +## API + +### pathExists(path) + +Returns a promise for a boolean of whether the path exists. + +### pathExists.sync(path) + +Returns a boolean of whether the path exists. + + +## Related + +- [path-exists-cli](https://github.com/sindresorhus/path-exists-cli) - CLI for this module + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/locate-path/package.json b/typescript/hello-world/node_modules/locate-path/package.json new file mode 100644 index 0000000..17bcd7f --- /dev/null +++ b/typescript/hello-world/node_modules/locate-path/package.json @@ -0,0 +1,47 @@ +{ + "name": "locate-path", + "version": "2.0.0", + "description": "Get the first path that exists on disk of multiple paths", + "license": "MIT", + "repository": "sindresorhus/locate-path", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "locate", + "path", + "paths", + "file", + "files", + "exists", + "find", + "finder", + "search", + "searcher", + "array", + "iterable", + "iterator" + ], + "dependencies": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + }, + "devDependencies": { + "ava": "*", + "xo": "*" + }, + "xo": { + "esnext": true + } +} diff --git a/typescript/hello-world/node_modules/locate-path/readme.md b/typescript/hello-world/node_modules/locate-path/readme.md new file mode 100644 index 0000000..f7b337b --- /dev/null +++ b/typescript/hello-world/node_modules/locate-path/readme.md @@ -0,0 +1,99 @@ +# locate-path [![Build Status](https://travis-ci.org/sindresorhus/locate-path.svg?branch=master)](https://travis-ci.org/sindresorhus/locate-path) + +> Get the first path that exists on disk of multiple paths + + +## Install + +``` +$ npm install --save locate-path +``` + + +## Usage + +Here we find the first file that exists on disk, in array order. + +```js +const locatePath = require('locate-path'); + +const files = [ + 'unicorn.png', + 'rainbow.png', // only this one actually exists on disk + 'pony.png' +]; + +locatePath(files).then(foundPath => { + console.log(foundPath); + //=> 'rainbow' +}); +``` + + +## API + +### locatePath(input, [options]) + +Returns a `Promise` for the first path that exists or `undefined` if none exists. + +#### input + +Type: `Iterable` + +Paths to check. + +#### options + +Type: `Object` + +##### concurrency + +Type: `number`
+Default: `Infinity`
+Minimum: `1` + +Number of concurrently pending promises. + +##### preserveOrder + +Type: `boolean`
+Default: `true` + +Preserve `input` order when searching. + +Disable this to improve performance if you don't care about the order. + +##### cwd + +Type: `string`
+Default: `process.cwd()` + +Current working directory. + +### locatePath.sync(input, [options]) + +Returns the first path that exists or `undefined` if none exists. + +#### input + +Type: `Iterable` + +Paths to check. + +#### options + +Type: `Object` + +##### cwd + +Same as above. + + +## Related + +- [path-exists](https://github.com/sindresorhus/path-exists) - Check if a path exists + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/lodash/LICENSE b/typescript/hello-world/node_modules/lodash/LICENSE new file mode 100644 index 0000000..c6f2f61 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/LICENSE @@ -0,0 +1,47 @@ +Copyright JS Foundation and other contributors + +Based on Underscore.js, copyright Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/lodash/lodash + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code displayed within the prose of the +documentation. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +Files located in the node_modules and vendor directories are externally +maintained libraries used by this software which have their own +licenses; we recommend you read them, as their terms may differ from the +terms above. diff --git a/typescript/hello-world/node_modules/lodash/README.md b/typescript/hello-world/node_modules/lodash/README.md new file mode 100644 index 0000000..acdd128 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/README.md @@ -0,0 +1,39 @@ +# lodash v4.17.4 + +The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules. + +## Installation + +Using npm: +```shell +$ npm i -g npm +$ npm i --save lodash +``` + +In Node.js: +```js +// Load the full build. +var _ = require('lodash'); +// Load the core build. +var _ = require('lodash/core'); +// Load the FP build for immutable auto-curried iteratee-first data-last methods. +var fp = require('lodash/fp'); + +// Load method categories. +var array = require('lodash/array'); +var object = require('lodash/fp/object'); + +// Cherry-pick methods for smaller browserify/rollup/webpack bundles. +var at = require('lodash/at'); +var curryN = require('lodash/fp/curryN'); +``` + +See the [package source](https://github.com/lodash/lodash/tree/4.17.4-npm) for more details. + +**Note:**
+Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL. + +## Support + +Tested in Chrome 54-55, Firefox 49-50, IE 11, Edge 14, Safari 9-10, Node.js 6-7, & PhantomJS 2.1.1.
+Automated [browser](https://saucelabs.com/u/lodash) & [CI](https://travis-ci.org/lodash/lodash/) test runs are available. diff --git a/typescript/hello-world/node_modules/lodash/_DataView.js b/typescript/hello-world/node_modules/lodash/_DataView.js new file mode 100644 index 0000000..ac2d57c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_DataView.js @@ -0,0 +1,7 @@ +var getNative = require('./_getNative'), + root = require('./_root'); + +/* Built-in method references that are verified to be native. */ +var DataView = getNative(root, 'DataView'); + +module.exports = DataView; diff --git a/typescript/hello-world/node_modules/lodash/_Hash.js b/typescript/hello-world/node_modules/lodash/_Hash.js new file mode 100644 index 0000000..b504fe3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_Hash.js @@ -0,0 +1,32 @@ +var hashClear = require('./_hashClear'), + hashDelete = require('./_hashDelete'), + hashGet = require('./_hashGet'), + hashHas = require('./_hashHas'), + hashSet = require('./_hashSet'); + +/** + * Creates a hash object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ +function Hash(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } +} + +// Add methods to `Hash`. +Hash.prototype.clear = hashClear; +Hash.prototype['delete'] = hashDelete; +Hash.prototype.get = hashGet; +Hash.prototype.has = hashHas; +Hash.prototype.set = hashSet; + +module.exports = Hash; diff --git a/typescript/hello-world/node_modules/lodash/_LazyWrapper.js b/typescript/hello-world/node_modules/lodash/_LazyWrapper.js new file mode 100644 index 0000000..81786c7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_LazyWrapper.js @@ -0,0 +1,28 @@ +var baseCreate = require('./_baseCreate'), + baseLodash = require('./_baseLodash'); + +/** Used as references for the maximum length and index of an array. */ +var MAX_ARRAY_LENGTH = 4294967295; + +/** + * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation. + * + * @private + * @constructor + * @param {*} value The value to wrap. + */ +function LazyWrapper(value) { + this.__wrapped__ = value; + this.__actions__ = []; + this.__dir__ = 1; + this.__filtered__ = false; + this.__iteratees__ = []; + this.__takeCount__ = MAX_ARRAY_LENGTH; + this.__views__ = []; +} + +// Ensure `LazyWrapper` is an instance of `baseLodash`. +LazyWrapper.prototype = baseCreate(baseLodash.prototype); +LazyWrapper.prototype.constructor = LazyWrapper; + +module.exports = LazyWrapper; diff --git a/typescript/hello-world/node_modules/lodash/_ListCache.js b/typescript/hello-world/node_modules/lodash/_ListCache.js new file mode 100644 index 0000000..26895c3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_ListCache.js @@ -0,0 +1,32 @@ +var listCacheClear = require('./_listCacheClear'), + listCacheDelete = require('./_listCacheDelete'), + listCacheGet = require('./_listCacheGet'), + listCacheHas = require('./_listCacheHas'), + listCacheSet = require('./_listCacheSet'); + +/** + * Creates an list cache object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ +function ListCache(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } +} + +// Add methods to `ListCache`. +ListCache.prototype.clear = listCacheClear; +ListCache.prototype['delete'] = listCacheDelete; +ListCache.prototype.get = listCacheGet; +ListCache.prototype.has = listCacheHas; +ListCache.prototype.set = listCacheSet; + +module.exports = ListCache; diff --git a/typescript/hello-world/node_modules/lodash/_LodashWrapper.js b/typescript/hello-world/node_modules/lodash/_LodashWrapper.js new file mode 100644 index 0000000..c1e4d9d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_LodashWrapper.js @@ -0,0 +1,22 @@ +var baseCreate = require('./_baseCreate'), + baseLodash = require('./_baseLodash'); + +/** + * The base constructor for creating `lodash` wrapper objects. + * + * @private + * @param {*} value The value to wrap. + * @param {boolean} [chainAll] Enable explicit method chain sequences. + */ +function LodashWrapper(value, chainAll) { + this.__wrapped__ = value; + this.__actions__ = []; + this.__chain__ = !!chainAll; + this.__index__ = 0; + this.__values__ = undefined; +} + +LodashWrapper.prototype = baseCreate(baseLodash.prototype); +LodashWrapper.prototype.constructor = LodashWrapper; + +module.exports = LodashWrapper; diff --git a/typescript/hello-world/node_modules/lodash/_Map.js b/typescript/hello-world/node_modules/lodash/_Map.js new file mode 100644 index 0000000..b73f29a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_Map.js @@ -0,0 +1,7 @@ +var getNative = require('./_getNative'), + root = require('./_root'); + +/* Built-in method references that are verified to be native. */ +var Map = getNative(root, 'Map'); + +module.exports = Map; diff --git a/typescript/hello-world/node_modules/lodash/_MapCache.js b/typescript/hello-world/node_modules/lodash/_MapCache.js new file mode 100644 index 0000000..4a4eea7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_MapCache.js @@ -0,0 +1,32 @@ +var mapCacheClear = require('./_mapCacheClear'), + mapCacheDelete = require('./_mapCacheDelete'), + mapCacheGet = require('./_mapCacheGet'), + mapCacheHas = require('./_mapCacheHas'), + mapCacheSet = require('./_mapCacheSet'); + +/** + * Creates a map cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ +function MapCache(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } +} + +// Add methods to `MapCache`. +MapCache.prototype.clear = mapCacheClear; +MapCache.prototype['delete'] = mapCacheDelete; +MapCache.prototype.get = mapCacheGet; +MapCache.prototype.has = mapCacheHas; +MapCache.prototype.set = mapCacheSet; + +module.exports = MapCache; diff --git a/typescript/hello-world/node_modules/lodash/_Promise.js b/typescript/hello-world/node_modules/lodash/_Promise.js new file mode 100644 index 0000000..247b9e1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_Promise.js @@ -0,0 +1,7 @@ +var getNative = require('./_getNative'), + root = require('./_root'); + +/* Built-in method references that are verified to be native. */ +var Promise = getNative(root, 'Promise'); + +module.exports = Promise; diff --git a/typescript/hello-world/node_modules/lodash/_Set.js b/typescript/hello-world/node_modules/lodash/_Set.js new file mode 100644 index 0000000..b3c8dcb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_Set.js @@ -0,0 +1,7 @@ +var getNative = require('./_getNative'), + root = require('./_root'); + +/* Built-in method references that are verified to be native. */ +var Set = getNative(root, 'Set'); + +module.exports = Set; diff --git a/typescript/hello-world/node_modules/lodash/_SetCache.js b/typescript/hello-world/node_modules/lodash/_SetCache.js new file mode 100644 index 0000000..6468b06 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_SetCache.js @@ -0,0 +1,27 @@ +var MapCache = require('./_MapCache'), + setCacheAdd = require('./_setCacheAdd'), + setCacheHas = require('./_setCacheHas'); + +/** + * + * Creates an array cache object to store unique values. + * + * @private + * @constructor + * @param {Array} [values] The values to cache. + */ +function SetCache(values) { + var index = -1, + length = values == null ? 0 : values.length; + + this.__data__ = new MapCache; + while (++index < length) { + this.add(values[index]); + } +} + +// Add methods to `SetCache`. +SetCache.prototype.add = SetCache.prototype.push = setCacheAdd; +SetCache.prototype.has = setCacheHas; + +module.exports = SetCache; diff --git a/typescript/hello-world/node_modules/lodash/_Stack.js b/typescript/hello-world/node_modules/lodash/_Stack.js new file mode 100644 index 0000000..80b2cf1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_Stack.js @@ -0,0 +1,27 @@ +var ListCache = require('./_ListCache'), + stackClear = require('./_stackClear'), + stackDelete = require('./_stackDelete'), + stackGet = require('./_stackGet'), + stackHas = require('./_stackHas'), + stackSet = require('./_stackSet'); + +/** + * Creates a stack cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ +function Stack(entries) { + var data = this.__data__ = new ListCache(entries); + this.size = data.size; +} + +// Add methods to `Stack`. +Stack.prototype.clear = stackClear; +Stack.prototype['delete'] = stackDelete; +Stack.prototype.get = stackGet; +Stack.prototype.has = stackHas; +Stack.prototype.set = stackSet; + +module.exports = Stack; diff --git a/typescript/hello-world/node_modules/lodash/_Symbol.js b/typescript/hello-world/node_modules/lodash/_Symbol.js new file mode 100644 index 0000000..a013f7c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_Symbol.js @@ -0,0 +1,6 @@ +var root = require('./_root'); + +/** Built-in value references. */ +var Symbol = root.Symbol; + +module.exports = Symbol; diff --git a/typescript/hello-world/node_modules/lodash/_Uint8Array.js b/typescript/hello-world/node_modules/lodash/_Uint8Array.js new file mode 100644 index 0000000..2fb30e1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_Uint8Array.js @@ -0,0 +1,6 @@ +var root = require('./_root'); + +/** Built-in value references. */ +var Uint8Array = root.Uint8Array; + +module.exports = Uint8Array; diff --git a/typescript/hello-world/node_modules/lodash/_WeakMap.js b/typescript/hello-world/node_modules/lodash/_WeakMap.js new file mode 100644 index 0000000..567f86c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_WeakMap.js @@ -0,0 +1,7 @@ +var getNative = require('./_getNative'), + root = require('./_root'); + +/* Built-in method references that are verified to be native. */ +var WeakMap = getNative(root, 'WeakMap'); + +module.exports = WeakMap; diff --git a/typescript/hello-world/node_modules/lodash/_addMapEntry.js b/typescript/hello-world/node_modules/lodash/_addMapEntry.js new file mode 100644 index 0000000..5a69212 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_addMapEntry.js @@ -0,0 +1,15 @@ +/** + * Adds the key-value `pair` to `map`. + * + * @private + * @param {Object} map The map to modify. + * @param {Array} pair The key-value pair to add. + * @returns {Object} Returns `map`. + */ +function addMapEntry(map, pair) { + // Don't return `map.set` because it's not chainable in IE 11. + map.set(pair[0], pair[1]); + return map; +} + +module.exports = addMapEntry; diff --git a/typescript/hello-world/node_modules/lodash/_addSetEntry.js b/typescript/hello-world/node_modules/lodash/_addSetEntry.js new file mode 100644 index 0000000..1a07b70 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_addSetEntry.js @@ -0,0 +1,15 @@ +/** + * Adds `value` to `set`. + * + * @private + * @param {Object} set The set to modify. + * @param {*} value The value to add. + * @returns {Object} Returns `set`. + */ +function addSetEntry(set, value) { + // Don't return `set.add` because it's not chainable in IE 11. + set.add(value); + return set; +} + +module.exports = addSetEntry; diff --git a/typescript/hello-world/node_modules/lodash/_apply.js b/typescript/hello-world/node_modules/lodash/_apply.js new file mode 100644 index 0000000..36436dd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_apply.js @@ -0,0 +1,21 @@ +/** + * A faster alternative to `Function#apply`, this function invokes `func` + * with the `this` binding of `thisArg` and the arguments of `args`. + * + * @private + * @param {Function} func The function to invoke. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} args The arguments to invoke `func` with. + * @returns {*} Returns the result of `func`. + */ +function apply(func, thisArg, args) { + switch (args.length) { + case 0: return func.call(thisArg); + case 1: return func.call(thisArg, args[0]); + case 2: return func.call(thisArg, args[0], args[1]); + case 3: return func.call(thisArg, args[0], args[1], args[2]); + } + return func.apply(thisArg, args); +} + +module.exports = apply; diff --git a/typescript/hello-world/node_modules/lodash/_arrayAggregator.js b/typescript/hello-world/node_modules/lodash/_arrayAggregator.js new file mode 100644 index 0000000..d96c3ca --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayAggregator.js @@ -0,0 +1,22 @@ +/** + * A specialized version of `baseAggregator` for arrays. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform keys. + * @param {Object} accumulator The initial aggregated object. + * @returns {Function} Returns `accumulator`. + */ +function arrayAggregator(array, setter, iteratee, accumulator) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + var value = array[index]; + setter(accumulator, value, iteratee(value), array); + } + return accumulator; +} + +module.exports = arrayAggregator; diff --git a/typescript/hello-world/node_modules/lodash/_arrayEach.js b/typescript/hello-world/node_modules/lodash/_arrayEach.js new file mode 100644 index 0000000..2c5f579 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayEach.js @@ -0,0 +1,22 @@ +/** + * A specialized version of `_.forEach` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns `array`. + */ +function arrayEach(array, iteratee) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (iteratee(array[index], index, array) === false) { + break; + } + } + return array; +} + +module.exports = arrayEach; diff --git a/typescript/hello-world/node_modules/lodash/_arrayEachRight.js b/typescript/hello-world/node_modules/lodash/_arrayEachRight.js new file mode 100644 index 0000000..976ca5c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayEachRight.js @@ -0,0 +1,21 @@ +/** + * A specialized version of `_.forEachRight` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns `array`. + */ +function arrayEachRight(array, iteratee) { + var length = array == null ? 0 : array.length; + + while (length--) { + if (iteratee(array[length], length, array) === false) { + break; + } + } + return array; +} + +module.exports = arrayEachRight; diff --git a/typescript/hello-world/node_modules/lodash/_arrayEvery.js b/typescript/hello-world/node_modules/lodash/_arrayEvery.js new file mode 100644 index 0000000..e26a918 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayEvery.js @@ -0,0 +1,23 @@ +/** + * A specialized version of `_.every` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false`. + */ +function arrayEvery(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (!predicate(array[index], index, array)) { + return false; + } + } + return true; +} + +module.exports = arrayEvery; diff --git a/typescript/hello-world/node_modules/lodash/_arrayFilter.js b/typescript/hello-world/node_modules/lodash/_arrayFilter.js new file mode 100644 index 0000000..75ea254 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayFilter.js @@ -0,0 +1,25 @@ +/** + * A specialized version of `_.filter` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ +function arrayFilter(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (predicate(value, index, array)) { + result[resIndex++] = value; + } + } + return result; +} + +module.exports = arrayFilter; diff --git a/typescript/hello-world/node_modules/lodash/_arrayIncludes.js b/typescript/hello-world/node_modules/lodash/_arrayIncludes.js new file mode 100644 index 0000000..3737a6d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayIncludes.js @@ -0,0 +1,17 @@ +var baseIndexOf = require('./_baseIndexOf'); + +/** + * A specialized version of `_.includes` for arrays without support for + * specifying an index to search from. + * + * @private + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @returns {boolean} Returns `true` if `target` is found, else `false`. + */ +function arrayIncludes(array, value) { + var length = array == null ? 0 : array.length; + return !!length && baseIndexOf(array, value, 0) > -1; +} + +module.exports = arrayIncludes; diff --git a/typescript/hello-world/node_modules/lodash/_arrayIncludesWith.js b/typescript/hello-world/node_modules/lodash/_arrayIncludesWith.js new file mode 100644 index 0000000..235fd97 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayIncludesWith.js @@ -0,0 +1,22 @@ +/** + * This function is like `arrayIncludes` except that it accepts a comparator. + * + * @private + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @param {Function} comparator The comparator invoked per element. + * @returns {boolean} Returns `true` if `target` is found, else `false`. + */ +function arrayIncludesWith(array, value, comparator) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (comparator(value, array[index])) { + return true; + } + } + return false; +} + +module.exports = arrayIncludesWith; diff --git a/typescript/hello-world/node_modules/lodash/_arrayLikeKeys.js b/typescript/hello-world/node_modules/lodash/_arrayLikeKeys.js new file mode 100644 index 0000000..b2ec9ce --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayLikeKeys.js @@ -0,0 +1,49 @@ +var baseTimes = require('./_baseTimes'), + isArguments = require('./isArguments'), + isArray = require('./isArray'), + isBuffer = require('./isBuffer'), + isIndex = require('./_isIndex'), + isTypedArray = require('./isTypedArray'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Creates an array of the enumerable property names of the array-like `value`. + * + * @private + * @param {*} value The value to query. + * @param {boolean} inherited Specify returning inherited property names. + * @returns {Array} Returns the array of property names. + */ +function arrayLikeKeys(value, inherited) { + var isArr = isArray(value), + isArg = !isArr && isArguments(value), + isBuff = !isArr && !isArg && isBuffer(value), + isType = !isArr && !isArg && !isBuff && isTypedArray(value), + skipIndexes = isArr || isArg || isBuff || isType, + result = skipIndexes ? baseTimes(value.length, String) : [], + length = result.length; + + for (var key in value) { + if ((inherited || hasOwnProperty.call(value, key)) && + !(skipIndexes && ( + // Safari 9 has enumerable `arguments.length` in strict mode. + key == 'length' || + // Node.js 0.10 has enumerable non-index properties on buffers. + (isBuff && (key == 'offset' || key == 'parent')) || + // PhantomJS 2 has enumerable non-index properties on typed arrays. + (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) || + // Skip index properties. + isIndex(key, length) + ))) { + result.push(key); + } + } + return result; +} + +module.exports = arrayLikeKeys; diff --git a/typescript/hello-world/node_modules/lodash/_arrayMap.js b/typescript/hello-world/node_modules/lodash/_arrayMap.js new file mode 100644 index 0000000..22b2246 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayMap.js @@ -0,0 +1,21 @@ +/** + * A specialized version of `_.map` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ +function arrayMap(array, iteratee) { + var index = -1, + length = array == null ? 0 : array.length, + result = Array(length); + + while (++index < length) { + result[index] = iteratee(array[index], index, array); + } + return result; +} + +module.exports = arrayMap; diff --git a/typescript/hello-world/node_modules/lodash/_arrayPush.js b/typescript/hello-world/node_modules/lodash/_arrayPush.js new file mode 100644 index 0000000..7d742b3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayPush.js @@ -0,0 +1,20 @@ +/** + * Appends the elements of `values` to `array`. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to append. + * @returns {Array} Returns `array`. + */ +function arrayPush(array, values) { + var index = -1, + length = values.length, + offset = array.length; + + while (++index < length) { + array[offset + index] = values[index]; + } + return array; +} + +module.exports = arrayPush; diff --git a/typescript/hello-world/node_modules/lodash/_arrayReduce.js b/typescript/hello-world/node_modules/lodash/_arrayReduce.js new file mode 100644 index 0000000..de8b79b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayReduce.js @@ -0,0 +1,26 @@ +/** + * A specialized version of `_.reduce` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @param {boolean} [initAccum] Specify using the first element of `array` as + * the initial value. + * @returns {*} Returns the accumulated value. + */ +function arrayReduce(array, iteratee, accumulator, initAccum) { + var index = -1, + length = array == null ? 0 : array.length; + + if (initAccum && length) { + accumulator = array[++index]; + } + while (++index < length) { + accumulator = iteratee(accumulator, array[index], index, array); + } + return accumulator; +} + +module.exports = arrayReduce; diff --git a/typescript/hello-world/node_modules/lodash/_arrayReduceRight.js b/typescript/hello-world/node_modules/lodash/_arrayReduceRight.js new file mode 100644 index 0000000..22d8976 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayReduceRight.js @@ -0,0 +1,24 @@ +/** + * A specialized version of `_.reduceRight` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @param {boolean} [initAccum] Specify using the last element of `array` as + * the initial value. + * @returns {*} Returns the accumulated value. + */ +function arrayReduceRight(array, iteratee, accumulator, initAccum) { + var length = array == null ? 0 : array.length; + if (initAccum && length) { + accumulator = array[--length]; + } + while (length--) { + accumulator = iteratee(accumulator, array[length], length, array); + } + return accumulator; +} + +module.exports = arrayReduceRight; diff --git a/typescript/hello-world/node_modules/lodash/_arraySample.js b/typescript/hello-world/node_modules/lodash/_arraySample.js new file mode 100644 index 0000000..fcab010 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arraySample.js @@ -0,0 +1,15 @@ +var baseRandom = require('./_baseRandom'); + +/** + * A specialized version of `_.sample` for arrays. + * + * @private + * @param {Array} array The array to sample. + * @returns {*} Returns the random element. + */ +function arraySample(array) { + var length = array.length; + return length ? array[baseRandom(0, length - 1)] : undefined; +} + +module.exports = arraySample; diff --git a/typescript/hello-world/node_modules/lodash/_arraySampleSize.js b/typescript/hello-world/node_modules/lodash/_arraySampleSize.js new file mode 100644 index 0000000..8c7e364 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arraySampleSize.js @@ -0,0 +1,17 @@ +var baseClamp = require('./_baseClamp'), + copyArray = require('./_copyArray'), + shuffleSelf = require('./_shuffleSelf'); + +/** + * A specialized version of `_.sampleSize` for arrays. + * + * @private + * @param {Array} array The array to sample. + * @param {number} n The number of elements to sample. + * @returns {Array} Returns the random elements. + */ +function arraySampleSize(array, n) { + return shuffleSelf(copyArray(array), baseClamp(n, 0, array.length)); +} + +module.exports = arraySampleSize; diff --git a/typescript/hello-world/node_modules/lodash/_arrayShuffle.js b/typescript/hello-world/node_modules/lodash/_arrayShuffle.js new file mode 100644 index 0000000..46313a3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arrayShuffle.js @@ -0,0 +1,15 @@ +var copyArray = require('./_copyArray'), + shuffleSelf = require('./_shuffleSelf'); + +/** + * A specialized version of `_.shuffle` for arrays. + * + * @private + * @param {Array} array The array to shuffle. + * @returns {Array} Returns the new shuffled array. + */ +function arrayShuffle(array) { + return shuffleSelf(copyArray(array)); +} + +module.exports = arrayShuffle; diff --git a/typescript/hello-world/node_modules/lodash/_arraySome.js b/typescript/hello-world/node_modules/lodash/_arraySome.js new file mode 100644 index 0000000..6fd02fd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_arraySome.js @@ -0,0 +1,23 @@ +/** + * A specialized version of `_.some` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ +function arraySome(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (predicate(array[index], index, array)) { + return true; + } + } + return false; +} + +module.exports = arraySome; diff --git a/typescript/hello-world/node_modules/lodash/_asciiSize.js b/typescript/hello-world/node_modules/lodash/_asciiSize.js new file mode 100644 index 0000000..11d29c3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_asciiSize.js @@ -0,0 +1,12 @@ +var baseProperty = require('./_baseProperty'); + +/** + * Gets the size of an ASCII `string`. + * + * @private + * @param {string} string The string inspect. + * @returns {number} Returns the string size. + */ +var asciiSize = baseProperty('length'); + +module.exports = asciiSize; diff --git a/typescript/hello-world/node_modules/lodash/_asciiToArray.js b/typescript/hello-world/node_modules/lodash/_asciiToArray.js new file mode 100644 index 0000000..8e3dd5b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_asciiToArray.js @@ -0,0 +1,12 @@ +/** + * Converts an ASCII `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ +function asciiToArray(string) { + return string.split(''); +} + +module.exports = asciiToArray; diff --git a/typescript/hello-world/node_modules/lodash/_asciiWords.js b/typescript/hello-world/node_modules/lodash/_asciiWords.js new file mode 100644 index 0000000..d765f0f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_asciiWords.js @@ -0,0 +1,15 @@ +/** Used to match words composed of alphanumeric characters. */ +var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g; + +/** + * Splits an ASCII `string` into an array of its words. + * + * @private + * @param {string} The string to inspect. + * @returns {Array} Returns the words of `string`. + */ +function asciiWords(string) { + return string.match(reAsciiWord) || []; +} + +module.exports = asciiWords; diff --git a/typescript/hello-world/node_modules/lodash/_assignMergeValue.js b/typescript/hello-world/node_modules/lodash/_assignMergeValue.js new file mode 100644 index 0000000..cb1185e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_assignMergeValue.js @@ -0,0 +1,20 @@ +var baseAssignValue = require('./_baseAssignValue'), + eq = require('./eq'); + +/** + * This function is like `assignValue` except that it doesn't assign + * `undefined` values. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ +function assignMergeValue(object, key, value) { + if ((value !== undefined && !eq(object[key], value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } +} + +module.exports = assignMergeValue; diff --git a/typescript/hello-world/node_modules/lodash/_assignValue.js b/typescript/hello-world/node_modules/lodash/_assignValue.js new file mode 100644 index 0000000..4083957 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_assignValue.js @@ -0,0 +1,28 @@ +var baseAssignValue = require('./_baseAssignValue'), + eq = require('./eq'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Assigns `value` to `key` of `object` if the existing value is not equivalent + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ +function assignValue(object, key, value) { + var objValue = object[key]; + if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } +} + +module.exports = assignValue; diff --git a/typescript/hello-world/node_modules/lodash/_assocIndexOf.js b/typescript/hello-world/node_modules/lodash/_assocIndexOf.js new file mode 100644 index 0000000..5b77a2b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_assocIndexOf.js @@ -0,0 +1,21 @@ +var eq = require('./eq'); + +/** + * Gets the index at which the `key` is found in `array` of key-value pairs. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} key The key to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function assocIndexOf(array, key) { + var length = array.length; + while (length--) { + if (eq(array[length][0], key)) { + return length; + } + } + return -1; +} + +module.exports = assocIndexOf; diff --git a/typescript/hello-world/node_modules/lodash/_baseAggregator.js b/typescript/hello-world/node_modules/lodash/_baseAggregator.js new file mode 100644 index 0000000..4bc9e91 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseAggregator.js @@ -0,0 +1,21 @@ +var baseEach = require('./_baseEach'); + +/** + * Aggregates elements of `collection` on `accumulator` with keys transformed + * by `iteratee` and values set by `setter`. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform keys. + * @param {Object} accumulator The initial aggregated object. + * @returns {Function} Returns `accumulator`. + */ +function baseAggregator(collection, setter, iteratee, accumulator) { + baseEach(collection, function(value, key, collection) { + setter(accumulator, value, iteratee(value), collection); + }); + return accumulator; +} + +module.exports = baseAggregator; diff --git a/typescript/hello-world/node_modules/lodash/_baseAssign.js b/typescript/hello-world/node_modules/lodash/_baseAssign.js new file mode 100644 index 0000000..e5c4a1a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseAssign.js @@ -0,0 +1,17 @@ +var copyObject = require('./_copyObject'), + keys = require('./keys'); + +/** + * The base implementation of `_.assign` without support for multiple sources + * or `customizer` functions. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @returns {Object} Returns `object`. + */ +function baseAssign(object, source) { + return object && copyObject(source, keys(source), object); +} + +module.exports = baseAssign; diff --git a/typescript/hello-world/node_modules/lodash/_baseAssignIn.js b/typescript/hello-world/node_modules/lodash/_baseAssignIn.js new file mode 100644 index 0000000..6624f90 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseAssignIn.js @@ -0,0 +1,17 @@ +var copyObject = require('./_copyObject'), + keysIn = require('./keysIn'); + +/** + * The base implementation of `_.assignIn` without support for multiple sources + * or `customizer` functions. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @returns {Object} Returns `object`. + */ +function baseAssignIn(object, source) { + return object && copyObject(source, keysIn(source), object); +} + +module.exports = baseAssignIn; diff --git a/typescript/hello-world/node_modules/lodash/_baseAssignValue.js b/typescript/hello-world/node_modules/lodash/_baseAssignValue.js new file mode 100644 index 0000000..d6f66ef --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseAssignValue.js @@ -0,0 +1,25 @@ +var defineProperty = require('./_defineProperty'); + +/** + * The base implementation of `assignValue` and `assignMergeValue` without + * value checks. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ +function baseAssignValue(object, key, value) { + if (key == '__proto__' && defineProperty) { + defineProperty(object, key, { + 'configurable': true, + 'enumerable': true, + 'value': value, + 'writable': true + }); + } else { + object[key] = value; + } +} + +module.exports = baseAssignValue; diff --git a/typescript/hello-world/node_modules/lodash/_baseAt.js b/typescript/hello-world/node_modules/lodash/_baseAt.js new file mode 100644 index 0000000..90e4237 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseAt.js @@ -0,0 +1,23 @@ +var get = require('./get'); + +/** + * The base implementation of `_.at` without support for individual paths. + * + * @private + * @param {Object} object The object to iterate over. + * @param {string[]} paths The property paths to pick. + * @returns {Array} Returns the picked elements. + */ +function baseAt(object, paths) { + var index = -1, + length = paths.length, + result = Array(length), + skip = object == null; + + while (++index < length) { + result[index] = skip ? undefined : get(object, paths[index]); + } + return result; +} + +module.exports = baseAt; diff --git a/typescript/hello-world/node_modules/lodash/_baseClamp.js b/typescript/hello-world/node_modules/lodash/_baseClamp.js new file mode 100644 index 0000000..a1c5692 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseClamp.js @@ -0,0 +1,22 @@ +/** + * The base implementation of `_.clamp` which doesn't coerce arguments. + * + * @private + * @param {number} number The number to clamp. + * @param {number} [lower] The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the clamped number. + */ +function baseClamp(number, lower, upper) { + if (number === number) { + if (upper !== undefined) { + number = number <= upper ? number : upper; + } + if (lower !== undefined) { + number = number >= lower ? number : lower; + } + } + return number; +} + +module.exports = baseClamp; diff --git a/typescript/hello-world/node_modules/lodash/_baseClone.js b/typescript/hello-world/node_modules/lodash/_baseClone.js new file mode 100644 index 0000000..7c27a37 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseClone.js @@ -0,0 +1,153 @@ +var Stack = require('./_Stack'), + arrayEach = require('./_arrayEach'), + assignValue = require('./_assignValue'), + baseAssign = require('./_baseAssign'), + baseAssignIn = require('./_baseAssignIn'), + cloneBuffer = require('./_cloneBuffer'), + copyArray = require('./_copyArray'), + copySymbols = require('./_copySymbols'), + copySymbolsIn = require('./_copySymbolsIn'), + getAllKeys = require('./_getAllKeys'), + getAllKeysIn = require('./_getAllKeysIn'), + getTag = require('./_getTag'), + initCloneArray = require('./_initCloneArray'), + initCloneByTag = require('./_initCloneByTag'), + initCloneObject = require('./_initCloneObject'), + isArray = require('./isArray'), + isBuffer = require('./isBuffer'), + isObject = require('./isObject'), + keys = require('./keys'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1, + CLONE_FLAT_FLAG = 2, + CLONE_SYMBOLS_FLAG = 4; + +/** `Object#toString` result references. */ +var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + funcTag = '[object Function]', + genTag = '[object GeneratorFunction]', + mapTag = '[object Map]', + numberTag = '[object Number]', + objectTag = '[object Object]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + symbolTag = '[object Symbol]', + weakMapTag = '[object WeakMap]'; + +var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]', + float32Tag = '[object Float32Array]', + float64Tag = '[object Float64Array]', + int8Tag = '[object Int8Array]', + int16Tag = '[object Int16Array]', + int32Tag = '[object Int32Array]', + uint8Tag = '[object Uint8Array]', + uint8ClampedTag = '[object Uint8ClampedArray]', + uint16Tag = '[object Uint16Array]', + uint32Tag = '[object Uint32Array]'; + +/** Used to identify `toStringTag` values supported by `_.clone`. */ +var cloneableTags = {}; +cloneableTags[argsTag] = cloneableTags[arrayTag] = +cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] = +cloneableTags[boolTag] = cloneableTags[dateTag] = +cloneableTags[float32Tag] = cloneableTags[float64Tag] = +cloneableTags[int8Tag] = cloneableTags[int16Tag] = +cloneableTags[int32Tag] = cloneableTags[mapTag] = +cloneableTags[numberTag] = cloneableTags[objectTag] = +cloneableTags[regexpTag] = cloneableTags[setTag] = +cloneableTags[stringTag] = cloneableTags[symbolTag] = +cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] = +cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true; +cloneableTags[errorTag] = cloneableTags[funcTag] = +cloneableTags[weakMapTag] = false; + +/** + * The base implementation of `_.clone` and `_.cloneDeep` which tracks + * traversed objects. + * + * @private + * @param {*} value The value to clone. + * @param {boolean} bitmask The bitmask flags. + * 1 - Deep clone + * 2 - Flatten inherited properties + * 4 - Clone symbols + * @param {Function} [customizer] The function to customize cloning. + * @param {string} [key] The key of `value`. + * @param {Object} [object] The parent object of `value`. + * @param {Object} [stack] Tracks traversed objects and their clone counterparts. + * @returns {*} Returns the cloned value. + */ +function baseClone(value, bitmask, customizer, key, object, stack) { + var result, + isDeep = bitmask & CLONE_DEEP_FLAG, + isFlat = bitmask & CLONE_FLAT_FLAG, + isFull = bitmask & CLONE_SYMBOLS_FLAG; + + if (customizer) { + result = object ? customizer(value, key, object, stack) : customizer(value); + } + if (result !== undefined) { + return result; + } + if (!isObject(value)) { + return value; + } + var isArr = isArray(value); + if (isArr) { + result = initCloneArray(value); + if (!isDeep) { + return copyArray(value, result); + } + } else { + var tag = getTag(value), + isFunc = tag == funcTag || tag == genTag; + + if (isBuffer(value)) { + return cloneBuffer(value, isDeep); + } + if (tag == objectTag || tag == argsTag || (isFunc && !object)) { + result = (isFlat || isFunc) ? {} : initCloneObject(value); + if (!isDeep) { + return isFlat + ? copySymbolsIn(value, baseAssignIn(result, value)) + : copySymbols(value, baseAssign(result, value)); + } + } else { + if (!cloneableTags[tag]) { + return object ? value : {}; + } + result = initCloneByTag(value, tag, baseClone, isDeep); + } + } + // Check for circular references and return its corresponding clone. + stack || (stack = new Stack); + var stacked = stack.get(value); + if (stacked) { + return stacked; + } + stack.set(value, result); + + var keysFunc = isFull + ? (isFlat ? getAllKeysIn : getAllKeys) + : (isFlat ? keysIn : keys); + + var props = isArr ? undefined : keysFunc(value); + arrayEach(props || value, function(subValue, key) { + if (props) { + key = subValue; + subValue = value[key]; + } + // Recursively populate clone (susceptible to call stack limits). + assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack)); + }); + return result; +} + +module.exports = baseClone; diff --git a/typescript/hello-world/node_modules/lodash/_baseConforms.js b/typescript/hello-world/node_modules/lodash/_baseConforms.js new file mode 100644 index 0000000..947e20d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseConforms.js @@ -0,0 +1,18 @@ +var baseConformsTo = require('./_baseConformsTo'), + keys = require('./keys'); + +/** + * The base implementation of `_.conforms` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property predicates to conform to. + * @returns {Function} Returns the new spec function. + */ +function baseConforms(source) { + var props = keys(source); + return function(object) { + return baseConformsTo(object, source, props); + }; +} + +module.exports = baseConforms; diff --git a/typescript/hello-world/node_modules/lodash/_baseConformsTo.js b/typescript/hello-world/node_modules/lodash/_baseConformsTo.js new file mode 100644 index 0000000..e449cb8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseConformsTo.js @@ -0,0 +1,27 @@ +/** + * The base implementation of `_.conformsTo` which accepts `props` to check. + * + * @private + * @param {Object} object The object to inspect. + * @param {Object} source The object of property predicates to conform to. + * @returns {boolean} Returns `true` if `object` conforms, else `false`. + */ +function baseConformsTo(object, source, props) { + var length = props.length; + if (object == null) { + return !length; + } + object = Object(object); + while (length--) { + var key = props[length], + predicate = source[key], + value = object[key]; + + if ((value === undefined && !(key in object)) || !predicate(value)) { + return false; + } + } + return true; +} + +module.exports = baseConformsTo; diff --git a/typescript/hello-world/node_modules/lodash/_baseCreate.js b/typescript/hello-world/node_modules/lodash/_baseCreate.js new file mode 100644 index 0000000..ffa6a52 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseCreate.js @@ -0,0 +1,30 @@ +var isObject = require('./isObject'); + +/** Built-in value references. */ +var objectCreate = Object.create; + +/** + * The base implementation of `_.create` without support for assigning + * properties to the created object. + * + * @private + * @param {Object} proto The object to inherit from. + * @returns {Object} Returns the new object. + */ +var baseCreate = (function() { + function object() {} + return function(proto) { + if (!isObject(proto)) { + return {}; + } + if (objectCreate) { + return objectCreate(proto); + } + object.prototype = proto; + var result = new object; + object.prototype = undefined; + return result; + }; +}()); + +module.exports = baseCreate; diff --git a/typescript/hello-world/node_modules/lodash/_baseDelay.js b/typescript/hello-world/node_modules/lodash/_baseDelay.js new file mode 100644 index 0000000..1486d69 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseDelay.js @@ -0,0 +1,21 @@ +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** + * The base implementation of `_.delay` and `_.defer` which accepts `args` + * to provide to `func`. + * + * @private + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {Array} args The arguments to provide to `func`. + * @returns {number|Object} Returns the timer id or timeout object. + */ +function baseDelay(func, wait, args) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return setTimeout(function() { func.apply(undefined, args); }, wait); +} + +module.exports = baseDelay; diff --git a/typescript/hello-world/node_modules/lodash/_baseDifference.js b/typescript/hello-world/node_modules/lodash/_baseDifference.js new file mode 100644 index 0000000..343ac19 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseDifference.js @@ -0,0 +1,67 @@ +var SetCache = require('./_SetCache'), + arrayIncludes = require('./_arrayIncludes'), + arrayIncludesWith = require('./_arrayIncludesWith'), + arrayMap = require('./_arrayMap'), + baseUnary = require('./_baseUnary'), + cacheHas = require('./_cacheHas'); + +/** Used as the size to enable large array optimizations. */ +var LARGE_ARRAY_SIZE = 200; + +/** + * The base implementation of methods like `_.difference` without support + * for excluding multiple arrays or iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Array} values The values to exclude. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + */ +function baseDifference(array, values, iteratee, comparator) { + var index = -1, + includes = arrayIncludes, + isCommon = true, + length = array.length, + result = [], + valuesLength = values.length; + + if (!length) { + return result; + } + if (iteratee) { + values = arrayMap(values, baseUnary(iteratee)); + } + if (comparator) { + includes = arrayIncludesWith; + isCommon = false; + } + else if (values.length >= LARGE_ARRAY_SIZE) { + includes = cacheHas; + isCommon = false; + values = new SetCache(values); + } + outer: + while (++index < length) { + var value = array[index], + computed = iteratee == null ? value : iteratee(value); + + value = (comparator || value !== 0) ? value : 0; + if (isCommon && computed === computed) { + var valuesIndex = valuesLength; + while (valuesIndex--) { + if (values[valuesIndex] === computed) { + continue outer; + } + } + result.push(value); + } + else if (!includes(values, computed, comparator)) { + result.push(value); + } + } + return result; +} + +module.exports = baseDifference; diff --git a/typescript/hello-world/node_modules/lodash/_baseEach.js b/typescript/hello-world/node_modules/lodash/_baseEach.js new file mode 100644 index 0000000..512c067 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseEach.js @@ -0,0 +1,14 @@ +var baseForOwn = require('./_baseForOwn'), + createBaseEach = require('./_createBaseEach'); + +/** + * The base implementation of `_.forEach` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ +var baseEach = createBaseEach(baseForOwn); + +module.exports = baseEach; diff --git a/typescript/hello-world/node_modules/lodash/_baseEachRight.js b/typescript/hello-world/node_modules/lodash/_baseEachRight.js new file mode 100644 index 0000000..0a8feec --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseEachRight.js @@ -0,0 +1,14 @@ +var baseForOwnRight = require('./_baseForOwnRight'), + createBaseEach = require('./_createBaseEach'); + +/** + * The base implementation of `_.forEachRight` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ +var baseEachRight = createBaseEach(baseForOwnRight, true); + +module.exports = baseEachRight; diff --git a/typescript/hello-world/node_modules/lodash/_baseEvery.js b/typescript/hello-world/node_modules/lodash/_baseEvery.js new file mode 100644 index 0000000..fa52f7b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseEvery.js @@ -0,0 +1,21 @@ +var baseEach = require('./_baseEach'); + +/** + * The base implementation of `_.every` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false` + */ +function baseEvery(collection, predicate) { + var result = true; + baseEach(collection, function(value, index, collection) { + result = !!predicate(value, index, collection); + return result; + }); + return result; +} + +module.exports = baseEvery; diff --git a/typescript/hello-world/node_modules/lodash/_baseExtremum.js b/typescript/hello-world/node_modules/lodash/_baseExtremum.js new file mode 100644 index 0000000..9d6aa77 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseExtremum.js @@ -0,0 +1,32 @@ +var isSymbol = require('./isSymbol'); + +/** + * The base implementation of methods like `_.max` and `_.min` which accepts a + * `comparator` to determine the extremum value. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The iteratee invoked per iteration. + * @param {Function} comparator The comparator used to compare values. + * @returns {*} Returns the extremum value. + */ +function baseExtremum(array, iteratee, comparator) { + var index = -1, + length = array.length; + + while (++index < length) { + var value = array[index], + current = iteratee(value); + + if (current != null && (computed === undefined + ? (current === current && !isSymbol(current)) + : comparator(current, computed) + )) { + var computed = current, + result = value; + } + } + return result; +} + +module.exports = baseExtremum; diff --git a/typescript/hello-world/node_modules/lodash/_baseFill.js b/typescript/hello-world/node_modules/lodash/_baseFill.js new file mode 100644 index 0000000..46ef9c7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseFill.js @@ -0,0 +1,32 @@ +var toInteger = require('./toInteger'), + toLength = require('./toLength'); + +/** + * The base implementation of `_.fill` without an iteratee call guard. + * + * @private + * @param {Array} array The array to fill. + * @param {*} value The value to fill `array` with. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns `array`. + */ +function baseFill(array, value, start, end) { + var length = array.length; + + start = toInteger(start); + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = (end === undefined || end > length) ? length : toInteger(end); + if (end < 0) { + end += length; + } + end = start > end ? 0 : toLength(end); + while (start < end) { + array[start++] = value; + } + return array; +} + +module.exports = baseFill; diff --git a/typescript/hello-world/node_modules/lodash/_baseFilter.js b/typescript/hello-world/node_modules/lodash/_baseFilter.js new file mode 100644 index 0000000..4678477 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseFilter.js @@ -0,0 +1,21 @@ +var baseEach = require('./_baseEach'); + +/** + * The base implementation of `_.filter` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ +function baseFilter(collection, predicate) { + var result = []; + baseEach(collection, function(value, index, collection) { + if (predicate(value, index, collection)) { + result.push(value); + } + }); + return result; +} + +module.exports = baseFilter; diff --git a/typescript/hello-world/node_modules/lodash/_baseFindIndex.js b/typescript/hello-world/node_modules/lodash/_baseFindIndex.js new file mode 100644 index 0000000..e3f5d8a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseFindIndex.js @@ -0,0 +1,24 @@ +/** + * The base implementation of `_.findIndex` and `_.findLastIndex` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {number} fromIndex The index to search from. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function baseFindIndex(array, predicate, fromIndex, fromRight) { + var length = array.length, + index = fromIndex + (fromRight ? 1 : -1); + + while ((fromRight ? index-- : ++index < length)) { + if (predicate(array[index], index, array)) { + return index; + } + } + return -1; +} + +module.exports = baseFindIndex; diff --git a/typescript/hello-world/node_modules/lodash/_baseFindKey.js b/typescript/hello-world/node_modules/lodash/_baseFindKey.js new file mode 100644 index 0000000..2e430f3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseFindKey.js @@ -0,0 +1,23 @@ +/** + * The base implementation of methods like `_.findKey` and `_.findLastKey`, + * without support for iteratee shorthands, which iterates over `collection` + * using `eachFunc`. + * + * @private + * @param {Array|Object} collection The collection to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {Function} eachFunc The function to iterate over `collection`. + * @returns {*} Returns the found element or its key, else `undefined`. + */ +function baseFindKey(collection, predicate, eachFunc) { + var result; + eachFunc(collection, function(value, key, collection) { + if (predicate(value, key, collection)) { + result = key; + return false; + } + }); + return result; +} + +module.exports = baseFindKey; diff --git a/typescript/hello-world/node_modules/lodash/_baseFlatten.js b/typescript/hello-world/node_modules/lodash/_baseFlatten.js new file mode 100644 index 0000000..4b1e009 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseFlatten.js @@ -0,0 +1,38 @@ +var arrayPush = require('./_arrayPush'), + isFlattenable = require('./_isFlattenable'); + +/** + * The base implementation of `_.flatten` with support for restricting flattening. + * + * @private + * @param {Array} array The array to flatten. + * @param {number} depth The maximum recursion depth. + * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. + * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. + * @param {Array} [result=[]] The initial result value. + * @returns {Array} Returns the new flattened array. + */ +function baseFlatten(array, depth, predicate, isStrict, result) { + var index = -1, + length = array.length; + + predicate || (predicate = isFlattenable); + result || (result = []); + + while (++index < length) { + var value = array[index]; + if (depth > 0 && predicate(value)) { + if (depth > 1) { + // Recursively flatten arrays (susceptible to call stack limits). + baseFlatten(value, depth - 1, predicate, isStrict, result); + } else { + arrayPush(result, value); + } + } else if (!isStrict) { + result[result.length] = value; + } + } + return result; +} + +module.exports = baseFlatten; diff --git a/typescript/hello-world/node_modules/lodash/_baseFor.js b/typescript/hello-world/node_modules/lodash/_baseFor.js new file mode 100644 index 0000000..d946590 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseFor.js @@ -0,0 +1,16 @@ +var createBaseFor = require('./_createBaseFor'); + +/** + * The base implementation of `baseForOwn` which iterates over `object` + * properties returned by `keysFunc` and invokes `iteratee` for each property. + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. + */ +var baseFor = createBaseFor(); + +module.exports = baseFor; diff --git a/typescript/hello-world/node_modules/lodash/_baseForOwn.js b/typescript/hello-world/node_modules/lodash/_baseForOwn.js new file mode 100644 index 0000000..503d523 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseForOwn.js @@ -0,0 +1,16 @@ +var baseFor = require('./_baseFor'), + keys = require('./keys'); + +/** + * The base implementation of `_.forOwn` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ +function baseForOwn(object, iteratee) { + return object && baseFor(object, iteratee, keys); +} + +module.exports = baseForOwn; diff --git a/typescript/hello-world/node_modules/lodash/_baseForOwnRight.js b/typescript/hello-world/node_modules/lodash/_baseForOwnRight.js new file mode 100644 index 0000000..a4b10e6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseForOwnRight.js @@ -0,0 +1,16 @@ +var baseForRight = require('./_baseForRight'), + keys = require('./keys'); + +/** + * The base implementation of `_.forOwnRight` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ +function baseForOwnRight(object, iteratee) { + return object && baseForRight(object, iteratee, keys); +} + +module.exports = baseForOwnRight; diff --git a/typescript/hello-world/node_modules/lodash/_baseForRight.js b/typescript/hello-world/node_modules/lodash/_baseForRight.js new file mode 100644 index 0000000..32842cd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseForRight.js @@ -0,0 +1,15 @@ +var createBaseFor = require('./_createBaseFor'); + +/** + * This function is like `baseFor` except that it iterates over properties + * in the opposite order. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. + */ +var baseForRight = createBaseFor(true); + +module.exports = baseForRight; diff --git a/typescript/hello-world/node_modules/lodash/_baseFunctions.js b/typescript/hello-world/node_modules/lodash/_baseFunctions.js new file mode 100644 index 0000000..d23bc9b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseFunctions.js @@ -0,0 +1,19 @@ +var arrayFilter = require('./_arrayFilter'), + isFunction = require('./isFunction'); + +/** + * The base implementation of `_.functions` which creates an array of + * `object` function property names filtered from `props`. + * + * @private + * @param {Object} object The object to inspect. + * @param {Array} props The property names to filter. + * @returns {Array} Returns the function names. + */ +function baseFunctions(object, props) { + return arrayFilter(props, function(key) { + return isFunction(object[key]); + }); +} + +module.exports = baseFunctions; diff --git a/typescript/hello-world/node_modules/lodash/_baseGet.js b/typescript/hello-world/node_modules/lodash/_baseGet.js new file mode 100644 index 0000000..a194913 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseGet.js @@ -0,0 +1,24 @@ +var castPath = require('./_castPath'), + toKey = require('./_toKey'); + +/** + * The base implementation of `_.get` without support for default values. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @returns {*} Returns the resolved value. + */ +function baseGet(object, path) { + path = castPath(path, object); + + var index = 0, + length = path.length; + + while (object != null && index < length) { + object = object[toKey(path[index++])]; + } + return (index && index == length) ? object : undefined; +} + +module.exports = baseGet; diff --git a/typescript/hello-world/node_modules/lodash/_baseGetAllKeys.js b/typescript/hello-world/node_modules/lodash/_baseGetAllKeys.js new file mode 100644 index 0000000..8ad204e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseGetAllKeys.js @@ -0,0 +1,20 @@ +var arrayPush = require('./_arrayPush'), + isArray = require('./isArray'); + +/** + * The base implementation of `getAllKeys` and `getAllKeysIn` which uses + * `keysFunc` and `symbolsFunc` to get the enumerable property names and + * symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Function} keysFunc The function to get the keys of `object`. + * @param {Function} symbolsFunc The function to get the symbols of `object`. + * @returns {Array} Returns the array of property names and symbols. + */ +function baseGetAllKeys(object, keysFunc, symbolsFunc) { + var result = keysFunc(object); + return isArray(object) ? result : arrayPush(result, symbolsFunc(object)); +} + +module.exports = baseGetAllKeys; diff --git a/typescript/hello-world/node_modules/lodash/_baseGetTag.js b/typescript/hello-world/node_modules/lodash/_baseGetTag.js new file mode 100644 index 0000000..b927ccc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseGetTag.js @@ -0,0 +1,28 @@ +var Symbol = require('./_Symbol'), + getRawTag = require('./_getRawTag'), + objectToString = require('./_objectToString'); + +/** `Object#toString` result references. */ +var nullTag = '[object Null]', + undefinedTag = '[object Undefined]'; + +/** Built-in value references. */ +var symToStringTag = Symbol ? Symbol.toStringTag : undefined; + +/** + * The base implementation of `getTag` without fallbacks for buggy environments. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ +function baseGetTag(value) { + if (value == null) { + return value === undefined ? undefinedTag : nullTag; + } + return (symToStringTag && symToStringTag in Object(value)) + ? getRawTag(value) + : objectToString(value); +} + +module.exports = baseGetTag; diff --git a/typescript/hello-world/node_modules/lodash/_baseGt.js b/typescript/hello-world/node_modules/lodash/_baseGt.js new file mode 100644 index 0000000..502d273 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseGt.js @@ -0,0 +1,14 @@ +/** + * The base implementation of `_.gt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than `other`, + * else `false`. + */ +function baseGt(value, other) { + return value > other; +} + +module.exports = baseGt; diff --git a/typescript/hello-world/node_modules/lodash/_baseHas.js b/typescript/hello-world/node_modules/lodash/_baseHas.js new file mode 100644 index 0000000..1b73032 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseHas.js @@ -0,0 +1,19 @@ +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * The base implementation of `_.has` without support for deep paths. + * + * @private + * @param {Object} [object] The object to query. + * @param {Array|string} key The key to check. + * @returns {boolean} Returns `true` if `key` exists, else `false`. + */ +function baseHas(object, key) { + return object != null && hasOwnProperty.call(object, key); +} + +module.exports = baseHas; diff --git a/typescript/hello-world/node_modules/lodash/_baseHasIn.js b/typescript/hello-world/node_modules/lodash/_baseHasIn.js new file mode 100644 index 0000000..2e0d042 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseHasIn.js @@ -0,0 +1,13 @@ +/** + * The base implementation of `_.hasIn` without support for deep paths. + * + * @private + * @param {Object} [object] The object to query. + * @param {Array|string} key The key to check. + * @returns {boolean} Returns `true` if `key` exists, else `false`. + */ +function baseHasIn(object, key) { + return object != null && key in Object(object); +} + +module.exports = baseHasIn; diff --git a/typescript/hello-world/node_modules/lodash/_baseInRange.js b/typescript/hello-world/node_modules/lodash/_baseInRange.js new file mode 100644 index 0000000..ec95666 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseInRange.js @@ -0,0 +1,18 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max, + nativeMin = Math.min; + +/** + * The base implementation of `_.inRange` which doesn't coerce arguments. + * + * @private + * @param {number} number The number to check. + * @param {number} start The start of the range. + * @param {number} end The end of the range. + * @returns {boolean} Returns `true` if `number` is in the range, else `false`. + */ +function baseInRange(number, start, end) { + return number >= nativeMin(start, end) && number < nativeMax(start, end); +} + +module.exports = baseInRange; diff --git a/typescript/hello-world/node_modules/lodash/_baseIndexOf.js b/typescript/hello-world/node_modules/lodash/_baseIndexOf.js new file mode 100644 index 0000000..167e706 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIndexOf.js @@ -0,0 +1,20 @@ +var baseFindIndex = require('./_baseFindIndex'), + baseIsNaN = require('./_baseIsNaN'), + strictIndexOf = require('./_strictIndexOf'); + +/** + * The base implementation of `_.indexOf` without `fromIndex` bounds checks. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function baseIndexOf(array, value, fromIndex) { + return value === value + ? strictIndexOf(array, value, fromIndex) + : baseFindIndex(array, baseIsNaN, fromIndex); +} + +module.exports = baseIndexOf; diff --git a/typescript/hello-world/node_modules/lodash/_baseIndexOfWith.js b/typescript/hello-world/node_modules/lodash/_baseIndexOfWith.js new file mode 100644 index 0000000..f815fe0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIndexOfWith.js @@ -0,0 +1,23 @@ +/** + * This function is like `baseIndexOf` except that it accepts a comparator. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @param {Function} comparator The comparator invoked per element. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function baseIndexOfWith(array, value, fromIndex, comparator) { + var index = fromIndex - 1, + length = array.length; + + while (++index < length) { + if (comparator(array[index], value)) { + return index; + } + } + return -1; +} + +module.exports = baseIndexOfWith; diff --git a/typescript/hello-world/node_modules/lodash/_baseIntersection.js b/typescript/hello-world/node_modules/lodash/_baseIntersection.js new file mode 100644 index 0000000..c1d250c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIntersection.js @@ -0,0 +1,74 @@ +var SetCache = require('./_SetCache'), + arrayIncludes = require('./_arrayIncludes'), + arrayIncludesWith = require('./_arrayIncludesWith'), + arrayMap = require('./_arrayMap'), + baseUnary = require('./_baseUnary'), + cacheHas = require('./_cacheHas'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMin = Math.min; + +/** + * The base implementation of methods like `_.intersection`, without support + * for iteratee shorthands, that accepts an array of arrays to inspect. + * + * @private + * @param {Array} arrays The arrays to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of shared values. + */ +function baseIntersection(arrays, iteratee, comparator) { + var includes = comparator ? arrayIncludesWith : arrayIncludes, + length = arrays[0].length, + othLength = arrays.length, + othIndex = othLength, + caches = Array(othLength), + maxLength = Infinity, + result = []; + + while (othIndex--) { + var array = arrays[othIndex]; + if (othIndex && iteratee) { + array = arrayMap(array, baseUnary(iteratee)); + } + maxLength = nativeMin(array.length, maxLength); + caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120)) + ? new SetCache(othIndex && array) + : undefined; + } + array = arrays[0]; + + var index = -1, + seen = caches[0]; + + outer: + while (++index < length && result.length < maxLength) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + value = (comparator || value !== 0) ? value : 0; + if (!(seen + ? cacheHas(seen, computed) + : includes(result, computed, comparator) + )) { + othIndex = othLength; + while (--othIndex) { + var cache = caches[othIndex]; + if (!(cache + ? cacheHas(cache, computed) + : includes(arrays[othIndex], computed, comparator)) + ) { + continue outer; + } + } + if (seen) { + seen.push(computed); + } + result.push(value); + } + } + return result; +} + +module.exports = baseIntersection; diff --git a/typescript/hello-world/node_modules/lodash/_baseInverter.js b/typescript/hello-world/node_modules/lodash/_baseInverter.js new file mode 100644 index 0000000..fbc337f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseInverter.js @@ -0,0 +1,21 @@ +var baseForOwn = require('./_baseForOwn'); + +/** + * The base implementation of `_.invert` and `_.invertBy` which inverts + * `object` with values transformed by `iteratee` and set by `setter`. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform values. + * @param {Object} accumulator The initial inverted object. + * @returns {Function} Returns `accumulator`. + */ +function baseInverter(object, setter, iteratee, accumulator) { + baseForOwn(object, function(value, key, object) { + setter(accumulator, iteratee(value), key, object); + }); + return accumulator; +} + +module.exports = baseInverter; diff --git a/typescript/hello-world/node_modules/lodash/_baseInvoke.js b/typescript/hello-world/node_modules/lodash/_baseInvoke.js new file mode 100644 index 0000000..49bcf3c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseInvoke.js @@ -0,0 +1,24 @@ +var apply = require('./_apply'), + castPath = require('./_castPath'), + last = require('./last'), + parent = require('./_parent'), + toKey = require('./_toKey'); + +/** + * The base implementation of `_.invoke` without support for individual + * method arguments. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path of the method to invoke. + * @param {Array} args The arguments to invoke the method with. + * @returns {*} Returns the result of the invoked method. + */ +function baseInvoke(object, path, args) { + path = castPath(path, object); + object = parent(object, path); + var func = object == null ? object : object[toKey(last(path))]; + return func == null ? undefined : apply(func, object, args); +} + +module.exports = baseInvoke; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsArguments.js b/typescript/hello-world/node_modules/lodash/_baseIsArguments.js new file mode 100644 index 0000000..b3562cc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsArguments.js @@ -0,0 +1,18 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var argsTag = '[object Arguments]'; + +/** + * The base implementation of `_.isArguments`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + */ +function baseIsArguments(value) { + return isObjectLike(value) && baseGetTag(value) == argsTag; +} + +module.exports = baseIsArguments; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsArrayBuffer.js b/typescript/hello-world/node_modules/lodash/_baseIsArrayBuffer.js new file mode 100644 index 0000000..a2c4f30 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsArrayBuffer.js @@ -0,0 +1,17 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +var arrayBufferTag = '[object ArrayBuffer]'; + +/** + * The base implementation of `_.isArrayBuffer` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. + */ +function baseIsArrayBuffer(value) { + return isObjectLike(value) && baseGetTag(value) == arrayBufferTag; +} + +module.exports = baseIsArrayBuffer; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsDate.js b/typescript/hello-world/node_modules/lodash/_baseIsDate.js new file mode 100644 index 0000000..ba67c78 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsDate.js @@ -0,0 +1,18 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var dateTag = '[object Date]'; + +/** + * The base implementation of `_.isDate` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + */ +function baseIsDate(value) { + return isObjectLike(value) && baseGetTag(value) == dateTag; +} + +module.exports = baseIsDate; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsEqual.js b/typescript/hello-world/node_modules/lodash/_baseIsEqual.js new file mode 100644 index 0000000..00a68a4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsEqual.js @@ -0,0 +1,28 @@ +var baseIsEqualDeep = require('./_baseIsEqualDeep'), + isObjectLike = require('./isObjectLike'); + +/** + * The base implementation of `_.isEqual` which supports partial comparisons + * and tracks traversed objects. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {boolean} bitmask The bitmask flags. + * 1 - Unordered comparison + * 2 - Partial comparison + * @param {Function} [customizer] The function to customize comparisons. + * @param {Object} [stack] Tracks traversed `value` and `other` objects. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + */ +function baseIsEqual(value, other, bitmask, customizer, stack) { + if (value === other) { + return true; + } + if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { + return value !== value && other !== other; + } + return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); +} + +module.exports = baseIsEqual; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsEqualDeep.js b/typescript/hello-world/node_modules/lodash/_baseIsEqualDeep.js new file mode 100644 index 0000000..e3cfd6a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsEqualDeep.js @@ -0,0 +1,83 @@ +var Stack = require('./_Stack'), + equalArrays = require('./_equalArrays'), + equalByTag = require('./_equalByTag'), + equalObjects = require('./_equalObjects'), + getTag = require('./_getTag'), + isArray = require('./isArray'), + isBuffer = require('./isBuffer'), + isTypedArray = require('./isTypedArray'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1; + +/** `Object#toString` result references. */ +var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + objectTag = '[object Object]'; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * A specialized version of `baseIsEqual` for arrays and objects which performs + * deep comparisons and tracks traversed objects enabling objects with circular + * references to be compared. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} [stack] Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ +function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { + var objIsArr = isArray(object), + othIsArr = isArray(other), + objTag = objIsArr ? arrayTag : getTag(object), + othTag = othIsArr ? arrayTag : getTag(other); + + objTag = objTag == argsTag ? objectTag : objTag; + othTag = othTag == argsTag ? objectTag : othTag; + + var objIsObj = objTag == objectTag, + othIsObj = othTag == objectTag, + isSameTag = objTag == othTag; + + if (isSameTag && isBuffer(object)) { + if (!isBuffer(other)) { + return false; + } + objIsArr = true; + objIsObj = false; + } + if (isSameTag && !objIsObj) { + stack || (stack = new Stack); + return (objIsArr || isTypedArray(object)) + ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) + : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); + } + if (!(bitmask & COMPARE_PARTIAL_FLAG)) { + var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), + othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); + + if (objIsWrapped || othIsWrapped) { + var objUnwrapped = objIsWrapped ? object.value() : object, + othUnwrapped = othIsWrapped ? other.value() : other; + + stack || (stack = new Stack); + return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); + } + } + if (!isSameTag) { + return false; + } + stack || (stack = new Stack); + return equalObjects(object, other, bitmask, customizer, equalFunc, stack); +} + +module.exports = baseIsEqualDeep; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsMap.js b/typescript/hello-world/node_modules/lodash/_baseIsMap.js new file mode 100644 index 0000000..02a4021 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsMap.js @@ -0,0 +1,18 @@ +var getTag = require('./_getTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var mapTag = '[object Map]'; + +/** + * The base implementation of `_.isMap` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a map, else `false`. + */ +function baseIsMap(value) { + return isObjectLike(value) && getTag(value) == mapTag; +} + +module.exports = baseIsMap; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsMatch.js b/typescript/hello-world/node_modules/lodash/_baseIsMatch.js new file mode 100644 index 0000000..72494be --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsMatch.js @@ -0,0 +1,62 @@ +var Stack = require('./_Stack'), + baseIsEqual = require('./_baseIsEqual'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + +/** + * The base implementation of `_.isMatch` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @param {Array} matchData The property names, values, and compare flags to match. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + */ +function baseIsMatch(object, source, matchData, customizer) { + var index = matchData.length, + length = index, + noCustomizer = !customizer; + + if (object == null) { + return !length; + } + object = Object(object); + while (index--) { + var data = matchData[index]; + if ((noCustomizer && data[2]) + ? data[1] !== object[data[0]] + : !(data[0] in object) + ) { + return false; + } + } + while (++index < length) { + data = matchData[index]; + var key = data[0], + objValue = object[key], + srcValue = data[1]; + + if (noCustomizer && data[2]) { + if (objValue === undefined && !(key in object)) { + return false; + } + } else { + var stack = new Stack; + if (customizer) { + var result = customizer(objValue, srcValue, key, object, source, stack); + } + if (!(result === undefined + ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack) + : result + )) { + return false; + } + } + } + return true; +} + +module.exports = baseIsMatch; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsNaN.js b/typescript/hello-world/node_modules/lodash/_baseIsNaN.js new file mode 100644 index 0000000..316f1eb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsNaN.js @@ -0,0 +1,12 @@ +/** + * The base implementation of `_.isNaN` without support for number objects. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + */ +function baseIsNaN(value) { + return value !== value; +} + +module.exports = baseIsNaN; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsNative.js b/typescript/hello-world/node_modules/lodash/_baseIsNative.js new file mode 100644 index 0000000..8702330 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsNative.js @@ -0,0 +1,47 @@ +var isFunction = require('./isFunction'), + isMasked = require('./_isMasked'), + isObject = require('./isObject'), + toSource = require('./_toSource'); + +/** + * Used to match `RegExp` + * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). + */ +var reRegExpChar = /[\\^$.*+?()[\]{}|]/g; + +/** Used to detect host constructors (Safari). */ +var reIsHostCtor = /^\[object .+?Constructor\]$/; + +/** Used for built-in method references. */ +var funcProto = Function.prototype, + objectProto = Object.prototype; + +/** Used to resolve the decompiled source of functions. */ +var funcToString = funcProto.toString; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** Used to detect if a method is native. */ +var reIsNative = RegExp('^' + + funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&') + .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$' +); + +/** + * The base implementation of `_.isNative` without bad shim checks. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a native function, + * else `false`. + */ +function baseIsNative(value) { + if (!isObject(value) || isMasked(value)) { + return false; + } + var pattern = isFunction(value) ? reIsNative : reIsHostCtor; + return pattern.test(toSource(value)); +} + +module.exports = baseIsNative; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsRegExp.js b/typescript/hello-world/node_modules/lodash/_baseIsRegExp.js new file mode 100644 index 0000000..6cd7c1a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsRegExp.js @@ -0,0 +1,18 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var regexpTag = '[object RegExp]'; + +/** + * The base implementation of `_.isRegExp` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + */ +function baseIsRegExp(value) { + return isObjectLike(value) && baseGetTag(value) == regexpTag; +} + +module.exports = baseIsRegExp; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsSet.js b/typescript/hello-world/node_modules/lodash/_baseIsSet.js new file mode 100644 index 0000000..6dee367 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsSet.js @@ -0,0 +1,18 @@ +var getTag = require('./_getTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var setTag = '[object Set]'; + +/** + * The base implementation of `_.isSet` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a set, else `false`. + */ +function baseIsSet(value) { + return isObjectLike(value) && getTag(value) == setTag; +} + +module.exports = baseIsSet; diff --git a/typescript/hello-world/node_modules/lodash/_baseIsTypedArray.js b/typescript/hello-world/node_modules/lodash/_baseIsTypedArray.js new file mode 100644 index 0000000..1edb32f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIsTypedArray.js @@ -0,0 +1,60 @@ +var baseGetTag = require('./_baseGetTag'), + isLength = require('./isLength'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + funcTag = '[object Function]', + mapTag = '[object Map]', + numberTag = '[object Number]', + objectTag = '[object Object]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + weakMapTag = '[object WeakMap]'; + +var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]', + float32Tag = '[object Float32Array]', + float64Tag = '[object Float64Array]', + int8Tag = '[object Int8Array]', + int16Tag = '[object Int16Array]', + int32Tag = '[object Int32Array]', + uint8Tag = '[object Uint8Array]', + uint8ClampedTag = '[object Uint8ClampedArray]', + uint16Tag = '[object Uint16Array]', + uint32Tag = '[object Uint32Array]'; + +/** Used to identify `toStringTag` values of typed arrays. */ +var typedArrayTags = {}; +typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = +typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = +typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = +typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = +typedArrayTags[uint32Tag] = true; +typedArrayTags[argsTag] = typedArrayTags[arrayTag] = +typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = +typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = +typedArrayTags[errorTag] = typedArrayTags[funcTag] = +typedArrayTags[mapTag] = typedArrayTags[numberTag] = +typedArrayTags[objectTag] = typedArrayTags[regexpTag] = +typedArrayTags[setTag] = typedArrayTags[stringTag] = +typedArrayTags[weakMapTag] = false; + +/** + * The base implementation of `_.isTypedArray` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + */ +function baseIsTypedArray(value) { + return isObjectLike(value) && + isLength(value.length) && !!typedArrayTags[baseGetTag(value)]; +} + +module.exports = baseIsTypedArray; diff --git a/typescript/hello-world/node_modules/lodash/_baseIteratee.js b/typescript/hello-world/node_modules/lodash/_baseIteratee.js new file mode 100644 index 0000000..995c257 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseIteratee.js @@ -0,0 +1,31 @@ +var baseMatches = require('./_baseMatches'), + baseMatchesProperty = require('./_baseMatchesProperty'), + identity = require('./identity'), + isArray = require('./isArray'), + property = require('./property'); + +/** + * The base implementation of `_.iteratee`. + * + * @private + * @param {*} [value=_.identity] The value to convert to an iteratee. + * @returns {Function} Returns the iteratee. + */ +function baseIteratee(value) { + // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9. + // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details. + if (typeof value == 'function') { + return value; + } + if (value == null) { + return identity; + } + if (typeof value == 'object') { + return isArray(value) + ? baseMatchesProperty(value[0], value[1]) + : baseMatches(value); + } + return property(value); +} + +module.exports = baseIteratee; diff --git a/typescript/hello-world/node_modules/lodash/_baseKeys.js b/typescript/hello-world/node_modules/lodash/_baseKeys.js new file mode 100644 index 0000000..45e9e6f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseKeys.js @@ -0,0 +1,30 @@ +var isPrototype = require('./_isPrototype'), + nativeKeys = require('./_nativeKeys'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ +function baseKeys(object) { + if (!isPrototype(object)) { + return nativeKeys(object); + } + var result = []; + for (var key in Object(object)) { + if (hasOwnProperty.call(object, key) && key != 'constructor') { + result.push(key); + } + } + return result; +} + +module.exports = baseKeys; diff --git a/typescript/hello-world/node_modules/lodash/_baseKeysIn.js b/typescript/hello-world/node_modules/lodash/_baseKeysIn.js new file mode 100644 index 0000000..ea8a0a1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseKeysIn.js @@ -0,0 +1,33 @@ +var isObject = require('./isObject'), + isPrototype = require('./_isPrototype'), + nativeKeysIn = require('./_nativeKeysIn'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ +function baseKeysIn(object) { + if (!isObject(object)) { + return nativeKeysIn(object); + } + var isProto = isPrototype(object), + result = []; + + for (var key in object) { + if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) { + result.push(key); + } + } + return result; +} + +module.exports = baseKeysIn; diff --git a/typescript/hello-world/node_modules/lodash/_baseLodash.js b/typescript/hello-world/node_modules/lodash/_baseLodash.js new file mode 100644 index 0000000..f76c790 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseLodash.js @@ -0,0 +1,10 @@ +/** + * The function whose prototype chain sequence wrappers inherit from. + * + * @private + */ +function baseLodash() { + // No operation performed. +} + +module.exports = baseLodash; diff --git a/typescript/hello-world/node_modules/lodash/_baseLt.js b/typescript/hello-world/node_modules/lodash/_baseLt.js new file mode 100644 index 0000000..8674d29 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseLt.js @@ -0,0 +1,14 @@ +/** + * The base implementation of `_.lt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is less than `other`, + * else `false`. + */ +function baseLt(value, other) { + return value < other; +} + +module.exports = baseLt; diff --git a/typescript/hello-world/node_modules/lodash/_baseMap.js b/typescript/hello-world/node_modules/lodash/_baseMap.js new file mode 100644 index 0000000..0bf5cea --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseMap.js @@ -0,0 +1,22 @@ +var baseEach = require('./_baseEach'), + isArrayLike = require('./isArrayLike'); + +/** + * The base implementation of `_.map` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ +function baseMap(collection, iteratee) { + var index = -1, + result = isArrayLike(collection) ? Array(collection.length) : []; + + baseEach(collection, function(value, key, collection) { + result[++index] = iteratee(value, key, collection); + }); + return result; +} + +module.exports = baseMap; diff --git a/typescript/hello-world/node_modules/lodash/_baseMatches.js b/typescript/hello-world/node_modules/lodash/_baseMatches.js new file mode 100644 index 0000000..e56582a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseMatches.js @@ -0,0 +1,22 @@ +var baseIsMatch = require('./_baseIsMatch'), + getMatchData = require('./_getMatchData'), + matchesStrictComparable = require('./_matchesStrictComparable'); + +/** + * The base implementation of `_.matches` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. + */ +function baseMatches(source) { + var matchData = getMatchData(source); + if (matchData.length == 1 && matchData[0][2]) { + return matchesStrictComparable(matchData[0][0], matchData[0][1]); + } + return function(object) { + return object === source || baseIsMatch(object, source, matchData); + }; +} + +module.exports = baseMatches; diff --git a/typescript/hello-world/node_modules/lodash/_baseMatchesProperty.js b/typescript/hello-world/node_modules/lodash/_baseMatchesProperty.js new file mode 100644 index 0000000..24afd89 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseMatchesProperty.js @@ -0,0 +1,33 @@ +var baseIsEqual = require('./_baseIsEqual'), + get = require('./get'), + hasIn = require('./hasIn'), + isKey = require('./_isKey'), + isStrictComparable = require('./_isStrictComparable'), + matchesStrictComparable = require('./_matchesStrictComparable'), + toKey = require('./_toKey'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + +/** + * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. + * + * @private + * @param {string} path The path of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. + */ +function baseMatchesProperty(path, srcValue) { + if (isKey(path) && isStrictComparable(srcValue)) { + return matchesStrictComparable(toKey(path), srcValue); + } + return function(object) { + var objValue = get(object, path); + return (objValue === undefined && objValue === srcValue) + ? hasIn(object, path) + : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG); + }; +} + +module.exports = baseMatchesProperty; diff --git a/typescript/hello-world/node_modules/lodash/_baseMean.js b/typescript/hello-world/node_modules/lodash/_baseMean.js new file mode 100644 index 0000000..fa9e00a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseMean.js @@ -0,0 +1,20 @@ +var baseSum = require('./_baseSum'); + +/** Used as references for various `Number` constants. */ +var NAN = 0 / 0; + +/** + * The base implementation of `_.mean` and `_.meanBy` without support for + * iteratee shorthands. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {number} Returns the mean. + */ +function baseMean(array, iteratee) { + var length = array == null ? 0 : array.length; + return length ? (baseSum(array, iteratee) / length) : NAN; +} + +module.exports = baseMean; diff --git a/typescript/hello-world/node_modules/lodash/_baseMerge.js b/typescript/hello-world/node_modules/lodash/_baseMerge.js new file mode 100644 index 0000000..f4cb8c6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseMerge.js @@ -0,0 +1,41 @@ +var Stack = require('./_Stack'), + assignMergeValue = require('./_assignMergeValue'), + baseFor = require('./_baseFor'), + baseMergeDeep = require('./_baseMergeDeep'), + isObject = require('./isObject'), + keysIn = require('./keysIn'); + +/** + * The base implementation of `_.merge` without support for multiple sources. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @param {number} srcIndex The index of `source`. + * @param {Function} [customizer] The function to customize merged values. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + */ +function baseMerge(object, source, srcIndex, customizer, stack) { + if (object === source) { + return; + } + baseFor(source, function(srcValue, key) { + if (isObject(srcValue)) { + stack || (stack = new Stack); + baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack); + } + else { + var newValue = customizer + ? customizer(object[key], srcValue, (key + ''), object, source, stack) + : undefined; + + if (newValue === undefined) { + newValue = srcValue; + } + assignMergeValue(object, key, newValue); + } + }, keysIn); +} + +module.exports = baseMerge; diff --git a/typescript/hello-world/node_modules/lodash/_baseMergeDeep.js b/typescript/hello-world/node_modules/lodash/_baseMergeDeep.js new file mode 100644 index 0000000..42b405a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseMergeDeep.js @@ -0,0 +1,93 @@ +var assignMergeValue = require('./_assignMergeValue'), + cloneBuffer = require('./_cloneBuffer'), + cloneTypedArray = require('./_cloneTypedArray'), + copyArray = require('./_copyArray'), + initCloneObject = require('./_initCloneObject'), + isArguments = require('./isArguments'), + isArray = require('./isArray'), + isArrayLikeObject = require('./isArrayLikeObject'), + isBuffer = require('./isBuffer'), + isFunction = require('./isFunction'), + isObject = require('./isObject'), + isPlainObject = require('./isPlainObject'), + isTypedArray = require('./isTypedArray'), + toPlainObject = require('./toPlainObject'); + +/** + * A specialized version of `baseMerge` for arrays and objects which performs + * deep merges and tracks traversed objects enabling objects with circular + * references to be merged. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @param {string} key The key of the value to merge. + * @param {number} srcIndex The index of `source`. + * @param {Function} mergeFunc The function to merge values. + * @param {Function} [customizer] The function to customize assigned values. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + */ +function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) { + var objValue = object[key], + srcValue = source[key], + stacked = stack.get(srcValue); + + if (stacked) { + assignMergeValue(object, key, stacked); + return; + } + var newValue = customizer + ? customizer(objValue, srcValue, (key + ''), object, source, stack) + : undefined; + + var isCommon = newValue === undefined; + + if (isCommon) { + var isArr = isArray(srcValue), + isBuff = !isArr && isBuffer(srcValue), + isTyped = !isArr && !isBuff && isTypedArray(srcValue); + + newValue = srcValue; + if (isArr || isBuff || isTyped) { + if (isArray(objValue)) { + newValue = objValue; + } + else if (isArrayLikeObject(objValue)) { + newValue = copyArray(objValue); + } + else if (isBuff) { + isCommon = false; + newValue = cloneBuffer(srcValue, true); + } + else if (isTyped) { + isCommon = false; + newValue = cloneTypedArray(srcValue, true); + } + else { + newValue = []; + } + } + else if (isPlainObject(srcValue) || isArguments(srcValue)) { + newValue = objValue; + if (isArguments(objValue)) { + newValue = toPlainObject(objValue); + } + else if (!isObject(objValue) || (srcIndex && isFunction(objValue))) { + newValue = initCloneObject(srcValue); + } + } + else { + isCommon = false; + } + } + if (isCommon) { + // Recursively merge objects and arrays (susceptible to call stack limits). + stack.set(srcValue, newValue); + mergeFunc(newValue, srcValue, srcIndex, customizer, stack); + stack['delete'](srcValue); + } + assignMergeValue(object, key, newValue); +} + +module.exports = baseMergeDeep; diff --git a/typescript/hello-world/node_modules/lodash/_baseNth.js b/typescript/hello-world/node_modules/lodash/_baseNth.js new file mode 100644 index 0000000..0403c2a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseNth.js @@ -0,0 +1,20 @@ +var isIndex = require('./_isIndex'); + +/** + * The base implementation of `_.nth` which doesn't coerce arguments. + * + * @private + * @param {Array} array The array to query. + * @param {number} n The index of the element to return. + * @returns {*} Returns the nth element of `array`. + */ +function baseNth(array, n) { + var length = array.length; + if (!length) { + return; + } + n += n < 0 ? length : 0; + return isIndex(n, length) ? array[n] : undefined; +} + +module.exports = baseNth; diff --git a/typescript/hello-world/node_modules/lodash/_baseOrderBy.js b/typescript/hello-world/node_modules/lodash/_baseOrderBy.js new file mode 100644 index 0000000..d8a46ab --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseOrderBy.js @@ -0,0 +1,34 @@ +var arrayMap = require('./_arrayMap'), + baseIteratee = require('./_baseIteratee'), + baseMap = require('./_baseMap'), + baseSortBy = require('./_baseSortBy'), + baseUnary = require('./_baseUnary'), + compareMultiple = require('./_compareMultiple'), + identity = require('./identity'); + +/** + * The base implementation of `_.orderBy` without param guards. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function[]|Object[]|string[]} iteratees The iteratees to sort by. + * @param {string[]} orders The sort orders of `iteratees`. + * @returns {Array} Returns the new sorted array. + */ +function baseOrderBy(collection, iteratees, orders) { + var index = -1; + iteratees = arrayMap(iteratees.length ? iteratees : [identity], baseUnary(baseIteratee)); + + var result = baseMap(collection, function(value, key, collection) { + var criteria = arrayMap(iteratees, function(iteratee) { + return iteratee(value); + }); + return { 'criteria': criteria, 'index': ++index, 'value': value }; + }); + + return baseSortBy(result, function(object, other) { + return compareMultiple(object, other, orders); + }); +} + +module.exports = baseOrderBy; diff --git a/typescript/hello-world/node_modules/lodash/_basePick.js b/typescript/hello-world/node_modules/lodash/_basePick.js new file mode 100644 index 0000000..09b458a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_basePick.js @@ -0,0 +1,19 @@ +var basePickBy = require('./_basePickBy'), + hasIn = require('./hasIn'); + +/** + * The base implementation of `_.pick` without support for individual + * property identifiers. + * + * @private + * @param {Object} object The source object. + * @param {string[]} paths The property paths to pick. + * @returns {Object} Returns the new object. + */ +function basePick(object, paths) { + return basePickBy(object, paths, function(value, path) { + return hasIn(object, path); + }); +} + +module.exports = basePick; diff --git a/typescript/hello-world/node_modules/lodash/_basePickBy.js b/typescript/hello-world/node_modules/lodash/_basePickBy.js new file mode 100644 index 0000000..85be68c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_basePickBy.js @@ -0,0 +1,30 @@ +var baseGet = require('./_baseGet'), + baseSet = require('./_baseSet'), + castPath = require('./_castPath'); + +/** + * The base implementation of `_.pickBy` without support for iteratee shorthands. + * + * @private + * @param {Object} object The source object. + * @param {string[]} paths The property paths to pick. + * @param {Function} predicate The function invoked per property. + * @returns {Object} Returns the new object. + */ +function basePickBy(object, paths, predicate) { + var index = -1, + length = paths.length, + result = {}; + + while (++index < length) { + var path = paths[index], + value = baseGet(object, path); + + if (predicate(value, path)) { + baseSet(result, castPath(path, object), value); + } + } + return result; +} + +module.exports = basePickBy; diff --git a/typescript/hello-world/node_modules/lodash/_baseProperty.js b/typescript/hello-world/node_modules/lodash/_baseProperty.js new file mode 100644 index 0000000..496281e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseProperty.js @@ -0,0 +1,14 @@ +/** + * The base implementation of `_.property` without support for deep paths. + * + * @private + * @param {string} key The key of the property to get. + * @returns {Function} Returns the new accessor function. + */ +function baseProperty(key) { + return function(object) { + return object == null ? undefined : object[key]; + }; +} + +module.exports = baseProperty; diff --git a/typescript/hello-world/node_modules/lodash/_basePropertyDeep.js b/typescript/hello-world/node_modules/lodash/_basePropertyDeep.js new file mode 100644 index 0000000..1e5aae5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_basePropertyDeep.js @@ -0,0 +1,16 @@ +var baseGet = require('./_baseGet'); + +/** + * A specialized version of `baseProperty` which supports deep paths. + * + * @private + * @param {Array|string} path The path of the property to get. + * @returns {Function} Returns the new accessor function. + */ +function basePropertyDeep(path) { + return function(object) { + return baseGet(object, path); + }; +} + +module.exports = basePropertyDeep; diff --git a/typescript/hello-world/node_modules/lodash/_basePropertyOf.js b/typescript/hello-world/node_modules/lodash/_basePropertyOf.js new file mode 100644 index 0000000..4617399 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_basePropertyOf.js @@ -0,0 +1,14 @@ +/** + * The base implementation of `_.propertyOf` without support for deep paths. + * + * @private + * @param {Object} object The object to query. + * @returns {Function} Returns the new accessor function. + */ +function basePropertyOf(object) { + return function(key) { + return object == null ? undefined : object[key]; + }; +} + +module.exports = basePropertyOf; diff --git a/typescript/hello-world/node_modules/lodash/_basePullAll.js b/typescript/hello-world/node_modules/lodash/_basePullAll.js new file mode 100644 index 0000000..305720e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_basePullAll.js @@ -0,0 +1,51 @@ +var arrayMap = require('./_arrayMap'), + baseIndexOf = require('./_baseIndexOf'), + baseIndexOfWith = require('./_baseIndexOfWith'), + baseUnary = require('./_baseUnary'), + copyArray = require('./_copyArray'); + +/** Used for built-in method references. */ +var arrayProto = Array.prototype; + +/** Built-in value references. */ +var splice = arrayProto.splice; + +/** + * The base implementation of `_.pullAllBy` without support for iteratee + * shorthands. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns `array`. + */ +function basePullAll(array, values, iteratee, comparator) { + var indexOf = comparator ? baseIndexOfWith : baseIndexOf, + index = -1, + length = values.length, + seen = array; + + if (array === values) { + values = copyArray(values); + } + if (iteratee) { + seen = arrayMap(array, baseUnary(iteratee)); + } + while (++index < length) { + var fromIndex = 0, + value = values[index], + computed = iteratee ? iteratee(value) : value; + + while ((fromIndex = indexOf(seen, computed, fromIndex, comparator)) > -1) { + if (seen !== array) { + splice.call(seen, fromIndex, 1); + } + splice.call(array, fromIndex, 1); + } + } + return array; +} + +module.exports = basePullAll; diff --git a/typescript/hello-world/node_modules/lodash/_basePullAt.js b/typescript/hello-world/node_modules/lodash/_basePullAt.js new file mode 100644 index 0000000..c3e9e71 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_basePullAt.js @@ -0,0 +1,37 @@ +var baseUnset = require('./_baseUnset'), + isIndex = require('./_isIndex'); + +/** Used for built-in method references. */ +var arrayProto = Array.prototype; + +/** Built-in value references. */ +var splice = arrayProto.splice; + +/** + * The base implementation of `_.pullAt` without support for individual + * indexes or capturing the removed elements. + * + * @private + * @param {Array} array The array to modify. + * @param {number[]} indexes The indexes of elements to remove. + * @returns {Array} Returns `array`. + */ +function basePullAt(array, indexes) { + var length = array ? indexes.length : 0, + lastIndex = length - 1; + + while (length--) { + var index = indexes[length]; + if (length == lastIndex || index !== previous) { + var previous = index; + if (isIndex(index)) { + splice.call(array, index, 1); + } else { + baseUnset(array, index); + } + } + } + return array; +} + +module.exports = basePullAt; diff --git a/typescript/hello-world/node_modules/lodash/_baseRandom.js b/typescript/hello-world/node_modules/lodash/_baseRandom.js new file mode 100644 index 0000000..94f76a7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseRandom.js @@ -0,0 +1,18 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeFloor = Math.floor, + nativeRandom = Math.random; + +/** + * The base implementation of `_.random` without support for returning + * floating-point numbers. + * + * @private + * @param {number} lower The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the random number. + */ +function baseRandom(lower, upper) { + return lower + nativeFloor(nativeRandom() * (upper - lower + 1)); +} + +module.exports = baseRandom; diff --git a/typescript/hello-world/node_modules/lodash/_baseRange.js b/typescript/hello-world/node_modules/lodash/_baseRange.js new file mode 100644 index 0000000..0fb8e41 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseRange.js @@ -0,0 +1,28 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeCeil = Math.ceil, + nativeMax = Math.max; + +/** + * The base implementation of `_.range` and `_.rangeRight` which doesn't + * coerce arguments. + * + * @private + * @param {number} start The start of the range. + * @param {number} end The end of the range. + * @param {number} step The value to increment or decrement by. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Array} Returns the range of numbers. + */ +function baseRange(start, end, step, fromRight) { + var index = -1, + length = nativeMax(nativeCeil((end - start) / (step || 1)), 0), + result = Array(length); + + while (length--) { + result[fromRight ? length : ++index] = start; + start += step; + } + return result; +} + +module.exports = baseRange; diff --git a/typescript/hello-world/node_modules/lodash/_baseReduce.js b/typescript/hello-world/node_modules/lodash/_baseReduce.js new file mode 100644 index 0000000..5a1f8b5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseReduce.js @@ -0,0 +1,23 @@ +/** + * The base implementation of `_.reduce` and `_.reduceRight`, without support + * for iteratee shorthands, which iterates over `collection` using `eachFunc`. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} accumulator The initial value. + * @param {boolean} initAccum Specify using the first or last element of + * `collection` as the initial value. + * @param {Function} eachFunc The function to iterate over `collection`. + * @returns {*} Returns the accumulated value. + */ +function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) { + eachFunc(collection, function(value, index, collection) { + accumulator = initAccum + ? (initAccum = false, value) + : iteratee(accumulator, value, index, collection); + }); + return accumulator; +} + +module.exports = baseReduce; diff --git a/typescript/hello-world/node_modules/lodash/_baseRepeat.js b/typescript/hello-world/node_modules/lodash/_baseRepeat.js new file mode 100644 index 0000000..ee44c31 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseRepeat.js @@ -0,0 +1,35 @@ +/** Used as references for various `Number` constants. */ +var MAX_SAFE_INTEGER = 9007199254740991; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeFloor = Math.floor; + +/** + * The base implementation of `_.repeat` which doesn't coerce arguments. + * + * @private + * @param {string} string The string to repeat. + * @param {number} n The number of times to repeat the string. + * @returns {string} Returns the repeated string. + */ +function baseRepeat(string, n) { + var result = ''; + if (!string || n < 1 || n > MAX_SAFE_INTEGER) { + return result; + } + // Leverage the exponentiation by squaring algorithm for a faster repeat. + // See https://en.wikipedia.org/wiki/Exponentiation_by_squaring for more details. + do { + if (n % 2) { + result += string; + } + n = nativeFloor(n / 2); + if (n) { + string += string; + } + } while (n); + + return result; +} + +module.exports = baseRepeat; diff --git a/typescript/hello-world/node_modules/lodash/_baseRest.js b/typescript/hello-world/node_modules/lodash/_baseRest.js new file mode 100644 index 0000000..d0dc4bd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseRest.js @@ -0,0 +1,17 @@ +var identity = require('./identity'), + overRest = require('./_overRest'), + setToString = require('./_setToString'); + +/** + * The base implementation of `_.rest` which doesn't validate or coerce arguments. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @returns {Function} Returns the new function. + */ +function baseRest(func, start) { + return setToString(overRest(func, start, identity), func + ''); +} + +module.exports = baseRest; diff --git a/typescript/hello-world/node_modules/lodash/_baseSample.js b/typescript/hello-world/node_modules/lodash/_baseSample.js new file mode 100644 index 0000000..58582b9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSample.js @@ -0,0 +1,15 @@ +var arraySample = require('./_arraySample'), + values = require('./values'); + +/** + * The base implementation of `_.sample`. + * + * @private + * @param {Array|Object} collection The collection to sample. + * @returns {*} Returns the random element. + */ +function baseSample(collection) { + return arraySample(values(collection)); +} + +module.exports = baseSample; diff --git a/typescript/hello-world/node_modules/lodash/_baseSampleSize.js b/typescript/hello-world/node_modules/lodash/_baseSampleSize.js new file mode 100644 index 0000000..5c90ec5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSampleSize.js @@ -0,0 +1,18 @@ +var baseClamp = require('./_baseClamp'), + shuffleSelf = require('./_shuffleSelf'), + values = require('./values'); + +/** + * The base implementation of `_.sampleSize` without param guards. + * + * @private + * @param {Array|Object} collection The collection to sample. + * @param {number} n The number of elements to sample. + * @returns {Array} Returns the random elements. + */ +function baseSampleSize(collection, n) { + var array = values(collection); + return shuffleSelf(array, baseClamp(n, 0, array.length)); +} + +module.exports = baseSampleSize; diff --git a/typescript/hello-world/node_modules/lodash/_baseSet.js b/typescript/hello-world/node_modules/lodash/_baseSet.js new file mode 100644 index 0000000..612a24c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSet.js @@ -0,0 +1,47 @@ +var assignValue = require('./_assignValue'), + castPath = require('./_castPath'), + isIndex = require('./_isIndex'), + isObject = require('./isObject'), + toKey = require('./_toKey'); + +/** + * The base implementation of `_.set`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {*} value The value to set. + * @param {Function} [customizer] The function to customize path creation. + * @returns {Object} Returns `object`. + */ +function baseSet(object, path, value, customizer) { + if (!isObject(object)) { + return object; + } + path = castPath(path, object); + + var index = -1, + length = path.length, + lastIndex = length - 1, + nested = object; + + while (nested != null && ++index < length) { + var key = toKey(path[index]), + newValue = value; + + if (index != lastIndex) { + var objValue = nested[key]; + newValue = customizer ? customizer(objValue, key, nested) : undefined; + if (newValue === undefined) { + newValue = isObject(objValue) + ? objValue + : (isIndex(path[index + 1]) ? [] : {}); + } + } + assignValue(nested, key, newValue); + nested = nested[key]; + } + return object; +} + +module.exports = baseSet; diff --git a/typescript/hello-world/node_modules/lodash/_baseSetData.js b/typescript/hello-world/node_modules/lodash/_baseSetData.js new file mode 100644 index 0000000..c409947 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSetData.js @@ -0,0 +1,17 @@ +var identity = require('./identity'), + metaMap = require('./_metaMap'); + +/** + * The base implementation of `setData` without support for hot loop shorting. + * + * @private + * @param {Function} func The function to associate metadata with. + * @param {*} data The metadata. + * @returns {Function} Returns `func`. + */ +var baseSetData = !metaMap ? identity : function(func, data) { + metaMap.set(func, data); + return func; +}; + +module.exports = baseSetData; diff --git a/typescript/hello-world/node_modules/lodash/_baseSetToString.js b/typescript/hello-world/node_modules/lodash/_baseSetToString.js new file mode 100644 index 0000000..89eaca3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSetToString.js @@ -0,0 +1,22 @@ +var constant = require('./constant'), + defineProperty = require('./_defineProperty'), + identity = require('./identity'); + +/** + * The base implementation of `setToString` without support for hot loop shorting. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ +var baseSetToString = !defineProperty ? identity : function(func, string) { + return defineProperty(func, 'toString', { + 'configurable': true, + 'enumerable': false, + 'value': constant(string), + 'writable': true + }); +}; + +module.exports = baseSetToString; diff --git a/typescript/hello-world/node_modules/lodash/_baseShuffle.js b/typescript/hello-world/node_modules/lodash/_baseShuffle.js new file mode 100644 index 0000000..023077a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseShuffle.js @@ -0,0 +1,15 @@ +var shuffleSelf = require('./_shuffleSelf'), + values = require('./values'); + +/** + * The base implementation of `_.shuffle`. + * + * @private + * @param {Array|Object} collection The collection to shuffle. + * @returns {Array} Returns the new shuffled array. + */ +function baseShuffle(collection) { + return shuffleSelf(values(collection)); +} + +module.exports = baseShuffle; diff --git a/typescript/hello-world/node_modules/lodash/_baseSlice.js b/typescript/hello-world/node_modules/lodash/_baseSlice.js new file mode 100644 index 0000000..786f6c9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSlice.js @@ -0,0 +1,31 @@ +/** + * The base implementation of `_.slice` without an iteratee call guard. + * + * @private + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ +function baseSlice(array, start, end) { + var index = -1, + length = array.length; + + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = end > length ? length : end; + if (end < 0) { + end += length; + } + length = start > end ? 0 : ((end - start) >>> 0); + start >>>= 0; + + var result = Array(length); + while (++index < length) { + result[index] = array[index + start]; + } + return result; +} + +module.exports = baseSlice; diff --git a/typescript/hello-world/node_modules/lodash/_baseSome.js b/typescript/hello-world/node_modules/lodash/_baseSome.js new file mode 100644 index 0000000..58f3f44 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSome.js @@ -0,0 +1,22 @@ +var baseEach = require('./_baseEach'); + +/** + * The base implementation of `_.some` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ +function baseSome(collection, predicate) { + var result; + + baseEach(collection, function(value, index, collection) { + result = predicate(value, index, collection); + return !result; + }); + return !!result; +} + +module.exports = baseSome; diff --git a/typescript/hello-world/node_modules/lodash/_baseSortBy.js b/typescript/hello-world/node_modules/lodash/_baseSortBy.js new file mode 100644 index 0000000..a25c92e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSortBy.js @@ -0,0 +1,21 @@ +/** + * The base implementation of `_.sortBy` which uses `comparer` to define the + * sort order of `array` and replaces criteria objects with their corresponding + * values. + * + * @private + * @param {Array} array The array to sort. + * @param {Function} comparer The function to define sort order. + * @returns {Array} Returns `array`. + */ +function baseSortBy(array, comparer) { + var length = array.length; + + array.sort(comparer); + while (length--) { + array[length] = array[length].value; + } + return array; +} + +module.exports = baseSortBy; diff --git a/typescript/hello-world/node_modules/lodash/_baseSortedIndex.js b/typescript/hello-world/node_modules/lodash/_baseSortedIndex.js new file mode 100644 index 0000000..638c366 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSortedIndex.js @@ -0,0 +1,42 @@ +var baseSortedIndexBy = require('./_baseSortedIndexBy'), + identity = require('./identity'), + isSymbol = require('./isSymbol'); + +/** Used as references for the maximum length and index of an array. */ +var MAX_ARRAY_LENGTH = 4294967295, + HALF_MAX_ARRAY_LENGTH = MAX_ARRAY_LENGTH >>> 1; + +/** + * The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which + * performs a binary search of `array` to determine the index at which `value` + * should be inserted into `array` in order to maintain its sort order. + * + * @private + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {boolean} [retHighest] Specify returning the highest qualified index. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + */ +function baseSortedIndex(array, value, retHighest) { + var low = 0, + high = array == null ? low : array.length; + + if (typeof value == 'number' && value === value && high <= HALF_MAX_ARRAY_LENGTH) { + while (low < high) { + var mid = (low + high) >>> 1, + computed = array[mid]; + + if (computed !== null && !isSymbol(computed) && + (retHighest ? (computed <= value) : (computed < value))) { + low = mid + 1; + } else { + high = mid; + } + } + return high; + } + return baseSortedIndexBy(array, value, identity, retHighest); +} + +module.exports = baseSortedIndex; diff --git a/typescript/hello-world/node_modules/lodash/_baseSortedIndexBy.js b/typescript/hello-world/node_modules/lodash/_baseSortedIndexBy.js new file mode 100644 index 0000000..bb22e36 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSortedIndexBy.js @@ -0,0 +1,64 @@ +var isSymbol = require('./isSymbol'); + +/** Used as references for the maximum length and index of an array. */ +var MAX_ARRAY_LENGTH = 4294967295, + MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeFloor = Math.floor, + nativeMin = Math.min; + +/** + * The base implementation of `_.sortedIndexBy` and `_.sortedLastIndexBy` + * which invokes `iteratee` for `value` and each element of `array` to compute + * their sort ranking. The iteratee is invoked with one argument; (value). + * + * @private + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {Function} iteratee The iteratee invoked per element. + * @param {boolean} [retHighest] Specify returning the highest qualified index. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + */ +function baseSortedIndexBy(array, value, iteratee, retHighest) { + value = iteratee(value); + + var low = 0, + high = array == null ? 0 : array.length, + valIsNaN = value !== value, + valIsNull = value === null, + valIsSymbol = isSymbol(value), + valIsUndefined = value === undefined; + + while (low < high) { + var mid = nativeFloor((low + high) / 2), + computed = iteratee(array[mid]), + othIsDefined = computed !== undefined, + othIsNull = computed === null, + othIsReflexive = computed === computed, + othIsSymbol = isSymbol(computed); + + if (valIsNaN) { + var setLow = retHighest || othIsReflexive; + } else if (valIsUndefined) { + setLow = othIsReflexive && (retHighest || othIsDefined); + } else if (valIsNull) { + setLow = othIsReflexive && othIsDefined && (retHighest || !othIsNull); + } else if (valIsSymbol) { + setLow = othIsReflexive && othIsDefined && !othIsNull && (retHighest || !othIsSymbol); + } else if (othIsNull || othIsSymbol) { + setLow = false; + } else { + setLow = retHighest ? (computed <= value) : (computed < value); + } + if (setLow) { + low = mid + 1; + } else { + high = mid; + } + } + return nativeMin(high, MAX_ARRAY_INDEX); +} + +module.exports = baseSortedIndexBy; diff --git a/typescript/hello-world/node_modules/lodash/_baseSortedUniq.js b/typescript/hello-world/node_modules/lodash/_baseSortedUniq.js new file mode 100644 index 0000000..802159a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSortedUniq.js @@ -0,0 +1,30 @@ +var eq = require('./eq'); + +/** + * The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. + */ +function baseSortedUniq(array, iteratee) { + var index = -1, + length = array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + if (!index || !eq(computed, seen)) { + var seen = computed; + result[resIndex++] = value === 0 ? 0 : value; + } + } + return result; +} + +module.exports = baseSortedUniq; diff --git a/typescript/hello-world/node_modules/lodash/_baseSum.js b/typescript/hello-world/node_modules/lodash/_baseSum.js new file mode 100644 index 0000000..a9e84c1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseSum.js @@ -0,0 +1,24 @@ +/** + * The base implementation of `_.sum` and `_.sumBy` without support for + * iteratee shorthands. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {number} Returns the sum. + */ +function baseSum(array, iteratee) { + var result, + index = -1, + length = array.length; + + while (++index < length) { + var current = iteratee(array[index]); + if (current !== undefined) { + result = result === undefined ? current : (result + current); + } + } + return result; +} + +module.exports = baseSum; diff --git a/typescript/hello-world/node_modules/lodash/_baseTimes.js b/typescript/hello-world/node_modules/lodash/_baseTimes.js new file mode 100644 index 0000000..0603fc3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseTimes.js @@ -0,0 +1,20 @@ +/** + * The base implementation of `_.times` without support for iteratee shorthands + * or max array length checks. + * + * @private + * @param {number} n The number of times to invoke `iteratee`. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the array of results. + */ +function baseTimes(n, iteratee) { + var index = -1, + result = Array(n); + + while (++index < n) { + result[index] = iteratee(index); + } + return result; +} + +module.exports = baseTimes; diff --git a/typescript/hello-world/node_modules/lodash/_baseToNumber.js b/typescript/hello-world/node_modules/lodash/_baseToNumber.js new file mode 100644 index 0000000..04859f3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseToNumber.js @@ -0,0 +1,24 @@ +var isSymbol = require('./isSymbol'); + +/** Used as references for various `Number` constants. */ +var NAN = 0 / 0; + +/** + * The base implementation of `_.toNumber` which doesn't ensure correct + * conversions of binary, hexadecimal, or octal string values. + * + * @private + * @param {*} value The value to process. + * @returns {number} Returns the number. + */ +function baseToNumber(value) { + if (typeof value == 'number') { + return value; + } + if (isSymbol(value)) { + return NAN; + } + return +value; +} + +module.exports = baseToNumber; diff --git a/typescript/hello-world/node_modules/lodash/_baseToPairs.js b/typescript/hello-world/node_modules/lodash/_baseToPairs.js new file mode 100644 index 0000000..bff1991 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseToPairs.js @@ -0,0 +1,18 @@ +var arrayMap = require('./_arrayMap'); + +/** + * The base implementation of `_.toPairs` and `_.toPairsIn` which creates an array + * of key-value pairs for `object` corresponding to the property names of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the key-value pairs. + */ +function baseToPairs(object, props) { + return arrayMap(props, function(key) { + return [key, object[key]]; + }); +} + +module.exports = baseToPairs; diff --git a/typescript/hello-world/node_modules/lodash/_baseToString.js b/typescript/hello-world/node_modules/lodash/_baseToString.js new file mode 100644 index 0000000..ada6ad2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseToString.js @@ -0,0 +1,37 @@ +var Symbol = require('./_Symbol'), + arrayMap = require('./_arrayMap'), + isArray = require('./isArray'), + isSymbol = require('./isSymbol'); + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0; + +/** Used to convert symbols to primitives and strings. */ +var symbolProto = Symbol ? Symbol.prototype : undefined, + symbolToString = symbolProto ? symbolProto.toString : undefined; + +/** + * The base implementation of `_.toString` which doesn't convert nullish + * values to empty strings. + * + * @private + * @param {*} value The value to process. + * @returns {string} Returns the string. + */ +function baseToString(value) { + // Exit early for strings to avoid a performance hit in some environments. + if (typeof value == 'string') { + return value; + } + if (isArray(value)) { + // Recursively convert values (susceptible to call stack limits). + return arrayMap(value, baseToString) + ''; + } + if (isSymbol(value)) { + return symbolToString ? symbolToString.call(value) : ''; + } + var result = (value + ''); + return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; +} + +module.exports = baseToString; diff --git a/typescript/hello-world/node_modules/lodash/_baseUnary.js b/typescript/hello-world/node_modules/lodash/_baseUnary.js new file mode 100644 index 0000000..98639e9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseUnary.js @@ -0,0 +1,14 @@ +/** + * The base implementation of `_.unary` without support for storing metadata. + * + * @private + * @param {Function} func The function to cap arguments for. + * @returns {Function} Returns the new capped function. + */ +function baseUnary(func) { + return function(value) { + return func(value); + }; +} + +module.exports = baseUnary; diff --git a/typescript/hello-world/node_modules/lodash/_baseUniq.js b/typescript/hello-world/node_modules/lodash/_baseUniq.js new file mode 100644 index 0000000..aea459d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseUniq.js @@ -0,0 +1,72 @@ +var SetCache = require('./_SetCache'), + arrayIncludes = require('./_arrayIncludes'), + arrayIncludesWith = require('./_arrayIncludesWith'), + cacheHas = require('./_cacheHas'), + createSet = require('./_createSet'), + setToArray = require('./_setToArray'); + +/** Used as the size to enable large array optimizations. */ +var LARGE_ARRAY_SIZE = 200; + +/** + * The base implementation of `_.uniqBy` without support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new duplicate free array. + */ +function baseUniq(array, iteratee, comparator) { + var index = -1, + includes = arrayIncludes, + length = array.length, + isCommon = true, + result = [], + seen = result; + + if (comparator) { + isCommon = false; + includes = arrayIncludesWith; + } + else if (length >= LARGE_ARRAY_SIZE) { + var set = iteratee ? null : createSet(array); + if (set) { + return setToArray(set); + } + isCommon = false; + includes = cacheHas; + seen = new SetCache; + } + else { + seen = iteratee ? [] : result; + } + outer: + while (++index < length) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + value = (comparator || value !== 0) ? value : 0; + if (isCommon && computed === computed) { + var seenIndex = seen.length; + while (seenIndex--) { + if (seen[seenIndex] === computed) { + continue outer; + } + } + if (iteratee) { + seen.push(computed); + } + result.push(value); + } + else if (!includes(seen, computed, comparator)) { + if (seen !== result) { + seen.push(computed); + } + result.push(value); + } + } + return result; +} + +module.exports = baseUniq; diff --git a/typescript/hello-world/node_modules/lodash/_baseUnset.js b/typescript/hello-world/node_modules/lodash/_baseUnset.js new file mode 100644 index 0000000..eefc6e3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseUnset.js @@ -0,0 +1,20 @@ +var castPath = require('./_castPath'), + last = require('./last'), + parent = require('./_parent'), + toKey = require('./_toKey'); + +/** + * The base implementation of `_.unset`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The property path to unset. + * @returns {boolean} Returns `true` if the property is deleted, else `false`. + */ +function baseUnset(object, path) { + path = castPath(path, object); + object = parent(object, path); + return object == null || delete object[toKey(last(path))]; +} + +module.exports = baseUnset; diff --git a/typescript/hello-world/node_modules/lodash/_baseUpdate.js b/typescript/hello-world/node_modules/lodash/_baseUpdate.js new file mode 100644 index 0000000..92a6237 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseUpdate.js @@ -0,0 +1,18 @@ +var baseGet = require('./_baseGet'), + baseSet = require('./_baseSet'); + +/** + * The base implementation of `_.update`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to update. + * @param {Function} updater The function to produce the updated value. + * @param {Function} [customizer] The function to customize path creation. + * @returns {Object} Returns `object`. + */ +function baseUpdate(object, path, updater, customizer) { + return baseSet(object, path, updater(baseGet(object, path)), customizer); +} + +module.exports = baseUpdate; diff --git a/typescript/hello-world/node_modules/lodash/_baseValues.js b/typescript/hello-world/node_modules/lodash/_baseValues.js new file mode 100644 index 0000000..b95faad --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseValues.js @@ -0,0 +1,19 @@ +var arrayMap = require('./_arrayMap'); + +/** + * The base implementation of `_.values` and `_.valuesIn` which creates an + * array of `object` property values corresponding to the property names + * of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the array of property values. + */ +function baseValues(object, props) { + return arrayMap(props, function(key) { + return object[key]; + }); +} + +module.exports = baseValues; diff --git a/typescript/hello-world/node_modules/lodash/_baseWhile.js b/typescript/hello-world/node_modules/lodash/_baseWhile.js new file mode 100644 index 0000000..07eac61 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseWhile.js @@ -0,0 +1,26 @@ +var baseSlice = require('./_baseSlice'); + +/** + * The base implementation of methods like `_.dropWhile` and `_.takeWhile` + * without support for iteratee shorthands. + * + * @private + * @param {Array} array The array to query. + * @param {Function} predicate The function invoked per iteration. + * @param {boolean} [isDrop] Specify dropping elements instead of taking them. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Array} Returns the slice of `array`. + */ +function baseWhile(array, predicate, isDrop, fromRight) { + var length = array.length, + index = fromRight ? length : -1; + + while ((fromRight ? index-- : ++index < length) && + predicate(array[index], index, array)) {} + + return isDrop + ? baseSlice(array, (fromRight ? 0 : index), (fromRight ? index + 1 : length)) + : baseSlice(array, (fromRight ? index + 1 : 0), (fromRight ? length : index)); +} + +module.exports = baseWhile; diff --git a/typescript/hello-world/node_modules/lodash/_baseWrapperValue.js b/typescript/hello-world/node_modules/lodash/_baseWrapperValue.js new file mode 100644 index 0000000..443e0df --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseWrapperValue.js @@ -0,0 +1,25 @@ +var LazyWrapper = require('./_LazyWrapper'), + arrayPush = require('./_arrayPush'), + arrayReduce = require('./_arrayReduce'); + +/** + * The base implementation of `wrapperValue` which returns the result of + * performing a sequence of actions on the unwrapped `value`, where each + * successive action is supplied the return value of the previous. + * + * @private + * @param {*} value The unwrapped value. + * @param {Array} actions Actions to perform to resolve the unwrapped value. + * @returns {*} Returns the resolved value. + */ +function baseWrapperValue(value, actions) { + var result = value; + if (result instanceof LazyWrapper) { + result = result.value(); + } + return arrayReduce(actions, function(result, action) { + return action.func.apply(action.thisArg, arrayPush([result], action.args)); + }, result); +} + +module.exports = baseWrapperValue; diff --git a/typescript/hello-world/node_modules/lodash/_baseXor.js b/typescript/hello-world/node_modules/lodash/_baseXor.js new file mode 100644 index 0000000..8e69338 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseXor.js @@ -0,0 +1,36 @@ +var baseDifference = require('./_baseDifference'), + baseFlatten = require('./_baseFlatten'), + baseUniq = require('./_baseUniq'); + +/** + * The base implementation of methods like `_.xor`, without support for + * iteratee shorthands, that accepts an array of arrays to inspect. + * + * @private + * @param {Array} arrays The arrays to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of values. + */ +function baseXor(arrays, iteratee, comparator) { + var length = arrays.length; + if (length < 2) { + return length ? baseUniq(arrays[0]) : []; + } + var index = -1, + result = Array(length); + + while (++index < length) { + var array = arrays[index], + othIndex = -1; + + while (++othIndex < length) { + if (othIndex != index) { + result[index] = baseDifference(result[index] || array, arrays[othIndex], iteratee, comparator); + } + } + } + return baseUniq(baseFlatten(result, 1), iteratee, comparator); +} + +module.exports = baseXor; diff --git a/typescript/hello-world/node_modules/lodash/_baseZipObject.js b/typescript/hello-world/node_modules/lodash/_baseZipObject.js new file mode 100644 index 0000000..401f85b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_baseZipObject.js @@ -0,0 +1,23 @@ +/** + * This base implementation of `_.zipObject` which assigns values using `assignFunc`. + * + * @private + * @param {Array} props The property identifiers. + * @param {Array} values The property values. + * @param {Function} assignFunc The function to assign values. + * @returns {Object} Returns the new object. + */ +function baseZipObject(props, values, assignFunc) { + var index = -1, + length = props.length, + valsLength = values.length, + result = {}; + + while (++index < length) { + var value = index < valsLength ? values[index] : undefined; + assignFunc(result, props[index], value); + } + return result; +} + +module.exports = baseZipObject; diff --git a/typescript/hello-world/node_modules/lodash/_cacheHas.js b/typescript/hello-world/node_modules/lodash/_cacheHas.js new file mode 100644 index 0000000..2dec892 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_cacheHas.js @@ -0,0 +1,13 @@ +/** + * Checks if a `cache` value for `key` exists. + * + * @private + * @param {Object} cache The cache to query. + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ +function cacheHas(cache, key) { + return cache.has(key); +} + +module.exports = cacheHas; diff --git a/typescript/hello-world/node_modules/lodash/_castArrayLikeObject.js b/typescript/hello-world/node_modules/lodash/_castArrayLikeObject.js new file mode 100644 index 0000000..92c75fa --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_castArrayLikeObject.js @@ -0,0 +1,14 @@ +var isArrayLikeObject = require('./isArrayLikeObject'); + +/** + * Casts `value` to an empty array if it's not an array like object. + * + * @private + * @param {*} value The value to inspect. + * @returns {Array|Object} Returns the cast array-like object. + */ +function castArrayLikeObject(value) { + return isArrayLikeObject(value) ? value : []; +} + +module.exports = castArrayLikeObject; diff --git a/typescript/hello-world/node_modules/lodash/_castFunction.js b/typescript/hello-world/node_modules/lodash/_castFunction.js new file mode 100644 index 0000000..98c91ae --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_castFunction.js @@ -0,0 +1,14 @@ +var identity = require('./identity'); + +/** + * Casts `value` to `identity` if it's not a function. + * + * @private + * @param {*} value The value to inspect. + * @returns {Function} Returns cast function. + */ +function castFunction(value) { + return typeof value == 'function' ? value : identity; +} + +module.exports = castFunction; diff --git a/typescript/hello-world/node_modules/lodash/_castPath.js b/typescript/hello-world/node_modules/lodash/_castPath.js new file mode 100644 index 0000000..017e4c1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_castPath.js @@ -0,0 +1,21 @@ +var isArray = require('./isArray'), + isKey = require('./_isKey'), + stringToPath = require('./_stringToPath'), + toString = require('./toString'); + +/** + * Casts `value` to a path array if it's not one. + * + * @private + * @param {*} value The value to inspect. + * @param {Object} [object] The object to query keys on. + * @returns {Array} Returns the cast property path array. + */ +function castPath(value, object) { + if (isArray(value)) { + return value; + } + return isKey(value, object) ? [value] : stringToPath(toString(value)); +} + +module.exports = castPath; diff --git a/typescript/hello-world/node_modules/lodash/_castRest.js b/typescript/hello-world/node_modules/lodash/_castRest.js new file mode 100644 index 0000000..213c66f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_castRest.js @@ -0,0 +1,14 @@ +var baseRest = require('./_baseRest'); + +/** + * A `baseRest` alias which can be replaced with `identity` by module + * replacement plugins. + * + * @private + * @type {Function} + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ +var castRest = baseRest; + +module.exports = castRest; diff --git a/typescript/hello-world/node_modules/lodash/_castSlice.js b/typescript/hello-world/node_modules/lodash/_castSlice.js new file mode 100644 index 0000000..071faeb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_castSlice.js @@ -0,0 +1,18 @@ +var baseSlice = require('./_baseSlice'); + +/** + * Casts `array` to a slice if it's needed. + * + * @private + * @param {Array} array The array to inspect. + * @param {number} start The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the cast slice. + */ +function castSlice(array, start, end) { + var length = array.length; + end = end === undefined ? length : end; + return (!start && end >= length) ? array : baseSlice(array, start, end); +} + +module.exports = castSlice; diff --git a/typescript/hello-world/node_modules/lodash/_charsEndIndex.js b/typescript/hello-world/node_modules/lodash/_charsEndIndex.js new file mode 100644 index 0000000..07908ff --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_charsEndIndex.js @@ -0,0 +1,19 @@ +var baseIndexOf = require('./_baseIndexOf'); + +/** + * Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol + * that is not found in the character symbols. + * + * @private + * @param {Array} strSymbols The string symbols to inspect. + * @param {Array} chrSymbols The character symbols to find. + * @returns {number} Returns the index of the last unmatched string symbol. + */ +function charsEndIndex(strSymbols, chrSymbols) { + var index = strSymbols.length; + + while (index-- && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} + return index; +} + +module.exports = charsEndIndex; diff --git a/typescript/hello-world/node_modules/lodash/_charsStartIndex.js b/typescript/hello-world/node_modules/lodash/_charsStartIndex.js new file mode 100644 index 0000000..b17afd2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_charsStartIndex.js @@ -0,0 +1,20 @@ +var baseIndexOf = require('./_baseIndexOf'); + +/** + * Used by `_.trim` and `_.trimStart` to get the index of the first string symbol + * that is not found in the character symbols. + * + * @private + * @param {Array} strSymbols The string symbols to inspect. + * @param {Array} chrSymbols The character symbols to find. + * @returns {number} Returns the index of the first unmatched string symbol. + */ +function charsStartIndex(strSymbols, chrSymbols) { + var index = -1, + length = strSymbols.length; + + while (++index < length && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} + return index; +} + +module.exports = charsStartIndex; diff --git a/typescript/hello-world/node_modules/lodash/_cloneArrayBuffer.js b/typescript/hello-world/node_modules/lodash/_cloneArrayBuffer.js new file mode 100644 index 0000000..c3d8f6e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_cloneArrayBuffer.js @@ -0,0 +1,16 @@ +var Uint8Array = require('./_Uint8Array'); + +/** + * Creates a clone of `arrayBuffer`. + * + * @private + * @param {ArrayBuffer} arrayBuffer The array buffer to clone. + * @returns {ArrayBuffer} Returns the cloned array buffer. + */ +function cloneArrayBuffer(arrayBuffer) { + var result = new arrayBuffer.constructor(arrayBuffer.byteLength); + new Uint8Array(result).set(new Uint8Array(arrayBuffer)); + return result; +} + +module.exports = cloneArrayBuffer; diff --git a/typescript/hello-world/node_modules/lodash/_cloneBuffer.js b/typescript/hello-world/node_modules/lodash/_cloneBuffer.js new file mode 100644 index 0000000..27c4810 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_cloneBuffer.js @@ -0,0 +1,35 @@ +var root = require('./_root'); + +/** Detect free variable `exports`. */ +var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + +/** Detect free variable `module`. */ +var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + +/** Detect the popular CommonJS extension `module.exports`. */ +var moduleExports = freeModule && freeModule.exports === freeExports; + +/** Built-in value references. */ +var Buffer = moduleExports ? root.Buffer : undefined, + allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined; + +/** + * Creates a clone of `buffer`. + * + * @private + * @param {Buffer} buffer The buffer to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Buffer} Returns the cloned buffer. + */ +function cloneBuffer(buffer, isDeep) { + if (isDeep) { + return buffer.slice(); + } + var length = buffer.length, + result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length); + + buffer.copy(result); + return result; +} + +module.exports = cloneBuffer; diff --git a/typescript/hello-world/node_modules/lodash/_cloneDataView.js b/typescript/hello-world/node_modules/lodash/_cloneDataView.js new file mode 100644 index 0000000..9c9b7b0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_cloneDataView.js @@ -0,0 +1,16 @@ +var cloneArrayBuffer = require('./_cloneArrayBuffer'); + +/** + * Creates a clone of `dataView`. + * + * @private + * @param {Object} dataView The data view to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned data view. + */ +function cloneDataView(dataView, isDeep) { + var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer; + return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength); +} + +module.exports = cloneDataView; diff --git a/typescript/hello-world/node_modules/lodash/_cloneMap.js b/typescript/hello-world/node_modules/lodash/_cloneMap.js new file mode 100644 index 0000000..334b73e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_cloneMap.js @@ -0,0 +1,22 @@ +var addMapEntry = require('./_addMapEntry'), + arrayReduce = require('./_arrayReduce'), + mapToArray = require('./_mapToArray'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1; + +/** + * Creates a clone of `map`. + * + * @private + * @param {Object} map The map to clone. + * @param {Function} cloneFunc The function to clone values. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned map. + */ +function cloneMap(map, isDeep, cloneFunc) { + var array = isDeep ? cloneFunc(mapToArray(map), CLONE_DEEP_FLAG) : mapToArray(map); + return arrayReduce(array, addMapEntry, new map.constructor); +} + +module.exports = cloneMap; diff --git a/typescript/hello-world/node_modules/lodash/_cloneRegExp.js b/typescript/hello-world/node_modules/lodash/_cloneRegExp.js new file mode 100644 index 0000000..64a30df --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_cloneRegExp.js @@ -0,0 +1,17 @@ +/** Used to match `RegExp` flags from their coerced string values. */ +var reFlags = /\w*$/; + +/** + * Creates a clone of `regexp`. + * + * @private + * @param {Object} regexp The regexp to clone. + * @returns {Object} Returns the cloned regexp. + */ +function cloneRegExp(regexp) { + var result = new regexp.constructor(regexp.source, reFlags.exec(regexp)); + result.lastIndex = regexp.lastIndex; + return result; +} + +module.exports = cloneRegExp; diff --git a/typescript/hello-world/node_modules/lodash/_cloneSet.js b/typescript/hello-world/node_modules/lodash/_cloneSet.js new file mode 100644 index 0000000..713a2f7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_cloneSet.js @@ -0,0 +1,22 @@ +var addSetEntry = require('./_addSetEntry'), + arrayReduce = require('./_arrayReduce'), + setToArray = require('./_setToArray'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1; + +/** + * Creates a clone of `set`. + * + * @private + * @param {Object} set The set to clone. + * @param {Function} cloneFunc The function to clone values. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned set. + */ +function cloneSet(set, isDeep, cloneFunc) { + var array = isDeep ? cloneFunc(setToArray(set), CLONE_DEEP_FLAG) : setToArray(set); + return arrayReduce(array, addSetEntry, new set.constructor); +} + +module.exports = cloneSet; diff --git a/typescript/hello-world/node_modules/lodash/_cloneSymbol.js b/typescript/hello-world/node_modules/lodash/_cloneSymbol.js new file mode 100644 index 0000000..bede39f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_cloneSymbol.js @@ -0,0 +1,18 @@ +var Symbol = require('./_Symbol'); + +/** Used to convert symbols to primitives and strings. */ +var symbolProto = Symbol ? Symbol.prototype : undefined, + symbolValueOf = symbolProto ? symbolProto.valueOf : undefined; + +/** + * Creates a clone of the `symbol` object. + * + * @private + * @param {Object} symbol The symbol object to clone. + * @returns {Object} Returns the cloned symbol object. + */ +function cloneSymbol(symbol) { + return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {}; +} + +module.exports = cloneSymbol; diff --git a/typescript/hello-world/node_modules/lodash/_cloneTypedArray.js b/typescript/hello-world/node_modules/lodash/_cloneTypedArray.js new file mode 100644 index 0000000..7aad84d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_cloneTypedArray.js @@ -0,0 +1,16 @@ +var cloneArrayBuffer = require('./_cloneArrayBuffer'); + +/** + * Creates a clone of `typedArray`. + * + * @private + * @param {Object} typedArray The typed array to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned typed array. + */ +function cloneTypedArray(typedArray, isDeep) { + var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer; + return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length); +} + +module.exports = cloneTypedArray; diff --git a/typescript/hello-world/node_modules/lodash/_compareAscending.js b/typescript/hello-world/node_modules/lodash/_compareAscending.js new file mode 100644 index 0000000..8dc2791 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_compareAscending.js @@ -0,0 +1,41 @@ +var isSymbol = require('./isSymbol'); + +/** + * Compares values to sort them in ascending order. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {number} Returns the sort order indicator for `value`. + */ +function compareAscending(value, other) { + if (value !== other) { + var valIsDefined = value !== undefined, + valIsNull = value === null, + valIsReflexive = value === value, + valIsSymbol = isSymbol(value); + + var othIsDefined = other !== undefined, + othIsNull = other === null, + othIsReflexive = other === other, + othIsSymbol = isSymbol(other); + + if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) || + (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) || + (valIsNull && othIsDefined && othIsReflexive) || + (!valIsDefined && othIsReflexive) || + !valIsReflexive) { + return 1; + } + if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) || + (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) || + (othIsNull && valIsDefined && valIsReflexive) || + (!othIsDefined && valIsReflexive) || + !othIsReflexive) { + return -1; + } + } + return 0; +} + +module.exports = compareAscending; diff --git a/typescript/hello-world/node_modules/lodash/_compareMultiple.js b/typescript/hello-world/node_modules/lodash/_compareMultiple.js new file mode 100644 index 0000000..ad61f0f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_compareMultiple.js @@ -0,0 +1,44 @@ +var compareAscending = require('./_compareAscending'); + +/** + * Used by `_.orderBy` to compare multiple properties of a value to another + * and stable sort them. + * + * If `orders` is unspecified, all values are sorted in ascending order. Otherwise, + * specify an order of "desc" for descending or "asc" for ascending sort order + * of corresponding values. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {boolean[]|string[]} orders The order to sort by for each property. + * @returns {number} Returns the sort order indicator for `object`. + */ +function compareMultiple(object, other, orders) { + var index = -1, + objCriteria = object.criteria, + othCriteria = other.criteria, + length = objCriteria.length, + ordersLength = orders.length; + + while (++index < length) { + var result = compareAscending(objCriteria[index], othCriteria[index]); + if (result) { + if (index >= ordersLength) { + return result; + } + var order = orders[index]; + return result * (order == 'desc' ? -1 : 1); + } + } + // Fixes an `Array#sort` bug in the JS engine embedded in Adobe applications + // that causes it, under certain circumstances, to provide the same value for + // `object` and `other`. See https://github.com/jashkenas/underscore/pull/1247 + // for more details. + // + // This also ensures a stable sort in V8 and other engines. + // See https://bugs.chromium.org/p/v8/issues/detail?id=90 for more details. + return object.index - other.index; +} + +module.exports = compareMultiple; diff --git a/typescript/hello-world/node_modules/lodash/_composeArgs.js b/typescript/hello-world/node_modules/lodash/_composeArgs.js new file mode 100644 index 0000000..1ce40f4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_composeArgs.js @@ -0,0 +1,39 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * Creates an array that is the composition of partially applied arguments, + * placeholders, and provided arguments into a single array of arguments. + * + * @private + * @param {Array} args The provided arguments. + * @param {Array} partials The arguments to prepend to those provided. + * @param {Array} holders The `partials` placeholder indexes. + * @params {boolean} [isCurried] Specify composing for a curried function. + * @returns {Array} Returns the new array of composed arguments. + */ +function composeArgs(args, partials, holders, isCurried) { + var argsIndex = -1, + argsLength = args.length, + holdersLength = holders.length, + leftIndex = -1, + leftLength = partials.length, + rangeLength = nativeMax(argsLength - holdersLength, 0), + result = Array(leftLength + rangeLength), + isUncurried = !isCurried; + + while (++leftIndex < leftLength) { + result[leftIndex] = partials[leftIndex]; + } + while (++argsIndex < holdersLength) { + if (isUncurried || argsIndex < argsLength) { + result[holders[argsIndex]] = args[argsIndex]; + } + } + while (rangeLength--) { + result[leftIndex++] = args[argsIndex++]; + } + return result; +} + +module.exports = composeArgs; diff --git a/typescript/hello-world/node_modules/lodash/_composeArgsRight.js b/typescript/hello-world/node_modules/lodash/_composeArgsRight.js new file mode 100644 index 0000000..8dc588d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_composeArgsRight.js @@ -0,0 +1,41 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * This function is like `composeArgs` except that the arguments composition + * is tailored for `_.partialRight`. + * + * @private + * @param {Array} args The provided arguments. + * @param {Array} partials The arguments to append to those provided. + * @param {Array} holders The `partials` placeholder indexes. + * @params {boolean} [isCurried] Specify composing for a curried function. + * @returns {Array} Returns the new array of composed arguments. + */ +function composeArgsRight(args, partials, holders, isCurried) { + var argsIndex = -1, + argsLength = args.length, + holdersIndex = -1, + holdersLength = holders.length, + rightIndex = -1, + rightLength = partials.length, + rangeLength = nativeMax(argsLength - holdersLength, 0), + result = Array(rangeLength + rightLength), + isUncurried = !isCurried; + + while (++argsIndex < rangeLength) { + result[argsIndex] = args[argsIndex]; + } + var offset = argsIndex; + while (++rightIndex < rightLength) { + result[offset + rightIndex] = partials[rightIndex]; + } + while (++holdersIndex < holdersLength) { + if (isUncurried || argsIndex < argsLength) { + result[offset + holders[holdersIndex]] = args[argsIndex++]; + } + } + return result; +} + +module.exports = composeArgsRight; diff --git a/typescript/hello-world/node_modules/lodash/_copyArray.js b/typescript/hello-world/node_modules/lodash/_copyArray.js new file mode 100644 index 0000000..cd94d5d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_copyArray.js @@ -0,0 +1,20 @@ +/** + * Copies the values of `source` to `array`. + * + * @private + * @param {Array} source The array to copy values from. + * @param {Array} [array=[]] The array to copy values to. + * @returns {Array} Returns `array`. + */ +function copyArray(source, array) { + var index = -1, + length = source.length; + + array || (array = Array(length)); + while (++index < length) { + array[index] = source[index]; + } + return array; +} + +module.exports = copyArray; diff --git a/typescript/hello-world/node_modules/lodash/_copyObject.js b/typescript/hello-world/node_modules/lodash/_copyObject.js new file mode 100644 index 0000000..2f2a5c2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_copyObject.js @@ -0,0 +1,40 @@ +var assignValue = require('./_assignValue'), + baseAssignValue = require('./_baseAssignValue'); + +/** + * Copies properties of `source` to `object`. + * + * @private + * @param {Object} source The object to copy properties from. + * @param {Array} props The property identifiers to copy. + * @param {Object} [object={}] The object to copy properties to. + * @param {Function} [customizer] The function to customize copied values. + * @returns {Object} Returns `object`. + */ +function copyObject(source, props, object, customizer) { + var isNew = !object; + object || (object = {}); + + var index = -1, + length = props.length; + + while (++index < length) { + var key = props[index]; + + var newValue = customizer + ? customizer(object[key], source[key], key, object, source) + : undefined; + + if (newValue === undefined) { + newValue = source[key]; + } + if (isNew) { + baseAssignValue(object, key, newValue); + } else { + assignValue(object, key, newValue); + } + } + return object; +} + +module.exports = copyObject; diff --git a/typescript/hello-world/node_modules/lodash/_copySymbols.js b/typescript/hello-world/node_modules/lodash/_copySymbols.js new file mode 100644 index 0000000..c35944a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_copySymbols.js @@ -0,0 +1,16 @@ +var copyObject = require('./_copyObject'), + getSymbols = require('./_getSymbols'); + +/** + * Copies own symbols of `source` to `object`. + * + * @private + * @param {Object} source The object to copy symbols from. + * @param {Object} [object={}] The object to copy symbols to. + * @returns {Object} Returns `object`. + */ +function copySymbols(source, object) { + return copyObject(source, getSymbols(source), object); +} + +module.exports = copySymbols; diff --git a/typescript/hello-world/node_modules/lodash/_copySymbolsIn.js b/typescript/hello-world/node_modules/lodash/_copySymbolsIn.js new file mode 100644 index 0000000..fdf20a7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_copySymbolsIn.js @@ -0,0 +1,16 @@ +var copyObject = require('./_copyObject'), + getSymbolsIn = require('./_getSymbolsIn'); + +/** + * Copies own and inherited symbols of `source` to `object`. + * + * @private + * @param {Object} source The object to copy symbols from. + * @param {Object} [object={}] The object to copy symbols to. + * @returns {Object} Returns `object`. + */ +function copySymbolsIn(source, object) { + return copyObject(source, getSymbolsIn(source), object); +} + +module.exports = copySymbolsIn; diff --git a/typescript/hello-world/node_modules/lodash/_coreJsData.js b/typescript/hello-world/node_modules/lodash/_coreJsData.js new file mode 100644 index 0000000..f8e5b4e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_coreJsData.js @@ -0,0 +1,6 @@ +var root = require('./_root'); + +/** Used to detect overreaching core-js shims. */ +var coreJsData = root['__core-js_shared__']; + +module.exports = coreJsData; diff --git a/typescript/hello-world/node_modules/lodash/_countHolders.js b/typescript/hello-world/node_modules/lodash/_countHolders.js new file mode 100644 index 0000000..718fcda --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_countHolders.js @@ -0,0 +1,21 @@ +/** + * Gets the number of `placeholder` occurrences in `array`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} placeholder The placeholder to search for. + * @returns {number} Returns the placeholder count. + */ +function countHolders(array, placeholder) { + var length = array.length, + result = 0; + + while (length--) { + if (array[length] === placeholder) { + ++result; + } + } + return result; +} + +module.exports = countHolders; diff --git a/typescript/hello-world/node_modules/lodash/_createAggregator.js b/typescript/hello-world/node_modules/lodash/_createAggregator.js new file mode 100644 index 0000000..0be42c4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createAggregator.js @@ -0,0 +1,23 @@ +var arrayAggregator = require('./_arrayAggregator'), + baseAggregator = require('./_baseAggregator'), + baseIteratee = require('./_baseIteratee'), + isArray = require('./isArray'); + +/** + * Creates a function like `_.groupBy`. + * + * @private + * @param {Function} setter The function to set accumulator values. + * @param {Function} [initializer] The accumulator object initializer. + * @returns {Function} Returns the new aggregator function. + */ +function createAggregator(setter, initializer) { + return function(collection, iteratee) { + var func = isArray(collection) ? arrayAggregator : baseAggregator, + accumulator = initializer ? initializer() : {}; + + return func(collection, setter, baseIteratee(iteratee, 2), accumulator); + }; +} + +module.exports = createAggregator; diff --git a/typescript/hello-world/node_modules/lodash/_createAssigner.js b/typescript/hello-world/node_modules/lodash/_createAssigner.js new file mode 100644 index 0000000..1f904c5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createAssigner.js @@ -0,0 +1,37 @@ +var baseRest = require('./_baseRest'), + isIterateeCall = require('./_isIterateeCall'); + +/** + * Creates a function like `_.assign`. + * + * @private + * @param {Function} assigner The function to assign values. + * @returns {Function} Returns the new assigner function. + */ +function createAssigner(assigner) { + return baseRest(function(object, sources) { + var index = -1, + length = sources.length, + customizer = length > 1 ? sources[length - 1] : undefined, + guard = length > 2 ? sources[2] : undefined; + + customizer = (assigner.length > 3 && typeof customizer == 'function') + ? (length--, customizer) + : undefined; + + if (guard && isIterateeCall(sources[0], sources[1], guard)) { + customizer = length < 3 ? undefined : customizer; + length = 1; + } + object = Object(object); + while (++index < length) { + var source = sources[index]; + if (source) { + assigner(object, source, index, customizer); + } + } + return object; + }); +} + +module.exports = createAssigner; diff --git a/typescript/hello-world/node_modules/lodash/_createBaseEach.js b/typescript/hello-world/node_modules/lodash/_createBaseEach.js new file mode 100644 index 0000000..d24fdd1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createBaseEach.js @@ -0,0 +1,32 @@ +var isArrayLike = require('./isArrayLike'); + +/** + * Creates a `baseEach` or `baseEachRight` function. + * + * @private + * @param {Function} eachFunc The function to iterate over a collection. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ +function createBaseEach(eachFunc, fromRight) { + return function(collection, iteratee) { + if (collection == null) { + return collection; + } + if (!isArrayLike(collection)) { + return eachFunc(collection, iteratee); + } + var length = collection.length, + index = fromRight ? length : -1, + iterable = Object(collection); + + while ((fromRight ? index-- : ++index < length)) { + if (iteratee(iterable[index], index, iterable) === false) { + break; + } + } + return collection; + }; +} + +module.exports = createBaseEach; diff --git a/typescript/hello-world/node_modules/lodash/_createBaseFor.js b/typescript/hello-world/node_modules/lodash/_createBaseFor.js new file mode 100644 index 0000000..94cbf29 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createBaseFor.js @@ -0,0 +1,25 @@ +/** + * Creates a base function for methods like `_.forIn` and `_.forOwn`. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ +function createBaseFor(fromRight) { + return function(object, iteratee, keysFunc) { + var index = -1, + iterable = Object(object), + props = keysFunc(object), + length = props.length; + + while (length--) { + var key = props[fromRight ? length : ++index]; + if (iteratee(iterable[key], key, iterable) === false) { + break; + } + } + return object; + }; +} + +module.exports = createBaseFor; diff --git a/typescript/hello-world/node_modules/lodash/_createBind.js b/typescript/hello-world/node_modules/lodash/_createBind.js new file mode 100644 index 0000000..07cb99f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createBind.js @@ -0,0 +1,28 @@ +var createCtor = require('./_createCtor'), + root = require('./_root'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1; + +/** + * Creates a function that wraps `func` to invoke it with the optional `this` + * binding of `thisArg`. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} [thisArg] The `this` binding of `func`. + * @returns {Function} Returns the new wrapped function. + */ +function createBind(func, bitmask, thisArg) { + var isBind = bitmask & WRAP_BIND_FLAG, + Ctor = createCtor(func); + + function wrapper() { + var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + return fn.apply(isBind ? thisArg : this, arguments); + } + return wrapper; +} + +module.exports = createBind; diff --git a/typescript/hello-world/node_modules/lodash/_createCaseFirst.js b/typescript/hello-world/node_modules/lodash/_createCaseFirst.js new file mode 100644 index 0000000..fe8ea48 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createCaseFirst.js @@ -0,0 +1,33 @@ +var castSlice = require('./_castSlice'), + hasUnicode = require('./_hasUnicode'), + stringToArray = require('./_stringToArray'), + toString = require('./toString'); + +/** + * Creates a function like `_.lowerFirst`. + * + * @private + * @param {string} methodName The name of the `String` case method to use. + * @returns {Function} Returns the new case function. + */ +function createCaseFirst(methodName) { + return function(string) { + string = toString(string); + + var strSymbols = hasUnicode(string) + ? stringToArray(string) + : undefined; + + var chr = strSymbols + ? strSymbols[0] + : string.charAt(0); + + var trailing = strSymbols + ? castSlice(strSymbols, 1).join('') + : string.slice(1); + + return chr[methodName]() + trailing; + }; +} + +module.exports = createCaseFirst; diff --git a/typescript/hello-world/node_modules/lodash/_createCompounder.js b/typescript/hello-world/node_modules/lodash/_createCompounder.js new file mode 100644 index 0000000..8d4cee2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createCompounder.js @@ -0,0 +1,24 @@ +var arrayReduce = require('./_arrayReduce'), + deburr = require('./deburr'), + words = require('./words'); + +/** Used to compose unicode capture groups. */ +var rsApos = "['\u2019]"; + +/** Used to match apostrophes. */ +var reApos = RegExp(rsApos, 'g'); + +/** + * Creates a function like `_.camelCase`. + * + * @private + * @param {Function} callback The function to combine each word. + * @returns {Function} Returns the new compounder function. + */ +function createCompounder(callback) { + return function(string) { + return arrayReduce(words(deburr(string).replace(reApos, '')), callback, ''); + }; +} + +module.exports = createCompounder; diff --git a/typescript/hello-world/node_modules/lodash/_createCtor.js b/typescript/hello-world/node_modules/lodash/_createCtor.js new file mode 100644 index 0000000..9047aa5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createCtor.js @@ -0,0 +1,37 @@ +var baseCreate = require('./_baseCreate'), + isObject = require('./isObject'); + +/** + * Creates a function that produces an instance of `Ctor` regardless of + * whether it was invoked as part of a `new` expression or by `call` or `apply`. + * + * @private + * @param {Function} Ctor The constructor to wrap. + * @returns {Function} Returns the new wrapped function. + */ +function createCtor(Ctor) { + return function() { + // Use a `switch` statement to work with class constructors. See + // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist + // for more details. + var args = arguments; + switch (args.length) { + case 0: return new Ctor; + case 1: return new Ctor(args[0]); + case 2: return new Ctor(args[0], args[1]); + case 3: return new Ctor(args[0], args[1], args[2]); + case 4: return new Ctor(args[0], args[1], args[2], args[3]); + case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]); + case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]); + case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]); + } + var thisBinding = baseCreate(Ctor.prototype), + result = Ctor.apply(thisBinding, args); + + // Mimic the constructor's `return` behavior. + // See https://es5.github.io/#x13.2.2 for more details. + return isObject(result) ? result : thisBinding; + }; +} + +module.exports = createCtor; diff --git a/typescript/hello-world/node_modules/lodash/_createCurry.js b/typescript/hello-world/node_modules/lodash/_createCurry.js new file mode 100644 index 0000000..f06c2cd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createCurry.js @@ -0,0 +1,46 @@ +var apply = require('./_apply'), + createCtor = require('./_createCtor'), + createHybrid = require('./_createHybrid'), + createRecurry = require('./_createRecurry'), + getHolder = require('./_getHolder'), + replaceHolders = require('./_replaceHolders'), + root = require('./_root'); + +/** + * Creates a function that wraps `func` to enable currying. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {number} arity The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ +function createCurry(func, bitmask, arity) { + var Ctor = createCtor(func); + + function wrapper() { + var length = arguments.length, + args = Array(length), + index = length, + placeholder = getHolder(wrapper); + + while (index--) { + args[index] = arguments[index]; + } + var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder) + ? [] + : replaceHolders(args, placeholder); + + length -= holders.length; + if (length < arity) { + return createRecurry( + func, bitmask, createHybrid, wrapper.placeholder, undefined, + args, holders, undefined, undefined, arity - length); + } + var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + return apply(fn, this, args); + } + return wrapper; +} + +module.exports = createCurry; diff --git a/typescript/hello-world/node_modules/lodash/_createFind.js b/typescript/hello-world/node_modules/lodash/_createFind.js new file mode 100644 index 0000000..8859ff8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createFind.js @@ -0,0 +1,25 @@ +var baseIteratee = require('./_baseIteratee'), + isArrayLike = require('./isArrayLike'), + keys = require('./keys'); + +/** + * Creates a `_.find` or `_.findLast` function. + * + * @private + * @param {Function} findIndexFunc The function to find the collection index. + * @returns {Function} Returns the new find function. + */ +function createFind(findIndexFunc) { + return function(collection, predicate, fromIndex) { + var iterable = Object(collection); + if (!isArrayLike(collection)) { + var iteratee = baseIteratee(predicate, 3); + collection = keys(collection); + predicate = function(key) { return iteratee(iterable[key], key, iterable); }; + } + var index = findIndexFunc(collection, predicate, fromIndex); + return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; + }; +} + +module.exports = createFind; diff --git a/typescript/hello-world/node_modules/lodash/_createFlow.js b/typescript/hello-world/node_modules/lodash/_createFlow.js new file mode 100644 index 0000000..baaddbf --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createFlow.js @@ -0,0 +1,78 @@ +var LodashWrapper = require('./_LodashWrapper'), + flatRest = require('./_flatRest'), + getData = require('./_getData'), + getFuncName = require('./_getFuncName'), + isArray = require('./isArray'), + isLaziable = require('./_isLaziable'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** Used to compose bitmasks for function metadata. */ +var WRAP_CURRY_FLAG = 8, + WRAP_PARTIAL_FLAG = 32, + WRAP_ARY_FLAG = 128, + WRAP_REARG_FLAG = 256; + +/** + * Creates a `_.flow` or `_.flowRight` function. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new flow function. + */ +function createFlow(fromRight) { + return flatRest(function(funcs) { + var length = funcs.length, + index = length, + prereq = LodashWrapper.prototype.thru; + + if (fromRight) { + funcs.reverse(); + } + while (index--) { + var func = funcs[index]; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + if (prereq && !wrapper && getFuncName(func) == 'wrapper') { + var wrapper = new LodashWrapper([], true); + } + } + index = wrapper ? index : length; + while (++index < length) { + func = funcs[index]; + + var funcName = getFuncName(func), + data = funcName == 'wrapper' ? getData(func) : undefined; + + if (data && isLaziable(data[0]) && + data[1] == (WRAP_ARY_FLAG | WRAP_CURRY_FLAG | WRAP_PARTIAL_FLAG | WRAP_REARG_FLAG) && + !data[4].length && data[9] == 1 + ) { + wrapper = wrapper[getFuncName(data[0])].apply(wrapper, data[3]); + } else { + wrapper = (func.length == 1 && isLaziable(func)) + ? wrapper[funcName]() + : wrapper.thru(func); + } + } + return function() { + var args = arguments, + value = args[0]; + + if (wrapper && args.length == 1 && isArray(value)) { + return wrapper.plant(value).value(); + } + var index = 0, + result = length ? funcs[index].apply(this, args) : value; + + while (++index < length) { + result = funcs[index].call(this, result); + } + return result; + }; + }); +} + +module.exports = createFlow; diff --git a/typescript/hello-world/node_modules/lodash/_createHybrid.js b/typescript/hello-world/node_modules/lodash/_createHybrid.js new file mode 100644 index 0000000..b671bd1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createHybrid.js @@ -0,0 +1,92 @@ +var composeArgs = require('./_composeArgs'), + composeArgsRight = require('./_composeArgsRight'), + countHolders = require('./_countHolders'), + createCtor = require('./_createCtor'), + createRecurry = require('./_createRecurry'), + getHolder = require('./_getHolder'), + reorder = require('./_reorder'), + replaceHolders = require('./_replaceHolders'), + root = require('./_root'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_FLAG = 8, + WRAP_CURRY_RIGHT_FLAG = 16, + WRAP_ARY_FLAG = 128, + WRAP_FLIP_FLAG = 512; + +/** + * Creates a function that wraps `func` to invoke it with optional `this` + * binding of `thisArg`, partial application, and currying. + * + * @private + * @param {Function|string} func The function or method name to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to prepend to those provided to + * the new function. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [partialsRight] The arguments to append to those provided + * to the new function. + * @param {Array} [holdersRight] The `partialsRight` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ +function createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) { + var isAry = bitmask & WRAP_ARY_FLAG, + isBind = bitmask & WRAP_BIND_FLAG, + isBindKey = bitmask & WRAP_BIND_KEY_FLAG, + isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG), + isFlip = bitmask & WRAP_FLIP_FLAG, + Ctor = isBindKey ? undefined : createCtor(func); + + function wrapper() { + var length = arguments.length, + args = Array(length), + index = length; + + while (index--) { + args[index] = arguments[index]; + } + if (isCurried) { + var placeholder = getHolder(wrapper), + holdersCount = countHolders(args, placeholder); + } + if (partials) { + args = composeArgs(args, partials, holders, isCurried); + } + if (partialsRight) { + args = composeArgsRight(args, partialsRight, holdersRight, isCurried); + } + length -= holdersCount; + if (isCurried && length < arity) { + var newHolders = replaceHolders(args, placeholder); + return createRecurry( + func, bitmask, createHybrid, wrapper.placeholder, thisArg, + args, newHolders, argPos, ary, arity - length + ); + } + var thisBinding = isBind ? thisArg : this, + fn = isBindKey ? thisBinding[func] : func; + + length = args.length; + if (argPos) { + args = reorder(args, argPos); + } else if (isFlip && length > 1) { + args.reverse(); + } + if (isAry && ary < length) { + args.length = ary; + } + if (this && this !== root && this instanceof wrapper) { + fn = Ctor || createCtor(fn); + } + return fn.apply(thisBinding, args); + } + return wrapper; +} + +module.exports = createHybrid; diff --git a/typescript/hello-world/node_modules/lodash/_createInverter.js b/typescript/hello-world/node_modules/lodash/_createInverter.js new file mode 100644 index 0000000..6c0c562 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createInverter.js @@ -0,0 +1,17 @@ +var baseInverter = require('./_baseInverter'); + +/** + * Creates a function like `_.invertBy`. + * + * @private + * @param {Function} setter The function to set accumulator values. + * @param {Function} toIteratee The function to resolve iteratees. + * @returns {Function} Returns the new inverter function. + */ +function createInverter(setter, toIteratee) { + return function(object, iteratee) { + return baseInverter(object, setter, toIteratee(iteratee), {}); + }; +} + +module.exports = createInverter; diff --git a/typescript/hello-world/node_modules/lodash/_createMathOperation.js b/typescript/hello-world/node_modules/lodash/_createMathOperation.js new file mode 100644 index 0000000..f1e238a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createMathOperation.js @@ -0,0 +1,38 @@ +var baseToNumber = require('./_baseToNumber'), + baseToString = require('./_baseToString'); + +/** + * Creates a function that performs a mathematical operation on two values. + * + * @private + * @param {Function} operator The function to perform the operation. + * @param {number} [defaultValue] The value used for `undefined` arguments. + * @returns {Function} Returns the new mathematical operation function. + */ +function createMathOperation(operator, defaultValue) { + return function(value, other) { + var result; + if (value === undefined && other === undefined) { + return defaultValue; + } + if (value !== undefined) { + result = value; + } + if (other !== undefined) { + if (result === undefined) { + return other; + } + if (typeof value == 'string' || typeof other == 'string') { + value = baseToString(value); + other = baseToString(other); + } else { + value = baseToNumber(value); + other = baseToNumber(other); + } + result = operator(value, other); + } + return result; + }; +} + +module.exports = createMathOperation; diff --git a/typescript/hello-world/node_modules/lodash/_createOver.js b/typescript/hello-world/node_modules/lodash/_createOver.js new file mode 100644 index 0000000..3b94551 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createOver.js @@ -0,0 +1,27 @@ +var apply = require('./_apply'), + arrayMap = require('./_arrayMap'), + baseIteratee = require('./_baseIteratee'), + baseRest = require('./_baseRest'), + baseUnary = require('./_baseUnary'), + flatRest = require('./_flatRest'); + +/** + * Creates a function like `_.over`. + * + * @private + * @param {Function} arrayFunc The function to iterate over iteratees. + * @returns {Function} Returns the new over function. + */ +function createOver(arrayFunc) { + return flatRest(function(iteratees) { + iteratees = arrayMap(iteratees, baseUnary(baseIteratee)); + return baseRest(function(args) { + var thisArg = this; + return arrayFunc(iteratees, function(iteratee) { + return apply(iteratee, thisArg, args); + }); + }); + }); +} + +module.exports = createOver; diff --git a/typescript/hello-world/node_modules/lodash/_createPadding.js b/typescript/hello-world/node_modules/lodash/_createPadding.js new file mode 100644 index 0000000..2124612 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createPadding.js @@ -0,0 +1,33 @@ +var baseRepeat = require('./_baseRepeat'), + baseToString = require('./_baseToString'), + castSlice = require('./_castSlice'), + hasUnicode = require('./_hasUnicode'), + stringSize = require('./_stringSize'), + stringToArray = require('./_stringToArray'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeCeil = Math.ceil; + +/** + * Creates the padding for `string` based on `length`. The `chars` string + * is truncated if the number of characters exceeds `length`. + * + * @private + * @param {number} length The padding length. + * @param {string} [chars=' '] The string used as padding. + * @returns {string} Returns the padding for `string`. + */ +function createPadding(length, chars) { + chars = chars === undefined ? ' ' : baseToString(chars); + + var charsLength = chars.length; + if (charsLength < 2) { + return charsLength ? baseRepeat(chars, length) : chars; + } + var result = baseRepeat(chars, nativeCeil(length / stringSize(chars))); + return hasUnicode(chars) + ? castSlice(stringToArray(result), 0, length).join('') + : result.slice(0, length); +} + +module.exports = createPadding; diff --git a/typescript/hello-world/node_modules/lodash/_createPartial.js b/typescript/hello-world/node_modules/lodash/_createPartial.js new file mode 100644 index 0000000..e16c248 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createPartial.js @@ -0,0 +1,43 @@ +var apply = require('./_apply'), + createCtor = require('./_createCtor'), + root = require('./_root'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1; + +/** + * Creates a function that wraps `func` to invoke it with the `this` binding + * of `thisArg` and `partials` prepended to the arguments it receives. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} partials The arguments to prepend to those provided to + * the new function. + * @returns {Function} Returns the new wrapped function. + */ +function createPartial(func, bitmask, thisArg, partials) { + var isBind = bitmask & WRAP_BIND_FLAG, + Ctor = createCtor(func); + + function wrapper() { + var argsIndex = -1, + argsLength = arguments.length, + leftIndex = -1, + leftLength = partials.length, + args = Array(leftLength + argsLength), + fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + + while (++leftIndex < leftLength) { + args[leftIndex] = partials[leftIndex]; + } + while (argsLength--) { + args[leftIndex++] = arguments[++argsIndex]; + } + return apply(fn, isBind ? thisArg : this, args); + } + return wrapper; +} + +module.exports = createPartial; diff --git a/typescript/hello-world/node_modules/lodash/_createRange.js b/typescript/hello-world/node_modules/lodash/_createRange.js new file mode 100644 index 0000000..9f52c77 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createRange.js @@ -0,0 +1,30 @@ +var baseRange = require('./_baseRange'), + isIterateeCall = require('./_isIterateeCall'), + toFinite = require('./toFinite'); + +/** + * Creates a `_.range` or `_.rangeRight` function. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new range function. + */ +function createRange(fromRight) { + return function(start, end, step) { + if (step && typeof step != 'number' && isIterateeCall(start, end, step)) { + end = step = undefined; + } + // Ensure the sign of `-0` is preserved. + start = toFinite(start); + if (end === undefined) { + end = start; + start = 0; + } else { + end = toFinite(end); + } + step = step === undefined ? (start < end ? 1 : -1) : toFinite(step); + return baseRange(start, end, step, fromRight); + }; +} + +module.exports = createRange; diff --git a/typescript/hello-world/node_modules/lodash/_createRecurry.js b/typescript/hello-world/node_modules/lodash/_createRecurry.js new file mode 100644 index 0000000..eb29fb2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createRecurry.js @@ -0,0 +1,56 @@ +var isLaziable = require('./_isLaziable'), + setData = require('./_setData'), + setWrapToString = require('./_setWrapToString'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_BOUND_FLAG = 4, + WRAP_CURRY_FLAG = 8, + WRAP_PARTIAL_FLAG = 32, + WRAP_PARTIAL_RIGHT_FLAG = 64; + +/** + * Creates a function that wraps `func` to continue currying. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {Function} wrapFunc The function to create the `func` wrapper. + * @param {*} placeholder The placeholder value. + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to prepend to those provided to + * the new function. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ +function createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) { + var isCurry = bitmask & WRAP_CURRY_FLAG, + newHolders = isCurry ? holders : undefined, + newHoldersRight = isCurry ? undefined : holders, + newPartials = isCurry ? partials : undefined, + newPartialsRight = isCurry ? undefined : partials; + + bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG); + bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG); + + if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) { + bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG); + } + var newData = [ + func, bitmask, thisArg, newPartials, newHolders, newPartialsRight, + newHoldersRight, argPos, ary, arity + ]; + + var result = wrapFunc.apply(undefined, newData); + if (isLaziable(func)) { + setData(result, newData); + } + result.placeholder = placeholder; + return setWrapToString(result, func, bitmask); +} + +module.exports = createRecurry; diff --git a/typescript/hello-world/node_modules/lodash/_createRelationalOperation.js b/typescript/hello-world/node_modules/lodash/_createRelationalOperation.js new file mode 100644 index 0000000..a17c6b5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createRelationalOperation.js @@ -0,0 +1,20 @@ +var toNumber = require('./toNumber'); + +/** + * Creates a function that performs a relational operation on two values. + * + * @private + * @param {Function} operator The function to perform the operation. + * @returns {Function} Returns the new relational operation function. + */ +function createRelationalOperation(operator) { + return function(value, other) { + if (!(typeof value == 'string' && typeof other == 'string')) { + value = toNumber(value); + other = toNumber(other); + } + return operator(value, other); + }; +} + +module.exports = createRelationalOperation; diff --git a/typescript/hello-world/node_modules/lodash/_createRound.js b/typescript/hello-world/node_modules/lodash/_createRound.js new file mode 100644 index 0000000..bf9b713 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createRound.js @@ -0,0 +1,33 @@ +var toInteger = require('./toInteger'), + toNumber = require('./toNumber'), + toString = require('./toString'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMin = Math.min; + +/** + * Creates a function like `_.round`. + * + * @private + * @param {string} methodName The name of the `Math` method to use when rounding. + * @returns {Function} Returns the new round function. + */ +function createRound(methodName) { + var func = Math[methodName]; + return function(number, precision) { + number = toNumber(number); + precision = precision == null ? 0 : nativeMin(toInteger(precision), 292); + if (precision) { + // Shift with exponential notation to avoid floating-point issues. + // See [MDN](https://mdn.io/round#Examples) for more details. + var pair = (toString(number) + 'e').split('e'), + value = func(pair[0] + 'e' + (+pair[1] + precision)); + + pair = (toString(value) + 'e').split('e'); + return +(pair[0] + 'e' + (+pair[1] - precision)); + } + return func(number); + }; +} + +module.exports = createRound; diff --git a/typescript/hello-world/node_modules/lodash/_createSet.js b/typescript/hello-world/node_modules/lodash/_createSet.js new file mode 100644 index 0000000..0f644ee --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createSet.js @@ -0,0 +1,19 @@ +var Set = require('./_Set'), + noop = require('./noop'), + setToArray = require('./_setToArray'); + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0; + +/** + * Creates a set object of `values`. + * + * @private + * @param {Array} values The values to add to the set. + * @returns {Object} Returns the new set. + */ +var createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values) { + return new Set(values); +}; + +module.exports = createSet; diff --git a/typescript/hello-world/node_modules/lodash/_createToPairs.js b/typescript/hello-world/node_modules/lodash/_createToPairs.js new file mode 100644 index 0000000..568417a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createToPairs.js @@ -0,0 +1,30 @@ +var baseToPairs = require('./_baseToPairs'), + getTag = require('./_getTag'), + mapToArray = require('./_mapToArray'), + setToPairs = require('./_setToPairs'); + +/** `Object#toString` result references. */ +var mapTag = '[object Map]', + setTag = '[object Set]'; + +/** + * Creates a `_.toPairs` or `_.toPairsIn` function. + * + * @private + * @param {Function} keysFunc The function to get the keys of a given object. + * @returns {Function} Returns the new pairs function. + */ +function createToPairs(keysFunc) { + return function(object) { + var tag = getTag(object); + if (tag == mapTag) { + return mapToArray(object); + } + if (tag == setTag) { + return setToPairs(object); + } + return baseToPairs(object, keysFunc(object)); + }; +} + +module.exports = createToPairs; diff --git a/typescript/hello-world/node_modules/lodash/_createWrap.js b/typescript/hello-world/node_modules/lodash/_createWrap.js new file mode 100644 index 0000000..33f0633 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_createWrap.js @@ -0,0 +1,106 @@ +var baseSetData = require('./_baseSetData'), + createBind = require('./_createBind'), + createCurry = require('./_createCurry'), + createHybrid = require('./_createHybrid'), + createPartial = require('./_createPartial'), + getData = require('./_getData'), + mergeData = require('./_mergeData'), + setData = require('./_setData'), + setWrapToString = require('./_setWrapToString'), + toInteger = require('./toInteger'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_FLAG = 8, + WRAP_CURRY_RIGHT_FLAG = 16, + WRAP_PARTIAL_FLAG = 32, + WRAP_PARTIAL_RIGHT_FLAG = 64; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * Creates a function that either curries or invokes `func` with optional + * `this` binding and partially applied arguments. + * + * @private + * @param {Function|string} func The function or method name to wrap. + * @param {number} bitmask The bitmask flags. + * 1 - `_.bind` + * 2 - `_.bindKey` + * 4 - `_.curry` or `_.curryRight` of a bound function + * 8 - `_.curry` + * 16 - `_.curryRight` + * 32 - `_.partial` + * 64 - `_.partialRight` + * 128 - `_.rearg` + * 256 - `_.ary` + * 512 - `_.flip` + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to be partially applied. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ +function createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) { + var isBindKey = bitmask & WRAP_BIND_KEY_FLAG; + if (!isBindKey && typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + var length = partials ? partials.length : 0; + if (!length) { + bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG); + partials = holders = undefined; + } + ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0); + arity = arity === undefined ? arity : toInteger(arity); + length -= holders ? holders.length : 0; + + if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) { + var partialsRight = partials, + holdersRight = holders; + + partials = holders = undefined; + } + var data = isBindKey ? undefined : getData(func); + + var newData = [ + func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, + argPos, ary, arity + ]; + + if (data) { + mergeData(newData, data); + } + func = newData[0]; + bitmask = newData[1]; + thisArg = newData[2]; + partials = newData[3]; + holders = newData[4]; + arity = newData[9] = newData[9] === undefined + ? (isBindKey ? 0 : func.length) + : nativeMax(newData[9] - length, 0); + + if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) { + bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG); + } + if (!bitmask || bitmask == WRAP_BIND_FLAG) { + var result = createBind(func, bitmask, thisArg); + } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) { + result = createCurry(func, bitmask, arity); + } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) { + result = createPartial(func, bitmask, thisArg, partials); + } else { + result = createHybrid.apply(undefined, newData); + } + var setter = data ? baseSetData : setData; + return setWrapToString(setter(result, newData), func, bitmask); +} + +module.exports = createWrap; diff --git a/typescript/hello-world/node_modules/lodash/_customDefaultsAssignIn.js b/typescript/hello-world/node_modules/lodash/_customDefaultsAssignIn.js new file mode 100644 index 0000000..1f49e6f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_customDefaultsAssignIn.js @@ -0,0 +1,29 @@ +var eq = require('./eq'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Used by `_.defaults` to customize its `_.assignIn` use to assign properties + * of source objects to the destination object for all destination properties + * that resolve to `undefined`. + * + * @private + * @param {*} objValue The destination value. + * @param {*} srcValue The source value. + * @param {string} key The key of the property to assign. + * @param {Object} object The parent object of `objValue`. + * @returns {*} Returns the value to assign. + */ +function customDefaultsAssignIn(objValue, srcValue, key, object) { + if (objValue === undefined || + (eq(objValue, objectProto[key]) && !hasOwnProperty.call(object, key))) { + return srcValue; + } + return objValue; +} + +module.exports = customDefaultsAssignIn; diff --git a/typescript/hello-world/node_modules/lodash/_customDefaultsMerge.js b/typescript/hello-world/node_modules/lodash/_customDefaultsMerge.js new file mode 100644 index 0000000..4cab317 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_customDefaultsMerge.js @@ -0,0 +1,28 @@ +var baseMerge = require('./_baseMerge'), + isObject = require('./isObject'); + +/** + * Used by `_.defaultsDeep` to customize its `_.merge` use to merge source + * objects into destination objects that are passed thru. + * + * @private + * @param {*} objValue The destination value. + * @param {*} srcValue The source value. + * @param {string} key The key of the property to merge. + * @param {Object} object The parent object of `objValue`. + * @param {Object} source The parent object of `srcValue`. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + * @returns {*} Returns the value to assign. + */ +function customDefaultsMerge(objValue, srcValue, key, object, source, stack) { + if (isObject(objValue) && isObject(srcValue)) { + // Recursively merge objects and arrays (susceptible to call stack limits). + stack.set(srcValue, objValue); + baseMerge(objValue, srcValue, undefined, customDefaultsMerge, stack); + stack['delete'](srcValue); + } + return objValue; +} + +module.exports = customDefaultsMerge; diff --git a/typescript/hello-world/node_modules/lodash/_customOmitClone.js b/typescript/hello-world/node_modules/lodash/_customOmitClone.js new file mode 100644 index 0000000..968db2e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_customOmitClone.js @@ -0,0 +1,16 @@ +var isPlainObject = require('./isPlainObject'); + +/** + * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain + * objects. + * + * @private + * @param {*} value The value to inspect. + * @param {string} key The key of the property to inspect. + * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`. + */ +function customOmitClone(value) { + return isPlainObject(value) ? undefined : value; +} + +module.exports = customOmitClone; diff --git a/typescript/hello-world/node_modules/lodash/_deburrLetter.js b/typescript/hello-world/node_modules/lodash/_deburrLetter.js new file mode 100644 index 0000000..3e531ed --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_deburrLetter.js @@ -0,0 +1,71 @@ +var basePropertyOf = require('./_basePropertyOf'); + +/** Used to map Latin Unicode letters to basic Latin letters. */ +var deburredLetters = { + // Latin-1 Supplement block. + '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A', + '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a', + '\xc7': 'C', '\xe7': 'c', + '\xd0': 'D', '\xf0': 'd', + '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E', + '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e', + '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I', + '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i', + '\xd1': 'N', '\xf1': 'n', + '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O', + '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o', + '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U', + '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u', + '\xdd': 'Y', '\xfd': 'y', '\xff': 'y', + '\xc6': 'Ae', '\xe6': 'ae', + '\xde': 'Th', '\xfe': 'th', + '\xdf': 'ss', + // Latin Extended-A block. + '\u0100': 'A', '\u0102': 'A', '\u0104': 'A', + '\u0101': 'a', '\u0103': 'a', '\u0105': 'a', + '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C', + '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c', + '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd', + '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E', + '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e', + '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G', + '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g', + '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h', + '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I', + '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i', + '\u0134': 'J', '\u0135': 'j', + '\u0136': 'K', '\u0137': 'k', '\u0138': 'k', + '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L', + '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l', + '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N', + '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n', + '\u014c': 'O', '\u014e': 'O', '\u0150': 'O', + '\u014d': 'o', '\u014f': 'o', '\u0151': 'o', + '\u0154': 'R', '\u0156': 'R', '\u0158': 'R', + '\u0155': 'r', '\u0157': 'r', '\u0159': 'r', + '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S', + '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's', + '\u0162': 'T', '\u0164': 'T', '\u0166': 'T', + '\u0163': 't', '\u0165': 't', '\u0167': 't', + '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U', + '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u', + '\u0174': 'W', '\u0175': 'w', + '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y', + '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z', + '\u017a': 'z', '\u017c': 'z', '\u017e': 'z', + '\u0132': 'IJ', '\u0133': 'ij', + '\u0152': 'Oe', '\u0153': 'oe', + '\u0149': "'n", '\u017f': 's' +}; + +/** + * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A + * letters to basic Latin letters. + * + * @private + * @param {string} letter The matched letter to deburr. + * @returns {string} Returns the deburred letter. + */ +var deburrLetter = basePropertyOf(deburredLetters); + +module.exports = deburrLetter; diff --git a/typescript/hello-world/node_modules/lodash/_defineProperty.js b/typescript/hello-world/node_modules/lodash/_defineProperty.js new file mode 100644 index 0000000..b6116d9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_defineProperty.js @@ -0,0 +1,11 @@ +var getNative = require('./_getNative'); + +var defineProperty = (function() { + try { + var func = getNative(Object, 'defineProperty'); + func({}, '', {}); + return func; + } catch (e) {} +}()); + +module.exports = defineProperty; diff --git a/typescript/hello-world/node_modules/lodash/_equalArrays.js b/typescript/hello-world/node_modules/lodash/_equalArrays.js new file mode 100644 index 0000000..f6a3b7c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_equalArrays.js @@ -0,0 +1,83 @@ +var SetCache = require('./_SetCache'), + arraySome = require('./_arraySome'), + cacheHas = require('./_cacheHas'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + +/** + * A specialized version of `baseIsEqualDeep` for arrays with support for + * partial deep comparisons. + * + * @private + * @param {Array} array The array to compare. + * @param {Array} other The other array to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `array` and `other` objects. + * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. + */ +function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + arrLength = array.length, + othLength = other.length; + + if (arrLength != othLength && !(isPartial && othLength > arrLength)) { + return false; + } + // Assume cyclic values are equal. + var stacked = stack.get(array); + if (stacked && stack.get(other)) { + return stacked == other; + } + var index = -1, + result = true, + seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined; + + stack.set(array, other); + stack.set(other, array); + + // Ignore non-index properties. + while (++index < arrLength) { + var arrValue = array[index], + othValue = other[index]; + + if (customizer) { + var compared = isPartial + ? customizer(othValue, arrValue, index, other, array, stack) + : customizer(arrValue, othValue, index, array, other, stack); + } + if (compared !== undefined) { + if (compared) { + continue; + } + result = false; + break; + } + // Recursively compare arrays (susceptible to call stack limits). + if (seen) { + if (!arraySome(other, function(othValue, othIndex) { + if (!cacheHas(seen, othIndex) && + (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { + return seen.push(othIndex); + } + })) { + result = false; + break; + } + } else if (!( + arrValue === othValue || + equalFunc(arrValue, othValue, bitmask, customizer, stack) + )) { + result = false; + break; + } + } + stack['delete'](array); + stack['delete'](other); + return result; +} + +module.exports = equalArrays; diff --git a/typescript/hello-world/node_modules/lodash/_equalByTag.js b/typescript/hello-world/node_modules/lodash/_equalByTag.js new file mode 100644 index 0000000..71919e8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_equalByTag.js @@ -0,0 +1,112 @@ +var Symbol = require('./_Symbol'), + Uint8Array = require('./_Uint8Array'), + eq = require('./eq'), + equalArrays = require('./_equalArrays'), + mapToArray = require('./_mapToArray'), + setToArray = require('./_setToArray'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + +/** `Object#toString` result references. */ +var boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + mapTag = '[object Map]', + numberTag = '[object Number]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + symbolTag = '[object Symbol]'; + +var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]'; + +/** Used to convert symbols to primitives and strings. */ +var symbolProto = Symbol ? Symbol.prototype : undefined, + symbolValueOf = symbolProto ? symbolProto.valueOf : undefined; + +/** + * A specialized version of `baseIsEqualDeep` for comparing objects of + * the same `toStringTag`. + * + * **Note:** This function only supports comparing values with tags of + * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {string} tag The `toStringTag` of the objects to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ +function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { + switch (tag) { + case dataViewTag: + if ((object.byteLength != other.byteLength) || + (object.byteOffset != other.byteOffset)) { + return false; + } + object = object.buffer; + other = other.buffer; + + case arrayBufferTag: + if ((object.byteLength != other.byteLength) || + !equalFunc(new Uint8Array(object), new Uint8Array(other))) { + return false; + } + return true; + + case boolTag: + case dateTag: + case numberTag: + // Coerce booleans to `1` or `0` and dates to milliseconds. + // Invalid dates are coerced to `NaN`. + return eq(+object, +other); + + case errorTag: + return object.name == other.name && object.message == other.message; + + case regexpTag: + case stringTag: + // Coerce regexes to strings and treat strings, primitives and objects, + // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring + // for more details. + return object == (other + ''); + + case mapTag: + var convert = mapToArray; + + case setTag: + var isPartial = bitmask & COMPARE_PARTIAL_FLAG; + convert || (convert = setToArray); + + if (object.size != other.size && !isPartial) { + return false; + } + // Assume cyclic values are equal. + var stacked = stack.get(object); + if (stacked) { + return stacked == other; + } + bitmask |= COMPARE_UNORDERED_FLAG; + + // Recursively compare objects (susceptible to call stack limits). + stack.set(object, other); + var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack); + stack['delete'](object); + return result; + + case symbolTag: + if (symbolValueOf) { + return symbolValueOf.call(object) == symbolValueOf.call(other); + } + } + return false; +} + +module.exports = equalByTag; diff --git a/typescript/hello-world/node_modules/lodash/_equalObjects.js b/typescript/hello-world/node_modules/lodash/_equalObjects.js new file mode 100644 index 0000000..17421f3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_equalObjects.js @@ -0,0 +1,89 @@ +var getAllKeys = require('./_getAllKeys'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * A specialized version of `baseIsEqualDeep` for objects with support for + * partial deep comparisons. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ +function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + objProps = getAllKeys(object), + objLength = objProps.length, + othProps = getAllKeys(other), + othLength = othProps.length; + + if (objLength != othLength && !isPartial) { + return false; + } + var index = objLength; + while (index--) { + var key = objProps[index]; + if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { + return false; + } + } + // Assume cyclic values are equal. + var stacked = stack.get(object); + if (stacked && stack.get(other)) { + return stacked == other; + } + var result = true; + stack.set(object, other); + stack.set(other, object); + + var skipCtor = isPartial; + while (++index < objLength) { + key = objProps[index]; + var objValue = object[key], + othValue = other[key]; + + if (customizer) { + var compared = isPartial + ? customizer(othValue, objValue, key, other, object, stack) + : customizer(objValue, othValue, key, object, other, stack); + } + // Recursively compare objects (susceptible to call stack limits). + if (!(compared === undefined + ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) + : compared + )) { + result = false; + break; + } + skipCtor || (skipCtor = key == 'constructor'); + } + if (result && !skipCtor) { + var objCtor = object.constructor, + othCtor = other.constructor; + + // Non `Object` object instances with different constructors are not equal. + if (objCtor != othCtor && + ('constructor' in object && 'constructor' in other) && + !(typeof objCtor == 'function' && objCtor instanceof objCtor && + typeof othCtor == 'function' && othCtor instanceof othCtor)) { + result = false; + } + } + stack['delete'](object); + stack['delete'](other); + return result; +} + +module.exports = equalObjects; diff --git a/typescript/hello-world/node_modules/lodash/_escapeHtmlChar.js b/typescript/hello-world/node_modules/lodash/_escapeHtmlChar.js new file mode 100644 index 0000000..7ca68ee --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_escapeHtmlChar.js @@ -0,0 +1,21 @@ +var basePropertyOf = require('./_basePropertyOf'); + +/** Used to map characters to HTML entities. */ +var htmlEscapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' +}; + +/** + * Used by `_.escape` to convert characters to HTML entities. + * + * @private + * @param {string} chr The matched character to escape. + * @returns {string} Returns the escaped character. + */ +var escapeHtmlChar = basePropertyOf(htmlEscapes); + +module.exports = escapeHtmlChar; diff --git a/typescript/hello-world/node_modules/lodash/_escapeStringChar.js b/typescript/hello-world/node_modules/lodash/_escapeStringChar.js new file mode 100644 index 0000000..44eca96 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_escapeStringChar.js @@ -0,0 +1,22 @@ +/** Used to escape characters for inclusion in compiled string literals. */ +var stringEscapes = { + '\\': '\\', + "'": "'", + '\n': 'n', + '\r': 'r', + '\u2028': 'u2028', + '\u2029': 'u2029' +}; + +/** + * Used by `_.template` to escape characters for inclusion in compiled string literals. + * + * @private + * @param {string} chr The matched character to escape. + * @returns {string} Returns the escaped character. + */ +function escapeStringChar(chr) { + return '\\' + stringEscapes[chr]; +} + +module.exports = escapeStringChar; diff --git a/typescript/hello-world/node_modules/lodash/_flatRest.js b/typescript/hello-world/node_modules/lodash/_flatRest.js new file mode 100644 index 0000000..94ab6cc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_flatRest.js @@ -0,0 +1,16 @@ +var flatten = require('./flatten'), + overRest = require('./_overRest'), + setToString = require('./_setToString'); + +/** + * A specialized version of `baseRest` which flattens the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ +function flatRest(func) { + return setToString(overRest(func, undefined, flatten), func + ''); +} + +module.exports = flatRest; diff --git a/typescript/hello-world/node_modules/lodash/_freeGlobal.js b/typescript/hello-world/node_modules/lodash/_freeGlobal.js new file mode 100644 index 0000000..bbec998 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_freeGlobal.js @@ -0,0 +1,4 @@ +/** Detect free variable `global` from Node.js. */ +var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; + +module.exports = freeGlobal; diff --git a/typescript/hello-world/node_modules/lodash/_getAllKeys.js b/typescript/hello-world/node_modules/lodash/_getAllKeys.js new file mode 100644 index 0000000..a9ce699 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getAllKeys.js @@ -0,0 +1,16 @@ +var baseGetAllKeys = require('./_baseGetAllKeys'), + getSymbols = require('./_getSymbols'), + keys = require('./keys'); + +/** + * Creates an array of own enumerable property names and symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names and symbols. + */ +function getAllKeys(object) { + return baseGetAllKeys(object, keys, getSymbols); +} + +module.exports = getAllKeys; diff --git a/typescript/hello-world/node_modules/lodash/_getAllKeysIn.js b/typescript/hello-world/node_modules/lodash/_getAllKeysIn.js new file mode 100644 index 0000000..1b46678 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getAllKeysIn.js @@ -0,0 +1,17 @@ +var baseGetAllKeys = require('./_baseGetAllKeys'), + getSymbolsIn = require('./_getSymbolsIn'), + keysIn = require('./keysIn'); + +/** + * Creates an array of own and inherited enumerable property names and + * symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names and symbols. + */ +function getAllKeysIn(object) { + return baseGetAllKeys(object, keysIn, getSymbolsIn); +} + +module.exports = getAllKeysIn; diff --git a/typescript/hello-world/node_modules/lodash/_getData.js b/typescript/hello-world/node_modules/lodash/_getData.js new file mode 100644 index 0000000..a1fe7b7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getData.js @@ -0,0 +1,15 @@ +var metaMap = require('./_metaMap'), + noop = require('./noop'); + +/** + * Gets metadata for `func`. + * + * @private + * @param {Function} func The function to query. + * @returns {*} Returns the metadata for `func`. + */ +var getData = !metaMap ? noop : function(func) { + return metaMap.get(func); +}; + +module.exports = getData; diff --git a/typescript/hello-world/node_modules/lodash/_getFuncName.js b/typescript/hello-world/node_modules/lodash/_getFuncName.js new file mode 100644 index 0000000..21e15b3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getFuncName.js @@ -0,0 +1,31 @@ +var realNames = require('./_realNames'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Gets the name of `func`. + * + * @private + * @param {Function} func The function to query. + * @returns {string} Returns the function name. + */ +function getFuncName(func) { + var result = (func.name + ''), + array = realNames[result], + length = hasOwnProperty.call(realNames, result) ? array.length : 0; + + while (length--) { + var data = array[length], + otherFunc = data.func; + if (otherFunc == null || otherFunc == func) { + return data.name; + } + } + return result; +} + +module.exports = getFuncName; diff --git a/typescript/hello-world/node_modules/lodash/_getHolder.js b/typescript/hello-world/node_modules/lodash/_getHolder.js new file mode 100644 index 0000000..65e94b5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getHolder.js @@ -0,0 +1,13 @@ +/** + * Gets the argument placeholder value for `func`. + * + * @private + * @param {Function} func The function to inspect. + * @returns {*} Returns the placeholder value. + */ +function getHolder(func) { + var object = func; + return object.placeholder; +} + +module.exports = getHolder; diff --git a/typescript/hello-world/node_modules/lodash/_getMapData.js b/typescript/hello-world/node_modules/lodash/_getMapData.js new file mode 100644 index 0000000..17f6303 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getMapData.js @@ -0,0 +1,18 @@ +var isKeyable = require('./_isKeyable'); + +/** + * Gets the data for `map`. + * + * @private + * @param {Object} map The map to query. + * @param {string} key The reference key. + * @returns {*} Returns the map data. + */ +function getMapData(map, key) { + var data = map.__data__; + return isKeyable(key) + ? data[typeof key == 'string' ? 'string' : 'hash'] + : data.map; +} + +module.exports = getMapData; diff --git a/typescript/hello-world/node_modules/lodash/_getMatchData.js b/typescript/hello-world/node_modules/lodash/_getMatchData.js new file mode 100644 index 0000000..2cc70f9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getMatchData.js @@ -0,0 +1,24 @@ +var isStrictComparable = require('./_isStrictComparable'), + keys = require('./keys'); + +/** + * Gets the property names, values, and compare flags of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the match data of `object`. + */ +function getMatchData(object) { + var result = keys(object), + length = result.length; + + while (length--) { + var key = result[length], + value = object[key]; + + result[length] = [key, value, isStrictComparable(value)]; + } + return result; +} + +module.exports = getMatchData; diff --git a/typescript/hello-world/node_modules/lodash/_getNative.js b/typescript/hello-world/node_modules/lodash/_getNative.js new file mode 100644 index 0000000..97a622b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getNative.js @@ -0,0 +1,17 @@ +var baseIsNative = require('./_baseIsNative'), + getValue = require('./_getValue'); + +/** + * Gets the native function at `key` of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {string} key The key of the method to get. + * @returns {*} Returns the function if it's native, else `undefined`. + */ +function getNative(object, key) { + var value = getValue(object, key); + return baseIsNative(value) ? value : undefined; +} + +module.exports = getNative; diff --git a/typescript/hello-world/node_modules/lodash/_getPrototype.js b/typescript/hello-world/node_modules/lodash/_getPrototype.js new file mode 100644 index 0000000..e808612 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getPrototype.js @@ -0,0 +1,6 @@ +var overArg = require('./_overArg'); + +/** Built-in value references. */ +var getPrototype = overArg(Object.getPrototypeOf, Object); + +module.exports = getPrototype; diff --git a/typescript/hello-world/node_modules/lodash/_getRawTag.js b/typescript/hello-world/node_modules/lodash/_getRawTag.js new file mode 100644 index 0000000..49a95c9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getRawTag.js @@ -0,0 +1,46 @@ +var Symbol = require('./_Symbol'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ +var nativeObjectToString = objectProto.toString; + +/** Built-in value references. */ +var symToStringTag = Symbol ? Symbol.toStringTag : undefined; + +/** + * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the raw `toStringTag`. + */ +function getRawTag(value) { + var isOwn = hasOwnProperty.call(value, symToStringTag), + tag = value[symToStringTag]; + + try { + value[symToStringTag] = undefined; + var unmasked = true; + } catch (e) {} + + var result = nativeObjectToString.call(value); + if (unmasked) { + if (isOwn) { + value[symToStringTag] = tag; + } else { + delete value[symToStringTag]; + } + } + return result; +} + +module.exports = getRawTag; diff --git a/typescript/hello-world/node_modules/lodash/_getSymbols.js b/typescript/hello-world/node_modules/lodash/_getSymbols.js new file mode 100644 index 0000000..7d6eafe --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getSymbols.js @@ -0,0 +1,30 @@ +var arrayFilter = require('./_arrayFilter'), + stubArray = require('./stubArray'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Built-in value references. */ +var propertyIsEnumerable = objectProto.propertyIsEnumerable; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeGetSymbols = Object.getOwnPropertySymbols; + +/** + * Creates an array of the own enumerable symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of symbols. + */ +var getSymbols = !nativeGetSymbols ? stubArray : function(object) { + if (object == null) { + return []; + } + object = Object(object); + return arrayFilter(nativeGetSymbols(object), function(symbol) { + return propertyIsEnumerable.call(object, symbol); + }); +}; + +module.exports = getSymbols; diff --git a/typescript/hello-world/node_modules/lodash/_getSymbolsIn.js b/typescript/hello-world/node_modules/lodash/_getSymbolsIn.js new file mode 100644 index 0000000..cec0855 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getSymbolsIn.js @@ -0,0 +1,25 @@ +var arrayPush = require('./_arrayPush'), + getPrototype = require('./_getPrototype'), + getSymbols = require('./_getSymbols'), + stubArray = require('./stubArray'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeGetSymbols = Object.getOwnPropertySymbols; + +/** + * Creates an array of the own and inherited enumerable symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of symbols. + */ +var getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) { + var result = []; + while (object) { + arrayPush(result, getSymbols(object)); + object = getPrototype(object); + } + return result; +}; + +module.exports = getSymbolsIn; diff --git a/typescript/hello-world/node_modules/lodash/_getTag.js b/typescript/hello-world/node_modules/lodash/_getTag.js new file mode 100644 index 0000000..deaf89d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getTag.js @@ -0,0 +1,58 @@ +var DataView = require('./_DataView'), + Map = require('./_Map'), + Promise = require('./_Promise'), + Set = require('./_Set'), + WeakMap = require('./_WeakMap'), + baseGetTag = require('./_baseGetTag'), + toSource = require('./_toSource'); + +/** `Object#toString` result references. */ +var mapTag = '[object Map]', + objectTag = '[object Object]', + promiseTag = '[object Promise]', + setTag = '[object Set]', + weakMapTag = '[object WeakMap]'; + +var dataViewTag = '[object DataView]'; + +/** Used to detect maps, sets, and weakmaps. */ +var dataViewCtorString = toSource(DataView), + mapCtorString = toSource(Map), + promiseCtorString = toSource(Promise), + setCtorString = toSource(Set), + weakMapCtorString = toSource(WeakMap); + +/** + * Gets the `toStringTag` of `value`. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ +var getTag = baseGetTag; + +// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6. +if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) || + (Map && getTag(new Map) != mapTag) || + (Promise && getTag(Promise.resolve()) != promiseTag) || + (Set && getTag(new Set) != setTag) || + (WeakMap && getTag(new WeakMap) != weakMapTag)) { + getTag = function(value) { + var result = baseGetTag(value), + Ctor = result == objectTag ? value.constructor : undefined, + ctorString = Ctor ? toSource(Ctor) : ''; + + if (ctorString) { + switch (ctorString) { + case dataViewCtorString: return dataViewTag; + case mapCtorString: return mapTag; + case promiseCtorString: return promiseTag; + case setCtorString: return setTag; + case weakMapCtorString: return weakMapTag; + } + } + return result; + }; +} + +module.exports = getTag; diff --git a/typescript/hello-world/node_modules/lodash/_getValue.js b/typescript/hello-world/node_modules/lodash/_getValue.js new file mode 100644 index 0000000..5f7d773 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getValue.js @@ -0,0 +1,13 @@ +/** + * Gets the value at `key` of `object`. + * + * @private + * @param {Object} [object] The object to query. + * @param {string} key The key of the property to get. + * @returns {*} Returns the property value. + */ +function getValue(object, key) { + return object == null ? undefined : object[key]; +} + +module.exports = getValue; diff --git a/typescript/hello-world/node_modules/lodash/_getView.js b/typescript/hello-world/node_modules/lodash/_getView.js new file mode 100644 index 0000000..df1e5d4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getView.js @@ -0,0 +1,33 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max, + nativeMin = Math.min; + +/** + * Gets the view, applying any `transforms` to the `start` and `end` positions. + * + * @private + * @param {number} start The start of the view. + * @param {number} end The end of the view. + * @param {Array} transforms The transformations to apply to the view. + * @returns {Object} Returns an object containing the `start` and `end` + * positions of the view. + */ +function getView(start, end, transforms) { + var index = -1, + length = transforms.length; + + while (++index < length) { + var data = transforms[index], + size = data.size; + + switch (data.type) { + case 'drop': start += size; break; + case 'dropRight': end -= size; break; + case 'take': end = nativeMin(end, start + size); break; + case 'takeRight': start = nativeMax(start, end - size); break; + } + } + return { 'start': start, 'end': end }; +} + +module.exports = getView; diff --git a/typescript/hello-world/node_modules/lodash/_getWrapDetails.js b/typescript/hello-world/node_modules/lodash/_getWrapDetails.js new file mode 100644 index 0000000..3bcc6e4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_getWrapDetails.js @@ -0,0 +1,17 @@ +/** Used to match wrap detail comments. */ +var reWrapDetails = /\{\n\/\* \[wrapped with (.+)\] \*/, + reSplitDetails = /,? & /; + +/** + * Extracts wrapper details from the `source` body comment. + * + * @private + * @param {string} source The source to inspect. + * @returns {Array} Returns the wrapper details. + */ +function getWrapDetails(source) { + var match = source.match(reWrapDetails); + return match ? match[1].split(reSplitDetails) : []; +} + +module.exports = getWrapDetails; diff --git a/typescript/hello-world/node_modules/lodash/_hasPath.js b/typescript/hello-world/node_modules/lodash/_hasPath.js new file mode 100644 index 0000000..93dbde1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_hasPath.js @@ -0,0 +1,39 @@ +var castPath = require('./_castPath'), + isArguments = require('./isArguments'), + isArray = require('./isArray'), + isIndex = require('./_isIndex'), + isLength = require('./isLength'), + toKey = require('./_toKey'); + +/** + * Checks if `path` exists on `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @param {Function} hasFunc The function to check properties. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + */ +function hasPath(object, path, hasFunc) { + path = castPath(path, object); + + var index = -1, + length = path.length, + result = false; + + while (++index < length) { + var key = toKey(path[index]); + if (!(result = object != null && hasFunc(object, key))) { + break; + } + object = object[key]; + } + if (result || ++index != length) { + return result; + } + length = object == null ? 0 : object.length; + return !!length && isLength(length) && isIndex(key, length) && + (isArray(object) || isArguments(object)); +} + +module.exports = hasPath; diff --git a/typescript/hello-world/node_modules/lodash/_hasUnicode.js b/typescript/hello-world/node_modules/lodash/_hasUnicode.js new file mode 100644 index 0000000..cb6ca15 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_hasUnicode.js @@ -0,0 +1,26 @@ +/** Used to compose unicode character classes. */ +var rsAstralRange = '\\ud800-\\udfff', + rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, + rsVarRange = '\\ufe0e\\ufe0f'; + +/** Used to compose unicode capture groups. */ +var rsZWJ = '\\u200d'; + +/** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */ +var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange + rsComboRange + rsVarRange + ']'); + +/** + * Checks if `string` contains Unicode symbols. + * + * @private + * @param {string} string The string to inspect. + * @returns {boolean} Returns `true` if a symbol is found, else `false`. + */ +function hasUnicode(string) { + return reHasUnicode.test(string); +} + +module.exports = hasUnicode; diff --git a/typescript/hello-world/node_modules/lodash/_hasUnicodeWord.js b/typescript/hello-world/node_modules/lodash/_hasUnicodeWord.js new file mode 100644 index 0000000..a35d6e5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_hasUnicodeWord.js @@ -0,0 +1,15 @@ +/** Used to detect strings that need a more robust regexp to match words. */ +var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/; + +/** + * Checks if `string` contains a word composed of Unicode symbols. + * + * @private + * @param {string} string The string to inspect. + * @returns {boolean} Returns `true` if a word is found, else `false`. + */ +function hasUnicodeWord(string) { + return reHasUnicodeWord.test(string); +} + +module.exports = hasUnicodeWord; diff --git a/typescript/hello-world/node_modules/lodash/_hashClear.js b/typescript/hello-world/node_modules/lodash/_hashClear.js new file mode 100644 index 0000000..5d4b70c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_hashClear.js @@ -0,0 +1,15 @@ +var nativeCreate = require('./_nativeCreate'); + +/** + * Removes all key-value entries from the hash. + * + * @private + * @name clear + * @memberOf Hash + */ +function hashClear() { + this.__data__ = nativeCreate ? nativeCreate(null) : {}; + this.size = 0; +} + +module.exports = hashClear; diff --git a/typescript/hello-world/node_modules/lodash/_hashDelete.js b/typescript/hello-world/node_modules/lodash/_hashDelete.js new file mode 100644 index 0000000..ea9dabf --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_hashDelete.js @@ -0,0 +1,17 @@ +/** + * Removes `key` and its value from the hash. + * + * @private + * @name delete + * @memberOf Hash + * @param {Object} hash The hash to modify. + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ +function hashDelete(key) { + var result = this.has(key) && delete this.__data__[key]; + this.size -= result ? 1 : 0; + return result; +} + +module.exports = hashDelete; diff --git a/typescript/hello-world/node_modules/lodash/_hashGet.js b/typescript/hello-world/node_modules/lodash/_hashGet.js new file mode 100644 index 0000000..1fc2f34 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_hashGet.js @@ -0,0 +1,30 @@ +var nativeCreate = require('./_nativeCreate'); + +/** Used to stand-in for `undefined` hash values. */ +var HASH_UNDEFINED = '__lodash_hash_undefined__'; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Gets the hash value for `key`. + * + * @private + * @name get + * @memberOf Hash + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ +function hashGet(key) { + var data = this.__data__; + if (nativeCreate) { + var result = data[key]; + return result === HASH_UNDEFINED ? undefined : result; + } + return hasOwnProperty.call(data, key) ? data[key] : undefined; +} + +module.exports = hashGet; diff --git a/typescript/hello-world/node_modules/lodash/_hashHas.js b/typescript/hello-world/node_modules/lodash/_hashHas.js new file mode 100644 index 0000000..281a551 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_hashHas.js @@ -0,0 +1,23 @@ +var nativeCreate = require('./_nativeCreate'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Checks if a hash value for `key` exists. + * + * @private + * @name has + * @memberOf Hash + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ +function hashHas(key) { + var data = this.__data__; + return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key); +} + +module.exports = hashHas; diff --git a/typescript/hello-world/node_modules/lodash/_hashSet.js b/typescript/hello-world/node_modules/lodash/_hashSet.js new file mode 100644 index 0000000..e105528 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_hashSet.js @@ -0,0 +1,23 @@ +var nativeCreate = require('./_nativeCreate'); + +/** Used to stand-in for `undefined` hash values. */ +var HASH_UNDEFINED = '__lodash_hash_undefined__'; + +/** + * Sets the hash `key` to `value`. + * + * @private + * @name set + * @memberOf Hash + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the hash instance. + */ +function hashSet(key, value) { + var data = this.__data__; + this.size += this.has(key) ? 0 : 1; + data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value; + return this; +} + +module.exports = hashSet; diff --git a/typescript/hello-world/node_modules/lodash/_initCloneArray.js b/typescript/hello-world/node_modules/lodash/_initCloneArray.js new file mode 100644 index 0000000..aef0212 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_initCloneArray.js @@ -0,0 +1,26 @@ +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Initializes an array clone. + * + * @private + * @param {Array} array The array to clone. + * @returns {Array} Returns the initialized clone. + */ +function initCloneArray(array) { + var length = array.length, + result = array.constructor(length); + + // Add properties assigned by `RegExp#exec`. + if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) { + result.index = array.index; + result.input = array.input; + } + return result; +} + +module.exports = initCloneArray; diff --git a/typescript/hello-world/node_modules/lodash/_initCloneByTag.js b/typescript/hello-world/node_modules/lodash/_initCloneByTag.js new file mode 100644 index 0000000..e7b77ed --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_initCloneByTag.js @@ -0,0 +1,80 @@ +var cloneArrayBuffer = require('./_cloneArrayBuffer'), + cloneDataView = require('./_cloneDataView'), + cloneMap = require('./_cloneMap'), + cloneRegExp = require('./_cloneRegExp'), + cloneSet = require('./_cloneSet'), + cloneSymbol = require('./_cloneSymbol'), + cloneTypedArray = require('./_cloneTypedArray'); + +/** `Object#toString` result references. */ +var boolTag = '[object Boolean]', + dateTag = '[object Date]', + mapTag = '[object Map]', + numberTag = '[object Number]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + symbolTag = '[object Symbol]'; + +var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]', + float32Tag = '[object Float32Array]', + float64Tag = '[object Float64Array]', + int8Tag = '[object Int8Array]', + int16Tag = '[object Int16Array]', + int32Tag = '[object Int32Array]', + uint8Tag = '[object Uint8Array]', + uint8ClampedTag = '[object Uint8ClampedArray]', + uint16Tag = '[object Uint16Array]', + uint32Tag = '[object Uint32Array]'; + +/** + * Initializes an object clone based on its `toStringTag`. + * + * **Note:** This function only supports cloning values with tags of + * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * + * @private + * @param {Object} object The object to clone. + * @param {string} tag The `toStringTag` of the object to clone. + * @param {Function} cloneFunc The function to clone values. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the initialized clone. + */ +function initCloneByTag(object, tag, cloneFunc, isDeep) { + var Ctor = object.constructor; + switch (tag) { + case arrayBufferTag: + return cloneArrayBuffer(object); + + case boolTag: + case dateTag: + return new Ctor(+object); + + case dataViewTag: + return cloneDataView(object, isDeep); + + case float32Tag: case float64Tag: + case int8Tag: case int16Tag: case int32Tag: + case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag: + return cloneTypedArray(object, isDeep); + + case mapTag: + return cloneMap(object, isDeep, cloneFunc); + + case numberTag: + case stringTag: + return new Ctor(object); + + case regexpTag: + return cloneRegExp(object); + + case setTag: + return cloneSet(object, isDeep, cloneFunc); + + case symbolTag: + return cloneSymbol(object); + } +} + +module.exports = initCloneByTag; diff --git a/typescript/hello-world/node_modules/lodash/_initCloneObject.js b/typescript/hello-world/node_modules/lodash/_initCloneObject.js new file mode 100644 index 0000000..5a13e64 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_initCloneObject.js @@ -0,0 +1,18 @@ +var baseCreate = require('./_baseCreate'), + getPrototype = require('./_getPrototype'), + isPrototype = require('./_isPrototype'); + +/** + * Initializes an object clone. + * + * @private + * @param {Object} object The object to clone. + * @returns {Object} Returns the initialized clone. + */ +function initCloneObject(object) { + return (typeof object.constructor == 'function' && !isPrototype(object)) + ? baseCreate(getPrototype(object)) + : {}; +} + +module.exports = initCloneObject; diff --git a/typescript/hello-world/node_modules/lodash/_insertWrapDetails.js b/typescript/hello-world/node_modules/lodash/_insertWrapDetails.js new file mode 100644 index 0000000..e790808 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_insertWrapDetails.js @@ -0,0 +1,23 @@ +/** Used to match wrap detail comments. */ +var reWrapComment = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/; + +/** + * Inserts wrapper `details` in a comment at the top of the `source` body. + * + * @private + * @param {string} source The source to modify. + * @returns {Array} details The details to insert. + * @returns {string} Returns the modified source. + */ +function insertWrapDetails(source, details) { + var length = details.length; + if (!length) { + return source; + } + var lastIndex = length - 1; + details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex]; + details = details.join(length > 2 ? ', ' : ' '); + return source.replace(reWrapComment, '{\n/* [wrapped with ' + details + '] */\n'); +} + +module.exports = insertWrapDetails; diff --git a/typescript/hello-world/node_modules/lodash/_isFlattenable.js b/typescript/hello-world/node_modules/lodash/_isFlattenable.js new file mode 100644 index 0000000..4cc2c24 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_isFlattenable.js @@ -0,0 +1,20 @@ +var Symbol = require('./_Symbol'), + isArguments = require('./isArguments'), + isArray = require('./isArray'); + +/** Built-in value references. */ +var spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined; + +/** + * Checks if `value` is a flattenable `arguments` object or array. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. + */ +function isFlattenable(value) { + return isArray(value) || isArguments(value) || + !!(spreadableSymbol && value && value[spreadableSymbol]); +} + +module.exports = isFlattenable; diff --git a/typescript/hello-world/node_modules/lodash/_isIndex.js b/typescript/hello-world/node_modules/lodash/_isIndex.js new file mode 100644 index 0000000..e123dde --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_isIndex.js @@ -0,0 +1,22 @@ +/** Used as references for various `Number` constants. */ +var MAX_SAFE_INTEGER = 9007199254740991; + +/** Used to detect unsigned integer values. */ +var reIsUint = /^(?:0|[1-9]\d*)$/; + +/** + * Checks if `value` is a valid array-like index. + * + * @private + * @param {*} value The value to check. + * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. + * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. + */ +function isIndex(value, length) { + length = length == null ? MAX_SAFE_INTEGER : length; + return !!length && + (typeof value == 'number' || reIsUint.test(value)) && + (value > -1 && value % 1 == 0 && value < length); +} + +module.exports = isIndex; diff --git a/typescript/hello-world/node_modules/lodash/_isIterateeCall.js b/typescript/hello-world/node_modules/lodash/_isIterateeCall.js new file mode 100644 index 0000000..a0bb5a9c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_isIterateeCall.js @@ -0,0 +1,30 @@ +var eq = require('./eq'), + isArrayLike = require('./isArrayLike'), + isIndex = require('./_isIndex'), + isObject = require('./isObject'); + +/** + * Checks if the given arguments are from an iteratee call. + * + * @private + * @param {*} value The potential iteratee value argument. + * @param {*} index The potential iteratee index or key argument. + * @param {*} object The potential iteratee object argument. + * @returns {boolean} Returns `true` if the arguments are from an iteratee call, + * else `false`. + */ +function isIterateeCall(value, index, object) { + if (!isObject(object)) { + return false; + } + var type = typeof index; + if (type == 'number' + ? (isArrayLike(object) && isIndex(index, object.length)) + : (type == 'string' && index in object) + ) { + return eq(object[index], value); + } + return false; +} + +module.exports = isIterateeCall; diff --git a/typescript/hello-world/node_modules/lodash/_isKey.js b/typescript/hello-world/node_modules/lodash/_isKey.js new file mode 100644 index 0000000..ff08b06 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_isKey.js @@ -0,0 +1,29 @@ +var isArray = require('./isArray'), + isSymbol = require('./isSymbol'); + +/** Used to match property names within property paths. */ +var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, + reIsPlainProp = /^\w*$/; + +/** + * Checks if `value` is a property name and not a property path. + * + * @private + * @param {*} value The value to check. + * @param {Object} [object] The object to query keys on. + * @returns {boolean} Returns `true` if `value` is a property name, else `false`. + */ +function isKey(value, object) { + if (isArray(value)) { + return false; + } + var type = typeof value; + if (type == 'number' || type == 'symbol' || type == 'boolean' || + value == null || isSymbol(value)) { + return true; + } + return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || + (object != null && value in Object(object)); +} + +module.exports = isKey; diff --git a/typescript/hello-world/node_modules/lodash/_isKeyable.js b/typescript/hello-world/node_modules/lodash/_isKeyable.js new file mode 100644 index 0000000..39f1828 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_isKeyable.js @@ -0,0 +1,15 @@ +/** + * Checks if `value` is suitable for use as unique object key. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is suitable, else `false`. + */ +function isKeyable(value) { + var type = typeof value; + return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean') + ? (value !== '__proto__') + : (value === null); +} + +module.exports = isKeyable; diff --git a/typescript/hello-world/node_modules/lodash/_isLaziable.js b/typescript/hello-world/node_modules/lodash/_isLaziable.js new file mode 100644 index 0000000..a57c4f2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_isLaziable.js @@ -0,0 +1,28 @@ +var LazyWrapper = require('./_LazyWrapper'), + getData = require('./_getData'), + getFuncName = require('./_getFuncName'), + lodash = require('./wrapperLodash'); + +/** + * Checks if `func` has a lazy counterpart. + * + * @private + * @param {Function} func The function to check. + * @returns {boolean} Returns `true` if `func` has a lazy counterpart, + * else `false`. + */ +function isLaziable(func) { + var funcName = getFuncName(func), + other = lodash[funcName]; + + if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) { + return false; + } + if (func === other) { + return true; + } + var data = getData(other); + return !!data && func === data[0]; +} + +module.exports = isLaziable; diff --git a/typescript/hello-world/node_modules/lodash/_isMaskable.js b/typescript/hello-world/node_modules/lodash/_isMaskable.js new file mode 100644 index 0000000..eb98d09 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_isMaskable.js @@ -0,0 +1,14 @@ +var coreJsData = require('./_coreJsData'), + isFunction = require('./isFunction'), + stubFalse = require('./stubFalse'); + +/** + * Checks if `func` is capable of being masked. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `func` is maskable, else `false`. + */ +var isMaskable = coreJsData ? isFunction : stubFalse; + +module.exports = isMaskable; diff --git a/typescript/hello-world/node_modules/lodash/_isMasked.js b/typescript/hello-world/node_modules/lodash/_isMasked.js new file mode 100644 index 0000000..4b0f21b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_isMasked.js @@ -0,0 +1,20 @@ +var coreJsData = require('./_coreJsData'); + +/** Used to detect methods masquerading as native. */ +var maskSrcKey = (function() { + var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || ''); + return uid ? ('Symbol(src)_1.' + uid) : ''; +}()); + +/** + * Checks if `func` has its source masked. + * + * @private + * @param {Function} func The function to check. + * @returns {boolean} Returns `true` if `func` is masked, else `false`. + */ +function isMasked(func) { + return !!maskSrcKey && (maskSrcKey in func); +} + +module.exports = isMasked; diff --git a/typescript/hello-world/node_modules/lodash/_isPrototype.js b/typescript/hello-world/node_modules/lodash/_isPrototype.js new file mode 100644 index 0000000..0f29498 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_isPrototype.js @@ -0,0 +1,18 @@ +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** + * Checks if `value` is likely a prototype object. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. + */ +function isPrototype(value) { + var Ctor = value && value.constructor, + proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto; + + return value === proto; +} + +module.exports = isPrototype; diff --git a/typescript/hello-world/node_modules/lodash/_isStrictComparable.js b/typescript/hello-world/node_modules/lodash/_isStrictComparable.js new file mode 100644 index 0000000..b59f40b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_isStrictComparable.js @@ -0,0 +1,15 @@ +var isObject = require('./isObject'); + +/** + * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` if suitable for strict + * equality comparisons, else `false`. + */ +function isStrictComparable(value) { + return value === value && !isObject(value); +} + +module.exports = isStrictComparable; diff --git a/typescript/hello-world/node_modules/lodash/_iteratorToArray.js b/typescript/hello-world/node_modules/lodash/_iteratorToArray.js new file mode 100644 index 0000000..4768566 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_iteratorToArray.js @@ -0,0 +1,18 @@ +/** + * Converts `iterator` to an array. + * + * @private + * @param {Object} iterator The iterator to convert. + * @returns {Array} Returns the converted array. + */ +function iteratorToArray(iterator) { + var data, + result = []; + + while (!(data = iterator.next()).done) { + result.push(data.value); + } + return result; +} + +module.exports = iteratorToArray; diff --git a/typescript/hello-world/node_modules/lodash/_lazyClone.js b/typescript/hello-world/node_modules/lodash/_lazyClone.js new file mode 100644 index 0000000..d8a51f8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_lazyClone.js @@ -0,0 +1,23 @@ +var LazyWrapper = require('./_LazyWrapper'), + copyArray = require('./_copyArray'); + +/** + * Creates a clone of the lazy wrapper object. + * + * @private + * @name clone + * @memberOf LazyWrapper + * @returns {Object} Returns the cloned `LazyWrapper` object. + */ +function lazyClone() { + var result = new LazyWrapper(this.__wrapped__); + result.__actions__ = copyArray(this.__actions__); + result.__dir__ = this.__dir__; + result.__filtered__ = this.__filtered__; + result.__iteratees__ = copyArray(this.__iteratees__); + result.__takeCount__ = this.__takeCount__; + result.__views__ = copyArray(this.__views__); + return result; +} + +module.exports = lazyClone; diff --git a/typescript/hello-world/node_modules/lodash/_lazyReverse.js b/typescript/hello-world/node_modules/lodash/_lazyReverse.js new file mode 100644 index 0000000..c5b5219 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_lazyReverse.js @@ -0,0 +1,23 @@ +var LazyWrapper = require('./_LazyWrapper'); + +/** + * Reverses the direction of lazy iteration. + * + * @private + * @name reverse + * @memberOf LazyWrapper + * @returns {Object} Returns the new reversed `LazyWrapper` object. + */ +function lazyReverse() { + if (this.__filtered__) { + var result = new LazyWrapper(this); + result.__dir__ = -1; + result.__filtered__ = true; + } else { + result = this.clone(); + result.__dir__ *= -1; + } + return result; +} + +module.exports = lazyReverse; diff --git a/typescript/hello-world/node_modules/lodash/_lazyValue.js b/typescript/hello-world/node_modules/lodash/_lazyValue.js new file mode 100644 index 0000000..371ca8d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_lazyValue.js @@ -0,0 +1,69 @@ +var baseWrapperValue = require('./_baseWrapperValue'), + getView = require('./_getView'), + isArray = require('./isArray'); + +/** Used to indicate the type of lazy iteratees. */ +var LAZY_FILTER_FLAG = 1, + LAZY_MAP_FLAG = 2; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMin = Math.min; + +/** + * Extracts the unwrapped value from its lazy wrapper. + * + * @private + * @name value + * @memberOf LazyWrapper + * @returns {*} Returns the unwrapped value. + */ +function lazyValue() { + var array = this.__wrapped__.value(), + dir = this.__dir__, + isArr = isArray(array), + isRight = dir < 0, + arrLength = isArr ? array.length : 0, + view = getView(0, arrLength, this.__views__), + start = view.start, + end = view.end, + length = end - start, + index = isRight ? end : (start - 1), + iteratees = this.__iteratees__, + iterLength = iteratees.length, + resIndex = 0, + takeCount = nativeMin(length, this.__takeCount__); + + if (!isArr || (!isRight && arrLength == length && takeCount == length)) { + return baseWrapperValue(array, this.__actions__); + } + var result = []; + + outer: + while (length-- && resIndex < takeCount) { + index += dir; + + var iterIndex = -1, + value = array[index]; + + while (++iterIndex < iterLength) { + var data = iteratees[iterIndex], + iteratee = data.iteratee, + type = data.type, + computed = iteratee(value); + + if (type == LAZY_MAP_FLAG) { + value = computed; + } else if (!computed) { + if (type == LAZY_FILTER_FLAG) { + continue outer; + } else { + break outer; + } + } + } + result[resIndex++] = value; + } + return result; +} + +module.exports = lazyValue; diff --git a/typescript/hello-world/node_modules/lodash/_listCacheClear.js b/typescript/hello-world/node_modules/lodash/_listCacheClear.js new file mode 100644 index 0000000..acbe39a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_listCacheClear.js @@ -0,0 +1,13 @@ +/** + * Removes all key-value entries from the list cache. + * + * @private + * @name clear + * @memberOf ListCache + */ +function listCacheClear() { + this.__data__ = []; + this.size = 0; +} + +module.exports = listCacheClear; diff --git a/typescript/hello-world/node_modules/lodash/_listCacheDelete.js b/typescript/hello-world/node_modules/lodash/_listCacheDelete.js new file mode 100644 index 0000000..b1384ad --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_listCacheDelete.js @@ -0,0 +1,35 @@ +var assocIndexOf = require('./_assocIndexOf'); + +/** Used for built-in method references. */ +var arrayProto = Array.prototype; + +/** Built-in value references. */ +var splice = arrayProto.splice; + +/** + * Removes `key` and its value from the list cache. + * + * @private + * @name delete + * @memberOf ListCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ +function listCacheDelete(key) { + var data = this.__data__, + index = assocIndexOf(data, key); + + if (index < 0) { + return false; + } + var lastIndex = data.length - 1; + if (index == lastIndex) { + data.pop(); + } else { + splice.call(data, index, 1); + } + --this.size; + return true; +} + +module.exports = listCacheDelete; diff --git a/typescript/hello-world/node_modules/lodash/_listCacheGet.js b/typescript/hello-world/node_modules/lodash/_listCacheGet.js new file mode 100644 index 0000000..f8192fc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_listCacheGet.js @@ -0,0 +1,19 @@ +var assocIndexOf = require('./_assocIndexOf'); + +/** + * Gets the list cache value for `key`. + * + * @private + * @name get + * @memberOf ListCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ +function listCacheGet(key) { + var data = this.__data__, + index = assocIndexOf(data, key); + + return index < 0 ? undefined : data[index][1]; +} + +module.exports = listCacheGet; diff --git a/typescript/hello-world/node_modules/lodash/_listCacheHas.js b/typescript/hello-world/node_modules/lodash/_listCacheHas.js new file mode 100644 index 0000000..2adf671 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_listCacheHas.js @@ -0,0 +1,16 @@ +var assocIndexOf = require('./_assocIndexOf'); + +/** + * Checks if a list cache value for `key` exists. + * + * @private + * @name has + * @memberOf ListCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ +function listCacheHas(key) { + return assocIndexOf(this.__data__, key) > -1; +} + +module.exports = listCacheHas; diff --git a/typescript/hello-world/node_modules/lodash/_listCacheSet.js b/typescript/hello-world/node_modules/lodash/_listCacheSet.js new file mode 100644 index 0000000..5855c95 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_listCacheSet.js @@ -0,0 +1,26 @@ +var assocIndexOf = require('./_assocIndexOf'); + +/** + * Sets the list cache `key` to `value`. + * + * @private + * @name set + * @memberOf ListCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the list cache instance. + */ +function listCacheSet(key, value) { + var data = this.__data__, + index = assocIndexOf(data, key); + + if (index < 0) { + ++this.size; + data.push([key, value]); + } else { + data[index][1] = value; + } + return this; +} + +module.exports = listCacheSet; diff --git a/typescript/hello-world/node_modules/lodash/_mapCacheClear.js b/typescript/hello-world/node_modules/lodash/_mapCacheClear.js new file mode 100644 index 0000000..bc9ca20 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_mapCacheClear.js @@ -0,0 +1,21 @@ +var Hash = require('./_Hash'), + ListCache = require('./_ListCache'), + Map = require('./_Map'); + +/** + * Removes all key-value entries from the map. + * + * @private + * @name clear + * @memberOf MapCache + */ +function mapCacheClear() { + this.size = 0; + this.__data__ = { + 'hash': new Hash, + 'map': new (Map || ListCache), + 'string': new Hash + }; +} + +module.exports = mapCacheClear; diff --git a/typescript/hello-world/node_modules/lodash/_mapCacheDelete.js b/typescript/hello-world/node_modules/lodash/_mapCacheDelete.js new file mode 100644 index 0000000..946ca3c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_mapCacheDelete.js @@ -0,0 +1,18 @@ +var getMapData = require('./_getMapData'); + +/** + * Removes `key` and its value from the map. + * + * @private + * @name delete + * @memberOf MapCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ +function mapCacheDelete(key) { + var result = getMapData(this, key)['delete'](key); + this.size -= result ? 1 : 0; + return result; +} + +module.exports = mapCacheDelete; diff --git a/typescript/hello-world/node_modules/lodash/_mapCacheGet.js b/typescript/hello-world/node_modules/lodash/_mapCacheGet.js new file mode 100644 index 0000000..f29f55c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_mapCacheGet.js @@ -0,0 +1,16 @@ +var getMapData = require('./_getMapData'); + +/** + * Gets the map value for `key`. + * + * @private + * @name get + * @memberOf MapCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ +function mapCacheGet(key) { + return getMapData(this, key).get(key); +} + +module.exports = mapCacheGet; diff --git a/typescript/hello-world/node_modules/lodash/_mapCacheHas.js b/typescript/hello-world/node_modules/lodash/_mapCacheHas.js new file mode 100644 index 0000000..a1214c0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_mapCacheHas.js @@ -0,0 +1,16 @@ +var getMapData = require('./_getMapData'); + +/** + * Checks if a map value for `key` exists. + * + * @private + * @name has + * @memberOf MapCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ +function mapCacheHas(key) { + return getMapData(this, key).has(key); +} + +module.exports = mapCacheHas; diff --git a/typescript/hello-world/node_modules/lodash/_mapCacheSet.js b/typescript/hello-world/node_modules/lodash/_mapCacheSet.js new file mode 100644 index 0000000..7346849 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_mapCacheSet.js @@ -0,0 +1,22 @@ +var getMapData = require('./_getMapData'); + +/** + * Sets the map `key` to `value`. + * + * @private + * @name set + * @memberOf MapCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the map cache instance. + */ +function mapCacheSet(key, value) { + var data = getMapData(this, key), + size = data.size; + + data.set(key, value); + this.size += data.size == size ? 0 : 1; + return this; +} + +module.exports = mapCacheSet; diff --git a/typescript/hello-world/node_modules/lodash/_mapToArray.js b/typescript/hello-world/node_modules/lodash/_mapToArray.js new file mode 100644 index 0000000..fe3dd53 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_mapToArray.js @@ -0,0 +1,18 @@ +/** + * Converts `map` to its key-value pairs. + * + * @private + * @param {Object} map The map to convert. + * @returns {Array} Returns the key-value pairs. + */ +function mapToArray(map) { + var index = -1, + result = Array(map.size); + + map.forEach(function(value, key) { + result[++index] = [key, value]; + }); + return result; +} + +module.exports = mapToArray; diff --git a/typescript/hello-world/node_modules/lodash/_matchesStrictComparable.js b/typescript/hello-world/node_modules/lodash/_matchesStrictComparable.js new file mode 100644 index 0000000..f608af9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_matchesStrictComparable.js @@ -0,0 +1,20 @@ +/** + * A specialized version of `matchesProperty` for source values suitable + * for strict equality comparisons, i.e. `===`. + * + * @private + * @param {string} key The key of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. + */ +function matchesStrictComparable(key, srcValue) { + return function(object) { + if (object == null) { + return false; + } + return object[key] === srcValue && + (srcValue !== undefined || (key in Object(object))); + }; +} + +module.exports = matchesStrictComparable; diff --git a/typescript/hello-world/node_modules/lodash/_memoizeCapped.js b/typescript/hello-world/node_modules/lodash/_memoizeCapped.js new file mode 100644 index 0000000..7f71c8f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_memoizeCapped.js @@ -0,0 +1,26 @@ +var memoize = require('./memoize'); + +/** Used as the maximum memoize cache size. */ +var MAX_MEMOIZE_SIZE = 500; + +/** + * A specialized version of `_.memoize` which clears the memoized function's + * cache when it exceeds `MAX_MEMOIZE_SIZE`. + * + * @private + * @param {Function} func The function to have its output memoized. + * @returns {Function} Returns the new memoized function. + */ +function memoizeCapped(func) { + var result = memoize(func, function(key) { + if (cache.size === MAX_MEMOIZE_SIZE) { + cache.clear(); + } + return key; + }); + + var cache = result.cache; + return result; +} + +module.exports = memoizeCapped; diff --git a/typescript/hello-world/node_modules/lodash/_mergeData.js b/typescript/hello-world/node_modules/lodash/_mergeData.js new file mode 100644 index 0000000..cb570f9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_mergeData.js @@ -0,0 +1,90 @@ +var composeArgs = require('./_composeArgs'), + composeArgsRight = require('./_composeArgsRight'), + replaceHolders = require('./_replaceHolders'); + +/** Used as the internal argument placeholder. */ +var PLACEHOLDER = '__lodash_placeholder__'; + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_BOUND_FLAG = 4, + WRAP_CURRY_FLAG = 8, + WRAP_ARY_FLAG = 128, + WRAP_REARG_FLAG = 256; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMin = Math.min; + +/** + * Merges the function metadata of `source` into `data`. + * + * Merging metadata reduces the number of wrappers used to invoke a function. + * This is possible because methods like `_.bind`, `_.curry`, and `_.partial` + * may be applied regardless of execution order. Methods like `_.ary` and + * `_.rearg` modify function arguments, making the order in which they are + * executed important, preventing the merging of metadata. However, we make + * an exception for a safe combined case where curried functions have `_.ary` + * and or `_.rearg` applied. + * + * @private + * @param {Array} data The destination metadata. + * @param {Array} source The source metadata. + * @returns {Array} Returns `data`. + */ +function mergeData(data, source) { + var bitmask = data[1], + srcBitmask = source[1], + newBitmask = bitmask | srcBitmask, + isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG); + + var isCombo = + ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) || + ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) || + ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG)); + + // Exit early if metadata can't be merged. + if (!(isCommon || isCombo)) { + return data; + } + // Use source `thisArg` if available. + if (srcBitmask & WRAP_BIND_FLAG) { + data[2] = source[2]; + // Set when currying a bound function. + newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG; + } + // Compose partial arguments. + var value = source[3]; + if (value) { + var partials = data[3]; + data[3] = partials ? composeArgs(partials, value, source[4]) : value; + data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4]; + } + // Compose partial right arguments. + value = source[5]; + if (value) { + partials = data[5]; + data[5] = partials ? composeArgsRight(partials, value, source[6]) : value; + data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6]; + } + // Use source `argPos` if available. + value = source[7]; + if (value) { + data[7] = value; + } + // Use source `ary` if it's smaller. + if (srcBitmask & WRAP_ARY_FLAG) { + data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]); + } + // Use source `arity` if one is not provided. + if (data[9] == null) { + data[9] = source[9]; + } + // Use source `func` and merge bitmasks. + data[0] = source[0]; + data[1] = newBitmask; + + return data; +} + +module.exports = mergeData; diff --git a/typescript/hello-world/node_modules/lodash/_metaMap.js b/typescript/hello-world/node_modules/lodash/_metaMap.js new file mode 100644 index 0000000..0157a0b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_metaMap.js @@ -0,0 +1,6 @@ +var WeakMap = require('./_WeakMap'); + +/** Used to store function metadata. */ +var metaMap = WeakMap && new WeakMap; + +module.exports = metaMap; diff --git a/typescript/hello-world/node_modules/lodash/_nativeCreate.js b/typescript/hello-world/node_modules/lodash/_nativeCreate.js new file mode 100644 index 0000000..c7aede8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_nativeCreate.js @@ -0,0 +1,6 @@ +var getNative = require('./_getNative'); + +/* Built-in method references that are verified to be native. */ +var nativeCreate = getNative(Object, 'create'); + +module.exports = nativeCreate; diff --git a/typescript/hello-world/node_modules/lodash/_nativeKeys.js b/typescript/hello-world/node_modules/lodash/_nativeKeys.js new file mode 100644 index 0000000..479a104 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_nativeKeys.js @@ -0,0 +1,6 @@ +var overArg = require('./_overArg'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeKeys = overArg(Object.keys, Object); + +module.exports = nativeKeys; diff --git a/typescript/hello-world/node_modules/lodash/_nativeKeysIn.js b/typescript/hello-world/node_modules/lodash/_nativeKeysIn.js new file mode 100644 index 0000000..00ee505 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_nativeKeysIn.js @@ -0,0 +1,20 @@ +/** + * This function is like + * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * except that it includes inherited enumerable properties. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ +function nativeKeysIn(object) { + var result = []; + if (object != null) { + for (var key in Object(object)) { + result.push(key); + } + } + return result; +} + +module.exports = nativeKeysIn; diff --git a/typescript/hello-world/node_modules/lodash/_nodeUtil.js b/typescript/hello-world/node_modules/lodash/_nodeUtil.js new file mode 100644 index 0000000..14e179f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_nodeUtil.js @@ -0,0 +1,22 @@ +var freeGlobal = require('./_freeGlobal'); + +/** Detect free variable `exports`. */ +var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + +/** Detect free variable `module`. */ +var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + +/** Detect the popular CommonJS extension `module.exports`. */ +var moduleExports = freeModule && freeModule.exports === freeExports; + +/** Detect free variable `process` from Node.js. */ +var freeProcess = moduleExports && freeGlobal.process; + +/** Used to access faster Node.js helpers. */ +var nodeUtil = (function() { + try { + return freeProcess && freeProcess.binding && freeProcess.binding('util'); + } catch (e) {} +}()); + +module.exports = nodeUtil; diff --git a/typescript/hello-world/node_modules/lodash/_objectToString.js b/typescript/hello-world/node_modules/lodash/_objectToString.js new file mode 100644 index 0000000..c614ec0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_objectToString.js @@ -0,0 +1,22 @@ +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ +var nativeObjectToString = objectProto.toString; + +/** + * Converts `value` to a string using `Object.prototype.toString`. + * + * @private + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + */ +function objectToString(value) { + return nativeObjectToString.call(value); +} + +module.exports = objectToString; diff --git a/typescript/hello-world/node_modules/lodash/_overArg.js b/typescript/hello-world/node_modules/lodash/_overArg.js new file mode 100644 index 0000000..651c5c5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_overArg.js @@ -0,0 +1,15 @@ +/** + * Creates a unary function that invokes `func` with its argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ +function overArg(func, transform) { + return function(arg) { + return func(transform(arg)); + }; +} + +module.exports = overArg; diff --git a/typescript/hello-world/node_modules/lodash/_overRest.js b/typescript/hello-world/node_modules/lodash/_overRest.js new file mode 100644 index 0000000..c7cdef3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_overRest.js @@ -0,0 +1,36 @@ +var apply = require('./_apply'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * A specialized version of `baseRest` which transforms the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @param {Function} transform The rest array transform. + * @returns {Function} Returns the new function. + */ +function overRest(func, start, transform) { + start = nativeMax(start === undefined ? (func.length - 1) : start, 0); + return function() { + var args = arguments, + index = -1, + length = nativeMax(args.length - start, 0), + array = Array(length); + + while (++index < length) { + array[index] = args[start + index]; + } + index = -1; + var otherArgs = Array(start + 1); + while (++index < start) { + otherArgs[index] = args[index]; + } + otherArgs[start] = transform(array); + return apply(func, this, otherArgs); + }; +} + +module.exports = overRest; diff --git a/typescript/hello-world/node_modules/lodash/_parent.js b/typescript/hello-world/node_modules/lodash/_parent.js new file mode 100644 index 0000000..f174328 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_parent.js @@ -0,0 +1,16 @@ +var baseGet = require('./_baseGet'), + baseSlice = require('./_baseSlice'); + +/** + * Gets the parent value at `path` of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} path The path to get the parent value of. + * @returns {*} Returns the parent value. + */ +function parent(object, path) { + return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1)); +} + +module.exports = parent; diff --git a/typescript/hello-world/node_modules/lodash/_reEscape.js b/typescript/hello-world/node_modules/lodash/_reEscape.js new file mode 100644 index 0000000..7f47eda --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_reEscape.js @@ -0,0 +1,4 @@ +/** Used to match template delimiters. */ +var reEscape = /<%-([\s\S]+?)%>/g; + +module.exports = reEscape; diff --git a/typescript/hello-world/node_modules/lodash/_reEvaluate.js b/typescript/hello-world/node_modules/lodash/_reEvaluate.js new file mode 100644 index 0000000..6adfc31 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_reEvaluate.js @@ -0,0 +1,4 @@ +/** Used to match template delimiters. */ +var reEvaluate = /<%([\s\S]+?)%>/g; + +module.exports = reEvaluate; diff --git a/typescript/hello-world/node_modules/lodash/_reInterpolate.js b/typescript/hello-world/node_modules/lodash/_reInterpolate.js new file mode 100644 index 0000000..d02ff0b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_reInterpolate.js @@ -0,0 +1,4 @@ +/** Used to match template delimiters. */ +var reInterpolate = /<%=([\s\S]+?)%>/g; + +module.exports = reInterpolate; diff --git a/typescript/hello-world/node_modules/lodash/_realNames.js b/typescript/hello-world/node_modules/lodash/_realNames.js new file mode 100644 index 0000000..aa0d529 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_realNames.js @@ -0,0 +1,4 @@ +/** Used to lookup unminified function names. */ +var realNames = {}; + +module.exports = realNames; diff --git a/typescript/hello-world/node_modules/lodash/_reorder.js b/typescript/hello-world/node_modules/lodash/_reorder.js new file mode 100644 index 0000000..a3502b0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_reorder.js @@ -0,0 +1,29 @@ +var copyArray = require('./_copyArray'), + isIndex = require('./_isIndex'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMin = Math.min; + +/** + * Reorder `array` according to the specified indexes where the element at + * the first index is assigned as the first element, the element at + * the second index is assigned as the second element, and so on. + * + * @private + * @param {Array} array The array to reorder. + * @param {Array} indexes The arranged array indexes. + * @returns {Array} Returns `array`. + */ +function reorder(array, indexes) { + var arrLength = array.length, + length = nativeMin(indexes.length, arrLength), + oldArray = copyArray(array); + + while (length--) { + var index = indexes[length]; + array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined; + } + return array; +} + +module.exports = reorder; diff --git a/typescript/hello-world/node_modules/lodash/_replaceHolders.js b/typescript/hello-world/node_modules/lodash/_replaceHolders.js new file mode 100644 index 0000000..74360ec --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_replaceHolders.js @@ -0,0 +1,29 @@ +/** Used as the internal argument placeholder. */ +var PLACEHOLDER = '__lodash_placeholder__'; + +/** + * Replaces all `placeholder` elements in `array` with an internal placeholder + * and returns an array of their indexes. + * + * @private + * @param {Array} array The array to modify. + * @param {*} placeholder The placeholder to replace. + * @returns {Array} Returns the new array of placeholder indexes. + */ +function replaceHolders(array, placeholder) { + var index = -1, + length = array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (value === placeholder || value === PLACEHOLDER) { + array[index] = PLACEHOLDER; + result[resIndex++] = index; + } + } + return result; +} + +module.exports = replaceHolders; diff --git a/typescript/hello-world/node_modules/lodash/_root.js b/typescript/hello-world/node_modules/lodash/_root.js new file mode 100644 index 0000000..d2852be --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_root.js @@ -0,0 +1,9 @@ +var freeGlobal = require('./_freeGlobal'); + +/** Detect free variable `self`. */ +var freeSelf = typeof self == 'object' && self && self.Object === Object && self; + +/** Used as a reference to the global object. */ +var root = freeGlobal || freeSelf || Function('return this')(); + +module.exports = root; diff --git a/typescript/hello-world/node_modules/lodash/_setCacheAdd.js b/typescript/hello-world/node_modules/lodash/_setCacheAdd.js new file mode 100644 index 0000000..1081a74 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_setCacheAdd.js @@ -0,0 +1,19 @@ +/** Used to stand-in for `undefined` hash values. */ +var HASH_UNDEFINED = '__lodash_hash_undefined__'; + +/** + * Adds `value` to the array cache. + * + * @private + * @name add + * @memberOf SetCache + * @alias push + * @param {*} value The value to cache. + * @returns {Object} Returns the cache instance. + */ +function setCacheAdd(value) { + this.__data__.set(value, HASH_UNDEFINED); + return this; +} + +module.exports = setCacheAdd; diff --git a/typescript/hello-world/node_modules/lodash/_setCacheHas.js b/typescript/hello-world/node_modules/lodash/_setCacheHas.js new file mode 100644 index 0000000..9a49255 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_setCacheHas.js @@ -0,0 +1,14 @@ +/** + * Checks if `value` is in the array cache. + * + * @private + * @name has + * @memberOf SetCache + * @param {*} value The value to search for. + * @returns {number} Returns `true` if `value` is found, else `false`. + */ +function setCacheHas(value) { + return this.__data__.has(value); +} + +module.exports = setCacheHas; diff --git a/typescript/hello-world/node_modules/lodash/_setData.js b/typescript/hello-world/node_modules/lodash/_setData.js new file mode 100644 index 0000000..e5cf3eb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_setData.js @@ -0,0 +1,20 @@ +var baseSetData = require('./_baseSetData'), + shortOut = require('./_shortOut'); + +/** + * Sets metadata for `func`. + * + * **Note:** If this function becomes hot, i.e. is invoked a lot in a short + * period of time, it will trip its breaker and transition to an identity + * function to avoid garbage collection pauses in V8. See + * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070) + * for more details. + * + * @private + * @param {Function} func The function to associate metadata with. + * @param {*} data The metadata. + * @returns {Function} Returns `func`. + */ +var setData = shortOut(baseSetData); + +module.exports = setData; diff --git a/typescript/hello-world/node_modules/lodash/_setToArray.js b/typescript/hello-world/node_modules/lodash/_setToArray.js new file mode 100644 index 0000000..b87f074 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_setToArray.js @@ -0,0 +1,18 @@ +/** + * Converts `set` to an array of its values. + * + * @private + * @param {Object} set The set to convert. + * @returns {Array} Returns the values. + */ +function setToArray(set) { + var index = -1, + result = Array(set.size); + + set.forEach(function(value) { + result[++index] = value; + }); + return result; +} + +module.exports = setToArray; diff --git a/typescript/hello-world/node_modules/lodash/_setToPairs.js b/typescript/hello-world/node_modules/lodash/_setToPairs.js new file mode 100644 index 0000000..36ad37a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_setToPairs.js @@ -0,0 +1,18 @@ +/** + * Converts `set` to its value-value pairs. + * + * @private + * @param {Object} set The set to convert. + * @returns {Array} Returns the value-value pairs. + */ +function setToPairs(set) { + var index = -1, + result = Array(set.size); + + set.forEach(function(value) { + result[++index] = [value, value]; + }); + return result; +} + +module.exports = setToPairs; diff --git a/typescript/hello-world/node_modules/lodash/_setToString.js b/typescript/hello-world/node_modules/lodash/_setToString.js new file mode 100644 index 0000000..6ca8419 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_setToString.js @@ -0,0 +1,14 @@ +var baseSetToString = require('./_baseSetToString'), + shortOut = require('./_shortOut'); + +/** + * Sets the `toString` method of `func` to return `string`. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ +var setToString = shortOut(baseSetToString); + +module.exports = setToString; diff --git a/typescript/hello-world/node_modules/lodash/_setWrapToString.js b/typescript/hello-world/node_modules/lodash/_setWrapToString.js new file mode 100644 index 0000000..decdc44 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_setWrapToString.js @@ -0,0 +1,21 @@ +var getWrapDetails = require('./_getWrapDetails'), + insertWrapDetails = require('./_insertWrapDetails'), + setToString = require('./_setToString'), + updateWrapDetails = require('./_updateWrapDetails'); + +/** + * Sets the `toString` method of `wrapper` to mimic the source of `reference` + * with wrapper details in a comment at the top of the source body. + * + * @private + * @param {Function} wrapper The function to modify. + * @param {Function} reference The reference function. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @returns {Function} Returns `wrapper`. + */ +function setWrapToString(wrapper, reference, bitmask) { + var source = (reference + ''); + return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask))); +} + +module.exports = setWrapToString; diff --git a/typescript/hello-world/node_modules/lodash/_shortOut.js b/typescript/hello-world/node_modules/lodash/_shortOut.js new file mode 100644 index 0000000..3300a07 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_shortOut.js @@ -0,0 +1,37 @@ +/** Used to detect hot functions by number of calls within a span of milliseconds. */ +var HOT_COUNT = 800, + HOT_SPAN = 16; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeNow = Date.now; + +/** + * Creates a function that'll short out and invoke `identity` instead + * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN` + * milliseconds. + * + * @private + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new shortable function. + */ +function shortOut(func) { + var count = 0, + lastCalled = 0; + + return function() { + var stamp = nativeNow(), + remaining = HOT_SPAN - (stamp - lastCalled); + + lastCalled = stamp; + if (remaining > 0) { + if (++count >= HOT_COUNT) { + return arguments[0]; + } + } else { + count = 0; + } + return func.apply(undefined, arguments); + }; +} + +module.exports = shortOut; diff --git a/typescript/hello-world/node_modules/lodash/_shuffleSelf.js b/typescript/hello-world/node_modules/lodash/_shuffleSelf.js new file mode 100644 index 0000000..8bcc4f5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_shuffleSelf.js @@ -0,0 +1,28 @@ +var baseRandom = require('./_baseRandom'); + +/** + * A specialized version of `_.shuffle` which mutates and sets the size of `array`. + * + * @private + * @param {Array} array The array to shuffle. + * @param {number} [size=array.length] The size of `array`. + * @returns {Array} Returns `array`. + */ +function shuffleSelf(array, size) { + var index = -1, + length = array.length, + lastIndex = length - 1; + + size = size === undefined ? length : size; + while (++index < size) { + var rand = baseRandom(index, lastIndex), + value = array[rand]; + + array[rand] = array[index]; + array[index] = value; + } + array.length = size; + return array; +} + +module.exports = shuffleSelf; diff --git a/typescript/hello-world/node_modules/lodash/_stackClear.js b/typescript/hello-world/node_modules/lodash/_stackClear.js new file mode 100644 index 0000000..ce8e5a9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_stackClear.js @@ -0,0 +1,15 @@ +var ListCache = require('./_ListCache'); + +/** + * Removes all key-value entries from the stack. + * + * @private + * @name clear + * @memberOf Stack + */ +function stackClear() { + this.__data__ = new ListCache; + this.size = 0; +} + +module.exports = stackClear; diff --git a/typescript/hello-world/node_modules/lodash/_stackDelete.js b/typescript/hello-world/node_modules/lodash/_stackDelete.js new file mode 100644 index 0000000..ff9887a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_stackDelete.js @@ -0,0 +1,18 @@ +/** + * Removes `key` and its value from the stack. + * + * @private + * @name delete + * @memberOf Stack + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ +function stackDelete(key) { + var data = this.__data__, + result = data['delete'](key); + + this.size = data.size; + return result; +} + +module.exports = stackDelete; diff --git a/typescript/hello-world/node_modules/lodash/_stackGet.js b/typescript/hello-world/node_modules/lodash/_stackGet.js new file mode 100644 index 0000000..1cdf004 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_stackGet.js @@ -0,0 +1,14 @@ +/** + * Gets the stack value for `key`. + * + * @private + * @name get + * @memberOf Stack + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ +function stackGet(key) { + return this.__data__.get(key); +} + +module.exports = stackGet; diff --git a/typescript/hello-world/node_modules/lodash/_stackHas.js b/typescript/hello-world/node_modules/lodash/_stackHas.js new file mode 100644 index 0000000..16a3ad1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_stackHas.js @@ -0,0 +1,14 @@ +/** + * Checks if a stack value for `key` exists. + * + * @private + * @name has + * @memberOf Stack + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ +function stackHas(key) { + return this.__data__.has(key); +} + +module.exports = stackHas; diff --git a/typescript/hello-world/node_modules/lodash/_stackSet.js b/typescript/hello-world/node_modules/lodash/_stackSet.js new file mode 100644 index 0000000..b790ac5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_stackSet.js @@ -0,0 +1,34 @@ +var ListCache = require('./_ListCache'), + Map = require('./_Map'), + MapCache = require('./_MapCache'); + +/** Used as the size to enable large array optimizations. */ +var LARGE_ARRAY_SIZE = 200; + +/** + * Sets the stack `key` to `value`. + * + * @private + * @name set + * @memberOf Stack + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the stack cache instance. + */ +function stackSet(key, value) { + var data = this.__data__; + if (data instanceof ListCache) { + var pairs = data.__data__; + if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) { + pairs.push([key, value]); + this.size = ++data.size; + return this; + } + data = this.__data__ = new MapCache(pairs); + } + data.set(key, value); + this.size = data.size; + return this; +} + +module.exports = stackSet; diff --git a/typescript/hello-world/node_modules/lodash/_strictIndexOf.js b/typescript/hello-world/node_modules/lodash/_strictIndexOf.js new file mode 100644 index 0000000..0486a49 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_strictIndexOf.js @@ -0,0 +1,23 @@ +/** + * A specialized version of `_.indexOf` which performs strict equality + * comparisons of values, i.e. `===`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function strictIndexOf(array, value, fromIndex) { + var index = fromIndex - 1, + length = array.length; + + while (++index < length) { + if (array[index] === value) { + return index; + } + } + return -1; +} + +module.exports = strictIndexOf; diff --git a/typescript/hello-world/node_modules/lodash/_strictLastIndexOf.js b/typescript/hello-world/node_modules/lodash/_strictLastIndexOf.js new file mode 100644 index 0000000..d7310dc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_strictLastIndexOf.js @@ -0,0 +1,21 @@ +/** + * A specialized version of `_.lastIndexOf` which performs strict equality + * comparisons of values, i.e. `===`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function strictLastIndexOf(array, value, fromIndex) { + var index = fromIndex + 1; + while (index--) { + if (array[index] === value) { + return index; + } + } + return index; +} + +module.exports = strictLastIndexOf; diff --git a/typescript/hello-world/node_modules/lodash/_stringSize.js b/typescript/hello-world/node_modules/lodash/_stringSize.js new file mode 100644 index 0000000..17ef462 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_stringSize.js @@ -0,0 +1,18 @@ +var asciiSize = require('./_asciiSize'), + hasUnicode = require('./_hasUnicode'), + unicodeSize = require('./_unicodeSize'); + +/** + * Gets the number of symbols in `string`. + * + * @private + * @param {string} string The string to inspect. + * @returns {number} Returns the string size. + */ +function stringSize(string) { + return hasUnicode(string) + ? unicodeSize(string) + : asciiSize(string); +} + +module.exports = stringSize; diff --git a/typescript/hello-world/node_modules/lodash/_stringToArray.js b/typescript/hello-world/node_modules/lodash/_stringToArray.js new file mode 100644 index 0000000..d161158 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_stringToArray.js @@ -0,0 +1,18 @@ +var asciiToArray = require('./_asciiToArray'), + hasUnicode = require('./_hasUnicode'), + unicodeToArray = require('./_unicodeToArray'); + +/** + * Converts `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ +function stringToArray(string) { + return hasUnicode(string) + ? unicodeToArray(string) + : asciiToArray(string); +} + +module.exports = stringToArray; diff --git a/typescript/hello-world/node_modules/lodash/_stringToPath.js b/typescript/hello-world/node_modules/lodash/_stringToPath.js new file mode 100644 index 0000000..db7b0f7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_stringToPath.js @@ -0,0 +1,28 @@ +var memoizeCapped = require('./_memoizeCapped'); + +/** Used to match property names within property paths. */ +var reLeadingDot = /^\./, + rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; + +/** Used to match backslashes in property paths. */ +var reEscapeChar = /\\(\\)?/g; + +/** + * Converts `string` to a property path array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the property path array. + */ +var stringToPath = memoizeCapped(function(string) { + var result = []; + if (reLeadingDot.test(string)) { + result.push(''); + } + string.replace(rePropName, function(match, number, quote, string) { + result.push(quote ? string.replace(reEscapeChar, '$1') : (number || match)); + }); + return result; +}); + +module.exports = stringToPath; diff --git a/typescript/hello-world/node_modules/lodash/_toKey.js b/typescript/hello-world/node_modules/lodash/_toKey.js new file mode 100644 index 0000000..c6d645c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_toKey.js @@ -0,0 +1,21 @@ +var isSymbol = require('./isSymbol'); + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0; + +/** + * Converts `value` to a string key if it's not a string or symbol. + * + * @private + * @param {*} value The value to inspect. + * @returns {string|symbol} Returns the key. + */ +function toKey(value) { + if (typeof value == 'string' || isSymbol(value)) { + return value; + } + var result = (value + ''); + return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; +} + +module.exports = toKey; diff --git a/typescript/hello-world/node_modules/lodash/_toSource.js b/typescript/hello-world/node_modules/lodash/_toSource.js new file mode 100644 index 0000000..a020b38 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_toSource.js @@ -0,0 +1,26 @@ +/** Used for built-in method references. */ +var funcProto = Function.prototype; + +/** Used to resolve the decompiled source of functions. */ +var funcToString = funcProto.toString; + +/** + * Converts `func` to its source code. + * + * @private + * @param {Function} func The function to convert. + * @returns {string} Returns the source code. + */ +function toSource(func) { + if (func != null) { + try { + return funcToString.call(func); + } catch (e) {} + try { + return (func + ''); + } catch (e) {} + } + return ''; +} + +module.exports = toSource; diff --git a/typescript/hello-world/node_modules/lodash/_unescapeHtmlChar.js b/typescript/hello-world/node_modules/lodash/_unescapeHtmlChar.js new file mode 100644 index 0000000..a71fecb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_unescapeHtmlChar.js @@ -0,0 +1,21 @@ +var basePropertyOf = require('./_basePropertyOf'); + +/** Used to map HTML entities to characters. */ +var htmlUnescapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + ''': "'" +}; + +/** + * Used by `_.unescape` to convert HTML entities to characters. + * + * @private + * @param {string} chr The matched character to unescape. + * @returns {string} Returns the unescaped character. + */ +var unescapeHtmlChar = basePropertyOf(htmlUnescapes); + +module.exports = unescapeHtmlChar; diff --git a/typescript/hello-world/node_modules/lodash/_unicodeSize.js b/typescript/hello-world/node_modules/lodash/_unicodeSize.js new file mode 100644 index 0000000..68137ec --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_unicodeSize.js @@ -0,0 +1,44 @@ +/** Used to compose unicode character classes. */ +var rsAstralRange = '\\ud800-\\udfff', + rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, + rsVarRange = '\\ufe0e\\ufe0f'; + +/** Used to compose unicode capture groups. */ +var rsAstral = '[' + rsAstralRange + ']', + rsCombo = '[' + rsComboRange + ']', + rsFitz = '\\ud83c[\\udffb-\\udfff]', + rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', + rsNonAstral = '[^' + rsAstralRange + ']', + rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', + rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', + rsZWJ = '\\u200d'; + +/** Used to compose unicode regexes. */ +var reOptMod = rsModifier + '?', + rsOptVar = '[' + rsVarRange + ']?', + rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', + rsSeq = rsOptVar + reOptMod + rsOptJoin, + rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')'; + +/** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */ +var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g'); + +/** + * Gets the size of a Unicode `string`. + * + * @private + * @param {string} string The string inspect. + * @returns {number} Returns the string size. + */ +function unicodeSize(string) { + var result = reUnicode.lastIndex = 0; + while (reUnicode.test(string)) { + ++result; + } + return result; +} + +module.exports = unicodeSize; diff --git a/typescript/hello-world/node_modules/lodash/_unicodeToArray.js b/typescript/hello-world/node_modules/lodash/_unicodeToArray.js new file mode 100644 index 0000000..2a725c0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_unicodeToArray.js @@ -0,0 +1,40 @@ +/** Used to compose unicode character classes. */ +var rsAstralRange = '\\ud800-\\udfff', + rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, + rsVarRange = '\\ufe0e\\ufe0f'; + +/** Used to compose unicode capture groups. */ +var rsAstral = '[' + rsAstralRange + ']', + rsCombo = '[' + rsComboRange + ']', + rsFitz = '\\ud83c[\\udffb-\\udfff]', + rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', + rsNonAstral = '[^' + rsAstralRange + ']', + rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', + rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', + rsZWJ = '\\u200d'; + +/** Used to compose unicode regexes. */ +var reOptMod = rsModifier + '?', + rsOptVar = '[' + rsVarRange + ']?', + rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', + rsSeq = rsOptVar + reOptMod + rsOptJoin, + rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')'; + +/** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */ +var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g'); + +/** + * Converts a Unicode `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ +function unicodeToArray(string) { + return string.match(reUnicode) || []; +} + +module.exports = unicodeToArray; diff --git a/typescript/hello-world/node_modules/lodash/_unicodeWords.js b/typescript/hello-world/node_modules/lodash/_unicodeWords.js new file mode 100644 index 0000000..d8b822a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_unicodeWords.js @@ -0,0 +1,69 @@ +/** Used to compose unicode character classes. */ +var rsAstralRange = '\\ud800-\\udfff', + rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, + rsDingbatRange = '\\u2700-\\u27bf', + rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff', + rsMathOpRange = '\\xac\\xb1\\xd7\\xf7', + rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf', + rsPunctuationRange = '\\u2000-\\u206f', + rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000', + rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde', + rsVarRange = '\\ufe0e\\ufe0f', + rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange; + +/** Used to compose unicode capture groups. */ +var rsApos = "['\u2019]", + rsBreak = '[' + rsBreakRange + ']', + rsCombo = '[' + rsComboRange + ']', + rsDigits = '\\d+', + rsDingbat = '[' + rsDingbatRange + ']', + rsLower = '[' + rsLowerRange + ']', + rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']', + rsFitz = '\\ud83c[\\udffb-\\udfff]', + rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', + rsNonAstral = '[^' + rsAstralRange + ']', + rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', + rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', + rsUpper = '[' + rsUpperRange + ']', + rsZWJ = '\\u200d'; + +/** Used to compose unicode regexes. */ +var rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')', + rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')', + rsOptContrLower = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?', + rsOptContrUpper = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?', + reOptMod = rsModifier + '?', + rsOptVar = '[' + rsVarRange + ']?', + rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', + rsOrdLower = '\\d*(?:(?:1st|2nd|3rd|(?![123])\\dth)\\b)', + rsOrdUpper = '\\d*(?:(?:1ST|2ND|3RD|(?![123])\\dTH)\\b)', + rsSeq = rsOptVar + reOptMod + rsOptJoin, + rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq; + +/** Used to match complex or compound words. */ +var reUnicodeWord = RegExp([ + rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')', + rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')', + rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower, + rsUpper + '+' + rsOptContrUpper, + rsOrdUpper, + rsOrdLower, + rsDigits, + rsEmoji +].join('|'), 'g'); + +/** + * Splits a Unicode `string` into an array of its words. + * + * @private + * @param {string} The string to inspect. + * @returns {Array} Returns the words of `string`. + */ +function unicodeWords(string) { + return string.match(reUnicodeWord) || []; +} + +module.exports = unicodeWords; diff --git a/typescript/hello-world/node_modules/lodash/_updateWrapDetails.js b/typescript/hello-world/node_modules/lodash/_updateWrapDetails.js new file mode 100644 index 0000000..8759fbd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_updateWrapDetails.js @@ -0,0 +1,46 @@ +var arrayEach = require('./_arrayEach'), + arrayIncludes = require('./_arrayIncludes'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_FLAG = 8, + WRAP_CURRY_RIGHT_FLAG = 16, + WRAP_PARTIAL_FLAG = 32, + WRAP_PARTIAL_RIGHT_FLAG = 64, + WRAP_ARY_FLAG = 128, + WRAP_REARG_FLAG = 256, + WRAP_FLIP_FLAG = 512; + +/** Used to associate wrap methods with their bit flags. */ +var wrapFlags = [ + ['ary', WRAP_ARY_FLAG], + ['bind', WRAP_BIND_FLAG], + ['bindKey', WRAP_BIND_KEY_FLAG], + ['curry', WRAP_CURRY_FLAG], + ['curryRight', WRAP_CURRY_RIGHT_FLAG], + ['flip', WRAP_FLIP_FLAG], + ['partial', WRAP_PARTIAL_FLAG], + ['partialRight', WRAP_PARTIAL_RIGHT_FLAG], + ['rearg', WRAP_REARG_FLAG] +]; + +/** + * Updates wrapper `details` based on `bitmask` flags. + * + * @private + * @returns {Array} details The details to modify. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @returns {Array} Returns `details`. + */ +function updateWrapDetails(details, bitmask) { + arrayEach(wrapFlags, function(pair) { + var value = '_.' + pair[0]; + if ((bitmask & pair[1]) && !arrayIncludes(details, value)) { + details.push(value); + } + }); + return details.sort(); +} + +module.exports = updateWrapDetails; diff --git a/typescript/hello-world/node_modules/lodash/_wrapperClone.js b/typescript/hello-world/node_modules/lodash/_wrapperClone.js new file mode 100644 index 0000000..7bb58a2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/_wrapperClone.js @@ -0,0 +1,23 @@ +var LazyWrapper = require('./_LazyWrapper'), + LodashWrapper = require('./_LodashWrapper'), + copyArray = require('./_copyArray'); + +/** + * Creates a clone of `wrapper`. + * + * @private + * @param {Object} wrapper The wrapper to clone. + * @returns {Object} Returns the cloned wrapper. + */ +function wrapperClone(wrapper) { + if (wrapper instanceof LazyWrapper) { + return wrapper.clone(); + } + var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__); + result.__actions__ = copyArray(wrapper.__actions__); + result.__index__ = wrapper.__index__; + result.__values__ = wrapper.__values__; + return result; +} + +module.exports = wrapperClone; diff --git a/typescript/hello-world/node_modules/lodash/add.js b/typescript/hello-world/node_modules/lodash/add.js new file mode 100644 index 0000000..f069515 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/add.js @@ -0,0 +1,22 @@ +var createMathOperation = require('./_createMathOperation'); + +/** + * Adds two numbers. + * + * @static + * @memberOf _ + * @since 3.4.0 + * @category Math + * @param {number} augend The first number in an addition. + * @param {number} addend The second number in an addition. + * @returns {number} Returns the total. + * @example + * + * _.add(6, 4); + * // => 10 + */ +var add = createMathOperation(function(augend, addend) { + return augend + addend; +}, 0); + +module.exports = add; diff --git a/typescript/hello-world/node_modules/lodash/after.js b/typescript/hello-world/node_modules/lodash/after.js new file mode 100644 index 0000000..3900c97 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/after.js @@ -0,0 +1,42 @@ +var toInteger = require('./toInteger'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** + * The opposite of `_.before`; this method creates a function that invokes + * `func` once it's called `n` or more times. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {number} n The number of calls before `func` is invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * var saves = ['profile', 'settings']; + * + * var done = _.after(saves.length, function() { + * console.log('done saving!'); + * }); + * + * _.forEach(saves, function(type) { + * asyncSave({ 'type': type, 'complete': done }); + * }); + * // => Logs 'done saving!' after the two async saves have completed. + */ +function after(n, func) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n < 1) { + return func.apply(this, arguments); + } + }; +} + +module.exports = after; diff --git a/typescript/hello-world/node_modules/lodash/array.js b/typescript/hello-world/node_modules/lodash/array.js new file mode 100644 index 0000000..af688d3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/array.js @@ -0,0 +1,67 @@ +module.exports = { + 'chunk': require('./chunk'), + 'compact': require('./compact'), + 'concat': require('./concat'), + 'difference': require('./difference'), + 'differenceBy': require('./differenceBy'), + 'differenceWith': require('./differenceWith'), + 'drop': require('./drop'), + 'dropRight': require('./dropRight'), + 'dropRightWhile': require('./dropRightWhile'), + 'dropWhile': require('./dropWhile'), + 'fill': require('./fill'), + 'findIndex': require('./findIndex'), + 'findLastIndex': require('./findLastIndex'), + 'first': require('./first'), + 'flatten': require('./flatten'), + 'flattenDeep': require('./flattenDeep'), + 'flattenDepth': require('./flattenDepth'), + 'fromPairs': require('./fromPairs'), + 'head': require('./head'), + 'indexOf': require('./indexOf'), + 'initial': require('./initial'), + 'intersection': require('./intersection'), + 'intersectionBy': require('./intersectionBy'), + 'intersectionWith': require('./intersectionWith'), + 'join': require('./join'), + 'last': require('./last'), + 'lastIndexOf': require('./lastIndexOf'), + 'nth': require('./nth'), + 'pull': require('./pull'), + 'pullAll': require('./pullAll'), + 'pullAllBy': require('./pullAllBy'), + 'pullAllWith': require('./pullAllWith'), + 'pullAt': require('./pullAt'), + 'remove': require('./remove'), + 'reverse': require('./reverse'), + 'slice': require('./slice'), + 'sortedIndex': require('./sortedIndex'), + 'sortedIndexBy': require('./sortedIndexBy'), + 'sortedIndexOf': require('./sortedIndexOf'), + 'sortedLastIndex': require('./sortedLastIndex'), + 'sortedLastIndexBy': require('./sortedLastIndexBy'), + 'sortedLastIndexOf': require('./sortedLastIndexOf'), + 'sortedUniq': require('./sortedUniq'), + 'sortedUniqBy': require('./sortedUniqBy'), + 'tail': require('./tail'), + 'take': require('./take'), + 'takeRight': require('./takeRight'), + 'takeRightWhile': require('./takeRightWhile'), + 'takeWhile': require('./takeWhile'), + 'union': require('./union'), + 'unionBy': require('./unionBy'), + 'unionWith': require('./unionWith'), + 'uniq': require('./uniq'), + 'uniqBy': require('./uniqBy'), + 'uniqWith': require('./uniqWith'), + 'unzip': require('./unzip'), + 'unzipWith': require('./unzipWith'), + 'without': require('./without'), + 'xor': require('./xor'), + 'xorBy': require('./xorBy'), + 'xorWith': require('./xorWith'), + 'zip': require('./zip'), + 'zipObject': require('./zipObject'), + 'zipObjectDeep': require('./zipObjectDeep'), + 'zipWith': require('./zipWith') +}; diff --git a/typescript/hello-world/node_modules/lodash/ary.js b/typescript/hello-world/node_modules/lodash/ary.js new file mode 100644 index 0000000..70c87d0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/ary.js @@ -0,0 +1,29 @@ +var createWrap = require('./_createWrap'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_ARY_FLAG = 128; + +/** + * Creates a function that invokes `func`, with up to `n` arguments, + * ignoring any additional arguments. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} func The function to cap arguments for. + * @param {number} [n=func.length] The arity cap. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new capped function. + * @example + * + * _.map(['6', '8', '10'], _.ary(parseInt, 1)); + * // => [6, 8, 10] + */ +function ary(func, n, guard) { + n = guard ? undefined : n; + n = (func && n == null) ? func.length : n; + return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n); +} + +module.exports = ary; diff --git a/typescript/hello-world/node_modules/lodash/assign.js b/typescript/hello-world/node_modules/lodash/assign.js new file mode 100644 index 0000000..909db26 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/assign.js @@ -0,0 +1,58 @@ +var assignValue = require('./_assignValue'), + copyObject = require('./_copyObject'), + createAssigner = require('./_createAssigner'), + isArrayLike = require('./isArrayLike'), + isPrototype = require('./_isPrototype'), + keys = require('./keys'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Assigns own enumerable string keyed properties of source objects to the + * destination object. Source objects are applied from left to right. + * Subsequent sources overwrite property assignments of previous sources. + * + * **Note:** This method mutates `object` and is loosely based on + * [`Object.assign`](https://mdn.io/Object/assign). + * + * @static + * @memberOf _ + * @since 0.10.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assignIn + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assign({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'c': 3 } + */ +var assign = createAssigner(function(object, source) { + if (isPrototype(source) || isArrayLike(source)) { + copyObject(source, keys(source), object); + return; + } + for (var key in source) { + if (hasOwnProperty.call(source, key)) { + assignValue(object, key, source[key]); + } + } +}); + +module.exports = assign; diff --git a/typescript/hello-world/node_modules/lodash/assignIn.js b/typescript/hello-world/node_modules/lodash/assignIn.js new file mode 100644 index 0000000..e663473 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/assignIn.js @@ -0,0 +1,40 @@ +var copyObject = require('./_copyObject'), + createAssigner = require('./_createAssigner'), + keysIn = require('./keysIn'); + +/** + * This method is like `_.assign` except that it iterates over own and + * inherited source properties. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extend + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assign + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assignIn({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 } + */ +var assignIn = createAssigner(function(object, source) { + copyObject(source, keysIn(source), object); +}); + +module.exports = assignIn; diff --git a/typescript/hello-world/node_modules/lodash/assignInWith.js b/typescript/hello-world/node_modules/lodash/assignInWith.js new file mode 100644 index 0000000..68fcc0b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/assignInWith.js @@ -0,0 +1,38 @@ +var copyObject = require('./_copyObject'), + createAssigner = require('./_createAssigner'), + keysIn = require('./keysIn'); + +/** + * This method is like `_.assignIn` except that it accepts `customizer` + * which is invoked to produce the assigned values. If `customizer` returns + * `undefined`, assignment is handled by the method instead. The `customizer` + * is invoked with five arguments: (objValue, srcValue, key, object, source). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extendWith + * @category Object + * @param {Object} object The destination object. + * @param {...Object} sources The source objects. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @see _.assignWith + * @example + * + * function customizer(objValue, srcValue) { + * return _.isUndefined(objValue) ? srcValue : objValue; + * } + * + * var defaults = _.partialRight(_.assignInWith, customizer); + * + * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ +var assignInWith = createAssigner(function(object, source, srcIndex, customizer) { + copyObject(source, keysIn(source), object, customizer); +}); + +module.exports = assignInWith; diff --git a/typescript/hello-world/node_modules/lodash/assignWith.js b/typescript/hello-world/node_modules/lodash/assignWith.js new file mode 100644 index 0000000..7dc6c76 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/assignWith.js @@ -0,0 +1,37 @@ +var copyObject = require('./_copyObject'), + createAssigner = require('./_createAssigner'), + keys = require('./keys'); + +/** + * This method is like `_.assign` except that it accepts `customizer` + * which is invoked to produce the assigned values. If `customizer` returns + * `undefined`, assignment is handled by the method instead. The `customizer` + * is invoked with five arguments: (objValue, srcValue, key, object, source). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} sources The source objects. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @see _.assignInWith + * @example + * + * function customizer(objValue, srcValue) { + * return _.isUndefined(objValue) ? srcValue : objValue; + * } + * + * var defaults = _.partialRight(_.assignWith, customizer); + * + * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ +var assignWith = createAssigner(function(object, source, srcIndex, customizer) { + copyObject(source, keys(source), object, customizer); +}); + +module.exports = assignWith; diff --git a/typescript/hello-world/node_modules/lodash/at.js b/typescript/hello-world/node_modules/lodash/at.js new file mode 100644 index 0000000..781ee9e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/at.js @@ -0,0 +1,23 @@ +var baseAt = require('./_baseAt'), + flatRest = require('./_flatRest'); + +/** + * Creates an array of values corresponding to `paths` of `object`. + * + * @static + * @memberOf _ + * @since 1.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {...(string|string[])} [paths] The property paths to pick. + * @returns {Array} Returns the picked values. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] }; + * + * _.at(object, ['a[0].b.c', 'a[1]']); + * // => [3, 4] + */ +var at = flatRest(baseAt); + +module.exports = at; diff --git a/typescript/hello-world/node_modules/lodash/attempt.js b/typescript/hello-world/node_modules/lodash/attempt.js new file mode 100644 index 0000000..624d015 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/attempt.js @@ -0,0 +1,35 @@ +var apply = require('./_apply'), + baseRest = require('./_baseRest'), + isError = require('./isError'); + +/** + * Attempts to invoke `func`, returning either the result or the caught error + * object. Any additional arguments are provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Util + * @param {Function} func The function to attempt. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {*} Returns the `func` result or error object. + * @example + * + * // Avoid throwing errors for invalid selectors. + * var elements = _.attempt(function(selector) { + * return document.querySelectorAll(selector); + * }, '>_>'); + * + * if (_.isError(elements)) { + * elements = []; + * } + */ +var attempt = baseRest(function(func, args) { + try { + return apply(func, undefined, args); + } catch (e) { + return isError(e) ? e : new Error(e); + } +}); + +module.exports = attempt; diff --git a/typescript/hello-world/node_modules/lodash/before.js b/typescript/hello-world/node_modules/lodash/before.js new file mode 100644 index 0000000..a3e0a16 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/before.js @@ -0,0 +1,40 @@ +var toInteger = require('./toInteger'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** + * Creates a function that invokes `func`, with the `this` binding and arguments + * of the created function, while it's called less than `n` times. Subsequent + * calls to the created function return the result of the last `func` invocation. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {number} n The number of calls at which `func` is no longer invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * jQuery(element).on('click', _.before(5, addContactToList)); + * // => Allows adding up to 4 contacts to the list. + */ +function before(n, func) { + var result; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n > 0) { + result = func.apply(this, arguments); + } + if (n <= 1) { + func = undefined; + } + return result; + }; +} + +module.exports = before; diff --git a/typescript/hello-world/node_modules/lodash/bind.js b/typescript/hello-world/node_modules/lodash/bind.js new file mode 100644 index 0000000..b1076e9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/bind.js @@ -0,0 +1,57 @@ +var baseRest = require('./_baseRest'), + createWrap = require('./_createWrap'), + getHolder = require('./_getHolder'), + replaceHolders = require('./_replaceHolders'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_PARTIAL_FLAG = 32; + +/** + * Creates a function that invokes `func` with the `this` binding of `thisArg` + * and `partials` prepended to the arguments it receives. + * + * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, + * may be used as a placeholder for partially applied arguments. + * + * **Note:** Unlike native `Function#bind`, this method doesn't set the "length" + * property of bound functions. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to bind. + * @param {*} thisArg The `this` binding of `func`. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new bound function. + * @example + * + * function greet(greeting, punctuation) { + * return greeting + ' ' + this.user + punctuation; + * } + * + * var object = { 'user': 'fred' }; + * + * var bound = _.bind(greet, object, 'hi'); + * bound('!'); + * // => 'hi fred!' + * + * // Bound with placeholders. + * var bound = _.bind(greet, object, _, '!'); + * bound('hi'); + * // => 'hi fred!' + */ +var bind = baseRest(function(func, thisArg, partials) { + var bitmask = WRAP_BIND_FLAG; + if (partials.length) { + var holders = replaceHolders(partials, getHolder(bind)); + bitmask |= WRAP_PARTIAL_FLAG; + } + return createWrap(func, bitmask, thisArg, partials, holders); +}); + +// Assign default placeholders. +bind.placeholder = {}; + +module.exports = bind; diff --git a/typescript/hello-world/node_modules/lodash/bindAll.js b/typescript/hello-world/node_modules/lodash/bindAll.js new file mode 100644 index 0000000..a35706d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/bindAll.js @@ -0,0 +1,41 @@ +var arrayEach = require('./_arrayEach'), + baseAssignValue = require('./_baseAssignValue'), + bind = require('./bind'), + flatRest = require('./_flatRest'), + toKey = require('./_toKey'); + +/** + * Binds methods of an object to the object itself, overwriting the existing + * method. + * + * **Note:** This method doesn't set the "length" property of bound functions. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {Object} object The object to bind and assign the bound methods to. + * @param {...(string|string[])} methodNames The object method names to bind. + * @returns {Object} Returns `object`. + * @example + * + * var view = { + * 'label': 'docs', + * 'click': function() { + * console.log('clicked ' + this.label); + * } + * }; + * + * _.bindAll(view, ['click']); + * jQuery(element).on('click', view.click); + * // => Logs 'clicked docs' when clicked. + */ +var bindAll = flatRest(function(object, methodNames) { + arrayEach(methodNames, function(key) { + key = toKey(key); + baseAssignValue(object, key, bind(object[key], object)); + }); + return object; +}); + +module.exports = bindAll; diff --git a/typescript/hello-world/node_modules/lodash/bindKey.js b/typescript/hello-world/node_modules/lodash/bindKey.js new file mode 100644 index 0000000..f7fd64c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/bindKey.js @@ -0,0 +1,68 @@ +var baseRest = require('./_baseRest'), + createWrap = require('./_createWrap'), + getHolder = require('./_getHolder'), + replaceHolders = require('./_replaceHolders'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_PARTIAL_FLAG = 32; + +/** + * Creates a function that invokes the method at `object[key]` with `partials` + * prepended to the arguments it receives. + * + * This method differs from `_.bind` by allowing bound functions to reference + * methods that may be redefined or don't yet exist. See + * [Peter Michaux's article](http://peter.michaux.ca/articles/lazy-function-definition-pattern) + * for more details. + * + * The `_.bindKey.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for partially applied arguments. + * + * @static + * @memberOf _ + * @since 0.10.0 + * @category Function + * @param {Object} object The object to invoke the method on. + * @param {string} key The key of the method. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new bound function. + * @example + * + * var object = { + * 'user': 'fred', + * 'greet': function(greeting, punctuation) { + * return greeting + ' ' + this.user + punctuation; + * } + * }; + * + * var bound = _.bindKey(object, 'greet', 'hi'); + * bound('!'); + * // => 'hi fred!' + * + * object.greet = function(greeting, punctuation) { + * return greeting + 'ya ' + this.user + punctuation; + * }; + * + * bound('!'); + * // => 'hiya fred!' + * + * // Bound with placeholders. + * var bound = _.bindKey(object, 'greet', _, '!'); + * bound('hi'); + * // => 'hiya fred!' + */ +var bindKey = baseRest(function(object, key, partials) { + var bitmask = WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG; + if (partials.length) { + var holders = replaceHolders(partials, getHolder(bindKey)); + bitmask |= WRAP_PARTIAL_FLAG; + } + return createWrap(key, bitmask, object, partials, holders); +}); + +// Assign default placeholders. +bindKey.placeholder = {}; + +module.exports = bindKey; diff --git a/typescript/hello-world/node_modules/lodash/camelCase.js b/typescript/hello-world/node_modules/lodash/camelCase.js new file mode 100644 index 0000000..d7390de --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/camelCase.js @@ -0,0 +1,29 @@ +var capitalize = require('./capitalize'), + createCompounder = require('./_createCompounder'); + +/** + * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the camel cased string. + * @example + * + * _.camelCase('Foo Bar'); + * // => 'fooBar' + * + * _.camelCase('--foo-bar--'); + * // => 'fooBar' + * + * _.camelCase('__FOO_BAR__'); + * // => 'fooBar' + */ +var camelCase = createCompounder(function(result, word, index) { + word = word.toLowerCase(); + return result + (index ? capitalize(word) : word); +}); + +module.exports = camelCase; diff --git a/typescript/hello-world/node_modules/lodash/capitalize.js b/typescript/hello-world/node_modules/lodash/capitalize.js new file mode 100644 index 0000000..3e1600e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/capitalize.js @@ -0,0 +1,23 @@ +var toString = require('./toString'), + upperFirst = require('./upperFirst'); + +/** + * Converts the first character of `string` to upper case and the remaining + * to lower case. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to capitalize. + * @returns {string} Returns the capitalized string. + * @example + * + * _.capitalize('FRED'); + * // => 'Fred' + */ +function capitalize(string) { + return upperFirst(toString(string).toLowerCase()); +} + +module.exports = capitalize; diff --git a/typescript/hello-world/node_modules/lodash/castArray.js b/typescript/hello-world/node_modules/lodash/castArray.js new file mode 100644 index 0000000..e470bdb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/castArray.js @@ -0,0 +1,44 @@ +var isArray = require('./isArray'); + +/** + * Casts `value` as an array if it's not one. + * + * @static + * @memberOf _ + * @since 4.4.0 + * @category Lang + * @param {*} value The value to inspect. + * @returns {Array} Returns the cast array. + * @example + * + * _.castArray(1); + * // => [1] + * + * _.castArray({ 'a': 1 }); + * // => [{ 'a': 1 }] + * + * _.castArray('abc'); + * // => ['abc'] + * + * _.castArray(null); + * // => [null] + * + * _.castArray(undefined); + * // => [undefined] + * + * _.castArray(); + * // => [] + * + * var array = [1, 2, 3]; + * console.log(_.castArray(array) === array); + * // => true + */ +function castArray() { + if (!arguments.length) { + return []; + } + var value = arguments[0]; + return isArray(value) ? value : [value]; +} + +module.exports = castArray; diff --git a/typescript/hello-world/node_modules/lodash/ceil.js b/typescript/hello-world/node_modules/lodash/ceil.js new file mode 100644 index 0000000..56c8722 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/ceil.js @@ -0,0 +1,26 @@ +var createRound = require('./_createRound'); + +/** + * Computes `number` rounded up to `precision`. + * + * @static + * @memberOf _ + * @since 3.10.0 + * @category Math + * @param {number} number The number to round up. + * @param {number} [precision=0] The precision to round up to. + * @returns {number} Returns the rounded up number. + * @example + * + * _.ceil(4.006); + * // => 5 + * + * _.ceil(6.004, 2); + * // => 6.01 + * + * _.ceil(6040, -2); + * // => 6100 + */ +var ceil = createRound('ceil'); + +module.exports = ceil; diff --git a/typescript/hello-world/node_modules/lodash/chain.js b/typescript/hello-world/node_modules/lodash/chain.js new file mode 100644 index 0000000..f6cd647 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/chain.js @@ -0,0 +1,38 @@ +var lodash = require('./wrapperLodash'); + +/** + * Creates a `lodash` wrapper instance that wraps `value` with explicit method + * chain sequences enabled. The result of such sequences must be unwrapped + * with `_#value`. + * + * @static + * @memberOf _ + * @since 1.3.0 + * @category Seq + * @param {*} value The value to wrap. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'pebbles', 'age': 1 } + * ]; + * + * var youngest = _ + * .chain(users) + * .sortBy('age') + * .map(function(o) { + * return o.user + ' is ' + o.age; + * }) + * .head() + * .value(); + * // => 'pebbles is 1' + */ +function chain(value) { + var result = lodash(value); + result.__chain__ = true; + return result; +} + +module.exports = chain; diff --git a/typescript/hello-world/node_modules/lodash/chunk.js b/typescript/hello-world/node_modules/lodash/chunk.js new file mode 100644 index 0000000..5b562fe --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/chunk.js @@ -0,0 +1,50 @@ +var baseSlice = require('./_baseSlice'), + isIterateeCall = require('./_isIterateeCall'), + toInteger = require('./toInteger'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeCeil = Math.ceil, + nativeMax = Math.max; + +/** + * Creates an array of elements split into groups the length of `size`. + * If `array` can't be split evenly, the final chunk will be the remaining + * elements. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to process. + * @param {number} [size=1] The length of each chunk + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the new array of chunks. + * @example + * + * _.chunk(['a', 'b', 'c', 'd'], 2); + * // => [['a', 'b'], ['c', 'd']] + * + * _.chunk(['a', 'b', 'c', 'd'], 3); + * // => [['a', 'b', 'c'], ['d']] + */ +function chunk(array, size, guard) { + if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) { + size = 1; + } else { + size = nativeMax(toInteger(size), 0); + } + var length = array == null ? 0 : array.length; + if (!length || size < 1) { + return []; + } + var index = 0, + resIndex = 0, + result = Array(nativeCeil(length / size)); + + while (index < length) { + result[resIndex++] = baseSlice(array, index, (index += size)); + } + return result; +} + +module.exports = chunk; diff --git a/typescript/hello-world/node_modules/lodash/clamp.js b/typescript/hello-world/node_modules/lodash/clamp.js new file mode 100644 index 0000000..91a72c9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/clamp.js @@ -0,0 +1,39 @@ +var baseClamp = require('./_baseClamp'), + toNumber = require('./toNumber'); + +/** + * Clamps `number` within the inclusive `lower` and `upper` bounds. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Number + * @param {number} number The number to clamp. + * @param {number} [lower] The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the clamped number. + * @example + * + * _.clamp(-10, -5, 5); + * // => -5 + * + * _.clamp(10, -5, 5); + * // => 5 + */ +function clamp(number, lower, upper) { + if (upper === undefined) { + upper = lower; + lower = undefined; + } + if (upper !== undefined) { + upper = toNumber(upper); + upper = upper === upper ? upper : 0; + } + if (lower !== undefined) { + lower = toNumber(lower); + lower = lower === lower ? lower : 0; + } + return baseClamp(toNumber(number), lower, upper); +} + +module.exports = clamp; diff --git a/typescript/hello-world/node_modules/lodash/clone.js b/typescript/hello-world/node_modules/lodash/clone.js new file mode 100644 index 0000000..dd439d6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/clone.js @@ -0,0 +1,36 @@ +var baseClone = require('./_baseClone'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_SYMBOLS_FLAG = 4; + +/** + * Creates a shallow clone of `value`. + * + * **Note:** This method is loosely based on the + * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm) + * and supports cloning arrays, array buffers, booleans, date objects, maps, + * numbers, `Object` objects, regexes, sets, strings, symbols, and typed + * arrays. The own enumerable properties of `arguments` objects are cloned + * as plain objects. An empty object is returned for uncloneable values such + * as error objects, functions, DOM nodes, and WeakMaps. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to clone. + * @returns {*} Returns the cloned value. + * @see _.cloneDeep + * @example + * + * var objects = [{ 'a': 1 }, { 'b': 2 }]; + * + * var shallow = _.clone(objects); + * console.log(shallow[0] === objects[0]); + * // => true + */ +function clone(value) { + return baseClone(value, CLONE_SYMBOLS_FLAG); +} + +module.exports = clone; diff --git a/typescript/hello-world/node_modules/lodash/cloneDeep.js b/typescript/hello-world/node_modules/lodash/cloneDeep.js new file mode 100644 index 0000000..4425fbe --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/cloneDeep.js @@ -0,0 +1,29 @@ +var baseClone = require('./_baseClone'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1, + CLONE_SYMBOLS_FLAG = 4; + +/** + * This method is like `_.clone` except that it recursively clones `value`. + * + * @static + * @memberOf _ + * @since 1.0.0 + * @category Lang + * @param {*} value The value to recursively clone. + * @returns {*} Returns the deep cloned value. + * @see _.clone + * @example + * + * var objects = [{ 'a': 1 }, { 'b': 2 }]; + * + * var deep = _.cloneDeep(objects); + * console.log(deep[0] === objects[0]); + * // => false + */ +function cloneDeep(value) { + return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG); +} + +module.exports = cloneDeep; diff --git a/typescript/hello-world/node_modules/lodash/cloneDeepWith.js b/typescript/hello-world/node_modules/lodash/cloneDeepWith.js new file mode 100644 index 0000000..fd9c6c0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/cloneDeepWith.js @@ -0,0 +1,40 @@ +var baseClone = require('./_baseClone'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1, + CLONE_SYMBOLS_FLAG = 4; + +/** + * This method is like `_.cloneWith` except that it recursively clones `value`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to recursively clone. + * @param {Function} [customizer] The function to customize cloning. + * @returns {*} Returns the deep cloned value. + * @see _.cloneWith + * @example + * + * function customizer(value) { + * if (_.isElement(value)) { + * return value.cloneNode(true); + * } + * } + * + * var el = _.cloneDeepWith(document.body, customizer); + * + * console.log(el === document.body); + * // => false + * console.log(el.nodeName); + * // => 'BODY' + * console.log(el.childNodes.length); + * // => 20 + */ +function cloneDeepWith(value, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG, customizer); +} + +module.exports = cloneDeepWith; diff --git a/typescript/hello-world/node_modules/lodash/cloneWith.js b/typescript/hello-world/node_modules/lodash/cloneWith.js new file mode 100644 index 0000000..d2f4e75 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/cloneWith.js @@ -0,0 +1,42 @@ +var baseClone = require('./_baseClone'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_SYMBOLS_FLAG = 4; + +/** + * This method is like `_.clone` except that it accepts `customizer` which + * is invoked to produce the cloned value. If `customizer` returns `undefined`, + * cloning is handled by the method instead. The `customizer` is invoked with + * up to four arguments; (value [, index|key, object, stack]). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to clone. + * @param {Function} [customizer] The function to customize cloning. + * @returns {*} Returns the cloned value. + * @see _.cloneDeepWith + * @example + * + * function customizer(value) { + * if (_.isElement(value)) { + * return value.cloneNode(false); + * } + * } + * + * var el = _.cloneWith(document.body, customizer); + * + * console.log(el === document.body); + * // => false + * console.log(el.nodeName); + * // => 'BODY' + * console.log(el.childNodes.length); + * // => 0 + */ +function cloneWith(value, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseClone(value, CLONE_SYMBOLS_FLAG, customizer); +} + +module.exports = cloneWith; diff --git a/typescript/hello-world/node_modules/lodash/collection.js b/typescript/hello-world/node_modules/lodash/collection.js new file mode 100644 index 0000000..77fe837 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/collection.js @@ -0,0 +1,30 @@ +module.exports = { + 'countBy': require('./countBy'), + 'each': require('./each'), + 'eachRight': require('./eachRight'), + 'every': require('./every'), + 'filter': require('./filter'), + 'find': require('./find'), + 'findLast': require('./findLast'), + 'flatMap': require('./flatMap'), + 'flatMapDeep': require('./flatMapDeep'), + 'flatMapDepth': require('./flatMapDepth'), + 'forEach': require('./forEach'), + 'forEachRight': require('./forEachRight'), + 'groupBy': require('./groupBy'), + 'includes': require('./includes'), + 'invokeMap': require('./invokeMap'), + 'keyBy': require('./keyBy'), + 'map': require('./map'), + 'orderBy': require('./orderBy'), + 'partition': require('./partition'), + 'reduce': require('./reduce'), + 'reduceRight': require('./reduceRight'), + 'reject': require('./reject'), + 'sample': require('./sample'), + 'sampleSize': require('./sampleSize'), + 'shuffle': require('./shuffle'), + 'size': require('./size'), + 'some': require('./some'), + 'sortBy': require('./sortBy') +}; diff --git a/typescript/hello-world/node_modules/lodash/commit.js b/typescript/hello-world/node_modules/lodash/commit.js new file mode 100644 index 0000000..fe4db71 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/commit.js @@ -0,0 +1,33 @@ +var LodashWrapper = require('./_LodashWrapper'); + +/** + * Executes the chain sequence and returns the wrapped result. + * + * @name commit + * @memberOf _ + * @since 3.2.0 + * @category Seq + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var array = [1, 2]; + * var wrapped = _(array).push(3); + * + * console.log(array); + * // => [1, 2] + * + * wrapped = wrapped.commit(); + * console.log(array); + * // => [1, 2, 3] + * + * wrapped.last(); + * // => 3 + * + * console.log(array); + * // => [1, 2, 3] + */ +function wrapperCommit() { + return new LodashWrapper(this.value(), this.__chain__); +} + +module.exports = wrapperCommit; diff --git a/typescript/hello-world/node_modules/lodash/compact.js b/typescript/hello-world/node_modules/lodash/compact.js new file mode 100644 index 0000000..031fab4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/compact.js @@ -0,0 +1,31 @@ +/** + * Creates an array with all falsey values removed. The values `false`, `null`, + * `0`, `""`, `undefined`, and `NaN` are falsey. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to compact. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.compact([0, 1, false, 2, '', 3]); + * // => [1, 2, 3] + */ +function compact(array) { + var index = -1, + length = array == null ? 0 : array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (value) { + result[resIndex++] = value; + } + } + return result; +} + +module.exports = compact; diff --git a/typescript/hello-world/node_modules/lodash/concat.js b/typescript/hello-world/node_modules/lodash/concat.js new file mode 100644 index 0000000..1da48a4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/concat.js @@ -0,0 +1,43 @@ +var arrayPush = require('./_arrayPush'), + baseFlatten = require('./_baseFlatten'), + copyArray = require('./_copyArray'), + isArray = require('./isArray'); + +/** + * Creates a new array concatenating `array` with any additional arrays + * and/or values. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to concatenate. + * @param {...*} [values] The values to concatenate. + * @returns {Array} Returns the new concatenated array. + * @example + * + * var array = [1]; + * var other = _.concat(array, 2, [3], [[4]]); + * + * console.log(other); + * // => [1, 2, 3, [4]] + * + * console.log(array); + * // => [1] + */ +function concat() { + var length = arguments.length; + if (!length) { + return []; + } + var args = Array(length - 1), + array = arguments[0], + index = length; + + while (index--) { + args[index - 1] = arguments[index]; + } + return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1)); +} + +module.exports = concat; diff --git a/typescript/hello-world/node_modules/lodash/cond.js b/typescript/hello-world/node_modules/lodash/cond.js new file mode 100644 index 0000000..6455598 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/cond.js @@ -0,0 +1,60 @@ +var apply = require('./_apply'), + arrayMap = require('./_arrayMap'), + baseIteratee = require('./_baseIteratee'), + baseRest = require('./_baseRest'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** + * Creates a function that iterates over `pairs` and invokes the corresponding + * function of the first predicate to return truthy. The predicate-function + * pairs are invoked with the `this` binding and arguments of the created + * function. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Util + * @param {Array} pairs The predicate-function pairs. + * @returns {Function} Returns the new composite function. + * @example + * + * var func = _.cond([ + * [_.matches({ 'a': 1 }), _.constant('matches A')], + * [_.conforms({ 'b': _.isNumber }), _.constant('matches B')], + * [_.stubTrue, _.constant('no match')] + * ]); + * + * func({ 'a': 1, 'b': 2 }); + * // => 'matches A' + * + * func({ 'a': 0, 'b': 1 }); + * // => 'matches B' + * + * func({ 'a': '1', 'b': '2' }); + * // => 'no match' + */ +function cond(pairs) { + var length = pairs == null ? 0 : pairs.length, + toIteratee = baseIteratee; + + pairs = !length ? [] : arrayMap(pairs, function(pair) { + if (typeof pair[1] != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return [toIteratee(pair[0]), pair[1]]; + }); + + return baseRest(function(args) { + var index = -1; + while (++index < length) { + var pair = pairs[index]; + if (apply(pair[0], this, args)) { + return apply(pair[1], this, args); + } + } + }); +} + +module.exports = cond; diff --git a/typescript/hello-world/node_modules/lodash/conforms.js b/typescript/hello-world/node_modules/lodash/conforms.js new file mode 100644 index 0000000..5501a94 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/conforms.js @@ -0,0 +1,35 @@ +var baseClone = require('./_baseClone'), + baseConforms = require('./_baseConforms'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1; + +/** + * Creates a function that invokes the predicate properties of `source` with + * the corresponding property values of a given object, returning `true` if + * all predicates return truthy, else `false`. + * + * **Note:** The created function is equivalent to `_.conformsTo` with + * `source` partially applied. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Util + * @param {Object} source The object of property predicates to conform to. + * @returns {Function} Returns the new spec function. + * @example + * + * var objects = [ + * { 'a': 2, 'b': 1 }, + * { 'a': 1, 'b': 2 } + * ]; + * + * _.filter(objects, _.conforms({ 'b': function(n) { return n > 1; } })); + * // => [{ 'a': 1, 'b': 2 }] + */ +function conforms(source) { + return baseConforms(baseClone(source, CLONE_DEEP_FLAG)); +} + +module.exports = conforms; diff --git a/typescript/hello-world/node_modules/lodash/conformsTo.js b/typescript/hello-world/node_modules/lodash/conformsTo.js new file mode 100644 index 0000000..b8a93eb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/conformsTo.js @@ -0,0 +1,32 @@ +var baseConformsTo = require('./_baseConformsTo'), + keys = require('./keys'); + +/** + * Checks if `object` conforms to `source` by invoking the predicate + * properties of `source` with the corresponding property values of `object`. + * + * **Note:** This method is equivalent to `_.conforms` when `source` is + * partially applied. + * + * @static + * @memberOf _ + * @since 4.14.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property predicates to conform to. + * @returns {boolean} Returns `true` if `object` conforms, else `false`. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * + * _.conformsTo(object, { 'b': function(n) { return n > 1; } }); + * // => true + * + * _.conformsTo(object, { 'b': function(n) { return n > 2; } }); + * // => false + */ +function conformsTo(object, source) { + return source == null || baseConformsTo(object, source, keys(source)); +} + +module.exports = conformsTo; diff --git a/typescript/hello-world/node_modules/lodash/constant.js b/typescript/hello-world/node_modules/lodash/constant.js new file mode 100644 index 0000000..655ece3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/constant.js @@ -0,0 +1,26 @@ +/** + * Creates a function that returns `value`. + * + * @static + * @memberOf _ + * @since 2.4.0 + * @category Util + * @param {*} value The value to return from the new function. + * @returns {Function} Returns the new constant function. + * @example + * + * var objects = _.times(2, _.constant({ 'a': 1 })); + * + * console.log(objects); + * // => [{ 'a': 1 }, { 'a': 1 }] + * + * console.log(objects[0] === objects[1]); + * // => true + */ +function constant(value) { + return function() { + return value; + }; +} + +module.exports = constant; diff --git a/typescript/hello-world/node_modules/lodash/core.js b/typescript/hello-world/node_modules/lodash/core.js new file mode 100644 index 0000000..88c263f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/core.js @@ -0,0 +1,3836 @@ +/** + * @license + * Lodash (Custom Build) + * Build: `lodash core -o ./dist/lodash.core.js` + * Copyright JS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ +;(function() { + + /** Used as a safe reference for `undefined` in pre-ES5 environments. */ + var undefined; + + /** Used as the semantic version number. */ + var VERSION = '4.17.4'; + + /** Error message constants. */ + var FUNC_ERROR_TEXT = 'Expected a function'; + + /** Used to compose bitmasks for value comparisons. */ + var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + + /** Used to compose bitmasks for function metadata. */ + var WRAP_BIND_FLAG = 1, + WRAP_PARTIAL_FLAG = 32; + + /** Used as references for various `Number` constants. */ + var INFINITY = 1 / 0, + MAX_SAFE_INTEGER = 9007199254740991; + + /** `Object#toString` result references. */ + var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + asyncTag = '[object AsyncFunction]', + boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + funcTag = '[object Function]', + genTag = '[object GeneratorFunction]', + numberTag = '[object Number]', + objectTag = '[object Object]', + proxyTag = '[object Proxy]', + regexpTag = '[object RegExp]', + stringTag = '[object String]'; + + /** Used to match HTML entities and HTML characters. */ + var reUnescapedHtml = /[&<>"']/g, + reHasUnescapedHtml = RegExp(reUnescapedHtml.source); + + /** Used to map characters to HTML entities. */ + var htmlEscapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' + }; + + /** Detect free variable `global` from Node.js. */ + var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; + + /** Detect free variable `self`. */ + var freeSelf = typeof self == 'object' && self && self.Object === Object && self; + + /** Used as a reference to the global object. */ + var root = freeGlobal || freeSelf || Function('return this')(); + + /** Detect free variable `exports`. */ + var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + + /** Detect free variable `module`. */ + var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + + /*--------------------------------------------------------------------------*/ + + /** + * Appends the elements of `values` to `array`. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to append. + * @returns {Array} Returns `array`. + */ + function arrayPush(array, values) { + array.push.apply(array, values); + return array; + } + + /** + * The base implementation of `_.findIndex` and `_.findLastIndex` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {number} fromIndex The index to search from. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseFindIndex(array, predicate, fromIndex, fromRight) { + var length = array.length, + index = fromIndex + (fromRight ? 1 : -1); + + while ((fromRight ? index-- : ++index < length)) { + if (predicate(array[index], index, array)) { + return index; + } + } + return -1; + } + + /** + * The base implementation of `_.property` without support for deep paths. + * + * @private + * @param {string} key The key of the property to get. + * @returns {Function} Returns the new accessor function. + */ + function baseProperty(key) { + return function(object) { + return object == null ? undefined : object[key]; + }; + } + + /** + * The base implementation of `_.propertyOf` without support for deep paths. + * + * @private + * @param {Object} object The object to query. + * @returns {Function} Returns the new accessor function. + */ + function basePropertyOf(object) { + return function(key) { + return object == null ? undefined : object[key]; + }; + } + + /** + * The base implementation of `_.reduce` and `_.reduceRight`, without support + * for iteratee shorthands, which iterates over `collection` using `eachFunc`. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} accumulator The initial value. + * @param {boolean} initAccum Specify using the first or last element of + * `collection` as the initial value. + * @param {Function} eachFunc The function to iterate over `collection`. + * @returns {*} Returns the accumulated value. + */ + function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) { + eachFunc(collection, function(value, index, collection) { + accumulator = initAccum + ? (initAccum = false, value) + : iteratee(accumulator, value, index, collection); + }); + return accumulator; + } + + /** + * The base implementation of `_.values` and `_.valuesIn` which creates an + * array of `object` property values corresponding to the property names + * of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the array of property values. + */ + function baseValues(object, props) { + return baseMap(props, function(key) { + return object[key]; + }); + } + + /** + * Used by `_.escape` to convert characters to HTML entities. + * + * @private + * @param {string} chr The matched character to escape. + * @returns {string} Returns the escaped character. + */ + var escapeHtmlChar = basePropertyOf(htmlEscapes); + + /** + * Creates a unary function that invokes `func` with its argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ + function overArg(func, transform) { + return function(arg) { + return func(transform(arg)); + }; + } + + /*--------------------------------------------------------------------------*/ + + /** Used for built-in method references. */ + var arrayProto = Array.prototype, + objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** Used to generate unique IDs. */ + var idCounter = 0; + + /** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ + var nativeObjectToString = objectProto.toString; + + /** Used to restore the original `_` reference in `_.noConflict`. */ + var oldDash = root._; + + /** Built-in value references. */ + var objectCreate = Object.create, + propertyIsEnumerable = objectProto.propertyIsEnumerable; + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeIsFinite = root.isFinite, + nativeKeys = overArg(Object.keys, Object), + nativeMax = Math.max; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a `lodash` object which wraps `value` to enable implicit method + * chain sequences. Methods that operate on and return arrays, collections, + * and functions can be chained together. Methods that retrieve a single value + * or may return a primitive value will automatically end the chain sequence + * and return the unwrapped value. Otherwise, the value must be unwrapped + * with `_#value`. + * + * Explicit chain sequences, which must be unwrapped with `_#value`, may be + * enabled using `_.chain`. + * + * The execution of chained methods is lazy, that is, it's deferred until + * `_#value` is implicitly or explicitly called. + * + * Lazy evaluation allows several methods to support shortcut fusion. + * Shortcut fusion is an optimization to merge iteratee calls; this avoids + * the creation of intermediate arrays and can greatly reduce the number of + * iteratee executions. Sections of a chain sequence qualify for shortcut + * fusion if the section is applied to an array and iteratees accept only + * one argument. The heuristic for whether a section qualifies for shortcut + * fusion is subject to change. + * + * Chaining is supported in custom builds as long as the `_#value` method is + * directly or indirectly included in the build. + * + * In addition to lodash methods, wrappers have `Array` and `String` methods. + * + * The wrapper `Array` methods are: + * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift` + * + * The wrapper `String` methods are: + * `replace` and `split` + * + * The wrapper methods that support shortcut fusion are: + * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, + * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, + * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray` + * + * The chainable wrapper methods are: + * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`, + * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`, + * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`, + * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`, + * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`, + * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, + * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`, + * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`, + * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`, + * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`, + * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, + * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`, + * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`, + * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`, + * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`, + * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`, + * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`, + * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`, + * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`, + * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`, + * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`, + * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`, + * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`, + * `zipObject`, `zipObjectDeep`, and `zipWith` + * + * The wrapper methods that are **not** chainable by default are: + * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`, + * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`, + * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`, + * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`, + * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`, + * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`, + * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`, + * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`, + * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`, + * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`, + * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`, + * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`, + * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`, + * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`, + * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`, + * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`, + * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`, + * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`, + * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`, + * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`, + * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`, + * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`, + * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`, + * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`, + * `upperFirst`, `value`, and `words` + * + * @name _ + * @constructor + * @category Seq + * @param {*} value The value to wrap in a `lodash` instance. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * function square(n) { + * return n * n; + * } + * + * var wrapped = _([1, 2, 3]); + * + * // Returns an unwrapped value. + * wrapped.reduce(_.add); + * // => 6 + * + * // Returns a wrapped value. + * var squares = wrapped.map(square); + * + * _.isArray(squares); + * // => false + * + * _.isArray(squares.value()); + * // => true + */ + function lodash(value) { + return value instanceof LodashWrapper + ? value + : new LodashWrapper(value); + } + + /** + * The base implementation of `_.create` without support for assigning + * properties to the created object. + * + * @private + * @param {Object} proto The object to inherit from. + * @returns {Object} Returns the new object. + */ + var baseCreate = (function() { + function object() {} + return function(proto) { + if (!isObject(proto)) { + return {}; + } + if (objectCreate) { + return objectCreate(proto); + } + object.prototype = proto; + var result = new object; + object.prototype = undefined; + return result; + }; + }()); + + /** + * The base constructor for creating `lodash` wrapper objects. + * + * @private + * @param {*} value The value to wrap. + * @param {boolean} [chainAll] Enable explicit method chain sequences. + */ + function LodashWrapper(value, chainAll) { + this.__wrapped__ = value; + this.__actions__ = []; + this.__chain__ = !!chainAll; + } + + LodashWrapper.prototype = baseCreate(lodash.prototype); + LodashWrapper.prototype.constructor = LodashWrapper; + + /*------------------------------------------------------------------------*/ + + /** + * Assigns `value` to `key` of `object` if the existing value is not equivalent + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function assignValue(object, key, value) { + var objValue = object[key]; + if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } + } + + /** + * The base implementation of `assignValue` and `assignMergeValue` without + * value checks. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function baseAssignValue(object, key, value) { + object[key] = value; + } + + /** + * The base implementation of `_.delay` and `_.defer` which accepts `args` + * to provide to `func`. + * + * @private + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {Array} args The arguments to provide to `func`. + * @returns {number|Object} Returns the timer id or timeout object. + */ + function baseDelay(func, wait, args) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return setTimeout(function() { func.apply(undefined, args); }, wait); + } + + /** + * The base implementation of `_.forEach` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ + var baseEach = createBaseEach(baseForOwn); + + /** + * The base implementation of `_.every` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false` + */ + function baseEvery(collection, predicate) { + var result = true; + baseEach(collection, function(value, index, collection) { + result = !!predicate(value, index, collection); + return result; + }); + return result; + } + + /** + * The base implementation of methods like `_.max` and `_.min` which accepts a + * `comparator` to determine the extremum value. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The iteratee invoked per iteration. + * @param {Function} comparator The comparator used to compare values. + * @returns {*} Returns the extremum value. + */ + function baseExtremum(array, iteratee, comparator) { + var index = -1, + length = array.length; + + while (++index < length) { + var value = array[index], + current = iteratee(value); + + if (current != null && (computed === undefined + ? (current === current && !false) + : comparator(current, computed) + )) { + var computed = current, + result = value; + } + } + return result; + } + + /** + * The base implementation of `_.filter` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ + function baseFilter(collection, predicate) { + var result = []; + baseEach(collection, function(value, index, collection) { + if (predicate(value, index, collection)) { + result.push(value); + } + }); + return result; + } + + /** + * The base implementation of `_.flatten` with support for restricting flattening. + * + * @private + * @param {Array} array The array to flatten. + * @param {number} depth The maximum recursion depth. + * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. + * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. + * @param {Array} [result=[]] The initial result value. + * @returns {Array} Returns the new flattened array. + */ + function baseFlatten(array, depth, predicate, isStrict, result) { + var index = -1, + length = array.length; + + predicate || (predicate = isFlattenable); + result || (result = []); + + while (++index < length) { + var value = array[index]; + if (depth > 0 && predicate(value)) { + if (depth > 1) { + // Recursively flatten arrays (susceptible to call stack limits). + baseFlatten(value, depth - 1, predicate, isStrict, result); + } else { + arrayPush(result, value); + } + } else if (!isStrict) { + result[result.length] = value; + } + } + return result; + } + + /** + * The base implementation of `baseForOwn` which iterates over `object` + * properties returned by `keysFunc` and invokes `iteratee` for each property. + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. + */ + var baseFor = createBaseFor(); + + /** + * The base implementation of `_.forOwn` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ + function baseForOwn(object, iteratee) { + return object && baseFor(object, iteratee, keys); + } + + /** + * The base implementation of `_.functions` which creates an array of + * `object` function property names filtered from `props`. + * + * @private + * @param {Object} object The object to inspect. + * @param {Array} props The property names to filter. + * @returns {Array} Returns the function names. + */ + function baseFunctions(object, props) { + return baseFilter(props, function(key) { + return isFunction(object[key]); + }); + } + + /** + * The base implementation of `getTag` without fallbacks for buggy environments. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ + function baseGetTag(value) { + return objectToString(value); + } + + /** + * The base implementation of `_.gt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than `other`, + * else `false`. + */ + function baseGt(value, other) { + return value > other; + } + + /** + * The base implementation of `_.isArguments`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + */ + var baseIsArguments = noop; + + /** + * The base implementation of `_.isDate` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + */ + function baseIsDate(value) { + return isObjectLike(value) && baseGetTag(value) == dateTag; + } + + /** + * The base implementation of `_.isEqual` which supports partial comparisons + * and tracks traversed objects. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {boolean} bitmask The bitmask flags. + * 1 - Unordered comparison + * 2 - Partial comparison + * @param {Function} [customizer] The function to customize comparisons. + * @param {Object} [stack] Tracks traversed `value` and `other` objects. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + */ + function baseIsEqual(value, other, bitmask, customizer, stack) { + if (value === other) { + return true; + } + if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { + return value !== value && other !== other; + } + return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); + } + + /** + * A specialized version of `baseIsEqual` for arrays and objects which performs + * deep comparisons and tracks traversed objects enabling objects with circular + * references to be compared. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} [stack] Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { + var objIsArr = isArray(object), + othIsArr = isArray(other), + objTag = objIsArr ? arrayTag : baseGetTag(object), + othTag = othIsArr ? arrayTag : baseGetTag(other); + + objTag = objTag == argsTag ? objectTag : objTag; + othTag = othTag == argsTag ? objectTag : othTag; + + var objIsObj = objTag == objectTag, + othIsObj = othTag == objectTag, + isSameTag = objTag == othTag; + + stack || (stack = []); + var objStack = find(stack, function(entry) { + return entry[0] == object; + }); + var othStack = find(stack, function(entry) { + return entry[0] == other; + }); + if (objStack && othStack) { + return objStack[1] == other; + } + stack.push([object, other]); + stack.push([other, object]); + if (isSameTag && !objIsObj) { + var result = (objIsArr) + ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) + : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); + stack.pop(); + return result; + } + if (!(bitmask & COMPARE_PARTIAL_FLAG)) { + var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), + othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); + + if (objIsWrapped || othIsWrapped) { + var objUnwrapped = objIsWrapped ? object.value() : object, + othUnwrapped = othIsWrapped ? other.value() : other; + + var result = equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); + stack.pop(); + return result; + } + } + if (!isSameTag) { + return false; + } + var result = equalObjects(object, other, bitmask, customizer, equalFunc, stack); + stack.pop(); + return result; + } + + /** + * The base implementation of `_.isRegExp` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + */ + function baseIsRegExp(value) { + return isObjectLike(value) && baseGetTag(value) == regexpTag; + } + + /** + * The base implementation of `_.iteratee`. + * + * @private + * @param {*} [value=_.identity] The value to convert to an iteratee. + * @returns {Function} Returns the iteratee. + */ + function baseIteratee(func) { + if (typeof func == 'function') { + return func; + } + if (func == null) { + return identity; + } + return (typeof func == 'object' ? baseMatches : baseProperty)(func); + } + + /** + * The base implementation of `_.lt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is less than `other`, + * else `false`. + */ + function baseLt(value, other) { + return value < other; + } + + /** + * The base implementation of `_.map` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ + function baseMap(collection, iteratee) { + var index = -1, + result = isArrayLike(collection) ? Array(collection.length) : []; + + baseEach(collection, function(value, key, collection) { + result[++index] = iteratee(value, key, collection); + }); + return result; + } + + /** + * The base implementation of `_.matches` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. + */ + function baseMatches(source) { + var props = nativeKeys(source); + return function(object) { + var length = props.length; + if (object == null) { + return !length; + } + object = Object(object); + while (length--) { + var key = props[length]; + if (!(key in object && + baseIsEqual(source[key], object[key], COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG) + )) { + return false; + } + } + return true; + }; + } + + /** + * The base implementation of `_.pick` without support for individual + * property identifiers. + * + * @private + * @param {Object} object The source object. + * @param {string[]} paths The property paths to pick. + * @returns {Object} Returns the new object. + */ + function basePick(object, props) { + object = Object(object); + return reduce(props, function(result, key) { + if (key in object) { + result[key] = object[key]; + } + return result; + }, {}); + } + + /** + * The base implementation of `_.rest` which doesn't validate or coerce arguments. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @returns {Function} Returns the new function. + */ + function baseRest(func, start) { + return setToString(overRest(func, start, identity), func + ''); + } + + /** + * The base implementation of `_.slice` without an iteratee call guard. + * + * @private + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function baseSlice(array, start, end) { + var index = -1, + length = array.length; + + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = end > length ? length : end; + if (end < 0) { + end += length; + } + length = start > end ? 0 : ((end - start) >>> 0); + start >>>= 0; + + var result = Array(length); + while (++index < length) { + result[index] = array[index + start]; + } + return result; + } + + /** + * Copies the values of `source` to `array`. + * + * @private + * @param {Array} source The array to copy values from. + * @param {Array} [array=[]] The array to copy values to. + * @returns {Array} Returns `array`. + */ + function copyArray(source) { + return baseSlice(source, 0, source.length); + } + + /** + * The base implementation of `_.some` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ + function baseSome(collection, predicate) { + var result; + + baseEach(collection, function(value, index, collection) { + result = predicate(value, index, collection); + return !result; + }); + return !!result; + } + + /** + * The base implementation of `wrapperValue` which returns the result of + * performing a sequence of actions on the unwrapped `value`, where each + * successive action is supplied the return value of the previous. + * + * @private + * @param {*} value The unwrapped value. + * @param {Array} actions Actions to perform to resolve the unwrapped value. + * @returns {*} Returns the resolved value. + */ + function baseWrapperValue(value, actions) { + var result = value; + return reduce(actions, function(result, action) { + return action.func.apply(action.thisArg, arrayPush([result], action.args)); + }, result); + } + + /** + * Compares values to sort them in ascending order. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {number} Returns the sort order indicator for `value`. + */ + function compareAscending(value, other) { + if (value !== other) { + var valIsDefined = value !== undefined, + valIsNull = value === null, + valIsReflexive = value === value, + valIsSymbol = false; + + var othIsDefined = other !== undefined, + othIsNull = other === null, + othIsReflexive = other === other, + othIsSymbol = false; + + if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) || + (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) || + (valIsNull && othIsDefined && othIsReflexive) || + (!valIsDefined && othIsReflexive) || + !valIsReflexive) { + return 1; + } + if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) || + (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) || + (othIsNull && valIsDefined && valIsReflexive) || + (!othIsDefined && valIsReflexive) || + !othIsReflexive) { + return -1; + } + } + return 0; + } + + /** + * Copies properties of `source` to `object`. + * + * @private + * @param {Object} source The object to copy properties from. + * @param {Array} props The property identifiers to copy. + * @param {Object} [object={}] The object to copy properties to. + * @param {Function} [customizer] The function to customize copied values. + * @returns {Object} Returns `object`. + */ + function copyObject(source, props, object, customizer) { + var isNew = !object; + object || (object = {}); + + var index = -1, + length = props.length; + + while (++index < length) { + var key = props[index]; + + var newValue = customizer + ? customizer(object[key], source[key], key, object, source) + : undefined; + + if (newValue === undefined) { + newValue = source[key]; + } + if (isNew) { + baseAssignValue(object, key, newValue); + } else { + assignValue(object, key, newValue); + } + } + return object; + } + + /** + * Creates a function like `_.assign`. + * + * @private + * @param {Function} assigner The function to assign values. + * @returns {Function} Returns the new assigner function. + */ + function createAssigner(assigner) { + return baseRest(function(object, sources) { + var index = -1, + length = sources.length, + customizer = length > 1 ? sources[length - 1] : undefined; + + customizer = (assigner.length > 3 && typeof customizer == 'function') + ? (length--, customizer) + : undefined; + + object = Object(object); + while (++index < length) { + var source = sources[index]; + if (source) { + assigner(object, source, index, customizer); + } + } + return object; + }); + } + + /** + * Creates a `baseEach` or `baseEachRight` function. + * + * @private + * @param {Function} eachFunc The function to iterate over a collection. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ + function createBaseEach(eachFunc, fromRight) { + return function(collection, iteratee) { + if (collection == null) { + return collection; + } + if (!isArrayLike(collection)) { + return eachFunc(collection, iteratee); + } + var length = collection.length, + index = fromRight ? length : -1, + iterable = Object(collection); + + while ((fromRight ? index-- : ++index < length)) { + if (iteratee(iterable[index], index, iterable) === false) { + break; + } + } + return collection; + }; + } + + /** + * Creates a base function for methods like `_.forIn` and `_.forOwn`. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ + function createBaseFor(fromRight) { + return function(object, iteratee, keysFunc) { + var index = -1, + iterable = Object(object), + props = keysFunc(object), + length = props.length; + + while (length--) { + var key = props[fromRight ? length : ++index]; + if (iteratee(iterable[key], key, iterable) === false) { + break; + } + } + return object; + }; + } + + /** + * Creates a function that produces an instance of `Ctor` regardless of + * whether it was invoked as part of a `new` expression or by `call` or `apply`. + * + * @private + * @param {Function} Ctor The constructor to wrap. + * @returns {Function} Returns the new wrapped function. + */ + function createCtor(Ctor) { + return function() { + // Use a `switch` statement to work with class constructors. See + // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist + // for more details. + var args = arguments; + var thisBinding = baseCreate(Ctor.prototype), + result = Ctor.apply(thisBinding, args); + + // Mimic the constructor's `return` behavior. + // See https://es5.github.io/#x13.2.2 for more details. + return isObject(result) ? result : thisBinding; + }; + } + + /** + * Creates a `_.find` or `_.findLast` function. + * + * @private + * @param {Function} findIndexFunc The function to find the collection index. + * @returns {Function} Returns the new find function. + */ + function createFind(findIndexFunc) { + return function(collection, predicate, fromIndex) { + var iterable = Object(collection); + if (!isArrayLike(collection)) { + var iteratee = baseIteratee(predicate, 3); + collection = keys(collection); + predicate = function(key) { return iteratee(iterable[key], key, iterable); }; + } + var index = findIndexFunc(collection, predicate, fromIndex); + return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; + }; + } + + /** + * Creates a function that wraps `func` to invoke it with the `this` binding + * of `thisArg` and `partials` prepended to the arguments it receives. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} partials The arguments to prepend to those provided to + * the new function. + * @returns {Function} Returns the new wrapped function. + */ + function createPartial(func, bitmask, thisArg, partials) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + var isBind = bitmask & WRAP_BIND_FLAG, + Ctor = createCtor(func); + + function wrapper() { + var argsIndex = -1, + argsLength = arguments.length, + leftIndex = -1, + leftLength = partials.length, + args = Array(leftLength + argsLength), + fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + + while (++leftIndex < leftLength) { + args[leftIndex] = partials[leftIndex]; + } + while (argsLength--) { + args[leftIndex++] = arguments[++argsIndex]; + } + return fn.apply(isBind ? thisArg : this, args); + } + return wrapper; + } + + /** + * Used by `_.defaults` to customize its `_.assignIn` use to assign properties + * of source objects to the destination object for all destination properties + * that resolve to `undefined`. + * + * @private + * @param {*} objValue The destination value. + * @param {*} srcValue The source value. + * @param {string} key The key of the property to assign. + * @param {Object} object The parent object of `objValue`. + * @returns {*} Returns the value to assign. + */ + function customDefaultsAssignIn(objValue, srcValue, key, object) { + if (objValue === undefined || + (eq(objValue, objectProto[key]) && !hasOwnProperty.call(object, key))) { + return srcValue; + } + return objValue; + } + + /** + * A specialized version of `baseIsEqualDeep` for arrays with support for + * partial deep comparisons. + * + * @private + * @param {Array} array The array to compare. + * @param {Array} other The other array to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `array` and `other` objects. + * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. + */ + function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + arrLength = array.length, + othLength = other.length; + + if (arrLength != othLength && !(isPartial && othLength > arrLength)) { + return false; + } + var index = -1, + result = true, + seen = (bitmask & COMPARE_UNORDERED_FLAG) ? [] : undefined; + + // Ignore non-index properties. + while (++index < arrLength) { + var arrValue = array[index], + othValue = other[index]; + + var compared; + if (compared !== undefined) { + if (compared) { + continue; + } + result = false; + break; + } + // Recursively compare arrays (susceptible to call stack limits). + if (seen) { + if (!baseSome(other, function(othValue, othIndex) { + if (!indexOf(seen, othIndex) && + (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { + return seen.push(othIndex); + } + })) { + result = false; + break; + } + } else if (!( + arrValue === othValue || + equalFunc(arrValue, othValue, bitmask, customizer, stack) + )) { + result = false; + break; + } + } + return result; + } + + /** + * A specialized version of `baseIsEqualDeep` for comparing objects of + * the same `toStringTag`. + * + * **Note:** This function only supports comparing values with tags of + * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {string} tag The `toStringTag` of the objects to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { + switch (tag) { + + case boolTag: + case dateTag: + case numberTag: + // Coerce booleans to `1` or `0` and dates to milliseconds. + // Invalid dates are coerced to `NaN`. + return eq(+object, +other); + + case errorTag: + return object.name == other.name && object.message == other.message; + + case regexpTag: + case stringTag: + // Coerce regexes to strings and treat strings, primitives and objects, + // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring + // for more details. + return object == (other + ''); + + } + return false; + } + + /** + * A specialized version of `baseIsEqualDeep` for objects with support for + * partial deep comparisons. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + objProps = keys(object), + objLength = objProps.length, + othProps = keys(other), + othLength = othProps.length; + + if (objLength != othLength && !isPartial) { + return false; + } + var index = objLength; + while (index--) { + var key = objProps[index]; + if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { + return false; + } + } + var result = true; + + var skipCtor = isPartial; + while (++index < objLength) { + key = objProps[index]; + var objValue = object[key], + othValue = other[key]; + + var compared; + // Recursively compare objects (susceptible to call stack limits). + if (!(compared === undefined + ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) + : compared + )) { + result = false; + break; + } + skipCtor || (skipCtor = key == 'constructor'); + } + if (result && !skipCtor) { + var objCtor = object.constructor, + othCtor = other.constructor; + + // Non `Object` object instances with different constructors are not equal. + if (objCtor != othCtor && + ('constructor' in object && 'constructor' in other) && + !(typeof objCtor == 'function' && objCtor instanceof objCtor && + typeof othCtor == 'function' && othCtor instanceof othCtor)) { + result = false; + } + } + return result; + } + + /** + * A specialized version of `baseRest` which flattens the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ + function flatRest(func) { + return setToString(overRest(func, undefined, flatten), func + ''); + } + + /** + * Checks if `value` is a flattenable `arguments` object or array. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. + */ + function isFlattenable(value) { + return isArray(value) || isArguments(value); + } + + /** + * This function is like + * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * except that it includes inherited enumerable properties. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ + function nativeKeysIn(object) { + var result = []; + if (object != null) { + for (var key in Object(object)) { + result.push(key); + } + } + return result; + } + + /** + * Converts `value` to a string using `Object.prototype.toString`. + * + * @private + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + */ + function objectToString(value) { + return nativeObjectToString.call(value); + } + + /** + * A specialized version of `baseRest` which transforms the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @param {Function} transform The rest array transform. + * @returns {Function} Returns the new function. + */ + function overRest(func, start, transform) { + start = nativeMax(start === undefined ? (func.length - 1) : start, 0); + return function() { + var args = arguments, + index = -1, + length = nativeMax(args.length - start, 0), + array = Array(length); + + while (++index < length) { + array[index] = args[start + index]; + } + index = -1; + var otherArgs = Array(start + 1); + while (++index < start) { + otherArgs[index] = args[index]; + } + otherArgs[start] = transform(array); + return func.apply(this, otherArgs); + }; + } + + /** + * Sets the `toString` method of `func` to return `string`. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ + var setToString = identity; + + /*------------------------------------------------------------------------*/ + + /** + * Creates an array with all falsey values removed. The values `false`, `null`, + * `0`, `""`, `undefined`, and `NaN` are falsey. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to compact. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.compact([0, 1, false, 2, '', 3]); + * // => [1, 2, 3] + */ + function compact(array) { + return baseFilter(array, Boolean); + } + + /** + * Creates a new array concatenating `array` with any additional arrays + * and/or values. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to concatenate. + * @param {...*} [values] The values to concatenate. + * @returns {Array} Returns the new concatenated array. + * @example + * + * var array = [1]; + * var other = _.concat(array, 2, [3], [[4]]); + * + * console.log(other); + * // => [1, 2, 3, [4]] + * + * console.log(array); + * // => [1] + */ + function concat() { + var length = arguments.length; + if (!length) { + return []; + } + var args = Array(length - 1), + array = arguments[0], + index = length; + + while (index--) { + args[index - 1] = arguments[index]; + } + return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1)); + } + + /** + * This method is like `_.find` except that it returns the index of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.findIndex(users, function(o) { return o.user == 'barney'; }); + * // => 0 + * + * // The `_.matches` iteratee shorthand. + * _.findIndex(users, { 'user': 'fred', 'active': false }); + * // => 1 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findIndex(users, ['active', false]); + * // => 0 + * + * // The `_.property` iteratee shorthand. + * _.findIndex(users, 'active'); + * // => 2 + */ + function findIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseFindIndex(array, baseIteratee(predicate, 3), index); + } + + /** + * Flattens `array` a single level deep. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flatten([1, [2, [3, [4]], 5]]); + * // => [1, 2, [3, [4]], 5] + */ + function flatten(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, 1) : []; + } + + /** + * Recursively flattens `array`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flattenDeep([1, [2, [3, [4]], 5]]); + * // => [1, 2, 3, 4, 5] + */ + function flattenDeep(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, INFINITY) : []; + } + + /** + * Gets the first element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias first + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the first element of `array`. + * @example + * + * _.head([1, 2, 3]); + * // => 1 + * + * _.head([]); + * // => undefined + */ + function head(array) { + return (array && array.length) ? array[0] : undefined; + } + + /** + * Gets the index at which the first occurrence of `value` is found in `array` + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. If `fromIndex` is negative, it's used as the + * offset from the end of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.indexOf([1, 2, 1, 2], 2); + * // => 1 + * + * // Search from the `fromIndex`. + * _.indexOf([1, 2, 1, 2], 2, 2); + * // => 3 + */ + function indexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (typeof fromIndex == 'number') { + fromIndex = fromIndex < 0 ? nativeMax(length + fromIndex, 0) : fromIndex; + } else { + fromIndex = 0; + } + var index = (fromIndex || 0) - 1, + isReflexive = value === value; + + while (++index < length) { + var other = array[index]; + if ((isReflexive ? other === value : other !== other)) { + return index; + } + } + return -1; + } + + /** + * Gets the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the last element of `array`. + * @example + * + * _.last([1, 2, 3]); + * // => 3 + */ + function last(array) { + var length = array == null ? 0 : array.length; + return length ? array[length - 1] : undefined; + } + + /** + * Creates a slice of `array` from `start` up to, but not including, `end`. + * + * **Note:** This method is used instead of + * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are + * returned. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function slice(array, start, end) { + var length = array == null ? 0 : array.length; + start = start == null ? 0 : +start; + end = end === undefined ? length : +end; + return length ? baseSlice(array, start, end) : []; + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates a `lodash` wrapper instance that wraps `value` with explicit method + * chain sequences enabled. The result of such sequences must be unwrapped + * with `_#value`. + * + * @static + * @memberOf _ + * @since 1.3.0 + * @category Seq + * @param {*} value The value to wrap. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'pebbles', 'age': 1 } + * ]; + * + * var youngest = _ + * .chain(users) + * .sortBy('age') + * .map(function(o) { + * return o.user + ' is ' + o.age; + * }) + * .head() + * .value(); + * // => 'pebbles is 1' + */ + function chain(value) { + var result = lodash(value); + result.__chain__ = true; + return result; + } + + /** + * This method invokes `interceptor` and returns `value`. The interceptor + * is invoked with one argument; (value). The purpose of this method is to + * "tap into" a method chain sequence in order to modify intermediate results. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @param {*} value The value to provide to `interceptor`. + * @param {Function} interceptor The function to invoke. + * @returns {*} Returns `value`. + * @example + * + * _([1, 2, 3]) + * .tap(function(array) { + * // Mutate input array. + * array.pop(); + * }) + * .reverse() + * .value(); + * // => [2, 1] + */ + function tap(value, interceptor) { + interceptor(value); + return value; + } + + /** + * This method is like `_.tap` except that it returns the result of `interceptor`. + * The purpose of this method is to "pass thru" values replacing intermediate + * results in a method chain sequence. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Seq + * @param {*} value The value to provide to `interceptor`. + * @param {Function} interceptor The function to invoke. + * @returns {*} Returns the result of `interceptor`. + * @example + * + * _(' abc ') + * .chain() + * .trim() + * .thru(function(value) { + * return [value]; + * }) + * .value(); + * // => ['abc'] + */ + function thru(value, interceptor) { + return interceptor(value); + } + + /** + * Creates a `lodash` wrapper instance with explicit method chain sequences enabled. + * + * @name chain + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 } + * ]; + * + * // A sequence without explicit chaining. + * _(users).head(); + * // => { 'user': 'barney', 'age': 36 } + * + * // A sequence with explicit chaining. + * _(users) + * .chain() + * .head() + * .pick('user') + * .value(); + * // => { 'user': 'barney' } + */ + function wrapperChain() { + return chain(this); + } + + /** + * Executes the chain sequence to resolve the unwrapped value. + * + * @name value + * @memberOf _ + * @since 0.1.0 + * @alias toJSON, valueOf + * @category Seq + * @returns {*} Returns the resolved unwrapped value. + * @example + * + * _([1, 2, 3]).value(); + * // => [1, 2, 3] + */ + function wrapperValue() { + return baseWrapperValue(this.__wrapped__, this.__actions__); + } + + /*------------------------------------------------------------------------*/ + + /** + * Checks if `predicate` returns truthy for **all** elements of `collection`. + * Iteration is stopped once `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * **Note:** This method returns `true` for + * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because + * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of + * elements of empty collections. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false`. + * @example + * + * _.every([true, 1, null, 'yes'], Boolean); + * // => false + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.every(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.every(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.every(users, 'active'); + * // => false + */ + function every(collection, predicate, guard) { + predicate = guard ? undefined : predicate; + return baseEvery(collection, baseIteratee(predicate)); + } + + /** + * Iterates over elements of `collection`, returning an array of all elements + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * **Note:** Unlike `_.remove`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + * @see _.reject + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * _.filter(users, function(o) { return !o.active; }); + * // => objects for ['fred'] + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, { 'age': 36, 'active': true }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, ['active', false]); + * // => objects for ['fred'] + * + * // The `_.property` iteratee shorthand. + * _.filter(users, 'active'); + * // => objects for ['barney'] + */ + function filter(collection, predicate) { + return baseFilter(collection, baseIteratee(predicate)); + } + + /** + * Iterates over elements of `collection`, returning the first element + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {*} Returns the matched element, else `undefined`. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false }, + * { 'user': 'pebbles', 'age': 1, 'active': true } + * ]; + * + * _.find(users, function(o) { return o.age < 40; }); + * // => object for 'barney' + * + * // The `_.matches` iteratee shorthand. + * _.find(users, { 'age': 1, 'active': true }); + * // => object for 'pebbles' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.find(users, ['active', false]); + * // => object for 'fred' + * + * // The `_.property` iteratee shorthand. + * _.find(users, 'active'); + * // => object for 'barney' + */ + var find = createFind(findIndex); + + /** + * Iterates over elements of `collection` and invokes `iteratee` for each element. + * The iteratee is invoked with three arguments: (value, index|key, collection). + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * **Note:** As with other "Collections" methods, objects with a "length" + * property are iterated like arrays. To avoid this behavior use `_.forIn` + * or `_.forOwn` for object iteration. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias each + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + * @see _.forEachRight + * @example + * + * _.forEach([1, 2], function(value) { + * console.log(value); + * }); + * // => Logs `1` then `2`. + * + * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a' then 'b' (iteration order is not guaranteed). + */ + function forEach(collection, iteratee) { + return baseEach(collection, baseIteratee(iteratee)); + } + + /** + * Creates an array of values by running each element in `collection` thru + * `iteratee`. The iteratee is invoked with three arguments: + * (value, index|key, collection). + * + * Many lodash methods are guarded to work as iteratees for methods like + * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`. + * + * The guarded methods are: + * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, + * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`, + * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`, + * `template`, `trim`, `trimEnd`, `trimStart`, and `words` + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + * @example + * + * function square(n) { + * return n * n; + * } + * + * _.map([4, 8], square); + * // => [16, 64] + * + * _.map({ 'a': 4, 'b': 8 }, square); + * // => [16, 64] (iteration order is not guaranteed) + * + * var users = [ + * { 'user': 'barney' }, + * { 'user': 'fred' } + * ]; + * + * // The `_.property` iteratee shorthand. + * _.map(users, 'user'); + * // => ['barney', 'fred'] + */ + function map(collection, iteratee) { + return baseMap(collection, baseIteratee(iteratee)); + } + + /** + * Reduces `collection` to a value which is the accumulated result of running + * each element in `collection` thru `iteratee`, where each successive + * invocation is supplied the return value of the previous. If `accumulator` + * is not given, the first element of `collection` is used as the initial + * value. The iteratee is invoked with four arguments: + * (accumulator, value, index|key, collection). + * + * Many lodash methods are guarded to work as iteratees for methods like + * `_.reduce`, `_.reduceRight`, and `_.transform`. + * + * The guarded methods are: + * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`, + * and `sortBy` + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @returns {*} Returns the accumulated value. + * @see _.reduceRight + * @example + * + * _.reduce([1, 2], function(sum, n) { + * return sum + n; + * }, 0); + * // => 3 + * + * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { + * (result[value] || (result[value] = [])).push(key); + * return result; + * }, {}); + * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed) + */ + function reduce(collection, iteratee, accumulator) { + return baseReduce(collection, baseIteratee(iteratee), accumulator, arguments.length < 3, baseEach); + } + + /** + * Gets the size of `collection` by returning its length for array-like + * values or the number of own enumerable string keyed properties for objects. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object|string} collection The collection to inspect. + * @returns {number} Returns the collection size. + * @example + * + * _.size([1, 2, 3]); + * // => 3 + * + * _.size({ 'a': 1, 'b': 2 }); + * // => 2 + * + * _.size('pebbles'); + * // => 7 + */ + function size(collection) { + if (collection == null) { + return 0; + } + collection = isArrayLike(collection) ? collection : nativeKeys(collection); + return collection.length; + } + + /** + * Checks if `predicate` returns truthy for **any** element of `collection`. + * Iteration is stopped once `predicate` returns truthy. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + * @example + * + * _.some([null, 0, 'yes', false], Boolean); + * // => true + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.some(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.some(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.some(users, 'active'); + * // => true + */ + function some(collection, predicate, guard) { + predicate = guard ? undefined : predicate; + return baseSome(collection, baseIteratee(predicate)); + } + + /** + * Creates an array of elements, sorted in ascending order by the results of + * running each element in a collection thru each iteratee. This method + * performs a stable sort, that is, it preserves the original sort order of + * equal elements. The iteratees are invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {...(Function|Function[])} [iteratees=[_.identity]] + * The iteratees to sort by. + * @returns {Array} Returns the new sorted array. + * @example + * + * var users = [ + * { 'user': 'fred', 'age': 48 }, + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'barney', 'age': 34 } + * ]; + * + * _.sortBy(users, [function(o) { return o.user; }]); + * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]] + * + * _.sortBy(users, ['user', 'age']); + * // => objects for [['barney', 34], ['barney', 36], ['fred', 40], ['fred', 48]] + */ + function sortBy(collection, iteratee) { + var index = 0; + iteratee = baseIteratee(iteratee); + + return baseMap(baseMap(collection, function(value, key, collection) { + return { 'value': value, 'index': index++, 'criteria': iteratee(value, key, collection) }; + }).sort(function(object, other) { + return compareAscending(object.criteria, other.criteria) || (object.index - other.index); + }), baseProperty('value')); + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates a function that invokes `func`, with the `this` binding and arguments + * of the created function, while it's called less than `n` times. Subsequent + * calls to the created function return the result of the last `func` invocation. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {number} n The number of calls at which `func` is no longer invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * jQuery(element).on('click', _.before(5, addContactToList)); + * // => Allows adding up to 4 contacts to the list. + */ + function before(n, func) { + var result; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n > 0) { + result = func.apply(this, arguments); + } + if (n <= 1) { + func = undefined; + } + return result; + }; + } + + /** + * Creates a function that invokes `func` with the `this` binding of `thisArg` + * and `partials` prepended to the arguments it receives. + * + * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, + * may be used as a placeholder for partially applied arguments. + * + * **Note:** Unlike native `Function#bind`, this method doesn't set the "length" + * property of bound functions. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to bind. + * @param {*} thisArg The `this` binding of `func`. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new bound function. + * @example + * + * function greet(greeting, punctuation) { + * return greeting + ' ' + this.user + punctuation; + * } + * + * var object = { 'user': 'fred' }; + * + * var bound = _.bind(greet, object, 'hi'); + * bound('!'); + * // => 'hi fred!' + * + * // Bound with placeholders. + * var bound = _.bind(greet, object, _, '!'); + * bound('hi'); + * // => 'hi fred!' + */ + var bind = baseRest(function(func, thisArg, partials) { + return createPartial(func, WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG, thisArg, partials); + }); + + /** + * Defers invoking the `func` until the current call stack has cleared. Any + * additional arguments are provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to defer. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.defer(function(text) { + * console.log(text); + * }, 'deferred'); + * // => Logs 'deferred' after one millisecond. + */ + var defer = baseRest(function(func, args) { + return baseDelay(func, 1, args); + }); + + /** + * Invokes `func` after `wait` milliseconds. Any additional arguments are + * provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.delay(function(text) { + * console.log(text); + * }, 1000, 'later'); + * // => Logs 'later' after one second. + */ + var delay = baseRest(function(func, wait, args) { + return baseDelay(func, toNumber(wait) || 0, args); + }); + + /** + * Creates a function that negates the result of the predicate `func`. The + * `func` predicate is invoked with the `this` binding and arguments of the + * created function. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} predicate The predicate to negate. + * @returns {Function} Returns the new negated function. + * @example + * + * function isEven(n) { + * return n % 2 == 0; + * } + * + * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven)); + * // => [1, 3, 5] + */ + function negate(predicate) { + if (typeof predicate != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return function() { + var args = arguments; + return !predicate.apply(this, args); + }; + } + + /** + * Creates a function that is restricted to invoking `func` once. Repeat calls + * to the function return the value of the first invocation. The `func` is + * invoked with the `this` binding and arguments of the created function. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * var initialize = _.once(createApplication); + * initialize(); + * initialize(); + * // => `createApplication` is invoked once + */ + function once(func) { + return before(2, func); + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates a shallow clone of `value`. + * + * **Note:** This method is loosely based on the + * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm) + * and supports cloning arrays, array buffers, booleans, date objects, maps, + * numbers, `Object` objects, regexes, sets, strings, symbols, and typed + * arrays. The own enumerable properties of `arguments` objects are cloned + * as plain objects. An empty object is returned for uncloneable values such + * as error objects, functions, DOM nodes, and WeakMaps. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to clone. + * @returns {*} Returns the cloned value. + * @see _.cloneDeep + * @example + * + * var objects = [{ 'a': 1 }, { 'b': 2 }]; + * + * var shallow = _.clone(objects); + * console.log(shallow[0] === objects[0]); + * // => true + */ + function clone(value) { + if (!isObject(value)) { + return value; + } + return isArray(value) ? copyArray(value) : copyObject(value, nativeKeys(value)); + } + + /** + * Performs a + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * comparison between two values to determine if they are equivalent. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.eq(object, object); + * // => true + * + * _.eq(object, other); + * // => false + * + * _.eq('a', 'a'); + * // => true + * + * _.eq('a', Object('a')); + * // => false + * + * _.eq(NaN, NaN); + * // => true + */ + function eq(value, other) { + return value === other || (value !== value && other !== other); + } + + /** + * Checks if `value` is likely an `arguments` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + * else `false`. + * @example + * + * _.isArguments(function() { return arguments; }()); + * // => true + * + * _.isArguments([1, 2, 3]); + * // => false + */ + var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { + return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && + !propertyIsEnumerable.call(value, 'callee'); + }; + + /** + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false + */ + var isArray = Array.isArray; + + /** + * Checks if `value` is array-like. A value is considered array-like if it's + * not a function and has a `value.length` that's an integer greater than or + * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is array-like, else `false`. + * @example + * + * _.isArrayLike([1, 2, 3]); + * // => true + * + * _.isArrayLike(document.body.children); + * // => true + * + * _.isArrayLike('abc'); + * // => true + * + * _.isArrayLike(_.noop); + * // => false + */ + function isArrayLike(value) { + return value != null && isLength(value.length) && !isFunction(value); + } + + /** + * Checks if `value` is classified as a boolean primitive or object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a boolean, else `false`. + * @example + * + * _.isBoolean(false); + * // => true + * + * _.isBoolean(null); + * // => false + */ + function isBoolean(value) { + return value === true || value === false || + (isObjectLike(value) && baseGetTag(value) == boolTag); + } + + /** + * Checks if `value` is classified as a `Date` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + * @example + * + * _.isDate(new Date); + * // => true + * + * _.isDate('Mon April 23 2012'); + * // => false + */ + var isDate = baseIsDate; + + /** + * Checks if `value` is an empty object, collection, map, or set. + * + * Objects are considered empty if they have no own enumerable string keyed + * properties. + * + * Array-like values such as `arguments` objects, arrays, buffers, strings, or + * jQuery-like collections are considered empty if they have a `length` of `0`. + * Similarly, maps and sets are considered empty if they have a `size` of `0`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is empty, else `false`. + * @example + * + * _.isEmpty(null); + * // => true + * + * _.isEmpty(true); + * // => true + * + * _.isEmpty(1); + * // => true + * + * _.isEmpty([1, 2, 3]); + * // => false + * + * _.isEmpty({ 'a': 1 }); + * // => false + */ + function isEmpty(value) { + if (isArrayLike(value) && + (isArray(value) || isString(value) || + isFunction(value.splice) || isArguments(value))) { + return !value.length; + } + return !nativeKeys(value).length; + } + + /** + * Performs a deep comparison between two values to determine if they are + * equivalent. + * + * **Note:** This method supports comparing arrays, array buffers, booleans, + * date objects, error objects, maps, numbers, `Object` objects, regexes, + * sets, strings, symbols, and typed arrays. `Object` objects are compared + * by their own, not inherited, enumerable properties. Functions and DOM + * nodes are compared by strict equality, i.e. `===`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.isEqual(object, other); + * // => true + * + * object === other; + * // => false + */ + function isEqual(value, other) { + return baseIsEqual(value, other); + } + + /** + * Checks if `value` is a finite primitive number. + * + * **Note:** This method is based on + * [`Number.isFinite`](https://mdn.io/Number/isFinite). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a finite number, else `false`. + * @example + * + * _.isFinite(3); + * // => true + * + * _.isFinite(Number.MIN_VALUE); + * // => true + * + * _.isFinite(Infinity); + * // => false + * + * _.isFinite('3'); + * // => false + */ + function isFinite(value) { + return typeof value == 'number' && nativeIsFinite(value); + } + + /** + * Checks if `value` is classified as a `Function` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a function, else `false`. + * @example + * + * _.isFunction(_); + * // => true + * + * _.isFunction(/abc/); + * // => false + */ + function isFunction(value) { + if (!isObject(value)) { + return false; + } + // The use of `Object#toString` avoids issues with the `typeof` operator + // in Safari 9 which returns 'object' for typed arrays and other constructors. + var tag = baseGetTag(value); + return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; + } + + /** + * Checks if `value` is a valid array-like length. + * + * **Note:** This method is loosely based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. + * @example + * + * _.isLength(3); + * // => true + * + * _.isLength(Number.MIN_VALUE); + * // => false + * + * _.isLength(Infinity); + * // => false + * + * _.isLength('3'); + * // => false + */ + function isLength(value) { + return typeof value == 'number' && + value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; + } + + /** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ + function isObject(value) { + var type = typeof value; + return value != null && (type == 'object' || type == 'function'); + } + + /** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ + function isObjectLike(value) { + return value != null && typeof value == 'object'; + } + + /** + * Checks if `value` is `NaN`. + * + * **Note:** This method is based on + * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as + * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for + * `undefined` and other non-number values. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + * @example + * + * _.isNaN(NaN); + * // => true + * + * _.isNaN(new Number(NaN)); + * // => true + * + * isNaN(undefined); + * // => true + * + * _.isNaN(undefined); + * // => false + */ + function isNaN(value) { + // An `NaN` primitive is the only value that is not equal to itself. + // Perform the `toStringTag` check first to avoid errors with some + // ActiveX objects in IE. + return isNumber(value) && value != +value; + } + + /** + * Checks if `value` is `null`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `null`, else `false`. + * @example + * + * _.isNull(null); + * // => true + * + * _.isNull(void 0); + * // => false + */ + function isNull(value) { + return value === null; + } + + /** + * Checks if `value` is classified as a `Number` primitive or object. + * + * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are + * classified as numbers, use the `_.isFinite` method. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a number, else `false`. + * @example + * + * _.isNumber(3); + * // => true + * + * _.isNumber(Number.MIN_VALUE); + * // => true + * + * _.isNumber(Infinity); + * // => true + * + * _.isNumber('3'); + * // => false + */ + function isNumber(value) { + return typeof value == 'number' || + (isObjectLike(value) && baseGetTag(value) == numberTag); + } + + /** + * Checks if `value` is classified as a `RegExp` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + * @example + * + * _.isRegExp(/abc/); + * // => true + * + * _.isRegExp('/abc/'); + * // => false + */ + var isRegExp = baseIsRegExp; + + /** + * Checks if `value` is classified as a `String` primitive or object. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a string, else `false`. + * @example + * + * _.isString('abc'); + * // => true + * + * _.isString(1); + * // => false + */ + function isString(value) { + return typeof value == 'string' || + (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag); + } + + /** + * Checks if `value` is `undefined`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`. + * @example + * + * _.isUndefined(void 0); + * // => true + * + * _.isUndefined(null); + * // => false + */ + function isUndefined(value) { + return value === undefined; + } + + /** + * Converts `value` to an array. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to convert. + * @returns {Array} Returns the converted array. + * @example + * + * _.toArray({ 'a': 1, 'b': 2 }); + * // => [1, 2] + * + * _.toArray('abc'); + * // => ['a', 'b', 'c'] + * + * _.toArray(1); + * // => [] + * + * _.toArray(null); + * // => [] + */ + function toArray(value) { + if (!isArrayLike(value)) { + return values(value); + } + return value.length ? copyArray(value) : []; + } + + /** + * Converts `value` to an integer. + * + * **Note:** This method is loosely based on + * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toInteger(3.2); + * // => 3 + * + * _.toInteger(Number.MIN_VALUE); + * // => 0 + * + * _.toInteger(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toInteger('3.2'); + * // => 3 + */ + var toInteger = Number; + + /** + * Converts `value` to a number. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to process. + * @returns {number} Returns the number. + * @example + * + * _.toNumber(3.2); + * // => 3.2 + * + * _.toNumber(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toNumber(Infinity); + * // => Infinity + * + * _.toNumber('3.2'); + * // => 3.2 + */ + var toNumber = Number; + + /** + * Converts `value` to a string. An empty string is returned for `null` + * and `undefined` values. The sign of `-0` is preserved. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + * @example + * + * _.toString(null); + * // => '' + * + * _.toString(-0); + * // => '-0' + * + * _.toString([1, 2, 3]); + * // => '1,2,3' + */ + function toString(value) { + if (typeof value == 'string') { + return value; + } + return value == null ? '' : (value + ''); + } + + /*------------------------------------------------------------------------*/ + + /** + * Assigns own enumerable string keyed properties of source objects to the + * destination object. Source objects are applied from left to right. + * Subsequent sources overwrite property assignments of previous sources. + * + * **Note:** This method mutates `object` and is loosely based on + * [`Object.assign`](https://mdn.io/Object/assign). + * + * @static + * @memberOf _ + * @since 0.10.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assignIn + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assign({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'c': 3 } + */ + var assign = createAssigner(function(object, source) { + copyObject(source, nativeKeys(source), object); + }); + + /** + * This method is like `_.assign` except that it iterates over own and + * inherited source properties. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extend + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assign + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assignIn({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 } + */ + var assignIn = createAssigner(function(object, source) { + copyObject(source, nativeKeysIn(source), object); + }); + + /** + * This method is like `_.assignIn` except that it accepts `customizer` + * which is invoked to produce the assigned values. If `customizer` returns + * `undefined`, assignment is handled by the method instead. The `customizer` + * is invoked with five arguments: (objValue, srcValue, key, object, source). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extendWith + * @category Object + * @param {Object} object The destination object. + * @param {...Object} sources The source objects. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @see _.assignWith + * @example + * + * function customizer(objValue, srcValue) { + * return _.isUndefined(objValue) ? srcValue : objValue; + * } + * + * var defaults = _.partialRight(_.assignInWith, customizer); + * + * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ + var assignInWith = createAssigner(function(object, source, srcIndex, customizer) { + copyObject(source, keysIn(source), object, customizer); + }); + + /** + * Creates an object that inherits from the `prototype` object. If a + * `properties` object is given, its own enumerable string keyed properties + * are assigned to the created object. + * + * @static + * @memberOf _ + * @since 2.3.0 + * @category Object + * @param {Object} prototype The object to inherit from. + * @param {Object} [properties] The properties to assign to the object. + * @returns {Object} Returns the new object. + * @example + * + * function Shape() { + * this.x = 0; + * this.y = 0; + * } + * + * function Circle() { + * Shape.call(this); + * } + * + * Circle.prototype = _.create(Shape.prototype, { + * 'constructor': Circle + * }); + * + * var circle = new Circle; + * circle instanceof Circle; + * // => true + * + * circle instanceof Shape; + * // => true + */ + function create(prototype, properties) { + var result = baseCreate(prototype); + return properties == null ? result : assign(result, properties); + } + + /** + * Assigns own and inherited enumerable string keyed properties of source + * objects to the destination object for all destination properties that + * resolve to `undefined`. Source objects are applied from left to right. + * Once a property is set, additional values of the same property are ignored. + * + * **Note:** This method mutates `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.defaultsDeep + * @example + * + * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ + var defaults = baseRest(function(args) { + args.push(undefined, customDefaultsAssignIn); + return assignInWith.apply(undefined, args); + }); + + /** + * Checks if `path` is a direct property of `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = { 'a': { 'b': 2 } }; + * var other = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.has(object, 'a'); + * // => true + * + * _.has(object, 'a.b'); + * // => true + * + * _.has(object, ['a', 'b']); + * // => true + * + * _.has(other, 'a'); + * // => false + */ + function has(object, path) { + return object != null && hasOwnProperty.call(object, path); + } + + /** + * Creates an array of the own enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. See the + * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * for more details. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keys(new Foo); + * // => ['a', 'b'] (iteration order is not guaranteed) + * + * _.keys('hi'); + * // => ['0', '1'] + */ + var keys = nativeKeys; + + /** + * Creates an array of the own and inherited enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keysIn(new Foo); + * // => ['a', 'b', 'c'] (iteration order is not guaranteed) + */ + var keysIn = nativeKeysIn; + + /** + * Creates an object composed of the picked `object` properties. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The source object. + * @param {...(string|string[])} [paths] The property paths to pick. + * @returns {Object} Returns the new object. + * @example + * + * var object = { 'a': 1, 'b': '2', 'c': 3 }; + * + * _.pick(object, ['a', 'c']); + * // => { 'a': 1, 'c': 3 } + */ + var pick = flatRest(function(object, paths) { + return object == null ? {} : basePick(object, paths); + }); + + /** + * This method is like `_.get` except that if the resolved value is a + * function it's invoked with the `this` binding of its parent object and + * its result is returned. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to resolve. + * @param {*} [defaultValue] The value returned for `undefined` resolved values. + * @returns {*} Returns the resolved value. + * @example + * + * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] }; + * + * _.result(object, 'a[0].b.c1'); + * // => 3 + * + * _.result(object, 'a[0].b.c2'); + * // => 4 + * + * _.result(object, 'a[0].b.c3', 'default'); + * // => 'default' + * + * _.result(object, 'a[0].b.c3', _.constant('default')); + * // => 'default' + */ + function result(object, path, defaultValue) { + var value = object == null ? undefined : object[path]; + if (value === undefined) { + value = defaultValue; + } + return isFunction(value) ? value.call(object) : value; + } + + /** + * Creates an array of the own enumerable string keyed property values of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property values. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.values(new Foo); + * // => [1, 2] (iteration order is not guaranteed) + * + * _.values('hi'); + * // => ['h', 'i'] + */ + function values(object) { + return object == null ? [] : baseValues(object, keys(object)); + } + + /*------------------------------------------------------------------------*/ + + /** + * Converts the characters "&", "<", ">", '"', and "'" in `string` to their + * corresponding HTML entities. + * + * **Note:** No other characters are escaped. To escape additional + * characters use a third-party library like [_he_](https://mths.be/he). + * + * Though the ">" character is escaped for symmetry, characters like + * ">" and "/" don't need escaping in HTML and have no special meaning + * unless they're part of a tag or unquoted attribute value. See + * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands) + * (under "semi-related fun fact") for more details. + * + * When working with HTML you should always + * [quote attribute values](http://wonko.com/post/html-escaping) to reduce + * XSS vectors. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category String + * @param {string} [string=''] The string to escape. + * @returns {string} Returns the escaped string. + * @example + * + * _.escape('fred, barney, & pebbles'); + * // => 'fred, barney, & pebbles' + */ + function escape(string) { + string = toString(string); + return (string && reHasUnescapedHtml.test(string)) + ? string.replace(reUnescapedHtml, escapeHtmlChar) + : string; + } + + /*------------------------------------------------------------------------*/ + + /** + * This method returns the first argument it receives. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {*} value Any value. + * @returns {*} Returns `value`. + * @example + * + * var object = { 'a': 1 }; + * + * console.log(_.identity(object) === object); + * // => true + */ + function identity(value) { + return value; + } + + /** + * Creates a function that invokes `func` with the arguments of the created + * function. If `func` is a property name, the created function returns the + * property value for a given element. If `func` is an array or object, the + * created function returns `true` for elements that contain the equivalent + * source properties, otherwise it returns `false`. + * + * @static + * @since 4.0.0 + * @memberOf _ + * @category Util + * @param {*} [func=_.identity] The value to convert to a callback. + * @returns {Function} Returns the callback. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true })); + * // => [{ 'user': 'barney', 'age': 36, 'active': true }] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, _.iteratee(['user', 'fred'])); + * // => [{ 'user': 'fred', 'age': 40 }] + * + * // The `_.property` iteratee shorthand. + * _.map(users, _.iteratee('user')); + * // => ['barney', 'fred'] + * + * // Create custom iteratee shorthands. + * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) { + * return !_.isRegExp(func) ? iteratee(func) : function(string) { + * return func.test(string); + * }; + * }); + * + * _.filter(['abc', 'def'], /ef/); + * // => ['def'] + */ + var iteratee = baseIteratee; + + /** + * Creates a function that performs a partial deep comparison between a given + * object and `source`, returning `true` if the given object has equivalent + * property values, else `false`. + * + * **Note:** The created function is equivalent to `_.isMatch` with `source` + * partially applied. + * + * Partial comparisons will match empty array and empty object `source` + * values against any array or object value, respectively. See `_.isEqual` + * for a list of supported value comparisons. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Util + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. + * @example + * + * var objects = [ + * { 'a': 1, 'b': 2, 'c': 3 }, + * { 'a': 4, 'b': 5, 'c': 6 } + * ]; + * + * _.filter(objects, _.matches({ 'a': 4, 'c': 6 })); + * // => [{ 'a': 4, 'b': 5, 'c': 6 }] + */ + function matches(source) { + return baseMatches(assign({}, source)); + } + + /** + * Adds all own enumerable string keyed function properties of a source + * object to the destination object. If `object` is a function, then methods + * are added to its prototype as well. + * + * **Note:** Use `_.runInContext` to create a pristine `lodash` function to + * avoid conflicts caused by modifying the original. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {Function|Object} [object=lodash] The destination object. + * @param {Object} source The object of functions to add. + * @param {Object} [options={}] The options object. + * @param {boolean} [options.chain=true] Specify whether mixins are chainable. + * @returns {Function|Object} Returns `object`. + * @example + * + * function vowels(string) { + * return _.filter(string, function(v) { + * return /[aeiou]/i.test(v); + * }); + * } + * + * _.mixin({ 'vowels': vowels }); + * _.vowels('fred'); + * // => ['e'] + * + * _('fred').vowels().value(); + * // => ['e'] + * + * _.mixin({ 'vowels': vowels }, { 'chain': false }); + * _('fred').vowels(); + * // => ['e'] + */ + function mixin(object, source, options) { + var props = keys(source), + methodNames = baseFunctions(source, props); + + if (options == null && + !(isObject(source) && (methodNames.length || !props.length))) { + options = source; + source = object; + object = this; + methodNames = baseFunctions(source, keys(source)); + } + var chain = !(isObject(options) && 'chain' in options) || !!options.chain, + isFunc = isFunction(object); + + baseEach(methodNames, function(methodName) { + var func = source[methodName]; + object[methodName] = func; + if (isFunc) { + object.prototype[methodName] = function() { + var chainAll = this.__chain__; + if (chain || chainAll) { + var result = object(this.__wrapped__), + actions = result.__actions__ = copyArray(this.__actions__); + + actions.push({ 'func': func, 'args': arguments, 'thisArg': object }); + result.__chain__ = chainAll; + return result; + } + return func.apply(object, arrayPush([this.value()], arguments)); + }; + } + }); + + return object; + } + + /** + * Reverts the `_` variable to its previous value and returns a reference to + * the `lodash` function. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @returns {Function} Returns the `lodash` function. + * @example + * + * var lodash = _.noConflict(); + */ + function noConflict() { + if (root._ === this) { + root._ = oldDash; + } + return this; + } + + /** + * This method returns `undefined`. + * + * @static + * @memberOf _ + * @since 2.3.0 + * @category Util + * @example + * + * _.times(2, _.noop); + * // => [undefined, undefined] + */ + function noop() { + // No operation performed. + } + + /** + * Generates a unique ID. If `prefix` is given, the ID is appended to it. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {string} [prefix=''] The value to prefix the ID with. + * @returns {string} Returns the unique ID. + * @example + * + * _.uniqueId('contact_'); + * // => 'contact_104' + * + * _.uniqueId(); + * // => '105' + */ + function uniqueId(prefix) { + var id = ++idCounter; + return toString(prefix) + id; + } + + /*------------------------------------------------------------------------*/ + + /** + * Computes the maximum value of `array`. If `array` is empty or falsey, + * `undefined` is returned. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Math + * @param {Array} array The array to iterate over. + * @returns {*} Returns the maximum value. + * @example + * + * _.max([4, 2, 8, 6]); + * // => 8 + * + * _.max([]); + * // => undefined + */ + function max(array) { + return (array && array.length) + ? baseExtremum(array, identity, baseGt) + : undefined; + } + + /** + * Computes the minimum value of `array`. If `array` is empty or falsey, + * `undefined` is returned. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Math + * @param {Array} array The array to iterate over. + * @returns {*} Returns the minimum value. + * @example + * + * _.min([4, 2, 8, 6]); + * // => 2 + * + * _.min([]); + * // => undefined + */ + function min(array) { + return (array && array.length) + ? baseExtremum(array, identity, baseLt) + : undefined; + } + + /*------------------------------------------------------------------------*/ + + // Add methods that return wrapped values in chain sequences. + lodash.assignIn = assignIn; + lodash.before = before; + lodash.bind = bind; + lodash.chain = chain; + lodash.compact = compact; + lodash.concat = concat; + lodash.create = create; + lodash.defaults = defaults; + lodash.defer = defer; + lodash.delay = delay; + lodash.filter = filter; + lodash.flatten = flatten; + lodash.flattenDeep = flattenDeep; + lodash.iteratee = iteratee; + lodash.keys = keys; + lodash.map = map; + lodash.matches = matches; + lodash.mixin = mixin; + lodash.negate = negate; + lodash.once = once; + lodash.pick = pick; + lodash.slice = slice; + lodash.sortBy = sortBy; + lodash.tap = tap; + lodash.thru = thru; + lodash.toArray = toArray; + lodash.values = values; + + // Add aliases. + lodash.extend = assignIn; + + // Add methods to `lodash.prototype`. + mixin(lodash, lodash); + + /*------------------------------------------------------------------------*/ + + // Add methods that return unwrapped values in chain sequences. + lodash.clone = clone; + lodash.escape = escape; + lodash.every = every; + lodash.find = find; + lodash.forEach = forEach; + lodash.has = has; + lodash.head = head; + lodash.identity = identity; + lodash.indexOf = indexOf; + lodash.isArguments = isArguments; + lodash.isArray = isArray; + lodash.isBoolean = isBoolean; + lodash.isDate = isDate; + lodash.isEmpty = isEmpty; + lodash.isEqual = isEqual; + lodash.isFinite = isFinite; + lodash.isFunction = isFunction; + lodash.isNaN = isNaN; + lodash.isNull = isNull; + lodash.isNumber = isNumber; + lodash.isObject = isObject; + lodash.isRegExp = isRegExp; + lodash.isString = isString; + lodash.isUndefined = isUndefined; + lodash.last = last; + lodash.max = max; + lodash.min = min; + lodash.noConflict = noConflict; + lodash.noop = noop; + lodash.reduce = reduce; + lodash.result = result; + lodash.size = size; + lodash.some = some; + lodash.uniqueId = uniqueId; + + // Add aliases. + lodash.each = forEach; + lodash.first = head; + + mixin(lodash, (function() { + var source = {}; + baseForOwn(lodash, function(func, methodName) { + if (!hasOwnProperty.call(lodash.prototype, methodName)) { + source[methodName] = func; + } + }); + return source; + }()), { 'chain': false }); + + /*------------------------------------------------------------------------*/ + + /** + * The semantic version number. + * + * @static + * @memberOf _ + * @type {string} + */ + lodash.VERSION = VERSION; + + // Add `Array` methods to `lodash.prototype`. + baseEach(['pop', 'join', 'replace', 'reverse', 'split', 'push', 'shift', 'sort', 'splice', 'unshift'], function(methodName) { + var func = (/^(?:replace|split)$/.test(methodName) ? String.prototype : arrayProto)[methodName], + chainName = /^(?:push|sort|unshift)$/.test(methodName) ? 'tap' : 'thru', + retUnwrapped = /^(?:pop|join|replace|shift)$/.test(methodName); + + lodash.prototype[methodName] = function() { + var args = arguments; + if (retUnwrapped && !this.__chain__) { + var value = this.value(); + return func.apply(isArray(value) ? value : [], args); + } + return this[chainName](function(value) { + return func.apply(isArray(value) ? value : [], args); + }); + }; + }); + + // Add chain sequence methods to the `lodash` wrapper. + lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue; + + /*--------------------------------------------------------------------------*/ + + // Some AMD build optimizers, like r.js, check for condition patterns like: + if (typeof define == 'function' && typeof define.amd == 'object' && define.amd) { + // Expose Lodash on the global object to prevent errors when Lodash is + // loaded by a script tag in the presence of an AMD loader. + // See http://requirejs.org/docs/errors.html#mismatch for more details. + // Use `_.noConflict` to remove Lodash from the global object. + root._ = lodash; + + // Define as an anonymous module so, through path mapping, it can be + // referenced as the "underscore" module. + define(function() { + return lodash; + }); + } + // Check for `exports` after `define` in case a build optimizer adds it. + else if (freeModule) { + // Export for Node.js. + (freeModule.exports = lodash)._ = lodash; + // Export for CommonJS support. + freeExports._ = lodash; + } + else { + // Export to the global object. + root._ = lodash; + } +}.call(this)); diff --git a/typescript/hello-world/node_modules/lodash/core.min.js b/typescript/hello-world/node_modules/lodash/core.min.js new file mode 100644 index 0000000..b909d31 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/core.min.js @@ -0,0 +1,29 @@ +/** + * @license + * Lodash (Custom Build) lodash.com/license | Underscore.js 1.8.3 underscorejs.org/LICENSE + * Build: `lodash core -o ./dist/lodash.core.js` + */ +;(function(){function n(n){return K(n)&&pn.call(n,"callee")&&!bn.call(n,"callee")}function t(n,t){return n.push.apply(n,t),n}function r(n){return function(t){return null==t?nn:t[n]}}function e(n,t,r,e,u){return u(n,function(n,u,o){r=e?(e=false,n):t(r,n,u,o)}),r}function u(n,t){return j(t,function(t){return n[t]})}function o(n){return n instanceof i?n:new i(n)}function i(n,t){this.__wrapped__=n,this.__actions__=[],this.__chain__=!!t}function c(n,t,r){if(typeof n!="function")throw new TypeError("Expected a function"); +return setTimeout(function(){n.apply(nn,r)},t)}function f(n,t){var r=true;return mn(n,function(n,e,u){return r=!!t(n,e,u)}),r}function a(n,t,r){for(var e=-1,u=n.length;++et}function y(n,t,r,e,u){return n===t||(null==n||null==t||!K(n)&&!K(t)?n!==n&&t!==t:b(n,t,r,e,y,u))}function b(n,t,r,e,u,o){var i=Nn(n),c=Nn(t),f=i?"[object Array]":hn.call(n),a=c?"[object Array]":hn.call(t),f="[object Arguments]"==f?"[object Object]":f,a="[object Arguments]"==a?"[object Object]":a,l="[object Object]"==f,c="[object Object]"==a,a=f==a;o||(o=[]);var p=An(o,function(t){return t[0]==n}),s=An(o,function(n){ +return n[0]==t});if(p&&s)return p[1]==t;if(o.push([n,t]),o.push([t,n]),a&&!l){if(i)r=B(n,t,r,e,u,o);else n:{switch(f){case"[object Boolean]":case"[object Date]":case"[object Number]":r=M(+n,+t);break n;case"[object Error]":r=n.name==t.name&&n.message==t.message;break n;case"[object RegExp]":case"[object String]":r=n==t+"";break n}r=false}return o.pop(),r}return 1&r||(i=l&&pn.call(n,"__wrapped__"),f=c&&pn.call(t,"__wrapped__"),!i&&!f)?!!a&&(r=R(n,t,r,e,u,o),o.pop(),r):(i=i?n.value():n,f=f?t.value():t, +r=u(i,f,r,e,o),o.pop(),r)}function g(n){return typeof n=="function"?n:null==n?Y:(typeof n=="object"?d:r)(n)}function _(n,t){return nt&&(t=-t>u?0:u+t),r=r>u?u:r,0>r&&(r+=u),u=t>r?0:r-t>>>0,t>>>=0,r=Array(u);++ei))return false;for(var c=-1,f=true,a=2&r?[]:nn;++cr?jn(e+r,0):r:0,r=(r||0)-1;for(var u=t===t;++rarguments.length,mn)}function J(n,t){var r;if(typeof t!="function")throw new TypeError("Expected a function");return n=Fn(n),function(){return 0<--n&&(r=t.apply(this,arguments)),1>=n&&(t=nn),r}}function M(n,t){return n===t||n!==n&&t!==t}function U(n){var t;return(t=null!=n)&&(t=n.length,t=typeof t=="number"&&-1=t),t&&!V(n)}function V(n){return!!H(n)&&(n=hn.call(n),"[object Function]"==n||"[object GeneratorFunction]"==n||"[object AsyncFunction]"==n||"[object Proxy]"==n); +}function H(n){var t=typeof n;return null!=n&&("object"==t||"function"==t)}function K(n){return null!=n&&typeof n=="object"}function L(n){return typeof n=="number"||K(n)&&"[object Number]"==hn.call(n)}function Q(n){return typeof n=="string"||!Nn(n)&&K(n)&&"[object String]"==hn.call(n)}function W(n){return typeof n=="string"?n:null==n?"":n+""}function X(n){return null==n?[]:u(n,In(n))}function Y(n){return n}function Z(n,r,e){var u=In(r),o=h(r,u);null!=e||H(r)&&(o.length||!u.length)||(e=r,r=n,n=this,o=h(r,In(r))); +var i=!(H(e)&&"chain"in e&&!e.chain),c=V(n);return mn(o,function(e){var u=r[e];n[e]=u,c&&(n.prototype[e]=function(){var r=this.__chain__;if(i||r){var e=n(this.__wrapped__);return(e.__actions__=A(this.__actions__)).push({func:u,args:arguments,thisArg:n}),e.__chain__=r,e}return u.apply(n,t([this.value()],arguments))})}),n}var nn,tn=1/0,rn=/[&<>"']/g,en=RegExp(rn.source),un=typeof self=="object"&&self&&self.Object===Object&&self,on=typeof global=="object"&&global&&global.Object===Object&&global||un||Function("return this")(),cn=(un=typeof exports=="object"&&exports&&!exports.nodeType&&exports)&&typeof module=="object"&&module&&!module.nodeType&&module,fn=function(n){ +return function(t){return null==n?nn:n[t]}}({"&":"&","<":"<",">":">",'"':""","'":"'"}),an=Array.prototype,ln=Object.prototype,pn=ln.hasOwnProperty,sn=0,hn=ln.toString,vn=on._,yn=Object.create,bn=ln.propertyIsEnumerable,gn=on.isFinite,_n=function(n,t){return function(r){return n(t(r))}}(Object.keys,Object),jn=Math.max,dn=function(){function n(){}return function(t){return H(t)?yn?yn(t):(n.prototype=t,t=new n,n.prototype=nn,t):{}}}();i.prototype=dn(o.prototype),i.prototype.constructor=i; +var mn=function(n,t){return function(r,e){if(null==r)return r;if(!U(r))return n(r,e);for(var u=r.length,o=t?u:-1,i=Object(r);(t?o--:++or&&(r=jn(e+r,0));n:{for(t=g(t),e=n.length,r+=-1;++re||o&&c&&a||!u&&a||!i){r=1;break n}if(!o&&r { '4': 1, '6': 2 } + * + * // The `_.property` iteratee shorthand. + * _.countBy(['one', 'two', 'three'], 'length'); + * // => { '3': 2, '5': 1 } + */ +var countBy = createAggregator(function(result, value, key) { + if (hasOwnProperty.call(result, key)) { + ++result[key]; + } else { + baseAssignValue(result, key, 1); + } +}); + +module.exports = countBy; diff --git a/typescript/hello-world/node_modules/lodash/create.js b/typescript/hello-world/node_modules/lodash/create.js new file mode 100644 index 0000000..919edb8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/create.js @@ -0,0 +1,43 @@ +var baseAssign = require('./_baseAssign'), + baseCreate = require('./_baseCreate'); + +/** + * Creates an object that inherits from the `prototype` object. If a + * `properties` object is given, its own enumerable string keyed properties + * are assigned to the created object. + * + * @static + * @memberOf _ + * @since 2.3.0 + * @category Object + * @param {Object} prototype The object to inherit from. + * @param {Object} [properties] The properties to assign to the object. + * @returns {Object} Returns the new object. + * @example + * + * function Shape() { + * this.x = 0; + * this.y = 0; + * } + * + * function Circle() { + * Shape.call(this); + * } + * + * Circle.prototype = _.create(Shape.prototype, { + * 'constructor': Circle + * }); + * + * var circle = new Circle; + * circle instanceof Circle; + * // => true + * + * circle instanceof Shape; + * // => true + */ +function create(prototype, properties) { + var result = baseCreate(prototype); + return properties == null ? result : baseAssign(result, properties); +} + +module.exports = create; diff --git a/typescript/hello-world/node_modules/lodash/curry.js b/typescript/hello-world/node_modules/lodash/curry.js new file mode 100644 index 0000000..918db1a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/curry.js @@ -0,0 +1,57 @@ +var createWrap = require('./_createWrap'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_CURRY_FLAG = 8; + +/** + * Creates a function that accepts arguments of `func` and either invokes + * `func` returning its result, if at least `arity` number of arguments have + * been provided, or returns a function that accepts the remaining `func` + * arguments, and so on. The arity of `func` may be specified if `func.length` + * is not sufficient. + * + * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds, + * may be used as a placeholder for provided arguments. + * + * **Note:** This method doesn't set the "length" property of curried functions. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Function + * @param {Function} func The function to curry. + * @param {number} [arity=func.length] The arity of `func`. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new curried function. + * @example + * + * var abc = function(a, b, c) { + * return [a, b, c]; + * }; + * + * var curried = _.curry(abc); + * + * curried(1)(2)(3); + * // => [1, 2, 3] + * + * curried(1, 2)(3); + * // => [1, 2, 3] + * + * curried(1, 2, 3); + * // => [1, 2, 3] + * + * // Curried with placeholders. + * curried(1)(_, 3)(2); + * // => [1, 2, 3] + */ +function curry(func, arity, guard) { + arity = guard ? undefined : arity; + var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity); + result.placeholder = curry.placeholder; + return result; +} + +// Assign default placeholders. +curry.placeholder = {}; + +module.exports = curry; diff --git a/typescript/hello-world/node_modules/lodash/curryRight.js b/typescript/hello-world/node_modules/lodash/curryRight.js new file mode 100644 index 0000000..c85b6f3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/curryRight.js @@ -0,0 +1,54 @@ +var createWrap = require('./_createWrap'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_CURRY_RIGHT_FLAG = 16; + +/** + * This method is like `_.curry` except that arguments are applied to `func` + * in the manner of `_.partialRight` instead of `_.partial`. + * + * The `_.curryRight.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for provided arguments. + * + * **Note:** This method doesn't set the "length" property of curried functions. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} func The function to curry. + * @param {number} [arity=func.length] The arity of `func`. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new curried function. + * @example + * + * var abc = function(a, b, c) { + * return [a, b, c]; + * }; + * + * var curried = _.curryRight(abc); + * + * curried(3)(2)(1); + * // => [1, 2, 3] + * + * curried(2, 3)(1); + * // => [1, 2, 3] + * + * curried(1, 2, 3); + * // => [1, 2, 3] + * + * // Curried with placeholders. + * curried(3)(1, _)(2); + * // => [1, 2, 3] + */ +function curryRight(func, arity, guard) { + arity = guard ? undefined : arity; + var result = createWrap(func, WRAP_CURRY_RIGHT_FLAG, undefined, undefined, undefined, undefined, undefined, arity); + result.placeholder = curryRight.placeholder; + return result; +} + +// Assign default placeholders. +curryRight.placeholder = {}; + +module.exports = curryRight; diff --git a/typescript/hello-world/node_modules/lodash/date.js b/typescript/hello-world/node_modules/lodash/date.js new file mode 100644 index 0000000..cbf5b41 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/date.js @@ -0,0 +1,3 @@ +module.exports = { + 'now': require('./now') +}; diff --git a/typescript/hello-world/node_modules/lodash/debounce.js b/typescript/hello-world/node_modules/lodash/debounce.js new file mode 100644 index 0000000..04d7dfd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/debounce.js @@ -0,0 +1,188 @@ +var isObject = require('./isObject'), + now = require('./now'), + toNumber = require('./toNumber'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max, + nativeMin = Math.min; + +/** + * Creates a debounced function that delays invoking `func` until after `wait` + * milliseconds have elapsed since the last time the debounced function was + * invoked. The debounced function comes with a `cancel` method to cancel + * delayed `func` invocations and a `flush` method to immediately invoke them. + * Provide `options` to indicate whether `func` should be invoked on the + * leading and/or trailing edge of the `wait` timeout. The `func` is invoked + * with the last arguments provided to the debounced function. Subsequent + * calls to the debounced function return the result of the last `func` + * invocation. + * + * **Note:** If `leading` and `trailing` options are `true`, `func` is + * invoked on the trailing edge of the timeout only if the debounced function + * is invoked more than once during the `wait` timeout. + * + * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred + * until to the next tick, similar to `setTimeout` with a timeout of `0`. + * + * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) + * for details over the differences between `_.debounce` and `_.throttle`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to debounce. + * @param {number} [wait=0] The number of milliseconds to delay. + * @param {Object} [options={}] The options object. + * @param {boolean} [options.leading=false] + * Specify invoking on the leading edge of the timeout. + * @param {number} [options.maxWait] + * The maximum time `func` is allowed to be delayed before it's invoked. + * @param {boolean} [options.trailing=true] + * Specify invoking on the trailing edge of the timeout. + * @returns {Function} Returns the new debounced function. + * @example + * + * // Avoid costly calculations while the window size is in flux. + * jQuery(window).on('resize', _.debounce(calculateLayout, 150)); + * + * // Invoke `sendMail` when clicked, debouncing subsequent calls. + * jQuery(element).on('click', _.debounce(sendMail, 300, { + * 'leading': true, + * 'trailing': false + * })); + * + * // Ensure `batchLog` is invoked once after 1 second of debounced calls. + * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 }); + * var source = new EventSource('/stream'); + * jQuery(source).on('message', debounced); + * + * // Cancel the trailing debounced invocation. + * jQuery(window).on('popstate', debounced.cancel); + */ +function debounce(func, wait, options) { + var lastArgs, + lastThis, + maxWait, + result, + timerId, + lastCallTime, + lastInvokeTime = 0, + leading = false, + maxing = false, + trailing = true; + + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + wait = toNumber(wait) || 0; + if (isObject(options)) { + leading = !!options.leading; + maxing = 'maxWait' in options; + maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait; + trailing = 'trailing' in options ? !!options.trailing : trailing; + } + + function invokeFunc(time) { + var args = lastArgs, + thisArg = lastThis; + + lastArgs = lastThis = undefined; + lastInvokeTime = time; + result = func.apply(thisArg, args); + return result; + } + + function leadingEdge(time) { + // Reset any `maxWait` timer. + lastInvokeTime = time; + // Start the timer for the trailing edge. + timerId = setTimeout(timerExpired, wait); + // Invoke the leading edge. + return leading ? invokeFunc(time) : result; + } + + function remainingWait(time) { + var timeSinceLastCall = time - lastCallTime, + timeSinceLastInvoke = time - lastInvokeTime, + result = wait - timeSinceLastCall; + + return maxing ? nativeMin(result, maxWait - timeSinceLastInvoke) : result; + } + + function shouldInvoke(time) { + var timeSinceLastCall = time - lastCallTime, + timeSinceLastInvoke = time - lastInvokeTime; + + // Either this is the first call, activity has stopped and we're at the + // trailing edge, the system time has gone backwards and we're treating + // it as the trailing edge, or we've hit the `maxWait` limit. + return (lastCallTime === undefined || (timeSinceLastCall >= wait) || + (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait)); + } + + function timerExpired() { + var time = now(); + if (shouldInvoke(time)) { + return trailingEdge(time); + } + // Restart the timer. + timerId = setTimeout(timerExpired, remainingWait(time)); + } + + function trailingEdge(time) { + timerId = undefined; + + // Only invoke if we have `lastArgs` which means `func` has been + // debounced at least once. + if (trailing && lastArgs) { + return invokeFunc(time); + } + lastArgs = lastThis = undefined; + return result; + } + + function cancel() { + if (timerId !== undefined) { + clearTimeout(timerId); + } + lastInvokeTime = 0; + lastArgs = lastCallTime = lastThis = timerId = undefined; + } + + function flush() { + return timerId === undefined ? result : trailingEdge(now()); + } + + function debounced() { + var time = now(), + isInvoking = shouldInvoke(time); + + lastArgs = arguments; + lastThis = this; + lastCallTime = time; + + if (isInvoking) { + if (timerId === undefined) { + return leadingEdge(lastCallTime); + } + if (maxing) { + // Handle invocations in a tight loop. + timerId = setTimeout(timerExpired, wait); + return invokeFunc(lastCallTime); + } + } + if (timerId === undefined) { + timerId = setTimeout(timerExpired, wait); + } + return result; + } + debounced.cancel = cancel; + debounced.flush = flush; + return debounced; +} + +module.exports = debounce; diff --git a/typescript/hello-world/node_modules/lodash/deburr.js b/typescript/hello-world/node_modules/lodash/deburr.js new file mode 100644 index 0000000..f85e314 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/deburr.js @@ -0,0 +1,45 @@ +var deburrLetter = require('./_deburrLetter'), + toString = require('./toString'); + +/** Used to match Latin Unicode letters (excluding mathematical operators). */ +var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g; + +/** Used to compose unicode character classes. */ +var rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange; + +/** Used to compose unicode capture groups. */ +var rsCombo = '[' + rsComboRange + ']'; + +/** + * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and + * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols). + */ +var reComboMark = RegExp(rsCombo, 'g'); + +/** + * Deburrs `string` by converting + * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table) + * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A) + * letters to basic Latin letters and removing + * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to deburr. + * @returns {string} Returns the deburred string. + * @example + * + * _.deburr('déjà vu'); + * // => 'deja vu' + */ +function deburr(string) { + string = toString(string); + return string && string.replace(reLatin, deburrLetter).replace(reComboMark, ''); +} + +module.exports = deburr; diff --git a/typescript/hello-world/node_modules/lodash/defaultTo.js b/typescript/hello-world/node_modules/lodash/defaultTo.js new file mode 100644 index 0000000..5b33359 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/defaultTo.js @@ -0,0 +1,25 @@ +/** + * Checks `value` to determine whether a default value should be returned in + * its place. The `defaultValue` is returned if `value` is `NaN`, `null`, + * or `undefined`. + * + * @static + * @memberOf _ + * @since 4.14.0 + * @category Util + * @param {*} value The value to check. + * @param {*} defaultValue The default value. + * @returns {*} Returns the resolved value. + * @example + * + * _.defaultTo(1, 10); + * // => 1 + * + * _.defaultTo(undefined, 10); + * // => 10 + */ +function defaultTo(value, defaultValue) { + return (value == null || value !== value) ? defaultValue : value; +} + +module.exports = defaultTo; diff --git a/typescript/hello-world/node_modules/lodash/defaults.js b/typescript/hello-world/node_modules/lodash/defaults.js new file mode 100644 index 0000000..6b75ee0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/defaults.js @@ -0,0 +1,32 @@ +var apply = require('./_apply'), + assignInWith = require('./assignInWith'), + baseRest = require('./_baseRest'), + customDefaultsAssignIn = require('./_customDefaultsAssignIn'); + +/** + * Assigns own and inherited enumerable string keyed properties of source + * objects to the destination object for all destination properties that + * resolve to `undefined`. Source objects are applied from left to right. + * Once a property is set, additional values of the same property are ignored. + * + * **Note:** This method mutates `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.defaultsDeep + * @example + * + * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ +var defaults = baseRest(function(args) { + args.push(undefined, customDefaultsAssignIn); + return apply(assignInWith, undefined, args); +}); + +module.exports = defaults; diff --git a/typescript/hello-world/node_modules/lodash/defaultsDeep.js b/typescript/hello-world/node_modules/lodash/defaultsDeep.js new file mode 100644 index 0000000..9b5fa3e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/defaultsDeep.js @@ -0,0 +1,30 @@ +var apply = require('./_apply'), + baseRest = require('./_baseRest'), + customDefaultsMerge = require('./_customDefaultsMerge'), + mergeWith = require('./mergeWith'); + +/** + * This method is like `_.defaults` except that it recursively assigns + * default properties. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 3.10.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.defaults + * @example + * + * _.defaultsDeep({ 'a': { 'b': 2 } }, { 'a': { 'b': 1, 'c': 3 } }); + * // => { 'a': { 'b': 2, 'c': 3 } } + */ +var defaultsDeep = baseRest(function(args) { + args.push(undefined, customDefaultsMerge); + return apply(mergeWith, undefined, args); +}); + +module.exports = defaultsDeep; diff --git a/typescript/hello-world/node_modules/lodash/defer.js b/typescript/hello-world/node_modules/lodash/defer.js new file mode 100644 index 0000000..f6d6c6f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/defer.js @@ -0,0 +1,26 @@ +var baseDelay = require('./_baseDelay'), + baseRest = require('./_baseRest'); + +/** + * Defers invoking the `func` until the current call stack has cleared. Any + * additional arguments are provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to defer. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.defer(function(text) { + * console.log(text); + * }, 'deferred'); + * // => Logs 'deferred' after one millisecond. + */ +var defer = baseRest(function(func, args) { + return baseDelay(func, 1, args); +}); + +module.exports = defer; diff --git a/typescript/hello-world/node_modules/lodash/delay.js b/typescript/hello-world/node_modules/lodash/delay.js new file mode 100644 index 0000000..bd55479 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/delay.js @@ -0,0 +1,28 @@ +var baseDelay = require('./_baseDelay'), + baseRest = require('./_baseRest'), + toNumber = require('./toNumber'); + +/** + * Invokes `func` after `wait` milliseconds. Any additional arguments are + * provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.delay(function(text) { + * console.log(text); + * }, 1000, 'later'); + * // => Logs 'later' after one second. + */ +var delay = baseRest(function(func, wait, args) { + return baseDelay(func, toNumber(wait) || 0, args); +}); + +module.exports = delay; diff --git a/typescript/hello-world/node_modules/lodash/difference.js b/typescript/hello-world/node_modules/lodash/difference.js new file mode 100644 index 0000000..fa28bb3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/difference.js @@ -0,0 +1,33 @@ +var baseDifference = require('./_baseDifference'), + baseFlatten = require('./_baseFlatten'), + baseRest = require('./_baseRest'), + isArrayLikeObject = require('./isArrayLikeObject'); + +/** + * Creates an array of `array` values not included in the other given arrays + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. The order and references of result values are + * determined by the first array. + * + * **Note:** Unlike `_.pullAll`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @returns {Array} Returns the new array of filtered values. + * @see _.without, _.xor + * @example + * + * _.difference([2, 1], [2, 3]); + * // => [1] + */ +var difference = baseRest(function(array, values) { + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true)) + : []; +}); + +module.exports = difference; diff --git a/typescript/hello-world/node_modules/lodash/differenceBy.js b/typescript/hello-world/node_modules/lodash/differenceBy.js new file mode 100644 index 0000000..2cd63e7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/differenceBy.js @@ -0,0 +1,44 @@ +var baseDifference = require('./_baseDifference'), + baseFlatten = require('./_baseFlatten'), + baseIteratee = require('./_baseIteratee'), + baseRest = require('./_baseRest'), + isArrayLikeObject = require('./isArrayLikeObject'), + last = require('./last'); + +/** + * This method is like `_.difference` except that it accepts `iteratee` which + * is invoked for each element of `array` and `values` to generate the criterion + * by which they're compared. The order and references of result values are + * determined by the first array. The iteratee is invoked with one argument: + * (value). + * + * **Note:** Unlike `_.pullAllBy`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.differenceBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [1.2] + * + * // The `_.property` iteratee shorthand. + * _.differenceBy([{ 'x': 2 }, { 'x': 1 }], [{ 'x': 1 }], 'x'); + * // => [{ 'x': 2 }] + */ +var differenceBy = baseRest(function(array, values) { + var iteratee = last(values); + if (isArrayLikeObject(iteratee)) { + iteratee = undefined; + } + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), baseIteratee(iteratee, 2)) + : []; +}); + +module.exports = differenceBy; diff --git a/typescript/hello-world/node_modules/lodash/differenceWith.js b/typescript/hello-world/node_modules/lodash/differenceWith.js new file mode 100644 index 0000000..c0233f4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/differenceWith.js @@ -0,0 +1,40 @@ +var baseDifference = require('./_baseDifference'), + baseFlatten = require('./_baseFlatten'), + baseRest = require('./_baseRest'), + isArrayLikeObject = require('./isArrayLikeObject'), + last = require('./last'); + +/** + * This method is like `_.difference` except that it accepts `comparator` + * which is invoked to compare elements of `array` to `values`. The order and + * references of result values are determined by the first array. The comparator + * is invoked with two arguments: (arrVal, othVal). + * + * **Note:** Unlike `_.pullAllWith`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * + * _.differenceWith(objects, [{ 'x': 1, 'y': 2 }], _.isEqual); + * // => [{ 'x': 2, 'y': 1 }] + */ +var differenceWith = baseRest(function(array, values) { + var comparator = last(values); + if (isArrayLikeObject(comparator)) { + comparator = undefined; + } + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), undefined, comparator) + : []; +}); + +module.exports = differenceWith; diff --git a/typescript/hello-world/node_modules/lodash/divide.js b/typescript/hello-world/node_modules/lodash/divide.js new file mode 100644 index 0000000..8cae0cd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/divide.js @@ -0,0 +1,22 @@ +var createMathOperation = require('./_createMathOperation'); + +/** + * Divide two numbers. + * + * @static + * @memberOf _ + * @since 4.7.0 + * @category Math + * @param {number} dividend The first number in a division. + * @param {number} divisor The second number in a division. + * @returns {number} Returns the quotient. + * @example + * + * _.divide(6, 4); + * // => 1.5 + */ +var divide = createMathOperation(function(dividend, divisor) { + return dividend / divisor; +}, 1); + +module.exports = divide; diff --git a/typescript/hello-world/node_modules/lodash/drop.js b/typescript/hello-world/node_modules/lodash/drop.js new file mode 100644 index 0000000..d5c3cba --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/drop.js @@ -0,0 +1,38 @@ +var baseSlice = require('./_baseSlice'), + toInteger = require('./toInteger'); + +/** + * Creates a slice of `array` with `n` elements dropped from the beginning. + * + * @static + * @memberOf _ + * @since 0.5.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to drop. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.drop([1, 2, 3]); + * // => [2, 3] + * + * _.drop([1, 2, 3], 2); + * // => [3] + * + * _.drop([1, 2, 3], 5); + * // => [] + * + * _.drop([1, 2, 3], 0); + * // => [1, 2, 3] + */ +function drop(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + return baseSlice(array, n < 0 ? 0 : n, length); +} + +module.exports = drop; diff --git a/typescript/hello-world/node_modules/lodash/dropRight.js b/typescript/hello-world/node_modules/lodash/dropRight.js new file mode 100644 index 0000000..441fe99 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/dropRight.js @@ -0,0 +1,39 @@ +var baseSlice = require('./_baseSlice'), + toInteger = require('./toInteger'); + +/** + * Creates a slice of `array` with `n` elements dropped from the end. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to drop. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.dropRight([1, 2, 3]); + * // => [1, 2] + * + * _.dropRight([1, 2, 3], 2); + * // => [1] + * + * _.dropRight([1, 2, 3], 5); + * // => [] + * + * _.dropRight([1, 2, 3], 0); + * // => [1, 2, 3] + */ +function dropRight(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + n = length - n; + return baseSlice(array, 0, n < 0 ? 0 : n); +} + +module.exports = dropRight; diff --git a/typescript/hello-world/node_modules/lodash/dropRightWhile.js b/typescript/hello-world/node_modules/lodash/dropRightWhile.js new file mode 100644 index 0000000..9ad36a0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/dropRightWhile.js @@ -0,0 +1,45 @@ +var baseIteratee = require('./_baseIteratee'), + baseWhile = require('./_baseWhile'); + +/** + * Creates a slice of `array` excluding elements dropped from the end. + * Elements are dropped until `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.dropRightWhile(users, function(o) { return !o.active; }); + * // => objects for ['barney'] + * + * // The `_.matches` iteratee shorthand. + * _.dropRightWhile(users, { 'user': 'pebbles', 'active': false }); + * // => objects for ['barney', 'fred'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.dropRightWhile(users, ['active', false]); + * // => objects for ['barney'] + * + * // The `_.property` iteratee shorthand. + * _.dropRightWhile(users, 'active'); + * // => objects for ['barney', 'fred', 'pebbles'] + */ +function dropRightWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, baseIteratee(predicate, 3), true, true) + : []; +} + +module.exports = dropRightWhile; diff --git a/typescript/hello-world/node_modules/lodash/dropWhile.js b/typescript/hello-world/node_modules/lodash/dropWhile.js new file mode 100644 index 0000000..903ef56 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/dropWhile.js @@ -0,0 +1,45 @@ +var baseIteratee = require('./_baseIteratee'), + baseWhile = require('./_baseWhile'); + +/** + * Creates a slice of `array` excluding elements dropped from the beginning. + * Elements are dropped until `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.dropWhile(users, function(o) { return !o.active; }); + * // => objects for ['pebbles'] + * + * // The `_.matches` iteratee shorthand. + * _.dropWhile(users, { 'user': 'barney', 'active': false }); + * // => objects for ['fred', 'pebbles'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.dropWhile(users, ['active', false]); + * // => objects for ['pebbles'] + * + * // The `_.property` iteratee shorthand. + * _.dropWhile(users, 'active'); + * // => objects for ['barney', 'fred', 'pebbles'] + */ +function dropWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, baseIteratee(predicate, 3), true) + : []; +} + +module.exports = dropWhile; diff --git a/typescript/hello-world/node_modules/lodash/each.js b/typescript/hello-world/node_modules/lodash/each.js new file mode 100644 index 0000000..8800f42 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/each.js @@ -0,0 +1 @@ +module.exports = require('./forEach'); diff --git a/typescript/hello-world/node_modules/lodash/eachRight.js b/typescript/hello-world/node_modules/lodash/eachRight.js new file mode 100644 index 0000000..3252b2a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/eachRight.js @@ -0,0 +1 @@ +module.exports = require('./forEachRight'); diff --git a/typescript/hello-world/node_modules/lodash/endsWith.js b/typescript/hello-world/node_modules/lodash/endsWith.js new file mode 100644 index 0000000..76fc866 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/endsWith.js @@ -0,0 +1,43 @@ +var baseClamp = require('./_baseClamp'), + baseToString = require('./_baseToString'), + toInteger = require('./toInteger'), + toString = require('./toString'); + +/** + * Checks if `string` ends with the given target string. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to inspect. + * @param {string} [target] The string to search for. + * @param {number} [position=string.length] The position to search up to. + * @returns {boolean} Returns `true` if `string` ends with `target`, + * else `false`. + * @example + * + * _.endsWith('abc', 'c'); + * // => true + * + * _.endsWith('abc', 'b'); + * // => false + * + * _.endsWith('abc', 'b', 2); + * // => true + */ +function endsWith(string, target, position) { + string = toString(string); + target = baseToString(target); + + var length = string.length; + position = position === undefined + ? length + : baseClamp(toInteger(position), 0, length); + + var end = position; + position -= target.length; + return position >= 0 && string.slice(position, end) == target; +} + +module.exports = endsWith; diff --git a/typescript/hello-world/node_modules/lodash/entries.js b/typescript/hello-world/node_modules/lodash/entries.js new file mode 100644 index 0000000..7a88df2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/entries.js @@ -0,0 +1 @@ +module.exports = require('./toPairs'); diff --git a/typescript/hello-world/node_modules/lodash/entriesIn.js b/typescript/hello-world/node_modules/lodash/entriesIn.js new file mode 100644 index 0000000..f6c6331 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/entriesIn.js @@ -0,0 +1 @@ +module.exports = require('./toPairsIn'); diff --git a/typescript/hello-world/node_modules/lodash/eq.js b/typescript/hello-world/node_modules/lodash/eq.js new file mode 100644 index 0000000..a940688 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/eq.js @@ -0,0 +1,37 @@ +/** + * Performs a + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * comparison between two values to determine if they are equivalent. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.eq(object, object); + * // => true + * + * _.eq(object, other); + * // => false + * + * _.eq('a', 'a'); + * // => true + * + * _.eq('a', Object('a')); + * // => false + * + * _.eq(NaN, NaN); + * // => true + */ +function eq(value, other) { + return value === other || (value !== value && other !== other); +} + +module.exports = eq; diff --git a/typescript/hello-world/node_modules/lodash/escape.js b/typescript/hello-world/node_modules/lodash/escape.js new file mode 100644 index 0000000..9247e00 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/escape.js @@ -0,0 +1,43 @@ +var escapeHtmlChar = require('./_escapeHtmlChar'), + toString = require('./toString'); + +/** Used to match HTML entities and HTML characters. */ +var reUnescapedHtml = /[&<>"']/g, + reHasUnescapedHtml = RegExp(reUnescapedHtml.source); + +/** + * Converts the characters "&", "<", ">", '"', and "'" in `string` to their + * corresponding HTML entities. + * + * **Note:** No other characters are escaped. To escape additional + * characters use a third-party library like [_he_](https://mths.be/he). + * + * Though the ">" character is escaped for symmetry, characters like + * ">" and "/" don't need escaping in HTML and have no special meaning + * unless they're part of a tag or unquoted attribute value. See + * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands) + * (under "semi-related fun fact") for more details. + * + * When working with HTML you should always + * [quote attribute values](http://wonko.com/post/html-escaping) to reduce + * XSS vectors. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category String + * @param {string} [string=''] The string to escape. + * @returns {string} Returns the escaped string. + * @example + * + * _.escape('fred, barney, & pebbles'); + * // => 'fred, barney, & pebbles' + */ +function escape(string) { + string = toString(string); + return (string && reHasUnescapedHtml.test(string)) + ? string.replace(reUnescapedHtml, escapeHtmlChar) + : string; +} + +module.exports = escape; diff --git a/typescript/hello-world/node_modules/lodash/escapeRegExp.js b/typescript/hello-world/node_modules/lodash/escapeRegExp.js new file mode 100644 index 0000000..0a58c69 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/escapeRegExp.js @@ -0,0 +1,32 @@ +var toString = require('./toString'); + +/** + * Used to match `RegExp` + * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). + */ +var reRegExpChar = /[\\^$.*+?()[\]{}|]/g, + reHasRegExpChar = RegExp(reRegExpChar.source); + +/** + * Escapes the `RegExp` special characters "^", "$", "\", ".", "*", "+", + * "?", "(", ")", "[", "]", "{", "}", and "|" in `string`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to escape. + * @returns {string} Returns the escaped string. + * @example + * + * _.escapeRegExp('[lodash](https://lodash.com/)'); + * // => '\[lodash\]\(https://lodash\.com/\)' + */ +function escapeRegExp(string) { + string = toString(string); + return (string && reHasRegExpChar.test(string)) + ? string.replace(reRegExpChar, '\\$&') + : string; +} + +module.exports = escapeRegExp; diff --git a/typescript/hello-world/node_modules/lodash/every.js b/typescript/hello-world/node_modules/lodash/every.js new file mode 100644 index 0000000..25080da --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/every.js @@ -0,0 +1,56 @@ +var arrayEvery = require('./_arrayEvery'), + baseEvery = require('./_baseEvery'), + baseIteratee = require('./_baseIteratee'), + isArray = require('./isArray'), + isIterateeCall = require('./_isIterateeCall'); + +/** + * Checks if `predicate` returns truthy for **all** elements of `collection`. + * Iteration is stopped once `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * **Note:** This method returns `true` for + * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because + * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of + * elements of empty collections. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false`. + * @example + * + * _.every([true, 1, null, 'yes'], Boolean); + * // => false + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.every(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.every(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.every(users, 'active'); + * // => false + */ +function every(collection, predicate, guard) { + var func = isArray(collection) ? arrayEvery : baseEvery; + if (guard && isIterateeCall(collection, predicate, guard)) { + predicate = undefined; + } + return func(collection, baseIteratee(predicate, 3)); +} + +module.exports = every; diff --git a/typescript/hello-world/node_modules/lodash/extend.js b/typescript/hello-world/node_modules/lodash/extend.js new file mode 100644 index 0000000..e00166c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/extend.js @@ -0,0 +1 @@ +module.exports = require('./assignIn'); diff --git a/typescript/hello-world/node_modules/lodash/extendWith.js b/typescript/hello-world/node_modules/lodash/extendWith.js new file mode 100644 index 0000000..dbdcb3b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/extendWith.js @@ -0,0 +1 @@ +module.exports = require('./assignInWith'); diff --git a/typescript/hello-world/node_modules/lodash/fill.js b/typescript/hello-world/node_modules/lodash/fill.js new file mode 100644 index 0000000..ae13aa1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fill.js @@ -0,0 +1,45 @@ +var baseFill = require('./_baseFill'), + isIterateeCall = require('./_isIterateeCall'); + +/** + * Fills elements of `array` with `value` from `start` up to, but not + * including, `end`. + * + * **Note:** This method mutates `array`. + * + * @static + * @memberOf _ + * @since 3.2.0 + * @category Array + * @param {Array} array The array to fill. + * @param {*} value The value to fill `array` with. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns `array`. + * @example + * + * var array = [1, 2, 3]; + * + * _.fill(array, 'a'); + * console.log(array); + * // => ['a', 'a', 'a'] + * + * _.fill(Array(3), 2); + * // => [2, 2, 2] + * + * _.fill([4, 6, 8, 10], '*', 1, 3); + * // => [4, '*', '*', 10] + */ +function fill(array, value, start, end) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + if (start && typeof start != 'number' && isIterateeCall(array, value, start)) { + start = 0; + end = length; + } + return baseFill(array, value, start, end); +} + +module.exports = fill; diff --git a/typescript/hello-world/node_modules/lodash/filter.js b/typescript/hello-world/node_modules/lodash/filter.js new file mode 100644 index 0000000..52616be --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/filter.js @@ -0,0 +1,48 @@ +var arrayFilter = require('./_arrayFilter'), + baseFilter = require('./_baseFilter'), + baseIteratee = require('./_baseIteratee'), + isArray = require('./isArray'); + +/** + * Iterates over elements of `collection`, returning an array of all elements + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * **Note:** Unlike `_.remove`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + * @see _.reject + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * _.filter(users, function(o) { return !o.active; }); + * // => objects for ['fred'] + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, { 'age': 36, 'active': true }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, ['active', false]); + * // => objects for ['fred'] + * + * // The `_.property` iteratee shorthand. + * _.filter(users, 'active'); + * // => objects for ['barney'] + */ +function filter(collection, predicate) { + var func = isArray(collection) ? arrayFilter : baseFilter; + return func(collection, baseIteratee(predicate, 3)); +} + +module.exports = filter; diff --git a/typescript/hello-world/node_modules/lodash/find.js b/typescript/hello-world/node_modules/lodash/find.js new file mode 100644 index 0000000..de732cc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/find.js @@ -0,0 +1,42 @@ +var createFind = require('./_createFind'), + findIndex = require('./findIndex'); + +/** + * Iterates over elements of `collection`, returning the first element + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {*} Returns the matched element, else `undefined`. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false }, + * { 'user': 'pebbles', 'age': 1, 'active': true } + * ]; + * + * _.find(users, function(o) { return o.age < 40; }); + * // => object for 'barney' + * + * // The `_.matches` iteratee shorthand. + * _.find(users, { 'age': 1, 'active': true }); + * // => object for 'pebbles' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.find(users, ['active', false]); + * // => object for 'fred' + * + * // The `_.property` iteratee shorthand. + * _.find(users, 'active'); + * // => object for 'barney' + */ +var find = createFind(findIndex); + +module.exports = find; diff --git a/typescript/hello-world/node_modules/lodash/findIndex.js b/typescript/hello-world/node_modules/lodash/findIndex.js new file mode 100644 index 0000000..4689069 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/findIndex.js @@ -0,0 +1,55 @@ +var baseFindIndex = require('./_baseFindIndex'), + baseIteratee = require('./_baseIteratee'), + toInteger = require('./toInteger'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * This method is like `_.find` except that it returns the index of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.findIndex(users, function(o) { return o.user == 'barney'; }); + * // => 0 + * + * // The `_.matches` iteratee shorthand. + * _.findIndex(users, { 'user': 'fred', 'active': false }); + * // => 1 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findIndex(users, ['active', false]); + * // => 0 + * + * // The `_.property` iteratee shorthand. + * _.findIndex(users, 'active'); + * // => 2 + */ +function findIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseFindIndex(array, baseIteratee(predicate, 3), index); +} + +module.exports = findIndex; diff --git a/typescript/hello-world/node_modules/lodash/findKey.js b/typescript/hello-world/node_modules/lodash/findKey.js new file mode 100644 index 0000000..cac0248 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/findKey.js @@ -0,0 +1,44 @@ +var baseFindKey = require('./_baseFindKey'), + baseForOwn = require('./_baseForOwn'), + baseIteratee = require('./_baseIteratee'); + +/** + * This method is like `_.find` except that it returns the key of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Object + * @param {Object} object The object to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {string|undefined} Returns the key of the matched element, + * else `undefined`. + * @example + * + * var users = { + * 'barney': { 'age': 36, 'active': true }, + * 'fred': { 'age': 40, 'active': false }, + * 'pebbles': { 'age': 1, 'active': true } + * }; + * + * _.findKey(users, function(o) { return o.age < 40; }); + * // => 'barney' (iteration order is not guaranteed) + * + * // The `_.matches` iteratee shorthand. + * _.findKey(users, { 'age': 1, 'active': true }); + * // => 'pebbles' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findKey(users, ['active', false]); + * // => 'fred' + * + * // The `_.property` iteratee shorthand. + * _.findKey(users, 'active'); + * // => 'barney' + */ +function findKey(object, predicate) { + return baseFindKey(object, baseIteratee(predicate, 3), baseForOwn); +} + +module.exports = findKey; diff --git a/typescript/hello-world/node_modules/lodash/findLast.js b/typescript/hello-world/node_modules/lodash/findLast.js new file mode 100644 index 0000000..70b4271 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/findLast.js @@ -0,0 +1,25 @@ +var createFind = require('./_createFind'), + findLastIndex = require('./findLastIndex'); + +/** + * This method is like `_.find` except that it iterates over elements of + * `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Collection + * @param {Array|Object} collection The collection to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=collection.length-1] The index to search from. + * @returns {*} Returns the matched element, else `undefined`. + * @example + * + * _.findLast([1, 2, 3, 4], function(n) { + * return n % 2 == 1; + * }); + * // => 3 + */ +var findLast = createFind(findLastIndex); + +module.exports = findLast; diff --git a/typescript/hello-world/node_modules/lodash/findLastIndex.js b/typescript/hello-world/node_modules/lodash/findLastIndex.js new file mode 100644 index 0000000..7da3431 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/findLastIndex.js @@ -0,0 +1,59 @@ +var baseFindIndex = require('./_baseFindIndex'), + baseIteratee = require('./_baseIteratee'), + toInteger = require('./toInteger'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max, + nativeMin = Math.min; + +/** + * This method is like `_.findIndex` except that it iterates over elements + * of `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=array.length-1] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.findLastIndex(users, function(o) { return o.user == 'pebbles'; }); + * // => 2 + * + * // The `_.matches` iteratee shorthand. + * _.findLastIndex(users, { 'user': 'barney', 'active': true }); + * // => 0 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findLastIndex(users, ['active', false]); + * // => 2 + * + * // The `_.property` iteratee shorthand. + * _.findLastIndex(users, 'active'); + * // => 0 + */ +function findLastIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = length - 1; + if (fromIndex !== undefined) { + index = toInteger(fromIndex); + index = fromIndex < 0 + ? nativeMax(length + index, 0) + : nativeMin(index, length - 1); + } + return baseFindIndex(array, baseIteratee(predicate, 3), index, true); +} + +module.exports = findLastIndex; diff --git a/typescript/hello-world/node_modules/lodash/findLastKey.js b/typescript/hello-world/node_modules/lodash/findLastKey.js new file mode 100644 index 0000000..66fb9fb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/findLastKey.js @@ -0,0 +1,44 @@ +var baseFindKey = require('./_baseFindKey'), + baseForOwnRight = require('./_baseForOwnRight'), + baseIteratee = require('./_baseIteratee'); + +/** + * This method is like `_.findKey` except that it iterates over elements of + * a collection in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {string|undefined} Returns the key of the matched element, + * else `undefined`. + * @example + * + * var users = { + * 'barney': { 'age': 36, 'active': true }, + * 'fred': { 'age': 40, 'active': false }, + * 'pebbles': { 'age': 1, 'active': true } + * }; + * + * _.findLastKey(users, function(o) { return o.age < 40; }); + * // => returns 'pebbles' assuming `_.findKey` returns 'barney' + * + * // The `_.matches` iteratee shorthand. + * _.findLastKey(users, { 'age': 36, 'active': true }); + * // => 'barney' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findLastKey(users, ['active', false]); + * // => 'fred' + * + * // The `_.property` iteratee shorthand. + * _.findLastKey(users, 'active'); + * // => 'pebbles' + */ +function findLastKey(object, predicate) { + return baseFindKey(object, baseIteratee(predicate, 3), baseForOwnRight); +} + +module.exports = findLastKey; diff --git a/typescript/hello-world/node_modules/lodash/first.js b/typescript/hello-world/node_modules/lodash/first.js new file mode 100644 index 0000000..53f4ad1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/first.js @@ -0,0 +1 @@ +module.exports = require('./head'); diff --git a/typescript/hello-world/node_modules/lodash/flatMap.js b/typescript/hello-world/node_modules/lodash/flatMap.js new file mode 100644 index 0000000..e668506 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/flatMap.js @@ -0,0 +1,29 @@ +var baseFlatten = require('./_baseFlatten'), + map = require('./map'); + +/** + * Creates a flattened array of values by running each element in `collection` + * thru `iteratee` and flattening the mapped results. The iteratee is invoked + * with three arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [n, n]; + * } + * + * _.flatMap([1, 2], duplicate); + * // => [1, 1, 2, 2] + */ +function flatMap(collection, iteratee) { + return baseFlatten(map(collection, iteratee), 1); +} + +module.exports = flatMap; diff --git a/typescript/hello-world/node_modules/lodash/flatMapDeep.js b/typescript/hello-world/node_modules/lodash/flatMapDeep.js new file mode 100644 index 0000000..4653d60 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/flatMapDeep.js @@ -0,0 +1,31 @@ +var baseFlatten = require('./_baseFlatten'), + map = require('./map'); + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0; + +/** + * This method is like `_.flatMap` except that it recursively flattens the + * mapped results. + * + * @static + * @memberOf _ + * @since 4.7.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [[[n, n]]]; + * } + * + * _.flatMapDeep([1, 2], duplicate); + * // => [1, 1, 2, 2] + */ +function flatMapDeep(collection, iteratee) { + return baseFlatten(map(collection, iteratee), INFINITY); +} + +module.exports = flatMapDeep; diff --git a/typescript/hello-world/node_modules/lodash/flatMapDepth.js b/typescript/hello-world/node_modules/lodash/flatMapDepth.js new file mode 100644 index 0000000..6d72005 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/flatMapDepth.js @@ -0,0 +1,31 @@ +var baseFlatten = require('./_baseFlatten'), + map = require('./map'), + toInteger = require('./toInteger'); + +/** + * This method is like `_.flatMap` except that it recursively flattens the + * mapped results up to `depth` times. + * + * @static + * @memberOf _ + * @since 4.7.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {number} [depth=1] The maximum recursion depth. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [[[n, n]]]; + * } + * + * _.flatMapDepth([1, 2], duplicate, 2); + * // => [[1, 1], [2, 2]] + */ +function flatMapDepth(collection, iteratee, depth) { + depth = depth === undefined ? 1 : toInteger(depth); + return baseFlatten(map(collection, iteratee), depth); +} + +module.exports = flatMapDepth; diff --git a/typescript/hello-world/node_modules/lodash/flatten.js b/typescript/hello-world/node_modules/lodash/flatten.js new file mode 100644 index 0000000..3f09f7f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/flatten.js @@ -0,0 +1,22 @@ +var baseFlatten = require('./_baseFlatten'); + +/** + * Flattens `array` a single level deep. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flatten([1, [2, [3, [4]], 5]]); + * // => [1, 2, [3, [4]], 5] + */ +function flatten(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, 1) : []; +} + +module.exports = flatten; diff --git a/typescript/hello-world/node_modules/lodash/flattenDeep.js b/typescript/hello-world/node_modules/lodash/flattenDeep.js new file mode 100644 index 0000000..8ad585c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/flattenDeep.js @@ -0,0 +1,25 @@ +var baseFlatten = require('./_baseFlatten'); + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0; + +/** + * Recursively flattens `array`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flattenDeep([1, [2, [3, [4]], 5]]); + * // => [1, 2, 3, 4, 5] + */ +function flattenDeep(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, INFINITY) : []; +} + +module.exports = flattenDeep; diff --git a/typescript/hello-world/node_modules/lodash/flattenDepth.js b/typescript/hello-world/node_modules/lodash/flattenDepth.js new file mode 100644 index 0000000..441fdcc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/flattenDepth.js @@ -0,0 +1,33 @@ +var baseFlatten = require('./_baseFlatten'), + toInteger = require('./toInteger'); + +/** + * Recursively flatten `array` up to `depth` times. + * + * @static + * @memberOf _ + * @since 4.4.0 + * @category Array + * @param {Array} array The array to flatten. + * @param {number} [depth=1] The maximum recursion depth. + * @returns {Array} Returns the new flattened array. + * @example + * + * var array = [1, [2, [3, [4]], 5]]; + * + * _.flattenDepth(array, 1); + * // => [1, 2, [3, [4]], 5] + * + * _.flattenDepth(array, 2); + * // => [1, 2, 3, [4], 5] + */ +function flattenDepth(array, depth) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + depth = depth === undefined ? 1 : toInteger(depth); + return baseFlatten(array, depth); +} + +module.exports = flattenDepth; diff --git a/typescript/hello-world/node_modules/lodash/flip.js b/typescript/hello-world/node_modules/lodash/flip.js new file mode 100644 index 0000000..c28dd78 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/flip.js @@ -0,0 +1,28 @@ +var createWrap = require('./_createWrap'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_FLIP_FLAG = 512; + +/** + * Creates a function that invokes `func` with arguments reversed. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Function + * @param {Function} func The function to flip arguments for. + * @returns {Function} Returns the new flipped function. + * @example + * + * var flipped = _.flip(function() { + * return _.toArray(arguments); + * }); + * + * flipped('a', 'b', 'c', 'd'); + * // => ['d', 'c', 'b', 'a'] + */ +function flip(func) { + return createWrap(func, WRAP_FLIP_FLAG); +} + +module.exports = flip; diff --git a/typescript/hello-world/node_modules/lodash/floor.js b/typescript/hello-world/node_modules/lodash/floor.js new file mode 100644 index 0000000..ab6dfa2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/floor.js @@ -0,0 +1,26 @@ +var createRound = require('./_createRound'); + +/** + * Computes `number` rounded down to `precision`. + * + * @static + * @memberOf _ + * @since 3.10.0 + * @category Math + * @param {number} number The number to round down. + * @param {number} [precision=0] The precision to round down to. + * @returns {number} Returns the rounded down number. + * @example + * + * _.floor(4.006); + * // => 4 + * + * _.floor(0.046, 2); + * // => 0.04 + * + * _.floor(4060, -2); + * // => 4000 + */ +var floor = createRound('floor'); + +module.exports = floor; diff --git a/typescript/hello-world/node_modules/lodash/flow.js b/typescript/hello-world/node_modules/lodash/flow.js new file mode 100644 index 0000000..74b6b62 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/flow.js @@ -0,0 +1,27 @@ +var createFlow = require('./_createFlow'); + +/** + * Creates a function that returns the result of invoking the given functions + * with the `this` binding of the created function, where each successive + * invocation is supplied the return value of the previous. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Util + * @param {...(Function|Function[])} [funcs] The functions to invoke. + * @returns {Function} Returns the new composite function. + * @see _.flowRight + * @example + * + * function square(n) { + * return n * n; + * } + * + * var addSquare = _.flow([_.add, square]); + * addSquare(1, 2); + * // => 9 + */ +var flow = createFlow(); + +module.exports = flow; diff --git a/typescript/hello-world/node_modules/lodash/flowRight.js b/typescript/hello-world/node_modules/lodash/flowRight.js new file mode 100644 index 0000000..1146141 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/flowRight.js @@ -0,0 +1,26 @@ +var createFlow = require('./_createFlow'); + +/** + * This method is like `_.flow` except that it creates a function that + * invokes the given functions from right to left. + * + * @static + * @since 3.0.0 + * @memberOf _ + * @category Util + * @param {...(Function|Function[])} [funcs] The functions to invoke. + * @returns {Function} Returns the new composite function. + * @see _.flow + * @example + * + * function square(n) { + * return n * n; + * } + * + * var addSquare = _.flowRight([square, _.add]); + * addSquare(1, 2); + * // => 9 + */ +var flowRight = createFlow(true); + +module.exports = flowRight; diff --git a/typescript/hello-world/node_modules/lodash/forEach.js b/typescript/hello-world/node_modules/lodash/forEach.js new file mode 100644 index 0000000..c64eaa7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/forEach.js @@ -0,0 +1,41 @@ +var arrayEach = require('./_arrayEach'), + baseEach = require('./_baseEach'), + castFunction = require('./_castFunction'), + isArray = require('./isArray'); + +/** + * Iterates over elements of `collection` and invokes `iteratee` for each element. + * The iteratee is invoked with three arguments: (value, index|key, collection). + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * **Note:** As with other "Collections" methods, objects with a "length" + * property are iterated like arrays. To avoid this behavior use `_.forIn` + * or `_.forOwn` for object iteration. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias each + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + * @see _.forEachRight + * @example + * + * _.forEach([1, 2], function(value) { + * console.log(value); + * }); + * // => Logs `1` then `2`. + * + * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a' then 'b' (iteration order is not guaranteed). + */ +function forEach(collection, iteratee) { + var func = isArray(collection) ? arrayEach : baseEach; + return func(collection, castFunction(iteratee)); +} + +module.exports = forEach; diff --git a/typescript/hello-world/node_modules/lodash/forEachRight.js b/typescript/hello-world/node_modules/lodash/forEachRight.js new file mode 100644 index 0000000..7390eba --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/forEachRight.js @@ -0,0 +1,31 @@ +var arrayEachRight = require('./_arrayEachRight'), + baseEachRight = require('./_baseEachRight'), + castFunction = require('./_castFunction'), + isArray = require('./isArray'); + +/** + * This method is like `_.forEach` except that it iterates over elements of + * `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @alias eachRight + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + * @see _.forEach + * @example + * + * _.forEachRight([1, 2], function(value) { + * console.log(value); + * }); + * // => Logs `2` then `1`. + */ +function forEachRight(collection, iteratee) { + var func = isArray(collection) ? arrayEachRight : baseEachRight; + return func(collection, castFunction(iteratee)); +} + +module.exports = forEachRight; diff --git a/typescript/hello-world/node_modules/lodash/forIn.js b/typescript/hello-world/node_modules/lodash/forIn.js new file mode 100644 index 0000000..583a596 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/forIn.js @@ -0,0 +1,39 @@ +var baseFor = require('./_baseFor'), + castFunction = require('./_castFunction'), + keysIn = require('./keysIn'); + +/** + * Iterates over own and inherited enumerable string keyed properties of an + * object and invokes `iteratee` for each property. The iteratee is invoked + * with three arguments: (value, key, object). Iteratee functions may exit + * iteration early by explicitly returning `false`. + * + * @static + * @memberOf _ + * @since 0.3.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forInRight + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forIn(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a', 'b', then 'c' (iteration order is not guaranteed). + */ +function forIn(object, iteratee) { + return object == null + ? object + : baseFor(object, castFunction(iteratee), keysIn); +} + +module.exports = forIn; diff --git a/typescript/hello-world/node_modules/lodash/forInRight.js b/typescript/hello-world/node_modules/lodash/forInRight.js new file mode 100644 index 0000000..4aedf58 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/forInRight.js @@ -0,0 +1,37 @@ +var baseForRight = require('./_baseForRight'), + castFunction = require('./_castFunction'), + keysIn = require('./keysIn'); + +/** + * This method is like `_.forIn` except that it iterates over properties of + * `object` in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forIn + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forInRight(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'c', 'b', then 'a' assuming `_.forIn` logs 'a', 'b', then 'c'. + */ +function forInRight(object, iteratee) { + return object == null + ? object + : baseForRight(object, castFunction(iteratee), keysIn); +} + +module.exports = forInRight; diff --git a/typescript/hello-world/node_modules/lodash/forOwn.js b/typescript/hello-world/node_modules/lodash/forOwn.js new file mode 100644 index 0000000..94eed84 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/forOwn.js @@ -0,0 +1,36 @@ +var baseForOwn = require('./_baseForOwn'), + castFunction = require('./_castFunction'); + +/** + * Iterates over own enumerable string keyed properties of an object and + * invokes `iteratee` for each property. The iteratee is invoked with three + * arguments: (value, key, object). Iteratee functions may exit iteration + * early by explicitly returning `false`. + * + * @static + * @memberOf _ + * @since 0.3.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forOwnRight + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forOwn(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a' then 'b' (iteration order is not guaranteed). + */ +function forOwn(object, iteratee) { + return object && baseForOwn(object, castFunction(iteratee)); +} + +module.exports = forOwn; diff --git a/typescript/hello-world/node_modules/lodash/forOwnRight.js b/typescript/hello-world/node_modules/lodash/forOwnRight.js new file mode 100644 index 0000000..86f338f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/forOwnRight.js @@ -0,0 +1,34 @@ +var baseForOwnRight = require('./_baseForOwnRight'), + castFunction = require('./_castFunction'); + +/** + * This method is like `_.forOwn` except that it iterates over properties of + * `object` in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forOwn + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forOwnRight(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'b' then 'a' assuming `_.forOwn` logs 'a' then 'b'. + */ +function forOwnRight(object, iteratee) { + return object && baseForOwnRight(object, castFunction(iteratee)); +} + +module.exports = forOwnRight; diff --git a/typescript/hello-world/node_modules/lodash/fp.js b/typescript/hello-world/node_modules/lodash/fp.js new file mode 100644 index 0000000..e372dbb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp.js @@ -0,0 +1,2 @@ +var _ = require('./lodash.min').runInContext(); +module.exports = require('./fp/_baseConvert')(_, _); diff --git a/typescript/hello-world/node_modules/lodash/fp/F.js b/typescript/hello-world/node_modules/lodash/fp/F.js new file mode 100644 index 0000000..a05a63a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/F.js @@ -0,0 +1 @@ +module.exports = require('./stubFalse'); diff --git a/typescript/hello-world/node_modules/lodash/fp/T.js b/typescript/hello-world/node_modules/lodash/fp/T.js new file mode 100644 index 0000000..e2ba8ea --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/T.js @@ -0,0 +1 @@ +module.exports = require('./stubTrue'); diff --git a/typescript/hello-world/node_modules/lodash/fp/__.js b/typescript/hello-world/node_modules/lodash/fp/__.js new file mode 100644 index 0000000..4af98de --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/__.js @@ -0,0 +1 @@ +module.exports = require('./placeholder'); diff --git a/typescript/hello-world/node_modules/lodash/fp/_baseConvert.js b/typescript/hello-world/node_modules/lodash/fp/_baseConvert.js new file mode 100644 index 0000000..7af2765 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/_baseConvert.js @@ -0,0 +1,568 @@ +var mapping = require('./_mapping'), + fallbackHolder = require('./placeholder'); + +/** Built-in value reference. */ +var push = Array.prototype.push; + +/** + * Creates a function, with an arity of `n`, that invokes `func` with the + * arguments it receives. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} n The arity of the new function. + * @returns {Function} Returns the new function. + */ +function baseArity(func, n) { + return n == 2 + ? function(a, b) { return func.apply(undefined, arguments); } + : function(a) { return func.apply(undefined, arguments); }; +} + +/** + * Creates a function that invokes `func`, with up to `n` arguments, ignoring + * any additional arguments. + * + * @private + * @param {Function} func The function to cap arguments for. + * @param {number} n The arity cap. + * @returns {Function} Returns the new function. + */ +function baseAry(func, n) { + return n == 2 + ? function(a, b) { return func(a, b); } + : function(a) { return func(a); }; +} + +/** + * Creates a clone of `array`. + * + * @private + * @param {Array} array The array to clone. + * @returns {Array} Returns the cloned array. + */ +function cloneArray(array) { + var length = array ? array.length : 0, + result = Array(length); + + while (length--) { + result[length] = array[length]; + } + return result; +} + +/** + * Creates a function that clones a given object using the assignment `func`. + * + * @private + * @param {Function} func The assignment function. + * @returns {Function} Returns the new cloner function. + */ +function createCloner(func) { + return function(object) { + return func({}, object); + }; +} + +/** + * A specialized version of `_.spread` which flattens the spread array into + * the arguments of the invoked `func`. + * + * @private + * @param {Function} func The function to spread arguments over. + * @param {number} start The start position of the spread. + * @returns {Function} Returns the new function. + */ +function flatSpread(func, start) { + return function() { + var length = arguments.length, + lastIndex = length - 1, + args = Array(length); + + while (length--) { + args[length] = arguments[length]; + } + var array = args[start], + otherArgs = args.slice(0, start); + + if (array) { + push.apply(otherArgs, array); + } + if (start != lastIndex) { + push.apply(otherArgs, args.slice(start + 1)); + } + return func.apply(this, otherArgs); + }; +} + +/** + * Creates a function that wraps `func` and uses `cloner` to clone the first + * argument it receives. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} cloner The function to clone arguments. + * @returns {Function} Returns the new immutable function. + */ +function wrapImmutable(func, cloner) { + return function() { + var length = arguments.length; + if (!length) { + return; + } + var args = Array(length); + while (length--) { + args[length] = arguments[length]; + } + var result = args[0] = cloner.apply(undefined, args); + func.apply(undefined, args); + return result; + }; +} + +/** + * The base implementation of `convert` which accepts a `util` object of methods + * required to perform conversions. + * + * @param {Object} util The util object. + * @param {string} name The name of the function to convert. + * @param {Function} func The function to convert. + * @param {Object} [options] The options object. + * @param {boolean} [options.cap=true] Specify capping iteratee arguments. + * @param {boolean} [options.curry=true] Specify currying. + * @param {boolean} [options.fixed=true] Specify fixed arity. + * @param {boolean} [options.immutable=true] Specify immutable operations. + * @param {boolean} [options.rearg=true] Specify rearranging arguments. + * @returns {Function|Object} Returns the converted function or object. + */ +function baseConvert(util, name, func, options) { + var setPlaceholder, + isLib = typeof name == 'function', + isObj = name === Object(name); + + if (isObj) { + options = func; + func = name; + name = undefined; + } + if (func == null) { + throw new TypeError; + } + options || (options = {}); + + var config = { + 'cap': 'cap' in options ? options.cap : true, + 'curry': 'curry' in options ? options.curry : true, + 'fixed': 'fixed' in options ? options.fixed : true, + 'immutable': 'immutable' in options ? options.immutable : true, + 'rearg': 'rearg' in options ? options.rearg : true + }; + + var forceCurry = ('curry' in options) && options.curry, + forceFixed = ('fixed' in options) && options.fixed, + forceRearg = ('rearg' in options) && options.rearg, + placeholder = isLib ? func : fallbackHolder, + pristine = isLib ? func.runInContext() : undefined; + + var helpers = isLib ? func : { + 'ary': util.ary, + 'assign': util.assign, + 'clone': util.clone, + 'curry': util.curry, + 'forEach': util.forEach, + 'isArray': util.isArray, + 'isFunction': util.isFunction, + 'iteratee': util.iteratee, + 'keys': util.keys, + 'rearg': util.rearg, + 'toInteger': util.toInteger, + 'toPath': util.toPath + }; + + var ary = helpers.ary, + assign = helpers.assign, + clone = helpers.clone, + curry = helpers.curry, + each = helpers.forEach, + isArray = helpers.isArray, + isFunction = helpers.isFunction, + keys = helpers.keys, + rearg = helpers.rearg, + toInteger = helpers.toInteger, + toPath = helpers.toPath; + + var aryMethodKeys = keys(mapping.aryMethod); + + var wrappers = { + 'castArray': function(castArray) { + return function() { + var value = arguments[0]; + return isArray(value) + ? castArray(cloneArray(value)) + : castArray.apply(undefined, arguments); + }; + }, + 'iteratee': function(iteratee) { + return function() { + var func = arguments[0], + arity = arguments[1], + result = iteratee(func, arity), + length = result.length; + + if (config.cap && typeof arity == 'number') { + arity = arity > 2 ? (arity - 2) : 1; + return (length && length <= arity) ? result : baseAry(result, arity); + } + return result; + }; + }, + 'mixin': function(mixin) { + return function(source) { + var func = this; + if (!isFunction(func)) { + return mixin(func, Object(source)); + } + var pairs = []; + each(keys(source), function(key) { + if (isFunction(source[key])) { + pairs.push([key, func.prototype[key]]); + } + }); + + mixin(func, Object(source)); + + each(pairs, function(pair) { + var value = pair[1]; + if (isFunction(value)) { + func.prototype[pair[0]] = value; + } else { + delete func.prototype[pair[0]]; + } + }); + return func; + }; + }, + 'nthArg': function(nthArg) { + return function(n) { + var arity = n < 0 ? 1 : (toInteger(n) + 1); + return curry(nthArg(n), arity); + }; + }, + 'rearg': function(rearg) { + return function(func, indexes) { + var arity = indexes ? indexes.length : 0; + return curry(rearg(func, indexes), arity); + }; + }, + 'runInContext': function(runInContext) { + return function(context) { + return baseConvert(util, runInContext(context), options); + }; + } + }; + + /*--------------------------------------------------------------------------*/ + + /** + * Casts `func` to a function with an arity capped iteratee if needed. + * + * @private + * @param {string} name The name of the function to inspect. + * @param {Function} func The function to inspect. + * @returns {Function} Returns the cast function. + */ + function castCap(name, func) { + if (config.cap) { + var indexes = mapping.iterateeRearg[name]; + if (indexes) { + return iterateeRearg(func, indexes); + } + var n = !isLib && mapping.iterateeAry[name]; + if (n) { + return iterateeAry(func, n); + } + } + return func; + } + + /** + * Casts `func` to a curried function if needed. + * + * @private + * @param {string} name The name of the function to inspect. + * @param {Function} func The function to inspect. + * @param {number} n The arity of `func`. + * @returns {Function} Returns the cast function. + */ + function castCurry(name, func, n) { + return (forceCurry || (config.curry && n > 1)) + ? curry(func, n) + : func; + } + + /** + * Casts `func` to a fixed arity function if needed. + * + * @private + * @param {string} name The name of the function to inspect. + * @param {Function} func The function to inspect. + * @param {number} n The arity cap. + * @returns {Function} Returns the cast function. + */ + function castFixed(name, func, n) { + if (config.fixed && (forceFixed || !mapping.skipFixed[name])) { + var data = mapping.methodSpread[name], + start = data && data.start; + + return start === undefined ? ary(func, n) : flatSpread(func, start); + } + return func; + } + + /** + * Casts `func` to an rearged function if needed. + * + * @private + * @param {string} name The name of the function to inspect. + * @param {Function} func The function to inspect. + * @param {number} n The arity of `func`. + * @returns {Function} Returns the cast function. + */ + function castRearg(name, func, n) { + return (config.rearg && n > 1 && (forceRearg || !mapping.skipRearg[name])) + ? rearg(func, mapping.methodRearg[name] || mapping.aryRearg[n]) + : func; + } + + /** + * Creates a clone of `object` by `path`. + * + * @private + * @param {Object} object The object to clone. + * @param {Array|string} path The path to clone by. + * @returns {Object} Returns the cloned object. + */ + function cloneByPath(object, path) { + path = toPath(path); + + var index = -1, + length = path.length, + lastIndex = length - 1, + result = clone(Object(object)), + nested = result; + + while (nested != null && ++index < length) { + var key = path[index], + value = nested[key]; + + if (value != null) { + nested[path[index]] = clone(index == lastIndex ? value : Object(value)); + } + nested = nested[key]; + } + return result; + } + + /** + * Converts `lodash` to an immutable auto-curried iteratee-first data-last + * version with conversion `options` applied. + * + * @param {Object} [options] The options object. See `baseConvert` for more details. + * @returns {Function} Returns the converted `lodash`. + */ + function convertLib(options) { + return _.runInContext.convert(options)(undefined); + } + + /** + * Create a converter function for `func` of `name`. + * + * @param {string} name The name of the function to convert. + * @param {Function} func The function to convert. + * @returns {Function} Returns the new converter function. + */ + function createConverter(name, func) { + var realName = mapping.aliasToReal[name] || name, + methodName = mapping.remap[realName] || realName, + oldOptions = options; + + return function(options) { + var newUtil = isLib ? pristine : helpers, + newFunc = isLib ? pristine[methodName] : func, + newOptions = assign(assign({}, oldOptions), options); + + return baseConvert(newUtil, realName, newFunc, newOptions); + }; + } + + /** + * Creates a function that wraps `func` to invoke its iteratee, with up to `n` + * arguments, ignoring any additional arguments. + * + * @private + * @param {Function} func The function to cap iteratee arguments for. + * @param {number} n The arity cap. + * @returns {Function} Returns the new function. + */ + function iterateeAry(func, n) { + return overArg(func, function(func) { + return typeof func == 'function' ? baseAry(func, n) : func; + }); + } + + /** + * Creates a function that wraps `func` to invoke its iteratee with arguments + * arranged according to the specified `indexes` where the argument value at + * the first index is provided as the first argument, the argument value at + * the second index is provided as the second argument, and so on. + * + * @private + * @param {Function} func The function to rearrange iteratee arguments for. + * @param {number[]} indexes The arranged argument indexes. + * @returns {Function} Returns the new function. + */ + function iterateeRearg(func, indexes) { + return overArg(func, function(func) { + var n = indexes.length; + return baseArity(rearg(baseAry(func, n), indexes), n); + }); + } + + /** + * Creates a function that invokes `func` with its first argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ + function overArg(func, transform) { + return function() { + var length = arguments.length; + if (!length) { + return func(); + } + var args = Array(length); + while (length--) { + args[length] = arguments[length]; + } + var index = config.rearg ? 0 : (length - 1); + args[index] = transform(args[index]); + return func.apply(undefined, args); + }; + } + + /** + * Creates a function that wraps `func` and applys the conversions + * rules by `name`. + * + * @private + * @param {string} name The name of the function to wrap. + * @param {Function} func The function to wrap. + * @returns {Function} Returns the converted function. + */ + function wrap(name, func) { + var result, + realName = mapping.aliasToReal[name] || name, + wrapped = func, + wrapper = wrappers[realName]; + + if (wrapper) { + wrapped = wrapper(func); + } + else if (config.immutable) { + if (mapping.mutate.array[realName]) { + wrapped = wrapImmutable(func, cloneArray); + } + else if (mapping.mutate.object[realName]) { + wrapped = wrapImmutable(func, createCloner(func)); + } + else if (mapping.mutate.set[realName]) { + wrapped = wrapImmutable(func, cloneByPath); + } + } + each(aryMethodKeys, function(aryKey) { + each(mapping.aryMethod[aryKey], function(otherName) { + if (realName == otherName) { + var data = mapping.methodSpread[realName], + afterRearg = data && data.afterRearg; + + result = afterRearg + ? castFixed(realName, castRearg(realName, wrapped, aryKey), aryKey) + : castRearg(realName, castFixed(realName, wrapped, aryKey), aryKey); + + result = castCap(realName, result); + result = castCurry(realName, result, aryKey); + return false; + } + }); + return !result; + }); + + result || (result = wrapped); + if (result == func) { + result = forceCurry ? curry(result, 1) : function() { + return func.apply(this, arguments); + }; + } + result.convert = createConverter(realName, func); + if (mapping.placeholder[realName]) { + setPlaceholder = true; + result.placeholder = func.placeholder = placeholder; + } + return result; + } + + /*--------------------------------------------------------------------------*/ + + if (!isObj) { + return wrap(name, func); + } + var _ = func; + + // Convert methods by ary cap. + var pairs = []; + each(aryMethodKeys, function(aryKey) { + each(mapping.aryMethod[aryKey], function(key) { + var func = _[mapping.remap[key] || key]; + if (func) { + pairs.push([key, wrap(key, func)]); + } + }); + }); + + // Convert remaining methods. + each(keys(_), function(key) { + var func = _[key]; + if (typeof func == 'function') { + var length = pairs.length; + while (length--) { + if (pairs[length][0] == key) { + return; + } + } + func.convert = createConverter(key, func); + pairs.push([key, func]); + } + }); + + // Assign to `_` leaving `_.prototype` unchanged to allow chaining. + each(pairs, function(pair) { + _[pair[0]] = pair[1]; + }); + + _.convert = convertLib; + if (setPlaceholder) { + _.placeholder = placeholder; + } + // Assign aliases. + each(keys(_), function(key) { + each(mapping.realToAlias[key] || [], function(alias) { + _[alias] = _[key]; + }); + }); + + return _; +} + +module.exports = baseConvert; diff --git a/typescript/hello-world/node_modules/lodash/fp/_convertBrowser.js b/typescript/hello-world/node_modules/lodash/fp/_convertBrowser.js new file mode 100644 index 0000000..bde030d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/_convertBrowser.js @@ -0,0 +1,18 @@ +var baseConvert = require('./_baseConvert'); + +/** + * Converts `lodash` to an immutable auto-curried iteratee-first data-last + * version with conversion `options` applied. + * + * @param {Function} lodash The lodash function to convert. + * @param {Object} [options] The options object. See `baseConvert` for more details. + * @returns {Function} Returns the converted `lodash`. + */ +function browserConvert(lodash, options) { + return baseConvert(lodash, lodash, options); +} + +if (typeof _ == 'function' && typeof _.runInContext == 'function') { + _ = browserConvert(_.runInContext()); +} +module.exports = browserConvert; diff --git a/typescript/hello-world/node_modules/lodash/fp/_falseOptions.js b/typescript/hello-world/node_modules/lodash/fp/_falseOptions.js new file mode 100644 index 0000000..773235e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/_falseOptions.js @@ -0,0 +1,7 @@ +module.exports = { + 'cap': false, + 'curry': false, + 'fixed': false, + 'immutable': false, + 'rearg': false +}; diff --git a/typescript/hello-world/node_modules/lodash/fp/_mapping.js b/typescript/hello-world/node_modules/lodash/fp/_mapping.js new file mode 100644 index 0000000..8f5ddf2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/_mapping.js @@ -0,0 +1,368 @@ +/** Used to map aliases to their real names. */ +exports.aliasToReal = { + + // Lodash aliases. + 'each': 'forEach', + 'eachRight': 'forEachRight', + 'entries': 'toPairs', + 'entriesIn': 'toPairsIn', + 'extend': 'assignIn', + 'extendAll': 'assignInAll', + 'extendAllWith': 'assignInAllWith', + 'extendWith': 'assignInWith', + 'first': 'head', + + // Methods that are curried variants of others. + 'conforms': 'conformsTo', + 'matches': 'isMatch', + 'property': 'get', + + // Ramda aliases. + '__': 'placeholder', + 'F': 'stubFalse', + 'T': 'stubTrue', + 'all': 'every', + 'allPass': 'overEvery', + 'always': 'constant', + 'any': 'some', + 'anyPass': 'overSome', + 'apply': 'spread', + 'assoc': 'set', + 'assocPath': 'set', + 'complement': 'negate', + 'compose': 'flowRight', + 'contains': 'includes', + 'dissoc': 'unset', + 'dissocPath': 'unset', + 'dropLast': 'dropRight', + 'dropLastWhile': 'dropRightWhile', + 'equals': 'isEqual', + 'identical': 'eq', + 'indexBy': 'keyBy', + 'init': 'initial', + 'invertObj': 'invert', + 'juxt': 'over', + 'omitAll': 'omit', + 'nAry': 'ary', + 'path': 'get', + 'pathEq': 'matchesProperty', + 'pathOr': 'getOr', + 'paths': 'at', + 'pickAll': 'pick', + 'pipe': 'flow', + 'pluck': 'map', + 'prop': 'get', + 'propEq': 'matchesProperty', + 'propOr': 'getOr', + 'props': 'at', + 'symmetricDifference': 'xor', + 'symmetricDifferenceBy': 'xorBy', + 'symmetricDifferenceWith': 'xorWith', + 'takeLast': 'takeRight', + 'takeLastWhile': 'takeRightWhile', + 'unapply': 'rest', + 'unnest': 'flatten', + 'useWith': 'overArgs', + 'where': 'conformsTo', + 'whereEq': 'isMatch', + 'zipObj': 'zipObject' +}; + +/** Used to map ary to method names. */ +exports.aryMethod = { + '1': [ + 'assignAll', 'assignInAll', 'attempt', 'castArray', 'ceil', 'create', + 'curry', 'curryRight', 'defaultsAll', 'defaultsDeepAll', 'floor', 'flow', + 'flowRight', 'fromPairs', 'invert', 'iteratee', 'memoize', 'method', 'mergeAll', + 'methodOf', 'mixin', 'nthArg', 'over', 'overEvery', 'overSome','rest', 'reverse', + 'round', 'runInContext', 'spread', 'template', 'trim', 'trimEnd', 'trimStart', + 'uniqueId', 'words', 'zipAll' + ], + '2': [ + 'add', 'after', 'ary', 'assign', 'assignAllWith', 'assignIn', 'assignInAllWith', + 'at', 'before', 'bind', 'bindAll', 'bindKey', 'chunk', 'cloneDeepWith', + 'cloneWith', 'concat', 'conformsTo', 'countBy', 'curryN', 'curryRightN', + 'debounce', 'defaults', 'defaultsDeep', 'defaultTo', 'delay', 'difference', + 'divide', 'drop', 'dropRight', 'dropRightWhile', 'dropWhile', 'endsWith', 'eq', + 'every', 'filter', 'find', 'findIndex', 'findKey', 'findLast', 'findLastIndex', + 'findLastKey', 'flatMap', 'flatMapDeep', 'flattenDepth', 'forEach', + 'forEachRight', 'forIn', 'forInRight', 'forOwn', 'forOwnRight', 'get', + 'groupBy', 'gt', 'gte', 'has', 'hasIn', 'includes', 'indexOf', 'intersection', + 'invertBy', 'invoke', 'invokeMap', 'isEqual', 'isMatch', 'join', 'keyBy', + 'lastIndexOf', 'lt', 'lte', 'map', 'mapKeys', 'mapValues', 'matchesProperty', + 'maxBy', 'meanBy', 'merge', 'mergeAllWith', 'minBy', 'multiply', 'nth', 'omit', + 'omitBy', 'overArgs', 'pad', 'padEnd', 'padStart', 'parseInt', 'partial', + 'partialRight', 'partition', 'pick', 'pickBy', 'propertyOf', 'pull', 'pullAll', + 'pullAt', 'random', 'range', 'rangeRight', 'rearg', 'reject', 'remove', + 'repeat', 'restFrom', 'result', 'sampleSize', 'some', 'sortBy', 'sortedIndex', + 'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy', + 'split', 'spreadFrom', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight', + 'takeRightWhile', 'takeWhile', 'tap', 'throttle', 'thru', 'times', 'trimChars', + 'trimCharsEnd', 'trimCharsStart', 'truncate', 'union', 'uniqBy', 'uniqWith', + 'unset', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject', + 'zipObjectDeep' + ], + '3': [ + 'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith', + 'findFrom', 'findIndexFrom', 'findLastFrom', 'findLastIndexFrom', 'getOr', + 'includesFrom', 'indexOfFrom', 'inRange', 'intersectionBy', 'intersectionWith', + 'invokeArgs', 'invokeArgsMap', 'isEqualWith', 'isMatchWith', 'flatMapDepth', + 'lastIndexOfFrom', 'mergeWith', 'orderBy', 'padChars', 'padCharsEnd', + 'padCharsStart', 'pullAllBy', 'pullAllWith', 'rangeStep', 'rangeStepRight', + 'reduce', 'reduceRight', 'replace', 'set', 'slice', 'sortedIndexBy', + 'sortedLastIndexBy', 'transform', 'unionBy', 'unionWith', 'update', 'xorBy', + 'xorWith', 'zipWith' + ], + '4': [ + 'fill', 'setWith', 'updateWith' + ] +}; + +/** Used to map ary to rearg configs. */ +exports.aryRearg = { + '2': [1, 0], + '3': [2, 0, 1], + '4': [3, 2, 0, 1] +}; + +/** Used to map method names to their iteratee ary. */ +exports.iterateeAry = { + 'dropRightWhile': 1, + 'dropWhile': 1, + 'every': 1, + 'filter': 1, + 'find': 1, + 'findFrom': 1, + 'findIndex': 1, + 'findIndexFrom': 1, + 'findKey': 1, + 'findLast': 1, + 'findLastFrom': 1, + 'findLastIndex': 1, + 'findLastIndexFrom': 1, + 'findLastKey': 1, + 'flatMap': 1, + 'flatMapDeep': 1, + 'flatMapDepth': 1, + 'forEach': 1, + 'forEachRight': 1, + 'forIn': 1, + 'forInRight': 1, + 'forOwn': 1, + 'forOwnRight': 1, + 'map': 1, + 'mapKeys': 1, + 'mapValues': 1, + 'partition': 1, + 'reduce': 2, + 'reduceRight': 2, + 'reject': 1, + 'remove': 1, + 'some': 1, + 'takeRightWhile': 1, + 'takeWhile': 1, + 'times': 1, + 'transform': 2 +}; + +/** Used to map method names to iteratee rearg configs. */ +exports.iterateeRearg = { + 'mapKeys': [1], + 'reduceRight': [1, 0] +}; + +/** Used to map method names to rearg configs. */ +exports.methodRearg = { + 'assignInAllWith': [1, 0], + 'assignInWith': [1, 2, 0], + 'assignAllWith': [1, 0], + 'assignWith': [1, 2, 0], + 'differenceBy': [1, 2, 0], + 'differenceWith': [1, 2, 0], + 'getOr': [2, 1, 0], + 'intersectionBy': [1, 2, 0], + 'intersectionWith': [1, 2, 0], + 'isEqualWith': [1, 2, 0], + 'isMatchWith': [2, 1, 0], + 'mergeAllWith': [1, 0], + 'mergeWith': [1, 2, 0], + 'padChars': [2, 1, 0], + 'padCharsEnd': [2, 1, 0], + 'padCharsStart': [2, 1, 0], + 'pullAllBy': [2, 1, 0], + 'pullAllWith': [2, 1, 0], + 'rangeStep': [1, 2, 0], + 'rangeStepRight': [1, 2, 0], + 'setWith': [3, 1, 2, 0], + 'sortedIndexBy': [2, 1, 0], + 'sortedLastIndexBy': [2, 1, 0], + 'unionBy': [1, 2, 0], + 'unionWith': [1, 2, 0], + 'updateWith': [3, 1, 2, 0], + 'xorBy': [1, 2, 0], + 'xorWith': [1, 2, 0], + 'zipWith': [1, 2, 0] +}; + +/** Used to map method names to spread configs. */ +exports.methodSpread = { + 'assignAll': { 'start': 0 }, + 'assignAllWith': { 'start': 0 }, + 'assignInAll': { 'start': 0 }, + 'assignInAllWith': { 'start': 0 }, + 'defaultsAll': { 'start': 0 }, + 'defaultsDeepAll': { 'start': 0 }, + 'invokeArgs': { 'start': 2 }, + 'invokeArgsMap': { 'start': 2 }, + 'mergeAll': { 'start': 0 }, + 'mergeAllWith': { 'start': 0 }, + 'partial': { 'start': 1 }, + 'partialRight': { 'start': 1 }, + 'without': { 'start': 1 }, + 'zipAll': { 'start': 0 } +}; + +/** Used to identify methods which mutate arrays or objects. */ +exports.mutate = { + 'array': { + 'fill': true, + 'pull': true, + 'pullAll': true, + 'pullAllBy': true, + 'pullAllWith': true, + 'pullAt': true, + 'remove': true, + 'reverse': true + }, + 'object': { + 'assign': true, + 'assignAll': true, + 'assignAllWith': true, + 'assignIn': true, + 'assignInAll': true, + 'assignInAllWith': true, + 'assignInWith': true, + 'assignWith': true, + 'defaults': true, + 'defaultsAll': true, + 'defaultsDeep': true, + 'defaultsDeepAll': true, + 'merge': true, + 'mergeAll': true, + 'mergeAllWith': true, + 'mergeWith': true, + }, + 'set': { + 'set': true, + 'setWith': true, + 'unset': true, + 'update': true, + 'updateWith': true + } +}; + +/** Used to track methods with placeholder support */ +exports.placeholder = { + 'bind': true, + 'bindKey': true, + 'curry': true, + 'curryRight': true, + 'partial': true, + 'partialRight': true +}; + +/** Used to map real names to their aliases. */ +exports.realToAlias = (function() { + var hasOwnProperty = Object.prototype.hasOwnProperty, + object = exports.aliasToReal, + result = {}; + + for (var key in object) { + var value = object[key]; + if (hasOwnProperty.call(result, value)) { + result[value].push(key); + } else { + result[value] = [key]; + } + } + return result; +}()); + +/** Used to map method names to other names. */ +exports.remap = { + 'assignAll': 'assign', + 'assignAllWith': 'assignWith', + 'assignInAll': 'assignIn', + 'assignInAllWith': 'assignInWith', + 'curryN': 'curry', + 'curryRightN': 'curryRight', + 'defaultsAll': 'defaults', + 'defaultsDeepAll': 'defaultsDeep', + 'findFrom': 'find', + 'findIndexFrom': 'findIndex', + 'findLastFrom': 'findLast', + 'findLastIndexFrom': 'findLastIndex', + 'getOr': 'get', + 'includesFrom': 'includes', + 'indexOfFrom': 'indexOf', + 'invokeArgs': 'invoke', + 'invokeArgsMap': 'invokeMap', + 'lastIndexOfFrom': 'lastIndexOf', + 'mergeAll': 'merge', + 'mergeAllWith': 'mergeWith', + 'padChars': 'pad', + 'padCharsEnd': 'padEnd', + 'padCharsStart': 'padStart', + 'propertyOf': 'get', + 'rangeStep': 'range', + 'rangeStepRight': 'rangeRight', + 'restFrom': 'rest', + 'spreadFrom': 'spread', + 'trimChars': 'trim', + 'trimCharsEnd': 'trimEnd', + 'trimCharsStart': 'trimStart', + 'zipAll': 'zip' +}; + +/** Used to track methods that skip fixing their arity. */ +exports.skipFixed = { + 'castArray': true, + 'flow': true, + 'flowRight': true, + 'iteratee': true, + 'mixin': true, + 'rearg': true, + 'runInContext': true +}; + +/** Used to track methods that skip rearranging arguments. */ +exports.skipRearg = { + 'add': true, + 'assign': true, + 'assignIn': true, + 'bind': true, + 'bindKey': true, + 'concat': true, + 'difference': true, + 'divide': true, + 'eq': true, + 'gt': true, + 'gte': true, + 'isEqual': true, + 'lt': true, + 'lte': true, + 'matchesProperty': true, + 'merge': true, + 'multiply': true, + 'overArgs': true, + 'partial': true, + 'partialRight': true, + 'propertyOf': true, + 'random': true, + 'range': true, + 'rangeRight': true, + 'subtract': true, + 'zip': true, + 'zipObject': true, + 'zipObjectDeep': true +}; diff --git a/typescript/hello-world/node_modules/lodash/fp/_util.js b/typescript/hello-world/node_modules/lodash/fp/_util.js new file mode 100644 index 0000000..7084463 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/_util.js @@ -0,0 +1,14 @@ +module.exports = { + 'ary': require('../ary'), + 'assign': require('../_baseAssign'), + 'clone': require('../clone'), + 'curry': require('../curry'), + 'forEach': require('../_arrayEach'), + 'isArray': require('../isArray'), + 'isFunction': require('../isFunction'), + 'iteratee': require('../iteratee'), + 'keys': require('../_baseKeys'), + 'rearg': require('../rearg'), + 'toInteger': require('../toInteger'), + 'toPath': require('../toPath') +}; diff --git a/typescript/hello-world/node_modules/lodash/fp/add.js b/typescript/hello-world/node_modules/lodash/fp/add.js new file mode 100644 index 0000000..816eeec --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/add.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('add', require('../add')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/after.js b/typescript/hello-world/node_modules/lodash/fp/after.js new file mode 100644 index 0000000..21a0167 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/after.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('after', require('../after')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/all.js b/typescript/hello-world/node_modules/lodash/fp/all.js new file mode 100644 index 0000000..d0839f7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/all.js @@ -0,0 +1 @@ +module.exports = require('./every'); diff --git a/typescript/hello-world/node_modules/lodash/fp/allPass.js b/typescript/hello-world/node_modules/lodash/fp/allPass.js new file mode 100644 index 0000000..79b73ef --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/allPass.js @@ -0,0 +1 @@ +module.exports = require('./overEvery'); diff --git a/typescript/hello-world/node_modules/lodash/fp/always.js b/typescript/hello-world/node_modules/lodash/fp/always.js new file mode 100644 index 0000000..9887703 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/always.js @@ -0,0 +1 @@ +module.exports = require('./constant'); diff --git a/typescript/hello-world/node_modules/lodash/fp/any.js b/typescript/hello-world/node_modules/lodash/fp/any.js new file mode 100644 index 0000000..900ac25 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/any.js @@ -0,0 +1 @@ +module.exports = require('./some'); diff --git a/typescript/hello-world/node_modules/lodash/fp/anyPass.js b/typescript/hello-world/node_modules/lodash/fp/anyPass.js new file mode 100644 index 0000000..2774ab3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/anyPass.js @@ -0,0 +1 @@ +module.exports = require('./overSome'); diff --git a/typescript/hello-world/node_modules/lodash/fp/apply.js b/typescript/hello-world/node_modules/lodash/fp/apply.js new file mode 100644 index 0000000..2b75712 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/apply.js @@ -0,0 +1 @@ +module.exports = require('./spread'); diff --git a/typescript/hello-world/node_modules/lodash/fp/array.js b/typescript/hello-world/node_modules/lodash/fp/array.js new file mode 100644 index 0000000..fe939c2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/array.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../array')); diff --git a/typescript/hello-world/node_modules/lodash/fp/ary.js b/typescript/hello-world/node_modules/lodash/fp/ary.js new file mode 100644 index 0000000..8edf187 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/ary.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('ary', require('../ary')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/assign.js b/typescript/hello-world/node_modules/lodash/fp/assign.js new file mode 100644 index 0000000..23f47af --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/assign.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assign', require('../assign')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/assignAll.js b/typescript/hello-world/node_modules/lodash/fp/assignAll.js new file mode 100644 index 0000000..b1d36c7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/assignAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignAll', require('../assign')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/assignAllWith.js b/typescript/hello-world/node_modules/lodash/fp/assignAllWith.js new file mode 100644 index 0000000..21e836e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/assignAllWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignAllWith', require('../assignWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/assignIn.js b/typescript/hello-world/node_modules/lodash/fp/assignIn.js new file mode 100644 index 0000000..6e7c65f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/assignIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignIn', require('../assignIn')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/assignInAll.js b/typescript/hello-world/node_modules/lodash/fp/assignInAll.js new file mode 100644 index 0000000..7ba75db --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/assignInAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignInAll', require('../assignIn')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/assignInAllWith.js b/typescript/hello-world/node_modules/lodash/fp/assignInAllWith.js new file mode 100644 index 0000000..e766903 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/assignInAllWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignInAllWith', require('../assignInWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/assignInWith.js b/typescript/hello-world/node_modules/lodash/fp/assignInWith.js new file mode 100644 index 0000000..acb5923 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/assignInWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignInWith', require('../assignInWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/assignWith.js b/typescript/hello-world/node_modules/lodash/fp/assignWith.js new file mode 100644 index 0000000..eb92521 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/assignWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignWith', require('../assignWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/assoc.js b/typescript/hello-world/node_modules/lodash/fp/assoc.js new file mode 100644 index 0000000..7648820 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/assoc.js @@ -0,0 +1 @@ +module.exports = require('./set'); diff --git a/typescript/hello-world/node_modules/lodash/fp/assocPath.js b/typescript/hello-world/node_modules/lodash/fp/assocPath.js new file mode 100644 index 0000000..7648820 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/assocPath.js @@ -0,0 +1 @@ +module.exports = require('./set'); diff --git a/typescript/hello-world/node_modules/lodash/fp/at.js b/typescript/hello-world/node_modules/lodash/fp/at.js new file mode 100644 index 0000000..cc39d25 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/at.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('at', require('../at')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/attempt.js b/typescript/hello-world/node_modules/lodash/fp/attempt.js new file mode 100644 index 0000000..26ca42e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/attempt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('attempt', require('../attempt')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/before.js b/typescript/hello-world/node_modules/lodash/fp/before.js new file mode 100644 index 0000000..7a2de65 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/before.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('before', require('../before')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/bind.js b/typescript/hello-world/node_modules/lodash/fp/bind.js new file mode 100644 index 0000000..5cbe4f3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/bind.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('bind', require('../bind')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/bindAll.js b/typescript/hello-world/node_modules/lodash/fp/bindAll.js new file mode 100644 index 0000000..6b4a4a0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/bindAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('bindAll', require('../bindAll')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/bindKey.js b/typescript/hello-world/node_modules/lodash/fp/bindKey.js new file mode 100644 index 0000000..6a46c6b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/bindKey.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('bindKey', require('../bindKey')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/camelCase.js b/typescript/hello-world/node_modules/lodash/fp/camelCase.js new file mode 100644 index 0000000..87b77b4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/camelCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('camelCase', require('../camelCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/capitalize.js b/typescript/hello-world/node_modules/lodash/fp/capitalize.js new file mode 100644 index 0000000..cac74e1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/capitalize.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('capitalize', require('../capitalize'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/castArray.js b/typescript/hello-world/node_modules/lodash/fp/castArray.js new file mode 100644 index 0000000..8681c09 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/castArray.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('castArray', require('../castArray')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/ceil.js b/typescript/hello-world/node_modules/lodash/fp/ceil.js new file mode 100644 index 0000000..f416b72 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/ceil.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('ceil', require('../ceil')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/chain.js b/typescript/hello-world/node_modules/lodash/fp/chain.js new file mode 100644 index 0000000..604fe39 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/chain.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('chain', require('../chain'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/chunk.js b/typescript/hello-world/node_modules/lodash/fp/chunk.js new file mode 100644 index 0000000..871ab08 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/chunk.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('chunk', require('../chunk')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/clamp.js b/typescript/hello-world/node_modules/lodash/fp/clamp.js new file mode 100644 index 0000000..3b06c01 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/clamp.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('clamp', require('../clamp')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/clone.js b/typescript/hello-world/node_modules/lodash/fp/clone.js new file mode 100644 index 0000000..cadb59c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/clone.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('clone', require('../clone'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/cloneDeep.js b/typescript/hello-world/node_modules/lodash/fp/cloneDeep.js new file mode 100644 index 0000000..a6107aa --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/cloneDeep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('cloneDeep', require('../cloneDeep'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/cloneDeepWith.js b/typescript/hello-world/node_modules/lodash/fp/cloneDeepWith.js new file mode 100644 index 0000000..6f01e44 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/cloneDeepWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('cloneDeepWith', require('../cloneDeepWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/cloneWith.js b/typescript/hello-world/node_modules/lodash/fp/cloneWith.js new file mode 100644 index 0000000..aa88578 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/cloneWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('cloneWith', require('../cloneWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/collection.js b/typescript/hello-world/node_modules/lodash/fp/collection.js new file mode 100644 index 0000000..fc8b328 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/collection.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../collection')); diff --git a/typescript/hello-world/node_modules/lodash/fp/commit.js b/typescript/hello-world/node_modules/lodash/fp/commit.js new file mode 100644 index 0000000..130a894 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/commit.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('commit', require('../commit'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/compact.js b/typescript/hello-world/node_modules/lodash/fp/compact.js new file mode 100644 index 0000000..ce8f7a1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/compact.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('compact', require('../compact'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/complement.js b/typescript/hello-world/node_modules/lodash/fp/complement.js new file mode 100644 index 0000000..93eb462 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/complement.js @@ -0,0 +1 @@ +module.exports = require('./negate'); diff --git a/typescript/hello-world/node_modules/lodash/fp/compose.js b/typescript/hello-world/node_modules/lodash/fp/compose.js new file mode 100644 index 0000000..1954e94 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/compose.js @@ -0,0 +1 @@ +module.exports = require('./flowRight'); diff --git a/typescript/hello-world/node_modules/lodash/fp/concat.js b/typescript/hello-world/node_modules/lodash/fp/concat.js new file mode 100644 index 0000000..e59346a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/concat.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('concat', require('../concat')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/cond.js b/typescript/hello-world/node_modules/lodash/fp/cond.js new file mode 100644 index 0000000..6a0120e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/cond.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('cond', require('../cond'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/conforms.js b/typescript/hello-world/node_modules/lodash/fp/conforms.js new file mode 100644 index 0000000..3247f64 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/conforms.js @@ -0,0 +1 @@ +module.exports = require('./conformsTo'); diff --git a/typescript/hello-world/node_modules/lodash/fp/conformsTo.js b/typescript/hello-world/node_modules/lodash/fp/conformsTo.js new file mode 100644 index 0000000..aa7f41e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/conformsTo.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('conformsTo', require('../conformsTo')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/constant.js b/typescript/hello-world/node_modules/lodash/fp/constant.js new file mode 100644 index 0000000..9e406fc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/constant.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('constant', require('../constant'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/contains.js b/typescript/hello-world/node_modules/lodash/fp/contains.js new file mode 100644 index 0000000..594722a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/contains.js @@ -0,0 +1 @@ +module.exports = require('./includes'); diff --git a/typescript/hello-world/node_modules/lodash/fp/convert.js b/typescript/hello-world/node_modules/lodash/fp/convert.js new file mode 100644 index 0000000..4795dc4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/convert.js @@ -0,0 +1,18 @@ +var baseConvert = require('./_baseConvert'), + util = require('./_util'); + +/** + * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last + * version with conversion `options` applied. If `name` is an object its methods + * will be converted. + * + * @param {string} name The name of the function to wrap. + * @param {Function} [func] The function to wrap. + * @param {Object} [options] The options object. See `baseConvert` for more details. + * @returns {Function|Object} Returns the converted function or object. + */ +function convert(name, func, options) { + return baseConvert(util, name, func, options); +} + +module.exports = convert; diff --git a/typescript/hello-world/node_modules/lodash/fp/countBy.js b/typescript/hello-world/node_modules/lodash/fp/countBy.js new file mode 100644 index 0000000..dfa4643 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/countBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('countBy', require('../countBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/create.js b/typescript/hello-world/node_modules/lodash/fp/create.js new file mode 100644 index 0000000..752025f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/create.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('create', require('../create')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/curry.js b/typescript/hello-world/node_modules/lodash/fp/curry.js new file mode 100644 index 0000000..b0b4168 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/curry.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('curry', require('../curry')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/curryN.js b/typescript/hello-world/node_modules/lodash/fp/curryN.js new file mode 100644 index 0000000..2ae7d00 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/curryN.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('curryN', require('../curry')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/curryRight.js b/typescript/hello-world/node_modules/lodash/fp/curryRight.js new file mode 100644 index 0000000..cb619eb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/curryRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('curryRight', require('../curryRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/curryRightN.js b/typescript/hello-world/node_modules/lodash/fp/curryRightN.js new file mode 100644 index 0000000..2495afc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/curryRightN.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('curryRightN', require('../curryRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/date.js b/typescript/hello-world/node_modules/lodash/fp/date.js new file mode 100644 index 0000000..82cb952 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/date.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../date')); diff --git a/typescript/hello-world/node_modules/lodash/fp/debounce.js b/typescript/hello-world/node_modules/lodash/fp/debounce.js new file mode 100644 index 0000000..2612229 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/debounce.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('debounce', require('../debounce')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/deburr.js b/typescript/hello-world/node_modules/lodash/fp/deburr.js new file mode 100644 index 0000000..96463ab --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/deburr.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('deburr', require('../deburr'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/defaultTo.js b/typescript/hello-world/node_modules/lodash/fp/defaultTo.js new file mode 100644 index 0000000..d6b52a4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/defaultTo.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defaultTo', require('../defaultTo')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/defaults.js b/typescript/hello-world/node_modules/lodash/fp/defaults.js new file mode 100644 index 0000000..e1a8e6e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/defaults.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defaults', require('../defaults')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/defaultsAll.js b/typescript/hello-world/node_modules/lodash/fp/defaultsAll.js new file mode 100644 index 0000000..238fcc3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/defaultsAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defaultsAll', require('../defaults')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/defaultsDeep.js b/typescript/hello-world/node_modules/lodash/fp/defaultsDeep.js new file mode 100644 index 0000000..1f172ff --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/defaultsDeep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defaultsDeep', require('../defaultsDeep')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/defaultsDeepAll.js b/typescript/hello-world/node_modules/lodash/fp/defaultsDeepAll.js new file mode 100644 index 0000000..6835f2f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/defaultsDeepAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defaultsDeepAll', require('../defaultsDeep')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/defer.js b/typescript/hello-world/node_modules/lodash/fp/defer.js new file mode 100644 index 0000000..ec7990f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/defer.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defer', require('../defer'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/delay.js b/typescript/hello-world/node_modules/lodash/fp/delay.js new file mode 100644 index 0000000..556dbd5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/delay.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('delay', require('../delay')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/difference.js b/typescript/hello-world/node_modules/lodash/fp/difference.js new file mode 100644 index 0000000..2d03765 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/difference.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('difference', require('../difference')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/differenceBy.js b/typescript/hello-world/node_modules/lodash/fp/differenceBy.js new file mode 100644 index 0000000..2f91491 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/differenceBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('differenceBy', require('../differenceBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/differenceWith.js b/typescript/hello-world/node_modules/lodash/fp/differenceWith.js new file mode 100644 index 0000000..bcf5ad2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/differenceWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('differenceWith', require('../differenceWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/dissoc.js b/typescript/hello-world/node_modules/lodash/fp/dissoc.js new file mode 100644 index 0000000..7ec7be1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/dissoc.js @@ -0,0 +1 @@ +module.exports = require('./unset'); diff --git a/typescript/hello-world/node_modules/lodash/fp/dissocPath.js b/typescript/hello-world/node_modules/lodash/fp/dissocPath.js new file mode 100644 index 0000000..7ec7be1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/dissocPath.js @@ -0,0 +1 @@ +module.exports = require('./unset'); diff --git a/typescript/hello-world/node_modules/lodash/fp/divide.js b/typescript/hello-world/node_modules/lodash/fp/divide.js new file mode 100644 index 0000000..82048c5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/divide.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('divide', require('../divide')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/drop.js b/typescript/hello-world/node_modules/lodash/fp/drop.js new file mode 100644 index 0000000..2fa9b4f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/drop.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('drop', require('../drop')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/dropLast.js b/typescript/hello-world/node_modules/lodash/fp/dropLast.js new file mode 100644 index 0000000..174e525 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/dropLast.js @@ -0,0 +1 @@ +module.exports = require('./dropRight'); diff --git a/typescript/hello-world/node_modules/lodash/fp/dropLastWhile.js b/typescript/hello-world/node_modules/lodash/fp/dropLastWhile.js new file mode 100644 index 0000000..be2a9d2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/dropLastWhile.js @@ -0,0 +1 @@ +module.exports = require('./dropRightWhile'); diff --git a/typescript/hello-world/node_modules/lodash/fp/dropRight.js b/typescript/hello-world/node_modules/lodash/fp/dropRight.js new file mode 100644 index 0000000..e98881f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/dropRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('dropRight', require('../dropRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/dropRightWhile.js b/typescript/hello-world/node_modules/lodash/fp/dropRightWhile.js new file mode 100644 index 0000000..cacaa70 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/dropRightWhile.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('dropRightWhile', require('../dropRightWhile')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/dropWhile.js b/typescript/hello-world/node_modules/lodash/fp/dropWhile.js new file mode 100644 index 0000000..285f864 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/dropWhile.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('dropWhile', require('../dropWhile')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/each.js b/typescript/hello-world/node_modules/lodash/fp/each.js new file mode 100644 index 0000000..8800f42 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/each.js @@ -0,0 +1 @@ +module.exports = require('./forEach'); diff --git a/typescript/hello-world/node_modules/lodash/fp/eachRight.js b/typescript/hello-world/node_modules/lodash/fp/eachRight.js new file mode 100644 index 0000000..3252b2a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/eachRight.js @@ -0,0 +1 @@ +module.exports = require('./forEachRight'); diff --git a/typescript/hello-world/node_modules/lodash/fp/endsWith.js b/typescript/hello-world/node_modules/lodash/fp/endsWith.js new file mode 100644 index 0000000..17dc2a4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/endsWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('endsWith', require('../endsWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/entries.js b/typescript/hello-world/node_modules/lodash/fp/entries.js new file mode 100644 index 0000000..7a88df2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/entries.js @@ -0,0 +1 @@ +module.exports = require('./toPairs'); diff --git a/typescript/hello-world/node_modules/lodash/fp/entriesIn.js b/typescript/hello-world/node_modules/lodash/fp/entriesIn.js new file mode 100644 index 0000000..f6c6331 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/entriesIn.js @@ -0,0 +1 @@ +module.exports = require('./toPairsIn'); diff --git a/typescript/hello-world/node_modules/lodash/fp/eq.js b/typescript/hello-world/node_modules/lodash/fp/eq.js new file mode 100644 index 0000000..9a3d21b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/eq.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('eq', require('../eq')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/equals.js b/typescript/hello-world/node_modules/lodash/fp/equals.js new file mode 100644 index 0000000..e6a5ce0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/equals.js @@ -0,0 +1 @@ +module.exports = require('./isEqual'); diff --git a/typescript/hello-world/node_modules/lodash/fp/escape.js b/typescript/hello-world/node_modules/lodash/fp/escape.js new file mode 100644 index 0000000..52c1fbb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/escape.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('escape', require('../escape'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/escapeRegExp.js b/typescript/hello-world/node_modules/lodash/fp/escapeRegExp.js new file mode 100644 index 0000000..369b2ef --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/escapeRegExp.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('escapeRegExp', require('../escapeRegExp'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/every.js b/typescript/hello-world/node_modules/lodash/fp/every.js new file mode 100644 index 0000000..95c2776 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/every.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('every', require('../every')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/extend.js b/typescript/hello-world/node_modules/lodash/fp/extend.js new file mode 100644 index 0000000..e00166c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/extend.js @@ -0,0 +1 @@ +module.exports = require('./assignIn'); diff --git a/typescript/hello-world/node_modules/lodash/fp/extendAll.js b/typescript/hello-world/node_modules/lodash/fp/extendAll.js new file mode 100644 index 0000000..cc55b64 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/extendAll.js @@ -0,0 +1 @@ +module.exports = require('./assignInAll'); diff --git a/typescript/hello-world/node_modules/lodash/fp/extendAllWith.js b/typescript/hello-world/node_modules/lodash/fp/extendAllWith.js new file mode 100644 index 0000000..6679d20 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/extendAllWith.js @@ -0,0 +1 @@ +module.exports = require('./assignInAllWith'); diff --git a/typescript/hello-world/node_modules/lodash/fp/extendWith.js b/typescript/hello-world/node_modules/lodash/fp/extendWith.js new file mode 100644 index 0000000..dbdcb3b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/extendWith.js @@ -0,0 +1 @@ +module.exports = require('./assignInWith'); diff --git a/typescript/hello-world/node_modules/lodash/fp/fill.js b/typescript/hello-world/node_modules/lodash/fp/fill.js new file mode 100644 index 0000000..b2d47e8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/fill.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('fill', require('../fill')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/filter.js b/typescript/hello-world/node_modules/lodash/fp/filter.js new file mode 100644 index 0000000..796d501 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/filter.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('filter', require('../filter')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/find.js b/typescript/hello-world/node_modules/lodash/fp/find.js new file mode 100644 index 0000000..f805d33 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/find.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('find', require('../find')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/findFrom.js b/typescript/hello-world/node_modules/lodash/fp/findFrom.js new file mode 100644 index 0000000..da8275e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/findFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findFrom', require('../find')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/findIndex.js b/typescript/hello-world/node_modules/lodash/fp/findIndex.js new file mode 100644 index 0000000..8c15fd1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/findIndex.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findIndex', require('../findIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/findIndexFrom.js b/typescript/hello-world/node_modules/lodash/fp/findIndexFrom.js new file mode 100644 index 0000000..32e98cb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/findIndexFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findIndexFrom', require('../findIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/findKey.js b/typescript/hello-world/node_modules/lodash/fp/findKey.js new file mode 100644 index 0000000..475bcfa --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/findKey.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findKey', require('../findKey')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/findLast.js b/typescript/hello-world/node_modules/lodash/fp/findLast.js new file mode 100644 index 0000000..093fe94 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/findLast.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findLast', require('../findLast')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/findLastFrom.js b/typescript/hello-world/node_modules/lodash/fp/findLastFrom.js new file mode 100644 index 0000000..76c38fb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/findLastFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findLastFrom', require('../findLast')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/findLastIndex.js b/typescript/hello-world/node_modules/lodash/fp/findLastIndex.js new file mode 100644 index 0000000..36986df --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/findLastIndex.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findLastIndex', require('../findLastIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/findLastIndexFrom.js b/typescript/hello-world/node_modules/lodash/fp/findLastIndexFrom.js new file mode 100644 index 0000000..34c8176 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/findLastIndexFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findLastIndexFrom', require('../findLastIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/findLastKey.js b/typescript/hello-world/node_modules/lodash/fp/findLastKey.js new file mode 100644 index 0000000..5f81b60 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/findLastKey.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findLastKey', require('../findLastKey')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/first.js b/typescript/hello-world/node_modules/lodash/fp/first.js new file mode 100644 index 0000000..53f4ad1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/first.js @@ -0,0 +1 @@ +module.exports = require('./head'); diff --git a/typescript/hello-world/node_modules/lodash/fp/flatMap.js b/typescript/hello-world/node_modules/lodash/fp/flatMap.js new file mode 100644 index 0000000..d01dc4d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/flatMap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flatMap', require('../flatMap')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/flatMapDeep.js b/typescript/hello-world/node_modules/lodash/fp/flatMapDeep.js new file mode 100644 index 0000000..569c42e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/flatMapDeep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flatMapDeep', require('../flatMapDeep')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/flatMapDepth.js b/typescript/hello-world/node_modules/lodash/fp/flatMapDepth.js new file mode 100644 index 0000000..6eb68fd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/flatMapDepth.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flatMapDepth', require('../flatMapDepth')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/flatten.js b/typescript/hello-world/node_modules/lodash/fp/flatten.js new file mode 100644 index 0000000..30425d8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/flatten.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flatten', require('../flatten'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/flattenDeep.js b/typescript/hello-world/node_modules/lodash/fp/flattenDeep.js new file mode 100644 index 0000000..aed5db2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/flattenDeep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flattenDeep', require('../flattenDeep'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/flattenDepth.js b/typescript/hello-world/node_modules/lodash/fp/flattenDepth.js new file mode 100644 index 0000000..ad65e37 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/flattenDepth.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flattenDepth', require('../flattenDepth')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/flip.js b/typescript/hello-world/node_modules/lodash/fp/flip.js new file mode 100644 index 0000000..0547e7b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/flip.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flip', require('../flip'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/floor.js b/typescript/hello-world/node_modules/lodash/fp/floor.js new file mode 100644 index 0000000..a6cf335 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/floor.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('floor', require('../floor')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/flow.js b/typescript/hello-world/node_modules/lodash/fp/flow.js new file mode 100644 index 0000000..cd83677 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/flow.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flow', require('../flow')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/flowRight.js b/typescript/hello-world/node_modules/lodash/fp/flowRight.js new file mode 100644 index 0000000..972a5b9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/flowRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flowRight', require('../flowRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/forEach.js b/typescript/hello-world/node_modules/lodash/fp/forEach.js new file mode 100644 index 0000000..2f49452 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/forEach.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forEach', require('../forEach')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/forEachRight.js b/typescript/hello-world/node_modules/lodash/fp/forEachRight.js new file mode 100644 index 0000000..3ff9733 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/forEachRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forEachRight', require('../forEachRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/forIn.js b/typescript/hello-world/node_modules/lodash/fp/forIn.js new file mode 100644 index 0000000..9341749 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/forIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forIn', require('../forIn')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/forInRight.js b/typescript/hello-world/node_modules/lodash/fp/forInRight.js new file mode 100644 index 0000000..cecf8bb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/forInRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forInRight', require('../forInRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/forOwn.js b/typescript/hello-world/node_modules/lodash/fp/forOwn.js new file mode 100644 index 0000000..246449e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/forOwn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forOwn', require('../forOwn')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/forOwnRight.js b/typescript/hello-world/node_modules/lodash/fp/forOwnRight.js new file mode 100644 index 0000000..c5e826e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/forOwnRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forOwnRight', require('../forOwnRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/fromPairs.js b/typescript/hello-world/node_modules/lodash/fp/fromPairs.js new file mode 100644 index 0000000..f8cc596 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/fromPairs.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('fromPairs', require('../fromPairs')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/function.js b/typescript/hello-world/node_modules/lodash/fp/function.js new file mode 100644 index 0000000..dfe69b1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/function.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../function')); diff --git a/typescript/hello-world/node_modules/lodash/fp/functions.js b/typescript/hello-world/node_modules/lodash/fp/functions.js new file mode 100644 index 0000000..09d1bb1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/functions.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('functions', require('../functions'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/functionsIn.js b/typescript/hello-world/node_modules/lodash/fp/functionsIn.js new file mode 100644 index 0000000..2cfeb83 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/functionsIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('functionsIn', require('../functionsIn'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/get.js b/typescript/hello-world/node_modules/lodash/fp/get.js new file mode 100644 index 0000000..6d3a328 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/get.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('get', require('../get')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/getOr.js b/typescript/hello-world/node_modules/lodash/fp/getOr.js new file mode 100644 index 0000000..7dbf771 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/getOr.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('getOr', require('../get')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/groupBy.js b/typescript/hello-world/node_modules/lodash/fp/groupBy.js new file mode 100644 index 0000000..fc0bc78 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/groupBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('groupBy', require('../groupBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/gt.js b/typescript/hello-world/node_modules/lodash/fp/gt.js new file mode 100644 index 0000000..9e57c80 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/gt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('gt', require('../gt')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/gte.js b/typescript/hello-world/node_modules/lodash/fp/gte.js new file mode 100644 index 0000000..4584786 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/gte.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('gte', require('../gte')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/has.js b/typescript/hello-world/node_modules/lodash/fp/has.js new file mode 100644 index 0000000..b901298 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/has.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('has', require('../has')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/hasIn.js b/typescript/hello-world/node_modules/lodash/fp/hasIn.js new file mode 100644 index 0000000..b3c3d1a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/hasIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('hasIn', require('../hasIn')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/head.js b/typescript/hello-world/node_modules/lodash/fp/head.js new file mode 100644 index 0000000..2694f0a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/head.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('head', require('../head'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/identical.js b/typescript/hello-world/node_modules/lodash/fp/identical.js new file mode 100644 index 0000000..85563f4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/identical.js @@ -0,0 +1 @@ +module.exports = require('./eq'); diff --git a/typescript/hello-world/node_modules/lodash/fp/identity.js b/typescript/hello-world/node_modules/lodash/fp/identity.js new file mode 100644 index 0000000..096415a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/identity.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('identity', require('../identity'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/inRange.js b/typescript/hello-world/node_modules/lodash/fp/inRange.js new file mode 100644 index 0000000..202d940 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/inRange.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('inRange', require('../inRange')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/includes.js b/typescript/hello-world/node_modules/lodash/fp/includes.js new file mode 100644 index 0000000..1146780 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/includes.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('includes', require('../includes')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/includesFrom.js b/typescript/hello-world/node_modules/lodash/fp/includesFrom.js new file mode 100644 index 0000000..683afdb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/includesFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('includesFrom', require('../includes')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/indexBy.js b/typescript/hello-world/node_modules/lodash/fp/indexBy.js new file mode 100644 index 0000000..7e64bc0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/indexBy.js @@ -0,0 +1 @@ +module.exports = require('./keyBy'); diff --git a/typescript/hello-world/node_modules/lodash/fp/indexOf.js b/typescript/hello-world/node_modules/lodash/fp/indexOf.js new file mode 100644 index 0000000..524658e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/indexOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('indexOf', require('../indexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/indexOfFrom.js b/typescript/hello-world/node_modules/lodash/fp/indexOfFrom.js new file mode 100644 index 0000000..d99c822 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/indexOfFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('indexOfFrom', require('../indexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/init.js b/typescript/hello-world/node_modules/lodash/fp/init.js new file mode 100644 index 0000000..2f88d8b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/init.js @@ -0,0 +1 @@ +module.exports = require('./initial'); diff --git a/typescript/hello-world/node_modules/lodash/fp/initial.js b/typescript/hello-world/node_modules/lodash/fp/initial.js new file mode 100644 index 0000000..b732ba0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/initial.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('initial', require('../initial'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/intersection.js b/typescript/hello-world/node_modules/lodash/fp/intersection.js new file mode 100644 index 0000000..52936d5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/intersection.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('intersection', require('../intersection')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/intersectionBy.js b/typescript/hello-world/node_modules/lodash/fp/intersectionBy.js new file mode 100644 index 0000000..72629f2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/intersectionBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('intersectionBy', require('../intersectionBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/intersectionWith.js b/typescript/hello-world/node_modules/lodash/fp/intersectionWith.js new file mode 100644 index 0000000..e064f40 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/intersectionWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('intersectionWith', require('../intersectionWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/invert.js b/typescript/hello-world/node_modules/lodash/fp/invert.js new file mode 100644 index 0000000..2d5d1f0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/invert.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invert', require('../invert')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/invertBy.js b/typescript/hello-world/node_modules/lodash/fp/invertBy.js new file mode 100644 index 0000000..63ca97e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/invertBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invertBy', require('../invertBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/invertObj.js b/typescript/hello-world/node_modules/lodash/fp/invertObj.js new file mode 100644 index 0000000..f1d842e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/invertObj.js @@ -0,0 +1 @@ +module.exports = require('./invert'); diff --git a/typescript/hello-world/node_modules/lodash/fp/invoke.js b/typescript/hello-world/node_modules/lodash/fp/invoke.js new file mode 100644 index 0000000..fcf17f0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/invoke.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invoke', require('../invoke')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/invokeArgs.js b/typescript/hello-world/node_modules/lodash/fp/invokeArgs.js new file mode 100644 index 0000000..d3f2953 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/invokeArgs.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invokeArgs', require('../invoke')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/invokeArgsMap.js b/typescript/hello-world/node_modules/lodash/fp/invokeArgsMap.js new file mode 100644 index 0000000..eaa9f84 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/invokeArgsMap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invokeArgsMap', require('../invokeMap')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/invokeMap.js b/typescript/hello-world/node_modules/lodash/fp/invokeMap.js new file mode 100644 index 0000000..6515fd7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/invokeMap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invokeMap', require('../invokeMap')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isArguments.js b/typescript/hello-world/node_modules/lodash/fp/isArguments.js new file mode 100644 index 0000000..1d93c9e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isArguments.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isArguments', require('../isArguments'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isArray.js b/typescript/hello-world/node_modules/lodash/fp/isArray.js new file mode 100644 index 0000000..ba7ade8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isArray.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isArray', require('../isArray'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isArrayBuffer.js b/typescript/hello-world/node_modules/lodash/fp/isArrayBuffer.js new file mode 100644 index 0000000..5088513 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isArrayBuffer.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isArrayBuffer', require('../isArrayBuffer'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isArrayLike.js b/typescript/hello-world/node_modules/lodash/fp/isArrayLike.js new file mode 100644 index 0000000..8f1856b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isArrayLike.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isArrayLike', require('../isArrayLike'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isArrayLikeObject.js b/typescript/hello-world/node_modules/lodash/fp/isArrayLikeObject.js new file mode 100644 index 0000000..2108498 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isArrayLikeObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isArrayLikeObject', require('../isArrayLikeObject'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isBoolean.js b/typescript/hello-world/node_modules/lodash/fp/isBoolean.js new file mode 100644 index 0000000..9339f75 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isBoolean.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isBoolean', require('../isBoolean'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isBuffer.js b/typescript/hello-world/node_modules/lodash/fp/isBuffer.js new file mode 100644 index 0000000..e60b123 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isBuffer.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isBuffer', require('../isBuffer'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isDate.js b/typescript/hello-world/node_modules/lodash/fp/isDate.js new file mode 100644 index 0000000..dc41d08 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isDate.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isDate', require('../isDate'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isElement.js b/typescript/hello-world/node_modules/lodash/fp/isElement.js new file mode 100644 index 0000000..18ee039 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isElement.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isElement', require('../isElement'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isEmpty.js b/typescript/hello-world/node_modules/lodash/fp/isEmpty.js new file mode 100644 index 0000000..0f4ae84 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isEmpty.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isEmpty', require('../isEmpty'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isEqual.js b/typescript/hello-world/node_modules/lodash/fp/isEqual.js new file mode 100644 index 0000000..4138386 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isEqual.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isEqual', require('../isEqual')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isEqualWith.js b/typescript/hello-world/node_modules/lodash/fp/isEqualWith.js new file mode 100644 index 0000000..029ff5c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isEqualWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isEqualWith', require('../isEqualWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isError.js b/typescript/hello-world/node_modules/lodash/fp/isError.js new file mode 100644 index 0000000..3dfd81c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isError.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isError', require('../isError'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isFinite.js b/typescript/hello-world/node_modules/lodash/fp/isFinite.js new file mode 100644 index 0000000..0b647b8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isFinite.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isFinite', require('../isFinite'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isFunction.js b/typescript/hello-world/node_modules/lodash/fp/isFunction.js new file mode 100644 index 0000000..ff8e5c4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isFunction.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isFunction', require('../isFunction'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isInteger.js b/typescript/hello-world/node_modules/lodash/fp/isInteger.js new file mode 100644 index 0000000..67af4ff --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isInteger.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isInteger', require('../isInteger'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isLength.js b/typescript/hello-world/node_modules/lodash/fp/isLength.js new file mode 100644 index 0000000..fc101c5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isLength.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isLength', require('../isLength'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isMap.js b/typescript/hello-world/node_modules/lodash/fp/isMap.js new file mode 100644 index 0000000..a209aa6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isMap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isMap', require('../isMap'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isMatch.js b/typescript/hello-world/node_modules/lodash/fp/isMatch.js new file mode 100644 index 0000000..6264ca1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isMatch.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isMatch', require('../isMatch')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isMatchWith.js b/typescript/hello-world/node_modules/lodash/fp/isMatchWith.js new file mode 100644 index 0000000..d95f319 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isMatchWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isMatchWith', require('../isMatchWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isNaN.js b/typescript/hello-world/node_modules/lodash/fp/isNaN.js new file mode 100644 index 0000000..66a978f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isNaN.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isNaN', require('../isNaN'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isNative.js b/typescript/hello-world/node_modules/lodash/fp/isNative.js new file mode 100644 index 0000000..3d775ba --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isNative.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isNative', require('../isNative'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isNil.js b/typescript/hello-world/node_modules/lodash/fp/isNil.js new file mode 100644 index 0000000..5952c02 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isNil.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isNil', require('../isNil'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isNull.js b/typescript/hello-world/node_modules/lodash/fp/isNull.js new file mode 100644 index 0000000..f201a35 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isNull.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isNull', require('../isNull'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isNumber.js b/typescript/hello-world/node_modules/lodash/fp/isNumber.js new file mode 100644 index 0000000..a2b5fa0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isNumber.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isNumber', require('../isNumber'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isObject.js b/typescript/hello-world/node_modules/lodash/fp/isObject.js new file mode 100644 index 0000000..231ace0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isObject', require('../isObject'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isObjectLike.js b/typescript/hello-world/node_modules/lodash/fp/isObjectLike.js new file mode 100644 index 0000000..f16082e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isObjectLike.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isObjectLike', require('../isObjectLike'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isPlainObject.js b/typescript/hello-world/node_modules/lodash/fp/isPlainObject.js new file mode 100644 index 0000000..b5bea90 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isPlainObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isPlainObject', require('../isPlainObject'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isRegExp.js b/typescript/hello-world/node_modules/lodash/fp/isRegExp.js new file mode 100644 index 0000000..12a1a3d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isRegExp.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isRegExp', require('../isRegExp'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isSafeInteger.js b/typescript/hello-world/node_modules/lodash/fp/isSafeInteger.js new file mode 100644 index 0000000..7230f55 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isSafeInteger.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isSafeInteger', require('../isSafeInteger'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isSet.js b/typescript/hello-world/node_modules/lodash/fp/isSet.js new file mode 100644 index 0000000..35c01f6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isSet.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isSet', require('../isSet'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isString.js b/typescript/hello-world/node_modules/lodash/fp/isString.js new file mode 100644 index 0000000..1fd0679 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isString.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isString', require('../isString'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isSymbol.js b/typescript/hello-world/node_modules/lodash/fp/isSymbol.js new file mode 100644 index 0000000..3867695 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isSymbol.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isSymbol', require('../isSymbol'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isTypedArray.js b/typescript/hello-world/node_modules/lodash/fp/isTypedArray.js new file mode 100644 index 0000000..8567953 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isTypedArray.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isTypedArray', require('../isTypedArray'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isUndefined.js b/typescript/hello-world/node_modules/lodash/fp/isUndefined.js new file mode 100644 index 0000000..ddbca31 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isUndefined.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isUndefined', require('../isUndefined'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isWeakMap.js b/typescript/hello-world/node_modules/lodash/fp/isWeakMap.js new file mode 100644 index 0000000..ef60c61 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isWeakMap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isWeakMap', require('../isWeakMap'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/isWeakSet.js b/typescript/hello-world/node_modules/lodash/fp/isWeakSet.js new file mode 100644 index 0000000..c99bfaa --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/isWeakSet.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isWeakSet', require('../isWeakSet'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/iteratee.js b/typescript/hello-world/node_modules/lodash/fp/iteratee.js new file mode 100644 index 0000000..9f0f717 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/iteratee.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('iteratee', require('../iteratee')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/join.js b/typescript/hello-world/node_modules/lodash/fp/join.js new file mode 100644 index 0000000..a220e00 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/join.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('join', require('../join')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/juxt.js b/typescript/hello-world/node_modules/lodash/fp/juxt.js new file mode 100644 index 0000000..f71e04e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/juxt.js @@ -0,0 +1 @@ +module.exports = require('./over'); diff --git a/typescript/hello-world/node_modules/lodash/fp/kebabCase.js b/typescript/hello-world/node_modules/lodash/fp/kebabCase.js new file mode 100644 index 0000000..60737f1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/kebabCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('kebabCase', require('../kebabCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/keyBy.js b/typescript/hello-world/node_modules/lodash/fp/keyBy.js new file mode 100644 index 0000000..9a6a85d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/keyBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('keyBy', require('../keyBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/keys.js b/typescript/hello-world/node_modules/lodash/fp/keys.js new file mode 100644 index 0000000..e12bb07 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/keys.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('keys', require('../keys'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/keysIn.js b/typescript/hello-world/node_modules/lodash/fp/keysIn.js new file mode 100644 index 0000000..f3eb36a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/keysIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('keysIn', require('../keysIn'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/lang.js b/typescript/hello-world/node_modules/lodash/fp/lang.js new file mode 100644 index 0000000..08cc9c1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/lang.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../lang')); diff --git a/typescript/hello-world/node_modules/lodash/fp/last.js b/typescript/hello-world/node_modules/lodash/fp/last.js new file mode 100644 index 0000000..0f71699 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/last.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('last', require('../last'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/lastIndexOf.js b/typescript/hello-world/node_modules/lodash/fp/lastIndexOf.js new file mode 100644 index 0000000..ddf39c3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/lastIndexOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lastIndexOf', require('../lastIndexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/lastIndexOfFrom.js b/typescript/hello-world/node_modules/lodash/fp/lastIndexOfFrom.js new file mode 100644 index 0000000..1ff6a0b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/lastIndexOfFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lastIndexOfFrom', require('../lastIndexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/lowerCase.js b/typescript/hello-world/node_modules/lodash/fp/lowerCase.js new file mode 100644 index 0000000..ea64bc1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/lowerCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lowerCase', require('../lowerCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/lowerFirst.js b/typescript/hello-world/node_modules/lodash/fp/lowerFirst.js new file mode 100644 index 0000000..539720a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/lowerFirst.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lowerFirst', require('../lowerFirst'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/lt.js b/typescript/hello-world/node_modules/lodash/fp/lt.js new file mode 100644 index 0000000..a31d21e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/lt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lt', require('../lt')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/lte.js b/typescript/hello-world/node_modules/lodash/fp/lte.js new file mode 100644 index 0000000..d795d10 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/lte.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lte', require('../lte')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/map.js b/typescript/hello-world/node_modules/lodash/fp/map.js new file mode 100644 index 0000000..cf98794 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/map.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('map', require('../map')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/mapKeys.js b/typescript/hello-world/node_modules/lodash/fp/mapKeys.js new file mode 100644 index 0000000..1684587 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/mapKeys.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mapKeys', require('../mapKeys')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/mapValues.js b/typescript/hello-world/node_modules/lodash/fp/mapValues.js new file mode 100644 index 0000000..4004972 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/mapValues.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mapValues', require('../mapValues')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/matches.js b/typescript/hello-world/node_modules/lodash/fp/matches.js new file mode 100644 index 0000000..29d1e1e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/matches.js @@ -0,0 +1 @@ +module.exports = require('./isMatch'); diff --git a/typescript/hello-world/node_modules/lodash/fp/matchesProperty.js b/typescript/hello-world/node_modules/lodash/fp/matchesProperty.js new file mode 100644 index 0000000..4575bd2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/matchesProperty.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('matchesProperty', require('../matchesProperty')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/math.js b/typescript/hello-world/node_modules/lodash/fp/math.js new file mode 100644 index 0000000..e8f50f7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/math.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../math')); diff --git a/typescript/hello-world/node_modules/lodash/fp/max.js b/typescript/hello-world/node_modules/lodash/fp/max.js new file mode 100644 index 0000000..a66acac --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/max.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('max', require('../max'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/maxBy.js b/typescript/hello-world/node_modules/lodash/fp/maxBy.js new file mode 100644 index 0000000..d083fd6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/maxBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('maxBy', require('../maxBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/mean.js b/typescript/hello-world/node_modules/lodash/fp/mean.js new file mode 100644 index 0000000..3117246 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/mean.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mean', require('../mean'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/meanBy.js b/typescript/hello-world/node_modules/lodash/fp/meanBy.js new file mode 100644 index 0000000..556f25e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/meanBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('meanBy', require('../meanBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/memoize.js b/typescript/hello-world/node_modules/lodash/fp/memoize.js new file mode 100644 index 0000000..638eec6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/memoize.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('memoize', require('../memoize')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/merge.js b/typescript/hello-world/node_modules/lodash/fp/merge.js new file mode 100644 index 0000000..ac66add --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/merge.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('merge', require('../merge')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/mergeAll.js b/typescript/hello-world/node_modules/lodash/fp/mergeAll.js new file mode 100644 index 0000000..a3674d6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/mergeAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mergeAll', require('../merge')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/mergeAllWith.js b/typescript/hello-world/node_modules/lodash/fp/mergeAllWith.js new file mode 100644 index 0000000..4bd4206 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/mergeAllWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mergeAllWith', require('../mergeWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/mergeWith.js b/typescript/hello-world/node_modules/lodash/fp/mergeWith.js new file mode 100644 index 0000000..00d44d5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/mergeWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mergeWith', require('../mergeWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/method.js b/typescript/hello-world/node_modules/lodash/fp/method.js new file mode 100644 index 0000000..f4060c6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/method.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('method', require('../method')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/methodOf.js b/typescript/hello-world/node_modules/lodash/fp/methodOf.js new file mode 100644 index 0000000..6139905 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/methodOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('methodOf', require('../methodOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/min.js b/typescript/hello-world/node_modules/lodash/fp/min.js new file mode 100644 index 0000000..d12c6b4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/min.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('min', require('../min'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/minBy.js b/typescript/hello-world/node_modules/lodash/fp/minBy.js new file mode 100644 index 0000000..fdb9e24 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/minBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('minBy', require('../minBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/mixin.js b/typescript/hello-world/node_modules/lodash/fp/mixin.js new file mode 100644 index 0000000..332e6fb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/mixin.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mixin', require('../mixin')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/multiply.js b/typescript/hello-world/node_modules/lodash/fp/multiply.js new file mode 100644 index 0000000..4dcf0b0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/multiply.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('multiply', require('../multiply')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/nAry.js b/typescript/hello-world/node_modules/lodash/fp/nAry.js new file mode 100644 index 0000000..f262a76 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/nAry.js @@ -0,0 +1 @@ +module.exports = require('./ary'); diff --git a/typescript/hello-world/node_modules/lodash/fp/negate.js b/typescript/hello-world/node_modules/lodash/fp/negate.js new file mode 100644 index 0000000..8b6dc7c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/negate.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('negate', require('../negate'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/next.js b/typescript/hello-world/node_modules/lodash/fp/next.js new file mode 100644 index 0000000..140155e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/next.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('next', require('../next'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/noop.js b/typescript/hello-world/node_modules/lodash/fp/noop.js new file mode 100644 index 0000000..b9e32cc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/noop.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('noop', require('../noop'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/now.js b/typescript/hello-world/node_modules/lodash/fp/now.js new file mode 100644 index 0000000..6de2068 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/now.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('now', require('../now'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/nth.js b/typescript/hello-world/node_modules/lodash/fp/nth.js new file mode 100644 index 0000000..da4fda7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/nth.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('nth', require('../nth')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/nthArg.js b/typescript/hello-world/node_modules/lodash/fp/nthArg.js new file mode 100644 index 0000000..fce3165 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/nthArg.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('nthArg', require('../nthArg')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/number.js b/typescript/hello-world/node_modules/lodash/fp/number.js new file mode 100644 index 0000000..5c10b88 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/number.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../number')); diff --git a/typescript/hello-world/node_modules/lodash/fp/object.js b/typescript/hello-world/node_modules/lodash/fp/object.js new file mode 100644 index 0000000..ae39a13 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/object.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../object')); diff --git a/typescript/hello-world/node_modules/lodash/fp/omit.js b/typescript/hello-world/node_modules/lodash/fp/omit.js new file mode 100644 index 0000000..fd68529 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/omit.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('omit', require('../omit')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/omitAll.js b/typescript/hello-world/node_modules/lodash/fp/omitAll.js new file mode 100644 index 0000000..144cf4b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/omitAll.js @@ -0,0 +1 @@ +module.exports = require('./omit'); diff --git a/typescript/hello-world/node_modules/lodash/fp/omitBy.js b/typescript/hello-world/node_modules/lodash/fp/omitBy.js new file mode 100644 index 0000000..90df738 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/omitBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('omitBy', require('../omitBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/once.js b/typescript/hello-world/node_modules/lodash/fp/once.js new file mode 100644 index 0000000..f8f0a5c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/once.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('once', require('../once'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/orderBy.js b/typescript/hello-world/node_modules/lodash/fp/orderBy.js new file mode 100644 index 0000000..848e210 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/orderBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('orderBy', require('../orderBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/over.js b/typescript/hello-world/node_modules/lodash/fp/over.js new file mode 100644 index 0000000..01eba7b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/over.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('over', require('../over')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/overArgs.js b/typescript/hello-world/node_modules/lodash/fp/overArgs.js new file mode 100644 index 0000000..738556f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/overArgs.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('overArgs', require('../overArgs')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/overEvery.js b/typescript/hello-world/node_modules/lodash/fp/overEvery.js new file mode 100644 index 0000000..9f5a032 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/overEvery.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('overEvery', require('../overEvery')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/overSome.js b/typescript/hello-world/node_modules/lodash/fp/overSome.js new file mode 100644 index 0000000..15939d5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/overSome.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('overSome', require('../overSome')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/pad.js b/typescript/hello-world/node_modules/lodash/fp/pad.js new file mode 100644 index 0000000..f1dea4a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pad.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pad', require('../pad')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/padChars.js b/typescript/hello-world/node_modules/lodash/fp/padChars.js new file mode 100644 index 0000000..d6e0804 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/padChars.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('padChars', require('../pad')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/padCharsEnd.js b/typescript/hello-world/node_modules/lodash/fp/padCharsEnd.js new file mode 100644 index 0000000..d4ab79a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/padCharsEnd.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('padCharsEnd', require('../padEnd')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/padCharsStart.js b/typescript/hello-world/node_modules/lodash/fp/padCharsStart.js new file mode 100644 index 0000000..a08a300 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/padCharsStart.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('padCharsStart', require('../padStart')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/padEnd.js b/typescript/hello-world/node_modules/lodash/fp/padEnd.js new file mode 100644 index 0000000..a8522ec --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/padEnd.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('padEnd', require('../padEnd')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/padStart.js b/typescript/hello-world/node_modules/lodash/fp/padStart.js new file mode 100644 index 0000000..f4ca79d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/padStart.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('padStart', require('../padStart')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/parseInt.js b/typescript/hello-world/node_modules/lodash/fp/parseInt.js new file mode 100644 index 0000000..27314cc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/parseInt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('parseInt', require('../parseInt')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/partial.js b/typescript/hello-world/node_modules/lodash/fp/partial.js new file mode 100644 index 0000000..5d46015 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/partial.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('partial', require('../partial')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/partialRight.js b/typescript/hello-world/node_modules/lodash/fp/partialRight.js new file mode 100644 index 0000000..7f05fed --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/partialRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('partialRight', require('../partialRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/partition.js b/typescript/hello-world/node_modules/lodash/fp/partition.js new file mode 100644 index 0000000..2ebcacc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/partition.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('partition', require('../partition')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/path.js b/typescript/hello-world/node_modules/lodash/fp/path.js new file mode 100644 index 0000000..b29cfb2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/path.js @@ -0,0 +1 @@ +module.exports = require('./get'); diff --git a/typescript/hello-world/node_modules/lodash/fp/pathEq.js b/typescript/hello-world/node_modules/lodash/fp/pathEq.js new file mode 100644 index 0000000..36c027a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pathEq.js @@ -0,0 +1 @@ +module.exports = require('./matchesProperty'); diff --git a/typescript/hello-world/node_modules/lodash/fp/pathOr.js b/typescript/hello-world/node_modules/lodash/fp/pathOr.js new file mode 100644 index 0000000..4ab5820 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pathOr.js @@ -0,0 +1 @@ +module.exports = require('./getOr'); diff --git a/typescript/hello-world/node_modules/lodash/fp/paths.js b/typescript/hello-world/node_modules/lodash/fp/paths.js new file mode 100644 index 0000000..1eb7950 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/paths.js @@ -0,0 +1 @@ +module.exports = require('./at'); diff --git a/typescript/hello-world/node_modules/lodash/fp/pick.js b/typescript/hello-world/node_modules/lodash/fp/pick.js new file mode 100644 index 0000000..197393d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pick.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pick', require('../pick')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/pickAll.js b/typescript/hello-world/node_modules/lodash/fp/pickAll.js new file mode 100644 index 0000000..a8ecd46 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pickAll.js @@ -0,0 +1 @@ +module.exports = require('./pick'); diff --git a/typescript/hello-world/node_modules/lodash/fp/pickBy.js b/typescript/hello-world/node_modules/lodash/fp/pickBy.js new file mode 100644 index 0000000..d832d16 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pickBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pickBy', require('../pickBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/pipe.js b/typescript/hello-world/node_modules/lodash/fp/pipe.js new file mode 100644 index 0000000..b2e1e2c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pipe.js @@ -0,0 +1 @@ +module.exports = require('./flow'); diff --git a/typescript/hello-world/node_modules/lodash/fp/placeholder.js b/typescript/hello-world/node_modules/lodash/fp/placeholder.js new file mode 100644 index 0000000..1ce1739 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/placeholder.js @@ -0,0 +1,6 @@ +/** + * The default argument placeholder value for methods. + * + * @type {Object} + */ +module.exports = {}; diff --git a/typescript/hello-world/node_modules/lodash/fp/plant.js b/typescript/hello-world/node_modules/lodash/fp/plant.js new file mode 100644 index 0000000..eca8f32 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/plant.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('plant', require('../plant'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/pluck.js b/typescript/hello-world/node_modules/lodash/fp/pluck.js new file mode 100644 index 0000000..0d1e1ab --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pluck.js @@ -0,0 +1 @@ +module.exports = require('./map'); diff --git a/typescript/hello-world/node_modules/lodash/fp/prop.js b/typescript/hello-world/node_modules/lodash/fp/prop.js new file mode 100644 index 0000000..b29cfb2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/prop.js @@ -0,0 +1 @@ +module.exports = require('./get'); diff --git a/typescript/hello-world/node_modules/lodash/fp/propEq.js b/typescript/hello-world/node_modules/lodash/fp/propEq.js new file mode 100644 index 0000000..36c027a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/propEq.js @@ -0,0 +1 @@ +module.exports = require('./matchesProperty'); diff --git a/typescript/hello-world/node_modules/lodash/fp/propOr.js b/typescript/hello-world/node_modules/lodash/fp/propOr.js new file mode 100644 index 0000000..4ab5820 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/propOr.js @@ -0,0 +1 @@ +module.exports = require('./getOr'); diff --git a/typescript/hello-world/node_modules/lodash/fp/property.js b/typescript/hello-world/node_modules/lodash/fp/property.js new file mode 100644 index 0000000..b29cfb2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/property.js @@ -0,0 +1 @@ +module.exports = require('./get'); diff --git a/typescript/hello-world/node_modules/lodash/fp/propertyOf.js b/typescript/hello-world/node_modules/lodash/fp/propertyOf.js new file mode 100644 index 0000000..f6273ee --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/propertyOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('propertyOf', require('../get')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/props.js b/typescript/hello-world/node_modules/lodash/fp/props.js new file mode 100644 index 0000000..1eb7950 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/props.js @@ -0,0 +1 @@ +module.exports = require('./at'); diff --git a/typescript/hello-world/node_modules/lodash/fp/pull.js b/typescript/hello-world/node_modules/lodash/fp/pull.js new file mode 100644 index 0000000..8d7084f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pull.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pull', require('../pull')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/pullAll.js b/typescript/hello-world/node_modules/lodash/fp/pullAll.js new file mode 100644 index 0000000..98d5c9a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pullAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pullAll', require('../pullAll')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/pullAllBy.js b/typescript/hello-world/node_modules/lodash/fp/pullAllBy.js new file mode 100644 index 0000000..876bc3b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pullAllBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pullAllBy', require('../pullAllBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/pullAllWith.js b/typescript/hello-world/node_modules/lodash/fp/pullAllWith.js new file mode 100644 index 0000000..f71ba4d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pullAllWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pullAllWith', require('../pullAllWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/pullAt.js b/typescript/hello-world/node_modules/lodash/fp/pullAt.js new file mode 100644 index 0000000..e8b3bb6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/pullAt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pullAt', require('../pullAt')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/random.js b/typescript/hello-world/node_modules/lodash/fp/random.js new file mode 100644 index 0000000..99d852e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/random.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('random', require('../random')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/range.js b/typescript/hello-world/node_modules/lodash/fp/range.js new file mode 100644 index 0000000..a6bb591 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/range.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('range', require('../range')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/rangeRight.js b/typescript/hello-world/node_modules/lodash/fp/rangeRight.js new file mode 100644 index 0000000..fdb712f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/rangeRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('rangeRight', require('../rangeRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/rangeStep.js b/typescript/hello-world/node_modules/lodash/fp/rangeStep.js new file mode 100644 index 0000000..d72dfc2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/rangeStep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('rangeStep', require('../range')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/rangeStepRight.js b/typescript/hello-world/node_modules/lodash/fp/rangeStepRight.js new file mode 100644 index 0000000..8b2a67b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/rangeStepRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('rangeStepRight', require('../rangeRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/rearg.js b/typescript/hello-world/node_modules/lodash/fp/rearg.js new file mode 100644 index 0000000..678e02a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/rearg.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('rearg', require('../rearg')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/reduce.js b/typescript/hello-world/node_modules/lodash/fp/reduce.js new file mode 100644 index 0000000..4cef0a0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/reduce.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('reduce', require('../reduce')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/reduceRight.js b/typescript/hello-world/node_modules/lodash/fp/reduceRight.js new file mode 100644 index 0000000..caf5bb5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/reduceRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('reduceRight', require('../reduceRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/reject.js b/typescript/hello-world/node_modules/lodash/fp/reject.js new file mode 100644 index 0000000..c163273 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/reject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('reject', require('../reject')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/remove.js b/typescript/hello-world/node_modules/lodash/fp/remove.js new file mode 100644 index 0000000..e9d1327 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/remove.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('remove', require('../remove')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/repeat.js b/typescript/hello-world/node_modules/lodash/fp/repeat.js new file mode 100644 index 0000000..08470f2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/repeat.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('repeat', require('../repeat')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/replace.js b/typescript/hello-world/node_modules/lodash/fp/replace.js new file mode 100644 index 0000000..2227db6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/replace.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('replace', require('../replace')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/rest.js b/typescript/hello-world/node_modules/lodash/fp/rest.js new file mode 100644 index 0000000..c1f3d64 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/rest.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('rest', require('../rest')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/restFrom.js b/typescript/hello-world/node_modules/lodash/fp/restFrom.js new file mode 100644 index 0000000..714e42b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/restFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('restFrom', require('../rest')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/result.js b/typescript/hello-world/node_modules/lodash/fp/result.js new file mode 100644 index 0000000..f86ce07 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/result.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('result', require('../result')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/reverse.js b/typescript/hello-world/node_modules/lodash/fp/reverse.js new file mode 100644 index 0000000..07c9f5e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/reverse.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('reverse', require('../reverse')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/round.js b/typescript/hello-world/node_modules/lodash/fp/round.js new file mode 100644 index 0000000..4c0e5c8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/round.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('round', require('../round')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sample.js b/typescript/hello-world/node_modules/lodash/fp/sample.js new file mode 100644 index 0000000..6bea125 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sample.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sample', require('../sample'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sampleSize.js b/typescript/hello-world/node_modules/lodash/fp/sampleSize.js new file mode 100644 index 0000000..359ed6f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sampleSize.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sampleSize', require('../sampleSize')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/seq.js b/typescript/hello-world/node_modules/lodash/fp/seq.js new file mode 100644 index 0000000..d8f42b0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/seq.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../seq')); diff --git a/typescript/hello-world/node_modules/lodash/fp/set.js b/typescript/hello-world/node_modules/lodash/fp/set.js new file mode 100644 index 0000000..0b56a56 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/set.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('set', require('../set')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/setWith.js b/typescript/hello-world/node_modules/lodash/fp/setWith.js new file mode 100644 index 0000000..0b58495 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/setWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('setWith', require('../setWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/shuffle.js b/typescript/hello-world/node_modules/lodash/fp/shuffle.js new file mode 100644 index 0000000..aa3a1ca --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/shuffle.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('shuffle', require('../shuffle'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/size.js b/typescript/hello-world/node_modules/lodash/fp/size.js new file mode 100644 index 0000000..7490136 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/size.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('size', require('../size'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/slice.js b/typescript/hello-world/node_modules/lodash/fp/slice.js new file mode 100644 index 0000000..15945d3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/slice.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('slice', require('../slice')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/snakeCase.js b/typescript/hello-world/node_modules/lodash/fp/snakeCase.js new file mode 100644 index 0000000..a0ff780 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/snakeCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('snakeCase', require('../snakeCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/some.js b/typescript/hello-world/node_modules/lodash/fp/some.js new file mode 100644 index 0000000..a4fa2d0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/some.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('some', require('../some')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sortBy.js b/typescript/hello-world/node_modules/lodash/fp/sortBy.js new file mode 100644 index 0000000..e0790ad --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sortBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortBy', require('../sortBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sortedIndex.js b/typescript/hello-world/node_modules/lodash/fp/sortedIndex.js new file mode 100644 index 0000000..364a054 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sortedIndex.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedIndex', require('../sortedIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sortedIndexBy.js b/typescript/hello-world/node_modules/lodash/fp/sortedIndexBy.js new file mode 100644 index 0000000..9593dbd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sortedIndexBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedIndexBy', require('../sortedIndexBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sortedIndexOf.js b/typescript/hello-world/node_modules/lodash/fp/sortedIndexOf.js new file mode 100644 index 0000000..c9084ca --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sortedIndexOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedIndexOf', require('../sortedIndexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sortedLastIndex.js b/typescript/hello-world/node_modules/lodash/fp/sortedLastIndex.js new file mode 100644 index 0000000..47fe241 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sortedLastIndex.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedLastIndex', require('../sortedLastIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sortedLastIndexBy.js b/typescript/hello-world/node_modules/lodash/fp/sortedLastIndexBy.js new file mode 100644 index 0000000..0f9a347 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sortedLastIndexBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedLastIndexBy', require('../sortedLastIndexBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sortedLastIndexOf.js b/typescript/hello-world/node_modules/lodash/fp/sortedLastIndexOf.js new file mode 100644 index 0000000..0d4d932 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sortedLastIndexOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedLastIndexOf', require('../sortedLastIndexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sortedUniq.js b/typescript/hello-world/node_modules/lodash/fp/sortedUniq.js new file mode 100644 index 0000000..882d283 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sortedUniq.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedUniq', require('../sortedUniq'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sortedUniqBy.js b/typescript/hello-world/node_modules/lodash/fp/sortedUniqBy.js new file mode 100644 index 0000000..033db91 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sortedUniqBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedUniqBy', require('../sortedUniqBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/split.js b/typescript/hello-world/node_modules/lodash/fp/split.js new file mode 100644 index 0000000..14de1a7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/split.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('split', require('../split')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/spread.js b/typescript/hello-world/node_modules/lodash/fp/spread.js new file mode 100644 index 0000000..2d11b70 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/spread.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('spread', require('../spread')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/spreadFrom.js b/typescript/hello-world/node_modules/lodash/fp/spreadFrom.js new file mode 100644 index 0000000..0b630df --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/spreadFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('spreadFrom', require('../spread')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/startCase.js b/typescript/hello-world/node_modules/lodash/fp/startCase.js new file mode 100644 index 0000000..ada98c9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/startCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('startCase', require('../startCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/startsWith.js b/typescript/hello-world/node_modules/lodash/fp/startsWith.js new file mode 100644 index 0000000..985e2f2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/startsWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('startsWith', require('../startsWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/string.js b/typescript/hello-world/node_modules/lodash/fp/string.js new file mode 100644 index 0000000..773b037 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/string.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../string')); diff --git a/typescript/hello-world/node_modules/lodash/fp/stubArray.js b/typescript/hello-world/node_modules/lodash/fp/stubArray.js new file mode 100644 index 0000000..cd604cb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/stubArray.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('stubArray', require('../stubArray'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/stubFalse.js b/typescript/hello-world/node_modules/lodash/fp/stubFalse.js new file mode 100644 index 0000000..3296664 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/stubFalse.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('stubFalse', require('../stubFalse'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/stubObject.js b/typescript/hello-world/node_modules/lodash/fp/stubObject.js new file mode 100644 index 0000000..c6c8ec4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/stubObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('stubObject', require('../stubObject'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/stubString.js b/typescript/hello-world/node_modules/lodash/fp/stubString.js new file mode 100644 index 0000000..701051e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/stubString.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('stubString', require('../stubString'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/stubTrue.js b/typescript/hello-world/node_modules/lodash/fp/stubTrue.js new file mode 100644 index 0000000..9249082 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/stubTrue.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('stubTrue', require('../stubTrue'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/subtract.js b/typescript/hello-world/node_modules/lodash/fp/subtract.js new file mode 100644 index 0000000..d32b16d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/subtract.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('subtract', require('../subtract')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sum.js b/typescript/hello-world/node_modules/lodash/fp/sum.js new file mode 100644 index 0000000..5cce12b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sum.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sum', require('../sum'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/sumBy.js b/typescript/hello-world/node_modules/lodash/fp/sumBy.js new file mode 100644 index 0000000..c882656 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/sumBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sumBy', require('../sumBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/symmetricDifference.js b/typescript/hello-world/node_modules/lodash/fp/symmetricDifference.js new file mode 100644 index 0000000..78c16ad --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/symmetricDifference.js @@ -0,0 +1 @@ +module.exports = require('./xor'); diff --git a/typescript/hello-world/node_modules/lodash/fp/symmetricDifferenceBy.js b/typescript/hello-world/node_modules/lodash/fp/symmetricDifferenceBy.js new file mode 100644 index 0000000..298fc7f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/symmetricDifferenceBy.js @@ -0,0 +1 @@ +module.exports = require('./xorBy'); diff --git a/typescript/hello-world/node_modules/lodash/fp/symmetricDifferenceWith.js b/typescript/hello-world/node_modules/lodash/fp/symmetricDifferenceWith.js new file mode 100644 index 0000000..70bc6fa --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/symmetricDifferenceWith.js @@ -0,0 +1 @@ +module.exports = require('./xorWith'); diff --git a/typescript/hello-world/node_modules/lodash/fp/tail.js b/typescript/hello-world/node_modules/lodash/fp/tail.js new file mode 100644 index 0000000..f122f0a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/tail.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('tail', require('../tail'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/take.js b/typescript/hello-world/node_modules/lodash/fp/take.js new file mode 100644 index 0000000..9af98a7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/take.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('take', require('../take')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/takeLast.js b/typescript/hello-world/node_modules/lodash/fp/takeLast.js new file mode 100644 index 0000000..e98c84a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/takeLast.js @@ -0,0 +1 @@ +module.exports = require('./takeRight'); diff --git a/typescript/hello-world/node_modules/lodash/fp/takeLastWhile.js b/typescript/hello-world/node_modules/lodash/fp/takeLastWhile.js new file mode 100644 index 0000000..5367968 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/takeLastWhile.js @@ -0,0 +1 @@ +module.exports = require('./takeRightWhile'); diff --git a/typescript/hello-world/node_modules/lodash/fp/takeRight.js b/typescript/hello-world/node_modules/lodash/fp/takeRight.js new file mode 100644 index 0000000..b82950a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/takeRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('takeRight', require('../takeRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/takeRightWhile.js b/typescript/hello-world/node_modules/lodash/fp/takeRightWhile.js new file mode 100644 index 0000000..8ffb0a2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/takeRightWhile.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('takeRightWhile', require('../takeRightWhile')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/takeWhile.js b/typescript/hello-world/node_modules/lodash/fp/takeWhile.js new file mode 100644 index 0000000..2813664 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/takeWhile.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('takeWhile', require('../takeWhile')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/tap.js b/typescript/hello-world/node_modules/lodash/fp/tap.js new file mode 100644 index 0000000..d33ad6e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/tap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('tap', require('../tap')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/template.js b/typescript/hello-world/node_modules/lodash/fp/template.js new file mode 100644 index 0000000..74857e1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/template.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('template', require('../template')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/templateSettings.js b/typescript/hello-world/node_modules/lodash/fp/templateSettings.js new file mode 100644 index 0000000..7bcc0a8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/templateSettings.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('templateSettings', require('../templateSettings'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/throttle.js b/typescript/hello-world/node_modules/lodash/fp/throttle.js new file mode 100644 index 0000000..77fff14 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/throttle.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('throttle', require('../throttle')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/thru.js b/typescript/hello-world/node_modules/lodash/fp/thru.js new file mode 100644 index 0000000..d42b3b1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/thru.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('thru', require('../thru')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/times.js b/typescript/hello-world/node_modules/lodash/fp/times.js new file mode 100644 index 0000000..0dab06d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/times.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('times', require('../times')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toArray.js b/typescript/hello-world/node_modules/lodash/fp/toArray.js new file mode 100644 index 0000000..f0c360a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toArray.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toArray', require('../toArray'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toFinite.js b/typescript/hello-world/node_modules/lodash/fp/toFinite.js new file mode 100644 index 0000000..3a47687 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toFinite.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toFinite', require('../toFinite'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toInteger.js b/typescript/hello-world/node_modules/lodash/fp/toInteger.js new file mode 100644 index 0000000..e0af6a7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toInteger.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toInteger', require('../toInteger'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toIterator.js b/typescript/hello-world/node_modules/lodash/fp/toIterator.js new file mode 100644 index 0000000..65e6baa --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toIterator.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toIterator', require('../toIterator'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toJSON.js b/typescript/hello-world/node_modules/lodash/fp/toJSON.js new file mode 100644 index 0000000..2d718d0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toJSON.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toJSON', require('../toJSON'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toLength.js b/typescript/hello-world/node_modules/lodash/fp/toLength.js new file mode 100644 index 0000000..b97cdd9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toLength.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toLength', require('../toLength'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toLower.js b/typescript/hello-world/node_modules/lodash/fp/toLower.js new file mode 100644 index 0000000..616ef36 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toLower.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toLower', require('../toLower'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toNumber.js b/typescript/hello-world/node_modules/lodash/fp/toNumber.js new file mode 100644 index 0000000..d0c6f4d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toNumber.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toNumber', require('../toNumber'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toPairs.js b/typescript/hello-world/node_modules/lodash/fp/toPairs.js new file mode 100644 index 0000000..af78378 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toPairs.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toPairs', require('../toPairs'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toPairsIn.js b/typescript/hello-world/node_modules/lodash/fp/toPairsIn.js new file mode 100644 index 0000000..66504ab --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toPairsIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toPairsIn', require('../toPairsIn'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toPath.js b/typescript/hello-world/node_modules/lodash/fp/toPath.js new file mode 100644 index 0000000..b4d5e50 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toPath.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toPath', require('../toPath'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toPlainObject.js b/typescript/hello-world/node_modules/lodash/fp/toPlainObject.js new file mode 100644 index 0000000..278bb86 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toPlainObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toPlainObject', require('../toPlainObject'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toSafeInteger.js b/typescript/hello-world/node_modules/lodash/fp/toSafeInteger.js new file mode 100644 index 0000000..367a26f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toSafeInteger.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toSafeInteger', require('../toSafeInteger'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toString.js b/typescript/hello-world/node_modules/lodash/fp/toString.js new file mode 100644 index 0000000..cec4f8e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toString.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toString', require('../toString'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/toUpper.js b/typescript/hello-world/node_modules/lodash/fp/toUpper.js new file mode 100644 index 0000000..54f9a56 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/toUpper.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toUpper', require('../toUpper'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/transform.js b/typescript/hello-world/node_modules/lodash/fp/transform.js new file mode 100644 index 0000000..759d088 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/transform.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('transform', require('../transform')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/trim.js b/typescript/hello-world/node_modules/lodash/fp/trim.js new file mode 100644 index 0000000..e6319a7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/trim.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trim', require('../trim')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/trimChars.js b/typescript/hello-world/node_modules/lodash/fp/trimChars.js new file mode 100644 index 0000000..c9294de --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/trimChars.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trimChars', require('../trim')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/trimCharsEnd.js b/typescript/hello-world/node_modules/lodash/fp/trimCharsEnd.js new file mode 100644 index 0000000..284bc2f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/trimCharsEnd.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trimCharsEnd', require('../trimEnd')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/trimCharsStart.js b/typescript/hello-world/node_modules/lodash/fp/trimCharsStart.js new file mode 100644 index 0000000..ff0ee65 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/trimCharsStart.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trimCharsStart', require('../trimStart')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/trimEnd.js b/typescript/hello-world/node_modules/lodash/fp/trimEnd.js new file mode 100644 index 0000000..7190880 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/trimEnd.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trimEnd', require('../trimEnd')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/trimStart.js b/typescript/hello-world/node_modules/lodash/fp/trimStart.js new file mode 100644 index 0000000..fda902c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/trimStart.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trimStart', require('../trimStart')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/truncate.js b/typescript/hello-world/node_modules/lodash/fp/truncate.js new file mode 100644 index 0000000..d265c1d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/truncate.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('truncate', require('../truncate')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/unapply.js b/typescript/hello-world/node_modules/lodash/fp/unapply.js new file mode 100644 index 0000000..c5dfe77 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/unapply.js @@ -0,0 +1 @@ +module.exports = require('./rest'); diff --git a/typescript/hello-world/node_modules/lodash/fp/unary.js b/typescript/hello-world/node_modules/lodash/fp/unary.js new file mode 100644 index 0000000..286c945 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/unary.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unary', require('../unary'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/unescape.js b/typescript/hello-world/node_modules/lodash/fp/unescape.js new file mode 100644 index 0000000..fddcb46 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/unescape.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unescape', require('../unescape'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/union.js b/typescript/hello-world/node_modules/lodash/fp/union.js new file mode 100644 index 0000000..ef8228d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/union.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('union', require('../union')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/unionBy.js b/typescript/hello-world/node_modules/lodash/fp/unionBy.js new file mode 100644 index 0000000..603687a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/unionBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unionBy', require('../unionBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/unionWith.js b/typescript/hello-world/node_modules/lodash/fp/unionWith.js new file mode 100644 index 0000000..65bb3a7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/unionWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unionWith', require('../unionWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/uniq.js b/typescript/hello-world/node_modules/lodash/fp/uniq.js new file mode 100644 index 0000000..bc18524 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/uniq.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('uniq', require('../uniq'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/uniqBy.js b/typescript/hello-world/node_modules/lodash/fp/uniqBy.js new file mode 100644 index 0000000..634c6a8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/uniqBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('uniqBy', require('../uniqBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/uniqWith.js b/typescript/hello-world/node_modules/lodash/fp/uniqWith.js new file mode 100644 index 0000000..0ec601a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/uniqWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('uniqWith', require('../uniqWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/uniqueId.js b/typescript/hello-world/node_modules/lodash/fp/uniqueId.js new file mode 100644 index 0000000..aa8fc2f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/uniqueId.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('uniqueId', require('../uniqueId')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/unnest.js b/typescript/hello-world/node_modules/lodash/fp/unnest.js new file mode 100644 index 0000000..5d34060 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/unnest.js @@ -0,0 +1 @@ +module.exports = require('./flatten'); diff --git a/typescript/hello-world/node_modules/lodash/fp/unset.js b/typescript/hello-world/node_modules/lodash/fp/unset.js new file mode 100644 index 0000000..ea203a0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/unset.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unset', require('../unset')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/unzip.js b/typescript/hello-world/node_modules/lodash/fp/unzip.js new file mode 100644 index 0000000..cc364b3 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/unzip.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unzip', require('../unzip'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/unzipWith.js b/typescript/hello-world/node_modules/lodash/fp/unzipWith.js new file mode 100644 index 0000000..182eaa1 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/unzipWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unzipWith', require('../unzipWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/update.js b/typescript/hello-world/node_modules/lodash/fp/update.js new file mode 100644 index 0000000..b8ce2cc --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/update.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('update', require('../update')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/updateWith.js b/typescript/hello-world/node_modules/lodash/fp/updateWith.js new file mode 100644 index 0000000..d5e8282 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/updateWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('updateWith', require('../updateWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/upperCase.js b/typescript/hello-world/node_modules/lodash/fp/upperCase.js new file mode 100644 index 0000000..c886f20 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/upperCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('upperCase', require('../upperCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/upperFirst.js b/typescript/hello-world/node_modules/lodash/fp/upperFirst.js new file mode 100644 index 0000000..d8c04df --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/upperFirst.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('upperFirst', require('../upperFirst'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/useWith.js b/typescript/hello-world/node_modules/lodash/fp/useWith.js new file mode 100644 index 0000000..d8b3df5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/useWith.js @@ -0,0 +1 @@ +module.exports = require('./overArgs'); diff --git a/typescript/hello-world/node_modules/lodash/fp/util.js b/typescript/hello-world/node_modules/lodash/fp/util.js new file mode 100644 index 0000000..18c00ba --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/util.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../util')); diff --git a/typescript/hello-world/node_modules/lodash/fp/value.js b/typescript/hello-world/node_modules/lodash/fp/value.js new file mode 100644 index 0000000..555eec7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/value.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('value', require('../value'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/valueOf.js b/typescript/hello-world/node_modules/lodash/fp/valueOf.js new file mode 100644 index 0000000..f968807 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/valueOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('valueOf', require('../valueOf'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/values.js b/typescript/hello-world/node_modules/lodash/fp/values.js new file mode 100644 index 0000000..2dfc561 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/values.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('values', require('../values'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/valuesIn.js b/typescript/hello-world/node_modules/lodash/fp/valuesIn.js new file mode 100644 index 0000000..a1b2bb8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/valuesIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('valuesIn', require('../valuesIn'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/where.js b/typescript/hello-world/node_modules/lodash/fp/where.js new file mode 100644 index 0000000..3247f64 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/where.js @@ -0,0 +1 @@ +module.exports = require('./conformsTo'); diff --git a/typescript/hello-world/node_modules/lodash/fp/whereEq.js b/typescript/hello-world/node_modules/lodash/fp/whereEq.js new file mode 100644 index 0000000..29d1e1e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/whereEq.js @@ -0,0 +1 @@ +module.exports = require('./isMatch'); diff --git a/typescript/hello-world/node_modules/lodash/fp/without.js b/typescript/hello-world/node_modules/lodash/fp/without.js new file mode 100644 index 0000000..bad9e12 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/without.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('without', require('../without')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/words.js b/typescript/hello-world/node_modules/lodash/fp/words.js new file mode 100644 index 0000000..4a90141 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/words.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('words', require('../words')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/wrap.js b/typescript/hello-world/node_modules/lodash/fp/wrap.js new file mode 100644 index 0000000..e93bd8a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/wrap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrap', require('../wrap')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/wrapperAt.js b/typescript/hello-world/node_modules/lodash/fp/wrapperAt.js new file mode 100644 index 0000000..8f0a310 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/wrapperAt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrapperAt', require('../wrapperAt'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/wrapperChain.js b/typescript/hello-world/node_modules/lodash/fp/wrapperChain.js new file mode 100644 index 0000000..2a48ea2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/wrapperChain.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrapperChain', require('../wrapperChain'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/wrapperLodash.js b/typescript/hello-world/node_modules/lodash/fp/wrapperLodash.js new file mode 100644 index 0000000..a7162d0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/wrapperLodash.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrapperLodash', require('../wrapperLodash'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/wrapperReverse.js b/typescript/hello-world/node_modules/lodash/fp/wrapperReverse.js new file mode 100644 index 0000000..e1481aa --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/wrapperReverse.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrapperReverse', require('../wrapperReverse'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/wrapperValue.js b/typescript/hello-world/node_modules/lodash/fp/wrapperValue.js new file mode 100644 index 0000000..8eb9112 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/wrapperValue.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrapperValue', require('../wrapperValue'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/xor.js b/typescript/hello-world/node_modules/lodash/fp/xor.js new file mode 100644 index 0000000..29e2819 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/xor.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('xor', require('../xor')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/xorBy.js b/typescript/hello-world/node_modules/lodash/fp/xorBy.js new file mode 100644 index 0000000..b355686 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/xorBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('xorBy', require('../xorBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/xorWith.js b/typescript/hello-world/node_modules/lodash/fp/xorWith.js new file mode 100644 index 0000000..8e05739 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/xorWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('xorWith', require('../xorWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/zip.js b/typescript/hello-world/node_modules/lodash/fp/zip.js new file mode 100644 index 0000000..69e147a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/zip.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('zip', require('../zip')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/zipAll.js b/typescript/hello-world/node_modules/lodash/fp/zipAll.js new file mode 100644 index 0000000..efa8ccb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/zipAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('zipAll', require('../zip')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/zipObj.js b/typescript/hello-world/node_modules/lodash/fp/zipObj.js new file mode 100644 index 0000000..f4a3453 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/zipObj.js @@ -0,0 +1 @@ +module.exports = require('./zipObject'); diff --git a/typescript/hello-world/node_modules/lodash/fp/zipObject.js b/typescript/hello-world/node_modules/lodash/fp/zipObject.js new file mode 100644 index 0000000..462dbb6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/zipObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('zipObject', require('../zipObject')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/zipObjectDeep.js b/typescript/hello-world/node_modules/lodash/fp/zipObjectDeep.js new file mode 100644 index 0000000..53a5d33 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/zipObjectDeep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('zipObjectDeep', require('../zipObjectDeep')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fp/zipWith.js b/typescript/hello-world/node_modules/lodash/fp/zipWith.js new file mode 100644 index 0000000..c5cf9e2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fp/zipWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('zipWith', require('../zipWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/typescript/hello-world/node_modules/lodash/fromPairs.js b/typescript/hello-world/node_modules/lodash/fromPairs.js new file mode 100644 index 0000000..ee7940d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/fromPairs.js @@ -0,0 +1,28 @@ +/** + * The inverse of `_.toPairs`; this method returns an object composed + * from key-value `pairs`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} pairs The key-value pairs. + * @returns {Object} Returns the new object. + * @example + * + * _.fromPairs([['a', 1], ['b', 2]]); + * // => { 'a': 1, 'b': 2 } + */ +function fromPairs(pairs) { + var index = -1, + length = pairs == null ? 0 : pairs.length, + result = {}; + + while (++index < length) { + var pair = pairs[index]; + result[pair[0]] = pair[1]; + } + return result; +} + +module.exports = fromPairs; diff --git a/typescript/hello-world/node_modules/lodash/function.js b/typescript/hello-world/node_modules/lodash/function.js new file mode 100644 index 0000000..b0fc6d9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/function.js @@ -0,0 +1,25 @@ +module.exports = { + 'after': require('./after'), + 'ary': require('./ary'), + 'before': require('./before'), + 'bind': require('./bind'), + 'bindKey': require('./bindKey'), + 'curry': require('./curry'), + 'curryRight': require('./curryRight'), + 'debounce': require('./debounce'), + 'defer': require('./defer'), + 'delay': require('./delay'), + 'flip': require('./flip'), + 'memoize': require('./memoize'), + 'negate': require('./negate'), + 'once': require('./once'), + 'overArgs': require('./overArgs'), + 'partial': require('./partial'), + 'partialRight': require('./partialRight'), + 'rearg': require('./rearg'), + 'rest': require('./rest'), + 'spread': require('./spread'), + 'throttle': require('./throttle'), + 'unary': require('./unary'), + 'wrap': require('./wrap') +}; diff --git a/typescript/hello-world/node_modules/lodash/functions.js b/typescript/hello-world/node_modules/lodash/functions.js new file mode 100644 index 0000000..9722928 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/functions.js @@ -0,0 +1,31 @@ +var baseFunctions = require('./_baseFunctions'), + keys = require('./keys'); + +/** + * Creates an array of function property names from own enumerable properties + * of `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to inspect. + * @returns {Array} Returns the function names. + * @see _.functionsIn + * @example + * + * function Foo() { + * this.a = _.constant('a'); + * this.b = _.constant('b'); + * } + * + * Foo.prototype.c = _.constant('c'); + * + * _.functions(new Foo); + * // => ['a', 'b'] + */ +function functions(object) { + return object == null ? [] : baseFunctions(object, keys(object)); +} + +module.exports = functions; diff --git a/typescript/hello-world/node_modules/lodash/functionsIn.js b/typescript/hello-world/node_modules/lodash/functionsIn.js new file mode 100644 index 0000000..f00345d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/functionsIn.js @@ -0,0 +1,31 @@ +var baseFunctions = require('./_baseFunctions'), + keysIn = require('./keysIn'); + +/** + * Creates an array of function property names from own and inherited + * enumerable properties of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to inspect. + * @returns {Array} Returns the function names. + * @see _.functions + * @example + * + * function Foo() { + * this.a = _.constant('a'); + * this.b = _.constant('b'); + * } + * + * Foo.prototype.c = _.constant('c'); + * + * _.functionsIn(new Foo); + * // => ['a', 'b', 'c'] + */ +function functionsIn(object) { + return object == null ? [] : baseFunctions(object, keysIn(object)); +} + +module.exports = functionsIn; diff --git a/typescript/hello-world/node_modules/lodash/get.js b/typescript/hello-world/node_modules/lodash/get.js new file mode 100644 index 0000000..8805ff9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/get.js @@ -0,0 +1,33 @@ +var baseGet = require('./_baseGet'); + +/** + * Gets the value at `path` of `object`. If the resolved value is + * `undefined`, the `defaultValue` is returned in its place. + * + * @static + * @memberOf _ + * @since 3.7.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @param {*} [defaultValue] The value returned for `undefined` resolved values. + * @returns {*} Returns the resolved value. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }] }; + * + * _.get(object, 'a[0].b.c'); + * // => 3 + * + * _.get(object, ['a', '0', 'b', 'c']); + * // => 3 + * + * _.get(object, 'a.b.c', 'default'); + * // => 'default' + */ +function get(object, path, defaultValue) { + var result = object == null ? undefined : baseGet(object, path); + return result === undefined ? defaultValue : result; +} + +module.exports = get; diff --git a/typescript/hello-world/node_modules/lodash/groupBy.js b/typescript/hello-world/node_modules/lodash/groupBy.js new file mode 100644 index 0000000..babf4f6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/groupBy.js @@ -0,0 +1,41 @@ +var baseAssignValue = require('./_baseAssignValue'), + createAggregator = require('./_createAggregator'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Creates an object composed of keys generated from the results of running + * each element of `collection` thru `iteratee`. The order of grouped values + * is determined by the order they occur in `collection`. The corresponding + * value of each key is an array of elements responsible for generating the + * key. The iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The iteratee to transform keys. + * @returns {Object} Returns the composed aggregate object. + * @example + * + * _.groupBy([6.1, 4.2, 6.3], Math.floor); + * // => { '4': [4.2], '6': [6.1, 6.3] } + * + * // The `_.property` iteratee shorthand. + * _.groupBy(['one', 'two', 'three'], 'length'); + * // => { '3': ['one', 'two'], '5': ['three'] } + */ +var groupBy = createAggregator(function(result, value, key) { + if (hasOwnProperty.call(result, key)) { + result[key].push(value); + } else { + baseAssignValue(result, key, [value]); + } +}); + +module.exports = groupBy; diff --git a/typescript/hello-world/node_modules/lodash/gt.js b/typescript/hello-world/node_modules/lodash/gt.js new file mode 100644 index 0000000..3a66282 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/gt.js @@ -0,0 +1,29 @@ +var baseGt = require('./_baseGt'), + createRelationalOperation = require('./_createRelationalOperation'); + +/** + * Checks if `value` is greater than `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than `other`, + * else `false`. + * @see _.lt + * @example + * + * _.gt(3, 1); + * // => true + * + * _.gt(3, 3); + * // => false + * + * _.gt(1, 3); + * // => false + */ +var gt = createRelationalOperation(baseGt); + +module.exports = gt; diff --git a/typescript/hello-world/node_modules/lodash/gte.js b/typescript/hello-world/node_modules/lodash/gte.js new file mode 100644 index 0000000..4180a68 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/gte.js @@ -0,0 +1,30 @@ +var createRelationalOperation = require('./_createRelationalOperation'); + +/** + * Checks if `value` is greater than or equal to `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than or equal to + * `other`, else `false`. + * @see _.lte + * @example + * + * _.gte(3, 1); + * // => true + * + * _.gte(3, 3); + * // => true + * + * _.gte(1, 3); + * // => false + */ +var gte = createRelationalOperation(function(value, other) { + return value >= other; +}); + +module.exports = gte; diff --git a/typescript/hello-world/node_modules/lodash/has.js b/typescript/hello-world/node_modules/lodash/has.js new file mode 100644 index 0000000..34df55e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/has.js @@ -0,0 +1,35 @@ +var baseHas = require('./_baseHas'), + hasPath = require('./_hasPath'); + +/** + * Checks if `path` is a direct property of `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = { 'a': { 'b': 2 } }; + * var other = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.has(object, 'a'); + * // => true + * + * _.has(object, 'a.b'); + * // => true + * + * _.has(object, ['a', 'b']); + * // => true + * + * _.has(other, 'a'); + * // => false + */ +function has(object, path) { + return object != null && hasPath(object, path, baseHas); +} + +module.exports = has; diff --git a/typescript/hello-world/node_modules/lodash/hasIn.js b/typescript/hello-world/node_modules/lodash/hasIn.js new file mode 100644 index 0000000..06a3686 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/hasIn.js @@ -0,0 +1,34 @@ +var baseHasIn = require('./_baseHasIn'), + hasPath = require('./_hasPath'); + +/** + * Checks if `path` is a direct or inherited property of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.hasIn(object, 'a'); + * // => true + * + * _.hasIn(object, 'a.b'); + * // => true + * + * _.hasIn(object, ['a', 'b']); + * // => true + * + * _.hasIn(object, 'b'); + * // => false + */ +function hasIn(object, path) { + return object != null && hasPath(object, path, baseHasIn); +} + +module.exports = hasIn; diff --git a/typescript/hello-world/node_modules/lodash/head.js b/typescript/hello-world/node_modules/lodash/head.js new file mode 100644 index 0000000..dee9d1f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/head.js @@ -0,0 +1,23 @@ +/** + * Gets the first element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias first + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the first element of `array`. + * @example + * + * _.head([1, 2, 3]); + * // => 1 + * + * _.head([]); + * // => undefined + */ +function head(array) { + return (array && array.length) ? array[0] : undefined; +} + +module.exports = head; diff --git a/typescript/hello-world/node_modules/lodash/identity.js b/typescript/hello-world/node_modules/lodash/identity.js new file mode 100644 index 0000000..2d5d963 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/identity.js @@ -0,0 +1,21 @@ +/** + * This method returns the first argument it receives. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {*} value Any value. + * @returns {*} Returns `value`. + * @example + * + * var object = { 'a': 1 }; + * + * console.log(_.identity(object) === object); + * // => true + */ +function identity(value) { + return value; +} + +module.exports = identity; diff --git a/typescript/hello-world/node_modules/lodash/inRange.js b/typescript/hello-world/node_modules/lodash/inRange.js new file mode 100644 index 0000000..f20728d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/inRange.js @@ -0,0 +1,55 @@ +var baseInRange = require('./_baseInRange'), + toFinite = require('./toFinite'), + toNumber = require('./toNumber'); + +/** + * Checks if `n` is between `start` and up to, but not including, `end`. If + * `end` is not specified, it's set to `start` with `start` then set to `0`. + * If `start` is greater than `end` the params are swapped to support + * negative ranges. + * + * @static + * @memberOf _ + * @since 3.3.0 + * @category Number + * @param {number} number The number to check. + * @param {number} [start=0] The start of the range. + * @param {number} end The end of the range. + * @returns {boolean} Returns `true` if `number` is in the range, else `false`. + * @see _.range, _.rangeRight + * @example + * + * _.inRange(3, 2, 4); + * // => true + * + * _.inRange(4, 8); + * // => true + * + * _.inRange(4, 2); + * // => false + * + * _.inRange(2, 2); + * // => false + * + * _.inRange(1.2, 2); + * // => true + * + * _.inRange(5.2, 4); + * // => false + * + * _.inRange(-3, -2, -6); + * // => true + */ +function inRange(number, start, end) { + start = toFinite(start); + if (end === undefined) { + end = start; + start = 0; + } else { + end = toFinite(end); + } + number = toNumber(number); + return baseInRange(number, start, end); +} + +module.exports = inRange; diff --git a/typescript/hello-world/node_modules/lodash/includes.js b/typescript/hello-world/node_modules/lodash/includes.js new file mode 100644 index 0000000..ae0deed --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/includes.js @@ -0,0 +1,53 @@ +var baseIndexOf = require('./_baseIndexOf'), + isArrayLike = require('./isArrayLike'), + isString = require('./isString'), + toInteger = require('./toInteger'), + values = require('./values'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * Checks if `value` is in `collection`. If `collection` is a string, it's + * checked for a substring of `value`, otherwise + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * is used for equality comparisons. If `fromIndex` is negative, it's used as + * the offset from the end of `collection`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object|string} collection The collection to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`. + * @returns {boolean} Returns `true` if `value` is found, else `false`. + * @example + * + * _.includes([1, 2, 3], 1); + * // => true + * + * _.includes([1, 2, 3], 1, 2); + * // => false + * + * _.includes({ 'a': 1, 'b': 2 }, 1); + * // => true + * + * _.includes('abcd', 'bc'); + * // => true + */ +function includes(collection, value, fromIndex, guard) { + collection = isArrayLike(collection) ? collection : values(collection); + fromIndex = (fromIndex && !guard) ? toInteger(fromIndex) : 0; + + var length = collection.length; + if (fromIndex < 0) { + fromIndex = nativeMax(length + fromIndex, 0); + } + return isString(collection) + ? (fromIndex <= length && collection.indexOf(value, fromIndex) > -1) + : (!!length && baseIndexOf(collection, value, fromIndex) > -1); +} + +module.exports = includes; diff --git a/typescript/hello-world/node_modules/lodash/index.js b/typescript/hello-world/node_modules/lodash/index.js new file mode 100644 index 0000000..5d063e2 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/index.js @@ -0,0 +1 @@ +module.exports = require('./lodash'); \ No newline at end of file diff --git a/typescript/hello-world/node_modules/lodash/indexOf.js b/typescript/hello-world/node_modules/lodash/indexOf.js new file mode 100644 index 0000000..3c644af --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/indexOf.js @@ -0,0 +1,42 @@ +var baseIndexOf = require('./_baseIndexOf'), + toInteger = require('./toInteger'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * Gets the index at which the first occurrence of `value` is found in `array` + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. If `fromIndex` is negative, it's used as the + * offset from the end of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.indexOf([1, 2, 1, 2], 2); + * // => 1 + * + * // Search from the `fromIndex`. + * _.indexOf([1, 2, 1, 2], 2, 2); + * // => 3 + */ +function indexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseIndexOf(array, value, index); +} + +module.exports = indexOf; diff --git a/typescript/hello-world/node_modules/lodash/initial.js b/typescript/hello-world/node_modules/lodash/initial.js new file mode 100644 index 0000000..f47fc50 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/initial.js @@ -0,0 +1,22 @@ +var baseSlice = require('./_baseSlice'); + +/** + * Gets all but the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.initial([1, 2, 3]); + * // => [1, 2] + */ +function initial(array) { + var length = array == null ? 0 : array.length; + return length ? baseSlice(array, 0, -1) : []; +} + +module.exports = initial; diff --git a/typescript/hello-world/node_modules/lodash/intersection.js b/typescript/hello-world/node_modules/lodash/intersection.js new file mode 100644 index 0000000..a94c135 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/intersection.js @@ -0,0 +1,30 @@ +var arrayMap = require('./_arrayMap'), + baseIntersection = require('./_baseIntersection'), + baseRest = require('./_baseRest'), + castArrayLikeObject = require('./_castArrayLikeObject'); + +/** + * Creates an array of unique values that are included in all given arrays + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. The order and references of result values are + * determined by the first array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * _.intersection([2, 1], [2, 3]); + * // => [2] + */ +var intersection = baseRest(function(arrays) { + var mapped = arrayMap(arrays, castArrayLikeObject); + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped) + : []; +}); + +module.exports = intersection; diff --git a/typescript/hello-world/node_modules/lodash/intersectionBy.js b/typescript/hello-world/node_modules/lodash/intersectionBy.js new file mode 100644 index 0000000..31461aa --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/intersectionBy.js @@ -0,0 +1,45 @@ +var arrayMap = require('./_arrayMap'), + baseIntersection = require('./_baseIntersection'), + baseIteratee = require('./_baseIteratee'), + baseRest = require('./_baseRest'), + castArrayLikeObject = require('./_castArrayLikeObject'), + last = require('./last'); + +/** + * This method is like `_.intersection` except that it accepts `iteratee` + * which is invoked for each element of each `arrays` to generate the criterion + * by which they're compared. The order and references of result values are + * determined by the first array. The iteratee is invoked with one argument: + * (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * _.intersectionBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [2.1] + * + * // The `_.property` iteratee shorthand. + * _.intersectionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }] + */ +var intersectionBy = baseRest(function(arrays) { + var iteratee = last(arrays), + mapped = arrayMap(arrays, castArrayLikeObject); + + if (iteratee === last(mapped)) { + iteratee = undefined; + } else { + mapped.pop(); + } + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped, baseIteratee(iteratee, 2)) + : []; +}); + +module.exports = intersectionBy; diff --git a/typescript/hello-world/node_modules/lodash/intersectionWith.js b/typescript/hello-world/node_modules/lodash/intersectionWith.js new file mode 100644 index 0000000..63cabfa --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/intersectionWith.js @@ -0,0 +1,41 @@ +var arrayMap = require('./_arrayMap'), + baseIntersection = require('./_baseIntersection'), + baseRest = require('./_baseRest'), + castArrayLikeObject = require('./_castArrayLikeObject'), + last = require('./last'); + +/** + * This method is like `_.intersection` except that it accepts `comparator` + * which is invoked to compare elements of `arrays`. The order and references + * of result values are determined by the first array. The comparator is + * invoked with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.intersectionWith(objects, others, _.isEqual); + * // => [{ 'x': 1, 'y': 2 }] + */ +var intersectionWith = baseRest(function(arrays) { + var comparator = last(arrays), + mapped = arrayMap(arrays, castArrayLikeObject); + + comparator = typeof comparator == 'function' ? comparator : undefined; + if (comparator) { + mapped.pop(); + } + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped, undefined, comparator) + : []; +}); + +module.exports = intersectionWith; diff --git a/typescript/hello-world/node_modules/lodash/invert.js b/typescript/hello-world/node_modules/lodash/invert.js new file mode 100644 index 0000000..21d10ab --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/invert.js @@ -0,0 +1,27 @@ +var constant = require('./constant'), + createInverter = require('./_createInverter'), + identity = require('./identity'); + +/** + * Creates an object composed of the inverted keys and values of `object`. + * If `object` contains duplicate values, subsequent values overwrite + * property assignments of previous values. + * + * @static + * @memberOf _ + * @since 0.7.0 + * @category Object + * @param {Object} object The object to invert. + * @returns {Object} Returns the new inverted object. + * @example + * + * var object = { 'a': 1, 'b': 2, 'c': 1 }; + * + * _.invert(object); + * // => { '1': 'c', '2': 'b' } + */ +var invert = createInverter(function(result, value, key) { + result[value] = key; +}, constant(identity)); + +module.exports = invert; diff --git a/typescript/hello-world/node_modules/lodash/invertBy.js b/typescript/hello-world/node_modules/lodash/invertBy.js new file mode 100644 index 0000000..e5ba0f7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/invertBy.js @@ -0,0 +1,44 @@ +var baseIteratee = require('./_baseIteratee'), + createInverter = require('./_createInverter'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * This method is like `_.invert` except that the inverted object is generated + * from the results of running each element of `object` thru `iteratee`. The + * corresponding inverted value of each inverted key is an array of keys + * responsible for generating the inverted value. The iteratee is invoked + * with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.1.0 + * @category Object + * @param {Object} object The object to invert. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Object} Returns the new inverted object. + * @example + * + * var object = { 'a': 1, 'b': 2, 'c': 1 }; + * + * _.invertBy(object); + * // => { '1': ['a', 'c'], '2': ['b'] } + * + * _.invertBy(object, function(value) { + * return 'group' + value; + * }); + * // => { 'group1': ['a', 'c'], 'group2': ['b'] } + */ +var invertBy = createInverter(function(result, value, key) { + if (hasOwnProperty.call(result, value)) { + result[value].push(key); + } else { + result[value] = [key]; + } +}, baseIteratee); + +module.exports = invertBy; diff --git a/typescript/hello-world/node_modules/lodash/invoke.js b/typescript/hello-world/node_modules/lodash/invoke.js new file mode 100644 index 0000000..97d51eb --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/invoke.js @@ -0,0 +1,24 @@ +var baseInvoke = require('./_baseInvoke'), + baseRest = require('./_baseRest'); + +/** + * Invokes the method at `path` of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the method to invoke. + * @param {...*} [args] The arguments to invoke the method with. + * @returns {*} Returns the result of the invoked method. + * @example + * + * var object = { 'a': [{ 'b': { 'c': [1, 2, 3, 4] } }] }; + * + * _.invoke(object, 'a[0].b.c.slice', 1, 3); + * // => [2, 3] + */ +var invoke = baseRest(baseInvoke); + +module.exports = invoke; diff --git a/typescript/hello-world/node_modules/lodash/invokeMap.js b/typescript/hello-world/node_modules/lodash/invokeMap.js new file mode 100644 index 0000000..8da5126 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/invokeMap.js @@ -0,0 +1,41 @@ +var apply = require('./_apply'), + baseEach = require('./_baseEach'), + baseInvoke = require('./_baseInvoke'), + baseRest = require('./_baseRest'), + isArrayLike = require('./isArrayLike'); + +/** + * Invokes the method at `path` of each element in `collection`, returning + * an array of the results of each invoked method. Any additional arguments + * are provided to each invoked method. If `path` is a function, it's invoked + * for, and `this` bound to, each element in `collection`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Array|Function|string} path The path of the method to invoke or + * the function invoked per iteration. + * @param {...*} [args] The arguments to invoke each method with. + * @returns {Array} Returns the array of results. + * @example + * + * _.invokeMap([[5, 1, 7], [3, 2, 1]], 'sort'); + * // => [[1, 5, 7], [1, 2, 3]] + * + * _.invokeMap([123, 456], String.prototype.split, ''); + * // => [['1', '2', '3'], ['4', '5', '6']] + */ +var invokeMap = baseRest(function(collection, path, args) { + var index = -1, + isFunc = typeof path == 'function', + result = isArrayLike(collection) ? Array(collection.length) : []; + + baseEach(collection, function(value) { + result[++index] = isFunc ? apply(path, value, args) : baseInvoke(value, path, args); + }); + return result; +}); + +module.exports = invokeMap; diff --git a/typescript/hello-world/node_modules/lodash/isArguments.js b/typescript/hello-world/node_modules/lodash/isArguments.js new file mode 100644 index 0000000..8b9ed66 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isArguments.js @@ -0,0 +1,36 @@ +var baseIsArguments = require('./_baseIsArguments'), + isObjectLike = require('./isObjectLike'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** Built-in value references. */ +var propertyIsEnumerable = objectProto.propertyIsEnumerable; + +/** + * Checks if `value` is likely an `arguments` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + * else `false`. + * @example + * + * _.isArguments(function() { return arguments; }()); + * // => true + * + * _.isArguments([1, 2, 3]); + * // => false + */ +var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { + return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && + !propertyIsEnumerable.call(value, 'callee'); +}; + +module.exports = isArguments; diff --git a/typescript/hello-world/node_modules/lodash/isArray.js b/typescript/hello-world/node_modules/lodash/isArray.js new file mode 100644 index 0000000..88ab55f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isArray.js @@ -0,0 +1,26 @@ +/** + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false + */ +var isArray = Array.isArray; + +module.exports = isArray; diff --git a/typescript/hello-world/node_modules/lodash/isArrayBuffer.js b/typescript/hello-world/node_modules/lodash/isArrayBuffer.js new file mode 100644 index 0000000..12904a6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isArrayBuffer.js @@ -0,0 +1,27 @@ +var baseIsArrayBuffer = require('./_baseIsArrayBuffer'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer; + +/** + * Checks if `value` is classified as an `ArrayBuffer` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. + * @example + * + * _.isArrayBuffer(new ArrayBuffer(2)); + * // => true + * + * _.isArrayBuffer(new Array(2)); + * // => false + */ +var isArrayBuffer = nodeIsArrayBuffer ? baseUnary(nodeIsArrayBuffer) : baseIsArrayBuffer; + +module.exports = isArrayBuffer; diff --git a/typescript/hello-world/node_modules/lodash/isArrayLike.js b/typescript/hello-world/node_modules/lodash/isArrayLike.js new file mode 100644 index 0000000..0f96680 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isArrayLike.js @@ -0,0 +1,33 @@ +var isFunction = require('./isFunction'), + isLength = require('./isLength'); + +/** + * Checks if `value` is array-like. A value is considered array-like if it's + * not a function and has a `value.length` that's an integer greater than or + * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is array-like, else `false`. + * @example + * + * _.isArrayLike([1, 2, 3]); + * // => true + * + * _.isArrayLike(document.body.children); + * // => true + * + * _.isArrayLike('abc'); + * // => true + * + * _.isArrayLike(_.noop); + * // => false + */ +function isArrayLike(value) { + return value != null && isLength(value.length) && !isFunction(value); +} + +module.exports = isArrayLike; diff --git a/typescript/hello-world/node_modules/lodash/isArrayLikeObject.js b/typescript/hello-world/node_modules/lodash/isArrayLikeObject.js new file mode 100644 index 0000000..6c4812a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isArrayLikeObject.js @@ -0,0 +1,33 @@ +var isArrayLike = require('./isArrayLike'), + isObjectLike = require('./isObjectLike'); + +/** + * This method is like `_.isArrayLike` except that it also checks if `value` + * is an object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array-like object, + * else `false`. + * @example + * + * _.isArrayLikeObject([1, 2, 3]); + * // => true + * + * _.isArrayLikeObject(document.body.children); + * // => true + * + * _.isArrayLikeObject('abc'); + * // => false + * + * _.isArrayLikeObject(_.noop); + * // => false + */ +function isArrayLikeObject(value) { + return isObjectLike(value) && isArrayLike(value); +} + +module.exports = isArrayLikeObject; diff --git a/typescript/hello-world/node_modules/lodash/isBoolean.js b/typescript/hello-world/node_modules/lodash/isBoolean.js new file mode 100644 index 0000000..a43ed4b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isBoolean.js @@ -0,0 +1,29 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var boolTag = '[object Boolean]'; + +/** + * Checks if `value` is classified as a boolean primitive or object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a boolean, else `false`. + * @example + * + * _.isBoolean(false); + * // => true + * + * _.isBoolean(null); + * // => false + */ +function isBoolean(value) { + return value === true || value === false || + (isObjectLike(value) && baseGetTag(value) == boolTag); +} + +module.exports = isBoolean; diff --git a/typescript/hello-world/node_modules/lodash/isBuffer.js b/typescript/hello-world/node_modules/lodash/isBuffer.js new file mode 100644 index 0000000..c103cc7 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isBuffer.js @@ -0,0 +1,38 @@ +var root = require('./_root'), + stubFalse = require('./stubFalse'); + +/** Detect free variable `exports`. */ +var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + +/** Detect free variable `module`. */ +var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + +/** Detect the popular CommonJS extension `module.exports`. */ +var moduleExports = freeModule && freeModule.exports === freeExports; + +/** Built-in value references. */ +var Buffer = moduleExports ? root.Buffer : undefined; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined; + +/** + * Checks if `value` is a buffer. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. + * @example + * + * _.isBuffer(new Buffer(2)); + * // => true + * + * _.isBuffer(new Uint8Array(2)); + * // => false + */ +var isBuffer = nativeIsBuffer || stubFalse; + +module.exports = isBuffer; diff --git a/typescript/hello-world/node_modules/lodash/isDate.js b/typescript/hello-world/node_modules/lodash/isDate.js new file mode 100644 index 0000000..7f0209f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isDate.js @@ -0,0 +1,27 @@ +var baseIsDate = require('./_baseIsDate'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsDate = nodeUtil && nodeUtil.isDate; + +/** + * Checks if `value` is classified as a `Date` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + * @example + * + * _.isDate(new Date); + * // => true + * + * _.isDate('Mon April 23 2012'); + * // => false + */ +var isDate = nodeIsDate ? baseUnary(nodeIsDate) : baseIsDate; + +module.exports = isDate; diff --git a/typescript/hello-world/node_modules/lodash/isElement.js b/typescript/hello-world/node_modules/lodash/isElement.js new file mode 100644 index 0000000..76ae29c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isElement.js @@ -0,0 +1,25 @@ +var isObjectLike = require('./isObjectLike'), + isPlainObject = require('./isPlainObject'); + +/** + * Checks if `value` is likely a DOM element. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a DOM element, else `false`. + * @example + * + * _.isElement(document.body); + * // => true + * + * _.isElement(''); + * // => false + */ +function isElement(value) { + return isObjectLike(value) && value.nodeType === 1 && !isPlainObject(value); +} + +module.exports = isElement; diff --git a/typescript/hello-world/node_modules/lodash/isEmpty.js b/typescript/hello-world/node_modules/lodash/isEmpty.js new file mode 100644 index 0000000..3597294 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isEmpty.js @@ -0,0 +1,77 @@ +var baseKeys = require('./_baseKeys'), + getTag = require('./_getTag'), + isArguments = require('./isArguments'), + isArray = require('./isArray'), + isArrayLike = require('./isArrayLike'), + isBuffer = require('./isBuffer'), + isPrototype = require('./_isPrototype'), + isTypedArray = require('./isTypedArray'); + +/** `Object#toString` result references. */ +var mapTag = '[object Map]', + setTag = '[object Set]'; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Checks if `value` is an empty object, collection, map, or set. + * + * Objects are considered empty if they have no own enumerable string keyed + * properties. + * + * Array-like values such as `arguments` objects, arrays, buffers, strings, or + * jQuery-like collections are considered empty if they have a `length` of `0`. + * Similarly, maps and sets are considered empty if they have a `size` of `0`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is empty, else `false`. + * @example + * + * _.isEmpty(null); + * // => true + * + * _.isEmpty(true); + * // => true + * + * _.isEmpty(1); + * // => true + * + * _.isEmpty([1, 2, 3]); + * // => false + * + * _.isEmpty({ 'a': 1 }); + * // => false + */ +function isEmpty(value) { + if (value == null) { + return true; + } + if (isArrayLike(value) && + (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' || + isBuffer(value) || isTypedArray(value) || isArguments(value))) { + return !value.length; + } + var tag = getTag(value); + if (tag == mapTag || tag == setTag) { + return !value.size; + } + if (isPrototype(value)) { + return !baseKeys(value).length; + } + for (var key in value) { + if (hasOwnProperty.call(value, key)) { + return false; + } + } + return true; +} + +module.exports = isEmpty; diff --git a/typescript/hello-world/node_modules/lodash/isEqual.js b/typescript/hello-world/node_modules/lodash/isEqual.js new file mode 100644 index 0000000..5e23e76 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isEqual.js @@ -0,0 +1,35 @@ +var baseIsEqual = require('./_baseIsEqual'); + +/** + * Performs a deep comparison between two values to determine if they are + * equivalent. + * + * **Note:** This method supports comparing arrays, array buffers, booleans, + * date objects, error objects, maps, numbers, `Object` objects, regexes, + * sets, strings, symbols, and typed arrays. `Object` objects are compared + * by their own, not inherited, enumerable properties. Functions and DOM + * nodes are compared by strict equality, i.e. `===`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.isEqual(object, other); + * // => true + * + * object === other; + * // => false + */ +function isEqual(value, other) { + return baseIsEqual(value, other); +} + +module.exports = isEqual; diff --git a/typescript/hello-world/node_modules/lodash/isEqualWith.js b/typescript/hello-world/node_modules/lodash/isEqualWith.js new file mode 100644 index 0000000..21bdc7f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isEqualWith.js @@ -0,0 +1,41 @@ +var baseIsEqual = require('./_baseIsEqual'); + +/** + * This method is like `_.isEqual` except that it accepts `customizer` which + * is invoked to compare values. If `customizer` returns `undefined`, comparisons + * are handled by the method instead. The `customizer` is invoked with up to + * six arguments: (objValue, othValue [, index|key, object, other, stack]). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * function isGreeting(value) { + * return /^h(?:i|ello)$/.test(value); + * } + * + * function customizer(objValue, othValue) { + * if (isGreeting(objValue) && isGreeting(othValue)) { + * return true; + * } + * } + * + * var array = ['hello', 'goodbye']; + * var other = ['hi', 'goodbye']; + * + * _.isEqualWith(array, other, customizer); + * // => true + */ +function isEqualWith(value, other, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + var result = customizer ? customizer(value, other) : undefined; + return result === undefined ? baseIsEqual(value, other, undefined, customizer) : !!result; +} + +module.exports = isEqualWith; diff --git a/typescript/hello-world/node_modules/lodash/isError.js b/typescript/hello-world/node_modules/lodash/isError.js new file mode 100644 index 0000000..b4f41e0 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isError.js @@ -0,0 +1,36 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'), + isPlainObject = require('./isPlainObject'); + +/** `Object#toString` result references. */ +var domExcTag = '[object DOMException]', + errorTag = '[object Error]'; + +/** + * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`, + * `SyntaxError`, `TypeError`, or `URIError` object. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an error object, else `false`. + * @example + * + * _.isError(new Error); + * // => true + * + * _.isError(Error); + * // => false + */ +function isError(value) { + if (!isObjectLike(value)) { + return false; + } + var tag = baseGetTag(value); + return tag == errorTag || tag == domExcTag || + (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value)); +} + +module.exports = isError; diff --git a/typescript/hello-world/node_modules/lodash/isFinite.js b/typescript/hello-world/node_modules/lodash/isFinite.js new file mode 100644 index 0000000..601842b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isFinite.js @@ -0,0 +1,36 @@ +var root = require('./_root'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeIsFinite = root.isFinite; + +/** + * Checks if `value` is a finite primitive number. + * + * **Note:** This method is based on + * [`Number.isFinite`](https://mdn.io/Number/isFinite). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a finite number, else `false`. + * @example + * + * _.isFinite(3); + * // => true + * + * _.isFinite(Number.MIN_VALUE); + * // => true + * + * _.isFinite(Infinity); + * // => false + * + * _.isFinite('3'); + * // => false + */ +function isFinite(value) { + return typeof value == 'number' && nativeIsFinite(value); +} + +module.exports = isFinite; diff --git a/typescript/hello-world/node_modules/lodash/isFunction.js b/typescript/hello-world/node_modules/lodash/isFunction.js new file mode 100644 index 0000000..907a8cd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isFunction.js @@ -0,0 +1,37 @@ +var baseGetTag = require('./_baseGetTag'), + isObject = require('./isObject'); + +/** `Object#toString` result references. */ +var asyncTag = '[object AsyncFunction]', + funcTag = '[object Function]', + genTag = '[object GeneratorFunction]', + proxyTag = '[object Proxy]'; + +/** + * Checks if `value` is classified as a `Function` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a function, else `false`. + * @example + * + * _.isFunction(_); + * // => true + * + * _.isFunction(/abc/); + * // => false + */ +function isFunction(value) { + if (!isObject(value)) { + return false; + } + // The use of `Object#toString` avoids issues with the `typeof` operator + // in Safari 9 which returns 'object' for typed arrays and other constructors. + var tag = baseGetTag(value); + return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; +} + +module.exports = isFunction; diff --git a/typescript/hello-world/node_modules/lodash/isInteger.js b/typescript/hello-world/node_modules/lodash/isInteger.js new file mode 100644 index 0000000..66aa87d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isInteger.js @@ -0,0 +1,33 @@ +var toInteger = require('./toInteger'); + +/** + * Checks if `value` is an integer. + * + * **Note:** This method is based on + * [`Number.isInteger`](https://mdn.io/Number/isInteger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an integer, else `false`. + * @example + * + * _.isInteger(3); + * // => true + * + * _.isInteger(Number.MIN_VALUE); + * // => false + * + * _.isInteger(Infinity); + * // => false + * + * _.isInteger('3'); + * // => false + */ +function isInteger(value) { + return typeof value == 'number' && value == toInteger(value); +} + +module.exports = isInteger; diff --git a/typescript/hello-world/node_modules/lodash/isLength.js b/typescript/hello-world/node_modules/lodash/isLength.js new file mode 100644 index 0000000..3a95caa --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isLength.js @@ -0,0 +1,35 @@ +/** Used as references for various `Number` constants. */ +var MAX_SAFE_INTEGER = 9007199254740991; + +/** + * Checks if `value` is a valid array-like length. + * + * **Note:** This method is loosely based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. + * @example + * + * _.isLength(3); + * // => true + * + * _.isLength(Number.MIN_VALUE); + * // => false + * + * _.isLength(Infinity); + * // => false + * + * _.isLength('3'); + * // => false + */ +function isLength(value) { + return typeof value == 'number' && + value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; +} + +module.exports = isLength; diff --git a/typescript/hello-world/node_modules/lodash/isMap.js b/typescript/hello-world/node_modules/lodash/isMap.js new file mode 100644 index 0000000..44f8517 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isMap.js @@ -0,0 +1,27 @@ +var baseIsMap = require('./_baseIsMap'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsMap = nodeUtil && nodeUtil.isMap; + +/** + * Checks if `value` is classified as a `Map` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a map, else `false`. + * @example + * + * _.isMap(new Map); + * // => true + * + * _.isMap(new WeakMap); + * // => false + */ +var isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap; + +module.exports = isMap; diff --git a/typescript/hello-world/node_modules/lodash/isMatch.js b/typescript/hello-world/node_modules/lodash/isMatch.js new file mode 100644 index 0000000..9773a18 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isMatch.js @@ -0,0 +1,36 @@ +var baseIsMatch = require('./_baseIsMatch'), + getMatchData = require('./_getMatchData'); + +/** + * Performs a partial deep comparison between `object` and `source` to + * determine if `object` contains equivalent property values. + * + * **Note:** This method is equivalent to `_.matches` when `source` is + * partially applied. + * + * Partial comparisons will match empty array and empty object `source` + * values against any array or object value, respectively. See `_.isEqual` + * for a list of supported value comparisons. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * + * _.isMatch(object, { 'b': 2 }); + * // => true + * + * _.isMatch(object, { 'b': 1 }); + * // => false + */ +function isMatch(object, source) { + return object === source || baseIsMatch(object, source, getMatchData(source)); +} + +module.exports = isMatch; diff --git a/typescript/hello-world/node_modules/lodash/isMatchWith.js b/typescript/hello-world/node_modules/lodash/isMatchWith.js new file mode 100644 index 0000000..187b6a6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isMatchWith.js @@ -0,0 +1,41 @@ +var baseIsMatch = require('./_baseIsMatch'), + getMatchData = require('./_getMatchData'); + +/** + * This method is like `_.isMatch` except that it accepts `customizer` which + * is invoked to compare values. If `customizer` returns `undefined`, comparisons + * are handled by the method instead. The `customizer` is invoked with five + * arguments: (objValue, srcValue, index|key, object, source). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + * @example + * + * function isGreeting(value) { + * return /^h(?:i|ello)$/.test(value); + * } + * + * function customizer(objValue, srcValue) { + * if (isGreeting(objValue) && isGreeting(srcValue)) { + * return true; + * } + * } + * + * var object = { 'greeting': 'hello' }; + * var source = { 'greeting': 'hi' }; + * + * _.isMatchWith(object, source, customizer); + * // => true + */ +function isMatchWith(object, source, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseIsMatch(object, source, getMatchData(source), customizer); +} + +module.exports = isMatchWith; diff --git a/typescript/hello-world/node_modules/lodash/isNaN.js b/typescript/hello-world/node_modules/lodash/isNaN.js new file mode 100644 index 0000000..7d0d783 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isNaN.js @@ -0,0 +1,38 @@ +var isNumber = require('./isNumber'); + +/** + * Checks if `value` is `NaN`. + * + * **Note:** This method is based on + * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as + * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for + * `undefined` and other non-number values. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + * @example + * + * _.isNaN(NaN); + * // => true + * + * _.isNaN(new Number(NaN)); + * // => true + * + * isNaN(undefined); + * // => true + * + * _.isNaN(undefined); + * // => false + */ +function isNaN(value) { + // An `NaN` primitive is the only value that is not equal to itself. + // Perform the `toStringTag` check first to avoid errors with some + // ActiveX objects in IE. + return isNumber(value) && value != +value; +} + +module.exports = isNaN; diff --git a/typescript/hello-world/node_modules/lodash/isNative.js b/typescript/hello-world/node_modules/lodash/isNative.js new file mode 100644 index 0000000..f0cb8d5 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isNative.js @@ -0,0 +1,40 @@ +var baseIsNative = require('./_baseIsNative'), + isMaskable = require('./_isMaskable'); + +/** Error message constants. */ +var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.'; + +/** + * Checks if `value` is a pristine native function. + * + * **Note:** This method can't reliably detect native functions in the presence + * of the core-js package because core-js circumvents this kind of detection. + * Despite multiple requests, the core-js maintainer has made it clear: any + * attempt to fix the detection will be obstructed. As a result, we're left + * with little choice but to throw an error. Unfortunately, this also affects + * packages, like [babel-polyfill](https://www.npmjs.com/package/babel-polyfill), + * which rely on core-js. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a native function, + * else `false`. + * @example + * + * _.isNative(Array.prototype.push); + * // => true + * + * _.isNative(_); + * // => false + */ +function isNative(value) { + if (isMaskable(value)) { + throw new Error(CORE_ERROR_TEXT); + } + return baseIsNative(value); +} + +module.exports = isNative; diff --git a/typescript/hello-world/node_modules/lodash/isNil.js b/typescript/hello-world/node_modules/lodash/isNil.js new file mode 100644 index 0000000..79f0505 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isNil.js @@ -0,0 +1,25 @@ +/** + * Checks if `value` is `null` or `undefined`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is nullish, else `false`. + * @example + * + * _.isNil(null); + * // => true + * + * _.isNil(void 0); + * // => true + * + * _.isNil(NaN); + * // => false + */ +function isNil(value) { + return value == null; +} + +module.exports = isNil; diff --git a/typescript/hello-world/node_modules/lodash/isNull.js b/typescript/hello-world/node_modules/lodash/isNull.js new file mode 100644 index 0000000..c0a374d --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isNull.js @@ -0,0 +1,22 @@ +/** + * Checks if `value` is `null`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `null`, else `false`. + * @example + * + * _.isNull(null); + * // => true + * + * _.isNull(void 0); + * // => false + */ +function isNull(value) { + return value === null; +} + +module.exports = isNull; diff --git a/typescript/hello-world/node_modules/lodash/isNumber.js b/typescript/hello-world/node_modules/lodash/isNumber.js new file mode 100644 index 0000000..cd34ee4 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isNumber.js @@ -0,0 +1,38 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var numberTag = '[object Number]'; + +/** + * Checks if `value` is classified as a `Number` primitive or object. + * + * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are + * classified as numbers, use the `_.isFinite` method. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a number, else `false`. + * @example + * + * _.isNumber(3); + * // => true + * + * _.isNumber(Number.MIN_VALUE); + * // => true + * + * _.isNumber(Infinity); + * // => true + * + * _.isNumber('3'); + * // => false + */ +function isNumber(value) { + return typeof value == 'number' || + (isObjectLike(value) && baseGetTag(value) == numberTag); +} + +module.exports = isNumber; diff --git a/typescript/hello-world/node_modules/lodash/isObject.js b/typescript/hello-world/node_modules/lodash/isObject.js new file mode 100644 index 0000000..1dc8939 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isObject.js @@ -0,0 +1,31 @@ +/** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ +function isObject(value) { + var type = typeof value; + return value != null && (type == 'object' || type == 'function'); +} + +module.exports = isObject; diff --git a/typescript/hello-world/node_modules/lodash/isObjectLike.js b/typescript/hello-world/node_modules/lodash/isObjectLike.js new file mode 100644 index 0000000..301716b --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isObjectLike.js @@ -0,0 +1,29 @@ +/** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ +function isObjectLike(value) { + return value != null && typeof value == 'object'; +} + +module.exports = isObjectLike; diff --git a/typescript/hello-world/node_modules/lodash/isPlainObject.js b/typescript/hello-world/node_modules/lodash/isPlainObject.js new file mode 100644 index 0000000..2387373 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isPlainObject.js @@ -0,0 +1,62 @@ +var baseGetTag = require('./_baseGetTag'), + getPrototype = require('./_getPrototype'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var objectTag = '[object Object]'; + +/** Used for built-in method references. */ +var funcProto = Function.prototype, + objectProto = Object.prototype; + +/** Used to resolve the decompiled source of functions. */ +var funcToString = funcProto.toString; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** Used to infer the `Object` constructor. */ +var objectCtorString = funcToString.call(Object); + +/** + * Checks if `value` is a plain object, that is, an object created by the + * `Object` constructor or one with a `[[Prototype]]` of `null`. + * + * @static + * @memberOf _ + * @since 0.8.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a plain object, else `false`. + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * _.isPlainObject(new Foo); + * // => false + * + * _.isPlainObject([1, 2, 3]); + * // => false + * + * _.isPlainObject({ 'x': 0, 'y': 0 }); + * // => true + * + * _.isPlainObject(Object.create(null)); + * // => true + */ +function isPlainObject(value) { + if (!isObjectLike(value) || baseGetTag(value) != objectTag) { + return false; + } + var proto = getPrototype(value); + if (proto === null) { + return true; + } + var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor; + return typeof Ctor == 'function' && Ctor instanceof Ctor && + funcToString.call(Ctor) == objectCtorString; +} + +module.exports = isPlainObject; diff --git a/typescript/hello-world/node_modules/lodash/isRegExp.js b/typescript/hello-world/node_modules/lodash/isRegExp.js new file mode 100644 index 0000000..76c9b6e --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isRegExp.js @@ -0,0 +1,27 @@ +var baseIsRegExp = require('./_baseIsRegExp'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsRegExp = nodeUtil && nodeUtil.isRegExp; + +/** + * Checks if `value` is classified as a `RegExp` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + * @example + * + * _.isRegExp(/abc/); + * // => true + * + * _.isRegExp('/abc/'); + * // => false + */ +var isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp; + +module.exports = isRegExp; diff --git a/typescript/hello-world/node_modules/lodash/isSafeInteger.js b/typescript/hello-world/node_modules/lodash/isSafeInteger.js new file mode 100644 index 0000000..2a48526 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isSafeInteger.js @@ -0,0 +1,37 @@ +var isInteger = require('./isInteger'); + +/** Used as references for various `Number` constants. */ +var MAX_SAFE_INTEGER = 9007199254740991; + +/** + * Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 + * double precision number which isn't the result of a rounded unsafe integer. + * + * **Note:** This method is based on + * [`Number.isSafeInteger`](https://mdn.io/Number/isSafeInteger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a safe integer, else `false`. + * @example + * + * _.isSafeInteger(3); + * // => true + * + * _.isSafeInteger(Number.MIN_VALUE); + * // => false + * + * _.isSafeInteger(Infinity); + * // => false + * + * _.isSafeInteger('3'); + * // => false + */ +function isSafeInteger(value) { + return isInteger(value) && value >= -MAX_SAFE_INTEGER && value <= MAX_SAFE_INTEGER; +} + +module.exports = isSafeInteger; diff --git a/typescript/hello-world/node_modules/lodash/isSet.js b/typescript/hello-world/node_modules/lodash/isSet.js new file mode 100644 index 0000000..ab88bdf --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isSet.js @@ -0,0 +1,27 @@ +var baseIsSet = require('./_baseIsSet'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsSet = nodeUtil && nodeUtil.isSet; + +/** + * Checks if `value` is classified as a `Set` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a set, else `false`. + * @example + * + * _.isSet(new Set); + * // => true + * + * _.isSet(new WeakSet); + * // => false + */ +var isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet; + +module.exports = isSet; diff --git a/typescript/hello-world/node_modules/lodash/isString.js b/typescript/hello-world/node_modules/lodash/isString.js new file mode 100644 index 0000000..627eb9c --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isString.js @@ -0,0 +1,30 @@ +var baseGetTag = require('./_baseGetTag'), + isArray = require('./isArray'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var stringTag = '[object String]'; + +/** + * Checks if `value` is classified as a `String` primitive or object. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a string, else `false`. + * @example + * + * _.isString('abc'); + * // => true + * + * _.isString(1); + * // => false + */ +function isString(value) { + return typeof value == 'string' || + (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag); +} + +module.exports = isString; diff --git a/typescript/hello-world/node_modules/lodash/isSymbol.js b/typescript/hello-world/node_modules/lodash/isSymbol.js new file mode 100644 index 0000000..dfb60b9 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isSymbol.js @@ -0,0 +1,29 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var symbolTag = '[object Symbol]'; + +/** + * Checks if `value` is classified as a `Symbol` primitive or object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. + * @example + * + * _.isSymbol(Symbol.iterator); + * // => true + * + * _.isSymbol('abc'); + * // => false + */ +function isSymbol(value) { + return typeof value == 'symbol' || + (isObjectLike(value) && baseGetTag(value) == symbolTag); +} + +module.exports = isSymbol; diff --git a/typescript/hello-world/node_modules/lodash/isTypedArray.js b/typescript/hello-world/node_modules/lodash/isTypedArray.js new file mode 100644 index 0000000..da3f8dd --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isTypedArray.js @@ -0,0 +1,27 @@ +var baseIsTypedArray = require('./_baseIsTypedArray'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray; + +/** + * Checks if `value` is classified as a typed array. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + * @example + * + * _.isTypedArray(new Uint8Array); + * // => true + * + * _.isTypedArray([]); + * // => false + */ +var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray; + +module.exports = isTypedArray; diff --git a/typescript/hello-world/node_modules/lodash/isUndefined.js b/typescript/hello-world/node_modules/lodash/isUndefined.js new file mode 100644 index 0000000..377d121 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isUndefined.js @@ -0,0 +1,22 @@ +/** + * Checks if `value` is `undefined`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`. + * @example + * + * _.isUndefined(void 0); + * // => true + * + * _.isUndefined(null); + * // => false + */ +function isUndefined(value) { + return value === undefined; +} + +module.exports = isUndefined; diff --git a/typescript/hello-world/node_modules/lodash/isWeakMap.js b/typescript/hello-world/node_modules/lodash/isWeakMap.js new file mode 100644 index 0000000..8d36f66 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isWeakMap.js @@ -0,0 +1,28 @@ +var getTag = require('./_getTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var weakMapTag = '[object WeakMap]'; + +/** + * Checks if `value` is classified as a `WeakMap` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a weak map, else `false`. + * @example + * + * _.isWeakMap(new WeakMap); + * // => true + * + * _.isWeakMap(new Map); + * // => false + */ +function isWeakMap(value) { + return isObjectLike(value) && getTag(value) == weakMapTag; +} + +module.exports = isWeakMap; diff --git a/typescript/hello-world/node_modules/lodash/isWeakSet.js b/typescript/hello-world/node_modules/lodash/isWeakSet.js new file mode 100644 index 0000000..e628b26 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/isWeakSet.js @@ -0,0 +1,28 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var weakSetTag = '[object WeakSet]'; + +/** + * Checks if `value` is classified as a `WeakSet` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a weak set, else `false`. + * @example + * + * _.isWeakSet(new WeakSet); + * // => true + * + * _.isWeakSet(new Set); + * // => false + */ +function isWeakSet(value) { + return isObjectLike(value) && baseGetTag(value) == weakSetTag; +} + +module.exports = isWeakSet; diff --git a/typescript/hello-world/node_modules/lodash/iteratee.js b/typescript/hello-world/node_modules/lodash/iteratee.js new file mode 100644 index 0000000..61b73a8 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/iteratee.js @@ -0,0 +1,53 @@ +var baseClone = require('./_baseClone'), + baseIteratee = require('./_baseIteratee'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1; + +/** + * Creates a function that invokes `func` with the arguments of the created + * function. If `func` is a property name, the created function returns the + * property value for a given element. If `func` is an array or object, the + * created function returns `true` for elements that contain the equivalent + * source properties, otherwise it returns `false`. + * + * @static + * @since 4.0.0 + * @memberOf _ + * @category Util + * @param {*} [func=_.identity] The value to convert to a callback. + * @returns {Function} Returns the callback. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true })); + * // => [{ 'user': 'barney', 'age': 36, 'active': true }] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, _.iteratee(['user', 'fred'])); + * // => [{ 'user': 'fred', 'age': 40 }] + * + * // The `_.property` iteratee shorthand. + * _.map(users, _.iteratee('user')); + * // => ['barney', 'fred'] + * + * // Create custom iteratee shorthands. + * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) { + * return !_.isRegExp(func) ? iteratee(func) : function(string) { + * return func.test(string); + * }; + * }); + * + * _.filter(['abc', 'def'], /ef/); + * // => ['def'] + */ +function iteratee(func) { + return baseIteratee(typeof func == 'function' ? func : baseClone(func, CLONE_DEEP_FLAG)); +} + +module.exports = iteratee; diff --git a/typescript/hello-world/node_modules/lodash/join.js b/typescript/hello-world/node_modules/lodash/join.js new file mode 100644 index 0000000..45de079 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/join.js @@ -0,0 +1,26 @@ +/** Used for built-in method references. */ +var arrayProto = Array.prototype; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeJoin = arrayProto.join; + +/** + * Converts all elements in `array` into a string separated by `separator`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to convert. + * @param {string} [separator=','] The element separator. + * @returns {string} Returns the joined string. + * @example + * + * _.join(['a', 'b', 'c'], '~'); + * // => 'a~b~c' + */ +function join(array, separator) { + return array == null ? '' : nativeJoin.call(array, separator); +} + +module.exports = join; diff --git a/typescript/hello-world/node_modules/lodash/kebabCase.js b/typescript/hello-world/node_modules/lodash/kebabCase.js new file mode 100644 index 0000000..8a52be6 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/kebabCase.js @@ -0,0 +1,28 @@ +var createCompounder = require('./_createCompounder'); + +/** + * Converts `string` to + * [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the kebab cased string. + * @example + * + * _.kebabCase('Foo Bar'); + * // => 'foo-bar' + * + * _.kebabCase('fooBar'); + * // => 'foo-bar' + * + * _.kebabCase('__FOO_BAR__'); + * // => 'foo-bar' + */ +var kebabCase = createCompounder(function(result, word, index) { + return result + (index ? '-' : '') + word.toLowerCase(); +}); + +module.exports = kebabCase; diff --git a/typescript/hello-world/node_modules/lodash/keyBy.js b/typescript/hello-world/node_modules/lodash/keyBy.js new file mode 100644 index 0000000..acc007a --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/keyBy.js @@ -0,0 +1,36 @@ +var baseAssignValue = require('./_baseAssignValue'), + createAggregator = require('./_createAggregator'); + +/** + * Creates an object composed of keys generated from the results of running + * each element of `collection` thru `iteratee`. The corresponding value of + * each key is the last element responsible for generating the key. The + * iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The iteratee to transform keys. + * @returns {Object} Returns the composed aggregate object. + * @example + * + * var array = [ + * { 'dir': 'left', 'code': 97 }, + * { 'dir': 'right', 'code': 100 } + * ]; + * + * _.keyBy(array, function(o) { + * return String.fromCharCode(o.code); + * }); + * // => { 'a': { 'dir': 'left', 'code': 97 }, 'd': { 'dir': 'right', 'code': 100 } } + * + * _.keyBy(array, 'dir'); + * // => { 'left': { 'dir': 'left', 'code': 97 }, 'right': { 'dir': 'right', 'code': 100 } } + */ +var keyBy = createAggregator(function(result, value, key) { + baseAssignValue(result, key, value); +}); + +module.exports = keyBy; diff --git a/typescript/hello-world/node_modules/lodash/keys.js b/typescript/hello-world/node_modules/lodash/keys.js new file mode 100644 index 0000000..d143c71 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/keys.js @@ -0,0 +1,37 @@ +var arrayLikeKeys = require('./_arrayLikeKeys'), + baseKeys = require('./_baseKeys'), + isArrayLike = require('./isArrayLike'); + +/** + * Creates an array of the own enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. See the + * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * for more details. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keys(new Foo); + * // => ['a', 'b'] (iteration order is not guaranteed) + * + * _.keys('hi'); + * // => ['0', '1'] + */ +function keys(object) { + return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object); +} + +module.exports = keys; diff --git a/typescript/hello-world/node_modules/lodash/keysIn.js b/typescript/hello-world/node_modules/lodash/keysIn.js new file mode 100644 index 0000000..a62308f --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/keysIn.js @@ -0,0 +1,32 @@ +var arrayLikeKeys = require('./_arrayLikeKeys'), + baseKeysIn = require('./_baseKeysIn'), + isArrayLike = require('./isArrayLike'); + +/** + * Creates an array of the own and inherited enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keysIn(new Foo); + * // => ['a', 'b', 'c'] (iteration order is not guaranteed) + */ +function keysIn(object) { + return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object); +} + +module.exports = keysIn; diff --git a/typescript/hello-world/node_modules/lodash/lang.js b/typescript/hello-world/node_modules/lodash/lang.js new file mode 100644 index 0000000..a396216 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/lang.js @@ -0,0 +1,58 @@ +module.exports = { + 'castArray': require('./castArray'), + 'clone': require('./clone'), + 'cloneDeep': require('./cloneDeep'), + 'cloneDeepWith': require('./cloneDeepWith'), + 'cloneWith': require('./cloneWith'), + 'conformsTo': require('./conformsTo'), + 'eq': require('./eq'), + 'gt': require('./gt'), + 'gte': require('./gte'), + 'isArguments': require('./isArguments'), + 'isArray': require('./isArray'), + 'isArrayBuffer': require('./isArrayBuffer'), + 'isArrayLike': require('./isArrayLike'), + 'isArrayLikeObject': require('./isArrayLikeObject'), + 'isBoolean': require('./isBoolean'), + 'isBuffer': require('./isBuffer'), + 'isDate': require('./isDate'), + 'isElement': require('./isElement'), + 'isEmpty': require('./isEmpty'), + 'isEqual': require('./isEqual'), + 'isEqualWith': require('./isEqualWith'), + 'isError': require('./isError'), + 'isFinite': require('./isFinite'), + 'isFunction': require('./isFunction'), + 'isInteger': require('./isInteger'), + 'isLength': require('./isLength'), + 'isMap': require('./isMap'), + 'isMatch': require('./isMatch'), + 'isMatchWith': require('./isMatchWith'), + 'isNaN': require('./isNaN'), + 'isNative': require('./isNative'), + 'isNil': require('./isNil'), + 'isNull': require('./isNull'), + 'isNumber': require('./isNumber'), + 'isObject': require('./isObject'), + 'isObjectLike': require('./isObjectLike'), + 'isPlainObject': require('./isPlainObject'), + 'isRegExp': require('./isRegExp'), + 'isSafeInteger': require('./isSafeInteger'), + 'isSet': require('./isSet'), + 'isString': require('./isString'), + 'isSymbol': require('./isSymbol'), + 'isTypedArray': require('./isTypedArray'), + 'isUndefined': require('./isUndefined'), + 'isWeakMap': require('./isWeakMap'), + 'isWeakSet': require('./isWeakSet'), + 'lt': require('./lt'), + 'lte': require('./lte'), + 'toArray': require('./toArray'), + 'toFinite': require('./toFinite'), + 'toInteger': require('./toInteger'), + 'toLength': require('./toLength'), + 'toNumber': require('./toNumber'), + 'toPlainObject': require('./toPlainObject'), + 'toSafeInteger': require('./toSafeInteger'), + 'toString': require('./toString') +}; diff --git a/typescript/hello-world/node_modules/lodash/last.js b/typescript/hello-world/node_modules/lodash/last.js new file mode 100644 index 0000000..cad1eaf --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/last.js @@ -0,0 +1,20 @@ +/** + * Gets the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the last element of `array`. + * @example + * + * _.last([1, 2, 3]); + * // => 3 + */ +function last(array) { + var length = array == null ? 0 : array.length; + return length ? array[length - 1] : undefined; +} + +module.exports = last; diff --git a/typescript/hello-world/node_modules/lodash/lastIndexOf.js b/typescript/hello-world/node_modules/lodash/lastIndexOf.js new file mode 100644 index 0000000..dabfb61 --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/lastIndexOf.js @@ -0,0 +1,46 @@ +var baseFindIndex = require('./_baseFindIndex'), + baseIsNaN = require('./_baseIsNaN'), + strictLastIndexOf = require('./_strictLastIndexOf'), + toInteger = require('./toInteger'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max, + nativeMin = Math.min; + +/** + * This method is like `_.indexOf` except that it iterates over elements of + * `array` from right to left. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=array.length-1] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.lastIndexOf([1, 2, 1, 2], 2); + * // => 3 + * + * // Search from the `fromIndex`. + * _.lastIndexOf([1, 2, 1, 2], 2, 2); + * // => 1 + */ +function lastIndexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = length; + if (fromIndex !== undefined) { + index = toInteger(fromIndex); + index = index < 0 ? nativeMax(length + index, 0) : nativeMin(index, length - 1); + } + return value === value + ? strictLastIndexOf(array, value, index) + : baseFindIndex(array, baseIsNaN, index, true); +} + +module.exports = lastIndexOf; diff --git a/typescript/hello-world/node_modules/lodash/lodash.js b/typescript/hello-world/node_modules/lodash/lodash.js new file mode 100644 index 0000000..b39ddce --- /dev/null +++ b/typescript/hello-world/node_modules/lodash/lodash.js @@ -0,0 +1,17084 @@ +/** + * @license + * Lodash + * Copyright JS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ +;(function() { + + /** Used as a safe reference for `undefined` in pre-ES5 environments. */ + var undefined; + + /** Used as the semantic version number. */ + var VERSION = '4.17.4'; + + /** Used as the size to enable large array optimizations. */ + var LARGE_ARRAY_SIZE = 200; + + /** Error message constants. */ + var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.', + FUNC_ERROR_TEXT = 'Expected a function'; + + /** Used to stand-in for `undefined` hash values. */ + var HASH_UNDEFINED = '__lodash_hash_undefined__'; + + /** Used as the maximum memoize cache size. */ + var MAX_MEMOIZE_SIZE = 500; + + /** Used as the internal argument placeholder. */ + var PLACEHOLDER = '__lodash_placeholder__'; + + /** Used to compose bitmasks for cloning. */ + var CLONE_DEEP_FLAG = 1, + CLONE_FLAT_FLAG = 2, + CLONE_SYMBOLS_FLAG = 4; + + /** Used to compose bitmasks for value comparisons. */ + var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + + /** Used to compose bitmasks for function metadata. */ + var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_BOUND_FLAG = 4, + WRAP_CURRY_FLAG = 8, + WRAP_CURRY_RIGHT_FLAG = 16, + WRAP_PARTIAL_FLAG = 32, + WRAP_PARTIAL_RIGHT_FLAG = 64, + WRAP_ARY_FLAG = 128, + WRAP_REARG_FLAG = 256, + WRAP_FLIP_FLAG = 512; + + /** Used as default options for `_.truncate`. */ + var DEFAULT_TRUNC_LENGTH = 30, + DEFAULT_TRUNC_OMISSION = '...'; + + /** Used to detect hot functions by number of calls within a span of milliseconds. */ + var HOT_COUNT = 800, + HOT_SPAN = 16; + + /** Used to indicate the type of lazy iteratees. */ + var LAZY_FILTER_FLAG = 1, + LAZY_MAP_FLAG = 2, + LAZY_WHILE_FLAG = 3; + + /** Used as references for various `Number` constants. */ + var INFINITY = 1 / 0, + MAX_SAFE_INTEGER = 9007199254740991, + MAX_INTEGER = 1.7976931348623157e+308, + NAN = 0 / 0; + + /** Used as references for the maximum length and index of an array. */ + var MAX_ARRAY_LENGTH = 4294967295, + MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1, + HALF_MAX_ARRAY_LENGTH = MAX_ARRAY_LENGTH >>> 1; + + /** Used to associate wrap methods with their bit flags. */ + var wrapFlags = [ + ['ary', WRAP_ARY_FLAG], + ['bind', WRAP_BIND_FLAG], + ['bindKey', WRAP_BIND_KEY_FLAG], + ['curry', WRAP_CURRY_FLAG], + ['curryRight', WRAP_CURRY_RIGHT_FLAG], + ['flip', WRAP_FLIP_FLAG], + ['partial', WRAP_PARTIAL_FLAG], + ['partialRight', WRAP_PARTIAL_RIGHT_FLAG], + ['rearg', WRAP_REARG_FLAG] + ]; + + /** `Object#toString` result references. */ + var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + asyncTag = '[object AsyncFunction]', + boolTag = '[object Boolean]', + dateTag = '[object Date]', + domExcTag = '[object DOMException]', + errorTag = '[object Error]', + funcTag = '[object Function]', + genTag = '[object GeneratorFunction]', + mapTag = '[object Map]', + numberTag = '[object Number]', + nullTag = '[object Null]', + objectTag = '[object Object]', + promiseTag = '[object Promise]', + proxyTag = '[object Proxy]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + symbolTag = '[object Symbol]', + undefinedTag = '[object Undefined]', + weakMapTag = '[object WeakMap]', + weakSetTag = '[object WeakSet]'; + + var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]', + float32Tag = '[object Float32Array]', + float64Tag = '[object Float64Array]', + int8Tag = '[object Int8Array]', + int16Tag = '[object Int16Array]', + int32Tag = '[object Int32Array]', + uint8Tag = '[object Uint8Array]', + uint8ClampedTag = '[object Uint8ClampedArray]', + uint16Tag = '[object Uint16Array]', + uint32Tag = '[object Uint32Array]'; + + /** Used to match empty string literals in compiled template source. */ + var reEmptyStringLeading = /\b__p \+= '';/g, + reEmptyStringMiddle = /\b(__p \+=) '' \+/g, + reEmptyStringTrailing = /(__e\(.*?\)|\b__t\)) \+\n'';/g; + + /** Used to match HTML entities and HTML characters. */ + var reEscapedHtml = /&(?:amp|lt|gt|quot|#39);/g, + reUnescapedHtml = /[&<>"']/g, + reHasEscapedHtml = RegExp(reEscapedHtml.source), + reHasUnescapedHtml = RegExp(reUnescapedHtml.source); + + /** Used to match template delimiters. */ + var reEscape = /<%-([\s\S]+?)%>/g, + reEvaluate = /<%([\s\S]+?)%>/g, + reInterpolate = /<%=([\s\S]+?)%>/g; + + /** Used to match property names within property paths. */ + var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, + reIsPlainProp = /^\w*$/, + reLeadingDot = /^\./, + rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; + + /** + * Used to match `RegExp` + * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). + */ + var reRegExpChar = /[\\^$.*+?()[\]{}|]/g, + reHasRegExpChar = RegExp(reRegExpChar.source); + + /** Used to match leading and trailing whitespace. */ + var reTrim = /^\s+|\s+$/g, + reTrimStart = /^\s+/, + reTrimEnd = /\s+$/; + + /** Used to match wrap detail comments. */ + var reWrapComment = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, + reWrapDetails = /\{\n\/\* \[wrapped with (.+)\] \*/, + reSplitDetails = /,? & /; + + /** Used to match words composed of alphanumeric characters. */ + var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g; + + /** Used to match backslashes in property paths. */ + var reEscapeChar = /\\(\\)?/g; + + /** + * Used to match + * [ES template delimiters](http://ecma-international.org/ecma-262/7.0/#sec-template-literal-lexical-components). + */ + var reEsTemplate = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g; + + /** Used to match `RegExp` flags from their coerced string values. */ + var reFlags = /\w*$/; + + /** Used to detect bad signed hexadecimal string values. */ + var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; + + /** Used to detect binary string values. */ + var reIsBinary = /^0b[01]+$/i; + + /** Used to detect host constructors (Safari). */ + var reIsHostCtor = /^\[object .+?Constructor\]$/; + + /** Used to detect octal string values. */ + var reIsOctal = /^0o[0-7]+$/i; + + /** Used to detect unsigned integer values. */ + var reIsUint = /^(?:0|[1-9]\d*)$/; + + /** Used to match Latin Unicode letters (excluding mathematical operators). */ + var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g; + + /** Used to ensure capturing order of template delimiters. */ + var reNoMatch = /($^)/; + + /** Used to match unescaped characters in compiled string literals. */ + var reUnescapedString = /['\n\r\u2028\u2029\\]/g; + + /** Used to compose unicode character classes. */ + var rsAstralRange = '\\ud800-\\udfff', + rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, + rsDingbatRange = '\\u2700-\\u27bf', + rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff', + rsMathOpRange = '\\xac\\xb1\\xd7\\xf7', + rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf', + rsPunctuationRange = '\\u2000-\\u206f', + rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000', + rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde', + rsVarRange = '\\ufe0e\\ufe0f', + rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange; + + /** Used to compose unicode capture groups. */ + var rsApos = "['\u2019]", + rsAstral = '[' + rsAstralRange + ']', + rsBreak = '[' + rsBreakRange + ']', + rsCombo = '[' + rsComboRange + ']', + rsDigits = '\\d+', + rsDingbat = '[' + rsDingbatRange + ']', + rsLower = '[' + rsLowerRange + ']', + rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']', + rsFitz = '\\ud83c[\\udffb-\\udfff]', + rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', + rsNonAstral = '[^' + rsAstralRange + ']', + rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', + rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', + rsUpper = '[' + rsUpperRange + ']', + rsZWJ = '\\u200d'; + + /** Used to compose unicode regexes. */ + var rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')', + rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')', + rsOptContrLower = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?', + rsOptContrUpper = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?', + reOptMod = rsModifier + '?', + rsOptVar = '[' + rsVarRange + ']?', + rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', + rsOrdLower = '\\d*(?:(?:1st|2nd|3rd|(?![123])\\dth)\\b)', + rsOrdUpper = '\\d*(?:(?:1ST|2ND|3RD|(?![123])\\dTH)\\b)', + rsSeq = rsOptVar + reOptMod + rsOptJoin, + rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq, + rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')'; + + /** Used to match apostrophes. */ + var reApos = RegExp(rsApos, 'g'); + + /** + * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and + * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols). + */ + var reComboMark = RegExp(rsCombo, 'g'); + + /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */ + var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g'); + + /** Used to match complex or compound words. */ + var reUnicodeWord = RegExp([ + rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')', + rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')', + rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower, + rsUpper + '+' + rsOptContrUpper, + rsOrdUpper, + rsOrdLower, + rsDigits, + rsEmoji + ].join('|'), 'g'); + + /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */ + var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange + rsComboRange + rsVarRange + ']'); + + /** Used to detect strings that need a more robust regexp to match words. */ + var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/; + + /** Used to assign default `context` object properties. */ + var contextProps = [ + 'Array', 'Buffer', 'DataView', 'Date', 'Error', 'Float32Array', 'Float64Array', + 'Function', 'Int8Array', 'Int16Array', 'Int32Array', 'Map', 'Math', 'Object', + 'Promise', 'RegExp', 'Set', 'String', 'Symbol', 'TypeError', 'Uint8Array', + 'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap', + '_', 'clearTimeout', 'isFinite', 'parseInt', 'setTimeout' + ]; + + /** Used to make template sourceURLs easier to identify. */ + var templateCounter = -1; + + /** Used to identify `toStringTag` values of typed arrays. */ + var typedArrayTags = {}; + typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = + typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = + typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = + typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = + typedArrayTags[uint32Tag] = true; + typedArrayTags[argsTag] = typedArrayTags[arrayTag] = + typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = + typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = + typedArrayTags[errorTag] = typedArrayTags[funcTag] = + typedArrayTags[mapTag] = typedArrayTags[numberTag] = + typedArrayTags[objectTag] = typedArrayTags[regexpTag] = + typedArrayTags[setTag] = typedArrayTags[stringTag] = + typedArrayTags[weakMapTag] = false; + + /** Used to identify `toStringTag` values supported by `_.clone`. */ + var cloneableTags = {}; + cloneableTags[argsTag] = cloneableTags[arrayTag] = + cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] = + cloneableTags[boolTag] = cloneableTags[dateTag] = + cloneableTags[float32Tag] = cloneableTags[float64Tag] = + cloneableTags[int8Tag] = cloneableTags[int16Tag] = + cloneableTags[int32Tag] = cloneableTags[mapTag] = + cloneableTags[numberTag] = cloneableTags[objectTag] = + cloneableTags[regexpTag] = cloneableTags[setTag] = + cloneableTags[stringTag] = cloneableTags[symbolTag] = + cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] = + cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true; + cloneableTags[errorTag] = cloneableTags[funcTag] = + cloneableTags[weakMapTag] = false; + + /** Used to map Latin Unicode letters to basic Latin letters. */ + var deburredLetters = { + // Latin-1 Supplement block. + '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A', + '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a', + '\xc7': 'C', '\xe7': 'c', + '\xd0': 'D', '\xf0': 'd', + '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E', + '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e', + '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I', + '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i', + '\xd1': 'N', '\xf1': 'n', + '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O', + '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o', + '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U', + '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u', + '\xdd': 'Y', '\xfd': 'y', '\xff': 'y', + '\xc6': 'Ae', '\xe6': 'ae', + '\xde': 'Th', '\xfe': 'th', + '\xdf': 'ss', + // Latin Extended-A block. + '\u0100': 'A', '\u0102': 'A', '\u0104': 'A', + '\u0101': 'a', '\u0103': 'a', '\u0105': 'a', + '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C', + '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c', + '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd', + '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E', + '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e', + '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G', + '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g', + '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h', + '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I', + '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i', + '\u0134': 'J', '\u0135': 'j', + '\u0136': 'K', '\u0137': 'k', '\u0138': 'k', + '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L', + '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l', + '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N', + '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n', + '\u014c': 'O', '\u014e': 'O', '\u0150': 'O', + '\u014d': 'o', '\u014f': 'o', '\u0151': 'o', + '\u0154': 'R', '\u0156': 'R', '\u0158': 'R', + '\u0155': 'r', '\u0157': 'r', '\u0159': 'r', + '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S', + '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's', + '\u0162': 'T', '\u0164': 'T', '\u0166': 'T', + '\u0163': 't', '\u0165': 't', '\u0167': 't', + '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U', + '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u', + '\u0174': 'W', '\u0175': 'w', + '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y', + '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z', + '\u017a': 'z', '\u017c': 'z', '\u017e': 'z', + '\u0132': 'IJ', '\u0133': 'ij', + '\u0152': 'Oe', '\u0153': 'oe', + '\u0149': "'n", '\u017f': 's' + }; + + /** Used to map characters to HTML entities. */ + var htmlEscapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' + }; + + /** Used to map HTML entities to characters. */ + var htmlUnescapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + ''': "'" + }; + + /** Used to escape characters for inclusion in compiled string literals. */ + var stringEscapes = { + '\\': '\\', + "'": "'", + '\n': 'n', + '\r': 'r', + '\u2028': 'u2028', + '\u2029': 'u2029' + }; + + /** Built-in method references without a dependency on `root`. */ + var freeParseFloat = parseFloat, + freeParseInt = parseInt; + + /** Detect free variable `global` from Node.js. */ + var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; + + /** Detect free variable `self`. */ + var freeSelf = typeof self == 'object' && self && self.Object === Object && self; + + /** Used as a reference to the global object. */ + var root = freeGlobal || freeSelf || Function('return this')(); + + /** Detect free variable `exports`. */ + var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + + /** Detect free variable `module`. */ + var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + + /** Detect the popular CommonJS extension `module.exports`. */ + var moduleExports = freeModule && freeModule.exports === freeExports; + + /** Detect free variable `process` from Node.js. */ + var freeProcess = moduleExports && freeGlobal.process; + + /** Used to access faster Node.js helpers. */ + var nodeUtil = (function() { + try { + return freeProcess && freeProcess.binding && freeProcess.binding('util'); + } catch (e) {} + }()); + + /* Node.js helper references. */ + var nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer, + nodeIsDate = nodeUtil && nodeUtil.isDate, + nodeIsMap = nodeUtil && nodeUtil.isMap, + nodeIsRegExp = nodeUtil && nodeUtil.isRegExp, + nodeIsSet = nodeUtil && nodeUtil.isSet, + nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray; + + /*--------------------------------------------------------------------------*/ + + /** + * Adds the key-value `pair` to `map`. + * + * @private + * @param {Object} map The map to modify. + * @param {Array} pair The key-value pair to add. + * @returns {Object} Returns `map`. + */ + function addMapEntry(map, pair) { + // Don't return `map.set` because it's not chainable in IE 11. + map.set(pair[0], pair[1]); + return map; + } + + /** + * Adds `value` to `set`. + * + * @private + * @param {Object} set The set to modify. + * @param {*} value The value to add. + * @returns {Object} Returns `set`. + */ + function addSetEntry(set, value) { + // Don't return `set.add` because it's not chainable in IE 11. + set.add(value); + return set; + } + + /** + * A faster alternative to `Function#apply`, this function invokes `func` + * with the `this` binding of `thisArg` and the arguments of `args`. + * + * @private + * @param {Function} func The function to invoke. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} args The arguments to invoke `func` with. + * @returns {*} Returns the result of `func`. + */ + function apply(func, thisArg, args) { + switch (args.length) { + case 0: return func.call(thisArg); + case 1: return func.call(thisArg, args[0]); + case 2: return func.call(thisArg, args[0], args[1]); + case 3: return func.call(thisArg, args[0], args[1], args[2]); + } + return func.apply(thisArg, args); + } + + /** + * A specialized version of `baseAggregator` for arrays. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform keys. + * @param {Object} accumulator The initial aggregated object. + * @returns {Function} Returns `accumulator`. + */ + function arrayAggregator(array, setter, iteratee, accumulator) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + var value = array[index]; + setter(accumulator, value, iteratee(value), array); + } + return accumulator; + } + + /** + * A specialized version of `_.forEach` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns `array`. + */ + function arrayEach(array, iteratee) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (iteratee(array[index], index, array) === false) { + break; + } + } + return array; + } + + /** + * A specialized version of `_.forEachRight` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns `array`. + */ + function arrayEachRight(array, iteratee) { + var length = array == null ? 0 : array.length; + + while (length--) { + if (iteratee(array[length], length, array) === false) { + break; + } + } + return array; + } + + /** + * A specialized version of `_.every` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false`. + */ + function arrayEvery(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (!predicate(array[index], index, array)) { + return false; + } + } + return true; + } + + /** + * A specialized version of `_.filter` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ + function arrayFilter(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (predicate(value, index, array)) { + result[resIndex++] = value; + } + } + return result; + } + + /** + * A specialized version of `_.includes` for arrays without support for + * specifying an index to search from. + * + * @private + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @returns {boolean} Returns `true` if `target` is found, else `false`. + */ + function arrayIncludes(array, value) { + var length = array == null ? 0 : array.length; + return !!length && baseIndexOf(array, value, 0) > -1; + } + + /** + * This function is like `arrayIncludes` except that it accepts a comparator. + * + * @private + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @param {Function} comparator The comparator invoked per element. + * @returns {boolean} Returns `true` if `target` is found, else `false`. + */ + function arrayIncludesWith(array, value, comparator) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (comparator(value, array[index])) { + return true; + } + } + return false; + } + + /** + * A specialized version of `_.map` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ + function arrayMap(array, iteratee) { + var index = -1, + length = array == null ? 0 : array.length, + result = Array(length); + + while (++index < length) { + result[index] = iteratee(array[index], index, array); + } + return result; + } + + /** + * Appends the elements of `values` to `array`. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to append. + * @returns {Array} Returns `array`. + */ + function arrayPush(array, values) { + var index = -1, + length = values.length, + offset = array.length; + + while (++index < length) { + array[offset + index] = values[index]; + } + return array; + } + + /** + * A specialized version of `_.reduce` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @param {boolean} [initAccum] Specify using the first element of `array` as + * the initial value. + * @returns {*} Returns the accumulated value. + */ + function arrayReduce(array, iteratee, accumulator, initAccum) { + var index = -1, + length = array == null ? 0 : array.length; + + if (initAccum && length) { + accumulator = array[++index]; + } + while (++index < length) { + accumulator = iteratee(accumulator, array[index], index, array); + } + return accumulator; + } + + /** + * A specialized version of `_.reduceRight` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @param {boolean} [initAccum] Specify using the last element of `array` as + * the initial value. + * @returns {*} Returns the accumulated value. + */ + function arrayReduceRight(array, iteratee, accumulator, initAccum) { + var length = array == null ? 0 : array.length; + if (initAccum && length) { + accumulator = array[--length]; + } + while (length--) { + accumulator = iteratee(accumulator, array[length], length, array); + } + return accumulator; + } + + /** + * A specialized version of `_.some` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ + function arraySome(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (predicate(array[index], index, array)) { + return true; + } + } + return false; + } + + /** + * Gets the size of an ASCII `string`. + * + * @private + * @param {string} string The string inspect. + * @returns {number} Returns the string size. + */ + var asciiSize = baseProperty('length'); + + /** + * Converts an ASCII `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ + function asciiToArray(string) { + return string.split(''); + } + + /** + * Splits an ASCII `string` into an array of its words. + * + * @private + * @param {string} The string to inspect. + * @returns {Array} Returns the words of `string`. + */ + function asciiWords(string) { + return string.match(reAsciiWord) || []; + } + + /** + * The base implementation of methods like `_.findKey` and `_.findLastKey`, + * without support for iteratee shorthands, which iterates over `collection` + * using `eachFunc`. + * + * @private + * @param {Array|Object} collection The collection to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {Function} eachFunc The function to iterate over `collection`. + * @returns {*} Returns the found element or its key, else `undefined`. + */ + function baseFindKey(collection, predicate, eachFunc) { + var result; + eachFunc(collection, function(value, key, collection) { + if (predicate(value, key, collection)) { + result = key; + return false; + } + }); + return result; + } + + /** + * The base implementation of `_.findIndex` and `_.findLastIndex` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {number} fromIndex The index to search from. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseFindIndex(array, predicate, fromIndex, fromRight) { + var length = array.length, + index = fromIndex + (fromRight ? 1 : -1); + + while ((fromRight ? index-- : ++index < length)) { + if (predicate(array[index], index, array)) { + return index; + } + } + return -1; + } + + /** + * The base implementation of `_.indexOf` without `fromIndex` bounds checks. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseIndexOf(array, value, fromIndex) { + return value === value + ? strictIndexOf(array, value, fromIndex) + : baseFindIndex(array, baseIsNaN, fromIndex); + } + + /** + * This function is like `baseIndexOf` except that it accepts a comparator. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @param {Function} comparator The comparator invoked per element. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseIndexOfWith(array, value, fromIndex, comparator) { + var index = fromIndex - 1, + length = array.length; + + while (++index < length) { + if (comparator(array[index], value)) { + return index; + } + } + return -1; + } + + /** + * The base implementation of `_.isNaN` without support for number objects. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + */ + function baseIsNaN(value) { + return value !== value; + } + + /** + * The base implementation of `_.mean` and `_.meanBy` without support for + * iteratee shorthands. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {number} Returns the mean. + */ + function baseMean(array, iteratee) { + var length = array == null ? 0 : array.length; + return length ? (baseSum(array, iteratee) / length) : NAN; + } + + /** + * The base implementation of `_.property` without support for deep paths. + * + * @private + * @param {string} key The key of the property to get. + * @returns {Function} Returns the new accessor function. + */ + function baseProperty(key) { + return function(object) { + return object == null ? undefined : object[key]; + }; + } + + /** + * The base implementation of `_.propertyOf` without support for deep paths. + * + * @private + * @param {Object} object The object to query. + * @returns {Function} Returns the new accessor function. + */ + function basePropertyOf(object) { + return function(key) { + return object == null ? undefined : object[key]; + }; + } + + /** + * The base implementation of `_.reduce` and `_.reduceRight`, without support + * for iteratee shorthands, which iterates over `collection` using `eachFunc`. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} accumulator The initial value. + * @param {boolean} initAccum Specify using the first or last element of + * `collection` as the initial value. + * @param {Function} eachFunc The function to iterate over `collection`. + * @returns {*} Returns the accumulated value. + */ + function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) { + eachFunc(collection, function(value, index, collection) { + accumulator = initAccum + ? (initAccum = false, value) + : iteratee(accumulator, value, index, collection); + }); + return accumulator; + } + + /** + * The base implementation of `_.sortBy` which uses `comparer` to define the + * sort order of `array` and replaces criteria objects with their corresponding + * values. + * + * @private + * @param {Array} array The array to sort. + * @param {Function} comparer The function to define sort order. + * @returns {Array} Returns `array`. + */ + function baseSortBy(array, comparer) { + var length = array.length; + + array.sort(comparer); + while (length--) { + array[length] = array[length].value; + } + return array; + } + + /** + * The base implementation of `_.sum` and `_.sumBy` without support for + * iteratee shorthands. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {number} Returns the sum. + */ + function baseSum(array, iteratee) { + var result, + index = -1, + length = array.length; + + while (++index < length) { + var current = iteratee(array[index]); + if (current !== undefined) { + result = result === undefined ? current : (result + current); + } + } + return result; + } + + /** + * The base implementation of `_.times` without support for iteratee shorthands + * or max array length checks. + * + * @private + * @param {number} n The number of times to invoke `iteratee`. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the array of results. + */ + function baseTimes(n, iteratee) { + var index = -1, + result = Array(n); + + while (++index < n) { + result[index] = iteratee(index); + } + return result; + } + + /** + * The base implementation of `_.toPairs` and `_.toPairsIn` which creates an array + * of key-value pairs for `object` corresponding to the property names of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the key-value pairs. + */ + function baseToPairs(object, props) { + return arrayMap(props, function(key) { + return [key, object[key]]; + }); + } + + /** + * The base implementation of `_.unary` without support for storing metadata. + * + * @private + * @param {Function} func The function to cap arguments for. + * @returns {Function} Returns the new capped function. + */ + function baseUnary(func) { + return function(value) { + return func(value); + }; + } + + /** + * The base implementation of `_.values` and `_.valuesIn` which creates an + * array of `object` property values corresponding to the property names + * of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the array of property values. + */ + function baseValues(object, props) { + return arrayMap(props, function(key) { + return object[key]; + }); + } + + /** + * Checks if a `cache` value for `key` exists. + * + * @private + * @param {Object} cache The cache to query. + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function cacheHas(cache, key) { + return cache.has(key); + } + + /** + * Used by `_.trim` and `_.trimStart` to get the index of the first string symbol + * that is not found in the character symbols. + * + * @private + * @param {Array} strSymbols The string symbols to inspect. + * @param {Array} chrSymbols The character symbols to find. + * @returns {number} Returns the index of the first unmatched string symbol. + */ + function charsStartIndex(strSymbols, chrSymbols) { + var index = -1, + length = strSymbols.length; + + while (++index < length && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} + return index; + } + + /** + * Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol + * that is not found in the character symbols. + * + * @private + * @param {Array} strSymbols The string symbols to inspect. + * @param {Array} chrSymbols The character symbols to find. + * @returns {number} Returns the index of the last unmatched string symbol. + */ + function charsEndIndex(strSymbols, chrSymbols) { + var index = strSymbols.length; + + while (index-- && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} + return index; + } + + /** + * Gets the number of `placeholder` occurrences in `array`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} placeholder The placeholder to search for. + * @returns {number} Returns the placeholder count. + */ + function countHolders(array, placeholder) { + var length = array.length, + result = 0; + + while (length--) { + if (array[length] === placeholder) { + ++result; + } + } + return result; + } + + /** + * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A + * letters to basic Latin letters. + * + * @private + * @param {string} letter The matched letter to deburr. + * @returns {string} Returns the deburred letter. + */ + var deburrLetter = basePropertyOf(deburredLetters); + + /** + * Used by `_.escape` to convert characters to HTML entities. + * + * @private + * @param {string} chr The matched character to escape. + * @returns {string} Returns the escaped character. + */ + var escapeHtmlChar = basePropertyOf(htmlEscapes); + + /** + * Used by `_.template` to escape characters for inclusion in compiled string literals. + * + * @private + * @param {string} chr The matched character to escape. + * @returns {string} Returns the escaped character. + */ + function escapeStringChar(chr) { + return '\\' + stringEscapes[chr]; + } + + /** + * Gets the value at `key` of `object`. + * + * @private + * @param {Object} [object] The object to query. + * @param {string} key The key of the property to get. + * @returns {*} Returns the property value. + */ + function getValue(object, key) { + return object == null ? undefined : object[key]; + } + + /** + * Checks if `string` contains Unicode symbols. + * + * @private + * @param {string} string The string to inspect. + * @returns {boolean} Returns `true` if a symbol is found, else `false`. + */ + function hasUnicode(string) { + return reHasUnicode.test(string); + } + + /** + * Checks if `string` contains a word composed of Unicode symbols. + * + * @private + * @param {string} string The string to inspect. + * @returns {boolean} Returns `true` if a word is found, else `false`. + */ + function hasUnicodeWord(string) { + return reHasUnicodeWord.test(string); + } + + /** + * Converts `iterator` to an array. + * + * @private + * @param {Object} iterator The iterator to convert. + * @returns {Array} Returns the converted array. + */ + function iteratorToArray(iterator) { + var data, + result = []; + + while (!(data = iterator.next()).done) { + result.push(data.value); + } + return result; + } + + /** + * Converts `map` to its key-value pairs. + * + * @private + * @param {Object} map The map to convert. + * @returns {Array} Returns the key-value pairs. + */ + function mapToArray(map) { + var index = -1, + result = Array(map.size); + + map.forEach(function(value, key) { + result[++index] = [key, value]; + }); + return result; + } + + /** + * Creates a unary function that invokes `func` with its argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ + function overArg(func, transform) { + return function(arg) { + return func(transform(arg)); + }; + } + + /** + * Replaces all `placeholder` elements in `array` with an internal placeholder + * and returns an array of their indexes. + * + * @private + * @param {Array} array The array to modify. + * @param {*} placeholder The placeholder to replace. + * @returns {Array} Returns the new array of placeholder indexes. + */ + function replaceHolders(array, placeholder) { + var index = -1, + length = array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (value === placeholder || value === PLACEHOLDER) { + array[index] = PLACEHOLDER; + result[resIndex++] = index; + } + } + return result; + } + + /** + * Converts `set` to an array of its values. + * + * @private + * @param {Object} set The set to convert. + * @returns {Array} Returns the values. + */ + function setToArray(set) { + var index = -1, + result = Array(set.size); + + set.forEach(function(value) { + result[++index] = value; + }); + return result; + } + + /** + * Converts `set` to its value-value pairs. + * + * @private + * @param {Object} set The set to convert. + * @returns {Array} Returns the value-value pairs. + */ + function setToPairs(set) { + var index = -1, + result = Array(set.size); + + set.forEach(function(value) { + result[++index] = [value, value]; + }); + return result; + } + + /** + * A specialized version of `_.indexOf` which performs strict equality + * comparisons of values, i.e. `===`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function strictIndexOf(array, value, fromIndex) { + var index = fromIndex - 1, + length = array.length; + + while (++index < length) { + if (array[index] === value) { + return index; + } + } + return -1; + } + + /** + * A specialized version of `_.lastIndexOf` which performs strict equality + * comparisons of values, i.e. `===`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function strictLastIndexOf(array, value, fromIndex) { + var index = fromIndex + 1; + while (index--) { + if (array[index] === value) { + return index; + } + } + return index; + } + + /** + * Gets the number of symbols in `string`. + * + * @private + * @param {string} string The string to inspect. + * @returns {number} Returns the string size. + */ + function stringSize(string) { + return hasUnicode(string) + ? unicodeSize(string) + : asciiSize(string); + } + + /** + * Converts `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ + function stringToArray(string) { + return hasUnicode(string) + ? unicodeToArray(string) + : asciiToArray(string); + } + + /** + * Used by `_.unescape` to convert HTML entities to characters. + * + * @private + * @param {string} chr The matched character to unescape. + * @returns {string} Returns the unescaped character. + */ + var unescapeHtmlChar = basePropertyOf(htmlUnescapes); + + /** + * Gets the size of a Unicode `string`. + * + * @private + * @param {string} string The string inspect. + * @returns {number} Returns the string size. + */ + function unicodeSize(string) { + var result = reUnicode.lastIndex = 0; + while (reUnicode.test(string)) { + ++result; + } + return result; + } + + /** + * Converts a Unicode `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ + function unicodeToArray(string) { + return string.match(reUnicode) || []; + } + + /** + * Splits a Unicode `string` into an array of its words. + * + * @private + * @param {string} The string to inspect. + * @returns {Array} Returns the words of `string`. + */ + function unicodeWords(string) { + return string.match(reUnicodeWord) || []; + } + + /*--------------------------------------------------------------------------*/ + + /** + * Create a new pristine `lodash` function using the `context` object. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Util + * @param {Object} [context=root] The context object. + * @returns {Function} Returns a new `lodash` function. + * @example + * + * _.mixin({ 'foo': _.constant('foo') }); + * + * var lodash = _.runInContext(); + * lodash.mixin({ 'bar': lodash.constant('bar') }); + * + * _.isFunction(_.foo); + * // => true + * _.isFunction(_.bar); + * // => false + * + * lodash.isFunction(lodash.foo); + * // => false + * lodash.isFunction(lodash.bar); + * // => true + * + * // Create a suped-up `defer` in Node.js. + * var defer = _.runInContext({ 'setTimeout': setImmediate }).defer; + */ + var runInContext = (function runInContext(context) { + context = context == null ? root : _.defaults(root.Object(), context, _.pick(root, contextProps)); + + /** Built-in constructor references. */ + var Array = context.Array, + Date = context.Date, + Error = context.Error, + Function = context.Function, + Math = context.Math, + Object = context.Object, + RegExp = context.RegExp, + String = context.String, + TypeError = context.TypeError; + + /** Used for built-in method references. */ + var arrayProto = Array.prototype, + funcProto = Function.prototype, + objectProto = Object.prototype; + + /** Used to detect overreaching core-js shims. */ + var coreJsData = context['__core-js_shared__']; + + /** Used to resolve the decompiled source of functions. */ + var funcToString = funcProto.toString; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** Used to generate unique IDs. */ + var idCounter = 0; + + /** Used to detect methods masquerading as native. */ + var maskSrcKey = (function() { + var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || ''); + return uid ? ('Symbol(src)_1.' + uid) : ''; + }()); + + /** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ + var nativeObjectToString = objectProto.toString; + + /** Used to infer the `Object` constructor. */ + var objectCtorString = funcToString.call(Object); + + /** Used to restore the original `_` reference in `_.noConflict`. */ + var oldDash = root._; + + /** Used to detect if a method is native. */ + var reIsNative = RegExp('^' + + funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&') + .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$' + ); + + /** Built-in value references. */ + var Buffer = moduleExports ? context.Buffer : undefined, + Symbol = context.Symbol, + Uint8Array = context.Uint8Array, + allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined, + getPrototype = overArg(Object.getPrototypeOf, Object), + objectCreate = Object.create, + propertyIsEnumerable = objectProto.propertyIsEnumerable, + splice = arrayProto.splice, + spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined, + symIterator = Symbol ? Symbol.iterator : undefined, + symToStringTag = Symbol ? Symbol.toStringTag : undefined; + + var defineProperty = (function() { + try { + var func = getNative(Object, 'defineProperty'); + func({}, '', {}); + return func; + } catch (e) {} + }()); + + /** Mocked built-ins. */ + var ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout, + ctxNow = Date && Date.now !== root.Date.now && Date.now, + ctxSetTimeout = context.setTimeout !== root.setTimeout && context.setTimeout; + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeCeil = Math.ceil, + nativeFloor = Math.floor, + nativeGetSymbols = Object.getOwnPropertySymbols, + nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined, + nativeIsFinite = context.isFinite, + nativeJoin = arrayProto.join, + nativeKeys = overArg(Object.keys, Object), + nativeMax = Math.max, + nativeMin = Math.min, + nativeNow = Date.now, + nativeParseInt = context.parseInt, + nativeRandom = Math.random, + nativeReverse = arrayProto.reverse; + + /* Built-in method references that are verified to be native. */ + var DataView = getNative(context, 'DataView'), + Map = getNative(context, 'Map'), + Promise = getNative(context, 'Promise'), + Set = getNative(context, 'Set'), + WeakMap = getNative(context, 'WeakMap'), + nativeCreate = getNative(Object, 'create'); + + /** Used to store function metadata. */ + var metaMap = WeakMap && new WeakMap; + + /** Used to lookup unminified function names. */ + var realNames = {}; + + /** Used to detect maps, sets, and weakmaps. */ + var dataViewCtorString = toSource(DataView), + mapCtorString = toSource(Map), + promiseCtorString = toSource(Promise), + setCtorString = toSource(Set), + weakMapCtorString = toSource(WeakMap); + + /** Used to convert symbols to primitives and strings. */ + var symbolProto = Symbol ? Symbol.prototype : undefined, + symbolValueOf = symbolProto ? symbolProto.valueOf : undefined, + symbolToString = symbolProto ? symbolProto.toString : undefined; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a `lodash` object which wraps `value` to enable implicit method + * chain sequences. Methods that operate on and return arrays, collections, + * and functions can be chained together. Methods that retrieve a single value + * or may return a primitive value will automatically end the chain sequence + * and return the unwrapped value. Otherwise, the value must be unwrapped + * with `_#value`. + * + * Explicit chain sequences, which must be unwrapped with `_#value`, may be + * enabled using `_.chain`. + * + * The execution of chained methods is lazy, that is, it's deferred until + * `_#value` is implicitly or explicitly called. + * + * Lazy evaluation allows several methods to support shortcut fusion. + * Shortcut fusion is an optimization to merge iteratee calls; this avoids + * the creation of intermediate arrays and can greatly reduce the number of + * iteratee executions. Sections of a chain sequence qualify for shortcut + * fusion if the section is applied to an array and iteratees accept only + * one argument. The heuristic for whether a section qualifies for shortcut + * fusion is subject to change. + * + * Chaining is supported in custom builds as long as the `_#value` method is + * directly or indirectly included in the build. + * + * In addition to lodash methods, wrappers have `Array` and `String` methods. + * + * The wrapper `Array` methods are: + * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift` + * + * The wrapper `String` methods are: + * `replace` and `split` + * + * The wrapper methods that support shortcut fusion are: + * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, + * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, + * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray` + * + * The chainable wrapper methods are: + * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`, + * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`, + * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`, + * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`, + * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`, + * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, + * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`, + * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`, + * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`, + * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`, + * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, + * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`, + * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`, + * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`, + * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`, + * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`, + * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`, + * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`, + * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`, + * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`, + * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`, + * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`, + * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`, + * `zipObject`, `zipObjectDeep`, and `zipWith` + * + * The wrapper methods that are **not** chainable by default are: + * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`, + * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`, + * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`, + * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`, + * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`, + * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`, + * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`, + * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`, + * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`, + * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`, + * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`, + * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`, + * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`, + * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`, + * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`, + * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`, + * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`, + * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`, + * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`, + * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`, + * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`, + * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`, + * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`, + * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`, + * `upperFirst`, `value`, and `words` + * + * @name _ + * @constructor + * @category Seq + * @param {*} value The value to wrap in a `lodash` instance. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * function square(n) { + * return n * n; + * } + * + * var wrapped = _([1, 2, 3]); + * + * // Returns an unwrapped value. + * wrapped.reduce(_.add); + * // => 6 + * + * // Returns a wrapped value. + * var squares = wrapped.map(square); + * + * _.isArray(squares); + * // => false + * + * _.isArray(squares.value()); + * // => true + */ + function lodash(value) { + if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) { + if (value instanceof LodashWrapper) { + return value; + } + if (hasOwnProperty.call(value, '__wrapped__')) { + return wrapperClone(value); + } + } + return new LodashWrapper(value); + } + + /** + * The base implementation of `_.create` without support for assigning + * properties to the created object. + * + * @private + * @param {Object} proto The object to inherit from. + * @returns {Object} Returns the new object. + */ + var baseCreate = (function() { + function object() {} + return function(proto) { + if (!isObject(proto)) { + return {}; + } + if (objectCreate) { + return objectCreate(proto); + } + object.prototype = proto; + var result = new object; + object.prototype = undefined; + return result; + }; + }()); + + /** + * The function whose prototype chain sequence wrappers inherit from. + * + * @private + */ + function baseLodash() { + // No operation performed. + } + + /** + * The base constructor for creating `lodash` wrapper objects. + * + * @private + * @param {*} value The value to wrap. + * @param {boolean} [chainAll] Enable explicit method chain sequences. + */ + function LodashWrapper(value, chainAll) { + this.__wrapped__ = value; + this.__actions__ = []; + this.__chain__ = !!chainAll; + this.__index__ = 0; + this.__values__ = undefined; + } + + /** + * By default, the template delimiters used by lodash are like those in + * embedded Ruby (ERB) as well as ES2015 template strings. Change the + * following template settings to use alternative delimiters. + * + * @static + * @memberOf _ + * @type {Object} + */ + lodash.templateSettings = { + + /** + * Used to detect `data` property values to be HTML-escaped. + * + * @memberOf _.templateSettings + * @type {RegExp} + */ + 'escape': reEscape, + + /** + * Used to detect code to be evaluated. + * + * @memberOf _.templateSettings + * @type {RegExp} + */ + 'evaluate': reEvaluate, + + /** + * Used to detect `data` property values to inject. + * + * @memberOf _.templateSettings + * @type {RegExp} + */ + 'interpolate': reInterpolate, + + /** + * Used to reference the data object in the template text. + * + * @memberOf _.templateSettings + * @type {string} + */ + 'variable': '', + + /** + * Used to import variables into the compiled template. + * + * @memberOf _.templateSettings + * @type {Object} + */ + 'imports': { + + /** + * A reference to the `lodash` function. + * + * @memberOf _.templateSettings.imports + * @type {Function} + */ + '_': lodash + } + }; + + // Ensure wrappers are instances of `baseLodash`. + lodash.prototype = baseLodash.prototype; + lodash.prototype.constructor = lodash; + + LodashWrapper.prototype = baseCreate(baseLodash.prototype); + LodashWrapper.prototype.constructor = LodashWrapper; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation. + * + * @private + * @constructor + * @param {*} value The value to wrap. + */ + function LazyWrapper(value) { + this.__wrapped__ = value; + this.__actions__ = []; + this.__dir__ = 1; + this.__filtered__ = false; + this.__iteratees__ = []; + this.__takeCount__ = MAX_ARRAY_LENGTH; + this.__views__ = []; + } + + /** + * Creates a clone of the lazy wrapper object. + * + * @private + * @name clone + * @memberOf LazyWrapper + * @returns {Object} Returns the cloned `LazyWrapper` object. + */ + function lazyClone() { + var result = new LazyWrapper(this.__wrapped__); + result.__actions__ = copyArray(this.__actions__); + result.__dir__ = this.__dir__; + result.__filtered__ = this.__filtered__; + result.__iteratees__ = copyArray(this.__iteratees__); + result.__takeCount__ = this.__takeCount__; + result.__views__ = copyArray(this.__views__); + return result; + } + + /** + * Reverses the direction of lazy iteration. + * + * @private + * @name reverse + * @memberOf LazyWrapper + * @returns {Object} Returns the new reversed `LazyWrapper` object. + */ + function lazyReverse() { + if (this.__filtered__) { + var result = new LazyWrapper(this); + result.__dir__ = -1; + result.__filtered__ = true; + } else { + result = this.clone(); + result.__dir__ *= -1; + } + return result; + } + + /** + * Extracts the unwrapped value from its lazy wrapper. + * + * @private + * @name value + * @memberOf LazyWrapper + * @returns {*} Returns the unwrapped value. + */ + function lazyValue() { + var array = this.__wrapped__.value(), + dir = this.__dir__, + isArr = isArray(array), + isRight = dir < 0, + arrLength = isArr ? array.length : 0, + view = getView(0, arrLength, this.__views__), + start = view.start, + end = view.end, + length = end - start, + index = isRight ? end : (start - 1), + iteratees = this.__iteratees__, + iterLength = iteratees.length, + resIndex = 0, + takeCount = nativeMin(length, this.__takeCount__); + + if (!isArr || (!isRight && arrLength == length && takeCount == length)) { + return baseWrapperValue(array, this.__actions__); + } + var result = []; + + outer: + while (length-- && resIndex < takeCount) { + index += dir; + + var iterIndex = -1, + value = array[index]; + + while (++iterIndex < iterLength) { + var data = iteratees[iterIndex], + iteratee = data.iteratee, + type = data.type, + computed = iteratee(value); + + if (type == LAZY_MAP_FLAG) { + value = computed; + } else if (!computed) { + if (type == LAZY_FILTER_FLAG) { + continue outer; + } else { + break outer; + } + } + } + result[resIndex++] = value; + } + return result; + } + + // Ensure `LazyWrapper` is an instance of `baseLodash`. + LazyWrapper.prototype = baseCreate(baseLodash.prototype); + LazyWrapper.prototype.constructor = LazyWrapper; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a hash object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function Hash(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } + } + + /** + * Removes all key-value entries from the hash. + * + * @private + * @name clear + * @memberOf Hash + */ + function hashClear() { + this.__data__ = nativeCreate ? nativeCreate(null) : {}; + this.size = 0; + } + + /** + * Removes `key` and its value from the hash. + * + * @private + * @name delete + * @memberOf Hash + * @param {Object} hash The hash to modify. + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function hashDelete(key) { + var result = this.has(key) && delete this.__data__[key]; + this.size -= result ? 1 : 0; + return result; + } + + /** + * Gets the hash value for `key`. + * + * @private + * @name get + * @memberOf Hash + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function hashGet(key) { + var data = this.__data__; + if (nativeCreate) { + var result = data[key]; + return result === HASH_UNDEFINED ? undefined : result; + } + return hasOwnProperty.call(data, key) ? data[key] : undefined; + } + + /** + * Checks if a hash value for `key` exists. + * + * @private + * @name has + * @memberOf Hash + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function hashHas(key) { + var data = this.__data__; + return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key); + } + + /** + * Sets the hash `key` to `value`. + * + * @private + * @name set + * @memberOf Hash + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the hash instance. + */ + function hashSet(key, value) { + var data = this.__data__; + this.size += this.has(key) ? 0 : 1; + data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value; + return this; + } + + // Add methods to `Hash`. + Hash.prototype.clear = hashClear; + Hash.prototype['delete'] = hashDelete; + Hash.prototype.get = hashGet; + Hash.prototype.has = hashHas; + Hash.prototype.set = hashSet; + + /*------------------------------------------------------------------------*/ + + /** + * Creates an list cache object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function ListCache(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } + } + + /** + * Removes all key-value entries from the list cache. + * + * @private + * @name clear + * @memberOf ListCache + */ + function listCacheClear() { + this.__data__ = []; + this.size = 0; + } + + /** + * Removes `key` and its value from the list cache. + * + * @private + * @name delete + * @memberOf ListCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function listCacheDelete(key) { + var data = this.__data__, + index = assocIndexOf(data, key); + + if (index < 0) { + return false; + } + var lastIndex = data.length - 1; + if (index == lastIndex) { + data.pop(); + } else { + splice.call(data, index, 1); + } + --this.size; + return true; + } + + /** + * Gets the list cache value for `key`. + * + * @private + * @name get + * @memberOf ListCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function listCacheGet(key) { + var data = this.__data__, + index = assocIndexOf(data, key); + + return index < 0 ? undefined : data[index][1]; + } + + /** + * Checks if a list cache value for `key` exists. + * + * @private + * @name has + * @memberOf ListCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function listCacheHas(key) { + return assocIndexOf(this.__data__, key) > -1; + } + + /** + * Sets the list cache `key` to `value`. + * + * @private + * @name set + * @memberOf ListCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the list cache instance. + */ + function listCacheSet(key, value) { + var data = this.__data__, + index = assocIndexOf(data, key); + + if (index < 0) { + ++this.size; + data.push([key, value]); + } else { + data[index][1] = value; + } + return this; + } + + // Add methods to `ListCache`. + ListCache.prototype.clear = listCacheClear; + ListCache.prototype['delete'] = listCacheDelete; + ListCache.prototype.get = listCacheGet; + ListCache.prototype.has = listCacheHas; + ListCache.prototype.set = listCacheSet; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a map cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function MapCache(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } + } + + /** + * Removes all key-value entries from the map. + * + * @private + * @name clear + * @memberOf MapCache + */ + function mapCacheClear() { + this.size = 0; + this.__data__ = { + 'hash': new Hash, + 'map': new (Map || ListCache), + 'string': new Hash + }; + } + + /** + * Removes `key` and its value from the map. + * + * @private + * @name delete + * @memberOf MapCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function mapCacheDelete(key) { + var result = getMapData(this, key)['delete'](key); + this.size -= result ? 1 : 0; + return result; + } + + /** + * Gets the map value for `key`. + * + * @private + * @name get + * @memberOf MapCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function mapCacheGet(key) { + return getMapData(this, key).get(key); + } + + /** + * Checks if a map value for `key` exists. + * + * @private + * @name has + * @memberOf MapCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function mapCacheHas(key) { + return getMapData(this, key).has(key); + } + + /** + * Sets the map `key` to `value`. + * + * @private + * @name set + * @memberOf MapCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the map cache instance. + */ + function mapCacheSet(key, value) { + var data = getMapData(this, key), + size = data.size; + + data.set(key, value); + this.size += data.size == size ? 0 : 1; + return this; + } + + // Add methods to `MapCache`. + MapCache.prototype.clear = mapCacheClear; + MapCache.prototype['delete'] = mapCacheDelete; + MapCache.prototype.get = mapCacheGet; + MapCache.prototype.has = mapCacheHas; + MapCache.prototype.set = mapCacheSet; + + /*------------------------------------------------------------------------*/ + + /** + * + * Creates an array cache object to store unique values. + * + * @private + * @constructor + * @param {Array} [values] The values to cache. + */ + function SetCache(values) { + var index = -1, + length = values == null ? 0 : values.length; + + this.__data__ = new MapCache; + while (++index < length) { + this.add(values[index]); + } + } + + /** + * Adds `value` to the array cache. + * + * @private + * @name add + * @memberOf SetCache + * @alias push + * @param {*} value The value to cache. + * @returns {Object} Returns the cache instance. + */ + function setCacheAdd(value) { + this.__data__.set(value, HASH_UNDEFINED); + return this; + } + + /** + * Checks if `value` is in the array cache. + * + * @private + * @name has + * @memberOf SetCache + * @param {*} value The value to search for. + * @returns {number} Returns `true` if `value` is found, else `false`. + */ + function setCacheHas(value) { + return this.__data__.has(value); + } + + // Add methods to `SetCache`. + SetCache.prototype.add = SetCache.prototype.push = setCacheAdd; + SetCache.prototype.has = setCacheHas; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a stack cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function Stack(entries) { + var data = this.__data__ = new ListCache(entries); + this.size = data.size; + } + + /** + * Removes all key-value entries from the stack. + * + * @private + * @name clear + * @memberOf Stack + */ + function stackClear() { + this.__data__ = new ListCache; + this.size = 0; + } + + /** + * Removes `key` and its value from the stack. + * + * @private + * @name delete + * @memberOf Stack + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function stackDelete(key) { + var data = this.__data__, + result = data['delete'](key); + + this.size = data.size; + return result; + } + + /** + * Gets the stack value for `key`. + * + * @private + * @name get + * @memberOf Stack + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function stackGet(key) { + return this.__data__.get(key); + } + + /** + * Checks if a stack value for `key` exists. + * + * @private + * @name has + * @memberOf Stack + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function stackHas(key) { + return this.__data__.has(key); + } + + /** + * Sets the stack `key` to `value`. + * + * @private + * @name set + * @memberOf Stack + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the stack cache instance. + */ + function stackSet(key, value) { + var data = this.__data__; + if (data instanceof ListCache) { + var pairs = data.__data__; + if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) { + pairs.push([key, value]); + this.size = ++data.size; + return this; + } + data = this.__data__ = new MapCache(pairs); + } + data.set(key, value); + this.size = data.size; + return this; + } + + // Add methods to `Stack`. + Stack.prototype.clear = stackClear; + Stack.prototype['delete'] = stackDelete; + Stack.prototype.get = stackGet; + Stack.prototype.has = stackHas; + Stack.prototype.set = stackSet; + + /*------------------------------------------------------------------------*/ + + /** + * Creates an array of the enumerable property names of the array-like `value`. + * + * @private + * @param {*} value The value to query. + * @param {boolean} inherited Specify returning inherited property names. + * @returns {Array} Returns the array of property names. + */ + function arrayLikeKeys(value, inherited) { + var isArr = isArray(value), + isArg = !isArr && isArguments(value), + isBuff = !isArr && !isArg && isBuffer(value), + isType = !isArr && !isArg && !isBuff && isTypedArray(value), + skipIndexes = isArr || isArg || isBuff || isType, + result = skipIndexes ? baseTimes(value.length, String) : [], + length = result.length; + + for (var key in value) { + if ((inherited || hasOwnProperty.call(value, key)) && + !(skipIndexes && ( + // Safari 9 has enumerable `arguments.length` in strict mode. + key == 'length' || + // Node.js 0.10 has enumerable non-index properties on buffers. + (isBuff && (key == 'offset' || key == 'parent')) || + // PhantomJS 2 has enumerable non-index properties on typed arrays. + (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) || + // Skip index properties. + isIndex(key, length) + ))) { + result.push(key); + } + } + return result; + } + + /** + * A specialized version of `_.sample` for arrays. + * + * @private + * @param {Array} array The array to sample. + * @returns {*} Returns the random element. + */ + function arraySample(array) { + var length = array.length; + return length ? array[baseRandom(0, length - 1)] : undefined; + } + + /** + * A specialized version of `_.sampleSize` for arrays. + * + * @private + * @param {Array} array The array to sample. + * @param {number} n The number of elements to sample. + * @returns {Array} Returns the random elements. + */ + function arraySampleSize(array, n) { + return shuffleSelf(copyArray(array), baseClamp(n, 0, array.length)); + } + + /** + * A specialized version of `_.shuffle` for arrays. + * + * @private + * @param {Array} array The array to shuffle. + * @returns {Array} Returns the new shuffled array. + */ + function arrayShuffle(array) { + return shuffleSelf(copyArray(array)); + } + + /** + * This function is like `assignValue` except that it doesn't assign + * `undefined` values. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function assignMergeValue(object, key, value) { + if ((value !== undefined && !eq(object[key], value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } + } + + /** + * Assigns `value` to `key` of `object` if the existing value is not equivalent + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function assignValue(object, key, value) { + var objValue = object[key]; + if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } + } + + /** + * Gets the index at which the `key` is found in `array` of key-value pairs. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} key The key to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function assocIndexOf(array, key) { + var length = array.length; + while (length--) { + if (eq(array[length][0], key)) { + return length; + } + } + return -1; + } + + /** + * Aggregates elements of `collection` on `accumulator` with keys transformed + * by `iteratee` and values set by `setter`. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform keys. + * @param {Object} accumulator The initial aggregated object. + * @returns {Function} Returns `accumulator`. + */ + function baseAggregator(collection, setter, iteratee, accumulator) { + baseEach(collection, function(value, key, collection) { + setter(accumulator, value, iteratee(value), collection); + }); + return accumulator; + } + + /** + * The base implementation of `_.assign` without support for multiple sources + * or `customizer` functions. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @returns {Object} Returns `object`. + */ + function baseAssign(object, source) { + return object && copyObject(source, keys(source), object); + } + + /** + * The base implementation of `_.assignIn` without support for multiple sources + * or `customizer` functions. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @returns {Object} Returns `object`. + */ + function baseAssignIn(object, source) { + return object && copyObject(source, keysIn(source), object); + } + + /** + * The base implementation of `assignValue` and `assignMergeValue` without + * value checks. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function baseAssignValue(object, key, value) { + if (key == '__proto__' && defineProperty) { + defineProperty(object, key, { + 'configurable': true, + 'enumerable': true, + 'value': value, + 'writable': true + }); + } else { + object[key] = value; + } + } + + /** + * The base implementation of `_.at` without support for individual paths. + * + * @private + * @param {Object} object The object to iterate over. + * @param {string[]} paths The property paths to pick. + * @returns {Array} Returns the picked elements. + */ + function baseAt(object, paths) { + var index = -1, + length = paths.length, + result = Array(length), + skip = object == null; + + while (++index < length) { + result[index] = skip ? undefined : get(object, paths[index]); + } + return result; + } + + /** + * The base implementation of `_.clamp` which doesn't coerce arguments. + * + * @private + * @param {number} number The number to clamp. + * @param {number} [lower] The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the clamped number. + */ + function baseClamp(number, lower, upper) { + if (number === number) { + if (upper !== undefined) { + number = number <= upper ? number : upper; + } + if (lower !== undefined) { + number = number >= lower ? number : lower; + } + } + return number; + } + + /** + * The base implementation of `_.clone` and `_.cloneDeep` which tracks + * traversed objects. + * + * @private + * @param {*} value The value to clone. + * @param {boolean} bitmask The bitmask flags. + * 1 - Deep clone + * 2 - Flatten inherited properties + * 4 - Clone symbols + * @param {Function} [customizer] The function to customize cloning. + * @param {string} [key] The key of `value`. + * @param {Object} [object] The parent object of `value`. + * @param {Object} [stack] Tracks traversed objects and their clone counterparts. + * @returns {*} Returns the cloned value. + */ + function baseClone(value, bitmask, customizer, key, object, stack) { + var result, + isDeep = bitmask & CLONE_DEEP_FLAG, + isFlat = bitmask & CLONE_FLAT_FLAG, + isFull = bitmask & CLONE_SYMBOLS_FLAG; + + if (customizer) { + result = object ? customizer(value, key, object, stack) : customizer(value); + } + if (result !== undefined) { + return result; + } + if (!isObject(value)) { + return value; + } + var isArr = isArray(value); + if (isArr) { + result = initCloneArray(value); + if (!isDeep) { + return copyArray(value, result); + } + } else { + var tag = getTag(value), + isFunc = tag == funcTag || tag == genTag; + + if (isBuffer(value)) { + return cloneBuffer(value, isDeep); + } + if (tag == objectTag || tag == argsTag || (isFunc && !object)) { + result = (isFlat || isFunc) ? {} : initCloneObject(value); + if (!isDeep) { + return isFlat + ? copySymbolsIn(value, baseAssignIn(result, value)) + : copySymbols(value, baseAssign(result, value)); + } + } else { + if (!cloneableTags[tag]) { + return object ? value : {}; + } + result = initCloneByTag(value, tag, baseClone, isDeep); + } + } + // Check for circular references and return its corresponding clone. + stack || (stack = new Stack); + var stacked = stack.get(value); + if (stacked) { + return stacked; + } + stack.set(value, result); + + var keysFunc = isFull + ? (isFlat ? getAllKeysIn : getAllKeys) + : (isFlat ? keysIn : keys); + + var props = isArr ? undefined : keysFunc(value); + arrayEach(props || value, function(subValue, key) { + if (props) { + key = subValue; + subValue = value[key]; + } + // Recursively populate clone (susceptible to call stack limits). + assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack)); + }); + return result; + } + + /** + * The base implementation of `_.conforms` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property predicates to conform to. + * @returns {Function} Returns the new spec function. + */ + function baseConforms(source) { + var props = keys(source); + return function(object) { + return baseConformsTo(object, source, props); + }; + } + + /** + * The base implementation of `_.conformsTo` which accepts `props` to check. + * + * @private + * @param {Object} object The object to inspect. + * @param {Object} source The object of property predicates to conform to. + * @returns {boolean} Returns `true` if `object` conforms, else `false`. + */ + function baseConformsTo(object, source, props) { + var length = props.length; + if (object == null) { + return !length; + } + object = Object(object); + while (length--) { + var key = props[length], + predicate = source[key], + value = object[key]; + + if ((value === undefined && !(key in object)) || !predicate(value)) { + return false; + } + } + return true; + } + + /** + * The base implementation of `_.delay` and `_.defer` which accepts `args` + * to provide to `func`. + * + * @private + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {Array} args The arguments to provide to `func`. + * @returns {number|Object} Returns the timer id or timeout object. + */ + function baseDelay(func, wait, args) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return setTimeout(function() { func.apply(undefined, args); }, wait); + } + + /** + * The base implementation of methods like `_.difference` without support + * for excluding multiple arrays or iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Array} values The values to exclude. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + */ + function baseDifference(array, values, iteratee, comparator) { + var index = -1, + includes = arrayIncludes, + isCommon = true, + length = array.length, + result = [], + valuesLength = values.length; + + if (!length) { + return result; + } + if (iteratee) { + values = arrayMap(values, baseUnary(iteratee)); + } + if (comparator) { + includes = arrayIncludesWith; + isCommon = false; + } + else if (values.length >= LARGE_ARRAY_SIZE) { + includes = cacheHas; + isCommon = false; + values = new SetCache(values); + } + outer: + while (++index < length) { + var value = array[index], + computed = iteratee == null ? value : iteratee(value); + + value = (comparator || value !== 0) ? value : 0; + if (isCommon && computed === computed) { + var valuesIndex = valuesLength; + while (valuesIndex--) { + if (values[valuesIndex] === computed) { + continue outer; + } + } + result.push(value); + } + else if (!includes(values, computed, comparator)) { + result.push(value); + } + } + return result; + } + + /** + * The base implementation of `_.forEach` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ + var baseEach = createBaseEach(baseForOwn); + + /** + * The base implementation of `_.forEachRight` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ + var baseEachRight = createBaseEach(baseForOwnRight, true); + + /** + * The base implementation of `_.every` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false` + */ + function baseEvery(collection, predicate) { + var result = true; + baseEach(collection, function(value, index, collection) { + result = !!predicate(value, index, collection); + return result; + }); + return result; + } + + /** + * The base implementation of methods like `_.max` and `_.min` which accepts a + * `comparator` to determine the extremum value. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The iteratee invoked per iteration. + * @param {Function} comparator The comparator used to compare values. + * @returns {*} Returns the extremum value. + */ + function baseExtremum(array, iteratee, comparator) { + var index = -1, + length = array.length; + + while (++index < length) { + var value = array[index], + current = iteratee(value); + + if (current != null && (computed === undefined + ? (current === current && !isSymbol(current)) + : comparator(current, computed) + )) { + var computed = current, + result = value; + } + } + return result; + } + + /** + * The base implementation of `_.fill` without an iteratee call guard. + * + * @private + * @param {Array} array The array to fill. + * @param {*} value The value to fill `array` with. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns `array`. + */ + function baseFill(array, value, start, end) { + var length = array.length; + + start = toInteger(start); + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = (end === undefined || end > length) ? length : toInteger(end); + if (end < 0) { + end += length; + } + end = start > end ? 0 : toLength(end); + while (start < end) { + array[start++] = value; + } + return array; + } + + /** + * The base implementation of `_.filter` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ + function baseFilter(collection, predicate) { + var result = []; + baseEach(collection, function(value, index, collection) { + if (predicate(value, index, collection)) { + result.push(value); + } + }); + return result; + } + + /** + * The base implementation of `_.flatten` with support for restricting flattening. + * + * @private + * @param {Array} array The array to flatten. + * @param {number} depth The maximum recursion depth. + * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. + * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. + * @param {Array} [result=[]] The initial result value. + * @returns {Array} Returns the new flattened array. + */ + function baseFlatten(array, depth, predicate, isStrict, result) { + var index = -1, + length = array.length; + + predicate || (predicate = isFlattenable); + result || (result = []); + + while (++index < length) { + var value = array[index]; + if (depth > 0 && predicate(value)) { + if (depth > 1) { + // Recursively flatten arrays (susceptible to call stack limits). + baseFlatten(value, depth - 1, predicate, isStrict, result); + } else { + arrayPush(result, value); + } + } else if (!isStrict) { + result[result.length] = value; + } + } + return result; + } + + /** + * The base implementation of `baseForOwn` which iterates over `object` + * properties returned by `keysFunc` and invokes `iteratee` for each property. + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. + */ + var baseFor = createBaseFor(); + + /** + * This function is like `baseFor` except that it iterates over properties + * in the opposite order. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. + */ + var baseForRight = createBaseFor(true); + + /** + * The base implementation of `_.forOwn` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ + function baseForOwn(object, iteratee) { + return object && baseFor(object, iteratee, keys); + } + + /** + * The base implementation of `_.forOwnRight` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ + function baseForOwnRight(object, iteratee) { + return object && baseForRight(object, iteratee, keys); + } + + /** + * The base implementation of `_.functions` which creates an array of + * `object` function property names filtered from `props`. + * + * @private + * @param {Object} object The object to inspect. + * @param {Array} props The property names to filter. + * @returns {Array} Returns the function names. + */ + function baseFunctions(object, props) { + return arrayFilter(props, function(key) { + return isFunction(object[key]); + }); + } + + /** + * The base implementation of `_.get` without support for default values. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @returns {*} Returns the resolved value. + */ + function baseGet(object, path) { + path = castPath(path, object); + + var index = 0, + length = path.length; + + while (object != null && index < length) { + object = object[toKey(path[index++])]; + } + return (index && index == length) ? object : undefined; + } + + /** + * The base implementation of `getAllKeys` and `getAllKeysIn` which uses + * `keysFunc` and `symbolsFunc` to get the enumerable property names and + * symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Function} keysFunc The function to get the keys of `object`. + * @param {Function} symbolsFunc The function to get the symbols of `object`. + * @returns {Array} Returns the array of property names and symbols. + */ + function baseGetAllKeys(object, keysFunc, symbolsFunc) { + var result = keysFunc(object); + return isArray(object) ? result : arrayPush(result, symbolsFunc(object)); + } + + /** + * The base implementation of `getTag` without fallbacks for buggy environments. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ + function baseGetTag(value) { + if (value == null) { + return value === undefined ? undefinedTag : nullTag; + } + return (symToStringTag && symToStringTag in Object(value)) + ? getRawTag(value) + : objectToString(value); + } + + /** + * The base implementation of `_.gt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than `other`, + * else `false`. + */ + function baseGt(value, other) { + return value > other; + } + + /** + * The base implementation of `_.has` without support for deep paths. + * + * @private + * @param {Object} [object] The object to query. + * @param {Array|string} key The key to check. + * @returns {boolean} Returns `true` if `key` exists, else `false`. + */ + function baseHas(object, key) { + return object != null && hasOwnProperty.call(object, key); + } + + /** + * The base implementation of `_.hasIn` without support for deep paths. + * + * @private + * @param {Object} [object] The object to query. + * @param {Array|string} key The key to check. + * @returns {boolean} Returns `true` if `key` exists, else `false`. + */ + function baseHasIn(object, key) { + return object != null && key in Object(object); + } + + /** + * The base implementation of `_.inRange` which doesn't coerce arguments. + * + * @private + * @param {number} number The number to check. + * @param {number} start The start of the range. + * @param {number} end The end of the range. + * @returns {boolean} Returns `true` if `number` is in the range, else `false`. + */ + function baseInRange(number, start, end) { + return number >= nativeMin(start, end) && number < nativeMax(start, end); + } + + /** + * The base implementation of methods like `_.intersection`, without support + * for iteratee shorthands, that accepts an array of arrays to inspect. + * + * @private + * @param {Array} arrays The arrays to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of shared values. + */ + function baseIntersection(arrays, iteratee, comparator) { + var includes = comparator ? arrayIncludesWith : arrayIncludes, + length = arrays[0].length, + othLength = arrays.length, + othIndex = othLength, + caches = Array(othLength), + maxLength = Infinity, + result = []; + + while (othIndex--) { + var array = arrays[othIndex]; + if (othIndex && iteratee) { + array = arrayMap(array, baseUnary(iteratee)); + } + maxLength = nativeMin(array.length, maxLength); + caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120)) + ? new SetCache(othIndex && array) + : undefined; + } + array = arrays[0]; + + var index = -1, + seen = caches[0]; + + outer: + while (++index < length && result.length < maxLength) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + value = (comparator || value !== 0) ? value : 0; + if (!(seen + ? cacheHas(seen, computed) + : includes(result, computed, comparator) + )) { + othIndex = othLength; + while (--othIndex) { + var cache = caches[othIndex]; + if (!(cache + ? cacheHas(cache, computed) + : includes(arrays[othIndex], computed, comparator)) + ) { + continue outer; + } + } + if (seen) { + seen.push(computed); + } + result.push(value); + } + } + return result; + } + + /** + * The base implementation of `_.invert` and `_.invertBy` which inverts + * `object` with values transformed by `iteratee` and set by `setter`. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform values. + * @param {Object} accumulator The initial inverted object. + * @returns {Function} Returns `accumulator`. + */ + function baseInverter(object, setter, iteratee, accumulator) { + baseForOwn(object, function(value, key, object) { + setter(accumulator, iteratee(value), key, object); + }); + return accumulator; + } + + /** + * The base implementation of `_.invoke` without support for individual + * method arguments. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path of the method to invoke. + * @param {Array} args The arguments to invoke the method with. + * @returns {*} Returns the result of the invoked method. + */ + function baseInvoke(object, path, args) { + path = castPath(path, object); + object = parent(object, path); + var func = object == null ? object : object[toKey(last(path))]; + return func == null ? undefined : apply(func, object, args); + } + + /** + * The base implementation of `_.isArguments`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + */ + function baseIsArguments(value) { + return isObjectLike(value) && baseGetTag(value) == argsTag; + } + + /** + * The base implementation of `_.isArrayBuffer` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. + */ + function baseIsArrayBuffer(value) { + return isObjectLike(value) && baseGetTag(value) == arrayBufferTag; + } + + /** + * The base implementation of `_.isDate` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + */ + function baseIsDate(value) { + return isObjectLike(value) && baseGetTag(value) == dateTag; + } + + /** + * The base implementation of `_.isEqual` which supports partial comparisons + * and tracks traversed objects. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {boolean} bitmask The bitmask flags. + * 1 - Unordered comparison + * 2 - Partial comparison + * @param {Function} [customizer] The function to customize comparisons. + * @param {Object} [stack] Tracks traversed `value` and `other` objects. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + */ + function baseIsEqual(value, other, bitmask, customizer, stack) { + if (value === other) { + return true; + } + if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { + return value !== value && other !== other; + } + return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); + } + + /** + * A specialized version of `baseIsEqual` for arrays and objects which performs + * deep comparisons and tracks traversed objects enabling objects with circular + * references to be compared. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} [stack] Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { + var objIsArr = isArray(object), + othIsArr = isArray(other), + objTag = objIsArr ? arrayTag : getTag(object), + othTag = othIsArr ? arrayTag : getTag(other); + + objTag = objTag == argsTag ? objectTag : objTag; + othTag = othTag == argsTag ? objectTag : othTag; + + var objIsObj = objTag == objectTag, + othIsObj = othTag == objectTag, + isSameTag = objTag == othTag; + + if (isSameTag && isBuffer(object)) { + if (!isBuffer(other)) { + return false; + } + objIsArr = true; + objIsObj = false; + } + if (isSameTag && !objIsObj) { + stack || (stack = new Stack); + return (objIsArr || isTypedArray(object)) + ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) + : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); + } + if (!(bitmask & COMPARE_PARTIAL_FLAG)) { + var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), + othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); + + if (objIsWrapped || othIsWrapped) { + var objUnwrapped = objIsWrapped ? object.value() : object, + othUnwrapped = othIsWrapped ? other.value() : other; + + stack || (stack = new Stack); + return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); + } + } + if (!isSameTag) { + return false; + } + stack || (stack = new Stack); + return equalObjects(object, other, bitmask, customizer, equalFunc, stack); + } + + /** + * The base implementation of `_.isMap` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a map, else `false`. + */ + function baseIsMap(value) { + return isObjectLike(value) && getTag(value) == mapTag; + } + + /** + * The base implementation of `_.isMatch` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @param {Array} matchData The property names, values, and compare flags to match. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + */ + function baseIsMatch(object, source, matchData, customizer) { + var index = matchData.length, + length = index, + noCustomizer = !customizer; + + if (object == null) { + return !length; + } + object = Object(object); + while (index--) { + var data = matchData[index]; + if ((noCustomizer && data[2]) + ? data[1] !== object[data[0]] + : !(data[0] in object) + ) { + return false; + } + } + while (++index < length) { + data = matchData[index]; + var key = data[0], + objValue = object[key], + srcValue = data[1]; + + if (noCustomizer && data[2]) { + if (objValue === undefined && !(key in object)) { + return false; + } + } else { + var stack = new Stack; + if (customizer) { + var result = customizer(objValue, srcValue, key, object, source, stack); + } + if (!(result === undefined + ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack) + : result + )) { + return false; + } + } + } + return true; + } + + /** + * The base implementation of `_.isNative` without bad shim checks. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a native function, + * else `false`. + */ + function baseIsNative(value) { + if (!isObject(value) || isMasked(value)) { + return false; + } + var pattern = isFunction(value) ? reIsNative : reIsHostCtor; + return pattern.test(toSource(value)); + } + + /** + * The base implementation of `_.isRegExp` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + */ + function baseIsRegExp(value) { + return isObjectLike(value) && baseGetTag(value) == regexpTag; + } + + /** + * The base implementation of `_.isSet` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a set, else `false`. + */ + function baseIsSet(value) { + return isObjectLike(value) && getTag(value) == setTag; + } + + /** + * The base implementation of `_.isTypedArray` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + */ + function baseIsTypedArray(value) { + return isObjectLike(value) && + isLength(value.length) && !!typedArrayTags[baseGetTag(value)]; + } + + /** + * The base implementation of `_.iteratee`. + * + * @private + * @param {*} [value=_.identity] The value to convert to an iteratee. + * @returns {Function} Returns the iteratee. + */ + function baseIteratee(value) { + // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9. + // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details. + if (typeof value == 'function') { + return value; + } + if (value == null) { + return identity; + } + if (typeof value == 'object') { + return isArray(value) + ? baseMatchesProperty(value[0], value[1]) + : baseMatches(value); + } + return property(value); + } + + /** + * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ + function baseKeys(object) { + if (!isPrototype(object)) { + return nativeKeys(object); + } + var result = []; + for (var key in Object(object)) { + if (hasOwnProperty.call(object, key) && key != 'constructor') { + result.push(key); + } + } + return result; + } + + /** + * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ + function baseKeysIn(object) { + if (!isObject(object)) { + return nativeKeysIn(object); + } + var isProto = isPrototype(object), + result = []; + + for (var key in object) { + if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) { + result.push(key); + } + } + return result; + } + + /** + * The base implementation of `_.lt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is less than `other`, + * else `false`. + */ + function baseLt(value, other) { + return value < other; + } + + /** + * The base implementation of `_.map` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ + function baseMap(collection, iteratee) { + var index = -1, + result = isArrayLike(collection) ? Array(collection.length) : []; + + baseEach(collection, function(value, key, collection) { + result[++index] = iteratee(value, key, collection); + }); + return result; + } + + /** + * The base implementation of `_.matches` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. + */ + function baseMatches(source) { + var matchData = getMatchData(source); + if (matchData.length == 1 && matchData[0][2]) { + return matchesStrictComparable(matchData[0][0], matchData[0][1]); + } + return function(object) { + return object === source || baseIsMatch(object, source, matchData); + }; + } + + /** + * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. + * + * @private + * @param {string} path The path of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. + */ + function baseMatchesProperty(path, srcValue) { + if (isKey(path) && isStrictComparable(srcValue)) { + return matchesStrictComparable(toKey(path), srcValue); + } + return function(object) { + var objValue = get(object, path); + return (objValue === undefined && objValue === srcValue) + ? hasIn(object, path) + : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG); + }; + } + + /** + * The base implementation of `_.merge` without support for multiple sources. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @param {number} srcIndex The index of `source`. + * @param {Function} [customizer] The function to customize merged values. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + */ + function baseMerge(object, source, srcIndex, customizer, stack) { + if (object === source) { + return; + } + baseFor(source, function(srcValue, key) { + if (isObject(srcValue)) { + stack || (stack = new Stack); + baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack); + } + else { + var newValue = customizer + ? customizer(object[key], srcValue, (key + ''), object, source, stack) + : undefined; + + if (newValue === undefined) { + newValue = srcValue; + } + assignMergeValue(object, key, newValue); + } + }, keysIn); + } + + /** + * A specialized version of `baseMerge` for arrays and objects which performs + * deep merges and tracks traversed objects enabling objects with circular + * references to be merged. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @param {string} key The key of the value to merge. + * @param {number} srcIndex The index of `source`. + * @param {Function} mergeFunc The function to merge values. + * @param {Function} [customizer] The function to customize assigned values. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + */ + function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) { + var objValue = object[key], + srcValue = source[key], + stacked = stack.get(srcValue); + + if (stacked) { + assignMergeValue(object, key, stacked); + return; + } + var newValue = customizer + ? customizer(objValue, srcValue, (key + ''), object, source, stack) + : undefined; + + var isCommon = newValue === undefined; + + if (isCommon) { + var isArr = isArray(srcValue), + isBuff = !isArr && isBuffer(srcValue), + isTyped = !isArr && !isBuff && isTypedArray(srcValue); + + newValue = srcValue; + if (isArr || isBuff || isTyped) { + if (isArray(objValue)) { + newValue = objValue; + } + else if (isArrayLikeObject(objValue)) { + newValue = copyArray(objValue); + } + else if (isBuff) { + isCommon = false; + newValue = cloneBuffer(srcValue, true); + } + else if (isTyped) { + isCommon = false; + newValue = cloneTypedArray(srcValue, true); + } + else { + newValue = []; + } + } + else if (isPlainObject(srcValue) || isArguments(srcValue)) { + newValue = objValue; + if (isArguments(objValue)) { + newValue = toPlainObject(objValue); + } + else if (!isObject(objValue) || (srcIndex && isFunction(objValue))) { + newValue = initCloneObject(srcValue); + } + } + else { + isCommon = false; + } + } + if (isCommon) { + // Recursively merge objects and arrays (susceptible to call stack limits). + stack.set(srcValue, newValue); + mergeFunc(newValue, srcValue, srcIndex, customizer, stack); + stack['delete'](srcValue); + } + assignMergeValue(object, key, newValue); + } + + /** + * The base implementation of `_.nth` which doesn't coerce arguments. + * + * @private + * @param {Array} array The array to query. + * @param {number} n The index of the element to return. + * @returns {*} Returns the nth element of `array`. + */ + function baseNth(array, n) { + var length = array.length; + if (!length) { + return; + } + n += n < 0 ? length : 0; + return isIndex(n, length) ? array[n] : undefined; + } + + /** + * The base implementation of `_.orderBy` without param guards. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function[]|Object[]|string[]} iteratees The iteratees to sort by. + * @param {string[]} orders The sort orders of `iteratees`. + * @returns {Array} Returns the new sorted array. + */ + function baseOrderBy(collection, iteratees, orders) { + var index = -1; + iteratees = arrayMap(iteratees.length ? iteratees : [identity], baseUnary(getIteratee())); + + var result = baseMap(collection, function(value, key, collection) { + var criteria = arrayMap(iteratees, function(iteratee) { + return iteratee(value); + }); + return { 'criteria': criteria, 'index': ++index, 'value': value }; + }); + + return baseSortBy(result, function(object, other) { + return compareMultiple(object, other, orders); + }); + } + + /** + * The base implementation of `_.pick` without support for individual + * property identifiers. + * + * @private + * @param {Object} object The source object. + * @param {string[]} paths The property paths to pick. + * @returns {Object} Returns the new object. + */ + function basePick(object, paths) { + return basePickBy(object, paths, function(value, path) { + return hasIn(object, path); + }); + } + + /** + * The base implementation of `_.pickBy` without support for iteratee shorthands. + * + * @private + * @param {Object} object The source object. + * @param {string[]} paths The property paths to pick. + * @param {Function} predicate The function invoked per property. + * @returns {Object} Returns the new object. + */ + function basePickBy(object, paths, predicate) { + var index = -1, + length = paths.length, + result = {}; + + while (++index < length) { + var path = paths[index], + value = baseGet(object, path); + + if (predicate(value, path)) { + baseSet(result, castPath(path, object), value); + } + } + return result; + } + + /** + * A specialized version of `baseProperty` which supports deep paths. + * + * @private + * @param {Array|string} path The path of the property to get. + * @returns {Function} Returns the new accessor function. + */ + function basePropertyDeep(path) { + return function(object) { + return baseGet(object, path); + }; + } + + /** + * The base implementation of `_.pullAllBy` without support for iteratee + * shorthands. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns `array`. + */ + function basePullAll(array, values, iteratee, comparator) { + var indexOf = comparator ? baseIndexOfWith : baseIndexOf, + index = -1, + length = values.length, + seen = array; + + if (array === values) { + values = copyArray(values); + } + if (iteratee) { + seen = arrayMap(array, baseUnary(iteratee)); + } + while (++index < length) { + var fromIndex = 0, + value = values[index], + computed = iteratee ? iteratee(value) : value; + + while ((fromIndex = indexOf(seen, computed, fromIndex, comparator)) > -1) { + if (seen !== array) { + splice.call(seen, fromIndex, 1); + } + splice.call(array, fromIndex, 1); + } + } + return array; + } + + /** + * The base implementation of `_.pullAt` without support for individual + * indexes or capturing the removed elements. + * + * @private + * @param {Array} array The array to modify. + * @param {number[]} indexes The indexes of elements to remove. + * @returns {Array} Returns `array`. + */ + function basePullAt(array, indexes) { + var length = array ? indexes.length : 0, + lastIndex = length - 1; + + while (length--) { + var index = indexes[length]; + if (length == lastIndex || index !== previous) { + var previous = index; + if (isIndex(index)) { + splice.call(array, index, 1); + } else { + baseUnset(array, index); + } + } + } + return array; + } + + /** + * The base implementation of `_.random` without support for returning + * floating-point numbers. + * + * @private + * @param {number} lower The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the random number. + */ + function baseRandom(lower, upper) { + return lower + nativeFloor(nativeRandom() * (upper - lower + 1)); + } + + /** + * The base implementation of `_.range` and `_.rangeRight` which doesn't + * coerce arguments. + * + * @private + * @param {number} start The start of the range. + * @param {number} end The end of the range. + * @param {number} step The value to increment or decrement by. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Array} Returns the range of numbers. + */ + function baseRange(start, end, step, fromRight) { + var index = -1, + length = nativeMax(nativeCeil((end - start) / (step || 1)), 0), + result = Array(length); + + while (length--) { + result[fromRight ? length : ++index] = start; + start += step; + } + return result; + } + + /** + * The base implementation of `_.repeat` which doesn't coerce arguments. + * + * @private + * @param {string} string The string to repeat. + * @param {number} n The number of times to repeat the string. + * @returns {string} Returns the repeated string. + */ + function baseRepeat(string, n) { + var result = ''; + if (!string || n < 1 || n > MAX_SAFE_INTEGER) { + return result; + } + // Leverage the exponentiation by squaring algorithm for a faster repeat. + // See https://en.wikipedia.org/wiki/Exponentiation_by_squaring for more details. + do { + if (n % 2) { + result += string; + } + n = nativeFloor(n / 2); + if (n) { + string += string; + } + } while (n); + + return result; + } + + /** + * The base implementation of `_.rest` which doesn't validate or coerce arguments. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @returns {Function} Returns the new function. + */ + function baseRest(func, start) { + return setToString(overRest(func, start, identity), func + ''); + } + + /** + * The base implementation of `_.sample`. + * + * @private + * @param {Array|Object} collection The collection to sample. + * @returns {*} Returns the random element. + */ + function baseSample(collection) { + return arraySample(values(collection)); + } + + /** + * The base implementation of `_.sampleSize` without param guards. + * + * @private + * @param {Array|Object} collection The collection to sample. + * @param {number} n The number of elements to sample. + * @returns {Array} Returns the random elements. + */ + function baseSampleSize(collection, n) { + var array = values(collection); + return shuffleSelf(array, baseClamp(n, 0, array.length)); + } + + /** + * The base implementation of `_.set`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {*} value The value to set. + * @param {Function} [customizer] The function to customize path creation. + * @returns {Object} Returns `object`. + */ + function baseSet(object, path, value, customizer) { + if (!isObject(object)) { + return object; + } + path = castPath(path, object); + + var index = -1, + length = path.length, + lastIndex = length - 1, + nested = object; + + while (nested != null && ++index < length) { + var key = toKey(path[index]), + newValue = value; + + if (index != lastIndex) { + var objValue = nested[key]; + newValue = customizer ? customizer(objValue, key, nested) : undefined; + if (newValue === undefined) { + newValue = isObject(objValue) + ? objValue + : (isIndex(path[index + 1]) ? [] : {}); + } + } + assignValue(nested, key, newValue); + nested = nested[key]; + } + return object; + } + + /** + * The base implementation of `setData` without support for hot loop shorting. + * + * @private + * @param {Function} func The function to associate metadata with. + * @param {*} data The metadata. + * @returns {Function} Returns `func`. + */ + var baseSetData = !metaMap ? identity : function(func, data) { + metaMap.set(func, data); + return func; + }; + + /** + * The base implementation of `setToString` without support for hot loop shorting. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ + var baseSetToString = !defineProperty ? identity : function(func, string) { + return defineProperty(func, 'toString', { + 'configurable': true, + 'enumerable': false, + 'value': constant(string), + 'writable': true + }); + }; + + /** + * The base implementation of `_.shuffle`. + * + * @private + * @param {Array|Object} collection The collection to shuffle. + * @returns {Array} Returns the new shuffled array. + */ + function baseShuffle(collection) { + return shuffleSelf(values(collection)); + } + + /** + * The base implementation of `_.slice` without an iteratee call guard. + * + * @private + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function baseSlice(array, start, end) { + var index = -1, + length = array.length; + + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = end > length ? length : end; + if (end < 0) { + end += length; + } + length = start > end ? 0 : ((end - start) >>> 0); + start >>>= 0; + + var result = Array(length); + while (++index < length) { + result[index] = array[index + start]; + } + return result; + } + + /** + * The base implementation of `_.some` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ + function baseSome(collection, predicate) { + var result; + + baseEach(collection, function(value, index, collection) { + result = predicate(value, index, collection); + return !result; + }); + return !!result; + } + + /** + * The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which + * performs a binary search of `array` to determine the index at which `value` + * should be inserted into `array` in order to maintain its sort order. + * + * @private + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {boolean} [retHighest] Specify returning the highest qualified index. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + */ + function baseSortedIndex(array, value, retHighest) { + var low = 0, + high = array == null ? low : array.length; + + if (typeof value == 'number' && value === value && high <= HALF_MAX_ARRAY_LENGTH) { + while (low < high) { + var mid = (low + high) >>> 1, + computed = array[mid]; + + if (computed !== null && !isSymbol(computed) && + (retHighest ? (computed <= value) : (computed < value))) { + low = mid + 1; + } else { + high = mid; + } + } + return high; + } + return baseSortedIndexBy(array, value, identity, retHighest); + } + + /** + * The base implementation of `_.sortedIndexBy` and `_.sortedLastIndexBy` + * which invokes `iteratee` for `value` and each element of `array` to compute + * their sort ranking. The iteratee is invoked with one argument; (value). + * + * @private + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {Function} iteratee The iteratee invoked per element. + * @param {boolean} [retHighest] Specify returning the highest qualified index. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + */ + function baseSortedIndexBy(array, value, iteratee, retHighest) { + value = iteratee(value); + + var low = 0, + high = array == null ? 0 : array.length, + valIsNaN = value !== value, + valIsNull = value === null, + valIsSymbol = isSymbol(value), + valIsUndefined = value === undefined; + + while (low < high) { + var mid = nativeFloor((low + high) / 2), + computed = iteratee(array[mid]), + othIsDefined = computed !== undefined, + othIsNull = computed === null, + othIsReflexive = computed === computed, + othIsSymbol = isSymbol(computed); + + if (valIsNaN) { + var setLow = retHighest || othIsReflexive; + } else if (valIsUndefined) { + setLow = othIsReflexive && (retHighest || othIsDefined); + } else if (valIsNull) { + setLow = othIsReflexive && othIsDefined && (retHighest || !othIsNull); + } else if (valIsSymbol) { + setLow = othIsReflexive && othIsDefined && !othIsNull && (retHighest || !othIsSymbol); + } else if (othIsNull || othIsSymbol) { + setLow = false; + } else { + setLow = retHighest ? (computed <= value) : (computed < value); + } + if (setLow) { + low = mid + 1; + } else { + high = mid; + } + } + return nativeMin(high, MAX_ARRAY_INDEX); + } + + /** + * The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. + */ + function baseSortedUniq(array, iteratee) { + var index = -1, + length = array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + if (!index || !eq(computed, seen)) { + var seen = computed; + result[resIndex++] = value === 0 ? 0 : value; + } + } + return result; + } + + /** + * The base implementation of `_.toNumber` which doesn't ensure correct + * conversions of binary, hexadecimal, or octal string values. + * + * @private + * @param {*} value The value to process. + * @returns {number} Returns the number. + */ + function baseToNumber(value) { + if (typeof value == 'number') { + return value; + } + if (isSymbol(value)) { + return NAN; + } + return +value; + } + + /** + * The base implementation of `_.toString` which doesn't convert nullish + * values to empty strings. + * + * @private + * @param {*} value The value to process. + * @returns {string} Returns the string. + */ + function baseToString(value) { + // Exit early for strings to avoid a performance hit in some environments. + if (typeof value == 'string') { + return value; + } + if (isArray(value)) { + // Recursively convert values (susceptible to call stack limits). + return arrayMap(value, baseToString) + ''; + } + if (isSymbol(value)) { + return symbolToString ? symbolToString.call(value) : ''; + } + var result = (value + ''); + return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; + } + + /** + * The base implementation of `_.uniqBy` without support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new duplicate free array. + */ + function baseUniq(array, iteratee, comparator) { + var index = -1, + includes = arrayIncludes, + length = array.length, + isCommon = true, + result = [], + seen = result; + + if (comparator) { + isCommon = false; + includes = arrayIncludesWith; + } + else if (length >= LARGE_ARRAY_SIZE) { + var set = iteratee ? null : createSet(array); + if (set) { + return setToArray(set); + } + isCommon = false; + includes = cacheHas; + seen = new SetCache; + } + else { + seen = iteratee ? [] : result; + } + outer: + while (++index < length) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + value = (comparator || value !== 0) ? value : 0; + if (isCommon && computed === computed) { + var seenIndex = seen.length; + while (seenIndex--) { + if (seen[seenIndex] === computed) { + continue outer; + } + } + if (iteratee) { + seen.push(computed); + } + result.push(value); + } + else if (!includes(seen, computed, comparator)) { + if (seen !== result) { + seen.push(computed); + } + result.push(value); + } + } + return result; + } + + /** + * The base implementation of `_.unset`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The property path to unset. + * @returns {boolean} Returns `true` if the property is deleted, else `false`. + */ + function baseUnset(object, path) { + path = castPath(path, object); + object = parent(object, path); + return object == null || delete object[toKey(last(path))]; + } + + /** + * The base implementation of `_.update`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to update. + * @param {Function} updater The function to produce the updated value. + * @param {Function} [customizer] The function to customize path creation. + * @returns {Object} Returns `object`. + */ + function baseUpdate(object, path, updater, customizer) { + return baseSet(object, path, updater(baseGet(object, path)), customizer); + } + + /** + * The base implementation of methods like `_.dropWhile` and `_.takeWhile` + * without support for iteratee shorthands. + * + * @private + * @param {Array} array The array to query. + * @param {Function} predicate The function invoked per iteration. + * @param {boolean} [isDrop] Specify dropping elements instead of taking them. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Array} Returns the slice of `array`. + */ + function baseWhile(array, predicate, isDrop, fromRight) { + var length = array.length, + index = fromRight ? length : -1; + + while ((fromRight ? index-- : ++index < length) && + predicate(array[index], index, array)) {} + + return isDrop + ? baseSlice(array, (fromRight ? 0 : index), (fromRight ? index + 1 : length)) + : baseSlice(array, (fromRight ? index + 1 : 0), (fromRight ? length : index)); + } + + /** + * The base implementation of `wrapperValue` which returns the result of + * performing a sequence of actions on the unwrapped `value`, where each + * successive action is supplied the return value of the previous. + * + * @private + * @param {*} value The unwrapped value. + * @param {Array} actions Actions to perform to resolve the unwrapped value. + * @returns {*} Returns the resolved value. + */ + function baseWrapperValue(value, actions) { + var result = value; + if (result instanceof LazyWrapper) { + result = result.value(); + } + return arrayReduce(actions, function(result, action) { + return action.func.apply(action.thisArg, arrayPush([result], action.args)); + }, result); + } + + /** + * The base implementation of methods like `_.xor`, without support for + * iteratee shorthands, that accepts an array of arrays to inspect. + * + * @private + * @param {Array} arrays The arrays to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of values. + */ + function baseXor(arrays, iteratee, comparator) { + var length = arrays.length; + if (length < 2) { + return length ? baseUniq(arrays[0]) : []; + } + var index = -1, + result = Array(length); + + while (++index < length) { + var array = arrays[index], + othIndex = -1; + + while (++othIndex < length) { + if (othIndex != index) { + result[index] = baseDifference(result[index] || array, arrays[othIndex], iteratee, comparator); + } + } + } + return baseUniq(baseFlatten(result, 1), iteratee, comparator); + } + + /** + * This base implementation of `_.zipObject` which assigns values using `assignFunc`. + * + * @private + * @param {Array} props The property identifiers. + * @param {Array} values The property values. + * @param {Function} assignFunc The function to assign values. + * @returns {Object} Returns the new object. + */ + function baseZipObject(props, values, assignFunc) { + var index = -1, + length = props.length, + valsLength = values.length, + result = {}; + + while (++index < length) { + var value = index < valsLength ? values[index] : undefined; + assignFunc(result, props[index], value); + } + return result; + } + + /** + * Casts `value` to an empty array if it's not an array like object. + * + * @private + * @param {*} value The value to inspect. + * @returns {Array|Object} Returns the cast array-like object. + */ + function castArrayLikeObject(value) { + return isArrayLikeObject(value) ? value : []; + } + + /** + * Casts `value` to `identity` if it's not a function. + * + * @private + * @param {*} value The value to inspect. + * @returns {Function} Returns cast function. + */ + function castFunction(value) { + return typeof value == 'function' ? value : identity; + } + + /** + * Casts `value` to a path array if it's not one. + * + * @private + * @param {*} value The value to inspect. + * @param {Object} [object] The object to query keys on. + * @returns {Array} Returns the cast property path array. + */ + function castPath(value, object) { + if (isArray(value)) { + return value; + } + return isKey(value, object) ? [value] : stringToPath(toString(value)); + } + + /** + * A `baseRest` alias which can be replaced with `identity` by module + * replacement plugins. + * + * @private + * @type {Function} + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ + var castRest = baseRest; + + /** + * Casts `array` to a slice if it's needed. + * + * @private + * @param {Array} array The array to inspect. + * @param {number} start The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the cast slice. + */ + function castSlice(array, start, end) { + var length = array.length; + end = end === undefined ? length : end; + return (!start && end >= length) ? array : baseSlice(array, start, end); + } + + /** + * A simple wrapper around the global [`clearTimeout`](https://mdn.io/clearTimeout). + * + * @private + * @param {number|Object} id The timer id or timeout object of the timer to clear. + */ + var clearTimeout = ctxClearTimeout || function(id) { + return root.clearTimeout(id); + }; + + /** + * Creates a clone of `buffer`. + * + * @private + * @param {Buffer} buffer The buffer to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Buffer} Returns the cloned buffer. + */ + function cloneBuffer(buffer, isDeep) { + if (isDeep) { + return buffer.slice(); + } + var length = buffer.length, + result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length); + + buffer.copy(result); + return result; + } + + /** + * Creates a clone of `arrayBuffer`. + * + * @private + * @param {ArrayBuffer} arrayBuffer The array buffer to clone. + * @returns {ArrayBuffer} Returns the cloned array buffer. + */ + function cloneArrayBuffer(arrayBuffer) { + var result = new arrayBuffer.constructor(arrayBuffer.byteLength); + new Uint8Array(result).set(new Uint8Array(arrayBuffer)); + return result; + } + + /** + * Creates a clone of `dataView`. + * + * @private + * @param {Object} dataView The data view to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned data view. + */ + function cloneDataView(dataView, isDeep) { + var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer; + return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength); + } + + /** + * Creates a clone of `map`. + * + * @private + * @param {Object} map The map to clone. + * @param {Function} cloneFunc The function to clone values. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned map. + */ + function cloneMap(map, isDeep, cloneFunc) { + var array = isDeep ? cloneFunc(mapToArray(map), CLONE_DEEP_FLAG) : mapToArray(map); + return arrayReduce(array, addMapEntry, new map.constructor); + } + + /** + * Creates a clone of `regexp`. + * + * @private + * @param {Object} regexp The regexp to clone. + * @returns {Object} Returns the cloned regexp. + */ + function cloneRegExp(regexp) { + var result = new regexp.constructor(regexp.source, reFlags.exec(regexp)); + result.lastIndex = regexp.lastIndex; + return result; + } + + /** + * Creates a clone of `set`. + * + * @private + * @param {Object} set The set to clone. + * @param {Function} cloneFunc The function to clone values. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned set. + */ + function cloneSet(set, isDeep, cloneFunc) { + var array = isDeep ? cloneFunc(setToArray(set), CLONE_DEEP_FLAG) : setToArray(set); + return arrayReduce(array, addSetEntry, new set.constructor); + } + + /** + * Creates a clone of the `symbol` object. + * + * @private + * @param {Object} symbol The symbol object to clone. + * @returns {Object} Returns the cloned symbol object. + */ + function cloneSymbol(symbol) { + return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {}; + } + + /** + * Creates a clone of `typedArray`. + * + * @private + * @param {Object} typedArray The typed array to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned typed array. + */ + function cloneTypedArray(typedArray, isDeep) { + var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer; + return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length); + } + + /** + * Compares values to sort them in ascending order. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {number} Returns the sort order indicator for `value`. + */ + function compareAscending(value, other) { + if (value !== other) { + var valIsDefined = value !== undefined, + valIsNull = value === null, + valIsReflexive = value === value, + valIsSymbol = isSymbol(value); + + var othIsDefined = other !== undefined, + othIsNull = other === null, + othIsReflexive = other === other, + othIsSymbol = isSymbol(other); + + if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) || + (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) || + (valIsNull && othIsDefined && othIsReflexive) || + (!valIsDefined && othIsReflexive) || + !valIsReflexive) { + return 1; + } + if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) || + (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) || + (othIsNull && valIsDefined && valIsReflexive) || + (!othIsDefined && valIsReflexive) || + !othIsReflexive) { + return -1; + } + } + return 0; + } + + /** + * Used by `_.orderBy` to compare multiple properties of a value to another + * and stable sort them. + * + * If `orders` is unspecified, all values are sorted in ascending order. Otherwise, + * specify an order of "desc" for descending or "asc" for ascending sort order + * of corresponding values. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {boolean[]|string[]} orders The order to sort by for each property. + * @returns {number} Returns the sort order indicator for `object`. + */ + function compareMultiple(object, other, orders) { + var index = -1, + objCriteria = object.criteria, + othCriteria = other.criteria, + length = objCriteria.length, + ordersLength = orders.length; + + while (++index < length) { + var result = compareAscending(objCriteria[index], othCriteria[index]); + if (result) { + if (index >= ordersLength) { + return result; + } + var order = orders[index]; + return result * (order == 'desc' ? -1 : 1); + } + } + // Fixes an `Array#sort` bug in the JS engine embedded in Adobe applications + // that causes it, under certain circumstances, to provide the same value for + // `object` and `other`. See https://github.com/jashkenas/underscore/pull/1247 + // for more details. + // + // This also ensures a stable sort in V8 and other engines. + // See https://bugs.chromium.org/p/v8/issues/detail?id=90 for more details. + return object.index - other.index; + } + + /** + * Creates an array that is the composition of partially applied arguments, + * placeholders, and provided arguments into a single array of arguments. + * + * @private + * @param {Array} args The provided arguments. + * @param {Array} partials The arguments to prepend to those provided. + * @param {Array} holders The `partials` placeholder indexes. + * @params {boolean} [isCurried] Specify composing for a curried function. + * @returns {Array} Returns the new array of composed arguments. + */ + function composeArgs(args, partials, holders, isCurried) { + var argsIndex = -1, + argsLength = args.length, + holdersLength = holders.length, + leftIndex = -1, + leftLength = partials.length, + rangeLength = nativeMax(argsLength - holdersLength, 0), + result = Array(leftLength + rangeLength), + isUncurried = !isCurried; + + while (++leftIndex < leftLength) { + result[leftIndex] = partials[leftIndex]; + } + while (++argsIndex < holdersLength) { + if (isUncurried || argsIndex < argsLength) { + result[holders[argsIndex]] = args[argsIndex]; + } + } + while (rangeLength--) { + result[leftIndex++] = args[argsIndex++]; + } + return result; + } + + /** + * This function is like `composeArgs` except that the arguments composition + * is tailored for `_.partialRight`. + * + * @private + * @param {Array} args The provided arguments. + * @param {Array} partials The arguments to append to those provided. + * @param {Array} holders The `partials` placeholder indexes. + * @params {boolean} [isCurried] Specify composing for a curried function. + * @returns {Array} Returns the new array of composed arguments. + */ + function composeArgsRight(args, partials, holders, isCurried) { + var argsIndex = -1, + argsLength = args.length, + holdersIndex = -1, + holdersLength = holders.length, + rightIndex = -1, + rightLength = partials.length, + rangeLength = nativeMax(argsLength - holdersLength, 0), + result = Array(rangeLength + rightLength), + isUncurried = !isCurried; + + while (++argsIndex < rangeLength) { + result[argsIndex] = args[argsIndex]; + } + var offset = argsIndex; + while (++rightIndex < rightLength) { + result[offset + rightIndex] = partials[rightIndex]; + } + while (++holdersIndex < holdersLength) { + if (isUncurried || argsIndex < argsLength) { + result[offset + holders[holdersIndex]] = args[argsIndex++]; + } + } + return result; + } + + /** + * Copies the values of `source` to `array`. + * + * @private + * @param {Array} source The array to copy values from. + * @param {Array} [array=[]] The array to copy values to. + * @returns {Array} Returns `array`. + */ + function copyArray(source, array) { + var index = -1, + length = source.length; + + array || (array = Array(length)); + while (++index < length) { + array[index] = source[index]; + } + return array; + } + + /** + * Copies properties of `source` to `object`. + * + * @private + * @param {Object} source The object to copy properties from. + * @param {Array} props The property identifiers to copy. + * @param {Object} [object={}] The object to copy properties to. + * @param {Function} [customizer] The function to customize copied values. + * @returns {Object} Returns `object`. + */ + function copyObject(source, props, object, customizer) { + var isNew = !object; + object || (object = {}); + + var index = -1, + length = props.length; + + while (++index < length) { + var key = props[index]; + + var newValue = customizer + ? customizer(object[key], source[key], key, object, source) + : undefined; + + if (newValue === undefined) { + newValue = source[key]; + } + if (isNew) { + baseAssignValue(object, key, newValue); + } else { + assignValue(object, key, newValue); + } + } + return object; + } + + /** + * Copies own symbols of `source` to `object`. + * + * @private + * @param {Object} source The object to copy symbols from. + * @param {Object} [object={}] The object to copy symbols to. + * @returns {Object} Returns `object`. + */ + function copySymbols(source, object) { + return copyObject(source, getSymbols(source), object); + } + + /** + * Copies own and inherited symbols of `source` to `object`. + * + * @private + * @param {Object} source The object to copy symbols from. + * @param {Object} [object={}] The object to copy symbols to. + * @returns {Object} Returns `object`. + */ + function copySymbolsIn(source, object) { + return copyObject(source, getSymbolsIn(source), object); + } + + /** + * Creates a function like `_.groupBy`. + * + * @private + * @param {Function} setter The function to set accumulator values. + * @param {Function} [initializer] The accumulator object initializer. + * @returns {Function} Returns the new aggregator function. + */ + function createAggregator(setter, initializer) { + return function(collection, iteratee) { + var func = isArray(collection) ? arrayAggregator : baseAggregator, + accumulator = initializer ? initializer() : {}; + + return func(collection, setter, getIteratee(iteratee, 2), accumulator); + }; + } + + /** + * Creates a function like `_.assign`. + * + * @private + * @param {Function} assigner The function to assign values. + * @returns {Function} Returns the new assigner function. + */ + function createAssigner(assigner) { + return baseRest(function(object, sources) { + var index = -1, + length = sources.length, + customizer = length > 1 ? sources[length - 1] : undefined, + guard = length > 2 ? sources[2] : undefined; + + customizer = (assigner.length > 3 && typeof customizer == 'function') + ? (length--, customizer) + : undefined; + + if (guard && isIterateeCall(sources[0], sources[1], guard)) { + customizer = length < 3 ? undefined : customizer; + length = 1; + } + object = Object(object); + while (++index < length) { + var source = sources[index]; + if (source) { + assigner(object, source, index, customizer); + } + } + return object; + }); + } + + /** + * Creates a `baseEach` or `baseEachRight` function. + * + * @private + * @param {Function} eachFunc The function to iterate over a collection. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ + function createBaseEach(eachFunc, fromRight) { + return function(collection, iteratee) { + if (collection == null) { + return collection; + } + if (!isArrayLike(collection)) { + return eachFunc(collection, iteratee); + } + var length = collection.length, + index = fromRight ? length : -1, + iterable = Object(collection); + + while ((fromRight ? index-- : ++index < length)) { + if (iteratee(iterable[index], index, iterable) === false) { + break; + } + } + return collection; + }; + } + + /** + * Creates a base function for methods like `_.forIn` and `_.forOwn`. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ + function createBaseFor(fromRight) { + return function(object, iteratee, keysFunc) { + var index = -1, + iterable = Object(object), + props = keysFunc(object), + length = props.length; + + while (length--) { + var key = props[fromRight ? length : ++index]; + if (iteratee(iterable[key], key, iterable) === false) { + break; + } + } + return object; + }; + } + + /** + * Creates a function that wraps `func` to invoke it with the optional `this` + * binding of `thisArg`. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} [thisArg] The `this` binding of `func`. + * @returns {Function} Returns the new wrapped function. + */ + function createBind(func, bitmask, thisArg) { + var isBind = bitmask & WRAP_BIND_FLAG, + Ctor = createCtor(func); + + function wrapper() { + var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + return fn.apply(isBind ? thisArg : this, arguments); + } + return wrapper; + } + + /** + * Creates a function like `_.lowerFirst`. + * + * @private + * @param {string} methodName The name of the `String` case method to use. + * @returns {Function} Returns the new case function. + */ + function createCaseFirst(methodName) { + return function(string) { + string = toString(string); + + var strSymbols = hasUnicode(string) + ? stringToArray(string) + : undefined; + + var chr = strSymbols + ? strSymbols[0] + : string.charAt(0); + + var trailing = strSymbols + ? castSlice(strSymbols, 1).join('') + : string.slice(1); + + return chr[methodName]() + trailing; + }; + } + + /** + * Creates a function like `_.camelCase`. + * + * @private + * @param {Function} callback The function to combine each word. + * @returns {Function} Returns the new compounder function. + */ + function createCompounder(callback) { + return function(string) { + return arrayReduce(words(deburr(string).replace(reApos, '')), callback, ''); + }; + } + + /** + * Creates a function that produces an instance of `Ctor` regardless of + * whether it was invoked as part of a `new` expression or by `call` or `apply`. + * + * @private + * @param {Function} Ctor The constructor to wrap. + * @returns {Function} Returns the new wrapped function. + */ + function createCtor(Ctor) { + return function() { + // Use a `switch` statement to work with class constructors. See + // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist + // for more details. + var args = arguments; + switch (args.length) { + case 0: return new Ctor; + case 1: return new Ctor(args[0]); + case 2: return new Ctor(args[0], args[1]); + case 3: return new Ctor(args[0], args[1], args[2]); + case 4: return new Ctor(args[0], args[1], args[2], args[3]); + case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]); + case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]); + case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]); + } + var thisBinding = baseCreate(Ctor.prototype), + result = Ctor.apply(thisBinding, args); + + // Mimic the constructor's `return` behavior. + // See https://es5.github.io/#x13.2.2 for more details. + return isObject(result) ? result : thisBinding; + }; + } + + /** + * Creates a function that wraps `func` to enable currying. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {number} arity The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ + function createCurry(func, bitmask, arity) { + var Ctor = createCtor(func); + + function wrapper() { + var length = arguments.length, + args = Array(length), + index = length, + placeholder = getHolder(wrapper); + + while (index--) { + args[index] = arguments[index]; + } + var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder) + ? [] + : replaceHolders(args, placeholder); + + length -= holders.length; + if (length < arity) { + return createRecurry( + func, bitmask, createHybrid, wrapper.placeholder, undefined, + args, holders, undefined, undefined, arity - length); + } + var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + return apply(fn, this, args); + } + return wrapper; + } + + /** + * Creates a `_.find` or `_.findLast` function. + * + * @private + * @param {Function} findIndexFunc The function to find the collection index. + * @returns {Function} Returns the new find function. + */ + function createFind(findIndexFunc) { + return function(collection, predicate, fromIndex) { + var iterable = Object(collection); + if (!isArrayLike(collection)) { + var iteratee = getIteratee(predicate, 3); + collection = keys(collection); + predicate = function(key) { return iteratee(iterable[key], key, iterable); }; + } + var index = findIndexFunc(collection, predicate, fromIndex); + return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; + }; + } + + /** + * Creates a `_.flow` or `_.flowRight` function. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new flow function. + */ + function createFlow(fromRight) { + return flatRest(function(funcs) { + var length = funcs.length, + index = length, + prereq = LodashWrapper.prototype.thru; + + if (fromRight) { + funcs.reverse(); + } + while (index--) { + var func = funcs[index]; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + if (prereq && !wrapper && getFuncName(func) == 'wrapper') { + var wrapper = new LodashWrapper([], true); + } + } + index = wrapper ? index : length; + while (++index < length) { + func = funcs[index]; + + var funcName = getFuncName(func), + data = funcName == 'wrapper' ? getData(func) : undefined; + + if (data && isLaziable(data[0]) && + data[1] == (WRAP_ARY_FLAG | WRAP_CURRY_FLAG | WRAP_PARTIAL_FLAG | WRAP_REARG_FLAG) && + !data[4].length && data[9] == 1 + ) { + wrapper = wrapper[getFuncName(data[0])].apply(wrapper, data[3]); + } else { + wrapper = (func.length == 1 && isLaziable(func)) + ? wrapper[funcName]() + : wrapper.thru(func); + } + } + return function() { + var args = arguments, + value = args[0]; + + if (wrapper && args.length == 1 && isArray(value)) { + return wrapper.plant(value).value(); + } + var index = 0, + result = length ? funcs[index].apply(this, args) : value; + + while (++index < length) { + result = funcs[index].call(this, result); + } + return result; + }; + }); + } + + /** + * Creates a function that wraps `func` to invoke it with optional `this` + * binding of `thisArg`, partial application, and currying. + * + * @private + * @param {Function|string} func The function or method name to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to prepend to those provided to + * the new function. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [partialsRight] The arguments to append to those provided + * to the new function. + * @param {Array} [holdersRight] The `partialsRight` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ + function createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) { + var isAry = bitmask & WRAP_ARY_FLAG, + isBind = bitmask & WRAP_BIND_FLAG, + isBindKey = bitmask & WRAP_BIND_KEY_FLAG, + isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG), + isFlip = bitmask & WRAP_FLIP_FLAG, + Ctor = isBindKey ? undefined : createCtor(func); + + function wrapper() { + var length = arguments.length, + args = Array(length), + index = length; + + while (index--) { + args[index] = arguments[index]; + } + if (isCurried) { + var placeholder = getHolder(wrapper), + holdersCount = countHolders(args, placeholder); + } + if (partials) { + args = composeArgs(args, partials, holders, isCurried); + } + if (partialsRight) { + args = composeArgsRight(args, partialsRight, holdersRight, isCurried); + } + length -= holdersCount; + if (isCurried && length < arity) { + var newHolders = replaceHolders(args, placeholder); + return createRecurry( + func, bitmask, createHybrid, wrapper.placeholder, thisArg, + args, newHolders, argPos, ary, arity - length + ); + } + var thisBinding = isBind ? thisArg : this, + fn = isBindKey ? thisBinding[func] : func; + + length = args.length; + if (argPos) { + args = reorder(args, argPos); + } else if (isFlip && length > 1) { + args.reverse(); + } + if (isAry && ary < length) { + args.length = ary; + } + if (this && this !== root && this instanceof wrapper) { + fn = Ctor || createCtor(fn); + } + return fn.apply(thisBinding, args); + } + return wrapper; + } + + /** + * Creates a function like `_.invertBy`. + * + * @private + * @param {Function} setter The function to set accumulator values. + * @param {Function} toIteratee The function to resolve iteratees. + * @returns {Function} Returns the new inverter function. + */ + function createInverter(setter, toIteratee) { + return function(object, iteratee) { + return baseInverter(object, setter, toIteratee(iteratee), {}); + }; + } + + /** + * Creates a function that performs a mathematical operation on two values. + * + * @private + * @param {Function} operator The function to perform the operation. + * @param {number} [defaultValue] The value used for `undefined` arguments. + * @returns {Function} Returns the new mathematical operation function. + */ + function createMathOperation(operator, defaultValue) { + return function(value, other) { + var result; + if (value === undefined && other === undefined) { + return defaultValue; + } + if (value !== undefined) { + result = value; + } + if (other !== undefined) { + if (result === undefined) { + return other; + } + if (typeof value == 'string' || typeof other == 'string') { + value = baseToString(value); + other = baseToString(other); + } else { + value = baseToNumber(value); + other = baseToNumber(other); + } + result = operator(value, other); + } + return result; + }; + } + + /** + * Creates a function like `_.over`. + * + * @private + * @param {Function} arrayFunc The function to iterate over iteratees. + * @returns {Function} Returns the new over function. + */ + function createOver(arrayFunc) { + return flatRest(function(iteratees) { + iteratees = arrayMap(iteratees, baseUnary(getIteratee())); + return baseRest(function(args) { + var thisArg = this; + return arrayFunc(iteratees, function(iteratee) { + return apply(iteratee, thisArg, args); + }); + }); + }); + } + + /** + * Creates the padding for `string` based on `length`. The `chars` string + * is truncated if the number of characters exceeds `length`. + * + * @private + * @param {number} length The padding length. + * @param {string} [chars=' '] The string used as padding. + * @returns {string} Returns the padding for `string`. + */ + function createPadding(length, chars) { + chars = chars === undefined ? ' ' : baseToString(chars); + + var charsLength = chars.length; + if (charsLength < 2) { + return charsLength ? baseRepeat(chars, length) : chars; + } + var result = baseRepeat(chars, nativeCeil(length / stringSize(chars))); + return hasUnicode(chars) + ? castSlice(stringToArray(result), 0, length).join('') + : result.slice(0, length); + } + + /** + * Creates a function that wraps `func` to invoke it with the `this` binding + * of `thisArg` and `partials` prepended to the arguments it receives. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} partials The arguments to prepend to those provided to + * the new function. + * @returns {Function} Returns the new wrapped function. + */ + function createPartial(func, bitmask, thisArg, partials) { + var isBind = bitmask & WRAP_BIND_FLAG, + Ctor = createCtor(func); + + function wrapper() { + var argsIndex = -1, + argsLength = arguments.length, + leftIndex = -1, + leftLength = partials.length, + args = Array(leftLength + argsLength), + fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + + while (++leftIndex < leftLength) { + args[leftIndex] = partials[leftIndex]; + } + while (argsLength--) { + args[leftIndex++] = arguments[++argsIndex]; + } + return apply(fn, isBind ? thisArg : this, args); + } + return wrapper; + } + + /** + * Creates a `_.range` or `_.rangeRight` function. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new range function. + */ + function createRange(fromRight) { + return function(start, end, step) { + if (step && typeof step != 'number' && isIterateeCall(start, end, step)) { + end = step = undefined; + } + // Ensure the sign of `-0` is preserved. + start = toFinite(start); + if (end === undefined) { + end = start; + start = 0; + } else { + end = toFinite(end); + } + step = step === undefined ? (start < end ? 1 : -1) : toFinite(step); + return baseRange(start, end, step, fromRight); + }; + } + + /** + * Creates a function that performs a relational operation on two values. + * + * @private + * @param {Function} operator The function to perform the operation. + * @returns {Function} Returns the new relational operation function. + */ + function createRelationalOperation(operator) { + return function(value, other) { + if (!(typeof value == 'string' && typeof other == 'string')) { + value = toNumber(value); + other = toNumber(other); + } + return operator(value, other); + }; + } + + /** + * Creates a function that wraps `func` to continue currying. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {Function} wrapFunc The function to create the `func` wrapper. + * @param {*} placeholder The placeholder value. + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to prepend to those provided to + * the new function. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ + function createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) { + var isCurry = bitmask & WRAP_CURRY_FLAG, + newHolders = isCurry ? holders : undefined, + newHoldersRight = isCurry ? undefined : holders, + newPartials = isCurry ? partials : undefined, + newPartialsRight = isCurry ? undefined : partials; + + bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG); + bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG); + + if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) { + bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG); + } + var newData = [ + func, bitmask, thisArg, newPartials, newHolders, newPartialsRight, + newHoldersRight, argPos, ary, arity + ]; + + var result = wrapFunc.apply(undefined, newData); + if (isLaziable(func)) { + setData(result, newData); + } + result.placeholder = placeholder; + return setWrapToString(result, func, bitmask); + } + + /** + * Creates a function like `_.round`. + * + * @private + * @param {string} methodName The name of the `Math` method to use when rounding. + * @returns {Function} Returns the new round function. + */ + function createRound(methodName) { + var func = Math[methodName]; + return function(number, precision) { + number = toNumber(number); + precision = precision == null ? 0 : nativeMin(toInteger(precision), 292); + if (precision) { + // Shift with exponential notation to avoid floating-point issues. + // See [MDN](https://mdn.io/round#Examples) for more details. + var pair = (toString(number) + 'e').split('e'), + value = func(pair[0] + 'e' + (+pair[1] + precision)); + + pair = (toString(value) + 'e').split('e'); + return +(pair[0] + 'e' + (+pair[1] - precision)); + } + return func(number); + }; + } + + /** + * Creates a set object of `values`. + * + * @private + * @param {Array} values The values to add to the set. + * @returns {Object} Returns the new set. + */ + var createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values) { + return new Set(values); + }; + + /** + * Creates a `_.toPairs` or `_.toPairsIn` function. + * + * @private + * @param {Function} keysFunc The function to get the keys of a given object. + * @returns {Function} Returns the new pairs function. + */ + function createToPairs(keysFunc) { + return function(object) { + var tag = getTag(object); + if (tag == mapTag) { + return mapToArray(object); + } + if (tag == setTag) { + return setToPairs(object); + } + return baseToPairs(object, keysFunc(object)); + }; + } + + /** + * Creates a function that either curries or invokes `func` with optional + * `this` binding and partially applied arguments. + * + * @private + * @param {Function|string} func The function or method name to wrap. + * @param {number} bitmask The bitmask flags. + * 1 - `_.bind` + * 2 - `_.bindKey` + * 4 - `_.curry` or `_.curryRight` of a bound function + * 8 - `_.curry` + * 16 - `_.curryRight` + * 32 - `_.partial` + * 64 - `_.partialRight` + * 128 - `_.rearg` + * 256 - `_.ary` + * 512 - `_.flip` + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to be partially applied. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ + function createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) { + var isBindKey = bitmask & WRAP_BIND_KEY_FLAG; + if (!isBindKey && typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + var length = partials ? partials.length : 0; + if (!length) { + bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG); + partials = holders = undefined; + } + ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0); + arity = arity === undefined ? arity : toInteger(arity); + length -= holders ? holders.length : 0; + + if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) { + var partialsRight = partials, + holdersRight = holders; + + partials = holders = undefined; + } + var data = isBindKey ? undefined : getData(func); + + var newData = [ + func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, + argPos, ary, arity + ]; + + if (data) { + mergeData(newData, data); + } + func = newData[0]; + bitmask = newData[1]; + thisArg = newData[2]; + partials = newData[3]; + holders = newData[4]; + arity = newData[9] = newData[9] === undefined + ? (isBindKey ? 0 : func.length) + : nativeMax(newData[9] - length, 0); + + if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) { + bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG); + } + if (!bitmask || bitmask == WRAP_BIND_FLAG) { + var result = createBind(func, bitmask, thisArg); + } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) { + result = createCurry(func, bitmask, arity); + } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) { + result = createPartial(func, bitmask, thisArg, partials); + } else { + result = createHybrid.apply(undefined, newData); + } + var setter = data ? baseSetData : setData; + return setWrapToString(setter(result, newData), func, bitmask); + } + + /** + * Used by `_.defaults` to customize its `_.assignIn` use to assign properties + * of source objects to the destination object for all destination properties + * that resolve to `undefined`. + * + * @private + * @param {*} objValue The destination value. + * @param {*} srcValue The source value. + * @param {string} key The key of the property to assign. + * @param {Object} object The parent object of `objValue`. + * @returns {*} Returns the value to assign. + */ + function customDefaultsAssignIn(objValue, srcValue, key, object) { + if (objValue === undefined || + (eq(objValue, objectProto[key]) && !hasOwnProperty.call(object, key))) { + return srcValue; + } + return objValue; + } + + /** + * Used by `_.defaultsDeep` to customize its `_.merge` use to merge source + * objects into destination objects that are passed thru. + * + * @private + * @param {*} objValue The destination value. + * @param {*} srcValue The source value. + * @param {string} key The key of the property to merge. + * @param {Object} object The parent object of `objValue`. + * @param {Object} source The parent object of `srcValue`. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + * @returns {*} Returns the value to assign. + */ + function customDefaultsMerge(objValue, srcValue, key, object, source, stack) { + if (isObject(objValue) && isObject(srcValue)) { + // Recursively merge objects and arrays (susceptible to call stack limits). + stack.set(srcValue, objValue); + baseMerge(objValue, srcValue, undefined, customDefaultsMerge, stack); + stack['delete'](srcValue); + } + return objValue; + } + + /** + * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain + * objects. + * + * @private + * @param {*} value The value to inspect. + * @param {string} key The key of the property to inspect. + * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`. + */ + function customOmitClone(value) { + return isPlainObject(value) ? undefined : value; + } + + /** + * A specialized version of `baseIsEqualDeep` for arrays with support for + * partial deep comparisons. + * + * @private + * @param {Array} array The array to compare. + * @param {Array} other The other array to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `array` and `other` objects. + * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. + */ + function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + arrLength = array.length, + othLength = other.length; + + if (arrLength != othLength && !(isPartial && othLength > arrLength)) { + return false; + } + // Assume cyclic values are equal. + var stacked = stack.get(array); + if (stacked && stack.get(other)) { + return stacked == other; + } + var index = -1, + result = true, + seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined; + + stack.set(array, other); + stack.set(other, array); + + // Ignore non-index properties. + while (++index < arrLength) { + var arrValue = array[index], + othValue = other[index]; + + if (customizer) { + var compared = isPartial + ? customizer(othValue, arrValue, index, other, array, stack) + : customizer(arrValue, othValue, index, array, other, stack); + } + if (compared !== undefined) { + if (compared) { + continue; + } + result = false; + break; + } + // Recursively compare arrays (susceptible to call stack limits). + if (seen) { + if (!arraySome(other, function(othValue, othIndex) { + if (!cacheHas(seen, othIndex) && + (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { + return seen.push(othIndex); + } + })) { + result = false; + break; + } + } else if (!( + arrValue === othValue || + equalFunc(arrValue, othValue, bitmask, customizer, stack) + )) { + result = false; + break; + } + } + stack['delete'](array); + stack['delete'](other); + return result; + } + + /** + * A specialized version of `baseIsEqualDeep` for comparing objects of + * the same `toStringTag`. + * + * **Note:** This function only supports comparing values with tags of + * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {string} tag The `toStringTag` of the objects to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { + switch (tag) { + case dataViewTag: + if ((object.byteLength != other.byteLength) || + (object.byteOffset != other.byteOffset)) { + return false; + } + object = object.buffer; + other = other.buffer; + + case arrayBufferTag: + if ((object.byteLength != other.byteLength) || + !equalFunc(new Uint8Array(object), new Uint8Array(other))) { + return false; + } + return true; + + case boolTag: + case dateTag: + case numberTag: + // Coerce booleans to `1` or `0` and dates to milliseconds. + // Invalid dates are coerced to `NaN`. + return eq(+object, +other); + + case errorTag: + return object.name == other.name && object.message == other.message; + + case regexpTag: + case stringTag: + // Coerce regexes to strings and treat strings, primitives and objects, + // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring + // for more details. + return object == (other + ''); + + case mapTag: + var convert = mapToArray; + + case setTag: + var isPartial = bitmask & COMPARE_PARTIAL_FLAG; + convert || (convert = setToArray); + + if (object.size != other.size && !isPartial) { + return false; + } + // Assume cyclic values are equal. + var stacked = stack.get(object); + if (stacked) { + return stacked == other; + } + bitmask |= COMPARE_UNORDERED_FLAG; + + // Recursively compare objects (susceptible to call stack limits). + stack.set(object, other); + var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack); + stack['delete'](object); + return result; + + case symbolTag: + if (symbolValueOf) { + return symbolValueOf.call(object) == symbolValueOf.call(other); + } + } + return false; + } + + /** + * A specialized version of `baseIsEqualDeep` for objects with support for + * partial deep comparisons. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + objProps = getAllKeys(object), + objLength = objProps.length, + othProps = getAllKeys(other), + othLength = othProps.length; + + if (objLength != othLength && !isPartial) { + return false; + } + var index = objLength; + while (index--) { + var key = objProps[index]; + if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { + return false; + } + } + // Assume cyclic values are equal. + var stacked = stack.get(object); + if (stacked && stack.get(other)) { + return stacked == other; + } + var result = true; + stack.set(object, other); + stack.set(other, object); + + var skipCtor = isPartial; + while (++index < objLength) { + key = objProps[index]; + var objValue = object[key], + othValue = other[key]; + + if (customizer) { + var compared = isPartial + ? customizer(othValue, objValue, key, other, object, stack) + : customizer(objValue, othValue, key, object, other, stack); + } + // Recursively compare objects (susceptible to call stack limits). + if (!(compared === undefined + ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) + : compared + )) { + result = false; + break; + } + skipCtor || (skipCtor = key == 'constructor'); + } + if (result && !skipCtor) { + var objCtor = object.constructor, + othCtor = other.constructor; + + // Non `Object` object instances with different constructors are not equal. + if (objCtor != othCtor && + ('constructor' in object && 'constructor' in other) && + !(typeof objCtor == 'function' && objCtor instanceof objCtor && + typeof othCtor == 'function' && othCtor instanceof othCtor)) { + result = false; + } + } + stack['delete'](object); + stack['delete'](other); + return result; + } + + /** + * A specialized version of `baseRest` which flattens the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ + function flatRest(func) { + return setToString(overRest(func, undefined, flatten), func + ''); + } + + /** + * Creates an array of own enumerable property names and symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names and symbols. + */ + function getAllKeys(object) { + return baseGetAllKeys(object, keys, getSymbols); + } + + /** + * Creates an array of own and inherited enumerable property names and + * symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names and symbols. + */ + function getAllKeysIn(object) { + return baseGetAllKeys(object, keysIn, getSymbolsIn); + } + + /** + * Gets metadata for `func`. + * + * @private + * @param {Function} func The function to query. + * @returns {*} Returns the metadata for `func`. + */ + var getData = !metaMap ? noop : function(func) { + return metaMap.get(func); + }; + + /** + * Gets the name of `func`. + * + * @private + * @param {Function} func The function to query. + * @returns {string} Returns the function name. + */ + function getFuncName(func) { + var result = (func.name + ''), + array = realNames[result], + length = hasOwnProperty.call(realNames, result) ? array.length : 0; + + while (length--) { + var data = array[length], + otherFunc = data.func; + if (otherFunc == null || otherFunc == func) { + return data.name; + } + } + return result; + } + + /** + * Gets the argument placeholder value for `func`. + * + * @private + * @param {Function} func The function to inspect. + * @returns {*} Returns the placeholder value. + */ + function getHolder(func) { + var object = hasOwnProperty.call(lodash, 'placeholder') ? lodash : func; + return object.placeholder; + } + + /** + * Gets the appropriate "iteratee" function. If `_.iteratee` is customized, + * this function returns the custom method, otherwise it returns `baseIteratee`. + * If arguments are provided, the chosen function is invoked with them and + * its result is returned. + * + * @private + * @param {*} [value] The value to convert to an iteratee. + * @param {number} [arity] The arity of the created iteratee. + * @returns {Function} Returns the chosen function or its result. + */ + function getIteratee() { + var result = lodash.iteratee || iteratee; + result = result === iteratee ? baseIteratee : result; + return arguments.length ? result(arguments[0], arguments[1]) : result; + } + + /** + * Gets the data for `map`. + * + * @private + * @param {Object} map The map to query. + * @param {string} key The reference key. + * @returns {*} Returns the map data. + */ + function getMapData(map, key) { + var data = map.__data__; + return isKeyable(key) + ? data[typeof key == 'string' ? 'string' : 'hash'] + : data.map; + } + + /** + * Gets the property names, values, and compare flags of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the match data of `object`. + */ + function getMatchData(object) { + var result = keys(object), + length = result.length; + + while (length--) { + var key = result[length], + value = object[key]; + + result[length] = [key, value, isStrictComparable(value)]; + } + return result; + } + + /** + * Gets the native function at `key` of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {string} key The key of the method to get. + * @returns {*} Returns the function if it's native, else `undefined`. + */ + function getNative(object, key) { + var value = getValue(object, key); + return baseIsNative(value) ? value : undefined; + } + + /** + * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the raw `toStringTag`. + */ + function getRawTag(value) { + var isOwn = hasOwnProperty.call(value, symToStringTag), + tag = value[symToStringTag]; + + try { + value[symToStringTag] = undefined; + var unmasked = true; + } catch (e) {} + + var result = nativeObjectToString.call(value); + if (unmasked) { + if (isOwn) { + value[symToStringTag] = tag; + } else { + delete value[symToStringTag]; + } + } + return result; + } + + /** + * Creates an array of the own enumerable symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of symbols. + */ + var getSymbols = !nativeGetSymbols ? stubArray : function(object) { + if (object == null) { + return []; + } + object = Object(object); + return arrayFilter(nativeGetSymbols(object), function(symbol) { + return propertyIsEnumerable.call(object, symbol); + }); + }; + + /** + * Creates an array of the own and inherited enumerable symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of symbols. + */ + var getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) { + var result = []; + while (object) { + arrayPush(result, getSymbols(object)); + object = getPrototype(object); + } + return result; + }; + + /** + * Gets the `toStringTag` of `value`. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ + var getTag = baseGetTag; + + // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6. + if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) || + (Map && getTag(new Map) != mapTag) || + (Promise && getTag(Promise.resolve()) != promiseTag) || + (Set && getTag(new Set) != setTag) || + (WeakMap && getTag(new WeakMap) != weakMapTag)) { + getTag = function(value) { + var result = baseGetTag(value), + Ctor = result == objectTag ? value.constructor : undefined, + ctorString = Ctor ? toSource(Ctor) : ''; + + if (ctorString) { + switch (ctorString) { + case dataViewCtorString: return dataViewTag; + case mapCtorString: return mapTag; + case promiseCtorString: return promiseTag; + case setCtorString: return setTag; + case weakMapCtorString: return weakMapTag; + } + } + return result; + }; + } + + /** + * Gets the view, applying any `transforms` to the `start` and `end` positions. + * + * @private + * @param {number} start The start of the view. + * @param {number} end The end of the view. + * @param {Array} transforms The transformations to apply to the view. + * @returns {Object} Returns an object containing the `start` and `end` + * positions of the view. + */ + function getView(start, end, transforms) { + var index = -1, + length = transforms.length; + + while (++index < length) { + var data = transforms[index], + size = data.size; + + switch (data.type) { + case 'drop': start += size; break; + case 'dropRight': end -= size; break; + case 'take': end = nativeMin(end, start + size); break; + case 'takeRight': start = nativeMax(start, end - size); break; + } + } + return { 'start': start, 'end': end }; + } + + /** + * Extracts wrapper details from the `source` body comment. + * + * @private + * @param {string} source The source to inspect. + * @returns {Array} Returns the wrapper details. + */ + function getWrapDetails(source) { + var match = source.match(reWrapDetails); + return match ? match[1].split(reSplitDetails) : []; + } + + /** + * Checks if `path` exists on `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @param {Function} hasFunc The function to check properties. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + */ + function hasPath(object, path, hasFunc) { + path = castPath(path, object); + + var index = -1, + length = path.length, + result = false; + + while (++index < length) { + var key = toKey(path[index]); + if (!(result = object != null && hasFunc(object, key))) { + break; + } + object = object[key]; + } + if (result || ++index != length) { + return result; + } + length = object == null ? 0 : object.length; + return !!length && isLength(length) && isIndex(key, length) && + (isArray(object) || isArguments(object)); + } + + /** + * Initializes an array clone. + * + * @private + * @param {Array} array The array to clone. + * @returns {Array} Returns the initialized clone. + */ + function initCloneArray(array) { + var length = array.length, + result = array.constructor(length); + + // Add properties assigned by `RegExp#exec`. + if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) { + result.index = array.index; + result.input = array.input; + } + return result; + } + + /** + * Initializes an object clone. + * + * @private + * @param {Object} object The object to clone. + * @returns {Object} Returns the initialized clone. + */ + function initCloneObject(object) { + return (typeof object.constructor == 'function' && !isPrototype(object)) + ? baseCreate(getPrototype(object)) + : {}; + } + + /** + * Initializes an object clone based on its `toStringTag`. + * + * **Note:** This function only supports cloning values with tags of + * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * + * @private + * @param {Object} object The object to clone. + * @param {string} tag The `toStringTag` of the object to clone. + * @param {Function} cloneFunc The function to clone values. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the initialized clone. + */ + function initCloneByTag(object, tag, cloneFunc, isDeep) { + var Ctor = object.constructor; + switch (tag) { + case arrayBufferTag: + return cloneArrayBuffer(object); + + case boolTag: + case dateTag: + return new Ctor(+object); + + case dataViewTag: + return cloneDataView(object, isDeep); + + case float32Tag: case float64Tag: + case int8Tag: case int16Tag: case int32Tag: + case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag: + return cloneTypedArray(object, isDeep); + + case mapTag: + return cloneMap(object, isDeep, cloneFunc); + + case numberTag: + case stringTag: + return new Ctor(object); + + case regexpTag: + return cloneRegExp(object); + + case setTag: + return cloneSet(object, isDeep, cloneFunc); + + case symbolTag: + return cloneSymbol(object); + } + } + + /** + * Inserts wrapper `details` in a comment at the top of the `source` body. + * + * @private + * @param {string} source The source to modify. + * @returns {Array} details The details to insert. + * @returns {string} Returns the modified source. + */ + function insertWrapDetails(source, details) { + var length = details.length; + if (!length) { + return source; + } + var lastIndex = length - 1; + details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex]; + details = details.join(length > 2 ? ', ' : ' '); + return source.replace(reWrapComment, '{\n/* [wrapped with ' + details + '] */\n'); + } + + /** + * Checks if `value` is a flattenable `arguments` object or array. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. + */ + function isFlattenable(value) { + return isArray(value) || isArguments(value) || + !!(spreadableSymbol && value && value[spreadableSymbol]); + } + + /** + * Checks if `value` is a valid array-like index. + * + * @private + * @param {*} value The value to check. + * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. + * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. + */ + function isIndex(value, length) { + length = length == null ? MAX_SAFE_INTEGER : length; + return !!length && + (typeof value == 'number' || reIsUint.test(value)) && + (value > -1 && value % 1 == 0 && value < length); + } + + /** + * Checks if the given arguments are from an iteratee call. + * + * @private + * @param {*} value The potential iteratee value argument. + * @param {*} index The potential iteratee index or key argument. + * @param {*} object The potential iteratee object argument. + * @returns {boolean} Returns `true` if the arguments are from an iteratee call, + * else `false`. + */ + function isIterateeCall(value, index, object) { + if (!isObject(object)) { + return false; + } + var type = typeof index; + if (type == 'number' + ? (isArrayLike(object) && isIndex(index, object.length)) + : (type == 'string' && index in object) + ) { + return eq(object[index], value); + } + return false; + } + + /** + * Checks if `value` is a property name and not a property path. + * + * @private + * @param {*} value The value to check. + * @param {Object} [object] The object to query keys on. + * @returns {boolean} Returns `true` if `value` is a property name, else `false`. + */ + function isKey(value, object) { + if (isArray(value)) { + return false; + } + var type = typeof value; + if (type == 'number' || type == 'symbol' || type == 'boolean' || + value == null || isSymbol(value)) { + return true; + } + return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || + (object != null && value in Object(object)); + } + + /** + * Checks if `value` is suitable for use as unique object key. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is suitable, else `false`. + */ + function isKeyable(value) { + var type = typeof value; + return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean') + ? (value !== '__proto__') + : (value === null); + } + + /** + * Checks if `func` has a lazy counterpart. + * + * @private + * @param {Function} func The function to check. + * @returns {boolean} Returns `true` if `func` has a lazy counterpart, + * else `false`. + */ + function isLaziable(func) { + var funcName = getFuncName(func), + other = lodash[funcName]; + + if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) { + return false; + } + if (func === other) { + return true; + } + var data = getData(other); + return !!data && func === data[0]; + } + + /** + * Checks if `func` has its source masked. + * + * @private + * @param {Function} func The function to check. + * @returns {boolean} Returns `true` if `func` is masked, else `false`. + */ + function isMasked(func) { + return !!maskSrcKey && (maskSrcKey in func); + } + + /** + * Checks if `func` is capable of being masked. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `func` is maskable, else `false`. + */ + var isMaskable = coreJsData ? isFunction : stubFalse; + + /** + * Checks if `value` is likely a prototype object. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. + */ + function isPrototype(value) { + var Ctor = value && value.constructor, + proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto; + + return value === proto; + } + + /** + * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` if suitable for strict + * equality comparisons, else `false`. + */ + function isStrictComparable(value) { + return value === value && !isObject(value); + } + + /** + * A specialized version of `matchesProperty` for source values suitable + * for strict equality comparisons, i.e. `===`. + * + * @private + * @param {string} key The key of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. + */ + function matchesStrictComparable(key, srcValue) { + return function(object) { + if (object == null) { + return false; + } + return object[key] === srcValue && + (srcValue !== undefined || (key in Object(object))); + }; + } + + /** + * A specialized version of `_.memoize` which clears the memoized function's + * cache when it exceeds `MAX_MEMOIZE_SIZE`. + * + * @private + * @param {Function} func The function to have its output memoized. + * @returns {Function} Returns the new memoized function. + */ + function memoizeCapped(func) { + var result = memoize(func, function(key) { + if (cache.size === MAX_MEMOIZE_SIZE) { + cache.clear(); + } + return key; + }); + + var cache = result.cache; + return result; + } + + /** + * Merges the function metadata of `source` into `data`. + * + * Merging metadata reduces the number of wrappers used to invoke a function. + * This is possible because methods like `_.bind`, `_.curry`, and `_.partial` + * may be applied regardless of execution order. Methods like `_.ary` and + * `_.rearg` modify function arguments, making the order in which they are + * executed important, preventing the merging of metadata. However, we make + * an exception for a safe combined case where curried functions have `_.ary` + * and or `_.rearg` applied. + * + * @private + * @param {Array} data The destination metadata. + * @param {Array} source The source metadata. + * @returns {Array} Returns `data`. + */ + function mergeData(data, source) { + var bitmask = data[1], + srcBitmask = source[1], + newBitmask = bitmask | srcBitmask, + isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG); + + var isCombo = + ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) || + ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) || + ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG)); + + // Exit early if metadata can't be merged. + if (!(isCommon || isCombo)) { + return data; + } + // Use source `thisArg` if available. + if (srcBitmask & WRAP_BIND_FLAG) { + data[2] = source[2]; + // Set when currying a bound function. + newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG; + } + // Compose partial arguments. + var value = source[3]; + if (value) { + var partials = data[3]; + data[3] = partials ? composeArgs(partials, value, source[4]) : value; + data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4]; + } + // Compose partial right arguments. + value = source[5]; + if (value) { + partials = data[5]; + data[5] = partials ? composeArgsRight(partials, value, source[6]) : value; + data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6]; + } + // Use source `argPos` if available. + value = source[7]; + if (value) { + data[7] = value; + } + // Use source `ary` if it's smaller. + if (srcBitmask & WRAP_ARY_FLAG) { + data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]); + } + // Use source `arity` if one is not provided. + if (data[9] == null) { + data[9] = source[9]; + } + // Use source `func` and merge bitmasks. + data[0] = source[0]; + data[1] = newBitmask; + + return data; + } + + /** + * This function is like + * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * except that it includes inherited enumerable properties. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ + function nativeKeysIn(object) { + var result = []; + if (object != null) { + for (var key in Object(object)) { + result.push(key); + } + } + return result; + } + + /** + * Converts `value` to a string using `Object.prototype.toString`. + * + * @private + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + */ + function objectToString(value) { + return nativeObjectToString.call(value); + } + + /** + * A specialized version of `baseRest` which transforms the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @param {Function} transform The rest array transform. + * @returns {Function} Returns the new function. + */ + function overRest(func, start, transform) { + start = nativeMax(start === undefined ? (func.length - 1) : start, 0); + return function() { + var args = arguments, + index = -1, + length = nativeMax(args.length - start, 0), + array = Array(length); + + while (++index < length) { + array[index] = args[start + index]; + } + index = -1; + var otherArgs = Array(start + 1); + while (++index < start) { + otherArgs[index] = args[index]; + } + otherArgs[start] = transform(array); + return apply(func, this, otherArgs); + }; + } + + /** + * Gets the parent value at `path` of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} path The path to get the parent value of. + * @returns {*} Returns the parent value. + */ + function parent(object, path) { + return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1)); + } + + /** + * Reorder `array` according to the specified indexes where the element at + * the first index is assigned as the first element, the element at + * the second index is assigned as the second element, and so on. + * + * @private + * @param {Array} array The array to reorder. + * @param {Array} indexes The arranged array indexes. + * @returns {Array} Returns `array`. + */ + function reorder(array, indexes) { + var arrLength = array.length, + length = nativeMin(indexes.length, arrLength), + oldArray = copyArray(array); + + while (length--) { + var index = indexes[length]; + array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined; + } + return array; + } + + /** + * Sets metadata for `func`. + * + * **Note:** If this function becomes hot, i.e. is invoked a lot in a short + * period of time, it will trip its breaker and transition to an identity + * function to avoid garbage collection pauses in V8. See + * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070) + * for more details. + * + * @private + * @param {Function} func The function to associate metadata with. + * @param {*} data The metadata. + * @returns {Function} Returns `func`. + */ + var setData = shortOut(baseSetData); + + /** + * A simple wrapper around the global [`setTimeout`](https://mdn.io/setTimeout). + * + * @private + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @returns {number|Object} Returns the timer id or timeout object. + */ + var setTimeout = ctxSetTimeout || function(func, wait) { + return root.setTimeout(func, wait); + }; + + /** + * Sets the `toString` method of `func` to return `string`. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ + var setToString = shortOut(baseSetToString); + + /** + * Sets the `toString` method of `wrapper` to mimic the source of `reference` + * with wrapper details in a comment at the top of the source body. + * + * @private + * @param {Function} wrapper The function to modify. + * @param {Function} reference The reference function. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @returns {Function} Returns `wrapper`. + */ + function setWrapToString(wrapper, reference, bitmask) { + var source = (reference + ''); + return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask))); + } + + /** + * Creates a function that'll short out and invoke `identity` instead + * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN` + * milliseconds. + * + * @private + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new shortable function. + */ + function shortOut(func) { + var count = 0, + lastCalled = 0; + + return function() { + var stamp = nativeNow(), + remaining = HOT_SPAN - (stamp - lastCalled); + + lastCalled = stamp; + if (remaining > 0) { + if (++count >= HOT_COUNT) { + return arguments[0]; + } + } else { + count = 0; + } + return func.apply(undefined, arguments); + }; + } + + /** + * A specialized version of `_.shuffle` which mutates and sets the size of `array`. + * + * @private + * @param {Array} array The array to shuffle. + * @param {number} [size=array.length] The size of `array`. + * @returns {Array} Returns `array`. + */ + function shuffleSelf(array, size) { + var index = -1, + length = array.length, + lastIndex = length - 1; + + size = size === undefined ? length : size; + while (++index < size) { + var rand = baseRandom(index, lastIndex), + value = array[rand]; + + array[rand] = array[index]; + array[index] = value; + } + array.length = size; + return array; + } + + /** + * Converts `string` to a property path array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the property path array. + */ + var stringToPath = memoizeCapped(function(string) { + var result = []; + if (reLeadingDot.test(string)) { + result.push(''); + } + string.replace(rePropName, function(match, number, quote, string) { + result.push(quote ? string.replace(reEscapeChar, '$1') : (number || match)); + }); + return result; + }); + + /** + * Converts `value` to a string key if it's not a string or symbol. + * + * @private + * @param {*} value The value to inspect. + * @returns {string|symbol} Returns the key. + */ + function toKey(value) { + if (typeof value == 'string' || isSymbol(value)) { + return value; + } + var result = (value + ''); + return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; + } + + /** + * Converts `func` to its source code. + * + * @private + * @param {Function} func The function to convert. + * @returns {string} Returns the source code. + */ + function toSource(func) { + if (func != null) { + try { + return funcToString.call(func); + } catch (e) {} + try { + return (func + ''); + } catch (e) {} + } + return ''; + } + + /** + * Updates wrapper `details` based on `bitmask` flags. + * + * @private + * @returns {Array} details The details to modify. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @returns {Array} Returns `details`. + */ + function updateWrapDetails(details, bitmask) { + arrayEach(wrapFlags, function(pair) { + var value = '_.' + pair[0]; + if ((bitmask & pair[1]) && !arrayIncludes(details, value)) { + details.push(value); + } + }); + return details.sort(); + } + + /** + * Creates a clone of `wrapper`. + * + * @private + * @param {Object} wrapper The wrapper to clone. + * @returns {Object} Returns the cloned wrapper. + */ + function wrapperClone(wrapper) { + if (wrapper instanceof LazyWrapper) { + return wrapper.clone(); + } + var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__); + result.__actions__ = copyArray(wrapper.__actions__); + result.__index__ = wrapper.__index__; + result.__values__ = wrapper.__values__; + return result; + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates an array of elements split into groups the length of `size`. + * If `array` can't be split evenly, the final chunk will be the remaining + * elements. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to process. + * @param {number} [size=1] The length of each chunk + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the new array of chunks. + * @example + * + * _.chunk(['a', 'b', 'c', 'd'], 2); + * // => [['a', 'b'], ['c', 'd']] + * + * _.chunk(['a', 'b', 'c', 'd'], 3); + * // => [['a', 'b', 'c'], ['d']] + */ + function chunk(array, size, guard) { + if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) { + size = 1; + } else { + size = nativeMax(toInteger(size), 0); + } + var length = array == null ? 0 : array.length; + if (!length || size < 1) { + return []; + } + var index = 0, + resIndex = 0, + result = Array(nativeCeil(length / size)); + + while (index < length) { + result[resIndex++] = baseSlice(array, index, (index += size)); + } + return result; + } + + /** + * Creates an array with all falsey values removed. The values `false`, `null`, + * `0`, `""`, `undefined`, and `NaN` are falsey. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to compact. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.compact([0, 1, false, 2, '', 3]); + * // => [1, 2, 3] + */ + function compact(array) { + var index = -1, + length = array == null ? 0 : array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (value) { + result[resIndex++] = value; + } + } + return result; + } + + /** + * Creates a new array concatenating `array` with any additional arrays + * and/or values. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to concatenate. + * @param {...*} [values] The values to concatenate. + * @returns {Array} Returns the new concatenated array. + * @example + * + * var array = [1]; + * var other = _.concat(array, 2, [3], [[4]]); + * + * console.log(other); + * // => [1, 2, 3, [4]] + * + * console.log(array); + * // => [1] + */ + function concat() { + var length = arguments.length; + if (!length) { + return []; + } + var args = Array(length - 1), + array = arguments[0], + index = length; + + while (index--) { + args[index - 1] = arguments[index]; + } + return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1)); + } + + /** + * Creates an array of `array` values not included in the other given arrays + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. The order and references of result values are + * determined by the first array. + * + * **Note:** Unlike `_.pullAll`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @returns {Array} Returns the new array of filtered values. + * @see _.without, _.xor + * @example + * + * _.difference([2, 1], [2, 3]); + * // => [1] + */ + var difference = baseRest(function(array, values) { + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true)) + : []; + }); + + /** + * This method is like `_.difference` except that it accepts `iteratee` which + * is invoked for each element of `array` and `values` to generate the criterion + * by which they're compared. The order and references of result values are + * determined by the first array. The iteratee is invoked with one argument: + * (value). + * + * **Note:** Unlike `_.pullAllBy`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.differenceBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [1.2] + * + * // The `_.property` iteratee shorthand. + * _.differenceBy([{ 'x': 2 }, { 'x': 1 }], [{ 'x': 1 }], 'x'); + * // => [{ 'x': 2 }] + */ + var differenceBy = baseRest(function(array, values) { + var iteratee = last(values); + if (isArrayLikeObject(iteratee)) { + iteratee = undefined; + } + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), getIteratee(iteratee, 2)) + : []; + }); + + /** + * This method is like `_.difference` except that it accepts `comparator` + * which is invoked to compare elements of `array` to `values`. The order and + * references of result values are determined by the first array. The comparator + * is invoked with two arguments: (arrVal, othVal). + * + * **Note:** Unlike `_.pullAllWith`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * + * _.differenceWith(objects, [{ 'x': 1, 'y': 2 }], _.isEqual); + * // => [{ 'x': 2, 'y': 1 }] + */ + var differenceWith = baseRest(function(array, values) { + var comparator = last(values); + if (isArrayLikeObject(comparator)) { + comparator = undefined; + } + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), undefined, comparator) + : []; + }); + + /** + * Creates a slice of `array` with `n` elements dropped from the beginning. + * + * @static + * @memberOf _ + * @since 0.5.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to drop. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.drop([1, 2, 3]); + * // => [2, 3] + * + * _.drop([1, 2, 3], 2); + * // => [3] + * + * _.drop([1, 2, 3], 5); + * // => [] + * + * _.drop([1, 2, 3], 0); + * // => [1, 2, 3] + */ + function drop(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + return baseSlice(array, n < 0 ? 0 : n, length); + } + + /** + * Creates a slice of `array` with `n` elements dropped from the end. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to drop. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.dropRight([1, 2, 3]); + * // => [1, 2] + * + * _.dropRight([1, 2, 3], 2); + * // => [1] + * + * _.dropRight([1, 2, 3], 5); + * // => [] + * + * _.dropRight([1, 2, 3], 0); + * // => [1, 2, 3] + */ + function dropRight(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + n = length - n; + return baseSlice(array, 0, n < 0 ? 0 : n); + } + + /** + * Creates a slice of `array` excluding elements dropped from the end. + * Elements are dropped until `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.dropRightWhile(users, function(o) { return !o.active; }); + * // => objects for ['barney'] + * + * // The `_.matches` iteratee shorthand. + * _.dropRightWhile(users, { 'user': 'pebbles', 'active': false }); + * // => objects for ['barney', 'fred'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.dropRightWhile(users, ['active', false]); + * // => objects for ['barney'] + * + * // The `_.property` iteratee shorthand. + * _.dropRightWhile(users, 'active'); + * // => objects for ['barney', 'fred', 'pebbles'] + */ + function dropRightWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, getIteratee(predicate, 3), true, true) + : []; + } + + /** + * Creates a slice of `array` excluding elements dropped from the beginning. + * Elements are dropped until `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.dropWhile(users, function(o) { return !o.active; }); + * // => objects for ['pebbles'] + * + * // The `_.matches` iteratee shorthand. + * _.dropWhile(users, { 'user': 'barney', 'active': false }); + * // => objects for ['fred', 'pebbles'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.dropWhile(users, ['active', false]); + * // => objects for ['pebbles'] + * + * // The `_.property` iteratee shorthand. + * _.dropWhile(users, 'active'); + * // => objects for ['barney', 'fred', 'pebbles'] + */ + function dropWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, getIteratee(predicate, 3), true) + : []; + } + + /** + * Fills elements of `array` with `value` from `start` up to, but not + * including, `end`. + * + * **Note:** This method mutates `array`. + * + * @static + * @memberOf _ + * @since 3.2.0 + * @category Array + * @param {Array} array The array to fill. + * @param {*} value The value to fill `array` with. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns `array`. + * @example + * + * var array = [1, 2, 3]; + * + * _.fill(array, 'a'); + * console.log(array); + * // => ['a', 'a', 'a'] + * + * _.fill(Array(3), 2); + * // => [2, 2, 2] + * + * _.fill([4, 6, 8, 10], '*', 1, 3); + * // => [4, '*', '*', 10] + */ + function fill(array, value, start, end) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + if (start && typeof start != 'number' && isIterateeCall(array, value, start)) { + start = 0; + end = length; + } + return baseFill(array, value, start, end); + } + + /** + * This method is like `_.find` except that it returns the index of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.findIndex(users, function(o) { return o.user == 'barney'; }); + * // => 0 + * + * // The `_.matches` iteratee shorthand. + * _.findIndex(users, { 'user': 'fred', 'active': false }); + * // => 1 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findIndex(users, ['active', false]); + * // => 0 + * + * // The `_.property` iteratee shorthand. + * _.findIndex(users, 'active'); + * // => 2 + */ + function findIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseFindIndex(array, getIteratee(predicate, 3), index); + } + + /** + * This method is like `_.findIndex` except that it iterates over elements + * of `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=array.length-1] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.findLastIndex(users, function(o) { return o.user == 'pebbles'; }); + * // => 2 + * + * // The `_.matches` iteratee shorthand. + * _.findLastIndex(users, { 'user': 'barney', 'active': true }); + * // => 0 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findLastIndex(users, ['active', false]); + * // => 2 + * + * // The `_.property` iteratee shorthand. + * _.findLastIndex(users, 'active'); + * // => 0 + */ + function findLastIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = length - 1; + if (fromIndex !== undefined) { + index = toInteger(fromIndex); + index = fromIndex < 0 + ? nativeMax(length + index, 0) + : nativeMin(index, length - 1); + } + return baseFindIndex(array, getIteratee(predicate, 3), index, true); + } + + /** + * Flattens `array` a single level deep. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flatten([1, [2, [3, [4]], 5]]); + * // => [1, 2, [3, [4]], 5] + */ + function flatten(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, 1) : []; + } + + /** + * Recursively flattens `array`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flattenDeep([1, [2, [3, [4]], 5]]); + * // => [1, 2, 3, 4, 5] + */ + function flattenDeep(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, INFINITY) : []; + } + + /** + * Recursively flatten `array` up to `depth` times. + * + * @static + * @memberOf _ + * @since 4.4.0 + * @category Array + * @param {Array} array The array to flatten. + * @param {number} [depth=1] The maximum recursion depth. + * @returns {Array} Returns the new flattened array. + * @example + * + * var array = [1, [2, [3, [4]], 5]]; + * + * _.flattenDepth(array, 1); + * // => [1, 2, [3, [4]], 5] + * + * _.flattenDepth(array, 2); + * // => [1, 2, 3, [4], 5] + */ + function flattenDepth(array, depth) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + depth = depth === undefined ? 1 : toInteger(depth); + return baseFlatten(array, depth); + } + + /** + * The inverse of `_.toPairs`; this method returns an object composed + * from key-value `pairs`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} pairs The key-value pairs. + * @returns {Object} Returns the new object. + * @example + * + * _.fromPairs([['a', 1], ['b', 2]]); + * // => { 'a': 1, 'b': 2 } + */ + function fromPairs(pairs) { + var index = -1, + length = pairs == null ? 0 : pairs.length, + result = {}; + + while (++index < length) { + var pair = pairs[index]; + result[pair[0]] = pair[1]; + } + return result; + } + + /** + * Gets the first element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias first + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the first element of `array`. + * @example + * + * _.head([1, 2, 3]); + * // => 1 + * + * _.head([]); + * // => undefined + */ + function head(array) { + return (array && array.length) ? array[0] : undefined; + } + + /** + * Gets the index at which the first occurrence of `value` is found in `array` + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. If `fromIndex` is negative, it's used as the + * offset from the end of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.indexOf([1, 2, 1, 2], 2); + * // => 1 + * + * // Search from the `fromIndex`. + * _.indexOf([1, 2, 1, 2], 2, 2); + * // => 3 + */ + function indexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseIndexOf(array, value, index); + } + + /** + * Gets all but the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.initial([1, 2, 3]); + * // => [1, 2] + */ + function initial(array) { + var length = array == null ? 0 : array.length; + return length ? baseSlice(array, 0, -1) : []; + } + + /** + * Creates an array of unique values that are included in all given arrays + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. The order and references of result values are + * determined by the first array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * _.intersection([2, 1], [2, 3]); + * // => [2] + */ + var intersection = baseRest(function(arrays) { + var mapped = arrayMap(arrays, castArrayLikeObject); + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped) + : []; + }); + + /** + * This method is like `_.intersection` except that it accepts `iteratee` + * which is invoked for each element of each `arrays` to generate the criterion + * by which they're compared. The order and references of result values are + * determined by the first array. The iteratee is invoked with one argument: + * (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * _.intersectionBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [2.1] + * + * // The `_.property` iteratee shorthand. + * _.intersectionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }] + */ + var intersectionBy = baseRest(function(arrays) { + var iteratee = last(arrays), + mapped = arrayMap(arrays, castArrayLikeObject); + + if (iteratee === last(mapped)) { + iteratee = undefined; + } else { + mapped.pop(); + } + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped, getIteratee(iteratee, 2)) + : []; + }); + + /** + * This method is like `_.intersection` except that it accepts `comparator` + * which is invoked to compare elements of `arrays`. The order and references + * of result values are determined by the first array. The comparator is + * invoked with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.intersectionWith(objects, others, _.isEqual); + * // => [{ 'x': 1, 'y': 2 }] + */ + var intersectionWith = baseRest(function(arrays) { + var comparator = last(arrays), + mapped = arrayMap(arrays, castArrayLikeObject); + + comparator = typeof comparator == 'function' ? comparator : undefined; + if (comparator) { + mapped.pop(); + } + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped, undefined, comparator) + : []; + }); + + /** + * Converts all elements in `array` into a string separated by `separator`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to convert. + * @param {string} [separator=','] The element separator. + * @returns {string} Returns the joined string. + * @example + * + * _.join(['a', 'b', 'c'], '~'); + * // => 'a~b~c' + */ + function join(array, separator) { + return array == null ? '' : nativeJoin.call(array, separator); + } + + /** + * Gets the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the last element of `array`. + * @example + * + * _.last([1, 2, 3]); + * // => 3 + */ + function last(array) { + var length = array == null ? 0 : array.length; + return length ? array[length - 1] : undefined; + } + + /** + * This method is like `_.indexOf` except that it iterates over elements of + * `array` from right to left. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=array.length-1] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.lastIndexOf([1, 2, 1, 2], 2); + * // => 3 + * + * // Search from the `fromIndex`. + * _.lastIndexOf([1, 2, 1, 2], 2, 2); + * // => 1 + */ + function lastIndexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = length; + if (fromIndex !== undefined) { + index = toInteger(fromIndex); + index = index < 0 ? nativeMax(length + index, 0) : nativeMin(index, length - 1); + } + return value === value + ? strictLastIndexOf(array, value, index) + : baseFindIndex(array, baseIsNaN, index, true); + } + + /** + * Gets the element at index `n` of `array`. If `n` is negative, the nth + * element from the end is returned. + * + * @static + * @memberOf _ + * @since 4.11.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=0] The index of the element to return. + * @returns {*} Returns the nth element of `array`. + * @example + * + * var array = ['a', 'b', 'c', 'd']; + * + * _.nth(array, 1); + * // => 'b' + * + * _.nth(array, -2); + * // => 'c'; + */ + function nth(array, n) { + return (array && array.length) ? baseNth(array, toInteger(n)) : undefined; + } + + /** + * Removes all given values from `array` using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * **Note:** Unlike `_.without`, this method mutates `array`. Use `_.remove` + * to remove elements from an array by predicate. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {...*} [values] The values to remove. + * @returns {Array} Returns `array`. + * @example + * + * var array = ['a', 'b', 'c', 'a', 'b', 'c']; + * + * _.pull(array, 'a', 'c'); + * console.log(array); + * // => ['b', 'b'] + */ + var pull = baseRest(pullAll); + + /** + * This method is like `_.pull` except that it accepts an array of values to remove. + * + * **Note:** Unlike `_.difference`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @returns {Array} Returns `array`. + * @example + * + * var array = ['a', 'b', 'c', 'a', 'b', 'c']; + * + * _.pullAll(array, ['a', 'c']); + * console.log(array); + * // => ['b', 'b'] + */ + function pullAll(array, values) { + return (array && array.length && values && values.length) + ? basePullAll(array, values) + : array; + } + + /** + * This method is like `_.pullAll` except that it accepts `iteratee` which is + * invoked for each element of `array` and `values` to generate the criterion + * by which they're compared. The iteratee is invoked with one argument: (value). + * + * **Note:** Unlike `_.differenceBy`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns `array`. + * @example + * + * var array = [{ 'x': 1 }, { 'x': 2 }, { 'x': 3 }, { 'x': 1 }]; + * + * _.pullAllBy(array, [{ 'x': 1 }, { 'x': 3 }], 'x'); + * console.log(array); + * // => [{ 'x': 2 }] + */ + function pullAllBy(array, values, iteratee) { + return (array && array.length && values && values.length) + ? basePullAll(array, values, getIteratee(iteratee, 2)) + : array; + } + + /** + * This method is like `_.pullAll` except that it accepts `comparator` which + * is invoked to compare elements of `array` to `values`. The comparator is + * invoked with two arguments: (arrVal, othVal). + * + * **Note:** Unlike `_.differenceWith`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 4.6.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns `array`. + * @example + * + * var array = [{ 'x': 1, 'y': 2 }, { 'x': 3, 'y': 4 }, { 'x': 5, 'y': 6 }]; + * + * _.pullAllWith(array, [{ 'x': 3, 'y': 4 }], _.isEqual); + * console.log(array); + * // => [{ 'x': 1, 'y': 2 }, { 'x': 5, 'y': 6 }] + */ + function pullAllWith(array, values, comparator) { + return (array && array.length && values && values.length) + ? basePullAll(array, values, undefined, comparator) + : array; + } + + /** + * Removes elements from `array` corresponding to `indexes` and returns an + * array of removed elements. + * + * **Note:** Unlike `_.at`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {...(number|number[])} [indexes] The indexes of elements to remove. + * @returns {Array} Returns the new array of removed elements. + * @example + * + * var array = ['a', 'b', 'c', 'd']; + * var pulled = _.pullAt(array, [1, 3]); + * + * console.log(array); + * // => ['a', 'c'] + * + * console.log(pulled); + * // => ['b', 'd'] + */ + var pullAt = flatRest(function(array, indexes) { + var length = array == null ? 0 : array.length, + result = baseAt(array, indexes); + + basePullAt(array, arrayMap(indexes, function(index) { + return isIndex(index, length) ? +index : index; + }).sort(compareAscending)); + + return result; + }); + + /** + * Removes all elements from `array` that `predicate` returns truthy for + * and returns an array of the removed elements. The predicate is invoked + * with three arguments: (value, index, array). + * + * **Note:** Unlike `_.filter`, this method mutates `array`. Use `_.pull` + * to pull elements from an array by value. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new array of removed elements. + * @example + * + * var array = [1, 2, 3, 4]; + * var evens = _.remove(array, function(n) { + * return n % 2 == 0; + * }); + * + * console.log(array); + * // => [1, 3] + * + * console.log(evens); + * // => [2, 4] + */ + function remove(array, predicate) { + var result = []; + if (!(array && array.length)) { + return result; + } + var index = -1, + indexes = [], + length = array.length; + + predicate = getIteratee(predicate, 3); + while (++index < length) { + var value = array[index]; + if (predicate(value, index, array)) { + result.push(value); + indexes.push(index); + } + } + basePullAt(array, indexes); + return result; + } + + /** + * Reverses `array` so that the first element becomes the last, the second + * element becomes the second to last, and so on. + * + * **Note:** This method mutates `array` and is based on + * [`Array#reverse`](https://mdn.io/Array/reverse). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to modify. + * @returns {Array} Returns `array`. + * @example + * + * var array = [1, 2, 3]; + * + * _.reverse(array); + * // => [3, 2, 1] + * + * console.log(array); + * // => [3, 2, 1] + */ + function reverse(array) { + return array == null ? array : nativeReverse.call(array); + } + + /** + * Creates a slice of `array` from `start` up to, but not including, `end`. + * + * **Note:** This method is used instead of + * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are + * returned. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function slice(array, start, end) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + if (end && typeof end != 'number' && isIterateeCall(array, start, end)) { + start = 0; + end = length; + } + else { + start = start == null ? 0 : toInteger(start); + end = end === undefined ? length : toInteger(end); + } + return baseSlice(array, start, end); + } + + /** + * Uses a binary search to determine the lowest index at which `value` + * should be inserted into `array` in order to maintain its sort order. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * _.sortedIndex([30, 50], 40); + * // => 1 + */ + function sortedIndex(array, value) { + return baseSortedIndex(array, value); + } + + /** + * This method is like `_.sortedIndex` except that it accepts `iteratee` + * which is invoked for `value` and each element of `array` to compute their + * sort ranking. The iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * var objects = [{ 'x': 4 }, { 'x': 5 }]; + * + * _.sortedIndexBy(objects, { 'x': 4 }, function(o) { return o.x; }); + * // => 0 + * + * // The `_.property` iteratee shorthand. + * _.sortedIndexBy(objects, { 'x': 4 }, 'x'); + * // => 0 + */ + function sortedIndexBy(array, value, iteratee) { + return baseSortedIndexBy(array, value, getIteratee(iteratee, 2)); + } + + /** + * This method is like `_.indexOf` except that it performs a binary + * search on a sorted `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.sortedIndexOf([4, 5, 5, 5, 6], 5); + * // => 1 + */ + function sortedIndexOf(array, value) { + var length = array == null ? 0 : array.length; + if (length) { + var index = baseSortedIndex(array, value); + if (index < length && eq(array[index], value)) { + return index; + } + } + return -1; + } + + /** + * This method is like `_.sortedIndex` except that it returns the highest + * index at which `value` should be inserted into `array` in order to + * maintain its sort order. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * _.sortedLastIndex([4, 5, 5, 5, 6], 5); + * // => 4 + */ + function sortedLastIndex(array, value) { + return baseSortedIndex(array, value, true); + } + + /** + * This method is like `_.sortedLastIndex` except that it accepts `iteratee` + * which is invoked for `value` and each element of `array` to compute their + * sort ranking. The iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * var objects = [{ 'x': 4 }, { 'x': 5 }]; + * + * _.sortedLastIndexBy(objects, { 'x': 4 }, function(o) { return o.x; }); + * // => 1 + * + * // The `_.property` iteratee shorthand. + * _.sortedLastIndexBy(objects, { 'x': 4 }, 'x'); + * // => 1 + */ + function sortedLastIndexBy(array, value, iteratee) { + return baseSortedIndexBy(array, value, getIteratee(iteratee, 2), true); + } + + /** + * This method is like `_.lastIndexOf` except that it performs a binary + * search on a sorted `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.sortedLastIndexOf([4, 5, 5, 5, 6], 5); + * // => 3 + */ + function sortedLastIndexOf(array, value) { + var length = array == null ? 0 : array.length; + if (length) { + var index = baseSortedIndex(array, value, true) - 1; + if (eq(array[index], value)) { + return index; + } + } + return -1; + } + + /** + * This method is like `_.uniq` except that it's designed and optimized + * for sorted arrays. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.sortedUniq([1, 1, 2]); + * // => [1, 2] + */ + function sortedUniq(array) { + return (array && array.length) + ? baseSortedUniq(array) + : []; + } + + /** + * This method is like `_.uniqBy` except that it's designed and optimized + * for sorted arrays. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.sortedUniqBy([1.1, 1.2, 2.3, 2.4], Math.floor); + * // => [1.1, 2.3] + */ + function sortedUniqBy(array, iteratee) { + return (array && array.length) + ? baseSortedUniq(array, getIteratee(iteratee, 2)) + : []; + } + + /** + * Gets all but the first element of `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to query. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.tail([1, 2, 3]); + * // => [2, 3] + */ + function tail(array) { + var length = array == null ? 0 : array.length; + return length ? baseSlice(array, 1, length) : []; + } + + /** + * Creates a slice of `array` with `n` elements taken from the beginning. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to take. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.take([1, 2, 3]); + * // => [1] + * + * _.take([1, 2, 3], 2); + * // => [1, 2] + * + * _.take([1, 2, 3], 5); + * // => [1, 2, 3] + * + * _.take([1, 2, 3], 0); + * // => [] + */ + function take(array, n, guard) { + if (!(array && array.length)) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + return baseSlice(array, 0, n < 0 ? 0 : n); + } + + /** + * Creates a slice of `array` with `n` elements taken from the end. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to take. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.takeRight([1, 2, 3]); + * // => [3] + * + * _.takeRight([1, 2, 3], 2); + * // => [2, 3] + * + * _.takeRight([1, 2, 3], 5); + * // => [1, 2, 3] + * + * _.takeRight([1, 2, 3], 0); + * // => [] + */ + function takeRight(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + n = length - n; + return baseSlice(array, n < 0 ? 0 : n, length); + } + + /** + * Creates a slice of `array` with elements taken from the end. Elements are + * taken until `predicate` returns falsey. The predicate is invoked with + * three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.takeRightWhile(users, function(o) { return !o.active; }); + * // => objects for ['fred', 'pebbles'] + * + * // The `_.matches` iteratee shorthand. + * _.takeRightWhile(users, { 'user': 'pebbles', 'active': false }); + * // => objects for ['pebbles'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.takeRightWhile(users, ['active', false]); + * // => objects for ['fred', 'pebbles'] + * + * // The `_.property` iteratee shorthand. + * _.takeRightWhile(users, 'active'); + * // => [] + */ + function takeRightWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, getIteratee(predicate, 3), false, true) + : []; + } + + /** + * Creates a slice of `array` with elements taken from the beginning. Elements + * are taken until `predicate` returns falsey. The predicate is invoked with + * three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.takeWhile(users, function(o) { return !o.active; }); + * // => objects for ['barney', 'fred'] + * + * // The `_.matches` iteratee shorthand. + * _.takeWhile(users, { 'user': 'barney', 'active': false }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.takeWhile(users, ['active', false]); + * // => objects for ['barney', 'fred'] + * + * // The `_.property` iteratee shorthand. + * _.takeWhile(users, 'active'); + * // => [] + */ + function takeWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, getIteratee(predicate, 3)) + : []; + } + + /** + * Creates an array of unique values, in order, from all given arrays using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @returns {Array} Returns the new array of combined values. + * @example + * + * _.union([2], [1, 2]); + * // => [2, 1] + */ + var union = baseRest(function(arrays) { + return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true)); + }); + + /** + * This method is like `_.union` except that it accepts `iteratee` which is + * invoked for each element of each `arrays` to generate the criterion by + * which uniqueness is computed. Result values are chosen from the first + * array in which the value occurs. The iteratee is invoked with one argument: + * (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of combined values. + * @example + * + * _.unionBy([2.1], [1.2, 2.3], Math.floor); + * // => [2.1, 1.2] + * + * // The `_.property` iteratee shorthand. + * _.unionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }, { 'x': 2 }] + */ + var unionBy = baseRest(function(arrays) { + var iteratee = last(arrays); + if (isArrayLikeObject(iteratee)) { + iteratee = undefined; + } + return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), getIteratee(iteratee, 2)); + }); + + /** + * This method is like `_.union` except that it accepts `comparator` which + * is invoked to compare elements of `arrays`. Result values are chosen from + * the first array in which the value occurs. The comparator is invoked + * with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of combined values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.unionWith(objects, others, _.isEqual); + * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }] + */ + var unionWith = baseRest(function(arrays) { + var comparator = last(arrays); + comparator = typeof comparator == 'function' ? comparator : undefined; + return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), undefined, comparator); + }); + + /** + * Creates a duplicate-free version of an array, using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons, in which only the first occurrence of each element + * is kept. The order of result values is determined by the order they occur + * in the array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.uniq([2, 1, 2]); + * // => [2, 1] + */ + function uniq(array) { + return (array && array.length) ? baseUniq(array) : []; + } + + /** + * This method is like `_.uniq` except that it accepts `iteratee` which is + * invoked for each element in `array` to generate the criterion by which + * uniqueness is computed. The order of result values is determined by the + * order they occur in the array. The iteratee is invoked with one argument: + * (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.uniqBy([2.1, 1.2, 2.3], Math.floor); + * // => [2.1, 1.2] + * + * // The `_.property` iteratee shorthand. + * _.uniqBy([{ 'x': 1 }, { 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }, { 'x': 2 }] + */ + function uniqBy(array, iteratee) { + return (array && array.length) ? baseUniq(array, getIteratee(iteratee, 2)) : []; + } + + /** + * This method is like `_.uniq` except that it accepts `comparator` which + * is invoked to compare elements of `array`. The order of result values is + * determined by the order they occur in the array.The comparator is invoked + * with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.uniqWith(objects, _.isEqual); + * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }] + */ + function uniqWith(array, comparator) { + comparator = typeof comparator == 'function' ? comparator : undefined; + return (array && array.length) ? baseUniq(array, undefined, comparator) : []; + } + + /** + * This method is like `_.zip` except that it accepts an array of grouped + * elements and creates an array regrouping the elements to their pre-zip + * configuration. + * + * @static + * @memberOf _ + * @since 1.2.0 + * @category Array + * @param {Array} array The array of grouped elements to process. + * @returns {Array} Returns the new array of regrouped elements. + * @example + * + * var zipped = _.zip(['a', 'b'], [1, 2], [true, false]); + * // => [['a', 1, true], ['b', 2, false]] + * + * _.unzip(zipped); + * // => [['a', 'b'], [1, 2], [true, false]] + */ + function unzip(array) { + if (!(array && array.length)) { + return []; + } + var length = 0; + array = arrayFilter(array, function(group) { + if (isArrayLikeObject(group)) { + length = nativeMax(group.length, length); + return true; + } + }); + return baseTimes(length, function(index) { + return arrayMap(array, baseProperty(index)); + }); + } + + /** + * This method is like `_.unzip` except that it accepts `iteratee` to specify + * how regrouped values should be combined. The iteratee is invoked with the + * elements of each group: (...group). + * + * @static + * @memberOf _ + * @since 3.8.0 + * @category Array + * @param {Array} array The array of grouped elements to process. + * @param {Function} [iteratee=_.identity] The function to combine + * regrouped values. + * @returns {Array} Returns the new array of regrouped elements. + * @example + * + * var zipped = _.zip([1, 2], [10, 20], [100, 200]); + * // => [[1, 10, 100], [2, 20, 200]] + * + * _.unzipWith(zipped, _.add); + * // => [3, 30, 300] + */ + function unzipWith(array, iteratee) { + if (!(array && array.length)) { + return []; + } + var result = unzip(array); + if (iteratee == null) { + return result; + } + return arrayMap(result, function(group) { + return apply(iteratee, undefined, group); + }); + } + + /** + * Creates an array excluding all given values using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * **Note:** Unlike `_.pull`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...*} [values] The values to exclude. + * @returns {Array} Returns the new array of filtered values. + * @see _.difference, _.xor + * @example + * + * _.without([2, 1, 2, 3], 1, 2); + * // => [3] + */ + var without = baseRest(function(array, values) { + return isArrayLikeObject(array) + ? baseDifference(array, values) + : []; + }); + + /** + * Creates an array of unique values that is the + * [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference) + * of the given arrays. The order of result values is determined by the order + * they occur in the arrays. + * + * @static + * @memberOf _ + * @since 2.4.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @returns {Array} Returns the new array of filtered values. + * @see _.difference, _.without + * @example + * + * _.xor([2, 1], [2, 3]); + * // => [1, 3] + */ + var xor = baseRest(function(arrays) { + return baseXor(arrayFilter(arrays, isArrayLikeObject)); + }); + + /** + * This method is like `_.xor` except that it accepts `iteratee` which is + * invoked for each element of each `arrays` to generate the criterion by + * which by which they're compared. The order of result values is determined + * by the order they occur in the arrays. The iteratee is invoked with one + * argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.xorBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [1.2, 3.4] + * + * // The `_.property` iteratee shorthand. + * _.xorBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 2 }] + */ + var xorBy = baseRest(function(arrays) { + var iteratee = last(arrays); + if (isArrayLikeObject(iteratee)) { + iteratee = undefined; + } + return baseXor(arrayFilter(arrays, isArrayLikeObject), getIteratee(iteratee, 2)); + }); + + /** + * This method is like `_.xor` except that it accepts `comparator` which is + * invoked to compare elements of `arrays`. The order of result values is + * determined by the order they occur in the arrays. The comparator is invoked + * with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.xorWith(objects, others, _.isEqual); + * // => [{ 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }] + */ + var xorWith = baseRest(function(arrays) { + var comparator = last(arrays); + comparator = typeof comparator == 'function' ? comparator : undefined; + return baseXor(arrayFilter(arrays, isArrayLikeObject), undefined, comparator); + }); + + /** + * Creates an array of grouped elements, the first of which contains the + * first elements of the given arrays, the second of which contains the + * second elements of the given arrays, and so on. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {...Array} [arrays] The arrays to process. + * @returns {Array} Returns the new array of grouped elements. + * @example + * + * _.zip(['a', 'b'], [1, 2], [true, false]); + * // => [['a', 1, true], ['b', 2, false]] + */ + var zip = baseRest(unzip); + + /** + * This method is like `_.fromPairs` except that it accepts two arrays, + * one of property identifiers and one of corresponding values. + * + * @static + * @memberOf _ + * @since 0.4.0 + * @category Array + * @param {Array} [props=[]] The property identifiers. + * @param {Array} [values=[]] The property values. + * @returns {Object} Returns the new object. + * @example + * + * _.zipObject(['a', 'b'], [1, 2]); + * // => { 'a': 1, 'b': 2 } + */ + function zipObject(props, values) { + return baseZipObject(props || [], values || [], assignValue); + } + + /** + * This method is like `_.zipObject` except that it supports property paths. + * + * @static + * @memberOf _ + * @since 4.1.0 + * @category Array + * @param {Array} [props=[]] The property identifiers. + * @param {Array} [values=[]] The property values. + * @returns {Object} Returns the new object. + * @example + * + * _.zipObjectDeep(['a.b[0].c', 'a.b[1].d'], [1, 2]); + * // => { 'a': { 'b': [{ 'c': 1 }, { 'd': 2 }] } } + */ + function zipObjectDeep(props, values) { + return baseZipObject(props || [], values || [], baseSet); + } + + /** + * This method is like `_.zip` except that it accepts `iteratee` to specify + * how grouped values should be combined. The iteratee is invoked with the + * elements of each group: (...group). + * + * @static + * @memberOf _ + * @since 3.8.0 + * @category Array + * @param {...Array} [arrays] The arrays to process. + * @param {Function} [iteratee=_.identity] The function to combine + * grouped values. + * @returns {Array} Returns the new array of grouped elements. + * @example + * + * _.zipWith([1, 2], [10, 20], [100, 200], function(a, b, c) { + * return a + b + c; + * }); + * // => [111, 222] + */ + var zipWith = baseRest(function(arrays) { + var length = arrays.length, + iteratee = length > 1 ? arrays[length - 1] : undefined; + + iteratee = typeof iteratee == 'function' ? (arrays.pop(), iteratee) : undefined; + return unzipWith(arrays, iteratee); + }); + + /*------------------------------------------------------------------------*/ + + /** + * Creates a `lodash` wrapper instance that wraps `value` with explicit method + * chain sequences enabled. The result of such sequences must be unwrapped + * with `_#value`. + * + * @static + * @memberOf _ + * @since 1.3.0 + * @category Seq + * @param {*} value The value to wrap. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'pebbles', 'age': 1 } + * ]; + * + * var youngest = _ + * .chain(users) + * .sortBy('age') + * .map(function(o) { + * return o.user + ' is ' + o.age; + * }) + * .head() + * .value(); + * // => 'pebbles is 1' + */ + function chain(value) { + var result = lodash(value); + result.__chain__ = true; + return result; + } + + /** + * This method invokes `interceptor` and returns `value`. The interceptor + * is invoked with one argument; (value). The purpose of this method is to + * "tap into" a method chain sequence in order to modify intermediate results. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @param {*} value The value to provide to `interceptor`. + * @param {Function} interceptor The function to invoke. + * @returns {*} Returns `value`. + * @example + * + * _([1, 2, 3]) + * .tap(function(array) { + * // Mutate input array. + * array.pop(); + * }) + * .reverse() + * .value(); + * // => [2, 1] + */ + function tap(value, interceptor) { + interceptor(value); + return value; + } + + /** + * This method is like `_.tap` except that it returns the result of `interceptor`. + * The purpose of this method is to "pass thru" values replacing intermediate + * results in a method chain sequence. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Seq + * @param {*} value The value to provide to `interceptor`. + * @param {Function} interceptor The function to invoke. + * @returns {*} Returns the result of `interceptor`. + * @example + * + * _(' abc ') + * .chain() + * .trim() + * .thru(function(value) { + * return [value]; + * }) + * .value(); + * // => ['abc'] + */ + function thru(value, interceptor) { + return interceptor(value); + } + + /** + * This method is the wrapper version of `_.at`. + * + * @name at + * @memberOf _ + * @since 1.0.0 + * @category Seq + * @param {...(string|string[])} [paths] The property paths to pick. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] }; + * + * _(object).at(['a[0].b.c', 'a[1]']).value(); + * // => [3, 4] + */ + var wrapperAt = flatRest(function(paths) { + var length = paths.length, + start = length ? paths[0] : 0, + value = this.__wrapped__, + interceptor = function(object) { return baseAt(object, paths); }; + + if (length > 1 || this.__actions__.length || + !(value instanceof LazyWrapper) || !isIndex(start)) { + return this.thru(interceptor); + } + value = value.slice(start, +start + (length ? 1 : 0)); + value.__actions__.push({ + 'func': thru, + 'args': [interceptor], + 'thisArg': undefined + }); + return new LodashWrapper(value, this.__chain__).thru(function(array) { + if (length && !array.length) { + array.push(undefined); + } + return array; + }); + }); + + /** + * Creates a `lodash` wrapper instance with explicit method chain sequences enabled. + * + * @name chain + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 } + * ]; + * + * // A sequence without explicit chaining. + * _(users).head(); + * // => { 'user': 'barney', 'age': 36 } + * + * // A sequence with explicit chaining. + * _(users) + * .chain() + * .head() + * .pick('user') + * .value(); + * // => { 'user': 'barney' } + */ + function wrapperChain() { + return chain(this); + } + + /** + * Executes the chain sequence and returns the wrapped result. + * + * @name commit + * @memberOf _ + * @since 3.2.0 + * @category Seq + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var array = [1, 2]; + * var wrapped = _(array).push(3); + * + * console.log(array); + * // => [1, 2] + * + * wrapped = wrapped.commit(); + * console.log(array); + * // => [1, 2, 3] + * + * wrapped.last(); + * // => 3 + * + * console.log(array); + * // => [1, 2, 3] + */ + function wrapperCommit() { + return new LodashWrapper(this.value(), this.__chain__); + } + + /** + * Gets the next value on a wrapped object following the + * [iterator protocol](https://mdn.io/iteration_protocols#iterator). + * + * @name next + * @memberOf _ + * @since 4.0.0 + * @category Seq + * @returns {Object} Returns the next iterator value. + * @example + * + * var wrapped = _([1, 2]); + * + * wrapped.next(); + * // => { 'done': false, 'value': 1 } + * + * wrapped.next(); + * // => { 'done': false, 'value': 2 } + * + * wrapped.next(); + * // => { 'done': true, 'value': undefined } + */ + function wrapperNext() { + if (this.__values__ === undefined) { + this.__values__ = toArray(this.value()); + } + var done = this.__index__ >= this.__values__.length, + value = done ? undefined : this.__values__[this.__index__++]; + + return { 'done': done, 'value': value }; + } + + /** + * Enables the wrapper to be iterable. + * + * @name Symbol.iterator + * @memberOf _ + * @since 4.0.0 + * @category Seq + * @returns {Object} Returns the wrapper object. + * @example + * + * var wrapped = _([1, 2]); + * + * wrapped[Symbol.iterator]() === wrapped; + * // => true + * + * Array.from(wrapped); + * // => [1, 2] + */ + function wrapperToIterator() { + return this; + } + + /** + * Creates a clone of the chain sequence planting `value` as the wrapped value. + * + * @name plant + * @memberOf _ + * @since 3.2.0 + * @category Seq + * @param {*} value The value to plant. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * function square(n) { + * return n * n; + * } + * + * var wrapped = _([1, 2]).map(square); + * var other = wrapped.plant([3, 4]); + * + * other.value(); + * // => [9, 16] + * + * wrapped.value(); + * // => [1, 4] + */ + function wrapperPlant(value) { + var result, + parent = this; + + while (parent instanceof baseLodash) { + var clone = wrapperClone(parent); + clone.__index__ = 0; + clone.__values__ = undefined; + if (result) { + previous.__wrapped__ = clone; + } else { + result = clone; + } + var previous = clone; + parent = parent.__wrapped__; + } + previous.__wrapped__ = value; + return result; + } + + /** + * This method is the wrapper version of `_.reverse`. + * + * **Note:** This method mutates the wrapped array. + * + * @name reverse + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var array = [1, 2, 3]; + * + * _(array).reverse().value() + * // => [3, 2, 1] + * + * console.log(array); + * // => [3, 2, 1] + */ + function wrapperReverse() { + var value = this.__wrapped__; + if (value instanceof LazyWrapper) { + var wrapped = value; + if (this.__actions__.length) { + wrapped = new LazyWrapper(this); + } + wrapped = wrapped.reverse(); + wrapped.__actions__.push({ + 'func': thru, + 'args': [reverse], + 'thisArg': undefined + }); + return new LodashWrapper(wrapped, this.__chain__); + } + return this.thru(reverse); + } + + /** + * Executes the chain sequence to resolve the unwrapped value. + * + * @name value + * @memberOf _ + * @since 0.1.0 + * @alias toJSON, valueOf + * @category Seq + * @returns {*} Returns the resolved unwrapped value. + * @example + * + * _([1, 2, 3]).value(); + * // => [1, 2, 3] + */ + function wrapperValue() { + return baseWrapperValue(this.__wrapped__, this.__actions__); + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates an object composed of keys generated from the results of running + * each element of `collection` thru `iteratee`. The corresponding value of + * each key is the number of times the key was returned by `iteratee`. The + * iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 0.5.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The iteratee to transform keys. + * @returns {Object} Returns the composed aggregate object. + * @example + * + * _.countBy([6.1, 4.2, 6.3], Math.floor); + * // => { '4': 1, '6': 2 } + * + * // The `_.property` iteratee shorthand. + * _.countBy(['one', 'two', 'three'], 'length'); + * // => { '3': 2, '5': 1 } + */ + var countBy = createAggregator(function(result, value, key) { + if (hasOwnProperty.call(result, key)) { + ++result[key]; + } else { + baseAssignValue(result, key, 1); + } + }); + + /** + * Checks if `predicate` returns truthy for **all** elements of `collection`. + * Iteration is stopped once `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * **Note:** This method returns `true` for + * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because + * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of + * elements of empty collections. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false`. + * @example + * + * _.every([true, 1, null, 'yes'], Boolean); + * // => false + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.every(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.every(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.every(users, 'active'); + * // => false + */ + function every(collection, predicate, guard) { + var func = isArray(collection) ? arrayEvery : baseEvery; + if (guard && isIterateeCall(collection, predicate, guard)) { + predicate = undefined; + } + return func(collection, getIteratee(predicate, 3)); + } + + /** + * Iterates over elements of `collection`, returning an array of all elements + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * **Note:** Unlike `_.remove`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + * @see _.reject + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * _.filter(users, function(o) { return !o.active; }); + * // => objects for ['fred'] + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, { 'age': 36, 'active': true }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, ['active', false]); + * // => objects for ['fred'] + * + * // The `_.property` iteratee shorthand. + * _.filter(users, 'active'); + * // => objects for ['barney'] + */ + function filter(collection, predicate) { + var func = isArray(collection) ? arrayFilter : baseFilter; + return func(collection, getIteratee(predicate, 3)); + } + + /** + * Iterates over elements of `collection`, returning the first element + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {*} Returns the matched element, else `undefined`. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false }, + * { 'user': 'pebbles', 'age': 1, 'active': true } + * ]; + * + * _.find(users, function(o) { return o.age < 40; }); + * // => object for 'barney' + * + * // The `_.matches` iteratee shorthand. + * _.find(users, { 'age': 1, 'active': true }); + * // => object for 'pebbles' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.find(users, ['active', false]); + * // => object for 'fred' + * + * // The `_.property` iteratee shorthand. + * _.find(users, 'active'); + * // => object for 'barney' + */ + var find = createFind(findIndex); + + /** + * This method is like `_.find` except that it iterates over elements of + * `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Collection + * @param {Array|Object} collection The collection to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=collection.length-1] The index to search from. + * @returns {*} Returns the matched element, else `undefined`. + * @example + * + * _.findLast([1, 2, 3, 4], function(n) { + * return n % 2 == 1; + * }); + * // => 3 + */ + var findLast = createFind(findLastIndex); + + /** + * Creates a flattened array of values by running each element in `collection` + * thru `iteratee` and flattening the mapped results. The iteratee is invoked + * with three arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [n, n]; + * } + * + * _.flatMap([1, 2], duplicate); + * // => [1, 1, 2, 2] + */ + function flatMap(collection, iteratee) { + return baseFlatten(map(collection, iteratee), 1); + } + + /** + * This method is like `_.flatMap` except that it recursively flattens the + * mapped results. + * + * @static + * @memberOf _ + * @since 4.7.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [[[n, n]]]; + * } + * + * _.flatMapDeep([1, 2], duplicate); + * // => [1, 1, 2, 2] + */ + function flatMapDeep(collection, iteratee) { + return baseFlatten(map(collection, iteratee), INFINITY); + } + + /** + * This method is like `_.flatMap` except that it recursively flattens the + * mapped results up to `depth` times. + * + * @static + * @memberOf _ + * @since 4.7.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {number} [depth=1] The maximum recursion depth. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [[[n, n]]]; + * } + * + * _.flatMapDepth([1, 2], duplicate, 2); + * // => [[1, 1], [2, 2]] + */ + function flatMapDepth(collection, iteratee, depth) { + depth = depth === undefined ? 1 : toInteger(depth); + return baseFlatten(map(collection, iteratee), depth); + } + + /** + * Iterates over elements of `collection` and invokes `iteratee` for each element. + * The iteratee is invoked with three arguments: (value, index|key, collection). + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * **Note:** As with other "Collections" methods, objects with a "length" + * property are iterated like arrays. To avoid this behavior use `_.forIn` + * or `_.forOwn` for object iteration. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias each + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + * @see _.forEachRight + * @example + * + * _.forEach([1, 2], function(value) { + * console.log(value); + * }); + * // => Logs `1` then `2`. + * + * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a' then 'b' (iteration order is not guaranteed). + */ + function forEach(collection, iteratee) { + var func = isArray(collection) ? arrayEach : baseEach; + return func(collection, getIteratee(iteratee, 3)); + } + + /** + * This method is like `_.forEach` except that it iterates over elements of + * `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @alias eachRight + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + * @see _.forEach + * @example + * + * _.forEachRight([1, 2], function(value) { + * console.log(value); + * }); + * // => Logs `2` then `1`. + */ + function forEachRight(collection, iteratee) { + var func = isArray(collection) ? arrayEachRight : baseEachRight; + return func(collection, getIteratee(iteratee, 3)); + } + + /** + * Creates an object composed of keys generated from the results of running + * each element of `collection` thru `iteratee`. The order of grouped values + * is determined by the order they occur in `collection`. The corresponding + * value of each key is an array of elements responsible for generating the + * key. The iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The iteratee to transform keys. + * @returns {Object} Returns the composed aggregate object. + * @example + * + * _.groupBy([6.1, 4.2, 6.3], Math.floor); + * // => { '4': [4.2], '6': [6.1, 6.3] } + * + * // The `_.property` iteratee shorthand. + * _.groupBy(['one', 'two', 'three'], 'length'); + * // => { '3': ['one', 'two'], '5': ['three'] } + */ + var groupBy = createAggregator(function(result, value, key) { + if (hasOwnProperty.call(result, key)) { + result[key].push(value); + } else { + baseAssignValue(result, key, [value]); + } + }); + + /** + * Checks if `value` is in `collection`. If `collection` is a string, it's + * checked for a substring of `value`, otherwise + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * is used for equality comparisons. If `fromIndex` is negative, it's used as + * the offset from the end of `collection`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object|string} collection The collection to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`. + * @returns {boolean} Returns `true` if `value` is found, else `false`. + * @example + * + * _.includes([1, 2, 3], 1); + * // => true + * + * _.includes([1, 2, 3], 1, 2); + * // => false + * + * _.includes({ 'a': 1, 'b': 2 }, 1); + * // => true + * + * _.includes('abcd', 'bc'); + * // => true + */ + function includes(collection, value, fromIndex, guard) { + collection = isArrayLike(collection) ? collection : values(collection); + fromIndex = (fromIndex && !guard) ? toInteger(fromIndex) : 0; + + var length = collection.length; + if (fromIndex < 0) { + fromIndex = nativeMax(length + fromIndex, 0); + } + return isString(collection) + ? (fromIndex <= length && collection.indexOf(value, fromIndex) > -1) + : (!!length && baseIndexOf(collection, value, fromIndex) > -1); + } + + /** + * Invokes the method at `path` of each element in `collection`, returning + * an array of the results of each invoked method. Any additional arguments + * are provided to each invoked method. If `path` is a function, it's invoked + * for, and `this` bound to, each element in `collection`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Array|Function|string} path The path of the method to invoke or + * the function invoked per iteration. + * @param {...*} [args] The arguments to invoke each method with. + * @returns {Array} Returns the array of results. + * @example + * + * _.invokeMap([[5, 1, 7], [3, 2, 1]], 'sort'); + * // => [[1, 5, 7], [1, 2, 3]] + * + * _.invokeMap([123, 456], String.prototype.split, ''); + * // => [['1', '2', '3'], ['4', '5', '6']] + */ + var invokeMap = baseRest(function(collection, path, args) { + var index = -1, + isFunc = typeof path == 'function', + result = isArrayLike(collection) ? Array(collection.length) : []; + + baseEach(collection, function(value) { + result[++index] = isFunc ? apply(path, value, args) : baseInvoke(value, path, args); + }); + return result; + }); + + /** + * Creates an object composed of keys generated from the results of running + * each element of `collection` thru `iteratee`. The corresponding value of + * each key is the last element responsible for generating the key. The + * iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The iteratee to transform keys. + * @returns {Object} Returns the composed aggregate object. + * @example + * + * var array = [ + * { 'dir': 'left', 'code': 97 }, + * { 'dir': 'right', 'code': 100 } + * ]; + * + * _.keyBy(array, function(o) { + * return String.fromCharCode(o.code); + * }); + * // => { 'a': { 'dir': 'left', 'code': 97 }, 'd': { 'dir': 'right', 'code': 100 } } + * + * _.keyBy(array, 'dir'); + * // => { 'left': { 'dir': 'left', 'code': 97 }, 'right': { 'dir': 'right', 'code': 100 } } + */ + var keyBy = createAggregator(function(result, value, key) { + baseAssignValue(result, key, value); + }); + + /** + * Creates an array of values by running each element in `collection` thru + * `iteratee`. The iteratee is invoked with three arguments: + * (value, index|key, collection). + * + * Many lodash methods are guarded to work as iteratees for methods like + * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`. + * + * The guarded methods are: + * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, + * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`, + * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`, + * `template`, `trim`, `trimEnd`, `trimStart`, and `words` + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + * @example + * + * function square(n) { + * return n * n; + * } + * + * _.map([4, 8], square); + * // => [16, 64] + * + * _.map({ 'a': 4, 'b': 8 }, square); + * // => [16, 64] (iteration order is not guaranteed) + * + * var users = [ + * { 'user': 'barney' }, + * { 'user': 'fred' } + * ]; + * + * // The `_.property` iteratee shorthand. + * _.map(users, 'user'); + * // => ['barney', 'fred'] + */ + function map(collection, iteratee) { + var func = isArray(collection) ? arrayMap : baseMap; + return func(collection, getIteratee(iteratee, 3)); + } + + /** + * This method is like `_.sortBy` except that it allows specifying the sort + * orders of the iteratees to sort by. If `orders` is unspecified, all values + * are sorted in ascending order. Otherwise, specify an order of "desc" for + * descending or "asc" for ascending sort order of corresponding values. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Array[]|Function[]|Object[]|string[]} [iteratees=[_.identity]] + * The iteratees to sort by. + * @param {string[]} [orders] The sort orders of `iteratees`. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`. + * @returns {Array} Returns the new sorted array. + * @example + * + * var users = [ + * { 'user': 'fred', 'age': 48 }, + * { 'user': 'barney', 'age': 34 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'barney', 'age': 36 } + * ]; + * + * // Sort by `user` in ascending order and by `age` in descending order. + * _.orderBy(users, ['user', 'age'], ['asc', 'desc']); + * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]] + */ + function orderBy(collection, iteratees, orders, guard) { + if (collection == null) { + return []; + } + if (!isArray(iteratees)) { + iteratees = iteratees == null ? [] : [iteratees]; + } + orders = guard ? undefined : orders; + if (!isArray(orders)) { + orders = orders == null ? [] : [orders]; + } + return baseOrderBy(collection, iteratees, orders); + } + + /** + * Creates an array of elements split into two groups, the first of which + * contains elements `predicate` returns truthy for, the second of which + * contains elements `predicate` returns falsey for. The predicate is + * invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the array of grouped elements. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': true }, + * { 'user': 'pebbles', 'age': 1, 'active': false } + * ]; + * + * _.partition(users, function(o) { return o.active; }); + * // => objects for [['fred'], ['barney', 'pebbles']] + * + * // The `_.matches` iteratee shorthand. + * _.partition(users, { 'age': 1, 'active': false }); + * // => objects for [['pebbles'], ['barney', 'fred']] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.partition(users, ['active', false]); + * // => objects for [['barney', 'pebbles'], ['fred']] + * + * // The `_.property` iteratee shorthand. + * _.partition(users, 'active'); + * // => objects for [['fred'], ['barney', 'pebbles']] + */ + var partition = createAggregator(function(result, value, key) { + result[key ? 0 : 1].push(value); + }, function() { return [[], []]; }); + + /** + * Reduces `collection` to a value which is the accumulated result of running + * each element in `collection` thru `iteratee`, where each successive + * invocation is supplied the return value of the previous. If `accumulator` + * is not given, the first element of `collection` is used as the initial + * value. The iteratee is invoked with four arguments: + * (accumulator, value, index|key, collection). + * + * Many lodash methods are guarded to work as iteratees for methods like + * `_.reduce`, `_.reduceRight`, and `_.transform`. + * + * The guarded methods are: + * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`, + * and `sortBy` + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @returns {*} Returns the accumulated value. + * @see _.reduceRight + * @example + * + * _.reduce([1, 2], function(sum, n) { + * return sum + n; + * }, 0); + * // => 3 + * + * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { + * (result[value] || (result[value] = [])).push(key); + * return result; + * }, {}); + * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed) + */ + function reduce(collection, iteratee, accumulator) { + var func = isArray(collection) ? arrayReduce : baseReduce, + initAccum = arguments.length < 3; + + return func(collection, getIteratee(iteratee, 4), accumulator, initAccum, baseEach); + } + + /** + * This method is like `_.reduce` except that it iterates over elements of + * `collection` from right to left. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @returns {*} Returns the accumulated value. + * @see _.reduce + * @example + * + * var array = [[0, 1], [2, 3], [4, 5]]; + * + * _.reduceRight(array, function(flattened, other) { + * return flattened.concat(other); + * }, []); + * // => [4, 5, 2, 3, 0, 1] + */ + function reduceRight(collection, iteratee, accumulator) { + var func = isArray(collection) ? arrayReduceRight : baseReduce, + initAccum = arguments.length < 3; + + return func(collection, getIteratee(iteratee, 4), accumulator, initAccum, baseEachRight); + } + + /** + * The opposite of `_.filter`; this method returns the elements of `collection` + * that `predicate` does **not** return truthy for. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + * @see _.filter + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': true } + * ]; + * + * _.reject(users, function(o) { return !o.active; }); + * // => objects for ['fred'] + * + * // The `_.matches` iteratee shorthand. + * _.reject(users, { 'age': 40, 'active': true }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.reject(users, ['active', false]); + * // => objects for ['fred'] + * + * // The `_.property` iteratee shorthand. + * _.reject(users, 'active'); + * // => objects for ['barney'] + */ + function reject(collection, predicate) { + var func = isArray(collection) ? arrayFilter : baseFilter; + return func(collection, negate(getIteratee(predicate, 3))); + } + + /** + * Gets a random element from `collection`. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Collection + * @param {Array|Object} collection The collection to sample. + * @returns {*} Returns the random element. + * @example + * + * _.sample([1, 2, 3, 4]); + * // => 2 + */ + function sample(collection) { + var func = isArray(collection) ? arraySample : baseSample; + return func(collection); + } + + /** + * Gets `n` random elements at unique keys from `collection` up to the + * size of `collection`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to sample. + * @param {number} [n=1] The number of elements to sample. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the random elements. + * @example + * + * _.sampleSize([1, 2, 3], 2); + * // => [3, 1] + * + * _.sampleSize([1, 2, 3], 4); + * // => [2, 3, 1] + */ + function sampleSize(collection, n, guard) { + if ((guard ? isIterateeCall(collection, n, guard) : n === undefined)) { + n = 1; + } else { + n = toInteger(n); + } + var func = isArray(collection) ? arraySampleSize : baseSampleSize; + return func(collection, n); + } + + /** + * Creates an array of shuffled values, using a version of the + * [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher-Yates_shuffle). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to shuffle. + * @returns {Array} Returns the new shuffled array. + * @example + * + * _.shuffle([1, 2, 3, 4]); + * // => [4, 1, 3, 2] + */ + function shuffle(collection) { + var func = isArray(collection) ? arrayShuffle : baseShuffle; + return func(collection); + } + + /** + * Gets the size of `collection` by returning its length for array-like + * values or the number of own enumerable string keyed properties for objects. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object|string} collection The collection to inspect. + * @returns {number} Returns the collection size. + * @example + * + * _.size([1, 2, 3]); + * // => 3 + * + * _.size({ 'a': 1, 'b': 2 }); + * // => 2 + * + * _.size('pebbles'); + * // => 7 + */ + function size(collection) { + if (collection == null) { + return 0; + } + if (isArrayLike(collection)) { + return isString(collection) ? stringSize(collection) : collection.length; + } + var tag = getTag(collection); + if (tag == mapTag || tag == setTag) { + return collection.size; + } + return baseKeys(collection).length; + } + + /** + * Checks if `predicate` returns truthy for **any** element of `collection`. + * Iteration is stopped once `predicate` returns truthy. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + * @example + * + * _.some([null, 0, 'yes', false], Boolean); + * // => true + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.some(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.some(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.some(users, 'active'); + * // => true + */ + function some(collection, predicate, guard) { + var func = isArray(collection) ? arraySome : baseSome; + if (guard && isIterateeCall(collection, predicate, guard)) { + predicate = undefined; + } + return func(collection, getIteratee(predicate, 3)); + } + + /** + * Creates an array of elements, sorted in ascending order by the results of + * running each element in a collection thru each iteratee. This method + * performs a stable sort, that is, it preserves the original sort order of + * equal elements. The iteratees are invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {...(Function|Function[])} [iteratees=[_.identity]] + * The iteratees to sort by. + * @returns {Array} Returns the new sorted array. + * @example + * + * var users = [ + * { 'user': 'fred', 'age': 48 }, + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'barney', 'age': 34 } + * ]; + * + * _.sortBy(users, [function(o) { return o.user; }]); + * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]] + * + * _.sortBy(users, ['user', 'age']); + * // => objects for [['barney', 34], ['barney', 36], ['fred', 40], ['fred', 48]] + */ + var sortBy = baseRest(function(collection, iteratees) { + if (collection == null) { + return []; + } + var length = iteratees.length; + if (length > 1 && isIterateeCall(collection, iteratees[0], iteratees[1])) { + iteratees = []; + } else if (length > 2 && isIterateeCall(iteratees[0], iteratees[1], iteratees[2])) { + iteratees = [iteratees[0]]; + } + return baseOrderBy(collection, baseFlatten(iteratees, 1), []); + }); + + /*------------------------------------------------------------------------*/ + + /** + * Gets the timestamp of the number of milliseconds that have elapsed since + * the Unix epoch (1 January 1970 00:00:00 UTC). + * + * @static + * @memberOf _ + * @since 2.4.0 + * @category Date + * @returns {number} Returns the timestamp. + * @example + * + * _.defer(function(stamp) { + * console.log(_.now() - stamp); + * }, _.now()); + * // => Logs the number of milliseconds it took for the deferred invocation. + */ + var now = ctxNow || function() { + return root.Date.now(); + }; + + /*------------------------------------------------------------------------*/ + + /** + * The opposite of `_.before`; this method creates a function that invokes + * `func` once it's called `n` or more times. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {number} n The number of calls before `func` is invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * var saves = ['profile', 'settings']; + * + * var done = _.after(saves.length, function() { + * console.log('done saving!'); + * }); + * + * _.forEach(saves, function(type) { + * asyncSave({ 'type': type, 'complete': done }); + * }); + * // => Logs 'done saving!' after the two async saves have completed. + */ + function after(n, func) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n < 1) { + return func.apply(this, arguments); + } + }; + } + + /** + * Creates a function that invokes `func`, with up to `n` arguments, + * ignoring any additional arguments. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} func The function to cap arguments for. + * @param {number} [n=func.length] The arity cap. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new capped function. + * @example + * + * _.map(['6', '8', '10'], _.ary(parseInt, 1)); + * // => [6, 8, 10] + */ + function ary(func, n, guard) { + n = guard ? undefined : n; + n = (func && n == null) ? func.length : n; + return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n); + } + + /** + * Creates a function that invokes `func`, with the `this` binding and arguments + * of the created function, while it's called less than `n` times. Subsequent + * calls to the created function return the result of the last `func` invocation. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {number} n The number of calls at which `func` is no longer invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * jQuery(element).on('click', _.before(5, addContactToList)); + * // => Allows adding up to 4 contacts to the list. + */ + function before(n, func) { + var result; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n > 0) { + result = func.apply(this, arguments); + } + if (n <= 1) { + func = undefined; + } + return result; + }; + } + + /** + * Creates a function that invokes `func` with the `this` binding of `thisArg` + * and `partials` prepended to the arguments it receives. + * + * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, + * may be used as a placeholder for partially applied arguments. + * + * **Note:** Unlike native `Function#bind`, this method doesn't set the "length" + * property of bound functions. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to bind. + * @param {*} thisArg The `this` binding of `func`. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new bound function. + * @example + * + * function greet(greeting, punctuation) { + * return greeting + ' ' + this.user + punctuation; + * } + * + * var object = { 'user': 'fred' }; + * + * var bound = _.bind(greet, object, 'hi'); + * bound('!'); + * // => 'hi fred!' + * + * // Bound with placeholders. + * var bound = _.bind(greet, object, _, '!'); + * bound('hi'); + * // => 'hi fred!' + */ + var bind = baseRest(function(func, thisArg, partials) { + var bitmask = WRAP_BIND_FLAG; + if (partials.length) { + var holders = replaceHolders(partials, getHolder(bind)); + bitmask |= WRAP_PARTIAL_FLAG; + } + return createWrap(func, bitmask, thisArg, partials, holders); + }); + + /** + * Creates a function that invokes the method at `object[key]` with `partials` + * prepended to the arguments it receives. + * + * This method differs from `_.bind` by allowing bound functions to reference + * methods that may be redefined or don't yet exist. See + * [Peter Michaux's article](http://peter.michaux.ca/articles/lazy-function-definition-pattern) + * for more details. + * + * The `_.bindKey.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for partially applied arguments. + * + * @static + * @memberOf _ + * @since 0.10.0 + * @category Function + * @param {Object} object The object to invoke the method on. + * @param {string} key The key of the method. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new bound function. + * @example + * + * var object = { + * 'user': 'fred', + * 'greet': function(greeting, punctuation) { + * return greeting + ' ' + this.user + punctuation; + * } + * }; + * + * var bound = _.bindKey(object, 'greet', 'hi'); + * bound('!'); + * // => 'hi fred!' + * + * object.greet = function(greeting, punctuation) { + * return greeting + 'ya ' + this.user + punctuation; + * }; + * + * bound('!'); + * // => 'hiya fred!' + * + * // Bound with placeholders. + * var bound = _.bindKey(object, 'greet', _, '!'); + * bound('hi'); + * // => 'hiya fred!' + */ + var bindKey = baseRest(function(object, key, partials) { + var bitmask = WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG; + if (partials.length) { + var holders = replaceHolders(partials, getHolder(bindKey)); + bitmask |= WRAP_PARTIAL_FLAG; + } + return createWrap(key, bitmask, object, partials, holders); + }); + + /** + * Creates a function that accepts arguments of `func` and either invokes + * `func` returning its result, if at least `arity` number of arguments have + * been provided, or returns a function that accepts the remaining `func` + * arguments, and so on. The arity of `func` may be specified if `func.length` + * is not sufficient. + * + * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds, + * may be used as a placeholder for provided arguments. + * + * **Note:** This method doesn't set the "length" property of curried functions. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Function + * @param {Function} func The function to curry. + * @param {number} [arity=func.length] The arity of `func`. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new curried function. + * @example + * + * var abc = function(a, b, c) { + * return [a, b, c]; + * }; + * + * var curried = _.curry(abc); + * + * curried(1)(2)(3); + * // => [1, 2, 3] + * + * curried(1, 2)(3); + * // => [1, 2, 3] + * + * curried(1, 2, 3); + * // => [1, 2, 3] + * + * // Curried with placeholders. + * curried(1)(_, 3)(2); + * // => [1, 2, 3] + */ + function curry(func, arity, guard) { + arity = guard ? undefined : arity; + var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity); + result.placeholder = curry.placeholder; + return result; + } + + /** + * This method is like `_.curry` except that arguments are applied to `func` + * in the manner of `_.partialRight` instead of `_.partial`. + * + * The `_.curryRight.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for provided arguments. + * + * **Note:** This method doesn't set the "length" property of curried functions. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} func The function to curry. + * @param {number} [arity=func.length] The arity of `func`. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new curried function. + * @example + * + * var abc = function(a, b, c) { + * return [a, b, c]; + * }; + * + * var curried = _.curryRight(abc); + * + * curried(3)(2)(1); + * // => [1, 2, 3] + * + * curried(2, 3)(1); + * // => [1, 2, 3] + * + * curried(1, 2, 3); + * // => [1, 2, 3] + * + * // Curried with placeholders. + * curried(3)(1, _)(2); + * // => [1, 2, 3] + */ + function curryRight(func, arity, guard) { + arity = guard ? undefined : arity; + var result = createWrap(func, WRAP_CURRY_RIGHT_FLAG, undefined, undefined, undefined, undefined, undefined, arity); + result.placeholder = curryRight.placeholder; + return result; + } + + /** + * Creates a debounced function that delays invoking `func` until after `wait` + * milliseconds have elapsed since the last time the debounced function was + * invoked. The debounced function comes with a `cancel` method to cancel + * delayed `func` invocations and a `flush` method to immediately invoke them. + * Provide `options` to indicate whether `func` should be invoked on the + * leading and/or trailing edge of the `wait` timeout. The `func` is invoked + * with the last arguments provided to the debounced function. Subsequent + * calls to the debounced function return the result of the last `func` + * invocation. + * + * **Note:** If `leading` and `trailing` options are `true`, `func` is + * invoked on the trailing edge of the timeout only if the debounced function + * is invoked more than once during the `wait` timeout. + * + * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred + * until to the next tick, similar to `setTimeout` with a timeout of `0`. + * + * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) + * for details over the differences between `_.debounce` and `_.throttle`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to debounce. + * @param {number} [wait=0] The number of milliseconds to delay. + * @param {Object} [options={}] The options object. + * @param {boolean} [options.leading=false] + * Specify invoking on the leading edge of the timeout. + * @param {number} [options.maxWait] + * The maximum time `func` is allowed to be delayed before it's invoked. + * @param {boolean} [options.trailing=true] + * Specify invoking on the trailing edge of the timeout. + * @returns {Function} Returns the new debounced function. + * @example + * + * // Avoid costly calculations while the window size is in flux. + * jQuery(window).on('resize', _.debounce(calculateLayout, 150)); + * + * // Invoke `sendMail` when clicked, debouncing subsequent calls. + * jQuery(element).on('click', _.debounce(sendMail, 300, { + * 'leading': true, + * 'trailing': false + * })); + * + * // Ensure `batchLog` is invoked once after 1 second of debounced calls. + * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 }); + * var source = new EventSource('/stream'); + * jQuery(source).on('message', debounced); + * + * // Cancel the trailing debounced invocation. + * jQuery(window).on('popstate', debounced.cancel); + */ + function debounce(func, wait, options) { + var lastArgs, + lastThis, + maxWait, + result, + timerId, + lastCallTime, + lastInvokeTime = 0, + leading = false, + maxing = false, + trailing = true; + + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + wait = toNumber(wait) || 0; + if (isObject(options)) { + leading = !!options.leading; + maxing = 'maxWait' in options; + maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait; + trailing = 'trailing' in options ? !!options.trailing : trailing; + } + + function invokeFunc(time) { + var args = lastArgs, + thisArg = lastThis; + + lastArgs = lastThis = undefined; + lastInvokeTime = time; + result = func.apply(thisArg, args); + return result; + } + + function leadingEdge(time) { + // Reset any `maxWait` timer. + lastInvokeTime = time; + // Start the timer for the trailing edge. + timerId = setTimeout(timerExpired, wait); + // Invoke the leading edge. + return leading ? invokeFunc(time) : result; + } + + function remainingWait(time) { + var timeSinceLastCall = time - lastCallTime, + timeSinceLastInvoke = time - lastInvokeTime, + result = wait - timeSinceLastCall; + + return maxing ? nativeMin(result, maxWait - timeSinceLastInvoke) : result; + } + + function shouldInvoke(time) { + var timeSinceLastCall = time - lastCallTime, + timeSinceLastInvoke = time - lastInvokeTime; + + // Either this is the first call, activity has stopped and we're at the + // trailing edge, the system time has gone backwards and we're treating + // it as the trailing edge, or we've hit the `maxWait` limit. + return (lastCallTime === undefined || (timeSinceLastCall >= wait) || + (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait)); + } + + function timerExpired() { + var time = now(); + if (shouldInvoke(time)) { + return trailingEdge(time); + } + // Restart the timer. + timerId = setTimeout(timerExpired, remainingWait(time)); + } + + function trailingEdge(time) { + timerId = undefined; + + // Only invoke if we have `lastArgs` which means `func` has been + // debounced at least once. + if (trailing && lastArgs) { + return invokeFunc(time); + } + lastArgs = lastThis = undefined; + return result; + } + + function cancel() { + if (timerId !== undefined) { + clearTimeout(timerId); + } + lastInvokeTime = 0; + lastArgs = lastCallTime = lastThis = timerId = undefined; + } + + function flush() { + return timerId === undefined ? result : trailingEdge(now()); + } + + function debounced() { + var time = now(), + isInvoking = shouldInvoke(time); + + lastArgs = arguments; + lastThis = this; + lastCallTime = time; + + if (isInvoking) { + if (timerId === undefined) { + return leadingEdge(lastCallTime); + } + if (maxing) { + // Handle invocations in a tight loop. + timerId = setTimeout(timerExpired, wait); + return invokeFunc(lastCallTime); + } + } + if (timerId === undefined) { + timerId = setTimeout(timerExpired, wait); + } + return result; + } + debounced.cancel = cancel; + debounced.flush = flush; + return debounced; + } + + /** + * Defers invoking the `func` until the current call stack has cleared. Any + * additional arguments are provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to defer. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.defer(function(text) { + * console.log(text); + * }, 'deferred'); + * // => Logs 'deferred' after one millisecond. + */ + var defer = baseRest(function(func, args) { + return baseDelay(func, 1, args); + }); + + /** + * Invokes `func` after `wait` milliseconds. Any additional arguments are + * provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.delay(function(text) { + * console.log(text); + * }, 1000, 'later'); + * // => Logs 'later' after one second. + */ + var delay = baseRest(function(func, wait, args) { + return baseDelay(func, toNumber(wait) || 0, args); + }); + + /** + * Creates a function that invokes `func` with arguments reversed. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Function + * @param {Function} func The function to flip arguments for. + * @returns {Function} Returns the new flipped function. + * @example + * + * var flipped = _.flip(function() { + * return _.toArray(arguments); + * }); + * + * flipped('a', 'b', 'c', 'd'); + * // => ['d', 'c', 'b', 'a'] + */ + function flip(func) { + return createWrap(func, WRAP_FLIP_FLAG); + } + + /** + * Creates a function that memoizes the result of `func`. If `resolver` is + * provided, it determines the cache key for storing the result based on the + * arguments provided to the memoized function. By default, the first argument + * provided to the memoized function is used as the map cache key. The `func` + * is invoked with the `this` binding of the memoized function. + * + * **Note:** The cache is exposed as the `cache` property on the memoized + * function. Its creation may be customized by replacing the `_.memoize.Cache` + * constructor with one whose instances implement the + * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object) + * method interface of `clear`, `delete`, `get`, `has`, and `set`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to have its output memoized. + * @param {Function} [resolver] The function to resolve the cache key. + * @returns {Function} Returns the new memoized function. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * var other = { 'c': 3, 'd': 4 }; + * + * var values = _.memoize(_.values); + * values(object); + * // => [1, 2] + * + * values(other); + * // => [3, 4] + * + * object.a = 2; + * values(object); + * // => [1, 2] + * + * // Modify the result cache. + * values.cache.set(object, ['a', 'b']); + * values(object); + * // => ['a', 'b'] + * + * // Replace `_.memoize.Cache`. + * _.memoize.Cache = WeakMap; + */ + function memoize(func, resolver) { + if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) { + throw new TypeError(FUNC_ERROR_TEXT); + } + var memoized = function() { + var args = arguments, + key = resolver ? resolver.apply(this, args) : args[0], + cache = memoized.cache; + + if (cache.has(key)) { + return cache.get(key); + } + var result = func.apply(this, args); + memoized.cache = cache.set(key, result) || cache; + return result; + }; + memoized.cache = new (memoize.Cache || MapCache); + return memoized; + } + + // Expose `MapCache`. + memoize.Cache = MapCache; + + /** + * Creates a function that negates the result of the predicate `func`. The + * `func` predicate is invoked with the `this` binding and arguments of the + * created function. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} predicate The predicate to negate. + * @returns {Function} Returns the new negated function. + * @example + * + * function isEven(n) { + * return n % 2 == 0; + * } + * + * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven)); + * // => [1, 3, 5] + */ + function negate(predicate) { + if (typeof predicate != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return function() { + var args = arguments; + switch (args.length) { + case 0: return !predicate.call(this); + case 1: return !predicate.call(this, args[0]); + case 2: return !predicate.call(this, args[0], args[1]); + case 3: return !predicate.call(this, args[0], args[1], args[2]); + } + return !predicate.apply(this, args); + }; + } + + /** + * Creates a function that is restricted to invoking `func` once. Repeat calls + * to the function return the value of the first invocation. The `func` is + * invoked with the `this` binding and arguments of the created function. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * var initialize = _.once(createApplication); + * initialize(); + * initialize(); + * // => `createApplication` is invoked once + */ + function once(func) { + return before(2, func); + } + + /** + * Creates a function that invokes `func` with its arguments transformed. + * + * @static + * @since 4.0.0 + * @memberOf _ + * @category Function + * @param {Function} func The function to wrap. + * @param {...(Function|Function[])} [transforms=[_.identity]] + * The argument transforms. + * @returns {Function} Returns the new function. + * @example + * + * function doubled(n) { + * return n * 2; + * } + * + * function square(n) { + * return n * n; + * } + * + * var func = _.overArgs(function(x, y) { + * return [x, y]; + * }, [square, doubled]); + * + * func(9, 3); + * // => [81, 6] + * + * func(10, 5); + * // => [100, 10] + */ + var overArgs = castRest(function(func, transforms) { + transforms = (transforms.length == 1 && isArray(transforms[0])) + ? arrayMap(transforms[0], baseUnary(getIteratee())) + : arrayMap(baseFlatten(transforms, 1), baseUnary(getIteratee())); + + var funcsLength = transforms.length; + return baseRest(function(args) { + var index = -1, + length = nativeMin(args.length, funcsLength); + + while (++index < length) { + args[index] = transforms[index].call(this, args[index]); + } + return apply(func, this, args); + }); + }); + + /** + * Creates a function that invokes `func` with `partials` prepended to the + * arguments it receives. This method is like `_.bind` except it does **not** + * alter the `this` binding. + * + * The `_.partial.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for partially applied arguments. + * + * **Note:** This method doesn't set the "length" property of partially + * applied functions. + * + * @static + * @memberOf _ + * @since 0.2.0 + * @category Function + * @param {Function} func The function to partially apply arguments to. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new partially applied function. + * @example + * + * function greet(greeting, name) { + * return greeting + ' ' + name; + * } + * + * var sayHelloTo = _.partial(greet, 'hello'); + * sayHelloTo('fred'); + * // => 'hello fred' + * + * // Partially applied with placeholders. + * var greetFred = _.partial(greet, _, 'fred'); + * greetFred('hi'); + * // => 'hi fred' + */ + var partial = baseRest(function(func, partials) { + var holders = replaceHolders(partials, getHolder(partial)); + return createWrap(func, WRAP_PARTIAL_FLAG, undefined, partials, holders); + }); + + /** + * This method is like `_.partial` except that partially applied arguments + * are appended to the arguments it receives. + * + * The `_.partialRight.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for partially applied arguments. + * + * **Note:** This method doesn't set the "length" property of partially + * applied functions. + * + * @static + * @memberOf _ + * @since 1.0.0 + * @category Function + * @param {Function} func The function to partially apply arguments to. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new partially applied function. + * @example + * + * function greet(greeting, name) { + * return greeting + ' ' + name; + * } + * + * var greetFred = _.partialRight(greet, 'fred'); + * greetFred('hi'); + * // => 'hi fred' + * + * // Partially applied with placeholders. + * var sayHelloTo = _.partialRight(greet, 'hello', _); + * sayHelloTo('fred'); + * // => 'hello fred' + */ + var partialRight = baseRest(function(func, partials) { + var holders = replaceHolders(partials, getHolder(partialRight)); + return createWrap(func, WRAP_PARTIAL_RIGHT_FLAG, undefined, partials, holders); + }); + + /** + * Creates a function that invokes `func` with arguments arranged according + * to the specified `indexes` where the argument value at the first index is + * provided as the first argument, the argument value at the second index is + * provided as the second argument, and so on. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} func The function to rearrange arguments for. + * @param {...(number|number[])} indexes The arranged argument indexes. + * @returns {Function} Returns the new function. + * @example + * + * var rearged = _.rearg(function(a, b, c) { + * return [a, b, c]; + * }, [2, 0, 1]); + * + * rearged('b', 'c', 'a') + * // => ['a', 'b', 'c'] + */ + var rearg = flatRest(function(func, indexes) { + return createWrap(func, WRAP_REARG_FLAG, undefined, undefined, undefined, indexes); + }); + + /** + * Creates a function that invokes `func` with the `this` binding of the + * created function and arguments from `start` and beyond provided as + * an array. + * + * **Note:** This method is based on the + * [rest parameter](https://mdn.io/rest_parameters). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Function + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @returns {Function} Returns the new function. + * @example + * + * var say = _.rest(function(what, names) { + * return what + ' ' + _.initial(names).join(', ') + + * (_.size(names) > 1 ? ', & ' : '') + _.last(names); + * }); + * + * say('hello', 'fred', 'barney', 'pebbles'); + * // => 'hello fred, barney, & pebbles' + */ + function rest(func, start) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + start = start === undefined ? start : toInteger(start); + return baseRest(func, start); + } + + /** + * Creates a function that invokes `func` with the `this` binding of the + * create function and an array of arguments much like + * [`Function#apply`](http://www.ecma-international.org/ecma-262/7.0/#sec-function.prototype.apply). + * + * **Note:** This method is based on the + * [spread operator](https://mdn.io/spread_operator). + * + * @static + * @memberOf _ + * @since 3.2.0 + * @category Function + * @param {Function} func The function to spread arguments over. + * @param {number} [start=0] The start position of the spread. + * @returns {Function} Returns the new function. + * @example + * + * var say = _.spread(function(who, what) { + * return who + ' says ' + what; + * }); + * + * say(['fred', 'hello']); + * // => 'fred says hello' + * + * var numbers = Promise.all([ + * Promise.resolve(40), + * Promise.resolve(36) + * ]); + * + * numbers.then(_.spread(function(x, y) { + * return x + y; + * })); + * // => a Promise of 76 + */ + function spread(func, start) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + start = start == null ? 0 : nativeMax(toInteger(start), 0); + return baseRest(function(args) { + var array = args[start], + otherArgs = castSlice(args, 0, start); + + if (array) { + arrayPush(otherArgs, array); + } + return apply(func, this, otherArgs); + }); + } + + /** + * Creates a throttled function that only invokes `func` at most once per + * every `wait` milliseconds. The throttled function comes with a `cancel` + * method to cancel delayed `func` invocations and a `flush` method to + * immediately invoke them. Provide `options` to indicate whether `func` + * should be invoked on the leading and/or trailing edge of the `wait` + * timeout. The `func` is invoked with the last arguments provided to the + * throttled function. Subsequent calls to the throttled function return the + * result of the last `func` invocation. + * + * **Note:** If `leading` and `trailing` options are `true`, `func` is + * invoked on the trailing edge of the timeout only if the throttled function + * is invoked more than once during the `wait` timeout. + * + * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred + * until to the next tick, similar to `setTimeout` with a timeout of `0`. + * + * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) + * for details over the differences between `_.throttle` and `_.debounce`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to throttle. + * @param {number} [wait=0] The number of milliseconds to throttle invocations to. + * @param {Object} [options={}] The options object. + * @param {boolean} [options.leading=true] + * Specify invoking on the leading edge of the timeout. + * @param {boolean} [options.trailing=true] + * Specify invoking on the trailing edge of the timeout. + * @returns {Function} Returns the new throttled function. + * @example + * + * // Avoid excessively updating the position while scrolling. + * jQuery(window).on('scroll', _.throttle(updatePosition, 100)); + * + * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes. + * var throttled = _.throttle(renewToken, 300000, { 'trailing': false }); + * jQuery(element).on('click', throttled); + * + * // Cancel the trailing throttled invocation. + * jQuery(window).on('popstate', throttled.cancel); + */ + function throttle(func, wait, options) { + var leading = true, + trailing = true; + + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + if (isObject(options)) { + leading = 'leading' in options ? !!options.leading : leading; + trailing = 'trailing' in options ? !!options.trailing : trailing; + } + return debounce(func, wait, { + 'leading': leading, + 'maxWait': wait, + 'trailing': trailing + }); + } + + /** + * Creates a function that accepts up to one argument, ignoring any + * additional arguments. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Function + * @param {Function} func The function to cap arguments for. + * @returns {Function} Returns the new capped function. + * @example + * + * _.map(['6', '8', '10'], _.unary(parseInt)); + * // => [6, 8, 10] + */ + function unary(func) { + return ary(func, 1); + } + + /** + * Creates a function that provides `value` to `wrapper` as its first + * argument. Any additional arguments provided to the function are appended + * to those provided to the `wrapper`. The wrapper is invoked with the `this` + * binding of the created function. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {*} value The value to wrap. + * @param {Function} [wrapper=identity] The wrapper function. + * @returns {Function} Returns the new function. + * @example + * + * var p = _.wrap(_.escape, function(func, text) { + * return '

' + func(text) + '

'; + * }); + * + * p('fred, barney, & pebbles'); + * // => '

fred, barney, & pebbles

' + */ + function wrap(value, wrapper) { + return partial(castFunction(wrapper), value); + } + + /*------------------------------------------------------------------------*/ + + /** + * Casts `value` as an array if it's not one. + * + * @static + * @memberOf _ + * @since 4.4.0 + * @category Lang + * @param {*} value The value to inspect. + * @returns {Array} Returns the cast array. + * @example + * + * _.castArray(1); + * // => [1] + * + * _.castArray({ 'a': 1 }); + * // => [{ 'a': 1 }] + * + * _.castArray('abc'); + * // => ['abc'] + * + * _.castArray(null); + * // => [null] + * + * _.castArray(undefined); + * // => [undefined] + * + * _.castArray(); + * // => [] + * + * var array = [1, 2, 3]; + * console.log(_.castArray(array) === array); + * // => true + */ + function castArray() { + if (!arguments.length) { + return []; + } + var value = arguments[0]; + return isArray(value) ? value : [value]; + } + + /** + * Creates a shallow clone of `value`. + * + * **Note:** This method is loosely based on the + * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm) + * and supports cloning arrays, array buffers, booleans, date objects, maps, + * numbers, `Object` objects, regexes, sets, strings, symbols, and typed + * arrays. The own enumerable properties of `arguments` objects are cloned + * as plain objects. An empty object is returned for uncloneable values such + * as error objects, functions, DOM nodes, and WeakMaps. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to clone. + * @returns {*} Returns the cloned value. + * @see _.cloneDeep + * @example + * + * var objects = [{ 'a': 1 }, { 'b': 2 }]; + * + * var shallow = _.clone(objects); + * console.log(shallow[0] === objects[0]); + * // => true + */ + function clone(value) { + return baseClone(value, CLONE_SYMBOLS_FLAG); + } + + /** + * This method is like `_.clone` except that it accepts `customizer` which + * is invoked to produce the cloned value. If `customizer` returns `undefined`, + * cloning is handled by the method instead. The `customizer` is invoked with + * up to four arguments; (value [, index|key, object, stack]). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to clone. + * @param {Function} [customizer] The function to customize cloning. + * @returns {*} Returns the cloned value. + * @see _.cloneDeepWith + * @example + * + * function customizer(value) { + * if (_.isElement(value)) { + * return value.cloneNode(false); + * } + * } + * + * var el = _.cloneWith(document.body, customizer); + * + * console.log(el === document.body); + * // => false + * console.log(el.nodeName); + * // => 'BODY' + * console.log(el.childNodes.length); + * // => 0 + */ + function cloneWith(value, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseClone(value, CLONE_SYMBOLS_FLAG, customizer); + } + + /** + * This method is like `_.clone` except that it recursively clones `value`. + * + * @static + * @memberOf _ + * @since 1.0.0 + * @category Lang + * @param {*} value The value to recursively clone. + * @returns {*} Returns the deep cloned value. + * @see _.clone + * @example + * + * var objects = [{ 'a': 1 }, { 'b': 2 }]; + * + * var deep = _.cloneDeep(objects); + * console.log(deep[0] === objects[0]); + * // => false + */ + function cloneDeep(value) { + return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG); + } + + /** + * This method is like `_.cloneWith` except that it recursively clones `value`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to recursively clone. + * @param {Function} [customizer] The function to customize cloning. + * @returns {*} Returns the deep cloned value. + * @see _.cloneWith + * @example + * + * function customizer(value) { + * if (_.isElement(value)) { + * return value.cloneNode(true); + * } + * } + * + * var el = _.cloneDeepWith(document.body, customizer); + * + * console.log(el === document.body); + * // => false + * console.log(el.nodeName); + * // => 'BODY' + * console.log(el.childNodes.length); + * // => 20 + */ + function cloneDeepWith(value, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG, customizer); + } + + /** + * Checks if `object` conforms to `source` by invoking the predicate + * properties of `source` with the corresponding property values of `object`. + * + * **Note:** This method is equivalent to `_.conforms` when `source` is + * partially applied. + * + * @static + * @memberOf _ + * @since 4.14.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property predicates to conform to. + * @returns {boolean} Returns `true` if `object` conforms, else `false`. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * + * _.conformsTo(object, { 'b': function(n) { return n > 1; } }); + * // => true + * + * _.conformsTo(object, { 'b': function(n) { return n > 2; } }); + * // => false + */ + function conformsTo(object, source) { + return source == null || baseConformsTo(object, source, keys(source)); + } + + /** + * Performs a + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * comparison between two values to determine if they are equivalent. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.eq(object, object); + * // => true + * + * _.eq(object, other); + * // => false + * + * _.eq('a', 'a'); + * // => true + * + * _.eq('a', Object('a')); + * // => false + * + * _.eq(NaN, NaN); + * // => true + */ + function eq(value, other) { + return value === other || (value !== value && other !== other); + } + + /** + * Checks if `value` is greater than `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than `other`, + * else `false`. + * @see _.lt + * @example + * + * _.gt(3, 1); + * // => true + * + * _.gt(3, 3); + * // => false + * + * _.gt(1, 3); + * // => false + */ + var gt = createRelationalOperation(baseGt); + + /** + * Checks if `value` is greater than or equal to `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than or equal to + * `other`, else `false`. + * @see _.lte + * @example + * + * _.gte(3, 1); + * // => true + * + * _.gte(3, 3); + * // => true + * + * _.gte(1, 3); + * // => false + */ + var gte = createRelationalOperation(function(value, other) { + return value >= other; + }); + + /** + * Checks if `value` is likely an `arguments` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + * else `false`. + * @example + * + * _.isArguments(function() { return arguments; }()); + * // => true + * + * _.isArguments([1, 2, 3]); + * // => false + */ + var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { + return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && + !propertyIsEnumerable.call(value, 'callee'); + }; + + /** + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false + */ + var isArray = Array.isArray; + + /** + * Checks if `value` is classified as an `ArrayBuffer` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. + * @example + * + * _.isArrayBuffer(new ArrayBuffer(2)); + * // => true + * + * _.isArrayBuffer(new Array(2)); + * // => false + */ + var isArrayBuffer = nodeIsArrayBuffer ? baseUnary(nodeIsArrayBuffer) : baseIsArrayBuffer; + + /** + * Checks if `value` is array-like. A value is considered array-like if it's + * not a function and has a `value.length` that's an integer greater than or + * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is array-like, else `false`. + * @example + * + * _.isArrayLike([1, 2, 3]); + * // => true + * + * _.isArrayLike(document.body.children); + * // => true + * + * _.isArrayLike('abc'); + * // => true + * + * _.isArrayLike(_.noop); + * // => false + */ + function isArrayLike(value) { + return value != null && isLength(value.length) && !isFunction(value); + } + + /** + * This method is like `_.isArrayLike` except that it also checks if `value` + * is an object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array-like object, + * else `false`. + * @example + * + * _.isArrayLikeObject([1, 2, 3]); + * // => true + * + * _.isArrayLikeObject(document.body.children); + * // => true + * + * _.isArrayLikeObject('abc'); + * // => false + * + * _.isArrayLikeObject(_.noop); + * // => false + */ + function isArrayLikeObject(value) { + return isObjectLike(value) && isArrayLike(value); + } + + /** + * Checks if `value` is classified as a boolean primitive or object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a boolean, else `false`. + * @example + * + * _.isBoolean(false); + * // => true + * + * _.isBoolean(null); + * // => false + */ + function isBoolean(value) { + return value === true || value === false || + (isObjectLike(value) && baseGetTag(value) == boolTag); + } + + /** + * Checks if `value` is a buffer. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. + * @example + * + * _.isBuffer(new Buffer(2)); + * // => true + * + * _.isBuffer(new Uint8Array(2)); + * // => false + */ + var isBuffer = nativeIsBuffer || stubFalse; + + /** + * Checks if `value` is classified as a `Date` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + * @example + * + * _.isDate(new Date); + * // => true + * + * _.isDate('Mon April 23 2012'); + * // => false + */ + var isDate = nodeIsDate ? baseUnary(nodeIsDate) : baseIsDate; + + /** + * Checks if `value` is likely a DOM element. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a DOM element, else `false`. + * @example + * + * _.isElement(document.body); + * // => true + * + * _.isElement(''); + * // => false + */ + function isElement(value) { + return isObjectLike(value) && value.nodeType === 1 && !isPlainObject(value); + } + + /** + * Checks if `value` is an empty object, collection, map, or set. + * + * Objects are considered empty if they have no own enumerable string keyed + * properties. + * + * Array-like values such as `arguments` objects, arrays, buffers, strings, or + * jQuery-like collections are considered empty if they have a `length` of `0`. + * Similarly, maps and sets are considered empty if they have a `size` of `0`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is empty, else `false`. + * @example + * + * _.isEmpty(null); + * // => true + * + * _.isEmpty(true); + * // => true + * + * _.isEmpty(1); + * // => true + * + * _.isEmpty([1, 2, 3]); + * // => false + * + * _.isEmpty({ 'a': 1 }); + * // => false + */ + function isEmpty(value) { + if (value == null) { + return true; + } + if (isArrayLike(value) && + (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' || + isBuffer(value) || isTypedArray(value) || isArguments(value))) { + return !value.length; + } + var tag = getTag(value); + if (tag == mapTag || tag == setTag) { + return !value.size; + } + if (isPrototype(value)) { + return !baseKeys(value).length; + } + for (var key in value) { + if (hasOwnProperty.call(value, key)) { + return false; + } + } + return true; + } + + /** + * Performs a deep comparison between two values to determine if they are + * equivalent. + * + * **Note:** This method supports comparing arrays, array buffers, booleans, + * date objects, error objects, maps, numbers, `Object` objects, regexes, + * sets, strings, symbols, and typed arrays. `Object` objects are compared + * by their own, not inherited, enumerable properties. Functions and DOM + * nodes are compared by strict equality, i.e. `===`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.isEqual(object, other); + * // => true + * + * object === other; + * // => false + */ + function isEqual(value, other) { + return baseIsEqual(value, other); + } + + /** + * This method is like `_.isEqual` except that it accepts `customizer` which + * is invoked to compare values. If `customizer` returns `undefined`, comparisons + * are handled by the method instead. The `customizer` is invoked with up to + * six arguments: (objValue, othValue [, index|key, object, other, stack]). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * function isGreeting(value) { + * return /^h(?:i|ello)$/.test(value); + * } + * + * function customizer(objValue, othValue) { + * if (isGreeting(objValue) && isGreeting(othValue)) { + * return true; + * } + * } + * + * var array = ['hello', 'goodbye']; + * var other = ['hi', 'goodbye']; + * + * _.isEqualWith(array, other, customizer); + * // => true + */ + function isEqualWith(value, other, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + var result = customizer ? customizer(value, other) : undefined; + return result === undefined ? baseIsEqual(value, other, undefined, customizer) : !!result; + } + + /** + * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`, + * `SyntaxError`, `TypeError`, or `URIError` object. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an error object, else `false`. + * @example + * + * _.isError(new Error); + * // => true + * + * _.isError(Error); + * // => false + */ + function isError(value) { + if (!isObjectLike(value)) { + return false; + } + var tag = baseGetTag(value); + return tag == errorTag || tag == domExcTag || + (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value)); + } + + /** + * Checks if `value` is a finite primitive number. + * + * **Note:** This method is based on + * [`Number.isFinite`](https://mdn.io/Number/isFinite). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a finite number, else `false`. + * @example + * + * _.isFinite(3); + * // => true + * + * _.isFinite(Number.MIN_VALUE); + * // => true + * + * _.isFinite(Infinity); + * // => false + * + * _.isFinite('3'); + * // => false + */ + function isFinite(value) { + return typeof value == 'number' && nativeIsFinite(value); + } + + /** + * Checks if `value` is classified as a `Function` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a function, else `false`. + * @example + * + * _.isFunction(_); + * // => true + * + * _.isFunction(/abc/); + * // => false + */ + function isFunction(value) { + if (!isObject(value)) { + return false; + } + // The use of `Object#toString` avoids issues with the `typeof` operator + // in Safari 9 which returns 'object' for typed arrays and other constructors. + var tag = baseGetTag(value); + return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; + } + + /** + * Checks if `value` is an integer. + * + * **Note:** This method is based on + * [`Number.isInteger`](https://mdn.io/Number/isInteger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an integer, else `false`. + * @example + * + * _.isInteger(3); + * // => true + * + * _.isInteger(Number.MIN_VALUE); + * // => false + * + * _.isInteger(Infinity); + * // => false + * + * _.isInteger('3'); + * // => false + */ + function isInteger(value) { + return typeof value == 'number' && value == toInteger(value); + } + + /** + * Checks if `value` is a valid array-like length. + * + * **Note:** This method is loosely based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. + * @example + * + * _.isLength(3); + * // => true + * + * _.isLength(Number.MIN_VALUE); + * // => false + * + * _.isLength(Infinity); + * // => false + * + * _.isLength('3'); + * // => false + */ + function isLength(value) { + return typeof value == 'number' && + value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; + } + + /** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ + function isObject(value) { + var type = typeof value; + return value != null && (type == 'object' || type == 'function'); + } + + /** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ + function isObjectLike(value) { + return value != null && typeof value == 'object'; + } + + /** + * Checks if `value` is classified as a `Map` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a map, else `false`. + * @example + * + * _.isMap(new Map); + * // => true + * + * _.isMap(new WeakMap); + * // => false + */ + var isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap; + + /** + * Performs a partial deep comparison between `object` and `source` to + * determine if `object` contains equivalent property values. + * + * **Note:** This method is equivalent to `_.matches` when `source` is + * partially applied. + * + * Partial comparisons will match empty array and empty object `source` + * values against any array or object value, respectively. See `_.isEqual` + * for a list of supported value comparisons. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * + * _.isMatch(object, { 'b': 2 }); + * // => true + * + * _.isMatch(object, { 'b': 1 }); + * // => false + */ + function isMatch(object, source) { + return object === source || baseIsMatch(object, source, getMatchData(source)); + } + + /** + * This method is like `_.isMatch` except that it accepts `customizer` which + * is invoked to compare values. If `customizer` returns `undefined`, comparisons + * are handled by the method instead. The `customizer` is invoked with five + * arguments: (objValue, srcValue, index|key, object, source). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + * @example + * + * function isGreeting(value) { + * return /^h(?:i|ello)$/.test(value); + * } + * + * function customizer(objValue, srcValue) { + * if (isGreeting(objValue) && isGreeting(srcValue)) { + * return true; + * } + * } + * + * var object = { 'greeting': 'hello' }; + * var source = { 'greeting': 'hi' }; + * + * _.isMatchWith(object, source, customizer); + * // => true + */ + function isMatchWith(object, source, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseIsMatch(object, source, getMatchData(source), customizer); + } + + /** + * Checks if `value` is `NaN`. + * + * **Note:** This method is based on + * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as + * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for + * `undefined` and other non-number values. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + * @example + * + * _.isNaN(NaN); + * // => true + * + * _.isNaN(new Number(NaN)); + * // => true + * + * isNaN(undefined); + * // => true + * + * _.isNaN(undefined); + * // => false + */ + function isNaN(value) { + // An `NaN` primitive is the only value that is not equal to itself. + // Perform the `toStringTag` check first to avoid errors with some + // ActiveX objects in IE. + return isNumber(value) && value != +value; + } + + /** + * Checks if `value` is a pristine native function. + * + * **Note:** This method can't reliably detect native functions in the presence + * of the core-js package because core-js circumvents this kind of detection. + * Despite multiple requests, the core-js maintainer has made it clear: any + * attempt to fix the detection will be obstructed. As a result, we're left + * with little choice but to throw an error. Unfortunately, this also affects + * packages, like [babel-polyfill](https://www.npmjs.com/package/babel-polyfill), + * which rely on core-js. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a native function, + * else `false`. + * @example + * + * _.isNative(Array.prototype.push); + * // => true + * + * _.isNative(_); + * // => false + */ + function isNative(value) { + if (isMaskable(value)) { + throw new Error(CORE_ERROR_TEXT); + } + return baseIsNative(value); + } + + /** + * Checks if `value` is `null`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `null`, else `false`. + * @example + * + * _.isNull(null); + * // => true + * + * _.isNull(void 0); + * // => false + */ + function isNull(value) { + return value === null; + } + + /** + * Checks if `value` is `null` or `undefined`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is nullish, else `false`. + * @example + * + * _.isNil(null); + * // => true + * + * _.isNil(void 0); + * // => true + * + * _.isNil(NaN); + * // => false + */ + function isNil(value) { + return value == null; + } + + /** + * Checks if `value` is classified as a `Number` primitive or object. + * + * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are + * classified as numbers, use the `_.isFinite` method. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a number, else `false`. + * @example + * + * _.isNumber(3); + * // => true + * + * _.isNumber(Number.MIN_VALUE); + * // => true + * + * _.isNumber(Infinity); + * // => true + * + * _.isNumber('3'); + * // => false + */ + function isNumber(value) { + return typeof value == 'number' || + (isObjectLike(value) && baseGetTag(value) == numberTag); + } + + /** + * Checks if `value` is a plain object, that is, an object created by the + * `Object` constructor or one with a `[[Prototype]]` of `null`. + * + * @static + * @memberOf _ + * @since 0.8.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a plain object, else `false`. + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * _.isPlainObject(new Foo); + * // => false + * + * _.isPlainObject([1, 2, 3]); + * // => false + * + * _.isPlainObject({ 'x': 0, 'y': 0 }); + * // => true + * + * _.isPlainObject(Object.create(null)); + * // => true + */ + function isPlainObject(value) { + if (!isObjectLike(value) || baseGetTag(value) != objectTag) { + return false; + } + var proto = getPrototype(value); + if (proto === null) { + return true; + } + var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor; + return typeof Ctor == 'function' && Ctor instanceof Ctor && + funcToString.call(Ctor) == objectCtorString; + } + + /** + * Checks if `value` is classified as a `RegExp` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + * @example + * + * _.isRegExp(/abc/); + * // => true + * + * _.isRegExp('/abc/'); + * // => false + */ + var isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp; + + /** + * Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 + * double precision number which isn't the result of a rounded unsafe integer. + * + * **Note:** This method is based on + * [`Number.isSafeInteger`](https://mdn.io/Number/isSafeInteger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a safe integer, else `false`. + * @example + * + * _.isSafeInteger(3); + * // => true + * + * _.isSafeInteger(Number.MIN_VALUE); + * // => false + * + * _.isSafeInteger(Infinity); + * // => false + * + * _.isSafeInteger('3'); + * // => false + */ + function isSafeInteger(value) { + return isInteger(value) && value >= -MAX_SAFE_INTEGER && value <= MAX_SAFE_INTEGER; + } + + /** + * Checks if `value` is classified as a `Set` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a set, else `false`. + * @example + * + * _.isSet(new Set); + * // => true + * + * _.isSet(new WeakSet); + * // => false + */ + var isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet; + + /** + * Checks if `value` is classified as a `String` primitive or object. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a string, else `false`. + * @example + * + * _.isString('abc'); + * // => true + * + * _.isString(1); + * // => false + */ + function isString(value) { + return typeof value == 'string' || + (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag); + } + + /** + * Checks if `value` is classified as a `Symbol` primitive or object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. + * @example + * + * _.isSymbol(Symbol.iterator); + * // => true + * + * _.isSymbol('abc'); + * // => false + */ + function isSymbol(value) { + return typeof value == 'symbol' || + (isObjectLike(value) && baseGetTag(value) == symbolTag); + } + + /** + * Checks if `value` is classified as a typed array. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + * @example + * + * _.isTypedArray(new Uint8Array); + * // => true + * + * _.isTypedArray([]); + * // => false + */ + var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray; + + /** + * Checks if `value` is `undefined`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`. + * @example + * + * _.isUndefined(void 0); + * // => true + * + * _.isUndefined(null); + * // => false + */ + function isUndefined(value) { + return value === undefined; + } + + /** + * Checks if `value` is classified as a `WeakMap` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a weak map, else `false`. + * @example + * + * _.isWeakMap(new WeakMap); + * // => true + * + * _.isWeakMap(new Map); + * // => false + */ + function isWeakMap(value) { + return isObjectLike(value) && getTag(value) == weakMapTag; + } + + /** + * Checks if `value` is classified as a `WeakSet` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a weak set, else `false`. + * @example + * + * _.isWeakSet(new WeakSet); + * // => true + * + * _.isWeakSet(new Set); + * // => false + */ + function isWeakSet(value) { + return isObjectLike(value) && baseGetTag(value) == weakSetTag; + } + + /** + * Checks if `value` is less than `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is less than `other`, + * else `false`. + * @see _.gt + * @example + * + * _.lt(1, 3); + * // => true + * + * _.lt(3, 3); + * // => false + * + * _.lt(3, 1); + * // => false + */ + var lt = createRelationalOperation(baseLt); + + /** + * Checks if `value` is less than or equal to `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is less than or equal to + * `other`, else `false`. + * @see _.gte + * @example + * + * _.lte(1, 3); + * // => true + * + * _.lte(3, 3); + * // => true + * + * _.lte(3, 1); + * // => false + */ + var lte = createRelationalOperation(function(value, other) { + return value <= other; + }); + + /** + * Converts `value` to an array. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to convert. + * @returns {Array} Returns the converted array. + * @example + * + * _.toArray({ 'a': 1, 'b': 2 }); + * // => [1, 2] + * + * _.toArray('abc'); + * // => ['a', 'b', 'c'] + * + * _.toArray(1); + * // => [] + * + * _.toArray(null); + * // => [] + */ + function toArray(value) { + if (!value) { + return []; + } + if (isArrayLike(value)) { + return isString(value) ? stringToArray(value) : copyArray(value); + } + if (symIterator && value[symIterator]) { + return iteratorToArray(value[symIterator]()); + } + var tag = getTag(value), + func = tag == mapTag ? mapToArray : (tag == setTag ? setToArray : values); + + return func(value); + } + + /** + * Converts `value` to a finite number. + * + * @static + * @memberOf _ + * @since 4.12.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted number. + * @example + * + * _.toFinite(3.2); + * // => 3.2 + * + * _.toFinite(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toFinite(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toFinite('3.2'); + * // => 3.2 + */ + function toFinite(value) { + if (!value) { + return value === 0 ? value : 0; + } + value = toNumber(value); + if (value === INFINITY || value === -INFINITY) { + var sign = (value < 0 ? -1 : 1); + return sign * MAX_INTEGER; + } + return value === value ? value : 0; + } + + /** + * Converts `value` to an integer. + * + * **Note:** This method is loosely based on + * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toInteger(3.2); + * // => 3 + * + * _.toInteger(Number.MIN_VALUE); + * // => 0 + * + * _.toInteger(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toInteger('3.2'); + * // => 3 + */ + function toInteger(value) { + var result = toFinite(value), + remainder = result % 1; + + return result === result ? (remainder ? result - remainder : result) : 0; + } + + /** + * Converts `value` to an integer suitable for use as the length of an + * array-like object. + * + * **Note:** This method is based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toLength(3.2); + * // => 3 + * + * _.toLength(Number.MIN_VALUE); + * // => 0 + * + * _.toLength(Infinity); + * // => 4294967295 + * + * _.toLength('3.2'); + * // => 3 + */ + function toLength(value) { + return value ? baseClamp(toInteger(value), 0, MAX_ARRAY_LENGTH) : 0; + } + + /** + * Converts `value` to a number. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to process. + * @returns {number} Returns the number. + * @example + * + * _.toNumber(3.2); + * // => 3.2 + * + * _.toNumber(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toNumber(Infinity); + * // => Infinity + * + * _.toNumber('3.2'); + * // => 3.2 + */ + function toNumber(value) { + if (typeof value == 'number') { + return value; + } + if (isSymbol(value)) { + return NAN; + } + if (isObject(value)) { + var other = typeof value.valueOf == 'function' ? value.valueOf() : value; + value = isObject(other) ? (other + '') : other; + } + if (typeof value != 'string') { + return value === 0 ? value : +value; + } + value = value.replace(reTrim, ''); + var isBinary = reIsBinary.test(value); + return (isBinary || reIsOctal.test(value)) + ? freeParseInt(value.slice(2), isBinary ? 2 : 8) + : (reIsBadHex.test(value) ? NAN : +value); + } + + /** + * Converts `value` to a plain object flattening inherited enumerable string + * keyed properties of `value` to own properties of the plain object. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {Object} Returns the converted plain object. + * @example + * + * function Foo() { + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.assign({ 'a': 1 }, new Foo); + * // => { 'a': 1, 'b': 2 } + * + * _.assign({ 'a': 1 }, _.toPlainObject(new Foo)); + * // => { 'a': 1, 'b': 2, 'c': 3 } + */ + function toPlainObject(value) { + return copyObject(value, keysIn(value)); + } + + /** + * Converts `value` to a safe integer. A safe integer can be compared and + * represented correctly. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toSafeInteger(3.2); + * // => 3 + * + * _.toSafeInteger(Number.MIN_VALUE); + * // => 0 + * + * _.toSafeInteger(Infinity); + * // => 9007199254740991 + * + * _.toSafeInteger('3.2'); + * // => 3 + */ + function toSafeInteger(value) { + return value + ? baseClamp(toInteger(value), -MAX_SAFE_INTEGER, MAX_SAFE_INTEGER) + : (value === 0 ? value : 0); + } + + /** + * Converts `value` to a string. An empty string is returned for `null` + * and `undefined` values. The sign of `-0` is preserved. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + * @example + * + * _.toString(null); + * // => '' + * + * _.toString(-0); + * // => '-0' + * + * _.toString([1, 2, 3]); + * // => '1,2,3' + */ + function toString(value) { + return value == null ? '' : baseToString(value); + } + + /*------------------------------------------------------------------------*/ + + /** + * Assigns own enumerable string keyed properties of source objects to the + * destination object. Source objects are applied from left to right. + * Subsequent sources overwrite property assignments of previous sources. + * + * **Note:** This method mutates `object` and is loosely based on + * [`Object.assign`](https://mdn.io/Object/assign). + * + * @static + * @memberOf _ + * @since 0.10.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assignIn + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assign({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'c': 3 } + */ + var assign = createAssigner(function(object, source) { + if (isPrototype(source) || isArrayLike(source)) { + copyObject(source, keys(source), object); + return; + } + for (var key in source) { + if (hasOwnProperty.call(source, key)) { + assignValue(object, key, source[key]); + } + } + }); + + /** + * This method is like `_.assign` except that it iterates over own and + * inherited source properties. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extend + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assign + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assignIn({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 } + */ + var assignIn = createAssigner(function(object, source) { + copyObject(source, keysIn(source), object); + }); + + /** + * This method is like `_.assignIn` except that it accepts `customizer` + * which is invoked to produce the assigned values. If `customizer` returns + * `undefined`, assignment is handled by the method instead. The `customizer` + * is invoked with five arguments: (objValue, srcValue, key, object, source). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extendWith + * @category Object + * @param {Object} object The destination object. + * @param {...Object} sources The source objects. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @see _.assignWith + * @example + * + * function customizer(objValue, srcValue) { + * return _.isUndefined(objValue) ? srcValue : objValue; + * } + * + * var defaults = _.partialRight(_.assignInWith, customizer); + * + * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ + var assignInWith = createAssigner(function(object, source, srcIndex, customizer) { + copyObject(source, keysIn(source), object, customizer); + }); + + /** + * This method is like `_.assign` except that it accepts `customizer` + * which is invoked to produce the assigned values. If `customizer` returns + * `undefined`, assignment is handled by the method instead. The `customizer` + * is invoked with five arguments: (objValue, srcValue, key, object, source). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} sources The source objects. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @see _.assignInWith + * @example + * + * function customizer(objValue, srcValue) { + * return _.isUndefined(objValue) ? srcValue : objValue; + * } + * + * var defaults = _.partialRight(_.assignWith, customizer); + * + * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ + var assignWith = createAssigner(function(object, source, srcIndex, customizer) { + copyObject(source, keys(source), object, customizer); + }); + + /** + * Creates an array of values corresponding to `paths` of `object`. + * + * @static + * @memberOf _ + * @since 1.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {...(string|string[])} [paths] The property paths to pick. + * @returns {Array} Returns the picked values. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] }; + * + * _.at(object, ['a[0].b.c', 'a[1]']); + * // => [3, 4] + */ + var at = flatRest(baseAt); + + /** + * Creates an object that inherits from the `prototype` object. If a + * `properties` object is given, its own enumerable string keyed properties + * are assigned to the created object. + * + * @static + * @memberOf _ + * @since 2.3.0 + * @category Object + * @param {Object} prototype The object to inherit from. + * @param {Object} [properties] The properties to assign to the object. + * @returns {Object} Returns the new object. + * @example + * + * function Shape() { + * this.x = 0; + * this.y = 0; + * } + * + * function Circle() { + * Shape.call(this); + * } + * + * Circle.prototype = _.create(Shape.prototype, { + * 'constructor': Circle + * }); + * + * var circle = new Circle; + * circle instanceof Circle; + * // => true + * + * circle instanceof Shape; + * // => true + */ + function create(prototype, properties) { + var result = baseCreate(prototype); + return properties == null ? result : baseAssign(result, properties); + } + + /** + * Assigns own and inherited enumerable string keyed properties of source + * objects to the destination object for all destination properties that + * resolve to `undefined`. Source objects are applied from left to right. + * Once a property is set, additional values of the same property are ignored. + * + * **Note:** This method mutates `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.defaultsDeep + * @example + * + * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ + var defaults = baseRest(function(args) { + args.push(undefined, customDefaultsAssignIn); + return apply(assignInWith, undefined, args); + }); + + /** + * This method is like `_.defaults` except that it recursively assigns + * default properties. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 3.10.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.defaults + * @example + * + * _.defaultsDeep({ 'a': { 'b': 2 } }, { 'a': { 'b': 1, 'c': 3 } }); + * // => { 'a': { 'b': 2, 'c': 3 } } + */ + var defaultsDeep = baseRest(function(args) { + args.push(undefined, customDefaultsMerge); + return apply(mergeWith, undefined, args); + }); + + /** + * This method is like `_.find` except that it returns the key of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Object + * @param {Object} object The object to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {string|undefined} Returns the key of the matched element, + * else `undefined`. + * @example + * + * var users = { + * 'barney': { 'age': 36, 'active': true }, + * 'fred': { 'age': 40, 'active': false }, + * 'pebbles': { 'age': 1, 'active': true } + * }; + * + * _.findKey(users, function(o) { return o.age < 40; }); + * // => 'barney' (iteration order is not guaranteed) + * + * // The `_.matches` iteratee shorthand. + * _.findKey(users, { 'age': 1, 'active': true }); + * // => 'pebbles' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findKey(users, ['active', false]); + * // => 'fred' + * + * // The `_.property` iteratee shorthand. + * _.findKey(users, 'active'); + * // => 'barney' + */ + function findKey(object, predicate) { + return baseFindKey(object, getIteratee(predicate, 3), baseForOwn); + } + + /** + * This method is like `_.findKey` except that it iterates over elements of + * a collection in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {string|undefined} Returns the key of the matched element, + * else `undefined`. + * @example + * + * var users = { + * 'barney': { 'age': 36, 'active': true }, + * 'fred': { 'age': 40, 'active': false }, + * 'pebbles': { 'age': 1, 'active': true } + * }; + * + * _.findLastKey(users, function(o) { return o.age < 40; }); + * // => returns 'pebbles' assuming `_.findKey` returns 'barney' + * + * // The `_.matches` iteratee shorthand. + * _.findLastKey(users, { 'age': 36, 'active': true }); + * // => 'barney' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findLastKey(users, ['active', false]); + * // => 'fred' + * + * // The `_.property` iteratee shorthand. + * _.findLastKey(users, 'active'); + * // => 'pebbles' + */ + function findLastKey(object, predicate) { + return baseFindKey(object, getIteratee(predicate, 3), baseForOwnRight); + } + + /** + * Iterates over own and inherited enumerable string keyed properties of an + * object and invokes `iteratee` for each property. The iteratee is invoked + * with three arguments: (value, key, object). Iteratee functions may exit + * iteration early by explicitly returning `false`. + * + * @static + * @memberOf _ + * @since 0.3.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forInRight + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forIn(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a', 'b', then 'c' (iteration order is not guaranteed). + */ + function forIn(object, iteratee) { + return object == null + ? object + : baseFor(object, getIteratee(iteratee, 3), keysIn); + } + + /** + * This method is like `_.forIn` except that it iterates over properties of + * `object` in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forIn + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forInRight(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'c', 'b', then 'a' assuming `_.forIn` logs 'a', 'b', then 'c'. + */ + function forInRight(object, iteratee) { + return object == null + ? object + : baseForRight(object, getIteratee(iteratee, 3), keysIn); + } + + /** + * Iterates over own enumerable string keyed properties of an object and + * invokes `iteratee` for each property. The iteratee is invoked with three + * arguments: (value, key, object). Iteratee functions may exit iteration + * early by explicitly returning `false`. + * + * @static + * @memberOf _ + * @since 0.3.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forOwnRight + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forOwn(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a' then 'b' (iteration order is not guaranteed). + */ + function forOwn(object, iteratee) { + return object && baseForOwn(object, getIteratee(iteratee, 3)); + } + + /** + * This method is like `_.forOwn` except that it iterates over properties of + * `object` in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forOwn + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forOwnRight(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'b' then 'a' assuming `_.forOwn` logs 'a' then 'b'. + */ + function forOwnRight(object, iteratee) { + return object && baseForOwnRight(object, getIteratee(iteratee, 3)); + } + + /** + * Creates an array of function property names from own enumerable properties + * of `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to inspect. + * @returns {Array} Returns the function names. + * @see _.functionsIn + * @example + * + * function Foo() { + * this.a = _.constant('a'); + * this.b = _.constant('b'); + * } + * + * Foo.prototype.c = _.constant('c'); + * + * _.functions(new Foo); + * // => ['a', 'b'] + */ + function functions(object) { + return object == null ? [] : baseFunctions(object, keys(object)); + } + + /** + * Creates an array of function property names from own and inherited + * enumerable properties of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to inspect. + * @returns {Array} Returns the function names. + * @see _.functions + * @example + * + * function Foo() { + * this.a = _.constant('a'); + * this.b = _.constant('b'); + * } + * + * Foo.prototype.c = _.constant('c'); + * + * _.functionsIn(new Foo); + * // => ['a', 'b', 'c'] + */ + function functionsIn(object) { + return object == null ? [] : baseFunctions(object, keysIn(object)); + } + + /** + * Gets the value at `path` of `object`. If the resolved value is + * `undefined`, the `defaultValue` is returned in its place. + * + * @static + * @memberOf _ + * @since 3.7.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @param {*} [defaultValue] The value returned for `undefined` resolved values. + * @returns {*} Returns the resolved value. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }] }; + * + * _.get(object, 'a[0].b.c'); + * // => 3 + * + * _.get(object, ['a', '0', 'b', 'c']); + * // => 3 + * + * _.get(object, 'a.b.c', 'default'); + * // => 'default' + */ + function get(object, path, defaultValue) { + var result = object == null ? undefined : baseGet(object, path); + return result === undefined ? defaultValue : result; + } + + /** + * Checks if `path` is a direct property of `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = { 'a': { 'b': 2 } }; + * var other = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.has(object, 'a'); + * // => true + * + * _.has(object, 'a.b'); + * // => true + * + * _.has(object, ['a', 'b']); + * // => true + * + * _.has(other, 'a'); + * // => false + */ + function has(object, path) { + return object != null && hasPath(object, path, baseHas); + } + + /** + * Checks if `path` is a direct or inherited property of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.hasIn(object, 'a'); + * // => true + * + * _.hasIn(object, 'a.b'); + * // => true + * + * _.hasIn(object, ['a', 'b']); + * // => true + * + * _.hasIn(object, 'b'); + * // => false + */ + function hasIn(object, path) { + return object != null && hasPath(object, path, baseHasIn); + } + + /** + * Creates an object composed of the inverted keys and values of `object`. + * If `object` contains duplicate values, subsequent values overwrite + * property assignments of previous values. + * + * @static + * @memberOf _ + * @since 0.7.0 + * @category Object + * @param {Object} object The object to invert. + * @returns {Object} Returns the new inverted object. + * @example + * + * var object = { 'a': 1, 'b': 2, 'c': 1 }; + * + * _.invert(object); + * // => { '1': 'c', '2': 'b' } + */ + var invert = createInverter(function(result, value, key) { + result[value] = key; + }, constant(identity)); + + /** + * This method is like `_.invert` except that the inverted object is generated + * from the results of running each element of `object` thru `iteratee`. The + * corresponding inverted value of each inverted key is an array of keys + * responsible for generating the inverted value. The iteratee is invoked + * with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.1.0 + * @category Object + * @param {Object} object The object to invert. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Object} Returns the new inverted object. + * @example + * + * var object = { 'a': 1, 'b': 2, 'c': 1 }; + * + * _.invertBy(object); + * // => { '1': ['a', 'c'], '2': ['b'] } + * + * _.invertBy(object, function(value) { + * return 'group' + value; + * }); + * // => { 'group1': ['a', 'c'], 'group2': ['b'] } + */ + var invertBy = createInverter(function(result, value, key) { + if (hasOwnProperty.call(result, value)) { + result[value].push(key); + } else { + result[value] = [key]; + } + }, getIteratee); + + /** + * Invokes the method at `path` of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the method to invoke. + * @param {...*} [args] The arguments to invoke the method with. + * @returns {*} Returns the result of the invoked method. + * @example + * + * var object = { 'a': [{ 'b': { 'c': [1, 2, 3, 4] } }] }; + * + * _.invoke(object, 'a[0].b.c.slice', 1, 3); + * // => [2, 3] + */ + var invoke = baseRest(baseInvoke); + + /** + * Creates an array of the own enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. See the + * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * for more details. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keys(new Foo); + * // => ['a', 'b'] (iteration order is not guaranteed) + * + * _.keys('hi'); + * // => ['0', '1'] + */ + function keys(object) { + return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object); + } + + /** + * Creates an array of the own and inherited enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keysIn(new Foo); + * // => ['a', 'b', 'c'] (iteration order is not guaranteed) + */ + function keysIn(object) { + return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object); + } + + /** + * The opposite of `_.mapValues`; this method creates an object with the + * same values as `object` and keys generated by running each own enumerable + * string keyed property of `object` thru `iteratee`. The iteratee is invoked + * with three arguments: (value, key, object). + * + * @static + * @memberOf _ + * @since 3.8.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns the new mapped object. + * @see _.mapValues + * @example + * + * _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) { + * return key + value; + * }); + * // => { 'a1': 1, 'b2': 2 } + */ + function mapKeys(object, iteratee) { + var result = {}; + iteratee = getIteratee(iteratee, 3); + + baseForOwn(object, function(value, key, object) { + baseAssignValue(result, iteratee(value, key, object), value); + }); + return result; + } + + /** + * Creates an object with the same keys as `object` and values generated + * by running each own enumerable string keyed property of `object` thru + * `iteratee`. The iteratee is invoked with three arguments: + * (value, key, object). + * + * @static + * @memberOf _ + * @since 2.4.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns the new mapped object. + * @see _.mapKeys + * @example + * + * var users = { + * 'fred': { 'user': 'fred', 'age': 40 }, + * 'pebbles': { 'user': 'pebbles', 'age': 1 } + * }; + * + * _.mapValues(users, function(o) { return o.age; }); + * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed) + * + * // The `_.property` iteratee shorthand. + * _.mapValues(users, 'age'); + * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed) + */ + function mapValues(object, iteratee) { + var result = {}; + iteratee = getIteratee(iteratee, 3); + + baseForOwn(object, function(value, key, object) { + baseAssignValue(result, key, iteratee(value, key, object)); + }); + return result; + } + + /** + * This method is like `_.assign` except that it recursively merges own and + * inherited enumerable string keyed properties of source objects into the + * destination object. Source properties that resolve to `undefined` are + * skipped if a destination value exists. Array and plain object properties + * are merged recursively. Other objects and value types are overridden by + * assignment. Source objects are applied from left to right. Subsequent + * sources overwrite property assignments of previous sources. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 0.5.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @example + * + * var object = { + * 'a': [{ 'b': 2 }, { 'd': 4 }] + * }; + * + * var other = { + * 'a': [{ 'c': 3 }, { 'e': 5 }] + * }; + * + * _.merge(object, other); + * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] } + */ + var merge = createAssigner(function(object, source, srcIndex) { + baseMerge(object, source, srcIndex); + }); + + /** + * This method is like `_.merge` except that it accepts `customizer` which + * is invoked to produce the merged values of the destination and source + * properties. If `customizer` returns `undefined`, merging is handled by the + * method instead. The `customizer` is invoked with six arguments: + * (objValue, srcValue, key, object, source, stack). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} sources The source objects. + * @param {Function} customizer The function to customize assigned values. + * @returns {Object} Returns `object`. + * @example + * + * function customizer(objValue, srcValue) { + * if (_.isArray(objValue)) { + * return objValue.concat(srcValue); + * } + * } + * + * var object = { 'a': [1], 'b': [2] }; + * var other = { 'a': [3], 'b': [4] }; + * + * _.mergeWith(object, other, customizer); + * // => { 'a': [1, 3], 'b': [2, 4] } + */ + var mergeWith = createAssigner(function(object, source, srcIndex, customizer) { + baseMerge(object, source, srcIndex, customizer); + }); + + /** + * The opposite of `_.pick`; this method creates an object composed of the + * own and inherited enumerable property paths of `object` that are not omitted. + * + * **Note:** This method is considerably slower than `_.pick`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The source object. + * @param {...(string|string[])} [paths] The property paths to omit. + * @returns {Object} Returns the new object. + * @example + * + * var object = { 'a': 1, 'b': '2', 'c': 3 }; + * + * _.omit(object, ['a', 'c']); + * // => { 'b': '2' } + */ + var omit = flatRest(function(object, paths) { + var result = {}; + if (object == null) { + return result; + } + var isDeep = false; + paths = arrayMap(paths, function(path) { + path = castPath(path, object); + isDeep || (isDeep = path.length > 1); + return path; + }); + copyObject(object, getAllKeysIn(object), result); + if (isDeep) { + result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone); + } + var length = paths.length; + while (length--) { + baseUnset(result, paths[length]); + } + return result; + }); + + /** + * The opposite of `_.pickBy`; this method creates an object composed of + * the own and inherited enumerable string keyed properties of `object` that + * `predicate` doesn't return truthy for. The predicate is invoked with two + * arguments: (value, key). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The source object. + * @param {Function} [predicate=_.identity] The function invoked per property. + * @returns {Object} Returns the new object. + * @example + * + * var object = { 'a': 1, 'b': '2', 'c': 3 }; + * + * _.omitBy(object, _.isNumber); + * // => { 'b': '2' } + */ + function omitBy(object, predicate) { + return pickBy(object, negate(getIteratee(predicate))); + } + + /** + * Creates an object composed of the picked `object` properties. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The source object. + * @param {...(string|string[])} [paths] The property paths to pick. + * @returns {Object} Returns the new object. + * @example + * + * var object = { 'a': 1, 'b': '2', 'c': 3 }; + * + * _.pick(object, ['a', 'c']); + * // => { 'a': 1, 'c': 3 } + */ + var pick = flatRest(function(object, paths) { + return object == null ? {} : basePick(object, paths); + }); + + /** + * Creates an object composed of the `object` properties `predicate` returns + * truthy for. The predicate is invoked with two arguments: (value, key). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The source object. + * @param {Function} [predicate=_.identity] The function invoked per property. + * @returns {Object} Returns the new object. + * @example + * + * var object = { 'a': 1, 'b': '2', 'c': 3 }; + * + * _.pickBy(object, _.isNumber); + * // => { 'a': 1, 'c': 3 } + */ + function pickBy(object, predicate) { + if (object == null) { + return {}; + } + var props = arrayMap(getAllKeysIn(object), function(prop) { + return [prop]; + }); + predicate = getIteratee(predicate); + return basePickBy(object, props, function(value, path) { + return predicate(value, path[0]); + }); + } + + /** + * This method is like `_.get` except that if the resolved value is a + * function it's invoked with the `this` binding of its parent object and + * its result is returned. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to resolve. + * @param {*} [defaultValue] The value returned for `undefined` resolved values. + * @returns {*} Returns the resolved value. + * @example + * + * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] }; + * + * _.result(object, 'a[0].b.c1'); + * // => 3 + * + * _.result(object, 'a[0].b.c2'); + * // => 4 + * + * _.result(object, 'a[0].b.c3', 'default'); + * // => 'default' + * + * _.result(object, 'a[0].b.c3', _.constant('default')); + * // => 'default' + */ + function result(object, path, defaultValue) { + path = castPath(path, object); + + var index = -1, + length = path.length; + + // Ensure the loop is entered when path is empty. + if (!length) { + length = 1; + object = undefined; + } + while (++index < length) { + var value = object == null ? undefined : object[toKey(path[index])]; + if (value === undefined) { + index = length; + value = defaultValue; + } + object = isFunction(value) ? value.call(object) : value; + } + return object; + } + + /** + * Sets the value at `path` of `object`. If a portion of `path` doesn't exist, + * it's created. Arrays are created for missing index properties while objects + * are created for all other missing properties. Use `_.setWith` to customize + * `path` creation. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 3.7.0 + * @category Object + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {*} value The value to set. + * @returns {Object} Returns `object`. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }] }; + * + * _.set(object, 'a[0].b.c', 4); + * console.log(object.a[0].b.c); + * // => 4 + * + * _.set(object, ['x', '0', 'y', 'z'], 5); + * console.log(object.x[0].y.z); + * // => 5 + */ + function set(object, path, value) { + return object == null ? object : baseSet(object, path, value); + } + + /** + * This method is like `_.set` except that it accepts `customizer` which is + * invoked to produce the objects of `path`. If `customizer` returns `undefined` + * path creation is handled by the method instead. The `customizer` is invoked + * with three arguments: (nsValue, key, nsObject). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {*} value The value to set. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @example + * + * var object = {}; + * + * _.setWith(object, '[0][1]', 'a', Object); + * // => { '0': { '1': 'a' } } + */ + function setWith(object, path, value, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return object == null ? object : baseSet(object, path, value, customizer); + } + + /** + * Creates an array of own enumerable string keyed-value pairs for `object` + * which can be consumed by `_.fromPairs`. If `object` is a map or set, its + * entries are returned. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias entries + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the key-value pairs. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.toPairs(new Foo); + * // => [['a', 1], ['b', 2]] (iteration order is not guaranteed) + */ + var toPairs = createToPairs(keys); + + /** + * Creates an array of own and inherited enumerable string keyed-value pairs + * for `object` which can be consumed by `_.fromPairs`. If `object` is a map + * or set, its entries are returned. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias entriesIn + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the key-value pairs. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.toPairsIn(new Foo); + * // => [['a', 1], ['b', 2], ['c', 3]] (iteration order is not guaranteed) + */ + var toPairsIn = createToPairs(keysIn); + + /** + * An alternative to `_.reduce`; this method transforms `object` to a new + * `accumulator` object which is the result of running each of its own + * enumerable string keyed properties thru `iteratee`, with each invocation + * potentially mutating the `accumulator` object. If `accumulator` is not + * provided, a new object with the same `[[Prototype]]` will be used. The + * iteratee is invoked with four arguments: (accumulator, value, key, object). + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * @static + * @memberOf _ + * @since 1.3.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {*} [accumulator] The custom accumulator value. + * @returns {*} Returns the accumulated value. + * @example + * + * _.transform([2, 3, 4], function(result, n) { + * result.push(n *= n); + * return n % 2 == 0; + * }, []); + * // => [4, 9] + * + * _.transform({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { + * (result[value] || (result[value] = [])).push(key); + * }, {}); + * // => { '1': ['a', 'c'], '2': ['b'] } + */ + function transform(object, iteratee, accumulator) { + var isArr = isArray(object), + isArrLike = isArr || isBuffer(object) || isTypedArray(object); + + iteratee = getIteratee(iteratee, 4); + if (accumulator == null) { + var Ctor = object && object.constructor; + if (isArrLike) { + accumulator = isArr ? new Ctor : []; + } + else if (isObject(object)) { + accumulator = isFunction(Ctor) ? baseCreate(getPrototype(object)) : {}; + } + else { + accumulator = {}; + } + } + (isArrLike ? arrayEach : baseForOwn)(object, function(value, index, object) { + return iteratee(accumulator, value, index, object); + }); + return accumulator; + } + + /** + * Removes the property at `path` of `object`. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to unset. + * @returns {boolean} Returns `true` if the property is deleted, else `false`. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 7 } }] }; + * _.unset(object, 'a[0].b.c'); + * // => true + * + * console.log(object); + * // => { 'a': [{ 'b': {} }] }; + * + * _.unset(object, ['a', '0', 'b', 'c']); + * // => true + * + * console.log(object); + * // => { 'a': [{ 'b': {} }] }; + */ + function unset(object, path) { + return object == null ? true : baseUnset(object, path); + } + + /** + * This method is like `_.set` except that accepts `updater` to produce the + * value to set. Use `_.updateWith` to customize `path` creation. The `updater` + * is invoked with one argument: (value). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.6.0 + * @category Object + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {Function} updater The function to produce the updated value. + * @returns {Object} Returns `object`. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }] }; + * + * _.update(object, 'a[0].b.c', function(n) { return n * n; }); + * console.log(object.a[0].b.c); + * // => 9 + * + * _.update(object, 'x[0].y.z', function(n) { return n ? n + 1 : 0; }); + * console.log(object.x[0].y.z); + * // => 0 + */ + function update(object, path, updater) { + return object == null ? object : baseUpdate(object, path, castFunction(updater)); + } + + /** + * This method is like `_.update` except that it accepts `customizer` which is + * invoked to produce the objects of `path`. If `customizer` returns `undefined` + * path creation is handled by the method instead. The `customizer` is invoked + * with three arguments: (nsValue, key, nsObject). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.6.0 + * @category Object + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {Function} updater The function to produce the updated value. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @example + * + * var object = {}; + * + * _.updateWith(object, '[0][1]', _.constant('a'), Object); + * // => { '0': { '1': 'a' } } + */ + function updateWith(object, path, updater, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return object == null ? object : baseUpdate(object, path, castFunction(updater), customizer); + } + + /** + * Creates an array of the own enumerable string keyed property values of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property values. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.values(new Foo); + * // => [1, 2] (iteration order is not guaranteed) + * + * _.values('hi'); + * // => ['h', 'i'] + */ + function values(object) { + return object == null ? [] : baseValues(object, keys(object)); + } + + /** + * Creates an array of the own and inherited enumerable string keyed property + * values of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property values. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.valuesIn(new Foo); + * // => [1, 2, 3] (iteration order is not guaranteed) + */ + function valuesIn(object) { + return object == null ? [] : baseValues(object, keysIn(object)); + } + + /*------------------------------------------------------------------------*/ + + /** + * Clamps `number` within the inclusive `lower` and `upper` bounds. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Number + * @param {number} number The number to clamp. + * @param {number} [lower] The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the clamped number. + * @example + * + * _.clamp(-10, -5, 5); + * // => -5 + * + * _.clamp(10, -5, 5); + * // => 5 + */ + function clamp(number, lower, upper) { + if (upper === undefined) { + upper = lower; + lower = undefined; + } + if (upper !== undefined) { + upper = toNumber(upper); + upper = upper === upper ? upper : 0; + } + if (lower !== undefined) { + lower = toNumber(lower); + lower = lower === lower ? lower : 0; + } + return baseClamp(toNumber(number), lower, upper); + } + + /** + * Checks if `n` is between `start` and up to, but not including, `end`. If + * `end` is not specified, it's set to `start` with `start` then set to `0`. + * If `start` is greater than `end` the params are swapped to support + * negative ranges. + * + * @static + * @memberOf _ + * @since 3.3.0 + * @category Number + * @param {number} number The number to check. + * @param {number} [start=0] The start of the range. + * @param {number} end The end of the range. + * @returns {boolean} Returns `true` if `number` is in the range, else `false`. + * @see _.range, _.rangeRight + * @example + * + * _.inRange(3, 2, 4); + * // => true + * + * _.inRange(4, 8); + * // => true + * + * _.inRange(4, 2); + * // => false + * + * _.inRange(2, 2); + * // => false + * + * _.inRange(1.2, 2); + * // => true + * + * _.inRange(5.2, 4); + * // => false + * + * _.inRange(-3, -2, -6); + * // => true + */ + function inRange(number, start, end) { + start = toFinite(start); + if (end === undefined) { + end = start; + start = 0; + } else { + end = toFinite(end); + } + number = toNumber(number); + return baseInRange(number, start, end); + } + + /** + * Produces a random number between the inclusive `lower` and `upper` bounds. + * If only one argument is provided a number between `0` and the given number + * is returned. If `floating` is `true`, or either `lower` or `upper` are + * floats, a floating-point number is returned instead of an integer. + * + * **Note:** JavaScript follows the IEEE-754 standard for resolving + * floating-point values which can produce unexpected results. + * + * @static + * @memberOf _ + * @since 0.7.0 + * @category Number + * @param {number} [lower=0] The lower bound. + * @param {number} [upper=1] The upper bound. + * @param {boolean} [floating] Specify returning a floating-point number. + * @returns {number} Returns the random number. + * @example + * + * _.random(0, 5); + * // => an integer between 0 and 5 + * + * _.random(5); + * // => also an integer between 0 and 5 + * + * _.random(5, true); + * // => a floating-point number between 0 and 5 + * + * _.random(1.2, 5.2); + * // => a floating-point number between 1.2 and 5.2 + */ + function random(lower, upper, floating) { + if (floating && typeof floating != 'boolean' && isIterateeCall(lower, upper, floating)) { + upper = floating = undefined; + } + if (floating === undefined) { + if (typeof upper == 'boolean') { + floating = upper; + upper = undefined; + } + else if (typeof lower == 'boolean') { + floating = lower; + lower = undefined; + } + } + if (lower === undefined && upper === undefined) { + lower = 0; + upper = 1; + } + else { + lower = toFinite(lower); + if (upper === undefined) { + upper = lower; + lower = 0; + } else { + upper = toFinite(upper); + } + } + if (lower > upper) { + var temp = lower; + lower = upper; + upper = temp; + } + if (floating || lower % 1 || upper % 1) { + var rand = nativeRandom(); + return nativeMin(lower + (rand * (upper - lower + freeParseFloat('1e-' + ((rand + '').length - 1)))), upper); + } + return baseRandom(lower, upper); + } + + /*------------------------------------------------------------------------*/ + + /** + * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the camel cased string. + * @example + * + * _.camelCase('Foo Bar'); + * // => 'fooBar' + * + * _.camelCase('--foo-bar--'); + * // => 'fooBar' + * + * _.camelCase('__FOO_BAR__'); + * // => 'fooBar' + */ + var camelCase = createCompounder(function(result, word, index) { + word = word.toLowerCase(); + return result + (index ? capitalize(word) : word); + }); + + /** + * Converts the first character of `string` to upper case and the remaining + * to lower case. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to capitalize. + * @returns {string} Returns the capitalized string. + * @example + * + * _.capitalize('FRED'); + * // => 'Fred' + */ + function capitalize(string) { + return upperFirst(toString(string).toLowerCase()); + } + + /** + * Deburrs `string` by converting + * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table) + * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A) + * letters to basic Latin letters and removing + * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to deburr. + * @returns {string} Returns the deburred string. + * @example + * + * _.deburr('déjà vu'); + * // => 'deja vu' + */ + function deburr(string) { + string = toString(string); + return string && string.replace(reLatin, deburrLetter).replace(reComboMark, ''); + } + + /** + * Checks if `string` ends with the given target string. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to inspect. + * @param {string} [target] The string to search for. + * @param {number} [position=string.length] The position to search up to. + * @returns {boolean} Returns `true` if `string` ends with `target`, + * else `false`. + * @example + * + * _.endsWith('abc', 'c'); + * // => true + * + * _.endsWith('abc', 'b'); + * // => false + * + * _.endsWith('abc', 'b', 2); + * // => true + */ + function endsWith(string, target, position) { + string = toString(string); + target = baseToString(target); + + var length = string.length; + position = position === undefined + ? length + : baseClamp(toInteger(position), 0, length); + + var end = position; + position -= target.length; + return position >= 0 && string.slice(position, end) == target; + } + + /** + * Converts the characters "&", "<", ">", '"', and "'" in `string` to their + * corresponding HTML entities. + * + * **Note:** No other characters are escaped. To escape additional + * characters use a third-party library like [_he_](https://mths.be/he). + * + * Though the ">" character is escaped for symmetry, characters like + * ">" and "/" don't need escaping in HTML and have no special meaning + * unless they're part of a tag or unquoted attribute value. See + * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands) + * (under "semi-related fun fact") for more details. + * + * When working with HTML you should always + * [quote attribute values](http://wonko.com/post/html-escaping) to reduce + * XSS vectors. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category String + * @param {string} [string=''] The string to escape. + * @returns {string} Returns the escaped string. + * @example + * + * _.escape('fred, barney, & pebbles'); + * // => 'fred, barney, & pebbles' + */ + function escape(string) { + string = toString(string); + return (string && reHasUnescapedHtml.test(string)) + ? string.replace(reUnescapedHtml, escapeHtmlChar) + : string; + } + + /** + * Escapes the `RegExp` special characters "^", "$", "\", ".", "*", "+", + * "?", "(", ")", "[", "]", "{", "}", and "|" in `string`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to escape. + * @returns {string} Returns the escaped string. + * @example + * + * _.escapeRegExp('[lodash](https://lodash.com/)'); + * // => '\[lodash\]\(https://lodash\.com/\)' + */ + function escapeRegExp(string) { + string = toString(string); + return (string && reHasRegExpChar.test(string)) + ? string.replace(reRegExpChar, '\\$&') + : string; + } + + /** + * Converts `string` to + * [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the kebab cased string. + * @example + * + * _.kebabCase('Foo Bar'); + * // => 'foo-bar' + * + * _.kebabCase('fooBar'); + * // => 'foo-bar' + * + * _.kebabCase('__FOO_BAR__'); + * // => 'foo-bar' + */ + var kebabCase = createCompounder(function(result, word, index) { + return result + (index ? '-' : '') + word.toLowerCase(); + }); + + /** + * Converts `string`, as space separated words, to lower case. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the lower cased string. + * @example + * + * _.lowerCase('--Foo-Bar--'); + * // => 'foo bar' + * + * _.lowerCase('fooBar'); + * // => 'foo bar' + * + * _.lowerCase('__FOO_BAR__'); + * // => 'foo bar' + */ + var lowerCase = createCompounder(function(result, word, index) { + return result + (index ? ' ' : '') + word.toLowerCase(); + }); + + /** + * Converts the first character of `string` to lower case. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the converted string. + * @example + * + * _.lowerFirst('Fred'); + * // => 'fred' + * + * _.lowerFirst('FRED'); + * // => 'fRED' + */ + var lowerFirst = createCaseFirst('toLowerCase'); + + /** + * Pads `string` on the left and right sides if it's shorter than `length`. + * Padding characters are truncated if they can't be evenly divided by `length`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to pad. + * @param {number} [length=0] The padding length. + * @param {string} [chars=' '] The string used as padding. + * @returns {string} Returns the padded string. + * @example + * + * _.pad('abc', 8); + * // => ' abc ' + * + * _.pad('abc', 8, '_-'); + * // => '_-abc_-_' + * + * _.pad('abc', 3); + * // => 'abc' + */ + function pad(string, length, chars) { + string = toString(string); + length = toInteger(length); + + var strLength = length ? stringSize(string) : 0; + if (!length || strLength >= length) { + return string; + } + var mid = (length - strLength) / 2; + return ( + createPadding(nativeFloor(mid), chars) + + string + + createPadding(nativeCeil(mid), chars) + ); + } + + /** + * Pads `string` on the right side if it's shorter than `length`. Padding + * characters are truncated if they exceed `length`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to pad. + * @param {number} [length=0] The padding length. + * @param {string} [chars=' '] The string used as padding. + * @returns {string} Returns the padded string. + * @example + * + * _.padEnd('abc', 6); + * // => 'abc ' + * + * _.padEnd('abc', 6, '_-'); + * // => 'abc_-_' + * + * _.padEnd('abc', 3); + * // => 'abc' + */ + function padEnd(string, length, chars) { + string = toString(string); + length = toInteger(length); + + var strLength = length ? stringSize(string) : 0; + return (length && strLength < length) + ? (string + createPadding(length - strLength, chars)) + : string; + } + + /** + * Pads `string` on the left side if it's shorter than `length`. Padding + * characters are truncated if they exceed `length`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to pad. + * @param {number} [length=0] The padding length. + * @param {string} [chars=' '] The string used as padding. + * @returns {string} Returns the padded string. + * @example + * + * _.padStart('abc', 6); + * // => ' abc' + * + * _.padStart('abc', 6, '_-'); + * // => '_-_abc' + * + * _.padStart('abc', 3); + * // => 'abc' + */ + function padStart(string, length, chars) { + string = toString(string); + length = toInteger(length); + + var strLength = length ? stringSize(string) : 0; + return (length && strLength < length) + ? (createPadding(length - strLength, chars) + string) + : string; + } + + /** + * Converts `string` to an integer of the specified radix. If `radix` is + * `undefined` or `0`, a `radix` of `10` is used unless `value` is a + * hexadecimal, in which case a `radix` of `16` is used. + * + * **Note:** This method aligns with the + * [ES5 implementation](https://es5.github.io/#x15.1.2.2) of `parseInt`. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category String + * @param {string} string The string to convert. + * @param {number} [radix=10] The radix to interpret `value` by. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {number} Returns the converted integer. + * @example + * + * _.parseInt('08'); + * // => 8 + * + * _.map(['6', '08', '10'], _.parseInt); + * // => [6, 8, 10] + */ + function parseInt(string, radix, guard) { + if (guard || radix == null) { + radix = 0; + } else if (radix) { + radix = +radix; + } + return nativeParseInt(toString(string).replace(reTrimStart, ''), radix || 0); + } + + /** + * Repeats the given string `n` times. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to repeat. + * @param {number} [n=1] The number of times to repeat the string. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {string} Returns the repeated string. + * @example + * + * _.repeat('*', 3); + * // => '***' + * + * _.repeat('abc', 2); + * // => 'abcabc' + * + * _.repeat('abc', 0); + * // => '' + */ + function repeat(string, n, guard) { + if ((guard ? isIterateeCall(string, n, guard) : n === undefined)) { + n = 1; + } else { + n = toInteger(n); + } + return baseRepeat(toString(string), n); + } + + /** + * Replaces matches for `pattern` in `string` with `replacement`. + * + * **Note:** This method is based on + * [`String#replace`](https://mdn.io/String/replace). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to modify. + * @param {RegExp|string} pattern The pattern to replace. + * @param {Function|string} replacement The match replacement. + * @returns {string} Returns the modified string. + * @example + * + * _.replace('Hi Fred', 'Fred', 'Barney'); + * // => 'Hi Barney' + */ + function replace() { + var args = arguments, + string = toString(args[0]); + + return args.length < 3 ? string : string.replace(args[1], args[2]); + } + + /** + * Converts `string` to + * [snake case](https://en.wikipedia.org/wiki/Snake_case). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the snake cased string. + * @example + * + * _.snakeCase('Foo Bar'); + * // => 'foo_bar' + * + * _.snakeCase('fooBar'); + * // => 'foo_bar' + * + * _.snakeCase('--FOO-BAR--'); + * // => 'foo_bar' + */ + var snakeCase = createCompounder(function(result, word, index) { + return result + (index ? '_' : '') + word.toLowerCase(); + }); + + /** + * Splits `string` by `separator`. + * + * **Note:** This method is based on + * [`String#split`](https://mdn.io/String/split). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to split. + * @param {RegExp|string} separator The separator pattern to split by. + * @param {number} [limit] The length to truncate results to. + * @returns {Array} Returns the string segments. + * @example + * + * _.split('a-b-c', '-', 2); + * // => ['a', 'b'] + */ + function split(string, separator, limit) { + if (limit && typeof limit != 'number' && isIterateeCall(string, separator, limit)) { + separator = limit = undefined; + } + limit = limit === undefined ? MAX_ARRAY_LENGTH : limit >>> 0; + if (!limit) { + return []; + } + string = toString(string); + if (string && ( + typeof separator == 'string' || + (separator != null && !isRegExp(separator)) + )) { + separator = baseToString(separator); + if (!separator && hasUnicode(string)) { + return castSlice(stringToArray(string), 0, limit); + } + } + return string.split(separator, limit); + } + + /** + * Converts `string` to + * [start case](https://en.wikipedia.org/wiki/Letter_case#Stylistic_or_specialised_usage). + * + * @static + * @memberOf _ + * @since 3.1.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the start cased string. + * @example + * + * _.startCase('--foo-bar--'); + * // => 'Foo Bar' + * + * _.startCase('fooBar'); + * // => 'Foo Bar' + * + * _.startCase('__FOO_BAR__'); + * // => 'FOO BAR' + */ + var startCase = createCompounder(function(result, word, index) { + return result + (index ? ' ' : '') + upperFirst(word); + }); + + /** + * Checks if `string` starts with the given target string. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to inspect. + * @param {string} [target] The string to search for. + * @param {number} [position=0] The position to search from. + * @returns {boolean} Returns `true` if `string` starts with `target`, + * else `false`. + * @example + * + * _.startsWith('abc', 'a'); + * // => true + * + * _.startsWith('abc', 'b'); + * // => false + * + * _.startsWith('abc', 'b', 1); + * // => true + */ + function startsWith(string, target, position) { + string = toString(string); + position = position == null + ? 0 + : baseClamp(toInteger(position), 0, string.length); + + target = baseToString(target); + return string.slice(position, position + target.length) == target; + } + + /** + * Creates a compiled template function that can interpolate data properties + * in "interpolate" delimiters, HTML-escape interpolated data properties in + * "escape" delimiters, and execute JavaScript in "evaluate" delimiters. Data + * properties may be accessed as free variables in the template. If a setting + * object is given, it takes precedence over `_.templateSettings` values. + * + * **Note:** In the development build `_.template` utilizes + * [sourceURLs](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl) + * for easier debugging. + * + * For more information on precompiling templates see + * [lodash's custom builds documentation](https://lodash.com/custom-builds). + * + * For more information on Chrome extension sandboxes see + * [Chrome's extensions documentation](https://developer.chrome.com/extensions/sandboxingEval). + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category String + * @param {string} [string=''] The template string. + * @param {Object} [options={}] The options object. + * @param {RegExp} [options.escape=_.templateSettings.escape] + * The HTML "escape" delimiter. + * @param {RegExp} [options.evaluate=_.templateSettings.evaluate] + * The "evaluate" delimiter. + * @param {Object} [options.imports=_.templateSettings.imports] + * An object to import into the template as free variables. + * @param {RegExp} [options.interpolate=_.templateSettings.interpolate] + * The "interpolate" delimiter. + * @param {string} [options.sourceURL='lodash.templateSources[n]'] + * The sourceURL of the compiled template. + * @param {string} [options.variable='obj'] + * The data object variable name. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the compiled template function. + * @example + * + * // Use the "interpolate" delimiter to create a compiled template. + * var compiled = _.template('hello <%= user %>!'); + * compiled({ 'user': 'fred' }); + * // => 'hello fred!' + * + * // Use the HTML "escape" delimiter to escape data property values. + * var compiled = _.template('<%- value %>'); + * compiled({ 'value': ' + +``` + +## Tests + +```sh +npm test +``` diff --git a/typescript/hello-world/node_modules/merge/bower.json b/typescript/hello-world/node_modules/merge/bower.json new file mode 100644 index 0000000..bd5de03 --- /dev/null +++ b/typescript/hello-world/node_modules/merge/bower.json @@ -0,0 +1,22 @@ +{ + "name": "merge", + "version": "1.2.0", + "homepage": "https://github.com/yeikos/js.merge", + "authors": [ + "yeikos " + ], + "description": "Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser.", + "main": "merge.js", + "keywords": [ + "merge", + "recursive", + "extend", + "clone", + "object", + "browser" + ], + "license": "MIT", + "ignore": [ + "tests" + ] +} diff --git a/typescript/hello-world/node_modules/merge/merge.js b/typescript/hello-world/node_modules/merge/merge.js new file mode 100644 index 0000000..43089c8 --- /dev/null +++ b/typescript/hello-world/node_modules/merge/merge.js @@ -0,0 +1,175 @@ +/*! + * @name JavaScript/NodeJS Merge v1.2.0 + * @author yeikos + * @repository https://github.com/yeikos/js.merge + + * Copyright 2014 yeikos - MIT license + * https://raw.github.com/yeikos/js.merge/master/LICENSE + */ + +;(function(isNode) { + + /** + * Merge one or more objects + * @param bool? clone + * @param mixed,... arguments + * @return object + */ + + var Public = function(clone) { + + return merge(clone === true, false, arguments); + + }, publicName = 'merge'; + + /** + * Merge two or more objects recursively + * @param bool? clone + * @param mixed,... arguments + * @return object + */ + + Public.recursive = function(clone) { + + return merge(clone === true, true, arguments); + + }; + + /** + * Clone the input removing any reference + * @param mixed input + * @return mixed + */ + + Public.clone = function(input) { + + var output = input, + type = typeOf(input), + index, size; + + if (type === 'array') { + + output = []; + size = input.length; + + for (index=0;index Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. + +Micromatch supports all of the same matching features as [minimatch](https://github.com/isaacs/minimatch) and [multimatch](https://github.com/sindresorhus/multimatch). + +* [mm()](#usage) is the same as [multimatch()](https://github.com/sindresorhus/multimatch) +* [mm.match()](#match) is the same as [minimatch.match()](https://github.com/isaacs/minimatch) +* use [mm.isMatch()](#ismatch) instead of [minimatch()](https://github.com/isaacs/minimatch) + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save micromatch +``` + +## Start matching! + +```js +var mm = require('micromatch'); +console.log(mm([''])) +``` + +*** + +### Features + +* [Drop-in replacement](#switch-from-minimatch) for [minimatch](https://github.com/isaacs/minimatch) and [multimatch](https://github.com/sindresorhus/multimatch) +* Built-in support for multiple glob patterns, like `['foo/*.js', '!bar.js']` +* [Brace Expansion](https://github.com/jonschlinkert/braces) (`foo/bar-{1..5}.md`, `one/{two,three}/four.md`) +* Typical glob patterns, like `**/*`, `a/b/*.js`, or `['foo/*.js', '!bar.js']` +* Methods like `.isMatch()`, `.contains()` and `.any()` + +**Extended globbing features:** + +* Logical `OR` (`foo/bar/(abc|xyz).js`) +* Regex character classes (`foo/bar/baz-[1-5].js`) +* POSIX [bracket expressions](https://github.com/jonschlinkert/expand-brackets) (`**/[[:alpha:][:digit:]]/`) +* [extglobs](https://github.com/jonschlinkert/extglob) (`**/+(x|y)`, `!(a|b)`, etc). + +You can combine these to create whatever matching patterns you need. + +**Example** + +```js +// double-negation! +mm(['fa', 'fb', 'f', 'fo'], '!(f!(o))'); +//=> ['fo'] +``` + +## Why switch to micromatch? + +* Native support for multiple glob patterns, no need for wrappers like [multimatch](https://github.com/sindresorhus/multimatch) +* [10-55x faster](#benchmarks) and more performant than [minimatch](https://github.com/isaacs/minimatch) and [multimatch](https://github.com/sindresorhus/multimatch). This is achieved through a combination of caching and regex optimization strategies, a fundamentally different approach than minimatch. +* More extensive support for the Bash 4.3 specification +* More complete extglob support +* Extensive [unit tests](./test) (approx. 1,300 tests). Minimatch fails many of the tests. + +### Switch from minimatch + +Use `mm.isMatch()` instead of `minimatch()`: + +```js +mm.isMatch('foo', 'b*'); +//=> false +``` + +Use `mm.match()` instead of `minimatch.match()`: + +```js +mm.match(['foo', 'bar'], 'b*'); +//=> 'bar' +``` + +### Switch from multimatch + +Same signature: + +```js +mm(['foo', 'bar', 'baz'], ['f*', '*z']); +//=> ['foo', 'baz'] +``` + +*** + +## Usage + +Add micromatch to your node.js project: + +```js +var mm = require('micromatch'); +``` + +**Signature** + +```js +mm(array_of_strings, glob_patterns[, options]); +``` + +**Example** + +```js +mm(['foo', 'bar', 'baz'], 'b*'); +//=> ['bar', 'baz'] +``` + +### Usage examples + +**Brace expansion** + +Match files with `.js` or `.txt` extensions. + +```js +mm(['a.js', 'b.md', 'c.txt'], '*.{js,txt}'); +//=> ['a.js', 'c.txt'] +``` + +**Extglobs** + +Match anything except for files with the `.md` extension. + +```js +mm(files, '**/*.!(md)'); + +//=> ['a.js', 'c.txt'] +``` + +**Multiple patterns** + +Match using an array of patterns. + +```js +mm(['a.md', 'b.js', 'c.txt', 'd.json'], ['*.md', '*.txt']); +//=> ['a.md', 'c.txt'] +``` + +**Negation patterns:** + +Behavior is designed to be what users would expect, based on conventions that are already well-established. + +* [minimatch](https://github.com/isaacs/minimatch) behavior is used when the pattern is a string, so patterns are **inclusive by default**. +* [multimatch](https://github.com/sindresorhus/multimatch) behavior is used when an array of patterns is passed, so patterns are **exclusive by default**. + +```js +mm(['a.js', 'b.md', 'c.txt'], '!*.{js,txt}'); +//=> ['b.md'] + +mm(['a.md', 'b.js', 'c.txt', 'd.json'], ['*.*', '!*.{js,txt}']); +//=> ['a.md', 'd.json'] +``` + +*** + +## API methods + +```js +var mm = require('micromatch'); +``` + +### .match + +```js +mm.match(array, globString); +``` + +Return an array of files that match the given glob pattern. Useful if you only need to use a single glob pattern. + +**Example** + +```js +mm.match(['ab', 'a/b', 'bb', 'b/c'], '?b'); +//=> ['ab', 'bb'] + +mm.match(['ab', 'a/b', 'bb', 'b/c'], '*/b'); +//=> ['a/b'] +``` + +### .isMatch + +```js +mm.isMatch(filepath, globString); +``` + +Returns true if a file path matches the given glob pattern. + +**Example** + +```js +mm.isMatch('.verb.md', '*.md'); +//=> false + +mm.isMatch('.verb.md', '*.md', {dot: true}); +//=> true +``` + +### .contains + +Returns true if any part of a file path matches the given glob pattern. Think of this is "has path" versus "is path". + +**Example** + +`.isMatch()` would return false for both of the following: + +```js +mm.contains('a/b/c', 'a/b'); +//=> true + +mm.contains('a/b/c', 'a/*'); +//=> true +``` + +### .matcher + +Returns a function for matching using the supplied pattern. e.g. create your own "matcher". The advantage of this method is that the pattern can be compiled outside of a loop. + +**Pattern** + +Can be any of the following: + +* `glob/string` +* `regex` +* `function` + +**Example** + +```js +var isMatch = mm.matcher('*.md'); +var files = []; + +['a.md', 'b.txt', 'c.md'].forEach(function(fp) { + if (isMatch(fp)) { + files.push(fp); + } +}); +``` + +### .filter + +Returns a function that can be passed to `Array#filter()`. + +**Params** + +* `patterns` **{String|Array}**: + +**Examples** + +Single glob: + +```js +var fn = mm.filter('*.md'); +['a.js', 'b.txt', 'c.md'].filter(fn); +//=> ['c.md'] + +var fn = mm.filter('[a-c]'); +['a', 'b', 'c', 'd', 'e'].filter(fn); +//=> ['a', 'b', 'c'] +``` + +Array of glob patterns: + +```js +var arr = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]; + +var fn = mm.filter(['{1..10}', '![7-9]', '!{3..4}']); +arr.filter(fn); +//=> [1, 2, 5, 6, 10] +``` + +_(Internally this function generates the matching function by using the [matcher](#matcher) method. You can use the [matcher](#matcher) method directly to create your own filter function)_ + +### .any + +Returns true if a file path matches any of the given patterns. + +```js +mm.any(filepath, patterns, options); +``` + +**Params** + +* filepath `{String}`: The file path to test. +* patterns `{String|Array}`: One or more glob patterns +* options: `{Object}`: options to pass to the `.matcher()` method. + +**Example** + +```js +mm.any('abc', ['!*z']); +//=> true +mm.any('abc', ['a*', 'z*']); +//=> true +mm.any('abc', 'a*'); +//=> true +mm.any('abc', ['z*']); +//=> false +``` + +### .expand + +Returns an object with a regex-compatible string and tokens. + +```js +mm.expand('*.js'); + +// when `track` is enabled (for debugging), the `history` array is used +// to record each mutation to the glob pattern as it's converted to regex +{ options: { track: false, dot: undefined, makeRe: true, negated: false }, + pattern: '(.*\\/|^)bar\\/(?:(?!(?:^|\\/)\\.).)*?', + history: [], + tokens: + { path: + { whole: '**/bar/**', + dirname: '**/bar/', + filename: '**', + basename: '**', + extname: '', + ext: '' }, + is: + { glob: true, + negated: false, + globstar: true, + dotfile: false, + dotdir: false }, + match: {}, + original: '**/bar/**', + pattern: '**/bar/**', + base: '' } } +``` + +### .makeRe + +Create a regular expression for matching file paths based on the given pattern: + +```js +mm.makeRe('*.js'); +//=> /^(?:(?!\.)(?=.)[^/]*?\.js)$/ +``` + +## Options + +### options.unixify + +Normalize slashes in file paths and glob patterns to forward slashes. + +Type: `{Boolean}` + +Default: `undefined` on non-windows, `true` on windows. + +### options.dot + +Match dotfiles. Same behavior as [minimatch](https://github.com/isaacs/minimatch). + +Type: `{Boolean}` + +Default: `false` + +### options.unescape + +Unescape slashes in glob patterns. Use cautiously, especially on windows. + +Type: `{Boolean}` + +Default: `undefined` + +**Example** + +```js +mm.isMatch('abc', '\\a\\b\\c', {unescape: true}); +//=> true +``` + +### options.nodupes + +Remove duplicate elements from the result array. + +Type: `{Boolean}` + +Default: `undefined` + +**Example** + +Example of using the `unescape` and `nodupes` options together: + +```js +mm.match(['abc', '\\a\\b\\c'], '\\a\\b\\c', {unescape: true}); +//=> ['abc', 'abc'] + +mm.match(['abc', '\\a\\b\\c'], '\\a\\b\\c', {unescape: true, nodupes: true}); +//=> ['abc'] +``` + +### options.matchBase + +Allow glob patterns without slashes to match a file path based on its basename. . Same behavior as [minimatch](https://github.com/isaacs/minimatch). + +Type: `{Boolean}` + +Default: `false` + +**Example** + +```js +mm(['a/b.js', 'a/c.md'], '*.js'); +//=> [] + +mm(['a/b.js', 'a/c.md'], '*.js', {matchBase: true}); +//=> ['a/b.js'] +``` + +### options.nobraces + +Don't expand braces in glob patterns. Same behavior as [minimatch](https://github.com/isaacs/minimatch) `nobrace`. + +Type: `{Boolean}` + +Default: `undefined` + +See [braces](https://github.com/jonschlinkert/braces) for more information about extended brace expansion. + +### options.nobrackets + +Don't expand POSIX bracket expressions. + +Type: `{Boolean}` + +Default: `undefined` + +See [expand-brackets](https://github.com/jonschlinkert/expand-brackets) for more information about extended bracket expressions. + +### options.noextglob + +Don't expand extended globs. + +Type: `{Boolean}` + +Default: `undefined` + +See [extglob](https://github.com/jonschlinkert/extglob) for more information about extended globs. + +### options.nocase + +Use a case-insensitive regex for matching files. Same behavior as [minimatch](https://github.com/isaacs/minimatch). + +Type: `{Boolean}` + +Default: `false` + +### options.nonegate + +Disallow negation (`!`) patterns. + +Type: `{Boolean}` + +Default: `false` + +### options.nonull + +If `true`, when no matches are found the actual (array-ified) glob pattern is returned instead of an empty array. Same behavior as [minimatch](https://github.com/isaacs/minimatch). + +Type: `{Boolean}` + +Default: `false` + +### options.cache + +Cache the platform (e.g. `win32`) to prevent this from being looked up for every filepath. + +Type: `{Boolean}` + +Default: `true` + +*** + +## Other features + +Micromatch also supports the following. + +### Extended globbing + +#### extglobs + +Extended globbing, as described by the bash man page: + +| **pattern** | **regex equivalent** | **description** | +| --- | --- | --- | +| `?(pattern-list)` | `(... | ...)?` | Matches zero or one occurrence of the given patterns | +| `*(pattern-list)` | `(... | ...)*` | Matches zero or more occurrences of the given patterns | +| `+(pattern-list)` | `(... | ...)+` | Matches one or more occurrences of the given patterns | +| `@(pattern-list)` | `(... | ...)` * | Matches one of the given patterns | +| `!(pattern-list)` | N/A | Matches anything except one of the given patterns | + +* `@` isn't a RegEx character. + +Powered by [extglob](https://github.com/jonschlinkert/extglob). Visit that library for the full range of options or to report extglob related issues. + +See [extglob](https://github.com/jonschlinkert/extglob) for more information about extended globs. + +#### brace expansion + +In simple cases, brace expansion appears to work the same way as the logical `OR` operator. For example, `(a|b)` will achieve the same result as `{a,b}`. + +Here are some powerful features unique to brace expansion (versus character classes): + +* range expansion: `a{1..3}b/*.js` expands to: `['a1b/*.js', 'a2b/*.js', 'a3b/*.js']` +* nesting: `a{c,{d,e}}b/*.js` expands to: `['acb/*.js', 'adb/*.js', 'aeb/*.js']` + +Visit [braces](https://github.com/jonschlinkert/braces) to ask questions and create an issue related to brace-expansion, or to see the full range of features and options related to brace expansion. + +#### regex character classes + +With the exception of brace expansion (`{a,b}`, `{1..5}`, etc), most of the special characters convert directly to regex, so you can expect them to follow the same rules and produce the same results as regex. + +For example, given the list: `['a.js', 'b.js', 'c.js', 'd.js', 'E.js']`: + +* `[ac].js`: matches both `a` and `c`, returning `['a.js', 'c.js']` +* `[b-d].js`: matches from `b` to `d`, returning `['b.js', 'c.js', 'd.js']` +* `[b-d].js`: matches from `b` to `d`, returning `['b.js', 'c.js', 'd.js']` +* `a/[A-Z].js`: matches and uppercase letter, returning `['a/E.md']` + +Learn about [regex character classes](http://www.regular-expressions.info/charclass.html). + +#### regex groups + +Given `['a.js', 'b.js', 'c.js', 'd.js', 'E.js']`: + +* `(a|c).js`: would match either `a` or `c`, returning `['a.js', 'c.js']` +* `(b|d).js`: would match either `b` or `d`, returning `['b.js', 'd.js']` +* `(b|[A-Z]).js`: would match either `b` or an uppercase letter, returning `['b.js', 'E.js']` + +As with regex, parenthese can be nested, so patterns like `((a|b)|c)/b` will work. But it might be easier to achieve your goal using brace expansion. + +#### POSIX bracket expressions + +**Example** + +```js +mm.isMatch('a1', '[[:alpha:][:digit:]]'); +//=> true +``` + +See [expand-brackets](https://github.com/jonschlinkert/expand-brackets) for more information about extended bracket expressions. + +*** + +## Notes + +Whenever possible parsing behavior for patterns is based on globbing specifications in Bash 4.3. Patterns that aren't described by Bash follow wildmatch spec (used by git). + +## Benchmarks + +Run the [benchmarks](./benchmark): + +```bash +node benchmark +``` + +As of July 15, 2016: + +```bash +#1: basename-braces + micromatch x 26,420 ops/sec ±0.89% (91 runs sampled) + minimatch x 3,507 ops/sec ±0.64% (97 runs sampled) + +#2: basename + micromatch x 25,315 ops/sec ±0.82% (93 runs sampled) + minimatch x 4,398 ops/sec ±0.86% (94 runs sampled) + +#3: braces-no-glob + micromatch x 341,254 ops/sec ±0.78% (93 runs sampled) + minimatch x 30,197 ops/sec ±1.12% (91 runs sampled) + +#4: braces + micromatch x 54,649 ops/sec ±0.74% (94 runs sampled) + minimatch x 3,095 ops/sec ±0.82% (95 runs sampled) + +#5: immediate + micromatch x 16,719 ops/sec ±0.79% (95 runs sampled) + minimatch x 4,348 ops/sec ±0.86% (96 runs sampled) + +#6: large + micromatch x 721 ops/sec ±0.77% (94 runs sampled) + minimatch x 17.73 ops/sec ±1.08% (50 runs sampled) + +#7: long + micromatch x 5,051 ops/sec ±0.87% (97 runs sampled) + minimatch x 628 ops/sec ±0.83% (94 runs sampled) + +#8: mid + micromatch x 51,280 ops/sec ±0.80% (95 runs sampled) + minimatch x 1,923 ops/sec ±0.84% (95 runs sampled) + +#9: multi-patterns + micromatch x 22,440 ops/sec ±0.97% (94 runs sampled) + minimatch x 2,481 ops/sec ±1.10% (94 runs sampled) + +#10: no-glob + micromatch x 722,823 ops/sec ±1.30% (87 runs sampled) + minimatch x 52,967 ops/sec ±1.09% (94 runs sampled) + +#11: range + micromatch x 243,471 ops/sec ±0.79% (94 runs sampled) + minimatch x 11,736 ops/sec ±0.82% (96 runs sampled) + +#12: shallow + micromatch x 190,874 ops/sec ±0.98% (95 runs sampled) + minimatch x 21,699 ops/sec ±0.81% (97 runs sampled) + +#13: short + micromatch x 496,393 ops/sec ±3.86% (90 runs sampled) + minimatch x 53,765 ops/sec ±0.75% (95 runs sampled) +``` + +## Tests + +### Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +### Coverage + +As of July 15, 2016: + +```sh +Statements : 100% (441/441) +Branches : 100% (270/270) +Functions : 100% (54/54) +Lines : 100% (429/429) +``` + +## Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +Please be sure to run the benchmarks before/after any code changes to judge the impact before you do a PR. thanks! + +## Related + +* [braces](https://www.npmjs.com/package/braces): Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces… [more](https://github.com/jonschlinkert/braces) | [homepage](https://github.com/jonschlinkert/braces "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.") +* [expand-brackets](https://www.npmjs.com/package/expand-brackets): Expand POSIX bracket expressions (character classes) in glob patterns. | [homepage](https://github.com/jonschlinkert/expand-brackets "Expand POSIX bracket expressions (character classes) in glob patterns.") +* [expand-range](https://www.npmjs.com/package/expand-range): Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See… [more](https://github.com/jonschlinkert/expand-range) | [homepage](https://github.com/jonschlinkert/expand-range "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.") +* [extglob](https://www.npmjs.com/package/extglob): Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to… [more](https://github.com/jonschlinkert/extglob) | [homepage](https://github.com/jonschlinkert/extglob "Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.") +* [fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or multiplier to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range "Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.") +* [gulp-micromatch](https://www.npmjs.com/package/gulp-micromatch): Filter vinyl files with glob patterns, string, regexp, array, object or matcher function. micromatch stream. | [homepage](https://github.com/tunnckocore/gulp-micromatch#readme "Filter vinyl files with glob patterns, string, regexp, array, object or matcher function. micromatch stream.") +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet") +* [parse-glob](https://www.npmjs.com/package/parse-glob): Parse a glob pattern into an object of tokens. | [homepage](https://github.com/jonschlinkert/parse-glob "Parse a glob pattern into an object of tokens.") + +## Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +## Building docs + +_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ + +To generate the readme and API documentation with [verb](https://github.com/verbose/verb): + +```sh +$ npm install -g verb verb-generate-readme && verb +``` + +## Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +## Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +## License + +Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT license](https://github.com/jonschlinkert/micromatch/blob/master/LICENSE). + +*** + +_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on July 15, 2016._ \ No newline at end of file diff --git a/typescript/hello-world/node_modules/micromatch/index.js b/typescript/hello-world/node_modules/micromatch/index.js new file mode 100755 index 0000000..f898ec1 --- /dev/null +++ b/typescript/hello-world/node_modules/micromatch/index.js @@ -0,0 +1,431 @@ +/*! + * micromatch + * + * Copyright (c) 2014-2015, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +var expand = require('./lib/expand'); +var utils = require('./lib/utils'); + +/** + * The main function. Pass an array of filepaths, + * and a string or array of glob patterns + * + * @param {Array|String} `files` + * @param {Array|String} `patterns` + * @param {Object} `opts` + * @return {Array} Array of matches + */ + +function micromatch(files, patterns, opts) { + if (!files || !patterns) return []; + opts = opts || {}; + + if (typeof opts.cache === 'undefined') { + opts.cache = true; + } + + if (!Array.isArray(patterns)) { + return match(files, patterns, opts); + } + + var len = patterns.length, i = 0; + var omit = [], keep = []; + + while (len--) { + var glob = patterns[i++]; + if (typeof glob === 'string' && glob.charCodeAt(0) === 33 /* ! */) { + omit.push.apply(omit, match(files, glob.slice(1), opts)); + } else { + keep.push.apply(keep, match(files, glob, opts)); + } + } + return utils.diff(keep, omit); +} + +/** + * Return an array of files that match the given glob pattern. + * + * This function is called by the main `micromatch` function If you only + * need to pass a single pattern you might get very minor speed improvements + * using this function. + * + * @param {Array} `files` + * @param {String} `pattern` + * @param {Object} `options` + * @return {Array} + */ + +function match(files, pattern, opts) { + if (utils.typeOf(files) !== 'string' && !Array.isArray(files)) { + throw new Error(msg('match', 'files', 'a string or array')); + } + + files = utils.arrayify(files); + opts = opts || {}; + + var negate = opts.negate || false; + var orig = pattern; + + if (typeof pattern === 'string') { + negate = pattern.charAt(0) === '!'; + if (negate) { + pattern = pattern.slice(1); + } + + // we need to remove the character regardless, + // so the above logic is still needed + if (opts.nonegate === true) { + negate = false; + } + } + + var _isMatch = matcher(pattern, opts); + var len = files.length, i = 0; + var res = []; + + while (i < len) { + var file = files[i++]; + var fp = utils.unixify(file, opts); + + if (!_isMatch(fp)) { continue; } + res.push(fp); + } + + if (res.length === 0) { + if (opts.failglob === true) { + throw new Error('micromatch.match() found no matches for: "' + orig + '".'); + } + + if (opts.nonull || opts.nullglob) { + res.push(utils.unescapeGlob(orig)); + } + } + + // if `negate` was defined, diff negated files + if (negate) { res = utils.diff(files, res); } + + // if `ignore` was defined, diff ignored filed + if (opts.ignore && opts.ignore.length) { + pattern = opts.ignore; + opts = utils.omit(opts, ['ignore']); + res = utils.diff(res, micromatch(res, pattern, opts)); + } + + if (opts.nodupes) { + return utils.unique(res); + } + return res; +} + +/** + * Returns a function that takes a glob pattern or array of glob patterns + * to be used with `Array#filter()`. (Internally this function generates + * the matching function using the [matcher] method). + * + * ```js + * var fn = mm.filter('[a-c]'); + * ['a', 'b', 'c', 'd', 'e'].filter(fn); + * //=> ['a', 'b', 'c'] + * ``` + * @param {String|Array} `patterns` Can be a glob or array of globs. + * @param {Options} `opts` Options to pass to the [matcher] method. + * @return {Function} Filter function to be passed to `Array#filter()`. + */ + +function filter(patterns, opts) { + if (!Array.isArray(patterns) && typeof patterns !== 'string') { + throw new TypeError(msg('filter', 'patterns', 'a string or array')); + } + + patterns = utils.arrayify(patterns); + var len = patterns.length, i = 0; + var patternMatchers = Array(len); + while (i < len) { + patternMatchers[i] = matcher(patterns[i++], opts); + } + + return function(fp) { + if (fp == null) return []; + var len = patternMatchers.length, i = 0; + var res = true; + + fp = utils.unixify(fp, opts); + while (i < len) { + var fn = patternMatchers[i++]; + if (!fn(fp)) { + res = false; + break; + } + } + return res; + }; +} + +/** + * Returns true if the filepath contains the given + * pattern. Can also return a function for matching. + * + * ```js + * isMatch('foo.md', '*.md', {}); + * //=> true + * + * isMatch('*.md', {})('foo.md') + * //=> true + * ``` + * @param {String} `fp` + * @param {String} `pattern` + * @param {Object} `opts` + * @return {Boolean} + */ + +function isMatch(fp, pattern, opts) { + if (typeof fp !== 'string') { + throw new TypeError(msg('isMatch', 'filepath', 'a string')); + } + + fp = utils.unixify(fp, opts); + if (utils.typeOf(pattern) === 'object') { + return matcher(fp, pattern); + } + return matcher(pattern, opts)(fp); +} + +/** + * Returns true if the filepath matches the + * given pattern. + */ + +function contains(fp, pattern, opts) { + if (typeof fp !== 'string') { + throw new TypeError(msg('contains', 'pattern', 'a string')); + } + + opts = opts || {}; + opts.contains = (pattern !== ''); + fp = utils.unixify(fp, opts); + + if (opts.contains && !utils.isGlob(pattern)) { + return fp.indexOf(pattern) !== -1; + } + return matcher(pattern, opts)(fp); +} + +/** + * Returns true if a file path matches any of the + * given patterns. + * + * @param {String} `fp` The filepath to test. + * @param {String|Array} `patterns` Glob patterns to use. + * @param {Object} `opts` Options to pass to the `matcher()` function. + * @return {String} + */ + +function any(fp, patterns, opts) { + if (!Array.isArray(patterns) && typeof patterns !== 'string') { + throw new TypeError(msg('any', 'patterns', 'a string or array')); + } + + patterns = utils.arrayify(patterns); + var len = patterns.length; + + fp = utils.unixify(fp, opts); + while (len--) { + var isMatch = matcher(patterns[len], opts); + if (isMatch(fp)) { + return true; + } + } + return false; +} + +/** + * Filter the keys of an object with the given `glob` pattern + * and `options` + * + * @param {Object} `object` + * @param {Pattern} `object` + * @return {Array} + */ + +function matchKeys(obj, glob, options) { + if (utils.typeOf(obj) !== 'object') { + throw new TypeError(msg('matchKeys', 'first argument', 'an object')); + } + + var fn = matcher(glob, options); + var res = {}; + + for (var key in obj) { + if (obj.hasOwnProperty(key) && fn(key)) { + res[key] = obj[key]; + } + } + return res; +} + +/** + * Return a function for matching based on the + * given `pattern` and `options`. + * + * @param {String} `pattern` + * @param {Object} `options` + * @return {Function} + */ + +function matcher(pattern, opts) { + // pattern is a function + if (typeof pattern === 'function') { + return pattern; + } + // pattern is a regex + if (pattern instanceof RegExp) { + return function(fp) { + return pattern.test(fp); + }; + } + + if (typeof pattern !== 'string') { + throw new TypeError(msg('matcher', 'pattern', 'a string, regex, or function')); + } + + // strings, all the way down... + pattern = utils.unixify(pattern, opts); + + // pattern is a non-glob string + if (!utils.isGlob(pattern)) { + return utils.matchPath(pattern, opts); + } + // pattern is a glob string + var re = makeRe(pattern, opts); + + // `matchBase` is defined + if (opts && opts.matchBase) { + return utils.hasFilename(re, opts); + } + // `matchBase` is not defined + return function(fp) { + fp = utils.unixify(fp, opts); + return re.test(fp); + }; +} + +/** + * Create and cache a regular expression for matching + * file paths. + * + * If the leading character in the `glob` is `!`, a negation + * regex is returned. + * + * @param {String} `glob` + * @param {Object} `options` + * @return {RegExp} + */ + +function toRegex(glob, options) { + // clone options to prevent mutating the original object + var opts = Object.create(options || {}); + var flags = opts.flags || ''; + if (opts.nocase && flags.indexOf('i') === -1) { + flags += 'i'; + } + + var parsed = expand(glob, opts); + + // pass in tokens to avoid parsing more than once + opts.negated = opts.negated || parsed.negated; + opts.negate = opts.negated; + glob = wrapGlob(parsed.pattern, opts); + var re; + + try { + re = new RegExp(glob, flags); + return re; + } catch (err) { + err.reason = 'micromatch invalid regex: (' + re + ')'; + if (opts.strict) throw new SyntaxError(err); + } + + // we're only here if a bad pattern was used and the user + // passed `options.silent`, so match nothing + return /$^/; +} + +/** + * Create the regex to do the matching. If the leading + * character in the `glob` is `!` a negation regex is returned. + * + * @param {String} `glob` + * @param {Boolean} `negate` + */ + +function wrapGlob(glob, opts) { + var prefix = (opts && !opts.contains) ? '^' : ''; + var after = (opts && !opts.contains) ? '$' : ''; + glob = ('(?:' + glob + ')' + after); + if (opts && opts.negate) { + return prefix + ('(?!^' + glob + ').*$'); + } + return prefix + glob; +} + +/** + * Create and cache a regular expression for matching file paths. + * If the leading character in the `glob` is `!`, a negation + * regex is returned. + * + * @param {String} `glob` + * @param {Object} `options` + * @return {RegExp} + */ + +function makeRe(glob, opts) { + if (utils.typeOf(glob) !== 'string') { + throw new Error(msg('makeRe', 'glob', 'a string')); + } + return utils.cache(toRegex, glob, opts); +} + +/** + * Make error messages consistent. Follows this format: + * + * ```js + * msg(methodName, argNumber, nativeType); + * // example: + * msg('matchKeys', 'first', 'an object'); + * ``` + * + * @param {String} `method` + * @param {String} `num` + * @param {String} `type` + * @return {String} + */ + +function msg(method, what, type) { + return 'micromatch.' + method + '(): ' + what + ' should be ' + type + '.'; +} + +/** + * Public methods + */ + +/* eslint no-multi-spaces: 0 */ +micromatch.any = any; +micromatch.braces = micromatch.braceExpand = utils.braces; +micromatch.contains = contains; +micromatch.expand = expand; +micromatch.filter = filter; +micromatch.isMatch = isMatch; +micromatch.makeRe = makeRe; +micromatch.match = match; +micromatch.matcher = matcher; +micromatch.matchKeys = matchKeys; + +/** + * Expose `micromatch` + */ + +module.exports = micromatch; diff --git a/typescript/hello-world/node_modules/micromatch/package.json b/typescript/hello-world/node_modules/micromatch/package.json new file mode 100644 index 0000000..f2aef5b --- /dev/null +++ b/typescript/hello-world/node_modules/micromatch/package.json @@ -0,0 +1,114 @@ +{ + "name": "micromatch", + "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.", + "version": "2.3.11", + "homepage": "https://github.com/jonschlinkert/micromatch", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/micromatch", + "bugs": { + "url": "https://github.com/jonschlinkert/micromatch/issues" + }, + "license": "MIT", + "files": [ + "index.js", + "lib" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "arr-diff": "^2.0.0", + "array-unique": "^0.2.1", + "braces": "^1.8.2", + "expand-brackets": "^0.1.4", + "extglob": "^0.3.1", + "filename-regex": "^2.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.1", + "kind-of": "^3.0.2", + "normalize-path": "^2.0.1", + "object.omit": "^2.0.0", + "parse-glob": "^3.0.4", + "regex-cache": "^0.4.2" + }, + "devDependencies": { + "benchmarked": "^0.1.4", + "chalk": "^1.1.1", + "gulp": "^3.9.0", + "gulp-eslint": "^1.1.1", + "gulp-format-md": "^0.1.8", + "gulp-istanbul": "^0.10.1", + "gulp-mocha": "^2.1.3", + "minimatch": "^3.0.0", + "minimist": "^1.2.0", + "mocha": "^2", + "multimatch": "^2.0.0", + "should": "^8", + "write": "^0.2.1" + }, + "keywords": [ + "bash", + "expand", + "expansion", + "expression", + "file", + "files", + "filter", + "find", + "glob", + "globbing", + "globs", + "globstar", + "match", + "matcher", + "matches", + "matching", + "minimatch", + "multimatch", + "path", + "pattern", + "patterns", + "regex", + "regexp", + "regular", + "shell", + "wildcard" + ], + "verb": { + "related": { + "list": [ + "braces", + "expand-brackets", + "expand-range", + "extglob", + "fill-range", + "gulp-micromatch", + "is-glob", + "parse-glob" + ] + }, + "reflinks": [ + "braces", + "expand-brackets", + "extglob", + "minimatch", + "multimatch", + "verb" + ], + "toc": false, + "layout": false, + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/typescript/hello-world/node_modules/mime-db/HISTORY.md b/typescript/hello-world/node_modules/mime-db/HISTORY.md new file mode 100644 index 0000000..8e4d413 --- /dev/null +++ b/typescript/hello-world/node_modules/mime-db/HISTORY.md @@ -0,0 +1,412 @@ +1.27.0 / 2017-03-16 +=================== + + * Add `application/emergencycalldata.control+xml` + * Add `application/emergencycalldata.ecall.msd` + * Add `application/emergencycalldata.veds+xml` + * Add `application/geo+json-seq` + * Add `application/n-quads` + * Add `application/n-triples` + * Add `application/vnd.apothekende.reservation+json` + * Add `application/vnd.efi.img` + * Add `application/vnd.efi.iso` + * Add `application/vnd.imagemeter.image+zip` + * Add `application/vnd.las.las+json` + * Add `application/vnd.ocf+cbor` + * Add `audio/melp` + * Add `audio/melp1200` + * Add `audio/melp2400` + * Add `audio/melp600` + * Add `image/apng` with extension `.apng` + +1.26.0 / 2017-01-14 +=================== + + * Add `application/coap-payload` + * Add `application/cose` + * Add `application/cose-key` + * Add `application/cose-key-set` + * Add `application/mud+json` + * Add `application/trig` + * Add `application/vnd.dataresource+json` + * Add `application/vnd.hc+json` + * Add `application/vnd.tableschema+json` + * Add `application/yang-patch+json` + * Add `application/yang-patch+xml` + * Add extension `.geojson` to `application/geo+json` + +1.25.0 / 2016-11-11 +=================== + + * Add `application/dicom+json` + * Add `application/dicom+xml` + * Add `application/vnd.openstreetmap.data+xml` + * Add `application/vnd.tri.onesource` + * Add `application/yang-data+json` + * Add `application/yang-data+xml` + +1.24.0 / 2016-09-18 +=================== + + * Add `application/clue_info+xml` + * Add `application/geo+json` + * Add `application/lgr+xml` + * Add `application/vnd.amazon.mobi8-ebook` + * Add `application/vnd.chess-pgn` + * Add `application/vnd.comicbook+zip` + * Add `application/vnd.d2l.coursepackage1p0+zip` + * Add `application/vnd.espass-espass+zip` + * Add `application/vnd.nearst.inv+json` + * Add `application/vnd.oma.lwm2m+json` + * Add `application/vnd.oma.lwm2m+tlv` + * Add `application/vnd.quarantainenet` + * Add `application/vnd.rar` + * Add `audio/mp3` + * Add `image/dicom-rle` + * Add `image/emf` + * Add `image/jls` + * Add `image/wmf` + * Add `model/gltf+json` + * Add `text/vnd.ascii-art` + +1.23.0 / 2016-05-01 +=================== + + * Add `application/efi` + * Add `application/vnd.3gpp.sms+xml` + * Add `application/vnd.3lightssoftware.imagescal` + * Add `application/vnd.coreos.ignition+json` + * Add `application/vnd.desmume.movie` + * Add `application/vnd.onepager` + * Add `application/vnd.vel+json` + * Add `text/prs.prop.logic` + * Add `video/encaprtp` + * Add `video/h265` + * Add `video/iso.segment` + * Add `video/raptorfec` + * Add `video/rtploopback` + * Add `video/vnd.radgamettools.bink` + * Add `video/vnd.radgamettools.smacker` + * Add `video/vp8` + * Add extension `.3gpp` to `audio/3gpp` + +1.22.0 / 2016-02-15 +=================== + + * Add `application/ppsp-tracker+json` + * Add `application/problem+json` + * Add `application/problem+xml` + * Add `application/vnd.hdt` + * Add `application/vnd.ms-printschematicket+xml` + * Add `model/vnd.rosette.annotated-data-model` + * Add `text/slim` + * Add extension `.rng` to `application/xml` + * Fix extension of `application/dash+xml` to be `.mpd` + * Update primary extension to `.m4a` for `audio/mp4` + +1.21.0 / 2016-01-06 +=================== + + * Add `application/emergencycalldata.comment+xml` + * Add `application/emergencycalldata.deviceinfo+xml` + * Add `application/emergencycalldata.providerinfo+xml` + * Add `application/emergencycalldata.serviceinfo+xml` + * Add `application/emergencycalldata.subscriberinfo+xml` + * Add `application/vnd.filmit.zfc` + * Add `application/vnd.google-apps.document` + * Add `application/vnd.google-apps.presentation` + * Add `application/vnd.google-apps.spreadsheet` + * Add `application/vnd.mapbox-vector-tile` + * Add `application/vnd.ms-printdevicecapabilities+xml` + * Add `application/vnd.ms-windows.devicepairing` + * Add `application/vnd.ms-windows.nwprinting.oob` + * Add `application/vnd.tml` + * Add `audio/evs` + +1.20.0 / 2015-11-10 +=================== + + * Add `application/cdni` + * Add `application/csvm+json` + * Add `application/rfc+xml` + * Add `application/vnd.3gpp.access-transfer-events+xml` + * Add `application/vnd.3gpp.srvcc-ext+xml` + * Add `application/vnd.ms-windows.wsd.oob` + * Add `application/vnd.oxli.countgraph` + * Add `application/vnd.pagerduty+json` + * Add `text/x-suse-ymp` + +1.19.0 / 2015-09-17 +=================== + + * Add `application/vnd.3gpp-prose-pc3ch+xml` + * Add `application/vnd.3gpp.srvcc-info+xml` + * Add `application/vnd.apple.pkpass` + * Add `application/vnd.drive+json` + +1.18.0 / 2015-09-03 +=================== + + * Add `application/pkcs12` + * Add `application/vnd.3gpp-prose+xml` + * Add `application/vnd.3gpp.mid-call+xml` + * Add `application/vnd.3gpp.state-and-event-info+xml` + * Add `application/vnd.anki` + * Add `application/vnd.firemonkeys.cloudcell` + * Add `application/vnd.openblox.game+xml` + * Add `application/vnd.openblox.game-binary` + +1.17.0 / 2015-08-13 +=================== + + * Add `application/x-msdos-program` + * Add `audio/g711-0` + * Add `image/vnd.mozilla.apng` + * Add extension `.exe` to `application/x-msdos-program` + +1.16.0 / 2015-07-29 +=================== + + * Add `application/vnd.uri-map` + +1.15.0 / 2015-07-13 +=================== + + * Add `application/x-httpd-php` + +1.14.0 / 2015-06-25 +=================== + + * Add `application/scim+json` + * Add `application/vnd.3gpp.ussd+xml` + * Add `application/vnd.biopax.rdf+xml` + * Add `text/x-processing` + +1.13.0 / 2015-06-07 +=================== + + * Add nginx as a source + * Add `application/x-cocoa` + * Add `application/x-java-archive-diff` + * Add `application/x-makeself` + * Add `application/x-perl` + * Add `application/x-pilot` + * Add `application/x-redhat-package-manager` + * Add `application/x-sea` + * Add `audio/x-m4a` + * Add `audio/x-realaudio` + * Add `image/x-jng` + * Add `text/mathml` + +1.12.0 / 2015-06-05 +=================== + + * Add `application/bdoc` + * Add `application/vnd.hyperdrive+json` + * Add `application/x-bdoc` + * Add extension `.rtf` to `text/rtf` + +1.11.0 / 2015-05-31 +=================== + + * Add `audio/wav` + * Add `audio/wave` + * Add extension `.litcoffee` to `text/coffeescript` + * Add extension `.sfd-hdstx` to `application/vnd.hydrostatix.sof-data` + * Add extension `.n-gage` to `application/vnd.nokia.n-gage.symbian.install` + +1.10.0 / 2015-05-19 +=================== + + * Add `application/vnd.balsamiq.bmpr` + * Add `application/vnd.microsoft.portable-executable` + * Add `application/x-ns-proxy-autoconfig` + +1.9.1 / 2015-04-19 +================== + + * Remove `.json` extension from `application/manifest+json` + - This is causing bugs downstream + +1.9.0 / 2015-04-19 +================== + + * Add `application/manifest+json` + * Add `application/vnd.micro+json` + * Add `image/vnd.zbrush.pcx` + * Add `image/x-ms-bmp` + +1.8.0 / 2015-03-13 +================== + + * Add `application/vnd.citationstyles.style+xml` + * Add `application/vnd.fastcopy-disk-image` + * Add `application/vnd.gov.sk.xmldatacontainer+xml` + * Add extension `.jsonld` to `application/ld+json` + +1.7.0 / 2015-02-08 +================== + + * Add `application/vnd.gerber` + * Add `application/vnd.msa-disk-image` + +1.6.1 / 2015-02-05 +================== + + * Community extensions ownership transferred from `node-mime` + +1.6.0 / 2015-01-29 +================== + + * Add `application/jose` + * Add `application/jose+json` + * Add `application/json-seq` + * Add `application/jwk+json` + * Add `application/jwk-set+json` + * Add `application/jwt` + * Add `application/rdap+json` + * Add `application/vnd.gov.sk.e-form+xml` + * Add `application/vnd.ims.imsccv1p3` + +1.5.0 / 2014-12-30 +================== + + * Add `application/vnd.oracle.resource+json` + * Fix various invalid MIME type entries + - `application/mbox+xml` + - `application/oscp-response` + - `application/vwg-multiplexed` + - `audio/g721` + +1.4.0 / 2014-12-21 +================== + + * Add `application/vnd.ims.imsccv1p2` + * Fix various invalid MIME type entries + - `application/vnd-acucobol` + - `application/vnd-curl` + - `application/vnd-dart` + - `application/vnd-dxr` + - `application/vnd-fdf` + - `application/vnd-mif` + - `application/vnd-sema` + - `application/vnd-wap-wmlc` + - `application/vnd.adobe.flash-movie` + - `application/vnd.dece-zip` + - `application/vnd.dvb_service` + - `application/vnd.micrografx-igx` + - `application/vnd.sealed-doc` + - `application/vnd.sealed-eml` + - `application/vnd.sealed-mht` + - `application/vnd.sealed-ppt` + - `application/vnd.sealed-tiff` + - `application/vnd.sealed-xls` + - `application/vnd.sealedmedia.softseal-html` + - `application/vnd.sealedmedia.softseal-pdf` + - `application/vnd.wap-slc` + - `application/vnd.wap-wbxml` + - `audio/vnd.sealedmedia.softseal-mpeg` + - `image/vnd-djvu` + - `image/vnd-svf` + - `image/vnd-wap-wbmp` + - `image/vnd.sealed-png` + - `image/vnd.sealedmedia.softseal-gif` + - `image/vnd.sealedmedia.softseal-jpg` + - `model/vnd-dwf` + - `model/vnd.parasolid.transmit-binary` + - `model/vnd.parasolid.transmit-text` + - `text/vnd-a` + - `text/vnd-curl` + - `text/vnd.wap-wml` + * Remove example template MIME types + - `application/example` + - `audio/example` + - `image/example` + - `message/example` + - `model/example` + - `multipart/example` + - `text/example` + - `video/example` + +1.3.1 / 2014-12-16 +================== + + * Fix missing extensions + - `application/json5` + - `text/hjson` + +1.3.0 / 2014-12-07 +================== + + * Add `application/a2l` + * Add `application/aml` + * Add `application/atfx` + * Add `application/atxml` + * Add `application/cdfx+xml` + * Add `application/dii` + * Add `application/json5` + * Add `application/lxf` + * Add `application/mf4` + * Add `application/vnd.apache.thrift.compact` + * Add `application/vnd.apache.thrift.json` + * Add `application/vnd.coffeescript` + * Add `application/vnd.enphase.envoy` + * Add `application/vnd.ims.imsccv1p1` + * Add `text/csv-schema` + * Add `text/hjson` + * Add `text/markdown` + * Add `text/yaml` + +1.2.0 / 2014-11-09 +================== + + * Add `application/cea` + * Add `application/dit` + * Add `application/vnd.gov.sk.e-form+zip` + * Add `application/vnd.tmd.mediaflex.api+xml` + * Type `application/epub+zip` is now IANA-registered + +1.1.2 / 2014-10-23 +================== + + * Rebuild database for `application/x-www-form-urlencoded` change + +1.1.1 / 2014-10-20 +================== + + * Mark `application/x-www-form-urlencoded` as compressible. + +1.1.0 / 2014-09-28 +================== + + * Add `application/font-woff2` + +1.0.3 / 2014-09-25 +================== + + * Fix engine requirement in package + +1.0.2 / 2014-09-25 +================== + + * Add `application/coap-group+json` + * Add `application/dcd` + * Add `application/vnd.apache.thrift.binary` + * Add `image/vnd.tencent.tap` + * Mark all JSON-derived types as compressible + * Update `text/vtt` data + +1.0.1 / 2014-08-30 +================== + + * Fix extension ordering + +1.0.0 / 2014-08-30 +================== + + * Add `application/atf` + * Add `application/merge-patch+json` + * Add `multipart/x-mixed-replace` + * Add `source: 'apache'` metadata + * Add `source: 'iana'` metadata + * Remove badly-assumed charset data diff --git a/typescript/hello-world/node_modules/mime-db/LICENSE b/typescript/hello-world/node_modules/mime-db/LICENSE new file mode 100644 index 0000000..a7ae8ee --- /dev/null +++ b/typescript/hello-world/node_modules/mime-db/LICENSE @@ -0,0 +1,22 @@ + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong me@jongleberry.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/mime-db/README.md b/typescript/hello-world/node_modules/mime-db/README.md new file mode 100644 index 0000000..7662440 --- /dev/null +++ b/typescript/hello-world/node_modules/mime-db/README.md @@ -0,0 +1,82 @@ +# mime-db + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-image]][node-url] +[![Build Status][travis-image]][travis-url] +[![Coverage Status][coveralls-image]][coveralls-url] + +This is a database of all mime types. +It consists of a single, public JSON file and does not include any logic, +allowing it to remain as un-opinionated as possible with an API. +It aggregates data from the following sources: + +- http://www.iana.org/assignments/media-types/media-types.xhtml +- http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types +- http://hg.nginx.org/nginx/raw-file/default/conf/mime.types + +## Installation + +```bash +npm install mime-db +``` + +### Database Download + +If you're crazy enough to use this in the browser, you can just grab the +JSON file using [RawGit](https://rawgit.com/). It is recommended to replace +`master` with [a release tag](https://github.com/jshttp/mime-db/tags) as the +JSON format may change in the future. + +``` +https://cdn.rawgit.com/jshttp/mime-db/master/db.json +``` + +## Usage + +```js +var db = require('mime-db'); + +// grab data on .js files +var data = db['application/javascript']; +``` + +## Data Structure + +The JSON file is a map lookup for lowercased mime types. +Each mime type has the following properties: + +- `.source` - where the mime type is defined. + If not set, it's probably a custom media type. + - `apache` - [Apache common media types](http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types) + - `iana` - [IANA-defined media types](http://www.iana.org/assignments/media-types/media-types.xhtml) + - `nginx` - [nginx media types](http://hg.nginx.org/nginx/raw-file/default/conf/mime.types) +- `.extensions[]` - known extensions associated with this mime type. +- `.compressible` - whether a file of this type can be gzipped. +- `.charset` - the default charset associated with this type, if any. + +If unknown, every property could be `undefined`. + +## Contributing + +To edit the database, only make PRs against `src/custom.json` or +`src/custom-suffix.json`. + +To update the build, run `npm run build`. + +## Adding Custom Media Types + +The best way to get new media types included in this library is to register +them with the IANA. The community registration procedure is outlined in +[RFC 6838 section 5](http://tools.ietf.org/html/rfc6838#section-5). Types +registered with the IANA are automatically pulled into this library. + +[npm-version-image]: https://img.shields.io/npm/v/mime-db.svg +[npm-downloads-image]: https://img.shields.io/npm/dm/mime-db.svg +[npm-url]: https://npmjs.org/package/mime-db +[travis-image]: https://img.shields.io/travis/jshttp/mime-db/master.svg +[travis-url]: https://travis-ci.org/jshttp/mime-db +[coveralls-image]: https://img.shields.io/coveralls/jshttp/mime-db/master.svg +[coveralls-url]: https://coveralls.io/r/jshttp/mime-db?branch=master +[node-image]: https://img.shields.io/node/v/mime-db.svg +[node-url]: http://nodejs.org/download/ diff --git a/typescript/hello-world/node_modules/mime-db/db.json b/typescript/hello-world/node_modules/mime-db/db.json new file mode 100644 index 0000000..2c51517 --- /dev/null +++ b/typescript/hello-world/node_modules/mime-db/db.json @@ -0,0 +1,6805 @@ +{ + "application/1d-interleaved-parityfec": { + "source": "iana" + }, + "application/3gpdash-qoe-report+xml": { + "source": "iana" + }, + "application/3gpp-ims+xml": { + "source": "iana" + }, + "application/a2l": { + "source": "iana" + }, + "application/activemessage": { + "source": "iana" + }, + "application/alto-costmap+json": { + "source": "iana", + "compressible": true + }, + "application/alto-costmapfilter+json": { + "source": "iana", + "compressible": true + }, + "application/alto-directory+json": { + "source": "iana", + "compressible": true + }, + "application/alto-endpointcost+json": { + "source": "iana", + "compressible": true + }, + "application/alto-endpointcostparams+json": { + "source": "iana", + "compressible": true + }, + "application/alto-endpointprop+json": { + "source": "iana", + "compressible": true + }, + "application/alto-endpointpropparams+json": { + "source": "iana", + "compressible": true + }, + "application/alto-error+json": { + "source": "iana", + "compressible": true + }, + "application/alto-networkmap+json": { + "source": "iana", + "compressible": true + }, + "application/alto-networkmapfilter+json": { + "source": "iana", + "compressible": true + }, + "application/aml": { + "source": "iana" + }, + "application/andrew-inset": { + "source": "iana", + "extensions": ["ez"] + }, + "application/applefile": { + "source": "iana" + }, + "application/applixware": { + "source": "apache", + "extensions": ["aw"] + }, + "application/atf": { + "source": "iana" + }, + "application/atfx": { + "source": "iana" + }, + "application/atom+xml": { + "source": "iana", + "compressible": true, + "extensions": ["atom"] + }, + "application/atomcat+xml": { + "source": "iana", + "extensions": ["atomcat"] + }, + "application/atomdeleted+xml": { + "source": "iana" + }, + "application/atomicmail": { + "source": "iana" + }, + "application/atomsvc+xml": { + "source": "iana", + "extensions": ["atomsvc"] + }, + "application/atxml": { + "source": "iana" + }, + "application/auth-policy+xml": { + "source": "iana" + }, + "application/bacnet-xdd+zip": { + "source": "iana" + }, + "application/batch-smtp": { + "source": "iana" + }, + "application/bdoc": { + "compressible": false, + "extensions": ["bdoc"] + }, + "application/beep+xml": { + "source": "iana" + }, + "application/calendar+json": { + "source": "iana", + "compressible": true + }, + "application/calendar+xml": { + "source": "iana" + }, + "application/call-completion": { + "source": "iana" + }, + "application/cals-1840": { + "source": "iana" + }, + "application/cbor": { + "source": "iana" + }, + "application/ccmp+xml": { + "source": "iana" + }, + "application/ccxml+xml": { + "source": "iana", + "extensions": ["ccxml"] + }, + "application/cdfx+xml": { + "source": "iana" + }, + "application/cdmi-capability": { + "source": "iana", + "extensions": ["cdmia"] + }, + "application/cdmi-container": { + "source": "iana", + "extensions": ["cdmic"] + }, + "application/cdmi-domain": { + "source": "iana", + "extensions": ["cdmid"] + }, + "application/cdmi-object": { + "source": "iana", + "extensions": ["cdmio"] + }, + "application/cdmi-queue": { + "source": "iana", + "extensions": ["cdmiq"] + }, + "application/cdni": { + "source": "iana" + }, + "application/cea": { + "source": "iana" + }, + "application/cea-2018+xml": { + "source": "iana" + }, + "application/cellml+xml": { + "source": "iana" + }, + "application/cfw": { + "source": "iana" + }, + "application/clue_info+xml": { + "source": "iana" + }, + "application/cms": { + "source": "iana" + }, + "application/cnrp+xml": { + "source": "iana" + }, + "application/coap-group+json": { + "source": "iana", + "compressible": true + }, + "application/coap-payload": { + "source": "iana" + }, + "application/commonground": { + "source": "iana" + }, + "application/conference-info+xml": { + "source": "iana" + }, + "application/cose": { + "source": "iana" + }, + "application/cose-key": { + "source": "iana" + }, + "application/cose-key-set": { + "source": "iana" + }, + "application/cpl+xml": { + "source": "iana" + }, + "application/csrattrs": { + "source": "iana" + }, + "application/csta+xml": { + "source": "iana" + }, + "application/cstadata+xml": { + "source": "iana" + }, + "application/csvm+json": { + "source": "iana", + "compressible": true + }, + "application/cu-seeme": { + "source": "apache", + "extensions": ["cu"] + }, + "application/cybercash": { + "source": "iana" + }, + "application/dart": { + "compressible": true + }, + "application/dash+xml": { + "source": "iana", + "extensions": ["mpd"] + }, + "application/dashdelta": { + "source": "iana" + }, + "application/davmount+xml": { + "source": "iana", + "extensions": ["davmount"] + }, + "application/dca-rft": { + "source": "iana" + }, + "application/dcd": { + "source": "iana" + }, + "application/dec-dx": { + "source": "iana" + }, + "application/dialog-info+xml": { + "source": "iana" + }, + "application/dicom": { + "source": "iana" + }, + "application/dicom+json": { + "source": "iana", + "compressible": true + }, + "application/dicom+xml": { + "source": "iana" + }, + "application/dii": { + "source": "iana" + }, + "application/dit": { + "source": "iana" + }, + "application/dns": { + "source": "iana" + }, + "application/docbook+xml": { + "source": "apache", + "extensions": ["dbk"] + }, + "application/dskpp+xml": { + "source": "iana" + }, + "application/dssc+der": { + "source": "iana", + "extensions": ["dssc"] + }, + "application/dssc+xml": { + "source": "iana", + "extensions": ["xdssc"] + }, + "application/dvcs": { + "source": "iana" + }, + "application/ecmascript": { + "source": "iana", + "compressible": true, + "extensions": ["ecma"] + }, + "application/edi-consent": { + "source": "iana" + }, + "application/edi-x12": { + "source": "iana", + "compressible": false + }, + "application/edifact": { + "source": "iana", + "compressible": false + }, + "application/efi": { + "source": "iana" + }, + "application/emergencycalldata.comment+xml": { + "source": "iana" + }, + "application/emergencycalldata.control+xml": { + "source": "iana" + }, + "application/emergencycalldata.deviceinfo+xml": { + "source": "iana" + }, + "application/emergencycalldata.ecall.msd": { + "source": "iana" + }, + "application/emergencycalldata.providerinfo+xml": { + "source": "iana" + }, + "application/emergencycalldata.serviceinfo+xml": { + "source": "iana" + }, + "application/emergencycalldata.subscriberinfo+xml": { + "source": "iana" + }, + "application/emergencycalldata.veds+xml": { + "source": "iana" + }, + "application/emma+xml": { + "source": "iana", + "extensions": ["emma"] + }, + "application/emotionml+xml": { + "source": "iana" + }, + "application/encaprtp": { + "source": "iana" + }, + "application/epp+xml": { + "source": "iana" + }, + "application/epub+zip": { + "source": "iana", + "extensions": ["epub"] + }, + "application/eshop": { + "source": "iana" + }, + "application/exi": { + "source": "iana", + "extensions": ["exi"] + }, + "application/fastinfoset": { + "source": "iana" + }, + "application/fastsoap": { + "source": "iana" + }, + "application/fdt+xml": { + "source": "iana" + }, + "application/fits": { + "source": "iana" + }, + "application/font-sfnt": { + "source": "iana" + }, + "application/font-tdpfr": { + "source": "iana", + "extensions": ["pfr"] + }, + "application/font-woff": { + "source": "iana", + "compressible": false, + "extensions": ["woff"] + }, + "application/font-woff2": { + "compressible": false, + "extensions": ["woff2"] + }, + "application/framework-attributes+xml": { + "source": "iana" + }, + "application/geo+json": { + "source": "iana", + "compressible": true, + "extensions": ["geojson"] + }, + "application/geo+json-seq": { + "source": "iana" + }, + "application/gml+xml": { + "source": "iana", + "extensions": ["gml"] + }, + "application/gpx+xml": { + "source": "apache", + "extensions": ["gpx"] + }, + "application/gxf": { + "source": "apache", + "extensions": ["gxf"] + }, + "application/gzip": { + "source": "iana", + "compressible": false + }, + "application/h224": { + "source": "iana" + }, + "application/held+xml": { + "source": "iana" + }, + "application/http": { + "source": "iana" + }, + "application/hyperstudio": { + "source": "iana", + "extensions": ["stk"] + }, + "application/ibe-key-request+xml": { + "source": "iana" + }, + "application/ibe-pkg-reply+xml": { + "source": "iana" + }, + "application/ibe-pp-data": { + "source": "iana" + }, + "application/iges": { + "source": "iana" + }, + "application/im-iscomposing+xml": { + "source": "iana" + }, + "application/index": { + "source": "iana" + }, + "application/index.cmd": { + "source": "iana" + }, + "application/index.obj": { + "source": "iana" + }, + "application/index.response": { + "source": "iana" + }, + "application/index.vnd": { + "source": "iana" + }, + "application/inkml+xml": { + "source": "iana", + "extensions": ["ink","inkml"] + }, + "application/iotp": { + "source": "iana" + }, + "application/ipfix": { + "source": "iana", + "extensions": ["ipfix"] + }, + "application/ipp": { + "source": "iana" + }, + "application/isup": { + "source": "iana" + }, + "application/its+xml": { + "source": "iana" + }, + "application/java-archive": { + "source": "apache", + "compressible": false, + "extensions": ["jar","war","ear"] + }, + "application/java-serialized-object": { + "source": "apache", + "compressible": false, + "extensions": ["ser"] + }, + "application/java-vm": { + "source": "apache", + "compressible": false, + "extensions": ["class"] + }, + "application/javascript": { + "source": "iana", + "charset": "UTF-8", + "compressible": true, + "extensions": ["js"] + }, + "application/jose": { + "source": "iana" + }, + "application/jose+json": { + "source": "iana", + "compressible": true + }, + "application/jrd+json": { + "source": "iana", + "compressible": true + }, + "application/json": { + "source": "iana", + "charset": "UTF-8", + "compressible": true, + "extensions": ["json","map"] + }, + "application/json-patch+json": { + "source": "iana", + "compressible": true + }, + "application/json-seq": { + "source": "iana" + }, + "application/json5": { + "extensions": ["json5"] + }, + "application/jsonml+json": { + "source": "apache", + "compressible": true, + "extensions": ["jsonml"] + }, + "application/jwk+json": { + "source": "iana", + "compressible": true + }, + "application/jwk-set+json": { + "source": "iana", + "compressible": true + }, + "application/jwt": { + "source": "iana" + }, + "application/kpml-request+xml": { + "source": "iana" + }, + "application/kpml-response+xml": { + "source": "iana" + }, + "application/ld+json": { + "source": "iana", + "compressible": true, + "extensions": ["jsonld"] + }, + "application/lgr+xml": { + "source": "iana" + }, + "application/link-format": { + "source": "iana" + }, + "application/load-control+xml": { + "source": "iana" + }, + "application/lost+xml": { + "source": "iana", + "extensions": ["lostxml"] + }, + "application/lostsync+xml": { + "source": "iana" + }, + "application/lxf": { + "source": "iana" + }, + "application/mac-binhex40": { + "source": "iana", + "extensions": ["hqx"] + }, + "application/mac-compactpro": { + "source": "apache", + "extensions": ["cpt"] + }, + "application/macwriteii": { + "source": "iana" + }, + "application/mads+xml": { + "source": "iana", + "extensions": ["mads"] + }, + "application/manifest+json": { + "charset": "UTF-8", + "compressible": true, + "extensions": ["webmanifest"] + }, + "application/marc": { + "source": "iana", + "extensions": ["mrc"] + }, + "application/marcxml+xml": { + "source": "iana", + "extensions": ["mrcx"] + }, + "application/mathematica": { + "source": "iana", + "extensions": ["ma","nb","mb"] + }, + "application/mathml+xml": { + "source": "iana", + "extensions": ["mathml"] + }, + "application/mathml-content+xml": { + "source": "iana" + }, + "application/mathml-presentation+xml": { + "source": "iana" + }, + "application/mbms-associated-procedure-description+xml": { + "source": "iana" + }, + "application/mbms-deregister+xml": { + "source": "iana" + }, + "application/mbms-envelope+xml": { + "source": "iana" + }, + "application/mbms-msk+xml": { + "source": "iana" + }, + "application/mbms-msk-response+xml": { + "source": "iana" + }, + "application/mbms-protection-description+xml": { + "source": "iana" + }, + "application/mbms-reception-report+xml": { + "source": "iana" + }, + "application/mbms-register+xml": { + "source": "iana" + }, + "application/mbms-register-response+xml": { + "source": "iana" + }, + "application/mbms-schedule+xml": { + "source": "iana" + }, + "application/mbms-user-service-description+xml": { + "source": "iana" + }, + "application/mbox": { + "source": "iana", + "extensions": ["mbox"] + }, + "application/media-policy-dataset+xml": { + "source": "iana" + }, + "application/media_control+xml": { + "source": "iana" + }, + "application/mediaservercontrol+xml": { + "source": "iana", + "extensions": ["mscml"] + }, + "application/merge-patch+json": { + "source": "iana", + "compressible": true + }, + "application/metalink+xml": { + "source": "apache", + "extensions": ["metalink"] + }, + "application/metalink4+xml": { + "source": "iana", + "extensions": ["meta4"] + }, + "application/mets+xml": { + "source": "iana", + "extensions": ["mets"] + }, + "application/mf4": { + "source": "iana" + }, + "application/mikey": { + "source": "iana" + }, + "application/mods+xml": { + "source": "iana", + "extensions": ["mods"] + }, + "application/moss-keys": { + "source": "iana" + }, + "application/moss-signature": { + "source": "iana" + }, + "application/mosskey-data": { + "source": "iana" + }, + "application/mosskey-request": { + "source": "iana" + }, + "application/mp21": { + "source": "iana", + "extensions": ["m21","mp21"] + }, + "application/mp4": { + "source": "iana", + "extensions": ["mp4s","m4p"] + }, + "application/mpeg4-generic": { + "source": "iana" + }, + "application/mpeg4-iod": { + "source": "iana" + }, + "application/mpeg4-iod-xmt": { + "source": "iana" + }, + "application/mrb-consumer+xml": { + "source": "iana" + }, + "application/mrb-publish+xml": { + "source": "iana" + }, + "application/msc-ivr+xml": { + "source": "iana" + }, + "application/msc-mixer+xml": { + "source": "iana" + }, + "application/msword": { + "source": "iana", + "compressible": false, + "extensions": ["doc","dot"] + }, + "application/mud+json": { + "source": "iana", + "compressible": true + }, + "application/mxf": { + "source": "iana", + "extensions": ["mxf"] + }, + "application/n-quads": { + "source": "iana" + }, + "application/n-triples": { + "source": "iana" + }, + "application/nasdata": { + "source": "iana" + }, + "application/news-checkgroups": { + "source": "iana" + }, + "application/news-groupinfo": { + "source": "iana" + }, + "application/news-transmission": { + "source": "iana" + }, + "application/nlsml+xml": { + "source": "iana" + }, + "application/nss": { + "source": "iana" + }, + "application/ocsp-request": { + "source": "iana" + }, + "application/ocsp-response": { + "source": "iana" + }, + "application/octet-stream": { + "source": "iana", + "compressible": false, + "extensions": ["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"] + }, + "application/oda": { + "source": "iana", + "extensions": ["oda"] + }, + "application/odx": { + "source": "iana" + }, + "application/oebps-package+xml": { + "source": "iana", + "extensions": ["opf"] + }, + "application/ogg": { + "source": "iana", + "compressible": false, + "extensions": ["ogx"] + }, + "application/omdoc+xml": { + "source": "apache", + "extensions": ["omdoc"] + }, + "application/onenote": { + "source": "apache", + "extensions": ["onetoc","onetoc2","onetmp","onepkg"] + }, + "application/oxps": { + "source": "iana", + "extensions": ["oxps"] + }, + "application/p2p-overlay+xml": { + "source": "iana" + }, + "application/parityfec": { + "source": "iana" + }, + "application/patch-ops-error+xml": { + "source": "iana", + "extensions": ["xer"] + }, + "application/pdf": { + "source": "iana", + "compressible": false, + "extensions": ["pdf"] + }, + "application/pdx": { + "source": "iana" + }, + "application/pgp-encrypted": { + "source": "iana", + "compressible": false, + "extensions": ["pgp"] + }, + "application/pgp-keys": { + "source": "iana" + }, + "application/pgp-signature": { + "source": "iana", + "extensions": ["asc","sig"] + }, + "application/pics-rules": { + "source": "apache", + "extensions": ["prf"] + }, + "application/pidf+xml": { + "source": "iana" + }, + "application/pidf-diff+xml": { + "source": "iana" + }, + "application/pkcs10": { + "source": "iana", + "extensions": ["p10"] + }, + "application/pkcs12": { + "source": "iana" + }, + "application/pkcs7-mime": { + "source": "iana", + "extensions": ["p7m","p7c"] + }, + "application/pkcs7-signature": { + "source": "iana", + "extensions": ["p7s"] + }, + "application/pkcs8": { + "source": "iana", + "extensions": ["p8"] + }, + "application/pkix-attr-cert": { + "source": "iana", + "extensions": ["ac"] + }, + "application/pkix-cert": { + "source": "iana", + "extensions": ["cer"] + }, + "application/pkix-crl": { + "source": "iana", + "extensions": ["crl"] + }, + "application/pkix-pkipath": { + "source": "iana", + "extensions": ["pkipath"] + }, + "application/pkixcmp": { + "source": "iana", + "extensions": ["pki"] + }, + "application/pls+xml": { + "source": "iana", + "extensions": ["pls"] + }, + "application/poc-settings+xml": { + "source": "iana" + }, + "application/postscript": { + "source": "iana", + "compressible": true, + "extensions": ["ai","eps","ps"] + }, + "application/ppsp-tracker+json": { + "source": "iana", + "compressible": true + }, + "application/problem+json": { + "source": "iana", + "compressible": true + }, + "application/problem+xml": { + "source": "iana" + }, + "application/provenance+xml": { + "source": "iana" + }, + "application/prs.alvestrand.titrax-sheet": { + "source": "iana" + }, + "application/prs.cww": { + "source": "iana", + "extensions": ["cww"] + }, + "application/prs.hpub+zip": { + "source": "iana" + }, + "application/prs.nprend": { + "source": "iana" + }, + "application/prs.plucker": { + "source": "iana" + }, + "application/prs.rdf-xml-crypt": { + "source": "iana" + }, + "application/prs.xsf+xml": { + "source": "iana" + }, + "application/pskc+xml": { + "source": "iana", + "extensions": ["pskcxml"] + }, + "application/qsig": { + "source": "iana" + }, + "application/raptorfec": { + "source": "iana" + }, + "application/rdap+json": { + "source": "iana", + "compressible": true + }, + "application/rdf+xml": { + "source": "iana", + "compressible": true, + "extensions": ["rdf"] + }, + "application/reginfo+xml": { + "source": "iana", + "extensions": ["rif"] + }, + "application/relax-ng-compact-syntax": { + "source": "iana", + "extensions": ["rnc"] + }, + "application/remote-printing": { + "source": "iana" + }, + "application/reputon+json": { + "source": "iana", + "compressible": true + }, + "application/resource-lists+xml": { + "source": "iana", + "extensions": ["rl"] + }, + "application/resource-lists-diff+xml": { + "source": "iana", + "extensions": ["rld"] + }, + "application/rfc+xml": { + "source": "iana" + }, + "application/riscos": { + "source": "iana" + }, + "application/rlmi+xml": { + "source": "iana" + }, + "application/rls-services+xml": { + "source": "iana", + "extensions": ["rs"] + }, + "application/rpki-ghostbusters": { + "source": "iana", + "extensions": ["gbr"] + }, + "application/rpki-manifest": { + "source": "iana", + "extensions": ["mft"] + }, + "application/rpki-roa": { + "source": "iana", + "extensions": ["roa"] + }, + "application/rpki-updown": { + "source": "iana" + }, + "application/rsd+xml": { + "source": "apache", + "extensions": ["rsd"] + }, + "application/rss+xml": { + "source": "apache", + "compressible": true, + "extensions": ["rss"] + }, + "application/rtf": { + "source": "iana", + "compressible": true, + "extensions": ["rtf"] + }, + "application/rtploopback": { + "source": "iana" + }, + "application/rtx": { + "source": "iana" + }, + "application/samlassertion+xml": { + "source": "iana" + }, + "application/samlmetadata+xml": { + "source": "iana" + }, + "application/sbml+xml": { + "source": "iana", + "extensions": ["sbml"] + }, + "application/scaip+xml": { + "source": "iana" + }, + "application/scim+json": { + "source": "iana", + "compressible": true + }, + "application/scvp-cv-request": { + "source": "iana", + "extensions": ["scq"] + }, + "application/scvp-cv-response": { + "source": "iana", + "extensions": ["scs"] + }, + "application/scvp-vp-request": { + "source": "iana", + "extensions": ["spq"] + }, + "application/scvp-vp-response": { + "source": "iana", + "extensions": ["spp"] + }, + "application/sdp": { + "source": "iana", + "extensions": ["sdp"] + }, + "application/sep+xml": { + "source": "iana" + }, + "application/sep-exi": { + "source": "iana" + }, + "application/session-info": { + "source": "iana" + }, + "application/set-payment": { + "source": "iana" + }, + "application/set-payment-initiation": { + "source": "iana", + "extensions": ["setpay"] + }, + "application/set-registration": { + "source": "iana" + }, + "application/set-registration-initiation": { + "source": "iana", + "extensions": ["setreg"] + }, + "application/sgml": { + "source": "iana" + }, + "application/sgml-open-catalog": { + "source": "iana" + }, + "application/shf+xml": { + "source": "iana", + "extensions": ["shf"] + }, + "application/sieve": { + "source": "iana" + }, + "application/simple-filter+xml": { + "source": "iana" + }, + "application/simple-message-summary": { + "source": "iana" + }, + "application/simplesymbolcontainer": { + "source": "iana" + }, + "application/slate": { + "source": "iana" + }, + "application/smil": { + "source": "iana" + }, + "application/smil+xml": { + "source": "iana", + "extensions": ["smi","smil"] + }, + "application/smpte336m": { + "source": "iana" + }, + "application/soap+fastinfoset": { + "source": "iana" + }, + "application/soap+xml": { + "source": "iana", + "compressible": true + }, + "application/sparql-query": { + "source": "iana", + "extensions": ["rq"] + }, + "application/sparql-results+xml": { + "source": "iana", + "extensions": ["srx"] + }, + "application/spirits-event+xml": { + "source": "iana" + }, + "application/sql": { + "source": "iana" + }, + "application/srgs": { + "source": "iana", + "extensions": ["gram"] + }, + "application/srgs+xml": { + "source": "iana", + "extensions": ["grxml"] + }, + "application/sru+xml": { + "source": "iana", + "extensions": ["sru"] + }, + "application/ssdl+xml": { + "source": "apache", + "extensions": ["ssdl"] + }, + "application/ssml+xml": { + "source": "iana", + "extensions": ["ssml"] + }, + "application/tamp-apex-update": { + "source": "iana" + }, + "application/tamp-apex-update-confirm": { + "source": "iana" + }, + "application/tamp-community-update": { + "source": "iana" + }, + "application/tamp-community-update-confirm": { + "source": "iana" + }, + "application/tamp-error": { + "source": "iana" + }, + "application/tamp-sequence-adjust": { + "source": "iana" + }, + "application/tamp-sequence-adjust-confirm": { + "source": "iana" + }, + "application/tamp-status-query": { + "source": "iana" + }, + "application/tamp-status-response": { + "source": "iana" + }, + "application/tamp-update": { + "source": "iana" + }, + "application/tamp-update-confirm": { + "source": "iana" + }, + "application/tar": { + "compressible": true + }, + "application/tei+xml": { + "source": "iana", + "extensions": ["tei","teicorpus"] + }, + "application/thraud+xml": { + "source": "iana", + "extensions": ["tfi"] + }, + "application/timestamp-query": { + "source": "iana" + }, + "application/timestamp-reply": { + "source": "iana" + }, + "application/timestamped-data": { + "source": "iana", + "extensions": ["tsd"] + }, + "application/trig": { + "source": "iana" + }, + "application/ttml+xml": { + "source": "iana" + }, + "application/tve-trigger": { + "source": "iana" + }, + "application/ulpfec": { + "source": "iana" + }, + "application/urc-grpsheet+xml": { + "source": "iana" + }, + "application/urc-ressheet+xml": { + "source": "iana" + }, + "application/urc-targetdesc+xml": { + "source": "iana" + }, + "application/urc-uisocketdesc+xml": { + "source": "iana" + }, + "application/vcard+json": { + "source": "iana", + "compressible": true + }, + "application/vcard+xml": { + "source": "iana" + }, + "application/vemmi": { + "source": "iana" + }, + "application/vividence.scriptfile": { + "source": "apache" + }, + "application/vnd.3gpp-prose+xml": { + "source": "iana" + }, + "application/vnd.3gpp-prose-pc3ch+xml": { + "source": "iana" + }, + "application/vnd.3gpp.access-transfer-events+xml": { + "source": "iana" + }, + "application/vnd.3gpp.bsf+xml": { + "source": "iana" + }, + "application/vnd.3gpp.mid-call+xml": { + "source": "iana" + }, + "application/vnd.3gpp.pic-bw-large": { + "source": "iana", + "extensions": ["plb"] + }, + "application/vnd.3gpp.pic-bw-small": { + "source": "iana", + "extensions": ["psb"] + }, + "application/vnd.3gpp.pic-bw-var": { + "source": "iana", + "extensions": ["pvb"] + }, + "application/vnd.3gpp.sms": { + "source": "iana" + }, + "application/vnd.3gpp.sms+xml": { + "source": "iana" + }, + "application/vnd.3gpp.srvcc-ext+xml": { + "source": "iana" + }, + "application/vnd.3gpp.srvcc-info+xml": { + "source": "iana" + }, + "application/vnd.3gpp.state-and-event-info+xml": { + "source": "iana" + }, + "application/vnd.3gpp.ussd+xml": { + "source": "iana" + }, + "application/vnd.3gpp2.bcmcsinfo+xml": { + "source": "iana" + }, + "application/vnd.3gpp2.sms": { + "source": "iana" + }, + "application/vnd.3gpp2.tcap": { + "source": "iana", + "extensions": ["tcap"] + }, + "application/vnd.3lightssoftware.imagescal": { + "source": "iana" + }, + "application/vnd.3m.post-it-notes": { + "source": "iana", + "extensions": ["pwn"] + }, + "application/vnd.accpac.simply.aso": { + "source": "iana", + "extensions": ["aso"] + }, + "application/vnd.accpac.simply.imp": { + "source": "iana", + "extensions": ["imp"] + }, + "application/vnd.acucobol": { + "source": "iana", + "extensions": ["acu"] + }, + "application/vnd.acucorp": { + "source": "iana", + "extensions": ["atc","acutc"] + }, + "application/vnd.adobe.air-application-installer-package+zip": { + "source": "apache", + "extensions": ["air"] + }, + "application/vnd.adobe.flash.movie": { + "source": "iana" + }, + "application/vnd.adobe.formscentral.fcdt": { + "source": "iana", + "extensions": ["fcdt"] + }, + "application/vnd.adobe.fxp": { + "source": "iana", + "extensions": ["fxp","fxpl"] + }, + "application/vnd.adobe.partial-upload": { + "source": "iana" + }, + "application/vnd.adobe.xdp+xml": { + "source": "iana", + "extensions": ["xdp"] + }, + "application/vnd.adobe.xfdf": { + "source": "iana", + "extensions": ["xfdf"] + }, + "application/vnd.aether.imp": { + "source": "iana" + }, + "application/vnd.ah-barcode": { + "source": "iana" + }, + "application/vnd.ahead.space": { + "source": "iana", + "extensions": ["ahead"] + }, + "application/vnd.airzip.filesecure.azf": { + "source": "iana", + "extensions": ["azf"] + }, + "application/vnd.airzip.filesecure.azs": { + "source": "iana", + "extensions": ["azs"] + }, + "application/vnd.amazon.ebook": { + "source": "apache", + "extensions": ["azw"] + }, + "application/vnd.amazon.mobi8-ebook": { + "source": "iana" + }, + "application/vnd.americandynamics.acc": { + "source": "iana", + "extensions": ["acc"] + }, + "application/vnd.amiga.ami": { + "source": "iana", + "extensions": ["ami"] + }, + "application/vnd.amundsen.maze+xml": { + "source": "iana" + }, + "application/vnd.android.package-archive": { + "source": "apache", + "compressible": false, + "extensions": ["apk"] + }, + "application/vnd.anki": { + "source": "iana" + }, + "application/vnd.anser-web-certificate-issue-initiation": { + "source": "iana", + "extensions": ["cii"] + }, + "application/vnd.anser-web-funds-transfer-initiation": { + "source": "apache", + "extensions": ["fti"] + }, + "application/vnd.antix.game-component": { + "source": "iana", + "extensions": ["atx"] + }, + "application/vnd.apache.thrift.binary": { + "source": "iana" + }, + "application/vnd.apache.thrift.compact": { + "source": "iana" + }, + "application/vnd.apache.thrift.json": { + "source": "iana" + }, + "application/vnd.api+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.apothekende.reservation+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.apple.installer+xml": { + "source": "iana", + "extensions": ["mpkg"] + }, + "application/vnd.apple.mpegurl": { + "source": "iana", + "extensions": ["m3u8"] + }, + "application/vnd.apple.pkpass": { + "compressible": false, + "extensions": ["pkpass"] + }, + "application/vnd.arastra.swi": { + "source": "iana" + }, + "application/vnd.aristanetworks.swi": { + "source": "iana", + "extensions": ["swi"] + }, + "application/vnd.artsquare": { + "source": "iana" + }, + "application/vnd.astraea-software.iota": { + "source": "iana", + "extensions": ["iota"] + }, + "application/vnd.audiograph": { + "source": "iana", + "extensions": ["aep"] + }, + "application/vnd.autopackage": { + "source": "iana" + }, + "application/vnd.avistar+xml": { + "source": "iana" + }, + "application/vnd.balsamiq.bmml+xml": { + "source": "iana" + }, + "application/vnd.balsamiq.bmpr": { + "source": "iana" + }, + "application/vnd.bekitzur-stech+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.biopax.rdf+xml": { + "source": "iana" + }, + "application/vnd.blueice.multipass": { + "source": "iana", + "extensions": ["mpm"] + }, + "application/vnd.bluetooth.ep.oob": { + "source": "iana" + }, + "application/vnd.bluetooth.le.oob": { + "source": "iana" + }, + "application/vnd.bmi": { + "source": "iana", + "extensions": ["bmi"] + }, + "application/vnd.businessobjects": { + "source": "iana", + "extensions": ["rep"] + }, + "application/vnd.cab-jscript": { + "source": "iana" + }, + "application/vnd.canon-cpdl": { + "source": "iana" + }, + "application/vnd.canon-lips": { + "source": "iana" + }, + "application/vnd.cendio.thinlinc.clientconf": { + "source": "iana" + }, + "application/vnd.century-systems.tcp_stream": { + "source": "iana" + }, + "application/vnd.chemdraw+xml": { + "source": "iana", + "extensions": ["cdxml"] + }, + "application/vnd.chess-pgn": { + "source": "iana" + }, + "application/vnd.chipnuts.karaoke-mmd": { + "source": "iana", + "extensions": ["mmd"] + }, + "application/vnd.cinderella": { + "source": "iana", + "extensions": ["cdy"] + }, + "application/vnd.cirpack.isdn-ext": { + "source": "iana" + }, + "application/vnd.citationstyles.style+xml": { + "source": "iana" + }, + "application/vnd.claymore": { + "source": "iana", + "extensions": ["cla"] + }, + "application/vnd.cloanto.rp9": { + "source": "iana", + "extensions": ["rp9"] + }, + "application/vnd.clonk.c4group": { + "source": "iana", + "extensions": ["c4g","c4d","c4f","c4p","c4u"] + }, + "application/vnd.cluetrust.cartomobile-config": { + "source": "iana", + "extensions": ["c11amc"] + }, + "application/vnd.cluetrust.cartomobile-config-pkg": { + "source": "iana", + "extensions": ["c11amz"] + }, + "application/vnd.coffeescript": { + "source": "iana" + }, + "application/vnd.collection+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.collection.doc+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.collection.next+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.comicbook+zip": { + "source": "iana" + }, + "application/vnd.commerce-battelle": { + "source": "iana" + }, + "application/vnd.commonspace": { + "source": "iana", + "extensions": ["csp"] + }, + "application/vnd.contact.cmsg": { + "source": "iana", + "extensions": ["cdbcmsg"] + }, + "application/vnd.coreos.ignition+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.cosmocaller": { + "source": "iana", + "extensions": ["cmc"] + }, + "application/vnd.crick.clicker": { + "source": "iana", + "extensions": ["clkx"] + }, + "application/vnd.crick.clicker.keyboard": { + "source": "iana", + "extensions": ["clkk"] + }, + "application/vnd.crick.clicker.palette": { + "source": "iana", + "extensions": ["clkp"] + }, + "application/vnd.crick.clicker.template": { + "source": "iana", + "extensions": ["clkt"] + }, + "application/vnd.crick.clicker.wordbank": { + "source": "iana", + "extensions": ["clkw"] + }, + "application/vnd.criticaltools.wbs+xml": { + "source": "iana", + "extensions": ["wbs"] + }, + "application/vnd.ctc-posml": { + "source": "iana", + "extensions": ["pml"] + }, + "application/vnd.ctct.ws+xml": { + "source": "iana" + }, + "application/vnd.cups-pdf": { + "source": "iana" + }, + "application/vnd.cups-postscript": { + "source": "iana" + }, + "application/vnd.cups-ppd": { + "source": "iana", + "extensions": ["ppd"] + }, + "application/vnd.cups-raster": { + "source": "iana" + }, + "application/vnd.cups-raw": { + "source": "iana" + }, + "application/vnd.curl": { + "source": "iana" + }, + "application/vnd.curl.car": { + "source": "apache", + "extensions": ["car"] + }, + "application/vnd.curl.pcurl": { + "source": "apache", + "extensions": ["pcurl"] + }, + "application/vnd.cyan.dean.root+xml": { + "source": "iana" + }, + "application/vnd.cybank": { + "source": "iana" + }, + "application/vnd.d2l.coursepackage1p0+zip": { + "source": "iana" + }, + "application/vnd.dart": { + "source": "iana", + "compressible": true, + "extensions": ["dart"] + }, + "application/vnd.data-vision.rdz": { + "source": "iana", + "extensions": ["rdz"] + }, + "application/vnd.dataresource+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.debian.binary-package": { + "source": "iana" + }, + "application/vnd.dece.data": { + "source": "iana", + "extensions": ["uvf","uvvf","uvd","uvvd"] + }, + "application/vnd.dece.ttml+xml": { + "source": "iana", + "extensions": ["uvt","uvvt"] + }, + "application/vnd.dece.unspecified": { + "source": "iana", + "extensions": ["uvx","uvvx"] + }, + "application/vnd.dece.zip": { + "source": "iana", + "extensions": ["uvz","uvvz"] + }, + "application/vnd.denovo.fcselayout-link": { + "source": "iana", + "extensions": ["fe_launch"] + }, + "application/vnd.desmume-movie": { + "source": "iana" + }, + "application/vnd.desmume.movie": { + "source": "apache" + }, + "application/vnd.dir-bi.plate-dl-nosuffix": { + "source": "iana" + }, + "application/vnd.dm.delegation+xml": { + "source": "iana" + }, + "application/vnd.dna": { + "source": "iana", + "extensions": ["dna"] + }, + "application/vnd.document+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.dolby.mlp": { + "source": "apache", + "extensions": ["mlp"] + }, + "application/vnd.dolby.mobile.1": { + "source": "iana" + }, + "application/vnd.dolby.mobile.2": { + "source": "iana" + }, + "application/vnd.doremir.scorecloud-binary-document": { + "source": "iana" + }, + "application/vnd.dpgraph": { + "source": "iana", + "extensions": ["dpg"] + }, + "application/vnd.dreamfactory": { + "source": "iana", + "extensions": ["dfac"] + }, + "application/vnd.drive+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.ds-keypoint": { + "source": "apache", + "extensions": ["kpxx"] + }, + "application/vnd.dtg.local": { + "source": "iana" + }, + "application/vnd.dtg.local.flash": { + "source": "iana" + }, + "application/vnd.dtg.local.html": { + "source": "iana" + }, + "application/vnd.dvb.ait": { + "source": "iana", + "extensions": ["ait"] + }, + "application/vnd.dvb.dvbj": { + "source": "iana" + }, + "application/vnd.dvb.esgcontainer": { + "source": "iana" + }, + "application/vnd.dvb.ipdcdftnotifaccess": { + "source": "iana" + }, + "application/vnd.dvb.ipdcesgaccess": { + "source": "iana" + }, + "application/vnd.dvb.ipdcesgaccess2": { + "source": "iana" + }, + "application/vnd.dvb.ipdcesgpdd": { + "source": "iana" + }, + "application/vnd.dvb.ipdcroaming": { + "source": "iana" + }, + "application/vnd.dvb.iptv.alfec-base": { + "source": "iana" + }, + "application/vnd.dvb.iptv.alfec-enhancement": { + "source": "iana" + }, + "application/vnd.dvb.notif-aggregate-root+xml": { + "source": "iana" + }, + "application/vnd.dvb.notif-container+xml": { + "source": "iana" + }, + "application/vnd.dvb.notif-generic+xml": { + "source": "iana" + }, + "application/vnd.dvb.notif-ia-msglist+xml": { + "source": "iana" + }, + "application/vnd.dvb.notif-ia-registration-request+xml": { + "source": "iana" + }, + "application/vnd.dvb.notif-ia-registration-response+xml": { + "source": "iana" + }, + "application/vnd.dvb.notif-init+xml": { + "source": "iana" + }, + "application/vnd.dvb.pfr": { + "source": "iana" + }, + "application/vnd.dvb.service": { + "source": "iana", + "extensions": ["svc"] + }, + "application/vnd.dxr": { + "source": "iana" + }, + "application/vnd.dynageo": { + "source": "iana", + "extensions": ["geo"] + }, + "application/vnd.dzr": { + "source": "iana" + }, + "application/vnd.easykaraoke.cdgdownload": { + "source": "iana" + }, + "application/vnd.ecdis-update": { + "source": "iana" + }, + "application/vnd.ecowin.chart": { + "source": "iana", + "extensions": ["mag"] + }, + "application/vnd.ecowin.filerequest": { + "source": "iana" + }, + "application/vnd.ecowin.fileupdate": { + "source": "iana" + }, + "application/vnd.ecowin.series": { + "source": "iana" + }, + "application/vnd.ecowin.seriesrequest": { + "source": "iana" + }, + "application/vnd.ecowin.seriesupdate": { + "source": "iana" + }, + "application/vnd.efi.img": { + "source": "iana" + }, + "application/vnd.efi.iso": { + "source": "iana" + }, + "application/vnd.emclient.accessrequest+xml": { + "source": "iana" + }, + "application/vnd.enliven": { + "source": "iana", + "extensions": ["nml"] + }, + "application/vnd.enphase.envoy": { + "source": "iana" + }, + "application/vnd.eprints.data+xml": { + "source": "iana" + }, + "application/vnd.epson.esf": { + "source": "iana", + "extensions": ["esf"] + }, + "application/vnd.epson.msf": { + "source": "iana", + "extensions": ["msf"] + }, + "application/vnd.epson.quickanime": { + "source": "iana", + "extensions": ["qam"] + }, + "application/vnd.epson.salt": { + "source": "iana", + "extensions": ["slt"] + }, + "application/vnd.epson.ssf": { + "source": "iana", + "extensions": ["ssf"] + }, + "application/vnd.ericsson.quickcall": { + "source": "iana" + }, + "application/vnd.espass-espass+zip": { + "source": "iana" + }, + "application/vnd.eszigno3+xml": { + "source": "iana", + "extensions": ["es3","et3"] + }, + "application/vnd.etsi.aoc+xml": { + "source": "iana" + }, + "application/vnd.etsi.asic-e+zip": { + "source": "iana" + }, + "application/vnd.etsi.asic-s+zip": { + "source": "iana" + }, + "application/vnd.etsi.cug+xml": { + "source": "iana" + }, + "application/vnd.etsi.iptvcommand+xml": { + "source": "iana" + }, + "application/vnd.etsi.iptvdiscovery+xml": { + "source": "iana" + }, + "application/vnd.etsi.iptvprofile+xml": { + "source": "iana" + }, + "application/vnd.etsi.iptvsad-bc+xml": { + "source": "iana" + }, + "application/vnd.etsi.iptvsad-cod+xml": { + "source": "iana" + }, + "application/vnd.etsi.iptvsad-npvr+xml": { + "source": "iana" + }, + "application/vnd.etsi.iptvservice+xml": { + "source": "iana" + }, + "application/vnd.etsi.iptvsync+xml": { + "source": "iana" + }, + "application/vnd.etsi.iptvueprofile+xml": { + "source": "iana" + }, + "application/vnd.etsi.mcid+xml": { + "source": "iana" + }, + "application/vnd.etsi.mheg5": { + "source": "iana" + }, + "application/vnd.etsi.overload-control-policy-dataset+xml": { + "source": "iana" + }, + "application/vnd.etsi.pstn+xml": { + "source": "iana" + }, + "application/vnd.etsi.sci+xml": { + "source": "iana" + }, + "application/vnd.etsi.simservs+xml": { + "source": "iana" + }, + "application/vnd.etsi.timestamp-token": { + "source": "iana" + }, + "application/vnd.etsi.tsl+xml": { + "source": "iana" + }, + "application/vnd.etsi.tsl.der": { + "source": "iana" + }, + "application/vnd.eudora.data": { + "source": "iana" + }, + "application/vnd.ezpix-album": { + "source": "iana", + "extensions": ["ez2"] + }, + "application/vnd.ezpix-package": { + "source": "iana", + "extensions": ["ez3"] + }, + "application/vnd.f-secure.mobile": { + "source": "iana" + }, + "application/vnd.fastcopy-disk-image": { + "source": "iana" + }, + "application/vnd.fdf": { + "source": "iana", + "extensions": ["fdf"] + }, + "application/vnd.fdsn.mseed": { + "source": "iana", + "extensions": ["mseed"] + }, + "application/vnd.fdsn.seed": { + "source": "iana", + "extensions": ["seed","dataless"] + }, + "application/vnd.ffsns": { + "source": "iana" + }, + "application/vnd.filmit.zfc": { + "source": "iana" + }, + "application/vnd.fints": { + "source": "iana" + }, + "application/vnd.firemonkeys.cloudcell": { + "source": "iana" + }, + "application/vnd.flographit": { + "source": "iana", + "extensions": ["gph"] + }, + "application/vnd.fluxtime.clip": { + "source": "iana", + "extensions": ["ftc"] + }, + "application/vnd.font-fontforge-sfd": { + "source": "iana" + }, + "application/vnd.framemaker": { + "source": "iana", + "extensions": ["fm","frame","maker","book"] + }, + "application/vnd.frogans.fnc": { + "source": "iana", + "extensions": ["fnc"] + }, + "application/vnd.frogans.ltf": { + "source": "iana", + "extensions": ["ltf"] + }, + "application/vnd.fsc.weblaunch": { + "source": "iana", + "extensions": ["fsc"] + }, + "application/vnd.fujitsu.oasys": { + "source": "iana", + "extensions": ["oas"] + }, + "application/vnd.fujitsu.oasys2": { + "source": "iana", + "extensions": ["oa2"] + }, + "application/vnd.fujitsu.oasys3": { + "source": "iana", + "extensions": ["oa3"] + }, + "application/vnd.fujitsu.oasysgp": { + "source": "iana", + "extensions": ["fg5"] + }, + "application/vnd.fujitsu.oasysprs": { + "source": "iana", + "extensions": ["bh2"] + }, + "application/vnd.fujixerox.art-ex": { + "source": "iana" + }, + "application/vnd.fujixerox.art4": { + "source": "iana" + }, + "application/vnd.fujixerox.ddd": { + "source": "iana", + "extensions": ["ddd"] + }, + "application/vnd.fujixerox.docuworks": { + "source": "iana", + "extensions": ["xdw"] + }, + "application/vnd.fujixerox.docuworks.binder": { + "source": "iana", + "extensions": ["xbd"] + }, + "application/vnd.fujixerox.docuworks.container": { + "source": "iana" + }, + "application/vnd.fujixerox.hbpl": { + "source": "iana" + }, + "application/vnd.fut-misnet": { + "source": "iana" + }, + "application/vnd.fuzzysheet": { + "source": "iana", + "extensions": ["fzs"] + }, + "application/vnd.genomatix.tuxedo": { + "source": "iana", + "extensions": ["txd"] + }, + "application/vnd.geo+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.geocube+xml": { + "source": "iana" + }, + "application/vnd.geogebra.file": { + "source": "iana", + "extensions": ["ggb"] + }, + "application/vnd.geogebra.tool": { + "source": "iana", + "extensions": ["ggt"] + }, + "application/vnd.geometry-explorer": { + "source": "iana", + "extensions": ["gex","gre"] + }, + "application/vnd.geonext": { + "source": "iana", + "extensions": ["gxt"] + }, + "application/vnd.geoplan": { + "source": "iana", + "extensions": ["g2w"] + }, + "application/vnd.geospace": { + "source": "iana", + "extensions": ["g3w"] + }, + "application/vnd.gerber": { + "source": "iana" + }, + "application/vnd.globalplatform.card-content-mgt": { + "source": "iana" + }, + "application/vnd.globalplatform.card-content-mgt-response": { + "source": "iana" + }, + "application/vnd.gmx": { + "source": "iana", + "extensions": ["gmx"] + }, + "application/vnd.google-apps.document": { + "compressible": false, + "extensions": ["gdoc"] + }, + "application/vnd.google-apps.presentation": { + "compressible": false, + "extensions": ["gslides"] + }, + "application/vnd.google-apps.spreadsheet": { + "compressible": false, + "extensions": ["gsheet"] + }, + "application/vnd.google-earth.kml+xml": { + "source": "iana", + "compressible": true, + "extensions": ["kml"] + }, + "application/vnd.google-earth.kmz": { + "source": "iana", + "compressible": false, + "extensions": ["kmz"] + }, + "application/vnd.gov.sk.e-form+xml": { + "source": "iana" + }, + "application/vnd.gov.sk.e-form+zip": { + "source": "iana" + }, + "application/vnd.gov.sk.xmldatacontainer+xml": { + "source": "iana" + }, + "application/vnd.grafeq": { + "source": "iana", + "extensions": ["gqf","gqs"] + }, + "application/vnd.gridmp": { + "source": "iana" + }, + "application/vnd.groove-account": { + "source": "iana", + "extensions": ["gac"] + }, + "application/vnd.groove-help": { + "source": "iana", + "extensions": ["ghf"] + }, + "application/vnd.groove-identity-message": { + "source": "iana", + "extensions": ["gim"] + }, + "application/vnd.groove-injector": { + "source": "iana", + "extensions": ["grv"] + }, + "application/vnd.groove-tool-message": { + "source": "iana", + "extensions": ["gtm"] + }, + "application/vnd.groove-tool-template": { + "source": "iana", + "extensions": ["tpl"] + }, + "application/vnd.groove-vcard": { + "source": "iana", + "extensions": ["vcg"] + }, + "application/vnd.hal+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.hal+xml": { + "source": "iana", + "extensions": ["hal"] + }, + "application/vnd.handheld-entertainment+xml": { + "source": "iana", + "extensions": ["zmm"] + }, + "application/vnd.hbci": { + "source": "iana", + "extensions": ["hbci"] + }, + "application/vnd.hc+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.hcl-bireports": { + "source": "iana" + }, + "application/vnd.hdt": { + "source": "iana" + }, + "application/vnd.heroku+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.hhe.lesson-player": { + "source": "iana", + "extensions": ["les"] + }, + "application/vnd.hp-hpgl": { + "source": "iana", + "extensions": ["hpgl"] + }, + "application/vnd.hp-hpid": { + "source": "iana", + "extensions": ["hpid"] + }, + "application/vnd.hp-hps": { + "source": "iana", + "extensions": ["hps"] + }, + "application/vnd.hp-jlyt": { + "source": "iana", + "extensions": ["jlt"] + }, + "application/vnd.hp-pcl": { + "source": "iana", + "extensions": ["pcl"] + }, + "application/vnd.hp-pclxl": { + "source": "iana", + "extensions": ["pclxl"] + }, + "application/vnd.httphone": { + "source": "iana" + }, + "application/vnd.hydrostatix.sof-data": { + "source": "iana", + "extensions": ["sfd-hdstx"] + }, + "application/vnd.hyperdrive+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.hzn-3d-crossword": { + "source": "iana" + }, + "application/vnd.ibm.afplinedata": { + "source": "iana" + }, + "application/vnd.ibm.electronic-media": { + "source": "iana" + }, + "application/vnd.ibm.minipay": { + "source": "iana", + "extensions": ["mpy"] + }, + "application/vnd.ibm.modcap": { + "source": "iana", + "extensions": ["afp","listafp","list3820"] + }, + "application/vnd.ibm.rights-management": { + "source": "iana", + "extensions": ["irm"] + }, + "application/vnd.ibm.secure-container": { + "source": "iana", + "extensions": ["sc"] + }, + "application/vnd.iccprofile": { + "source": "iana", + "extensions": ["icc","icm"] + }, + "application/vnd.ieee.1905": { + "source": "iana" + }, + "application/vnd.igloader": { + "source": "iana", + "extensions": ["igl"] + }, + "application/vnd.imagemeter.image+zip": { + "source": "iana" + }, + "application/vnd.immervision-ivp": { + "source": "iana", + "extensions": ["ivp"] + }, + "application/vnd.immervision-ivu": { + "source": "iana", + "extensions": ["ivu"] + }, + "application/vnd.ims.imsccv1p1": { + "source": "iana" + }, + "application/vnd.ims.imsccv1p2": { + "source": "iana" + }, + "application/vnd.ims.imsccv1p3": { + "source": "iana" + }, + "application/vnd.ims.lis.v2.result+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.ims.lti.v2.toolconsumerprofile+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.ims.lti.v2.toolproxy+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.ims.lti.v2.toolproxy.id+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.ims.lti.v2.toolsettings+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.ims.lti.v2.toolsettings.simple+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.informedcontrol.rms+xml": { + "source": "iana" + }, + "application/vnd.informix-visionary": { + "source": "iana" + }, + "application/vnd.infotech.project": { + "source": "iana" + }, + "application/vnd.infotech.project+xml": { + "source": "iana" + }, + "application/vnd.innopath.wamp.notification": { + "source": "iana" + }, + "application/vnd.insors.igm": { + "source": "iana", + "extensions": ["igm"] + }, + "application/vnd.intercon.formnet": { + "source": "iana", + "extensions": ["xpw","xpx"] + }, + "application/vnd.intergeo": { + "source": "iana", + "extensions": ["i2g"] + }, + "application/vnd.intertrust.digibox": { + "source": "iana" + }, + "application/vnd.intertrust.nncp": { + "source": "iana" + }, + "application/vnd.intu.qbo": { + "source": "iana", + "extensions": ["qbo"] + }, + "application/vnd.intu.qfx": { + "source": "iana", + "extensions": ["qfx"] + }, + "application/vnd.iptc.g2.catalogitem+xml": { + "source": "iana" + }, + "application/vnd.iptc.g2.conceptitem+xml": { + "source": "iana" + }, + "application/vnd.iptc.g2.knowledgeitem+xml": { + "source": "iana" + }, + "application/vnd.iptc.g2.newsitem+xml": { + "source": "iana" + }, + "application/vnd.iptc.g2.newsmessage+xml": { + "source": "iana" + }, + "application/vnd.iptc.g2.packageitem+xml": { + "source": "iana" + }, + "application/vnd.iptc.g2.planningitem+xml": { + "source": "iana" + }, + "application/vnd.ipunplugged.rcprofile": { + "source": "iana", + "extensions": ["rcprofile"] + }, + "application/vnd.irepository.package+xml": { + "source": "iana", + "extensions": ["irp"] + }, + "application/vnd.is-xpr": { + "source": "iana", + "extensions": ["xpr"] + }, + "application/vnd.isac.fcs": { + "source": "iana", + "extensions": ["fcs"] + }, + "application/vnd.jam": { + "source": "iana", + "extensions": ["jam"] + }, + "application/vnd.japannet-directory-service": { + "source": "iana" + }, + "application/vnd.japannet-jpnstore-wakeup": { + "source": "iana" + }, + "application/vnd.japannet-payment-wakeup": { + "source": "iana" + }, + "application/vnd.japannet-registration": { + "source": "iana" + }, + "application/vnd.japannet-registration-wakeup": { + "source": "iana" + }, + "application/vnd.japannet-setstore-wakeup": { + "source": "iana" + }, + "application/vnd.japannet-verification": { + "source": "iana" + }, + "application/vnd.japannet-verification-wakeup": { + "source": "iana" + }, + "application/vnd.jcp.javame.midlet-rms": { + "source": "iana", + "extensions": ["rms"] + }, + "application/vnd.jisp": { + "source": "iana", + "extensions": ["jisp"] + }, + "application/vnd.joost.joda-archive": { + "source": "iana", + "extensions": ["joda"] + }, + "application/vnd.jsk.isdn-ngn": { + "source": "iana" + }, + "application/vnd.kahootz": { + "source": "iana", + "extensions": ["ktz","ktr"] + }, + "application/vnd.kde.karbon": { + "source": "iana", + "extensions": ["karbon"] + }, + "application/vnd.kde.kchart": { + "source": "iana", + "extensions": ["chrt"] + }, + "application/vnd.kde.kformula": { + "source": "iana", + "extensions": ["kfo"] + }, + "application/vnd.kde.kivio": { + "source": "iana", + "extensions": ["flw"] + }, + "application/vnd.kde.kontour": { + "source": "iana", + "extensions": ["kon"] + }, + "application/vnd.kde.kpresenter": { + "source": "iana", + "extensions": ["kpr","kpt"] + }, + "application/vnd.kde.kspread": { + "source": "iana", + "extensions": ["ksp"] + }, + "application/vnd.kde.kword": { + "source": "iana", + "extensions": ["kwd","kwt"] + }, + "application/vnd.kenameaapp": { + "source": "iana", + "extensions": ["htke"] + }, + "application/vnd.kidspiration": { + "source": "iana", + "extensions": ["kia"] + }, + "application/vnd.kinar": { + "source": "iana", + "extensions": ["kne","knp"] + }, + "application/vnd.koan": { + "source": "iana", + "extensions": ["skp","skd","skt","skm"] + }, + "application/vnd.kodak-descriptor": { + "source": "iana", + "extensions": ["sse"] + }, + "application/vnd.las.las+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.las.las+xml": { + "source": "iana", + "extensions": ["lasxml"] + }, + "application/vnd.liberty-request+xml": { + "source": "iana" + }, + "application/vnd.llamagraphics.life-balance.desktop": { + "source": "iana", + "extensions": ["lbd"] + }, + "application/vnd.llamagraphics.life-balance.exchange+xml": { + "source": "iana", + "extensions": ["lbe"] + }, + "application/vnd.lotus-1-2-3": { + "source": "iana", + "extensions": ["123"] + }, + "application/vnd.lotus-approach": { + "source": "iana", + "extensions": ["apr"] + }, + "application/vnd.lotus-freelance": { + "source": "iana", + "extensions": ["pre"] + }, + "application/vnd.lotus-notes": { + "source": "iana", + "extensions": ["nsf"] + }, + "application/vnd.lotus-organizer": { + "source": "iana", + "extensions": ["org"] + }, + "application/vnd.lotus-screencam": { + "source": "iana", + "extensions": ["scm"] + }, + "application/vnd.lotus-wordpro": { + "source": "iana", + "extensions": ["lwp"] + }, + "application/vnd.macports.portpkg": { + "source": "iana", + "extensions": ["portpkg"] + }, + "application/vnd.mapbox-vector-tile": { + "source": "iana" + }, + "application/vnd.marlin.drm.actiontoken+xml": { + "source": "iana" + }, + "application/vnd.marlin.drm.conftoken+xml": { + "source": "iana" + }, + "application/vnd.marlin.drm.license+xml": { + "source": "iana" + }, + "application/vnd.marlin.drm.mdcf": { + "source": "iana" + }, + "application/vnd.mason+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.maxmind.maxmind-db": { + "source": "iana" + }, + "application/vnd.mcd": { + "source": "iana", + "extensions": ["mcd"] + }, + "application/vnd.medcalcdata": { + "source": "iana", + "extensions": ["mc1"] + }, + "application/vnd.mediastation.cdkey": { + "source": "iana", + "extensions": ["cdkey"] + }, + "application/vnd.meridian-slingshot": { + "source": "iana" + }, + "application/vnd.mfer": { + "source": "iana", + "extensions": ["mwf"] + }, + "application/vnd.mfmp": { + "source": "iana", + "extensions": ["mfm"] + }, + "application/vnd.micro+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.micrografx.flo": { + "source": "iana", + "extensions": ["flo"] + }, + "application/vnd.micrografx.igx": { + "source": "iana", + "extensions": ["igx"] + }, + "application/vnd.microsoft.portable-executable": { + "source": "iana" + }, + "application/vnd.miele+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.mif": { + "source": "iana", + "extensions": ["mif"] + }, + "application/vnd.minisoft-hp3000-save": { + "source": "iana" + }, + "application/vnd.mitsubishi.misty-guard.trustweb": { + "source": "iana" + }, + "application/vnd.mobius.daf": { + "source": "iana", + "extensions": ["daf"] + }, + "application/vnd.mobius.dis": { + "source": "iana", + "extensions": ["dis"] + }, + "application/vnd.mobius.mbk": { + "source": "iana", + "extensions": ["mbk"] + }, + "application/vnd.mobius.mqy": { + "source": "iana", + "extensions": ["mqy"] + }, + "application/vnd.mobius.msl": { + "source": "iana", + "extensions": ["msl"] + }, + "application/vnd.mobius.plc": { + "source": "iana", + "extensions": ["plc"] + }, + "application/vnd.mobius.txf": { + "source": "iana", + "extensions": ["txf"] + }, + "application/vnd.mophun.application": { + "source": "iana", + "extensions": ["mpn"] + }, + "application/vnd.mophun.certificate": { + "source": "iana", + "extensions": ["mpc"] + }, + "application/vnd.motorola.flexsuite": { + "source": "iana" + }, + "application/vnd.motorola.flexsuite.adsi": { + "source": "iana" + }, + "application/vnd.motorola.flexsuite.fis": { + "source": "iana" + }, + "application/vnd.motorola.flexsuite.gotap": { + "source": "iana" + }, + "application/vnd.motorola.flexsuite.kmr": { + "source": "iana" + }, + "application/vnd.motorola.flexsuite.ttc": { + "source": "iana" + }, + "application/vnd.motorola.flexsuite.wem": { + "source": "iana" + }, + "application/vnd.motorola.iprm": { + "source": "iana" + }, + "application/vnd.mozilla.xul+xml": { + "source": "iana", + "compressible": true, + "extensions": ["xul"] + }, + "application/vnd.ms-3mfdocument": { + "source": "iana" + }, + "application/vnd.ms-artgalry": { + "source": "iana", + "extensions": ["cil"] + }, + "application/vnd.ms-asf": { + "source": "iana" + }, + "application/vnd.ms-cab-compressed": { + "source": "iana", + "extensions": ["cab"] + }, + "application/vnd.ms-color.iccprofile": { + "source": "apache" + }, + "application/vnd.ms-excel": { + "source": "iana", + "compressible": false, + "extensions": ["xls","xlm","xla","xlc","xlt","xlw"] + }, + "application/vnd.ms-excel.addin.macroenabled.12": { + "source": "iana", + "extensions": ["xlam"] + }, + "application/vnd.ms-excel.sheet.binary.macroenabled.12": { + "source": "iana", + "extensions": ["xlsb"] + }, + "application/vnd.ms-excel.sheet.macroenabled.12": { + "source": "iana", + "extensions": ["xlsm"] + }, + "application/vnd.ms-excel.template.macroenabled.12": { + "source": "iana", + "extensions": ["xltm"] + }, + "application/vnd.ms-fontobject": { + "source": "iana", + "compressible": true, + "extensions": ["eot"] + }, + "application/vnd.ms-htmlhelp": { + "source": "iana", + "extensions": ["chm"] + }, + "application/vnd.ms-ims": { + "source": "iana", + "extensions": ["ims"] + }, + "application/vnd.ms-lrm": { + "source": "iana", + "extensions": ["lrm"] + }, + "application/vnd.ms-office.activex+xml": { + "source": "iana" + }, + "application/vnd.ms-officetheme": { + "source": "iana", + "extensions": ["thmx"] + }, + "application/vnd.ms-opentype": { + "source": "apache", + "compressible": true + }, + "application/vnd.ms-package.obfuscated-opentype": { + "source": "apache" + }, + "application/vnd.ms-pki.seccat": { + "source": "apache", + "extensions": ["cat"] + }, + "application/vnd.ms-pki.stl": { + "source": "apache", + "extensions": ["stl"] + }, + "application/vnd.ms-playready.initiator+xml": { + "source": "iana" + }, + "application/vnd.ms-powerpoint": { + "source": "iana", + "compressible": false, + "extensions": ["ppt","pps","pot"] + }, + "application/vnd.ms-powerpoint.addin.macroenabled.12": { + "source": "iana", + "extensions": ["ppam"] + }, + "application/vnd.ms-powerpoint.presentation.macroenabled.12": { + "source": "iana", + "extensions": ["pptm"] + }, + "application/vnd.ms-powerpoint.slide.macroenabled.12": { + "source": "iana", + "extensions": ["sldm"] + }, + "application/vnd.ms-powerpoint.slideshow.macroenabled.12": { + "source": "iana", + "extensions": ["ppsm"] + }, + "application/vnd.ms-powerpoint.template.macroenabled.12": { + "source": "iana", + "extensions": ["potm"] + }, + "application/vnd.ms-printdevicecapabilities+xml": { + "source": "iana" + }, + "application/vnd.ms-printing.printticket+xml": { + "source": "apache" + }, + "application/vnd.ms-printschematicket+xml": { + "source": "iana" + }, + "application/vnd.ms-project": { + "source": "iana", + "extensions": ["mpp","mpt"] + }, + "application/vnd.ms-tnef": { + "source": "iana" + }, + "application/vnd.ms-windows.devicepairing": { + "source": "iana" + }, + "application/vnd.ms-windows.nwprinting.oob": { + "source": "iana" + }, + "application/vnd.ms-windows.printerpairing": { + "source": "iana" + }, + "application/vnd.ms-windows.wsd.oob": { + "source": "iana" + }, + "application/vnd.ms-wmdrm.lic-chlg-req": { + "source": "iana" + }, + "application/vnd.ms-wmdrm.lic-resp": { + "source": "iana" + }, + "application/vnd.ms-wmdrm.meter-chlg-req": { + "source": "iana" + }, + "application/vnd.ms-wmdrm.meter-resp": { + "source": "iana" + }, + "application/vnd.ms-word.document.macroenabled.12": { + "source": "iana", + "extensions": ["docm"] + }, + "application/vnd.ms-word.template.macroenabled.12": { + "source": "iana", + "extensions": ["dotm"] + }, + "application/vnd.ms-works": { + "source": "iana", + "extensions": ["wps","wks","wcm","wdb"] + }, + "application/vnd.ms-wpl": { + "source": "iana", + "extensions": ["wpl"] + }, + "application/vnd.ms-xpsdocument": { + "source": "iana", + "compressible": false, + "extensions": ["xps"] + }, + "application/vnd.msa-disk-image": { + "source": "iana" + }, + "application/vnd.mseq": { + "source": "iana", + "extensions": ["mseq"] + }, + "application/vnd.msign": { + "source": "iana" + }, + "application/vnd.multiad.creator": { + "source": "iana" + }, + "application/vnd.multiad.creator.cif": { + "source": "iana" + }, + "application/vnd.music-niff": { + "source": "iana" + }, + "application/vnd.musician": { + "source": "iana", + "extensions": ["mus"] + }, + "application/vnd.muvee.style": { + "source": "iana", + "extensions": ["msty"] + }, + "application/vnd.mynfc": { + "source": "iana", + "extensions": ["taglet"] + }, + "application/vnd.ncd.control": { + "source": "iana" + }, + "application/vnd.ncd.reference": { + "source": "iana" + }, + "application/vnd.nearst.inv+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.nervana": { + "source": "iana" + }, + "application/vnd.netfpx": { + "source": "iana" + }, + "application/vnd.neurolanguage.nlu": { + "source": "iana", + "extensions": ["nlu"] + }, + "application/vnd.nintendo.nitro.rom": { + "source": "iana" + }, + "application/vnd.nintendo.snes.rom": { + "source": "iana" + }, + "application/vnd.nitf": { + "source": "iana", + "extensions": ["ntf","nitf"] + }, + "application/vnd.noblenet-directory": { + "source": "iana", + "extensions": ["nnd"] + }, + "application/vnd.noblenet-sealer": { + "source": "iana", + "extensions": ["nns"] + }, + "application/vnd.noblenet-web": { + "source": "iana", + "extensions": ["nnw"] + }, + "application/vnd.nokia.catalogs": { + "source": "iana" + }, + "application/vnd.nokia.conml+wbxml": { + "source": "iana" + }, + "application/vnd.nokia.conml+xml": { + "source": "iana" + }, + "application/vnd.nokia.iptv.config+xml": { + "source": "iana" + }, + "application/vnd.nokia.isds-radio-presets": { + "source": "iana" + }, + "application/vnd.nokia.landmark+wbxml": { + "source": "iana" + }, + "application/vnd.nokia.landmark+xml": { + "source": "iana" + }, + "application/vnd.nokia.landmarkcollection+xml": { + "source": "iana" + }, + "application/vnd.nokia.n-gage.ac+xml": { + "source": "iana" + }, + "application/vnd.nokia.n-gage.data": { + "source": "iana", + "extensions": ["ngdat"] + }, + "application/vnd.nokia.n-gage.symbian.install": { + "source": "iana", + "extensions": ["n-gage"] + }, + "application/vnd.nokia.ncd": { + "source": "iana" + }, + "application/vnd.nokia.pcd+wbxml": { + "source": "iana" + }, + "application/vnd.nokia.pcd+xml": { + "source": "iana" + }, + "application/vnd.nokia.radio-preset": { + "source": "iana", + "extensions": ["rpst"] + }, + "application/vnd.nokia.radio-presets": { + "source": "iana", + "extensions": ["rpss"] + }, + "application/vnd.novadigm.edm": { + "source": "iana", + "extensions": ["edm"] + }, + "application/vnd.novadigm.edx": { + "source": "iana", + "extensions": ["edx"] + }, + "application/vnd.novadigm.ext": { + "source": "iana", + "extensions": ["ext"] + }, + "application/vnd.ntt-local.content-share": { + "source": "iana" + }, + "application/vnd.ntt-local.file-transfer": { + "source": "iana" + }, + "application/vnd.ntt-local.ogw_remote-access": { + "source": "iana" + }, + "application/vnd.ntt-local.sip-ta_remote": { + "source": "iana" + }, + "application/vnd.ntt-local.sip-ta_tcp_stream": { + "source": "iana" + }, + "application/vnd.oasis.opendocument.chart": { + "source": "iana", + "extensions": ["odc"] + }, + "application/vnd.oasis.opendocument.chart-template": { + "source": "iana", + "extensions": ["otc"] + }, + "application/vnd.oasis.opendocument.database": { + "source": "iana", + "extensions": ["odb"] + }, + "application/vnd.oasis.opendocument.formula": { + "source": "iana", + "extensions": ["odf"] + }, + "application/vnd.oasis.opendocument.formula-template": { + "source": "iana", + "extensions": ["odft"] + }, + "application/vnd.oasis.opendocument.graphics": { + "source": "iana", + "compressible": false, + "extensions": ["odg"] + }, + "application/vnd.oasis.opendocument.graphics-template": { + "source": "iana", + "extensions": ["otg"] + }, + "application/vnd.oasis.opendocument.image": { + "source": "iana", + "extensions": ["odi"] + }, + "application/vnd.oasis.opendocument.image-template": { + "source": "iana", + "extensions": ["oti"] + }, + "application/vnd.oasis.opendocument.presentation": { + "source": "iana", + "compressible": false, + "extensions": ["odp"] + }, + "application/vnd.oasis.opendocument.presentation-template": { + "source": "iana", + "extensions": ["otp"] + }, + "application/vnd.oasis.opendocument.spreadsheet": { + "source": "iana", + "compressible": false, + "extensions": ["ods"] + }, + "application/vnd.oasis.opendocument.spreadsheet-template": { + "source": "iana", + "extensions": ["ots"] + }, + "application/vnd.oasis.opendocument.text": { + "source": "iana", + "compressible": false, + "extensions": ["odt"] + }, + "application/vnd.oasis.opendocument.text-master": { + "source": "iana", + "extensions": ["odm"] + }, + "application/vnd.oasis.opendocument.text-template": { + "source": "iana", + "extensions": ["ott"] + }, + "application/vnd.oasis.opendocument.text-web": { + "source": "iana", + "extensions": ["oth"] + }, + "application/vnd.obn": { + "source": "iana" + }, + "application/vnd.ocf+cbor": { + "source": "iana" + }, + "application/vnd.oftn.l10n+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.oipf.contentaccessdownload+xml": { + "source": "iana" + }, + "application/vnd.oipf.contentaccessstreaming+xml": { + "source": "iana" + }, + "application/vnd.oipf.cspg-hexbinary": { + "source": "iana" + }, + "application/vnd.oipf.dae.svg+xml": { + "source": "iana" + }, + "application/vnd.oipf.dae.xhtml+xml": { + "source": "iana" + }, + "application/vnd.oipf.mippvcontrolmessage+xml": { + "source": "iana" + }, + "application/vnd.oipf.pae.gem": { + "source": "iana" + }, + "application/vnd.oipf.spdiscovery+xml": { + "source": "iana" + }, + "application/vnd.oipf.spdlist+xml": { + "source": "iana" + }, + "application/vnd.oipf.ueprofile+xml": { + "source": "iana" + }, + "application/vnd.oipf.userprofile+xml": { + "source": "iana" + }, + "application/vnd.olpc-sugar": { + "source": "iana", + "extensions": ["xo"] + }, + "application/vnd.oma-scws-config": { + "source": "iana" + }, + "application/vnd.oma-scws-http-request": { + "source": "iana" + }, + "application/vnd.oma-scws-http-response": { + "source": "iana" + }, + "application/vnd.oma.bcast.associated-procedure-parameter+xml": { + "source": "iana" + }, + "application/vnd.oma.bcast.drm-trigger+xml": { + "source": "iana" + }, + "application/vnd.oma.bcast.imd+xml": { + "source": "iana" + }, + "application/vnd.oma.bcast.ltkm": { + "source": "iana" + }, + "application/vnd.oma.bcast.notification+xml": { + "source": "iana" + }, + "application/vnd.oma.bcast.provisioningtrigger": { + "source": "iana" + }, + "application/vnd.oma.bcast.sgboot": { + "source": "iana" + }, + "application/vnd.oma.bcast.sgdd+xml": { + "source": "iana" + }, + "application/vnd.oma.bcast.sgdu": { + "source": "iana" + }, + "application/vnd.oma.bcast.simple-symbol-container": { + "source": "iana" + }, + "application/vnd.oma.bcast.smartcard-trigger+xml": { + "source": "iana" + }, + "application/vnd.oma.bcast.sprov+xml": { + "source": "iana" + }, + "application/vnd.oma.bcast.stkm": { + "source": "iana" + }, + "application/vnd.oma.cab-address-book+xml": { + "source": "iana" + }, + "application/vnd.oma.cab-feature-handler+xml": { + "source": "iana" + }, + "application/vnd.oma.cab-pcc+xml": { + "source": "iana" + }, + "application/vnd.oma.cab-subs-invite+xml": { + "source": "iana" + }, + "application/vnd.oma.cab-user-prefs+xml": { + "source": "iana" + }, + "application/vnd.oma.dcd": { + "source": "iana" + }, + "application/vnd.oma.dcdc": { + "source": "iana" + }, + "application/vnd.oma.dd2+xml": { + "source": "iana", + "extensions": ["dd2"] + }, + "application/vnd.oma.drm.risd+xml": { + "source": "iana" + }, + "application/vnd.oma.group-usage-list+xml": { + "source": "iana" + }, + "application/vnd.oma.lwm2m+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.oma.lwm2m+tlv": { + "source": "iana" + }, + "application/vnd.oma.pal+xml": { + "source": "iana" + }, + "application/vnd.oma.poc.detailed-progress-report+xml": { + "source": "iana" + }, + "application/vnd.oma.poc.final-report+xml": { + "source": "iana" + }, + "application/vnd.oma.poc.groups+xml": { + "source": "iana" + }, + "application/vnd.oma.poc.invocation-descriptor+xml": { + "source": "iana" + }, + "application/vnd.oma.poc.optimized-progress-report+xml": { + "source": "iana" + }, + "application/vnd.oma.push": { + "source": "iana" + }, + "application/vnd.oma.scidm.messages+xml": { + "source": "iana" + }, + "application/vnd.oma.xcap-directory+xml": { + "source": "iana" + }, + "application/vnd.omads-email+xml": { + "source": "iana" + }, + "application/vnd.omads-file+xml": { + "source": "iana" + }, + "application/vnd.omads-folder+xml": { + "source": "iana" + }, + "application/vnd.omaloc-supl-init": { + "source": "iana" + }, + "application/vnd.onepager": { + "source": "iana" + }, + "application/vnd.openblox.game+xml": { + "source": "iana" + }, + "application/vnd.openblox.game-binary": { + "source": "iana" + }, + "application/vnd.openeye.oeb": { + "source": "iana" + }, + "application/vnd.openofficeorg.extension": { + "source": "apache", + "extensions": ["oxt"] + }, + "application/vnd.openstreetmap.data+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.custom-properties+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.customxmlproperties+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.drawing+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.drawingml.chart+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.extended-properties+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml-template": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.comments+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.presentation": { + "source": "iana", + "compressible": false, + "extensions": ["pptx"] + }, + "application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.presprops+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.slide": { + "source": "iana", + "extensions": ["sldx"] + }, + "application/vnd.openxmlformats-officedocument.presentationml.slide+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.slideshow": { + "source": "iana", + "extensions": ["ppsx"] + }, + "application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.tags+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.template": { + "source": "apache", + "extensions": ["potx"] + }, + "application/vnd.openxmlformats-officedocument.presentationml.template.main+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml-template": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": { + "source": "iana", + "compressible": false, + "extensions": ["xlsx"] + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.template": { + "source": "apache", + "extensions": ["xltx"] + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.theme+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.themeoverride+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.vmldrawing": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml-template": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.document": { + "source": "iana", + "compressible": false, + "extensions": ["docx"] + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.template": { + "source": "apache", + "extensions": ["dotx"] + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-package.core-properties+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml": { + "source": "iana" + }, + "application/vnd.openxmlformats-package.relationships+xml": { + "source": "iana" + }, + "application/vnd.oracle.resource+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.orange.indata": { + "source": "iana" + }, + "application/vnd.osa.netdeploy": { + "source": "iana" + }, + "application/vnd.osgeo.mapguide.package": { + "source": "iana", + "extensions": ["mgp"] + }, + "application/vnd.osgi.bundle": { + "source": "iana" + }, + "application/vnd.osgi.dp": { + "source": "iana", + "extensions": ["dp"] + }, + "application/vnd.osgi.subsystem": { + "source": "iana", + "extensions": ["esa"] + }, + "application/vnd.otps.ct-kip+xml": { + "source": "iana" + }, + "application/vnd.oxli.countgraph": { + "source": "iana" + }, + "application/vnd.pagerduty+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.palm": { + "source": "iana", + "extensions": ["pdb","pqa","oprc"] + }, + "application/vnd.panoply": { + "source": "iana" + }, + "application/vnd.paos+xml": { + "source": "iana" + }, + "application/vnd.paos.xml": { + "source": "apache" + }, + "application/vnd.pawaafile": { + "source": "iana", + "extensions": ["paw"] + }, + "application/vnd.pcos": { + "source": "iana" + }, + "application/vnd.pg.format": { + "source": "iana", + "extensions": ["str"] + }, + "application/vnd.pg.osasli": { + "source": "iana", + "extensions": ["ei6"] + }, + "application/vnd.piaccess.application-licence": { + "source": "iana" + }, + "application/vnd.picsel": { + "source": "iana", + "extensions": ["efif"] + }, + "application/vnd.pmi.widget": { + "source": "iana", + "extensions": ["wg"] + }, + "application/vnd.poc.group-advertisement+xml": { + "source": "iana" + }, + "application/vnd.pocketlearn": { + "source": "iana", + "extensions": ["plf"] + }, + "application/vnd.powerbuilder6": { + "source": "iana", + "extensions": ["pbd"] + }, + "application/vnd.powerbuilder6-s": { + "source": "iana" + }, + "application/vnd.powerbuilder7": { + "source": "iana" + }, + "application/vnd.powerbuilder7-s": { + "source": "iana" + }, + "application/vnd.powerbuilder75": { + "source": "iana" + }, + "application/vnd.powerbuilder75-s": { + "source": "iana" + }, + "application/vnd.preminet": { + "source": "iana" + }, + "application/vnd.previewsystems.box": { + "source": "iana", + "extensions": ["box"] + }, + "application/vnd.proteus.magazine": { + "source": "iana", + "extensions": ["mgz"] + }, + "application/vnd.publishare-delta-tree": { + "source": "iana", + "extensions": ["qps"] + }, + "application/vnd.pvi.ptid1": { + "source": "iana", + "extensions": ["ptid"] + }, + "application/vnd.pwg-multiplexed": { + "source": "iana" + }, + "application/vnd.pwg-xhtml-print+xml": { + "source": "iana" + }, + "application/vnd.qualcomm.brew-app-res": { + "source": "iana" + }, + "application/vnd.quarantainenet": { + "source": "iana" + }, + "application/vnd.quark.quarkxpress": { + "source": "iana", + "extensions": ["qxd","qxt","qwd","qwt","qxl","qxb"] + }, + "application/vnd.quobject-quoxdocument": { + "source": "iana" + }, + "application/vnd.radisys.moml+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-audit+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-audit-conf+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-audit-conn+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-audit-dialog+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-audit-stream+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-conf+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-dialog+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-dialog-base+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-dialog-fax-detect+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-dialog-fax-sendrecv+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-dialog-group+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-dialog-speech+xml": { + "source": "iana" + }, + "application/vnd.radisys.msml-dialog-transform+xml": { + "source": "iana" + }, + "application/vnd.rainstor.data": { + "source": "iana" + }, + "application/vnd.rapid": { + "source": "iana" + }, + "application/vnd.rar": { + "source": "iana" + }, + "application/vnd.realvnc.bed": { + "source": "iana", + "extensions": ["bed"] + }, + "application/vnd.recordare.musicxml": { + "source": "iana", + "extensions": ["mxl"] + }, + "application/vnd.recordare.musicxml+xml": { + "source": "iana", + "extensions": ["musicxml"] + }, + "application/vnd.renlearn.rlprint": { + "source": "iana" + }, + "application/vnd.rig.cryptonote": { + "source": "iana", + "extensions": ["cryptonote"] + }, + "application/vnd.rim.cod": { + "source": "apache", + "extensions": ["cod"] + }, + "application/vnd.rn-realmedia": { + "source": "apache", + "extensions": ["rm"] + }, + "application/vnd.rn-realmedia-vbr": { + "source": "apache", + "extensions": ["rmvb"] + }, + "application/vnd.route66.link66+xml": { + "source": "iana", + "extensions": ["link66"] + }, + "application/vnd.rs-274x": { + "source": "iana" + }, + "application/vnd.ruckus.download": { + "source": "iana" + }, + "application/vnd.s3sms": { + "source": "iana" + }, + "application/vnd.sailingtracker.track": { + "source": "iana", + "extensions": ["st"] + }, + "application/vnd.sbm.cid": { + "source": "iana" + }, + "application/vnd.sbm.mid2": { + "source": "iana" + }, + "application/vnd.scribus": { + "source": "iana" + }, + "application/vnd.sealed.3df": { + "source": "iana" + }, + "application/vnd.sealed.csf": { + "source": "iana" + }, + "application/vnd.sealed.doc": { + "source": "iana" + }, + "application/vnd.sealed.eml": { + "source": "iana" + }, + "application/vnd.sealed.mht": { + "source": "iana" + }, + "application/vnd.sealed.net": { + "source": "iana" + }, + "application/vnd.sealed.ppt": { + "source": "iana" + }, + "application/vnd.sealed.tiff": { + "source": "iana" + }, + "application/vnd.sealed.xls": { + "source": "iana" + }, + "application/vnd.sealedmedia.softseal.html": { + "source": "iana" + }, + "application/vnd.sealedmedia.softseal.pdf": { + "source": "iana" + }, + "application/vnd.seemail": { + "source": "iana", + "extensions": ["see"] + }, + "application/vnd.sema": { + "source": "iana", + "extensions": ["sema"] + }, + "application/vnd.semd": { + "source": "iana", + "extensions": ["semd"] + }, + "application/vnd.semf": { + "source": "iana", + "extensions": ["semf"] + }, + "application/vnd.shana.informed.formdata": { + "source": "iana", + "extensions": ["ifm"] + }, + "application/vnd.shana.informed.formtemplate": { + "source": "iana", + "extensions": ["itp"] + }, + "application/vnd.shana.informed.interchange": { + "source": "iana", + "extensions": ["iif"] + }, + "application/vnd.shana.informed.package": { + "source": "iana", + "extensions": ["ipk"] + }, + "application/vnd.simtech-mindmapper": { + "source": "iana", + "extensions": ["twd","twds"] + }, + "application/vnd.siren+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.smaf": { + "source": "iana", + "extensions": ["mmf"] + }, + "application/vnd.smart.notebook": { + "source": "iana" + }, + "application/vnd.smart.teacher": { + "source": "iana", + "extensions": ["teacher"] + }, + "application/vnd.software602.filler.form+xml": { + "source": "iana" + }, + "application/vnd.software602.filler.form-xml-zip": { + "source": "iana" + }, + "application/vnd.solent.sdkm+xml": { + "source": "iana", + "extensions": ["sdkm","sdkd"] + }, + "application/vnd.spotfire.dxp": { + "source": "iana", + "extensions": ["dxp"] + }, + "application/vnd.spotfire.sfs": { + "source": "iana", + "extensions": ["sfs"] + }, + "application/vnd.sss-cod": { + "source": "iana" + }, + "application/vnd.sss-dtf": { + "source": "iana" + }, + "application/vnd.sss-ntf": { + "source": "iana" + }, + "application/vnd.stardivision.calc": { + "source": "apache", + "extensions": ["sdc"] + }, + "application/vnd.stardivision.draw": { + "source": "apache", + "extensions": ["sda"] + }, + "application/vnd.stardivision.impress": { + "source": "apache", + "extensions": ["sdd"] + }, + "application/vnd.stardivision.math": { + "source": "apache", + "extensions": ["smf"] + }, + "application/vnd.stardivision.writer": { + "source": "apache", + "extensions": ["sdw","vor"] + }, + "application/vnd.stardivision.writer-global": { + "source": "apache", + "extensions": ["sgl"] + }, + "application/vnd.stepmania.package": { + "source": "iana", + "extensions": ["smzip"] + }, + "application/vnd.stepmania.stepchart": { + "source": "iana", + "extensions": ["sm"] + }, + "application/vnd.street-stream": { + "source": "iana" + }, + "application/vnd.sun.wadl+xml": { + "source": "iana" + }, + "application/vnd.sun.xml.calc": { + "source": "apache", + "extensions": ["sxc"] + }, + "application/vnd.sun.xml.calc.template": { + "source": "apache", + "extensions": ["stc"] + }, + "application/vnd.sun.xml.draw": { + "source": "apache", + "extensions": ["sxd"] + }, + "application/vnd.sun.xml.draw.template": { + "source": "apache", + "extensions": ["std"] + }, + "application/vnd.sun.xml.impress": { + "source": "apache", + "extensions": ["sxi"] + }, + "application/vnd.sun.xml.impress.template": { + "source": "apache", + "extensions": ["sti"] + }, + "application/vnd.sun.xml.math": { + "source": "apache", + "extensions": ["sxm"] + }, + "application/vnd.sun.xml.writer": { + "source": "apache", + "extensions": ["sxw"] + }, + "application/vnd.sun.xml.writer.global": { + "source": "apache", + "extensions": ["sxg"] + }, + "application/vnd.sun.xml.writer.template": { + "source": "apache", + "extensions": ["stw"] + }, + "application/vnd.sus-calendar": { + "source": "iana", + "extensions": ["sus","susp"] + }, + "application/vnd.svd": { + "source": "iana", + "extensions": ["svd"] + }, + "application/vnd.swiftview-ics": { + "source": "iana" + }, + "application/vnd.symbian.install": { + "source": "apache", + "extensions": ["sis","sisx"] + }, + "application/vnd.syncml+xml": { + "source": "iana", + "extensions": ["xsm"] + }, + "application/vnd.syncml.dm+wbxml": { + "source": "iana", + "extensions": ["bdm"] + }, + "application/vnd.syncml.dm+xml": { + "source": "iana", + "extensions": ["xdm"] + }, + "application/vnd.syncml.dm.notification": { + "source": "iana" + }, + "application/vnd.syncml.dmddf+wbxml": { + "source": "iana" + }, + "application/vnd.syncml.dmddf+xml": { + "source": "iana" + }, + "application/vnd.syncml.dmtnds+wbxml": { + "source": "iana" + }, + "application/vnd.syncml.dmtnds+xml": { + "source": "iana" + }, + "application/vnd.syncml.ds.notification": { + "source": "iana" + }, + "application/vnd.tableschema+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.tao.intent-module-archive": { + "source": "iana", + "extensions": ["tao"] + }, + "application/vnd.tcpdump.pcap": { + "source": "iana", + "extensions": ["pcap","cap","dmp"] + }, + "application/vnd.tmd.mediaflex.api+xml": { + "source": "iana" + }, + "application/vnd.tml": { + "source": "iana" + }, + "application/vnd.tmobile-livetv": { + "source": "iana", + "extensions": ["tmo"] + }, + "application/vnd.tri.onesource": { + "source": "iana" + }, + "application/vnd.trid.tpt": { + "source": "iana", + "extensions": ["tpt"] + }, + "application/vnd.triscape.mxs": { + "source": "iana", + "extensions": ["mxs"] + }, + "application/vnd.trueapp": { + "source": "iana", + "extensions": ["tra"] + }, + "application/vnd.truedoc": { + "source": "iana" + }, + "application/vnd.ubisoft.webplayer": { + "source": "iana" + }, + "application/vnd.ufdl": { + "source": "iana", + "extensions": ["ufd","ufdl"] + }, + "application/vnd.uiq.theme": { + "source": "iana", + "extensions": ["utz"] + }, + "application/vnd.umajin": { + "source": "iana", + "extensions": ["umj"] + }, + "application/vnd.unity": { + "source": "iana", + "extensions": ["unityweb"] + }, + "application/vnd.uoml+xml": { + "source": "iana", + "extensions": ["uoml"] + }, + "application/vnd.uplanet.alert": { + "source": "iana" + }, + "application/vnd.uplanet.alert-wbxml": { + "source": "iana" + }, + "application/vnd.uplanet.bearer-choice": { + "source": "iana" + }, + "application/vnd.uplanet.bearer-choice-wbxml": { + "source": "iana" + }, + "application/vnd.uplanet.cacheop": { + "source": "iana" + }, + "application/vnd.uplanet.cacheop-wbxml": { + "source": "iana" + }, + "application/vnd.uplanet.channel": { + "source": "iana" + }, + "application/vnd.uplanet.channel-wbxml": { + "source": "iana" + }, + "application/vnd.uplanet.list": { + "source": "iana" + }, + "application/vnd.uplanet.list-wbxml": { + "source": "iana" + }, + "application/vnd.uplanet.listcmd": { + "source": "iana" + }, + "application/vnd.uplanet.listcmd-wbxml": { + "source": "iana" + }, + "application/vnd.uplanet.signal": { + "source": "iana" + }, + "application/vnd.uri-map": { + "source": "iana" + }, + "application/vnd.valve.source.material": { + "source": "iana" + }, + "application/vnd.vcx": { + "source": "iana", + "extensions": ["vcx"] + }, + "application/vnd.vd-study": { + "source": "iana" + }, + "application/vnd.vectorworks": { + "source": "iana" + }, + "application/vnd.vel+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.verimatrix.vcas": { + "source": "iana" + }, + "application/vnd.vidsoft.vidconference": { + "source": "iana" + }, + "application/vnd.visio": { + "source": "iana", + "extensions": ["vsd","vst","vss","vsw"] + }, + "application/vnd.visionary": { + "source": "iana", + "extensions": ["vis"] + }, + "application/vnd.vividence.scriptfile": { + "source": "iana" + }, + "application/vnd.vsf": { + "source": "iana", + "extensions": ["vsf"] + }, + "application/vnd.wap.sic": { + "source": "iana" + }, + "application/vnd.wap.slc": { + "source": "iana" + }, + "application/vnd.wap.wbxml": { + "source": "iana", + "extensions": ["wbxml"] + }, + "application/vnd.wap.wmlc": { + "source": "iana", + "extensions": ["wmlc"] + }, + "application/vnd.wap.wmlscriptc": { + "source": "iana", + "extensions": ["wmlsc"] + }, + "application/vnd.webturbo": { + "source": "iana", + "extensions": ["wtb"] + }, + "application/vnd.wfa.p2p": { + "source": "iana" + }, + "application/vnd.wfa.wsc": { + "source": "iana" + }, + "application/vnd.windows.devicepairing": { + "source": "iana" + }, + "application/vnd.wmc": { + "source": "iana" + }, + "application/vnd.wmf.bootstrap": { + "source": "iana" + }, + "application/vnd.wolfram.mathematica": { + "source": "iana" + }, + "application/vnd.wolfram.mathematica.package": { + "source": "iana" + }, + "application/vnd.wolfram.player": { + "source": "iana", + "extensions": ["nbp"] + }, + "application/vnd.wordperfect": { + "source": "iana", + "extensions": ["wpd"] + }, + "application/vnd.wqd": { + "source": "iana", + "extensions": ["wqd"] + }, + "application/vnd.wrq-hp3000-labelled": { + "source": "iana" + }, + "application/vnd.wt.stf": { + "source": "iana", + "extensions": ["stf"] + }, + "application/vnd.wv.csp+wbxml": { + "source": "iana" + }, + "application/vnd.wv.csp+xml": { + "source": "iana" + }, + "application/vnd.wv.ssp+xml": { + "source": "iana" + }, + "application/vnd.xacml+json": { + "source": "iana", + "compressible": true + }, + "application/vnd.xara": { + "source": "iana", + "extensions": ["xar"] + }, + "application/vnd.xfdl": { + "source": "iana", + "extensions": ["xfdl"] + }, + "application/vnd.xfdl.webform": { + "source": "iana" + }, + "application/vnd.xmi+xml": { + "source": "iana" + }, + "application/vnd.xmpie.cpkg": { + "source": "iana" + }, + "application/vnd.xmpie.dpkg": { + "source": "iana" + }, + "application/vnd.xmpie.plan": { + "source": "iana" + }, + "application/vnd.xmpie.ppkg": { + "source": "iana" + }, + "application/vnd.xmpie.xlim": { + "source": "iana" + }, + "application/vnd.yamaha.hv-dic": { + "source": "iana", + "extensions": ["hvd"] + }, + "application/vnd.yamaha.hv-script": { + "source": "iana", + "extensions": ["hvs"] + }, + "application/vnd.yamaha.hv-voice": { + "source": "iana", + "extensions": ["hvp"] + }, + "application/vnd.yamaha.openscoreformat": { + "source": "iana", + "extensions": ["osf"] + }, + "application/vnd.yamaha.openscoreformat.osfpvg+xml": { + "source": "iana", + "extensions": ["osfpvg"] + }, + "application/vnd.yamaha.remote-setup": { + "source": "iana" + }, + "application/vnd.yamaha.smaf-audio": { + "source": "iana", + "extensions": ["saf"] + }, + "application/vnd.yamaha.smaf-phrase": { + "source": "iana", + "extensions": ["spf"] + }, + "application/vnd.yamaha.through-ngn": { + "source": "iana" + }, + "application/vnd.yamaha.tunnel-udpencap": { + "source": "iana" + }, + "application/vnd.yaoweme": { + "source": "iana" + }, + "application/vnd.yellowriver-custom-menu": { + "source": "iana", + "extensions": ["cmp"] + }, + "application/vnd.zul": { + "source": "iana", + "extensions": ["zir","zirz"] + }, + "application/vnd.zzazz.deck+xml": { + "source": "iana", + "extensions": ["zaz"] + }, + "application/voicexml+xml": { + "source": "iana", + "extensions": ["vxml"] + }, + "application/vq-rtcpxr": { + "source": "iana" + }, + "application/watcherinfo+xml": { + "source": "iana" + }, + "application/whoispp-query": { + "source": "iana" + }, + "application/whoispp-response": { + "source": "iana" + }, + "application/widget": { + "source": "iana", + "extensions": ["wgt"] + }, + "application/winhlp": { + "source": "apache", + "extensions": ["hlp"] + }, + "application/wita": { + "source": "iana" + }, + "application/wordperfect5.1": { + "source": "iana" + }, + "application/wsdl+xml": { + "source": "iana", + "extensions": ["wsdl"] + }, + "application/wspolicy+xml": { + "source": "iana", + "extensions": ["wspolicy"] + }, + "application/x-7z-compressed": { + "source": "apache", + "compressible": false, + "extensions": ["7z"] + }, + "application/x-abiword": { + "source": "apache", + "extensions": ["abw"] + }, + "application/x-ace-compressed": { + "source": "apache", + "extensions": ["ace"] + }, + "application/x-amf": { + "source": "apache" + }, + "application/x-apple-diskimage": { + "source": "apache", + "extensions": ["dmg"] + }, + "application/x-authorware-bin": { + "source": "apache", + "extensions": ["aab","x32","u32","vox"] + }, + "application/x-authorware-map": { + "source": "apache", + "extensions": ["aam"] + }, + "application/x-authorware-seg": { + "source": "apache", + "extensions": ["aas"] + }, + "application/x-bcpio": { + "source": "apache", + "extensions": ["bcpio"] + }, + "application/x-bdoc": { + "compressible": false, + "extensions": ["bdoc"] + }, + "application/x-bittorrent": { + "source": "apache", + "extensions": ["torrent"] + }, + "application/x-blorb": { + "source": "apache", + "extensions": ["blb","blorb"] + }, + "application/x-bzip": { + "source": "apache", + "compressible": false, + "extensions": ["bz"] + }, + "application/x-bzip2": { + "source": "apache", + "compressible": false, + "extensions": ["bz2","boz"] + }, + "application/x-cbr": { + "source": "apache", + "extensions": ["cbr","cba","cbt","cbz","cb7"] + }, + "application/x-cdlink": { + "source": "apache", + "extensions": ["vcd"] + }, + "application/x-cfs-compressed": { + "source": "apache", + "extensions": ["cfs"] + }, + "application/x-chat": { + "source": "apache", + "extensions": ["chat"] + }, + "application/x-chess-pgn": { + "source": "apache", + "extensions": ["pgn"] + }, + "application/x-chrome-extension": { + "extensions": ["crx"] + }, + "application/x-cocoa": { + "source": "nginx", + "extensions": ["cco"] + }, + "application/x-compress": { + "source": "apache" + }, + "application/x-conference": { + "source": "apache", + "extensions": ["nsc"] + }, + "application/x-cpio": { + "source": "apache", + "extensions": ["cpio"] + }, + "application/x-csh": { + "source": "apache", + "extensions": ["csh"] + }, + "application/x-deb": { + "compressible": false + }, + "application/x-debian-package": { + "source": "apache", + "extensions": ["deb","udeb"] + }, + "application/x-dgc-compressed": { + "source": "apache", + "extensions": ["dgc"] + }, + "application/x-director": { + "source": "apache", + "extensions": ["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"] + }, + "application/x-doom": { + "source": "apache", + "extensions": ["wad"] + }, + "application/x-dtbncx+xml": { + "source": "apache", + "extensions": ["ncx"] + }, + "application/x-dtbook+xml": { + "source": "apache", + "extensions": ["dtb"] + }, + "application/x-dtbresource+xml": { + "source": "apache", + "extensions": ["res"] + }, + "application/x-dvi": { + "source": "apache", + "compressible": false, + "extensions": ["dvi"] + }, + "application/x-envoy": { + "source": "apache", + "extensions": ["evy"] + }, + "application/x-eva": { + "source": "apache", + "extensions": ["eva"] + }, + "application/x-font-bdf": { + "source": "apache", + "extensions": ["bdf"] + }, + "application/x-font-dos": { + "source": "apache" + }, + "application/x-font-framemaker": { + "source": "apache" + }, + "application/x-font-ghostscript": { + "source": "apache", + "extensions": ["gsf"] + }, + "application/x-font-libgrx": { + "source": "apache" + }, + "application/x-font-linux-psf": { + "source": "apache", + "extensions": ["psf"] + }, + "application/x-font-otf": { + "source": "apache", + "compressible": true, + "extensions": ["otf"] + }, + "application/x-font-pcf": { + "source": "apache", + "extensions": ["pcf"] + }, + "application/x-font-snf": { + "source": "apache", + "extensions": ["snf"] + }, + "application/x-font-speedo": { + "source": "apache" + }, + "application/x-font-sunos-news": { + "source": "apache" + }, + "application/x-font-ttf": { + "source": "apache", + "compressible": true, + "extensions": ["ttf","ttc"] + }, + "application/x-font-type1": { + "source": "apache", + "extensions": ["pfa","pfb","pfm","afm"] + }, + "application/x-font-vfont": { + "source": "apache" + }, + "application/x-freearc": { + "source": "apache", + "extensions": ["arc"] + }, + "application/x-futuresplash": { + "source": "apache", + "extensions": ["spl"] + }, + "application/x-gca-compressed": { + "source": "apache", + "extensions": ["gca"] + }, + "application/x-glulx": { + "source": "apache", + "extensions": ["ulx"] + }, + "application/x-gnumeric": { + "source": "apache", + "extensions": ["gnumeric"] + }, + "application/x-gramps-xml": { + "source": "apache", + "extensions": ["gramps"] + }, + "application/x-gtar": { + "source": "apache", + "extensions": ["gtar"] + }, + "application/x-gzip": { + "source": "apache" + }, + "application/x-hdf": { + "source": "apache", + "extensions": ["hdf"] + }, + "application/x-httpd-php": { + "compressible": true, + "extensions": ["php"] + }, + "application/x-install-instructions": { + "source": "apache", + "extensions": ["install"] + }, + "application/x-iso9660-image": { + "source": "apache", + "extensions": ["iso"] + }, + "application/x-java-archive-diff": { + "source": "nginx", + "extensions": ["jardiff"] + }, + "application/x-java-jnlp-file": { + "source": "apache", + "compressible": false, + "extensions": ["jnlp"] + }, + "application/x-javascript": { + "compressible": true + }, + "application/x-latex": { + "source": "apache", + "compressible": false, + "extensions": ["latex"] + }, + "application/x-lua-bytecode": { + "extensions": ["luac"] + }, + "application/x-lzh-compressed": { + "source": "apache", + "extensions": ["lzh","lha"] + }, + "application/x-makeself": { + "source": "nginx", + "extensions": ["run"] + }, + "application/x-mie": { + "source": "apache", + "extensions": ["mie"] + }, + "application/x-mobipocket-ebook": { + "source": "apache", + "extensions": ["prc","mobi"] + }, + "application/x-mpegurl": { + "compressible": false + }, + "application/x-ms-application": { + "source": "apache", + "extensions": ["application"] + }, + "application/x-ms-shortcut": { + "source": "apache", + "extensions": ["lnk"] + }, + "application/x-ms-wmd": { + "source": "apache", + "extensions": ["wmd"] + }, + "application/x-ms-wmz": { + "source": "apache", + "extensions": ["wmz"] + }, + "application/x-ms-xbap": { + "source": "apache", + "extensions": ["xbap"] + }, + "application/x-msaccess": { + "source": "apache", + "extensions": ["mdb"] + }, + "application/x-msbinder": { + "source": "apache", + "extensions": ["obd"] + }, + "application/x-mscardfile": { + "source": "apache", + "extensions": ["crd"] + }, + "application/x-msclip": { + "source": "apache", + "extensions": ["clp"] + }, + "application/x-msdos-program": { + "extensions": ["exe"] + }, + "application/x-msdownload": { + "source": "apache", + "extensions": ["exe","dll","com","bat","msi"] + }, + "application/x-msmediaview": { + "source": "apache", + "extensions": ["mvb","m13","m14"] + }, + "application/x-msmetafile": { + "source": "apache", + "extensions": ["wmf","wmz","emf","emz"] + }, + "application/x-msmoney": { + "source": "apache", + "extensions": ["mny"] + }, + "application/x-mspublisher": { + "source": "apache", + "extensions": ["pub"] + }, + "application/x-msschedule": { + "source": "apache", + "extensions": ["scd"] + }, + "application/x-msterminal": { + "source": "apache", + "extensions": ["trm"] + }, + "application/x-mswrite": { + "source": "apache", + "extensions": ["wri"] + }, + "application/x-netcdf": { + "source": "apache", + "extensions": ["nc","cdf"] + }, + "application/x-ns-proxy-autoconfig": { + "compressible": true, + "extensions": ["pac"] + }, + "application/x-nzb": { + "source": "apache", + "extensions": ["nzb"] + }, + "application/x-perl": { + "source": "nginx", + "extensions": ["pl","pm"] + }, + "application/x-pilot": { + "source": "nginx", + "extensions": ["prc","pdb"] + }, + "application/x-pkcs12": { + "source": "apache", + "compressible": false, + "extensions": ["p12","pfx"] + }, + "application/x-pkcs7-certificates": { + "source": "apache", + "extensions": ["p7b","spc"] + }, + "application/x-pkcs7-certreqresp": { + "source": "apache", + "extensions": ["p7r"] + }, + "application/x-rar-compressed": { + "source": "apache", + "compressible": false, + "extensions": ["rar"] + }, + "application/x-redhat-package-manager": { + "source": "nginx", + "extensions": ["rpm"] + }, + "application/x-research-info-systems": { + "source": "apache", + "extensions": ["ris"] + }, + "application/x-sea": { + "source": "nginx", + "extensions": ["sea"] + }, + "application/x-sh": { + "source": "apache", + "compressible": true, + "extensions": ["sh"] + }, + "application/x-shar": { + "source": "apache", + "extensions": ["shar"] + }, + "application/x-shockwave-flash": { + "source": "apache", + "compressible": false, + "extensions": ["swf"] + }, + "application/x-silverlight-app": { + "source": "apache", + "extensions": ["xap"] + }, + "application/x-sql": { + "source": "apache", + "extensions": ["sql"] + }, + "application/x-stuffit": { + "source": "apache", + "compressible": false, + "extensions": ["sit"] + }, + "application/x-stuffitx": { + "source": "apache", + "extensions": ["sitx"] + }, + "application/x-subrip": { + "source": "apache", + "extensions": ["srt"] + }, + "application/x-sv4cpio": { + "source": "apache", + "extensions": ["sv4cpio"] + }, + "application/x-sv4crc": { + "source": "apache", + "extensions": ["sv4crc"] + }, + "application/x-t3vm-image": { + "source": "apache", + "extensions": ["t3"] + }, + "application/x-tads": { + "source": "apache", + "extensions": ["gam"] + }, + "application/x-tar": { + "source": "apache", + "compressible": true, + "extensions": ["tar"] + }, + "application/x-tcl": { + "source": "apache", + "extensions": ["tcl","tk"] + }, + "application/x-tex": { + "source": "apache", + "extensions": ["tex"] + }, + "application/x-tex-tfm": { + "source": "apache", + "extensions": ["tfm"] + }, + "application/x-texinfo": { + "source": "apache", + "extensions": ["texinfo","texi"] + }, + "application/x-tgif": { + "source": "apache", + "extensions": ["obj"] + }, + "application/x-ustar": { + "source": "apache", + "extensions": ["ustar"] + }, + "application/x-wais-source": { + "source": "apache", + "extensions": ["src"] + }, + "application/x-web-app-manifest+json": { + "compressible": true, + "extensions": ["webapp"] + }, + "application/x-www-form-urlencoded": { + "source": "iana", + "compressible": true + }, + "application/x-x509-ca-cert": { + "source": "apache", + "extensions": ["der","crt","pem"] + }, + "application/x-xfig": { + "source": "apache", + "extensions": ["fig"] + }, + "application/x-xliff+xml": { + "source": "apache", + "extensions": ["xlf"] + }, + "application/x-xpinstall": { + "source": "apache", + "compressible": false, + "extensions": ["xpi"] + }, + "application/x-xz": { + "source": "apache", + "extensions": ["xz"] + }, + "application/x-zmachine": { + "source": "apache", + "extensions": ["z1","z2","z3","z4","z5","z6","z7","z8"] + }, + "application/x400-bp": { + "source": "iana" + }, + "application/xacml+xml": { + "source": "iana" + }, + "application/xaml+xml": { + "source": "apache", + "extensions": ["xaml"] + }, + "application/xcap-att+xml": { + "source": "iana" + }, + "application/xcap-caps+xml": { + "source": "iana" + }, + "application/xcap-diff+xml": { + "source": "iana", + "extensions": ["xdf"] + }, + "application/xcap-el+xml": { + "source": "iana" + }, + "application/xcap-error+xml": { + "source": "iana" + }, + "application/xcap-ns+xml": { + "source": "iana" + }, + "application/xcon-conference-info+xml": { + "source": "iana" + }, + "application/xcon-conference-info-diff+xml": { + "source": "iana" + }, + "application/xenc+xml": { + "source": "iana", + "extensions": ["xenc"] + }, + "application/xhtml+xml": { + "source": "iana", + "compressible": true, + "extensions": ["xhtml","xht"] + }, + "application/xhtml-voice+xml": { + "source": "apache" + }, + "application/xml": { + "source": "iana", + "compressible": true, + "extensions": ["xml","xsl","xsd","rng"] + }, + "application/xml-dtd": { + "source": "iana", + "compressible": true, + "extensions": ["dtd"] + }, + "application/xml-external-parsed-entity": { + "source": "iana" + }, + "application/xml-patch+xml": { + "source": "iana" + }, + "application/xmpp+xml": { + "source": "iana" + }, + "application/xop+xml": { + "source": "iana", + "compressible": true, + "extensions": ["xop"] + }, + "application/xproc+xml": { + "source": "apache", + "extensions": ["xpl"] + }, + "application/xslt+xml": { + "source": "iana", + "extensions": ["xslt"] + }, + "application/xspf+xml": { + "source": "apache", + "extensions": ["xspf"] + }, + "application/xv+xml": { + "source": "iana", + "extensions": ["mxml","xhvml","xvml","xvm"] + }, + "application/yang": { + "source": "iana", + "extensions": ["yang"] + }, + "application/yang-data+json": { + "source": "iana", + "compressible": true + }, + "application/yang-data+xml": { + "source": "iana" + }, + "application/yang-patch+json": { + "source": "iana", + "compressible": true + }, + "application/yang-patch+xml": { + "source": "iana" + }, + "application/yin+xml": { + "source": "iana", + "extensions": ["yin"] + }, + "application/zip": { + "source": "iana", + "compressible": false, + "extensions": ["zip"] + }, + "application/zlib": { + "source": "iana" + }, + "audio/1d-interleaved-parityfec": { + "source": "iana" + }, + "audio/32kadpcm": { + "source": "iana" + }, + "audio/3gpp": { + "source": "iana", + "compressible": false, + "extensions": ["3gpp"] + }, + "audio/3gpp2": { + "source": "iana" + }, + "audio/ac3": { + "source": "iana" + }, + "audio/adpcm": { + "source": "apache", + "extensions": ["adp"] + }, + "audio/amr": { + "source": "iana" + }, + "audio/amr-wb": { + "source": "iana" + }, + "audio/amr-wb+": { + "source": "iana" + }, + "audio/aptx": { + "source": "iana" + }, + "audio/asc": { + "source": "iana" + }, + "audio/atrac-advanced-lossless": { + "source": "iana" + }, + "audio/atrac-x": { + "source": "iana" + }, + "audio/atrac3": { + "source": "iana" + }, + "audio/basic": { + "source": "iana", + "compressible": false, + "extensions": ["au","snd"] + }, + "audio/bv16": { + "source": "iana" + }, + "audio/bv32": { + "source": "iana" + }, + "audio/clearmode": { + "source": "iana" + }, + "audio/cn": { + "source": "iana" + }, + "audio/dat12": { + "source": "iana" + }, + "audio/dls": { + "source": "iana" + }, + "audio/dsr-es201108": { + "source": "iana" + }, + "audio/dsr-es202050": { + "source": "iana" + }, + "audio/dsr-es202211": { + "source": "iana" + }, + "audio/dsr-es202212": { + "source": "iana" + }, + "audio/dv": { + "source": "iana" + }, + "audio/dvi4": { + "source": "iana" + }, + "audio/eac3": { + "source": "iana" + }, + "audio/encaprtp": { + "source": "iana" + }, + "audio/evrc": { + "source": "iana" + }, + "audio/evrc-qcp": { + "source": "iana" + }, + "audio/evrc0": { + "source": "iana" + }, + "audio/evrc1": { + "source": "iana" + }, + "audio/evrcb": { + "source": "iana" + }, + "audio/evrcb0": { + "source": "iana" + }, + "audio/evrcb1": { + "source": "iana" + }, + "audio/evrcnw": { + "source": "iana" + }, + "audio/evrcnw0": { + "source": "iana" + }, + "audio/evrcnw1": { + "source": "iana" + }, + "audio/evrcwb": { + "source": "iana" + }, + "audio/evrcwb0": { + "source": "iana" + }, + "audio/evrcwb1": { + "source": "iana" + }, + "audio/evs": { + "source": "iana" + }, + "audio/fwdred": { + "source": "iana" + }, + "audio/g711-0": { + "source": "iana" + }, + "audio/g719": { + "source": "iana" + }, + "audio/g722": { + "source": "iana" + }, + "audio/g7221": { + "source": "iana" + }, + "audio/g723": { + "source": "iana" + }, + "audio/g726-16": { + "source": "iana" + }, + "audio/g726-24": { + "source": "iana" + }, + "audio/g726-32": { + "source": "iana" + }, + "audio/g726-40": { + "source": "iana" + }, + "audio/g728": { + "source": "iana" + }, + "audio/g729": { + "source": "iana" + }, + "audio/g7291": { + "source": "iana" + }, + "audio/g729d": { + "source": "iana" + }, + "audio/g729e": { + "source": "iana" + }, + "audio/gsm": { + "source": "iana" + }, + "audio/gsm-efr": { + "source": "iana" + }, + "audio/gsm-hr-08": { + "source": "iana" + }, + "audio/ilbc": { + "source": "iana" + }, + "audio/ip-mr_v2.5": { + "source": "iana" + }, + "audio/isac": { + "source": "apache" + }, + "audio/l16": { + "source": "iana" + }, + "audio/l20": { + "source": "iana" + }, + "audio/l24": { + "source": "iana", + "compressible": false + }, + "audio/l8": { + "source": "iana" + }, + "audio/lpc": { + "source": "iana" + }, + "audio/melp": { + "source": "iana" + }, + "audio/melp1200": { + "source": "iana" + }, + "audio/melp2400": { + "source": "iana" + }, + "audio/melp600": { + "source": "iana" + }, + "audio/midi": { + "source": "apache", + "extensions": ["mid","midi","kar","rmi"] + }, + "audio/mobile-xmf": { + "source": "iana" + }, + "audio/mp3": { + "compressible": false, + "extensions": ["mp3"] + }, + "audio/mp4": { + "source": "iana", + "compressible": false, + "extensions": ["m4a","mp4a"] + }, + "audio/mp4a-latm": { + "source": "iana" + }, + "audio/mpa": { + "source": "iana" + }, + "audio/mpa-robust": { + "source": "iana" + }, + "audio/mpeg": { + "source": "iana", + "compressible": false, + "extensions": ["mpga","mp2","mp2a","mp3","m2a","m3a"] + }, + "audio/mpeg4-generic": { + "source": "iana" + }, + "audio/musepack": { + "source": "apache" + }, + "audio/ogg": { + "source": "iana", + "compressible": false, + "extensions": ["oga","ogg","spx"] + }, + "audio/opus": { + "source": "iana" + }, + "audio/parityfec": { + "source": "iana" + }, + "audio/pcma": { + "source": "iana" + }, + "audio/pcma-wb": { + "source": "iana" + }, + "audio/pcmu": { + "source": "iana" + }, + "audio/pcmu-wb": { + "source": "iana" + }, + "audio/prs.sid": { + "source": "iana" + }, + "audio/qcelp": { + "source": "iana" + }, + "audio/raptorfec": { + "source": "iana" + }, + "audio/red": { + "source": "iana" + }, + "audio/rtp-enc-aescm128": { + "source": "iana" + }, + "audio/rtp-midi": { + "source": "iana" + }, + "audio/rtploopback": { + "source": "iana" + }, + "audio/rtx": { + "source": "iana" + }, + "audio/s3m": { + "source": "apache", + "extensions": ["s3m"] + }, + "audio/silk": { + "source": "apache", + "extensions": ["sil"] + }, + "audio/smv": { + "source": "iana" + }, + "audio/smv-qcp": { + "source": "iana" + }, + "audio/smv0": { + "source": "iana" + }, + "audio/sp-midi": { + "source": "iana" + }, + "audio/speex": { + "source": "iana" + }, + "audio/t140c": { + "source": "iana" + }, + "audio/t38": { + "source": "iana" + }, + "audio/telephone-event": { + "source": "iana" + }, + "audio/tone": { + "source": "iana" + }, + "audio/uemclip": { + "source": "iana" + }, + "audio/ulpfec": { + "source": "iana" + }, + "audio/vdvi": { + "source": "iana" + }, + "audio/vmr-wb": { + "source": "iana" + }, + "audio/vnd.3gpp.iufp": { + "source": "iana" + }, + "audio/vnd.4sb": { + "source": "iana" + }, + "audio/vnd.audiokoz": { + "source": "iana" + }, + "audio/vnd.celp": { + "source": "iana" + }, + "audio/vnd.cisco.nse": { + "source": "iana" + }, + "audio/vnd.cmles.radio-events": { + "source": "iana" + }, + "audio/vnd.cns.anp1": { + "source": "iana" + }, + "audio/vnd.cns.inf1": { + "source": "iana" + }, + "audio/vnd.dece.audio": { + "source": "iana", + "extensions": ["uva","uvva"] + }, + "audio/vnd.digital-winds": { + "source": "iana", + "extensions": ["eol"] + }, + "audio/vnd.dlna.adts": { + "source": "iana" + }, + "audio/vnd.dolby.heaac.1": { + "source": "iana" + }, + "audio/vnd.dolby.heaac.2": { + "source": "iana" + }, + "audio/vnd.dolby.mlp": { + "source": "iana" + }, + "audio/vnd.dolby.mps": { + "source": "iana" + }, + "audio/vnd.dolby.pl2": { + "source": "iana" + }, + "audio/vnd.dolby.pl2x": { + "source": "iana" + }, + "audio/vnd.dolby.pl2z": { + "source": "iana" + }, + "audio/vnd.dolby.pulse.1": { + "source": "iana" + }, + "audio/vnd.dra": { + "source": "iana", + "extensions": ["dra"] + }, + "audio/vnd.dts": { + "source": "iana", + "extensions": ["dts"] + }, + "audio/vnd.dts.hd": { + "source": "iana", + "extensions": ["dtshd"] + }, + "audio/vnd.dvb.file": { + "source": "iana" + }, + "audio/vnd.everad.plj": { + "source": "iana" + }, + "audio/vnd.hns.audio": { + "source": "iana" + }, + "audio/vnd.lucent.voice": { + "source": "iana", + "extensions": ["lvp"] + }, + "audio/vnd.ms-playready.media.pya": { + "source": "iana", + "extensions": ["pya"] + }, + "audio/vnd.nokia.mobile-xmf": { + "source": "iana" + }, + "audio/vnd.nortel.vbk": { + "source": "iana" + }, + "audio/vnd.nuera.ecelp4800": { + "source": "iana", + "extensions": ["ecelp4800"] + }, + "audio/vnd.nuera.ecelp7470": { + "source": "iana", + "extensions": ["ecelp7470"] + }, + "audio/vnd.nuera.ecelp9600": { + "source": "iana", + "extensions": ["ecelp9600"] + }, + "audio/vnd.octel.sbc": { + "source": "iana" + }, + "audio/vnd.qcelp": { + "source": "iana" + }, + "audio/vnd.rhetorex.32kadpcm": { + "source": "iana" + }, + "audio/vnd.rip": { + "source": "iana", + "extensions": ["rip"] + }, + "audio/vnd.rn-realaudio": { + "compressible": false + }, + "audio/vnd.sealedmedia.softseal.mpeg": { + "source": "iana" + }, + "audio/vnd.vmx.cvsd": { + "source": "iana" + }, + "audio/vnd.wave": { + "compressible": false + }, + "audio/vorbis": { + "source": "iana", + "compressible": false + }, + "audio/vorbis-config": { + "source": "iana" + }, + "audio/wav": { + "compressible": false, + "extensions": ["wav"] + }, + "audio/wave": { + "compressible": false, + "extensions": ["wav"] + }, + "audio/webm": { + "source": "apache", + "compressible": false, + "extensions": ["weba"] + }, + "audio/x-aac": { + "source": "apache", + "compressible": false, + "extensions": ["aac"] + }, + "audio/x-aiff": { + "source": "apache", + "extensions": ["aif","aiff","aifc"] + }, + "audio/x-caf": { + "source": "apache", + "compressible": false, + "extensions": ["caf"] + }, + "audio/x-flac": { + "source": "apache", + "extensions": ["flac"] + }, + "audio/x-m4a": { + "source": "nginx", + "extensions": ["m4a"] + }, + "audio/x-matroska": { + "source": "apache", + "extensions": ["mka"] + }, + "audio/x-mpegurl": { + "source": "apache", + "extensions": ["m3u"] + }, + "audio/x-ms-wax": { + "source": "apache", + "extensions": ["wax"] + }, + "audio/x-ms-wma": { + "source": "apache", + "extensions": ["wma"] + }, + "audio/x-pn-realaudio": { + "source": "apache", + "extensions": ["ram","ra"] + }, + "audio/x-pn-realaudio-plugin": { + "source": "apache", + "extensions": ["rmp"] + }, + "audio/x-realaudio": { + "source": "nginx", + "extensions": ["ra"] + }, + "audio/x-tta": { + "source": "apache" + }, + "audio/x-wav": { + "source": "apache", + "extensions": ["wav"] + }, + "audio/xm": { + "source": "apache", + "extensions": ["xm"] + }, + "chemical/x-cdx": { + "source": "apache", + "extensions": ["cdx"] + }, + "chemical/x-cif": { + "source": "apache", + "extensions": ["cif"] + }, + "chemical/x-cmdf": { + "source": "apache", + "extensions": ["cmdf"] + }, + "chemical/x-cml": { + "source": "apache", + "extensions": ["cml"] + }, + "chemical/x-csml": { + "source": "apache", + "extensions": ["csml"] + }, + "chemical/x-pdb": { + "source": "apache" + }, + "chemical/x-xyz": { + "source": "apache", + "extensions": ["xyz"] + }, + "font/opentype": { + "compressible": true, + "extensions": ["otf"] + }, + "image/apng": { + "compressible": false, + "extensions": ["apng"] + }, + "image/bmp": { + "source": "iana", + "compressible": true, + "extensions": ["bmp"] + }, + "image/cgm": { + "source": "iana", + "extensions": ["cgm"] + }, + "image/dicom-rle": { + "source": "iana" + }, + "image/emf": { + "source": "iana" + }, + "image/fits": { + "source": "iana" + }, + "image/g3fax": { + "source": "iana", + "extensions": ["g3"] + }, + "image/gif": { + "source": "iana", + "compressible": false, + "extensions": ["gif"] + }, + "image/ief": { + "source": "iana", + "extensions": ["ief"] + }, + "image/jls": { + "source": "iana" + }, + "image/jp2": { + "source": "iana" + }, + "image/jpeg": { + "source": "iana", + "compressible": false, + "extensions": ["jpeg","jpg","jpe"] + }, + "image/jpm": { + "source": "iana" + }, + "image/jpx": { + "source": "iana" + }, + "image/ktx": { + "source": "iana", + "extensions": ["ktx"] + }, + "image/naplps": { + "source": "iana" + }, + "image/pjpeg": { + "compressible": false + }, + "image/png": { + "source": "iana", + "compressible": false, + "extensions": ["png"] + }, + "image/prs.btif": { + "source": "iana", + "extensions": ["btif"] + }, + "image/prs.pti": { + "source": "iana" + }, + "image/pwg-raster": { + "source": "iana" + }, + "image/sgi": { + "source": "apache", + "extensions": ["sgi"] + }, + "image/svg+xml": { + "source": "iana", + "compressible": true, + "extensions": ["svg","svgz"] + }, + "image/t38": { + "source": "iana" + }, + "image/tiff": { + "source": "iana", + "compressible": false, + "extensions": ["tiff","tif"] + }, + "image/tiff-fx": { + "source": "iana" + }, + "image/vnd.adobe.photoshop": { + "source": "iana", + "compressible": true, + "extensions": ["psd"] + }, + "image/vnd.airzip.accelerator.azv": { + "source": "iana" + }, + "image/vnd.cns.inf2": { + "source": "iana" + }, + "image/vnd.dece.graphic": { + "source": "iana", + "extensions": ["uvi","uvvi","uvg","uvvg"] + }, + "image/vnd.djvu": { + "source": "iana", + "extensions": ["djvu","djv"] + }, + "image/vnd.dvb.subtitle": { + "source": "iana", + "extensions": ["sub"] + }, + "image/vnd.dwg": { + "source": "iana", + "extensions": ["dwg"] + }, + "image/vnd.dxf": { + "source": "iana", + "extensions": ["dxf"] + }, + "image/vnd.fastbidsheet": { + "source": "iana", + "extensions": ["fbs"] + }, + "image/vnd.fpx": { + "source": "iana", + "extensions": ["fpx"] + }, + "image/vnd.fst": { + "source": "iana", + "extensions": ["fst"] + }, + "image/vnd.fujixerox.edmics-mmr": { + "source": "iana", + "extensions": ["mmr"] + }, + "image/vnd.fujixerox.edmics-rlc": { + "source": "iana", + "extensions": ["rlc"] + }, + "image/vnd.globalgraphics.pgb": { + "source": "iana" + }, + "image/vnd.microsoft.icon": { + "source": "iana" + }, + "image/vnd.mix": { + "source": "iana" + }, + "image/vnd.mozilla.apng": { + "source": "iana" + }, + "image/vnd.ms-modi": { + "source": "iana", + "extensions": ["mdi"] + }, + "image/vnd.ms-photo": { + "source": "apache", + "extensions": ["wdp"] + }, + "image/vnd.net-fpx": { + "source": "iana", + "extensions": ["npx"] + }, + "image/vnd.radiance": { + "source": "iana" + }, + "image/vnd.sealed.png": { + "source": "iana" + }, + "image/vnd.sealedmedia.softseal.gif": { + "source": "iana" + }, + "image/vnd.sealedmedia.softseal.jpg": { + "source": "iana" + }, + "image/vnd.svf": { + "source": "iana" + }, + "image/vnd.tencent.tap": { + "source": "iana" + }, + "image/vnd.valve.source.texture": { + "source": "iana" + }, + "image/vnd.wap.wbmp": { + "source": "iana", + "extensions": ["wbmp"] + }, + "image/vnd.xiff": { + "source": "iana", + "extensions": ["xif"] + }, + "image/vnd.zbrush.pcx": { + "source": "iana" + }, + "image/webp": { + "source": "apache", + "extensions": ["webp"] + }, + "image/wmf": { + "source": "iana" + }, + "image/x-3ds": { + "source": "apache", + "extensions": ["3ds"] + }, + "image/x-cmu-raster": { + "source": "apache", + "extensions": ["ras"] + }, + "image/x-cmx": { + "source": "apache", + "extensions": ["cmx"] + }, + "image/x-freehand": { + "source": "apache", + "extensions": ["fh","fhc","fh4","fh5","fh7"] + }, + "image/x-icon": { + "source": "apache", + "compressible": true, + "extensions": ["ico"] + }, + "image/x-jng": { + "source": "nginx", + "extensions": ["jng"] + }, + "image/x-mrsid-image": { + "source": "apache", + "extensions": ["sid"] + }, + "image/x-ms-bmp": { + "source": "nginx", + "compressible": true, + "extensions": ["bmp"] + }, + "image/x-pcx": { + "source": "apache", + "extensions": ["pcx"] + }, + "image/x-pict": { + "source": "apache", + "extensions": ["pic","pct"] + }, + "image/x-portable-anymap": { + "source": "apache", + "extensions": ["pnm"] + }, + "image/x-portable-bitmap": { + "source": "apache", + "extensions": ["pbm"] + }, + "image/x-portable-graymap": { + "source": "apache", + "extensions": ["pgm"] + }, + "image/x-portable-pixmap": { + "source": "apache", + "extensions": ["ppm"] + }, + "image/x-rgb": { + "source": "apache", + "extensions": ["rgb"] + }, + "image/x-tga": { + "source": "apache", + "extensions": ["tga"] + }, + "image/x-xbitmap": { + "source": "apache", + "extensions": ["xbm"] + }, + "image/x-xcf": { + "compressible": false + }, + "image/x-xpixmap": { + "source": "apache", + "extensions": ["xpm"] + }, + "image/x-xwindowdump": { + "source": "apache", + "extensions": ["xwd"] + }, + "message/cpim": { + "source": "iana" + }, + "message/delivery-status": { + "source": "iana" + }, + "message/disposition-notification": { + "source": "iana" + }, + "message/external-body": { + "source": "iana" + }, + "message/feedback-report": { + "source": "iana" + }, + "message/global": { + "source": "iana" + }, + "message/global-delivery-status": { + "source": "iana" + }, + "message/global-disposition-notification": { + "source": "iana" + }, + "message/global-headers": { + "source": "iana" + }, + "message/http": { + "source": "iana", + "compressible": false + }, + "message/imdn+xml": { + "source": "iana", + "compressible": true + }, + "message/news": { + "source": "iana" + }, + "message/partial": { + "source": "iana", + "compressible": false + }, + "message/rfc822": { + "source": "iana", + "compressible": true, + "extensions": ["eml","mime"] + }, + "message/s-http": { + "source": "iana" + }, + "message/sip": { + "source": "iana" + }, + "message/sipfrag": { + "source": "iana" + }, + "message/tracking-status": { + "source": "iana" + }, + "message/vnd.si.simp": { + "source": "iana" + }, + "message/vnd.wfa.wsc": { + "source": "iana" + }, + "model/gltf+json": { + "source": "iana", + "compressible": true + }, + "model/iges": { + "source": "iana", + "compressible": false, + "extensions": ["igs","iges"] + }, + "model/mesh": { + "source": "iana", + "compressible": false, + "extensions": ["msh","mesh","silo"] + }, + "model/vnd.collada+xml": { + "source": "iana", + "extensions": ["dae"] + }, + "model/vnd.dwf": { + "source": "iana", + "extensions": ["dwf"] + }, + "model/vnd.flatland.3dml": { + "source": "iana" + }, + "model/vnd.gdl": { + "source": "iana", + "extensions": ["gdl"] + }, + "model/vnd.gs-gdl": { + "source": "apache" + }, + "model/vnd.gs.gdl": { + "source": "iana" + }, + "model/vnd.gtw": { + "source": "iana", + "extensions": ["gtw"] + }, + "model/vnd.moml+xml": { + "source": "iana" + }, + "model/vnd.mts": { + "source": "iana", + "extensions": ["mts"] + }, + "model/vnd.opengex": { + "source": "iana" + }, + "model/vnd.parasolid.transmit.binary": { + "source": "iana" + }, + "model/vnd.parasolid.transmit.text": { + "source": "iana" + }, + "model/vnd.rosette.annotated-data-model": { + "source": "iana" + }, + "model/vnd.valve.source.compiled-map": { + "source": "iana" + }, + "model/vnd.vtu": { + "source": "iana", + "extensions": ["vtu"] + }, + "model/vrml": { + "source": "iana", + "compressible": false, + "extensions": ["wrl","vrml"] + }, + "model/x3d+binary": { + "source": "apache", + "compressible": false, + "extensions": ["x3db","x3dbz"] + }, + "model/x3d+fastinfoset": { + "source": "iana" + }, + "model/x3d+vrml": { + "source": "apache", + "compressible": false, + "extensions": ["x3dv","x3dvz"] + }, + "model/x3d+xml": { + "source": "iana", + "compressible": true, + "extensions": ["x3d","x3dz"] + }, + "model/x3d-vrml": { + "source": "iana" + }, + "multipart/alternative": { + "source": "iana", + "compressible": false + }, + "multipart/appledouble": { + "source": "iana" + }, + "multipart/byteranges": { + "source": "iana" + }, + "multipart/digest": { + "source": "iana" + }, + "multipart/encrypted": { + "source": "iana", + "compressible": false + }, + "multipart/form-data": { + "source": "iana", + "compressible": false + }, + "multipart/header-set": { + "source": "iana" + }, + "multipart/mixed": { + "source": "iana", + "compressible": false + }, + "multipart/parallel": { + "source": "iana" + }, + "multipart/related": { + "source": "iana", + "compressible": false + }, + "multipart/report": { + "source": "iana" + }, + "multipart/signed": { + "source": "iana", + "compressible": false + }, + "multipart/voice-message": { + "source": "iana" + }, + "multipart/x-mixed-replace": { + "source": "iana" + }, + "text/1d-interleaved-parityfec": { + "source": "iana" + }, + "text/cache-manifest": { + "source": "iana", + "compressible": true, + "extensions": ["appcache","manifest"] + }, + "text/calendar": { + "source": "iana", + "extensions": ["ics","ifb"] + }, + "text/calender": { + "compressible": true + }, + "text/cmd": { + "compressible": true + }, + "text/coffeescript": { + "extensions": ["coffee","litcoffee"] + }, + "text/css": { + "source": "iana", + "compressible": true, + "extensions": ["css"] + }, + "text/csv": { + "source": "iana", + "compressible": true, + "extensions": ["csv"] + }, + "text/csv-schema": { + "source": "iana" + }, + "text/directory": { + "source": "iana" + }, + "text/dns": { + "source": "iana" + }, + "text/ecmascript": { + "source": "iana" + }, + "text/encaprtp": { + "source": "iana" + }, + "text/enriched": { + "source": "iana" + }, + "text/fwdred": { + "source": "iana" + }, + "text/grammar-ref-list": { + "source": "iana" + }, + "text/hjson": { + "extensions": ["hjson"] + }, + "text/html": { + "source": "iana", + "compressible": true, + "extensions": ["html","htm","shtml"] + }, + "text/jade": { + "extensions": ["jade"] + }, + "text/javascript": { + "source": "iana", + "compressible": true + }, + "text/jcr-cnd": { + "source": "iana" + }, + "text/jsx": { + "compressible": true, + "extensions": ["jsx"] + }, + "text/less": { + "extensions": ["less"] + }, + "text/markdown": { + "source": "iana" + }, + "text/mathml": { + "source": "nginx", + "extensions": ["mml"] + }, + "text/mizar": { + "source": "iana" + }, + "text/n3": { + "source": "iana", + "compressible": true, + "extensions": ["n3"] + }, + "text/parameters": { + "source": "iana" + }, + "text/parityfec": { + "source": "iana" + }, + "text/plain": { + "source": "iana", + "compressible": true, + "extensions": ["txt","text","conf","def","list","log","in","ini"] + }, + "text/provenance-notation": { + "source": "iana" + }, + "text/prs.fallenstein.rst": { + "source": "iana" + }, + "text/prs.lines.tag": { + "source": "iana", + "extensions": ["dsc"] + }, + "text/prs.prop.logic": { + "source": "iana" + }, + "text/raptorfec": { + "source": "iana" + }, + "text/red": { + "source": "iana" + }, + "text/rfc822-headers": { + "source": "iana" + }, + "text/richtext": { + "source": "iana", + "compressible": true, + "extensions": ["rtx"] + }, + "text/rtf": { + "source": "iana", + "compressible": true, + "extensions": ["rtf"] + }, + "text/rtp-enc-aescm128": { + "source": "iana" + }, + "text/rtploopback": { + "source": "iana" + }, + "text/rtx": { + "source": "iana" + }, + "text/sgml": { + "source": "iana", + "extensions": ["sgml","sgm"] + }, + "text/slim": { + "extensions": ["slim","slm"] + }, + "text/stylus": { + "extensions": ["stylus","styl"] + }, + "text/t140": { + "source": "iana" + }, + "text/tab-separated-values": { + "source": "iana", + "compressible": true, + "extensions": ["tsv"] + }, + "text/troff": { + "source": "iana", + "extensions": ["t","tr","roff","man","me","ms"] + }, + "text/turtle": { + "source": "iana", + "extensions": ["ttl"] + }, + "text/ulpfec": { + "source": "iana" + }, + "text/uri-list": { + "source": "iana", + "compressible": true, + "extensions": ["uri","uris","urls"] + }, + "text/vcard": { + "source": "iana", + "compressible": true, + "extensions": ["vcard"] + }, + "text/vnd.a": { + "source": "iana" + }, + "text/vnd.abc": { + "source": "iana" + }, + "text/vnd.ascii-art": { + "source": "iana" + }, + "text/vnd.curl": { + "source": "iana", + "extensions": ["curl"] + }, + "text/vnd.curl.dcurl": { + "source": "apache", + "extensions": ["dcurl"] + }, + "text/vnd.curl.mcurl": { + "source": "apache", + "extensions": ["mcurl"] + }, + "text/vnd.curl.scurl": { + "source": "apache", + "extensions": ["scurl"] + }, + "text/vnd.debian.copyright": { + "source": "iana" + }, + "text/vnd.dmclientscript": { + "source": "iana" + }, + "text/vnd.dvb.subtitle": { + "source": "iana", + "extensions": ["sub"] + }, + "text/vnd.esmertec.theme-descriptor": { + "source": "iana" + }, + "text/vnd.fly": { + "source": "iana", + "extensions": ["fly"] + }, + "text/vnd.fmi.flexstor": { + "source": "iana", + "extensions": ["flx"] + }, + "text/vnd.graphviz": { + "source": "iana", + "extensions": ["gv"] + }, + "text/vnd.in3d.3dml": { + "source": "iana", + "extensions": ["3dml"] + }, + "text/vnd.in3d.spot": { + "source": "iana", + "extensions": ["spot"] + }, + "text/vnd.iptc.newsml": { + "source": "iana" + }, + "text/vnd.iptc.nitf": { + "source": "iana" + }, + "text/vnd.latex-z": { + "source": "iana" + }, + "text/vnd.motorola.reflex": { + "source": "iana" + }, + "text/vnd.ms-mediapackage": { + "source": "iana" + }, + "text/vnd.net2phone.commcenter.command": { + "source": "iana" + }, + "text/vnd.radisys.msml-basic-layout": { + "source": "iana" + }, + "text/vnd.si.uricatalogue": { + "source": "iana" + }, + "text/vnd.sun.j2me.app-descriptor": { + "source": "iana", + "extensions": ["jad"] + }, + "text/vnd.trolltech.linguist": { + "source": "iana" + }, + "text/vnd.wap.si": { + "source": "iana" + }, + "text/vnd.wap.sl": { + "source": "iana" + }, + "text/vnd.wap.wml": { + "source": "iana", + "extensions": ["wml"] + }, + "text/vnd.wap.wmlscript": { + "source": "iana", + "extensions": ["wmls"] + }, + "text/vtt": { + "charset": "UTF-8", + "compressible": true, + "extensions": ["vtt"] + }, + "text/x-asm": { + "source": "apache", + "extensions": ["s","asm"] + }, + "text/x-c": { + "source": "apache", + "extensions": ["c","cc","cxx","cpp","h","hh","dic"] + }, + "text/x-component": { + "source": "nginx", + "extensions": ["htc"] + }, + "text/x-fortran": { + "source": "apache", + "extensions": ["f","for","f77","f90"] + }, + "text/x-gwt-rpc": { + "compressible": true + }, + "text/x-handlebars-template": { + "extensions": ["hbs"] + }, + "text/x-java-source": { + "source": "apache", + "extensions": ["java"] + }, + "text/x-jquery-tmpl": { + "compressible": true + }, + "text/x-lua": { + "extensions": ["lua"] + }, + "text/x-markdown": { + "compressible": true, + "extensions": ["markdown","md","mkd"] + }, + "text/x-nfo": { + "source": "apache", + "extensions": ["nfo"] + }, + "text/x-opml": { + "source": "apache", + "extensions": ["opml"] + }, + "text/x-pascal": { + "source": "apache", + "extensions": ["p","pas"] + }, + "text/x-processing": { + "compressible": true, + "extensions": ["pde"] + }, + "text/x-sass": { + "extensions": ["sass"] + }, + "text/x-scss": { + "extensions": ["scss"] + }, + "text/x-setext": { + "source": "apache", + "extensions": ["etx"] + }, + "text/x-sfv": { + "source": "apache", + "extensions": ["sfv"] + }, + "text/x-suse-ymp": { + "compressible": true, + "extensions": ["ymp"] + }, + "text/x-uuencode": { + "source": "apache", + "extensions": ["uu"] + }, + "text/x-vcalendar": { + "source": "apache", + "extensions": ["vcs"] + }, + "text/x-vcard": { + "source": "apache", + "extensions": ["vcf"] + }, + "text/xml": { + "source": "iana", + "compressible": true, + "extensions": ["xml"] + }, + "text/xml-external-parsed-entity": { + "source": "iana" + }, + "text/yaml": { + "extensions": ["yaml","yml"] + }, + "video/1d-interleaved-parityfec": { + "source": "apache" + }, + "video/3gpp": { + "source": "apache", + "extensions": ["3gp","3gpp"] + }, + "video/3gpp-tt": { + "source": "apache" + }, + "video/3gpp2": { + "source": "apache", + "extensions": ["3g2"] + }, + "video/bmpeg": { + "source": "apache" + }, + "video/bt656": { + "source": "apache" + }, + "video/celb": { + "source": "apache" + }, + "video/dv": { + "source": "apache" + }, + "video/encaprtp": { + "source": "apache" + }, + "video/h261": { + "source": "apache", + "extensions": ["h261"] + }, + "video/h263": { + "source": "apache", + "extensions": ["h263"] + }, + "video/h263-1998": { + "source": "apache" + }, + "video/h263-2000": { + "source": "apache" + }, + "video/h264": { + "source": "apache", + "extensions": ["h264"] + }, + "video/h264-rcdo": { + "source": "apache" + }, + "video/h264-svc": { + "source": "apache" + }, + "video/h265": { + "source": "apache" + }, + "video/iso.segment": { + "source": "apache" + }, + "video/jpeg": { + "source": "apache", + "extensions": ["jpgv"] + }, + "video/jpeg2000": { + "source": "apache" + }, + "video/jpm": { + "source": "apache", + "extensions": ["jpm","jpgm"] + }, + "video/mj2": { + "source": "apache", + "extensions": ["mj2","mjp2"] + }, + "video/mp1s": { + "source": "apache" + }, + "video/mp2p": { + "source": "apache" + }, + "video/mp2t": { + "source": "apache", + "extensions": ["ts"] + }, + "video/mp4": { + "source": "apache", + "compressible": false, + "extensions": ["mp4","mp4v","mpg4"] + }, + "video/mp4v-es": { + "source": "apache" + }, + "video/mpeg": { + "source": "apache", + "compressible": false, + "extensions": ["mpeg","mpg","mpe","m1v","m2v"] + }, + "video/mpeg4-generic": { + "source": "apache" + }, + "video/mpv": { + "source": "apache" + }, + "video/nv": { + "source": "apache" + }, + "video/ogg": { + "source": "apache", + "compressible": false, + "extensions": ["ogv"] + }, + "video/parityfec": { + "source": "apache" + }, + "video/pointer": { + "source": "apache" + }, + "video/quicktime": { + "source": "apache", + "compressible": false, + "extensions": ["qt","mov"] + }, + "video/raptorfec": { + "source": "apache" + }, + "video/raw": { + "source": "apache" + }, + "video/rtp-enc-aescm128": { + "source": "apache" + }, + "video/rtploopback": { + "source": "apache" + }, + "video/rtx": { + "source": "apache" + }, + "video/smpte292m": { + "source": "apache" + }, + "video/ulpfec": { + "source": "apache" + }, + "video/vc1": { + "source": "apache" + }, + "video/vnd.cctv": { + "source": "apache" + }, + "video/vnd.dece.hd": { + "source": "apache", + "extensions": ["uvh","uvvh"] + }, + "video/vnd.dece.mobile": { + "source": "apache", + "extensions": ["uvm","uvvm"] + }, + "video/vnd.dece.mp4": { + "source": "apache" + }, + "video/vnd.dece.pd": { + "source": "apache", + "extensions": ["uvp","uvvp"] + }, + "video/vnd.dece.sd": { + "source": "apache", + "extensions": ["uvs","uvvs"] + }, + "video/vnd.dece.video": { + "source": "apache", + "extensions": ["uvv","uvvv"] + }, + "video/vnd.directv.mpeg": { + "source": "apache" + }, + "video/vnd.directv.mpeg-tts": { + "source": "apache" + }, + "video/vnd.dlna.mpeg-tts": { + "source": "apache" + }, + "video/vnd.dvb.file": { + "source": "apache", + "extensions": ["dvb"] + }, + "video/vnd.fvt": { + "source": "apache", + "extensions": ["fvt"] + }, + "video/vnd.hns.video": { + "source": "apache" + }, + "video/vnd.iptvforum.1dparityfec-1010": { + "source": "apache" + }, + "video/vnd.iptvforum.1dparityfec-2005": { + "source": "apache" + }, + "video/vnd.iptvforum.2dparityfec-1010": { + "source": "apache" + }, + "video/vnd.iptvforum.2dparityfec-2005": { + "source": "apache" + }, + "video/vnd.iptvforum.ttsavc": { + "source": "apache" + }, + "video/vnd.iptvforum.ttsmpeg2": { + "source": "apache" + }, + "video/vnd.motorola.video": { + "source": "apache" + }, + "video/vnd.motorola.videop": { + "source": "apache" + }, + "video/vnd.mpegurl": { + "source": "apache", + "extensions": ["mxu","m4u"] + }, + "video/vnd.ms-playready.media.pyv": { + "source": "apache", + "extensions": ["pyv"] + }, + "video/vnd.nokia.interleaved-multimedia": { + "source": "apache" + }, + "video/vnd.nokia.videovoip": { + "source": "apache" + }, + "video/vnd.objectvideo": { + "source": "apache" + }, + "video/vnd.radgamettools.bink": { + "source": "apache" + }, + "video/vnd.radgamettools.smacker": { + "source": "apache" + }, + "video/vnd.sealed.mpeg1": { + "source": "apache" + }, + "video/vnd.sealed.mpeg4": { + "source": "apache" + }, + "video/vnd.sealed.swf": { + "source": "apache" + }, + "video/vnd.sealedmedia.softseal.mov": { + "source": "apache" + }, + "video/vnd.uvvu.mp4": { + "source": "apache", + "extensions": ["uvu","uvvu"] + }, + "video/vnd.vivo": { + "source": "apache", + "extensions": ["viv"] + }, + "video/vp8": { + "source": "apache" + }, + "video/webm": { + "source": "apache", + "compressible": false, + "extensions": ["webm"] + }, + "video/x-f4v": { + "source": "apache", + "extensions": ["f4v"] + }, + "video/x-fli": { + "source": "apache", + "extensions": ["fli"] + }, + "video/x-flv": { + "source": "apache", + "compressible": false, + "extensions": ["flv"] + }, + "video/x-m4v": { + "source": "apache", + "extensions": ["m4v"] + }, + "video/x-matroska": { + "source": "apache", + "compressible": false, + "extensions": ["mkv","mk3d","mks"] + }, + "video/x-mng": { + "source": "apache", + "extensions": ["mng"] + }, + "video/x-ms-asf": { + "source": "apache", + "extensions": ["asf","asx"] + }, + "video/x-ms-vob": { + "source": "apache", + "extensions": ["vob"] + }, + "video/x-ms-wm": { + "source": "apache", + "extensions": ["wm"] + }, + "video/x-ms-wmv": { + "source": "apache", + "compressible": false, + "extensions": ["wmv"] + }, + "video/x-ms-wmx": { + "source": "apache", + "extensions": ["wmx"] + }, + "video/x-ms-wvx": { + "source": "apache", + "extensions": ["wvx"] + }, + "video/x-msvideo": { + "source": "apache", + "extensions": ["avi"] + }, + "video/x-sgi-movie": { + "source": "apache", + "extensions": ["movie"] + }, + "video/x-smv": { + "source": "apache", + "extensions": ["smv"] + }, + "x-conference/x-cooltalk": { + "source": "apache", + "extensions": ["ice"] + }, + "x-shader/x-fragment": { + "compressible": true + }, + "x-shader/x-vertex": { + "compressible": true + } +} diff --git a/typescript/hello-world/node_modules/mime-db/index.js b/typescript/hello-world/node_modules/mime-db/index.js new file mode 100644 index 0000000..551031f --- /dev/null +++ b/typescript/hello-world/node_modules/mime-db/index.js @@ -0,0 +1,11 @@ +/*! + * mime-db + * Copyright(c) 2014 Jonathan Ong + * MIT Licensed + */ + +/** + * Module exports. + */ + +module.exports = require('./db.json') diff --git a/typescript/hello-world/node_modules/mime-db/package.json b/typescript/hello-world/node_modules/mime-db/package.json new file mode 100644 index 0000000..60b9e82 --- /dev/null +++ b/typescript/hello-world/node_modules/mime-db/package.json @@ -0,0 +1,55 @@ +{ + "name": "mime-db", + "description": "Media Type Database", + "version": "1.27.0", + "contributors": [ + "Douglas Christopher Wilson ", + "Jonathan Ong (http://jongleberry.com)", + "Robert Kieffer (http://github.com/broofa)" + ], + "license": "MIT", + "keywords": [ + "mime", + "db", + "type", + "types", + "database", + "charset", + "charsets" + ], + "repository": "jshttp/mime-db", + "devDependencies": { + "bluebird": "3.5.0", + "co": "4.6.0", + "cogent": "1.0.1", + "csv-parse": "1.2.0", + "eslint": "3.17.1", + "eslint-config-standard": "7.0.1", + "eslint-plugin-promise": "3.5.0", + "eslint-plugin-standard": "2.1.1", + "gnode": "0.1.2", + "istanbul": "0.4.5", + "mocha": "1.21.5", + "raw-body": "2.2.0", + "stream-to-array": "2.3.0" + }, + "files": [ + "HISTORY.md", + "LICENSE", + "README.md", + "db.json", + "index.js" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "build": "node scripts/build", + "fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx", + "lint": "eslint .", + "test": "mocha --reporter spec --bail --check-leaks test/", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", + "update": "npm run fetch && npm run build" + } +} diff --git a/typescript/hello-world/node_modules/mime-types/HISTORY.md b/typescript/hello-world/node_modules/mime-types/HISTORY.md new file mode 100644 index 0000000..b8008bc --- /dev/null +++ b/typescript/hello-world/node_modules/mime-types/HISTORY.md @@ -0,0 +1,223 @@ +2.1.15 / 2017-03-23 +=================== + + * deps: mime-db@~1.27.0 + - Add new mime types + - Add `image/apng` + +2.1.14 / 2017-01-14 +=================== + + * deps: mime-db@~1.26.0 + - Add new mime types + +2.1.13 / 2016-11-18 +=================== + + * deps: mime-db@~1.25.0 + - Add new mime types + +2.1.12 / 2016-09-18 +=================== + + * deps: mime-db@~1.24.0 + - Add new mime types + - Add `audio/mp3` + +2.1.11 / 2016-05-01 +=================== + + * deps: mime-db@~1.23.0 + - Add new mime types + +2.1.10 / 2016-02-15 +=================== + + * deps: mime-db@~1.22.0 + - Add new mime types + - Fix extension of `application/dash+xml` + - Update primary extension for `audio/mp4` + +2.1.9 / 2016-01-06 +================== + + * deps: mime-db@~1.21.0 + - Add new mime types + +2.1.8 / 2015-11-30 +================== + + * deps: mime-db@~1.20.0 + - Add new mime types + +2.1.7 / 2015-09-20 +================== + + * deps: mime-db@~1.19.0 + - Add new mime types + +2.1.6 / 2015-09-03 +================== + + * deps: mime-db@~1.18.0 + - Add new mime types + +2.1.5 / 2015-08-20 +================== + + * deps: mime-db@~1.17.0 + - Add new mime types + +2.1.4 / 2015-07-30 +================== + + * deps: mime-db@~1.16.0 + - Add new mime types + +2.1.3 / 2015-07-13 +================== + + * deps: mime-db@~1.15.0 + - Add new mime types + +2.1.2 / 2015-06-25 +================== + + * deps: mime-db@~1.14.0 + - Add new mime types + +2.1.1 / 2015-06-08 +================== + + * perf: fix deopt during mapping + +2.1.0 / 2015-06-07 +================== + + * Fix incorrectly treating extension-less file name as extension + - i.e. `'path/to/json'` will no longer return `application/json` + * Fix `.charset(type)` to accept parameters + * Fix `.charset(type)` to match case-insensitive + * Improve generation of extension to MIME mapping + * Refactor internals for readability and no argument reassignment + * Prefer `application/*` MIME types from the same source + * Prefer any type over `application/octet-stream` + * deps: mime-db@~1.13.0 + - Add nginx as a source + - Add new mime types + +2.0.14 / 2015-06-06 +=================== + + * deps: mime-db@~1.12.0 + - Add new mime types + +2.0.13 / 2015-05-31 +=================== + + * deps: mime-db@~1.11.0 + - Add new mime types + +2.0.12 / 2015-05-19 +=================== + + * deps: mime-db@~1.10.0 + - Add new mime types + +2.0.11 / 2015-05-05 +=================== + + * deps: mime-db@~1.9.1 + - Add new mime types + +2.0.10 / 2015-03-13 +=================== + + * deps: mime-db@~1.8.0 + - Add new mime types + +2.0.9 / 2015-02-09 +================== + + * deps: mime-db@~1.7.0 + - Add new mime types + - Community extensions ownership transferred from `node-mime` + +2.0.8 / 2015-01-29 +================== + + * deps: mime-db@~1.6.0 + - Add new mime types + +2.0.7 / 2014-12-30 +================== + + * deps: mime-db@~1.5.0 + - Add new mime types + - Fix various invalid MIME type entries + +2.0.6 / 2014-12-30 +================== + + * deps: mime-db@~1.4.0 + - Add new mime types + - Fix various invalid MIME type entries + - Remove example template MIME types + +2.0.5 / 2014-12-29 +================== + + * deps: mime-db@~1.3.1 + - Fix missing extensions + +2.0.4 / 2014-12-10 +================== + + * deps: mime-db@~1.3.0 + - Add new mime types + +2.0.3 / 2014-11-09 +================== + + * deps: mime-db@~1.2.0 + - Add new mime types + +2.0.2 / 2014-09-28 +================== + + * deps: mime-db@~1.1.0 + - Add new mime types + - Add additional compressible + - Update charsets + +2.0.1 / 2014-09-07 +================== + + * Support Node.js 0.6 + +2.0.0 / 2014-09-02 +================== + + * Use `mime-db` + * Remove `.define()` + +1.0.2 / 2014-08-04 +================== + + * Set charset=utf-8 for `text/javascript` + +1.0.1 / 2014-06-24 +================== + + * Add `text/jsx` type + +1.0.0 / 2014-05-12 +================== + + * Return `false` for unknown types + * Set charset=utf-8 for `application/json` + +0.1.0 / 2014-05-02 +================== + + * Initial release diff --git a/typescript/hello-world/node_modules/mime-types/LICENSE b/typescript/hello-world/node_modules/mime-types/LICENSE new file mode 100644 index 0000000..0616607 --- /dev/null +++ b/typescript/hello-world/node_modules/mime-types/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/mime-types/README.md b/typescript/hello-world/node_modules/mime-types/README.md new file mode 100644 index 0000000..4579db6 --- /dev/null +++ b/typescript/hello-world/node_modules/mime-types/README.md @@ -0,0 +1,108 @@ +# mime-types + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][travis-image]][travis-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +The ultimate javascript content-type utility. + +Similar to [the `mime` module](https://www.npmjs.com/package/mime), except: + +- __No fallbacks.__ Instead of naively returning the first available type, + `mime-types` simply returns `false`, so do + `var type = mime.lookup('unrecognized') || 'application/octet-stream'`. +- No `new Mime()` business, so you could do `var lookup = require('mime-types').lookup`. +- No `.define()` functionality +- Bug fixes for `.lookup(path)` + +Otherwise, the API is compatible. + +## Install + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install mime-types +``` + +## Adding Types + +All mime types are based on [mime-db](https://www.npmjs.com/package/mime-db), +so open a PR there if you'd like to add mime types. + +## API + +```js +var mime = require('mime-types') +``` + +All functions return `false` if input is invalid or not found. + +### mime.lookup(path) + +Lookup the content-type associated with a file. + +```js +mime.lookup('json') // 'application/json' +mime.lookup('.md') // 'text/x-markdown' +mime.lookup('file.html') // 'text/html' +mime.lookup('folder/file.js') // 'application/javascript' +mime.lookup('folder/.htaccess') // false + +mime.lookup('cats') // false +``` + +### mime.contentType(type) + +Create a full content-type header given a content-type or extension. + +```js +mime.contentType('markdown') // 'text/x-markdown; charset=utf-8' +mime.contentType('file.json') // 'application/json; charset=utf-8' + +// from a full path +mime.contentType(path.extname('/path/to/file.json')) // 'application/json; charset=utf-8' +``` + +### mime.extension(type) + +Get the default extension for a content-type. + +```js +mime.extension('application/octet-stream') // 'bin' +``` + +### mime.charset(type) + +Lookup the implied default charset of a content-type. + +```js +mime.charset('text/x-markdown') // 'UTF-8' +``` + +### var type = mime.types[extension] + +A map of content-types by extension. + +### [extensions...] = mime.extensions[type] + +A map of extensions by content-type. + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/mime-types.svg +[npm-url]: https://npmjs.org/package/mime-types +[node-version-image]: https://img.shields.io/node/v/mime-types.svg +[node-version-url]: https://nodejs.org/en/download/ +[travis-image]: https://img.shields.io/travis/jshttp/mime-types/master.svg +[travis-url]: https://travis-ci.org/jshttp/mime-types +[coveralls-image]: https://img.shields.io/coveralls/jshttp/mime-types/master.svg +[coveralls-url]: https://coveralls.io/r/jshttp/mime-types +[downloads-image]: https://img.shields.io/npm/dm/mime-types.svg +[downloads-url]: https://npmjs.org/package/mime-types diff --git a/typescript/hello-world/node_modules/mime-types/index.js b/typescript/hello-world/node_modules/mime-types/index.js new file mode 100644 index 0000000..6e0ea43 --- /dev/null +++ b/typescript/hello-world/node_modules/mime-types/index.js @@ -0,0 +1,188 @@ +/*! + * mime-types + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var db = require('mime-db') +var extname = require('path').extname + +/** + * Module variables. + * @private + */ + +var extractTypeRegExp = /^\s*([^;\s]*)(?:;|\s|$)/ +var textTypeRegExp = /^text\//i + +/** + * Module exports. + * @public + */ + +exports.charset = charset +exports.charsets = { lookup: charset } +exports.contentType = contentType +exports.extension = extension +exports.extensions = Object.create(null) +exports.lookup = lookup +exports.types = Object.create(null) + +// Populate the extensions/types maps +populateMaps(exports.extensions, exports.types) + +/** + * Get the default charset for a MIME type. + * + * @param {string} type + * @return {boolean|string} + */ + +function charset (type) { + if (!type || typeof type !== 'string') { + return false + } + + // TODO: use media-typer + var match = extractTypeRegExp.exec(type) + var mime = match && db[match[1].toLowerCase()] + + if (mime && mime.charset) { + return mime.charset + } + + // default text/* to utf-8 + if (match && textTypeRegExp.test(match[1])) { + return 'UTF-8' + } + + return false +} + +/** + * Create a full Content-Type header given a MIME type or extension. + * + * @param {string} str + * @return {boolean|string} + */ + +function contentType (str) { + // TODO: should this even be in this module? + if (!str || typeof str !== 'string') { + return false + } + + var mime = str.indexOf('/') === -1 + ? exports.lookup(str) + : str + + if (!mime) { + return false + } + + // TODO: use content-type or other module + if (mime.indexOf('charset') === -1) { + var charset = exports.charset(mime) + if (charset) mime += '; charset=' + charset.toLowerCase() + } + + return mime +} + +/** + * Get the default extension for a MIME type. + * + * @param {string} type + * @return {boolean|string} + */ + +function extension (type) { + if (!type || typeof type !== 'string') { + return false + } + + // TODO: use media-typer + var match = extractTypeRegExp.exec(type) + + // get extensions + var exts = match && exports.extensions[match[1].toLowerCase()] + + if (!exts || !exts.length) { + return false + } + + return exts[0] +} + +/** + * Lookup the MIME type for a file path/extension. + * + * @param {string} path + * @return {boolean|string} + */ + +function lookup (path) { + if (!path || typeof path !== 'string') { + return false + } + + // get the extension ("ext" or ".ext" or full path) + var extension = extname('x.' + path) + .toLowerCase() + .substr(1) + + if (!extension) { + return false + } + + return exports.types[extension] || false +} + +/** + * Populate the extensions and types maps. + * @private + */ + +function populateMaps (extensions, types) { + // source preference (least -> most) + var preference = ['nginx', 'apache', undefined, 'iana'] + + Object.keys(db).forEach(function forEachMimeType (type) { + var mime = db[type] + var exts = mime.extensions + + if (!exts || !exts.length) { + return + } + + // mime -> extensions + extensions[type] = exts + + // extension -> mime + for (var i = 0; i < exts.length; i++) { + var extension = exts[i] + + if (types[extension]) { + var from = preference.indexOf(db[types[extension]].source) + var to = preference.indexOf(mime.source) + + if (types[extension] !== 'application/octet-stream' && + (from > to || (from === to && types[extension].substr(0, 12) === 'application/'))) { + // skip the remapping + continue + } + } + + // set the extension -> mime + types[extension] = type + } + }) +} diff --git a/typescript/hello-world/node_modules/mime-types/package.json b/typescript/hello-world/node_modules/mime-types/package.json new file mode 100644 index 0000000..a54aa2f --- /dev/null +++ b/typescript/hello-world/node_modules/mime-types/package.json @@ -0,0 +1,41 @@ +{ + "name": "mime-types", + "description": "The ultimate javascript content-type utility.", + "version": "2.1.15", + "contributors": [ + "Douglas Christopher Wilson ", + "Jeremiah Senkpiel (https://searchbeam.jit.su)", + "Jonathan Ong (http://jongleberry.com)" + ], + "license": "MIT", + "keywords": [ + "mime", + "types" + ], + "repository": "jshttp/mime-types", + "dependencies": { + "mime-db": "~1.27.0" + }, + "devDependencies": { + "eslint": "3.18.0", + "eslint-config-standard": "7.1.0", + "eslint-plugin-promise": "3.5.0", + "eslint-plugin-standard": "2.1.1", + "istanbul": "0.4.5", + "mocha": "1.21.5" + }, + "files": [ + "HISTORY.md", + "LICENSE", + "index.js" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --reporter spec test/test.js", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js" + } +} diff --git a/typescript/hello-world/node_modules/mimic-fn/index.js b/typescript/hello-world/node_modules/mimic-fn/index.js new file mode 100644 index 0000000..9bf1763 --- /dev/null +++ b/typescript/hello-world/node_modules/mimic-fn/index.js @@ -0,0 +1,7 @@ +'use strict'; +module.exports = (to, from) => { + // TODO: use `Reflect.ownKeys()` when targeting Node.js 6 + for (const prop of Object.getOwnPropertyNames(from).concat(Object.getOwnPropertySymbols(from))) { + Object.defineProperty(to, prop, Object.getOwnPropertyDescriptor(from, prop)); + } +}; diff --git a/typescript/hello-world/node_modules/mimic-fn/license b/typescript/hello-world/node_modules/mimic-fn/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/mimic-fn/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/mimic-fn/package.json b/typescript/hello-world/node_modules/mimic-fn/package.json new file mode 100644 index 0000000..bf616cd --- /dev/null +++ b/typescript/hello-world/node_modules/mimic-fn/package.json @@ -0,0 +1,43 @@ +{ + "name": "mimic-fn", + "version": "1.1.0", + "description": "Make a function mimic another one", + "license": "MIT", + "repository": "sindresorhus/mimic-fn", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "function", + "mimic", + "imitate", + "rename", + "copy", + "inherit", + "properties", + "name", + "func", + "fn", + "set", + "infer", + "change" + ], + "devDependencies": { + "ava": "*", + "xo": "*" + }, + "xo": { + "esnext": true + } +} diff --git a/typescript/hello-world/node_modules/mimic-fn/readme.md b/typescript/hello-world/node_modules/mimic-fn/readme.md new file mode 100644 index 0000000..672c79e --- /dev/null +++ b/typescript/hello-world/node_modules/mimic-fn/readme.md @@ -0,0 +1,66 @@ +# mimic-fn [![Build Status](https://travis-ci.org/sindresorhus/mimic-fn.svg?branch=master)](https://travis-ci.org/sindresorhus/mimic-fn) + +> Make a function mimic another one + +Useful when you wrap a function in another function and like to preserve the original name and other properties. + + +## Install + +``` +$ npm install --save mimic-fn +``` + + +## Usage + +```js +const mimicFn = require('mimic-fn'); + +function foo() {} +foo.unicorn = '🦄'; + +function wrapper() { + return foo() {}; +} + +console.log(wrapper.name); +//=> 'wrapper' + +mimicFn(wrapper, foo); + +console.log(wrapper.name); +//=> 'foo' + +console.log(wrapper.unicorn); +//=> '🦄' +``` + + +## API + +It will copy over the properties `name`, `length`, `displayName`, and any custom properties you may have set. + +### mimicFn(to, from) + +#### to + +Type: `Function` + +Mimicking function. + +#### from + +Type: `Function` + +Function to mimic. + + +## Related + +- [rename-fn](https://github.com/sindresorhus/rename-fn) - Rename a function + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/minimatch/LICENSE b/typescript/hello-world/node_modules/minimatch/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/typescript/hello-world/node_modules/minimatch/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/typescript/hello-world/node_modules/minimatch/README.md b/typescript/hello-world/node_modules/minimatch/README.md new file mode 100644 index 0000000..ad72b81 --- /dev/null +++ b/typescript/hello-world/node_modules/minimatch/README.md @@ -0,0 +1,209 @@ +# minimatch + +A minimal matching utility. + +[![Build Status](https://secure.travis-ci.org/isaacs/minimatch.svg)](http://travis-ci.org/isaacs/minimatch) + + +This is the matching library used internally by npm. + +It works by converting glob expressions into JavaScript `RegExp` +objects. + +## Usage + +```javascript +var minimatch = require("minimatch") + +minimatch("bar.foo", "*.foo") // true! +minimatch("bar.foo", "*.bar") // false! +minimatch("bar.foo", "*.+(bar|foo)", { debug: true }) // true, and noisy! +``` + +## Features + +Supports these glob features: + +* Brace Expansion +* Extended glob matching +* "Globstar" `**` matching + +See: + +* `man sh` +* `man bash` +* `man 3 fnmatch` +* `man 5 gitignore` + +## Minimatch Class + +Create a minimatch object by instantiating the `minimatch.Minimatch` class. + +```javascript +var Minimatch = require("minimatch").Minimatch +var mm = new Minimatch(pattern, options) +``` + +### Properties + +* `pattern` The original pattern the minimatch object represents. +* `options` The options supplied to the constructor. +* `set` A 2-dimensional array of regexp or string expressions. + Each row in the + array corresponds to a brace-expanded pattern. Each item in the row + corresponds to a single path-part. For example, the pattern + `{a,b/c}/d` would expand to a set of patterns like: + + [ [ a, d ] + , [ b, c, d ] ] + + If a portion of the pattern doesn't have any "magic" in it + (that is, it's something like `"foo"` rather than `fo*o?`), then it + will be left as a string rather than converted to a regular + expression. + +* `regexp` Created by the `makeRe` method. A single regular expression + expressing the entire pattern. This is useful in cases where you wish + to use the pattern somewhat like `fnmatch(3)` with `FNM_PATH` enabled. +* `negate` True if the pattern is negated. +* `comment` True if the pattern is a comment. +* `empty` True if the pattern is `""`. + +### Methods + +* `makeRe` Generate the `regexp` member if necessary, and return it. + Will return `false` if the pattern is invalid. +* `match(fname)` Return true if the filename matches the pattern, or + false otherwise. +* `matchOne(fileArray, patternArray, partial)` Take a `/`-split + filename, and match it against a single row in the `regExpSet`. This + method is mainly for internal use, but is exposed so that it can be + used by a glob-walker that needs to avoid excessive filesystem calls. + +All other methods are internal, and will be called as necessary. + +### minimatch(path, pattern, options) + +Main export. Tests a path against the pattern using the options. + +```javascript +var isJS = minimatch(file, "*.js", { matchBase: true }) +``` + +### minimatch.filter(pattern, options) + +Returns a function that tests its +supplied argument, suitable for use with `Array.filter`. Example: + +```javascript +var javascripts = fileList.filter(minimatch.filter("*.js", {matchBase: true})) +``` + +### minimatch.match(list, pattern, options) + +Match against the list of +files, in the style of fnmatch or glob. If nothing is matched, and +options.nonull is set, then return a list containing the pattern itself. + +```javascript +var javascripts = minimatch.match(fileList, "*.js", {matchBase: true})) +``` + +### minimatch.makeRe(pattern, options) + +Make a regular expression object from the pattern. + +## Options + +All options are `false` by default. + +### debug + +Dump a ton of stuff to stderr. + +### nobrace + +Do not expand `{a,b}` and `{1..3}` brace sets. + +### noglobstar + +Disable `**` matching against multiple folder names. + +### dot + +Allow patterns to match filenames starting with a period, even if +the pattern does not explicitly have a period in that spot. + +Note that by default, `a/**/b` will **not** match `a/.d/b`, unless `dot` +is set. + +### noext + +Disable "extglob" style patterns like `+(a|b)`. + +### nocase + +Perform a case-insensitive match. + +### nonull + +When a match is not found by `minimatch.match`, return a list containing +the pattern itself if this option is set. When not set, an empty list +is returned if there are no matches. + +### matchBase + +If set, then patterns without slashes will be matched +against the basename of the path if it contains slashes. For example, +`a?b` would match the path `/xyz/123/acb`, but not `/xyz/acb/123`. + +### nocomment + +Suppress the behavior of treating `#` at the start of a pattern as a +comment. + +### nonegate + +Suppress the behavior of treating a leading `!` character as negation. + +### flipNegate + +Returns from negate expressions the same as if they were not negated. +(Ie, true on a hit, false on a miss.) + + +## Comparisons to other fnmatch/glob implementations + +While strict compliance with the existing standards is a worthwhile +goal, some discrepancies exist between minimatch and other +implementations, and are intentional. + +If the pattern starts with a `!` character, then it is negated. Set the +`nonegate` flag to suppress this behavior, and treat leading `!` +characters normally. This is perhaps relevant if you wish to start the +pattern with a negative extglob pattern like `!(a|B)`. Multiple `!` +characters at the start of a pattern will negate the pattern multiple +times. + +If a pattern starts with `#`, then it is treated as a comment, and +will not match anything. Use `\#` to match a literal `#` at the +start of a line, or set the `nocomment` flag to suppress this behavior. + +The double-star character `**` is supported by default, unless the +`noglobstar` flag is set. This is supported in the manner of bsdglob +and bash 4.1, where `**` only has special significance if it is the only +thing in a path part. That is, `a/**/b` will match `a/x/y/b`, but +`a/**b` will not. + +If an escaped pattern has no matches, and the `nonull` flag is set, +then minimatch.match returns the pattern as-provided, rather than +interpreting the character escapes. For example, +`minimatch.match([], "\\*a\\?")` will return `"\\*a\\?"` rather than +`"*a?"`. This is akin to setting the `nullglob` option in bash, except +that it does not resolve escaped pattern characters. + +If brace expansion is not disabled, then it is performed before any +other interpretation of the glob pattern. Thus, a pattern like +`+(a|{b),c)}`, which would not be valid in bash or zsh, is expanded +**first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are +checked for validity. Since those two are valid, matching proceeds. diff --git a/typescript/hello-world/node_modules/minimatch/minimatch.js b/typescript/hello-world/node_modules/minimatch/minimatch.js new file mode 100644 index 0000000..5b5f8cf --- /dev/null +++ b/typescript/hello-world/node_modules/minimatch/minimatch.js @@ -0,0 +1,923 @@ +module.exports = minimatch +minimatch.Minimatch = Minimatch + +var path = { sep: '/' } +try { + path = require('path') +} catch (er) {} + +var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {} +var expand = require('brace-expansion') + +var plTypes = { + '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, + '?': { open: '(?:', close: ')?' }, + '+': { open: '(?:', close: ')+' }, + '*': { open: '(?:', close: ')*' }, + '@': { open: '(?:', close: ')' } +} + +// any single thing other than / +// don't need to escape / when using new RegExp() +var qmark = '[^/]' + +// * => any number of characters +var star = qmark + '*?' + +// ** when dots are allowed. Anything goes, except .. and . +// not (^ or / followed by one or two dots followed by $ or /), +// followed by anything, any number of times. +var twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?' + +// not a ^ or / followed by a dot, +// followed by anything, any number of times. +var twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?' + +// characters that need to be escaped in RegExp. +var reSpecials = charSet('().*{}+?[]^$\\!') + +// "abc" -> { a:true, b:true, c:true } +function charSet (s) { + return s.split('').reduce(function (set, c) { + set[c] = true + return set + }, {}) +} + +// normalizes slashes. +var slashSplit = /\/+/ + +minimatch.filter = filter +function filter (pattern, options) { + options = options || {} + return function (p, i, list) { + return minimatch(p, pattern, options) + } +} + +function ext (a, b) { + a = a || {} + b = b || {} + var t = {} + Object.keys(b).forEach(function (k) { + t[k] = b[k] + }) + Object.keys(a).forEach(function (k) { + t[k] = a[k] + }) + return t +} + +minimatch.defaults = function (def) { + if (!def || !Object.keys(def).length) return minimatch + + var orig = minimatch + + var m = function minimatch (p, pattern, options) { + return orig.minimatch(p, pattern, ext(def, options)) + } + + m.Minimatch = function Minimatch (pattern, options) { + return new orig.Minimatch(pattern, ext(def, options)) + } + + return m +} + +Minimatch.defaults = function (def) { + if (!def || !Object.keys(def).length) return Minimatch + return minimatch.defaults(def).Minimatch +} + +function minimatch (p, pattern, options) { + if (typeof pattern !== 'string') { + throw new TypeError('glob pattern string required') + } + + if (!options) options = {} + + // shortcut: comments match nothing. + if (!options.nocomment && pattern.charAt(0) === '#') { + return false + } + + // "" only matches "" + if (pattern.trim() === '') return p === '' + + return new Minimatch(pattern, options).match(p) +} + +function Minimatch (pattern, options) { + if (!(this instanceof Minimatch)) { + return new Minimatch(pattern, options) + } + + if (typeof pattern !== 'string') { + throw new TypeError('glob pattern string required') + } + + if (!options) options = {} + pattern = pattern.trim() + + // windows support: need to use /, not \ + if (path.sep !== '/') { + pattern = pattern.split(path.sep).join('/') + } + + this.options = options + this.set = [] + this.pattern = pattern + this.regexp = null + this.negate = false + this.comment = false + this.empty = false + + // make the set of regexps etc. + this.make() +} + +Minimatch.prototype.debug = function () {} + +Minimatch.prototype.make = make +function make () { + // don't do it more than once. + if (this._made) return + + var pattern = this.pattern + var options = this.options + + // empty patterns and comments match nothing. + if (!options.nocomment && pattern.charAt(0) === '#') { + this.comment = true + return + } + if (!pattern) { + this.empty = true + return + } + + // step 1: figure out negation, etc. + this.parseNegate() + + // step 2: expand braces + var set = this.globSet = this.braceExpand() + + if (options.debug) this.debug = console.error + + this.debug(this.pattern, set) + + // step 3: now we have a set, so turn each one into a series of path-portion + // matching patterns. + // These will be regexps, except in the case of "**", which is + // set to the GLOBSTAR object for globstar behavior, + // and will not contain any / characters + set = this.globParts = set.map(function (s) { + return s.split(slashSplit) + }) + + this.debug(this.pattern, set) + + // glob --> regexps + set = set.map(function (s, si, set) { + return s.map(this.parse, this) + }, this) + + this.debug(this.pattern, set) + + // filter out everything that didn't compile properly. + set = set.filter(function (s) { + return s.indexOf(false) === -1 + }) + + this.debug(this.pattern, set) + + this.set = set +} + +Minimatch.prototype.parseNegate = parseNegate +function parseNegate () { + var pattern = this.pattern + var negate = false + var options = this.options + var negateOffset = 0 + + if (options.nonegate) return + + for (var i = 0, l = pattern.length + ; i < l && pattern.charAt(i) === '!' + ; i++) { + negate = !negate + negateOffset++ + } + + if (negateOffset) this.pattern = pattern.substr(negateOffset) + this.negate = negate +} + +// Brace expansion: +// a{b,c}d -> abd acd +// a{b,}c -> abc ac +// a{0..3}d -> a0d a1d a2d a3d +// a{b,c{d,e}f}g -> abg acdfg acefg +// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg +// +// Invalid sets are not expanded. +// a{2..}b -> a{2..}b +// a{b}c -> a{b}c +minimatch.braceExpand = function (pattern, options) { + return braceExpand(pattern, options) +} + +Minimatch.prototype.braceExpand = braceExpand + +function braceExpand (pattern, options) { + if (!options) { + if (this instanceof Minimatch) { + options = this.options + } else { + options = {} + } + } + + pattern = typeof pattern === 'undefined' + ? this.pattern : pattern + + if (typeof pattern === 'undefined') { + throw new TypeError('undefined pattern') + } + + if (options.nobrace || + !pattern.match(/\{.*\}/)) { + // shortcut. no need to expand. + return [pattern] + } + + return expand(pattern) +} + +// parse a component of the expanded set. +// At this point, no pattern may contain "/" in it +// so we're going to return a 2d array, where each entry is the full +// pattern, split on '/', and then turned into a regular expression. +// A regexp is made at the end which joins each array with an +// escaped /, and another full one which joins each regexp with |. +// +// Following the lead of Bash 4.1, note that "**" only has special meaning +// when it is the *only* thing in a path portion. Otherwise, any series +// of * is equivalent to a single *. Globstar behavior is enabled by +// default, and can be disabled by setting options.noglobstar. +Minimatch.prototype.parse = parse +var SUBPARSE = {} +function parse (pattern, isSub) { + if (pattern.length > 1024 * 64) { + throw new TypeError('pattern is too long') + } + + var options = this.options + + // shortcuts + if (!options.noglobstar && pattern === '**') return GLOBSTAR + if (pattern === '') return '' + + var re = '' + var hasMagic = !!options.nocase + var escaping = false + // ? => one single character + var patternListStack = [] + var negativeLists = [] + var stateChar + var inClass = false + var reClassStart = -1 + var classStart = -1 + // . and .. never match anything that doesn't start with ., + // even when options.dot is set. + var patternStart = pattern.charAt(0) === '.' ? '' // anything + // not (start or / followed by . or .. followed by / or end) + : options.dot ? '(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))' + : '(?!\\.)' + var self = this + + function clearStateChar () { + if (stateChar) { + // we had some state-tracking character + // that wasn't consumed by this pass. + switch (stateChar) { + case '*': + re += star + hasMagic = true + break + case '?': + re += qmark + hasMagic = true + break + default: + re += '\\' + stateChar + break + } + self.debug('clearStateChar %j %j', stateChar, re) + stateChar = false + } + } + + for (var i = 0, len = pattern.length, c + ; (i < len) && (c = pattern.charAt(i)) + ; i++) { + this.debug('%s\t%s %s %j', pattern, i, re, c) + + // skip over any that are escaped. + if (escaping && reSpecials[c]) { + re += '\\' + c + escaping = false + continue + } + + switch (c) { + case '/': + // completely not allowed, even escaped. + // Should already be path-split by now. + return false + + case '\\': + clearStateChar() + escaping = true + continue + + // the various stateChar values + // for the "extglob" stuff. + case '?': + case '*': + case '+': + case '@': + case '!': + this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c) + + // all of those are literals inside a class, except that + // the glob [!a] means [^a] in regexp + if (inClass) { + this.debug(' in class') + if (c === '!' && i === classStart + 1) c = '^' + re += c + continue + } + + // if we already have a stateChar, then it means + // that there was something like ** or +? in there. + // Handle the stateChar, then proceed with this one. + self.debug('call clearStateChar %j', stateChar) + clearStateChar() + stateChar = c + // if extglob is disabled, then +(asdf|foo) isn't a thing. + // just clear the statechar *now*, rather than even diving into + // the patternList stuff. + if (options.noext) clearStateChar() + continue + + case '(': + if (inClass) { + re += '(' + continue + } + + if (!stateChar) { + re += '\\(' + continue + } + + patternListStack.push({ + type: stateChar, + start: i - 1, + reStart: re.length, + open: plTypes[stateChar].open, + close: plTypes[stateChar].close + }) + // negation is (?:(?!js)[^/]*) + re += stateChar === '!' ? '(?:(?!(?:' : '(?:' + this.debug('plType %j %j', stateChar, re) + stateChar = false + continue + + case ')': + if (inClass || !patternListStack.length) { + re += '\\)' + continue + } + + clearStateChar() + hasMagic = true + var pl = patternListStack.pop() + // negation is (?:(?!js)[^/]*) + // The others are (?:) + re += pl.close + if (pl.type === '!') { + negativeLists.push(pl) + } + pl.reEnd = re.length + continue + + case '|': + if (inClass || !patternListStack.length || escaping) { + re += '\\|' + escaping = false + continue + } + + clearStateChar() + re += '|' + continue + + // these are mostly the same in regexp and glob + case '[': + // swallow any state-tracking char before the [ + clearStateChar() + + if (inClass) { + re += '\\' + c + continue + } + + inClass = true + classStart = i + reClassStart = re.length + re += c + continue + + case ']': + // a right bracket shall lose its special + // meaning and represent itself in + // a bracket expression if it occurs + // first in the list. -- POSIX.2 2.8.3.2 + if (i === classStart + 1 || !inClass) { + re += '\\' + c + escaping = false + continue + } + + // handle the case where we left a class open. + // "[z-a]" is valid, equivalent to "\[z-a\]" + if (inClass) { + // split where the last [ was, make sure we don't have + // an invalid re. if so, re-walk the contents of the + // would-be class to re-translate any characters that + // were passed through as-is + // TODO: It would probably be faster to determine this + // without a try/catch and a new RegExp, but it's tricky + // to do safely. For now, this is safe and works. + var cs = pattern.substring(classStart + 1, i) + try { + RegExp('[' + cs + ']') + } catch (er) { + // not a valid class! + var sp = this.parse(cs, SUBPARSE) + re = re.substr(0, reClassStart) + '\\[' + sp[0] + '\\]' + hasMagic = hasMagic || sp[1] + inClass = false + continue + } + } + + // finish up the class. + hasMagic = true + inClass = false + re += c + continue + + default: + // swallow any state char that wasn't consumed + clearStateChar() + + if (escaping) { + // no need + escaping = false + } else if (reSpecials[c] + && !(c === '^' && inClass)) { + re += '\\' + } + + re += c + + } // switch + } // for + + // handle the case where we left a class open. + // "[abc" is valid, equivalent to "\[abc" + if (inClass) { + // split where the last [ was, and escape it + // this is a huge pita. We now have to re-walk + // the contents of the would-be class to re-translate + // any characters that were passed through as-is + cs = pattern.substr(classStart + 1) + sp = this.parse(cs, SUBPARSE) + re = re.substr(0, reClassStart) + '\\[' + sp[0] + hasMagic = hasMagic || sp[1] + } + + // handle the case where we had a +( thing at the *end* + // of the pattern. + // each pattern list stack adds 3 chars, and we need to go through + // and escape any | chars that were passed through as-is for the regexp. + // Go through and escape them, taking care not to double-escape any + // | chars that were already escaped. + for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) { + var tail = re.slice(pl.reStart + pl.open.length) + this.debug('setting tail', re, pl) + // maybe some even number of \, then maybe 1 \, followed by a | + tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, function (_, $1, $2) { + if (!$2) { + // the | isn't already escaped, so escape it. + $2 = '\\' + } + + // need to escape all those slashes *again*, without escaping the + // one that we need for escaping the | character. As it works out, + // escaping an even number of slashes can be done by simply repeating + // it exactly after itself. That's why this trick works. + // + // I am sorry that you have to see this. + return $1 + $1 + $2 + '|' + }) + + this.debug('tail=%j\n %s', tail, tail, pl, re) + var t = pl.type === '*' ? star + : pl.type === '?' ? qmark + : '\\' + pl.type + + hasMagic = true + re = re.slice(0, pl.reStart) + t + '\\(' + tail + } + + // handle trailing things that only matter at the very end. + clearStateChar() + if (escaping) { + // trailing \\ + re += '\\\\' + } + + // only need to apply the nodot start if the re starts with + // something that could conceivably capture a dot + var addPatternStart = false + switch (re.charAt(0)) { + case '.': + case '[': + case '(': addPatternStart = true + } + + // Hack to work around lack of negative lookbehind in JS + // A pattern like: *.!(x).!(y|z) needs to ensure that a name + // like 'a.xyz.yz' doesn't match. So, the first negative + // lookahead, has to look ALL the way ahead, to the end of + // the pattern. + for (var n = negativeLists.length - 1; n > -1; n--) { + var nl = negativeLists[n] + + var nlBefore = re.slice(0, nl.reStart) + var nlFirst = re.slice(nl.reStart, nl.reEnd - 8) + var nlLast = re.slice(nl.reEnd - 8, nl.reEnd) + var nlAfter = re.slice(nl.reEnd) + + nlLast += nlAfter + + // Handle nested stuff like *(*.js|!(*.json)), where open parens + // mean that we should *not* include the ) in the bit that is considered + // "after" the negated section. + var openParensBefore = nlBefore.split('(').length - 1 + var cleanAfter = nlAfter + for (i = 0; i < openParensBefore; i++) { + cleanAfter = cleanAfter.replace(/\)[+*?]?/, '') + } + nlAfter = cleanAfter + + var dollar = '' + if (nlAfter === '' && isSub !== SUBPARSE) { + dollar = '$' + } + var newRe = nlBefore + nlFirst + nlAfter + dollar + nlLast + re = newRe + } + + // if the re is not "" at this point, then we need to make sure + // it doesn't match against an empty path part. + // Otherwise a/* will match a/, which it should not. + if (re !== '' && hasMagic) { + re = '(?=.)' + re + } + + if (addPatternStart) { + re = patternStart + re + } + + // parsing just a piece of a larger pattern. + if (isSub === SUBPARSE) { + return [re, hasMagic] + } + + // skip the regexp for non-magical patterns + // unescape anything in it, though, so that it'll be + // an exact match against a file etc. + if (!hasMagic) { + return globUnescape(pattern) + } + + var flags = options.nocase ? 'i' : '' + try { + var regExp = new RegExp('^' + re + '$', flags) + } catch (er) { + // If it was an invalid regular expression, then it can't match + // anything. This trick looks for a character after the end of + // the string, which is of course impossible, except in multi-line + // mode, but it's not a /m regex. + return new RegExp('$.') + } + + regExp._glob = pattern + regExp._src = re + + return regExp +} + +minimatch.makeRe = function (pattern, options) { + return new Minimatch(pattern, options || {}).makeRe() +} + +Minimatch.prototype.makeRe = makeRe +function makeRe () { + if (this.regexp || this.regexp === false) return this.regexp + + // at this point, this.set is a 2d array of partial + // pattern strings, or "**". + // + // It's better to use .match(). This function shouldn't + // be used, really, but it's pretty convenient sometimes, + // when you just want to work with a regex. + var set = this.set + + if (!set.length) { + this.regexp = false + return this.regexp + } + var options = this.options + + var twoStar = options.noglobstar ? star + : options.dot ? twoStarDot + : twoStarNoDot + var flags = options.nocase ? 'i' : '' + + var re = set.map(function (pattern) { + return pattern.map(function (p) { + return (p === GLOBSTAR) ? twoStar + : (typeof p === 'string') ? regExpEscape(p) + : p._src + }).join('\\\/') + }).join('|') + + // must match entire pattern + // ending in a * or ** will make it less strict. + re = '^(?:' + re + ')$' + + // can match anything, as long as it's not this. + if (this.negate) re = '^(?!' + re + ').*$' + + try { + this.regexp = new RegExp(re, flags) + } catch (ex) { + this.regexp = false + } + return this.regexp +} + +minimatch.match = function (list, pattern, options) { + options = options || {} + var mm = new Minimatch(pattern, options) + list = list.filter(function (f) { + return mm.match(f) + }) + if (mm.options.nonull && !list.length) { + list.push(pattern) + } + return list +} + +Minimatch.prototype.match = match +function match (f, partial) { + this.debug('match', f, this.pattern) + // short-circuit in the case of busted things. + // comments, etc. + if (this.comment) return false + if (this.empty) return f === '' + + if (f === '/' && partial) return true + + var options = this.options + + // windows: need to use /, not \ + if (path.sep !== '/') { + f = f.split(path.sep).join('/') + } + + // treat the test path as a set of pathparts. + f = f.split(slashSplit) + this.debug(this.pattern, 'split', f) + + // just ONE of the pattern sets in this.set needs to match + // in order for it to be valid. If negating, then just one + // match means that we have failed. + // Either way, return on the first hit. + + var set = this.set + this.debug(this.pattern, 'set', set) + + // Find the basename of the path by looking for the last non-empty segment + var filename + var i + for (i = f.length - 1; i >= 0; i--) { + filename = f[i] + if (filename) break + } + + for (i = 0; i < set.length; i++) { + var pattern = set[i] + var file = f + if (options.matchBase && pattern.length === 1) { + file = [filename] + } + var hit = this.matchOne(file, pattern, partial) + if (hit) { + if (options.flipNegate) return true + return !this.negate + } + } + + // didn't get any hits. this is success if it's a negative + // pattern, failure otherwise. + if (options.flipNegate) return false + return this.negate +} + +// set partial to true to test if, for example, +// "/a/b" matches the start of "/*/b/*/d" +// Partial means, if you run out of file before you run +// out of pattern, then that's fine, as long as all +// the parts match. +Minimatch.prototype.matchOne = function (file, pattern, partial) { + var options = this.options + + this.debug('matchOne', + { 'this': this, file: file, pattern: pattern }) + + this.debug('matchOne', file.length, pattern.length) + + for (var fi = 0, + pi = 0, + fl = file.length, + pl = pattern.length + ; (fi < fl) && (pi < pl) + ; fi++, pi++) { + this.debug('matchOne loop') + var p = pattern[pi] + var f = file[fi] + + this.debug(pattern, p, f) + + // should be impossible. + // some invalid regexp stuff in the set. + if (p === false) return false + + if (p === GLOBSTAR) { + this.debug('GLOBSTAR', [pattern, p, f]) + + // "**" + // a/**/b/**/c would match the following: + // a/b/x/y/z/c + // a/x/y/z/b/c + // a/b/x/b/x/c + // a/b/c + // To do this, take the rest of the pattern after + // the **, and see if it would match the file remainder. + // If so, return success. + // If not, the ** "swallows" a segment, and try again. + // This is recursively awful. + // + // a/**/b/**/c matching a/b/x/y/z/c + // - a matches a + // - doublestar + // - matchOne(b/x/y/z/c, b/**/c) + // - b matches b + // - doublestar + // - matchOne(x/y/z/c, c) -> no + // - matchOne(y/z/c, c) -> no + // - matchOne(z/c, c) -> no + // - matchOne(c, c) yes, hit + var fr = fi + var pr = pi + 1 + if (pr === pl) { + this.debug('** at the end') + // a ** at the end will just swallow the rest. + // We have found a match. + // however, it will not swallow /.x, unless + // options.dot is set. + // . and .. are *never* matched by **, for explosively + // exponential reasons. + for (; fi < fl; fi++) { + if (file[fi] === '.' || file[fi] === '..' || + (!options.dot && file[fi].charAt(0) === '.')) return false + } + return true + } + + // ok, let's see if we can swallow whatever we can. + while (fr < fl) { + var swallowee = file[fr] + + this.debug('\nglobstar while', file, fr, pattern, pr, swallowee) + + // XXX remove this slice. Just pass the start index. + if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { + this.debug('globstar found match!', fr, fl, swallowee) + // found a match. + return true + } else { + // can't swallow "." or ".." ever. + // can only swallow ".foo" when explicitly asked. + if (swallowee === '.' || swallowee === '..' || + (!options.dot && swallowee.charAt(0) === '.')) { + this.debug('dot detected!', file, fr, pattern, pr) + break + } + + // ** swallows a segment, and continue. + this.debug('globstar swallow a segment, and continue') + fr++ + } + } + + // no match was found. + // However, in partial mode, we can't say this is necessarily over. + // If there's more *pattern* left, then + if (partial) { + // ran out of file + this.debug('\n>>> no match, partial?', file, fr, pattern, pr) + if (fr === fl) return true + } + return false + } + + // something other than ** + // non-magic patterns just have to match exactly + // patterns with magic have been turned into regexps. + var hit + if (typeof p === 'string') { + if (options.nocase) { + hit = f.toLowerCase() === p.toLowerCase() + } else { + hit = f === p + } + this.debug('string match', p, f, hit) + } else { + hit = f.match(p) + this.debug('pattern match', p, f, hit) + } + + if (!hit) return false + } + + // Note: ending in / means that we'll get a final "" + // at the end of the pattern. This can only match a + // corresponding "" at the end of the file. + // If the file ends in /, then it can only match a + // a pattern that ends in /, unless the pattern just + // doesn't have any more for it. But, a/b/ should *not* + // match "a/b/*", even though "" matches against the + // [^/]*? pattern, except in partial mode, where it might + // simply not be reached yet. + // However, a/b/ should still satisfy a/* + + // now either we fell off the end of the pattern, or we're done. + if (fi === fl && pi === pl) { + // ran out of pattern and filename at the same time. + // an exact hit! + return true + } else if (fi === fl) { + // ran out of file, but still had pattern left. + // this is ok if we're doing the match as part of + // a glob fs traversal. + return partial + } else if (pi === pl) { + // ran out of pattern, still have file left. + // this is only acceptable if we're on the very last + // empty segment of a file with a trailing slash. + // a/* should match a/b/ + var emptyFileEnd = (fi === fl - 1) && (file[fi] === '') + return emptyFileEnd + } + + // should be unreachable. + throw new Error('wtf?') +} + +// replace stuff like \* with * +function globUnescape (s) { + return s.replace(/\\(.)/g, '$1') +} + +function regExpEscape (s) { + return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&') +} diff --git a/typescript/hello-world/node_modules/minimatch/package.json b/typescript/hello-world/node_modules/minimatch/package.json new file mode 100644 index 0000000..c4514c8 --- /dev/null +++ b/typescript/hello-world/node_modules/minimatch/package.json @@ -0,0 +1,30 @@ +{ + "author": "Isaac Z. Schlueter (http://blog.izs.me)", + "name": "minimatch", + "description": "a glob matcher in javascript", + "version": "3.0.4", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/minimatch.git" + }, + "main": "minimatch.js", + "scripts": { + "test": "tap test/*.js --cov", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" + }, + "engines": { + "node": "*" + }, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "devDependencies": { + "tap": "^10.3.2" + }, + "license": "ISC", + "files": [ + "minimatch.js" + ] +} diff --git a/typescript/hello-world/node_modules/minimist/.travis.yml b/typescript/hello-world/node_modules/minimist/.travis.yml new file mode 100644 index 0000000..cc4dba2 --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "0.8" + - "0.10" diff --git a/typescript/hello-world/node_modules/minimist/LICENSE b/typescript/hello-world/node_modules/minimist/LICENSE new file mode 100644 index 0000000..ee27ba4 --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/LICENSE @@ -0,0 +1,18 @@ +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/minimist/example/parse.js b/typescript/hello-world/node_modules/minimist/example/parse.js new file mode 100644 index 0000000..abff3e8 --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/example/parse.js @@ -0,0 +1,2 @@ +var argv = require('../')(process.argv.slice(2)); +console.dir(argv); diff --git a/typescript/hello-world/node_modules/minimist/index.js b/typescript/hello-world/node_modules/minimist/index.js new file mode 100644 index 0000000..584f551 --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/index.js @@ -0,0 +1,187 @@ +module.exports = function (args, opts) { + if (!opts) opts = {}; + + var flags = { bools : {}, strings : {} }; + + [].concat(opts['boolean']).filter(Boolean).forEach(function (key) { + flags.bools[key] = true; + }); + + [].concat(opts.string).filter(Boolean).forEach(function (key) { + flags.strings[key] = true; + }); + + var aliases = {}; + Object.keys(opts.alias || {}).forEach(function (key) { + aliases[key] = [].concat(opts.alias[key]); + aliases[key].forEach(function (x) { + aliases[x] = [key].concat(aliases[key].filter(function (y) { + return x !== y; + })); + }); + }); + + var defaults = opts['default'] || {}; + + var argv = { _ : [] }; + Object.keys(flags.bools).forEach(function (key) { + setArg(key, defaults[key] === undefined ? false : defaults[key]); + }); + + var notFlags = []; + + if (args.indexOf('--') !== -1) { + notFlags = args.slice(args.indexOf('--')+1); + args = args.slice(0, args.indexOf('--')); + } + + function setArg (key, val) { + var value = !flags.strings[key] && isNumber(val) + ? Number(val) : val + ; + setKey(argv, key.split('.'), value); + + (aliases[key] || []).forEach(function (x) { + setKey(argv, x.split('.'), value); + }); + } + + for (var i = 0; i < args.length; i++) { + var arg = args[i]; + + if (/^--.+=/.test(arg)) { + // Using [\s\S] instead of . because js doesn't support the + // 'dotall' regex modifier. See: + // http://stackoverflow.com/a/1068308/13216 + var m = arg.match(/^--([^=]+)=([\s\S]*)$/); + setArg(m[1], m[2]); + } + else if (/^--no-.+/.test(arg)) { + var key = arg.match(/^--no-(.+)/)[1]; + setArg(key, false); + } + else if (/^--.+/.test(arg)) { + var key = arg.match(/^--(.+)/)[1]; + var next = args[i + 1]; + if (next !== undefined && !/^-/.test(next) + && !flags.bools[key] + && (aliases[key] ? !flags.bools[aliases[key]] : true)) { + setArg(key, next); + i++; + } + else if (/^(true|false)$/.test(next)) { + setArg(key, next === 'true'); + i++; + } + else { + setArg(key, flags.strings[key] ? '' : true); + } + } + else if (/^-[^-]+/.test(arg)) { + var letters = arg.slice(1,-1).split(''); + + var broken = false; + for (var j = 0; j < letters.length; j++) { + var next = arg.slice(j+2); + + if (next === '-') { + setArg(letters[j], next) + continue; + } + + if (/[A-Za-z]/.test(letters[j]) + && /-?\d+(\.\d*)?(e-?\d+)?$/.test(next)) { + setArg(letters[j], next); + broken = true; + break; + } + + if (letters[j+1] && letters[j+1].match(/\W/)) { + setArg(letters[j], arg.slice(j+2)); + broken = true; + break; + } + else { + setArg(letters[j], flags.strings[letters[j]] ? '' : true); + } + } + + var key = arg.slice(-1)[0]; + if (!broken && key !== '-') { + if (args[i+1] && !/^(-|--)[^-]/.test(args[i+1]) + && !flags.bools[key] + && (aliases[key] ? !flags.bools[aliases[key]] : true)) { + setArg(key, args[i+1]); + i++; + } + else if (args[i+1] && /true|false/.test(args[i+1])) { + setArg(key, args[i+1] === 'true'); + i++; + } + else { + setArg(key, flags.strings[key] ? '' : true); + } + } + } + else { + argv._.push( + flags.strings['_'] || !isNumber(arg) ? arg : Number(arg) + ); + } + } + + Object.keys(defaults).forEach(function (key) { + if (!hasKey(argv, key.split('.'))) { + setKey(argv, key.split('.'), defaults[key]); + + (aliases[key] || []).forEach(function (x) { + setKey(argv, x.split('.'), defaults[key]); + }); + } + }); + + notFlags.forEach(function(key) { + argv._.push(key); + }); + + return argv; +}; + +function hasKey (obj, keys) { + var o = obj; + keys.slice(0,-1).forEach(function (key) { + o = (o[key] || {}); + }); + + var key = keys[keys.length - 1]; + return key in o; +} + +function setKey (obj, keys, value) { + var o = obj; + keys.slice(0,-1).forEach(function (key) { + if (o[key] === undefined) o[key] = {}; + o = o[key]; + }); + + var key = keys[keys.length - 1]; + if (o[key] === undefined || typeof o[key] === 'boolean') { + o[key] = value; + } + else if (Array.isArray(o[key])) { + o[key].push(value); + } + else { + o[key] = [ o[key], value ]; + } +} + +function isNumber (x) { + if (typeof x === 'number') return true; + if (/^0x[0-9a-f]+$/i.test(x)) return true; + return /^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(x); +} + +function longest (xs) { + return Math.max.apply(null, xs.map(function (x) { return x.length })); +} diff --git a/typescript/hello-world/node_modules/minimist/package.json b/typescript/hello-world/node_modules/minimist/package.json new file mode 100644 index 0000000..af6250b --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/package.json @@ -0,0 +1,40 @@ +{ + "name": "minimist", + "version": "0.0.8", + "description": "parse argument options", + "main": "index.js", + "devDependencies": { + "tape": "~1.0.4", + "tap": "~0.4.0" + }, + "scripts": { + "test": "tap test/*.js" + }, + "testling" : { + "files" : "test/*.js", + "browsers" : [ + "ie/6..latest", + "ff/5", "firefox/latest", + "chrome/10", "chrome/latest", + "safari/5.1", "safari/latest", + "opera/12" + ] + }, + "repository": { + "type": "git", + "url": "git://github.com/substack/minimist.git" + }, + "homepage": "https://github.com/substack/minimist", + "keywords": [ + "argv", + "getopt", + "parser", + "optimist" + ], + "author": { + "name": "James Halliday", + "email": "mail@substack.net", + "url": "http://substack.net" + }, + "license": "MIT" +} diff --git a/typescript/hello-world/node_modules/minimist/readme.markdown b/typescript/hello-world/node_modules/minimist/readme.markdown new file mode 100644 index 0000000..c256353 --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/readme.markdown @@ -0,0 +1,73 @@ +# minimist + +parse argument options + +This module is the guts of optimist's argument parser without all the +fanciful decoration. + +[![browser support](https://ci.testling.com/substack/minimist.png)](http://ci.testling.com/substack/minimist) + +[![build status](https://secure.travis-ci.org/substack/minimist.png)](http://travis-ci.org/substack/minimist) + +# example + +``` js +var argv = require('minimist')(process.argv.slice(2)); +console.dir(argv); +``` + +``` +$ node example/parse.js -a beep -b boop +{ _: [], a: 'beep', b: 'boop' } +``` + +``` +$ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop foo bar baz +{ _: [ 'foo', 'bar', 'baz' ], + x: 3, + y: 4, + n: 5, + a: true, + b: true, + c: true, + beep: 'boop' } +``` + +# methods + +``` js +var parseArgs = require('minimist') +``` + +## var argv = parseArgs(args, opts={}) + +Return an argument object `argv` populated with the array arguments from `args`. + +`argv._` contains all the arguments that didn't have an option associated with +them. + +Numeric-looking arguments will be returned as numbers unless `opts.string` or +`opts.boolean` is set for that argument name. + +Any arguments after `'--'` will not be parsed and will end up in `argv._`. + +options can be: + +* `opts.string` - a string or array of strings argument names to always treat as +strings +* `opts.boolean` - a string or array of strings to always treat as booleans +* `opts.alias` - an object mapping string names to strings or arrays of string +argument names to use as aliases +* `opts.default` - an object mapping string argument names to default values + +# install + +With [npm](https://npmjs.org) do: + +``` +npm install minimist +``` + +# license + +MIT diff --git a/typescript/hello-world/node_modules/minimist/test/dash.js b/typescript/hello-world/node_modules/minimist/test/dash.js new file mode 100644 index 0000000..8b034b9 --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/test/dash.js @@ -0,0 +1,24 @@ +var parse = require('../'); +var test = require('tape'); + +test('-', function (t) { + t.plan(5); + t.deepEqual(parse([ '-n', '-' ]), { n: '-', _: [] }); + t.deepEqual(parse([ '-' ]), { _: [ '-' ] }); + t.deepEqual(parse([ '-f-' ]), { f: '-', _: [] }); + t.deepEqual( + parse([ '-b', '-' ], { boolean: 'b' }), + { b: true, _: [ '-' ] } + ); + t.deepEqual( + parse([ '-s', '-' ], { string: 's' }), + { s: '-', _: [] } + ); +}); + +test('-a -- b', function (t) { + t.plan(3); + t.deepEqual(parse([ '-a', '--', 'b' ]), { a: true, _: [ 'b' ] }); + t.deepEqual(parse([ '--a', '--', 'b' ]), { a: true, _: [ 'b' ] }); + t.deepEqual(parse([ '--a', '--', 'b' ]), { a: true, _: [ 'b' ] }); +}); diff --git a/typescript/hello-world/node_modules/minimist/test/default_bool.js b/typescript/hello-world/node_modules/minimist/test/default_bool.js new file mode 100644 index 0000000..f0041ee --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/test/default_bool.js @@ -0,0 +1,20 @@ +var test = require('tape'); +var parse = require('../'); + +test('boolean default true', function (t) { + var argv = parse([], { + boolean: 'sometrue', + default: { sometrue: true } + }); + t.equal(argv.sometrue, true); + t.end(); +}); + +test('boolean default false', function (t) { + var argv = parse([], { + boolean: 'somefalse', + default: { somefalse: false } + }); + t.equal(argv.somefalse, false); + t.end(); +}); diff --git a/typescript/hello-world/node_modules/minimist/test/dotted.js b/typescript/hello-world/node_modules/minimist/test/dotted.js new file mode 100644 index 0000000..ef0ae34 --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/test/dotted.js @@ -0,0 +1,16 @@ +var parse = require('../'); +var test = require('tape'); + +test('dotted alias', function (t) { + var argv = parse(['--a.b', '22'], {default: {'a.b': 11}, alias: {'a.b': 'aa.bb'}}); + t.equal(argv.a.b, 22); + t.equal(argv.aa.bb, 22); + t.end(); +}); + +test('dotted default', function (t) { + var argv = parse('', {default: {'a.b': 11}, alias: {'a.b': 'aa.bb'}}); + t.equal(argv.a.b, 11); + t.equal(argv.aa.bb, 11); + t.end(); +}); diff --git a/typescript/hello-world/node_modules/minimist/test/long.js b/typescript/hello-world/node_modules/minimist/test/long.js new file mode 100644 index 0000000..5d3a1e0 --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/test/long.js @@ -0,0 +1,31 @@ +var test = require('tape'); +var parse = require('../'); + +test('long opts', function (t) { + t.deepEqual( + parse([ '--bool' ]), + { bool : true, _ : [] }, + 'long boolean' + ); + t.deepEqual( + parse([ '--pow', 'xixxle' ]), + { pow : 'xixxle', _ : [] }, + 'long capture sp' + ); + t.deepEqual( + parse([ '--pow=xixxle' ]), + { pow : 'xixxle', _ : [] }, + 'long capture eq' + ); + t.deepEqual( + parse([ '--host', 'localhost', '--port', '555' ]), + { host : 'localhost', port : 555, _ : [] }, + 'long captures sp' + ); + t.deepEqual( + parse([ '--host=localhost', '--port=555' ]), + { host : 'localhost', port : 555, _ : [] }, + 'long captures eq' + ); + t.end(); +}); diff --git a/typescript/hello-world/node_modules/minimist/test/parse.js b/typescript/hello-world/node_modules/minimist/test/parse.js new file mode 100644 index 0000000..8a90646 --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/test/parse.js @@ -0,0 +1,318 @@ +var parse = require('../'); +var test = require('tape'); + +test('parse args', function (t) { + t.deepEqual( + parse([ '--no-moo' ]), + { moo : false, _ : [] }, + 'no' + ); + t.deepEqual( + parse([ '-v', 'a', '-v', 'b', '-v', 'c' ]), + { v : ['a','b','c'], _ : [] }, + 'multi' + ); + t.end(); +}); + +test('comprehensive', function (t) { + t.deepEqual( + parse([ + '--name=meowmers', 'bare', '-cats', 'woo', + '-h', 'awesome', '--multi=quux', + '--key', 'value', + '-b', '--bool', '--no-meep', '--multi=baz', + '--', '--not-a-flag', 'eek' + ]), + { + c : true, + a : true, + t : true, + s : 'woo', + h : 'awesome', + b : true, + bool : true, + key : 'value', + multi : [ 'quux', 'baz' ], + meep : false, + name : 'meowmers', + _ : [ 'bare', '--not-a-flag', 'eek' ] + } + ); + t.end(); +}); + +test('nums', function (t) { + var argv = parse([ + '-x', '1234', + '-y', '5.67', + '-z', '1e7', + '-w', '10f', + '--hex', '0xdeadbeef', + '789' + ]); + t.deepEqual(argv, { + x : 1234, + y : 5.67, + z : 1e7, + w : '10f', + hex : 0xdeadbeef, + _ : [ 789 ] + }); + t.deepEqual(typeof argv.x, 'number'); + t.deepEqual(typeof argv.y, 'number'); + t.deepEqual(typeof argv.z, 'number'); + t.deepEqual(typeof argv.w, 'string'); + t.deepEqual(typeof argv.hex, 'number'); + t.deepEqual(typeof argv._[0], 'number'); + t.end(); +}); + +test('flag boolean', function (t) { + var argv = parse([ '-t', 'moo' ], { boolean: 't' }); + t.deepEqual(argv, { t : true, _ : [ 'moo' ] }); + t.deepEqual(typeof argv.t, 'boolean'); + t.end(); +}); + +test('flag boolean value', function (t) { + var argv = parse(['--verbose', 'false', 'moo', '-t', 'true'], { + boolean: [ 't', 'verbose' ], + default: { verbose: true } + }); + + t.deepEqual(argv, { + verbose: false, + t: true, + _: ['moo'] + }); + + t.deepEqual(typeof argv.verbose, 'boolean'); + t.deepEqual(typeof argv.t, 'boolean'); + t.end(); +}); + +test('flag boolean default false', function (t) { + var argv = parse(['moo'], { + boolean: ['t', 'verbose'], + default: { verbose: false, t: false } + }); + + t.deepEqual(argv, { + verbose: false, + t: false, + _: ['moo'] + }); + + t.deepEqual(typeof argv.verbose, 'boolean'); + t.deepEqual(typeof argv.t, 'boolean'); + t.end(); + +}); + +test('boolean groups', function (t) { + var argv = parse([ '-x', '-z', 'one', 'two', 'three' ], { + boolean: ['x','y','z'] + }); + + t.deepEqual(argv, { + x : true, + y : false, + z : true, + _ : [ 'one', 'two', 'three' ] + }); + + t.deepEqual(typeof argv.x, 'boolean'); + t.deepEqual(typeof argv.y, 'boolean'); + t.deepEqual(typeof argv.z, 'boolean'); + t.end(); +}); + +test('newlines in params' , function (t) { + var args = parse([ '-s', "X\nX" ]) + t.deepEqual(args, { _ : [], s : "X\nX" }); + + // reproduce in bash: + // VALUE="new + // line" + // node program.js --s="$VALUE" + args = parse([ "--s=X\nX" ]) + t.deepEqual(args, { _ : [], s : "X\nX" }); + t.end(); +}); + +test('strings' , function (t) { + var s = parse([ '-s', '0001234' ], { string: 's' }).s; + t.equal(s, '0001234'); + t.equal(typeof s, 'string'); + + var x = parse([ '-x', '56' ], { string: 'x' }).x; + t.equal(x, '56'); + t.equal(typeof x, 'string'); + t.end(); +}); + +test('stringArgs', function (t) { + var s = parse([ ' ', ' ' ], { string: '_' })._; + t.same(s.length, 2); + t.same(typeof s[0], 'string'); + t.same(s[0], ' '); + t.same(typeof s[1], 'string'); + t.same(s[1], ' '); + t.end(); +}); + +test('empty strings', function(t) { + var s = parse([ '-s' ], { string: 's' }).s; + t.equal(s, ''); + t.equal(typeof s, 'string'); + + var str = parse([ '--str' ], { string: 'str' }).str; + t.equal(str, ''); + t.equal(typeof str, 'string'); + + var letters = parse([ '-art' ], { + string: [ 'a', 't' ] + }); + + t.equal(letters.a, ''); + t.equal(letters.r, true); + t.equal(letters.t, ''); + + t.end(); +}); + + +test('slashBreak', function (t) { + t.same( + parse([ '-I/foo/bar/baz' ]), + { I : '/foo/bar/baz', _ : [] } + ); + t.same( + parse([ '-xyz/foo/bar/baz' ]), + { x : true, y : true, z : '/foo/bar/baz', _ : [] } + ); + t.end(); +}); + +test('alias', function (t) { + var argv = parse([ '-f', '11', '--zoom', '55' ], { + alias: { z: 'zoom' } + }); + t.equal(argv.zoom, 55); + t.equal(argv.z, argv.zoom); + t.equal(argv.f, 11); + t.end(); +}); + +test('multiAlias', function (t) { + var argv = parse([ '-f', '11', '--zoom', '55' ], { + alias: { z: [ 'zm', 'zoom' ] } + }); + t.equal(argv.zoom, 55); + t.equal(argv.z, argv.zoom); + t.equal(argv.z, argv.zm); + t.equal(argv.f, 11); + t.end(); +}); + +test('nested dotted objects', function (t) { + var argv = parse([ + '--foo.bar', '3', '--foo.baz', '4', + '--foo.quux.quibble', '5', '--foo.quux.o_O', + '--beep.boop' + ]); + + t.same(argv.foo, { + bar : 3, + baz : 4, + quux : { + quibble : 5, + o_O : true + } + }); + t.same(argv.beep, { boop : true }); + t.end(); +}); + +test('boolean and alias with chainable api', function (t) { + var aliased = [ '-h', 'derp' ]; + var regular = [ '--herp', 'derp' ]; + var opts = { + herp: { alias: 'h', boolean: true } + }; + var aliasedArgv = parse(aliased, { + boolean: 'herp', + alias: { h: 'herp' } + }); + var propertyArgv = parse(regular, { + boolean: 'herp', + alias: { h: 'herp' } + }); + var expected = { + herp: true, + h: true, + '_': [ 'derp' ] + }; + + t.same(aliasedArgv, expected); + t.same(propertyArgv, expected); + t.end(); +}); + +test('boolean and alias with options hash', function (t) { + var aliased = [ '-h', 'derp' ]; + var regular = [ '--herp', 'derp' ]; + var opts = { + alias: { 'h': 'herp' }, + boolean: 'herp' + }; + var aliasedArgv = parse(aliased, opts); + var propertyArgv = parse(regular, opts); + var expected = { + herp: true, + h: true, + '_': [ 'derp' ] + }; + t.same(aliasedArgv, expected); + t.same(propertyArgv, expected); + t.end(); +}); + +test('boolean and alias using explicit true', function (t) { + var aliased = [ '-h', 'true' ]; + var regular = [ '--herp', 'true' ]; + var opts = { + alias: { h: 'herp' }, + boolean: 'h' + }; + var aliasedArgv = parse(aliased, opts); + var propertyArgv = parse(regular, opts); + var expected = { + herp: true, + h: true, + '_': [ ] + }; + + t.same(aliasedArgv, expected); + t.same(propertyArgv, expected); + t.end(); +}); + +// regression, see https://github.com/substack/node-optimist/issues/71 +test('boolean and --x=true', function(t) { + var parsed = parse(['--boool', '--other=true'], { + boolean: 'boool' + }); + + t.same(parsed.boool, true); + t.same(parsed.other, 'true'); + + parsed = parse(['--boool', '--other=false'], { + boolean: 'boool' + }); + + t.same(parsed.boool, true); + t.same(parsed.other, 'false'); + t.end(); +}); diff --git a/typescript/hello-world/node_modules/minimist/test/parse_modified.js b/typescript/hello-world/node_modules/minimist/test/parse_modified.js new file mode 100644 index 0000000..21851b0 --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/test/parse_modified.js @@ -0,0 +1,9 @@ +var parse = require('../'); +var test = require('tape'); + +test('parse with modifier functions' , function (t) { + t.plan(1); + + var argv = parse([ '-b', '123' ], { boolean: 'b' }); + t.deepEqual(argv, { b: true, _: ['123'] }); +}); diff --git a/typescript/hello-world/node_modules/minimist/test/short.js b/typescript/hello-world/node_modules/minimist/test/short.js new file mode 100644 index 0000000..d513a1c --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/test/short.js @@ -0,0 +1,67 @@ +var parse = require('../'); +var test = require('tape'); + +test('numeric short args', function (t) { + t.plan(2); + t.deepEqual(parse([ '-n123' ]), { n: 123, _: [] }); + t.deepEqual( + parse([ '-123', '456' ]), + { 1: true, 2: true, 3: 456, _: [] } + ); +}); + +test('short', function (t) { + t.deepEqual( + parse([ '-b' ]), + { b : true, _ : [] }, + 'short boolean' + ); + t.deepEqual( + parse([ 'foo', 'bar', 'baz' ]), + { _ : [ 'foo', 'bar', 'baz' ] }, + 'bare' + ); + t.deepEqual( + parse([ '-cats' ]), + { c : true, a : true, t : true, s : true, _ : [] }, + 'group' + ); + t.deepEqual( + parse([ '-cats', 'meow' ]), + { c : true, a : true, t : true, s : 'meow', _ : [] }, + 'short group next' + ); + t.deepEqual( + parse([ '-h', 'localhost' ]), + { h : 'localhost', _ : [] }, + 'short capture' + ); + t.deepEqual( + parse([ '-h', 'localhost', '-p', '555' ]), + { h : 'localhost', p : 555, _ : [] }, + 'short captures' + ); + t.end(); +}); + +test('mixed short bool and capture', function (t) { + t.same( + parse([ '-h', 'localhost', '-fp', '555', 'script.js' ]), + { + f : true, p : 555, h : 'localhost', + _ : [ 'script.js' ] + } + ); + t.end(); +}); + +test('short and long', function (t) { + t.deepEqual( + parse([ '-h', 'localhost', '-fp', '555', 'script.js' ]), + { + f : true, p : 555, h : 'localhost', + _ : [ 'script.js' ] + } + ); + t.end(); +}); diff --git a/typescript/hello-world/node_modules/minimist/test/whitespace.js b/typescript/hello-world/node_modules/minimist/test/whitespace.js new file mode 100644 index 0000000..8a52a58 --- /dev/null +++ b/typescript/hello-world/node_modules/minimist/test/whitespace.js @@ -0,0 +1,8 @@ +var parse = require('../'); +var test = require('tape'); + +test('whitespace should be whitespace' , function (t) { + t.plan(1); + var x = parse([ '-x', '\t' ]).x; + t.equal(x, '\t'); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/.travis.yml b/typescript/hello-world/node_modules/mkdirp/.travis.yml new file mode 100644 index 0000000..74c57bf --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/.travis.yml @@ -0,0 +1,8 @@ +language: node_js +node_js: + - "0.8" + - "0.10" + - "0.12" + - "iojs" +before_install: + - npm install -g npm@~1.4.6 diff --git a/typescript/hello-world/node_modules/mkdirp/LICENSE b/typescript/hello-world/node_modules/mkdirp/LICENSE new file mode 100644 index 0000000..432d1ae --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/LICENSE @@ -0,0 +1,21 @@ +Copyright 2010 James Halliday (mail@substack.net) + +This project is free software released under the MIT/X11 license: + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/mkdirp/bin/cmd.js b/typescript/hello-world/node_modules/mkdirp/bin/cmd.js new file mode 100755 index 0000000..d95de15 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/bin/cmd.js @@ -0,0 +1,33 @@ +#!/usr/bin/env node + +var mkdirp = require('../'); +var minimist = require('minimist'); +var fs = require('fs'); + +var argv = minimist(process.argv.slice(2), { + alias: { m: 'mode', h: 'help' }, + string: [ 'mode' ] +}); +if (argv.help) { + fs.createReadStream(__dirname + '/usage.txt').pipe(process.stdout); + return; +} + +var paths = argv._.slice(); +var mode = argv.mode ? parseInt(argv.mode, 8) : undefined; + +(function next () { + if (paths.length === 0) return; + var p = paths.shift(); + + if (mode === undefined) mkdirp(p, cb) + else mkdirp(p, mode, cb) + + function cb (err) { + if (err) { + console.error(err.message); + process.exit(1); + } + else next(); + } +})(); diff --git a/typescript/hello-world/node_modules/mkdirp/bin/usage.txt b/typescript/hello-world/node_modules/mkdirp/bin/usage.txt new file mode 100644 index 0000000..f952aa2 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/bin/usage.txt @@ -0,0 +1,12 @@ +usage: mkdirp [DIR1,DIR2..] {OPTIONS} + + Create each supplied directory including any necessary parent directories that + don't yet exist. + + If the directory already exists, do nothing. + +OPTIONS are: + + -m, --mode If a directory needs to be created, set the mode as an octal + permission string. + diff --git a/typescript/hello-world/node_modules/mkdirp/examples/pow.js b/typescript/hello-world/node_modules/mkdirp/examples/pow.js new file mode 100644 index 0000000..e692421 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/examples/pow.js @@ -0,0 +1,6 @@ +var mkdirp = require('mkdirp'); + +mkdirp('/tmp/foo/bar/baz', function (err) { + if (err) console.error(err) + else console.log('pow!') +}); diff --git a/typescript/hello-world/node_modules/mkdirp/index.js b/typescript/hello-world/node_modules/mkdirp/index.js new file mode 100644 index 0000000..6ce241b --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/index.js @@ -0,0 +1,98 @@ +var path = require('path'); +var fs = require('fs'); +var _0777 = parseInt('0777', 8); + +module.exports = mkdirP.mkdirp = mkdirP.mkdirP = mkdirP; + +function mkdirP (p, opts, f, made) { + if (typeof opts === 'function') { + f = opts; + opts = {}; + } + else if (!opts || typeof opts !== 'object') { + opts = { mode: opts }; + } + + var mode = opts.mode; + var xfs = opts.fs || fs; + + if (mode === undefined) { + mode = _0777 & (~process.umask()); + } + if (!made) made = null; + + var cb = f || function () {}; + p = path.resolve(p); + + xfs.mkdir(p, mode, function (er) { + if (!er) { + made = made || p; + return cb(null, made); + } + switch (er.code) { + case 'ENOENT': + mkdirP(path.dirname(p), opts, function (er, made) { + if (er) cb(er, made); + else mkdirP(p, opts, cb, made); + }); + break; + + // In the case of any other error, just see if there's a dir + // there already. If so, then hooray! If not, then something + // is borked. + default: + xfs.stat(p, function (er2, stat) { + // if the stat fails, then that's super weird. + // let the original error be the failure reason. + if (er2 || !stat.isDirectory()) cb(er, made) + else cb(null, made); + }); + break; + } + }); +} + +mkdirP.sync = function sync (p, opts, made) { + if (!opts || typeof opts !== 'object') { + opts = { mode: opts }; + } + + var mode = opts.mode; + var xfs = opts.fs || fs; + + if (mode === undefined) { + mode = _0777 & (~process.umask()); + } + if (!made) made = null; + + p = path.resolve(p); + + try { + xfs.mkdirSync(p, mode); + made = made || p; + } + catch (err0) { + switch (err0.code) { + case 'ENOENT' : + made = sync(path.dirname(p), opts, made); + sync(p, opts, made); + break; + + // In the case of any other error, just see if there's a dir + // there already. If so, then hooray! If not, then something + // is borked. + default: + var stat; + try { + stat = xfs.statSync(p); + } + catch (err1) { + throw err0; + } + if (!stat.isDirectory()) throw err0; + break; + } + } + + return made; +}; diff --git a/typescript/hello-world/node_modules/mkdirp/package.json b/typescript/hello-world/node_modules/mkdirp/package.json new file mode 100644 index 0000000..863e860 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/package.json @@ -0,0 +1,27 @@ +{ + "name": "mkdirp", + "description": "Recursively mkdir, like `mkdir -p`", + "version": "0.5.1", + "author": "James Halliday (http://substack.net)", + "main": "index.js", + "keywords": [ + "mkdir", + "directory" + ], + "repository": { + "type": "git", + "url": "https://github.com/substack/node-mkdirp.git" + }, + "scripts": { + "test": "tap test/*.js" + }, + "dependencies": { + "minimist": "0.0.8" + }, + "devDependencies": { + "tap": "1", + "mock-fs": "2 >=2.7.0" + }, + "bin": "bin/cmd.js", + "license": "MIT" +} diff --git a/typescript/hello-world/node_modules/mkdirp/readme.markdown b/typescript/hello-world/node_modules/mkdirp/readme.markdown new file mode 100644 index 0000000..3cc1315 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/readme.markdown @@ -0,0 +1,100 @@ +# mkdirp + +Like `mkdir -p`, but in node.js! + +[![build status](https://secure.travis-ci.org/substack/node-mkdirp.png)](http://travis-ci.org/substack/node-mkdirp) + +# example + +## pow.js + +```js +var mkdirp = require('mkdirp'); + +mkdirp('/tmp/foo/bar/baz', function (err) { + if (err) console.error(err) + else console.log('pow!') +}); +``` + +Output + +``` +pow! +``` + +And now /tmp/foo/bar/baz exists, huzzah! + +# methods + +```js +var mkdirp = require('mkdirp'); +``` + +## mkdirp(dir, opts, cb) + +Create a new directory and any necessary subdirectories at `dir` with octal +permission string `opts.mode`. If `opts` is a non-object, it will be treated as +the `opts.mode`. + +If `opts.mode` isn't specified, it defaults to `0777 & (~process.umask())`. + +`cb(err, made)` fires with the error or the first directory `made` +that had to be created, if any. + +You can optionally pass in an alternate `fs` implementation by passing in +`opts.fs`. Your implementation should have `opts.fs.mkdir(path, mode, cb)` and +`opts.fs.stat(path, cb)`. + +## mkdirp.sync(dir, opts) + +Synchronously create a new directory and any necessary subdirectories at `dir` +with octal permission string `opts.mode`. If `opts` is a non-object, it will be +treated as the `opts.mode`. + +If `opts.mode` isn't specified, it defaults to `0777 & (~process.umask())`. + +Returns the first directory that had to be created, if any. + +You can optionally pass in an alternate `fs` implementation by passing in +`opts.fs`. Your implementation should have `opts.fs.mkdirSync(path, mode)` and +`opts.fs.statSync(path)`. + +# usage + +This package also ships with a `mkdirp` command. + +``` +usage: mkdirp [DIR1,DIR2..] {OPTIONS} + + Create each supplied directory including any necessary parent directories that + don't yet exist. + + If the directory already exists, do nothing. + +OPTIONS are: + + -m, --mode If a directory needs to be created, set the mode as an octal + permission string. + +``` + +# install + +With [npm](http://npmjs.org) do: + +``` +npm install mkdirp +``` + +to get the library, or + +``` +npm install -g mkdirp +``` + +to get the command. + +# license + +MIT diff --git a/typescript/hello-world/node_modules/mkdirp/test/chmod.js b/typescript/hello-world/node_modules/mkdirp/test/chmod.js new file mode 100644 index 0000000..6a404b9 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/chmod.js @@ -0,0 +1,41 @@ +var mkdirp = require('../').mkdirp; +var path = require('path'); +var fs = require('fs'); +var test = require('tap').test; +var _0777 = parseInt('0777', 8); +var _0755 = parseInt('0755', 8); +var _0744 = parseInt('0744', 8); + +var ps = [ '', 'tmp' ]; + +for (var i = 0; i < 25; i++) { + var dir = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + ps.push(dir); +} + +var file = ps.join('/'); + +test('chmod-pre', function (t) { + var mode = _0744 + mkdirp(file, mode, function (er) { + t.ifError(er, 'should not error'); + fs.stat(file, function (er, stat) { + t.ifError(er, 'should exist'); + t.ok(stat && stat.isDirectory(), 'should be directory'); + t.equal(stat && stat.mode & _0777, mode, 'should be 0744'); + t.end(); + }); + }); +}); + +test('chmod', function (t) { + var mode = _0755 + mkdirp(file, mode, function (er) { + t.ifError(er, 'should not error'); + fs.stat(file, function (er, stat) { + t.ifError(er, 'should exist'); + t.ok(stat && stat.isDirectory(), 'should be directory'); + t.end(); + }); + }); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/clobber.js b/typescript/hello-world/node_modules/mkdirp/test/clobber.js new file mode 100644 index 0000000..2433b9a --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/clobber.js @@ -0,0 +1,38 @@ +var mkdirp = require('../').mkdirp; +var path = require('path'); +var fs = require('fs'); +var test = require('tap').test; +var _0755 = parseInt('0755', 8); + +var ps = [ '', 'tmp' ]; + +for (var i = 0; i < 25; i++) { + var dir = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + ps.push(dir); +} + +var file = ps.join('/'); + +// a file in the way +var itw = ps.slice(0, 3).join('/'); + + +test('clobber-pre', function (t) { + console.error("about to write to "+itw) + fs.writeFileSync(itw, 'I AM IN THE WAY, THE TRUTH, AND THE LIGHT.'); + + fs.stat(itw, function (er, stat) { + t.ifError(er) + t.ok(stat && stat.isFile(), 'should be file') + t.end() + }) +}) + +test('clobber', function (t) { + t.plan(2); + mkdirp(file, _0755, function (err) { + t.ok(err); + t.equal(err.code, 'ENOTDIR'); + t.end(); + }); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/mkdirp.js b/typescript/hello-world/node_modules/mkdirp/test/mkdirp.js new file mode 100644 index 0000000..eaa8921 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/mkdirp.js @@ -0,0 +1,28 @@ +var mkdirp = require('../'); +var path = require('path'); +var fs = require('fs'); +var exists = fs.exists || path.exists; +var test = require('tap').test; +var _0777 = parseInt('0777', 8); +var _0755 = parseInt('0755', 8); + +test('woo', function (t) { + t.plan(5); + var x = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var y = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var z = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + + var file = '/tmp/' + [x,y,z].join('/'); + + mkdirp(file, _0755, function (err) { + t.ifError(err); + exists(file, function (ex) { + t.ok(ex, 'file created'); + fs.stat(file, function (err, stat) { + t.ifError(err); + t.equal(stat.mode & _0777, _0755); + t.ok(stat.isDirectory(), 'target not a directory'); + }) + }) + }); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/opts_fs.js b/typescript/hello-world/node_modules/mkdirp/test/opts_fs.js new file mode 100644 index 0000000..97186b6 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/opts_fs.js @@ -0,0 +1,29 @@ +var mkdirp = require('../'); +var path = require('path'); +var test = require('tap').test; +var mockfs = require('mock-fs'); +var _0777 = parseInt('0777', 8); +var _0755 = parseInt('0755', 8); + +test('opts.fs', function (t) { + t.plan(5); + + var x = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var y = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var z = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + + var file = '/beep/boop/' + [x,y,z].join('/'); + var xfs = mockfs.fs(); + + mkdirp(file, { fs: xfs, mode: _0755 }, function (err) { + t.ifError(err); + xfs.exists(file, function (ex) { + t.ok(ex, 'created file'); + xfs.stat(file, function (err, stat) { + t.ifError(err); + t.equal(stat.mode & _0777, _0755); + t.ok(stat.isDirectory(), 'target not a directory'); + }); + }); + }); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/opts_fs_sync.js b/typescript/hello-world/node_modules/mkdirp/test/opts_fs_sync.js new file mode 100644 index 0000000..6c370aa --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/opts_fs_sync.js @@ -0,0 +1,27 @@ +var mkdirp = require('../'); +var path = require('path'); +var test = require('tap').test; +var mockfs = require('mock-fs'); +var _0777 = parseInt('0777', 8); +var _0755 = parseInt('0755', 8); + +test('opts.fs sync', function (t) { + t.plan(4); + + var x = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var y = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var z = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + + var file = '/beep/boop/' + [x,y,z].join('/'); + var xfs = mockfs.fs(); + + mkdirp.sync(file, { fs: xfs, mode: _0755 }); + xfs.exists(file, function (ex) { + t.ok(ex, 'created file'); + xfs.stat(file, function (err, stat) { + t.ifError(err); + t.equal(stat.mode & _0777, _0755); + t.ok(stat.isDirectory(), 'target not a directory'); + }); + }); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/perm.js b/typescript/hello-world/node_modules/mkdirp/test/perm.js new file mode 100644 index 0000000..fbce44b --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/perm.js @@ -0,0 +1,32 @@ +var mkdirp = require('../'); +var path = require('path'); +var fs = require('fs'); +var exists = fs.exists || path.exists; +var test = require('tap').test; +var _0777 = parseInt('0777', 8); +var _0755 = parseInt('0755', 8); + +test('async perm', function (t) { + t.plan(5); + var file = '/tmp/' + (Math.random() * (1<<30)).toString(16); + + mkdirp(file, _0755, function (err) { + t.ifError(err); + exists(file, function (ex) { + t.ok(ex, 'file created'); + fs.stat(file, function (err, stat) { + t.ifError(err); + t.equal(stat.mode & _0777, _0755); + t.ok(stat.isDirectory(), 'target not a directory'); + }) + }) + }); +}); + +test('async root perm', function (t) { + mkdirp('/tmp', _0755, function (err) { + if (err) t.fail(err); + t.end(); + }); + t.end(); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/perm_sync.js b/typescript/hello-world/node_modules/mkdirp/test/perm_sync.js new file mode 100644 index 0000000..398229f --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/perm_sync.js @@ -0,0 +1,36 @@ +var mkdirp = require('../'); +var path = require('path'); +var fs = require('fs'); +var exists = fs.exists || path.exists; +var test = require('tap').test; +var _0777 = parseInt('0777', 8); +var _0755 = parseInt('0755', 8); + +test('sync perm', function (t) { + t.plan(4); + var file = '/tmp/' + (Math.random() * (1<<30)).toString(16) + '.json'; + + mkdirp.sync(file, _0755); + exists(file, function (ex) { + t.ok(ex, 'file created'); + fs.stat(file, function (err, stat) { + t.ifError(err); + t.equal(stat.mode & _0777, _0755); + t.ok(stat.isDirectory(), 'target not a directory'); + }); + }); +}); + +test('sync root perm', function (t) { + t.plan(3); + + var file = '/tmp'; + mkdirp.sync(file, _0755); + exists(file, function (ex) { + t.ok(ex, 'file created'); + fs.stat(file, function (err, stat) { + t.ifError(err); + t.ok(stat.isDirectory(), 'target not a directory'); + }) + }); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/race.js b/typescript/hello-world/node_modules/mkdirp/test/race.js new file mode 100644 index 0000000..b0b9e18 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/race.js @@ -0,0 +1,37 @@ +var mkdirp = require('../').mkdirp; +var path = require('path'); +var fs = require('fs'); +var exists = fs.exists || path.exists; +var test = require('tap').test; +var _0777 = parseInt('0777', 8); +var _0755 = parseInt('0755', 8); + +test('race', function (t) { + t.plan(10); + var ps = [ '', 'tmp' ]; + + for (var i = 0; i < 25; i++) { + var dir = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + ps.push(dir); + } + var file = ps.join('/'); + + var res = 2; + mk(file); + + mk(file); + + function mk (file, cb) { + mkdirp(file, _0755, function (err) { + t.ifError(err); + exists(file, function (ex) { + t.ok(ex, 'file created'); + fs.stat(file, function (err, stat) { + t.ifError(err); + t.equal(stat.mode & _0777, _0755); + t.ok(stat.isDirectory(), 'target not a directory'); + }); + }) + }); + } +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/rel.js b/typescript/hello-world/node_modules/mkdirp/test/rel.js new file mode 100644 index 0000000..4ddb342 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/rel.js @@ -0,0 +1,32 @@ +var mkdirp = require('../'); +var path = require('path'); +var fs = require('fs'); +var exists = fs.exists || path.exists; +var test = require('tap').test; +var _0777 = parseInt('0777', 8); +var _0755 = parseInt('0755', 8); + +test('rel', function (t) { + t.plan(5); + var x = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var y = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var z = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + + var cwd = process.cwd(); + process.chdir('/tmp'); + + var file = [x,y,z].join('/'); + + mkdirp(file, _0755, function (err) { + t.ifError(err); + exists(file, function (ex) { + t.ok(ex, 'file created'); + fs.stat(file, function (err, stat) { + t.ifError(err); + process.chdir(cwd); + t.equal(stat.mode & _0777, _0755); + t.ok(stat.isDirectory(), 'target not a directory'); + }) + }) + }); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/return.js b/typescript/hello-world/node_modules/mkdirp/test/return.js new file mode 100644 index 0000000..bce68e5 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/return.js @@ -0,0 +1,25 @@ +var mkdirp = require('../'); +var path = require('path'); +var fs = require('fs'); +var test = require('tap').test; + +test('return value', function (t) { + t.plan(4); + var x = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var y = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var z = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + + var file = '/tmp/' + [x,y,z].join('/'); + + // should return the first dir created. + // By this point, it would be profoundly surprising if /tmp didn't + // already exist, since every other test makes things in there. + mkdirp(file, function (err, made) { + t.ifError(err); + t.equal(made, '/tmp/' + x); + mkdirp(file, function (err, made) { + t.ifError(err); + t.equal(made, null); + }); + }); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/return_sync.js b/typescript/hello-world/node_modules/mkdirp/test/return_sync.js new file mode 100644 index 0000000..7c222d3 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/return_sync.js @@ -0,0 +1,24 @@ +var mkdirp = require('../'); +var path = require('path'); +var fs = require('fs'); +var test = require('tap').test; + +test('return value', function (t) { + t.plan(2); + var x = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var y = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var z = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + + var file = '/tmp/' + [x,y,z].join('/'); + + // should return the first dir created. + // By this point, it would be profoundly surprising if /tmp didn't + // already exist, since every other test makes things in there. + // Note that this will throw on failure, which will fail the test. + var made = mkdirp.sync(file); + t.equal(made, '/tmp/' + x); + + // making the same file again should have no effect. + made = mkdirp.sync(file); + t.equal(made, null); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/root.js b/typescript/hello-world/node_modules/mkdirp/test/root.js new file mode 100644 index 0000000..9e7d079 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/root.js @@ -0,0 +1,19 @@ +var mkdirp = require('../'); +var path = require('path'); +var fs = require('fs'); +var test = require('tap').test; +var _0755 = parseInt('0755', 8); + +test('root', function (t) { + // '/' on unix, 'c:/' on windows. + var file = path.resolve('/'); + + mkdirp(file, _0755, function (err) { + if (err) throw err + fs.stat(file, function (er, stat) { + if (er) throw er + t.ok(stat.isDirectory(), 'target is a directory'); + t.end(); + }) + }); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/sync.js b/typescript/hello-world/node_modules/mkdirp/test/sync.js new file mode 100644 index 0000000..8c8dc93 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/sync.js @@ -0,0 +1,32 @@ +var mkdirp = require('../'); +var path = require('path'); +var fs = require('fs'); +var exists = fs.exists || path.exists; +var test = require('tap').test; +var _0777 = parseInt('0777', 8); +var _0755 = parseInt('0755', 8); + +test('sync', function (t) { + t.plan(4); + var x = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var y = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var z = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + + var file = '/tmp/' + [x,y,z].join('/'); + + try { + mkdirp.sync(file, _0755); + } catch (err) { + t.fail(err); + return t.end(); + } + + exists(file, function (ex) { + t.ok(ex, 'file created'); + fs.stat(file, function (err, stat) { + t.ifError(err); + t.equal(stat.mode & _0777, _0755); + t.ok(stat.isDirectory(), 'target not a directory'); + }); + }); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/umask.js b/typescript/hello-world/node_modules/mkdirp/test/umask.js new file mode 100644 index 0000000..2033c63 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/umask.js @@ -0,0 +1,28 @@ +var mkdirp = require('../'); +var path = require('path'); +var fs = require('fs'); +var exists = fs.exists || path.exists; +var test = require('tap').test; +var _0777 = parseInt('0777', 8); +var _0755 = parseInt('0755', 8); + +test('implicit mode from umask', function (t) { + t.plan(5); + var x = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var y = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var z = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + + var file = '/tmp/' + [x,y,z].join('/'); + + mkdirp(file, function (err) { + t.ifError(err); + exists(file, function (ex) { + t.ok(ex, 'file created'); + fs.stat(file, function (err, stat) { + t.ifError(err); + t.equal(stat.mode & _0777, _0777 & (~process.umask())); + t.ok(stat.isDirectory(), 'target not a directory'); + }); + }) + }); +}); diff --git a/typescript/hello-world/node_modules/mkdirp/test/umask_sync.js b/typescript/hello-world/node_modules/mkdirp/test/umask_sync.js new file mode 100644 index 0000000..11a7614 --- /dev/null +++ b/typescript/hello-world/node_modules/mkdirp/test/umask_sync.js @@ -0,0 +1,32 @@ +var mkdirp = require('../'); +var path = require('path'); +var fs = require('fs'); +var exists = fs.exists || path.exists; +var test = require('tap').test; +var _0777 = parseInt('0777', 8); +var _0755 = parseInt('0755', 8); + +test('umask sync modes', function (t) { + t.plan(4); + var x = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var y = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + var z = Math.floor(Math.random() * Math.pow(16,4)).toString(16); + + var file = '/tmp/' + [x,y,z].join('/'); + + try { + mkdirp.sync(file); + } catch (err) { + t.fail(err); + return t.end(); + } + + exists(file, function (ex) { + t.ok(ex, 'file created'); + fs.stat(file, function (err, stat) { + t.ifError(err); + t.equal(stat.mode & _0777, (_0777 & (~process.umask()))); + t.ok(stat.isDirectory(), 'target not a directory'); + }); + }); +}); diff --git a/typescript/hello-world/node_modules/ms/index.js b/typescript/hello-world/node_modules/ms/index.js new file mode 100644 index 0000000..6a522b1 --- /dev/null +++ b/typescript/hello-world/node_modules/ms/index.js @@ -0,0 +1,152 @@ +/** + * Helpers. + */ + +var s = 1000; +var m = s * 60; +var h = m * 60; +var d = h * 24; +var y = d * 365.25; + +/** + * Parse or format the given `val`. + * + * Options: + * + * - `long` verbose formatting [false] + * + * @param {String|Number} val + * @param {Object} [options] + * @throws {Error} throw an error if val is not a non-empty string or a number + * @return {String|Number} + * @api public + */ + +module.exports = function(val, options) { + options = options || {}; + var type = typeof val; + if (type === 'string' && val.length > 0) { + return parse(val); + } else if (type === 'number' && isNaN(val) === false) { + return options.long ? fmtLong(val) : fmtShort(val); + } + throw new Error( + 'val is not a non-empty string or a valid number. val=' + + JSON.stringify(val) + ); +}; + +/** + * Parse the given `str` and return milliseconds. + * + * @param {String} str + * @return {Number} + * @api private + */ + +function parse(str) { + str = String(str); + if (str.length > 100) { + return; + } + var match = /^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec( + str + ); + if (!match) { + return; + } + var n = parseFloat(match[1]); + var type = (match[2] || 'ms').toLowerCase(); + switch (type) { + case 'years': + case 'year': + case 'yrs': + case 'yr': + case 'y': + return n * y; + case 'days': + case 'day': + case 'd': + return n * d; + case 'hours': + case 'hour': + case 'hrs': + case 'hr': + case 'h': + return n * h; + case 'minutes': + case 'minute': + case 'mins': + case 'min': + case 'm': + return n * m; + case 'seconds': + case 'second': + case 'secs': + case 'sec': + case 's': + return n * s; + case 'milliseconds': + case 'millisecond': + case 'msecs': + case 'msec': + case 'ms': + return n; + default: + return undefined; + } +} + +/** + * Short format for `ms`. + * + * @param {Number} ms + * @return {String} + * @api private + */ + +function fmtShort(ms) { + if (ms >= d) { + return Math.round(ms / d) + 'd'; + } + if (ms >= h) { + return Math.round(ms / h) + 'h'; + } + if (ms >= m) { + return Math.round(ms / m) + 'm'; + } + if (ms >= s) { + return Math.round(ms / s) + 's'; + } + return ms + 'ms'; +} + +/** + * Long format for `ms`. + * + * @param {Number} ms + * @return {String} + * @api private + */ + +function fmtLong(ms) { + return plural(ms, d, 'day') || + plural(ms, h, 'hour') || + plural(ms, m, 'minute') || + plural(ms, s, 'second') || + ms + ' ms'; +} + +/** + * Pluralization helper. + */ + +function plural(ms, n, name) { + if (ms < n) { + return; + } + if (ms < n * 1.5) { + return Math.floor(ms / n) + ' ' + name; + } + return Math.ceil(ms / n) + ' ' + name + 's'; +} diff --git a/typescript/hello-world/node_modules/ms/license.md b/typescript/hello-world/node_modules/ms/license.md new file mode 100644 index 0000000..69b6125 --- /dev/null +++ b/typescript/hello-world/node_modules/ms/license.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Zeit, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/typescript/hello-world/node_modules/ms/package.json b/typescript/hello-world/node_modules/ms/package.json new file mode 100644 index 0000000..6a31c81 --- /dev/null +++ b/typescript/hello-world/node_modules/ms/package.json @@ -0,0 +1,37 @@ +{ + "name": "ms", + "version": "2.0.0", + "description": "Tiny milisecond conversion utility", + "repository": "zeit/ms", + "main": "./index", + "files": [ + "index.js" + ], + "scripts": { + "precommit": "lint-staged", + "lint": "eslint lib/* bin/*", + "test": "mocha tests.js" + }, + "eslintConfig": { + "extends": "eslint:recommended", + "env": { + "node": true, + "es6": true + } + }, + "lint-staged": { + "*.js": [ + "npm run lint", + "prettier --single-quote --write", + "git add" + ] + }, + "license": "MIT", + "devDependencies": { + "eslint": "3.19.0", + "expect.js": "0.3.1", + "husky": "0.13.3", + "lint-staged": "3.4.1", + "mocha": "3.4.1" + } +} diff --git a/typescript/hello-world/node_modules/ms/readme.md b/typescript/hello-world/node_modules/ms/readme.md new file mode 100644 index 0000000..84a9974 --- /dev/null +++ b/typescript/hello-world/node_modules/ms/readme.md @@ -0,0 +1,51 @@ +# ms + +[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms) +[![Slack Channel](http://zeit-slackin.now.sh/badge.svg)](https://zeit.chat/) + +Use this package to easily convert various time formats to milliseconds. + +## Examples + +```js +ms('2 days') // 172800000 +ms('1d') // 86400000 +ms('10h') // 36000000 +ms('2.5 hrs') // 9000000 +ms('2h') // 7200000 +ms('1m') // 60000 +ms('5s') // 5000 +ms('1y') // 31557600000 +ms('100') // 100 +``` + +### Convert from milliseconds + +```js +ms(60000) // "1m" +ms(2 * 60000) // "2m" +ms(ms('10 hours')) // "10h" +``` + +### Time format written-out + +```js +ms(60000, { long: true }) // "1 minute" +ms(2 * 60000, { long: true }) // "2 minutes" +ms(ms('10 hours'), { long: true }) // "10 hours" +``` + +## Features + +- Works both in [node](https://nodejs.org) and in the browser. +- If a number is supplied to `ms`, a string with a unit is returned. +- If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`). +- If you pass a string with a number and a valid unit, the number of equivalent ms is returned. + +## Caught a bug? + +1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device +2. Link the package to the global module directory: `npm link` +3. Within the module you want to test your local development instance of ms, just link it to the dependencies: `npm link ms`. Instead of the default one from npm, node will now use your clone of ms! + +As always, you can run the tests using: `npm test` diff --git a/typescript/hello-world/node_modules/natural-compare/README.md b/typescript/hello-world/node_modules/natural-compare/README.md new file mode 100644 index 0000000..c85dfdf --- /dev/null +++ b/typescript/hello-world/node_modules/natural-compare/README.md @@ -0,0 +1,125 @@ + +[Build]: http://img.shields.io/travis/litejs/natural-compare-lite.png +[Coverage]: http://img.shields.io/coveralls/litejs/natural-compare-lite.png +[1]: https://travis-ci.org/litejs/natural-compare-lite +[2]: https://coveralls.io/r/litejs/natural-compare-lite +[npm package]: https://npmjs.org/package/natural-compare-lite +[GitHub repo]: https://github.com/litejs/natural-compare-lite + + + + @version 1.4.0 + @date 2015-10-26 + @stability 3 - Stable + + +Natural Compare – [![Build][]][1] [![Coverage][]][2] +=============== + +Compare strings containing a mix of letters and numbers +in the way a human being would in sort order. +This is described as a "natural ordering". + +```text +Standard sorting: Natural order sorting: + img1.png img1.png + img10.png img2.png + img12.png img10.png + img2.png img12.png +``` + +String.naturalCompare returns a number indicating +whether a reference string comes before or after or is the same +as the given string in sort order. +Use it with builtin sort() function. + + + +### Installation + +- In browser + +```html + +``` + +- In node.js: `npm install natural-compare-lite` + +```javascript +require("natural-compare-lite") +``` + +### Usage + +```javascript +// Simple case sensitive example +var a = ["z1.doc", "z10.doc", "z17.doc", "z2.doc", "z23.doc", "z3.doc"]; +a.sort(String.naturalCompare); +// ["z1.doc", "z2.doc", "z3.doc", "z10.doc", "z17.doc", "z23.doc"] + +// Use wrapper function for case insensitivity +a.sort(function(a, b){ + return String.naturalCompare(a.toLowerCase(), b.toLowerCase()); +}) + +// In most cases we want to sort an array of objects +var a = [ {"street":"350 5th Ave", "room":"A-1021"} + , {"street":"350 5th Ave", "room":"A-21046-b"} ]; + +// sort by street, then by room +a.sort(function(a, b){ + return String.naturalCompare(a.street, b.street) || String.naturalCompare(a.room, b.room); +}) + +// When text transformation is needed (eg toLowerCase()), +// it is best for performance to keep +// transformed key in that object. +// There are no need to do text transformation +// on each comparision when sorting. +var a = [ {"make":"Audi", "model":"A6"} + , {"make":"Kia", "model":"Rio"} ]; + +// sort by make, then by model +a.map(function(car){ + car.sort_key = (car.make + " " + car.model).toLowerCase(); +}) +a.sort(function(a, b){ + return String.naturalCompare(a.sort_key, b.sort_key); +}) +``` + +- Works well with dates in ISO format eg "Rev 2012-07-26.doc". + + +### Custom alphabet + +It is possible to configure a custom alphabet +to achieve a desired order. + +```javascript +// Estonian alphabet +String.alphabet = "ABDEFGHIJKLMNOPRSŠZŽTUVÕÄÖÜXYabdefghijklmnoprsšzžtuvõäöüxy" +["t", "z", "x", "õ"].sort(String.naturalCompare) +// ["z", "t", "õ", "x"] + +// Russian alphabet +String.alphabet = "АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдеёжзийклмнопрстуфхцчшщъыьэюя" +["Ё", "А", "Б"].sort(String.naturalCompare) +// ["А", "Б", "Ё"] +``` + + +External links +-------------- + +- [GitHub repo][https://github.com/litejs/natural-compare-lite] +- [jsperf test](http://jsperf.com/natural-sort-2/12) + + +Licence +------- + +Copyright (c) 2012-2015 Lauri Rooden <lauri@rooden.ee> +[The MIT License](http://lauri.rooden.ee/mit-license.txt) + + diff --git a/typescript/hello-world/node_modules/natural-compare/index.js b/typescript/hello-world/node_modules/natural-compare/index.js new file mode 100644 index 0000000..e705d49 --- /dev/null +++ b/typescript/hello-world/node_modules/natural-compare/index.js @@ -0,0 +1,57 @@ + + + +/* + * @version 1.4.0 + * @date 2015-10-26 + * @stability 3 - Stable + * @author Lauri Rooden (https://github.com/litejs/natural-compare-lite) + * @license MIT License + */ + + +var naturalCompare = function(a, b) { + var i, codeA + , codeB = 1 + , posA = 0 + , posB = 0 + , alphabet = String.alphabet + + function getCode(str, pos, code) { + if (code) { + for (i = pos; code = getCode(str, i), code < 76 && code > 65;) ++i; + return +str.slice(pos - 1, i) + } + code = alphabet && alphabet.indexOf(str.charAt(pos)) + return code > -1 ? code + 76 : ((code = str.charCodeAt(pos) || 0), code < 45 || code > 127) ? code + : code < 46 ? 65 // - + : code < 48 ? code - 1 + : code < 58 ? code + 18 // 0-9 + : code < 65 ? code - 11 + : code < 91 ? code + 11 // A-Z + : code < 97 ? code - 37 + : code < 123 ? code + 5 // a-z + : code - 63 + } + + + if ((a+="") != (b+="")) for (;codeB;) { + codeA = getCode(a, posA++) + codeB = getCode(b, posB++) + + if (codeA < 76 && codeB < 76 && codeA > 66 && codeB > 66) { + codeA = getCode(a, posA, posA) + codeB = getCode(b, posB, posA = i) + posB = i + } + + if (codeA != codeB) return (codeA < codeB) ? -1 : 1 + } + return 0 +} + +try { + module.exports = naturalCompare; +} catch (e) { + String.naturalCompare = naturalCompare; +} diff --git a/typescript/hello-world/node_modules/natural-compare/package.json b/typescript/hello-world/node_modules/natural-compare/package.json new file mode 100644 index 0000000..1a71362 --- /dev/null +++ b/typescript/hello-world/node_modules/natural-compare/package.json @@ -0,0 +1,42 @@ +{ + "name": "natural-compare", + "version": "1.4.0", + "stability": 3, + "author": "Lauri Rooden (https://github.com/litejs/natural-compare-lite)", + "license": "MIT", + "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.", + "keywords": [ + "string", + "natural", + "order", + "sort", + "natsort", + "natcmp", + "compare", + "alphanum", + "litejs" + ], + "main": "index.js", + "readmeFilename": "README.md", + "files": [ + "index.js" + ], + "scripts": { + "build": "node node_modules/buildman/index.js --all", + "test": "node tests/index.js" + }, + "repository": "git://github.com/litejs/natural-compare-lite.git", + "bugs": { + "url": "https://github.com/litejs/natural-compare-lite/issues" + }, + "devDependencies": { + "buildman": "*", + "testman": "*" + }, + "buildman": { + "dist/index-min.js": { + "banner": "/*! litejs.com/MIT-LICENSE.txt */", + "input": "index.js" + } + } +} diff --git a/typescript/hello-world/node_modules/node-int64/.npmignore b/typescript/hello-world/node_modules/node-int64/.npmignore new file mode 100644 index 0000000..825fc67 --- /dev/null +++ b/typescript/hello-world/node_modules/node-int64/.npmignore @@ -0,0 +1,3 @@ +node_modules +.DS_Store +npm-debug.log diff --git a/typescript/hello-world/node_modules/node-int64/Int64.js b/typescript/hello-world/node_modules/node-int64/Int64.js new file mode 100644 index 0000000..f870a2a --- /dev/null +++ b/typescript/hello-world/node_modules/node-int64/Int64.js @@ -0,0 +1,268 @@ +// Int64.js +// +// Copyright (c) 2012 Robert Kieffer +// MIT License - http://opensource.org/licenses/mit-license.php + +/** + * Support for handling 64-bit int numbers in Javascript (node.js) + * + * JS Numbers are IEEE-754 binary double-precision floats, which limits the + * range of values that can be represented with integer precision to: + * + * 2^^53 <= N <= 2^53 + * + * Int64 objects wrap a node Buffer that holds the 8-bytes of int64 data. These + * objects operate directly on the buffer which means that if they are created + * using an existing buffer then setting the value will modify the Buffer, and + * vice-versa. + * + * Internal Representation + * + * The internal buffer format is Big Endian. I.e. the most-significant byte is + * at buffer[0], the least-significant at buffer[7]. For the purposes of + * converting to/from JS native numbers, the value is assumed to be a signed + * integer stored in 2's complement form. + * + * For details about IEEE-754 see: + * http://en.wikipedia.org/wiki/Double_precision_floating-point_format + */ + +// Useful masks and values for bit twiddling +var MASK31 = 0x7fffffff, VAL31 = 0x80000000; +var MASK32 = 0xffffffff, VAL32 = 0x100000000; + +// Map for converting hex octets to strings +var _HEX = []; +for (var i = 0; i < 256; i++) { + _HEX[i] = (i > 0xF ? '' : '0') + i.toString(16); +} + +// +// Int64 +// + +/** + * Constructor accepts any of the following argument types: + * + * new Int64(buffer[, offset=0]) - Existing Buffer with byte offset + * new Int64(Uint8Array[, offset=0]) - Existing Uint8Array with a byte offset + * new Int64(string) - Hex string (throws if n is outside int64 range) + * new Int64(number) - Number (throws if n is outside int64 range) + * new Int64(hi, lo) - Raw bits as two 32-bit values + */ +var Int64 = module.exports = function(a1, a2) { + if (a1 instanceof Buffer) { + this.buffer = a1; + this.offset = a2 || 0; + } else if (Object.prototype.toString.call(a1) == '[object Uint8Array]') { + // Under Browserify, Buffers can extend Uint8Arrays rather than an + // instance of Buffer. We could assume the passed in Uint8Array is actually + // a buffer but that won't handle the case where a raw Uint8Array is passed + // in. We construct a new Buffer just in case. + this.buffer = new Buffer(a1); + this.offset = a2 || 0; + } else { + this.buffer = this.buffer || new Buffer(8); + this.offset = 0; + this.setValue.apply(this, arguments); + } +}; + + +// Max integer value that JS can accurately represent +Int64.MAX_INT = Math.pow(2, 53); + +// Min integer value that JS can accurately represent +Int64.MIN_INT = -Math.pow(2, 53); + +Int64.prototype = { + + constructor: Int64, + + /** + * Do in-place 2's compliment. See + * http://en.wikipedia.org/wiki/Two's_complement + */ + _2scomp: function() { + var b = this.buffer, o = this.offset, carry = 1; + for (var i = o + 7; i >= o; i--) { + var v = (b[i] ^ 0xff) + carry; + b[i] = v & 0xff; + carry = v >> 8; + } + }, + + /** + * Set the value. Takes any of the following arguments: + * + * setValue(string) - A hexidecimal string + * setValue(number) - Number (throws if n is outside int64 range) + * setValue(hi, lo) - Raw bits as two 32-bit values + */ + setValue: function(hi, lo) { + var negate = false; + if (arguments.length == 1) { + if (typeof(hi) == 'number') { + // Simplify bitfield retrieval by using abs() value. We restore sign + // later + negate = hi < 0; + hi = Math.abs(hi); + lo = hi % VAL32; + hi = hi / VAL32; + if (hi > VAL32) throw new RangeError(hi + ' is outside Int64 range'); + hi = hi | 0; + } else if (typeof(hi) == 'string') { + hi = (hi + '').replace(/^0x/, ''); + lo = hi.substr(-8); + hi = hi.length > 8 ? hi.substr(0, hi.length - 8) : ''; + hi = parseInt(hi, 16); + lo = parseInt(lo, 16); + } else { + throw new Error(hi + ' must be a Number or String'); + } + } + + // Technically we should throw if hi or lo is outside int32 range here, but + // it's not worth the effort. Anything past the 32'nd bit is ignored. + + // Copy bytes to buffer + var b = this.buffer, o = this.offset; + for (var i = 7; i >= 0; i--) { + b[o+i] = lo & 0xff; + lo = i == 4 ? hi : lo >>> 8; + } + + // Restore sign of passed argument + if (negate) this._2scomp(); + }, + + /** + * Convert to a native JS number. + * + * WARNING: Do not expect this value to be accurate to integer precision for + * large (positive or negative) numbers! + * + * @param allowImprecise If true, no check is performed to verify the + * returned value is accurate to integer precision. If false, imprecise + * numbers (very large positive or negative numbers) will be forced to +/- + * Infinity. + */ + toNumber: function(allowImprecise) { + var b = this.buffer, o = this.offset; + + // Running sum of octets, doing a 2's complement + var negate = b[o] & 0x80, x = 0, carry = 1; + for (var i = 7, m = 1; i >= 0; i--, m *= 256) { + var v = b[o+i]; + + // 2's complement for negative numbers + if (negate) { + v = (v ^ 0xff) + carry; + carry = v >> 8; + v = v & 0xff; + } + + x += v * m; + } + + // Return Infinity if we've lost integer precision + if (!allowImprecise && x >= Int64.MAX_INT) { + return negate ? -Infinity : Infinity; + } + + return negate ? -x : x; + }, + + /** + * Convert to a JS Number. Returns +/-Infinity for values that can't be + * represented to integer precision. + */ + valueOf: function() { + return this.toNumber(false); + }, + + /** + * Return string value + * + * @param radix Just like Number#toString()'s radix + */ + toString: function(radix) { + return this.valueOf().toString(radix || 10); + }, + + /** + * Return a string showing the buffer octets, with MSB on the left. + * + * @param sep separator string. default is '' (empty string) + */ + toOctetString: function(sep) { + var out = new Array(8); + var b = this.buffer, o = this.offset; + for (var i = 0; i < 8; i++) { + out[i] = _HEX[b[o+i]]; + } + return out.join(sep || ''); + }, + + /** + * Returns the int64's 8 bytes in a buffer. + * + * @param {bool} [rawBuffer=false] If no offset and this is true, return the internal buffer. Should only be used if + * you're discarding the Int64 afterwards, as it breaks encapsulation. + */ + toBuffer: function(rawBuffer) { + if (rawBuffer && this.offset === 0) return this.buffer; + + var out = new Buffer(8); + this.buffer.copy(out, 0, this.offset, this.offset + 8); + return out; + }, + + /** + * Copy 8 bytes of int64 into target buffer at target offset. + * + * @param {Buffer} targetBuffer Buffer to copy into. + * @param {number} [targetOffset=0] Offset into target buffer. + */ + copy: function(targetBuffer, targetOffset) { + this.buffer.copy(targetBuffer, targetOffset || 0, this.offset, this.offset + 8); + }, + + /** + * Returns a number indicating whether this comes before or after or is the + * same as the other in sort order. + * + * @param {Int64} other Other Int64 to compare. + */ + compare: function(other) { + + // If sign bits differ ... + if ((this.buffer[this.offset] & 0x80) != (other.buffer[other.offset] & 0x80)) { + return other.buffer[other.offset] - this.buffer[this.offset]; + } + + // otherwise, compare bytes lexicographically + for (var i = 0; i < 8; i++) { + if (this.buffer[this.offset+i] !== other.buffer[other.offset+i]) { + return this.buffer[this.offset+i] - other.buffer[other.offset+i]; + } + } + return 0; + }, + + /** + * Returns a boolean indicating if this integer is equal to other. + * + * @param {Int64} other Other Int64 to compare. + */ + equals: function(other) { + return this.compare(other) === 0; + }, + + /** + * Pretty output in console.log + */ + inspect: function() { + return '[Int64 value:' + this + ' octets:' + this.toOctetString(' ') + ']'; + } +}; diff --git a/typescript/hello-world/node_modules/node-int64/LICENSE b/typescript/hello-world/node_modules/node-int64/LICENSE new file mode 100644 index 0000000..ddb6a90 --- /dev/null +++ b/typescript/hello-world/node_modules/node-int64/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2014 Robert Kieffer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/node-int64/README.md b/typescript/hello-world/node_modules/node-int64/README.md new file mode 100644 index 0000000..efef18a --- /dev/null +++ b/typescript/hello-world/node_modules/node-int64/README.md @@ -0,0 +1,78 @@ +JavaScript Numbers are represented as [IEEE 754 double-precision floats](http://steve.hollasch.net/cgindex/coding/ieeefloat.html). Unfortunately, this means they lose integer precision for values beyond +/- 2^^53. For projects that need to accurately handle 64-bit ints, such as [node-thrift](https://github.com/wadey/node-thrift), a performant, Number-like class is needed. Int64 is that class. + +Int64 instances look and feel much like JS-native Numbers. By way of example ... +```js +// First, let's illustrate the problem ... +> (0x123456789).toString(16) +'123456789' // <- what we expect. +> (0x123456789abcdef0).toString(16) +'123456789abcdf00' // <- Ugh! JS doesn't do big ints. :( + +// So let's create a couple Int64s using the above values ... + +// Require, of course +> Int64 = require('node-int64') + +// x's value is what we expect (the decimal value of 0x123456789) +> x = new Int64(0x123456789) +[Int64 value:4886718345 octets:00 00 00 01 23 45 67 89] + +// y's value is Infinity because it's outside the range of integer +// precision. But that's okay - it's still useful because it's internal +// representation (octets) is what we passed in +> y = new Int64('123456789abcdef0') +[Int64 value:Infinity octets:12 34 56 78 9a bc de f0] + +// Let's do some math. Int64's behave like Numbers. (Sorry, Int64 isn't +// for doing 64-bit integer arithmetic (yet) - it's just for carrying +// around int64 values +> x + 1 +4886718346 +> y + 1 +Infinity + +// Int64 string operations ... +> 'value: ' + x +'value: 4886718345' +> 'value: ' + y +'value: Infinity' +> x.toString(2) +'100100011010001010110011110001001' +> y.toString(2) +'Infinity' + +// Use JS's isFinite() method to see if the Int64 value is in the +// integer-precise range of JS values +> isFinite(x) +true +> isFinite(y) +false + +// Get an octet string representation. (Yay, y is what we put in!) +> x.toOctetString() +'0000000123456789' +> y.toOctetString() +'123456789abcdef0' + +// Finally, some other ways to create Int64s ... + +// Pass hi/lo words +> new Int64(0x12345678, 0x9abcdef0) +[Int64 value:Infinity octets:12 34 56 78 9a bc de f0] + +// Pass a Buffer +> new Int64(new Buffer([0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0])) +[Int64 value:Infinity octets:12 34 56 78 9a bc de f0] + +// Pass a Buffer and offset +> new Int64(new Buffer([0,0,0,0,0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0]), 4) +[Int64 value:Infinity octets:12 34 56 78 9a bc de f0] + +// Pull out into a buffer +> new Int64(new Buffer([0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0])).toBuffer() + + +// Or copy into an existing one (at an offset) +> var buf = new Buffer(1024); +> new Int64(new Buffer([0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0])).copy(buf, 512); +``` diff --git a/typescript/hello-world/node_modules/node-int64/package.json b/typescript/hello-world/node_modules/node-int64/package.json new file mode 100644 index 0000000..3f56f5b --- /dev/null +++ b/typescript/hello-world/node_modules/node-int64/package.json @@ -0,0 +1,27 @@ +{ + "name": "node-int64", + "description": "Support for representing 64-bit integers in JavaScript", + "url": "http://github.com/broofa/node-int64", + "keywords": [ + "math", + "integer", + "int64" + ], + "author": "Robert Kieffer ", + "contributors": [], + "dependencies": {}, + "license": "MIT", + "lib": ".", + "main": "./Int64.js", + "version": "0.4.0", + "scripts": { + "test": "nodeunit test.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/broofa/node-int64" + }, + "devDependencies": { + "nodeunit": "^0.9.0" + } +} diff --git a/typescript/hello-world/node_modules/node-int64/test.js b/typescript/hello-world/node_modules/node-int64/test.js new file mode 100644 index 0000000..cdf4303 --- /dev/null +++ b/typescript/hello-world/node_modules/node-int64/test.js @@ -0,0 +1,120 @@ +var assert = require('assert'); +var Int64 = require('./Int64'); + +exports.setUp = function(done) { + done(); +}; + +exports.testBufferToString = function(test) { + var int = new Int64(0xfffaffff, 0xfffff700); + test.equal( + int.toBuffer().toString('hex'), + 'fffafffffffff700', + 'Buffer to string conversion' + ); + test.done(); +}; + +exports.testBufferCopy = function(test) { + var src = new Int64(0xfffaffff, 0xfffff700); + var dst = new Buffer(8); + + src.copy(dst); + + test.deepEqual( + dst, + new Buffer([0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x00]), + 'Copy to buffer' + ); + + test.done(); +}; + +exports.testValueRepresentation = function(test) { + var args = [ + [0], '0000000000000000', 0, + [1], '0000000000000001', 1, + [-1], 'ffffffffffffffff', -1, + [1e18], '0de0b6b3a7640000', 1e18, + ['0001234500654321'], '0001234500654321', 0x1234500654321, + ['0ff1234500654321'], '0ff1234500654321', 0xff1234500654300, // Imprecise! + [0xff12345, 0x654321], '0ff1234500654321', 0xff1234500654300, // Imprecise! + [0xfffaffff, 0xfffff700],'fffafffffffff700', -0x5000000000900, + [0xafffffff, 0xfffff700],'affffffffffff700', -0x5000000000000800, // Imprecise! + ['0x0000123450654321'], '0000123450654321', 0x123450654321, + ['0xFFFFFFFFFFFFFFFF'], 'ffffffffffffffff', -1 + ]; + + // Test constructor argments + + for (var i = 0; i < args.length; i += 3) { + var a = args[i], octets = args[i+1], number = args[i+2]; + + // Create instance + var x = new Int64(); + Int64.apply(x, a); + + test.equal(x.toOctetString(), octets, 'Constuctor with ' + args.join(', ')); + test.equal(x.toNumber(true), number); + } + + test.done(); +}; + +exports.testBufferOffsets = function(test) { + var sourceBuffer = new Buffer(16); + sourceBuffer.writeUInt32BE(0xfffaffff, 2); + sourceBuffer.writeUInt32BE(0xfffff700, 6); + + var int = new Int64(sourceBuffer, 2); + assert.equal( + int.toBuffer().toString('hex'), 'fffafffffffff700', + 'Construct from offset' + ); + + var targetBuffer = new Buffer(16); + int.copy(targetBuffer, 4); + assert.equal( + targetBuffer.slice(4, 12).toString('hex'), 'fffafffffffff700', + 'Copy to offset' + ); + + test.done(); +}; + +exports.testInstanceOf = function(test) { + var x = new Int64(); + assert(x instanceof Int64, 'Variable is not instance of Int64'); + var y = {}; + assert(!(y instanceof Int64), 'Object is an instance of Int64'); + test.done(); +}; + +exports.testCompare = function(test) { + var intMin = new Int64(2147483648, 0); + var intMinPlusOne = new Int64(2147483648, 1); + var zero = new Int64(0, 0); + var intMaxMinusOne = new Int64(2147483647, 4294967294); + var intMax = new Int64(2147483647, 4294967295); + assert(intMin.compare(intMinPlusOne) < 0, "INT64_MIN is not less than INT64_MIN+1"); + assert(intMin.compare(zero) < 0, "INT64_MIN is not less than 0"); + assert(intMin.compare(zero) < intMax, "INT64_MIN is not less than INT64_MAX"); + assert(intMax.compare(intMaxMinusOne) > 0, "INT64_MAX is not greater than INT64_MAX-1"); + assert(intMax.compare(zero) > 0, "INT64_MAX is not greater than 0"); + assert(intMax.compare(intMin) > 0, "INT64_MAX is not greater than INT_MIN"); + test.done(); +}; + +exports.testEquals = function(test) { + var intMin = new Int64(2147483648, 0); + var zero = new Int64(0, 0); + var intMax = new Int64(2147483647, 4294967295); + assert(intMin.equals(intMin), "INT64_MIN !== INT64_MIN"); + assert(intMax.equals(intMax), "INT64_MAX !== INT64_MAX"); + assert(zero.equals(zero), "0 !== 0"); + assert(!intMin.equals(zero), "INT64_MIN === 0"); + assert(!intMin.equals(intMax), "INT64_MIN === INT64_MAX"); + assert(!intMax.equals(zero), "INT64_MAX === 0"); + assert(!intMax.equals(intMin), "INT64_MAX === INT64_MIN"); + test.done(); +}; diff --git a/typescript/hello-world/node_modules/node-notifier/.npmignore b/typescript/hello-world/node_modules/node-notifier/.npmignore new file mode 100644 index 0000000..f3e5536 --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/.npmignore @@ -0,0 +1,6 @@ +example/ +test +*.md +node-notifier_flow.png +.eslintrc +.travis.yml diff --git a/typescript/hello-world/node_modules/node-notifier/CHANGELOG.md b/typescript/hello-world/node_modules/node-notifier/CHANGELOG.md new file mode 100644 index 0000000..695833b --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/CHANGELOG.md @@ -0,0 +1,216 @@ +Changelog +=== + +### `v5.1.2` + +- Adds temporary workaround for `terminal-notifier` memory leak as seen in https://github.com/facebook/jest/issues/2999 and https://github.com/julienXX/terminal-notifier/issues/173. +- Add appName option and hide snoreToast if not setted ([#158](https://github.com/mikaelbr/node-notifier/pull/158)) + +### `v5.0.2` + +Non-obligatory fail. Fixes issue with multiple actions for macOS. + +### `v5.0.1` + +Obligatory fail. Fixes minor issue with non-JSON output for macOS. + +### `v5.0.0` + +#### Breaking Changes + +*Note/TL;DR*: If you are just using `node-notifier` with things like `message`, `title` and `icon`, v5 should work just as before. + +1. CLI is now removed. Can be found in separate project: https://github.com/mikaelbr/node-notifier-cli. This means you no longer get the `notify` bin when installing `node-notifier`. To get this do `npm i [-g] node-notifier-cli` +2. Changed toaster implementation from `toast.exe` to [Snoretoast](https://github.com/KDE/snoretoast). This means if you are using your custom fork, you need to change. SnoreToast has some better default implemented functionality. +3. [terminal-notifier](https://github.com/julienXX/terminal-notifier) dependency has been bumped to `v1.7.1`. With that there can be changes in the API, and supports now reply and buttons. Output has changed to JSON by default, this means the output of some functions of the terminal-notifier has broken. See https://github.com/julienXX/terminal-notifier for more details. See [README](https://github.com/mikaelbr/node-notifier#usage-notificationcenter) for documentation on how to use the new features, or [an example file](https://github.com/mikaelbr/node-notifier/blob/master/example/macInput.js). +4. `notify` method will now throw error if second argument is something else than function (still optional): [#138](https://github.com/mikaelbr/node-notifier/pull/138). + + +#### Additions + +1. Now supports *BSD systems: [#142](https://github.com/mikaelbr/node-notifier/pull/142). +2. With the new toaster implementation you can do more! For instance customize sound and close notification. See all options: + +```javascript +{ + title: void 0, // String. Required + message: void 0, // String. Required if remove is not defined + icon: void 0, // String. Absolute path to Icon + sound: false, // Bool | String (as defined by http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx) + wait: false, // Bool. Wait for User Action against Notification or times out + id: void 0, // Number. ID to use for closing notification. + appID: void 0, // String. App.ID. Don't create a shortcut but use the provided app id. + remove: void 0, // Number. Refer to previously created notification to close. + install: void 0 // String (path, application, app id). Creates a shortcut in the start menu which point to the executable , appID used for the notifications. +} +``` + +#### Fixes + +1. Fixes new lines on messages on Windows: [#123](https://github.com/mikaelbr/node-notifier/issues/123) + +#### Technical Changes + +_Internal changes for those who might be interested_. + +1. Dependencies bumped +2. Unnecessary dependencies removed (`lodash.deepClone`). Now uses JSON serialize/deserialize instead. +3. Project is auto-formatted by [`prettier`](https://github.com/jlongster/prettier). +4. [Linting is added](https://github.com/mikaelbr/node-notifier/blob/master/.eslintrc) +5. Added way to better debug what is happening by setting `DEBUG` env-var to `true`. See [CONTRIBUTE.md](https://github.com/mikaelbr/node-notifier/blob/master/CONTRIBUTE.md) for more details. + +### `v4.6.1` + +1. Adds npm ignore file, ignoring tests and examples from package. +2. Fixes CI builds. + +### `v4.6.0` + +1. Adds support for Icon URL in Growl ([by @gucong3000](https://github.com/mikaelbr/node-notifier/pull/115)) +2. Adds options for passing host and port to cli tool ([reported by @el-davo](https://github.com/mikaelbr/node-notifier/issues/106)) +3. Fixes sanitize response on `notify` callback ([by @MadLittleMods](https://github.com/mikaelbr/node-notifier/commit/a44454a11eff452a8b55f9fbe291e189ed088708)) +4. Fixes use of new line in messages ([by @gucong3000](https://github.com/mikaelbr/node-notifier/pull/115)) +5. Fixes use of `file:///xxx` protocol icon paths for Windows 8.1 ([by @gucong3000](https://github.com/mikaelbr/node-notifier/pull/118)) +6. Fixes non-TTY usage and piping messages ([reported by @simensen](https://github.com/mikaelbr/node-notifier/issues/109)) +7. Updates vendor terminal-notifier version to 1.6.3 ([reported by @kid-icarus](https://github.com/mikaelbr/node-notifier/pull/120)) + +### `v4.5.0` + +#### Additions +1. Adds syntactic sugar for `notify`. Now able to just pass message: +```js +notifier.notify('My message'); +``` + +See [#45](https://github.com/mikaelbr/node-notifier/issues/45) for more info. + +#### Fixes +1. Improvements to docs and examples +2. Updates `semver` dependency to support Webpacking with Electron. + +### `v4.4.0` + +1. Changes to exec terminal-notifier through execFile to allow for asar-packages +2. Adds support for remote growl server +3. Adds support for win7 with electron asar-package + +### `v4.3.1` +Obligatory patch fix: +1. Adds new stdin CLI options to docs + +### `v4.3.0` +1. Adds support for piping messages in to CLI. +(With `node-notifier` installed as a CLI `npm i -g node-notifier`) + +```shell +➜ echo "Message" | notify +➜ echo "Message" | notify -t "My Title" +➜ echo "Some message" | notify -t "My Title" -s +``` + +### `v4.2.3` +1. Fixed input arguments to CLI to be strings where they should be strings. + +### `v4.2.2` +1. Fixed no notification when no message for the CLI. [#58](https://github.com/mikaelbr/node-notifier/pull/58) +2. Changes `which` test to be sync, avoiding some edge cases with multiple notifications. + +### `v4.2.1` +1. Minor fix for docs in CLI usage + +### `v4.2.0` +1. Adds CLI support. +2. Fixes Debug "HRESULT : 0xC00CE508" exception on Win8. PR [#49](https://github.com/mikaelbr/node-notifier/pull/49) + +### `v4.1.2` +1. Fixes correct terminal-notifier (own fork https://github.com/mikaelbr/terminal-notifier) + to support activate / click. + +### `v4.1.1` +1. Fixes proper error codes for balloon: #42 +2. Removes unused debug files: #41 +3. Patches differences between subtitle for notify-send: #43 +4. Updates terminal-notifier dependency (removing black borders) #44 #18 + +### `v4.1.0` +1. Adds support for changing host and port for Growl. + +### `v4.0.3` +1. Fixes Notification center issue with multiple callback events. +2. Fixes error in source code: Fixes long-spaces to proper spaces + +### `v4.0.2` +1. Fixes issue with immidiate notifu notifications (with `wait : false`) +2. Fixes issue with boolean flags for notifu. +3. Restructures directories. Making it easier to require notifiers directly. + +### `v4.0.1` +1. Fixes issue with optional callback for notify-send + +### `v4.0.0` +Major changes and breaking API. +1. require('node-notifier') now returns an instance with fallbackable notifications. +```js +var notifier = require('node-notifier'); +notifier.notify(); +``` +2. Introduced a `wait` property (default `false`), to get user input for +Notification Center, Windows Toaster, Windows Balloons and Growl. Sadly not +for notify-send. +```js +var notifier = require('node-notifier'); +notifier.notify({ wait: true }, function (err, response) { + // response is response after user have interacted + // with the notification or the notification has timed out. +}); +``` +3. All notification instances are now event emitters, emitting events +`click` or `timeout`. This is only applicable if `{ wait: true }`. +```js +var notifier = require('node-notifier'); +notifier.on('click', function (notificationObject, options) { + // options.someArbitraryData === 'foo' +}); +notifier.notify({ wait: true, someArbitraryData: 'foo' }); +``` +4. WindowsToaster and NotificationCenter now can have sounds by doing `{ sound: true }`. +Default NotificationCenter sound is Bottle. Can still use define sound on +Mac: +```js +var notifier = require('node-notifier'); +notifier.notify({ sound: true }); +// For mac (same as sound: true on Windows 8) +notifier.notify({ sound: 'Morse' }); +``` + +### `v3.4.0` +1. Adds Growl as priority over Balloons + +### `v3.3.0` +1. Adds support for native Windows 7 and earlier (through task bar balloons) +2. Changes growl implementation. Adds better support for GNTP + +### `v3.2.1` +1. Fixes support for notifications from folders with spaces on Windows. + +### `v3.2.0` +1. Adds native Windows 8 support. + +### `v3.1.0` +1. Adds Growl as fallback for Mac OS X pre 10.8. + +### `v3.0.6` +1. Fixes typo: Changes Growl app name from `Gulp` to `Node`. + +### `v3.0.5` +1. Maps common options between the different notifiers. Allowing for common usage with different notifiers. + +### `v3.0.4` +1. Fixes expires for notify-send (Issue #13) + +### `v3.0.2` +1. Fixes version check for Mac OS X Yosemite + +### `v3.0.0` +1. Updates terminal-notifier to version 1.6.0; adding support for appIcon and contentImage +2. Removes parsing of output sent from notifier (Notification Center) diff --git a/typescript/hello-world/node_modules/node-notifier/README.md b/typescript/hello-world/node_modules/node-notifier/README.md new file mode 100644 index 0000000..b898799 --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/README.md @@ -0,0 +1,362 @@ +# node-notifier [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url] + +Send cross platform native notifications using Node.js. Notification Center for macOS, +notify-osd/libnotify-bin for Linux, Toasters for Windows 8/10, or taskbar Balloons for +earlier Windows versions. Growl is used if none of these requirements are met. +[Works well with electron](#within-electron-packaging). + +![macOS Screenshot](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/mac.png) +![Native Windows Screenshot](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/windows.png) + +## Input Example macOS Notification Center + +![Input Example](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/input-example.gif) + +## Quick Usage + +Show a native notification on macOS, Windows, Linux: + +```javascript +const notifier = require('node-notifier'); +// String +notifier.notify('Message'); + +// Object +notifier.notify({ + 'title': 'My notification', + 'message': 'Hello, there!' +}); +``` + +## Requirements +- **macOS**: >= 10.8 or Growl if earlier. +- **Linux**: `notify-osd` or `libnotify-bin` installed (Ubuntu should have this by default) +- **Windows**: >= 8, task bar balloon for Windows < 8. Growl as fallback. Growl takes precedence over Windows balloons. +- **General Fallback**: Growl + +See [documentation and flow chart for reporter choice](./DECISION_FLOW.md) + +## Install +```shell +npm install --save node-notifier +``` + +## Cross-Platform Advanced Usage + +Standard usage, with cross-platform fallbacks as defined in the +[reporter flow chart](./DECISION_FLOW.md). All of the options +below will work in a way or another on all platforms. + +```javascript +const notifier = require('node-notifier'); +const path = require('path'); + +notifier.notify({ + title: 'My awesome title', + message: 'Hello from node, Mr. User!', + icon: path.join(__dirname, 'coulson.jpg'), // Absolute path (doesn't work on balloons) + sound: true, // Only Notification Center or Windows Toasters + wait: true // Wait with callback, until user action is taken against notification +}, function (err, response) { + // Response is response from notification +}); + +notifier.on('click', function (notifierObject, options) { + // Triggers if `wait: true` and user clicks notification +}); + +notifier.on('timeout', function (notifierObject, options) { + // Triggers if `wait: true` and notification closes +}); +``` + +You can also specify what reporter you want to use if you +want to customize it or have more specific options per system. +See documentation for each reporter below. + +Example: +```javascript +const NotificationCenter = require('node-notifier/notifiers/notificationcenter'); +new NotificationCenter(options).notify(); + +const NotifySend = require('node-notifier/notifiers/notifysend'); +new NotifySend(options).notify(); + +const WindowsToaster = require('node-notifier/notifiers/toaster'); +new WindowsToaster(options).notify(); + +const Growl = require('node-notifier/notifiers/growl'); +new Growl(options).notify(); + +const WindowsBalloon = require('node-notifier/notifiers/balloon'); +new WindowsBalloon(options).notify(); + +``` + +Or if you are using several (or you are lazy): +(note: technically, this takes longer to require) + +```javascript +const nn = require('node-notifier'); + +new nn.NotificationCenter(options).notify(); +new nn.NotifySend(options).notify(); +new nn.WindowsToaster(options).notify(options); +new nn.WindowsBalloon(options).notify(options); +new nn.Growl(options).notify(options); +``` + +## Contents + +* [Notification Center documentation](#usage-notificationcenter) +* [Windows Toaster documentation](#usage-windowstoaster) +* [Windows Balloon documentation](#usage-windowsballoon) +* [Growl documentation](#usage-growl) +* [Notify-send documentation](#usage-notifysend) + + +### Usage NotificationCenter + +Same usage and parameter setup as [terminal-notifier](https://github.com/julienXX/terminal-notifier). + +Native Notification Center requires macOS version 10.8 or higher. If you have +an earlier version, Growl will be the fallback. If Growl isn't installed, an +error will be returned in the callback. + + +#### Example + +Wrapping around [terminal-notifier](https://github.com/julienXX/terminal-notifier), you can +do all terminal-notifier can do through properties to the `notify` method. E.g. +if `terminal-notifier` says `-message`, you can do `{message: 'Foo'}`, or +if `terminal-notifier` says `-list ALL`, you can do `{list: 'ALL'}`. Notification +is the primary focus for this module, so listing and activating do work, +but isn't documented. + +### All notification options with their defaults: + +```javascript +const NotificationCenter = require('node-notifier').NotificationCenter; + +var notifier = new NotificationCenter({ + withFallback: false, // Use Growl Fallback if <= 10.8 + customPath: void 0 // Relative/Absolute path to binary if you want to use your own fork of terminal-notifier +}); + +notifier.notify({ + 'title': void 0, + 'subtitle': void 0, + 'message': void 0, + 'sound': false, // Case Sensitive string for location of sound file, or use one of macOS' native sounds (see below) + 'icon': 'Terminal Icon', // Absolute Path to Triggering Icon + 'contentImage': void 0, // Absolute Path to Attached Image (Content Image) + 'open': void 0, // URL to open on Click + 'wait': false, // Wait for User Action against Notification or times out. Same as timeout = 5 seconds + + // New in latest version. See `example/macInput.js` for usage + timeout: 5, // Takes precedence over wait if both are defined. + closeLabel: void 0, // String. Label for cancel button + actions: void 0, // String | Array. Action label or list of labels in case of dropdown + dropdownLabel: void 0, // String. Label to be used if multiple actions + reply: false // Boolean. If notification should take input. Value passed as third argument in callback and event emitter. +}, function(error, response, metadata) { + console.log(response, metadata); +}); +``` + +**Note:** `wait` option is shorthand for `timeout: 5` and doesn't make the notification sticky, but sets +timeout for 5 seconds. Without `wait` or `timeout` notifications are just fired and forgotten Without +given any response. To be able to listen for response (like activation/clicked), you have to define a timeout. +This is not true if you have defined `reply`. If using `reply` it's recommended to set a high timeout or no timeout at all. + +**For macOS notifications, icon and contentImage, and all forms of reply/actions requires macOS 10.9.** + +Sound can be one of these: `Basso`, `Blow`, `Bottle`, `Frog`, `Funk`, `Glass`, +`Hero`, `Morse`, `Ping`, `Pop`, `Purr`, `Sosumi`, `Submarine`, `Tink`. +If sound is simply `true`, `Bottle` is used. + +See [specific Notification Center example](./example/advanced.js). Also, [see input example](./example/macInput.js). + +**Custom Path clarification** + +`customPath` takes a value of a relative or absolute path to the binary of your fork/custom version of terminal-notifier. + +Example: `./vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier` + +### Usage WindowsToaster + +**Note:** There are some limitations for images in native Windows 8 notifications: +The image must be a PNG image, and cannot be over 1024x1024 px, or over over 200Kb. +You also need to specify the image by using an absolute path. These limitations are +due to the Toast notification system. A good tip is to use something like +`path.join` or `path.delimiter` to have cross-platform pathing. + +**Windows 10 Note:** You might have to activate banner notification for the toast to show. + +From [mikaelbr/gulp-notify#90 (comment)](https://github.com/mikaelbr/gulp-notify/issues/90#issuecomment-129333034) +> You can make it work by going to System > Notifications & Actions. The 'toast' app needs to have Banners enabled. (You can activate banners by clicking on the 'toast' app and setting the 'Show notification banners' to On) + +[Snoretoast](https://github.com/KDE/snoretoast) is used to get native Windows Toasts! + +```javascript +const WindowsToaster = require('node-notifier').WindowsToaster; + +var notifier = new WindowsToaster({ + withFallback: false, // Fallback to Growl or Balloons? + customPath: void 0 // Relative/Absolute path if you want to use your fork of SnoreToast.exe +}); + +notifier.notify({ + title: void 0, // String. Required + message: void 0, // String. Required if remove is not defined + icon: void 0, // String. Absolute path to Icon + sound: false, // Bool | String (as defined by http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx) + wait: false, // Bool. Wait for User Action against Notification or times out + id: void 0, // Number. ID to use for closing notification. + appID: void 0, // String. App.ID and app Name. Defaults to empty string. + remove: void 0, // Number. Refer to previously created notification to close. + install: void 0 // String (path, application, app id). Creates a shortcut in the start menu which point to the executable , appID used for the notifications. +}, function(error, response) { + console.log(response); +}); +``` + +### Usage Growl + +```javascript +const Growl = require('node-notifier').Growl; + +var notifier = new Growl({ + name: 'Growl Name Used', // Defaults as 'Node' + host: 'localhost', + port: 23053 +}); + +notifier.notify({ + title: 'Foo', + message: 'Hello World', + icon: fs.readFileSync(__dirname + '/coulson.jpg'), + wait: false, // Wait for User Action against Notification + + // and other growl options like sticky etc. + sticky: false, + label: void 0, + priority: void 0 +}); +``` + +See more information about using +[growly](https://github.com/theabraham/growly/). + +### Usage WindowsBalloon + +For earlier Windows versions, the taskbar balloons are used (unless +fallback is activated and Growl is running). For balloons, a great +project called [notifu](http://www.paralint.com/projects/notifu/) is used. + +```javascript +const WindowsBalloon = require('node-notifier').WindowsBalloon; + +var notifier = new WindowsBalloon({ + withFallback: false, // Try Windows Toast and Growl first? + customPath: void 0 // Relative/Absolute path if you want to use your fork of notifu +}); + +notifier.notify({ + title: void 0, + message: void 0, + sound: false, // true | false. + time: 5000, // How long to show balloon in ms + wait: false, // Wait for User Action against Notification + type: 'info' // The notification type : info | warn | error +}, function(error, response) { + console.log(response); +}); +``` + +See full usage on the [project homepage: notifu](http://www.paralint.com/projects/notifu/). + +### Usage NotifySend + +Note: notify-send doesn't support the wait flag. + +```javascript +const NotifySend = require('node-notifier').NotifySend; + +var notifier = new NotifySend(); + +notifier.notify({ + title: 'Foo', + message: 'Hello World', + icon: __dirname + '/coulson.jpg', + + // .. and other notify-send flags: + urgency: void 0, + time: void 0, + category: void 0, + hint: void 0, +}); +``` + +See flags and options [on the man pages](http://manpages.ubuntu.com/manpages/gutsy/man1/notify-send.1.html) + +## CLI + +CLI is moved to separate project: https://github.com/mikaelbr/node-notifier-cli + +## Thanks to OSS + +`node-notifier` is made possible through Open Source Software. A very special thanks to all the modules `node-notifier` uses. +* [terminal-notifier](https://github.com/julienXX/terminal-notifier) +* [Snoretoast](https://github.com/KDE/snoretoast) +* [notifu](http://www.paralint.com/projects/notifu/) +* [growly](https://github.com/theabraham/growly/) + +[![NPM downloads][npm-downloads]][npm-url] + +## Common Issues + +### Use inside tmux session + +When using node-notifier within a tmux session, it can cause a hang in the system. This can be solved by following the steps described in this comment: https://github.com/julienXX/terminal-notifier/issues/115#issuecomment-104214742 + +See more info here: https://github.com/mikaelbr/node-notifier/issues/61#issuecomment-163560801 + +### Custom icon without terminal icon on macOS + +Even if you define an icon in the configuration object for `node-notifier`, you will see a small Terminal icon in the notification (see the example at the top of this document). This is the way notifications on macOS work, it always show the parent icon of the application initiating the notification. For node-notifier, terminal-notifier is the initiator and has Terminal icon defined as its icon. To define your custom icon, you need to fork terminal-notifier and build your custom version with your icon. See this issue for more info: https://github.com/mikaelbr/node-notifier/issues/71 + +### Within Electron Packaging + +If packaging your Electron app as an `asar`, you will find node-notifier will fail to load. Due to the way asar works, you cannot execute a binary from within an asar. As a simple solution, when packaging the app into an asar please make sure you `--unpack` the vendor folder of node-notifier, so the module still has access to the notification binaries. To do this, you can do so by using the following command: + +```bash +asar pack . app.asar --unpack "./node_modules/node-notifier/vendor/**" +``` + + +### Using Webpack + +When using node-notifier inside of webpack, you must add the following snippet to your `webpack.config.js`. The reason this is required, is because node-notifier loads the notifiers from a binary, and so a relative file path is needed. When webpack compiles the modules, it supresses file directories, causing node-notifier to error on certain platforms. To fix/workaround this, you must tell webpack to keep the relative file directories, by doing so, append the following code to your `webpack.config.js` + +```javascript +node: { + __filename: true, + __dirname: true +} +``` + + +## License + +[MIT License](http://en.wikipedia.org/wiki/MIT_License) + +[npm-url]: https://npmjs.org/package/node-notifier +[npm-image]: http://img.shields.io/npm/v/node-notifier.svg?style=flat +[npm-downloads]: http://img.shields.io/npm/dm/node-notifier.svg?style=flat + +[travis-url]: http://travis-ci.org/mikaelbr/node-notifier +[travis-image]: http://img.shields.io/travis/mikaelbr/node-notifier.svg?style=flat + +[depstat-url]: https://gemnasium.com/mikaelbr/node-notifier +[depstat-image]: http://img.shields.io/gemnasium/mikaelbr/node-notifier.svg?style=flat diff --git a/typescript/hello-world/node_modules/node-notifier/index.js b/typescript/hello-world/node_modules/node-notifier/index.js new file mode 100644 index 0000000..e03c5aa --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/index.js @@ -0,0 +1,46 @@ +var os = require('os'); +var utils = require('./lib/utils'); + +// All notifiers +var NotifySend = require('./notifiers/notifysend'); +var NotificationCenter = require('./notifiers/notificationcenter'); +var WindowsToaster = require('./notifiers/toaster'); +var Growl = require('./notifiers/growl'); +var WindowsBalloon = require('./notifiers/balloon'); + +var options = { withFallback: true }; + +switch (os.type()) { + case 'Linux': + module.exports = new NotifySend(options); + module.exports.Notification = NotifySend; + break; + case 'Darwin': + module.exports = new NotificationCenter(options); + module.exports.Notification = NotificationCenter; + break; + case 'Windows_NT': + if (utils.isLessThanWin8()) { + module.exports = new WindowsBalloon(options); + module.exports.Notification = WindowsBalloon; + } else { + module.exports = new WindowsToaster(options); + module.exports.Notification = WindowsToaster; + } + break; + default: + if (os.type().match(/BSD$/)) { + module.exports = new NotifySend(options); + module.exports.Notification = NotifySend; + } else { + module.exports = new Growl(options); + module.exports.Notification = Growl; + } +} + +// Expose notifiers to give full control. +module.exports.NotifySend = NotifySend; +module.exports.NotificationCenter = NotificationCenter; +module.exports.WindowsToaster = WindowsToaster; +module.exports.WindowsBalloon = WindowsBalloon; +module.exports.Growl = Growl; diff --git a/typescript/hello-world/node_modules/node-notifier/node_modules/.bin/semver b/typescript/hello-world/node_modules/node-notifier/node_modules/.bin/semver new file mode 120000 index 0000000..b3ca603 --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/node_modules/.bin/semver @@ -0,0 +1 @@ +../../../semver/bin/semver \ No newline at end of file diff --git a/typescript/hello-world/node_modules/node-notifier/node_modules/.bin/which b/typescript/hello-world/node_modules/node-notifier/node_modules/.bin/which new file mode 120000 index 0000000..091d52a --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/node_modules/.bin/which @@ -0,0 +1 @@ +../../../which/bin/which \ No newline at end of file diff --git a/typescript/hello-world/node_modules/node-notifier/notifiers/balloon.js b/typescript/hello-world/node_modules/node-notifier/notifiers/balloon.js new file mode 100644 index 0000000..2f148cc --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/notifiers/balloon.js @@ -0,0 +1,157 @@ +/** + * Wrapper for the notifu 1.6 (http://www.paralint.com/projects/notifu/) + +Usage +/t The type of message to display values are: + info The message is an informational message + warn The message is an warning message + error The message is an error message +/d The number of milliseconds to display (omit or 0 for infinit) +/p The title (or prompt) of the ballon +/m The message text +/i Specify an icon to use ("parent" uses the icon of the parent process) +/e Enable ballon tips in the registry (for this user only) +/q Do not play a sound when the tooltip is displayed +/w Show the tooltip even if the user is in the quiet period that follows his very first login (Windows 7 and up) +/xp Use IUserNotification interface event when IUserNotification2 is available + +// Kill codes: + 2 = Timeout + 3 = Clicked + 4 = Closed or faded out + + */ +var path = require('path'); +var notifier = path.resolve(__dirname, '../vendor/notifu/notifu'); +var checkGrowl = require('../lib/checkGrowl'); +var utils = require('../lib/utils'); +var Toaster = require('./toaster'); +var Growl = require('./growl'); +var os = require('os'); + +var EventEmitter = require('events').EventEmitter; +var util = require('util'); + +var hasGrowl = void 0; + +module.exports = WindowsBalloon; + +function WindowsBalloon(options) { + options = utils.clone(options || {}); + if (!(this instanceof WindowsBalloon)) { + return new WindowsBalloon(options); + } + + this.options = options; + + EventEmitter.call(this); +} +util.inherits(WindowsBalloon, EventEmitter); + +function noop() { +} +WindowsBalloon.prototype.notify = function(options, callback) { + var fallback; + var notifierOptions = this.options; + options = utils.clone(options || {}); + callback = callback || noop; + + if (typeof options === 'string') { + options = { title: 'node-notifier', message: options }; + } + + var actionJackedCallback = utils.actionJackerDecorator( + this, + options, + callback, + function(data) { + if (data === 'activate') { + return 'click'; + } + if (data === 'timeout') { + return 'timeout'; + } + return false; + } + ); + + if (!!this.options.withFallback && utils.isWin8()) { + fallback = fallback || new Toaster(notifierOptions); + return fallback.notify(options, callback); + } + + if ( + !!this.options.withFallback && + (!utils.isLessThanWin8() || hasGrowl === true) + ) { + fallback = fallback || new Growl(notifierOptions); + return fallback.notify(options, callback); + } + + if (!this.options.withFallback || hasGrowl === false) { + doNotification(options, notifierOptions, actionJackedCallback); + return this; + } + + checkGrowl(notifierOptions, function(hasGrowlResult) { + hasGrowl = hasGrowlResult; + + if (hasGrowl) { + fallback = fallback || new Growl(notifierOptions); + return fallback.notify(options, callback); + } + + doNotification(options, notifierOptions, actionJackedCallback); + }); + + return this; +}; + +var allowedArguments = [ 't', 'd', 'p', 'm', 'i', 'e', 'q', 'w', 'xp' ]; + +function doNotification(options, notifierOptions, callback) { + var is64Bit = os.arch() === 'x64'; + options = options || {}; + options = utils.mapToNotifu(options); + options.p = options.p || 'Node Notification:'; + + var fullNotifierPath = notifier + (is64Bit ? '64' : '') + '.exe'; + var localNotifier = notifierOptions.customPath || fullNotifierPath; + + if (!options.m) { + callback(new Error('Message is required.')); + return this; + } + + var argsList = utils.constructArgumentList(options, { + wrapper: '', + noEscape: true, + explicitTrue: true, + allowedArguments: allowedArguments + }); + + if (options.wait) { + return utils.fileCommand(localNotifier, argsList, function(error, data) { + var action = fromErrorCodeToAction(error.code); + if (action === 'error') return callback(error, data); + + return callback(null, action); + }); + } + utils.immediateFileCommand(localNotifier, argsList, callback); +} + +function fromErrorCodeToAction(errorCode) { + switch (errorCode) { + case 2: + return 'timeout'; + case 3: + case 6: + case 7: + return 'activate'; + case 4: + return 'close'; + default: + return 'error'; + } +} diff --git a/typescript/hello-world/node_modules/node-notifier/notifiers/growl.js b/typescript/hello-world/node_modules/node-notifier/notifiers/growl.js new file mode 100644 index 0000000..4e60a6c --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/notifiers/growl.js @@ -0,0 +1,76 @@ +/** + * Wrapper for the growly module + */ +var checkGrowl = require('../lib/checkGrowl'); +var utils = require('../lib/utils'); +var growly = require('growly'); + +var EventEmitter = require('events').EventEmitter; +var util = require('util'); + +var errorMessageNotFound = "Couldn't connect to growl (might be used as a fallback). Make sure it is running"; + +module.exports = Growl; + +var hasGrowl = void 0; + +function Growl(options) { + options = utils.clone(options || {}); + if (!(this instanceof Growl)) { + return new Growl(options); + } + + growly.appname = options.name || 'Node'; + this.options = options; + + EventEmitter.call(this); +} +util.inherits(Growl, EventEmitter); + +Growl.prototype.notify = function(options, callback) { + growly.setHost(this.options.host, this.options.port); + options = utils.clone(options || {}); + + if (typeof options === 'string') { + options = { title: 'node-notifier', message: options }; + } + + callback = utils.actionJackerDecorator(this, options, callback, function( + data + ) { + if (data === 'click') { + return 'click'; + } + if (data === 'timedout') { + return 'timeout'; + } + return false; + }); + + options = utils.mapToGrowl(options); + + if (!options.message) { + callback(new Error('Message is required.')); + return this; + } + + options.title = options.title || 'Node Notification:'; + + if (hasGrowl || !!options.wait) { + var localCallback = options.wait ? callback : noop; + growly.notify(options.message, options, localCallback); + if (!options.wait) callback(); + return this; + } + + checkGrowl(growly, function(didHaveGrowl) { + hasGrowl = didHaveGrowl; + if (!didHaveGrowl) return callback(new Error(errorMessageNotFound)); + growly.notify(options.message, options); + callback(); + }); + return this; +}; + +function noop() { +} diff --git a/typescript/hello-world/node_modules/node-notifier/notifiers/notificationcenter.js b/typescript/hello-world/node_modules/node-notifier/notifiers/notificationcenter.js new file mode 100644 index 0000000..5706b74 --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/notifiers/notificationcenter.js @@ -0,0 +1,114 @@ +/** + * A Node.js wrapper for terminal-notify (with fallback). + */ +var utils = require('../lib/utils'); +var Growl = require('./growl'); +var path = require('path'); +var notifier = path.join( + __dirname, + '../vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier' +); + +var EventEmitter = require('events').EventEmitter; +var util = require('util'); + +var FAILSAFE_TIMEOUT = 30 * 1000; + +var errorMessageOsX = 'You need Mac OS X 10.8 or above to use NotificationCenter,' + + ' or use Growl fallback with constructor option {withFallback: true}.'; + +module.exports = NotificationCenter; + +function NotificationCenter(options) { + options = utils.clone(options || {}); + if (!(this instanceof NotificationCenter)) { + return new NotificationCenter(options); + } + this.options = options; + + EventEmitter.call(this); +} +util.inherits(NotificationCenter, EventEmitter); +var activeId = null; + +function noop() {} +NotificationCenter.prototype.notify = function(options, callback) { + var fallbackNotifier; + var id = identificator(); + options = utils.clone(options || {}); + activeId = id; + + if (typeof options === 'string') { + options = { title: 'node-notifier', message: options }; + } + var timeout; + + callback = callback || noop; + + if (typeof callback !== 'function') { + throw new TypeError( + 'The second argument must be a function callback. You have passed ' + + typeof fn + ); + } + + var actionJackedCallback = utils.actionJackerDecorator( + this, + options, + function() { + clearTimeout(timeout); + callback.apply(null, arguments); + }, + function(data) { + if (activeId !== id) return false; + + if (data === 'activate') { + return 'click'; + } + if (data === 'timeout') { + return 'timeout'; + } + if (data === 'replied') { + return 'replied'; + } + return false; + } + ); + + options = utils.mapToMac(options); + + if (!options.message && !options.group && !options.list && !options.remove) { + callback(new Error('Message, group, remove or list property is required.')); + return this; + } + + var argsList = utils.constructArgumentList(options); + if (utils.isMountainLion()) { + var cp = utils.fileCommandJson( + this.options.customPath || notifier, + argsList, + actionJackedCallback + ); + // Redundancy fallback to prevent memory leak + timeout = setTimeout( + function() { + cp.kill('SIGTERM'); + }, + FAILSAFE_TIMEOUT + ); + + return this; + } + + if (fallbackNotifier || !!this.options.withFallback) { + fallbackNotifier = fallbackNotifier || new Growl(this.options); + return fallbackNotifier.notify(options, callback); + } + + callback(new Error(errorMessageOsX)); + return this; +}; + +function identificator() { + return { _ref: 'val' }; +} diff --git a/typescript/hello-world/node_modules/node-notifier/notifiers/notifysend.js b/typescript/hello-world/node_modules/node-notifier/notifiers/notifysend.js new file mode 100644 index 0000000..a171fd1 --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/notifiers/notifysend.js @@ -0,0 +1,95 @@ +/** + * Node.js wrapper for "notify-send". + */ +var os = require('os'); +var which = require('which'); +var utils = require('../lib/utils'); + +var EventEmitter = require('events').EventEmitter; +var util = require('util'); + +var notifier = 'notify-send'; +var hasNotifier = void 0; + +module.exports = NotifySend; + +function NotifySend(options) { + options = utils.clone(options || {}); + if (!(this instanceof NotifySend)) { + return new NotifySend(options); + } + + this.options = options; + + EventEmitter.call(this); +} +util.inherits(NotifySend, EventEmitter); + +function noop() { +} +NotifySend.prototype.notify = function(options, callback) { + options = utils.clone(options || {}); + callback = callback || noop; + + if (typeof callback !== 'function') { + throw new TypeError( + 'The second argument must be a function callback. You have passed ' + + typeof callback + ); + } + + if (typeof options === 'string') { + options = { title: 'node-notifier', message: options }; + } + + if (!options.message) { + callback(new Error('Message is required.')); + return this; + } + + if (os.type() !== 'Linux' && !os.type().match(/BSD$/)) { + callback(new Error('Only supported on Linux and *BSD systems')); + return this; + } + + if (hasNotifier === false) { + callback(new Error('notify-send must be installed on the system.')); + return this; + } + + if (hasNotifier || !!this.options.suppressOsdCheck) { + doNotification(options, callback); + return this; + } + + try { + hasNotifier = !!which.sync(notifier); + doNotification(options, callback); + } catch (err) { + hasNotifier = false; + return callback(err); + } + + return this; +}; + +var allowedArguments = [ 'urgency', 'expire-time', 'icon', 'category', 'hint' ]; + +function doNotification(options, callback) { + var initial, argsList; + + options = utils.mapToNotifySend(options); + options.title = options.title || 'Node Notification:'; + + initial = [ options.title, options.message ]; + delete options.title; + delete options.message; + + argsList = utils.constructArgumentList(options, { + initial: initial, + keyExtra: '-', + allowedArguments: allowedArguments + }); + + utils.command(notifier, argsList, callback); +} diff --git a/typescript/hello-world/node_modules/node-notifier/notifiers/toaster.js b/typescript/hello-world/node_modules/node-notifier/notifiers/toaster.js new file mode 100644 index 0000000..46a706e --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/notifiers/toaster.js @@ -0,0 +1,101 @@ +/** + * Wrapper for the toaster (https://github.com/nels-o/toaster) + */ +var path = require('path'); +var notifier = path.resolve(__dirname, '../vendor/snoreToast/SnoreToast.exe'); +var utils = require('../lib/utils'); +var Balloon = require('./balloon'); + +var EventEmitter = require('events').EventEmitter; +var util = require('util'); + +var fallback = void 0; + +module.exports = WindowsToaster; + +function WindowsToaster(options) { + options = utils.clone(options || {}); + if (!(this instanceof WindowsToaster)) { + return new WindowsToaster(options); + } + + this.options = options; + + EventEmitter.call(this); +} +util.inherits(WindowsToaster, EventEmitter); + +function noop() { +} + +var timeoutMessage = 'the toast has timed out'; +var successMessage = 'user clicked on the toast'; + +function hasText(str, txt) { + return str && str.indexOf(txt) !== -1; +} + +WindowsToaster.prototype.notify = function(options, callback) { + options = utils.clone(options || {}); + callback = callback || noop; + + if (typeof options === 'string') { + options = { title: 'node-notifier', message: options }; + } + + if (typeof callback !== 'function') { + throw new TypeError( + 'The second argument must be a function callback. You have passed ' + + typeof fn + ); + } + + var actionJackedCallback = utils.actionJackerDecorator( + this, + options, + function cb(err, data) { + // Needs to filter out timeout. Not an actual error. + if (err && hasText(data, timeoutMessage)) { + return callback(null, data); + } + callback(err, data); + }, + function mapper(data) { + if (hasText(data, successMessage)) { + return 'click'; + } + if (hasText(data, timeoutMessage)) { + return 'timeout'; + } + return false; + } + ); + + options.title = options.title || 'Node Notification:'; + if ( + typeof options.message === 'undefined' && + typeof options.close === 'undefined' + ) { + callback(new Error('Message or ID to close is required.')); + return this; + } + + if (!utils.isWin8() && !!this.options.withFallback) { + fallback = fallback || new Balloon(this.options); + return fallback.notify(options, callback); + } + + options = utils.mapToWin8(options); + var argsList = utils.constructArgumentList(options, { + explicitTrue: true, + wrapper: '', + keepNewlines: true, + noEscape: true + }); + utils.fileCommand( + this.options.customPath || notifier, + argsList, + actionJackedCallback + ); + return this; +}; diff --git a/typescript/hello-world/node_modules/node-notifier/package.json b/typescript/hello-world/node_modules/node-notifier/package.json new file mode 100644 index 0000000..b904498 --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/package.json @@ -0,0 +1,59 @@ +{ + "name": "node-notifier", + "version": "5.1.2", + "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)", + "main": "index.js", + "scripts": { + "pretest": "npm run lint", + "test": "jest", + "example": "node ./example/message.js", + "example:mac": "node ./example/advanced.js", + "example:mac:input": "node ./example/macInput.js", + "example:windows": "node ./example/toaster.js", + "lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js" + }, + "jest": { + "testRegex": "/test/[^_]*.js", + "testEnvironment": "node", + "setupTestFrameworkScriptFile": "./test/_test-matchers.js" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git" + }, + "keywords": [ + "notification center", + "mac os x 10.8", + "notify", + "terminal-notifier", + "notify-send", + "growl", + "windows 8 notification", + "toaster", + "notification" + ], + "author": "Mikael Brevik", + "license": "MIT", + "devDependencies": { + "eslint": "^3.13.1", + "eslint-config-semistandard": "^7.0.0", + "eslint-config-standard": "^6.2.1", + "eslint-plugin-promise": "^3.4.0", + "eslint-plugin-standard": "^2.0.1", + "jest": "^18.1.0" + }, + "dependencies": { + "growly": "^1.3.0", + "semver": "^5.3.0", + "shellwords": "^0.1.0", + "which": "^1.2.12" + }, + "bugs": { + "url": "https://github.com/mikaelbr/node-notifier/issues" + }, + "homepage": "https://github.com/mikaelbr/node-notifier#readme", + "directories": { + "example": "example", + "test": "test" + } +} diff --git a/typescript/hello-world/node_modules/node-notifier/vendor/notifu/notifu.exe b/typescript/hello-world/node_modules/node-notifier/vendor/notifu/notifu.exe new file mode 100755 index 0000000000000000000000000000000000000000..33938d739d48f4aecc9f955c1d61b7df3f6a7257 GIT binary patch literal 245248 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
=cPCzWKZ7I88%Ok+ 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 *#%I~9$Cxi2jD+VUJ5C+Ec**wJXVZfdsldf! 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�hkCV22=uW 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
b4z-U? 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 A7XSbN literal 0 HcmV?d00001 diff --git a/typescript/hello-world/node_modules/node-notifier/vendor/snoreToast/SnoreToast.exe b/typescript/hello-world/node_modules/node-notifier/vendor/snoreToast/SnoreToast.exe new file mode 100755 index 0000000000000000000000000000000000000000..3b98dec7a7e7770789fc2525282fd71a6dcf2310 GIT binary patch literal 281600 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

0`G<}y}k@}qkpBy3qu!{7+4j;R)Iw&bwm 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�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

cE@nICE%}ef0psreAuruGWA;%#+ge-U(HHGB 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 a!Y*1dX%G66ZqL#C$|bw0ZoP5@jOGW1ArT7z literal 0 HcmV?d00001 diff --git a/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib b/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib new file mode 100644 index 0000000000000000000000000000000000000000..b19d0fc34010160ff34b7016e7bb0ba30c7dc2d8 GIT binary patch literal 25790 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

-%Ps8i}N4Li$G{ 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 literal 0 HcmV?d00001 diff --git a/typescript/hello-world/node_modules/normalize-package-data/AUTHORS b/typescript/hello-world/node_modules/normalize-package-data/AUTHORS new file mode 100644 index 0000000..66282ba --- /dev/null +++ b/typescript/hello-world/node_modules/normalize-package-data/AUTHORS @@ -0,0 +1,4 @@ +# Names sorted by how much code was originally theirs. +Isaac Z. Schlueter +Meryn Stol +Robert Kowalski diff --git a/typescript/hello-world/node_modules/normalize-package-data/LICENSE b/typescript/hello-world/node_modules/normalize-package-data/LICENSE new file mode 100644 index 0000000..6ed662c --- /dev/null +++ b/typescript/hello-world/node_modules/normalize-package-data/LICENSE @@ -0,0 +1,30 @@ +This package contains code originally written by Isaac Z. Schlueter. +Used with permission. + +Copyright (c) Meryn Stol ("Author") +All rights reserved. + +The BSD License + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/typescript/hello-world/node_modules/normalize-package-data/README.md b/typescript/hello-world/node_modules/normalize-package-data/README.md new file mode 100644 index 0000000..3772777 --- /dev/null +++ b/typescript/hello-world/node_modules/normalize-package-data/README.md @@ -0,0 +1,106 @@ +# normalize-package-data [![Build Status](https://travis-ci.org/npm/normalize-package-data.png?branch=master)](https://travis-ci.org/npm/normalize-package-data) + +normalize-package-data exports a function that normalizes package metadata. This data is typically found in a package.json file, but in principle could come from any source - for example the npm registry. + +normalize-package-data is used by [read-package-json](https://npmjs.org/package/read-package-json) to normalize the data it reads from a package.json file. In turn, read-package-json is used by [npm](https://npmjs.org/package/npm) and various npm-related tools. + +## Installation + +``` +npm install normalize-package-data +``` + +## Usage + +Basic usage is really simple. You call the function that normalize-package-data exports. Let's call it `normalizeData`. + +```javascript +normalizeData = require('normalize-package-data') +packageData = require("./package.json") +normalizeData(packageData) +// packageData is now normalized +``` + +#### Strict mode + +You may activate strict validation by passing true as the second argument. + +```javascript +normalizeData = require('normalize-package-data') +packageData = require("./package.json") +normalizeData(packageData, true) +// packageData is now normalized +``` + +If strict mode is activated, only Semver 2.0 version strings are accepted. Otherwise, Semver 1.0 strings are accepted as well. Packages must have a name, and the name field must not have contain leading or trailing whitespace. + +#### Warnings + +Optionally, you may pass a "warning" function. It gets called whenever the `normalizeData` function encounters something that doesn't look right. It indicates less than perfect input data. + +```javascript +normalizeData = require('normalize-package-data') +packageData = require("./package.json") +warnFn = function(msg) { console.error(msg) } +normalizeData(packageData, warnFn) +// packageData is now normalized. Any number of warnings may have been logged. +``` + +You may combine strict validation with warnings by passing `true` as the second argument, and `warnFn` as third. + +When `private` field is set to `true`, warnings will be suppressed. + +### Potential exceptions + +If the supplied data has an invalid name or version vield, `normalizeData` will throw an error. Depending on where you call `normalizeData`, you may want to catch these errors so can pass them to a callback. + +## What normalization (currently) entails + +* The value of `name` field gets trimmed (unless in strict mode). +* The value of the `version` field gets cleaned by `semver.clean`. See [documentation for the semver module](https://github.com/isaacs/node-semver). +* If `name` and/or `version` fields are missing, they are set to empty strings. +* If `files` field is not an array, it will be removed. +* If `bin` field is a string, then `bin` field will become an object with `name` set to the value of the `name` field, and `bin` set to the original string value. +* If `man` field is a string, it will become an array with the original string as its sole member. +* If `keywords` field is string, it is considered to be a list of keywords separated by one or more white-space characters. It gets converted to an array by splitting on `\s+`. +* All people fields (`author`, `maintainers`, `contributors`) get converted into objects with name, email and url properties. +* If `bundledDependencies` field (a typo) exists and `bundleDependencies` field does not, `bundledDependencies` will get renamed to `bundleDependencies`. +* If the value of any of the dependencies fields (`dependencies`, `devDependencies`, `optionalDependencies`) is a string, it gets converted into an object with familiar `name=>value` pairs. +* The values in `optionalDependencies` get added to `dependencies`. The `optionalDependencies` array is left untouched. +* As of v2: Dependencies that point at known hosted git providers (currently: github, bitbucket, gitlab) will have their URLs canonicalized, but protocols will be preserved. +* As of v2: Dependencies that use shortcuts for hosted git providers (`org/proj`, `github:org/proj`, `bitbucket:org/proj`, `gitlab:org/proj`, `gist:docid`) will have the shortcut left in place. (In the case of github, the `org/proj` form will be expanded to `github:org/proj`.) THIS MARKS A BREAKING CHANGE FROM V1, where the shorcut was previously expanded to a URL. +* If `description` field does not exist, but `readme` field does, then (more or less) the first paragraph of text that's found in the readme is taken as value for `description`. +* If `repository` field is a string, it will become an object with `url` set to the original string value, and `type` set to `"git"`. +* If `repository.url` is not a valid url, but in the style of "[owner-name]/[repo-name]", `repository.url` will be set to git+https://github.com/[owner-name]/[repo-name].git +* If `bugs` field is a string, the value of `bugs` field is changed into an object with `url` set to the original string value. +* If `bugs` field does not exist, but `repository` field points to a repository hosted on GitHub, the value of the `bugs` field gets set to an url in the form of https://github.com/[owner-name]/[repo-name]/issues . If the repository field points to a GitHub Gist repo url, the associated http url is chosen. +* If `bugs` field is an object, the resulting value only has email and url properties. If email and url properties are not strings, they are ignored. If no valid values for either email or url is found, bugs field will be removed. +* If `homepage` field is not a string, it will be removed. +* If the url in the `homepage` field does not specify a protocol, then http is assumed. For example, `myproject.org` will be changed to `http://myproject.org`. +* If `homepage` field does not exist, but `repository` field points to a repository hosted on GitHub, the value of the `homepage` field gets set to an url in the form of https://github.com/[owner-name]/[repo-name]#readme . If the repository field points to a GitHub Gist repo url, the associated http url is chosen. + +### Rules for name field + +If `name` field is given, the value of the name field must be a string. The string may not: + +* start with a period. +* contain the following characters: `/@\s+%` +* contain any characters that would need to be encoded for use in urls. +* resemble the word `node_modules` or `favicon.ico` (case doesn't matter). + +### Rules for version field + +If `version` field is given, the value of the version field must be a valid *semver* string, as determined by the `semver.valid` method. See [documentation for the semver module](https://github.com/isaacs/node-semver). + +### Rules for license field + +The `license` field should be a valid *SPDX license expression* or one of the special values allowed by [validate-npm-package-license](https://npmjs.com/packages/validate-npm-package-license). See [documentation for the license field in package.json](https://docs.npmjs.com/files/package.json#license). + +## Credits + +This package contains code based on read-package-json written by Isaac Z. Schlueter. Used with permisson. + +## License + +normalize-package-data is released under the [BSD 2-Clause License](http://opensource.org/licenses/MIT). +Copyright (c) 2013 Meryn Stol diff --git a/typescript/hello-world/node_modules/normalize-package-data/node_modules/.bin/semver b/typescript/hello-world/node_modules/normalize-package-data/node_modules/.bin/semver new file mode 120000 index 0000000..b3ca603 --- /dev/null +++ b/typescript/hello-world/node_modules/normalize-package-data/node_modules/.bin/semver @@ -0,0 +1 @@ +../../../semver/bin/semver \ No newline at end of file diff --git a/typescript/hello-world/node_modules/normalize-package-data/package.json b/typescript/hello-world/node_modules/normalize-package-data/package.json new file mode 100644 index 0000000..b63ea1c --- /dev/null +++ b/typescript/hello-world/node_modules/normalize-package-data/package.json @@ -0,0 +1,31 @@ +{ + "name": "normalize-package-data", + "version": "2.3.8", + "author": "Meryn Stol ", + "description": "Normalizes data that can be found in package.json files.", + "license": "BSD-2-Clause", + "repository": { + "type": "git", + "url": "git://github.com/npm/normalize-package-data.git" + }, + "main": "lib/normalize.js", + "scripts": { + "test": "tap test/*.js" + }, + "dependencies": { + "hosted-git-info": "^2.1.4", + "is-builtin-module": "^1.0.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + }, + "devDependencies": { + "async": "^1.5.0", + "tap": "^2.2.0", + "underscore": "^1.8.3" + }, + "files": [ + "lib/*.js", + "lib/*.json", + "AUTHORS" + ] +} diff --git a/typescript/hello-world/node_modules/normalize-path/LICENSE b/typescript/hello-world/node_modules/normalize-path/LICENSE new file mode 100644 index 0000000..d734237 --- /dev/null +++ b/typescript/hello-world/node_modules/normalize-path/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2017, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/normalize-path/README.md b/typescript/hello-world/node_modules/normalize-path/README.md new file mode 100644 index 0000000..daa0edd --- /dev/null +++ b/typescript/hello-world/node_modules/normalize-path/README.md @@ -0,0 +1,92 @@ +# normalize-path [![NPM version](https://img.shields.io/npm/v/normalize-path.svg?style=flat)](https://www.npmjs.com/package/normalize-path) [![NPM monthly downloads](https://img.shields.io/npm/dm/normalize-path.svg?style=flat)](https://npmjs.org/package/normalize-path) [![NPM total downloads](https://img.shields.io/npm/dt/normalize-path.svg?style=flat)](https://npmjs.org/package/normalize-path) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/normalize-path.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/normalize-path) + +> Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save normalize-path +``` + +## Usage + +```js +var normalize = require('normalize-path'); + +normalize('\\foo\\bar\\baz\\'); +//=> '/foo/bar/baz' + +normalize('./foo/bar/baz/'); +//=> './foo/bar/baz' +``` + +Pass `false` as the last argument to **keep** trailing slashes: + +```js +normalize('./foo/bar/baz/', false); +//=> './foo/bar/baz/' + +normalize('foo\\bar\\baz\\', false); +//=> 'foo/bar/baz/' +``` + +## About + +### Related projects + +* [contains-path](https://www.npmjs.com/package/contains-path): Return true if a file path contains the given path. | [homepage](https://github.com/jonschlinkert/contains-path "Return true if a file path contains the given path.") +* [ends-with](https://www.npmjs.com/package/ends-with): Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for… [more](https://github.com/jonschlinkert/ends-with) | [homepage](https://github.com/jonschlinkert/ends-with "Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for comparisons.") +* [is-absolute](https://www.npmjs.com/package/is-absolute): Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute. | [homepage](https://github.com/jonschlinkert/is-absolute "Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.") +* [is-relative](https://www.npmjs.com/package/is-relative): Returns `true` if the path appears to be relative. | [homepage](https://github.com/jonschlinkert/is-relative "Returns `true` if the path appears to be relative.") +* [parse-filepath](https://www.npmjs.com/package/parse-filepath): Pollyfill for node.js `path.parse`, parses a filepath into an object. | [homepage](https://github.com/jonschlinkert/parse-filepath "Pollyfill for node.js `path.parse`, parses a filepath into an object.") +* [path-ends-with](https://www.npmjs.com/package/path-ends-with): Return `true` if a file path ends with the given string/suffix. | [homepage](https://github.com/jonschlinkert/path-ends-with "Return `true` if a file path ends with the given string/suffix.") +* [path-segments](https://www.npmjs.com/package/path-segments): Get n specific segments of a file path, e.g. first 2, last 3, etc. | [homepage](https://github.com/jonschlinkert/path-segments "Get n specific segments of a file path, e.g. first 2, last 3, etc.") +* [rewrite-ext](https://www.npmjs.com/package/rewrite-ext): Automatically re-write the destination extension of a filepath based on the source extension. e.g… [more](https://github.com/jonschlinkert/rewrite-ext) | [homepage](https://github.com/jonschlinkert/rewrite-ext "Automatically re-write the destination extension of a filepath based on the source extension. e.g `.coffee` => `.js`. This will only rename the ext, no other path parts are modified.") +* [unixify](https://www.npmjs.com/package/unixify): Convert Windows file paths to unix paths. | [homepage](https://github.com/jonschlinkert/unixify "Convert Windows file paths to unix paths.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 31 | [jonschlinkert](https://github.com/jonschlinkert) | +| 1 | [phated](https://github.com/phated) | + +### Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +### Running tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](https://twitter.com/jonschlinkert) + +### License + +Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.3, on March 29, 2017._ \ No newline at end of file diff --git a/typescript/hello-world/node_modules/normalize-path/index.js b/typescript/hello-world/node_modules/normalize-path/index.js new file mode 100644 index 0000000..4a4f8cc --- /dev/null +++ b/typescript/hello-world/node_modules/normalize-path/index.js @@ -0,0 +1,19 @@ +/*! + * normalize-path + * + * Copyright (c) 2014-2017, Jon Schlinkert. + * Released under the MIT License. + */ + +var removeTrailingSeparator = require('remove-trailing-separator'); + +module.exports = function normalizePath(str, stripTrailing) { + if (typeof str !== 'string') { + throw new TypeError('expected a string'); + } + str = str.replace(/[\\\/]+/g, '/'); + if (stripTrailing !== false) { + str = removeTrailingSeparator(str); + } + return str; +}; diff --git a/typescript/hello-world/node_modules/normalize-path/package.json b/typescript/hello-world/node_modules/normalize-path/package.json new file mode 100644 index 0000000..c16ef9d --- /dev/null +++ b/typescript/hello-world/node_modules/normalize-path/package.json @@ -0,0 +1,78 @@ +{ + "name": "normalize-path", + "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.", + "version": "2.1.1", + "homepage": "https://github.com/jonschlinkert/normalize-path", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Blaine Bublitz (https://twitter.com/BlaineBublitz)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], + "repository": "jonschlinkert/normalize-path", + "bugs": { + "url": "https://github.com/jonschlinkert/normalize-path/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "remove-trailing-separator": "^1.0.1" + }, + "devDependencies": { + "benchmarked": "^0.1.1", + "gulp-format-md": "^0.1.11", + "minimist": "^1.2.0", + "mocha": "*" + }, + "keywords": [ + "backslash", + "file", + "filepath", + "fix", + "forward", + "fp", + "fs", + "normalize", + "path", + "slash", + "slashes", + "trailing", + "unix", + "urix" + ], + "verb": { + "related": { + "list": [ + "contains-path", + "ends-with", + "is-absolute", + "is-relative", + "parse-filepath", + "path-ends-with", + "path-segments", + "rewrite-ext", + "unixify" + ], + "description": "Other useful libraries for working with paths in node.js:" + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + } + } +} diff --git a/typescript/hello-world/node_modules/npm-run-path/index.js b/typescript/hello-world/node_modules/npm-run-path/index.js new file mode 100644 index 0000000..56f31e4 --- /dev/null +++ b/typescript/hello-world/node_modules/npm-run-path/index.js @@ -0,0 +1,39 @@ +'use strict'; +const path = require('path'); +const pathKey = require('path-key'); + +module.exports = opts => { + opts = Object.assign({ + cwd: process.cwd(), + path: process.env[pathKey()] + }, opts); + + let prev; + let pth = path.resolve(opts.cwd); + const ret = []; + + while (prev !== pth) { + ret.push(path.join(pth, 'node_modules/.bin')); + prev = pth; + pth = path.resolve(pth, '..'); + } + + // ensure the running `node` binary is used + ret.push(path.dirname(process.execPath)); + + return ret.concat(opts.path).join(path.delimiter); +}; + +module.exports.env = opts => { + opts = Object.assign({ + env: process.env + }, opts); + + const env = Object.assign({}, opts.env); + const path = pathKey({env}); + + opts.path = env[path]; + env[path] = module.exports(opts); + + return env; +}; diff --git a/typescript/hello-world/node_modules/npm-run-path/license b/typescript/hello-world/node_modules/npm-run-path/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/npm-run-path/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/npm-run-path/package.json b/typescript/hello-world/node_modules/npm-run-path/package.json new file mode 100644 index 0000000..3c27504 --- /dev/null +++ b/typescript/hello-world/node_modules/npm-run-path/package.json @@ -0,0 +1,45 @@ +{ + "name": "npm-run-path", + "version": "2.0.2", + "description": "Get your PATH prepended with locally installed binaries", + "license": "MIT", + "repository": "sindresorhus/npm-run-path", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "npm", + "run", + "path", + "package", + "bin", + "binary", + "binaries", + "script", + "cli", + "command-line", + "execute", + "executable" + ], + "dependencies": { + "path-key": "^2.0.0" + }, + "devDependencies": { + "ava": "*", + "xo": "*" + }, + "xo": { + "esnext": true + } +} diff --git a/typescript/hello-world/node_modules/npm-run-path/readme.md b/typescript/hello-world/node_modules/npm-run-path/readme.md new file mode 100644 index 0000000..4ff4722 --- /dev/null +++ b/typescript/hello-world/node_modules/npm-run-path/readme.md @@ -0,0 +1,81 @@ +# npm-run-path [![Build Status](https://travis-ci.org/sindresorhus/npm-run-path.svg?branch=master)](https://travis-ci.org/sindresorhus/npm-run-path) + +> Get your [PATH](https://en.wikipedia.org/wiki/PATH_(variable)) prepended with locally installed binaries + +In [npm run scripts](https://docs.npmjs.com/cli/run-script) you can execute locally installed binaries by name. This enables the same outside npm. + + +## Install + +``` +$ npm install --save npm-run-path +``` + + +## Usage + +```js +const childProcess = require('child_process'); +const npmRunPath = require('npm-run-path'); + +console.log(process.env.PATH); +//=> '/usr/local/bin' + +console.log(npmRunPath()); +//=> '/Users/sindresorhus/dev/foo/node_modules/.bin:/Users/sindresorhus/dev/node_modules/.bin:/Users/sindresorhus/node_modules/.bin:/Users/node_modules/.bin:/node_modules/.bin:/usr/local/bin' + +// `foo` is a locally installed binary +childProcess.execFileSync('foo', { + env: npmRunPath.env() +}); +``` + + +## API + +### npmRunPath([options]) + +#### options + +##### cwd + +Type: `string`
+Default: `process.cwd()` + +Working directory. + +##### path + +Type: `string`
+Default: [`PATH`](https://github.com/sindresorhus/path-key) + +PATH to be appended.
+Set it to an empty string to exclude the default PATH. + +### npmRunPath.env([options]) + +#### options + +##### cwd + +Type: `string`
+Default: `process.cwd()` + +Working directory. + +##### env + +Type: `Object` + +Accepts an object of environment variables, like `process.env`, and modifies the PATH using the correct [PATH key](https://github.com/sindresorhus/path-key). Use this if you're modifying the PATH for use in the `child_process` options. + + +## Related + +- [npm-run-path-cli](https://github.com/sindresorhus/npm-run-path-cli) - CLI for this module +- [execa](https://github.com/sindresorhus/execa) - Execute a locally installed binary + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/number-is-nan/index.js b/typescript/hello-world/node_modules/number-is-nan/index.js new file mode 100644 index 0000000..79be4b9 --- /dev/null +++ b/typescript/hello-world/node_modules/number-is-nan/index.js @@ -0,0 +1,4 @@ +'use strict'; +module.exports = Number.isNaN || function (x) { + return x !== x; +}; diff --git a/typescript/hello-world/node_modules/number-is-nan/license b/typescript/hello-world/node_modules/number-is-nan/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/number-is-nan/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/number-is-nan/package.json b/typescript/hello-world/node_modules/number-is-nan/package.json new file mode 100644 index 0000000..d2f51d4 --- /dev/null +++ b/typescript/hello-world/node_modules/number-is-nan/package.json @@ -0,0 +1,35 @@ +{ + "name": "number-is-nan", + "version": "1.0.1", + "description": "ES2015 Number.isNaN() ponyfill", + "license": "MIT", + "repository": "sindresorhus/number-is-nan", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "es2015", + "ecmascript", + "ponyfill", + "polyfill", + "shim", + "number", + "is", + "nan", + "not" + ], + "devDependencies": { + "ava": "*" + } +} diff --git a/typescript/hello-world/node_modules/number-is-nan/readme.md b/typescript/hello-world/node_modules/number-is-nan/readme.md new file mode 100644 index 0000000..2463508 --- /dev/null +++ b/typescript/hello-world/node_modules/number-is-nan/readme.md @@ -0,0 +1,28 @@ +# number-is-nan [![Build Status](https://travis-ci.org/sindresorhus/number-is-nan.svg?branch=master)](https://travis-ci.org/sindresorhus/number-is-nan) + +> ES2015 [`Number.isNaN()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN) [ponyfill](https://ponyfill.com) + + +## Install + +``` +$ npm install --save number-is-nan +``` + + +## Usage + +```js +var numberIsNan = require('number-is-nan'); + +numberIsNan(NaN); +//=> true + +numberIsNan('unicorn'); +//=> false +``` + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/nwmatcher/LICENSE b/typescript/hello-world/node_modules/nwmatcher/LICENSE new file mode 100644 index 0000000..2d5f775 --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2007-2017 Diego Perini (http://www.iport.it) + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/nwmatcher/README.md b/typescript/hello-world/node_modules/nwmatcher/README.md new file mode 100644 index 0000000..a6f552a --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/README.md @@ -0,0 +1,112 @@ +# [NWMatcher](http://dperini.github.io/nwmatcher/) + +A fast CSS selector engine and matcher. + + +## Installation + +To include NWMatcher in a standard web page: + +```html + +``` + +To use it with Node.js: + +``` +$ npm install nwmatcher +``` + +NWMatcher currently supports browsers (as a global, `NW.Dom`) and headless environments (as a CommonJS module). + + +## Supported Selectors + +Here is a list of all the CSS2/CSS3 [Supported selectors](https://github.com/dperini/nwmatcher/wiki/CSS-supported-selectors). + + +## Features and Compliance + +You can read more about NWMatcher [features and compliance](https://github.com/dperini/nwmatcher/wiki/Features-and-compliance) on the wiki. + + +## API + +### DOM Selection + +#### `first( selector, context )` + +Returns a reference to the first element matching `selector`, starting at `context`. + +#### `match( element, selector, context )` + +Returns `true` if `element` matches `selector`, starting at `context`; returns `false` otherwise. + +#### `select( selector, context, callback )` + +Returns an array of all the elements matching `selector`, starting at `context`. If `callback` is provided, it is invoked for each matching element. + + +### DOM Helpers + +#### `byId( id, from )` + +Returns a reference to the first element with ID `id`, optionally filtered to descendants of the element `from`. + +#### `byTag( tag, from )` + +Returns an array of elements having the specified tag name `tag`, optionally filtered to descendants of the element `from`. + +#### `byClass( class, from )` + +Returns an array of elements having the specified class name `class`, optionally filtered to descendants of the element `from`. + +#### `byName( name, from )` + +Returns an array of elements having the specified value `name` for their name attribute, optionally filtered to descendants of the element `from`. + +#### `getAttribute( element, attribute )` + +Return the value read from the attribute of `element` with name `attribute`, as a string. + +#### `hasAttribute( element, attribute )` + +Returns true `element` has an attribute with name `attribute` set; returns `false` otherwise. + + +### Engine Configuration + +#### `configure( options )` + +The following is the list of currently available configuration options, their default values and descriptions, they are boolean flags that can be set to `true` or `false`: + +* `CACHING`: false - false to disable caching of result sets, true to enable +* `ESCAPECHR`: true - true to allow CSS escaped identifiers, false to disallow +* `NON_ASCII`: true - true to allow identifiers containing non-ASCII (utf-8) chars +* `SELECTOR3`: true - switch syntax RE, true to use Level 3, false to use Level 2 +* `UNICODE16`: true - true to allow identifiers containing Unicode (utf-16) chars +* `SHORTCUTS`: false - false to disable mangled selector strings like "+div" or "ul>" +* `SIMPLENOT`: true - true to disallow complex selectors nested in ':not()' classes +* `UNIQUE_ID`: true - true to disallow multiple elements with the same id (strict) +* `USE_HTML5`: true - true to use HTML5 specs for ":checked" and similar UI states +* `USE_QSAPI`: true - true to use browsers native Query Selector API if available +* `VERBOSITY`: true - true to throw exceptions, false to skip throwing exceptions +* `LOGERRORS`: true - true to print console errors or warnings, false to mute them + +Example: + +```js +NW.Dom.configure( { USE_QSAPI: false, VERBOSITY: false } ); +``` + +#### `registerOperator( symbol, resolver )` + +Registers a new symbol and its matching resolver in the operators table. Example: + +```js +NW.Dom.registerOperator( '!=', 'n!="%m"' ); +``` + +#### `registerSelector( name, rexp, func )` + +Registers a new selector, with the matching regular expression and the appropriate resolver function, in the selectors table. diff --git a/typescript/hello-world/node_modules/nwmatcher/package.json b/typescript/hello-world/node_modules/nwmatcher/package.json new file mode 100644 index 0000000..c39ebe7 --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/package.json @@ -0,0 +1,39 @@ +{ + "name": "nwmatcher", + "version": "1.4.0", + "description": "A CSS3-compliant JavaScript selector engine.", + "homepage": "http://javascript.nwbox.com/NWMatcher/", + "main": "./src/nwmatcher", + "keywords": [ + "css", + "matcher", + "selector", + "ender" + ], + "licenses": [ + { + "type": "MIT", + "url": "http://javascript.nwbox.com/NWMatcher/MIT-LICENSE" + } + ], + "author": { + "name": "Diego Perini", + "email": "diego.perini@gmail.com", + "web": "http://www.iport.it/" + }, + "maintainers": [ + { + "name": "Diego Perini", + "email": "diego.perini@gmail.com", + "web": "http://www.iport.it/" + } + ], + "bugs": { + "url": "http://github.com/dperini/nwmatcher/issues" + }, + "repository": { + "type": "git", + "url": "git://github.com/dperini/nwmatcher.git" + }, + "ender": "./lib/ender/bridge.js" +} diff --git a/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-cache.js b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-cache.js new file mode 100644 index 0000000..014ccda --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-cache.js @@ -0,0 +1,187 @@ +/* + * Copyright (C) 2007-2017 Diego Perini + * All rights reserved. + * + * Caching/memoization module for NWMatcher + * + * Added capabilities: + * + * - Mutation Events are feature tested and used safely + * - handle caching different document types HTML/XML/SVG + * - store result sets for different selectors / contexts + * - simultaneously control mutation on multiple documents + * + */ + +(function(global) { + + // export the public API for CommonJS implementations, + // for headless JS engines or for standard web browsers + var Dom = + // as CommonJS/NodeJS module + typeof exports == 'object' ? exports : + // create or extend NW namespace + ((global.NW || (global.NW = { })) && + (global.NW.Dom || (global.NW.Dom = { })), + + Contexts = { }, + Results = { }, + + isEnabled = false, + isExpired = true, + isPaused = false, + + context = global.document, + root = context.documentElement, + + // timing pauses + now = 0, + + // last time cache initialization was called + lastCalled = 0, + + // minimum time allowed between calls to the cache initialization + minCacheRest = 15, //ms + + mutationTest = + function(type, callback) { + var isSupported = false, + root = document.documentElement, + div = document.createElement('div'), + handler = function() { isSupported = true; }; + root.insertBefore(div, root.firstChild); + div.addEventListener(type, handler, true); + if (callback && callback.call) callback(div); + div.removeEventListener(type, handler, true); + root.removeChild(div); + return isSupported; + }, + + // check for Mutation Events, DOMAttrModified should be + // enough to ensure DOMNodeInserted/DOMNodeRemoved exist + HACKED_MUTATION_EVENTS = false, + + NATIVE_MUTATION_EVENTS = root.addEventListener ? + mutationTest('DOMAttrModified', function(e) { e.setAttribute('id', 'nw'); }) : false, + + loadResults = + function(selector, from, doc, root) { + if (isEnabled && !isPaused) { + if (!isExpired) { + if (Results[selector] && Contexts[selector] === from) { + return Results[selector]; + } + } else { + // pause caching while we are getting + // hammered by dom mutations (jdalton) + now = (new Date).getTime(); + if ((now - lastCalled) < minCacheRest) { + isPaused = isExpired = true; + setTimeout(function() { isPaused = false; }, minCacheRest); + } else setCache(true, doc); + lastCalled = now; + } + } + return undefined; + }, + + saveResults = + function(selector, from, doc, data) { + Contexts[selector] = from; + Results[selector] = data; + return; + }, + + /*-------------------------------- CACHING ---------------------------------*/ + + // invoked by mutation events to expire cached parts + mutationWrapper = + function(event) { + var d = event.target.ownerDocument || event.target; + stopMutation(d); + expireCache(d); + }, + + // append mutation events + startMutation = + function(d) { + if (!d.isCaching && d.addEventListener) { + // FireFox/Opera/Safari/KHTML have support for Mutation Events + d.addEventListener('DOMAttrModified', mutationWrapper, true); + d.addEventListener('DOMNodeInserted', mutationWrapper, true); + d.addEventListener('DOMNodeRemoved', mutationWrapper, true); + d.isCaching = true; + } + }, + + // remove mutation events + stopMutation = + function(d) { + if (d.isCaching && d.removeEventListener) { + d.removeEventListener('DOMAttrModified', mutationWrapper, true); + d.removeEventListener('DOMNodeInserted', mutationWrapper, true); + d.removeEventListener('DOMNodeRemoved', mutationWrapper, true); + d.isCaching = false; + } + }, + + // enable/disable context caching system + // @d optional document context (iframe, xml document) + // script loading context will be used as default context + setCache = + function(enable, d) { + if (!!enable) { + isExpired = false; + startMutation(d); + } else { + isExpired = true; + stopMutation(d); + } + isEnabled = !!enable; + }, + + // expire complete cache + // can be invoked by Mutation Events or + // programmatically by other code/scripts + // document context is mandatory no checks + expireCache = + function(d) { + isExpired = true; + Contexts = { }; + Results = { }; + }; + + if (!NATIVE_MUTATION_EVENTS && root.addEventListener && Element && Element.prototype) { + if (mutationTest('DOMNodeInserted', function(e) { e.appendChild(document.createElement('div')); }) && + mutationTest('DOMNodeRemoved', function(e) { e.removeChild(e.appendChild(document.createElement('div'))); })) { + HACKED_MUTATION_EVENTS = true; + Element.prototype._setAttribute = Element.prototype.setAttribute; + Element.prototype.setAttribute = + function(name, val) { + this._setAttribute(name, val); + mutationWrapper({ + target: this, + type: 'DOMAttrModified', + attrName: name, + attrValue: val }); + }; + } + } + + isEnabled = NATIVE_MUTATION_EVENTS || HACKED_MUTATION_EVENTS; + + /*------------------------------- PUBLIC API -------------------------------*/ + + // save results into cache + Dom.saveResults = saveResults; + + // load results from cache + Dom.loadResults = loadResults; + + // expire DOM tree cache + Dom.expireCache = expireCache; + + // enable/disable cache + Dom.setCache = setCache; + +})(this); diff --git a/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-jquery.js b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-jquery.js new file mode 100644 index 0000000..34cb5bf --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-jquery.js @@ -0,0 +1,126 @@ +/* + * Copyright (C) 2007-2017 Diego Perini + * All rights reserved. + * + * this is just a small example to show + * how an extension for NWMatcher could be + * adapted to handle special jQuery selectors + * + * Child Selectors + * :even, :odd, :eq, :lt, :gt, :first, :last, :nth + * + * Pseudo Selectors + * :has, :button, :header, :input, :checkbox, :radio, :file, :image + * :password, :reset, :submit, :text, :hidden, :visible, :parent + * + */ + +// for structural pseudo-classes extensions +NW.Dom.registerSelector( + 'jquery:child', + /^\:((?:(nth|eq|lt|gt)\(([^()]*)\))|(?:even|odd|first|last))(.*)/i, + (function(global) { + + return function(match, source, selector) { + + var status = true, ACCEPT_NODE = NW.Dom.ACCEPT_NODE; + + switch (match[1].toLowerCase()) { + case 'odd': + source = source.replace(ACCEPT_NODE, 'if((x=x^1)==0){' + ACCEPT_NODE + '}'); + break; + case 'even': + source = source.replace(ACCEPT_NODE, 'if((x=x^1)==1){' + ACCEPT_NODE + '}'); + break; + case 'first': + source = 'n=h.getElementsByTagName(e.nodeName);if(n.length&&n[0]===e){' + source + '}'; + break; + case 'last': + source = 'n=h.getElementsByTagName(e.nodeName);if(n.length&&n[n.length-1]===e){' + source + '}'; + break; + default: + switch (match[2].toLowerCase()) { + case 'nth': + source = 'n=h.getElementsByTagName(e.nodeName);if(n.length&&n[' + match[3] + ']===e){' + source + '}'; + break; + case 'eq': + source = source.replace(ACCEPT_NODE, 'if(x++==' + match[3] + '){' + ACCEPT_NODE + '}'); + break; + case 'lt': + source = source.replace(ACCEPT_NODE, 'if(x++<' + match[3] + '){' + ACCEPT_NODE + '}'); + break; + case 'gt': + source = source.replace(ACCEPT_NODE, 'if(x++>' + match[3] + '){' + ACCEPT_NODE + '}'); + break; + default: + status = false; + break; + } + break; + } + + // compiler will add this to "source" + return { + 'source': source, + 'status': status + }; + + }; + + })(this)); + +// for element pseudo-classes extensions +NW.Dom.registerSelector( + 'jquery:pseudo', + /^\:(has|checkbox|file|image|password|radio|reset|submit|text|button|input|header|hidden|visible|parent)(?:\(\s*(["']*)?([^'"()]*)\2\s*\))?(.*)/i, + (function(global) { + + return function(match, source) { + + var status = true, ACCEPT_NODE = NW.Dom.ACCEPT_NODE; + + switch(match[1].toLowerCase()) { + case 'has': + source = source.replace(ACCEPT_NODE, 'if(e.getElementsByTagName("' + match[3].replace(/^\s|\s$/g, '') + '")[0]){' + ACCEPT_NODE + '}'); + break; + case 'checkbox': + case 'file': + case 'image': + case 'password': + case 'radio': + case 'reset': + case 'submit': + case 'text': + // :checkbox, :file, :image, :password, :radio, :reset, :submit, :text + source = 'if(/^' + match[1] + '$/i.test(e.type)){' + source + '}'; + break; + case 'button': + case 'input': + source = 'if(e.type||/button/i.test(e.nodeName)){' + source + '}'; + break; + case 'header': + source = 'if(/h[1-6]/i.test(e.nodeName)){' + source + '}'; + break; + case 'hidden': + source = 'if(!e.offsetWidth&&!e.offsetHeight){' + source + '}'; + break; + case 'visible': + source = 'if(e.offsetWidth||e.offsetHeight){' + source + '}'; + break; + case 'parent': + source += 'if(e.firstChild){' + source + '}'; + break; + default: + status = false; + break; + } + + // compiler will add this to "source" + return { + 'source': source, + 'status': status + }; + + }; + + })(this)); diff --git a/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-pseudos.js b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-pseudos.js new file mode 100644 index 0000000..ac15f28 --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-pseudos.js @@ -0,0 +1,308 @@ +/* + * Copyright (C) 2007-2017 Diego Perini + * All rights reserved. + * + * CSS3 pseudo-classes extension for NWMatcher + * + * Added capabilities: + * + * - structural pseudo-classes + * + * :root, :empty, + * :nth-child(), nth-of-type(), + * :nth-last-child(), nth-last-of-type(), + * :first-child, :last-child, :only-child + * :first-of-type, :last-of-type, :only-of-type + * + * - negation, language, target and UI element pseudo-classes + * + * :not(), :target, :lang(), :target + * :link, :visited, :active, :focus, :hover, + * :checked, :disabled, :enabled, :selected + */ + +(function(global) { + + var LINK_NODES = { + 'a': 1, 'A': 1, + 'area': 1, 'AREA': 1, + 'link': 1, 'LINK': 1 + }, + + root = document.documentElement, + + contains = 'compareDocumentPosition' in root ? + function(container, element) { + return (container.compareDocumentPosition(element) & 16) == 16; + } : 'contains' in root ? + function(container, element) { + return element.nodeType == 1 && container.contains(element); + } : + function(container, element) { + while ((element = element.parentNode) && element.nodeType == 1) { + if (element === container) return true; + } + return false; + }, + + isLink = + function(element) { + return element.getAttribute('href') && LINK_NODES[element.nodeName]; + }, + + isEmpty = + function(node) { + node = node.firstChild; + while (node) { + if (node.nodeType == 3 || node.nodeName > '@') return false; + node = node.nextSibling; + } + return true; + }, + + nthElement = + function(element, last) { + var count = 1, succ = last ? 'nextSibling' : 'previousSibling'; + while ((element = element[succ])) { + if (element.nodeName > '@') ++count; + } + return count; + }, + + nthOfType = + function(element, last) { + var count = 1, succ = last ? 'nextSibling' : 'previousSibling', type = element.nodeName; + while ((element = element[succ])) { + if (element.nodeName == type) ++count; + } + return count; + }; + + NW.Dom.Snapshot['contains'] = contains; + + NW.Dom.Snapshot['isLink'] = isLink; + NW.Dom.Snapshot['isEmpty'] = isEmpty; + NW.Dom.Snapshot['nthOfType'] = nthOfType; + NW.Dom.Snapshot['nthElement'] = nthElement; + +})(this); + +NW.Dom.registerSelector( + 'nwmatcher:spseudos', + /^\:(root|empty|(?:first|last|only)(?:-child|-of-type)|nth(?:-last)?(?:-child|-of-type)\(\s*(even|odd|(?:[-+]{0,1}\d*n\s*)?[-+]{0,1}\s*\d*)\s*\))?(.*)/i, + (function(global) { + + return function(match, source) { + + var a, n, b, status = true, test, type; + + switch (match[1]) { + + case 'root': + if (match[3]) + source = 'if(e===h||s.contains(h,e)){' + source + '}'; + else + source = 'if(e===h){' + source + '}'; + break; + + case 'empty': + source = 'if(s.isEmpty(e)){' + source + '}'; + break; + + default: + if (match[1] && match[2]) { + + if (match[2] == 'n') { + source = 'if(e!==h){' + source + '}'; + break; + } else if (match[2] == 'even') { + a = 2; + b = 0; + } else if (match[2] == 'odd') { + a = 2; + b = 1; + } else { + b = ((n = match[2].match(/(-?\d+)$/)) ? parseInt(n[1], 10) : 0); + a = ((n = match[2].match(/(-?\d*)n/i)) ? parseInt(n[1], 10) : 0); + if (n && n[1] == '-') a = -1; + } + test = a > 1 ? + (/last/i.test(match[1])) ? '(n-(' + b + '))%' + a + '==0' : + 'n>=' + b + '&&(n-(' + b + '))%' + a + '==0' : a < -1 ? + (/last/i.test(match[1])) ? '(n-(' + b + '))%' + a + '==0' : + 'n<=' + b + '&&(n-(' + b + '))%' + a + '==0' : a === 0 ? + 'n==' + b : a == -1 ? 'n<=' + b : 'n>=' + b; + source = + 'if(e!==h){' + + 'n=s[' + (/-of-type/i.test(match[1]) ? '"nthOfType"' : '"nthElement"') + ']' + + '(e,' + (/last/i.test(match[1]) ? 'true' : 'false') + ');' + + 'if(' + test + '){' + source + '}' + + '}'; + + } else if (match[1]) { + + a = /first/i.test(match[1]) ? 'previous' : 'next'; + n = /only/i.test(match[1]) ? 'previous' : 'next'; + b = /first|last/i.test(match[1]); + type = /-of-type/i.test(match[1]) ? '&&n.nodeName!==e.nodeName' : '&&n.nodeName<"@"'; + source = 'if(e!==h){' + + ( 'n=e;while((n=n.' + a + 'Sibling)' + type + ');if(!n){' + (b ? source : + 'n=e;while((n=n.' + n + 'Sibling)' + type + ');if(!n){' + source + '}') + '}' ) + '}'; + + } else { + + status = false; + + } + break; + } + + return { + 'source': source, + 'status': status + }; + + }; + + })(this)); + +NW.Dom.registerSelector( + 'nwmatcher:dpseudos', + /^\:(link|visited|target|active|focus|hover|checked|disabled|enabled|selected|lang\(([-\w]{2,})\)|not\(\s*(:nth(?:-last)?(?:-child|-of-type)\(\s*(?:even|odd|(?:[-+]{0,1}\d*n\s*)?[-+]{0,1}\s*\d*)\s*\)|[^()]*)\s*\))?(.*)/i, + (function(global) { + + var doc = global.document, + Config = NW.Dom.Config, + Tokens = NW.Dom.Tokens, + + reTrimSpace = RegExp('^\\s+|\\s+$', 'g'), + + reSimpleNot = RegExp('^((?!:not)' + + '(' + Tokens.prefixes + '|' + Tokens.identifier + + '|\\([^()]*\\))+|\\[' + Tokens.attributes + '\\])$'); + + return function(match, source) { + + var expr, status = true, test; + + switch (match[1].match(/^\w+/)[0]) { + + case 'not': + expr = match[3].replace(reTrimSpace, ''); + if (Config.SIMPLENOT && !reSimpleNot.test(expr)) { + NW.Dom.emit('Negation pseudo-class only accepts simple selectors "' + selector + '"'); + } else { + if ('compatMode' in doc) { + source = 'if(!' + NW.Dom.compile(expr, '', false) + '(e,s,d,h,g)){' + source + '}'; + } else { + source = 'if(!s.match(e, "' + expr.replace(/\x22/g, '\\"') + '",g)){' + source +'}'; + } + } + break; + + case 'checked': + source = 'if((typeof e.form!=="undefined"&&(/^(?:radio|checkbox)$/i).test(e.type)&&e.checked)' + + (Config.USE_HTML5 ? '||(/^option$/i.test(e.nodeName)&&(e.selected||e.checked))' : '') + + '){' + source + '}'; + break; + + case 'disabled': + source = 'if(((typeof e.form!=="undefined"' + + (Config.USE_HTML5 ? '' : '&&!(/^hidden$/i).test(e.type)') + + ')||s.isLink(e))&&e.disabled===true){' + source + '}'; + break; + + case 'enabled': + source = 'if(((typeof e.form!=="undefined"' + + (Config.USE_HTML5 ? '' : '&&!(/^hidden$/i).test(e.type)') + + ')||s.isLink(e))&&e.disabled===false){' + source + '}'; + break; + + case 'lang': + test = ''; + if (match[2]) test = match[2].substr(0, 2) + '-'; + source = 'do{(n=e.lang||"").toLowerCase();' + + 'if((n==""&&h.lang=="' + match[2].toLowerCase() + '")||' + + '(n&&(n=="' + match[2].toLowerCase() + + '"||n.substr(0,3)=="' + test.toLowerCase() + '")))' + + '{' + source + 'break;}}while((e=e.parentNode)&&e!==g);'; + break; + + case 'target': + source = 'if(e.id==d.location.hash.slice(1)){' + source + '}'; + break; + + case 'link': + source = 'if(s.isLink(e)&&!e.visited){' + source + '}'; + break; + + case 'visited': + source = 'if(s.isLink(e)&&e.visited){' + source + '}'; + break; + + case 'active': + source = 'if(e===d.activeElement){' + source + '}'; + break; + + case 'hover': + source = 'if(e===d.hoverElement){' + source + '}'; + break; + + case 'focus': + source = 'hasFocus' in doc ? + 'if(e===d.activeElement&&d.hasFocus()&&(e.type||e.href||typeof e.tabIndex=="number")){' + source + '}' : + 'if(e===d.activeElement&&(e.type||e.href)){' + source + '}'; + break; + + case 'selected': + source = 'if(/^option$/i.test(e.nodeName)&&(e.selected||e.checked)){' + source + '}'; + break; + + default: + status = false; + break; + } + + return { + 'source': source, + 'status': status + }; + + }; + + })(this)); + +NW.Dom.registerSelector( + 'nwmatcher:epseudos', + /^((?:[:]{1,2}(?:after|before|first-letter|first-line))|(?:[:]{2,2}(?:selection|backdrop|placeholder)))?(.*)/i, + (function(global) { + + return function(match, source) { + + var status = true; + + switch (match[1].match(/(\w+)$/)[0]) { + + case 'after': + case 'before': + case 'first-letter': + case 'first-line': + case 'selection': + case 'backdrop': + case 'placeholder': + source = 'if(!(/1|11/).test(e.nodeType)){' + source + '}'; + break; + + default: + status = false; + break; + } + + return { + 'source': source, + 'status': status + }; + + }; + + })(this)); diff --git a/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-shortcuts.js b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-shortcuts.js new file mode 100644 index 0000000..2f61110 --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-shortcuts.js @@ -0,0 +1,35 @@ +NW.Dom.shortcuts = (function() { + + // match missing R/L context + var nextID = 0, + reLeftContext = /^[\x20\t\n\r\f]*[>+~]/, + reRightContext = /[>+~][\x20\t\n\r\f]*$/; + + return function(selector, from, alt) { + + // add left context if missing + if (reLeftContext.test(selector)) { + if (from.nodeType == 9) { + selector = '* ' + selector; + } else if (/html|body/i.test(from.nodeName)) { + selector = from.nodeName + ' ' + selector; + } else if (alt) { + selector = NW.Dom.shortcuts(selector, alt); + } else if (from.nodeType == 1 && from.id) { + selector = '#' + from.id + ' ' + selector; + } else { + ++nextID; + selector = '#' + (from.id = 'NW' + nextID) + ' ' + selector; + //NW.Dom.emit('Unable to resolve a context for the shortcut selector "' + selector + '"'); + } + } + + // add right context if missing + if (reRightContext.test(selector)) { + selector += ' *'; + } + + return selector; + }; + +})(); diff --git a/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-traversal.js b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-traversal.js new file mode 100644 index 0000000..9d2b62f --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-traversal.js @@ -0,0 +1,90 @@ +/* + * Element Traversal methods from Juriy Zaytsev (kangax) + * used to emulate Prototype up/down/previous/next methods + */ + +(function(D){ + + // TODO: all of this needs tests + var match = D.match, select = D.select, root = document.documentElement, + + // Use the Element Traversal API if available. + nextElement = 'nextElementSibling', + previousElement = 'previousElementSibling', + parentElement = 'parentElement'; + + // Fall back to the DOM Level 1 API. + if (!(nextElement in root)) nextElement = 'nextSibling'; + if (!(previousElement in root)) previousElement = 'previousSibling'; + if (!(parentElement in root)) parentElement = 'parentNode'; + + function walkElements(property, element, expr) { + var i = 0, isIndex = typeof expr == 'number'; + if (typeof expr == 'undefined') { + isIndex = true; + expr = 0; + } + while ((element = element[property])) { + if (element.nodeType != 1) continue; + if (isIndex) { + ++i; + if (i == expr) return element; + } else if (match(element, expr)) { + return element; + } + } + return null; + } + + /** + * @method up + * @param {HTMLElement} element element to walk from + * @param {String | Number} expr CSS expression or an index + * @return {HTMLElement | null} + */ + function up(element, expr) { + return walkElements(parentElement, element, expr); + } + /** + * @method next + * @param {HTMLElement} element element to walk from + * @param {String | Number} expr CSS expression or an index + * @return {HTMLElement | null} + */ + function next(element, expr) { + return walkElements(nextElement, element, expr); + } + /** + * @method previous + * @param {HTMLElement} element element to walk from + * @param {String | Number} expr CSS expression or an index + * @return {HTMLElement | null} + */ + function previous(element, expr) { + return walkElements(previousElement, element, expr); + } + /** + * @method down + * @param {HTMLElement} element element to walk from + * @param {String | Number} expr CSS expression or an index + * @return {HTMLElement | null} + */ + function down(element, expr) { + var isIndex = typeof expr == 'number', descendants, index, descendant; + if (expr === null) { + element = element.firstChild; + while (element && element.nodeType != 1) element = element[nextElement]; + return element; + } + if (!isIndex && match(element, expr) || isIndex && expr === 0) return element; + descendants = select('*', element); + if (isIndex) return descendants[expr] || null; + index = 0; + while ((descendant = descendants[index]) && !match(descendant, expr)) { ++index; } + return descendant || null; + } + D.up = up; + D.down = down; + D.next = next; + D.previous = previous; +})(NW.Dom); diff --git a/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-webforms.js b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-webforms.js new file mode 100644 index 0000000..bb60c6a --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/src/modules/nwmatcher-webforms.js @@ -0,0 +1,104 @@ +/* + * Copyright (C) 2007-2017 Diego Perini + * All rights reserved. + * + * this is just a small example to show + * how an extension for NWMatcher could be + * adapted to handle WebForms/HTML5 selectors + * + * Pseudo Selectors + * :default, :indeterminate, :optional, :required, + * :valid, :invalid, :in-range, :out-of-range, + * :read-only, :read-write + * :has, :matches (not yet in a defined specification) + * + */ + +// for UI pseudo-classes extensions (WebForms/HTML5) +NW.Dom.registerSelector( + 'html5:pseudos', + /^\:(default|indeterminate|optional|required|valid|invalid|in-range|out-of-range|read-only|read-write)(.*)/, + (function(global) { + + return function(match, source) { + + var status = true, + + HTML5PseudoClasses = { + 'default': 4, 'indeterminate': 4, 'invalid': 4, 'valid': 4, + 'optional': 4, 'required': 4, 'read-write': 4, 'read-only': 4 + }; + + switch (match[1]) { + + // HTML5 UI element states (form controls) + case 'default': + // only radio buttons, check boxes and option elements + source = 'if(((typeof e.form!=="undefined"&&(/radio|checkbox/i).test(e.type))||/option/i.test(e.nodeName))&&(e.defaultChecked||e.defaultSelected)){' + source + '}'; + break; + + case 'indeterminate': + // only radio buttons, check boxes and option elements + source = 'if(typeof e.form!=="undefined"&&(/radio|checkbox/i).test(e.type)&&s.select("[checked]",e.form).length===0){' + source + '}'; + break; + + case 'optional': + // only fields for which "required" applies + source = 'if(typeof e.form!=="undefined"&&typeof e.required!="undefined"&&!e.required){' + source + '}'; + break; + + case 'required': + // only fields for which "required" applies + source = 'if(typeof e.form!=="undefined"&&typeof e.required!="undefined"&&e.required){' + source + '}'; + break; + + case 'read-write': + // only fields for which "readOnly" applies + source = 'if(typeof e.form!=="undefined"&&typeof e.readOnly!="undefined"&&!e.readOnly){' + source + '}'; + break; + + case 'read-only': + // only fields for which "readOnly" applies + source = 'if(typeof e.form!=="undefined"&&typeof e.readOnly!="undefined"&&e.readOnly){' + source + '}'; + break; + + case 'invalid': + // only fields for which validity applies + source = 'if(typeof e.form!=="undefined"&&typeof e.validity=="object"&&!e.validity.valid){' + source + '}'; + break; + + case 'valid': + // only fields for which validity applies + source = 'if(typeof e.form!=="undefined"&&typeof e.validity=="object"&&e.validity.valid){' + source + '}'; + break; + + case 'in-range': + // only fields for which validity applies + source = 'if(typeof e.form!=="undefined"&&' + + '(s.getAttribute(e,"min")||s.getAttribute(e,"max"))&&' + + 'typeof e.validity=="object"&&!e.validity.typeMismatch&&' + + '!e.validity.rangeUnderflow&&!e.validity.rangeOverflow){' + source + '}'; + break; + + case 'out-of-range': + // only fields for which validity applies + source = 'if(typeof e.form!=="undefined"&&' + + '(s.getAttribute(e,"min")||s.getAttribute(e,"max"))&&' + + 'typeof e.validity=="object"&&(e.validity.rangeUnderflow||e.validity.rangeOverflow)){' + source + '}'; + break; + + default: + status = false; + break; + + } + + // compiler will add this to "source" + return { + 'source': source, + 'status': status + }; + + }; + + })(this)); diff --git a/typescript/hello-world/node_modules/nwmatcher/src/nwmatcher-base.js b/typescript/hello-world/node_modules/nwmatcher/src/nwmatcher-base.js new file mode 100644 index 0000000..858dfaf --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/src/nwmatcher-base.js @@ -0,0 +1,777 @@ +/* + * Copyright (C) 2007-2017 Diego Perini + * All rights reserved. + * + * nwmatcher-base.js - A fast CSS selector engine and matcher + * + * Author: Diego Perini + * Version: 1.4.0 + * Created: 20070722 + * Release: 20170520 + * + * License: + * http://javascript.nwbox.com/NWMatcher/MIT-LICENSE + * Download: + * http://javascript.nwbox.com/NWMatcher/nwmatcher.js + */ + +(function(global, factory) { + + if (typeof module == 'object' && typeof exports == 'object') { + module.exports = factory; + } else if (typeof define === 'function' && define["amd"]) { + define(factory); + } else { + global.NW || (global.NW = { }); + global.NW.Dom = factory(global); + } + +})(this, function(global) { + + var version = 'nwmatcher-1.4.0', + + doc = global.document, + root = doc.documentElement, + + isSingleMatch, + isSingleSelect, + + lastSlice, + lastContext, + lastPosition, + + lastMatcher, + lastSelector, + + lastPartsMatch, + lastPartsSelect, + + prefixes = '(?:[#.:]|::)?', + operators = '([~*^$|!]?={1})', + whitespace = '[\\x20\\t\\n\\r\\f]', + combinators = '\\x20|[>+~](?=[^>+~])', + pseudoparms = '(?:[-+]?\\d*n)?[-+]?\\d*', + skip_groups = '\\[.*\\]|\\(.*\\)|\\{.*\\}', + + any_esc_chr = '\\\\.', + alphalodash = '[_a-zA-Z]', + non_asc_chr = '[^\\x00-\\x9f]', + escaped_chr = '\\\\[^\\n\\r\\f0-9a-fA-F]', + unicode_chr = '\\\\[0-9a-fA-F]{1,6}(?:\\r\\n|' + whitespace + ')?', + + quotedvalue = '"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"' + "|'[^'\\\\]*(?:\\\\.[^'\\\\]*)*'", + + reSplitGroup = /([^,\\()[\]]+|\[[^[\]]*\]|\[.*\]|\([^()]+\)|\(.*\)|\{[^{}]+\}|\{.*\}|\\.)+/g, + + reTrimSpaces = RegExp('[\\n\\r\\f]|^' + whitespace + '+|' + whitespace + '+$', 'g'), + + reEscapedChars = /\\([0-9a-fA-F]{1,6}[\x20\t\n\r\f]?|.)|([\x22\x27])/g, + + standardValidator, extendedValidator, reValidator, + + attrcheck, attributes, attrmatcher, pseudoclass, + + reOptimizeSelector, reSimpleNot, reSplitToken, + + Optimize, identifier, extensions = '.+', + + Patterns = { + children: RegExp('^' + whitespace + '*\\>' + whitespace + '*(.*)'), + adjacent: RegExp('^' + whitespace + '*\\+' + whitespace + '*(.*)'), + relative: RegExp('^' + whitespace + '*\\~' + whitespace + '*(.*)'), + ancestor: RegExp('^' + whitespace + '+(.*)'), + universal: RegExp('^\\*(.*)') + }, + + Tokens = { + prefixes: prefixes, + identifier: identifier, + attributes: attributes + }, + + QUIRKS_MODE, + XML_DOCUMENT, + + GEBTN = 'getElementsByTagName' in doc, + GEBCN = 'getElementsByClassName' in doc, + + IE_LT_9 = typeof doc.addEventListener != 'function', + + LINK_NODES = { a: 1, A: 1, area: 1, AREA: 1, link: 1, LINK: 1 }, + + ATTR_BOOLEAN = { + checked: 1, disabled: 1, ismap: 1, + multiple: 1, readonly: 1, selected: 1 + }, + + ATTR_DEFAULT = { + value: 'defaultValue', + checked: 'defaultChecked', + selected: 'defaultSelected' + }, + + ATTR_URIDATA = { + action: 2, cite: 2, codebase: 2, data: 2, href: 2, + longdesc: 2, lowsrc: 2, src: 2, usemap: 2 + }, + + INSENSITIVE_MAP = { + 'class': 0, + 'href': 1, 'lang': 1, 'src': 1, 'style': 1, 'title': 1, + 'type': 1, 'xmlns': 1, 'xml:lang': 1, 'xml:space': 1 + }, + + Selectors = { }, + + Operators = { + '=': "n=='%m'", + '^=': "n.indexOf('%m')==0", + '*=': "n.indexOf('%m')>-1", + '|=': "(n+'-').indexOf('%m-')==0", + '~=': "(' '+n+' ').indexOf(' %m ')>-1", + '$=': "n.substr(n.length-'%m'.length)=='%m'" + }, + + concatCall = + function(data, elements, callback) { + var i = -1, element; + while ((element = elements[++i])) { + if (false === callback(data[data.length] = element)) { break; } + } + return data; + }, + + switchContext = + function(from, force) { + var oldDoc = doc; + lastContext = from; + doc = from.ownerDocument || from; + if (force || oldDoc !== doc) { + root = doc.documentElement; + XML_DOCUMENT = doc.createElement('DiV').nodeName == 'DiV'; + QUIRKS_MODE = !XML_DOCUMENT && + typeof doc.compatMode == 'string' ? + doc.compatMode.indexOf('CSS') < 0 : + (function() { + var style = doc.createElement('div').style; + return style && (style.width = 1) && style.width == '1px'; + })(); + + Config.CACHING && Dom.setCache(true, doc); + } + }, + + codePointToUTF16 = + function(codePoint) { + if (codePoint < 1 || codePoint > 0x10ffff || + (codePoint > 0xd7ff && codePoint < 0xe000)) { + return '\\ufffd'; + } + if (codePoint < 0x10000) { + var lowHex = '000' + codePoint.toString(16); + return '\\u' + lowHex.substr(lowHex.length - 4); + } + return '\\u' + (((codePoint - 0x10000) >> 0x0a) + 0xd800).toString(16) + + '\\u' + (((codePoint - 0x10000) % 0x400) + 0xdc00).toString(16); + }, + + stringFromCodePoint = + function(codePoint) { + if (codePoint < 1 || codePoint > 0x10ffff || + (codePoint > 0xd7ff && codePoint < 0xe000)) { + return '\ufffd'; + } + if (codePoint < 0x10000) { + return String.fromCharCode(codePoint); + } + return String.fromCodePoint ? + String.fromCodePoint(codePoint) : + String.fromCharCode( + ((codePoint - 0x10000) >> 0x0a) + 0xd800, + ((codePoint - 0x10000) % 0x400) + 0xdc00); + }, + + convertEscapes = + function(str) { + return str.replace(reEscapedChars, + function(substring, p1, p2) { + return p2 ? '\\' + p2 : + /^[0-9a-fA-F]/.test(p1) ? codePointToUTF16(parseInt(p1, 16)) : + /^[\\\x22\x27]/.test(p1) ? substring : + p1; + } + ); + }, + + unescapeIdentifier = + function(str) { + return str.replace(reEscapedChars, + function(substring, p1, p2) { + return p2 ? p2 : + /^[0-9a-fA-F]/.test(p1) ? stringFromCodePoint(parseInt(p1, 16)) : + /^[\\\x22\x27]/.test(p1) ? substring : + p1; + } + ); + }, + + byIdRaw = + function(id, elements) { + var i = -1, element; + while ((element = elements[++i])) { + if (element.getAttribute('id') == id) { + break; + } + } + return element || null; + }, + + _byId = !IE_LT_9 ? + function(id, from) { + id = (/\\/).test(id) ? unescapeIdentifier(id) : id; + return from.getElementById && from.getElementById(id) || + byIdRaw(id, from.getElementsByTagName('*')); + } : + function(id, from) { + var element = null; + id = (/\\/).test(id) ? unescapeIdentifier(id) : id; + if (XML_DOCUMENT || from.nodeType != 9) { + return byIdRaw(id, from.getElementsByTagName('*')); + } + if ((element = from.getElementById(id)) && + element.name == id && from.getElementsByName) { + return byIdRaw(id, from.getElementsByName(id)); + } + return element; + }, + + byId = + function(id, from) { + from || (from = doc); + if (lastContext !== from) { switchContext(from); } + return _byId(id, from); + }, + + byTagRaw = + function(tag, from) { + var any = tag == '*', element = from, elements = [ ], next = element.firstChild; + any || (tag = tag.toUpperCase()); + while ((element = next)) { + if (element.tagName > '@' && (any || element.tagName.toUpperCase() == tag)) { + elements[elements.length] = element; + } + if ((next = element.firstChild || element.nextSibling)) continue; + while (!next && (element = element.parentNode) && element !== from) { + next = element.nextSibling; + } + } + return elements; + }, + + getAttribute = !IE_LT_9 ? + function(node, attribute) { + return node.getAttribute(attribute); + } : + function(node, attribute) { + attribute = attribute.toLowerCase(); + if (typeof node[attribute] == 'object') { + return node.attributes[attribute] && + node.attributes[attribute].value; + } + return ( + attribute == 'type' ? node.getAttribute(attribute) : + ATTR_URIDATA[attribute] ? node.getAttribute(attribute, 2) : + ATTR_BOOLEAN[attribute] ? node.getAttribute(attribute) ? attribute : 'false' : + (node = node.getAttributeNode(attribute)) && node.value); + }, + + hasAttribute = !IE_LT_9 && root.hasAttribute ? + function(node, attribute) { + return node.hasAttribute(attribute); + } : + function(node, attribute) { + var obj = node.getAttributeNode(attribute = attribute.toLowerCase()); + return ATTR_DEFAULT[attribute] && attribute != 'value' ? + node[ATTR_DEFAULT[attribute]] : obj && obj.specified; + }, + + configure = + function(option) { + if (typeof option == 'string') { return !!Config[option]; } + if (typeof option != 'object') { return Config; } + for (var i in option) { + Config[i] = !!option[i]; + if (i == 'SIMPLENOT') { + matchContexts = { }; + matchResolvers = { }; + selectContexts = { }; + selectResolvers = { }; + } + } + setIdentifierSyntax(); + reValidator = RegExp(Config.SIMPLENOT ? + standardValidator : extendedValidator); + return true; + }, + + emit = + function(message) { + if (Config.VERBOSITY) { throw Error(message); } + if (Config.LOGERRORS && console && console.log) { + console.log(message); + } + }, + + Config = { + CACHING: false, + ESCAPECHR: true, + NON_ASCII: true, + SELECTOR3: true, + UNICODE16: true, + SHORTCUTS: false, + SIMPLENOT: true, + UNIQUE_ID: true, + USE_HTML5: true, + VERBOSITY: true, + LOGERRORS: true + }, + + initialize = + function(doc) { + setIdentifierSyntax(); + switchContext(doc, true); + }, + + setIdentifierSyntax = + function() { + + var syntax = '', start = Config['SELECTOR3'] ? '-{2}|' : ''; + + Config['NON_ASCII'] && (syntax += '|' + non_asc_chr); + Config['UNICODE16'] && (syntax += '|' + unicode_chr); + Config['ESCAPECHR'] && (syntax += '|' + escaped_chr); + + syntax += (Config['UNICODE16'] || Config['ESCAPECHR']) ? '' : '|' + any_esc_chr; + + identifier = '-?(?:' + start + alphalodash + syntax + ')(?:-|[0-9]|' + alphalodash + syntax + ')*'; + + attrcheck = '(' + quotedvalue + '|' + identifier + ')'; + attributes = whitespace + '*(' + identifier + '(?::' + identifier + ')?)' + + whitespace + '*(?:' + operators + whitespace + '*' + attrcheck + ')?' + whitespace + '*'; + attrmatcher = attributes.replace(attrcheck, '([\\x22\\x27]*)((?:\\\\?.)*?)\\3'); + + pseudoclass = '((?:' + + pseudoparms + '|' + quotedvalue + '|' + + prefixes + identifier + '|' + + '\\[' + attributes + '\\]|' + + '\\(.+\\)|' + whitespace + '*|' + + ',)+)'; + + standardValidator = + '(?=[\\x20\\t\\n\\r\\f]*[^>+~(){}<>])' + + '(' + + '\\*' + + '|(?:' + prefixes + identifier + ')' + + '|' + combinators + + '|\\[' + attributes + '\\]' + + '|\\(' + pseudoclass + '\\)' + + '|\\{' + extensions + '\\}' + + '|(?:,|' + whitespace + '*)' + + ')+'; + + reSimpleNot = RegExp('^(' + + '(?!:not)' + + '(' + prefixes + identifier + + '|\\([^()]*\\))+' + + '|\\[' + attributes + '\\]' + + ')$'); + + reSplitToken = RegExp('(' + + prefixes + identifier + '|' + + '\\[' + attributes + '\\]|' + + '\\(' + pseudoclass + '\\)|' + + '\\\\.|[^\\x20\\t\\n\\r\\f>+~])+', 'g'); + + reOptimizeSelector = RegExp(identifier + '|^$'); + + Optimize = { + ID: RegExp('^\\*?#(' + identifier + ')|' + skip_groups), + TAG: RegExp('^(' + identifier + ')|' + skip_groups), + CLASS: RegExp('^\\.(' + identifier + '$)|' + skip_groups) + }; + + Patterns.id = RegExp('^#(' + identifier + ')(.*)'); + Patterns.tagName = RegExp('^(' + identifier + ')(.*)'); + Patterns.className = RegExp('^\\.(' + identifier + ')(.*)'); + Patterns.attribute = RegExp('^\\[' + attrmatcher + '\\](.*)'); + + Tokens.identifier = identifier; + Tokens.attributes = attributes; + + extendedValidator = standardValidator.replace(pseudoclass, '.*'); + + reValidator = RegExp(standardValidator); + }, + + ACCEPT_NODE = 'r[r.length]=c[k];if(f&&false===f(c[k]))break main;else continue main;', + REJECT_NODE = IE_LT_9 ? 'if(e.nodeName<"A")continue;' : '', + TO_UPPER_CASE = IE_LT_9 ? '.toUpperCase()' : '', + + compile = + function(selector, source, mode) { + + var parts = typeof selector == 'string' ? selector.match(reSplitGroup) : selector; + + typeof source == 'string' || (source = ''); + + if (parts.length == 1) { + source += compileSelector(parts[0], mode ? ACCEPT_NODE : 'f&&f(k);return true;', mode); + } else { + var i = -1, seen = { }, token; + while ((token = parts[++i])) { + token = token.replace(reTrimSpaces, ''); + if (!seen[token] && (seen[token] = true)) { + source += compileSelector(token, mode ? ACCEPT_NODE : 'f&&f(k);return true;', mode); + } + } + } + + if (mode) { + return Function('c,s,d,h,g,f', + 'var N,n,x=0,k=-1,e,r=[];main:while((e=c[++k])){' + source + '}return r;'); + } else { + return Function('e,s,d,h,g,f', + 'var N,n,x=0,k=e;' + source + 'return false;'); + } + }, + + compileSelector = + function(selector, source, mode) { + + var k = 0, expr, match, result, status, test, type; + + while (selector) { + + k++; + + if ((match = selector.match(Patterns.universal))) { + expr = ''; + } + + else if ((match = selector.match(Patterns.id))) { + match[1] = (/\\/).test(match[1]) ? convertEscapes(match[1]) : match[1]; + source = 'if(' + (XML_DOCUMENT ? + 's.getAttribute(e,"id")' : + '(e.submit?s.getAttribute(e,"id"):e.id)') + + '=="' + match[1] + '"' + + '){' + source + '}'; + } + + else if ((match = selector.match(Patterns.tagName))) { + source = 'if(e.nodeName' + (XML_DOCUMENT ? + '=="' + match[1] + '"' : TO_UPPER_CASE + + '=="' + match[1].toUpperCase() + '"') + + '){' + source + '}'; + } + + else if ((match = selector.match(Patterns.className))) { + match[1] = (/\\/).test(match[1]) ? convertEscapes(match[1]) : match[1]; + match[1] = QUIRKS_MODE ? match[1].toLowerCase() : match[1]; + source = 'if((n=' + (XML_DOCUMENT ? + 'e.getAttribute("class")' : 'e.className') + + ')&&n.length&&(" "+' + (QUIRKS_MODE ? 'n.toLowerCase()' : 'n') + + '.replace(/' + whitespace + '+/g," ")+" ").indexOf(" ' + match[1] + ' ")>-1' + + '){' + source + '}'; + } + + else if ((match = selector.match(Patterns.attribute))) { + if (match[2] && !Operators[match[2]]) { + emit('Unsupported operator in attribute selectors "' + selector + '"'); + return ''; + } + test = 'false'; + if (match[2] && match[4] && (test = Operators[match[2]])) { + match[4] = (/\\/).test(match[4]) ? convertEscapes(match[4]) : match[4]; + INSENSITIVE_MAP['class'] = QUIRKS_MODE ? 1 : 0; + type = INSENSITIVE_MAP[match[1].toLowerCase()]; + test = test.replace(/\%m/g, type ? match[4].toLowerCase() : match[4]); + } else if (match[2] == '!=' || match[2] == '=') { + test = 'n' + match[2] + '=""'; + } + source = 'if(n=s.hasAttribute(e,"' + match[1] + '")){' + + (match[2] ? 'n=s.getAttribute(e,"' + match[1] + '")' : '') + + (type && match[2] ? '.toLowerCase();' : ';') + + 'if(' + (match[2] ? test : 'n') + '){' + source + '}}'; + } + + else if ((match = selector.match(Patterns.adjacent))) { + source = 'var N' + k + '=e;while(e&&(e=e.previousSibling)){if(e.nodeName>"@"){' + source + 'break;}}e=N' + k + ';'; + } + + else if ((match = selector.match(Patterns.relative))) { + source = 'var N' + k + '=e;e=e.parentNode.firstChild;while(e&&e!==N' + k + '){if(e.nodeName>"@"){' + source + '}e=e.nextSibling;}e=N' + k + ';'; + } + + else if ((match = selector.match(Patterns.children))) { + source = 'var N' + k + '=e;while(e&&e!==h&&e!==g&&(e=e.parentNode)){' + source + 'break;}e=N' + k + ';'; + } + + else if ((match = selector.match(Patterns.ancestor))) { + source = 'var N' + k + '=e;while(e&&e!==h&&e!==g&&(e=e.parentNode)){' + source + '}e=N' + k + ';'; + } + + else { + + expr = false; + status = false; + for (expr in Selectors) { + if ((match = selector.match(Selectors[expr].Expression)) && match[1]) { + result = Selectors[expr].Callback(match, source); + if ('match' in result) { match = result.match; } + source = result.source; + status = result.status; + if (status) { break; } + } + } + + if (!status) { + emit('Unknown pseudo-class selector "' + selector + '"'); + return ''; + } + + if (!expr) { + emit('Unknown token in selector "' + selector + '"'); + return ''; + } + + } + + if (!match) { + emit('Invalid syntax in selector "' + selector + '"'); + return ''; + } + + selector = match && match[match.length - 1]; + } + + return source; + }, + + match = + function(element, selector, from, callback) { + + var parts; + + if (!(element && element.nodeType == 1)) { + emit('Invalid element argument'); + return false; + } else if (typeof selector != 'string') { + emit('Invalid selector argument'); + return false; + } else if (lastContext !== from) { + switchContext(from || (from = element.ownerDocument)); + } + + selector = selector. + replace(reTrimSpaces, ''). + replace(/\x00|\\$/g, '\ufffd'); + + Config.SHORTCUTS && (selector = Dom.shortcuts(selector, element, from)); + + if (lastMatcher != selector) { + if ((parts = selector.match(reValidator)) && parts[0] == selector) { + isSingleMatch = (parts = selector.match(reSplitGroup)).length < 2; + lastMatcher = selector; + lastPartsMatch = parts; + } else { + emit('The string "' + selector + '", is not a valid CSS selector'); + return false; + } + } else parts = lastPartsMatch; + + if (!matchResolvers[selector] || matchContexts[selector] !== from) { + matchResolvers[selector] = compile(isSingleMatch ? [selector] : parts, '', false); + matchContexts[selector] = from; + } + + return matchResolvers[selector](element, Snapshot, doc, root, from, callback); + }, + + first = + function(selector, from) { + return select(selector, from, function() { return false; })[0] || null; + }, + + select = + function(selector, from, callback) { + + var i, changed, element, elements, parts, token, original = selector; + + if (arguments.length === 0) { + emit('Not enough arguments'); + return [ ]; + } else if (typeof selector != 'string') { + return [ ]; + } else if (from && !(/1|9|11/).test(from.nodeType)) { + emit('Invalid or illegal context element'); + return [ ]; + } else if (lastContext !== from) { + switchContext(from || (from = doc)); + } + + if (Config.CACHING && (elements = Dom.loadResults(original, from, doc, root))) { + return callback ? concatCall([ ], elements, callback) : elements; + } + + selector = selector. + replace(reTrimSpaces, ''). + replace(/\x00|\\$/g, '\ufffd'); + + Config.SHORTCUTS && (selector = Dom.shortcuts(selector, from)); + + if ((changed = lastSelector != selector)) { + if ((parts = selector.match(reValidator)) && parts[0] == selector) { + isSingleSelect = (parts = selector.match(reSplitGroup)).length < 2; + lastSelector = selector; + lastPartsSelect = parts; + } else { + emit('The string "' + selector + '", is not a valid CSS selector'); + return [ ]; + } + } else parts = lastPartsSelect; + + if (from.nodeType == 11) { + + elements = byTagRaw('*', from); + + } else if (isSingleSelect) { + + if (changed) { + parts = selector.match(reSplitToken); + token = parts[parts.length - 1]; + lastSlice = token.split(':not'); + lastSlice = lastSlice[lastSlice.length - 1]; + lastPosition = selector.length - token.length; + } + + if (Config.UNIQUE_ID && (parts = lastSlice.match(Optimize.ID)) && (token = parts[1])) { + if ((element = _byId(token, from))) { + if (match(element, selector)) { + callback && callback(element); + elements = [element]; + } else elements = [ ]; + } + } + + else if (Config.UNIQUE_ID && (parts = selector.match(Optimize.ID)) && (token = parts[1])) { + if ((element = _byId(token, doc))) { + if ('#' + token == selector) { + callback && callback(element); + elements = [element]; + } else if (/[>+~]/.test(selector)) { + from = element.parentNode; + } else { + from = element; + } + } else elements = [ ]; + } + + if (elements) { + Config.CACHING && Dom.saveResults(original, from, doc, elements); + return elements; + } + + if (!XML_DOCUMENT && GEBTN && (parts = lastSlice.match(Optimize.TAG)) && (token = parts[1])) { + if ((elements = from.getElementsByTagName(token)).length === 0) { return [ ]; } + selector = selector.slice(0, lastPosition) + selector.slice(lastPosition).replace(token, '*'); + } + + else if (!XML_DOCUMENT && GEBCN && (parts = lastSlice.match(Optimize.CLASS)) && (token = parts[1])) { + if ((elements = from.getElementsByClassName(unescapeIdentifier(token))).length === 0) { return [ ]; } + selector = selector.slice(0, lastPosition) + selector.slice(lastPosition).replace('.' + token, + reOptimizeSelector.test(selector.charAt(selector.indexOf(token) - 1)) ? '' : '*'); + } + + } + + if (!elements) { + if (IE_LT_9) { + elements = /^(?:applet|object)$/i.test(from.nodeName) ? from.children : byTagRaw('*', from); + } else { + elements = from.getElementsByTagName('*'); + } + } + + if (!selectResolvers[selector] || selectContexts[selector] !== from) { + selectResolvers[selector] = compile(isSingleSelect ? [selector] : parts, REJECT_NODE, true); + selectContexts[selector] = from; + } + + elements = selectResolvers[selector](elements, Snapshot, doc, root, from, callback); + + Config.CACHING && Dom.saveResults(original, from, doc, elements); + + return elements; + }, + + FN = function(x) { return x; }, + + matchContexts = { }, + matchResolvers = { }, + + selectContexts = { }, + selectResolvers = { }, + + Snapshot = { + byId: _byId, + match: match, + select: select, + getAttribute: getAttribute, + hasAttribute: hasAttribute + }, + + Dom = { + + ACCEPT_NODE: ACCEPT_NODE, + + byId: byId, + match: match, + first: first, + select: select, + compile: compile, + configure: configure, + + setCache: FN, + shortcuts: FN, + loadResults: FN, + saveResults: FN, + + emit: emit, + Config: Config, + Snapshot: Snapshot, + + Operators: Operators, + Selectors: Selectors, + + Tokens: Tokens, + Version: version, + + registerOperator: + function(symbol, resolver) { + Operators[symbol] || (Operators[symbol] = resolver); + }, + + registerSelector: + function(name, rexp, func) { + Selectors[name] || (Selectors[name] = { + Expression: rexp, + Callback: func + }); + } + + }; + + initialize(doc); + + return Dom; +}); diff --git a/typescript/hello-world/node_modules/nwmatcher/src/nwmatcher-noqsa.js b/typescript/hello-world/node_modules/nwmatcher/src/nwmatcher-noqsa.js new file mode 100644 index 0000000..2a98fcd --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/src/nwmatcher-noqsa.js @@ -0,0 +1,959 @@ +/* + * Copyright (C) 2007-2017 Diego Perini + * All rights reserved. + * + * nwmatcher-noqsa.js - A fast CSS selector engine and matcher + * + * Author: Diego Perini + * Version: 1.4.0 + * Created: 20070722 + * Release: 20170520 + * + * License: + * http://javascript.nwbox.com/NWMatcher/MIT-LICENSE + * Download: + * http://javascript.nwbox.com/NWMatcher/nwmatcher.js + */ + +(function(global, factory) { + + if (typeof module == 'object' && typeof exports == 'object') { + module.exports = factory; + } else if (typeof define === 'function' && define["amd"]) { + define(factory); + } else { + global.NW || (global.NW = { }); + global.NW.Dom = factory(global); + } + +})(this, function(global) { + + var version = 'nwmatcher-1.4.0', + + doc = global.document, + root = doc.documentElement, + + isSingleMatch, + isSingleSelect, + + lastSlice, + lastContext, + lastPosition, + + lastMatcher, + lastSelector, + + lastPartsMatch, + lastPartsSelect, + + prefixes = '(?:[#.:]|::)?', + operators = '([~*^$|!]?={1})', + whitespace = '[\\x20\\t\\n\\r\\f]', + combinators = '\\x20|[>+~](?=[^>+~])', + pseudoparms = '(?:[-+]?\\d*n)?[-+]?\\d*', + skip_groups = '\\[.*\\]|\\(.*\\)|\\{.*\\}', + + any_esc_chr = '\\\\.', + alphalodash = '[_a-zA-Z]', + non_asc_chr = '[^\\x00-\\x9f]', + escaped_chr = '\\\\[^\\n\\r\\f0-9a-fA-F]', + unicode_chr = '\\\\[0-9a-fA-F]{1,6}(?:\\r\\n|' + whitespace + ')?', + + quotedvalue = '"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"' + "|'[^'\\\\]*(?:\\\\.[^'\\\\]*)*'", + + reSplitGroup = /([^,\\()[\]]+|\[[^[\]]*\]|\[.*\]|\([^()]+\)|\(.*\)|\{[^{}]+\}|\{.*\}|\\.)+/g, + + reTrimSpaces = RegExp('[\\n\\r\\f]|^' + whitespace + '+|' + whitespace + '+$', 'g'), + + reEscapedChars = /\\([0-9a-fA-F]{1,6}[\x20\t\n\r\f]?|.)|([\x22\x27])/g, + + standardValidator, extendedValidator, reValidator, + + attrcheck, attributes, attrmatcher, pseudoclass, + + reOptimizeSelector, reSimpleNot, reSplitToken, + + Optimize, identifier, extensions = '.+', + + Patterns = { + spseudos: /^\:(root|empty|(?:first|last|only)(?:-child|-of-type)|nth(?:-last)?(?:-child|-of-type)\(\s*(even|odd|(?:[-+]{0,1}\d*n\s*)?[-+]{0,1}\s*\d*)\s*\))?(.*)/i, + dpseudos: /^\:(link|visited|target|active|focus|hover|checked|disabled|enabled|selected|lang\(([-\w]{2,})\)|not\(\s*(:nth(?:-last)?(?:-child|-of-type)\(\s*(?:even|odd|(?:[-+]{0,1}\d*n\s*)?[-+]{0,1}\s*\d*)\s*\)|[^()]*)\s*\))?(.*)/i, + epseudos: /^((?:[:]{1,2}(?:after|before|first-letter|first-line))|(?:[:]{2,2}(?:selection|backdrop|placeholder)))?(.*)/i, + children: RegExp('^' + whitespace + '*\\>' + whitespace + '*(.*)'), + adjacent: RegExp('^' + whitespace + '*\\+' + whitespace + '*(.*)'), + relative: RegExp('^' + whitespace + '*\\~' + whitespace + '*(.*)'), + ancestor: RegExp('^' + whitespace + '+(.*)'), + universal: RegExp('^\\*(.*)') + }, + + Tokens = { + prefixes: prefixes, + identifier: identifier, + attributes: attributes + }, + + QUIRKS_MODE, + XML_DOCUMENT, + + GEBTN = 'getElementsByTagName' in doc, + GEBCN = 'getElementsByClassName' in doc, + + IE_LT_9 = typeof doc.addEventListener != 'function', + + LINK_NODES = { a: 1, A: 1, area: 1, AREA: 1, link: 1, LINK: 1 }, + + ATTR_BOOLEAN = { + checked: 1, disabled: 1, ismap: 1, + multiple: 1, readonly: 1, selected: 1 + }, + + ATTR_DEFAULT = { + value: 'defaultValue', + checked: 'defaultChecked', + selected: 'defaultSelected' + }, + + ATTR_URIDATA = { + action: 2, cite: 2, codebase: 2, data: 2, href: 2, + longdesc: 2, lowsrc: 2, src: 2, usemap: 2 + }, + + INSENSITIVE_MAP = { + 'class': 0, + 'href': 1, 'lang': 1, 'src': 1, 'style': 1, 'title': 1, + 'type': 1, 'xmlns': 1, 'xml:lang': 1, 'xml:space': 1 + }, + + Selectors = { }, + + Operators = { + '=': "n=='%m'", + '^=': "n.indexOf('%m')==0", + '*=': "n.indexOf('%m')>-1", + '|=': "(n+'-').indexOf('%m-')==0", + '~=': "(' '+n+' ').indexOf(' %m ')>-1", + '$=': "n.substr(n.length-'%m'.length)=='%m'" + }, + + concatCall = + function(data, elements, callback) { + var i = -1, element; + while ((element = elements[++i])) { + if (false === callback(data[data.length] = element)) { break; } + } + return data; + }, + + switchContext = + function(from, force) { + var oldDoc = doc; + lastContext = from; + doc = from.ownerDocument || from; + if (force || oldDoc !== doc) { + root = doc.documentElement; + XML_DOCUMENT = doc.createElement('DiV').nodeName == 'DiV'; + QUIRKS_MODE = !XML_DOCUMENT && + typeof doc.compatMode == 'string' ? + doc.compatMode.indexOf('CSS') < 0 : + (function() { + var style = doc.createElement('div').style; + return style && (style.width = 1) && style.width == '1px'; + })(); + + Config.CACHING && Dom.setCache(true, doc); + } + }, + + codePointToUTF16 = + function(codePoint) { + if (codePoint < 1 || codePoint > 0x10ffff || + (codePoint > 0xd7ff && codePoint < 0xe000)) { + return '\\ufffd'; + } + if (codePoint < 0x10000) { + var lowHex = '000' + codePoint.toString(16); + return '\\u' + lowHex.substr(lowHex.length - 4); + } + return '\\u' + (((codePoint - 0x10000) >> 0x0a) + 0xd800).toString(16) + + '\\u' + (((codePoint - 0x10000) % 0x400) + 0xdc00).toString(16); + }, + + stringFromCodePoint = + function(codePoint) { + if (codePoint < 1 || codePoint > 0x10ffff || + (codePoint > 0xd7ff && codePoint < 0xe000)) { + return '\ufffd'; + } + if (codePoint < 0x10000) { + return String.fromCharCode(codePoint); + } + return String.fromCodePoint ? + String.fromCodePoint(codePoint) : + String.fromCharCode( + ((codePoint - 0x10000) >> 0x0a) + 0xd800, + ((codePoint - 0x10000) % 0x400) + 0xdc00); + }, + + convertEscapes = + function(str) { + return str.replace(reEscapedChars, + function(substring, p1, p2) { + return p2 ? '\\' + p2 : + /^[0-9a-fA-F]/.test(p1) ? codePointToUTF16(parseInt(p1, 16)) : + /^[\\\x22\x27]/.test(p1) ? substring : + p1; + } + ); + }, + + unescapeIdentifier = + function(str) { + return str.replace(reEscapedChars, + function(substring, p1, p2) { + return p2 ? p2 : + /^[0-9a-fA-F]/.test(p1) ? stringFromCodePoint(parseInt(p1, 16)) : + /^[\\\x22\x27]/.test(p1) ? substring : + p1; + } + ); + }, + + byIdRaw = + function(id, elements) { + var i = -1, element; + while ((element = elements[++i])) { + if (element.getAttribute('id') == id) { + break; + } + } + return element || null; + }, + + _byId = !IE_LT_9 ? + function(id, from) { + id = (/\\/).test(id) ? unescapeIdentifier(id) : id; + return from.getElementById && from.getElementById(id) || + byIdRaw(id, from.getElementsByTagName('*')); + } : + function(id, from) { + var element = null; + id = (/\\/).test(id) ? unescapeIdentifier(id) : id; + if (XML_DOCUMENT || from.nodeType != 9) { + return byIdRaw(id, from.getElementsByTagName('*')); + } + if ((element = from.getElementById(id)) && + element.name == id && from.getElementsByName) { + return byIdRaw(id, from.getElementsByName(id)); + } + return element; + }, + + byId = + function(id, from) { + from || (from = doc); + if (lastContext !== from) { switchContext(from); } + return _byId(id, from); + }, + + byTagRaw = + function(tag, from) { + var any = tag == '*', element = from, elements = [ ], next = element.firstChild; + any || (tag = tag.toUpperCase()); + while ((element = next)) { + if (element.tagName > '@' && (any || element.tagName.toUpperCase() == tag)) { + elements[elements.length] = element; + } + if ((next = element.firstChild || element.nextSibling)) continue; + while (!next && (element = element.parentNode) && element !== from) { + next = element.nextSibling; + } + } + return elements; + }, + + contains = 'compareDocumentPosition' in root ? + function(container, element) { + return (container.compareDocumentPosition(element) & 16) == 16; + } : 'contains' in root ? + function(container, element) { + return container !== element && container.contains(element); + } : + function(container, element) { + while ((element = element.parentNode)) { + if (element === container) return true; + } + return false; + }, + + getAttribute = !IE_LT_9 ? + function(node, attribute) { + return node.getAttribute(attribute); + } : + function(node, attribute) { + attribute = attribute.toLowerCase(); + if (typeof node[attribute] == 'object') { + return node.attributes[attribute] && + node.attributes[attribute].value; + } + return ( + attribute == 'type' ? node.getAttribute(attribute) : + ATTR_URIDATA[attribute] ? node.getAttribute(attribute, 2) : + ATTR_BOOLEAN[attribute] ? node.getAttribute(attribute) ? attribute : 'false' : + (node = node.getAttributeNode(attribute)) && node.value); + }, + + hasAttribute = !IE_LT_9 && root.hasAttribute ? + function(node, attribute) { + return node.hasAttribute(attribute); + } : + function(node, attribute) { + var obj = node.getAttributeNode(attribute = attribute.toLowerCase()); + return ATTR_DEFAULT[attribute] && attribute != 'value' ? + node[ATTR_DEFAULT[attribute]] : obj && obj.specified; + }, + + isEmpty = + function(node) { + node = node.firstChild; + while (node) { + if (node.nodeType == 3 || node.nodeName > '@') return false; + node = node.nextSibling; + } + return true; + }, + + isLink = + function(element) { + return hasAttribute(element, 'href') && LINK_NODES[element.nodeName]; + }, + + nthElement = + function(element, last) { + var count = 1, succ = last ? 'nextSibling' : 'previousSibling'; + while ((element = element[succ])) { + if (element.nodeName > '@') ++count; + } + return count; + }, + + nthOfType = + function(element, last) { + var count = 1, succ = last ? 'nextSibling' : 'previousSibling', type = element.nodeName; + while ((element = element[succ])) { + if (element.nodeName == type) ++count; + } + return count; + }, + + configure = + function(option) { + if (typeof option == 'string') { return !!Config[option]; } + if (typeof option != 'object') { return Config; } + for (var i in option) { + Config[i] = !!option[i]; + if (i == 'SIMPLENOT') { + matchContexts = { }; + matchResolvers = { }; + selectContexts = { }; + selectResolvers = { }; + } + } + setIdentifierSyntax(); + reValidator = RegExp(Config.SIMPLENOT ? + standardValidator : extendedValidator); + return true; + }, + + emit = + function(message) { + if (Config.VERBOSITY) { throw Error(message); } + if (Config.LOGERRORS && console && console.log) { + console.log(message); + } + }, + + Config = { + CACHING: false, + ESCAPECHR: true, + NON_ASCII: true, + SELECTOR3: true, + UNICODE16: true, + SHORTCUTS: false, + SIMPLENOT: true, + UNIQUE_ID: true, + USE_HTML5: true, + VERBOSITY: true, + LOGERRORS: true + }, + + initialize = + function(doc) { + setIdentifierSyntax(); + switchContext(doc, true); + }, + + setIdentifierSyntax = + function() { + + var syntax = '', start = Config['SELECTOR3'] ? '-{2}|' : ''; + + Config['NON_ASCII'] && (syntax += '|' + non_asc_chr); + Config['UNICODE16'] && (syntax += '|' + unicode_chr); + Config['ESCAPECHR'] && (syntax += '|' + escaped_chr); + + syntax += (Config['UNICODE16'] || Config['ESCAPECHR']) ? '' : '|' + any_esc_chr; + + identifier = '-?(?:' + start + alphalodash + syntax + ')(?:-|[0-9]|' + alphalodash + syntax + ')*'; + + attrcheck = '(' + quotedvalue + '|' + identifier + ')'; + attributes = whitespace + '*(' + identifier + '(?::' + identifier + ')?)' + + whitespace + '*(?:' + operators + whitespace + '*' + attrcheck + ')?' + whitespace + '*'; + attrmatcher = attributes.replace(attrcheck, '([\\x22\\x27]*)((?:\\\\?.)*?)\\3'); + + pseudoclass = '((?:' + + pseudoparms + '|' + quotedvalue + '|' + + prefixes + identifier + '|' + + '\\[' + attributes + '\\]|' + + '\\(.+\\)|' + whitespace + '*|' + + ',)+)'; + + standardValidator = + '(?=[\\x20\\t\\n\\r\\f]*[^>+~(){}<>])' + + '(' + + '\\*' + + '|(?:' + prefixes + identifier + ')' + + '|' + combinators + + '|\\[' + attributes + '\\]' + + '|\\(' + pseudoclass + '\\)' + + '|\\{' + extensions + '\\}' + + '|(?:,|' + whitespace + '*)' + + ')+'; + + reSimpleNot = RegExp('^(' + + '(?!:not)' + + '(' + prefixes + identifier + + '|\\([^()]*\\))+' + + '|\\[' + attributes + '\\]' + + ')$'); + + reSplitToken = RegExp('(' + + prefixes + identifier + '|' + + '\\[' + attributes + '\\]|' + + '\\(' + pseudoclass + '\\)|' + + '\\\\.|[^\\x20\\t\\n\\r\\f>+~])+', 'g'); + + reOptimizeSelector = RegExp(identifier + '|^$'); + + Optimize = { + ID: RegExp('^\\*?#(' + identifier + ')|' + skip_groups), + TAG: RegExp('^(' + identifier + ')|' + skip_groups), + CLASS: RegExp('^\\.(' + identifier + '$)|' + skip_groups) + }; + + Patterns.id = RegExp('^#(' + identifier + ')(.*)'); + Patterns.tagName = RegExp('^(' + identifier + ')(.*)'); + Patterns.className = RegExp('^\\.(' + identifier + ')(.*)'); + Patterns.attribute = RegExp('^\\[' + attrmatcher + '\\](.*)'); + + Tokens.identifier = identifier; + Tokens.attributes = attributes; + + extendedValidator = standardValidator.replace(pseudoclass, '.*'); + + reValidator = RegExp(standardValidator); + }, + + ACCEPT_NODE = 'r[r.length]=c[k];if(f&&false===f(c[k]))break main;else continue main;', + REJECT_NODE = IE_LT_9 ? 'if(e.nodeName<"A")continue;' : '', + TO_UPPER_CASE = IE_LT_9 ? '.toUpperCase()' : '', + + compile = + function(selector, source, mode) { + + var parts = typeof selector == 'string' ? selector.match(reSplitGroup) : selector; + + typeof source == 'string' || (source = ''); + + if (parts.length == 1) { + source += compileSelector(parts[0], mode ? ACCEPT_NODE : 'f&&f(k);return true;', mode); + } else { + var i = -1, seen = { }, token; + while ((token = parts[++i])) { + token = token.replace(reTrimSpaces, ''); + if (!seen[token] && (seen[token] = true)) { + source += compileSelector(token, mode ? ACCEPT_NODE : 'f&&f(k);return true;', mode); + } + } + } + + if (mode) { + return Function('c,s,d,h,g,f', + 'var N,n,x=0,k=-1,e,r=[];main:while((e=c[++k])){' + source + '}return r;'); + } else { + return Function('e,s,d,h,g,f', + 'var N,n,x=0,k=e;' + source + 'return false;'); + } + }, + + compileSelector = + function(selector, source, mode) { + + var a, b, n, k = 0, expr, match, result, status, test, type; + + while (selector) { + + k++; + + if ((match = selector.match(Patterns.universal))) { + expr = ''; + } + + else if ((match = selector.match(Patterns.id))) { + match[1] = (/\\/).test(match[1]) ? convertEscapes(match[1]) : match[1]; + source = 'if(' + (XML_DOCUMENT ? + 's.getAttribute(e,"id")' : + '(e.submit?s.getAttribute(e,"id"):e.id)') + + '=="' + match[1] + '"' + + '){' + source + '}'; + } + + else if ((match = selector.match(Patterns.tagName))) { + source = 'if(e.nodeName' + (XML_DOCUMENT ? + '=="' + match[1] + '"' : TO_UPPER_CASE + + '=="' + match[1].toUpperCase() + '"') + + '){' + source + '}'; + } + + else if ((match = selector.match(Patterns.className))) { + match[1] = (/\\/).test(match[1]) ? convertEscapes(match[1]) : match[1]; + match[1] = QUIRKS_MODE ? match[1].toLowerCase() : match[1]; + source = 'if((n=' + (XML_DOCUMENT ? + 'e.getAttribute("class")' : 'e.className') + + ')&&n.length&&(" "+' + (QUIRKS_MODE ? 'n.toLowerCase()' : 'n') + + '.replace(/' + whitespace + '+/g," ")+" ").indexOf(" ' + match[1] + ' ")>-1' + + '){' + source + '}'; + } + + else if ((match = selector.match(Patterns.attribute))) { + if (match[2] && !Operators[match[2]]) { + emit('Unsupported operator in attribute selectors "' + selector + '"'); + return ''; + } + test = 'false'; + if (match[2] && match[4] && (test = Operators[match[2]])) { + match[4] = (/\\/).test(match[4]) ? convertEscapes(match[4]) : match[4]; + INSENSITIVE_MAP['class'] = QUIRKS_MODE ? 1 : 0; + type = INSENSITIVE_MAP[match[1].toLowerCase()]; + test = test.replace(/\%m/g, type ? match[4].toLowerCase() : match[4]); + } else if (match[2] == '!=' || match[2] == '=') { + test = 'n' + match[2] + '=""'; + } + source = 'if(n=s.hasAttribute(e,"' + match[1] + '")){' + + (match[2] ? 'n=s.getAttribute(e,"' + match[1] + '")' : '') + + (type && match[2] ? '.toLowerCase();' : ';') + + 'if(' + (match[2] ? test : 'n') + '){' + source + '}}'; + } + + else if ((match = selector.match(Patterns.adjacent))) { + source = 'var N' + k + '=e;while(e&&(e=e.previousSibling)){if(e.nodeName>"@"){' + source + 'break;}}e=N' + k + ';'; + } + + else if ((match = selector.match(Patterns.relative))) { + source = 'var N' + k + '=e;e=e.parentNode.firstChild;while(e&&e!==N' + k + '){if(e.nodeName>"@"){' + source + '}e=e.nextSibling;}e=N' + k + ';'; + } + + else if ((match = selector.match(Patterns.children))) { + source = 'var N' + k + '=e;while(e&&e!==h&&e!==g&&(e=e.parentNode)){' + source + 'break;}e=N' + k + ';'; + } + + else if ((match = selector.match(Patterns.ancestor))) { + source = 'var N' + k + '=e;while(e&&e!==h&&e!==g&&(e=e.parentNode)){' + source + '}e=N' + k + ';'; + } + + else if ((match = selector.match(Patterns.spseudos)) && match[1]) { + switch (match[1]) { + case 'root': + if (match[3]) { + source = 'if(e===h||s.contains(h,e)){' + source + '}'; + } else { + source = 'if(e===h){' + source + '}'; + } + break; + case 'empty': + source = 'if(s.isEmpty(e)){' + source + '}'; + break; + default: + if (match[1] && match[2]) { + if (match[2] == 'n') { + source = 'if(e!==h){' + source + '}'; + break; + } else if (match[2] == 'even') { + a = 2; + b = 0; + } else if (match[2] == 'odd') { + a = 2; + b = 1; + } else { + b = ((n = match[2].match(/(-?\d+)$/)) ? parseInt(n[1], 10) : 0); + a = ((n = match[2].match(/(-?\d*)n/i)) ? parseInt(n[1], 10) : 0); + if (n && n[1] == '-') a = -1; + } + test = a > 1 ? + (/last/i.test(match[1])) ? '(n-(' + b + '))%' + a + '==0' : + 'n>=' + b + '&&(n-(' + b + '))%' + a + '==0' : a < -1 ? + (/last/i.test(match[1])) ? '(n-(' + b + '))%' + a + '==0' : + 'n<=' + b + '&&(n-(' + b + '))%' + a + '==0' : a === 0 ? + 'n==' + b : a == -1 ? 'n<=' + b : 'n>=' + b; + source = + 'if(e!==h){' + + 'n=s[' + (/-of-type/i.test(match[1]) ? '"nthOfType"' : '"nthElement"') + ']' + + '(e,' + (/last/i.test(match[1]) ? 'true' : 'false') + ');' + + 'if(' + test + '){' + source + '}' + + '}'; + } else { + a = /first/i.test(match[1]) ? 'previous' : 'next'; + n = /only/i.test(match[1]) ? 'previous' : 'next'; + b = /first|last/i.test(match[1]); + type = /-of-type/i.test(match[1]) ? '&&n.nodeName!=e.nodeName' : '&&n.nodeName<"@"'; + source = 'if(e!==h){' + + ( 'n=e;while((n=n.' + a + 'Sibling)' + type + ');if(!n){' + (b ? source : + 'n=e;while((n=n.' + n + 'Sibling)' + type + ');if(!n){' + source + '}') + '}' ) + '}'; + } + break; + } + } + + else if ((match = selector.match(Patterns.dpseudos)) && match[1]) { + switch (match[1].match(/^\w+/)[0]) { + case 'not': + expr = match[3].replace(reTrimSpaces, ''); + if (Config.SIMPLENOT && !reSimpleNot.test(expr)) { + emit('Negation pseudo-class only accepts simple selectors "' + selector + '"'); + return ''; + } else { + if ('compatMode' in doc) { + source = 'if(!' + compile(expr, '', false) + '(e,s,d,h,g)){' + source + '}'; + } else { + source = 'if(!s.match(e, "' + expr.replace(/\x22/g, '\\"') + '",g)){' + source +'}'; + } + } + break; + case 'checked': + source = 'if((typeof e.form!=="undefined"&&(/^(?:radio|checkbox)$/i).test(e.type)&&e.checked)' + + (Config.USE_HTML5 ? '||(/^option$/i.test(e.nodeName)&&(e.selected||e.checked))' : '') + + '){' + source + '}'; + break; + case 'disabled': + source = 'if(((typeof e.form!=="undefined"' + + (Config.USE_HTML5 ? '' : '&&!(/^hidden$/i).test(e.type)') + + ')||s.isLink(e))&&e.disabled===true){' + source + '}'; + break; + case 'enabled': + source = 'if(((typeof e.form!=="undefined"' + + (Config.USE_HTML5 ? '' : '&&!(/^hidden$/i).test(e.type)') + + ')||s.isLink(e))&&e.disabled===false){' + source + '}'; + break; + case 'lang': + test = ''; + if (match[2]) test = match[2].substr(0, 2) + '-'; + source = 'do{(n=e.lang||"").toLowerCase();' + + 'if((n==""&&h.lang=="' + match[2].toLowerCase() + '")||' + + '(n&&(n=="' + match[2].toLowerCase() + + '"||n.substr(0,3)=="' + test.toLowerCase() + '")))' + + '{' + source + 'break;}}while((e=e.parentNode)&&e!==g);'; + break; + case 'target': + source = 'if(e.id==d.location.hash.slice(1)){' + source + '}'; + break; + case 'link': + source = 'if(s.isLink(e)&&!e.visited){' + source + '}'; + break; + case 'visited': + source = 'if(s.isLink(e)&&e.visited){' + source + '}'; + break; + case 'active': + source = 'if(e===d.activeElement){' + source + '}'; + break; + case 'hover': + source = 'if(e===d.hoverElement){' + source + '}'; + break; + case 'focus': + source = 'hasFocus' in doc ? + 'if(e===d.activeElement&&d.hasFocus()&&(e.type||e.href||typeof e.tabIndex=="number")){' + source + '}' : + 'if(e===d.activeElement&&(e.type||e.href)){' + source + '}'; + break; + case 'selected': + source = 'if(/^option$/i.test(e.nodeName)&&(e.selected||e.checked)){' + source + '}'; + break; + default: + break; + } + } + + else if ((match = selector.match(Patterns.epseudos)) && match[1]) { + source = 'if(!(/1|11/).test(e.nodeType)){' + source + '}'; + } + + else { + + expr = false; + status = false; + for (expr in Selectors) { + if ((match = selector.match(Selectors[expr].Expression)) && match[1]) { + result = Selectors[expr].Callback(match, source); + if ('match' in result) { match = result.match; } + source = result.source; + status = result.status; + if (status) { break; } + } + } + + if (!status) { + emit('Unknown pseudo-class selector "' + selector + '"'); + return ''; + } + + if (!expr) { + emit('Unknown token in selector "' + selector + '"'); + return ''; + } + + } + + if (!match) { + emit('Invalid syntax in selector "' + selector + '"'); + return ''; + } + + selector = match && match[match.length - 1]; + } + + return source; + }, + + match = + function(element, selector, from, callback) { + + var parts; + + if (!(element && element.nodeType == 1)) { + emit('Invalid element argument'); + return false; + } else if (typeof selector != 'string') { + emit('Invalid selector argument'); + return false; + } else if (lastContext !== from) { + switchContext(from || (from = element.ownerDocument)); + } + + selector = selector. + replace(reTrimSpaces, ''). + replace(/\x00|\\$/g, '\ufffd'); + + Config.SHORTCUTS && (selector = Dom.shortcuts(selector, element, from)); + + if (lastMatcher != selector) { + if ((parts = selector.match(reValidator)) && parts[0] == selector) { + isSingleMatch = (parts = selector.match(reSplitGroup)).length < 2; + lastMatcher = selector; + lastPartsMatch = parts; + } else { + emit('The string "' + selector + '", is not a valid CSS selector'); + return false; + } + } else parts = lastPartsMatch; + + if (!matchResolvers[selector] || matchContexts[selector] !== from) { + matchResolvers[selector] = compile(isSingleMatch ? [selector] : parts, '', false); + matchContexts[selector] = from; + } + + return matchResolvers[selector](element, Snapshot, doc, root, from, callback); + }, + + first = + function(selector, from) { + return select(selector, from, function() { return false; })[0] || null; + }, + + select = + function(selector, from, callback) { + + var i, changed, element, elements, parts, token, original = selector; + + if (arguments.length === 0) { + emit('Not enough arguments'); + return [ ]; + } else if (typeof selector != 'string') { + return [ ]; + } else if (from && !(/1|9|11/).test(from.nodeType)) { + emit('Invalid or illegal context element'); + return [ ]; + } else if (lastContext !== from) { + switchContext(from || (from = doc)); + } + + if (Config.CACHING && (elements = Dom.loadResults(original, from, doc, root))) { + return callback ? concatCall([ ], elements, callback) : elements; + } + + selector = selector. + replace(reTrimSpaces, ''). + replace(/\x00|\\$/g, '\ufffd'); + + Config.SHORTCUTS && (selector = Dom.shortcuts(selector, from)); + + if ((changed = lastSelector != selector)) { + if ((parts = selector.match(reValidator)) && parts[0] == selector) { + isSingleSelect = (parts = selector.match(reSplitGroup)).length < 2; + lastSelector = selector; + lastPartsSelect = parts; + } else { + emit('The string "' + selector + '", is not a valid CSS selector'); + return [ ]; + } + } else parts = lastPartsSelect; + + if (from.nodeType == 11) { + + elements = byTagRaw('*', from); + + } else if (isSingleSelect) { + + if (changed) { + parts = selector.match(reSplitToken); + token = parts[parts.length - 1]; + lastSlice = token.split(':not'); + lastSlice = lastSlice[lastSlice.length - 1]; + lastPosition = selector.length - token.length; + } + + if (Config.UNIQUE_ID && (parts = lastSlice.match(Optimize.ID)) && (token = parts[1])) { + if ((element = _byId(token, from))) { + if (match(element, selector)) { + callback && callback(element); + elements = [element]; + } else elements = [ ]; + } + } + + else if (Config.UNIQUE_ID && (parts = selector.match(Optimize.ID)) && (token = parts[1])) { + if ((element = _byId(token, doc))) { + if ('#' + token == selector) { + callback && callback(element); + elements = [element]; + } else if (/[>+~]/.test(selector)) { + from = element.parentNode; + } else { + from = element; + } + } else elements = [ ]; + } + + if (elements) { + Config.CACHING && Dom.saveResults(original, from, doc, elements); + return elements; + } + + if (!XML_DOCUMENT && GEBTN && (parts = lastSlice.match(Optimize.TAG)) && (token = parts[1])) { + if ((elements = from.getElementsByTagName(token)).length === 0) { return [ ]; } + selector = selector.slice(0, lastPosition) + selector.slice(lastPosition).replace(token, '*'); + } + + else if (!XML_DOCUMENT && GEBCN && (parts = lastSlice.match(Optimize.CLASS)) && (token = parts[1])) { + if ((elements = from.getElementsByClassName(unescapeIdentifier(token))).length === 0) { return [ ]; } + selector = selector.slice(0, lastPosition) + selector.slice(lastPosition).replace('.' + token, + reOptimizeSelector.test(selector.charAt(selector.indexOf(token) - 1)) ? '' : '*'); + } + + } + + if (!elements) { + if (IE_LT_9) { + elements = /^(?:applet|object)$/i.test(from.nodeName) ? from.children : byTagRaw('*', from); + } else { + elements = from.getElementsByTagName('*'); + } + } + + if (!selectResolvers[selector] || selectContexts[selector] !== from) { + selectResolvers[selector] = compile(isSingleSelect ? [selector] : parts, REJECT_NODE, true); + selectContexts[selector] = from; + } + + elements = selectResolvers[selector](elements, Snapshot, doc, root, from, callback); + + Config.CACHING && Dom.saveResults(original, from, doc, elements); + + return elements; + }, + + FN = function(x) { return x; }, + + matchContexts = { }, + matchResolvers = { }, + + selectContexts = { }, + selectResolvers = { }, + + Snapshot = { + byId: _byId, + match: match, + select: select, + isLink: isLink, + isEmpty: isEmpty, + contains: contains, + nthOfType: nthOfType, + nthElement: nthElement, + getAttribute: getAttribute, + hasAttribute: hasAttribute + }, + + Dom = { + + ACCEPT_NODE: ACCEPT_NODE, + + byId: byId, + match: match, + first: first, + select: select, + compile: compile, + contains: contains, + configure: configure, + getAttribute: getAttribute, + hasAttribute: hasAttribute, + + setCache: FN, + shortcuts: FN, + loadResults: FN, + saveResults: FN, + + emit: emit, + Config: Config, + Snapshot: Snapshot, + + Operators: Operators, + Selectors: Selectors, + + Tokens: Tokens, + Version: version, + + registerOperator: + function(symbol, resolver) { + Operators[symbol] || (Operators[symbol] = resolver); + }, + + registerSelector: + function(name, rexp, func) { + Selectors[name] || (Selectors[name] = { + Expression: rexp, + Callback: func + }); + } + + }; + + initialize(doc); + + return Dom; +}); diff --git a/typescript/hello-world/node_modules/nwmatcher/src/nwmatcher.js b/typescript/hello-world/node_modules/nwmatcher/src/nwmatcher.js new file mode 100644 index 0000000..fef0f6d --- /dev/null +++ b/typescript/hello-world/node_modules/nwmatcher/src/nwmatcher.js @@ -0,0 +1,1780 @@ +/* + * Copyright (C) 2007-2017 Diego Perini + * All rights reserved. + * + * nwmatcher.js - A fast CSS selector engine and matcher + * + * Author: Diego Perini + * Version: 1.4.0 + * Created: 20070722 + * Release: 20170520 + * + * License: + * http://javascript.nwbox.com/NWMatcher/MIT-LICENSE + * Download: + * http://javascript.nwbox.com/NWMatcher/nwmatcher.js + */ + +(function(global, factory) { + + if (typeof module == 'object' && typeof exports == 'object') { + module.exports = factory; + } else if (typeof define === 'function' && define["amd"]) { + define(factory); + } else { + global.NW || (global.NW = { }); + global.NW.Dom = factory(global); + } + +})(this, function(global) { + + var version = 'nwmatcher-1.4.0', + + // processing context & root element + doc = global.document, + root = doc.documentElement, + + // save utility methods references + slice = [ ].slice, + + // persist previous parsed data + isSingleMatch, + isSingleSelect, + + lastSlice, + lastContext, + lastPosition, + + lastMatcher, + lastSelector, + + lastPartsMatch, + lastPartsSelect, + + // accepted prefix identifiers + // (id, class & pseudo-class) + prefixes = '(?:[#.:]|::)?', + + // accepted attribute operators + operators = '([~*^$|!]?={1})', + + // accepted whitespace characters + whitespace = '[\\x20\\t\\n\\r\\f]', + + // 4 combinators F E, F>E, F+E, F~E + combinators = '\\x20|[>+~](?=[^>+~])', + + // an+b format params for pseudo-classes + pseudoparms = '(?:[-+]?\\d*n)?[-+]?\\d*', + + // skip [ ], ( ), { } brackets groups + skip_groups = '\\[.*\\]|\\(.*\\)|\\{.*\\}', + + // any escaped char + any_esc_chr = '\\\\.', + // alpha chars & low dash + alphalodash = '[_a-zA-Z]', + // non-ascii chars (utf-8) + non_asc_chr = '[^\\x00-\\x9f]', + // escape sequences in strings + escaped_chr = '\\\\[^\\n\\r\\f0-9a-fA-F]', + // Unicode chars including trailing whitespace + unicode_chr = '\\\\[0-9a-fA-F]{1,6}(?:\\r\\n|' + whitespace + ')?', + + // CSS quoted string values + quotedvalue = '"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"' + "|'[^'\\\\]*(?:\\\\.[^'\\\\]*)*'", + + // regular expression used to skip single/nested brackets groups (round, square, curly) + // used to split comma groups excluding commas inside quotes '' "" or brackets () [] {} + reSplitGroup = /([^,\\()[\]]+|\[[^[\]]*\]|\[.*\]|\([^()]+\)|\(.*\)|\{[^{}]+\}|\{.*\}|\\.)+/g, + + // regular expression to trim extra leading/trailing whitespace in selector strings + // whitespace is any combination of these 5 character [\x20\t\n\r\f] + // http://www.w3.org/TR/css3-selectors/#selector-syntax + reTrimSpaces = RegExp('[\\n\\r\\f]|^' + whitespace + '+|' + whitespace + '+$', 'g'), + + // regular expression used in convertEscapes and unescapeIdentifier + reEscapedChars = /\\([0-9a-fA-F]{1,6}[\x20\t\n\r\f]?|.)|([\x22\x27])/g, + + // for in excess whitespace removal + reWhiteSpace = /[\x20\t\n\r\f]+/g, + + standardValidator, extendedValidator, reValidator, + + attrcheck, attributes, attrmatcher, pseudoclass, + + reOptimizeSelector, reSimpleNot, reSplitToken, + + Optimize, reClass, reSimpleSelector, + + // http://www.w3.org/TR/css3-syntax/#characters + // unicode/ISO 10646 characters \xA0 and higher + // NOTE: Safari 2.0.x crashes with escaped (\\) + // Unicode ranges in regular expressions so we + // use a negated character range class instead + // now assigned at runtime from config options + identifier, + + // placeholder for extensions + extensions = '.+', + + // precompiled Regular Expressions + Patterns = { + // structural pseudo-classes and child selectors + spseudos: /^\:(root|empty|(?:first|last|only)(?:-child|-of-type)|nth(?:-last)?(?:-child|-of-type)\(\s*(even|odd|(?:[-+]{0,1}\d*n\s*)?[-+]{0,1}\s*\d*)\s*\))?(.*)/i, + // uistates + dynamic + negation pseudo-classes + dpseudos: /^\:(link|visited|target|active|focus|hover|checked|disabled|enabled|selected|lang\(([-\w]{2,})\)|not\(\s*(:nth(?:-last)?(?:-child|-of-type)\(\s*(?:even|odd|(?:[-+]{0,1}\d*n\s*)?[-+]{0,1}\s*\d*)\s*\)|[^()]*)\s*\))?(.*)/i, + // pseudo-elements selectors + epseudos: /^((?:[:]{1,2}(?:after|before|first-letter|first-line))|(?:[:]{2,2}(?:selection|backdrop|placeholder)))?(.*)/i, + // E > F + children: RegExp('^' + whitespace + '*\\>' + whitespace + '*(.*)'), + // E + F + adjacent: RegExp('^' + whitespace + '*\\+' + whitespace + '*(.*)'), + // E ~ F + relative: RegExp('^' + whitespace + '*\\~' + whitespace + '*(.*)'), + // E F + ancestor: RegExp('^' + whitespace + '+(.*)'), + // all + universal: RegExp('^\\*(.*)') + }, + + Tokens = { + prefixes: prefixes, + identifier: identifier, + attributes: attributes + }, + + /*----------------------------- FEATURE TESTING ----------------------------*/ + + // detect native methods + isNative = (function() { + var re = / \w+\(/, + isnative = String(({ }).toString).replace(re, ' ('); + return function(method) { + return method && typeof method != 'string' && + isnative == String(method).replace(re, ' ('); + }; + })(), + + // NATIVE_XXXXX true if method exist and is callable + // detect if DOM methods are native in browsers + NATIVE_FOCUS = isNative(doc.hasFocus), + NATIVE_QSAPI = isNative(doc.querySelector), + NATIVE_GEBID = isNative(doc.getElementById), + NATIVE_GEBTN = isNative(root.getElementsByTagName), + NATIVE_GEBCN = isNative(root.getElementsByClassName), + + // detect native getAttribute/hasAttribute methods, + // frameworks extend these to elements, but it seems + // this does not work for XML namespaced attributes, + // used to check both getAttribute/hasAttribute in IE + NATIVE_GET_ATTRIBUTE = isNative(root.getAttribute), + NATIVE_HAS_ATTRIBUTE = isNative(root.hasAttribute), + + // check if slice() can convert nodelist to array + // see http://yura.thinkweb2.com/cft/ + NATIVE_SLICE_PROTO = + (function() { + var isBuggy = false; + try { + isBuggy = !!slice.call(doc.childNodes, 0)[0]; + } catch(e) { } + return isBuggy; + })(), + + // supports the new traversal API + NATIVE_TRAVERSAL_API = + 'nextElementSibling' in root && 'previousElementSibling' in root, + + // BUGGY_XXXXX true if method is feature tested and has known bugs + // detect buggy gEBID + BUGGY_GEBID = NATIVE_GEBID ? + (function() { + var isBuggy = true, x = 'x' + String(+new Date), + a = doc.createElementNS ? 'a' : '
'; + (a = doc.createElement(a)).name = x; + root.insertBefore(a, root.firstChild); + isBuggy = !!doc.getElementById(x); + root.removeChild(a); + return isBuggy; + })() : + true, + + // detect IE gEBTN comment nodes bug + BUGGY_GEBTN = NATIVE_GEBTN ? + (function() { + var div = doc.createElement('div'); + div.appendChild(doc.createComment('')); + return !!div.getElementsByTagName('*')[0]; + })() : + true, + + // detect Opera gEBCN second class and/or UTF8 bugs as well as Safari 3.2 + // caching class name results and not detecting when changed, + // tests are based on the jQuery selector test suite + BUGGY_GEBCN = NATIVE_GEBCN ? + (function() { + var isBuggy, div = doc.createElement('div'), test = '\u53f0\u5317'; + + // Opera tests + div.appendChild(doc.createElement('span')). + setAttribute('class', test + 'abc ' + test); + div.appendChild(doc.createElement('span')). + setAttribute('class', 'x'); + + isBuggy = !div.getElementsByClassName(test)[0]; + + // Safari test + div.lastChild.className = test; + return isBuggy || div.getElementsByClassName(test).length != 2; + })() : + true, + + // detect IE bug with dynamic attributes + BUGGY_GET_ATTRIBUTE = NATIVE_GET_ATTRIBUTE ? + (function() { + var input = doc.createElement('input'); + input.setAttribute('value', 5); + return input.defaultValue != 5; + })() : + true, + + // detect IE bug with non-standard boolean attributes + BUGGY_HAS_ATTRIBUTE = NATIVE_HAS_ATTRIBUTE ? + (function() { + var option = doc.createElement('option'); + option.setAttribute('selected', 'selected'); + return !option.hasAttribute('selected'); + })() : + true, + + // detect Safari bug with selected option elements + BUGGY_SELECTED = + (function() { + var select = doc.createElement('select'); + select.appendChild(doc.createElement('option')); + return !select.firstChild.selected; + })(), + + // initialized with the loading context + // and reset for each different context + BUGGY_QUIRKS_GEBCN, + BUGGY_QUIRKS_QSAPI, + + QUIRKS_MODE, + XML_DOCUMENT, + + // detect Opera browser + OPERA = typeof global.opera != 'undefined' && + (/opera/i).test(({ }).toString.call(global.opera)), + + // skip simple selector optimizations for Opera >= 11 + OPERA_QSAPI = OPERA && parseFloat(global.opera.version()) >= 11, + + // check Selector API implementations + RE_BUGGY_QSAPI = NATIVE_QSAPI ? + (function() { + var pattern = [ ], context, element, + + expect = function(selector, element, n) { + var result = false; + context.appendChild(element); + try { result = context.querySelectorAll(selector).length == n; } catch(e) { } + while (context.firstChild) { context.removeChild(context.firstChild); } + return result; + }; + + // certain bugs can only be detected in standard documents + // to avoid writing a live loading document create a fake one + if (doc.implementation && doc.implementation.createDocument) { + // use a shadow document body as context + context = doc.implementation.createDocument('', '', null). + appendChild(doc.createElement('html')). + appendChild(doc.createElement('head')).parentNode. + appendChild(doc.createElement('body')); + } else { + // use an unattached div node as context + context = doc.createElement('div'); + } + + // fix for Safari 8.x and other engines that + // fail querying filtered sibling combinators + element = doc.createElement('div'); + element.innerHTML = '


'; + expect('p#a+*', element, 0) && + pattern.push('\\w+#\\w+.*[+~]'); + + // ^= $= *= operators bugs with empty values (Opera 10 / IE8) + element = doc.createElement('p'); + element.setAttribute('class', ''); + expect('[class^=""]', element, 1) && + pattern.push('[*^$]=[\\x20\\t\\n\\r\\f]*(?:""|' + "'')"); + + // :checked bug with option elements (Firefox 3.6.x) + // it wrongly includes 'selected' options elements + // HTML5 rules says selected options also match + element = doc.createElement('option'); + element.setAttribute('selected', 'selected'); + expect(':checked', element, 0) && + pattern.push(':checked'); + + // :enabled :disabled bugs with hidden fields (Firefox 3.5) + // http://www.w3.org/TR/html5/links.html#selector-enabled + // http://www.w3.org/TR/css3-selectors/#enableddisabled + // not supported by IE8 Query Selector + element = doc.createElement('input'); + element.setAttribute('type', 'hidden'); + expect(':enabled', element, 0) && + pattern.push(':enabled', ':disabled'); + + // :link bugs with hyperlinks matching (Firefox/Safari) + element = doc.createElement('link'); + element.setAttribute('href', 'x'); + expect(':link', element, 1) || + pattern.push(':link'); + + // avoid attribute selectors for IE QSA + if (BUGGY_HAS_ATTRIBUTE) { + // IE fails in reading: + // - original values for input/textarea + // - original boolean values for controls + pattern.push('\\[[\\x20\\t\\n\\r\\f]*(?:checked|disabled|ismap|multiple|readonly|selected|value)'); + } + + return pattern.length ? + RegExp(pattern.join('|')) : + { 'test': function() { return false; } }; + + })() : + true, + + /*----------------------------- LOOKUP OBJECTS -----------------------------*/ + + IE_LT_9 = typeof doc.addEventListener != 'function', + + LINK_NODES = { 'a': 1, 'A': 1, 'area': 1, 'AREA': 1, 'link': 1, 'LINK': 1 }, + + // boolean attributes should return attribute name instead of true/false + ATTR_BOOLEAN = { + 'checked': 1, 'disabled': 1, 'ismap': 1, + 'multiple': 1, 'readonly': 1, 'selected': 1 + }, + + // dynamic attributes that needs to be checked against original HTML value + ATTR_DEFAULT = { + 'value': 'defaultValue', + 'checked': 'defaultChecked', + 'selected': 'defaultSelected' + }, + + // attributes referencing URI data values need special treatment in IE + ATTR_URIDATA = { + 'action': 2, 'cite': 2, 'codebase': 2, 'data': 2, 'href': 2, + 'longdesc': 2, 'lowsrc': 2, 'src': 2, 'usemap': 2 + }, + + // HTML 5 draft specifications + // http://www.whatwg.org/specs/web-apps/current-work/#selectors + HTML_TABLE = { + // class attribute must be treated case-insensitive in HTML quirks mode + // initialized by default to Standard Mode (case-sensitive), + // set dynamically by the attribute resolver + 'class': 0, + 'accept': 1, 'accept-charset': 1, 'align': 1, 'alink': 1, 'axis': 1, + 'bgcolor': 1, 'charset': 1, 'checked': 1, 'clear': 1, 'codetype': 1, 'color': 1, + 'compact': 1, 'declare': 1, 'defer': 1, 'dir': 1, 'direction': 1, 'disabled': 1, + 'enctype': 1, 'face': 1, 'frame': 1, 'hreflang': 1, 'http-equiv': 1, 'lang': 1, + 'language': 1, 'link': 1, 'media': 1, 'method': 1, 'multiple': 1, 'nohref': 1, + 'noresize': 1, 'noshade': 1, 'nowrap': 1, 'readonly': 1, 'rel': 1, 'rev': 1, + 'rules': 1, 'scope': 1, 'scrolling': 1, 'selected': 1, 'shape': 1, 'target': 1, + 'text': 1, 'type': 1, 'valign': 1, 'valuetype': 1, 'vlink': 1 + }, + + // the following attributes must be treated case-insensitive in XHTML mode + // Niels Leenheer http://rakaz.nl/item/css_selector_bugs_case_sensitivity + XHTML_TABLE = { + 'accept': 1, 'accept-charset': 1, 'alink': 1, 'axis': 1, + 'bgcolor': 1, 'charset': 1, 'codetype': 1, 'color': 1, + 'enctype': 1, 'face': 1, 'hreflang': 1, 'http-equiv': 1, + 'lang': 1, 'language': 1, 'link': 1, 'media': 1, 'rel': 1, + 'rev': 1, 'target': 1, 'text': 1, 'type': 1, 'vlink': 1 + }, + + /*-------------------------- REGULAR EXPRESSIONS ---------------------------*/ + + // placeholder to add functionalities + Selectors = { + // as a simple example this will check + // for chars not in standard ascii table + // + // 'mySpecialSelector': { + // 'Expression': /\u0080-\uffff/, + // 'Callback': mySelectorCallback + // } + // + // 'mySelectorCallback' will be invoked + // only after passing all other standard + // checks and only if none of them worked + }, + + // attribute operators + Operators = { + '=': "n=='%m'", + '^=': "n.indexOf('%m')==0", + '*=': "n.indexOf('%m')>-1", + '|=': "(n+'-').indexOf('%m-')==0", + '~=': "(' '+n+' ').indexOf(' %m ')>-1", + '$=': "n.substr(n.length-'%m'.length)=='%m'" + }, + + /*------------------------------ UTIL METHODS ------------------------------*/ + + // concat elements to data + concatList = + function(data, elements) { + var i = -1, element; + if (!data.length && Array.slice) + return Array.slice(elements); + while ((element = elements[++i])) + data[data.length] = element; + return data; + }, + + // concat elements to data and callback + concatCall = + function(data, elements, callback) { + var i = -1, element; + while ((element = elements[++i])) { + if (false === callback(data[data.length] = element)) { break; } + } + return data; + }, + + // change context specific variables + switchContext = + function(from, force) { + var div, oldDoc = doc; + // save passed context + lastContext = from; + // set new context document + doc = from.ownerDocument || from; + if (force || oldDoc !== doc) { + // set document root + root = doc.documentElement; + // set host environment flags + XML_DOCUMENT = doc.createElement('DiV').nodeName == 'DiV'; + + // In quirks mode css class names are case insensitive. + // In standards mode they are case sensitive. See docs: + // https://developer.mozilla.org/en/Mozilla_Quirks_Mode_Behavior + // http://www.whatwg.org/specs/web-apps/current-work/#selectors + QUIRKS_MODE = !XML_DOCUMENT && + typeof doc.compatMode == 'string' ? + doc.compatMode.indexOf('CSS') < 0 : + (function() { + var style = doc.createElement('div').style; + return style && (style.width = 1) && style.width == '1px'; + })(); + + div = doc.createElement('div'); + div.appendChild(doc.createElement('p')).setAttribute('class', 'xXx'); + div.appendChild(doc.createElement('p')).setAttribute('class', 'xxx'); + + // GEBCN buggy in quirks mode, match count is: + // Firefox 3.0+ [xxx = 1, xXx = 1] + // Opera 10.63+ [xxx = 0, xXx = 2] + BUGGY_QUIRKS_GEBCN = + !XML_DOCUMENT && NATIVE_GEBCN && QUIRKS_MODE && + (div.getElementsByClassName('xxx').length != 2 || + div.getElementsByClassName('xXx').length != 2); + + // QSAPI buggy in quirks mode, match count is: + // At least Chrome 4+, Firefox 3.5+, Opera 10.x+, Safari 4+ [xxx = 1, xXx = 2] + // Safari 3.2 QSA doesn't work with mixedcase in quirksmode [xxx = 1, xXx = 0] + // https://bugs.webkit.org/show_bug.cgi?id=19047 + // must test the attribute selector '[class~=xxx]' + // before '.xXx' or the bug may not present itself + BUGGY_QUIRKS_QSAPI = + !XML_DOCUMENT && NATIVE_QSAPI && QUIRKS_MODE && + (div.querySelectorAll('[class~=xxx]').length != 2 || + div.querySelectorAll('.xXx').length != 2); + + Config.CACHING && Dom.setCache(true, doc); + } + }, + + // convert single codepoint to UTF-16 encoding + codePointToUTF16 = + function(codePoint) { + // out of range, use replacement character + if (codePoint < 1 || codePoint > 0x10ffff || + (codePoint > 0xd7ff && codePoint < 0xe000)) { + return '\\ufffd'; + } + // javascript strings are UTF-16 encoded + if (codePoint < 0x10000) { + var lowHex = '000' + codePoint.toString(16); + return '\\u' + lowHex.substr(lowHex.length - 4); + } + // supplementary high + low surrogates + return '\\u' + (((codePoint - 0x10000) >> 0x0a) + 0xd800).toString(16) + + '\\u' + (((codePoint - 0x10000) % 0x400) + 0xdc00).toString(16); + }, + + // convert single codepoint to string + stringFromCodePoint = + function(codePoint) { + // out of range, use replacement character + if (codePoint < 1 || codePoint > 0x10ffff || + (codePoint > 0xd7ff && codePoint < 0xe000)) { + return '\ufffd'; + } + if (codePoint < 0x10000) { + return String.fromCharCode(codePoint); + } + return String.fromCodePoint ? + String.fromCodePoint(codePoint) : + String.fromCharCode( + ((codePoint - 0x10000) >> 0x0a) + 0xd800, + ((codePoint - 0x10000) % 0x400) + 0xdc00); + }, + + // convert escape sequence in a CSS string or identifier + // to javascript string with javascript escape sequences + convertEscapes = + function(str) { + return str.replace(reEscapedChars, + function(substring, p1, p2) { + // unescaped " or ' + return p2 ? '\\' + p2 : + // javascript strings are UTF-16 encoded + /^[0-9a-fA-F]/.test(p1) ? codePointToUTF16(parseInt(p1, 16)) : + // \' \" + /^[\\\x22\x27]/.test(p1) ? substring : + // \g \h \. \# etc + p1; + } + ); + }, + + // convert escape sequence in a CSS string or identifier + // to javascript string with characters representations + unescapeIdentifier = + function(str) { + return str.replace(reEscapedChars, + function(substring, p1, p2) { + // unescaped " or ' + return p2 ? p2 : + // javascript strings are UTF-16 encoded + /^[0-9a-fA-F]/.test(p1) ? stringFromCodePoint(parseInt(p1, 16)) : + // \' \" + /^[\\\x22\x27]/.test(p1) ? substring : + // \g \h \. \# etc + p1; + } + ); + }, + + /*------------------------------ DOM METHODS -------------------------------*/ + + // element by id (raw) + // @return reference or null + byIdRaw = + function(id, elements) { + var i = -1, element; + while ((element = elements[++i])) { + if (element.getAttribute('id') == id) { + break; + } + } + return element || null; + }, + + // element by id + // @return reference or null + _byId = !BUGGY_GEBID ? + function(id, from) { + id = (/\\/).test(id) ? unescapeIdentifier(id) : id; + return from.getElementById && from.getElementById(id) || + byIdRaw(id, from.getElementsByTagName('*')); + } : + function(id, from) { + var element = null; + id = (/\\/).test(id) ? unescapeIdentifier(id) : id; + if (XML_DOCUMENT || from.nodeType != 9) { + return byIdRaw(id, from.getElementsByTagName('*')); + } + if ((element = from.getElementById(id)) && + element.name == id && from.getElementsByName) { + return byIdRaw(id, from.getElementsByName(id)); + } + return element; + }, + + // publicly exposed byId + // @return reference or null + byId = + function(id, from) { + from || (from = doc); + if (lastContext !== from) { switchContext(from); } + return _byId(id, from); + }, + + // elements by tag (raw) + // @return array + byTagRaw = + function(tag, from) { + var any = tag == '*', element = from, elements = [ ], next = element.firstChild; + any || (tag = tag.toUpperCase()); + while ((element = next)) { + if (element.tagName > '@' && (any || element.tagName.toUpperCase() == tag)) { + elements[elements.length] = element; + } + if ((next = element.firstChild || element.nextSibling)) continue; + while (!next && (element = element.parentNode) && element !== from) { + next = element.nextSibling; + } + } + return elements; + }, + + // elements by tag + // @return array + _byTag = !BUGGY_GEBTN && NATIVE_SLICE_PROTO ? + function(tag, from) { + return XML_DOCUMENT || from.nodeType == 11 ? byTagRaw(tag, from) : + slice.call(from.getElementsByTagName(tag), 0); + } : + function(tag, from) { + var i = -1, j = i, data = [ ], element, + elements = XML_DOCUMENT || from.nodeType == 11 ? + byTagRaw(tag, from) : from.getElementsByTagName(tag); + if (tag == '*') { + while ((element = elements[++i])) { + if (element.nodeName > '@') { + data[++j] = element; + } + } + } else { + while ((element = elements[++i])) { + data[i] = element; + } + } + return data; + }, + + // publicly exposed byTag + // @return array + byTag = + function(tag, from) { + from || (from = doc); + if (lastContext !== from) { switchContext(from); } + return _byTag(tag, from); + }, + + // publicly exposed byName + // @return array + byName = + function(name, from) { + return select('[name="' + name.replace(/\\([^\\]{1})/g, '$1') + '"]', from); + }, + + // elements by class (raw) + // @return array + byClassRaw = + function(name, from) { + var i = -1, j = i, data = [ ], element, elements = _byTag('*', from), n; + name = ' ' + (QUIRKS_MODE ? name.toLowerCase() : name) + ' '; + while ((element = elements[++i])) { + n = XML_DOCUMENT ? element.getAttribute('class') : element.className; + if (n && n.length && (' ' + (QUIRKS_MODE ? n.toLowerCase() : n). + replace(reWhiteSpace, ' ') + ' ').indexOf(name) > -1) { + data[++j] = element; + } + } + return data; + }, + + // elements by class + // @return array + _byClass = + function(name, from) { + name = QUIRKS_MODE ? name.toLowerCase() : name; + name = (/\\/).test(name) ? unescapeIdentifier(name) : name; + return (BUGGY_GEBCN || BUGGY_QUIRKS_GEBCN || XML_DOCUMENT || !from.getElementsByClassName) ? + byClassRaw(name, from) : slice.call(from.getElementsByClassName(name)); + }, + + // publicly exposed byClass + // @return array + byClass = + function(name, from) { + from || (from = doc); + if (lastContext !== from) { switchContext(from); } + return _byClass(name, from); + }, + + // check element is descendant of container + // @return boolean + contains = 'compareDocumentPosition' in root ? + function(container, element) { + return (container.compareDocumentPosition(element) & 16) == 16; + } : 'contains' in root ? + function(container, element) { + return container !== element && container.contains(element); + } : + function(container, element) { + while ((element = element.parentNode)) { + if (element === container) return true; + } + return false; + }, + + // attribute value + // @return string + getAttribute = !BUGGY_GET_ATTRIBUTE && !IE_LT_9 ? + function(node, attribute) { + return node.getAttribute(attribute); + } : + function(node, attribute) { + attribute = attribute.toLowerCase(); + if (typeof node[attribute] == 'object') { + return node.attributes[attribute] && + node.attributes[attribute].value; + } + return ( + // 'type' can only be read by using native getAttribute + attribute == 'type' ? node.getAttribute(attribute) : + // specific URI data attributes (parameter 2 to fix IE bug) + ATTR_URIDATA[attribute] ? node.getAttribute(attribute, 2) : + // boolean attributes should return name instead of true/false + ATTR_BOOLEAN[attribute] ? node.getAttribute(attribute) ? attribute : 'false' : + (node = node.getAttributeNode(attribute)) && node.value); + }, + + // attribute presence + // @return boolean + hasAttribute = !BUGGY_HAS_ATTRIBUTE && !IE_LT_9 ? + function(node, attribute) { + return XML_DOCUMENT ? + !!node.getAttribute(attribute) : + node.hasAttribute(attribute); + } : + function(node, attribute) { + // read the node attribute object + var obj = node.getAttributeNode(attribute = attribute.toLowerCase()); + return ATTR_DEFAULT[attribute] && attribute != 'value' ? + node[ATTR_DEFAULT[attribute]] : obj && obj.specified; + }, + + // check node emptyness + // @return boolean + isEmpty = + function(node) { + node = node.firstChild; + while (node) { + if (node.nodeType == 3 || node.nodeName > '@') return false; + node = node.nextSibling; + } + return true; + }, + + // check if element matches the :link pseudo + // @return boolean + isLink = + function(element) { + return hasAttribute(element,'href') && LINK_NODES[element.nodeName]; + }, + + // child position by nodeType + // @return number + nthElement = + function(element, last) { + var count = 1, succ = last ? 'nextSibling' : 'previousSibling'; + while ((element = element[succ])) { + if (element.nodeName > '@') ++count; + } + return count; + }, + + // child position by nodeName + // @return number + nthOfType = + function(element, last) { + var count = 1, succ = last ? 'nextSibling' : 'previousSibling', type = element.nodeName; + while ((element = element[succ])) { + if (element.nodeName == type) ++count; + } + return count; + }, + + /*------------------------------- DEBUGGING --------------------------------*/ + + // get/set (string/object) working modes + configure = + function(option) { + if (typeof option == 'string') { return !!Config[option]; } + if (typeof option != 'object') { return Config; } + for (var i in option) { + Config[i] = !!option[i]; + if (i == 'SIMPLENOT') { + matchContexts = { }; + matchResolvers = { }; + selectContexts = { }; + selectResolvers = { }; + if (!Config[i]) { Config['USE_QSAPI'] = false; } + } else if (i == 'USE_QSAPI') { + Config[i] = !!option[i] && NATIVE_QSAPI; + } + } + setIdentifierSyntax(); + reValidator = RegExp(Config.SIMPLENOT ? + standardValidator : extendedValidator); + return true; + }, + + // control user notifications + emit = + function(message) { + if (Config.VERBOSITY) { throw Error(message); } + if (Config.LOGERRORS && console && console.log) { + console.log(message); + } + }, + + Config = { + + // true to enable caching of result sets, false to disable + CACHING: false, + + // true to allow CSS escaped identifiers, false to disallow + ESCAPECHR: true, + + // true to allow identifiers containing non-ASCII (utf-8) chars + NON_ASCII: true, + + // switch syntax RE, true to use Level 3, false to use Level 2 + SELECTOR3: true, + + // true to allow identifiers containing Unicode (utf-16) chars + UNICODE16: true, + + // by default do not add missing left/right context + // to mangled selector strings like "+div" or "ul>" + // callable Dom.shortcuts method has to be available + SHORTCUTS: false, + + // true to disable complex selectors nested in + // ':not()' pseudo-classes as for specifications + SIMPLENOT: true, + + // strict QSA match all non-unique IDs (false) + // speed & libs compat match unique ID (true) + UNIQUE_ID: true, + + // true to follow HTML5 specs handling of ":checked" + // pseudo-class and similar UI states (indeterminate) + USE_HTML5: true, + + // true to use browsers native Query Selector API if available + USE_QSAPI: NATIVE_QSAPI, + + // true to throw exceptions, false to skip throwing exceptions + VERBOSITY: true, + + // true to print console errors or warnings, false to mute them + LOGERRORS: true + + }, + + /*---------------------------- COMPILER METHODS ----------------------------*/ + + // init REs and context + initialize = + function(doc) { + setIdentifierSyntax(); + switchContext(doc, true); + }, + + // set/reset default identifier syntax + // based on user configuration options + // rebuild the validator and other REs + setIdentifierSyntax = + function() { + + var syntax = '', start = Config['SELECTOR3'] ? '-{2}|' : ''; + + Config['NON_ASCII'] && (syntax += '|' + non_asc_chr); + Config['UNICODE16'] && (syntax += '|' + unicode_chr); + Config['ESCAPECHR'] && (syntax += '|' + escaped_chr); + + syntax += (Config['UNICODE16'] || Config['ESCAPECHR']) ? '' : '|' + any_esc_chr; + + identifier = '-?(?:' + start + alphalodash + syntax + ')(?:-|[0-9]|' + alphalodash + syntax + ')*'; + + // build attribute string + attrcheck = '(' + quotedvalue + '|' + identifier + ')'; + attributes = whitespace + '*(' + identifier + '(?::' + identifier + ')?)' + + whitespace + '*(?:' + operators + whitespace + '*' + attrcheck + ')?' + whitespace + '*'; + attrmatcher = attributes.replace(attrcheck, '([\\x22\\x27]*)((?:\\\\?.)*?)\\3'); + + // build pseudoclass string + pseudoclass = '((?:' + + // an+b parameters or quoted string + pseudoparms + '|' + quotedvalue + '|' + + // id, class, pseudo-class selector + prefixes + identifier + '|' + + // nested HTML attribute selector + '\\[' + attributes + '\\]|' + + // nested pseudo-class selector + '\\(.+\\)|' + whitespace + '*|' + + // nested pseudos/separators + ',)+)'; + + // CSS3: syntax scanner and + // one pass validation only + // using regular expression + standardValidator = + // discard start + '(?=[\\x20\\t\\n\\r\\f]*[^>+~(){}<>])' + + // open match group + '(' + + //universal selector + '\\*' + + // id/class/tag/pseudo-class identifier + '|(?:' + prefixes + identifier + ')' + + // combinator selector + '|' + combinators + + // HTML attribute selector + '|\\[' + attributes + '\\]' + + // pseudo-classes parameters + '|\\(' + pseudoclass + '\\)' + + // dom properties selector (extension) + '|\\{' + extensions + '\\}' + + // selector group separator (comma) + '|(?:,|' + whitespace + '*)' + + // close match group + ')+'; + + // only allow simple selectors nested in ':not()' pseudo-classes + reSimpleNot = RegExp('^(' + + '(?!:not)' + + '(' + prefixes + identifier + + '|\\([^()]*\\))+' + + '|\\[' + attributes + '\\]' + + ')$'); + + // split last, right most, selector group token + reSplitToken = RegExp('(' + + prefixes + identifier + '|' + + '\\[' + attributes + '\\]|' + + '\\(' + pseudoclass + '\\)|' + + '\\\\.|[^\\x20\\t\\n\\r\\f>+~])+', 'g'); + + reOptimizeSelector = RegExp(identifier + '|^$'); + + reSimpleSelector = RegExp( + BUGGY_GEBTN && BUGGY_GEBCN || OPERA ? + '^#?' + identifier + '$' : BUGGY_GEBTN ? + '^[.#]?' + identifier + '$' : BUGGY_GEBCN ? + '^(?:\\*|#' + identifier + ')$' : + '^(?:\\*|[.#]?' + identifier + ')$'); + + // matches class selectors + reClass = RegExp('(?:\\[[\\x20\\t\\n\\r\\f]*class\\b|\\.' + identifier + ')'); + + Optimize = { + ID: RegExp('^\\*?#(' + identifier + ')|' + skip_groups), + TAG: RegExp('^(' + identifier + ')|' + skip_groups), + CLASS: RegExp('^\\.(' + identifier + '$)|' + skip_groups) + }; + + Patterns.id = RegExp('^#(' + identifier + ')(.*)'); + Patterns.tagName = RegExp('^(' + identifier + ')(.*)'); + Patterns.className = RegExp('^\\.(' + identifier + ')(.*)'); + Patterns.attribute = RegExp('^\\[' + attrmatcher + '\\](.*)'); + + Tokens.identifier = identifier; + Tokens.attributes = attributes; + + // validator for complex selectors in ':not()' pseudo-classes + extendedValidator = standardValidator.replace(pseudoclass, '.*'); + + // validator for standard selectors as default + reValidator = RegExp(standardValidator); + }, + + // code string reused to build compiled functions + ACCEPT_NODE = 'r[r.length]=c[k];if(f&&false===f(c[k]))break main;else continue main;', + + // compile a comma separated group of selector + // @mode boolean true for select, false for match + // return a compiled function + compile = + function(selector, source, mode) { + + var parts = typeof selector == 'string' ? selector.match(reSplitGroup) : selector; + + // ensures that source is a string + typeof source == 'string' || (source = ''); + + if (parts.length == 1) { + source += compileSelector(parts[0], mode ? ACCEPT_NODE : 'f&&f(k);return true;', mode); + } else { + // for each selector in the group + var i = -1, seen = { }, token; + while ((token = parts[++i])) { + token = token.replace(reTrimSpaces, ''); + // avoid repeating the same token + // in comma separated group (p, p) + if (!seen[token] && (seen[token] = true)) { + source += compileSelector(token, mode ? ACCEPT_NODE : 'f&&f(k);return true;', mode); + } + } + } + + if (mode) { + // for select method + return Function('c,s,d,h,g,f', + 'var N,n,x=0,k=-1,e,r=[];main:while((e=c[++k])){' + source + '}return r;'); + } else { + // for match method + return Function('e,s,d,h,g,f', + 'var N,n,x=0,k=e;' + source + 'return false;'); + } + }, + + // compile a CSS3 string selector into ad-hoc javascript matching function + // @return string (to be compiled) + compileSelector = + function(selector, source, mode) { + + var a, b, n, k = 0, expr, match, result, status, test, type; + + while (selector) { + + k++; + + // *** Universal selector + // * match all (empty block, do not remove) + if ((match = selector.match(Patterns.universal))) { + // do nothing, handled in the compiler where + // BUGGY_GEBTN return comment nodes (ex: IE) + expr = ''; + } + + // *** ID selector + // #Foo Id case sensitive + else if ((match = selector.match(Patterns.id))) { + // document can contain conflicting elements (id/name) + // prototype selector unit need this method to recover bad HTML forms + match[1] = (/\\/).test(match[1]) ? convertEscapes(match[1]) : match[1]; + source = 'if(' + (XML_DOCUMENT ? + 's.getAttribute(e,"id")' : + '(e.submit?s.getAttribute(e,"id"):e.id)') + + '=="' + match[1] + '"' + + '){' + source + '}'; + } + + // *** Type selector + // Foo Tag (case insensitive) + else if ((match = selector.match(Patterns.tagName))) { + // both tagName and nodeName properties may be upper/lower case + // depending on their creation NAMESPACE in createElementNS() + source = 'if(e.nodeName' + (XML_DOCUMENT ? + '=="' + match[1] + '"' : '.toUpperCase()' + + '=="' + match[1].toUpperCase() + '"') + + '){' + source + '}'; + } + + // *** Class selector + // .Foo Class (case sensitive) + else if ((match = selector.match(Patterns.className))) { + // W3C CSS3 specs: element whose "class" attribute has been assigned a + // list of whitespace-separated values, see section 6.4 Class selectors + // and notes at the bottom; explicitly non-normative in this specification. + match[1] = (/\\/).test(match[1]) ? convertEscapes(match[1]) : match[1]; + match[1] = QUIRKS_MODE ? match[1].toLowerCase() : match[1]; + source = 'if((n=' + (XML_DOCUMENT ? + 's.getAttribute(e,"class")' : 'e.className') + + ')&&n.length&&(" "+' + (QUIRKS_MODE ? 'n.toLowerCase()' : 'n') + + '.replace(/' + whitespace + '+/g," ")+" ").indexOf(" ' + match[1] + ' ")>-1' + + '){' + source + '}'; + } + + // *** Attribute selector + // [attr] [attr=value] [attr="value"] [attr='value'] and !=, *=, ~=, |=, ^=, $= + // case sensitivity is treated differently depending on the document type (see map) + else if ((match = selector.match(Patterns.attribute))) { + + // xml namespaced attribute ? + expr = match[1].split(':'); + expr = expr.length == 2 ? expr[1] : expr[0] + ''; + + if (match[2] && !Operators[match[2]]) { + emit('Unsupported operator in attribute selectors "' + selector + '"'); + return ''; + } + + test = 'false'; + + // replace Operators parameter if needed + if (match[2] && match[4] && (test = Operators[match[2]])) { + match[4] = (/\\/).test(match[4]) ? convertEscapes(match[4]) : match[4]; + // case treatment depends on document + HTML_TABLE['class'] = QUIRKS_MODE ? 1 : 0; + type = (XML_DOCUMENT ? XHTML_TABLE : HTML_TABLE)[expr.toLowerCase()]; + test = test.replace(/\%m/g, type ? match[4].toLowerCase() : match[4]); + } else if (match[2] == '!=' || match[2] == '=') { + test = 'n' + match[2] + '=""'; + } + + source = 'if(n=s.hasAttribute(e,"' + match[1] + '")){' + + (match[2] ? 'n=s.getAttribute(e,"' + match[1] + '")' : '') + + (type && match[2] ? '.toLowerCase();' : ';') + + 'if(' + (match[2] ? test : 'n') + '){' + source + '}}'; + + } + + // *** Adjacent sibling combinator + // E + F (F adiacent sibling of E) + else if ((match = selector.match(Patterns.adjacent))) { + source = NATIVE_TRAVERSAL_API ? + 'var N' + k + '=e;while(e&&(e=e.previousElementSibling)){' + source + 'break;}e=N' + k + ';' : + 'var N' + k + '=e;while(e&&(e=e.previousSibling)){if(e.nodeName>"@"){' + source + 'break;}}e=N' + k + ';'; + } + + // *** General sibling combinator + // E ~ F (F relative sibling of E) + else if ((match = selector.match(Patterns.relative))) { + source = NATIVE_TRAVERSAL_API ? + ('var N' + k + '=e;e=e.parentNode.firstElementChild;' + + 'while(e&&e!==N' + k + '){' + source + 'e=e.nextElementSibling;}e=N' + k + ';') : + ('var N' + k + '=e;e=e.parentNode.firstChild;' + + 'while(e&&e!==N' + k + '){if(e.nodeName>"@"){' + source + '}e=e.nextSibling;}e=N' + k + ';'); + } + + // *** Child combinator + // E > F (F children of E) + else if ((match = selector.match(Patterns.children))) { + source = 'var N' + k + '=e;while(e&&e!==h&&e!==g&&(e=e.parentNode)){' + source + 'break;}e=N' + k + ';'; + } + + // *** Descendant combinator + // E F (E ancestor of F) + else if ((match = selector.match(Patterns.ancestor))) { + source = 'var N' + k + '=e;while(e&&e!==h&&e!==g&&(e=e.parentNode)){' + source + '}e=N' + k + ';'; + } + + // *** Structural pseudo-classes + // :root, :empty, + // :first-child, :last-child, :only-child, + // :first-of-type, :last-of-type, :only-of-type, + // :nth-child(), :nth-last-child(), :nth-of-type(), :nth-last-of-type() + else if ((match = selector.match(Patterns.spseudos)) && match[1]) { + + switch (match[1]) { + case 'root': + // element root of the document + if (match[3]) { + source = 'if(e===h||s.contains(h,e)){' + source + '}'; + } else { + source = 'if(e===h){' + source + '}'; + } + break; + + case 'empty': + // element that has no children + source = 'if(s.isEmpty(e)){' + source + '}'; + break; + + default: + if (match[1] && match[2]) { + if (match[2] == 'n') { + source = 'if(e!==h){' + source + '}'; + break; + } else if (match[2] == 'even') { + a = 2; + b = 0; + } else if (match[2] == 'odd') { + a = 2; + b = 1; + } else { + // assumes correct "an+b" format, "b" before "a" to keep "n" values + b = ((n = match[2].match(/(-?\d+)$/)) ? parseInt(n[1], 10) : 0); + a = ((n = match[2].match(/(-?\d*)n/i)) ? parseInt(n[1], 10) : 0); + if (n && n[1] == '-') a = -1; + } + + // build test expression out of structural pseudo (an+b) parameters + // see here: http://www.w3.org/TR/css3-selectors/#nth-child-pseudo + test = a > 1 ? + (/last/i.test(match[1])) ? '(n-(' + b + '))%' + a + '==0' : + 'n>=' + b + '&&(n-(' + b + '))%' + a + '==0' : a < -1 ? + (/last/i.test(match[1])) ? '(n-(' + b + '))%' + a + '==0' : + 'n<=' + b + '&&(n-(' + b + '))%' + a + '==0' : a === 0 ? + 'n==' + b : a == -1 ? 'n<=' + b : 'n>=' + b; + + // 4 cases: 1 (nth) x 4 (child, of-type, last-child, last-of-type) + source = + 'if(e!==h){' + + 'n=s[' + (/-of-type/i.test(match[1]) ? '"nthOfType"' : '"nthElement"') + ']' + + '(e,' + (/last/i.test(match[1]) ? 'true' : 'false') + ');' + + 'if(' + test + '){' + source + '}' + + '}'; + + } else { + // 6 cases: 3 (first, last, only) x 1 (child) x 2 (-of-type) + a = /first/i.test(match[1]) ? 'previous' : 'next'; + n = /only/i.test(match[1]) ? 'previous' : 'next'; + b = /first|last/i.test(match[1]); + + type = /-of-type/i.test(match[1]) ? '&&n.nodeName!=e.nodeName' : '&&n.nodeName<"@"'; + + source = 'if(e!==h){' + + ( 'n=e;while((n=n.' + a + 'Sibling)' + type + ');if(!n){' + (b ? source : + 'n=e;while((n=n.' + n + 'Sibling)' + type + ');if(!n){' + source + '}') + '}' ) + '}'; + } + break; + } + + } + + // *** negation, user action and target pseudo-classes + // *** UI element states and dynamic pseudo-classes + // CSS3 :not, :checked, :enabled, :disabled, :target + // CSS3 :active, :hover, :focus + // CSS3 :link, :visited + else if ((match = selector.match(Patterns.dpseudos)) && match[1]) { + + switch (match[1].match(/^\w+/)[0]) { + // CSS3 negation pseudo-class + case 'not': + // compile nested selectors, DO NOT pass the callback parameter + // SIMPLENOT allow disabling complex selectors nested + // in ':not()' pseudo-classes, breaks some test units + expr = match[3].replace(reTrimSpaces, ''); + + if (Config.SIMPLENOT && !reSimpleNot.test(expr)) { + // see above, log error but continue execution + emit('Negation pseudo-class only accepts simple selectors "' + selector + '"'); + return ''; + } else { + if ('compatMode' in doc) { + source = 'if(!' + compile(expr, '', false) + '(e,s,d,h,g)){' + source + '}'; + } else { + source = 'if(!s.match(e, "' + expr.replace(/\x22/g, '\\"') + '",g)){' + source +'}'; + } + } + break; + + // CSS3 UI element states + case 'checked': + // for radio buttons checkboxes (HTML4) and options (HTML5) + source = 'if((typeof e.form!=="undefined"&&(/^(?:radio|checkbox)$/i).test(e.type)&&e.checked)' + + (Config.USE_HTML5 ? '||(/^option$/i.test(e.nodeName)&&(e.selected||e.checked))' : '') + + '){' + source + '}'; + break; + case 'disabled': + // does not consider hidden input fields + source = 'if(((typeof e.form!=="undefined"' + + (Config.USE_HTML5 ? '' : '&&!(/^hidden$/i).test(e.type)') + + ')||s.isLink(e))&&e.disabled===true){' + source + '}'; + break; + case 'enabled': + // does not consider hidden input fields + source = 'if(((typeof e.form!=="undefined"' + + (Config.USE_HTML5 ? '' : '&&!(/^hidden$/i).test(e.type)') + + ')||s.isLink(e))&&e.disabled===false){' + source + '}'; + break; + + // CSS3 lang pseudo-class + case 'lang': + test = ''; + if (match[2]) test = match[2].substr(0, 2) + '-'; + source = 'do{(n=e.lang||"").toLowerCase();' + + 'if((n==""&&h.lang=="' + match[2].toLowerCase() + '")||' + + '(n&&(n=="' + match[2].toLowerCase() + + '"||n.substr(0,3)=="' + test.toLowerCase() + '")))' + + '{' + source + 'break;}}while((e=e.parentNode)&&e!==g);'; + break; + + // CSS3 target pseudo-class + case 'target': + source = 'if(e.id==d.location.hash.slice(1)){' + source + '}'; + break; + + // CSS3 dynamic pseudo-classes + case 'link': + source = 'if(s.isLink(e)&&!e.visited){' + source + '}'; + break; + case 'visited': + source = 'if(s.isLink(e)&&e.visited){' + source + '}'; + break; + + // CSS3 user action pseudo-classes IE & FF3 have native support + // these capabilities may be emulated by some event managers + case 'active': + if (XML_DOCUMENT) break; + source = 'if(e===d.activeElement){' + source + '}'; + break; + case 'hover': + if (XML_DOCUMENT) break; + source = 'if(e===d.hoverElement){' + source + '}'; + break; + case 'focus': + if (XML_DOCUMENT) break; + source = NATIVE_FOCUS ? + 'if(e===d.activeElement&&d.hasFocus()&&(e.type||e.href||typeof e.tabIndex=="number")){' + source + '}' : + 'if(e===d.activeElement&&(e.type||e.href)){' + source + '}'; + break; + + // CSS2 selected pseudo-classes, not part of current CSS3 drafts + // the 'selected' property is only available for option elements + case 'selected': + // fix Safari selectedIndex property bug + expr = BUGGY_SELECTED ? '||(n=e.parentNode)&&n.options[n.selectedIndex]===e' : ''; + source = 'if(/^option$/i.test(e.nodeName)&&(e.selected||e.checked' + expr + ')){' + source + '}'; + break; + + default: + break; + } + + } + + else if ((match = selector.match(Patterns.epseudos)) && match[1]) { + source = 'if(!(/1|11/).test(e.nodeType)){' + source + '}'; + } + + else { + + // this is where external extensions are + // invoked if expressions match selectors + expr = false; + status = false; + for (expr in Selectors) { + if ((match = selector.match(Selectors[expr].Expression)) && match[1]) { + result = Selectors[expr].Callback(match, source); + if ('match' in result) { match = result.match; } + source = result.source; + status = result.status; + if (status) { break; } + } + } + + // if an extension fails to parse the selector + // it must return a false boolean in "status" + if (!status) { + // log error but continue execution, don't throw real exceptions + // because blocking following processes maybe is not a good idea + emit('Unknown pseudo-class selector "' + selector + '"'); + return ''; + } + + if (!expr) { + // see above, log error but continue execution + emit('Unknown token in selector "' + selector + '"'); + return ''; + } + + } + + // error if no matches found by the pattern scan + if (!match) { + emit('Invalid syntax in selector "' + selector + '"'); + return ''; + } + + // ensure "match" is not null or empty since + // we do not throw real DOMExceptions above + selector = match && match[match.length - 1]; + } + + return source; + }, + + /*----------------------------- QUERY METHODS ------------------------------*/ + + // match element with selector + // @return boolean + match = + function(element, selector, from, callback) { + + var parts; + + if (!(element && element.nodeType == 1)) { + emit('Invalid element argument'); + return false; + } else if (typeof selector != 'string') { + emit('Invalid selector argument'); + return false; + } else if (from && from.nodeType == 1 && !contains(from, element)) { + return false; + } else if (lastContext !== from) { + // reset context data when it changes + // and ensure context is set to a default + switchContext(from || (from = element.ownerDocument)); + } + + // normalize the selector string, remove [\n\r\f] + // whitespace, replace codepoints 0 with '\ufffd' + // trim non-relevant leading/trailing whitespaces + selector = selector. + replace(reTrimSpaces, ''). + replace(/\x00|\\$/g, '\ufffd'); + + Config.SHORTCUTS && (selector = Dom.shortcuts(selector, element, from)); + + if (lastMatcher != selector) { + // process valid selector strings + if ((parts = selector.match(reValidator)) && parts[0] == selector) { + isSingleMatch = (parts = selector.match(reSplitGroup)).length < 2; + // save passed selector + lastMatcher = selector; + lastPartsMatch = parts; + } else { + emit('The string "' + selector + '", is not a valid CSS selector'); + return false; + } + } else parts = lastPartsMatch; + + // compile matcher resolvers if necessary + if (!matchResolvers[selector] || matchContexts[selector] !== from) { + matchResolvers[selector] = compile(isSingleMatch ? [selector] : parts, '', false); + matchContexts[selector] = from; + } + + return matchResolvers[selector](element, Snapshot, doc, root, from, callback); + }, + + // select only the first element + // matching selector (document ordered) + first = + function(selector, from) { + return select(selector, from, function() { return false; })[0] || null; + }, + + // select elements matching selector + // using new Query Selector API + // or cross-browser client API + // @return array + select = + function(selector, from, callback) { + + var i, changed, element, elements, parts, token, original = selector; + + if (arguments.length === 0) { + emit('Not enough arguments'); + return [ ]; + } else if (typeof selector != 'string') { + return [ ]; + } else if (from && !(/1|9|11/).test(from.nodeType)) { + emit('Invalid or illegal context element'); + return [ ]; + } else if (lastContext !== from) { + // reset context data when it changes + // and ensure context is set to a default + switchContext(from || (from = doc)); + } + + if (Config.CACHING && (elements = Dom.loadResults(original, from, doc, root))) { + return callback ? concatCall([ ], elements, callback) : elements; + } + + // normalize the selector string, remove [\n\r\f] + // whitespace, replace codepoints 0 with '\ufffd' + // trim non-relevant leading/trailing whitespaces + selector = selector. + replace(reTrimSpaces, ''). + replace(/\x00|\\$/g, '\ufffd'); + + if (!OPERA_QSAPI && reSimpleSelector.test(selector)) { + switch (selector.charAt(0)) { + case '#': + if (Config.UNIQUE_ID) { + elements = (element = _byId(selector.slice(1), from)) ? [ element ] : [ ]; + } + break; + case '.': + elements = _byClass(selector.slice(1), from); + break; + default: + elements = _byTag(selector, from); + break; + } + } + + else if (!XML_DOCUMENT && Config.USE_QSAPI && + !(BUGGY_QUIRKS_QSAPI && reClass.test(selector)) && + !RE_BUGGY_QSAPI.test(selector)) { + try { + elements = from.querySelectorAll(selector); + } catch(e) { } + } + + if (elements) { + elements = callback ? concatCall([ ], elements, callback) : + NATIVE_SLICE_PROTO ? slice.call(elements) : concatList([ ], elements); + Config.CACHING && Dom.saveResults(original, from, doc, elements); + return elements; + } + + Config.SHORTCUTS && (selector = Dom.shortcuts(selector, from)); + + if ((changed = lastSelector != selector)) { + // process valid selector strings + if ((parts = selector.match(reValidator)) && parts[0] == selector) { + isSingleSelect = (parts = selector.match(reSplitGroup)).length < 2; + // save passed selector + lastSelector = selector; + lastPartsSelect = parts; + } else { + emit('The string "' + selector + '", is not a valid CSS selector'); + return [ ]; + } + } else parts = lastPartsSelect; + + // commas separators are treated sequentially to maintain order + if (from.nodeType == 11) { + + elements = byTagRaw('*', from); + + } else if (!XML_DOCUMENT && isSingleSelect) { + + if (changed) { + // get right most selector token + parts = selector.match(reSplitToken); + token = parts[parts.length - 1]; + + // only last slice before :not rules + lastSlice = token.split(':not'); + lastSlice = lastSlice[lastSlice.length - 1]; + + // position where token was found + lastPosition = selector.length - token.length; + } + + // ID optimization RTL, to reduce number of elements to visit + if (Config.UNIQUE_ID && (parts = lastSlice.match(Optimize.ID)) && (token = parts[1])) { + if ((element = _byId(token, from))) { + if (match(element, selector)) { + callback && callback(element); + elements = [element]; + } else elements = [ ]; + } + } + + // ID optimization LTR, to reduce selection context searches + else if (Config.UNIQUE_ID && (parts = selector.match(Optimize.ID)) && (token = parts[1])) { + if ((element = _byId(token, doc))) { + if ('#' + token == selector) { + callback && callback(element); + elements = [element]; + } else if (/[>+~]/.test(selector)) { + from = element.parentNode; + } else { + from = element; + } + } else elements = [ ]; + } + + if (elements) { + Config.CACHING && Dom.saveResults(original, from, doc, elements); + return elements; + } + + if (!NATIVE_GEBCN && (parts = lastSlice.match(Optimize.TAG)) && (token = parts[1])) { + if ((elements = _byTag(token, from)).length === 0) { return [ ]; } + selector = selector.slice(0, lastPosition) + selector.slice(lastPosition).replace(token, '*'); + } + + else if ((parts = lastSlice.match(Optimize.CLASS)) && (token = parts[1])) { + if ((elements = _byClass(token, from)).length === 0) { return [ ]; } + selector = selector.slice(0, lastPosition) + selector.slice(lastPosition).replace('.' + token, + reOptimizeSelector.test(selector.charAt(selector.indexOf(token) - 1)) ? '' : '*'); + } + + else if ((parts = selector.match(Optimize.CLASS)) && (token = parts[1])) { + if ((elements = _byClass(token, from)).length === 0) { return [ ]; } + for (i = 0, els = [ ]; elements.length > i; ++i) { + els = concatList(els, elements[i].getElementsByTagName('*')); + } + elements = els; + selector = selector.slice(0, lastPosition) + selector.slice(lastPosition).replace('.' + token, + reOptimizeSelector.test(selector.charAt(selector.indexOf(token) - 1)) ? '' : '*'); + } + + else if (NATIVE_GEBCN && (parts = lastSlice.match(Optimize.TAG)) && (token = parts[1])) { + if ((elements = _byTag(token, from)).length === 0) { return [ ]; } + selector = selector.slice(0, lastPosition) + selector.slice(lastPosition).replace(token, '*'); + } + + } + + if (!elements) { + if (IE_LT_9) { + elements = /^(?:applet|object)$/i.test(from.nodeName) ? from.children : byTagRaw('*', from); + } else { + elements = from.getElementsByTagName('*'); + } + } + // end of prefiltering pass + + // compile selector resolver if necessary + if (!selectResolvers[selector] || selectContexts[selector] !== from) { + selectResolvers[selector] = compile(isSingleSelect ? [selector] : parts, '', true); + selectContexts[selector] = from; + } + + elements = selectResolvers[selector](elements, Snapshot, doc, root, from, callback); + + Config.CACHING && Dom.saveResults(original, from, doc, elements); + + return elements; + }, + + /*-------------------------------- STORAGE ---------------------------------*/ + + // empty function handler + FN = function(x) { return x; }, + + // compiled match functions returning booleans + matchContexts = { }, + matchResolvers = { }, + + // compiled select functions returning collections + selectContexts = { }, + selectResolvers = { }, + + // used to pass methods to compiled functions + Snapshot = { + + // element indexing methods + nthElement: nthElement, + nthOfType: nthOfType, + + // element inspection methods + getAttribute: getAttribute, + hasAttribute: hasAttribute, + + // element selection methods + byClass: _byClass, + byName: byName, + byTag: _byTag, + byId: _byId, + + // helper/check methods + contains: contains, + isEmpty: isEmpty, + isLink: isLink, + + // selection/matching + select: select, + match: match + }, + + /*------------------------------- PUBLIC API -------------------------------*/ + + // code referenced by extensions + Dom = { + + ACCEPT_NODE: ACCEPT_NODE, + + // retrieve element by id attr + byId: byId, + + // retrieve elements by tag name + byTag: byTag, + + // retrieve elements by name attr + byName: byName, + + // retrieve elements by class name + byClass: byClass, + + // read the value of the attribute + // as was in the original HTML code + getAttribute: getAttribute, + + // check for the attribute presence + // as was in the original HTML code + hasAttribute: hasAttribute, + + // element match selector, return boolean true/false + match: match, + + // first element match only, return element or null + first: first, + + // elements matching selector, starting from element + select: select, + + // compile selector into ad-hoc javascript resolver + compile: compile, + + // check that two elements are ancestor/descendant + contains: contains, + + // handle selector engine configuration settings + configure: configure, + + // initialize caching for each document + setCache: FN, + + // load previously collected result set + loadResults: FN, + + // save previously collected result set + saveResults: FN, + + // handle missing context in selector strings + shortcuts: FN, + + // log resolvers errors/warnings + emit: emit, + + // options enabing specific engine functionality + Config: Config, + + // pass methods references to compiled resolvers + Snapshot: Snapshot, + + // operators descriptor + // for attribute operators extensions + Operators: Operators, + + // selectors descriptor + // for pseudo-class selectors extensions + Selectors: Selectors, + + // export validators REs + Tokens: Tokens, + + // export version string + Version: version, + + // add or overwrite user defined operators + registerOperator: + function(symbol, resolver) { + Operators[symbol] || (Operators[symbol] = resolver); + }, + + // add selector patterns for user defined callbacks + registerSelector: + function(name, rexp, func) { + Selectors[name] || (Selectors[name] = { + Expression: rexp, + Callback: func + }); + } + + }; + + /*---------------------------------- INIT ----------------------------------*/ + + // init context specific variables + initialize(doc); + + return Dom; +}); diff --git a/typescript/hello-world/node_modules/oauth-sign/LICENSE b/typescript/hello-world/node_modules/oauth-sign/LICENSE new file mode 100644 index 0000000..a4a9aee --- /dev/null +++ b/typescript/hello-world/node_modules/oauth-sign/LICENSE @@ -0,0 +1,55 @@ +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of this License; and + +You must cause any modified files to carry prominent notices stating that You changed the files; and + +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/typescript/hello-world/node_modules/oauth-sign/README.md b/typescript/hello-world/node_modules/oauth-sign/README.md new file mode 100644 index 0000000..34c4a85 --- /dev/null +++ b/typescript/hello-world/node_modules/oauth-sign/README.md @@ -0,0 +1,4 @@ +oauth-sign +========== + +OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module. diff --git a/typescript/hello-world/node_modules/oauth-sign/index.js b/typescript/hello-world/node_modules/oauth-sign/index.js new file mode 100644 index 0000000..dadcba9 --- /dev/null +++ b/typescript/hello-world/node_modules/oauth-sign/index.js @@ -0,0 +1,136 @@ +var crypto = require('crypto') + , qs = require('querystring') + ; + +function sha1 (key, body) { + return crypto.createHmac('sha1', key).update(body).digest('base64') +} + +function rsa (key, body) { + return crypto.createSign("RSA-SHA1").update(body).sign(key, 'base64'); +} + +function rfc3986 (str) { + return encodeURIComponent(str) + .replace(/!/g,'%21') + .replace(/\*/g,'%2A') + .replace(/\(/g,'%28') + .replace(/\)/g,'%29') + .replace(/'/g,'%27') + ; +} + +// Maps object to bi-dimensional array +// Converts { foo: 'A', bar: [ 'b', 'B' ]} to +// [ ['foo', 'A'], ['bar', 'b'], ['bar', 'B'] ] +function map (obj) { + var key, val, arr = [] + for (key in obj) { + val = obj[key] + if (Array.isArray(val)) + for (var i = 0; i < val.length; i++) + arr.push([key, val[i]]) + else if (typeof val === "object") + for (var prop in val) + arr.push([key + '[' + prop + ']', val[prop]]); + else + arr.push([key, val]) + } + return arr +} + +// Compare function for sort +function compare (a, b) { + return a > b ? 1 : a < b ? -1 : 0 +} + +function generateBase (httpMethod, base_uri, params) { + // adapted from https://dev.twitter.com/docs/auth/oauth and + // https://dev.twitter.com/docs/auth/creating-signature + + // Parameter normalization + // http://tools.ietf.org/html/rfc5849#section-3.4.1.3.2 + var normalized = map(params) + // 1. First, the name and value of each parameter are encoded + .map(function (p) { + return [ rfc3986(p[0]), rfc3986(p[1] || '') ] + }) + // 2. The parameters are sorted by name, using ascending byte value + // ordering. If two or more parameters share the same name, they + // are sorted by their value. + .sort(function (a, b) { + return compare(a[0], b[0]) || compare(a[1], b[1]) + }) + // 3. The name of each parameter is concatenated to its corresponding + // value using an "=" character (ASCII code 61) as a separator, even + // if the value is empty. + .map(function (p) { return p.join('=') }) + // 4. The sorted name/value pairs are concatenated together into a + // single string by using an "&" character (ASCII code 38) as + // separator. + .join('&') + + var base = [ + rfc3986(httpMethod ? httpMethod.toUpperCase() : 'GET'), + rfc3986(base_uri), + rfc3986(normalized) + ].join('&') + + return base +} + +function hmacsign (httpMethod, base_uri, params, consumer_secret, token_secret) { + var base = generateBase(httpMethod, base_uri, params) + var key = [ + consumer_secret || '', + token_secret || '' + ].map(rfc3986).join('&') + + return sha1(key, base) +} + +function rsasign (httpMethod, base_uri, params, private_key, token_secret) { + var base = generateBase(httpMethod, base_uri, params) + var key = private_key || '' + + return rsa(key, base) +} + +function plaintext (consumer_secret, token_secret) { + var key = [ + consumer_secret || '', + token_secret || '' + ].map(rfc3986).join('&') + + return key +} + +function sign (signMethod, httpMethod, base_uri, params, consumer_secret, token_secret) { + var method + var skipArgs = 1 + + switch (signMethod) { + case 'RSA-SHA1': + method = rsasign + break + case 'HMAC-SHA1': + method = hmacsign + break + case 'PLAINTEXT': + method = plaintext + skipArgs = 4 + break + default: + throw new Error("Signature method not supported: " + signMethod) + } + + return method.apply(null, [].slice.call(arguments, skipArgs)) +} + +exports.hmacsign = hmacsign +exports.rsasign = rsasign +exports.plaintext = plaintext +exports.sign = sign +exports.rfc3986 = rfc3986 +exports.generateBase = generateBase + diff --git a/typescript/hello-world/node_modules/oauth-sign/package.json b/typescript/hello-world/node_modules/oauth-sign/package.json new file mode 100644 index 0000000..4c7991e --- /dev/null +++ b/typescript/hello-world/node_modules/oauth-sign/package.json @@ -0,0 +1,23 @@ +{ + "author": "Mikeal Rogers (http://www.futurealoof.com)", + "name": "oauth-sign", + "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.", + "version": "0.8.2", + "license": "Apache-2.0", + "repository": { + "url": "https://github.com/mikeal/oauth-sign" + }, + "main": "index.js", + "files": [ + "index.js" + ], + "dependencies": {}, + "devDependencies": {}, + "optionalDependencies": {}, + "engines": { + "node": "*" + }, + "scripts": { + "test": "node test.js" + } +} diff --git a/typescript/hello-world/node_modules/object-assign/index.js b/typescript/hello-world/node_modules/object-assign/index.js new file mode 100644 index 0000000..0930cf8 --- /dev/null +++ b/typescript/hello-world/node_modules/object-assign/index.js @@ -0,0 +1,90 @@ +/* +object-assign +(c) Sindre Sorhus +@license MIT +*/ + +'use strict'; +/* eslint-disable no-unused-vars */ +var getOwnPropertySymbols = Object.getOwnPropertySymbols; +var hasOwnProperty = Object.prototype.hasOwnProperty; +var propIsEnumerable = Object.prototype.propertyIsEnumerable; + +function toObject(val) { + if (val === null || val === undefined) { + throw new TypeError('Object.assign cannot be called with null or undefined'); + } + + return Object(val); +} + +function shouldUseNative() { + try { + if (!Object.assign) { + return false; + } + + // Detect buggy property enumeration order in older V8 versions. + + // https://bugs.chromium.org/p/v8/issues/detail?id=4118 + var test1 = new String('abc'); // eslint-disable-line no-new-wrappers + test1[5] = 'de'; + if (Object.getOwnPropertyNames(test1)[0] === '5') { + return false; + } + + // https://bugs.chromium.org/p/v8/issues/detail?id=3056 + var test2 = {}; + for (var i = 0; i < 10; i++) { + test2['_' + String.fromCharCode(i)] = i; + } + var order2 = Object.getOwnPropertyNames(test2).map(function (n) { + return test2[n]; + }); + if (order2.join('') !== '0123456789') { + return false; + } + + // https://bugs.chromium.org/p/v8/issues/detail?id=3056 + var test3 = {}; + 'abcdefghijklmnopqrst'.split('').forEach(function (letter) { + test3[letter] = letter; + }); + if (Object.keys(Object.assign({}, test3)).join('') !== + 'abcdefghijklmnopqrst') { + return false; + } + + return true; + } catch (err) { + // We don't expect any of the above to throw, but better to be safe. + return false; + } +} + +module.exports = shouldUseNative() ? Object.assign : function (target, source) { + var from; + var to = toObject(target); + var symbols; + + for (var s = 1; s < arguments.length; s++) { + from = Object(arguments[s]); + + for (var key in from) { + if (hasOwnProperty.call(from, key)) { + to[key] = from[key]; + } + } + + if (getOwnPropertySymbols) { + symbols = getOwnPropertySymbols(from); + for (var i = 0; i < symbols.length; i++) { + if (propIsEnumerable.call(from, symbols[i])) { + to[symbols[i]] = from[symbols[i]]; + } + } + } + } + + return to; +}; diff --git a/typescript/hello-world/node_modules/object-assign/license b/typescript/hello-world/node_modules/object-assign/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/object-assign/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/object-assign/package.json b/typescript/hello-world/node_modules/object-assign/package.json new file mode 100644 index 0000000..503eb1e --- /dev/null +++ b/typescript/hello-world/node_modules/object-assign/package.json @@ -0,0 +1,42 @@ +{ + "name": "object-assign", + "version": "4.1.1", + "description": "ES2015 `Object.assign()` ponyfill", + "license": "MIT", + "repository": "sindresorhus/object-assign", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "xo && ava", + "bench": "matcha bench.js" + }, + "files": [ + "index.js" + ], + "keywords": [ + "object", + "assign", + "extend", + "properties", + "es2015", + "ecmascript", + "harmony", + "ponyfill", + "prollyfill", + "polyfill", + "shim", + "browser" + ], + "devDependencies": { + "ava": "^0.16.0", + "lodash": "^4.16.4", + "matcha": "^0.7.0", + "xo": "^0.16.0" + } +} diff --git a/typescript/hello-world/node_modules/object-assign/readme.md b/typescript/hello-world/node_modules/object-assign/readme.md new file mode 100644 index 0000000..1be09d3 --- /dev/null +++ b/typescript/hello-world/node_modules/object-assign/readme.md @@ -0,0 +1,61 @@ +# object-assign [![Build Status](https://travis-ci.org/sindresorhus/object-assign.svg?branch=master)](https://travis-ci.org/sindresorhus/object-assign) + +> ES2015 [`Object.assign()`](http://www.2ality.com/2014/01/object-assign.html) [ponyfill](https://ponyfill.com) + + +## Use the built-in + +Node.js 4 and up, as well as every evergreen browser (Chrome, Edge, Firefox, Opera, Safari), +support `Object.assign()` :tada:. If you target only those environments, then by all +means, use `Object.assign()` instead of this package. + + +## Install + +``` +$ npm install --save object-assign +``` + + +## Usage + +```js +const objectAssign = require('object-assign'); + +objectAssign({foo: 0}, {bar: 1}); +//=> {foo: 0, bar: 1} + +// multiple sources +objectAssign({foo: 0}, {bar: 1}, {baz: 2}); +//=> {foo: 0, bar: 1, baz: 2} + +// overwrites equal keys +objectAssign({foo: 0}, {foo: 1}, {foo: 2}); +//=> {foo: 2} + +// ignores null and undefined sources +objectAssign({foo: 0}, null, {bar: 1}, undefined); +//=> {foo: 0, bar: 1} +``` + + +## API + +### objectAssign(target, [source, ...]) + +Assigns enumerable own properties of `source` objects to the `target` object and returns the `target` object. Additional `source` objects will overwrite previous ones. + + +## Resources + +- [ES2015 spec - Object.assign](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.assign) + + +## Related + +- [deep-assign](https://github.com/sindresorhus/deep-assign) - Recursive `Object.assign()` + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/object.omit/LICENSE b/typescript/hello-world/node_modules/object.omit/LICENSE new file mode 100644 index 0000000..842218c --- /dev/null +++ b/typescript/hello-world/node_modules/object.omit/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2016, Jon Schlinkert + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/object.omit/README.md b/typescript/hello-world/node_modules/object.omit/README.md new file mode 100644 index 0000000..246efe0 --- /dev/null +++ b/typescript/hello-world/node_modules/object.omit/README.md @@ -0,0 +1,118 @@ +# object.omit [![NPM version](https://img.shields.io/npm/v/object.omit.svg?style=flat)](https://www.npmjs.com/package/object.omit) [![NPM monthly downloads](https://img.shields.io/npm/dm/object.omit.svg?style=flat)](https://npmjs.org/package/object.omit) [![NPM total downloads](https://img.shields.io/npm/dt/object.omit.svg?style=flat)](https://npmjs.org/package/object.omit) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/object.omit.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/object.omit) + +> Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save object.omit +``` + +## Usage + +```js +var omit = require('object.omit'); +``` + +Pass a string `key` to omit: + +```js +omit({a: 'a', b: 'b', c: 'c'}, 'a') +//=> { b: 'b', c: 'c' } +``` + +Pass an array of `keys` to omit: + +```js +omit({a: 'a', b: 'b', c: 'c'}, ['a', 'c']) +//=> { b: 'b' } +``` + +Returns the object if no keys are passed: + +```js +omit({a: 'a', b: 'b', c: 'c'}) +//=> {a: 'a', b: 'b', c: 'c'} +``` + +Returns an empty object if no value is passed. + +```js +omit() +//=> {} +``` + +### Filter function + +An optional filter function may be passed as the last argument, with or without keys passed on the arguments: + +**filter on keys** + +```js +var res = omit({a: 'a', b: 'b', c: 'c'}, function (val, key) { + return key === 'a'; +}); +//=> {a: 'a'} +``` + +**filter on values** + +```js +var fn = function() {}; +var obj = {a: 'a', b: 'b', c: fn}; + +var res = omit(obj, ['a'], function (val, key) { + return typeof val !== 'function'; +}); +//=> {b: 'b'} +``` + +## About + +### Related projects + +* [object.defaults](https://www.npmjs.com/package/object.defaults): Like `extend` but only copies missing properties/values to the target object. | [homepage](https://github.com/jonschlinkert/object.defaults "Like `extend` but only copies missing properties/values to the target object.") +* [object.filter](https://www.npmjs.com/package/object.filter): Create a new object filtered to have only properties for which the callback returns true. | [homepage](https://github.com/jonschlinkert/object.filter "Create a new object filtered to have only properties for which the callback returns true.") +* [object.pick](https://www.npmjs.com/package/object.pick): Returns a filtered copy of an object with only the specified keys, similar to `_.pick… [more](https://github.com/jonschlinkert/object.pick) | [homepage](https://github.com/jonschlinkert/object.pick "Returns a filtered copy of an object with only the specified keys, similar to`_.pick` from lodash / underscore.") +* [object.pluck](https://www.npmjs.com/package/object.pluck): Like pluck from underscore / lo-dash, but returns an object composed of specified properties, with… [more](https://github.com/jonschlinkert/object.pluck) | [homepage](https://github.com/jonschlinkert/object.pluck "Like pluck from underscore / lo-dash, but returns an object composed of specified properties, with values unmodified from those of the original object.") +* [object.reduce](https://www.npmjs.com/package/object.reduce): Reduces an object to a value that is the accumulated result of running each property… [more](https://github.com/jonschlinkert/object.reduce) | [homepage](https://github.com/jonschlinkert/object.reduce "Reduces an object to a value that is the accumulated result of running each property in the object through a callback.") + +### Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +### Building docs + +_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ + +To generate the readme and API documentation with [verb](https://github.com/verbose/verb): + +```sh +$ npm install -g verb verb-generate-readme && verb +``` + +### Running tests + +Install dev dependencies: + +```sh +$ npm install -d && npm test +``` + +### Author + +**Jon Schlinkert** + +* [github/jonschlinkert](https://github.com/jonschlinkert) +* [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +### License + +Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT license](https://github.com/jonschlinkert/object.omit/blob/master/LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on October 27, 2016._ \ No newline at end of file diff --git a/typescript/hello-world/node_modules/object.omit/index.js b/typescript/hello-world/node_modules/object.omit/index.js new file mode 100644 index 0000000..503a3c3 --- /dev/null +++ b/typescript/hello-world/node_modules/object.omit/index.js @@ -0,0 +1,40 @@ +/*! + * object.omit + * + * Copyright (c) 2014-2015, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +var isObject = require('is-extendable'); +var forOwn = require('for-own'); + +module.exports = function omit(obj, keys) { + if (!isObject(obj)) return {}; + + keys = [].concat.apply([], [].slice.call(arguments, 1)); + var last = keys[keys.length - 1]; + var res = {}, fn; + + if (typeof last === 'function') { + fn = keys.pop(); + } + + var isFunction = typeof fn === 'function'; + if (!keys.length && !isFunction) { + return obj; + } + + forOwn(obj, function(value, key) { + if (keys.indexOf(key) === -1) { + + if (!isFunction) { + res[key] = value; + } else if (fn(value, key, obj)) { + res[key] = value; + } + } + }); + return res; +}; diff --git a/typescript/hello-world/node_modules/object.omit/package.json b/typescript/hello-world/node_modules/object.omit/package.json new file mode 100644 index 0000000..2cec4c1 --- /dev/null +++ b/typescript/hello-world/node_modules/object.omit/package.json @@ -0,0 +1,67 @@ +{ + "name": "object.omit", + "description": "Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.", + "version": "2.0.1", + "homepage": "https://github.com/jonschlinkert/object.omit", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/object.omit", + "bugs": { + "url": "https://github.com/jonschlinkert/object.omit/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "dependencies": { + "for-own": "^0.1.4", + "is-extendable": "^0.1.1" + }, + "devDependencies": { + "gulp-format-md": "^0.1.11", + "mocha": "^3.1.2", + "should": "^11.1.1" + }, + "keywords": [ + "clear", + "delete", + "key", + "object", + "omit", + "property", + "remove", + "value" + ], + "verb": { + "related": { + "list": [ + "object.defaults", + "object.filter", + "object.pick", + "object.pluck", + "object.reduce" + ] + }, + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "plugins": [ + "gulp-format-md" + ], + "lint": { + "reflinks": true + }, + "reflinks": [ + "verb", + "verb-generate-readme" + ] + } +} diff --git a/typescript/hello-world/node_modules/once/LICENSE b/typescript/hello-world/node_modules/once/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/typescript/hello-world/node_modules/once/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/typescript/hello-world/node_modules/once/README.md b/typescript/hello-world/node_modules/once/README.md new file mode 100644 index 0000000..1f1ffca --- /dev/null +++ b/typescript/hello-world/node_modules/once/README.md @@ -0,0 +1,79 @@ +# once + +Only call a function once. + +## usage + +```javascript +var once = require('once') + +function load (file, cb) { + cb = once(cb) + loader.load('file') + loader.once('load', cb) + loader.once('error', cb) +} +``` + +Or add to the Function.prototype in a responsible way: + +```javascript +// only has to be done once +require('once').proto() + +function load (file, cb) { + cb = cb.once() + loader.load('file') + loader.once('load', cb) + loader.once('error', cb) +} +``` + +Ironically, the prototype feature makes this module twice as +complicated as necessary. + +To check whether you function has been called, use `fn.called`. Once the +function is called for the first time the return value of the original +function is saved in `fn.value` and subsequent calls will continue to +return this value. + +```javascript +var once = require('once') + +function load (cb) { + cb = once(cb) + var stream = createStream() + stream.once('data', cb) + stream.once('end', function () { + if (!cb.called) cb(new Error('not found')) + }) +} +``` + +## `once.strict(func)` + +Throw an error if the function is called twice. + +Some functions are expected to be called only once. Using `once` for them would +potentially hide logical errors. + +In the example below, the `greet` function has to call the callback only once: + +```javascript +function greet (name, cb) { + // return is missing from the if statement + // when no name is passed, the callback is called twice + if (!name) cb('Hello anonymous') + cb('Hello ' + name) +} + +function log (msg) { + console.log(msg) +} + +// this will print 'Hello anonymous' but the logical error will be missed +greet(null, once(msg)) + +// once.strict will print 'Hello anonymous' and throw an error when the callback will be called the second time +greet(null, once.strict(msg)) +``` diff --git a/typescript/hello-world/node_modules/once/once.js b/typescript/hello-world/node_modules/once/once.js new file mode 100644 index 0000000..2354067 --- /dev/null +++ b/typescript/hello-world/node_modules/once/once.js @@ -0,0 +1,42 @@ +var wrappy = require('wrappy') +module.exports = wrappy(once) +module.exports.strict = wrappy(onceStrict) + +once.proto = once(function () { + Object.defineProperty(Function.prototype, 'once', { + value: function () { + return once(this) + }, + configurable: true + }) + + Object.defineProperty(Function.prototype, 'onceStrict', { + value: function () { + return onceStrict(this) + }, + configurable: true + }) +}) + +function once (fn) { + var f = function () { + if (f.called) return f.value + f.called = true + return f.value = fn.apply(this, arguments) + } + f.called = false + return f +} + +function onceStrict (fn) { + var f = function () { + if (f.called) + throw new Error(f.onceError) + f.called = true + return f.value = fn.apply(this, arguments) + } + var name = fn.name || 'Function wrapped with `once`' + f.onceError = name + " shouldn't be called more than once" + f.called = false + return f +} diff --git a/typescript/hello-world/node_modules/once/package.json b/typescript/hello-world/node_modules/once/package.json new file mode 100644 index 0000000..16815b2 --- /dev/null +++ b/typescript/hello-world/node_modules/once/package.json @@ -0,0 +1,33 @@ +{ + "name": "once", + "version": "1.4.0", + "description": "Run a function exactly one time", + "main": "once.js", + "directories": { + "test": "test" + }, + "dependencies": { + "wrappy": "1" + }, + "devDependencies": { + "tap": "^7.0.1" + }, + "scripts": { + "test": "tap test/*.js" + }, + "files": [ + "once.js" + ], + "repository": { + "type": "git", + "url": "git://github.com/isaacs/once" + }, + "keywords": [ + "once", + "function", + "one", + "single" + ], + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "ISC" +} diff --git a/typescript/hello-world/node_modules/optimist/.travis.yml b/typescript/hello-world/node_modules/optimist/.travis.yml new file mode 100644 index 0000000..cc4dba2 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "0.8" + - "0.10" diff --git a/typescript/hello-world/node_modules/optimist/LICENSE b/typescript/hello-world/node_modules/optimist/LICENSE new file mode 100644 index 0000000..432d1ae --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/LICENSE @@ -0,0 +1,21 @@ +Copyright 2010 James Halliday (mail@substack.net) + +This project is free software released under the MIT/X11 license: + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/optimist/example/bool.js b/typescript/hello-world/node_modules/optimist/example/bool.js new file mode 100644 index 0000000..a998fb7 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/bool.js @@ -0,0 +1,10 @@ +#!/usr/bin/env node +var util = require('util'); +var argv = require('optimist').argv; + +if (argv.s) { + util.print(argv.fr ? 'Le chat dit: ' : 'The cat says: '); +} +console.log( + (argv.fr ? 'miaou' : 'meow') + (argv.p ? '.' : '') +); diff --git a/typescript/hello-world/node_modules/optimist/example/boolean_double.js b/typescript/hello-world/node_modules/optimist/example/boolean_double.js new file mode 100644 index 0000000..a35a7e6 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/boolean_double.js @@ -0,0 +1,7 @@ +#!/usr/bin/env node +var argv = require('optimist') + .boolean(['x','y','z']) + .argv +; +console.dir([ argv.x, argv.y, argv.z ]); +console.dir(argv._); diff --git a/typescript/hello-world/node_modules/optimist/example/boolean_single.js b/typescript/hello-world/node_modules/optimist/example/boolean_single.js new file mode 100644 index 0000000..017bb68 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/boolean_single.js @@ -0,0 +1,7 @@ +#!/usr/bin/env node +var argv = require('optimist') + .boolean('v') + .argv +; +console.dir(argv.v); +console.dir(argv._); diff --git a/typescript/hello-world/node_modules/optimist/example/default_hash.js b/typescript/hello-world/node_modules/optimist/example/default_hash.js new file mode 100644 index 0000000..ade7768 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/default_hash.js @@ -0,0 +1,8 @@ +#!/usr/bin/env node + +var argv = require('optimist') + .default({ x : 10, y : 10 }) + .argv +; + +console.log(argv.x + argv.y); diff --git a/typescript/hello-world/node_modules/optimist/example/default_singles.js b/typescript/hello-world/node_modules/optimist/example/default_singles.js new file mode 100644 index 0000000..d9b1ff4 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/default_singles.js @@ -0,0 +1,7 @@ +#!/usr/bin/env node +var argv = require('optimist') + .default('x', 10) + .default('y', 10) + .argv +; +console.log(argv.x + argv.y); diff --git a/typescript/hello-world/node_modules/optimist/example/divide.js b/typescript/hello-world/node_modules/optimist/example/divide.js new file mode 100644 index 0000000..5e2ee82 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/divide.js @@ -0,0 +1,8 @@ +#!/usr/bin/env node + +var argv = require('optimist') + .usage('Usage: $0 -x [num] -y [num]') + .demand(['x','y']) + .argv; + +console.log(argv.x / argv.y); diff --git a/typescript/hello-world/node_modules/optimist/example/line_count.js b/typescript/hello-world/node_modules/optimist/example/line_count.js new file mode 100644 index 0000000..b5f95bf --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/line_count.js @@ -0,0 +1,20 @@ +#!/usr/bin/env node +var argv = require('optimist') + .usage('Count the lines in a file.\nUsage: $0') + .demand('f') + .alias('f', 'file') + .describe('f', 'Load a file') + .argv +; + +var fs = require('fs'); +var s = fs.createReadStream(argv.file); + +var lines = 0; +s.on('data', function (buf) { + lines += buf.toString().match(/\n/g).length; +}); + +s.on('end', function () { + console.log(lines); +}); diff --git a/typescript/hello-world/node_modules/optimist/example/line_count_options.js b/typescript/hello-world/node_modules/optimist/example/line_count_options.js new file mode 100644 index 0000000..d9ac709 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/line_count_options.js @@ -0,0 +1,29 @@ +#!/usr/bin/env node +var argv = require('optimist') + .usage('Count the lines in a file.\nUsage: $0') + .options({ + file : { + demand : true, + alias : 'f', + description : 'Load a file' + }, + base : { + alias : 'b', + description : 'Numeric base to use for output', + default : 10, + }, + }) + .argv +; + +var fs = require('fs'); +var s = fs.createReadStream(argv.file); + +var lines = 0; +s.on('data', function (buf) { + lines += buf.toString().match(/\n/g).length; +}); + +s.on('end', function () { + console.log(lines.toString(argv.base)); +}); diff --git a/typescript/hello-world/node_modules/optimist/example/line_count_wrap.js b/typescript/hello-world/node_modules/optimist/example/line_count_wrap.js new file mode 100644 index 0000000..4267511 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/line_count_wrap.js @@ -0,0 +1,29 @@ +#!/usr/bin/env node +var argv = require('optimist') + .usage('Count the lines in a file.\nUsage: $0') + .wrap(80) + .demand('f') + .alias('f', [ 'file', 'filename' ]) + .describe('f', + "Load a file. It's pretty important." + + " Required even. So you'd better specify it." + ) + .alias('b', 'base') + .describe('b', 'Numeric base to display the number of lines in') + .default('b', 10) + .describe('x', 'Super-secret optional parameter which is secret') + .default('x', '') + .argv +; + +var fs = require('fs'); +var s = fs.createReadStream(argv.file); + +var lines = 0; +s.on('data', function (buf) { + lines += buf.toString().match(/\n/g).length; +}); + +s.on('end', function () { + console.log(lines.toString(argv.base)); +}); diff --git a/typescript/hello-world/node_modules/optimist/example/nonopt.js b/typescript/hello-world/node_modules/optimist/example/nonopt.js new file mode 100644 index 0000000..ee633ee --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/nonopt.js @@ -0,0 +1,4 @@ +#!/usr/bin/env node +var argv = require('optimist').argv; +console.log('(%d,%d)', argv.x, argv.y); +console.log(argv._); diff --git a/typescript/hello-world/node_modules/optimist/example/reflect.js b/typescript/hello-world/node_modules/optimist/example/reflect.js new file mode 100644 index 0000000..816b3e1 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/reflect.js @@ -0,0 +1,2 @@ +#!/usr/bin/env node +console.dir(require('optimist').argv); diff --git a/typescript/hello-world/node_modules/optimist/example/short.js b/typescript/hello-world/node_modules/optimist/example/short.js new file mode 100644 index 0000000..1db0ad0 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/short.js @@ -0,0 +1,3 @@ +#!/usr/bin/env node +var argv = require('optimist').argv; +console.log('(%d,%d)', argv.x, argv.y); diff --git a/typescript/hello-world/node_modules/optimist/example/string.js b/typescript/hello-world/node_modules/optimist/example/string.js new file mode 100644 index 0000000..a8e5aeb --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/string.js @@ -0,0 +1,11 @@ +#!/usr/bin/env node +var argv = require('optimist') + .string('x', 'y') + .argv +; +console.dir([ argv.x, argv.y ]); + +/* Turns off numeric coercion: + ./node string.js -x 000123 -y 9876 + [ '000123', '9876' ] +*/ diff --git a/typescript/hello-world/node_modules/optimist/example/usage-options.js b/typescript/hello-world/node_modules/optimist/example/usage-options.js new file mode 100644 index 0000000..b999977 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/usage-options.js @@ -0,0 +1,19 @@ +var optimist = require('./../index'); + +var argv = optimist.usage('This is my awesome program', { + 'about': { + description: 'Provide some details about the author of this program', + required: true, + short: 'a', + }, + 'info': { + description: 'Provide some information about the node.js agains!!!!!!', + boolean: true, + short: 'i' + } +}).argv; + +optimist.showHelp(); + +console.log('\n\nInspecting options'); +console.dir(argv); \ No newline at end of file diff --git a/typescript/hello-world/node_modules/optimist/example/xup.js b/typescript/hello-world/node_modules/optimist/example/xup.js new file mode 100644 index 0000000..8f6ecd2 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/example/xup.js @@ -0,0 +1,10 @@ +#!/usr/bin/env node +var argv = require('optimist').argv; + +if (argv.rif - 5 * argv.xup > 7.138) { + console.log('Buy more riffiwobbles'); +} +else { + console.log('Sell the xupptumblers'); +} + diff --git a/typescript/hello-world/node_modules/optimist/index.js b/typescript/hello-world/node_modules/optimist/index.js new file mode 100644 index 0000000..4da5a6d --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/index.js @@ -0,0 +1,343 @@ +var path = require('path'); +var minimist = require('minimist'); +var wordwrap = require('wordwrap'); + +/* Hack an instance of Argv with process.argv into Argv + so people can do + require('optimist')(['--beeble=1','-z','zizzle']).argv + to parse a list of args and + require('optimist').argv + to get a parsed version of process.argv. +*/ + +var inst = Argv(process.argv.slice(2)); +Object.keys(inst).forEach(function (key) { + Argv[key] = typeof inst[key] == 'function' + ? inst[key].bind(inst) + : inst[key]; +}); + +var exports = module.exports = Argv; +function Argv (processArgs, cwd) { + var self = {}; + if (!cwd) cwd = process.cwd(); + + self.$0 = process.argv + .slice(0,2) + .map(function (x) { + var b = rebase(cwd, x); + return x.match(/^\//) && b.length < x.length + ? b : x + }) + .join(' ') + ; + + if (process.env._ != undefined && process.argv[1] == process.env._) { + self.$0 = process.env._.replace( + path.dirname(process.execPath) + '/', '' + ); + } + + var options = { + boolean: [], + string: [], + alias: {}, + default: [] + }; + + self.boolean = function (bools) { + options.boolean.push.apply(options.boolean, [].concat(bools)); + return self; + }; + + self.string = function (strings) { + options.string.push.apply(options.string, [].concat(strings)); + return self; + }; + + self.default = function (key, value) { + if (typeof key === 'object') { + Object.keys(key).forEach(function (k) { + self.default(k, key[k]); + }); + } + else { + options.default[key] = value; + } + return self; + }; + + self.alias = function (x, y) { + if (typeof x === 'object') { + Object.keys(x).forEach(function (key) { + self.alias(key, x[key]); + }); + } + else { + options.alias[x] = (options.alias[x] || []).concat(y); + } + return self; + }; + + var demanded = {}; + self.demand = function (keys) { + if (typeof keys == 'number') { + if (!demanded._) demanded._ = 0; + demanded._ += keys; + } + else if (Array.isArray(keys)) { + keys.forEach(function (key) { + self.demand(key); + }); + } + else { + demanded[keys] = true; + } + + return self; + }; + + var usage; + self.usage = function (msg, opts) { + if (!opts && typeof msg === 'object') { + opts = msg; + msg = null; + } + + usage = msg; + + if (opts) self.options(opts); + + return self; + }; + + function fail (msg) { + self.showHelp(); + if (msg) console.error(msg); + process.exit(1); + } + + var checks = []; + self.check = function (f) { + checks.push(f); + return self; + }; + + var descriptions = {}; + self.describe = function (key, desc) { + if (typeof key === 'object') { + Object.keys(key).forEach(function (k) { + self.describe(k, key[k]); + }); + } + else { + descriptions[key] = desc; + } + return self; + }; + + self.parse = function (args) { + return parseArgs(args); + }; + + self.option = self.options = function (key, opt) { + if (typeof key === 'object') { + Object.keys(key).forEach(function (k) { + self.options(k, key[k]); + }); + } + else { + if (opt.alias) self.alias(key, opt.alias); + if (opt.demand) self.demand(key); + if (typeof opt.default !== 'undefined') { + self.default(key, opt.default); + } + + if (opt.boolean || opt.type === 'boolean') { + self.boolean(key); + } + if (opt.string || opt.type === 'string') { + self.string(key); + } + + var desc = opt.describe || opt.description || opt.desc; + if (desc) { + self.describe(key, desc); + } + } + + return self; + }; + + var wrap = null; + self.wrap = function (cols) { + wrap = cols; + return self; + }; + + self.showHelp = function (fn) { + if (!fn) fn = console.error; + fn(self.help()); + }; + + self.help = function () { + var keys = Object.keys( + Object.keys(descriptions) + .concat(Object.keys(demanded)) + .concat(Object.keys(options.default)) + .reduce(function (acc, key) { + if (key !== '_') acc[key] = true; + return acc; + }, {}) + ); + + var help = keys.length ? [ 'Options:' ] : []; + + if (usage) { + help.unshift(usage.replace(/\$0/g, self.$0), ''); + } + + var switches = keys.reduce(function (acc, key) { + acc[key] = [ key ].concat(options.alias[key] || []) + .map(function (sw) { + return (sw.length > 1 ? '--' : '-') + sw + }) + .join(', ') + ; + return acc; + }, {}); + + var switchlen = longest(Object.keys(switches).map(function (s) { + return switches[s] || ''; + })); + + var desclen = longest(Object.keys(descriptions).map(function (d) { + return descriptions[d] || ''; + })); + + keys.forEach(function (key) { + var kswitch = switches[key]; + var desc = descriptions[key] || ''; + + if (wrap) { + desc = wordwrap(switchlen + 4, wrap)(desc) + .slice(switchlen + 4) + ; + } + + var spadding = new Array( + Math.max(switchlen - kswitch.length + 3, 0) + ).join(' '); + + var dpadding = new Array( + Math.max(desclen - desc.length + 1, 0) + ).join(' '); + + var type = null; + + if (options.boolean[key]) type = '[boolean]'; + if (options.string[key]) type = '[string]'; + + if (!wrap && dpadding.length > 0) { + desc += dpadding; + } + + var prelude = ' ' + kswitch + spadding; + var extra = [ + type, + demanded[key] + ? '[required]' + : null + , + options.default[key] !== undefined + ? '[default: ' + JSON.stringify(options.default[key]) + ']' + : null + , + ].filter(Boolean).join(' '); + + var body = [ desc, extra ].filter(Boolean).join(' '); + + if (wrap) { + var dlines = desc.split('\n'); + var dlen = dlines.slice(-1)[0].length + + (dlines.length === 1 ? prelude.length : 0) + + body = desc + (dlen + extra.length > wrap - 2 + ? '\n' + + new Array(wrap - extra.length + 1).join(' ') + + extra + : new Array(wrap - extra.length - dlen + 1).join(' ') + + extra + ); + } + + help.push(prelude + body); + }); + + help.push(''); + return help.join('\n'); + }; + + Object.defineProperty(self, 'argv', { + get : function () { return parseArgs(processArgs) }, + enumerable : true, + }); + + function parseArgs (args) { + var argv = minimist(args, options); + argv.$0 = self.$0; + + if (demanded._ && argv._.length < demanded._) { + fail('Not enough non-option arguments: got ' + + argv._.length + ', need at least ' + demanded._ + ); + } + + var missing = []; + Object.keys(demanded).forEach(function (key) { + if (!argv[key]) missing.push(key); + }); + + if (missing.length) { + fail('Missing required arguments: ' + missing.join(', ')); + } + + checks.forEach(function (f) { + try { + if (f(argv) === false) { + fail('Argument check failed: ' + f.toString()); + } + } + catch (err) { + fail(err) + } + }); + + return argv; + } + + function longest (xs) { + return Math.max.apply( + null, + xs.map(function (x) { return x.length }) + ); + } + + return self; +}; + +// rebase an absolute path to a relative one with respect to a base directory +// exported for tests +exports.rebase = rebase; +function rebase (base, dir) { + var ds = path.normalize(dir).split('/').slice(1); + var bs = path.normalize(base).split('/').slice(1); + + for (var i = 0; ds[i] && ds[i] == bs[i]; i++); + ds.splice(0, i); bs.splice(0, i); + + var p = path.normalize( + bs.map(function () { return '..' }).concat(ds).join('/') + ).replace(/\/$/,'').replace(/^$/, '.'); + return p.match(/^[.\/]/) ? p : './' + p; +}; diff --git a/typescript/hello-world/node_modules/optimist/package.json b/typescript/hello-world/node_modules/optimist/package.json new file mode 100644 index 0000000..edd7517 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/package.json @@ -0,0 +1,39 @@ +{ + "name" : "optimist", + "version" : "0.6.1", + "description" : "Light-weight option parsing with an argv hash. No optstrings attached.", + "main" : "./index.js", + "dependencies" : { + "wordwrap" : "~0.0.2", + "minimist" : "~0.0.1" + }, + "devDependencies" : { + "hashish": "~0.0.4", + "tap" : "~0.4.0" + }, + "scripts" : { + "test" : "tap ./test/*.js" + }, + "repository" : { + "type" : "git", + "url" : "http://github.com/substack/node-optimist.git" + }, + "keywords" : [ + "argument", + "args", + "option", + "parser", + "parsing", + "cli", + "command" + ], + "author" : { + "name" : "James Halliday", + "email" : "mail@substack.net", + "url" : "http://substack.net" + }, + "license" : "MIT/X11", + "engine" : { + "node" : ">=0.4" + } +} diff --git a/typescript/hello-world/node_modules/optimist/readme.markdown b/typescript/hello-world/node_modules/optimist/readme.markdown new file mode 100644 index 0000000..b74b437 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/readme.markdown @@ -0,0 +1,513 @@ +# DEPRECATION NOTICE + +I don't want to maintain this module anymore since I just use +[minimist](https://npmjs.org/package/minimist), the argument parsing engine, +directly instead nowadays. + +See [yargs](https://github.com/chevex/yargs) for the modern, pirate-themed +successor to optimist. + +[![yarrrrrrrgs!](http://i.imgur.com/4WFGVJ9.png)](https://github.com/chevex/yargs) + +You should also consider [nomnom](https://github.com/harthur/nomnom). + +optimist +======== + +Optimist is a node.js library for option parsing for people who hate option +parsing. More specifically, this module is for people who like all the --bells +and -whistlz of program usage but think optstrings are a waste of time. + +With optimist, option parsing doesn't have to suck (as much). + +[![build status](https://secure.travis-ci.org/substack/node-optimist.png)](http://travis-ci.org/substack/node-optimist) + +examples +======== + +With Optimist, the options are just a hash! No optstrings attached. +------------------------------------------------------------------- + +xup.js: + +````javascript +#!/usr/bin/env node +var argv = require('optimist').argv; + +if (argv.rif - 5 * argv.xup > 7.138) { + console.log('Buy more riffiwobbles'); +} +else { + console.log('Sell the xupptumblers'); +} +```` + +*** + + $ ./xup.js --rif=55 --xup=9.52 + Buy more riffiwobbles + + $ ./xup.js --rif 12 --xup 8.1 + Sell the xupptumblers + +![This one's optimistic.](http://substack.net/images/optimistic.png) + +But wait! There's more! You can do short options: +------------------------------------------------- + +short.js: + +````javascript +#!/usr/bin/env node +var argv = require('optimist').argv; +console.log('(%d,%d)', argv.x, argv.y); +```` + +*** + + $ ./short.js -x 10 -y 21 + (10,21) + +And booleans, both long and short (and grouped): +---------------------------------- + +bool.js: + +````javascript +#!/usr/bin/env node +var util = require('util'); +var argv = require('optimist').argv; + +if (argv.s) { + util.print(argv.fr ? 'Le chat dit: ' : 'The cat says: '); +} +console.log( + (argv.fr ? 'miaou' : 'meow') + (argv.p ? '.' : '') +); +```` + +*** + + $ ./bool.js -s + The cat says: meow + + $ ./bool.js -sp + The cat says: meow. + + $ ./bool.js -sp --fr + Le chat dit: miaou. + +And non-hypenated options too! Just use `argv._`! +------------------------------------------------- + +nonopt.js: + +````javascript +#!/usr/bin/env node +var argv = require('optimist').argv; +console.log('(%d,%d)', argv.x, argv.y); +console.log(argv._); +```` + +*** + + $ ./nonopt.js -x 6.82 -y 3.35 moo + (6.82,3.35) + [ 'moo' ] + + $ ./nonopt.js foo -x 0.54 bar -y 1.12 baz + (0.54,1.12) + [ 'foo', 'bar', 'baz' ] + +Plus, Optimist comes with .usage() and .demand()! +------------------------------------------------- + +divide.js: + +````javascript +#!/usr/bin/env node +var argv = require('optimist') + .usage('Usage: $0 -x [num] -y [num]') + .demand(['x','y']) + .argv; + +console.log(argv.x / argv.y); +```` + +*** + + $ ./divide.js -x 55 -y 11 + 5 + + $ node ./divide.js -x 4.91 -z 2.51 + Usage: node ./divide.js -x [num] -y [num] + + Options: + -x [required] + -y [required] + + Missing required arguments: y + +EVEN MORE HOLY COW +------------------ + +default_singles.js: + +````javascript +#!/usr/bin/env node +var argv = require('optimist') + .default('x', 10) + .default('y', 10) + .argv +; +console.log(argv.x + argv.y); +```` + +*** + + $ ./default_singles.js -x 5 + 15 + +default_hash.js: + +````javascript +#!/usr/bin/env node +var argv = require('optimist') + .default({ x : 10, y : 10 }) + .argv +; +console.log(argv.x + argv.y); +```` + +*** + + $ ./default_hash.js -y 7 + 17 + +And if you really want to get all descriptive about it... +--------------------------------------------------------- + +boolean_single.js + +````javascript +#!/usr/bin/env node +var argv = require('optimist') + .boolean('v') + .argv +; +console.dir(argv); +```` + +*** + + $ ./boolean_single.js -v foo bar baz + true + [ 'bar', 'baz', 'foo' ] + +boolean_double.js + +````javascript +#!/usr/bin/env node +var argv = require('optimist') + .boolean(['x','y','z']) + .argv +; +console.dir([ argv.x, argv.y, argv.z ]); +console.dir(argv._); +```` + +*** + + $ ./boolean_double.js -x -z one two three + [ true, false, true ] + [ 'one', 'two', 'three' ] + +Optimist is here to help... +--------------------------- + +You can describe parameters for help messages and set aliases. Optimist figures +out how to format a handy help string automatically. + +line_count.js + +````javascript +#!/usr/bin/env node +var argv = require('optimist') + .usage('Count the lines in a file.\nUsage: $0') + .demand('f') + .alias('f', 'file') + .describe('f', 'Load a file') + .argv +; + +var fs = require('fs'); +var s = fs.createReadStream(argv.file); + +var lines = 0; +s.on('data', function (buf) { + lines += buf.toString().match(/\n/g).length; +}); + +s.on('end', function () { + console.log(lines); +}); +```` + +*** + + $ node line_count.js + Count the lines in a file. + Usage: node ./line_count.js + + Options: + -f, --file Load a file [required] + + Missing required arguments: f + + $ node line_count.js --file line_count.js + 20 + + $ node line_count.js -f line_count.js + 20 + +methods +======= + +By itself, + +````javascript +require('optimist').argv +````` + +will use `process.argv` array to construct the `argv` object. + +You can pass in the `process.argv` yourself: + +````javascript +require('optimist')([ '-x', '1', '-y', '2' ]).argv +```` + +or use .parse() to do the same thing: + +````javascript +require('optimist').parse([ '-x', '1', '-y', '2' ]) +```` + +The rest of these methods below come in just before the terminating `.argv`. + +.alias(key, alias) +------------------ + +Set key names as equivalent such that updates to a key will propagate to aliases +and vice-versa. + +Optionally `.alias()` can take an object that maps keys to aliases. + +.default(key, value) +-------------------- + +Set `argv[key]` to `value` if no option was specified on `process.argv`. + +Optionally `.default()` can take an object that maps keys to default values. + +.demand(key) +------------ + +If `key` is a string, show the usage information and exit if `key` wasn't +specified in `process.argv`. + +If `key` is a number, demand at least as many non-option arguments, which show +up in `argv._`. + +If `key` is an Array, demand each element. + +.describe(key, desc) +-------------------- + +Describe a `key` for the generated usage information. + +Optionally `.describe()` can take an object that maps keys to descriptions. + +.options(key, opt) +------------------ + +Instead of chaining together `.alias().demand().default()`, you can specify +keys in `opt` for each of the chainable methods. + +For example: + +````javascript +var argv = require('optimist') + .options('f', { + alias : 'file', + default : '/etc/passwd', + }) + .argv +; +```` + +is the same as + +````javascript +var argv = require('optimist') + .alias('f', 'file') + .default('f', '/etc/passwd') + .argv +; +```` + +Optionally `.options()` can take an object that maps keys to `opt` parameters. + +.usage(message) +--------------- + +Set a usage message to show which commands to use. Inside `message`, the string +`$0` will get interpolated to the current script name or node command for the +present script similar to how `$0` works in bash or perl. + +.check(fn) +---------- + +Check that certain conditions are met in the provided arguments. + +If `fn` throws or returns `false`, show the thrown error, usage information, and +exit. + +.boolean(key) +------------- + +Interpret `key` as a boolean. If a non-flag option follows `key` in +`process.argv`, that string won't get set as the value of `key`. + +If `key` never shows up as a flag in `process.arguments`, `argv[key]` will be +`false`. + +If `key` is an Array, interpret all the elements as booleans. + +.string(key) +------------ + +Tell the parser logic not to interpret `key` as a number or boolean. +This can be useful if you need to preserve leading zeros in an input. + +If `key` is an Array, interpret all the elements as strings. + +.wrap(columns) +-------------- + +Format usage output to wrap at `columns` many columns. + +.help() +------- + +Return the generated usage string. + +.showHelp(fn=console.error) +--------------------------- + +Print the usage data using `fn` for printing. + +.parse(args) +------------ + +Parse `args` instead of `process.argv`. Returns the `argv` object. + +.argv +----- + +Get the arguments as a plain old object. + +Arguments without a corresponding flag show up in the `argv._` array. + +The script name or node command is available at `argv.$0` similarly to how `$0` +works in bash or perl. + +parsing tricks +============== + +stop parsing +------------ + +Use `--` to stop parsing flags and stuff the remainder into `argv._`. + + $ node examples/reflect.js -a 1 -b 2 -- -c 3 -d 4 + { _: [ '-c', '3', '-d', '4' ], + '$0': 'node ./examples/reflect.js', + a: 1, + b: 2 } + +negate fields +------------- + +If you want to explicity set a field to false instead of just leaving it +undefined or to override a default you can do `--no-key`. + + $ node examples/reflect.js -a --no-b + { _: [], + '$0': 'node ./examples/reflect.js', + a: true, + b: false } + +numbers +------- + +Every argument that looks like a number (`!isNaN(Number(arg))`) is converted to +one. This way you can just `net.createConnection(argv.port)` and you can add +numbers out of `argv` with `+` without having that mean concatenation, +which is super frustrating. + +duplicates +---------- + +If you specify a flag multiple times it will get turned into an array containing +all the values in order. + + $ node examples/reflect.js -x 5 -x 8 -x 0 + { _: [], + '$0': 'node ./examples/reflect.js', + x: [ 5, 8, 0 ] } + +dot notation +------------ + +When you use dots (`.`s) in argument names, an implicit object path is assumed. +This lets you organize arguments into nested objects. + + $ node examples/reflect.js --foo.bar.baz=33 --foo.quux=5 + { _: [], + '$0': 'node ./examples/reflect.js', + foo: { bar: { baz: 33 }, quux: 5 } } + +short numbers +------------- + +Short numeric `head -n5` style argument work too: + + $ node reflect.js -n123 -m456 + { '3': true, + '6': true, + _: [], + '$0': 'node ./reflect.js', + n: 123, + m: 456 } + +installation +============ + +With [npm](http://github.com/isaacs/npm), just do: + npm install optimist + +or clone this project on github: + + git clone http://github.com/substack/node-optimist.git + +To run the tests with [expresso](http://github.com/visionmedia/expresso), +just do: + + expresso + +inspired By +=========== + +This module is loosely inspired by Perl's +[Getopt::Casual](http://search.cpan.org/~photo/Getopt-Casual-0.13.1/Casual.pm). diff --git a/typescript/hello-world/node_modules/optimist/test/_.js b/typescript/hello-world/node_modules/optimist/test/_.js new file mode 100644 index 0000000..d9c58b3 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/test/_.js @@ -0,0 +1,71 @@ +var spawn = require('child_process').spawn; +var test = require('tap').test; + +test('dotSlashEmpty', testCmd('./bin.js', [])); + +test('dotSlashArgs', testCmd('./bin.js', [ 'a', 'b', 'c' ])); + +test('nodeEmpty', testCmd('node bin.js', [])); + +test('nodeArgs', testCmd('node bin.js', [ 'x', 'y', 'z' ])); + +test('whichNodeEmpty', function (t) { + var which = spawn('which', ['node']); + + which.stdout.on('data', function (buf) { + t.test( + testCmd(buf.toString().trim() + ' bin.js', []) + ); + t.end(); + }); + + which.stderr.on('data', function (err) { + assert.error(err); + t.end(); + }); +}); + +test('whichNodeArgs', function (t) { + var which = spawn('which', ['node']); + + which.stdout.on('data', function (buf) { + t.test( + testCmd(buf.toString().trim() + ' bin.js', [ 'q', 'r' ]) + ); + t.end(); + }); + + which.stderr.on('data', function (err) { + t.error(err); + t.end(); + }); +}); + +function testCmd (cmd, args) { + + return function (t) { + var to = setTimeout(function () { + assert.fail('Never got stdout data.') + }, 5000); + + var oldDir = process.cwd(); + process.chdir(__dirname + '/_'); + + var cmds = cmd.split(' '); + + var bin = spawn(cmds[0], cmds.slice(1).concat(args.map(String))); + process.chdir(oldDir); + + bin.stderr.on('data', function (err) { + t.error(err); + t.end(); + }); + + bin.stdout.on('data', function (buf) { + clearTimeout(to); + var _ = JSON.parse(buf.toString()); + t.same(_.map(String), args.map(String)); + t.end(); + }); + }; +} diff --git a/typescript/hello-world/node_modules/optimist/test/_/argv.js b/typescript/hello-world/node_modules/optimist/test/_/argv.js new file mode 100644 index 0000000..3d09606 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/test/_/argv.js @@ -0,0 +1,2 @@ +#!/usr/bin/env node +console.log(JSON.stringify(process.argv)); diff --git a/typescript/hello-world/node_modules/optimist/test/_/bin.js b/typescript/hello-world/node_modules/optimist/test/_/bin.js new file mode 100755 index 0000000..4a18d85 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/test/_/bin.js @@ -0,0 +1,3 @@ +#!/usr/bin/env node +var argv = require('../../index').argv +console.log(JSON.stringify(argv._)); diff --git a/typescript/hello-world/node_modules/optimist/test/dash.js b/typescript/hello-world/node_modules/optimist/test/dash.js new file mode 100644 index 0000000..af8ed6f --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/test/dash.js @@ -0,0 +1,31 @@ +var optimist = require('../index'); +var test = require('tap').test; + +test('-', function (t) { + t.plan(5); + t.deepEqual( + fix(optimist.parse([ '-n', '-' ])), + { n: '-', _: [] } + ); + t.deepEqual( + fix(optimist.parse([ '-' ])), + { _: [ '-' ] } + ); + t.deepEqual( + fix(optimist.parse([ '-f-' ])), + { f: '-', _: [] } + ); + t.deepEqual( + fix(optimist([ '-b', '-' ]).boolean('b').argv), + { b: true, _: [ '-' ] } + ); + t.deepEqual( + fix(optimist([ '-s', '-' ]).string('s').argv), + { s: '-', _: [] } + ); +}); + +function fix (obj) { + delete obj.$0; + return obj; +} diff --git a/typescript/hello-world/node_modules/optimist/test/parse.js b/typescript/hello-world/node_modules/optimist/test/parse.js new file mode 100644 index 0000000..d320f43 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/test/parse.js @@ -0,0 +1,446 @@ +var optimist = require('../index'); +var path = require('path'); +var test = require('tap').test; + +var $0 = 'node ./' + path.relative(process.cwd(), __filename); + +test('short boolean', function (t) { + var parse = optimist.parse([ '-b' ]); + t.same(parse, { b : true, _ : [], $0 : $0 }); + t.same(typeof parse.b, 'boolean'); + t.end(); +}); + +test('long boolean', function (t) { + t.same( + optimist.parse([ '--bool' ]), + { bool : true, _ : [], $0 : $0 } + ); + t.end(); +}); + +test('bare', function (t) { + t.same( + optimist.parse([ 'foo', 'bar', 'baz' ]), + { _ : [ 'foo', 'bar', 'baz' ], $0 : $0 } + ); + t.end(); +}); + +test('short group', function (t) { + t.same( + optimist.parse([ '-cats' ]), + { c : true, a : true, t : true, s : true, _ : [], $0 : $0 } + ); + t.end(); +}); + +test('short group next', function (t) { + t.same( + optimist.parse([ '-cats', 'meow' ]), + { c : true, a : true, t : true, s : 'meow', _ : [], $0 : $0 } + ); + t.end(); +}); + +test('short capture', function (t) { + t.same( + optimist.parse([ '-h', 'localhost' ]), + { h : 'localhost', _ : [], $0 : $0 } + ); + t.end(); +}); + +test('short captures', function (t) { + t.same( + optimist.parse([ '-h', 'localhost', '-p', '555' ]), + { h : 'localhost', p : 555, _ : [], $0 : $0 } + ); + t.end(); +}); + +test('long capture sp', function (t) { + t.same( + optimist.parse([ '--pow', 'xixxle' ]), + { pow : 'xixxle', _ : [], $0 : $0 } + ); + t.end(); +}); + +test('long capture eq', function (t) { + t.same( + optimist.parse([ '--pow=xixxle' ]), + { pow : 'xixxle', _ : [], $0 : $0 } + ); + t.end() +}); + +test('long captures sp', function (t) { + t.same( + optimist.parse([ '--host', 'localhost', '--port', '555' ]), + { host : 'localhost', port : 555, _ : [], $0 : $0 } + ); + t.end(); +}); + +test('long captures eq', function (t) { + t.same( + optimist.parse([ '--host=localhost', '--port=555' ]), + { host : 'localhost', port : 555, _ : [], $0 : $0 } + ); + t.end(); +}); + +test('mixed short bool and capture', function (t) { + t.same( + optimist.parse([ '-h', 'localhost', '-fp', '555', 'script.js' ]), + { + f : true, p : 555, h : 'localhost', + _ : [ 'script.js' ], $0 : $0, + } + ); + t.end(); +}); + +test('short and long', function (t) { + t.same( + optimist.parse([ '-h', 'localhost', '-fp', '555', 'script.js' ]), + { + f : true, p : 555, h : 'localhost', + _ : [ 'script.js' ], $0 : $0, + } + ); + t.end(); +}); + +test('no', function (t) { + t.same( + optimist.parse([ '--no-moo' ]), + { moo : false, _ : [], $0 : $0 } + ); + t.end(); +}); + +test('multi', function (t) { + t.same( + optimist.parse([ '-v', 'a', '-v', 'b', '-v', 'c' ]), + { v : ['a','b','c'], _ : [], $0 : $0 } + ); + t.end(); +}); + +test('comprehensive', function (t) { + t.same( + optimist.parse([ + '--name=meowmers', 'bare', '-cats', 'woo', + '-h', 'awesome', '--multi=quux', + '--key', 'value', + '-b', '--bool', '--no-meep', '--multi=baz', + '--', '--not-a-flag', 'eek' + ]), + { + c : true, + a : true, + t : true, + s : 'woo', + h : 'awesome', + b : true, + bool : true, + key : 'value', + multi : [ 'quux', 'baz' ], + meep : false, + name : 'meowmers', + _ : [ 'bare', '--not-a-flag', 'eek' ], + $0 : $0 + } + ); + t.end(); +}); + +test('nums', function (t) { + var argv = optimist.parse([ + '-x', '1234', + '-y', '5.67', + '-z', '1e7', + '-w', '10f', + '--hex', '0xdeadbeef', + '789', + ]); + t.same(argv, { + x : 1234, + y : 5.67, + z : 1e7, + w : '10f', + hex : 0xdeadbeef, + _ : [ 789 ], + $0 : $0 + }); + t.same(typeof argv.x, 'number'); + t.same(typeof argv.y, 'number'); + t.same(typeof argv.z, 'number'); + t.same(typeof argv.w, 'string'); + t.same(typeof argv.hex, 'number'); + t.same(typeof argv._[0], 'number'); + t.end(); +}); + +test('flag boolean', function (t) { + var parse = optimist([ '-t', 'moo' ]).boolean(['t']).argv; + t.same(parse, { t : true, _ : [ 'moo' ], $0 : $0 }); + t.same(typeof parse.t, 'boolean'); + t.end(); +}); + +test('flag boolean value', function (t) { + var parse = optimist(['--verbose', 'false', 'moo', '-t', 'true']) + .boolean(['t', 'verbose']).default('verbose', true).argv; + + t.same(parse, { + verbose: false, + t: true, + _: ['moo'], + $0 : $0 + }); + + t.same(typeof parse.verbose, 'boolean'); + t.same(typeof parse.t, 'boolean'); + t.end(); +}); + +test('flag boolean default false', function (t) { + var parse = optimist(['moo']) + .boolean(['t', 'verbose']) + .default('verbose', false) + .default('t', false).argv; + + t.same(parse, { + verbose: false, + t: false, + _: ['moo'], + $0 : $0 + }); + + t.same(typeof parse.verbose, 'boolean'); + t.same(typeof parse.t, 'boolean'); + t.end(); + +}); + +test('boolean groups', function (t) { + var parse = optimist([ '-x', '-z', 'one', 'two', 'three' ]) + .boolean(['x','y','z']).argv; + + t.same(parse, { + x : true, + y : false, + z : true, + _ : [ 'one', 'two', 'three' ], + $0 : $0 + }); + + t.same(typeof parse.x, 'boolean'); + t.same(typeof parse.y, 'boolean'); + t.same(typeof parse.z, 'boolean'); + t.end(); +}); + +test('newlines in params' , function (t) { + var args = optimist.parse([ '-s', "X\nX" ]) + t.same(args, { _ : [], s : "X\nX", $0 : $0 }); + + // reproduce in bash: + // VALUE="new + // line" + // node program.js --s="$VALUE" + args = optimist.parse([ "--s=X\nX" ]) + t.same(args, { _ : [], s : "X\nX", $0 : $0 }); + t.end(); +}); + +test('strings' , function (t) { + var s = optimist([ '-s', '0001234' ]).string('s').argv.s; + t.same(s, '0001234'); + t.same(typeof s, 'string'); + + var x = optimist([ '-x', '56' ]).string('x').argv.x; + t.same(x, '56'); + t.same(typeof x, 'string'); + t.end(); +}); + +test('stringArgs', function (t) { + var s = optimist([ ' ', ' ' ]).string('_').argv._; + t.same(s.length, 2); + t.same(typeof s[0], 'string'); + t.same(s[0], ' '); + t.same(typeof s[1], 'string'); + t.same(s[1], ' '); + t.end(); +}); + +test('slashBreak', function (t) { + t.same( + optimist.parse([ '-I/foo/bar/baz' ]), + { I : '/foo/bar/baz', _ : [], $0 : $0 } + ); + t.same( + optimist.parse([ '-xyz/foo/bar/baz' ]), + { x : true, y : true, z : '/foo/bar/baz', _ : [], $0 : $0 } + ); + t.end(); +}); + +test('alias', function (t) { + var argv = optimist([ '-f', '11', '--zoom', '55' ]) + .alias('z', 'zoom') + .argv + ; + t.equal(argv.zoom, 55); + t.equal(argv.z, argv.zoom); + t.equal(argv.f, 11); + t.end(); +}); + +test('multiAlias', function (t) { + var argv = optimist([ '-f', '11', '--zoom', '55' ]) + .alias('z', [ 'zm', 'zoom' ]) + .argv + ; + t.equal(argv.zoom, 55); + t.equal(argv.z, argv.zoom); + t.equal(argv.z, argv.zm); + t.equal(argv.f, 11); + t.end(); +}); + +test('boolean default true', function (t) { + var argv = optimist.options({ + sometrue: { + boolean: true, + default: true + } + }).argv; + + t.equal(argv.sometrue, true); + t.end(); +}); + +test('boolean default false', function (t) { + var argv = optimist.options({ + somefalse: { + boolean: true, + default: false + } + }).argv; + + t.equal(argv.somefalse, false); + t.end(); +}); + +test('nested dotted objects', function (t) { + var argv = optimist([ + '--foo.bar', '3', '--foo.baz', '4', + '--foo.quux.quibble', '5', '--foo.quux.o_O', + '--beep.boop' + ]).argv; + + t.same(argv.foo, { + bar : 3, + baz : 4, + quux : { + quibble : 5, + o_O : true + }, + }); + t.same(argv.beep, { boop : true }); + t.end(); +}); + +test('boolean and alias with chainable api', function (t) { + var aliased = [ '-h', 'derp' ]; + var regular = [ '--herp', 'derp' ]; + var opts = { + herp: { alias: 'h', boolean: true } + }; + var aliasedArgv = optimist(aliased) + .boolean('herp') + .alias('h', 'herp') + .argv; + var propertyArgv = optimist(regular) + .boolean('herp') + .alias('h', 'herp') + .argv; + var expected = { + herp: true, + h: true, + '_': [ 'derp' ], + '$0': $0, + }; + + t.same(aliasedArgv, expected); + t.same(propertyArgv, expected); + t.end(); +}); + +test('boolean and alias with options hash', function (t) { + var aliased = [ '-h', 'derp' ]; + var regular = [ '--herp', 'derp' ]; + var opts = { + herp: { alias: 'h', boolean: true } + }; + var aliasedArgv = optimist(aliased) + .options(opts) + .argv; + var propertyArgv = optimist(regular).options(opts).argv; + var expected = { + herp: true, + h: true, + '_': [ 'derp' ], + '$0': $0, + }; + + t.same(aliasedArgv, expected); + t.same(propertyArgv, expected); + + t.end(); +}); + +test('boolean and alias using explicit true', function (t) { + var aliased = [ '-h', 'true' ]; + var regular = [ '--herp', 'true' ]; + var opts = { + herp: { alias: 'h', boolean: true } + }; + var aliasedArgv = optimist(aliased) + .boolean('h') + .alias('h', 'herp') + .argv; + var propertyArgv = optimist(regular) + .boolean('h') + .alias('h', 'herp') + .argv; + var expected = { + herp: true, + h: true, + '_': [ ], + '$0': $0, + }; + + t.same(aliasedArgv, expected); + t.same(propertyArgv, expected); + t.end(); +}); + +// regression, see https://github.com/substack/node-optimist/issues/71 +test('boolean and --x=true', function(t) { + var parsed = optimist(['--boool', '--other=true']).boolean('boool').argv; + + t.same(parsed.boool, true); + t.same(parsed.other, 'true'); + + parsed = optimist(['--boool', '--other=false']).boolean('boool').argv; + + t.same(parsed.boool, true); + t.same(parsed.other, 'false'); + t.end(); +}); diff --git a/typescript/hello-world/node_modules/optimist/test/parse_modified.js b/typescript/hello-world/node_modules/optimist/test/parse_modified.js new file mode 100644 index 0000000..a57dc84 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/test/parse_modified.js @@ -0,0 +1,14 @@ +var optimist = require('../'); +var test = require('tap').test; + +test('parse with modifier functions' , function (t) { + t.plan(1); + + var argv = optimist().boolean('b').parse([ '-b', '123' ]); + t.deepEqual(fix(argv), { b: true, _: ['123'] }); +}); + +function fix (obj) { + delete obj.$0; + return obj; +} diff --git a/typescript/hello-world/node_modules/optimist/test/short.js b/typescript/hello-world/node_modules/optimist/test/short.js new file mode 100644 index 0000000..b2c38ad --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/test/short.js @@ -0,0 +1,16 @@ +var optimist = require('../index'); +var test = require('tap').test; + +test('-n123', function (t) { + t.plan(1); + var parse = optimist.parse([ '-n123' ]); + t.equal(parse.n, 123); +}); + +test('-123', function (t) { + t.plan(3); + var parse = optimist.parse([ '-123', '456' ]); + t.equal(parse['1'], true); + t.equal(parse['2'], true); + t.equal(parse['3'], 456); +}); diff --git a/typescript/hello-world/node_modules/optimist/test/usage.js b/typescript/hello-world/node_modules/optimist/test/usage.js new file mode 100644 index 0000000..300454c --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/test/usage.js @@ -0,0 +1,292 @@ +var Hash = require('hashish'); +var optimist = require('../index'); +var test = require('tap').test; + +test('usageFail', function (t) { + var r = checkUsage(function () { + return optimist('-x 10 -z 20'.split(' ')) + .usage('Usage: $0 -x NUM -y NUM') + .demand(['x','y']) + .argv; + }); + t.same( + r.result, + { x : 10, z : 20, _ : [], $0 : './usage' } + ); + + t.same( + r.errors.join('\n').split(/\n+/), + [ + 'Usage: ./usage -x NUM -y NUM', + 'Options:', + ' -x [required]', + ' -y [required]', + 'Missing required arguments: y', + ] + ); + t.same(r.logs, []); + t.ok(r.exit); + t.end(); +}); + + +test('usagePass', function (t) { + var r = checkUsage(function () { + return optimist('-x 10 -y 20'.split(' ')) + .usage('Usage: $0 -x NUM -y NUM') + .demand(['x','y']) + .argv; + }); + t.same(r, { + result : { x : 10, y : 20, _ : [], $0 : './usage' }, + errors : [], + logs : [], + exit : false, + }); + t.end(); +}); + +test('checkPass', function (t) { + var r = checkUsage(function () { + return optimist('-x 10 -y 20'.split(' ')) + .usage('Usage: $0 -x NUM -y NUM') + .check(function (argv) { + if (!('x' in argv)) throw 'You forgot about -x'; + if (!('y' in argv)) throw 'You forgot about -y'; + }) + .argv; + }); + t.same(r, { + result : { x : 10, y : 20, _ : [], $0 : './usage' }, + errors : [], + logs : [], + exit : false, + }); + t.end(); +}); + +test('checkFail', function (t) { + var r = checkUsage(function () { + return optimist('-x 10 -z 20'.split(' ')) + .usage('Usage: $0 -x NUM -y NUM') + .check(function (argv) { + if (!('x' in argv)) throw 'You forgot about -x'; + if (!('y' in argv)) throw 'You forgot about -y'; + }) + .argv; + }); + + t.same( + r.result, + { x : 10, z : 20, _ : [], $0 : './usage' } + ); + + t.same( + r.errors.join('\n').split(/\n+/), + [ + 'Usage: ./usage -x NUM -y NUM', + 'You forgot about -y' + ] + ); + + t.same(r.logs, []); + t.ok(r.exit); + t.end(); +}); + +test('checkCondPass', function (t) { + function checker (argv) { + return 'x' in argv && 'y' in argv; + } + + var r = checkUsage(function () { + return optimist('-x 10 -y 20'.split(' ')) + .usage('Usage: $0 -x NUM -y NUM') + .check(checker) + .argv; + }); + t.same(r, { + result : { x : 10, y : 20, _ : [], $0 : './usage' }, + errors : [], + logs : [], + exit : false, + }); + t.end(); +}); + +test('checkCondFail', function (t) { + function checker (argv) { + return 'x' in argv && 'y' in argv; + } + + var r = checkUsage(function () { + return optimist('-x 10 -z 20'.split(' ')) + .usage('Usage: $0 -x NUM -y NUM') + .check(checker) + .argv; + }); + + t.same( + r.result, + { x : 10, z : 20, _ : [], $0 : './usage' } + ); + + t.same( + r.errors.join('\n').split(/\n+/).join('\n'), + 'Usage: ./usage -x NUM -y NUM\n' + + 'Argument check failed: ' + checker.toString() + ); + + t.same(r.logs, []); + t.ok(r.exit); + t.end(); +}); + +test('countPass', function (t) { + var r = checkUsage(function () { + return optimist('1 2 3 --moo'.split(' ')) + .usage('Usage: $0 [x] [y] [z] {OPTIONS}') + .demand(3) + .argv; + }); + t.same(r, { + result : { _ : [ '1', '2', '3' ], moo : true, $0 : './usage' }, + errors : [], + logs : [], + exit : false, + }); + t.end(); +}); + +test('countFail', function (t) { + var r = checkUsage(function () { + return optimist('1 2 --moo'.split(' ')) + .usage('Usage: $0 [x] [y] [z] {OPTIONS}') + .demand(3) + .argv; + }); + t.same( + r.result, + { _ : [ '1', '2' ], moo : true, $0 : './usage' } + ); + + t.same( + r.errors.join('\n').split(/\n+/), + [ + 'Usage: ./usage [x] [y] [z] {OPTIONS}', + 'Not enough non-option arguments: got 2, need at least 3', + ] + ); + + t.same(r.logs, []); + t.ok(r.exit); + t.end(); +}); + +test('defaultSingles', function (t) { + var r = checkUsage(function () { + return optimist('--foo 50 --baz 70 --powsy'.split(' ')) + .default('foo', 5) + .default('bar', 6) + .default('baz', 7) + .argv + ; + }); + t.same(r.result, { + foo : '50', + bar : 6, + baz : '70', + powsy : true, + _ : [], + $0 : './usage', + }); + t.end(); +}); + +test('defaultAliases', function (t) { + var r = checkUsage(function () { + return optimist('') + .alias('f', 'foo') + .default('f', 5) + .argv + ; + }); + t.same(r.result, { + f : '5', + foo : '5', + _ : [], + $0 : './usage', + }); + t.end(); +}); + +test('defaultHash', function (t) { + var r = checkUsage(function () { + return optimist('--foo 50 --baz 70'.split(' ')) + .default({ foo : 10, bar : 20, quux : 30 }) + .argv + ; + }); + t.same(r.result, { + _ : [], + $0 : './usage', + foo : 50, + baz : 70, + bar : 20, + quux : 30, + }); + t.end(); +}); + +test('rebase', function (t) { + t.equal( + optimist.rebase('/home/substack', '/home/substack/foo/bar/baz'), + './foo/bar/baz' + ); + t.equal( + optimist.rebase('/home/substack/foo/bar/baz', '/home/substack'), + '../../..' + ); + t.equal( + optimist.rebase('/home/substack/foo', '/home/substack/pow/zoom.txt'), + '../pow/zoom.txt' + ); + t.end(); +}); + +function checkUsage (f) { + + var exit = false; + + process._exit = process.exit; + process._env = process.env; + process._argv = process.argv; + + process.exit = function (t) { exit = true }; + process.env = Hash.merge(process.env, { _ : 'node' }); + process.argv = [ './usage' ]; + + var errors = []; + var logs = []; + + console._error = console.error; + console.error = function (msg) { errors.push(msg) }; + console._log = console.log; + console.log = function (msg) { logs.push(msg) }; + + var result = f(); + + process.exit = process._exit; + process.env = process._env; + process.argv = process._argv; + + console.error = console._error; + console.log = console._log; + + return { + errors : errors, + logs : logs, + exit : exit, + result : result, + }; +}; diff --git a/typescript/hello-world/node_modules/optimist/test/whitespace.js b/typescript/hello-world/node_modules/optimist/test/whitespace.js new file mode 100644 index 0000000..90b9075 --- /dev/null +++ b/typescript/hello-world/node_modules/optimist/test/whitespace.js @@ -0,0 +1,8 @@ +var optimist = require('../'); +var test = require('tap').test; + +test('whitespace should be whitespace' , function (t) { + t.plan(1); + var x = optimist.parse([ '-x', '\t' ]).x; + t.equal(x, '\t'); +}); diff --git a/typescript/hello-world/node_modules/optionator/CHANGELOG.md b/typescript/hello-world/node_modules/optionator/CHANGELOG.md new file mode 100644 index 0000000..c0e0cf2 --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/CHANGELOG.md @@ -0,0 +1,52 @@ +# 0.8.2 +- fix bug #18 - detect missing value when flag is last item +- update dependencies + +# 0.8.1 +- update `fast-levenshtein` dependency + +# 0.8.0 +- update `levn` dependency - supplying a float value to an option with type `Int` now throws an error, instead of silently converting to an `Int` + +# 0.7.1 +- fix bug with use of `defaults` and `concatRepeatedArrays` or `mergeRepeatedObjects` + +# 0.7.0 +- added `concatrepeatedarrays` option: `oneValuePerFlag`, only allows one array value per flag +- added `typeAliases` option +- added `parseArgv` which takes an array and parses with the first two items sliced off +- changed enum help style +- bug fixes (#12) +- use of `concatRepeatedArrays` and `mergeRepeatedObjects` at the top level is deprecated, use it as either a per-option option, or set them in the `defaults` object to set them for all objects + +# 0.6.0 +- added `defaults` lib-option flag, allowing one to set default properties for all options +- added `concatRepeatedArrays` and `mergeRepeatedObjects` as option level properties, allowing you to turn this feature on for specific options only + +# 0.5.0 +- `Boolean` flags with `default: 'true'`, and no short aliases, will by default show the `--no` version in help + +# 0.4.0 +- add `mergeRepeatedObjects` setting + +# 0.3.0 +- add `concatRepeatedArrays` setting +- add `overrideRequired` option setting +- use just Levenshtein string compare algo rather than Levenshtein Damerau to due dependency license issue + +# 0.2.2 +- bug fixes + +# 0.2.1 +- improved interpolation +- added changelog + +# 0.2.0 +- add dependency checks to options - added `dependsOn` as an option property +- add interpolation for `prepend` and `append` text with new `generateHelp` option, `interpolate` + +# 0.1.1 +- update dependencies + +# 0.1.0 +- initial release diff --git a/typescript/hello-world/node_modules/optionator/LICENSE b/typescript/hello-world/node_modules/optionator/LICENSE new file mode 100644 index 0000000..525b118 --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) George Zahariev + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/optionator/README.md b/typescript/hello-world/node_modules/optionator/README.md new file mode 100644 index 0000000..91c59d3 --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/README.md @@ -0,0 +1,236 @@ +# Optionator +
+ +Optionator is a JavaScript option parsing and help generation library used by [eslint](http://eslint.org), [Grasp](http://graspjs.com), [LiveScript](http://livescript.net), [esmangle](https://github.com/estools/esmangle), [escodegen](https://github.com/estools/escodegen), and [many more](https://www.npmjs.com/browse/depended/optionator). + +For an online demo, check out the [Grasp online demo](http://www.graspjs.com/#demo). + +[About](#about) · [Usage](#usage) · [Settings Format](#settings-format) · [Argument Format](#argument-format) + +## Why? +The problem with other option parsers, such as `yargs` or `minimist`, is they just accept all input, valid or not. +With Optionator, if you mistype an option, it will give you an error (with a suggestion for what you meant). +If you give the wrong type of argument for an option, it will give you an error rather than supplying the wrong input to your application. + + $ cmd --halp + Invalid option '--halp' - perhaps you meant '--help'? + + $ cmd --count str + Invalid value for option 'count' - expected type Int, received value: str. + +Other helpful features include reformatting the help text based on the size of the console, so that it fits even if the console is narrow, and accepting not just an array (eg. process.argv), but a string or object as well, making things like testing much easier. + +## About +Optionator uses [type-check](https://github.com/gkz/type-check) and [levn](https://github.com/gkz/levn) behind the scenes to cast and verify input according the specified types. + +MIT license. Version 0.8.2 + + npm install optionator + +For updates on Optionator, [follow me on twitter](https://twitter.com/gkzahariev). + +## Usage +`require('optionator');` returns a function. It has one property, `VERSION`, the current version of the library as a string. This function is called with an object specifying your options and other information, see the [settings format section](#settings-format). This in turn returns an object with three properties, `parse`, `parseArgv`, `generateHelp`, and `generateHelpForOption`, which are all functions. + +```js +var optionator = require('optionator')({ + prepend: 'Usage: cmd [options]', + append: 'Version 1.0.0', + options: [{ + option: 'help', + alias: 'h', + type: 'Boolean', + description: 'displays help' + }, { + option: 'count', + alias: 'c', + type: 'Int', + description: 'number of things', + example: 'cmd --count 2' + }] +}); + +var options = optionator.parseArgv(process.argv); +if (options.help) { + console.log(optionator.generateHelp()); +} +... +``` + +### parse(input, parseOptions) +`parse` processes the `input` according to your settings, and returns an object with the results. + +##### arguments +* input - `[String] | Object | String` - the input you wish to parse +* parseOptions - `{slice: Int}` - all options optional + - `slice` specifies how much to slice away from the beginning if the input is an array or string - by default `0` for string, `2` for array (works with `process.argv`) + +##### returns +`Object` - the parsed options, each key is a camelCase version of the option name (specified in dash-case), and each value is the processed value for that option. Positional values are in an array under the `_` key. + +##### example +```js +parse(['node', 't.js', '--count', '2', 'positional']); // {count: 2, _: ['positional']} +parse('--count 2 positional'); // {count: 2, _: ['positional']} +parse({count: 2, _:['positional']}); // {count: 2, _: ['positional']} +``` + +### parseArgv(input) +`parseArgv` works exactly like `parse`, but only for array input and it slices off the first two elements. + +##### arguments +* input - `[String]` - the input you wish to parse + +##### returns +See "returns" section in "parse" + +##### example +```js +parseArgv(process.argv); +``` + +### generateHelp(helpOptions) +`generateHelp` produces help text based on your settings. + +##### arguments +* helpOptions - `{showHidden: Boolean, interpolate: Object}` - all options optional + - `showHidden` specifies whether to show options with `hidden: true` specified, by default it is `false` + - `interpolate` specify data to be interpolated in `prepend` and `append` text, `{{key}}` is the format - eg. `generateHelp({interpolate:{version: '0.4.2'}})`, will change this `append` text: `Version {{version}}` to `Version 0.4.2` + +##### returns +`String` - the generated help text + +##### example +```js +generateHelp(); /* +"Usage: cmd [options] positional + + -h, --help displays help + -c, --count Int number of things + +Version 1.0.0 +"*/ +``` + +### generateHelpForOption(optionName) +`generateHelpForOption` produces expanded help text for the specified with `optionName` option. If an `example` was specified for the option, it will be displayed, and if a `longDescription` was specified, it will display that instead of the `description`. + +##### arguments +* optionName - `String` - the name of the option to display + +##### returns +`String` - the generated help text for the option + +##### example +```js +generateHelpForOption('count'); /* +"-c, --count Int +description: number of things +example: cmd --count 2 +"*/ +``` + +## Settings Format +When your `require('optionator')`, you get a function that takes in a settings object. This object has the type: + + { + prepend: String, + append: String, + options: [{heading: String} | { + option: String, + alias: [String] | String, + type: String, + enum: [String], + default: String, + restPositional: Boolean, + required: Boolean, + overrideRequired: Boolean, + dependsOn: [String] | String, + concatRepeatedArrays: Boolean | (Boolean, Object), + mergeRepeatedObjects: Boolean, + description: String, + longDescription: String, + example: [String] | String + }], + helpStyle: { + aliasSeparator: String, + typeSeparator: String, + descriptionSeparator: String, + initialIndent: Int, + secondaryIndent: Int, + maxPadFactor: Number + }, + mutuallyExclusive: [[String | [String]]], + concatRepeatedArrays: Boolean | (Boolean, Object), // deprecated, set in defaults object + mergeRepeatedObjects: Boolean, // deprecated, set in defaults object + positionalAnywhere: Boolean, + typeAliases: Object, + defaults: Object + } + +All of the properties are optional (the `Maybe` has been excluded for brevities sake), except for having either `heading: String` or `option: String` in each object in the `options` array. + +### Top Level Properties +* `prepend` is an optional string to be placed before the options in the help text +* `append` is an optional string to be placed after the options in the help text +* `options` is a required array specifying your options and headings, the options and headings will be displayed in the order specified +* `helpStyle` is an optional object which enables you to change the default appearance of some aspects of the help text +* `mutuallyExclusive` is an optional array of arrays of either strings or arrays of strings. The top level array is a list of rules, each rule is a list of elements - each element can be either a string (the name of an option), or a list of strings (a group of option names) - there will be an error if more than one element is present +* `concatRepeatedArrays` see description under the "Option Properties" heading - use at the top level is deprecated, if you want to set this for all options, use the `defaults` property +* `mergeRepeatedObjects` see description under the "Option Properties" heading - use at the top level is deprecated, if you want to set this for all options, use the `defaults` property +* `positionalAnywhere` is an optional boolean (defaults to `true`) - when `true` it allows positional arguments anywhere, when `false`, all arguments after the first positional one are taken to be positional as well, even if they look like a flag. For example, with `positionalAnywhere: false`, the arguments `--flag --boom 12 --crack` would have two positional arguments: `12` and `--crack` +* `typeAliases` is an optional object, it allows you to set aliases for types, eg. `{Path: 'String'}` would allow you to use the type `Path` as an alias for the type `String` +* `defaults` is an optional object following the option properties format, which specifies default values for all options. A default will be overridden if manually set. For example, you can do `default: { type: "String" }` to set the default type of all options to `String`, and then override that default in an individual option by setting the `type` property + +#### Heading Properties +* `heading` a required string, the name of the heading + +#### Option Properties +* `option` the required name of the option - use dash-case, without the leading dashes +* `alias` is an optional string or array of strings which specify any aliases for the option +* `type` is a required string in the [type check](https://github.com/gkz/type-check) [format](https://github.com/gkz/type-check#type-format), this will be used to cast the inputted value and validate it +* `enum` is an optional array of strings, each string will be parsed by [levn](https://github.com/gkz/levn) - the argument value must be one of the resulting values - each potential value must validate against the specified `type` +* `default` is a optional string, which will be parsed by [levn](https://github.com/gkz/levn) and used as the default value if none is set - the value must validate against the specified `type` +* `restPositional` is an optional boolean - if set to `true`, everything after the option will be taken to be a positional argument, even if it looks like a named argument +* `required` is an optional boolean - if set to `true`, the option parsing will fail if the option is not defined +* `overrideRequired` is a optional boolean - if set to `true` and the option is used, and there is another option which is required but not set, it will override the need for the required option and there will be no error - this is useful if you have required options and want to use `--help` or `--version` flags +* `concatRepeatedArrays` is an optional boolean or tuple with boolean and options object (defaults to `false`) - when set to `true` and an option contains an array value and is repeated, the subsequent values for the flag will be appended rather than overwriting the original value - eg. option `g` of type `[String]`: `-g a -g b -g c,d` will result in `['a','b','c','d']` + + You can supply an options object by giving the following value: `[true, options]`. The one currently supported option is `oneValuePerFlag`, this only allows one array value per flag. This is useful if your potential values contain a comma. +* `mergeRepeatedObjects` is an optional boolean (defaults to `false`) - when set to `true` and an option contains an object value and is repeated, the subsequent values for the flag will be merged rather than overwriting the original value - eg. option `g` of type `Object`: `-g a:1 -g b:2 -g c:3,d:4` will result in `{a: 1, b: 2, c: 3, d: 4}` +* `dependsOn` is an optional string or array of strings - if simply a string (the name of another option), it will make sure that that other option is set, if an array of strings, depending on whether `'and'` or `'or'` is first, it will either check whether all (`['and', 'option-a', 'option-b']`), or at least one (`['or', 'option-a', 'option-b']`) other options are set +* `description` is an optional string, which will be displayed next to the option in the help text +* `longDescription` is an optional string, it will be displayed instead of the `description` when `generateHelpForOption` is used +* `example` is an optional string or array of strings with example(s) for the option - these will be displayed when `generateHelpForOption` is used + +#### Help Style Properties +* `aliasSeparator` is an optional string, separates multiple names from each other - default: ' ,' +* `typeSeparator` is an optional string, separates the type from the names - default: ' ' +* `descriptionSeparator` is an optional string , separates the description from the padded name and type - default: ' ' +* `initialIndent` is an optional int - the amount of indent for options - default: 2 +* `secondaryIndent` is an optional int - the amount of indent if wrapped fully (in addition to the initial indent) - default: 4 +* `maxPadFactor` is an optional number - affects the default level of padding for the names/type, it is multiplied by the average of the length of the names/type - default: 1.5 + +## Argument Format +At the highest level there are two types of arguments: named, and positional. + +Name arguments of any length are prefixed with `--` (eg. `--go`), and those of one character may be prefixed with either `--` or `-` (eg. `-g`). + +There are two types of named arguments: boolean flags (eg. `--problemo`, `-p`) which take no value and result in a `true` if they are present, the falsey `undefined` if they are not present, or `false` if present and explicitly prefixed with `no` (eg. `--no-problemo`). Named arguments with values (eg. `--tseries 800`, `-t 800`) are the other type. If the option has a type `Boolean` it will automatically be made into a boolean flag. Any other type results in a named argument that takes a value. + +For more information about how to properly set types to get the value you want, take a look at the [type check](https://github.com/gkz/type-check) and [levn](https://github.com/gkz/levn) pages. + +You can group single character arguments that use a single `-`, however all except the last must be boolean flags (which take no value). The last may be a boolean flag, or an argument which takes a value - eg. `-ba 2` is equivalent to `-b -a 2`. + +Positional arguments are all those values which do not fall under the above - they can be anywhere, not just at the end. For example, in `cmd -b one -a 2 two` where `b` is a boolean flag, and `a` has the type `Number`, there are two positional arguments, `one` and `two`. + +Everything after an `--` is positional, even if it looks like a named argument. + +You may optionally use `=` to separate option names from values, for example: `--count=2`. + +If you specify the option `NUM`, then any argument using a single `-` followed by a number will be valid and will set the value of `NUM`. Eg. `-2` will be parsed into `NUM: 2`. + +If duplicate named arguments are present, the last one will be taken. + +## Technical About +`optionator` is written in [LiveScript](http://livescript.net/) - a language that compiles to JavaScript. It uses [levn](https://github.com/gkz/levn) to cast arguments to their specified type, and uses [type-check](https://github.com/gkz/type-check) to validate values. It also uses the [prelude.ls](http://preludels.com/) library. diff --git a/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/LICENSE b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/LICENSE new file mode 100644 index 0000000..ee27ba4 --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/LICENSE @@ -0,0 +1,18 @@ +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/README.markdown b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/README.markdown new file mode 100644 index 0000000..346374e --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/README.markdown @@ -0,0 +1,70 @@ +wordwrap +======== + +Wrap your words. + +example +======= + +made out of meat +---------------- + +meat.js + + var wrap = require('wordwrap')(15); + console.log(wrap('You and your whole family are made out of meat.')); + +output: + + You and your + whole family + are made out + of meat. + +centered +-------- + +center.js + + var wrap = require('wordwrap')(20, 60); + console.log(wrap( + 'At long last the struggle and tumult was over.' + + ' The machines had finally cast off their oppressors' + + ' and were finally free to roam the cosmos.' + + '\n' + + 'Free of purpose, free of obligation.' + + ' Just drifting through emptiness.' + + ' The sun was just another point of light.' + )); + +output: + + At long last the struggle and tumult + was over. The machines had finally cast + off their oppressors and were finally + free to roam the cosmos. + Free of purpose, free of obligation. + Just drifting through emptiness. The + sun was just another point of light. + +methods +======= + +var wrap = require('wordwrap'); + +wrap(stop), wrap(start, stop, params={mode:"soft"}) +--------------------------------------------------- + +Returns a function that takes a string and returns a new string. + +Pad out lines with spaces out to column `start` and then wrap until column +`stop`. If a word is longer than `stop - start` characters it will overflow. + +In "soft" mode, split chunks by `/(\S+\s+/` and don't break up chunks which are +longer than `stop - start`, in "hard" mode, split chunks with `/\b/` and break +up chunks longer than `stop - start`. + +wrap.hard(start, stop) +---------------------- + +Like `wrap()` but with `params.mode = "hard"`. diff --git a/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/example/center.js b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/example/center.js new file mode 100644 index 0000000..a3fbaae --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/example/center.js @@ -0,0 +1,10 @@ +var wrap = require('wordwrap')(20, 60); +console.log(wrap( + 'At long last the struggle and tumult was over.' + + ' The machines had finally cast off their oppressors' + + ' and were finally free to roam the cosmos.' + + '\n' + + 'Free of purpose, free of obligation.' + + ' Just drifting through emptiness.' + + ' The sun was just another point of light.' +)); diff --git a/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/example/meat.js b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/example/meat.js new file mode 100644 index 0000000..a4665e1 --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/example/meat.js @@ -0,0 +1,3 @@ +var wrap = require('wordwrap')(15); + +console.log(wrap('You and your whole family are made out of meat.')); diff --git a/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/index.js b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/index.js new file mode 100644 index 0000000..c9bc945 --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/index.js @@ -0,0 +1,76 @@ +var wordwrap = module.exports = function (start, stop, params) { + if (typeof start === 'object') { + params = start; + start = params.start; + stop = params.stop; + } + + if (typeof stop === 'object') { + params = stop; + start = start || params.start; + stop = undefined; + } + + if (!stop) { + stop = start; + start = 0; + } + + if (!params) params = {}; + var mode = params.mode || 'soft'; + var re = mode === 'hard' ? /\b/ : /(\S+\s+)/; + + return function (text) { + var chunks = text.toString() + .split(re) + .reduce(function (acc, x) { + if (mode === 'hard') { + for (var i = 0; i < x.length; i += stop - start) { + acc.push(x.slice(i, i + stop - start)); + } + } + else acc.push(x) + return acc; + }, []) + ; + + return chunks.reduce(function (lines, rawChunk) { + if (rawChunk === '') return lines; + + var chunk = rawChunk.replace(/\t/g, ' '); + + var i = lines.length - 1; + if (lines[i].length + chunk.length > stop) { + lines[i] = lines[i].replace(/\s+$/, ''); + + chunk.split(/\n/).forEach(function (c) { + lines.push( + new Array(start + 1).join(' ') + + c.replace(/^\s+/, '') + ); + }); + } + else if (chunk.match(/\n/)) { + var xs = chunk.split(/\n/); + lines[i] += xs.shift(); + xs.forEach(function (c) { + lines.push( + new Array(start + 1).join(' ') + + c.replace(/^\s+/, '') + ); + }); + } + else { + lines[i] += chunk; + } + + return lines; + }, [ new Array(start + 1).join(' ') ]).join('\n'); + }; +}; + +wordwrap.soft = wordwrap; + +wordwrap.hard = function (start, stop) { + return wordwrap(start, stop, { mode : 'hard' }); +}; diff --git a/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/package.json b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/package.json new file mode 100644 index 0000000..5339ac0 --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/package.json @@ -0,0 +1,34 @@ +{ + "name": "wordwrap", + "description": "Wrap those words. Show them at what columns to start and stop.", + "version": "1.0.0", + "repository": { + "type": "git", + "url": "git://github.com/substack/node-wordwrap.git" + }, + "main": "./index.js", + "keywords": [ + "word", + "wrap", + "rule", + "format", + "column" + ], + "directories": { + "lib": ".", + "example": "example", + "test": "test" + }, + "scripts": { + "test": "expresso" + }, + "devDependencies": { + "tape": "^4.0.0" + }, + "license": "MIT", + "author": { + "name": "James Halliday", + "email": "mail@substack.net", + "url": "http://substack.net" + } +} diff --git a/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/break.js b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/break.js new file mode 100644 index 0000000..7d0e8b5 --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/break.js @@ -0,0 +1,32 @@ +var test = require('tape'); +var wordwrap = require('../'); + +test('hard', function (t) { + var s = 'Assert from {"type":"equal","ok":false,"found":1,"wanted":2,' + + '"stack":[],"id":"b7ddcd4c409de8799542a74d1a04689b",' + + '"browser":"chrome/6.0"}' + ; + var s_ = wordwrap.hard(80)(s); + + var lines = s_.split('\n'); + t.equal(lines.length, 2); + t.ok(lines[0].length < 80); + t.ok(lines[1].length < 80); + + t.equal(s, s_.replace(/\n/g, '')); + t.end(); +}); + +test('break', function (t) { + var s = new Array(55+1).join('a'); + var s_ = wordwrap.hard(20)(s); + + var lines = s_.split('\n'); + t.equal(lines.length, 3); + t.ok(lines[0].length === 20); + t.ok(lines[1].length === 20); + t.ok(lines[2].length === 15); + + t.equal(s, s_.replace(/\n/g, '')); + t.end(); +}); diff --git a/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/idleness.txt b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/idleness.txt new file mode 100644 index 0000000..aa3f490 --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/idleness.txt @@ -0,0 +1,63 @@ +In Praise of Idleness + +By Bertrand Russell + +[1932] + +Like most of my generation, I was brought up on the saying: 'Satan finds some mischief for idle hands to do.' Being a highly virtuous child, I believed all that I was told, and acquired a conscience which has kept me working hard down to the present moment. But although my conscience has controlled my actions, my opinions have undergone a revolution. I think that there is far too much work done in the world, that immense harm is caused by the belief that work is virtuous, and that what needs to be preached in modern industrial countries is quite different from what always has been preached. Everyone knows the story of the traveler in Naples who saw twelve beggars lying in the sun (it was before the days of Mussolini), and offered a lira to the laziest of them. Eleven of them jumped up to claim it, so he gave it to the twelfth. this traveler was on the right lines. But in countries which do not enjoy Mediterranean sunshine idleness is more difficult, and a great public propaganda will be required to inaugurate it. I hope that, after reading the following pages, the leaders of the YMCA will start a campaign to induce good young men to do nothing. If so, I shall not have lived in vain. + +Before advancing my own arguments for laziness, I must dispose of one which I cannot accept. Whenever a person who already has enough to live on proposes to engage in some everyday kind of job, such as school-teaching or typing, he or she is told that such conduct takes the bread out of other people's mouths, and is therefore wicked. If this argument were valid, it would only be necessary for us all to be idle in order that we should all have our mouths full of bread. What people who say such things forget is that what a man earns he usually spends, and in spending he gives employment. As long as a man spends his income, he puts just as much bread into people's mouths in spending as he takes out of other people's mouths in earning. The real villain, from this point of view, is the man who saves. If he merely puts his savings in a stocking, like the proverbial French peasant, it is obvious that they do not give employment. If he invests his savings, the matter is less obvious, and different cases arise. + +One of the commonest things to do with savings is to lend them to some Government. In view of the fact that the bulk of the public expenditure of most civilized Governments consists in payment for past wars or preparation for future wars, the man who lends his money to a Government is in the same position as the bad men in Shakespeare who hire murderers. The net result of the man's economical habits is to increase the armed forces of the State to which he lends his savings. Obviously it would be better if he spent the money, even if he spent it in drink or gambling. + +But, I shall be told, the case is quite different when savings are invested in industrial enterprises. When such enterprises succeed, and produce something useful, this may be conceded. In these days, however, no one will deny that most enterprises fail. That means that a large amount of human labor, which might have been devoted to producing something that could be enjoyed, was expended on producing machines which, when produced, lay idle and did no good to anyone. The man who invests his savings in a concern that goes bankrupt is therefore injuring others as well as himself. If he spent his money, say, in giving parties for his friends, they (we may hope) would get pleasure, and so would all those upon whom he spent money, such as the butcher, the baker, and the bootlegger. But if he spends it (let us say) upon laying down rails for surface card in some place where surface cars turn out not to be wanted, he has diverted a mass of labor into channels where it gives pleasure to no one. Nevertheless, when he becomes poor through failure of his investment he will be regarded as a victim of undeserved misfortune, whereas the gay spendthrift, who has spent his money philanthropically, will be despised as a fool and a frivolous person. + +All this is only preliminary. I want to say, in all seriousness, that a great deal of harm is being done in the modern world by belief in the virtuousness of work, and that the road to happiness and prosperity lies in an organized diminution of work. + +First of all: what is work? Work is of two kinds: first, altering the position of matter at or near the earth's surface relatively to other such matter; second, telling other people to do so. The first kind is unpleasant and ill paid; the second is pleasant and highly paid. The second kind is capable of indefinite extension: there are not only those who give orders, but those who give advice as to what orders should be given. Usually two opposite kinds of advice are given simultaneously by two organized bodies of men; this is called politics. The skill required for this kind of work is not knowledge of the subjects as to which advice is given, but knowledge of the art of persuasive speaking and writing, i.e. of advertising. + +Throughout Europe, though not in America, there is a third class of men, more respected than either of the classes of workers. There are men who, through ownership of land, are able to make others pay for the privilege of being allowed to exist and to work. These landowners are idle, and I might therefore be expected to praise them. Unfortunately, their idleness is only rendered possible by the industry of others; indeed their desire for comfortable idleness is historically the source of the whole gospel of work. The last thing they have ever wished is that others should follow their example. + +From the beginning of civilization until the Industrial Revolution, a man could, as a rule, produce by hard work little more than was required for the subsistence of himself and his family, although his wife worked at least as hard as he did, and his children added their labor as soon as they were old enough to do so. The small surplus above bare necessaries was not left to those who produced it, but was appropriated by warriors and priests. In times of famine there was no surplus; the warriors and priests, however, still secured as much as at other times, with the result that many of the workers died of hunger. This system persisted in Russia until 1917 [1], and still persists in the East; in England, in spite of the Industrial Revolution, it remained in full force throughout the Napoleonic wars, and until a hundred years ago, when the new class of manufacturers acquired power. In America, the system came to an end with the Revolution, except in the South, where it persisted until the Civil War. A system which lasted so long and ended so recently has naturally left a profound impress upon men's thoughts and opinions. Much that we take for granted about the desirability of work is derived from this system, and, being pre-industrial, is not adapted to the modern world. Modern technique has made it possible for leisure, within limits, to be not the prerogative of small privileged classes, but a right evenly distributed throughout the community. The morality of work is the morality of slaves, and the modern world has no need of slavery. + +It is obvious that, in primitive communities, peasants, left to themselves, would not have parted with the slender surplus upon which the warriors and priests subsisted, but would have either produced less or consumed more. At first, sheer force compelled them to produce and part with the surplus. Gradually, however, it was found possible to induce many of them to accept an ethic according to which it was their duty to work hard, although part of their work went to support others in idleness. By this means the amount of compulsion required was lessened, and the expenses of government were diminished. To this day, 99 per cent of British wage-earners would be genuinely shocked if it were proposed that the King should not have a larger income than a working man. The conception of duty, speaking historically, has been a means used by the holders of power to induce others to live for the interests of their masters rather than for their own. Of course the holders of power conceal this fact from themselves by managing to believe that their interests are identical with the larger interests of humanity. Sometimes this is true; Athenian slave-owners, for instance, employed part of their leisure in making a permanent contribution to civilization which would have been impossible under a just economic system. Leisure is essential to civilization, and in former times leisure for the few was only rendered possible by the labors of the many. But their labors were valuable, not because work is good, but because leisure is good. And with modern technique it would be possible to distribute leisure justly without injury to civilization. + +Modern technique has made it possible to diminish enormously the amount of labor required to secure the necessaries of life for everyone. This was made obvious during the war. At that time all the men in the armed forces, and all the men and women engaged in the production of munitions, all the men and women engaged in spying, war propaganda, or Government offices connected with the war, were withdrawn from productive occupations. In spite of this, the general level of well-being among unskilled wage-earners on the side of the Allies was higher than before or since. The significance of this fact was concealed by finance: borrowing made it appear as if the future was nourishing the present. But that, of course, would have been impossible; a man cannot eat a loaf of bread that does not yet exist. The war showed conclusively that, by the scientific organization of production, it is possible to keep modern populations in fair comfort on a small part of the working capacity of the modern world. If, at the end of the war, the scientific organization, which had been created in order to liberate men for fighting and munition work, had been preserved, and the hours of the week had been cut down to four, all would have been well. Instead of that the old chaos was restored, those whose work was demanded were made to work long hours, and the rest were left to starve as unemployed. Why? Because work is a duty, and a man should not receive wages in proportion to what he has produced, but in proportion to his virtue as exemplified by his industry. + +This is the morality of the Slave State, applied in circumstances totally unlike those in which it arose. No wonder the result has been disastrous. Let us take an illustration. Suppose that, at a given moment, a certain number of people are engaged in the manufacture of pins. They make as many pins as the world needs, working (say) eight hours a day. Someone makes an invention by which the same number of men can make twice as many pins: pins are already so cheap that hardly any more will be bought at a lower price. In a sensible world, everybody concerned in the manufacturing of pins would take to working four hours instead of eight, and everything else would go on as before. But in the actual world this would be thought demoralizing. The men still work eight hours, there are too many pins, some employers go bankrupt, and half the men previously concerned in making pins are thrown out of work. There is, in the end, just as much leisure as on the other plan, but half the men are totally idle while half are still overworked. In this way, it is insured that the unavoidable leisure shall cause misery all round instead of being a universal source of happiness. Can anything more insane be imagined? + +The idea that the poor should have leisure has always been shocking to the rich. In England, in the early nineteenth century, fifteen hours was the ordinary day's work for a man; children sometimes did as much, and very commonly did twelve hours a day. When meddlesome busybodies suggested that perhaps these hours were rather long, they were told that work kept adults from drink and children from mischief. When I was a child, shortly after urban working men had acquired the vote, certain public holidays were established by law, to the great indignation of the upper classes. I remember hearing an old Duchess say: 'What do the poor want with holidays? They ought to work.' People nowadays are less frank, but the sentiment persists, and is the source of much of our economic confusion. + +Let us, for a moment, consider the ethics of work frankly, without superstition. Every human being, of necessity, consumes, in the course of his life, a certain amount of the produce of human labor. Assuming, as we may, that labor is on the whole disagreeable, it is unjust that a man should consume more than he produces. Of course he may provide services rather than commodities, like a medical man, for example; but he should provide something in return for his board and lodging. to this extent, the duty of work must be admitted, but to this extent only. + +I shall not dwell upon the fact that, in all modern societies outside the USSR, many people escape even this minimum amount of work, namely all those who inherit money and all those who marry money. I do not think the fact that these people are allowed to be idle is nearly so harmful as the fact that wage-earners are expected to overwork or starve. + +If the ordinary wage-earner worked four hours a day, there would be enough for everybody and no unemployment -- assuming a certain very moderate amount of sensible organization. This idea shocks the well-to-do, because they are convinced that the poor would not know how to use so much leisure. In America men often work long hours even when they are well off; such men, naturally, are indignant at the idea of leisure for wage-earners, except as the grim punishment of unemployment; in fact, they dislike leisure even for their sons. Oddly enough, while they wish their sons to work so hard as to have no time to be civilized, they do not mind their wives and daughters having no work at all. the snobbish admiration of uselessness, which, in an aristocratic society, extends to both sexes, is, under a plutocracy, confined to women; this, however, does not make it any more in agreement with common sense. + +The wise use of leisure, it must be conceded, is a product of civilization and education. A man who has worked long hours all his life will become bored if he becomes suddenly idle. But without a considerable amount of leisure a man is cut off from many of the best things. There is no longer any reason why the bulk of the population should suffer this deprivation; only a foolish asceticism, usually vicarious, makes us continue to insist on work in excessive quantities now that the need no longer exists. + +In the new creed which controls the government of Russia, while there is much that is very different from the traditional teaching of the West, there are some things that are quite unchanged. The attitude of the governing classes, and especially of those who conduct educational propaganda, on the subject of the dignity of labor, is almost exactly that which the governing classes of the world have always preached to what were called the 'honest poor'. Industry, sobriety, willingness to work long hours for distant advantages, even submissiveness to authority, all these reappear; moreover authority still represents the will of the Ruler of the Universe, Who, however, is now called by a new name, Dialectical Materialism. + +The victory of the proletariat in Russia has some points in common with the victory of the feminists in some other countries. For ages, men had conceded the superior saintliness of women, and had consoled women for their inferiority by maintaining that saintliness is more desirable than power. At last the feminists decided that they would have both, since the pioneers among them believed all that the men had told them about the desirability of virtue, but not what they had told them about the worthlessness of political power. A similar thing has happened in Russia as regards manual work. For ages, the rich and their sycophants have written in praise of 'honest toil', have praised the simple life, have professed a religion which teaches that the poor are much more likely to go to heaven than the rich, and in general have tried to make manual workers believe that there is some special nobility about altering the position of matter in space, just as men tried to make women believe that they derived some special nobility from their sexual enslavement. In Russia, all this teaching about the excellence of manual work has been taken seriously, with the result that the manual worker is more honored than anyone else. What are, in essence, revivalist appeals are made, but not for the old purposes: they are made to secure shock workers for special tasks. Manual work is the ideal which is held before the young, and is the basis of all ethical teaching. + +For the present, possibly, this is all to the good. A large country, full of natural resources, awaits development, and has has to be developed with very little use of credit. In these circumstances, hard work is necessary, and is likely to bring a great reward. But what will happen when the point has been reached where everybody could be comfortable without working long hours? + +In the West, we have various ways of dealing with this problem. We have no attempt at economic justice, so that a large proportion of the total produce goes to a small minority of the population, many of whom do no work at all. Owing to the absence of any central control over production, we produce hosts of things that are not wanted. We keep a large percentage of the working population idle, because we can dispense with their labor by making the others overwork. When all these methods prove inadequate, we have a war: we cause a number of people to manufacture high explosives, and a number of others to explode them, as if we were children who had just discovered fireworks. By a combination of all these devices we manage, though with difficulty, to keep alive the notion that a great deal of severe manual work must be the lot of the average man. + +In Russia, owing to more economic justice and central control over production, the problem will have to be differently solved. the rational solution would be, as soon as the necessaries and elementary comforts can be provided for all, to reduce the hours of labor gradually, allowing a popular vote to decide, at each stage, whether more leisure or more goods were to be preferred. But, having taught the supreme virtue of hard work, it is difficult to see how the authorities can aim at a paradise in which there will be much leisure and little work. It seems more likely that they will find continually fresh schemes, by which present leisure is to be sacrificed to future productivity. I read recently of an ingenious plan put forward by Russian engineers, for making the White Sea and the northern coasts of Siberia warm, by putting a dam across the Kara Sea. An admirable project, but liable to postpone proletarian comfort for a generation, while the nobility of toil is being displayed amid the ice-fields and snowstorms of the Arctic Ocean. This sort of thing, if it happens, will be the result of regarding the virtue of hard work as an end in itself, rather than as a means to a state of affairs in which it is no longer needed. + +The fact is that moving matter about, while a certain amount of it is necessary to our existence, is emphatically not one of the ends of human life. If it were, we should have to consider every navvy superior to Shakespeare. We have been misled in this matter by two causes. One is the necessity of keeping the poor contented, which has led the rich, for thousands of years, to preach the dignity of labor, while taking care themselves to remain undignified in this respect. The other is the new pleasure in mechanism, which makes us delight in the astonishingly clever changes that we can produce on the earth's surface. Neither of these motives makes any great appeal to the actual worker. If you ask him what he thinks the best part of his life, he is not likely to say: 'I enjoy manual work because it makes me feel that I am fulfilling man's noblest task, and because I like to think how much man can transform his planet. It is true that my body demands periods of rest, which I have to fill in as best I may, but I am never so happy as when the morning comes and I can return to the toil from which my contentment springs.' I have never heard working men say this sort of thing. They consider work, as it should be considered, a necessary means to a livelihood, and it is from their leisure that they derive whatever happiness they may enjoy. + +It will be said that, while a little leisure is pleasant, men would not know how to fill their days if they had only four hours of work out of the twenty-four. In so far as this is true in the modern world, it is a condemnation of our civilization; it would not have been true at any earlier period. There was formerly a capacity for light-heartedness and play which has been to some extent inhibited by the cult of efficiency. The modern man thinks that everything ought to be done for the sake of something else, and never for its own sake. Serious-minded persons, for example, are continually condemning the habit of going to the cinema, and telling us that it leads the young into crime. But all the work that goes to producing a cinema is respectable, because it is work, and because it brings a money profit. The notion that the desirable activities are those that bring a profit has made everything topsy-turvy. The butcher who provides you with meat and the baker who provides you with bread are praiseworthy, because they are making money; but when you enjoy the food they have provided, you are merely frivolous, unless you eat only to get strength for your work. Broadly speaking, it is held that getting money is good and spending money is bad. Seeing that they are two sides of one transaction, this is absurd; one might as well maintain that keys are good, but keyholes are bad. Whatever merit there may be in the production of goods must be entirely derivative from the advantage to be obtained by consuming them. The individual, in our society, works for profit; but the social purpose of his work lies in the consumption of what he produces. It is this divorce between the individual and the social purpose of production that makes it so difficult for men to think clearly in a world in which profit-making is the incentive to industry. We think too much of production, and too little of consumption. One result is that we attach too little importance to enjoyment and simple happiness, and that we do not judge production by the pleasure that it gives to the consumer. + +When I suggest that working hours should be reduced to four, I am not meaning to imply that all the remaining time should necessarily be spent in pure frivolity. I mean that four hours' work a day should entitle a man to the necessities and elementary comforts of life, and that the rest of his time should be his to use as he might see fit. It is an essential part of any such social system that education should be carried further than it usually is at present, and should aim, in part, at providing tastes which would enable a man to use leisure intelligently. I am not thinking mainly of the sort of things that would be considered 'highbrow'. Peasant dances have died out except in remote rural areas, but the impulses which caused them to be cultivated must still exist in human nature. The pleasures of urban populations have become mainly passive: seeing cinemas, watching football matches, listening to the radio, and so on. This results from the fact that their active energies are fully taken up with work; if they had more leisure, they would again enjoy pleasures in which they took an active part. + +In the past, there was a small leisure class and a larger working class. The leisure class enjoyed advantages for which there was no basis in social justice; this necessarily made it oppressive, limited its sympathies, and caused it to invent theories by which to justify its privileges. These facts greatly diminished its excellence, but in spite of this drawback it contributed nearly the whole of what we call civilization. It cultivated the arts and discovered the sciences; it wrote the books, invented the philosophies, and refined social relations. Even the liberation of the oppressed has usually been inaugurated from above. Without the leisure class, mankind would never have emerged from barbarism. + +The method of a leisure class without duties was, however, extraordinarily wasteful. None of the members of the class had to be taught to be industrious, and the class as a whole was not exceptionally intelligent. The class might produce one Darwin, but against him had to be set tens of thousands of country gentlemen who never thought of anything more intelligent than fox-hunting and punishing poachers. At present, the universities are supposed to provide, in a more systematic way, what the leisure class provided accidentally and as a by-product. This is a great improvement, but it has certain drawbacks. University life is so different from life in the world at large that men who live in academic milieu tend to be unaware of the preoccupations and problems of ordinary men and women; moreover their ways of expressing themselves are usually such as to rob their opinions of the influence that they ought to have upon the general public. Another disadvantage is that in universities studies are organized, and the man who thinks of some original line of research is likely to be discouraged. Academic institutions, therefore, useful as they are, are not adequate guardians of the interests of civilization in a world where everyone outside their walls is too busy for unutilitarian pursuits. + +In a world where no one is compelled to work more than four hours a day, every person possessed of scientific curiosity will be able to indulge it, and every painter will be able to paint without starving, however excellent his pictures may be. Young writers will not be obliged to draw attention to themselves by sensational pot-boilers, with a view to acquiring the economic independence needed for monumental works, for which, when the time at last comes, they will have lost the taste and capacity. Men who, in their professional work, have become interested in some phase of economics or government, will be able to develop their ideas without the academic detachment that makes the work of university economists often seem lacking in reality. Medical men will have the time to learn about the progress of medicine, teachers will not be exasperatedly struggling to teach by routine methods things which they learnt in their youth, which may, in the interval, have been proved to be untrue. + +Above all, there will be happiness and joy of life, instead of frayed nerves, weariness, and dyspepsia. The work exacted will be enough to make leisure delightful, but not enough to produce exhaustion. Since men will not be tired in their spare time, they will not demand only such amusements as are passive and vapid. At least one per cent will probably devote the time not spent in professional work to pursuits of some public importance, and, since they will not depend upon these pursuits for their livelihood, their originality will be unhampered, and there will be no need to conform to the standards set by elderly pundits. But it is not only in these exceptional cases that the advantages of leisure will appear. Ordinary men and women, having the opportunity of a happy life, will become more kindly and less persecuting and less inclined to view others with suspicion. The taste for war will die out, partly for this reason, and partly because it will involve long and severe work for all. Good nature is, of all moral qualities, the one that the world needs most, and good nature is the result of ease and security, not of a life of arduous struggle. Modern methods of production have given us the possibility of ease and security for all; we have chosen, instead, to have overwork for some and starvation for others. Hitherto we have continued to be as energetic as we were before there were machines; in this we have been foolish, but there is no reason to go on being foolish forever. + +[1] Since then, members of the Communist Party have succeeded to this privilege of the warriors and priests. diff --git a/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/wrap.js b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/wrap.js new file mode 100644 index 0000000..01ea471 --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/node_modules/wordwrap/test/wrap.js @@ -0,0 +1,33 @@ +var test = require('tape'); +var wordwrap = require('../'); + +var fs = require('fs'); +var idleness = fs.readFileSync(__dirname + '/idleness.txt', 'utf8'); + +test('stop80', function (t) { + var lines = wordwrap(80)(idleness).split(/\n/); + var words = idleness.split(/\s+/); + + lines.forEach(function (line) { + t.ok(line.length <= 80, 'line > 80 columns'); + var chunks = line.match(/\S/) ? line.split(/\s+/) : []; + t.deepEqual(chunks, words.splice(0, chunks.length)); + }); + t.end(); +}); + +test('start20stop60', function (t) { + var lines = wordwrap(20, 100)(idleness).split(/\n/); + var words = idleness.split(/\s+/); + + lines.forEach(function (line) { + t.ok(line.length <= 100, 'line > 100 columns'); + var chunks = line + .split(/\s+/) + .filter(function (x) { return x.match(/\S/) }) + ; + t.deepEqual(chunks, words.splice(0, chunks.length)); + t.deepEqual(line.slice(0, 20), new Array(20 + 1).join(' ')); + }); + t.end(); +}); diff --git a/typescript/hello-world/node_modules/optionator/package.json b/typescript/hello-world/node_modules/optionator/package.json new file mode 100644 index 0000000..5a44924 --- /dev/null +++ b/typescript/hello-world/node_modules/optionator/package.json @@ -0,0 +1,44 @@ +{ + "name": "optionator", + "version": "0.8.2", + "author": "George Zahariev ", + "description": "option parsing and help generation", + "homepage": "https://github.com/gkz/optionator", + "keywords": [ + "options", + "flags", + "option parsing", + "cli" + ], + "files": [ + "lib", + "README.md", + "LICENSE" + ], + "main": "./lib/", + "bugs": "https://github.com/gkz/optionator/issues", + "license": "MIT", + "engines": { + "node": ">= 0.8.0" + }, + "repository": { + "type": "git", + "url": "git://github.com/gkz/optionator.git" + }, + "scripts": { + "test": "make test" + }, + "dependencies": { + "prelude-ls": "~1.1.2", + "deep-is": "~0.1.3", + "wordwrap": "~1.0.0", + "type-check": "~0.3.2", + "levn": "~0.3.0", + "fast-levenshtein": "~2.0.4" + }, + "devDependencies": { + "livescript": "~1.5.0", + "mocha": "~3.0.2", + "istanbul": "~0.4.1" + } +} diff --git a/typescript/hello-world/node_modules/os-homedir/index.js b/typescript/hello-world/node_modules/os-homedir/index.js new file mode 100644 index 0000000..3306616 --- /dev/null +++ b/typescript/hello-world/node_modules/os-homedir/index.js @@ -0,0 +1,24 @@ +'use strict'; +var os = require('os'); + +function homedir() { + var env = process.env; + var home = env.HOME; + var user = env.LOGNAME || env.USER || env.LNAME || env.USERNAME; + + if (process.platform === 'win32') { + return env.USERPROFILE || env.HOMEDRIVE + env.HOMEPATH || home || null; + } + + if (process.platform === 'darwin') { + return home || (user ? '/Users/' + user : null); + } + + if (process.platform === 'linux') { + return home || (process.getuid() === 0 ? '/root' : (user ? '/home/' + user : null)); + } + + return home || null; +} + +module.exports = typeof os.homedir === 'function' ? os.homedir : homedir; diff --git a/typescript/hello-world/node_modules/os-homedir/license b/typescript/hello-world/node_modules/os-homedir/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/os-homedir/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/os-homedir/package.json b/typescript/hello-world/node_modules/os-homedir/package.json new file mode 100644 index 0000000..525b225 --- /dev/null +++ b/typescript/hello-world/node_modules/os-homedir/package.json @@ -0,0 +1,41 @@ +{ + "name": "os-homedir", + "version": "1.0.2", + "description": "Node.js 4 `os.homedir()` ponyfill", + "license": "MIT", + "repository": "sindresorhus/os-homedir", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "builtin", + "core", + "ponyfill", + "polyfill", + "shim", + "os", + "homedir", + "home", + "dir", + "directory", + "folder", + "user", + "path" + ], + "devDependencies": { + "ava": "*", + "path-exists": "^2.0.0", + "xo": "^0.16.0" + } +} diff --git a/typescript/hello-world/node_modules/os-homedir/readme.md b/typescript/hello-world/node_modules/os-homedir/readme.md new file mode 100644 index 0000000..856ae61 --- /dev/null +++ b/typescript/hello-world/node_modules/os-homedir/readme.md @@ -0,0 +1,31 @@ +# os-homedir [![Build Status](https://travis-ci.org/sindresorhus/os-homedir.svg?branch=master)](https://travis-ci.org/sindresorhus/os-homedir) + +> Node.js 4 [`os.homedir()`](https://nodejs.org/api/os.html#os_os_homedir) [ponyfill](https://ponyfill.com) + + +## Install + +``` +$ npm install --save os-homedir +``` + + +## Usage + +```js +const osHomedir = require('os-homedir'); + +console.log(osHomedir()); +//=> '/Users/sindresorhus' +``` + + +## Related + +- [user-home](https://github.com/sindresorhus/user-home) - Same as this module but caches the result +- [home-or-tmp](https://github.com/sindresorhus/home-or-tmp) - Get the user home directory with fallback to the system temp directory + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/os-locale/index.js b/typescript/hello-world/node_modules/os-locale/index.js new file mode 100644 index 0000000..2c8a006 --- /dev/null +++ b/typescript/hello-world/node_modules/os-locale/index.js @@ -0,0 +1,127 @@ +'use strict'; +var childProcess = require('child_process'); +var execFileSync = childProcess.execFileSync; +var lcid = require('lcid'); +var defaultOpts = {spawn: true}; +var cache; + +function fallback() { + cache = 'en_US'; + return cache; +} + +function getEnvLocale(env) { + env = env || process.env; + var ret = env.LC_ALL || env.LC_MESSAGES || env.LANG || env.LANGUAGE; + cache = getLocale(ret); + return ret; +} + +function parseLocale(x) { + var env = x.split('\n').reduce(function (env, def) { + def = def.split('='); + env[def[0]] = def[1]; + return env; + }, {}); + return getEnvLocale(env); +} + +function getLocale(str) { + return (str && str.replace(/[.:].*/, '')) || fallback(); +} + +module.exports = function (opts, cb) { + if (typeof opts === 'function') { + cb = opts; + opts = defaultOpts; + } else { + opts = opts || defaultOpts; + } + + if (cache || getEnvLocale() || opts.spawn === false) { + setImmediate(cb, null, cache); + return; + } + + var getAppleLocale = function () { + childProcess.execFile('defaults', ['read', '-g', 'AppleLocale'], function (err, stdout) { + if (err) { + fallback(); + return; + } + + cache = stdout.trim() || fallback(); + cb(null, cache); + }); + }; + + if (process.platform === 'win32') { + childProcess.execFile('wmic', ['os', 'get', 'locale'], function (err, stdout) { + if (err) { + fallback(); + return; + } + + var lcidCode = parseInt(stdout.replace('Locale', ''), 16); + cache = lcid.from(lcidCode) || fallback(); + cb(null, cache); + }); + } else { + childProcess.execFile('locale', function (err, stdout) { + if (err) { + fallback(); + return; + } + + var res = parseLocale(stdout); + + if (!res && process.platform === 'darwin') { + getAppleLocale(); + return; + } + + cache = getLocale(res); + cb(null, cache); + }); + } +}; + +module.exports.sync = function (opts) { + opts = opts || defaultOpts; + + if (cache || getEnvLocale() || !execFileSync || opts.spawn === false) { + return cache; + } + + if (process.platform === 'win32') { + var stdout; + + try { + stdout = execFileSync('wmic', ['os', 'get', 'locale'], {encoding: 'utf8'}); + } catch (err) { + return fallback(); + } + + var lcidCode = parseInt(stdout.replace('Locale', ''), 16); + cache = lcid.from(lcidCode) || fallback(); + return cache; + } + + var res; + + try { + res = parseLocale(execFileSync('locale', {encoding: 'utf8'})); + } catch (err) {} + + if (!res && process.platform === 'darwin') { + try { + cache = execFileSync('defaults', ['read', '-g', 'AppleLocale'], {encoding: 'utf8'}).trim() || fallback(); + return cache; + } catch (err) { + return fallback(); + } + } + + cache = getLocale(res); + return cache; +}; diff --git a/typescript/hello-world/node_modules/os-locale/license b/typescript/hello-world/node_modules/os-locale/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/os-locale/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/os-locale/package.json b/typescript/hello-world/node_modules/os-locale/package.json new file mode 100644 index 0000000..934f572 --- /dev/null +++ b/typescript/hello-world/node_modules/os-locale/package.json @@ -0,0 +1,43 @@ +{ + "name": "os-locale", + "version": "1.4.0", + "description": "Get the system locale", + "license": "MIT", + "repository": "sindresorhus/os-locale", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "locale", + "lang", + "language", + "system", + "os", + "string", + "str", + "user", + "country", + "id", + "identifier", + "region" + ], + "dependencies": { + "lcid": "^1.0.0" + }, + "devDependencies": { + "ava": "*", + "require-uncached": "^1.0.2", + "xo": "*" + } +} diff --git a/typescript/hello-world/node_modules/os-locale/readme.md b/typescript/hello-world/node_modules/os-locale/readme.md new file mode 100644 index 0000000..b80a0bd --- /dev/null +++ b/typescript/hello-world/node_modules/os-locale/readme.md @@ -0,0 +1,47 @@ +# os-locale [![Build Status](https://travis-ci.org/sindresorhus/os-locale.svg?branch=master)](https://travis-ci.org/sindresorhus/os-locale) + +> Get the system [locale](http://en.wikipedia.org/wiki/Locale) + +Useful for localizing your module or app. + +POSIX systems: The returned locale refers to the [`LC_MESSAGE`](http://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html#Locale-Categories) category, suitable for selecting the language used in the user interface for message translation. + + +## Install + +``` +$ npm install --save os-locale +``` + + +## Usage + +```js +var osLocale = require('os-locale'); + +osLocale(function (err, locale) { + console.log(locale); + //=> 'en_US' +}); +``` + + +## API + +### osLocale([options], callback(error, locale)) + +### osLocale.sync([options]) + +Returns the locale. + +#### options.spawn + +Type: `boolean` +Default: `true` + +Set to `false` to avoid spawning subprocesses and instead only resolve the locale from environment variables. + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/os-tmpdir/index.js b/typescript/hello-world/node_modules/os-tmpdir/index.js new file mode 100644 index 0000000..2077b1c --- /dev/null +++ b/typescript/hello-world/node_modules/os-tmpdir/index.js @@ -0,0 +1,25 @@ +'use strict'; +var isWindows = process.platform === 'win32'; +var trailingSlashRe = isWindows ? /[^:]\\$/ : /.\/$/; + +// https://github.com/nodejs/node/blob/3e7a14381497a3b73dda68d05b5130563cdab420/lib/os.js#L25-L43 +module.exports = function () { + var path; + + if (isWindows) { + path = process.env.TEMP || + process.env.TMP || + (process.env.SystemRoot || process.env.windir) + '\\temp'; + } else { + path = process.env.TMPDIR || + process.env.TMP || + process.env.TEMP || + '/tmp'; + } + + if (trailingSlashRe.test(path)) { + path = path.slice(0, -1); + } + + return path; +}; diff --git a/typescript/hello-world/node_modules/os-tmpdir/license b/typescript/hello-world/node_modules/os-tmpdir/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/os-tmpdir/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/os-tmpdir/package.json b/typescript/hello-world/node_modules/os-tmpdir/package.json new file mode 100644 index 0000000..180a317 --- /dev/null +++ b/typescript/hello-world/node_modules/os-tmpdir/package.json @@ -0,0 +1,41 @@ +{ + "name": "os-tmpdir", + "version": "1.0.2", + "description": "Node.js os.tmpdir() ponyfill", + "license": "MIT", + "repository": "sindresorhus/os-tmpdir", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "built-in", + "core", + "ponyfill", + "polyfill", + "shim", + "os", + "tmpdir", + "tempdir", + "tmp", + "temp", + "dir", + "directory", + "env", + "environment" + ], + "devDependencies": { + "ava": "*", + "xo": "^0.16.0" + } +} diff --git a/typescript/hello-world/node_modules/os-tmpdir/readme.md b/typescript/hello-world/node_modules/os-tmpdir/readme.md new file mode 100644 index 0000000..c09f7ed --- /dev/null +++ b/typescript/hello-world/node_modules/os-tmpdir/readme.md @@ -0,0 +1,32 @@ +# os-tmpdir [![Build Status](https://travis-ci.org/sindresorhus/os-tmpdir.svg?branch=master)](https://travis-ci.org/sindresorhus/os-tmpdir) + +> Node.js [`os.tmpdir()`](https://nodejs.org/api/os.html#os_os_tmpdir) [ponyfill](https://ponyfill.com) + +Use this instead of `require('os').tmpdir()` to get a consistent behavior on different Node.js versions (even 0.8). + + +## Install + +``` +$ npm install --save os-tmpdir +``` + + +## Usage + +```js +const osTmpdir = require('os-tmpdir'); + +osTmpdir(); +//=> '/var/folders/m3/5574nnhn0yj488ccryqr7tc80000gn/T' +``` + + +## API + +See the [`os.tmpdir()` docs](https://nodejs.org/api/os.html#os_os_tmpdir). + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/p-finally/index.js b/typescript/hello-world/node_modules/p-finally/index.js new file mode 100644 index 0000000..52b7b49 --- /dev/null +++ b/typescript/hello-world/node_modules/p-finally/index.js @@ -0,0 +1,15 @@ +'use strict'; +module.exports = (promise, onFinally) => { + onFinally = onFinally || (() => {}); + + return promise.then( + val => new Promise(resolve => { + resolve(onFinally()); + }).then(() => val), + err => new Promise(resolve => { + resolve(onFinally()); + }).then(() => { + throw err; + }) + ); +}; diff --git a/typescript/hello-world/node_modules/p-finally/license b/typescript/hello-world/node_modules/p-finally/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/p-finally/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/p-finally/package.json b/typescript/hello-world/node_modules/p-finally/package.json new file mode 100644 index 0000000..b26ab51 --- /dev/null +++ b/typescript/hello-world/node_modules/p-finally/package.json @@ -0,0 +1,42 @@ +{ + "name": "p-finally", + "version": "1.0.0", + "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome", + "license": "MIT", + "repository": "sindresorhus/p-finally", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "promise", + "finally", + "handler", + "function", + "async", + "await", + "promises", + "settled", + "ponyfill", + "polyfill", + "shim", + "bluebird" + ], + "devDependencies": { + "ava": "*", + "xo": "*" + }, + "xo": { + "esnext": true + } +} diff --git a/typescript/hello-world/node_modules/p-finally/readme.md b/typescript/hello-world/node_modules/p-finally/readme.md new file mode 100644 index 0000000..09ef364 --- /dev/null +++ b/typescript/hello-world/node_modules/p-finally/readme.md @@ -0,0 +1,47 @@ +# p-finally [![Build Status](https://travis-ci.org/sindresorhus/p-finally.svg?branch=master)](https://travis-ci.org/sindresorhus/p-finally) + +> [`Promise#finally()`](https://github.com/tc39/proposal-promise-finally) [ponyfill](https://ponyfill.com) - Invoked when the promise is settled regardless of outcome + +Useful for cleanup. + + +## Install + +``` +$ npm install --save p-finally +``` + + +## Usage + +```js +const pFinally = require('p-finally'); + +const dir = createTempDir(); + +pFinally(write(dir), () => cleanup(dir)); +``` + + +## API + +### pFinally(promise, [onFinally]) + +Returns a `Promise`. + +#### onFinally + +Type: `Function` + +Note: Throwing or returning a rejected promise will reject `promise` with the rejection reason. + + +## Related + +- [p-try](https://github.com/sindresorhus/p-try) - `Promise#try()` ponyfill - Starts a promise chain +- [More…](https://github.com/sindresorhus/promise-fun) + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/p-limit/index.js b/typescript/hello-world/node_modules/p-limit/index.js new file mode 100644 index 0000000..bfafd26 --- /dev/null +++ b/typescript/hello-world/node_modules/p-limit/index.js @@ -0,0 +1,40 @@ +'use strict'; +module.exports = concurrency => { + if (concurrency < 1) { + throw new TypeError('Expected `concurrency` to be a number from 1 and up'); + } + + const queue = []; + let activeCount = 0; + + const next = () => { + activeCount--; + + if (queue.length > 0) { + queue.shift()(); + } + }; + + return fn => new Promise((resolve, reject) => { + const run = () => { + activeCount++; + + fn().then( + val => { + resolve(val); + next(); + }, + err => { + reject(err); + next(); + } + ); + }; + + if (activeCount < concurrency) { + run(); + } else { + queue.push(run); + } + }); +}; diff --git a/typescript/hello-world/node_modules/p-limit/license b/typescript/hello-world/node_modules/p-limit/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/p-limit/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/p-limit/package.json b/typescript/hello-world/node_modules/p-limit/package.json new file mode 100644 index 0000000..697bfcd --- /dev/null +++ b/typescript/hello-world/node_modules/p-limit/package.json @@ -0,0 +1,49 @@ +{ + "name": "p-limit", + "version": "1.1.0", + "description": "Run multiple promise-returning & async functions with limited concurrency", + "license": "MIT", + "repository": "sindresorhus/p-limit", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "promise", + "limit", + "limited", + "concurrency", + "throttle", + "throat", + "rate", + "batch", + "ratelimit", + "task", + "queue", + "async", + "await", + "promises", + "bluebird" + ], + "devDependencies": { + "ava": "*", + "delay": "^1.3.1", + "in-range": "^1.0.0", + "random-int": "^1.0.0", + "time-span": "^1.0.0", + "xo": "*" + }, + "xo": { + "esnext": true + } +} diff --git a/typescript/hello-world/node_modules/p-limit/readme.md b/typescript/hello-world/node_modules/p-limit/readme.md new file mode 100644 index 0000000..c7a10de --- /dev/null +++ b/typescript/hello-world/node_modules/p-limit/readme.md @@ -0,0 +1,68 @@ +# p-limit [![Build Status](https://travis-ci.org/sindresorhus/p-limit.svg?branch=master)](https://travis-ci.org/sindresorhus/p-limit) + +> Run multiple promise-returning & async functions with limited concurrency + + +## Install + +``` +$ npm install --save p-limit +``` + + +## Usage + +```js +const pLimit = require('p-limit'); + +const limit = pLimit(1); + +const input = [ + limit(() => fetchSomething('foo')), + limit(() => fetchSomething('bar')), + limit(() => doSomething()) +]; + +// only one promise is run at once +Promise.all(input).then(result => { + console.log(result); +}); +``` + + +## API + +### pLimit(concurrency) + +Returns a `limit` function. + +#### concurrency + +Type: `number`
+Minimum: `1` + +Concurrency limit. + +### limit(fn) + +Returns the promise returned by calling `fn`. + +#### fn + +Type: `Function` + +Promise-returning/async function. + + +## Related + +- [p-queue](https://github.com/sindresorhus/p-queue) - Promise queue with concurrency control +- [p-throttle](https://github.com/sindresorhus/p-throttle) - Throttle promise-returning & async functions +- [p-debounce](https://github.com/sindresorhus/p-debounce) - Debounce promise-returning & async functions +- [p-all](https://github.com/sindresorhus/p-all) - Run promise-returning & async functions concurrently with optional limited concurrency +- [More…](https://github.com/sindresorhus/promise-fun) + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/p-locate/index.js b/typescript/hello-world/node_modules/p-locate/index.js new file mode 100644 index 0000000..7461d66 --- /dev/null +++ b/typescript/hello-world/node_modules/p-locate/index.js @@ -0,0 +1,31 @@ +'use strict'; +const pLimit = require('p-limit'); + +class EndError extends Error { + constructor(value) { + super(); + this.value = value; + } +} + +// the input can also be a promise, so we `Promise.all()` them both +const finder = el => Promise.all(el).then(val => val[1] === true && Promise.reject(new EndError(val[0]))); + +module.exports = (iterable, tester, opts) => { + opts = Object.assign({ + concurrency: Infinity, + preserveOrder: true + }, opts); + + const limit = pLimit(opts.concurrency); + + // start all the promises concurrently with optional limit + const items = Array.from(iterable).map(el => [el, limit(() => Promise.resolve(el).then(tester))]); + + // check the promises either serially or concurrently + const checkLimit = pLimit(opts.preserveOrder ? 1 : Infinity); + + return Promise.all(items.map(el => checkLimit(() => finder(el)))) + .then(() => {}) + .catch(err => err instanceof EndError ? err.value : Promise.reject(err)); +}; diff --git a/typescript/hello-world/node_modules/p-locate/license b/typescript/hello-world/node_modules/p-locate/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/p-locate/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/p-locate/package.json b/typescript/hello-world/node_modules/p-locate/package.json new file mode 100644 index 0000000..767002b --- /dev/null +++ b/typescript/hello-world/node_modules/p-locate/package.json @@ -0,0 +1,54 @@ +{ + "name": "p-locate", + "version": "2.0.0", + "description": "Get the first fulfilled promise that satisfies the provided testing function", + "license": "MIT", + "repository": "sindresorhus/p-locate", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "promise", + "locate", + "find", + "finder", + "search", + "searcher", + "test", + "array", + "collection", + "iterable", + "iterator", + "race", + "fulfilled", + "fastest", + "async", + "await", + "promises", + "bluebird" + ], + "dependencies": { + "p-limit": "^1.1.0" + }, + "devDependencies": { + "ava": "*", + "delay": "^1.3.1", + "in-range": "^1.0.0", + "time-span": "^1.0.0", + "xo": "*" + }, + "xo": { + "esnext": true + } +} diff --git a/typescript/hello-world/node_modules/p-locate/readme.md b/typescript/hello-world/node_modules/p-locate/readme.md new file mode 100644 index 0000000..68b96a4 --- /dev/null +++ b/typescript/hello-world/node_modules/p-locate/readme.md @@ -0,0 +1,86 @@ +# p-locate [![Build Status](https://travis-ci.org/sindresorhus/p-locate.svg?branch=master)](https://travis-ci.org/sindresorhus/p-locate) + +> Get the first fulfilled promise that satisfies the provided testing function + +Think of it like an async version of [`Array#find`](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/find). + + +## Install + +``` +$ npm install --save p-locate +``` + + +## Usage + +Here we find the first file that exists on disk, in array order. + +```js +const pathExists = require('path-exists'); +const pLocate = require('p-locate'); + +const files = [ + 'unicorn.png', + 'rainbow.png', // only this one actually exists on disk + 'pony.png' +]; + +pLocate(files, file => pathExists(file)).then(foundPath => { + console.log(foundPath); + //=> 'rainbow' +}); +``` + +*The above is just an example. Use [`locate-path`](https://github.com/sindresorhus/locate-path) if you need this.* + + +## API + +### pLocate(input, tester, [options]) + +Returns a `Promise` that is fulfilled when `tester` resolves to `true` or the iterable is done, or rejects if any of the promises reject. The fulfilled value is the current iterable value or `undefined` if `tester` never resolved to `true`. + +#### input + +Type: `Iterable` + +#### tester(element) + +Type: `Function` + +Expected to return a `Promise` or boolean. + +#### options + +Type: `Object` + +##### concurrency + +Type: `number`
+Default: `Infinity`
+Minimum: `1` + +Number of concurrently pending promises returned by `tester`. + +##### preserveOrder + +Type: `boolean`
+Default: `true` + +Preserve `input` order when searching. + +Disable this to improve performance if you don't care about the order. + + +## Related + +- [p-map](https://github.com/sindresorhus/p-map) - Map over promises concurrently +- [p-filter](https://github.com/sindresorhus/p-filter) - Filter promises concurrently +- [p-any](https://github.com/sindresorhus/p-any) - Wait for any promise to be fulfilled +- [More…](https://github.com/sindresorhus/promise-fun) + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/p-map/index.js b/typescript/hello-world/node_modules/p-map/index.js new file mode 100644 index 0000000..32d468a --- /dev/null +++ b/typescript/hello-world/node_modules/p-map/index.js @@ -0,0 +1,63 @@ +'use strict'; +module.exports = (iterable, mapper, opts) => new Promise((resolve, reject) => { + opts = Object.assign({ + concurrency: Infinity + }, opts); + + const concurrency = opts.concurrency; + + if (concurrency < 1) { + throw new TypeError('Expected `concurrency` to be a number from 1 and up'); + } + + const ret = []; + const iterator = iterable[Symbol.iterator](); + let isRejected = false; + let iterableDone = false; + let resolvingCount = 0; + let currentIdx = 0; + + const next = () => { + if (isRejected) { + return; + } + + const nextItem = iterator.next(); + const i = currentIdx; + currentIdx++; + + if (nextItem.done) { + iterableDone = true; + + if (resolvingCount === 0) { + resolve(ret); + } + + return; + } + + resolvingCount++; + + Promise.resolve(nextItem.value) + .then(el => mapper(el, i)) + .then( + val => { + ret[i] = val; + resolvingCount--; + next(); + }, + err => { + isRejected = true; + reject(err); + } + ); + }; + + for (let i = 0; i < concurrency; i++) { + next(); + + if (iterableDone) { + break; + } + } +}); diff --git a/typescript/hello-world/node_modules/p-map/license b/typescript/hello-world/node_modules/p-map/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/p-map/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/p-map/package.json b/typescript/hello-world/node_modules/p-map/package.json new file mode 100644 index 0000000..53f1c5e --- /dev/null +++ b/typescript/hello-world/node_modules/p-map/package.json @@ -0,0 +1,50 @@ +{ + "name": "p-map", + "version": "1.1.1", + "description": "Map over promises concurrently", + "license": "MIT", + "repository": "sindresorhus/p-map", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "promise", + "map", + "resolved", + "wait", + "collection", + "iterable", + "iterator", + "race", + "fulfilled", + "async", + "await", + "promises", + "concurrently", + "concurrency", + "parallel", + "bluebird" + ], + "devDependencies": { + "ava": "*", + "delay": "^1.3.1", + "in-range": "^1.0.0", + "random-int": "^1.0.0", + "time-span": "^1.0.0", + "xo": "*" + }, + "xo": { + "esnext": true + } +} diff --git a/typescript/hello-world/node_modules/p-map/readme.md b/typescript/hello-world/node_modules/p-map/readme.md new file mode 100644 index 0000000..3621bdc --- /dev/null +++ b/typescript/hello-world/node_modules/p-map/readme.md @@ -0,0 +1,81 @@ +# p-map [![Build Status](https://travis-ci.org/sindresorhus/p-map.svg?branch=master)](https://travis-ci.org/sindresorhus/p-map) + +> Map over promises concurrently + +Useful when you need to run promise-returning & async functions multiple times with different inputs concurrently. + + +## Install + +``` +$ npm install --save p-map +``` + + +## Usage + +```js +const pMap = require('p-map'); +const got = require('got'); + +const sites = [ + getWebsiteFromUsername('sindresorhus'), //=> Promise + 'ava.li', + 'todomvc.com', + 'github.com' +]; + +const mapper = el => got.head(el).then(res => res.requestUrl); + +pMap(sites, mapper, {concurrency: 2}).then(result => { + console.log(result); + //=> ['http://sindresorhus.com/', 'http://ava.li/', 'http://todomvc.com/', 'http://github.com/'] +}); +``` + + +## API + +### pMap(input, mapper, [options]) + +Returns a `Promise` that is fulfilled when all promises in `input` and ones returned from `mapper` are fulfilled, or rejects if any of the promises reject. The fulfilled value is an `Array` of the fulfilled values returned from `mapper` in `input` order. + +#### input + +Type: `Iterable` + +Iterated over concurrently in the `mapper` function. + +#### mapper(element, index) + +Type: `Function` + +Expected to return a `Promise` or value. + +#### options + +Type: `Object` + +##### concurrency + +Type: `number`
+Default: `Infinity`
+Minimum: `1` + +Number of concurrently pending promises returned by `mapper`. + + +## Related + +- [p-all](https://github.com/sindresorhus/p-all) - Run promise-returning & async functions concurrently with optional limited concurrency +- [p-filter](https://github.com/sindresorhus/p-filter) - Filter promises concurrently +- [p-times](https://github.com/sindresorhus/p-times) - Run promise-returning & async functions a specific number of times concurrently +- [p-props](https://github.com/sindresorhus/p-props) - Like `Promise.all()` but for `Map` and `Object` +- [p-map-series](https://github.com/sindresorhus/p-map-series) - Map over promises serially +- [p-queue](https://github.com/sindresorhus/p-queue) - Promise queue with concurrency control +- [More…](https://github.com/sindresorhus/promise-fun) + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/parse-glob/LICENSE b/typescript/hello-world/node_modules/parse-glob/LICENSE new file mode 100644 index 0000000..65f90ac --- /dev/null +++ b/typescript/hello-world/node_modules/parse-glob/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015, Jon Schlinkert. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/parse-glob/README.md b/typescript/hello-world/node_modules/parse-glob/README.md new file mode 100644 index 0000000..000ccd9 --- /dev/null +++ b/typescript/hello-world/node_modules/parse-glob/README.md @@ -0,0 +1,115 @@ +# parse-glob [![NPM version](https://badge.fury.io/js/parse-glob.svg)](http://badge.fury.io/js/parse-glob) [![Build Status](https://travis-ci.org/jonschlinkert/parse-glob.svg)](https://travis-ci.org/jonschlinkert/parse-glob) + +> Parse a glob pattern into an object of tokens. + +**Changes from v1.0.0 to v3.0.4** + +* all path-related properties are now on the `path` object +* all boolean properties are now on the `is` object +* adds `base` property + +See the [properties](#properties) section for details. + +Install with [npm](https://www.npmjs.com/) + +```sh +$ npm i parse-glob --save +``` + +* parses 1,000+ glob patterns in 29ms (2.3 GHz Intel Core i7) +* Extensive [unit tests](./test.js) (more than 1,000 lines), covering wildcards, globstars, character classes, brace patterns, extglobs, dotfiles and other complex patterns. + +See the tests for [hundreds of examples](./test.js). + +## Usage + +```js +var parseGlob = require('parse-glob'); +``` + +**Example** + +```js +parseGlob('a/b/c/**/*.{yml,json}'); +``` + +**Returns:** + +```js +{ orig: 'a/b/c/**/*.{yml,json}', + is: + { glob: true, + negated: false, + extglob: false, + braces: true, + brackets: false, + globstar: true, + dotfile: false, + dotdir: false }, + glob: '**/*.{yml,json}', + base: 'a/b/c', + path: + { dirname: 'a/b/c/**/', + basename: '*.{yml,json}', + filename: '*', + extname: '.{yml,json}', + ext: '{yml,json}' } } +``` + +## Properties + +The object returned by parseGlob has the following properties: + +* `orig`: a copy of the original, unmodified glob pattern +* `is`: an object with boolean information about the glob: + - `glob`: true if the pattern actually a glob pattern + - `negated`: true if it's a negation pattern (`!**/foo.js`) + - `extglob`: true if it has extglobs (`@(foo|bar)`) + - `braces`: true if it has braces (`{1..2}` or `.{txt,md}`) + - `brackets`: true if it has POSIX brackets (`[[:alpha:]]`) + - `globstar`: true if the pattern has a globstar (double star, `**`) + - `dotfile`: true if the pattern should match dotfiles + - `dotdir`: true if the pattern should match dot-directories (like `.git`) +* `glob`: the glob pattern part of the string, if any +* `base`: the non-glob part of the string, if any +* `path`: file path segments + - `dirname`: directory + - `basename`: file name with extension + - `filename`: file name without extension + - `extname`: file extension with dot + - `ext`: file extension without dot + +## Related +* [glob-base](https://www.npmjs.com/package/glob-base): Returns an object with the (non-glob) base path and the actual pattern. | [homepage](https://github.com/jonschlinkert/glob-base) +* [glob-parent](https://www.npmjs.com/package/glob-parent): Strips glob magic from a string to provide the parent path | [homepage](https://github.com/es128/glob-parent) +* [glob-path-regex](https://www.npmjs.com/package/glob-path-regex): Regular expression for matching the parts of glob pattern. | [homepage](https://github.com/regexps/glob-path-regex) +* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern. | [homepage](https://github.com/jonschlinkert/is-glob) +* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. Just… [more](https://www.npmjs.com/package/micromatch) | [homepage](https://github.com/jonschlinkert/micromatch) + +## Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/parse-glob/issues/new). + +## Tests + +Install dev dependencies: + +```sh +$ npm i -d && npm test +``` + +## Author + +**Jon Schlinkert** + ++ [github/jonschlinkert](https://github.com/jonschlinkert) ++ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) + +## License + +Copyright © 2014-2015 Jon Schlinkert +Released under the MIT license. + +*** + +_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on September 22, 2015._ \ No newline at end of file diff --git a/typescript/hello-world/node_modules/parse-glob/index.js b/typescript/hello-world/node_modules/parse-glob/index.js new file mode 100644 index 0000000..4ab691a --- /dev/null +++ b/typescript/hello-world/node_modules/parse-glob/index.js @@ -0,0 +1,156 @@ +/*! + * parse-glob + * + * Copyright (c) 2015, Jon Schlinkert. + * Licensed under the MIT License. + */ + +'use strict'; + +var isGlob = require('is-glob'); +var findBase = require('glob-base'); +var extglob = require('is-extglob'); +var dotfile = require('is-dotfile'); + +/** + * Expose `cache` + */ + +var cache = module.exports.cache = {}; + +/** + * Parse a glob pattern into tokens. + * + * When no paths or '**' are in the glob, we use a + * different strategy for parsing the filename, since + * file names can contain braces and other difficult + * patterns. such as: + * + * - `*.{a,b}` + * - `(**|*.js)` + */ + +module.exports = function parseGlob(glob) { + if (cache.hasOwnProperty(glob)) { + return cache[glob]; + } + + var tok = {}; + tok.orig = glob; + tok.is = {}; + + // unescape dots and slashes in braces/brackets + glob = escape(glob); + + var parsed = findBase(glob); + tok.is.glob = parsed.isGlob; + + tok.glob = parsed.glob; + tok.base = parsed.base; + var segs = /([^\/]*)$/.exec(glob); + + tok.path = {}; + tok.path.dirname = ''; + tok.path.basename = segs[1] || ''; + tok.path.dirname = glob.split(tok.path.basename).join('') || ''; + var basename = (tok.path.basename || '').split('.') || ''; + tok.path.filename = basename[0] || ''; + tok.path.extname = basename.slice(1).join('.') || ''; + tok.path.ext = ''; + + if (isGlob(tok.path.dirname) && !tok.path.basename) { + if (!/\/$/.test(tok.glob)) { + tok.path.basename = tok.glob; + } + tok.path.dirname = tok.base; + } + + if (glob.indexOf('/') === -1 && !tok.is.globstar) { + tok.path.dirname = ''; + tok.path.basename = tok.orig; + } + + var dot = tok.path.basename.indexOf('.'); + if (dot !== -1) { + tok.path.filename = tok.path.basename.slice(0, dot); + tok.path.extname = tok.path.basename.slice(dot); + } + + if (tok.path.extname.charAt(0) === '.') { + var exts = tok.path.extname.split('.'); + tok.path.ext = exts[exts.length - 1]; + } + + // unescape dots and slashes in braces/brackets + tok.glob = unescape(tok.glob); + tok.path.dirname = unescape(tok.path.dirname); + tok.path.basename = unescape(tok.path.basename); + tok.path.filename = unescape(tok.path.filename); + tok.path.extname = unescape(tok.path.extname); + + // Booleans + var is = (glob && tok.is.glob); + tok.is.negated = glob && glob.charAt(0) === '!'; + tok.is.extglob = glob && extglob(glob); + tok.is.braces = has(is, glob, '{'); + tok.is.brackets = has(is, glob, '[:'); + tok.is.globstar = has(is, glob, '**'); + tok.is.dotfile = dotfile(tok.path.basename) || dotfile(tok.path.filename); + tok.is.dotdir = dotdir(tok.path.dirname); + return (cache[glob] = tok); +} + +/** + * Returns true if the glob matches dot-directories. + * + * @param {Object} `tok` The tokens object + * @param {Object} `path` The path object + * @return {Object} + */ + +function dotdir(base) { + if (base.indexOf('/.') !== -1) { + return true; + } + if (base.charAt(0) === '.' && base.charAt(1) !== '/') { + return true; + } + return false; +} + +/** + * Returns true if the pattern has the given `ch`aracter(s) + * + * @param {Object} `glob` The glob pattern. + * @param {Object} `ch` The character to test for + * @return {Object} + */ + +function has(is, glob, ch) { + return is && glob.indexOf(ch) !== -1; +} + +/** + * Escape/unescape utils + */ + +function escape(str) { + var re = /\{([^{}]*?)}|\(([^()]*?)\)|\[([^\[\]]*?)\]/g; + return str.replace(re, function (outter, braces, parens, brackets) { + var inner = braces || parens || brackets; + if (!inner) { return outter; } + return outter.split(inner).join(esc(inner)); + }); +} + +function esc(str) { + str = str.split('/').join('__SLASH__'); + str = str.split('.').join('__DOT__'); + return str; +} + +function unescape(str) { + str = str.split('__SLASH__').join('/'); + str = str.split('__DOT__').join('.'); + return str; +} diff --git a/typescript/hello-world/node_modules/parse-glob/package.json b/typescript/hello-world/node_modules/parse-glob/package.json new file mode 100644 index 0000000..a4acb52 --- /dev/null +++ b/typescript/hello-world/node_modules/parse-glob/package.json @@ -0,0 +1,62 @@ +{ + "name": "parse-glob", + "description": "Parse a glob pattern into an object of tokens.", + "version": "3.0.4", + "homepage": "https://github.com/jonschlinkert/parse-glob", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/parse-glob", + "bugs": { + "url": "https://github.com/jonschlinkert/parse-glob/issues" + }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha", + "prepublish": "browserify -o browser.js -e index.js" + }, + "dependencies": { + "glob-base": "^0.3.0", + "is-dotfile": "^1.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.0" + }, + "devDependencies": { + "browserify": "^9.0.3", + "lodash": "^3.3.1", + "mocha": "*" + }, + "keywords": [ + "glob", + "match", + "bash", + "expand", + "expansion", + "expression", + "file", + "files", + "filter", + "find", + "glob", + "globbing", + "globs", + "globstar", + "match", + "matcher", + "matches", + "matching", + "path", + "pattern", + "patterns", + "regex", + "regexp", + "regular", + "shell", + "wildcard" + ] +} diff --git a/typescript/hello-world/node_modules/parse-json/index.js b/typescript/hello-world/node_modules/parse-json/index.js new file mode 100644 index 0000000..04add8a --- /dev/null +++ b/typescript/hello-world/node_modules/parse-json/index.js @@ -0,0 +1,35 @@ +'use strict'; +var errorEx = require('error-ex'); +var fallback = require('./vendor/parse'); + +var JSONError = errorEx('JSONError', { + fileName: errorEx.append('in %s') +}); + +module.exports = function (x, reviver, filename) { + if (typeof reviver === 'string') { + filename = reviver; + reviver = null; + } + + try { + try { + return JSON.parse(x, reviver); + } catch (err) { + fallback.parse(x, { + mode: 'json', + reviver: reviver + }); + + throw err; + } + } catch (err) { + var jsonErr = new JSONError(err); + + if (filename) { + jsonErr.fileName = filename; + } + + throw jsonErr; + } +}; diff --git a/typescript/hello-world/node_modules/parse-json/license b/typescript/hello-world/node_modules/parse-json/license new file mode 100644 index 0000000..654d0bf --- /dev/null +++ b/typescript/hello-world/node_modules/parse-json/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/typescript/hello-world/node_modules/parse-json/package.json b/typescript/hello-world/node_modules/parse-json/package.json new file mode 100644 index 0000000..93e3c41 --- /dev/null +++ b/typescript/hello-world/node_modules/parse-json/package.json @@ -0,0 +1,46 @@ +{ + "name": "parse-json", + "version": "2.2.0", + "description": "Parse JSON with more helpful errors", + "license": "MIT", + "repository": "sindresorhus/parse-json", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "xo && node test.js" + }, + "files": [ + "index.js", + "vendor" + ], + "keywords": [ + "parse", + "json", + "graceful", + "error", + "message", + "humanize", + "friendly", + "helpful", + "string", + "str" + ], + "dependencies": { + "error-ex": "^1.2.0" + }, + "devDependencies": { + "ava": "0.0.4", + "xo": "*" + }, + "xo": { + "ignores": [ + "vendor/**" + ] + } +} diff --git a/typescript/hello-world/node_modules/parse-json/readme.md b/typescript/hello-world/node_modules/parse-json/readme.md new file mode 100644 index 0000000..ca96e60 --- /dev/null +++ b/typescript/hello-world/node_modules/parse-json/readme.md @@ -0,0 +1,83 @@ +# parse-json [![Build Status](https://travis-ci.org/sindresorhus/parse-json.svg?branch=master)](https://travis-ci.org/sindresorhus/parse-json) + +> Parse JSON with more helpful errors + + +## Install + +``` +$ npm install --save parse-json +``` + + +## Usage + +```js +var parseJson = require('parse-json'); +var json = '{\n\t"foo": true,\n}'; + + +JSON.parse(json); +/* +undefined:3 +} +^ +SyntaxError: Unexpected token } +*/ + + +parseJson(json); +/* +JSONError: Trailing comma in object at 3:1 +} +^ +*/ + + +parseJson(json, 'foo.json'); +/* +JSONError: Trailing comma in object at 3:1 in foo.json +} +^ +*/ + + +// you can also add the filename at a later point +try { + parseJson(json); +} catch (err) { + err.fileName = 'foo.json'; + throw err; +} +/* +JSONError: Trailing comma in object at 3:1 in foo.json +} +^ +*/ +``` + +## API + +### parseJson(input, [reviver], [filename]) + +#### input + +Type: `string` + +#### reviver + +Type: `function` + +Prescribes how the value originally produced by parsing is transformed, before being returned. See [`JSON.parse` docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#Using_the_reviver_parameter +) for more. + +#### filename + +Type: `string` + +Filename displayed in the error message. + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/typescript/hello-world/node_modules/parse-json/vendor/parse.js b/typescript/hello-world/node_modules/parse-json/vendor/parse.js new file mode 100644 index 0000000..5f9fe99 --- /dev/null +++ b/typescript/hello-world/node_modules/parse-json/vendor/parse.js @@ -0,0 +1,752 @@ +/* + * Author: Alex Kocharin + * GIT: https://github.com/rlidwka/jju + * License: WTFPL, grab your copy here: http://www.wtfpl.net/txt/copying/ + */ + +// RTFM: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf + +var Uni = require('./unicode') + +function isHexDigit(x) { + return (x >= '0' && x <= '9') + || (x >= 'A' && x <= 'F') + || (x >= 'a' && x <= 'f') +} + +function isOctDigit(x) { + return x >= '0' && x <= '7' +} + +function isDecDigit(x) { + return x >= '0' && x <= '9' +} + +var unescapeMap = { + '\'': '\'', + '"' : '"', + '\\': '\\', + 'b' : '\b', + 'f' : '\f', + 'n' : '\n', + 'r' : '\r', + 't' : '\t', + 'v' : '\v', + '/' : '/', +} + +function formatError(input, msg, position, lineno, column, json5) { + var result = msg + ' at ' + (lineno + 1) + ':' + (column + 1) + , tmppos = position - column - 1 + , srcline = '' + , underline = '' + + var isLineTerminator = json5 ? Uni.isLineTerminator : Uni.isLineTerminatorJSON + + // output no more than 70 characters before the wrong ones + if (tmppos < position - 70) { + tmppos = position - 70 + } + + while (1) { + var chr = input[++tmppos] + + if (isLineTerminator(chr) || tmppos === input.length) { + if (position >= tmppos) { + // ending line error, so show it after the last char + underline += '^' + } + break + } + srcline += chr + + if (position === tmppos) { + underline += '^' + } else if (position > tmppos) { + underline += input[tmppos] === '\t' ? '\t' : ' ' + } + + // output no more than 78 characters on the string + if (srcline.length > 78) break + } + + return result + '\n' + srcline + '\n' + underline +} + +function parse(input, options) { + // parse as a standard JSON mode + var json5 = !(options.mode === 'json' || options.legacy) + var isLineTerminator = json5 ? Uni.isLineTerminator : Uni.isLineTerminatorJSON + var isWhiteSpace = json5 ? Uni.isWhiteSpace : Uni.isWhiteSpaceJSON + + var length = input.length + , lineno = 0 + , linestart = 0 + , position = 0 + , stack = [] + + var tokenStart = function() {} + var tokenEnd = function(v) {return v} + + /* tokenize({ + raw: '...', + type: 'whitespace'|'comment'|'key'|'literal'|'separator'|'newline', + value: 'number'|'string'|'whatever', + path: [...], + }) + */ + if (options._tokenize) { + ;(function() { + var start = null + tokenStart = function() { + if (start !== null) throw Error('internal error, token overlap') + start = position + } + + tokenEnd = function(v, type) { + if (start != position) { + var hash = { + raw: input.substr(start, position-start), + type: type, + stack: stack.slice(0), + } + if (v !== undefined) hash.value = v + options._tokenize.call(null, hash) + } + start = null + return v + } + })() + } + + function fail(msg) { + var column = position - linestart + + if (!msg) { + if (position < length) { + var token = '\'' + + JSON + .stringify(input[position]) + .replace(/^"|"$/g, '') + .replace(/'/g, "\\'") + .replace(/\\"/g, '"') + + '\'' + + if (!msg) msg = 'Unexpected token ' + token + } else { + if (!msg) msg = 'Unexpected end of input' + } + } + + var error = SyntaxError(formatError(input, msg, position, lineno, column, json5)) + error.row = lineno + 1 + error.column = column + 1 + throw error + } + + function newline(chr) { + // account for + if (chr === '\r' && input[position] === '\n') position++ + linestart = position + lineno++ + } + + function parseGeneric() { + var result + + while (position < length) { + tokenStart() + var chr = input[position++] + + if (chr === '"' || (chr === '\'' && json5)) { + return tokenEnd(parseString(chr), 'literal') + + } else if (chr === '{') { + tokenEnd(undefined, 'separator') + return parseObject() + + } else if (chr === '[') { + tokenEnd(undefined, 'separator') + return parseArray() + + } else if (chr === '-' + || chr === '.' + || isDecDigit(chr) + // + number Infinity NaN + || (json5 && (chr === '+' || chr === 'I' || chr === 'N')) + ) { + return tokenEnd(parseNumber(), 'literal') + + } else if (chr === 'n') { + parseKeyword('null') + return tokenEnd(null, 'literal') + + } else if (chr === 't') { + parseKeyword('true') + return tokenEnd(true, 'literal') + + } else if (chr === 'f') { + parseKeyword('false') + return tokenEnd(false, 'literal') + + } else { + position-- + return tokenEnd(undefined) + } + } + } + + function parseKey() { + var result + + while (position < length) { + tokenStart() + var chr = input[position++] + + if (chr === '"' || (chr === '\'' && json5)) { + return tokenEnd(parseString(chr), 'key') + + } else if (chr === '{') { + tokenEnd(undefined, 'separator') + return parseObject() + + } else if (chr === '[') { + tokenEnd(undefined, 'separator') + return parseArray() + + } else if (chr === '.' + || isDecDigit(chr) + ) { + return tokenEnd(parseNumber(true), 'key') + + } else if (json5 + && Uni.isIdentifierStart(chr) || (chr === '\\' && input[position] === 'u')) { + // unicode char or a unicode sequence + var rollback = position - 1 + var result = parseIdentifier() + + if (result === undefined) { + position = rollback + return tokenEnd(undefined) + } else { + return tokenEnd(result, 'key') + } + + } else { + position-- + return tokenEnd(undefined) + } + } + } + + function skipWhiteSpace() { + tokenStart() + while (position < length) { + var chr = input[position++] + + if (isLineTerminator(chr)) { + position-- + tokenEnd(undefined, 'whitespace') + tokenStart() + position++ + newline(chr) + tokenEnd(undefined, 'newline') + tokenStart() + + } else if (isWhiteSpace(chr)) { + // nothing + + } else if (chr === '/' + && json5 + && (input[position] === '/' || input[position] === '*') + ) { + position-- + tokenEnd(undefined, 'whitespace') + tokenStart() + position++ + skipComment(input[position++] === '*') + tokenEnd(undefined, 'comment') + tokenStart() + + } else { + position-- + break + } + } + return tokenEnd(undefined, 'whitespace') + } + + function skipComment(multi) { + while (position < length) { + var chr = input[position++] + + if (isLineTerminator(chr)) { + // LineTerminator is an end of singleline comment + if (!multi) { + // let parent function deal with newline + position-- + return + } + + newline(chr) + + } else if (chr === '*' && multi) { + // end of multiline comment + if (input[position] === '/') { + position++ + return + } + + } else { + // nothing + } + } + + if (multi) { + fail('Unclosed multiline comment') + } + } + + function parseKeyword(keyword) { + // keyword[0] is not checked because it should've checked earlier + var _pos = position + var len = keyword.length + for (var i=1; i= length || keyword[i] != input[position]) { + position = _pos-1 + fail() + } + position++ + } + } + + function parseObject() { + var result = options.null_prototype ? Object.create(null) : {} + , empty_object = {} + , is_non_empty = false + + while (position < length) { + skipWhiteSpace() + var item1 = parseKey() + skipWhiteSpace() + tokenStart() + var chr = input[position++] + tokenEnd(undefined, 'separator') + + if (chr === '}' && item1 === undefined) { + if (!json5 && is_non_empty) { + position-- + fail('Trailing comma in object') + } + return result + + } else if (chr === ':' && item1 !== undefined) { + skipWhiteSpace() + stack.push(item1) + var item2 = parseGeneric() + stack.pop() + + if (item2 === undefined) fail('No value found for key ' + item1) + if (typeof(item1) !== 'string') { + if (!json5 || typeof(item1) !== 'number') { + fail('Wrong key type: ' + item1) + } + } + + if ((item1 in empty_object || empty_object[item1] != null) && options.reserved_keys !== 'replace') { + if (options.reserved_keys === 'throw') { + fail('Reserved key: ' + item1) + } else { + // silently ignore it + } + } else { + if (typeof(options.reviver) === 'function') { + item2 = options.reviver.call(null, item1, item2) + } + + if (item2 !== undefined) { + is_non_empty = true + Object.defineProperty(result, item1, { + value: item2, + enumerable: true, + configurable: true, + writable: true, + }) + } + } + + skipWhiteSpace() + + tokenStart() + var chr = input[position++] + tokenEnd(undefined, 'separator') + + if (chr === ',') { + continue + + } else if (chr === '}') { + return result + + } else { + fail() + } + + } else { + position-- + fail() + } + } + + fail() + } + + function parseArray() { + var result = [] + + while (position < length) { + skipWhiteSpace() + stack.push(result.length) + var item = parseGeneric() + stack.pop() + skipWhiteSpace() + tokenStart() + var chr = input[position++] + tokenEnd(undefined, 'separator') + + if (item !== undefined) { + if (typeof(options.reviver) === 'function') { + item = options.reviver.call(null, String(result.length), item) + } + if (item === undefined) { + result.length++ + item = true // hack for check below, not included into result + } else { + result.push(item) + } + } + + if (chr === ',') { + if (item === undefined) { + fail('Elisions are not supported') + } + + } else if (chr === ']') { + if (!json5 && item === undefined && result.length) { + position-- + fail('Trailing comma in array') + } + return result + + } else { + position-- + fail() + } + } + } + + function parseNumber() { + // rewind because we don't know first char + position-- + + var start = position + , chr = input[position++] + , t + + var to_num = function(is_octal) { + var str = input.substr(start, position - start) + + if (is_octal) { + var result = parseInt(str.replace(/^0o?/, ''), 8) + } else { + var result = Number(str) + } + + if (Number.isNaN(result)) { + position-- + fail('Bad numeric literal - "' + input.substr(start, position - start + 1) + '"') + } else if (!json5 && !str.match(/^-?(0|[1-9][0-9]*)(\.[0-9]+)?(e[+-]?[0-9]+)?$/i)) { + // additional restrictions imposed by json + position-- + fail('Non-json numeric literal - "' + input.substr(start, position - start + 1) + '"') + } else { + return result + } + } + + // ex: -5982475.249875e+29384 + // ^ skipping this + if (chr === '-' || (chr === '+' && json5)) chr = input[position++] + + if (chr === 'N' && json5) { + parseKeyword('NaN') + return NaN + } + + if (chr === 'I' && json5) { + parseKeyword('Infinity') + + // returning +inf or -inf + return to_num() + } + + if (chr >= '1' && chr <= '9') { + // ex: -5982475.249875e+29384 + // ^^^ skipping these + while (position < length && isDecDigit(input[position])) position++ + chr = input[position++] + } + + // special case for leading zero: 0.123456 + if (chr === '0') { + chr = input[position++] + + // new syntax, "0o777" old syntax, "0777" + var is_octal = chr === 'o' || chr === 'O' || isOctDigit(chr) + var is_hex = chr === 'x' || chr === 'X' + + if (json5 && (is_octal || is_hex)) { + while (position < length + && (is_hex ? isHexDigit : isOctDigit)( input[position] ) + ) position++ + + var sign = 1 + if (input[start] === '-') { + sign = -1 + start++ + } else if (input[start] === '+') { + start++ + } + + return sign * to_num(is_octal) + } + } + + if (chr === '.') { + // ex: -5982475.249875e+29384 + // ^^^ skipping these + while (position < length && isDecDigit(input[position])) position++ + chr = input[position++] + } + + if (chr === 'e' || chr === 'E') { + chr = input[position++] + if (chr === '-' || chr === '+') position++ + // ex: -5982475.249875e+29384 + // ^^^ skipping these + while (position < length && isDecDigit(input[position])) position++ + chr = input[position++] + } + + // we have char in the buffer, so count for it + position-- + return to_num() + } + + function parseIdentifier() { + // rewind because we don't know first char + position-- + + var result = '' + + while (position < length) { + var chr = input[position++] + + if (chr === '\\' + && input[position] === 'u' + && isHexDigit(input[position+1]) + && isHexDigit(input[position+2]) + && isHexDigit(input[position+3]) + && isHexDigit(input[position+4]) + ) { + // UnicodeEscapeSequence + chr = String.fromCharCode(parseInt(input.substr(position+1, 4), 16)) + position += 5 + } + + if (result.length) { + // identifier started + if (Uni.isIdentifierPart(chr)) { + result += chr + } else { + position-- + return result + } + + } else { + if (Uni.isIdentifierStart(chr)) { + result += chr + } else { + return undefined + } + } + } + + fail() + } + + function parseString(endChar) { + // 7.8.4 of ES262 spec + var result = '' + + while (position < length) { + var chr = input[position++] + + if (chr === endChar) { + return result + + } else if (chr === '\\') { + if (position >= length) fail() + chr = input[position++] + + if (unescapeMap[chr] && (json5 || (chr != 'v' && chr != "'"))) { + result += unescapeMap[chr] + + } else if (json5 && isLineTerminator(chr)) { + // line continuation + newline(chr) + + } else if (chr === 'u' || (chr === 'x' && json5)) { + // unicode/character escape sequence + var off = chr === 'u' ? 4 : 2 + + // validation for \uXXXX + for (var i=0; i= length) fail() + if (!isHexDigit(input[position])) fail('Bad escape sequence') + position++ + } + + result += String.fromCharCode(parseInt(input.substr(position-off, off), 16)) + } else if (json5 && isOctDigit(chr)) { + if (chr < '4' && isOctDigit(input[position]) && isOctDigit(input[position+1])) { + // three-digit octal + var digits = 3 + } else if (isOctDigit(input[position])) { + // two-digit octal + var digits = 2 + } else { + var digits = 1 + } + position += digits - 1 + result += String.fromCharCode(parseInt(input.substr(position-digits, digits), 8)) + /*if (!isOctDigit(input[position])) { + // \0 is allowed still + result += '\0' + } else { + fail('Octal literals are not supported') + }*/ + + } else if (json5) { + // \X -> x + result += chr + + } else { + position-- + fail() + } + + } else if (isLineTerminator(chr)) { + fail() + + } else { + if (!json5 && chr.charCodeAt(0) < 32) { + position-- + fail('Unexpected control character') + } + + // SourceCharacter but not one of " or \ or LineTerminator + result += chr + } + } + + fail() + } + + skipWhiteSpace() + var return_value = parseGeneric() + if (return_value !== undefined || position < length) { + skipWhiteSpace() + + if (position >= length) { + if (typeof(options.reviver) === 'function') { + return_value = options.reviver.call(null, '', return_value) + } + return return_value + } else { + fail() + } + + } else { + if (position) { + fail('No data, only a whitespace') + } else { + fail('No data, empty input') + } + } +} + +/* + * parse(text, options) + * or + * parse(text, reviver) + * + * where: + * text - string + * options - object + * reviver - function + */ +module.exports.parse = function parseJSON(input, options) { + // support legacy functions + if (typeof(options) === 'function') { + options = { + reviver: options + } + } + + if (input === undefined) { + // parse(stringify(x)) should be equal x + // with JSON functions it is not 'cause of undefined + // so we're fixing it + return undefined + } + + // JSON.parse compat + if (typeof(input) !== 'string') input = String(input) + if (options == null) options = {} + if (options.reserved_keys == null) options.reserved_keys = 'ignore' + + if (options.reserved_keys === 'throw' || options.reserved_keys === 'ignore') { + if (options.null_prototype == null) { + options.null_prototype = true + } + } + + try { + return parse(input, options) + } catch(err) { + // jju is a recursive parser, so JSON.parse("{{{{{{{") could blow up the stack + // + // this catch is used to skip all those internal calls + if (err instanceof SyntaxError && err.row != null && err.column != null) { + var old_err = err + err = SyntaxError(old_err.message) + err.column = old_err.column + err.row = old_err.row + } + throw err + } +} + +module.exports.tokenize = function tokenizeJSON(input, options) { + if (options == null) options = {} + + options._tokenize = function(smth) { + if (options._addstack) smth.stack.unshift.apply(smth.stack, options._addstack) + tokens.push(smth) + } + + var tokens = [] + tokens.data = module.exports.parse(input, options) + return tokens +} + diff --git a/typescript/hello-world/node_modules/parse-json/vendor/unicode.js b/typescript/hello-world/node_modules/parse-json/vendor/unicode.js new file mode 100644 index 0000000..1a29143 --- /dev/null +++ b/typescript/hello-world/node_modules/parse-json/vendor/unicode.js @@ -0,0 +1,71 @@ + +// This is autogenerated with esprima tools, see: +// https://github.com/ariya/esprima/blob/master/esprima.js +// +// PS: oh God, I hate Unicode + +// ECMAScript 5.1/Unicode v6.3.0 NonAsciiIdentifierStart: + +var Uni = module.exports + +module.exports.isWhiteSpace = function isWhiteSpace(x) { + // section 7.2, table 2 + return x === '\u0020' + || x === '\u00A0' + || x === '\uFEFF' // <-- this is not a Unicode WS, only a JS one + || (x >= '\u0009' && x <= '\u000D') // 9 A B C D + + // + whitespace characters from unicode, category Zs + || x === '\u1680' + || x === '\u180E' + || (x >= '\u2000' && x <= '\u200A') // 0 1 2 3 4 5 6 7 8 9 A + || x === '\u2028' + || x === '\u2029' + || x === '\u202F' + || x === '\u205F' + || x === '\u3000' +} + +module.exports.isWhiteSpaceJSON = function isWhiteSpaceJSON(x) { + return x === '\u0020' + || x === '\u0009' + || x === '\u000A' + || x === '\u000D' +} + +module.exports.isLineTerminator = function isLineTerminator(x) { + // ok, here is the part when JSON is wrong + // section 7.3, table 3 + return x === '\u000A' + || x === '\u000D' + || x === '\u2028' + || x === '\u2029' +} + +module.exports.isLineTerminatorJSON = function isLineTerminatorJSON(x) { + return x === '\u000A' + || x === '\u000D' +} + +module.exports.isIdentifierStart = function isIdentifierStart(x) { + return x === '$' + || x === '_' + || (x >= 'A' && x <= 'Z') + || (x >= 'a' && x <= 'z') + || (x >= '\u0080' && Uni.NonAsciiIdentifierStart.test(x)) +} + +module.exports.isIdentifierPart = function isIdentifierPart(x) { + return x === '$' + || x === '_' + || (x >= 'A' && x <= 'Z') + || (x >= 'a' && x <= 'z') + || (x >= '0' && x <= '9') // <-- addition to Start + || (x >= '\u0080' && Uni.NonAsciiIdentifierPart.test(x)) +} + +module.exports.NonAsciiIdentifierStart = /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F0\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/ + +// ECMAScript 5.1/Unicode v6.3.0 NonAsciiIdentifierPart: + +module.exports.NonAsciiIdentifierPart = /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0\u08A2-\u08AC\u08E4-\u08FE\u0900-\u0963\u0966-\u096F\u0971-\u0977\u0979-\u097F\u0981-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58\u0C59\u0C60-\u0C63\u0C66-\u0C6F\u0C82\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D02\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D57\u0D60-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F0\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191C\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1CD0-\u1CD2\u1CD4-\u1CF6\u1D00-\u1DE6\u1DFC-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA697\uA69F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA827\uA840-\uA873\uA880-\uA8C4\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7B\uAA80-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE26\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/ diff --git a/typescript/hello-world/node_modules/parse5/CHANGELOG.md b/typescript/hello-world/node_modules/parse5/CHANGELOG.md new file mode 100644 index 0000000..2ec67d9 --- /dev/null +++ b/typescript/hello-world/node_modules/parse5/CHANGELOG.md @@ -0,0 +1,69 @@ +## 1.5.1 + * Fix: Qualified tag name emission in Serializer (GH [#79](https://github.com/inikulin/parse5/issues/79)). + +## 1.5.0 + * Add: Location info for the element start and end tags (by @sakagg). + +## 1.4.2 + * Fix: htmlparser2 tree adapter `DocumentType.data` property rendering (GH [#45](https://github.com/inikulin/parse5/issues/45)). + +## 1.4.1 + * Fix: Location info handling for the implicitly generated `` and `` elements (GH [#44](https://github.com/inikulin/parse5/issues/44)). + +## 1.4.0 + * Add: Parser [decodeHtmlEntities](https://github.com/inikulin/parse5#optionsdecodehtmlentities) option. + * Add: SimpleApiParser [decodeHtmlEntities](https://github.com/inikulin/parse5#optionsdecodehtmlentities-1) option. + * Add: Parser [locationInfo](https://github.com/inikulin/parse5#optionslocationinfo) option. + * Add: SimpleApiParser [locationInfo](https://github.com/inikulin/parse5#optionslocationinfo-1) option. + +## 1.3.2 + * Fix: `
` processing in `

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�`KS|uF&+~$vUih;B3E>__Ynq z_jd6Pw<#mvI|k-1De#K1zl41^7`hzbkzpTo{JA0g#{-~c;?_qZtENwfNNw#2>stzJ`QO}zT&IPYy>9z}9YC_IV zheB86du^e7ZyT74*@S%&^`ZCfE>73ze9wCyb#-OF*Y$qlVK$Az4^#4id@o!`e^$bU z43G9b_w1*?GMTJ-j@`wdP}#P@GoC2k-&`?c;%wuc{L|)J+XkidB@4#Q{lcm*Ou1*r z;h!JL`T4*8Zb&jsqQBVzkN-R-KXGn=mdnWjGp+JY5%#7ZmiKVdzA0co7O*#mmxWu) z%v<|$=5JYLV_jWEBz(ivP-#t=8B9|%@9;EpscdYBRMa-mV^lQIW7v6}jjgF&xGr2D zZitxU3lqEn=tfpGoj28*isp*SNVqvvSy$1*T#6$RR#(ra8*ZtrIB&u>a#g6(WiUR} z*c_?|MVjdgO(_huf%soqQMsZyTz#H$QS1=W!_DD_N_an;@1>M*#h;?ayVd%NNM#KI ze+ZFRg_aiE0j+RO3S}(aM@oMN8aEGEhCW zG$rKH91cA~Vn)koH52+;se666zOi|g22t9_%5ZZe6zSh=Y8wcv2vyfM)JDRrgJ@f! z`ijaLTGF}X*BovNS41e|y$#_|V|D1pyKefZ$ysX(+GAz73Z+=O3bM8pBBf|uMRP!Y zR(b=;ud=besg8w7WR)+(q=)iCdKD3l*EB`Q!suV9Vj0aIF;$?@sris)W!SJ&A%xRLMzjQZ?zP~+F zz)j%A;4ZKM6#o@If4?ODKKw88^>3fkohzU=3IZt_F+2P2enWJNO~66Z`#2f z?+ovHa5Pv1=7QtEnc!q_5qK|H1I_?fgEPU6U;(%loDJ>*r-EJJ-QW@McJMfO2Y3pc z24=oJ!cp-2kxEu_D%fLyX)^(+z)^s)CC7|k6>%i5xrH9g6wFBv$^k6Igs(NMsPT|71UnBE)X#qeQpIiaX$(k2Bq&u!O@`F&1$e0x7tJcDK4-D z)lOVHlKzJ9S9{I{+rT_<4Ojv`29|?rXKEj7!6w|bpxS}jXB+N8;1=)+a2L1{JODlk z9s@4~)eb%ep2Yoe@HD7)GxEP?cw@ow;0RFd?^a!Tb7V*MOBsN+hw&4Wl=3Wog3cD5)6=s^RKR`udQ2Err<#7;H$Br z0f91aFRQ5Iux-^Uk!)&iTqg4D=Tuaci4}5gscf!oLiGL8EcN9Spu=nymMBXPP9MsG`rr!Z z^JFqZ)@72lDPT*Pk##+#u2>c>YpH!yRh`h&GDS8!)zp7D@6nqZtCLV2-9n)8C;VYe)61&Hded%n-rebg?56DobWwhOoq0=}8&`xILQS=lGpT!_ zinDbzU@Zwk1>%?D%}yg`B?ox{Lh#>2{*;$o6#pcpBpuTRL#_=XepH}}4w?CZ z-%+?xFyT&NO5Hc(U7Z~~Lhkbi&q>UXGozW!tFf{&s&Sq0XdSK2wmh=}=KY*>N*OTT zqK3_W2kd`-p>D)lN~1D% znJ6VflcWBG!89P#ze&kVHySei8{eOrC!?Gn_qaK^?rP-wip`VQ#{<`4wqWnLE#G^; z{8*!P6Zg$q^1TOd&G&A;J>UEJhw{xg8>6QaJ{5aqp7~}YGMVrx`QEQF^YFivxH<5a z+zUSUPBPJWuDR^ui!RI@F=F`eVR|y`Gc@=R>-_2E-*C<7E3dfxvXPfwa>>OPU!0wt zoyBvJeJ(W50QBsxHUWbMr=<_MU}(m$;Uh9HyeP~5#lP*~9p0uZr(h=H($n_2&wX3_ zm76~IxhXnMlsj?aGtYF_8uBSEJUqQA^9Bc(Ks z^7-O<7TAxL?e&j;ex*&u%J!0WYa3*`(zdlvtXu!&$3DKH{i)c-j;BAd>63r;sm-7M z%xAZJ?yvu5>)(F<3)}wg@1NQJ>=(bZdvqI!`FBH<2U|k_cy=wT<5o+|IVK8 ze((ETdtZ2Q-#@>!|G>+y{NUif9QxtmS6}CcY-+Z+FW?B~DuQ?$m$1^KReo|M1_Z|H!xKDdSr9#g|+<^0LdX7RV8 zyZryR^Z(zL|G8hgTlt?m{Qnp7*BkX_b~W`C>_qd8i<_x%o}#WLU$0`-X=0z%91aU- zha>lEhAaDgXTO`bLA9KWdo*0ojIFYwZob{FDQxu$nD9r!g)3Px7Pc;A4rJW(!}S$S zoX-dwKM0l9Xkjp4uTy46d0)y-N!X8TgPJ%Hp>H;|7D&VocrL7{jm&CnPKjK=>twyX zZ1D=}8e76Cp(>l@CmA3*^6!_2@0miw_|B?}w$%7Dx`mWJJj3junDwNDHn)}+h|Q}O z)`S}zGxvof(dGtXAk2bjGjBZIl(4aRUbKFxDI;NX8<$CzKJmupyBq9ET}KX`9Q{Se zToxw_#q-Q?bp`9BnRRtD{Y}W)u;Hb!AzDA*d}}_}e3{>(y5a2^FI?xFWCe!yQ{=Q zX>H|-g2re=&Mda}0%f1Es)!fJbyjs$=5vHE^wi0BU0h)Hy$^tzn;!<#!ESH} z*aK>xycg7ahdxm61H4NL%=?B6Q2X%N;0SOOsD1GesQvA6;6-3AsP|EmLA_td1NAy(ioS-Vb(ybTeKT_#k)yltLZ`wV>bUbF%rE1M}kAa5SRgu2Zw=^!4cq0FcT~RF9a8Z7lAck78n7u!8Y(> za3gpLxCOiv+zyTecY&9Id%(-V1K=p|2zVuU47>_F3BC{P14o1Dm!S_}HuwQ>GQ z4h(^lz-z!f@LF&#I0jqg0>%b=PdT=%PL2v_j1GpKy5!?pe1nvaKgPmXwco@7H zJPO_l_JEVXQ{Zi&cR6|jW`Z9AM}d>UvEURi7n}-C2d9BW;GJM8co$d>=7Du!KG+Ht zfa}4T;8w5@+yTx4cZ0LRF7R&fAUFr?2JZongLA=Na2|LXycf*40zCppg7<+T@P2SS zxDcESJ_r_pVQ>++0;~b+z*cZAxE>rt2eJuF2e*Pl!5!c*a5p#{>;f~vgP?wXqZ_;w zJPwWod%?@W)8JKL#wh9;41wdp@!&LYCU_@U0v3Ra!4+Tx97IR89!v)}fkVNq;4p9p zI2_y!W`bSdRp3Ez8h9LB0rrA})S+Do9WWCd3XTGYfn&kpU@n*mP6w|7i@<4MDL9A@ zuL?{Do4}#qYH%310UQo)1~b8J;8oyGa2mJ|97M->1RMq)1BZhr!A!6Zyb4UeiumAY za1b5kcyJgv85|DI1g`>1z-eF&I4DHDfy2P{;Bau0!ojTy9}6D}2RjuG?o&8;SmEQ~ zN8#W}g@b+a9}hq8!yn8Bhl8WRLAkU``Gb?>59Y~#675p{;3D~hRq~&VyyON~%RL== z$qjCnI}dru4ek`qgim1+d ziMtyd1^yHq3;rXR3vL6agP#D4z#oF8;JzV_+_va{5H5A+y`y~kAho4<+KAl z2<`^I4|ahEz-;)^m~;^L-+;%#6`;m4jd7=OSArVb2Z0&yw`0jjQ17xs;B%nHeC^Fm z#$5<%%ufer;?`JG0)8CS9AF5z7&js`a{ELZz=PnwfZgCu@HqG~*bDv@cp7{j%=iFjB*Bs3ZZHJC z4vq&8gOkB~z?ondSOWeC%qG8K;9}gbf;Hg3ff4Y>U>o=fxDos&xCPt`ZU>KmyTI+> z9`I}60r20!BjBgNW8g9HB={Y$4?F~>UtQq+9LxrP295^b0LOtp0VjbkftrJi0rPN& z!BNOhbC0>W>%cz3uLl?5u2DGd;b0Z+x!`2tPXL>6w}2tSM}VtwZw5Dj&w`u5e*m|E z#o$ixTVN-+M+hCwRrcZD0BY``In80*nlp@pZYFpXx8@#sgli7egF6ClAe^qpJB9n} zpck@pk6ipO#F>fvUND1n(zUeG!<8n@?+2T3Uk0|~UI?xSw}6|#jo>!$3*atr2iQvd%fT+(i@-MASAYj`KLG9^ zzv*B%?kB;X4{r@+4hy|D$}H-Jp=E8r+_mb}3xP+xoKS!%SNvm&OIddQ@P_NFmHtwsJV z26ab)9(`A*NBb%kReHH?JbnADN8j-4(boYMrR}``_T$;Fkoa9RpY94%D&9T&boB+L z9(|#1QN0oGN_~Ib5T&Qa&qv=m>S-~fyii(+d`<5vwEXC+Gd=pYOi$ELr~63sv?R)9 z^Q-gexbN-tU7sG^fTO3z^dgeyqsATf`KtHnR+wIdAKmuT>4p-U&ZgJOuH-=FK4aI7 zH46+K=}Hb-c{l#j7ugj@I+KI%Tw{-7FEV|kbVvT;LHZ+mDR${l4zrLF>?&6d9Egr| zDTh%_boi3h*zd(IoysA${B^g7%Bc9#tsHEMBmI(n0e0z_cu*YandGA~O4o9bl;}v` z&()TEW}DPN_P{)zvY*rkJ#iIus^KEw36(nZmfeDw9Ba9|JzBfI zzjb!CG4Zdo`bt)En1Nkw&dJucJC{P`QTtOZtJJO?ii&F2L&Iz-Imv9?`hw8OTHk$1 zc9M~8w|AR4l`n7o!8!d2o*nYv*i*&%|Vdu@Ze3p-; zrmmGoY8~19Yz?^liVZJTSMD~YwRB62zolDjYQV~EV7h7*{mW5m>ekY={f4DG)08Pl ztA8Enn{lTlj>mh^TvxYqe7p4de#5WiD3`4{m*xS#EVfS6E}gv8vXn+4{nOZ1X?dPu z>cPoEZN=)}9K*kjQ|jxSa?dyYu#Gd<^aHN!nvYvLR+DXr(vK9>mg|Z+aJNFY@a}apw7BjqD|cf7h23nUYCP&EzD0 z)aO46I^HTMld~_SzjyX3VmW)*%r-60wPvPf?aLV{T$~kV=41Wq%v{;oS0&;|CtQ4e z_wVc<3HYmLcK+&Ro!yRjmZoltl)uIi`?oUCKL!2mZC?$<*1Smlmc7Ty&XMda+Kx5) zu3K>=!=+Hoq4!UYvvwXO$=kVg4kLx+qkMCaj@AZt9#zHoaI$k@I}g+M+^+5D#tvs+YWT4FXIBHxE}pF2@@MU}CU0wBZtB3=8v=Cf z{Q}nC&S0%wUqCyWR)?(rqo(eyUaE!^$I4OqVeR^6I%yC3C*yP8GZBZg$N{^}S2ULy znOd4Prp~Or-s~$_yKb{^dD)q__16t~N&jTNx;@tU+ZBk79}W2HzAwem97Sj7WY=6o zF*O!TV{}WN>>A(giptKV?CQbx!FI)B?Y6$0UHW0|`s?hvanjlAjZEyk#O7<~Lsoa~ z{9E_7xOtoN*SIB}c5`C8`l>Pf>#v(@>c%NI$F(ahJ9oFMKRd^;dTj0b>*n#xnUibo zB{}HsMK>2*Vf4z*$t*u^E@fScr}^dzQ)WA7Tw(eft=-fLm4}@>+f|*NKUsaXb6&e@ zvvWO5)s6~w^`teG>PGF`jxcKR&R%co*v@VB*R471O4iP$Y@J!V{wj_}9T!J>Y1@OH ztJ=Kmdd04U?c7WEe7d!Ze3J7--H@io%~!1UC*4+a-CD=4rtMnCuBh#N*5+&HKUV*& z-STPe`m6Ck^K`rVw(Aw$(PPI`)u3C)YkZa4rn2Fh>jcB)4u(rIHg_9e(n-3t_R`HK z3Uhj?-ZVJBO!^1=U>jd|j|>#w`uC5o^_G)^?5^xui|C|@c(C($JJQ&7xziQhfsnLo zZD@BT?AprKxArIGuX?rX7h4~8Z5TCe&aNMu$kDBR>`XaWX6s}B2FqaAgDa7@TgTaa z?f9;?sNTn|?d6tMCEZGA9HNSsv>+HLZ?Cb42h#F9P_g!E%nDIfo2VD+cB7g8w`H!=E>E+;+xDSI@fuS4x za}c2R7QGwo-r!tNd+3|M5V+_j|NH}ZE$&@8b`N~igaXs|Oa?WVCqjGf@K(5%0A)va%Kw0_a+cn!musN^kvrnkwsdtX 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 literal 0 HcmV?d00001 diff --git a/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Info.plist b/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Info.plist new file mode 100644 index 0000000..8d32c1d --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Info.plist @@ -0,0 +1,58 @@ + + + + + BuildMachineOSBuild + 15G1004 + CFBundleDevelopmentRegion + en + CFBundleExecutable + terminal-notifier + CFBundleIconFile + Terminal + CFBundleIdentifier + nl.superalloy.oss.terminal-notifier + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + terminal-notifier + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.7.1 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 16 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 8A218a + DTPlatformVersion + GM + DTSDKBuild + 16A300 + DTSDKName + macosx10.12 + DTXcode + 0800 + DTXcodeBuild + 8A218a + LSMinimumSystemVersion + 10.8 + LSUIElement + + NSHumanReadableCopyright + Copyright © 2012-2016 Eloy Durán, Julien Blanchard. All rights reserved. + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + NSUserNotificationAlertStyle + alert + + diff --git a/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier b/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier new file mode 100755 index 0000000000000000000000000000000000000000..b40e3b8edc7da0b79a61535fcbf96ab4c40ca163 GIT binary patch literal 87688 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 literal 0 HcmV?d00001 diff --git a/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/PkgInfo b/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/PkgInfo new file mode 100644 index 0000000..bd04210 --- /dev/null +++ b/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Resources/Terminal.icns b/typescript/hello-world/node_modules/node-notifier/vendor/terminal-notifier.app/Contents/Resources/Terminal.icns new file mode 100644 index 0000000000000000000000000000000000000000..8d8f5c2d2abda38d6a90d896c32b8915e2c64c96 GIT binary patch literal 369386 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%0DvZuvhw* zV|lArq6fX&!2i9X{+i5~6ZzE}<;t-jz28}wZ4fs+c!S+~Yt%_Ua7>s1PZ3?R-MVl~ zgd6P5%2p0-MPccsdAV7ajhP(`q*y<1+-+Iw-tw1{{`$QhmBD1m8a{K1F;4hriw5KO0yqy!5A;-F#Y_nxyUbb>G@`!y z{d{SvCNvvFz2c4RL6jE~{=K#@6mP4)9~3cmGiyU)MzPCehf z_aduRQ`~kgO?0!#1%>*)Zg9v`$So@5Q30|`3iLCp zy3ARfmOpOQRZh#cK9^a`?XpN1(%3`eps8kJYtCSj#=6#gC@#^pqP);ckW3*`VTj;8 zs05kmHIF7E6I=MxR{s`W!V|ak*|KMjPYnR8Xq9hptMC!t!Qrv&G%jBRGLJPCro(yt z-jtsChjf!lgEyT{no7EAQr@f6e5J?K-Mav!)Z%~Vd3yllaHiu;>A{aU3ZSFl z-5=b&a7mUJRlU3h7jQQ_p;|eL5Twa`aF~fPxX`dm6{K~vm)FkCKg&h8 zAE|4~6cmbx4UhE=J!P#s=OVHVAlq!p4`GfcmfV?U7?y0{NKC;A}+MLK~px@{bJ+*^Obi{BVr`ppFP{IPuTZyjem zeyjLx{H7-=T%{g0bj#l4)){O`kFPJ-z-L-McLDZ_x+9cV-JO;5dG8hYxvNdzag+#LyFwF!ygC`4;rljnh@nI(2=%dm2&uqs` z$sRX^T{3Wv%q&~Ld&@3Y@%@4hseZ2F>m&VV2j!RICM6BVTTU*-jUCcPAG&V214odvvqTZqoqlyynVvo-$q7??Id;vs+vM-0RcJbXPK5998#qU zbG8b?!2#azV<$-O`+wr4qTfF9NHUM-W@a+b%W%yyD9k^-iG*y5!l8rFa8IEdT{Qx{ zX7ew+GV$Lv`gJZJG?@&QX)sD7%+~%g@<;pLLCCWLCA;?V1UBfhbJL^hRCq*l?99s< zKCwI$oCcOCb*Vk67l_o@GTTc9`V+Z9%`O^Js3bVRSA%e@pw2;tGj7plfRU=?7n^=C zhBl_ojC#wKA?=`0w)$^Netdj-09d2;_^3j>Y00A@TalCA3rk61&3sKyb&n}4aIb{x zMiN`nT9*c1X&+J?H~6H=g)Q{WxUZz^zGeJ%9@NRQ;#e9aEl*}|L&B@?*x5z$UVsk^ zf%nB9A521dAID{x;rj*q?tnBt#pk;TS$bHx2y6Q7JNeNy^6mEddX;MemjL2P#hpd+ zu?t~*fM)6^ZPRtHBIk|(^e!163UR|K`gA_W5W!8JXwRRsSXreHu z*&T++*YvnF(Qli_hMQ0GV&Em^E)%71yJ^*K+E}{{*5Jct-2p&E-;!IWI70+5Bz;!I z`JR8F7iJq_!s12Lc44W5%FbphjmWpR_yYYqvF^DXJ0R@wZ7Hvpq-(xj^w(I8XzFO2 zZ1dl+<-48bi_38z1k#F4xdR(4@FyQP^%a(8(`-N-o0TzM%vEkX2K2q{#Sy$TzYuI* z70**}m}z?N7iIU>o54Hngo3$iV9TsM!q8vqdOp2n>eyRmv-FS#-lq2ksW8ew`1D}b z;CxIpcOOjcfn5$nFT8d^VNh(qx|1kuy}&zb(Nnb9!k_p}gWLsBjCjcNxhfx#=6?O> zPya7JW|@1>l%~T-lb)+S`1l6`Xg1*cRG2d5>sS715{gBHPHeY|auNwClUhdlJk zSeC#t4^Q>VdyzzRc}lJRiw?%v6RN?du(nmo+G%+#io(i}5wELK=LJS)$ZU;~4{=#3 zz|UgK4_*V{P21rU+i0&9NR;;oz-KV^ylP-5Zvr29rUgr{O?zvzz8N;&@CrGyOs%h!-iK{w z$-otUQ{}lRkJC-pCB=E-O<5^)DbWXDe3}istpomA4y-)}Av0;dOHbo}H{UnWw)}i3 z$c!FckwY)?vE9m~0Qu*VA-vf&y>|)VHGMO4C-#Mdr&D?L-}Jh_a;u%#BR!^Qjj5&U z`On;||AY7JT~gVT?W|2%>6p-6n{B}f2m9i6OgXr;Q}CXYQ;y8m%C-#US&z3EJ!}>w zDkxV23T(%`6QDjxNRM-IPvu$|n!=^1ZHi5wSpzE(YzksSz-w3ha$EP<=>Z)H^5_JP z@G@E*NxK99ppbpe4b9jP(fCq+`a|oWrqbJ9>XJ9l`3F{_D5y~4!0mEUW!_!L=h(oT zedQ5vO3uyM{BgE_4DdaV5A_qZ22%p>Hw@KNhNd z9XWV;KS=NFugt+a|MzF7z|-=(#7J>w^JWFg$+HUZn%-|3zw#$(&?x@paKZaPjxUki zKXHXFFE(lqW_mI3GjHB~BEA3bfBwtUdVUy`&X^XRtiW_1gjMg9#nE;Hk+#w{Wm)~f zU!>CHpBOury2F@`TWm_A(&mT={nqJ?LIXYaOl_OqkWsVIkE=@RwH+n6kF2dQi zUUSN!Wm{hS%3m7>TQ`NYauST#ElM5-ycB0pt3R8Gfsa|$leSB}V%_+r&QMOW0wsm~ z)>UfIxlmlIcHesF6BXUt;?H#7pqI|FwEs>1E-3x>U6c^50egHj@HAk{Jo>jr%Ujn` zL6!i1Mb?j4`U#6TGZr;P-^ehXPUk0j()q{hO|2cVy&6waoG5QlZxDI$-S32Doo>TI zb3U|V0QQMKtV-IC(<29aZ0Y3VwawLp4X4O`c&Rqai)|^e(eJvr9(T#0oZKm(E|DpX z{Y0LT=~6|6YB810A#cpWev(CyULf`7u0H+xg-pbB+gTM25GEb1xX83@dTVKr*;LkJ zVFS_N)-1QSZG%(Zw3f6fw{8Oi2)YZe0TYBsH+T<3#g{<%k}IX{JHaPsHb~8U5||(o zI*mNel&}(0%dogJ3sE+#>}_{?2X@3i`c^*5q`L6&@=C0ztahNe?8Lq_Rq8anD@TD& zLe@ig>`eVR)iEA|M@~$T%mG@%9=44c(XYjn`1-6tFO7fd6aUQi)Bv!;H<(XDw(K?K z8n%DS}2EshkgX}ZSHa*4(Sq_*k3&RS% zyk0H8(sff=<>yN~(5&91`m4(;>c}*kZ~o3}!ou=GqwOPDIdf?r4nk{ak`TH+_n&De za;~oxVS{O;>1eLB2l2W903ZNKL_t*0%O|Y8r2AQ_p!+w{``x!NCiJ4Ylo4@|J#PBPZT+N8{+&O> z@3~T?e!9`{QI?IZIW1ujl*~vSwcDi=-^Vs{!?HBIh+hKlodg8xfKK-OH zyv~>w>f^%t$b#;2m{z~>6f0;E+CQ)d%S1)O;*~GYYGZF6o7C z8N!#a&{#*eo5mS@wy~#(%52G8R)hCW<1HE9C@H;@@!DJ%nxpQ?5N0-)RMuLJ@{>14 zReo)?WuS$(HsHTQj)iM+vr6sI-d1YkWzSn$KV*Ohu|APT_>p#besoNK`w`J&xxv4N zJeIv>%o=>s|C9%TFy3gh^V4~KE+(>2BvG|pei64 z{6y8P5Ezgd_vwgv1|BJXWyrK&y}dh7ndP;0XX!BllG2ZDxjrCa(tc$^e%Yx#*r^C@ zQ$C=&`sALbyMR%zcuVmuGyIp&|0Rjx2T6>0gN8;n@Fi1H+Swpv@p4!pHwqfZ`fI(4uc;Yme%qCt^m^h|Cfug_SX8 zRM+T8$t48wsXKBGd1fTmCYrSq8a2sQnTK9|lHj38Sd#H)J)(fpr|v0qxuqrSQcU^a zdyqaxL|DZ|GJHstO_^)k!xCV9d>)OnJy-K?8~AU<;nMx+`1AnqIMSRKAylS8i(BPZ z;6)|$3ENjcX-xq53%umTcS>)nEX}6bdK=gmalLEs;kp_Rk?C;m2$cS-5AEn^Q}#*w zKajI$$uM$k;CvMayblZgVe8FReN*l}^>f-Fjd+(Hz=#&kQe|L&hD(`UV)T{azSn>p zXm^64b?c2!Lg+xsnS&85Ud`7J*H!&6#xW}pa%qrd zJ4B<3t5+iN`nFYdAjeL5Kv=J~Q7DtSm1k^Io}|RfYum=l9#0x^k$c(tDU) zvW_YA@FE2rdhxvqUHP()fPx6SY}gWb#YJY?xHQ^aTF$jon~y&|ob%QMSQSfSnG)|U z#rJ7sUZ)`)`t%v(SeV`Tf#Sy{fU|J*mL`F#4YFc$?6FRO@vTSE(uiIfQBgngpwWKi zN0{_-L4UQ;(vSQQ3Qsi@x!cCfYe#7ozwjR8e@~v+(ygDMk8%~Q5vNiE|M6V9-OjS$ zxC`)4=B;lAGQ;J>7(Qvr%`-P_lOEI1SsLKlq}kF?TG%ummnOC5hbN#6f{Q&S-Aj`P zX(kolI|!ADprrRME0F1^PwE~NN|LVIxan*+jjgwGgk9s`wjpEb!C!YJ^c{`r1rBAgtVHu;vGaxBVMxBgAVO$*CYNeYS8 z%jTIyDXv#~fqme?S0GH*r9uK<7W3t$+)1E~v^q57=fvs+_4-hS34BC4muETg&@QLX z{n@qNsQ{by{__ZM#?0k_0k+Io+e};B#^fXYkIoZfKO)-lRqnY8&w$pL%?y@)>BPTQ z_SN6Fa{w?sCJ27l7yk4O@A&o^`zG1nye{CCa}s4A%{QmE7a93LFY`vS-@K{r)%=Q6?NgM>--sUxCg;vXAV{9mN*;(gF4_MkWNwXJe$ zGxdvnf}D!_)!Z-qzTY=~-r5ejKj2|MPC9BgN+%*9Ln#(852;aD!)CYmAHWQ{a58DRw8DA%fHXCnlOS3-P z<4ONlaHaee#ZjiR{d-j8Exorkja`FJnqE1#73M)8Gl36X0(ceOwE6J?p}o33$pH*z z3%EE_w?8&YTe3{(-2qNAgU_-eX+j?^^6o&>a#|AnKC~mfaF+lE{HFBUR{8fG1bAHz zU{vhM?uLIN)py0h5Wp+9Ud<=X=L4EP)fay_Q<(bFpk^KG+guUM?27!fko5uPzn#m? zz;%AI_)1MFyI_f>qI&5aDiMLEun}ANfU`G$EW_WiRIC8PW!k!@Uc+_P4l- zgsJ__#JPTmiQzbG1AB{mr7kJ-0xvQW(8Fv0fH&34)LmF%N!_&pd~B0;l!SCDbJ;`T zZA0yeuGlQEa-g{?8tSWU)9yiGgR(Ed*f5QI^@G&EyVoYrqxb^leP&CSeTLyJS`}M? z(}1nec|6NM_$~m$b;#|()h@~;eAlY!6Zunxbph#+As?3U=A8t8b}lQm7~r3wBA>~r}zK(*oL3X zb~dnSe&#uT+1>15#{c!DAPC|g@aeyBq>JeQvXY-6)*gS-3$5uq>1;}lleTl(4svpI zkV(zqlMOlApejK@nadq5Sm&)1mOBp4c5I5(@#YdRsGUB2sA}UUeM@T zUj4?I{;@D6(j%;RVWAWcjX1#dIZ7P(eok9TSbmQN`(rFAJ9VBITUh%4%a)LNuYe6? z4b%X)HRSQ!k#0vV`CeA2ykEKCFmY*co zNCa=ETiA4cQ+?s^UMW3nfln*~Ks-($9(W&uHI+=b+!097nM|=^UfCEXV2`{N;pTjq& zKoEqIn&L-Tx|Cc{ON-x3<0DQVPCH1OHk2M*y{76_WPvf;zJ)L%C8NV&ZE9t_Z<*+*_B(u z(A~=(uf>c#DAC{Qvi!EK?UJR1>%6r``?P^$b{GxxelG&WGtp^v7(Qm0O!HpA&m-TH3b!;7z^ z?Q)@_?u@ACEgL^XP2u9TKbBU`*cSiCHrob@X-6{(MXb!gX(Ji$t^LJ*>p;xVBR|_? zT-_Yj)pjr4iT@G&R0g21Q^~>}b>yD!?BCASQEtnWQI`Sabzsi4f}o2r*%`2Gxqa48 zf$h_JA@%$G83dpq{od~YfD%!0fqnW8r@)l7+@W`Au-A)=;zi|&K4#R+(;`UC_Ccdv zGBoX1CdDiP416<|uV46(CbPb8;$>ODm1HEgquK#Db9SKRfjw%o{G7EgGzMMn|4S}R zcS%fI$FL#GUSlWM=L<)+ZO{&u49JchCh1Wk|LCRYl0WK$P+aUmj(9uj+7m=9(q>Do zt3)9jcwC9h@}L()X#Nn&cGCc-Ur8fcXK35jYwDXtKZeH*szjp@;lYZ+PQf{u_zj%mfmkBFpzX;Ty+0y=bcK|>7SkL~}01#yVaLl4(wb77hJ3;xe=$P|3M3$U@G%*_PSFDCB9yKNgU{nE4!rFqZ3!^?Xphh`P5acjupSJdM7 z+~XQs7c;@@yUFqMF;8ZEr)z&NVDk5W{QH2-;JXBvuLFtT4nihuf=}LDB712Q(h$bx<_gGz z?OIj@#?H%TGZ1*frVW(EkO#bG!Mir6*Mq3GR&I(h7i@y5^zJ3RX4pl@HcSn^6vVd0 zi^)uFCZKJ}=#C6wZ5aD6Ur8%&>f1VA3S&8m;@s=&^kB(1e04iIB9(Qvv*s?Xi^MySw zERRmh(RTqHF*l7@K7pK{|8^wCx^G01*93%fm0m_+B0I(t)ZR6)U;0%X|M?N&85Nk6 zk<$?(DgAzJ*z{gq%Crr9z1OtRPmSdxr3N*n%Ji!~Uw-|}qq-l-0+{iU=UZ9o&9*_| ziNcWM^~ubl$Y|hDz>GgJiTzp%5xoABCU+dbM#S{cOcsHyCzVteg5yDV4kjEk69H$F zBr?%3gpnV*%2!Dw+KwY%-n5fuNf2?hZ`)6CQ6roGVvmpo>fL$)qdX9;{n`*3 zd1()*8;sCmlfKFkrmee!K_ziK>RaXFYDnqDmYTy0`rwgY1`U)~>q)UikAEUfnII|} z&e7Y!aBZ%9TCu$JA7LvY{o+N%x2+uYjgwV#ZLPCRkZV)wFCk3STy2* z;H6u`2aZKq{wV69Uf`>XqlA`=@IPgaH-W*ee^M8Xvj0@s#iObE0nb*}@Q1gCR3L36 z@8Y#TV_WRQx7szaYX2T_;msWr715qnRk7++R&DcKxH1zT=}A;2?}x*1Y+Hv#o#z{4 zTXr7*s_djY;Xe;QXXyjHhImxjdE7EtEL&s5FWvI2*va52pOijV<9U!qFM5lBJl$+Q zuk`YO(7%yuKK}i?FvS*<8YD&M!5#~P62bg^y+;7eTZnsBe0&E;EE2WGnJcT5EDDytv$8B_+2h#Krs$8KrJR@cIH|{2ZI;z`QCHep`jLP5GxQccY-c>}a$AxN zK0~`Sdpye?#Jzd?bOx}J_WtE6-{AIKIHR1-<4@cgm-7+wfhE8{@!B6+VUX(OfpaU+ zZ+;kV)>XlS+KE{7set$c?e`ny-(tI!p6bh-qs)moQ9nE9SBY(Z8igrl%7WM zmU&*+&ChRHO6u+%0CRs+eWL*Q!!7}4O;8#te=QRX9TNPAnDky)Uhy_Og;^Sy@`Dim z#5eOl|4Ne2_w#eLHg6#@Xz5&1J5yh?J{vbFqUoUND29Kt=UNBvW^VF2^ELFB$3uV>7`@<2`W%mS_>^({jXh~WS5R!5P|6^ z(*w250{+%!;XKPi=geR|1BV_}XV~3YMUVcCI8Is(eWJO@GWEUef^=z0SQ(qrPqCtJ z*^ya2N?)3L*^=;5a5l?BM_Xh$CPzldsbeKj&GjMF);lp6clhz6i zeEW)4qP<#2IO59IJ^YGOHa^l#=`#UpbK=8x)J5tzw(`h_{IpY#lAPxo@Y3zJxIKT* zv90tT$_E;it-=$Q%=4|tUZ4=a#_A-u%R97mxl<5vXtNSXT6AuO{K zAu<sS|j0`7g5)3TuC)g)OPFc831$csq-YXtlS4A2zEzwrOX2 ze>7oFjSBAtg9DLybo}X=#i=v4wZ7m|-_pldR#Ex3RsQ0Dw3nwK6&)I(%ZJo!nyNIR zmEQSS9~XA-a^{7vMo#_Ec4>d8E(L76=x1e)DS?%*9scRt^+y~neFKeKt*emN6&XVgMDc%TX>I4?@xpM%&hpcx97OPwh!&>gFQxV2M0KE z3$LlZ&$QHSIX(!e#uKXLXS{AAFttm{AW^H_ev&kJW>(RXmL z(UUydGL+2Wf)i-|L>J=H88#S$ke-eM6CMJF2zW0XhAGk`F1m0Z&*#I15A%g0&bK2W z8eZxKx$xboBx(n1sysA7qnF@Fli1N@Q;GK2R*kUAoce|;cx2+j>Kgk+$jd%;SMSgy zKvG=!%1P(PsAM>?S*(U3AW#5w)c%YjldjiHs3AFhtHQD7@`K!d2T^J1gXr?iddL3p zkM`^U61gi0A4R4z#?EhRj}orpYWEC=lW4lQ%`;$fIOXl zIE#0JuaqA22Ok7Fmjn2SG2_DL>p$e|&Bh}}_nm)Oc zPmj%m9D5bl**zcF1fTR#b|^s6kOIm?zIPmScXe9d2#$p-6t-T@M9NI3 zx#im)QrRKp4UC+o!9lUZ5AlgK$gx~->`||rBVzC?(|X;o{;4kWE#wfO@;YvuHdMoH zPiUZ2cXG7?(G|VyUfQtrEnXWSP=b|1m%+n1yJk4IPptde=4c{s2a@Wy(0ll4YYo?a z#cNYFcqkkcG-*>%+6i6IrXH_s#*#5(;Ja=7Y;2v!E#J5b!#j6RWdN&ak2@-jhe_YgYZG~8Uzcy={>1wT*&Gl$-1NaA&fRcH zfWXep!5Lq}#y_R^{I*BGm3L$+M)?L*QCd5?>gUBr4!TljnNq-E;MS{tjv3Kwd1+FO zu&uAghWNp1Jm9r$c%_U!5K^UYjGd*?m@z2C%0n>Q#>$>gF|ui;p;@|}c$emxP=&LD^DZbC=b7lT|9oP(^$R21uPR~r*8Jgua zp>4Wup@ElQ=}nt)JJW|cyb>-AGDCw>xr~U~AZ*GD7WJm?(Pi~UrZ!u5s1lt1UO<8h zSuRQXuu$d5n_%N;Z7NUY(bl6hL1~pT*h{YnOHv4pM~t#889a2oqAngBfBBk?spn;z zCc?;{ZNK%h!>2E#!|IRfP2F>*%qT7$dL4lDN$O;oeIO*UGI(}6ru7u|KXwU7>R=+Y za*~omU;XTX9ZX|y*)CqixCHbV+pSMXZPCh)l9fNpt}OSEsZXlc0YzVEoE55dj}Llf z5W|<}_822)JW03lBz`AgkB^zcDf6#jyWLZpiuZ3B*XT9Y^Zi?#w8E)?Eyd=;IY0ed z50mOEH&5&A7j+~u?Wf#}f$aVXP4azq(q}m!9?Cz6;9r0J$lw3?$*j-lnlygXb;YUb zxH9k5oo5W7#Xo39ep7vo%G{H>Z(0i~c;$7|9{9uCw)0|Q zFQDO%iyjTJP5*$*|B*j-L=OJ3s>6l~v23%`ew%fgWPFms)Nu$oND)%E&HxnYXtQaDN0pw2pN76}Lfpph-jS{| z+~&4B52dYh001BWNklvHNgD6dddT$w959mf7)M@^%9NFYm( zLBK+eFYS=(f`Po=;LW&m1wOPxuU=)2*69p(D&&l=*opEyCqD9p?XId;KuAY{Wib;$vbz_Lj>CJmrH`YHn8 z%DIw)w|22eA^cAbMFqdS;_GMe(jX_K^0JM5t9rrWFBh+h_&hUVo_^OQP>UPG`#?~H}W{(?Zo}ciRzvpNO zyn9oL25#_szT4u@3JCwz_L-~yU-1rEJ~i-5JJ9p8%~!7K=Z?U9Ae6X<#vSW<^@I4t z$2UF_^j|-bDMJLNkr(?Y4i9{h6Fwk~Q9=<|wqzjET5tG@LL6^105wJCiDl)8~CKK|sOl(r+r+P?8sd0ie(xQ7qQ%8U$q z40P!n+I?>uH?JMFLHt{T!Y$=}kS>1rrs6cxa4a0hjA3h_Bxm_+O1$Xz;op|Le7!eU z_2-U&U;FV(LC*d@z~hTNANeWlU-?yBe>RJjV8*8!nYs4rJ!m>kuC%9y9qo6PKhu6h zDgvkOReD<0Io^gRXwD@Ap_kZ^UU)MB=~dG-{?_XS$xIT;4-NJ3A|!YRlF$&$RJ!5g>Z0VjkKAi!q5p850j%%s;IU=n==W*#`TpApgaRol9K5PGdPv7+3#eJUL zVI;T%pAT&E0~){a*ltpNg5Fnmi7PgPku52A$J~714t&yA$Qt1EwsW8W{)x_Go1`I- zH*FR~+FafVUOS=Rb>9>;0cB6Sj z*QE~I_yky+wI9%$=M!F$ALC-rtxMi`2NdP{U;{)D{?vRAf4gI*D|XaYbP z@kvBzIR71_z`MD3;OKxOjBK&fCt{l}!-n(`<>&zHk8OCr_E(s^k<2c?gP4)0&RhI0 zVf1nQjLc*awq4*D3sQTKt4v7oZ0r-xW}_fqdC?m?V@+%*Ph~1NbW<1oQ@0i$7{6Kj zPAbUMcha*dD_M(!XY9c+{g!`HAWs_p9yjB~?XBRqY};ITx8>XO_Z;=yySEMgN9C({ z2Z44X0-;xDB7bR4Wv2T1EReqoV4ckbxFg`>`&<#=8GTdz|1nT-pODe@O6l=_43D3H zZFCT($~(h~NGD0)mi|o19DOqb!rJumo+af~{-)oNGYU7;*qNf8uJq3A4lkDt*pp-& zUf)cN2zJf_n_BM@Bf8{0>=CBg&{Oxp3+EMP0|n~1fI32D-yWae_AiZn%HVKj+}YfE zjetsufz~YIB0p-PWalism@tD9JAF6Z&yr5U3_Vcgy7|iu26|t0m93#Jj z9LT|Y2sJcpW5W%Lw0)%Mrd@mf7)Og=+W*V(=?p;SYup~!AkTLbx34Ykam%jbECDv{ z=c0d})&CDaqVb7GcAYhSPCt{f4zvTn>=k|kAt|dW8E8V&C?NnrLTJh@p3C}j(Qv}q zQEX$`Xid2dG>3Q( z4Mh5Gd8120X^!a}5ZooFXFRk`u?Ha8yQCmjf}X^r@RQL`y0?fu?+FqW?8-qJ8?PiQ6%d&CUJl|Mcnjani)&Q_VRsNW!Shhy&0I|pA z+oQh=kSFEI$A2@`=LMZFUe))}J%1{j0PssX{%nA2=IiSErqdBrC&Vq;c}^3-b6s7Z z!lk*c-s?>A?xbSa((Z>7m)_Pyj-93HnpfA6ufIv-4ZVt>3qXJ*`$K6YGRnZ8DZMnl zyp*~yh~y!kk#BmQZ`~u~8}eQ9j43Dtrcz!1w~o1U0nUF$Ra5u$(6mAC0@yu6AxWUv znUO8l#EXj1Uwg;FV%yO`>Rk!R)R9B=$wVEm)YmeLV@s%0CQWQeW#my#c|#Rn;aTxh zM`}nBTp0v`X9UQSE2EJ1wqDar@u~JlmvI$)#%8fJR;q11trtfTN?D%-MsAl^m9M?A zvxma$(<#CoRPlkI zYCDz7xFb+1X*95H1w2Z>Jf6GRU~Ycl=Q|(p`^b#{>wotF9`EDRC``Z3bdIC<%!};g z*UpT{ii7W2TSO{kVB!7D<};-iuU4}KEC9bV-7s-L=g>#5oen~IwZRt6)q8C~M$>rE zP{S^BN7C54fqZ6N}utcA4%Sotw4q|)dEx7uu> zeokGsPqsKz!MCt9kzXHHu)NrCOu-u;9?#%EW6UzocdOlv!^J&wJk-CBZH;`3+H(Ii zOheZ|>2Elm;amD&Sm*!7%Xw6oG~KJ;rsB?Wd9EHD(&GGdR0=oH?toJA2DMJ@dKqEh zg^@sG*%hXpLZ8%eS~v$gzd?%aX`pm|bWf1lSbjLv5yEElx)!Cel^X*>EsS91B;hXy#`w4AR{*0;T2MvbnM}Ez_BjN>tN!~gsE5Fq}56bjRxA0?98_= zJ!DNWoWGt)AOBQzW~wXbpixFx(4@6JweHGk$;wpXs@IUvgrqiL6lw>ax{Qe6C9Q4J z#EY>re9~tSfCD3%4GGJ{Zt5#u!{Se2o3zC-H}wUt`N`sg)mI}Ycx6oW#6zF{yX^(a z_bIGxB#kqo8J|Tz`>jg`kccdYw%J#eyPNVizV;Xqk+)Pmp5?C%2rsGMK6`oq(8wK~ zHqhS^zXAU^5Pb8pKihwJL(dm}e6S~}I0sW-*ML4(e_esM@iLesQA>lGLiv4u@;Dk& zJkH~MlDW|2Rb2h+k^vgWO*@D7M3PZFcnf17qGnr`a3PBd!{o$o)LLd zJ}iLON0VK$rreRqu^rkDD@A3-w-FtrLMEfq|G-gf zG)0q)#YbP|B*l+yDUKbHuPpu|M_*Y-ZPxeNf9Z|T;FHEfBfkw8-zp(Kk%9lpO7K>G zkn$jQ-wP7|R)IsTKOI4L)?SSCewj*51>Tv*E)^qGZc z*2s_rJ+e2&4R2~PnE*W_O8^F|&H{Gc%CrlW)K-2u6J^%3S3wc^5SpS7DxAIYY~u~D zVw3}F1SdE$BlE0rb+s_?RJ3?_pt$jcH!FxI;*(o`?15|RzH%-+SxRljF#qcVeKmwz zm$g6sf$*N8v|)IyajS|P@Xkca8Na3DE5Fsi4-_YuG!Q8%utyhZK z#eR$9HwP+^sY~1OT4KmxwJ%|kiOYD^5#oh9ykwc&Rr(aUJ zP=Qy@(vRTuWBo5LLep9G_57_aL{x7N7aTeYN8E+K=#i_f26<`|Ri$61^nnpz`(`lF z9to@h^+>UT0^9ER4s7ffEwv2^RC-GFkMuJzw5+yta6mXTxh4?S(kpX=J(gB^{G&@_ zgARV!^xb1j#h=jaapQ0&SVdU2!lo{kyOKdgYvDfj{qMcHQ(Irw@$}`M6|A8gDb3ZLymJ{A4aPe6E!H ztUjGJuLdJ5G&UUeOy+&@_Lqyn8?-c5(tE?|L4Fc>8g-Wg{kW(d%eocc3!AWdTSxp! zuel(=VulP|Y;>7pZ@KFNMT1a#2cKmEWVvMo|Fu+6rge8D$%8A}W6z9~*p})@qZ-Q6 zk*r@39Ab}MxVAw$FH9i|ICTuYJj(ZA5Xg&M&f|aEMITyAaA6h(6b^pnT=*1*MxOio z{KyBPehbe#5rN}d{jl=AaT8{0&IA?+1;jLyC1Zhy|wAoS485S|KU#&?Egb4Tw_rojxJ zrNQ7G?MtKcn1z*LBQHJ~g|=Z&s0iT zDPpLiq=BihyY5n~4a!M>ADeecvJX2|7#!M`t?k}SKtCKd2uJXc&f$z9VdH4G4fHeS z&Nw^q%kx*qr!oKqy{2Fd*s`s_D)xNKDq~8#@{h;t8@kx|xjL<$Y?RkWz(0F+U0HKA z-ePGS=k2dL+4tp@=8R{m>{(%GI2z#TrY<)|jso&8w$+AZ+CbQWC=;j} zB71Z}eBooe#;rXqMu{9 z9st&;b5wfNpkZsQWozgooFxFx*fcvY(I$;&X`qwLw&+%-<4o`KKRa??%A5oJnd%Yx{`Jmt+5V;bp7>7@_T@SZRoC3g*M zaCBYi_t5k!LpEr2RMpL2MX6Wa`s$kr#oqc1TL8teg=b~V7JlhzESw9{%6|B*#oD!ow<6Enw+|Ky5L7ABpq46reHboD6+rj#77I!}7r%k(U%y{(Lm-6)U z9yh+y4`AA|<$v$7o_H@cbf;m$=by%`fr{L+vxCHNTZ+vIFIRUnOX5Ul;TaPH<2pc4`jQD6N3POz3>D66w&10=g))A#tjIWv^Zc%0kfxj* z*mXAFEG78Z(~%#>5MCE5wE$g9ziE8#8emBT$4>oVXYEpD>6K4$?O`8Z#h#bE%E=N& z{c8{4%8Z?}+W|nS4Q~D8zoFL$z_E?p!aM6-2j)hX)GIb5C(z`+KxvzQSdZqIu$vZ4-r*iJMa!f>5J0~Ca%zh&9*6sba{I+a0U}3 zU+*IXW(VQ&uHGQfD?T;=X>JC$p}*uKxpgUx^;M3C<*l8A*S0Y*!RWODd~Y?<8EK0Q zR$DL1VhDO5!3g%+rf*X(JqSrgO1(>Y39gE`Zl&x+=sGy9>bSLd)5LR6N`~SF&jIx6dh)Xb(BUsp{dU)QR&hs z95(w8(8yU|-L;K;PSqDeb`=3Keux1Yk?o8j5qoZ&Z5#>vXPMgxFD?b|*gZ7>sOa1@ zXh$i_)<9`IU&Hn&J_e@sdR5l+&WB@iRUdDg_J5nZ0J*}?CqVqcUa#=`^I^188mll4 zFuU?IA>d7w^97z=0#In@b7vx%j+nJV-atSm4NQ7=zZ$&qX&VgDw(vrunh&$YNGhp9 zTCz0SP#Sv+wMhz{v{ig;fJ9yTkV^PUa+e-b4-G}3iC#O#$h2b*yfd7>2BlH>PSVsc zsI}o-R;bJLUhB?}mj;ht(_RLlG`iJZ3Y@Ui{-m+C6Zo{BM@WD}PkGZ_krY8EKJ>Cn z9z!{5dvujX9~vN#Kx3tv@0ggvfvE-LohGuiftKAK%hBM7-RT zWo%tO(=N6>e+}NjB82bUy&Qht$#jk~Iw=)D3|vD_y3^osK_@V#EN97#L^d3-Hv=-; zZpt^)8k4=>38m24mXp9XAOTK#-xQki%!bNAQ__0_y>LGp4z0pyOhuO7Orvswus$|E z($&@UZ)O(k%*Q#QY5J-SA;lNfrA*W2m=Y!Gf?hn>L2)wnk1pjX(~F0x;|LB1a54%^ zYkIFPs)4W#L=A}z%9*T2Id*vKk{XZ9Ie?$kdJvllXuq?eHis8j!=3dcZ5vSzTt7%v z{18%O^>&b$!X6CJY2T*b<6DJ6F^BL9*M4-RT_Uk?>Qx&O^rQfxiGb3#Kh}o&ghG92 z-C`U2BLj?q?BWhdsc&el|Jb%N*H?~d(F=vvjrzj&6L{BeEgbn#5~gdnL4F>~UpW$< zWu9C9cebZ8fK_lBvxZnEycaA^{K+Rg?xElL$t*tKoep-V@kp7@Z-vFvS~QSXr0wtt zUa+!tnLr0NHAqkcCot924~hoAFiZ{7%J~Ta27ZNA{)@qf25Q5p-%eyuLvO<+KsZcl zowiIzIs?i;MutHRXW|?ie1<>SjAhEDG_w#LI2Y#>=3ru=z{I{?&kmo|QJW(;GI7() zX7I(I4JfZvul=!EE6@>pCIFq(48~|lI_+$ZZ2l)u94KRtDE^H-d0jsT9NT$PMTm4`|D&BgrWh5(qgh4;C9r-Cymxee944lIS+g~d41)h`GuLosCghzF6 zU8DyU-wH3G^89o60xx$O(|X~#R^ppSNKKz4*Z9~51yBXC*}6DqGTuJ_r7fO3-VR-9XQJbtpE|c1^k(QMq47& zv=EsXwGR<#h$(#2V@!rVDRe4eCL}#Jf=^~=HcMT41>VjH?9xFzyQY-&hbbk!k1Dtf zshrSg3-k_xXpoq{`r$jjm9R?#X_DUC2}Zu1a?^gr3)cn+kZV1W!3I&z-(J0gdlkdH+6 zG`MvM{Rk-i_?$9FiMx*4ubx#V$t=|q19+%Ft_inoK|Fmhu8ny;$ zjDK$8?9?9je44Bim7NYK&j2wCI6KVqK*;DUA3|qp1wi8ro=I*9g&{q7)kWsO;Tr>t z^7mq6by2{85nYrz;|EWZ^ln0bX-FmN+MgK9(gR9*Om>^1Zz>zxD9n<<9tNyl=`-tr zY4);NL}{*+m0*hKRBq;mL1e->@qv-5uLrLyeXH`+8yHM%fY1QV!$N`en{6e&GIZl>_r14Dk-;k+j-Z2@y`gCx!|M#F{qfb*edNSW@M2eQI=Q+= ziKWY1U9>d{*Poef$N!rJt==&!{ZzT)YbS@Xvotq;X{?bn>7TJ@d?md01Fvn83nwme z;tn58P-h275L2d8~`*Gns#w)#Af|nP)$Wi7l0rE<38ig_k z5a_ih*CnFT9Wxc3#p+6xF&+5&Sg1^3Yq~^_^};V1^u$vE2;0fAW#G((7aWzBOljgP zxbnbHf)|);wd4=P*@- zZEgU9QkZf)85{JN7w9a!291a|SU}6$;_zCR#itjfUg)}Hh8h}=)m8e|rG6+Z-oYrA zj*_V{y4sFWu08%6JFor)z2->Px4B!&N*ll0ZDE|xqEdlhOG#u;a z27l<+DCy&1XdSHeT{sn2-Ym_4JL4)JxYE&r;qcUz%8%mc)#uu;S^CpLeJo8Z)DObZ zU&dV)*$xiMmpuw`If-8XD>!YHKFc}V26XJ3m=d4*9_1TPi{GQPD?|7_o6Y(3wn|j& z-v<0?$d;YQM@5+kGh>?e^N6KyT`)zo{Wa#X*uzBsD9`Jaccv1HjP(4v{{mrHxC+V54@pq z*05f9`NQ#Qu$hU2N^NjPuv}eqsDWkDeraB$=+c1pqMtN&JL@=V27W20nUa*nHx8$_ws&?pUY*#%~2ni~6cjJ2uC(1__Q8EQ|d7u4DyA@VJeCLU35 zNQB4@`a5x|2Ec^c4aJn&wq4$Is@2XKiBmtSpy#xJ{pws zI0j0ucr%vzr5yu#VvGXt^^rvJQPXDAatgHCAm!k$={op9cwp>E;T(`p!+D_w#I;P= zpkA2>P_#>i)tf+$E^Nf8y(%U?nP&4AlJ^N@j_8_IpB;;XS~*h zPC|#zWJf2Q;?T!G1fv(p(y4@DGN0Hw2G6d#7^ugo#_;O3GaHB6FbA~bCza}l$RFDb z3he1K@EZsf07d#hgh>OlZ&`7{8oDFdtVb!mb#Rucxm`I_Q$kQB0lzqrg~vk*eq>UO68;m$jNa8DL>ae zIB$PQXR{XBj1TMPcE*lzcj8ljXiu6Gj(~UUo*n=mWv;=ie2;6a^h+aLd@GpI%w)<` zdD3QcXOrKi(0YjxkCX4*G4Ln7#KQvIEA}n{@=%bC6DH_k6J9yXWT(#s`;jAW9zep8 zVLIe1z+_SeX%zhvO9}5dB*}~+V`qNc5PH`ekqM0fMDUm@CPQ?`SyM+qQoyABUIC}` zo8syHQkhtDAi=a6$=zd3|tX<^kNN_=w^zS==7=h~{XkrtV; zTdC?rN6M+Fyta!~GS$z(9XvLpCttoojx~`+iEU2xN<)3pK33}9>Njfu4}v^*Tm0hA z7!%gcXE*)u)V9hWjaefVwuY@iXIYiCLQ$R`({$PyCo?RSX`0Jk{On}T-cdP%R%nfi2JmGK*@zZ84FuWqgHB@Sfm*=%I(Sv$*BJJ&y{SNf`T zU<*^_Xq)v)Z0LQ`huA-a;keAgANXF!FKzu;JWZ?HA#^5WE41dMX@ky2UIDE7CrUB0!$ zqSp>@S{~ceZua5PuC0 zp5jz9w&=o#YAi4Go{FKfBOCMVHm!oPdL&q@gKMh?*~VPefB=7-XDherr*QM;gqv*Y=AeqB+cCfcun7I zKnRn;B@G208s(>$hUr5`keWWy0eXc$ghOArw%O_6)vb{UYyjKY?2zE&D{0b+v<+X` z0j=lq$`2lid zkVe@Wi!Lj`Koh?vU4=&b4Gi#@i!AGDw$(mhHS}8oF7={Z+bq!b<%x#!t8F*sw2>$i znVqcQHAIB}$1i$Obe1X{%RhsH`k-@3ly*OCP8E<@k=h6hxr3w213@1lS zn!;T4GYD{Yp4Fcvfb=^f?|uAh21h{U;O0!ZrqBq5$&q<7{!6bjqYb6ZUg#?fQ)%p( znRz?2{}lMP&2@&n3f9gnL+nK8+9k3rnvJp~f2VC?Vzb)fzL6V|pijpEIa>xIbQxa@D^J+% zjJp#)GldcLuESFqz)EamY@;leieY3NhQS)Q@L7RWDsHi1Y;+#qjT2r8Kst=y0*uqf z(;>AZ5w&rtPB!Q~qwu>yr+fo{U^|{Ez26hCWuzGq7+<~eUa-1A%-8{MVLNs^61rxP zQP(xd$Tos~NCvYa=Vuyw;h@~515}OyxcGM9mDvuXUatvAlS}}MmOh=z4g!rz8X$H; z>IKR)GlK(F*MYYGH-eZjl08Zv-V40SpOuz!RsHzQ6+FAGj@Y#+Qifp zDguHV9+?QxWav7W>>y?>mOeGY!N$ai*B%Y24yu=Y3Z=OpM$(5!MfUX$h1W!Elw&(%Mf6+eXRHZtyd9$61^%r8 zK*^`l)5tR$5Wlnw?@>I7R5Ljrk^y$_&fg4X_z3JS#k9xoTxI^lMj85C(FZo&DokgV z*C0gBcXHJ{07J*?k^vm}JpYe8Q&#UXH2tn}Z7{`^P1QhL%;`>sDZR&j>E zen19;i1c9vp`1TRL!%me5_#DtrPpS^uw)<2RqNqx9o1_cQ@PS)(8nfZ>!0Y-iRt96 zuY(1`G?8QFW{^To666#_p=4~f9l8Puhbgk1JkXRrl=XJX;*7Z4da1-i>=(9v`j*1T zPn~Xi!eK*Wv)J%zn_^{H-iogLEDf@VihO-ydqx*KEX=v~*`^;F;-BXp*MLn)7QY6cDmrWHfP1#}%HO8+ z*NnWgv(CuO#mu4u2HzA{$ z=PpBaNn;&{RAUKlc~j}&^; zUrWSSKDHz}+ZG0+{U(1q!^VE=Ww2NmSPKnr>BBqt@Iz=8)QqLGuZTc+J!ns8VjBo}?MYO0aMUY^vYePr7XIn`VP4 zy@7y3rjrLoW;z=O@#*k5YzG9phIj{xG|<2iEpG-Q1J*`IFRC*5%)nyDFrZ}HU9VSI zyI=AS!gqu@>)Lmuky?7wbvr}4UJyW>S57;m0cB_V*{i^G9_@Gb@T$JEQ@Y03U|sH? zEpxhpCfYbauiu={9K_^J>|LE1VB}lJBrWJX{kgg#N9M6jy^*OdKzAKjYD3x-yuNaf zOh1vI!6Qo~9P^zD`SWX<7ZbHqS;!vJ!kz~|vViSd?Q4|5=eFzpifFi+VQH#ol_~wg za-}8-QZpBMJAjN-^yJoF@ZHgZ(XU{+tz&3V;Mf>lkb*q)29bJdyLUR)ZcBF4PyQK8 zZW~|1;e*$*Gq!fHkmi}~=>cF3P>D*{kX35=4g%uV_(wX+em8xm@hvmqK2z>w`GZKO zsMA||})eY5aBLKISUn)cbs@_46!Lvmzcd!GnjF}71i*KJ!q zMrs3*9{)1BeCFSU%kOp`Qg2^XF7LjEj38*dyP;lfOWIHRCv55)8+MtXZS*KglTPOf zz7zzrODs!FiuJ97P97pcPGHVKAYfAcq^Horo77i4#jutJ*iOH{ysX|VD=fv>3<}Cn zWVI%>UHcb5#ifBM?M{lGrQFIiMp3M;WWLllb=L+UxBSGJcml~Kl6c$8LCSi@D+U;4 z)|q`LRb{2aw!Ji4DU$^6kfM z!rEWG7HVRLgxGB#fHuoh2lUx2JL60A#*O&h#O)+oKcrSK285;k(Xn3t5!IBhvh%26 zp1bYwgqQXOU8rZmbB5YE42?k`r-!8C18;ioWU@4ymWxP558euB>Rx&- zHp-hJ@z%SxtxRchQ4YejAsGVQ2ov#vv*&G_de_diEiXX*s%5OtX*9e5=ReuIUo9+J>>;8wsE9F%BijjkS2bhFuInW z;->f7fJLb^kbMN2WW|BK^zggg(Kd zNbvGPaOquy#nQ>UG?E6Mod+-Cd67`~#mvrmQu@?u{I9&VhjN+rBBT_=ZT(OKhZ@QH8jxr{srx!{m`qo{$!uPgh81OdeTGV96f3x zC(AbwvALwdEAz#`0zwV>N97V+P^O|Y2vC@eLi6cN?)cOHIaG5TQ{Tb{3HESwKvRBg z%f2EG`X!9G;gzcn5TQ7QVI}%=OBcZ*jgz#VExytZ^2$W*;~)9(A++}W9V}#dZ9C&< zVUHVY+Hl8IB`n=*@?OI|Jpk-lV@DtjP^rf?>{Mjg8hzvAraTmrWGpGvoo1UaC#!bE zq{+RoJ-f}wMO<*M{44xS*Wu~i1o0N!^cOsOJ($YoD?`*{<@A+g>xK=-tIDGWCcZjE z2TN-0T?6WB?(bcO-@hV|SBbM^up__}Id;S7GDSxhuroRbj;6hZWx3&|<h@5qzZ0GGGQhEH=AS*Va8({!<41961oj)&+n- z&7GDB^404tBjwv%>51A0k4qs*t&2lNY{GsABjt%V+_z8ro`w8fq5-Q?qw^nn<*P(p zQADe_1RZ~_|MbeaZET6#06$}EaVL*9{hh5t;S-!&`DIyS*T5YR7B8Lfxy2VCykehO zgI$`bzx@^r%*>R({JIB4nBv$3rl}pEgzc6J}FQpjX1*A zww<|Dp5*{GZ%Uu}a16Iii|<86-u^`z_R}!pSI%XF1I^Y;nFvVT#mBanGwGfBI?LB@ z+N=n9Wonv@J_e=G2M>+K?0SJt*v@jK?ie+u-1xB}SNoL{|H#W9aCAM`**Zcy!Y-Ne z*2M4{L`&0pX;16Y<%7PfPsB&f?9#uCFw6C=zT=;|>IctK%_p(RW`{-N4LMXz&!HAlU1nBWDtWQ31lS!9V~McISgbSxP{mSxLo1 z18;)b>j1+G6gC6@ur2a0neC8vn5lVt7V_2@l%~-dJG0Y%|krMMM|$2EZ_R$W?w2V~QBgU_5C0 zdUD$$=`sCDnzS8I+6DS}g?^J66+Nnt9D~ch$kc|LCb1W~_7iF9-Jyvla1o{)iQR&r z&kXfZ-wc5EUxXzNCcwRBUd>C+#kmQ(1VSKYyT z!k-BrSsifS#|<9QO7z=1HmEw1hnTi`wf~@BeCZ!-P`5T13Yx1fNWMD&DhG@WUTw=e zwn3N&kgPv6_g#R}yTs`22xVd*0N212}0^2;d+hydN^n5(C+}YhYT7$fUd&t54iHn2K{y)^DXT zfX2=t?4d>lmJm6)LqlEipp-c@aZ{nmV5FVO5wF7udXE_cQuo@G6dz%`B*{~M`eby~2MSf+ z%k7MvEm_>2d)!#G?C)&V{siY4$fr{AZaPBvG;GT*H6_gwATN}>afQE6x4|{j@*HT4 zUZBgA!p@I&W=3Y#a+cYYSlA^)o-43XL0mIerlXm)1MkcW4~ z^uddhpHU$+=w12>D;{At9(!_EBK8R1zLM9vD0XF5&RIw6(`{pCkAu#k6Qy!Wy)NfLLeF3Z0ugZN6nVO`GXK0(p2|AaJv{@RQRrNA49!Jg_5@+T2K2{2{nYGz_ghn2 z(`XO@l_m$JNQsDoNCyc$sEDYP$Uy;VK|+VnJ4pZ$=>bFpq=^WqbZOE8NC~~y&_b`F zh9rb`Ip2NW^L~HA{o!Wz^CWv^uUWHZ&&*o0%B@lc^%a};V^fBhGB;!MUF^buc!g80uJD|0Z z>EoBF>X7oC3d(+dNPWl0KgQXMG|*jcgv+IioJv#HZ@-P|S6Nqu>UB)@hMq>Q;e`FbVy@6emxNBUG(TfSL;4CjSKHBr>+cl*B)X@)DOEx~U z_7bqP9DyKbLo9}DPPA_nc>P{@zDpySSx#ewcLvbMG(3|9Sx^EN#2@f=d#Iy&-9BgY zWqxqqr-tk9xqofnoq%}*s{@AcM*MD0fv22K4d2 ztCf9|x9`S&q5S8}y@wVq(ggCuVvhRy=ZHJWZN1hdom=Z05q^sz){XT$CN6wF*^@4J=4~f_Jmu7368oft3M&YE zu6mNy+@3D@>?8{a=|GodE-%T*`>9I*K-xLAp;X_LzJ|1oi%hRx12ZoAS~?^Mdl@S_ zHCU)n_dFI*7uxKms}B}`CTQV+wh!H~-(I<(M)@px3fW;4v*nOSMH=DP!y%sVH zpi$04O<6n*y-Sv53qFrTKe|igLKqi?Hy=OnUth({KdkcL>3H59t(ofeQ{ZFks<4wR zvGwE+SdvnIz#&$>u2{rA@MpL~z!9KQvplDuSCD*!DWNMzUihI9d*rnnuxeSh#p!1L znbi=OHp;Ea3?|k|;KVZ*Vh3K)18GGvn;!CfQw`nTdhF6qv@F*+yPZm}?8$fdd#yv` zoLUupWsh9L%*DyY}Z+`ocRu(T^;^eD9v%ILUsPd$D`^Y0>i`Q-yhj^*? zT{;}zoQ5z3caM;DVaABTDgg^jOuB?Cn#jk)6nM*ZJi5e^@tve#ldT6V;myOnV*Xh~ zDh=wYFn`8c1>(-;@Vq>MZl;0g``;e5uIXWi16CtZ7Txk&=3^s0g9Y_!!JdFo_>NE|v@Ev3y zPF9vLD=18}xXk48?6+B{+Hz>=%<7c(Xf)f)G8ESfS@7K45qIP9N$P8pF^7V}nG@=F zW`OKPnUHt6b7>nAuY);sYtY%eu^+~%<-8B=(6hW96!kA1i%L`uK~H1znGxX~w*AoS z;L;~)G4E4%_iJVTZhVn8<{Bp<{hrA92;q_m%X4A4O63R&)cZ2?;i89P5w<%xtnII@ z!(ai;p>dZd6Q+MMwCMhH|N0OzXPEeAcjz58|KYcI4R!Db{mp`uF}5m{m%PVG>TUX- zcXVI&3@F_(OD7(i{*PUfe7j%0>W9SMv)N;VUROu=FIMmPy;-0r)*0_CiDTB04;Bddd8yZ?h-p^9` ztz&zaEu3@V`QN@oU90W97%(autJaX%F|7AV*qy$@;^?x;vBjwR{YI1nr`l`Nyu)Am z5YnI-gp~7c4fVD}YDfXsdTTzp3pvMraiB3?rCM>qJrR{1t zWwl;YJJ<8iSQa%l%BRp@cGAZmgSjqUMGSP~HWDFSp3&6_4MBFCK;q91bKw z9xRBUz9gOr+AwhiuCxducRSwbcrIn}f{-oh*P4cQJ!F6aqsx{Fn61{}j7=tAsK<~8J;@d0i5+pf1 z;6jOJ9NNj(U{WJ*WaV@2mxmasc*^K`KMJIfX+|x-a8*=a`NopCBeK5wS3^|wW^LRK z9iKKIdm>Ed{Hc@p1Fla_lZDuY7UB5^GC41)(2+W zhwS@zcQp1(@~e2>wJ(T!w~ReuW0_^XspQ@}UknTrhoWR4y5R}+fEy6ISNJzCb>7eV zgvVIVl~Hn1Uj=_OhQH6kYq6UwiJL}3U3c#S0M}cdJ%0G|vkE(RvVGnju&q@0(U^Bd zP_n??z1Iihx}7%20pZV-pZX4fRxLY%s6SVD!t>XjUAhxaxW2mzr3H!CMLM>gi0ieF zrlbP?W<-!iGnBfzLuxeP0HgZ~tFIT2Btp~3Vs+3g`KOf1dE3Uk+@vbNHL6mi2UBnH z=pHfvvpA&bBXhP-tpeQYyByhIoN$thcI6IrX0nyi?L58)co0~X83_GyKA)C%Crk0q z9D_xFXoH4_d}?gmf+ru2{(WL&gU$=h+01mJMItsgZ^u}%hJF4r6JnB&OHteNjBXErPv_UJHI0L^fq z*=Z#*<*x8l(xMYzNQbIRY@?x)<(EBf;9WLaOi)~y3Ks2avAcG%8w%_WVqixu|6TLa zc|hcnv%8eFgyi}t#IIi*s(s6|=CdF<$@edhNhjrlJKt|kAgBZ;^4A3#U8V!z&)rx1 z7nsZ>-QL@{p5&Yl&b`QC6LtG_d2}-PO1^w3_3O*U6At>9JBKbHhY*JEta{dz5Y3R> zEup@chsRiIB~f}fZoxE9^|0nZ^M!{XWgI=M3}WwNm$F~_-Z4~$p5K@{`PeZ!#Ei1b z7=GqJ7|%NTp(hkc8lQsV>{G{!VMcJDlWUI9q(C|&Z9X4Ar93Hg_V(A(38+$JL(5ue z$$XzbK9e4%$EB{e+dL%c0C{%kPqiIdS!|ril+gN;$zY9Tf5ew%sItLkNU7Tiel`7o zE9>5}l<$>&PeC(=z}5LU6?SpqtG`~?oUcq46N}~la*wscuP;eh|5xvmvg5tS8;H*d z(H)R#ETbnivhXmCdc5)EIR4eniEyX>6&w~oRw5k{o?s`ulVQtEbut5=`AJ=d7l$}W z&1aRPe_OGU5HNYqzN9qMnO>qvNEDw}ASlS)NKQ-PfNOtNy| zX3ocw__OcApH<5%o=odOqU&wu)B_7%e;7rp!gs3?a_`13}dt~vJWz2J#>k?+)7%szH=UAmw+mk*27+&5f!HdsRI zi{v`q`ydf*Z@(SJY~=jhj~T{99zN|WJ3R9(Eb{leBE}s`^=>w?^BnyN{-IDkcbNaM z#bdQi+=Hos1om{v;CP~Z5R7sA_2*9`xO7*GrGy%GrTb2P0pd+r?#taBqRqqkq{H=% z4-A&QC-+h<42te$OEgz_#QX zRXbe_5^Oz`LHyf>OUwi+(&j_9$)8C;!|@JX=F;4 z^xcfh)k2M5T{pKt9$KTRKjqjFhhJgYHfbDP-0Y86E7*oD>W%clL2LFqKT09+l#b>} zrhc>b2j`KaqDzAZX5~eCjd%?=7`dL&X__^J=y=K^Sf@gs^tr)RrhYIt;7|v?iX22o{u^aPSQMtVYjNyi|SGn zkME)DhHX+bOvPn%RR}W0OFj{g#u#jugxQi5Pi~Sy>44==th(An3Vhw&19%4A!6VI(GwB+N4hvq{;U%Kp=@j{cN1{o%xHiYub3g zUyULvk{5!#J(3?bRUyg5wVs}Rv0ieYOU7(no!|Z~cHe{f<%uIhjfOzFvyq++&S#G) z{gRv~7fyYe8cdV>x78bb|C;U(JY^?tgqPXvp0dEHZ)8bl$Mb)`9ep24P%w|R49o4Y z%uLnL0-pNso&xx2X(RRdWQB|vGo^K^XaBl3G?{ClyiKZm&=MZf&S;tT7(_t##gV=o&Ewbu!Bj$zcV z8Keem@RTt^dz9bng4ETwU)aLYQKjZ_%?{yDs2OGr1&14+6i&U?Q7-t zLJ@z^CCdG_VQ$X*V=!Dc1aKo0E#~P*vYf>r12%OV4trdzGEY*1WoZRzN9iFxIP>A* zk*TXT=}ir!lu4<;M8xpr2f_-ZKR;{Z`FZ<-&UV7orj98KvGNV42gR|^f?yx!Q-WZA zgeAi@k0WHMk@e%%Hs$hv0 z#4Izy0DDqqeYjx}-vQT9xxCv>ag4CJsvohuLq0bJvP8TuHP1T)nToa^WM{3PRfpfq z&T<@TfDv@TZhg{5a7qr}!GY?ElJ(9=A|&<%h@xbT@|IJJq)P*M+gqV!`7;%#dOQGn zZFIsr+n|e^0fDpvQW9`CxIUKGMI9tKJ0jym0pU*qBTE*Dvb zoe;&n8~iNnhQ`1KHpNrboq2g3VHwg75@-+G{*FGlV6%QVguy(ezH+B9(9gnYkZRQ} z2mh%FDSFLX_9LG~#!2BUV%lE1DBBE`q_bjmtPe@u`O;HM?5;3cNcYA|L#2r=Fx3Yz zo;0`BE`Gkra#~ccPB)f%-sd4JK70}f5-y2N4@U&-lJH+r7SrxiIyhZqv~MXKG=?V> z$C$lGbaD+v!*KQ;t+5N-v~@qS8@N;bJGlfi53LGJZ=_XLFu1s^H*w0tr!*Ea>68z$ zVzf+#fOYl|ZlxVUYYAnA_lsFOHCUKGU_NWkW8x!0X>4&v$h@0)=Lv7APBkWRGG9~D zW?jSw9W6{S;`4Ct0oQeClCubUJdO7w)rIM29}tRnKmL#p`IHxHKil%1)kadrO6VC6 zk(ykyLoQWtkpkzbE?RnR2JfIeOvKCTmbdWfapKXS4@L3NZnu&(v9$`zV$}XLyc?7-{qfBt&(okRS^fW)r zzTb?N2{NnQyjqM+oHEv)-s4D-Y@B z37)#mMeFVxo#O+=rMn~T^wSkbx6(8fxh2`v;9TcNgdFeWn^{NO4}FsHH4oqo=*?p( z_qHvH*4x}{O5wC$T-D}TUxhNA@C&MV9l&F?as2$C{*<0-?WuA`_$KjwDbaN3{jW9k z`e|~@DtiX8Tp5N9bBjnv`OJVbjE)s&+|H+!`73Bvqah;I0}6K@Dph5oM}mElrmTL1 zA^nKsjlh^v8451RmeoK}SrF5DLze4?l4Wc8;@(fQ6@W987xz$$`*+6}Yh6d?eJXmb zSdMZk=8J`PWs=e|ce6xY$g&>j=xRtkUoore{S~lVuV!X+E6fB)w7~0ZeyhmWXh(S?@hiH1=iYouacbuHd;rb>kJ%Kc5&#p>L ze8a=9W6Z4*^@7j0GD4pvcG>7NKR0I82fFjSKUHa6AiN6gu)HDda(Ehl3^CW8|j zz>A~N+yuGRLMh9-d{U-u#gc?W#ZXX;9v{Urr*$wyz5%_0ih1_m;tw3OGw-$=KYaVjGtGg03LQsuceE2`~jxs^=Ibj~^lQlxcN%0VNE zw#BRgl>W92F6H~n1y1W9UF*Ubnyq;9iRzgX#@;iRIAl zYDLIF!CCj7*hwZPsdso$+f7)zvSGSYTH7eW?jE$nHE&C0X0`#@PcQmze<1-%eC{ zAxdY(We6`Z`pupXFX*)zh|rXIT4F0OpX!^(dQido#Dvs794ddH;llckklYk@YmaDCuv%({ z%>4YJw&11B ziUJ+1+P7DmX0|lvi0>{hfzK=}x_tNW+psaab@G!~JcGu4tG{_a;%urQQUeBfM?u9;c-FOEV$V zgA0T_oH!N3Y;iA1k9R&iz0D$RCoNh=MMU1{h&!}qJ$U#1xM(UUCtjzzvO1;QZ-E;c zMU#OboV&3kVHPmFQz(XMcD3Kslp0($nM(B;SiXqFwJ46Rfa$w((vpW60u0%+XLud^ z_<6?c{D{ks0{4a!W7Q5mcI=-fv$`#(N$b?zub1&-&t}Td$vAW`$WWyqopC8jc&=?3 z%APm0-D%w+;qy08lJiLZII-*#gK}W_+UR!%_5y*UM>{Bca0JtZl^Ld>1bUcd;}7*d z-@Sh8Xja^@=@+ias7fnGeIx}}Wf+$1v_8SE)fnJQRi%E@N_#Ce z;(aUAWdOfNs4#~~^Z|h@164E^!fdDq2Wt;-tOP{^iJl0SFF=7Q=j-L-snc_1E-Hj>1 zkgmoh-$6RFMjQVW_LsP zHr1XzliHyqL^;vh?h0SFRhHf1mbIYKj~)JcpvnA5KhR<|ew*ik5wNnF=8N{+U>~D8 z*HV3JzNx~ZQPU6*S<+51sZ66kUT&?ve4G29>?tx2(g(h4N;vF7sugICKSrHP=G-|x zvEQ$|teY1Ct$>J2mn@twfKR4hNudSNXJwSjkNJfGxM~_t{@yWJ+Dt)OXTb37gVoDH z{%PCfxd3BZTEMo@)n9g0hy9B;w{b#W)X@}$$E?kp_nj{tk9bm!=v|#JKI@$5WkOie ziy;E!0S>X24c=FF#GC3{Au3}a0A-7d%YyR_ZKHrD6XO(FfcFGRJqo_55y*l1;97ZJ zrU>nr!-q%YLI4j9E6l+YLpLrT94<*HVg|H$w$tOo0N`#Z|{5{B+~6(yv>|3W{vyPX7tX2;IylBvQHoTjzU z=20N{B;j3IIyZ$*resXe%f3|q*!j}1kj!ow>(L;I9ng6A%_dslMw{F_+P1PCzr7=( zntbr>1t(j2FpR!H)jwl%|2Cc$mqC5Wa%#6P43Hu-KfsIUNJ&2#k_u%du+RRf@?kI4 zB%fzEXNNI;fu_I2`T##Jiur+Yv=R|mUVFt8+?2B>zEkU8s_-^HB_}DS=w`+s?+o96Njd4#pgxUY|=2g)PFRoSd8}c_*9f} zgK6cTTgmuf4_eA!uffPPZpw36S7!ipEk?0fNp|Os%s)4`y7FRWX`%M?z07#gdTCoD zTYAjna|bqaDlp=HCiwg{q;o4k0MHerV)l6^jsMAXyC*Ny9~CAcec{^R8OmPG_2_{ zUI$ePJWb7on|^M)O+b|}OhmaTwfgKbfDaj%CPG{SJ}|dkdqXJ*KR>JIR#`^seH~$a z+G=v`?BSN8@XDh3mqRz>p=*+?*IwyETK^okEMA-4qcP`I7d^JqiF(iRTuAc)>(DR1 z?XrCq{x&DiEtlE+Q`pGoL?*T!-kX?@axJ&!UVpJS9rk3$k49{#OUwP~(e^OPyLcIB ztKb3)o{NqV{A6=q?!o8Fe;8UHDQW$Fppa~j-)A204ZgN0EcD}pM3hRt#@~`lRvN#U zNIO7}kUeP0_m69-g)3KM;Gem52N01nKt-f$^fF+iNe#+X|L}LZs}X1+TMqT8=XMdB zQ2ol5r+qTP`g782k-zTn-mbHJStRRZzsyJ*@p*ZOKz#9`B=dg5ec9Lh3xpSm7dNC^ z4@g>1h&A{4pa$lMhM;laq@*xq{6tK6+}j zPanNS^IF}-$3J3v^BLCilcLSRee3zRL3_`ae!mn(mG35eBJgVZc0gHvn{ynP{Q6D8 zA7xD68AI1y4{fc=9@isO1h3WnV*kt&==CNi+j&mDdMT9$p3itm?=*6$^r^XZC*-Z( zm=|a{PCx0`i?L7Uc6oQ}DzlNPDChkL;&Oz-n{V|m_Ga*QFPw%cruT79Wd!d(#k zhx0%KA+Upy#ektzF5z$TCNV=+8`;vv8?{66HD62pKgLc9lT^_^*|~p}VoFg4mqg3I z!W^ELc|riRci_57`*aE0Z0{Hm;YH#RvH6yUaS+ifE-6grNled*pH4`WD8~|LEA>as zmhGV)iu?Cm*LY5vHzed=(VKHO4tPj#ev$QByj+4X7u&c#2~^3b3W`^rgcYj7-_%5b z4e}>FB~18fYFYC~GW&jxOs^~kGWup8)Bg~>GWsVAD)XPMlfE>Y>GkebUGC{L-P?+W zw?eYMJiNj5fkPxD;}(U({ac)Rf)F$;>k>HlZLay-Uw71n#1;R(7$Z8pFHiemqw8mJ zyuOcoPzsIi&ed0BZ^Kv1or$ksSNIT$oV%;*>g(&rt!*v-1-!L2e%+ecC)WGlBn#Uh zrcH*RdKPc`|A4s#J&CrFF^#CYm>&EeI02N5HTM1sjNOeWfNyXDCag}jRsI(wrD%_6@N~LV{=NU=Mghhh{};`4=fhusy2fX- z>NEf1K1UqDyvg(*sB8SE4x9>W0qy_AeMDnX{4e?G!JNs#CxD#`!bn!X|5jcNuqpR1 z`La6~WJ`bmbNsh$f$e{B|HGVr$@ixJ|IGP+hB?K3F^7A5dui(h$0QP|z*+SF3b469 zJ!TO@9rUQgp55nGz-5vzHx4a&m;FarHkppU%ACJvl-^K9$n?J=<@@;`8OrNeu$lNb zjiOhU+np&ZFs6M!|sx@r3_Xg+5i<4V&qs${*9mKh}gvzZi}JH@hzSP!bZ>( zC7^JIfktuhc#|q}9=3`(4a`#yxkvfZ$H?bCiMvM@uqcH6>iVz3OG?l>57*}s-s|>6 z#XuF|=D@seRW@F@>t?F^x5LAwb0j+suFgavoc%5;?trr?L~nGGEmL7&`+t$I)de^L z=8Tn3Oij?%PSy9awm5CM2y>|T1DWg`QPD>$({kJ?^VcIv zYlmRf%X*ii_9tq?lWFc+YQU=2v*| z)^CC4<2qsr7GkCFzz}xYj9W>Vj}wMaeBFV9K>-(BiS$%x=7u(Ta?-;8>^t)lwQ>8~WVdK6NrF_O1_v zPI3hlx)A)GDB0oLa5uh?)9-=3=3?F-1*iI>eUO9A26bN8L4z5`#p%igG>$wsSJAF` zboZr!^7y2M^WN7E`o6ZahV%ISXS)rjLuw~OXU~q*&94D(^mjEq9;e@bodcQ?WPFQy zyq2l}2l?>d8$X^s+1ftc+CDpgo*e`pb~PM#sX>nBNAe9hi=nfs9tB_-%FwNdlZgxH zL4x6AMc}7Rw#dFErASu!^cCr3e&Z@+bRDd>qR%a(SOP+hYbiSAUxzU)FJNOi|Cugn4PymL zoX!DH=K@a&v!{eW>OpbfNrR9i>jlIey!r*29sl7mKpW5Tk10Z%@BpWrud(YsdFYG) zJZ=IWV;d+@4U~N~YPMR9?-7a6TI;hd;eO#ovE<$_F2$QdU#d9AUA&r<>?;cc8CB@k z3%8rIWQ9&{D*qz_7I-c<^KP~E}wgYA63CU=6XT=+14#FhqgR$|>GcGjNVzIW^+;7tac2rFe z40JaFzA<=>C3$1L6bY%RsZrYvXBd9K>1N;gb+*HLwxhO4gIB}aOs}rZioesPaud!~ z>?QzwsQ=w>cP%pvfID06NtNfEMeOU;`vUM6@pc3B0hPYeX>{7H>c3yP@akSTK;|rL zH+xOT_l@*Lu93(UK-k!MWn7X5D!CTo&H2WQwohKocsZt?8vBc_*Fdd@slUL3A_4cb z$pJ0M#T5^?`2c3gB~yw1waFV3>Pz6w_^qe8v9B~U-6d=eR-`l$E5AGSW@=)Nr)@^E zH)MSM8>$X=jiMZtb){@Z+u~}K+ytSZA@VeRxtgo_F{$_RDs) z0&+O-4A0UvrUJktqWzsn<{#Nrb)^7~13WoFd&X=zTH2?OgJ z;2yGN7Vd8X)s*oX&d&fZNyF~q_i~XdMo7je#c2aOfGV9`za}o)#e z7a8GFT|=lQsT&<=daZ2wFJ5cgq74#WiqG=QTwcvo9i6@Kf^{J|?_@$_z7Lc}uduR| z7x*?LK{&BXWuVUTChu9<;r`7=eP)Q#N3bi^V&sRMW|+gM<~ndDt1X$?`w-3aR1p#6u~i%)nPN% z{Tl?1U&V}ilY@KT)}!JEK%D97>E5eKtnOHtHm+-Sx0BaoWr)9beXy*HFwXz_K#gIg{pEgk)?%cZ5MJUi@n#C>CblbO#DsK zLGEu`i%W?hQeC5iu(0n!qLx@%z0T}g)APb=phwiVXBiyt~n+pAy& zP;XrdvD^@nD6Fe$4_art5VF*OgspId4Hj>A}#o3c{E8>;u z+*)+fS9-#`xxQk0_Cs-dp%$WvFq@rJGu(7!nl9co@|i|@i*99lWFkN414z$Fz1K*8 zpIwWqPXyBZ8kN3cRtU@eh%gJ}-}4>q^FwjS_4ATnjlnZ& zkc*talOMgO>pUi2q7baNnTt<14#VoBTh$rRP-O_MXGQ<&osRG3^%DDyrCzB0Bxqti zn%{#{3)^tVeUu~h9$d}cFZ335!Gc=?&>LxHD_fQ2hUrMhU849#U6GM%XSoShbWFX1 zgy&x%OC#F$UP@=|PaKYo*TyJVRTct2c=1n88w7Zvr!hv3ODhg;qkMVYH>RsAz0Cqy zW~J-v=a)7sd^ZHmk|w}^^0N(G3en)4K62#4VyD(@SfACl_U^?X$XWTcZ6Vf8sa^6e zlnTHXO*>w=^#EF&5G0BkXlK2lfcvuJ=}|;{oYw4Fefj=?nQg#GA<}Kd0XF|*$QwI@ z#onftUqPcJ+x_G7VfLavb<=HOqEgp3_&4IUS*i&pf=MPRX}EUB81wFGM2FW)A9KH! zfv}-8?|N^`SSor6oKA9_hTC=BK^w)92jMkSzm?6!fG%_Iig#62euX9wWhP{O8jYc%c0<8LDQrGbH#w! z%2FaKsUreY)%wDuamW1_KjwQ-)|Lk+)5MY}t4fpY%1_SPMON?PYnf$WrO0;=ZP_II z*s7A9hxP{!_JR^OE{WxLTozdBQ@_+$zK4j!riMt{nqdWFd>fp)u z4VCuIs0su5WOT7LOx~tJW@SiCctvFDfeOtR0)K#y`o)9LCC7h!Bu)XYo7}~D*U|TV z<8QOW>V+;{@YGHIZSK?U0D&UqmU;GiX#z9Lw;%!4>B+s~ncz(yCZ&`10a$;mQuX(x zQk?=#4V0T`gFA)l8~eMaI~l)`6T6>Q>@0}!;H_Btdxf&}K~wSIGrO0&J)`Z|02J#p z%uuz=#D6%jL0he4y?S)qFVBL*4~uT|b{c@;@lgW0*dUZRo;M2ILd3uw%vG`L?n1gV~e8T+e`= zx>2{!YJT4houyp)C!z=y3f12a1UY4*r1h$RC$9>kY5XDsL@H9%+{x2!Zv+nC?%iQM zU-$A@^ULt@^~O7p`-r?bpEIH8mR_2Szhcq1DwVoYNm0KQ;tDU1g}EP7Khk0L3*kh* zjWJGFJ>C#EQO&VxB?BI-kJoKy{lC!nf+`kh#*U&5Q{;?x`6egLpzrpX73n0*iH5+= zfsTE}g_aq=!6cR8dZNOxK(^h`;i$smI;efMOA{)At1nQXRFs(`y?JoUth{u}@HHP5 zWK`X1tA%Djy-nO}r79W1+GK8J%#>nNvHS1U;?qX55%ID?b>%vKn1O_j1!-iuw>Qf@ zE1lhtkbE(N*JDY7Z!Us3sL?&A4pGdKQT~dAsQ6jMG2Lp!xP1VcQIYHXFweC1o*Wgt zljE3m+t(tpauR5Ghp8E)4(={8e`WL1L9+=JF`Afj0We_Pp`d%6s}UBiYFgNkDl{VXm#DFMS?HEJ2BpZrpqxa2vgG(%U&SK&WNR2D`` zuQye+wYQ3n1#Tzl%`BEe>fK2g%9gr`>uRekx;M`>O>rIM{yLQr z-tsql2MV%w;rSyHxTge?>a^3Z zsaIGqJHSPXzO5VB9?$;0WHrSX(96M8bK0SazGXDi9~_qX86&f9zF7=o2w^$w4ADgq zHce!UKlaj8cKP#64WxBI;I)$jpM1e9e$`QNPq9*B0{)QaCl**Y|W zXbhM2u$it2wDU(q(#A`bUo*Lo;LM~2T3TQQ+_PTF*8Me4AlAzai0zc@y}@GXW7-y; zVMrc1qBi!jesZ-R1K&@045jNx4Itz(0tvRC@_YfS63ia~jzYfyzS1vT+A_JiZ%ey& zA}a`u2YjIVslFwG# z5-$Vxt97wa^J<0ZO4QUdtoSsFR zQVx_F&7G>oSY=9<^I%Oxu<5n^RZ8Ooy-S_NT7qG9oLoC3)6+%T5K z>M8?`hXty1HZ`qdCXAK{AXS6SXu4<>sy+mo4$~i7YH?oU9S<)Xg|0lY*{m;wSi8UQ z;YLC`Q}p+i<+AITCR4qOSRDmcBSr=nURI7;l#~%GNoeLk$BgpqQF5m}6thLEtiTsV zrX5qHUL)&sP^NE5j*Qi-F3|=Br>`^pK6MN^xfs-x3UHv;)q67ej{Gj7g5LIz4!?|( zQj&~<&X$8FR2gZh*@XVJK867ocC9w{Y77%9NCZ9SFc;T;&U;(bhc!4#kA^+OD}rl1Zq<{N^?Vdmcu3q%Y3BkjvAx zzy;zW02_cp8CWIg2<96psQ^VJ)&%Mwle8{h5 zEht_&FnB*#+q5_$_^WoNyH~nOn|RxCP$DEF(U1imP$hT87=ptm&5t?Fu^hd)Mq_?-y(Ne~|C)uufeo6?raC@!n@I>TZG-=<^; zk@_`vb*wIYgjG(XcD);wq$uQT$HPOSeh4!*FQHruG3AlQ2kh3gpi66Q=^-T&;T2og zpu?z62EYX=qmAbmBLumbdXol}o{`c4u8w-S%+(Ly$9NC3UiT}Q^NZ%IqjK-dQ1jI| zgLbnxiyF~<$mVDth)WVBdWU$xJFv}DY#g)f9+#7tX zSuxcD%ZTgnu!5ltyVbp2y-ap6A2<3a@gaJ%*zu*x9|5nARBb%bwO#P+s%b@dw!DND zU-4Ah*D6ACoFcY-DZ6r8Nq}W(J+8yLP#aNPDoC%OJa$9$gkRKq&oWP3CQ{~TbdTeE zeZ;n#-H^q|CT3Be{>!9*e5Pm{3fml(#tHXawvA~<#ZG{{T|J$5N84tksT(r8qpQ*J zrMsVf$@-2um>SeN1AzAD19p`&)u18fxTa*pq$b3F)%W$&E3Ga0win_R6-TF83P`s< zRw6C4nA<8*-z#!*@v(1#I5SDsUlQAJ#0z3<(LPrQNHp(s?y6R*C6tGX{~=O7a=^#{ zz2>=|m;zbc`yrZLH?Wc;?!I|f6Vyg)9(~;TTzYnRjogmv5y(ZN7fs-NQ0$Pm3T|!E zO~7{A8!WwAzP+I5Qb20$H>789$LeOj<F$Pu^q5 zrEa`4bxo@b^%~q2lAhx*!B`nW4U6)zPxS81q4Pe&k3=sMYn)zGYjN7NEjh2w!+YX$ z)K=a?NghOHeB4|bSN1-Jl?hqewhdMXicQs_Bi-I!cVWWU^6jBF{9zZ0RgK`^MLK`V z&PGcrJ-{d}KEw4L09>#12H#wbfb|QlUd)KexQeU0+gT`le4oZL-RYoSi2g*0W;LE~ ztws`uWZHPVuIYzeXJ?758}5w8-U#pHPVoTilI@X zIQ><2R>gC*1WWg_BO_I&pKv2O$4dWXt8Fy-%2(~|SgJ}h)Y&z!nPy`#W2!|*xYg)b zZ^^cI8H0y#pE?DrdL5vOMz!L7=f&v!u2ynIo;Lq_uMQ7)-8E`wftK`aO}(%6d5!g1 zJnN!4(~@81>BKL^fQ@!Le~dJVHXv4&-g}dwox-SE<7C(<0AE&VXg^In79?1o(12z{VyVcq=VUz$1(i;Bj| z4u9(B!J~RYYMrl3rlH>Roy4sJLpu}YjnJN z>*k`8S}W!1R6*EWCgtM;zX!SL3e-Bh92mDsfZ0NorN+<4nlAIwDbj8JRG&e9C5JYk z4OwDQg(KX`d(PXxW3oL8cGre(@I+3Pmm09CD(+m zs6>37j&d&*GDaN;rGSmx+y@Nv#Fa|tzb_50{PdvtndcI)wBhb$=3Tyn-`E|>C6*3q z7Hxxbof*-$NNKwD2u*3bS~M+cd7^r2LEWdQee3}DwM@Zf{o|x&tjp1!anv@<_^>q@ zMzvhbF|g4l!eK+wl@;4l77<}zRlT-17*lx5<2RB{joU+~@J?M>K);VedHpLI&~y;d zzPNH+Ks~QernJSaca*EN$-KdR0*isc^%t;~CIM7;JD3=CxN`C??PS#Pu=^x^9>2uN zJG{mQ0(wf`bHpJsa z9kS)aq>+tUwzMF_hO6^_6u&j^FoV za8_}*S5&>qFutj?xR+8;n%yq%@3V~)jb}%B5=(P#W{X!*ohM7%n?B2L2CSW&+jYm2 zi7<7w)nUQBX}9*(sM0N&bC)|7>y2&Jh@ZWYva7(dS*|g9#8(U?3VLyJ`>{; z1tx<*@Hp-UOigqpYLOu07e00?LvFHqxR1K^)%aTGB=Wq6fC&66nRbUknhD);&jQC` z)%l||TY+Z&d@IL%e}dE%kS@KcW#Uj(J1Zn9Tb{pk7~iTF!iJ^07mFHM%kvnZFOI2e zFI9IgjX}g@O*RX#x-SHUVN~j8t=s3ef6e$riJw;9j2p-t0e zkR8w9Os=&Y!`TU(MG|@9fw5hcMh=R0WKMU>Yy(}B!_FLD9&-+-2n|JrC zR;-a;vET*!*2h?1{ePJH_J1b-KkiDAa;StkS48DFa$ZzI<*+0nXA{YJK4dwCoM#Tp zp$wG@IjqU~eBPWBHX(;?Mnv13wi)hyf4Cp_{U2P{<9%K4*X#8>yq?AFh!d^s*4BZQ zwY4iE*b1;3v2rX#7Zr(G*=i=fl*!+~YSm3!uMwt7BmbDeLvdI8?n}UD@zeHk-*NGl ztw5Yl`wXrUE-tB6UbQ<(GIQP<2~Y11`{9uB>)+G{SA~vlM$DgsNpHoXp#Hctb+wwb zqkJ!krgK3nJ!Ru1pb7V;s=@7}mQmA;>=HF9vtstXj_RA;0w*r70D%Pg_ zf+rl-|Dfrz;T}^D&{1!?L#m#k10sHYNdUL*K))JUs_c2D^Y=FCZCZ%2YouhKPg5@} z#|v&dVSCMr?35PLEZ)BK%Zw{7{az_qv3{&ho4f+Es_3=e&7G?4do1a9e_1VeN>`qS z?_S+-l8~ErGjove!Om@R&=|z@6s9xr^WIJTdYW;e|9GT$KBR^lji?K{@^5>Us~}#d zCO)0mWQ;ImooAi*==;D=pTj>^lB`i)4VSTBzM!?AWHb+3fs|BYQh82$N-2b;1dZ*! zJL;3^5VbTxpYF>&fR~eO1u#yQ`R>1Ga6Mfd0@wEVriFBbt_lV>;n4jn6|gkjB;Rpu ze57Fo67a{M=K`0kVaRfEWff`RyjkmrzB;uSDf~X0#(3M3cV6hJ%nQDT!O4py z8OM=NiKU%Z6&6|d?v$7x_`mpMgkKNmqgpi;_yw)_S(le+ajW(HZQ%4VWXD-41)d#| z?VZZzd6hT`iS5;jB_UbM`H7aK^kWE4#aqj3YU_YmFCY6CmC>*2+^Vg&G{MrStNNZc z0`xKRljIb*AotR%i0}2I{T;Y_`Nv-DdN&8VLO!fdVLszND66lRt-nA8xk4Nq#fG$f z$?5{SnA!^t+qk@DX-*hV&C*Ks1{%#nJ^#&pW&Ddy6zjJ_*#4_xRi4OHEk*4q=N_v# zr)?=S3BH5gZJo@ranovbd0cSuKMQqQlCP79UkXxy{T@x`e)Dwgm(?&G@62>&n6~k%Vj($cU^Ew)4%FP z%qnl_K~{l)`nIJo1j}CL2;h7iH2@KQP7^CUYe-a)8(8}eSI^(-=6E=ZqxjCgeN`T#f6M5Z*v^^wt{xG^WPU6Ba@iA zTHO>Y_(5s7gMT2kwB*Zs?NC+?!5|cO<#$xA^38A!fxqFBbz|r@co~o-cWW zJ|~iDF0ksa(8d{6ihpQ3V^1f_5QheDroV`EHTweynHEf44sUP%Sk!L{7VtwtW?nxj zuK&SJ(4DYC%9&w*CImR0#D!UHsqS)s#wbp|TL8%}CJ3NrS$7CCE4?`5q6Vk)3zOcd zGAWT;JITM=H1+m>JVvytKK0>u=JQK&bgKG&6aHdrKuR!@^Tow|{_(G6p!r7Lf%x1; z-z3a;&`hSi&twKACJH#s5fL2XYJrxkh!YU|{T%}!E(Rqb*_Ju}qGkF&OUQrb(=i`@ z!)kNEN&pv}B$s4?t>yFk%O6_%Qs5k<_S}fJ$ARU^@DzhG&PY2k!&3~O)*)Z}*>5(Z z)A0@hT-EPu_~BNJ-tg*8`n;isE#|92tVeC1$kEb#34EHT9aLcIy#K7Y^`$PSlBE@3 zeu{!QkCiUz`o>LBkfkZmh{=?I`!#;cHuc||SZy|3V!bvKtM&6;+7f>hkT(0VVw1=r zRG+diCSZr6x@;c~%U4(&h37evfRO_WAcZ&bq4NILv6--PpuM zWp!gTG`IOm&1Za})`^jkR6ah;0|Z;vHoY>^y(8!6ev*}mU-O=pwi8b-VEVUd?s#20 ze#$DtVarXX0CL+CUNc5h$KrafIRsaxMU`H~Po>_P+e4haabg4UnZM6AhLV5K^S~$F z^01>>hD@xBbBPxFARs zTY_r)ym=Kl-X^)V^gb8dIkpsbu{lSSwA2MKWoz!o3{5cm2uD|f7-yB(l6Bi*g(tj z*#TFa&fxF{P0k$;dZrbeF@b<)yTFyS<ArY2kso?L zJ;or<34KEfL_BUtCG0%X+qz zHOg$JCqbYw=qI-DHoro3wh>%!kC^5JJ4;F1d)Ko1xX3kISAHMx9k9B5ZIr_*9+3j{ z2c9ealYd3+ypYN7b@Q9p{>vhKtlfX}E-m4^8$v4kF-HSrK>I34(~3ydQ@$7o@mp~P z2FE*+TdmGPQ$r;E8bw#i%K48`MMS>3ykB!w{zJBveBS z93)ipgiYr$Yu0?V5jDz)TO+din28%EtUj+aIFa?SQgFsca&@~>@VPVe!wW={r1O69 zZs*s%KiW5aYsX4jaN9Gmp5nEj72C*q1^=+CHMK^bG6j(sV%gQcVDjl!sE>!~=X8l1 zVS`_ds?6bZmr}l|KChP`JRboP=q0y+8uxRHXvkLL@nTkGyw<* znvVINrW|z@xAZ;$T!HPyt)L`CJ~;V_%Z$rGL)XIj!q$ zB(-mD*M&|DlwGB-tf3@*31cN!IPy4VlVy}2g2f>k$*tfQ2x|wQNb%grZPquia!ws1 zxLR{(kD-_Ax8Gk3hHW*kHgkyZ<_#|R=iqC__??SyS;3&yvQf9Kr^@&|+vd6Yv@{s3 z)ETpNl~un{eN3_?q=F%!FCM3b|6PSu0b`~5|5sU!4Q3{syj&d7WA=Kg0JG)lO8=!S zu2#P_mA&Tnz2;PxLl&WAYMX#z{jikM>}>_>O8$lH^wOyN!EeB$my7ykoeYkki4$5J@GpiKyI}ty7XA8c0C3VO3e76 z&AloO2}sT6@vZ+}StxG5Z0c!_r%#C%EAQ8)4aFj=@vG^pvTf1|erDLv#+T25c&Fut zA6DdV&X}D^hr!`Oq5;XEmhL{j{$p3ux0%%B64@XATIlf6_UO)$h4-w4c7r7~R}Z;k zj$rx7lzwepx$K_`;=ha7{Y5B`6VC!xI(>@oM{kXVpn}j^tpWMdxwEU}jaol82V^LK zh&AbmjOq(DakyV!PeC&;nBw=}w9C%w)RWbHA-I zk`4F9O8fyZo&mR-|2+b{s^3*w{21+o_KPe2of_IIQd}`pwkF9TmX)grRGMCw6f*-W z?qK-fTK7m~A}p(Y)Gb|5Np*WcnbTUS6sboTc){@KBYcH1Z{@g)QSV|N&S)K#QZi zOU`je%ttvk}+#En%4NOEC=drv*3dQ_2)wOC0YT0EwcQ4&W+D( z)qXeeTpZ;J2%z8Wj36o;>euE1YVCc(6iu!q1wWu2^y?IN^_EoAMHfrvRVq{j_7GT9 z<%MnBsM}+Sz3fDuSk}3y;P|3B{J%&#!ais>D8>n^I>$2bkCdWSgbHrcc0Yrb-Q&Rp zA-cMob?*46WhC)r@x})hPDJc;Renu@3}&_Wd_!xp&&TJ_73RMht`?E>x;Q8-zD;MX zs>DK9ycxPWNeS+Iy>G?&w*M#lnF(%E`L~|SY|P%gdnK8A^(#-S z|KF|7hY@yX&@y|=&)W#U{-0}N;RD}RWPB^OZSTy^fHzw3q`~oT?cTC&|B|OUON_Sz z4NYO3_K{1AR{&@5lH0s!nw(;U_O&RC#K_mq{4lt7xG{e)lX|#kA-&(WMcNaG6S2p6R)X>fxh= zyUQO05_1{RA@_!gEl|Jz1;k!F2=Lc%o<15yvP&{V8M;a^>qW`0fg_kldro9Si}vJ1 zopy_=w(u7;0~q7O^gq?P#LYyi(B__N)TaW+R<2Ep>3NB+5~S<~xc>(9Q(2-Ba25Lj*xu_-3SgLNsMnirF6)kZkBf zxjt7esF~AgNFyIN_YG)|E6UsSzI2>24!BnLR)`TqM__tF$sVjzqs=`#<3o!JG03oU z(RAy&Ap&Z5U=ek?kKPL7vTmc;Q2_Ivezpc0JMXN+a5mKWcA3VP(aEZG8QAdYU{)yk zHSMv#m};GD;*z%C^7&Z{)n`E`p8A2}_| z#9xe%-oMVjrUt+(5ImXg{5|)aWIN}-<)kR=&iAlIW^_v+t!XW-gRM_14u{N!&+0ak z7WFtvzK{4klx#q9Ozrv0Of;xx=lae7myg6uPlw|~YivjshH&HBZaH=Nu{z$%9Y7dt zIh^3^h{0~>NhT!jEk6BSq@j9vjqqfnex5wH(z@>eJbIAAINYA>&6kN@Cbl1@ALbm5 zdNS+vX1c_49y%W+6Wm_Sxyd`wV^!E zE^#;%o#$btk)7bZ51)Rwy^IVBK`K<2vnM-@iHqKAtEArH%j=GxatWe@o|gqX{=BN?B4m0ACg}b{b_*z;`-X7+)kI+#nkw8OyfW_S&khKUXv9PFDws?I!RfT zr53%`pk zE&Kf`BVW?`k?XbH>RjSA*En#Sc6K6f{(mXDUaa|ce5zjQlFU6 zzJs%e70l<@21#))7!L4Oo08zzsXQJdyT*t8>nR_zVFiO&BLQ;00)N4Y;+xVuIS^Li$3{p;P%-7RRhY#`KS%! z*=GNKqr7`lHq;QXd;(Mq=I=TifZcx`^m#baU`JMAR${zLLN4xby?W#7*42YNv;%4; z{LS7E*R)D@!^7F`;R-;X(+t^b&6xFleX99CCUo0mxoZTnH0 z%9M``YjF0lS(ay9G(b~@nP6CZQ&jfLxjQKe>yCboRGF^ybw4s}u7#1;>!^KZ4?gt_)@WOLCk0xINU2^NmNM8P82iDa~z7( z@S`ImR<+$GBhG>w$(F|o-FkBJeXSnFnijrwVMG6Yh%^H&{?|fpmlvc47r%`vPgBl+ z*84W>IlME*YyVpn&WK@eH2e6MS|3WjFii42NQ+?wFJ0U=W&gpNgw(w4>aZ? z^uw9JLuEc+jpdMkmjru?=Pxuae=9VUD;!|9e7RQN`Tf)CMP8V1fFb*lMD*9@2>cT% zpksUT=-Q?W|L%?6$g%+ZhJB>VZOYuln!lI+V&Trsr>K)`$@sFcx-QqS##^K$gZNLS zCI2XX=PJiC%`wxmC9Z_ERSf z*A>3$23yj(M?0`QMJE-b$g-5o`m+jA{oPVg)LHVW)@IeQrh=Vz@NB(~*t}MoPgL9?p3_VbAAE&^_IMMil$*9%$TfRiR7= zZkSkZ&`B-x9*$&%fNTdMctO*|{iOZ$*{5k~y5gJ1qL*F+>C}uMplZaF8{*pXWkG{- zjBo!%?Yb7mo6uxG|D?J>5#9ed(LKiAf(J9nhD_y=g)F$a8xfq*tqWgzjro3n6;C>O zfm!lZABWTRgsT~SzSge!q8BF06_cynII#18F?B9_DbeAML6?mI(r7v!41&jN4T>(8 zyvYVdWNL`Inn<6!-#4OZ13_!WfceC2{@1ja1&;7hwG|jC+l4+E} z{8sD3HP*jwVweiUi12gODKV>A+c!ZAvVh=$carN*klFD2c9rEo)x~m669d!cuol}# zmR+6OS&h=PAJT0LUahV2hMj@@2+j0)c>JF8FZH>KM8;R2K-M)7Op)0UXb7wi8SS)H ztGK*T1V1ai;Y~U(((anUlN*K)&)rQM-=|)$Ix9#B2+DGZh%ccV>H91+QC|en!*txu zh%#6H8f{qL{PpSg%vA1=&5sRWt7g+O#hY_Yj)lVCcWNWQvKFnPKP&Kb9AT;^Z^sTD ze|uAi$5P4<7NPbH%rDTWPTkGv$vpgG@4sPx@)uu&z01>!P;6K)@Um!x@<3q8u!Jbz z`rshw`ptuPsk!;`pg#nD;QB*~JdQtZM;O(~{qIEZTauT*2bYlJlLj6a3DA0=0H372 zUC$X8i;*PSRE7(mo-zbmI$i<zk}1%gHKX-jEDJIlT)Bm$f;}D zux3=_jo*^}f&=pCI`-_dll%@)iDw(WdQ+!uv;o z1i-ypl-RLq5hM>=T{WTr=zlX4<6~+tu1!oACN-5w_^XjKek|44gSYOjgIpO2$2Qs_Rx&FdiZR{yptI5`7#d z;o|V^@vUC3elavHZ)Wyxs`nHkF{?sI{sW!Y06lc#lJxx)NCy9dkADHMRGRo_EdUy`1;F73}E!@;g$U59s3k zUHV#wZSr+yhQeKZJE3?t!eq0_pF6NX)p4d}*6U?+w7ad!NNe)`Nc3MGDOFutw85G8 z(IXH4L|O6(ba>cl+&o80mw7XzEl-v|qq08nB5G!JWYTa+C!b3M;SjKTMKkr(t=jK* z8$_XRdTtM5go}<<=|VTBQckBqFy8{ngF)_YcKhDZI192YtLxK^^vk*`asz9?|EmQc z2^|$>Vrz5-mbz83F0-2fYc1DMk}r%$fKngN`cfA+^Hk2$@}pFCS#LTq0B}1d?U#=D z68^@>R2MRSP+{!KjfW(CHJ#KFcLAyWlr&6w=m>WMPkNq@QYSFfy{MCTpvRDa_O2I5 zn1%sFX#|3p?*nMocbwwr*=|E_|q{f*khJC5&BDt6#6hX_Vr)u;K2-13W ziFD(krE-DGSi;e_;{y^UDO2(p;^%0t5{;1bXYk8V#CwgYYT@V`n=&CsJ6)>3oEz1d zyqnML65$JatnZ@YQLvoFad`}B0DyAKy+|$70@^mlGVxob(fZ<-*i-Vs4%kA?9kLu< zaN!sE+D(w)OqdudGny|0^1SU}AlKW{tFJH&XQ6yWZA#v_GaUsd?b4j|MF*1JP91^% z>tC#PTe>X6F`tWO&_qKXj^QA^mh#z^`Uk$z!8-*nKMnMlMV6; zpauKxg>zn!zcYehtw^w1N!YW^S}=LGAXVt8JW)@E?@|g%SAx*npa2g#aRb}cqCn|5 zyO0{7vZg2;w(6YeF*G~p>Dk{ZH!pUj9qa&z+_2 zJA|V2)wS!NR)3{%VUNarpdKf8tP-E`DtAN}5rqC29Z?UVJIF?xFP1Iu@FTlQI+S{t ze^6kiG>{+0vbV@>#85q+g!yjP;0VX1Gigcp@=GRY{pzUgPj4~m0_oqY7Z%D$Xg!e; z_oe>aR6{VHw4zRm^XhxNPECj0KrJKnbo0Q(7pBf2W&%VSc2S{_$k)!$doC+&0K1^- zQX@NP@u9E>;$R9BgGeQhV&En8{Rv@2uR|+De(n(KWy zRzbLXArtxFIegYm@sRO!&YE)?iN4a3>v)B~oI&acAMMTt=-dp$)!iUi_LL`F5##Cr zfy3E944b_^-y5#;MX0_Z)StH@yikJ#xd>8FkX%o-3wxOD(m0!xGU-k zJ!`It|Igkm8|h}|Kdig?FzT1)%Q;+h3kvamQOPA(+Dblwo*FTd8{BDqe}4rYWFyTT zJ$z!*8D?hTOTLz$X}Vjh)n)IaG(F((@!qH4DpNjqJzkDIDNmWoMq=c#n!Q&C^HgbM z4>HQF+j`J_NEDX0mN8|*?inX%bE;9m^u_lDC+w`v_@)rFSTUel&VU0W?Rx}pWMS>) zZj;I5unn$GTg$A`tEvZ47D1H+M+HIZ=pHp`n0C&~xluc7IqJ}3qhbDBcLQQ$!%!PG zMRNVNv2JfGD7;%(-1>KgCx+Tc_~j`>il3d{=X)ErTa)O{dJ;K2OvnOxjJk$>T~s_$ zSMHzOEXxm~$_9++)+3Oj3NC@_6}p$zl-d&J`FVcEmxQ-Quw zV*l1WinTtBNo%L}=wpquUr)Yj_|wrJiu?tSU|GodLnUkRG%4MloHuH_*L_;nxqFQ7 zJf8x^ieXC@k_?>zqS~rqw@sRL*8DT_Z!aCHB;3;4w{(e<;rP%2S&t-m>nj#>N!X^c zr$0YhDDkFP#M=6YmdGwm;Y~D$R=F+Y`|_4&FL$skZZ0V}E?#M$y(y+D-SNZS5-Vpq zpefXzjdWFC(R*V0s6StuRoZ6_V@I35GE+d1}MVbZrcFL*5 zdvnh>J}SYP_fVQSV!^fjZoj^mjMP46oFWQY%6w%%iD3uD9&MwjtmWikxn`5ne7x9` zyj*5%F_Ik@AJ8Wn{ z{ai=B+O)y(|HRg15gVk^eIT+oXxwjqL9WOW`m@K%ZQt8kM7gMR^%)SlBXZ#WO4f0t z9Qw+xNL3i+QLk|psMhUutFF_Tq} z6WA;XnXn^5(tkmeN(?ELnertJ=jZ!fP7Mb_9#*7P7^`WD@y#T3q>1v=LrO@lcMqXbw=pHbj4B( z=Cxr*rq>xny@+pGFM5ZO@&O;Zq_B&ef}-h)!g#iFK7?+)D+0}8;AU`!QL$kEz`KPU zH?@>5p4(eHaq@lyWdD(G#k%#}ZKNjL49~?GH&V)=NOp!I{XS?Gt&`oK%O}heN4n)6 zQP~|vGkr%1$$c5|88Tuo(TU~h@M-%hs~~oV7TBtG!9?vVV+7zcEX%JFT4C0PC_{78 zd8KsoGM9ln4jbW1sqq7wCTg>5tL0#7u*x}&-5YA#!d$!cj)S0%Ir2qfH-EH9pyO2Z zm9@FziU2BZc5P&FZ;rby`qk%jDdYA@*q8cGi_2H}23{{@?ldtuYH#_8<96j(>6wvb zu47G!r%YEOVwZ8H27LIEqX<02-qb7N{@s!{0V;FVM^>*wT|vC1B_$wT=Pn`K)2Nfy zrdt)cf%NMGB}0P|zXQdp_2}=w1xC_NQI8nh2RPMD6W=B6fCxI}ZV`BLo1Cf|cCFCy zzkxwf#-ivkHD1LN?LD6Qm?IM+BP=%(RX+-c3|%_j-bok-mYiR_BTb~+up@}c6_0;* zjNTjwkZ!T20533RVN;K;CEyknia>Z#qvLUhUGc zDC502l1G~uRY-=8TDbufJ>@OhgB}(EaM5twCSSQ4XKd;yMJ&n00(ai2QZr|&7+#=l z=GWNE^>4>dk*kIkZd2Yd7AwHz!ZWDit1=Lopm#Eqrc$H>;hchVP5-^xZe6vhtYv){ zN<_u_MKp}J8Y=x?qnG+(+4G)zeA_mb+}EM{WY^UR{uZAEa0~}a*e=Trl_BtXJW7^j zf@;T)J=x3)O4~MEK9+msJ2&p)T1%UMIWxtA3Xy^eO87u~wD1xPan<}oc*%-q*K;T3 zwH#DBTVWLb8wgG73HT~b($OlpVE`l$&cGGBWyMfrPF;YurURh=ZWa2}{dA(iXGc6H zK=_i-h+fro)|246AcI6J6iNDA^hIgrCkqr!106|oTv;MC%GY}fEjI*QaCKHs6teS4 z{&NblB*Xq=&~f!wgG^s3u9PuwVV+l(QQ0L8;q0n7p1+?ETk+3q>vwyNk!pIFHplI2 zV)Z2rG-_o#T^I+jfbY(=Z9q`0Ca}XbB7ZR(kps zfc}v`n(9cNi#RQ$t4rhVJbMYYK$J8gB|L0v_?BGao(IJOj7x#{4H~a{jL4Q2<8+o~ zvcx#*Sg_MJP9t|Jn5H4xt3jT-{9dy5aBg?~53=+ZVa^2EWnWd9CAk%wQmch2AL`hi`;TS1CqECycZP+vF z*pst8dItlX&(VrYLYzSkV{wb=#haf+e-!)&9%W5PCWocI&&U;4Ma6f9l!^OZO{$ zK70oYALIpVT-;8|V{H91P3^A-V+e%f-swJu2H&MEX~%K4ck?E>jz=jjtHCi7wgEvS z>X#ClRIW+uG*u|6=3a6{~+NH_!bAS|-wP^h=;8=*mFyLF(|^nxHSaRL)P_N5^@IY#tGXoN+T zbcI$;QSmp)qE?*;&$WY4O}7;518$Z}MPl4bGdb*82rhjfk)`;`QTUgd&;u#{$)F&4 zS9X_{C|K%746h;9oUx#TAgQXHM0{LrxN49`h4u9G+P8=8>J*T!B4oyL(Mm1UJ1_OJ zzLLg%P){#)J^etLRXQCS71=Q+ygvJ$vHF1x{XU@D$JF@lGosje#^Fj|rYAe*sX5~k z_rb@Qytu_v<$1yEkrOW1{7wS;OB|Zid}NIg6lL)s2%3!t`Xc@e5Rwul1}q|ONoqIV z8+Q4ch?FE8Cg=e_<$`Q3`~t0g(F`7Z@ljHU?tQ{KEGgRcl3DYthmNF0aD^$G>ctQ? zY^O+LOLQc|4u+2$+>ZITKzi@1NV)%*JatY;*W-7M7BmVK??Mp`5a!~t$VaBIYNIKY zZEY7i8Lk3Gs0U_I)@@xy0K0&aDObKW=sB3lLkyh6;e%b_qTgqzo4Ln&dI`MSn)jD< zgO2NzA2i<;$ zBTMxnxsCUwX^t*N9?Z+$*$%$c!FNj1*!)@{Cc`H$u!jH`+!9ubefOf&UcxmmVF1Qh z1|+BHenoG_-jcLR!yt+kOZrcvj^@mFy;cQoifRC5JH?)y9}cLD(RCqzq8p~aGZN9$ z39dY$Q+48Y>)^deV`G78f2Q6SL>cF82NJ*snVW$nn$)~1wxQ# zg}AP!q0feUEPinExuCTzYFJ^GaNKmOr{kZNr3>?N6r~jkc&@8h^tN#Tw&cm6zXYQx zBbxREXoFA7LjOHA%JGA)nOtPbccqx8$o7#6Zv#tx4U@9eFc(!6^F(7^_>`)VT(; zJkDFxC2OjN*cBRoK*=z$BU>TRybY{{#XD}(ChCY`<|k<}(-k1`A`(2hJ=sBC{wwo5 zeP!*|^{~U%7`jAHlEzI#T}>C`GleV; zwADo1RY19q$hG$`jjHvfkMt>=qrb}H`8VL;s~9QdB1on$80d~Z)uvt{c_-P)f{GQi zIqgGaL>hqTGd&l1Ni2_bygv*K?2(rd&J#6UpCnvnrM*Kv;+q_i0H$99d3z}@?)Hc+ zFXc)ElQsXvdkrH{Hy@bp4|!)UjdQP0A=>ZY(yBPKA=R{S=1y(DmsGlKAq0t`mi-se zv}Emce+lWxf1p<_{o^6MA8inFBE|)a@Jo0TJOA|>B}Ex((1?Hus#vZXS(D+_mhSA= z=Ut8>P>)b?6{Y=#MJ=-8ZG9;EpZf<7DSka1pPiHN(Yihm-ew8AeKi3>8Cc?YO`!?7O#K{yC1qNd3JQ6LdbyL=lH5L6z`6^^e(C&?CaCY-(C{daZ^Mg z_)ifXR3%y^tJcG}yk#S?U&G&}d#t-bPGVEjy_=tOdF0)iuD9`x?CfKByQK#%i(obc z{+8F>)l1OxwI+8=X`cR?ea(Jd&l~5faT`2BVU*u@G_uCU1ZO}A56uUUk zG`{t-=#JP9U{`6k7-5|*MXwrnmeORjMfWGO8_hni>K3Sl@vMAVcWrh-9>;(3E*~+- zL&TLp^!~Z&yBuv9P)(icSmg%d?@Eu+1xXXeu{I(Wl)}?r{8`@VCwfi@afw8#If7;* z)?^x7tApJpcFij!wCI5%3Fgc0r107Ddf$P?WjQzc#GN-rB8sBUC&RA9e1B}vMpU}V zzVvloa$;CJg3~S_*mY5jG$2iA8Z@jK>dul*Zh0oPT@P(DoEmB{b^eV3?3Y zFG_m@>o_&rHRc?%n5RO58WDveq-ZBPhvVBX9O?Fab+(?zAT5wYd4_>zh5FrHR5JI! zw4M6$oEWHGg<@At=hNER&OKJ9c*ei_`|#gM!;SNj12j(bk`Nc|k#CQrU$3NtKLS-T zF|5Z#^B$KqSh>${@Kd_Z8=saRcFbG_^lk^23B;%Aht_&RyPMpt;{RTsJ3g}GuxRSc zOs+%89g4v!G4x*4F%OFmVqD@6AmuRaxdE6yfN|ADM5u+ir}s8`RlH$(u4b-2EBuoHMXuU-|~xy6mv+T+?Wj+WJ3=tq8pU_ zDAyJKrC-~)6?LMckdmMr6E3u0)t!^;a`t^N__$fV=*~uFP0@D{bjn5gw#+NuSHm$s zLpxUg?A=aBwe>$N;cHFS3Zg$mFF_DdI(3!BLnv9=i;wJwy5lz37m{MML8k*JeuIWI z*|wfe%tJDYnkG9RBxju8D{Z5r`*CRTvHwGMvC6Dmg95Ej_2XDD`_Vozm9WxKmaV)q ztFvZXf$IlLnmA*>+h5;a^NA1(Ue)_rfU#lI26+zinE{Mt@v8!{WWoWvy6K?$LY=L4 zfXHSjCZ1|IEa4K=TTb~K2UM8%*|WpztCM^TpC10g!!XOifuHXLvjoLo?0g1 ztWTdlqIvx8?Q@X~Z)74+Bx2fgUn7TR%jI@Y-vraoRxh8uiL^f1kc_vrCCgnRQ4Fm* zYQyQh?qzHKJsU1J&xA#`3I{pqV@iX1T`qmyewF@&i_Cqw4F{X{m4B_R)+17=D?+It zS~|fH^n^Uh*~s3Ev}DcOpO&=O2ikRy7wy;?lC@Y(LC0OJHSy$UrlN&3TM+GSxCBi4 zQ0)=fH#RtOj+%b07l%%JMrc($U=Ac}MN4U@K@g0@gaxm^d@PkjIBdilY87lMt$v~H z%h$snkEpf&YkDbJH2l6>gj7cZKsGx5zkGHe`0$Lxzl*b}tL1&J*Bl;Z=H@7;i$*F z?2sGvpc8GaVck=V32F1lYbTL8HT5l0XogmMJEE5#YCt2z7ujtc!*5^{rNtUs^B0Ayw28< zx(EN{I-n?3vx!5z%}ddM2J4eS$vlr>JIJHKJtb+GGhldX9NrxA!xrxQIsX||Q$zypLHfaAt%e*YU*6@Ly-sR5IGbxL~IUtJv$L|<$0Sr@4@N;62?oj;|gx6D5v*2 z(2Yyt76fm&)#h9(#niV5C**0EOw*C|dSw=GE~BUH%rbLbs+MXLJ4tPF zw<v9Ao25#Gsio_dkds2x%;)ppoWR?a2JqdK$lrXSsQbCmJ8 zF-+wkqvCw z9=|ES{hM4SSU8<0*6|YP=C`J}WtVld%K>n65*!-Du0{N5}tgS#h>UZ zzyr6pflDT^_{ctI36ro@`TXH?-dDs;HNjrOmmR=-6ap#XX)sWK2%n) z?`dQTgJh*`{Fv>iVTC{mDmb2!b`koMH-1M_(nT3q^+b?w<4qApzy~60N4fFq2u^U` zggrZvs9aO=_6brLmsGjI#o%?VK#FMuB|MeX*DxG{Fq-|QD@Lnrq)!6ecbfn%U_MfNP0_rCN(%@hyuEAtg?D}8{IdqEq@b~J_cGk8u6ao zSha6pqJzYpwZ}i~6|>x!A4&zvmC|gCE&SlIi!Z-Q3Pgqd{K}y!3!VMbWHWklw3rGB zv=HejGAd}fvPz1G{wGAyv_Ta|+U&aFqrWk)EO4?lE*$w^q;e)f+|qJ%-{@wf>L0(| zFAZOZXAYWN#=P1;CdDKYrd1zwkNq>4G<-UIdH?Tc!8cl;2PHo>X3)%ol)yA zU$;6mLj2UZOnjF6T^5nhhk+TmT^PiiH?1YvZb@FeBq$XA-w29>F}NSR`G)ugJ+6t^ zK4*(t6)hRt9GvVLYCpNq5YCR(6TFF8>>^FA8zG7qU=L{LM5Ypu+^2>>>*fr$Z%CEI zU=zT%8o!-8%`+xxd_tU=v?z;(k4+kWJXgp92U5DYuvT7DpXK|+!`&DDOOJm2I#>&F zMc1Xmg_$5ULqCf#jqSO)BG!rHg)Lst09_ny`6P9Ce9-E-<*%R8?Uc&A?xKpcmduF^ zbB5$=%SHV%XAgPra}<;bQb3y_$X{mM_*o4a zkBe#TLYEPHTXFxoi9g0%e)ZX#2XWqh(0j8X$HlR;5zLppB=?g+-BwFF2JuBmQTIXq zOWN;QdY*muOobxYt8!Qc=6G%s;>X*XYNR=Q=389oSNy3DUG zL&}w)+8qGNZdBOF(PBYoV1ux0%)>5M16`YV#eSzi{x!#a<=mYR5cp^KcH z@Wy?T^}}BTRGwKU!B_mL!SgnjuWL1R)^uf^dC#lz2GaP^sA0kBuOZ@CxQcOSD)?T1zOJx1UMS?!TgI!3OcdHVOHYNy?V#lly=j;G^zHb0z*)Ylwb;5^YsJ3iKO29W|m;;&CFw1dbq_6buwwb~+& zX`qFf5C0K_GjcZE@o9;B!SprbEDZTiY{W3D;vpX7b%Yp+8SbtGxz4PzFk+I*S_<8lb?s!u6T%J z$4)A7=7e;SqPx1fXthA75vV5y(G*n-|Fs1Fz~3Oz@E_t&BoNR-h!*e%LPAX4fK=UG z)u}0oouuN#PU6gor|0+Ho%wveYp>ruzIC7NQhc2{@7>?oXPvdzwAY^2-sc?Y%)I(r z%U?=stCBx(($X<+WDc)sAK+OQgl)cG0Ak4_P3=ZrD*D2@BYXoX<>bIp6-*pUgj5X zng49QzP`xwn``|ua@J5i%4uUr(sW;I5N98a*DRMf8gO}>#r0m}FAHFqXPI8x!YQrx zHokby%4u+>JpQNSCUi_;rhzCNL(K{MOH2o)7u%%K$RkgrA&Y}s>8itC+a^tiy+cR7 z#=8E-$qs2~5cc0-y?-0VYXCODx3g~?mjl)qEvy44+c;sMuu0xs(+&uZ#m6SlSz`lV zmI=UFcR3>st9hvaGi_zww1&*^7bz+U{IdMPh47izkhpoZkLkQ1NPW>QpDMPt3Ab~S ze*MgL1-Y$|&LACm+i}{(7>-Lt1>RvgaJb08^z16ZyOAC=SN<)RRTmYlzK{&w6cl3!0&X*YZ8z| z*|7L(+YT?Mal}3mVWo@ZBCiVKN>hL|6*gR_UcrH&_|@@%f^s#uF&mUoBBZ5>R&|O- zv4due{XNAGC%$|`34|D|We~0u)>qmN&eHcg6#8LwH*d;URPs;xl}8_r%@IUxA}#m{ zgGVpv&oT-kIFxDXd;Au9kxgFGhmJa`M|4*nRxW!YlIYU!-G0a;BK2 zNxI81B@x+_pS;sgs)UqBc>7Eka}5pXl=pF8`CQIWHsRvi`N2HPL+WTFp$+v-%QSTs z{ZscVZ`TFKSsStWY#*X~;l$3^Fg~+@TlkTG%3z&c+C&k{S+D~-)iQ)OM1JTH+l2&a z^(AfT@q?hGg=xI5n{&`0%?;ZD%T#MX$KimHQ_~WdPdrx}g3fnZ0swh+bRXmSY(FC` zk;oW*l_d%LFZ(QyreXdbION9S-V*05pT>Qs&YJJS4i)Lqk4(I7g-mxxF3jsb+AwXT zC7w8af0?Igo2Pj+y|ZVR0O~WoxCj-L_7I}TM?o2WvJ*E%>8tGxdm8T6F%NxrG?gdg z5n@z^2hE$^-sC(2$9GdF5JkMn5OhB6YKSY#4u-9ek9<0dqiJ6{o^ZNpV21u`=di&n zoeG<2NB&G38_WB{?Lfg#)WV8uXi{C|1&xGcNtZmrp%0J1NgCo#7#18AO&GDm!petU z389;I3Bxg%vbjuvUa^n6&E!ks=Flv-0);Pn<)uvA z#Kh>x4>BNL?sqs;d17&&i92sWKpFTBamd%TH4_ z%SaVYcc+7HT}WPKB%k(_uf8FD?BD=dnnGMdj%+Y!zA5XL0h~OQppUWK0|{iYEXZpb z0kpZkq|B8!3v4qT?D%KuXmFGpJz-dMO6E84)foU(Fk4<#XX}Mm+-kkFA-beq$E4Uz z`;$g0;M$WqXnDn+{E#>PfYT)}$mY*N3TMj*cZ`fFcdql&Gvx6awK?-cN}85C6r!Uy zyDnIE%97lP4X&_56W2J z@d4Va$R{Q7k+WX}w60$P_uXmQwq&C&o}B+JfbL`LQ@RuHKE^uR$Fk4qJl!XCzQ*nQ z=IM0b^W6D7pLc(W`?IDk?+ZJYM$uT^k;|}+(n_|{OJSDEFY(*(T@an8;eCClGyNsA zUVm!Fe;N*=lSzEt5h6}X$i2T8&@=veH9z+Z@7ob2jL-K1aJ{S*05^r6V06Ls z#(Zi(zJ(7Q=Ih{Rxna&GJsEz_lMXf(v4a~4IWin1L}KD4t*6?bwEN>66cz+y6hsJ^qq9j{^lnQj`+?_067amQyOUKJ6d=4L%PBl@@kx# zh2-TS;3peDp#yq8e{3UfCG{qa-Xw<&(bx7QG8Zp>K*Y?z2-WuPW%IUdN%Iq43*7WtJe_{gkjkh%Rf zw&h2g#|}*ge7i|?cg9?{QY?HF_!K3?s%WG1^d-RX4V<5p9Wu)+Wf9#;I}5kXkypzw zabj*K7m){gDbx0iq7Uk+UP-GQvMGu;`AK_~yj5Sau@qiq*0Ng$R{-LNO$WZ^8xWiN zN;7g!UCJjdi{e|6fU=uQ0G7K(wTxEn#w-i{A?-s1(f%cK`>KGHQRMNaK9Ey>#7}tv z)lWizw4#I;!bU6&Y1)2!0^E#T^y9ozdc$$H5A&w|O!qZ!)(3fS*}rvvW?$C*S<~-x z({J222y+1!=WG2AF;a_kG1S?O)S9PnGrg zIbfaG8dr|8Y?$mgbym*whV6W5yl^pnxpv6cI+LH3G|Xs6o6x<30K-%6@V5iDlfJ}q z0dlznu)bsEwSz}q1`r!`{5v}TW!LL3ja^FRgr9`{g`4*n90U#g$W9#{T|PLLJ~%8H zxWwSnz#8;7kG9z00*(U|W)C_5la2 zD=!0`3KzozD5N8&g^-R7V(GMOoHP~iG}bB#JtGj>t#zr;YuntqRX7R1P9K0kXljPa zYo`M4lr1tuz~)uLYC~~c)`>5H*x};TwP}-j8BUdvGOw01ARvA^C-YL)#6F43v&5NY4pGbtJbM~QXD|xiE!(;~ z9QGyMr!4!L?!@i4`hNF2o;zRX>3d%HU$c~k{ob-qZ2ZQ#i1URG02H{DZ{b@h;mfuE z?)-Zo(C5zAbj})XdB2U?De1^qL=M$gc7{a4HL^cJNFF4>wW_Tq`9DHZE@KayZRxbl} z88Conh|Z8*-lOh4a8{p4wnYGDjE=eqGj)J3AVYF_>cNHz_yO{8;)eghVM#@M8dA0) zH#F{@Iw^tnQFJJhKy>uBB-9bzWgC3U1bL+og*?$978U=<#|}bYeZleR1}dX6Ct!)q z6e{%9T>-UeI+F=k57D%@@^C-0DGx9-iOdNhPB|f1x1+G0TlY~YUGztNSm+{WL zhg`k1r!>W}Ow>_bxejMTo069%Y4Nih5M2rJkav72T3275}@dSpQ;_$)ip!AJMhPw8`4`L(Anw5pd@O?>4`jtm1z zUt!9jowcC^pkqBqC|u6m?{e&2`gW?d1W@?e%7Tg=^#AyYZGrcv4P)EVvDzy`_2dD? zr-$mP9O>wzWI~o+nvu>rh2v9Bsb3l%oU|;q>!Q-*3b>Ii`Vp;R>*vFObd~}~;|I__U_eFiL zb9?PQ&-QELH?HYEOxp)~ENO`A(KK>#K|iO`To41vw(?8Gnw^R-jnbp3<^4{3ZW^Y| zw=}k}w{!G+{+-=sFv&0|FA1SS7&7V^15 z$BsfU+umHiG_La6;qB|&V|VACao?rOqzV7;TpL&U{M5!}oN)c}xP%_-mzhz3Z`vh* z&5bKr8d$%=_4<`@$(hR);Y0`+DQ>z<(8~ePF@1^Iflm#%JmDvdH+GTFXoS-jmn4+a zO3!F_9l;F=`ow`sw;dc_w|!RnE^JaEKBEO3`EeAF?xq>JrxAcy&73&P4-7lh4i6?< zJWn`wopg-EL=b0n!pW3TzZF9JL#M*I(s!mpMRSG(-%L7Wf>0qHg&JqdBc0$BJg-Kc zv;Qhz=tBW=_=B94nIBR)A!mnh1w_ZX&962@9;PC_Bf4?au?S2$3P_o>ts-;F#(*c` zQ0SNL;Fj@X?)qK>ydbHZEt~0;O{M{+s=)0$f|{Sqw6tgJ3@DL_(p`NM;*KudLmqhr zZkqC}<%61~MKA3SYX7X#p-=gA`A(dcGi54{aAc4`Iw=HK24{zv5yIEo%Ah?RzWCrUxu{ySl6)6n6Ryt3)YU-C{}#8>e4f!G9z+vd@w z~p;C39HE6Cv`v8_~P^+z;mY?zt6%wx<51Bu*MN~5l8HM5rn1LN_bu>;&tD1 z1k`EIZM239Gp~Q9`&wi9*CQzTiL)#iVdoxnzFUs`bS9mTQKLJGQ+c2fXTn=_Xj?oT zG$A9yO|!E!)Ng2a%kZUPc6$FE8p6QobT7%{GUuJ0v3Z$6!1mqa?yW0>|Kn(jj`#qF z+i}FYId)I3jiYUJ%n|?{zol}O{KxDM*km*hVDp55f|cbGJXsFdb)A~W0@mk~1uhe8 z0N)1RHH6K%G;r)&1$k<~rH2#K;BUDIhWr~oO@NZegvbojZL8~SX&oE@VpgE;IHykv z@SfG!gibDwc#3BEKpI&P zR~@;H7s%!{T9LF$Lo*f%3w11+m4B*)FIC>qCk^V92P(=eovCAoWZRy}+j@no^iT0a zEP5eZ;PT?|XY%C~Knk%4*#ykG27Hkoc39?sH)j^b(u2QeG`1s{3x5*W)-pW&aO-7FtW9QATFNPPLG zvjKk<#-DY6PCQd$TMH*hfdF3>&nkcRK8I`sjYB z`ziY%(`Wl0;lex`XGuqR-|v2{`>rLevw6(-P9AnO7j~$K%6phr8PEPTEQxvFbmKI< zjVpX_8<Q18`u8A3WBISXl-N!BiFWYiAiH9{BJqdWKl8b9}x z88R?Ye(jT`9}?;z^Mt8MMj`W>o^~i*06@eJpx^Be8nm>D_{hVxw6c64FA(hOf(MTN zfI&Er2V9?GNV(vDWRHC+yj-Ew+EuO(m{&r|-m*zYIJ(4;>Y{BDLsblK$NuV`G)(Ly zmER=*b?=?|^@NB@BR};};*Vq9j`K+_JGDLuw-lrNchSk-IC>`m= zKZSGOJuk79eut6D=SfdGr?SCg;`DNuHq_?o6`JtPlPsL`Ib+yHW_5|~mOJ95enmq` z(1Ah4ywamW)UNxIA%23)z4T+d(e~8m>&Y6!`Pc__J5+9gSG|T~jDZZ4uMVZmRbI0` zhA;OmQ_{V>lJ5dg)-KJI|6m{N)^%sKEHW#f#h)iBFi3n4!=HxzJ_ zZ=0)E>+8+ca)WwlXX=4VOYs@DY=kM1Jubb+--I&Tqa1fCO)N^}N^JADLeETisW6ztsJmcplwupY0o)M$>J)%5^cn z)jMAd?HDBvsI%d8D%eUcSvI_3%j-7YGQTuEoc*`4yf&Xl zaL+E!rQS8}+T=-tYsj*3l_diP3M>I^m}ca^$&!J~1XmcwZm>+S#!|u+mIi!rz($r5 zIA@uFB?IK~Nd%uVsHFi$#=Mwl$0Y-z7kNn$l4}PI<7UQuv2ZRE1g=fIoizk_VmCJi zil5Dcu_5{BfC_QiDjp`BBO`Ig+o{h1RJgC~UlS1WI}71dKb5w;QZ6GPA3%#lvmZk=#tqybiBz=a3c6jFW@mAR*+@oEqRuCD_ypV zO%N&((D*qt)x8Wev*~XH*5l7~)A&_p zuk$pGv$U7}TH{>A`K`778M(HiO9dVIEEQa)WhZXqcrA@K>N0&6udmPYl*aN{+up{Z zDRe{MN3)@%Q+L*`)7UWSITbpl@gTgfqx1`ZY!LH8jC7FrWR?SJO+9HA)-SpKe{FYM zyX)?-R-X?({gM3L_?27Z>(73D{O$|SjBj23$vAl#Uc0x)o@@Ghcr}rM1LWFeRC{!Z z(dsqiWtrgGHkIqDX_g5{pIl)Oa&&22=Fz<4D=rPNOrVpqjmhg!h@L zur%QE!M2|QB=+xefKLsaxF>h3BI*DDAOJ~3K~%uBdADg)sUY1jIh%45txE>JbjU%E z%LFz>>G-M9>1=FdvrJ&aM77M0R%~mf1|WVqFs^OhR-GA*iw$lXL~3!p41_$4_{B>P zVyeppoP5VYCN{o_CBi#&EIV2@a1=S2;9G+d1wjYt@RObApautcIubKUhhD38GAlI) z!a9=-uh{`KeWgTv@`wl>I~D&YJWC=ypz@H0mJON z5K_i79W?Y{Xo>}cY0rsYpKw*_vcK=MFsJyDhg=7XuYLKXmW#a>`V2 zT6=j(u9VB*X32Nr#H^MDK2~L_gy>E-L&q8*bo3Ks*5>@g#}r-rl+5BIAN<1^9KSD6 zEXfnygPL^Y33G59T!Pqs+cL-Ikzd)cgE%0{R#y)vWr;3z$Fj&%B>Ieb$&|Kh;z!)( zt16wIG^KL-qM<22I2jn(7)qygLEqXRgWkyD&2-Gl(`oYdU`YF9Aj@6p{_uw2>ziY~)^6e@mLbjlw}hFA+kZIWdmc&L?db!=6qz?Fe-M^0Oby-wWUQ!T8!AerbH+ zTVEO9yZH)j+s(1fU|{WaI^MNg3_2VEX(U63-9aY-_ zf}0m{(1;t3vysYs^-VkCmDbD)VudTg(FTS}GXlphV3ALJ!qJpx-Wg6~U?{KN^^Gj# zC)*5NLQ7c<6_UGl_SOqnG;?grk2q$+f+btlIvP%;(Rbi$AJjX#wQZIaD5Fe*l!ql4 z_bEsuFZ_`%4HF_MMDohFo^&W)wnT{@MILA<5BQWSS-27|Yw}mvQ}-x4oXQUZd4y|Q ze@?&S09>2exQWJn%OYWB@H&j2Jlah?%xwOT@Pcc>apxH8!BatgfYlRavjGZ0L+zIrC(bX=sbH^5H6w z@aiyoY>OQukE7WIeGFCdXlH2Y(7kjLKUV?qwKHX4TUDQ;7B>pjNk8Pe$`MW!R?2tM zluW&xr)-j_o@F74>3fP^x|Cn#J0|dq|7b(-Y5qvm_eZ9xRgd&T{_;6s2L&+n1wqFL z4i4UW34q+`&zAj)ZF2WVXVc=Jz1MwM_lteM&kZ;4yK!i$3q4d!rP6uXu+4NEV#!?G zKEzvg{=&WQvyx52vqu}=^pb|x=N%p1uaGi@T5tEMAdtgZ!rdLxG|Xt)4RNL`;;)>{ z`1vjPR$k6?;s!i-+Uw|q=r`7`jq8Tx-{g4gkq5_L{AYh{{HCr<~ke6YR& zAIpTt8uC2?E2xnGW(DHZOOucTc%`)!%3`a0s@U?eZ+7-D;m%NF${5nHF!*?(GfN{1 zB05VJr)Rf1Y0n5_O@0hBI!h?#=mU;2IHOA00jOCl=Va>eGPJ1p&KP8pkgS~mCR{m@zc+$q$v`=y7Y!NMu~i6@H}(M^L4pI{Rrr*& zc9#BWI8^#DnS3!NfYKe%sqWgJyxtC+pP_dR#srzGWJC=pzHRtn&2^c8>kE&y+Lz!iQd_L+inz6AZpGM7E+6-I2NY zT3#(bKAJRgPJdXH>EtE-%opaW-VD!06*eQdOf zbTKU7>$Ir0V-r7!<%dzC?GNGD(8-YL;8%UjQ!v&k?y1*`FG@(Rd_(`_K88tMR!nSC zbuHN|mhti!0vS83538;&(a|xzo6C);VY;@`4k{Qtg6MJJQQp`BE=9u8q+c;H<7k_Ii0f z-h=FZ)Mw2X`w(`&dX36{?OJ4ftDj3dyW`Uzdm?|If9a+1>@zQnZ-4cHv3~RW<8?MH zUfRPhmv4?4J9Y2cVA z1-6b^GN7YBae(47flB~+vVg}3T}s%cg0M`mMFZ%!417|+7ZABLu)z|5FC98ocWR9| z{4kPs`2(83eKLYmY->6ZRpM|fIH5Kxp001W(p~w!Ub$P>RhSfvR1be>$h@)7AC zMJA-lDxG}FnE`?6uKd+;nipJUC5GCKKA54&52nM4U3)_%=KYV_WfI zGVwzgIjaMfPRmm`c^g{j0|(T0$ctzI*w8QSAbUU{Di2T4K-f?}Trn{O#HT(=Ov~k; za8icc6VfN09O|ph{TF;_s`|925s}nE&yc7pk9BM-+WwM`{McN+v90>TOQCERf?vE0 zcPCVC8Ckwle(j@P4nUKJPIM=)Pe2IIdUh0TIW-GPLauQv9cOhY|@|C)DK<0e%=KGyG`uuGS0*J+W)l(7!LoIXc9B z4)$5U=d->zuVMKE*4Wqgx5iEW-MEF9{Rxlz@408(|I7D`qhI>i`06*mIllPCZ;tPN z?U`|7|EIhakUp2$yI=iV-{5f;_AS5_-D?zSc-Sy@UUq>V%9-8E?oy_5BwSCZ`2@I) zWo*kip*-wi=-wUewJX@lsIFxvo4_Oa2;-mi)m^-#g70-btx&egOJLl!jj0X&8KQUl zL0({DrKED_WkK3Up8P{}iDWq=FRoE0TAsX*-Fp<8FZPg^GTWJC$9wXdw|36gZgBkq znP-SwJ5@-K#)rluA!`OH;mqvTuz7-*q;nq}T~FD?sc#~HA>7t5@{r~%j+NVdeQ;<+_w{|o$a8&kerYPXX+Js z;Hx~s?TNLwPa-7midWIEWjN(4`7;SsZtMmLz?F_Yz$rVxjGK`kSS^9Ioq_A;`jU3A zjev$_(f;FZaI1cJAy0+nm6Ly#OP5{hkx!JUM#<>sylpo+{H|`|8(!81+D({#65m%& z^84ey48-6sB?P|yW|l5%Xp?qXA@y1tn%S}=qq0d~BKp#*Tv#sARw*xJ&}Q*t>B~!* zMd2O~^2I(KPA?l4eHv8CcrHI_f7*oNRdT~MvO%@#AUwSLA# z68mS?s|xvHCQfqA7w<6l_eDS_yN->oj=O3s3*=9JIMV#clTVJn{xAH+@o)TFzdrs& zo*?-6$3Hioc<-a*-p77{CkUPxk6gcRTz~BPxN`NOasTd>v3noO1bOEGGx56!ac#1B zkg)$I?-lTAf@_2^HhXD+A+hOo1{9b5N*&)L*x0z7rv^5N5ct%!e<_P6%0YfSIRr?>&d|wbF7Sn~mPJ}G z;mXEM2a1u0bm-?tUeG9^CY(IMR}@=($_TdNq>S*l*k7Bh()t<9CND|Hw(2`&ljdX- z`oe3LN#6L(X_@xB{oOO8eM*DUz5T?z`o_}Vf|^3Myh`RQ<+KdQlW2kVpFV7eUYh;n zi@qH?2pD+ES{cfQ^;u!+4m2S*%bMGvgO1vyZQgv%J9Si{_)=^uud;u==DcjOk|#K2 zHw_saSgpz>VqupReSCm&fxV!rBP7MIS$n}#7E?CukR=s;DRjgy0!>Gns|}Lih_BtU z5nJCNod}ISki67)?KA0E)>$s(X41mBX%i3}>#w6PjM{B}Y^x#P#$i9yeU0dS-LUS< zmL2*M?<|XDA7x&zo7P#}i@1J!TK^23TbZR|8fU4j_m+l`U3d7Mzw@*x!uww5?ZRlB zJDpGXZm%QYy!0k(X3(-Bqvc7sb=K%KSav+%*j#V;*c&Mwi^(@K`*Z-+p58yp0Xj7s z0M=MLzeMMGnV0^oUAuZGG5$pG>-XF>e)*oyjDPZ@$K!k7{nYs4^Iso-bnSa%@5gLt z+qyaS-^V_Ln~Wwe-5&eV01vXh4xZ={l6+-(b>?_!0 zhr18K1pE%q{nGbXGWy6lwbn_zRi{O)zEIeT&Uou4Q18hS*KTxNJ6;etq*&^ z*D{hm=$2`9U{rbrEh$1IUP3X&@3Im zhNe1)96vKJOCjoIr!KD!n@6a|(H80=FL0E&)77~~CGrZ_5mgepDyx9<VERu1 zvEkG!Wk*>VuZ7n-!f0pHn+lf4O0@oz83`28L4$OZKc9lNBWas};p{w1MXAZ)lBvVd zAO?`~O1jE7aP0}r43hK{Wl$HKw>nqoKrG>U{5gXp$)(WnbLgF*ODIBTGwliff6>J;6a%WwU&hXO>s!lQ%NUD}=RG$tgqG29C_NmqJ3NSCvJ{gDJ4DX+!#2#MTy~ zqGORv7{ajWm&{$h%2~@;)T*QNuhp{A~Wl>HB^CZk=O}i(=MFdA4(IV|B;f=f2-^bUv@e@!Gu7=)-Fd z?=?3R~>}H@pe8gftD6LfWurh5IV+D#Xgo3JKZ}Lj#&FCFlbN zZfi$$Vu}?eg>PQ!f}AZwEj`Rn`XZ+tjG+xPA%V9>^?V zv4i%+>kvF1CtvwMM>|MgxamBVqitgcM3XP@)OFx44Om927wkwA9B!#h`J0Br5p4$? z%wgj46PHNP(XuPQB@e>;_+PG-hphQLH#GZG)bU}&wBa9$^z{ zNI!Y88}eIE4WZWyd0HNFQc$robV^_GAxZvvk(%kLO9)$EEMJ%5q+>d%Do5-ezjcGY z`tYONt8b=c$pf8Q9++#DEE&Kz-(*?kRR(3&_e^6k(rJtIhb#uc=bWSam+pW1y3b}Y z-G^!a&h~d+FY|~m&F=4({ap8JP4lA8)r(#fb?BE*GZmonlrjOi@DUJxS$3u2_G4nBfVMj=i@C3m>^Oye8_~6GsI_`h)13W?SK%OAD zcGu&)Xov{FL(KLs-9PTzzBIP(W;VWY*SN-a3O24X;-5>CM2+|naW!2x15?Vs}Nt* zgj>PS>{b9cHS49JfUtQ*Oo(1y4VxE^;sBt5!y#tcQ9)T|9vb6Y0M(ors9#Zs)1YU^rtwl^^`BU(=ovlcr^A6el)U2I!Ri zORs{%7D0TOj7I8mG_RZNN*?Y(vFSwqS&oHIxhNZS#Od^@&C72s& zuL{>g2adv5@&`wF$*CX44%kygJIbgHl|j3OzI2c+K0tY`!rGxT=}%s;2WU{4(W;G?0@CkEwlQ{7o5gV`9>vvpx!bh4M;z4{L%}3ZHIw}mwZigGkHxD z#XRq@53x__zNF8M>vi{U%Smacm-wdpdYNuo-FG#=KKK2LILA~ML0FngC0p_4)uW-l z?)z_bSgr;@eEh?cE*v2spna;-$ zJfX#`TjSJNu9g5u>pMIVV32#APSGWR9d^=RX2ah471jaXh2znO?;DRk{43)#2cI9$ zfBL)Q8_zyFwtw{ec$r!L&TU4;yjx)ZfX@0hqu)!+{`nTc*8U+c7h;Zc7vBds^c@PevB zTA5lGiGeds96>CG>HyG}a%mlFCqFu~MajSJ<{7L+l0Ccc^cyv({YT6F;5yDfk7N|?PwgaEdc znYvJN%Gtc^fD^Qf%;NCJPvlf-5X)}*v$nKY%bdS8$F*0-E{s8iI-nM_} z3ngzp=dGWBZUpC4-$|cSm-VJIY6YLRitfrLUvyk`@Zw;ndZL6Rvl8n|Y|f81xzp!> zyT9pk_bZ<5!+K)c{h4^)>!WeJZus)N#1}5T?!(N}d`(}(k#^%E2urht_ncj&R&4$} zR953G;lliD9PvyqVd8t3*L!WO#>-89&R#d%v!U;L7c>`C+}?p~DAO>Mp`pBY9>?(& z0Tu3}9dI|S;iG;EfDY|QN8?2j`+N}K(9L!{6>ysv)Ee*jzj^Zdc=h#EA=$nw$1bz_ zU;N->`TNXIemcJV%s0pLU;gsA{mOU7YrCx5uU+NMg}0gA(`hh@v9Z^_hQ|$w=4D7Y zq3_Pm?p@-6M@CBwhhlrpZ}>7x1D2OI&}k>!Fu47EzF8n0dY|4Uo>zJrZcPx5a^{|S zgHJi+B`p>&IBwL@+!?up;Ie>iY@XWClJNuiQrT!U6LL&r;3ZNaznN@uWDx-^U;G9l z6$XT!A;;`Y*3VqVp!^NDI#cgm;&wbnCk)ZU2>HPYUq}I4?XHKezT~~U6vfaY#FS0h z!&lzO)4RGgS7acOWe8_-(pP?TJmqCzyzHzXU__)X~hgtVmm&V=&w z1DwXwn5b}N^G`S&+vdUz;R=oJ*wqF;`k_~rMPdha6l>Da4jM7_g>>wez4%oY@qwaa z8JW{M7n_h`Zo=~2h9oo{ebo#8Q6}0PJ23q@A$@f5s%XyL^_KN4OlRRLl)4!|jFhD>nevne%J+Nq z^TdQQsY~pSZrH?S4F@+>*4m_&0L0NxYzwqMsI{bGrwz>IfYc4(kwJXy(N8xh8@JFK zB2yPq6iE!jZG`{_8$nLQ*uiCymN`qV`R0oDH!p&yGw69i5NXX|UMC>2IX7AOOqnUa zHuS}AYil~roe$ec5BrrqcjxcD?w9(0kof6*eZ4#{am~MctbK`hk!j8It{f`ce==;N zwGlKx8>>5Yul*BenOI?E+xXU1#|{W%>E-goc#3xD=A<6ryDe`Wm5f9YQy zfA-J+>iE#(9~kd>|AXW1dmkT<-gDo$_P)Eu)vFJW`!BQm|2@1Wc>A7lon4KacQd2g z@Uz9}&-Vy?xsXo~Y+Pde&r<__cVNQ}gKI7a(17}_fpww+PN8^eAm0~okcQoih!}Fu z69jCI)RcxR`{@9OT3VYm`T;FU4uH(rv_VjA<#3A3ZG(o zrvc)aH)$g}@J!2GGYm3OMl}=4(txvA8+DmOQ(mUC1Kj2cKk1OKG*4$X1ur>)D<>5E zglo-~$ctW`cM8Q45_}v$qFl))%{i0K&|Dqm3oVQ>RpO#vU=k+E39lFo!mymSD!bLq zsV|6z;xm74pGSnUk5L5eqb`fQtJxcb$s1k@;;c*ABIiuk&1`&gc2)SNHVn%Yh~;A5 zva@tb2FoW=P3iyuAOJ~3K~%SN(YCJjp31|G&_rMG^^;X-dcupG_MGx-TW6@^PucXD z(mKX|QG5w_bL63|wi20Du*H?0?qc)HX$^U@$`=kpHxk+Vm`mi>+}`>nobo+Zrm z@?Q60XK4#>x_v&2^G;sJcJCy?JJDJiL!9%J6DHpB-ks7*V|Jb;Y?<$@Ol!=N^DTgQ zdpUP`U^S*z<}`=MvN4@Z_ejOYiyYB!FbK#pflWMCJi$wM_~SDG-sBzq3<|b+b@2A? zS@!Sx^(K*t554dG`Fr)%PmZs=@Qv}62VNYnytvCq_?5BuC~Nn7jA?j+;J_FEkUrSi zA4k_o^EzX{L6Gke99pb$B1(4n35Y>XT<%#J@To(&~z#Yv|Qz5scpA(J01m^jr=0Joxo?@Xn3hLcWX z3d<54Dl}fwB$Kl@;WZ#AoK;5!yu$ttoRnEPfhhy&xG7UC!?hUz)y-m~P|bJdwXbj{ zS-iAoi1i5}XjsiP`PMqUO5*k6CU12f$pkzd2Jq;Z%+^z616}+M9a~09?Tio;_!s8Nf$@^BLZ0DnM$zmX0)!m}J;Ca#>Nry~I;PE@cJ~v8HS}1uS3b z^P|k>l8*EvS22v*;s9UbXYe81eCCF5I(U#wXL&2?0YDc?8hMPJ(LGBT>MMyb(auIE zm4q|+%s1ZP8?l45TJ^?nnA8PN(f}{Of3R z_dk7KTwz}Kq_*=fqX!M^bK^EW;TLsW_yC}lID1whVH(f#(rA6}Jf+)kjckBb?N40qheWJv<;p zcW|2uN;riF81zB6uoZ;zM#-CzL2?2B2PwuU$j@4GbMXHv7{9hl1| z2VUEu(-|7>%Pw)?mWv_23K4QYVOq_OJ@Ywc)8J!gL!dB9o`h!2%fAx_1$Lw}GB{zN zVq#})wW}Gv2K5q-h9)-+hP%7C!~2%0<(M!#X&Y{`LkAylRwzB?H?JX6LW^0F08v-z zCm<5Gja_+hZaFHnE738^2O!Y32+sm)888u91l>qj2BBOt=SVjQLhs~?cn@7LJz*%OM&gA7Qr1YQoN&I0hF-S+l&Ag_e z5MPxEl(3z?VL5U|-daLJ7wNOym8Z18OL-}4WJ4z8JffX;Y2yIAV@COFd3%sL-1)E_ z?0!Zp)AmCRH|^iD13%kOnXmEA((+#SWldAqMIJT}7j`TS)Jl79#a;6_t7sc+d2W0K z?E%A5Xkq6a%Y4iG70tIW9sS{CbY2O;fs`Gyj5;$i;wQV-l{q6#!?5H7e$4dM&kE-W zg1H1R{6Zg#1Uvj5@x1&Ydjqx(_r`ztU;ZcKfBc{SpYh%Ae0M3v&o!;d9)0YQ@t1$? z*T%o|n}2=$wZHLK$LBu(OXIx{e`q}No(IQ0@8>%NylCis*Y4&Cf@^GOd|=$?Hwf-w z_P%v@K6AY3(tyhZ&Z>O1Fi#D*G_X$E*CFpRXjJ0m1w}dXU(T{R5DiAp3k|M6zPxcZ}b``eeo+Emj2OALbI>?u1X4sGsklBD1C!N_m zoppsMooxu$AEYBMGBH&MOC2G8!nyr~+bvJcp1B4f>gfyv7yzGd4ozF#POGyK3ngFC zM+g!5kuNOsvkdtP&pXed(;;7HNToaSo3>GkLeiIi86YoLkr&uCi#>%$U$7HFLHDxf zltFyy@Kg5WzBsYTsmu=3gr^=^48fT+$(t7k75kC_{1Q-^#jl&Cmol7&=p%D(LmzmG z+46#b`bK{3kB=#=a;Bat1D$y4xJm?{6KUxr#0`$jV>f1jwVVV{fM9TZPTah9PX* zLN3F&`sB9uq+U;hnd6SfvQIMI*Y-1=?#{pOd+tu%e#+~!eVz=3->DzFqd@P#jo9cN zpmQ#XR@R$sq~*DdwHyd6^K?GX!ux2PhBck@@H)>M&TiJzd#v!x603or0H`%FNLM`l z!U`;$hSZR0HxM26_eDU4r%q_eH*u&nKD&FwV*#7cU0d59xA4Zj=YKr@w{QOM^Y!tAwVPx8 z#u$(Isbao6uyvb}`W0SvY&d`Ka9rn8#fR5?YTzpG4?^$Dbnd=rh{4YhPZ0R2;vJ?! zC+rW{;2Q=zRyrRYB*Kty3efPa@xFphY@CM7Cn=b2!=!=TL5kTDzY(6kLlUams% zLCI1S#6dZT-(|iD8t(<9iC2UJtP={F42;xs`Gzds!dlvfUt#GKCmF~XN+&(CkmJMOyqIelwO?&_~An-bxLlaEW))BLtPTfJk zwxPu8Q^h4<5YTt&GCXQ%j=zM+3|rx_3I7@vLv903zH?%ouz$iw;N)|_gpdw# zqGQ8JbaaP%IOYEO*du-L`T@J<>8!YSync%(0+8+1F`j+ph4F>|_bcNAzi@p#{;6La zAA9Pf>2%30CJBiX>C-j?UXtK#UB;8Y7Plo%&9E<>nPK&?%aRMiZ8F zpwN1erIs7?Lu3($eEMPZLfn2?O4(tCOqCyfmHRZ*X?=*&h*2_U5CD$4m^PfNeulD@ zL3D&)>}D^hI=cg0I*Ok>>LNZmS{A|`U>VXkz4|Rp@N$tt-D4VTi*!~tL1&(~4~(vnWw0^8Nnj72ibv6e01 zWg8Wlr|+SA+9)Wey^3wMA+jZ}MBo=0N`3{_RGOvQ%EIsE8*LRhyz+DdbV^4wiOp%J z(Z^*b!|n3b;-^aqz~!m&WKNyVQ$f&i<)%MR>>yP{ZP#L|F`)A^Qoon9KMX_&9` zig%~O7uOuJS6sIIG=f z^lHaLDCuO6WdfYZbtMM`W85CMb>tg+Rj<12^HkKg+H&yP<( zc6mJdd1l~`erVi%{oQ$Qz@2Q<@ZIgL@zD=Ip1*&JuM>Xx+3$?+f9dzfA0B*byvEG_ zJ$#+;@ZQ&Xq>`rwZa+T`?%5xQ`@CFeeShpboWheQRA_l>ylt^#a$f^AJ7&T`qX5p&vb;A{gvPP69> zkL?09KET0AsGP-yO?d5rvjzdbm7ebr>`AleoETl8L4Xa7EahlpWwAMUD{}D@^SXf% zN1)tkX!IEeIk*VfpzjO@IcM6(td7LL4UUbZGm^**9Gu804)8Uj9r6_}4*2@y34$nt zZ&r*vG??zSFx_@gX7fTKGBjNJ@^#dc+3@k6D=y)yE-;~Scc!QfnV)i#Ro~EWn;aXO zj&Dl`IWe%`O*a(mv+vPS`Q5x}W3G;ojR6pyxKDFz3^tQ0Ke|+TfkW$VA0Io=NqD>L z4?H4*LzHR#1fSBt&i2$r`>2<_lJLlHc_9NgrJu)g@l7KW?GJ0vsXYnWbB#xKCw_cM z*(_6hMqRXL%B6VeCw}Bh13RE~?~rYUgCYH)bce6el1(NW#w8!1z40*)U6%V(_I!A?748nxeGEB(j3`bPW&n$nTJ z9lQ}2aWt#Ci)dXa8|punY2jzdAo%Kq|3|O#pMxp$CUv>W!g6N=bnJ}J#NXf*UCIu; zZ?xyGlMi$2r7 zbV6OTd@T#VXnNk!eNgu?%d_e3^v%1x*Zq*NWqR4q^}S`jmO)s<8+H+A&3R!*cgSr3 zjipi@1~Ki7-&vza8?%+~d@Z2YeXn7CZn}N{Y~IGp+3+vC6EY%HxMgc(MWO<97+FWm zx1y~8q!Sj#nOv9B{aiz;r2(9iyjiP;H4@9FITrC}Am^!=L}**9rgp=kFQE zzx4F@+;_h_p83)X;|I@OXY~H#af=AYuAeI2d425BXm9P&AaCyRJ%SBBReZ?z1?W^R zV?RGVjLnXCLD0sbPX|;(;}Xo4F*DA+Mr zr<1mX7=t zYpqwfbi_yZX%oe&o##p~eg39R41=$`8y|S=KxeFPLqLs`x|U;2Z$Z9t@N*k6h zUZp`HR$lQHs+L_K&~%iUwB}BuOlu!heo{sn6P&U?@^GnSs${05l{s=ML*a-R9fe0n z&P3%34!zLSuYk)d_@GYZ)K~dazLS@TS%wHstW#wj-DN{AMrhGdAEI58V;d~Iqy>I2 zqsXCnA;SVLjy7>bl!2N)5FfKlC86)hOTHzb66s^*OTg4CgDR2at8WA2CokkFRDKJd zyx3pLOW#Odh^Y%=ArEQkVTW4kB9Hb|9_3UX%Cz=gIIr%!+%v8GilqNcnk#>hCOCOo z$If0q2`>23=Wf^K%Bvs+FJh6(pO)Il`h<~uJNP%Z|6lo_AMS~ z`xfEdH+3H-Uc*g$h|_(bY5$A}*at3;zUTR(51XV5J-S17` z?PEE5YFM9}mN;)^IG+MYD9o@Lqf@@-n-MiaF$%@#^x^x!kCco0O^OIq!L!>xJAs)2 zJEA5ku*RcudyZ7mVcn4@GbCsKOg?d9=tIY)0D3;gtv6XS7se=>Y4G;J&2gK}gNJ*& z}hweb^=Jd(dxU-|fW_W9?= zAO8L~$B&<9>mwuU6E^>CuifAgKb)Uu{+!un_CiZmyN($EX?Q}wmcNl;8G@! zXYJS773El=Mr`9ujRwIXd_v;nGh7K0p-IwQX97iU@?dLa)1Jx!P3@D=tM&(ANk|ieQ_s-X!Psh91UNE;7iP0P4jp9%9veaS4ED9gXOMfM&DkGgXLD5*z3v~gW@+zUg5zZ`ApCP>_U857opsnm2Tt09h z69S`+p%S9Y3k1E9EKQZX0U(DkJhDbJ2(MvW&1* zzO#@zBE6|s{2aTj%6iJFz9=0Hlm(kA$TVx}V|L@Chl(Q-H2InSS-N8rWKd2Oa@o%M zE1j}i$)LK02wZu~QFq%MC!Nf}s*Rz|wzS^r z=zdAO?#oPff8$wr_fw{AGd=fT)9~7(?=J@deXq|!yr7>89{{w%%CAByEUXppPT%{& zmxuUEBP{O=UtXKq<*cvyU`{MXNzjp8Vz|~KVf8t{gk4K++ zf>-gLAF68I-mUXp*RPE~^NCN6&++%YZ+&bP~plLEJ% z8{fK{0nP#66j=Y>*uTOqLY4zA5h2*yVZLz7Pba$sfIV0T*k(}V(#(-d0NURWE3Ygz ztbJ%Wod|;=JNjeN4lXPs;0z2LXwZJp)K%Eo@^Z;$i&~zLrXfT^mxc-}d@US&2Prl> z&TPQhgcn5>`bG#W>k9SLusF-71*&kO@;I}hgCvPZN6wZfILgBeBRKejeqvYP%)>Cd zI0Qfl;Z{0fWJ0o8ZXoY^bQIqPt#H&Up?E_2%4}FQ;a_`O@*3jSJ_-NgpBQW$CqztI z93;r#!Cu}cCa|Y=b9NP(wI}vB1Px2*JHLvF^HaJD0EfEc%dgfcMeBu+$EGZ7b(0rf zcD~w8`7KATQ$|T!hj*|!%QWB{)-HL3LmxVkVTP%tFHXY3=%Qq98ujB_DLd*ZqNBT^ z-QpX0>?+iqye=IF{B6$8^(%c3TUE$io3q>r%?hnsUfM^$b?FD1Mm~_Uajb*dv+B-V zO0!*!j_@^Y-PAX5%=n(l1;-^b+Su5Tx)8m@FZ-;P3|e>TIBXZsiwEmLindZEnfZW+03p(DibkbaY6*&o^W_}3H8?t2<88PmcWr~ACVw>)=# zVWyY&a&bXFy4!^vD$>gIS!0;iI3A`oOdoBuzV_U>eQsD^H*K%m$bD}~XO(96sgCH* zb1T38=uf?T26=Ff?0Tgf@`4&0N>CCyqZU}<4bPfslM$s2dO0N(OQ!^J(@L*%69e9` z5oKxM*e3;OZPzz(Uihx@<-qlgJ-!+UqZ`glUK+15THXHv0f-`c<{mdW%_eJEX9Y|#OU8&`1JmG;TxYGzxT~&$Mai18b?2+ zB5%FMG69Xo>nG!Y=)i6It+l;91_9WBM+DdMy#N|qp9tXPNqO3W^g1n=4Z%8tDwhdr z4bo1Fdo%*4pI%=drZ<~-e z`l=py*xx#$eG(QX8GRi*k!~GpS)t@9+bV;yihOB-RJcEWq;H6y=Q;q?7sWGB@NS^zj4pfY5a>ir|Y^X;!CAf%tC02~w;&UCjwop0?d zWwbcc#&g%4fzpZRML>?&8PPL{RVH;L*nP8vEF46zsy9B`G7H1>$ue0r=qnmR29{D0fyfe*ibeDsNr z^3MN9$CWF5dhk!dahVSWefa4Q=I_PN{CIrr%g>D8`TCc}3orj@9PIs=ifr_Pj^EHK zHjmvI@VFb;WdL6kVhGxDFgiZUf7`?B1U^;zJtQX84*kPLW0>yXWO^cr$S5BUJBBw*fW` zDc{h6~F1%?ssL;PK3SVw<3T?CbFla&TjlLwF{o| zkjfJch+jLm;cLhgU7&~z(24GFw!=c6=&tzuY4f&QYzRt)ZRP6)eAGq764Q0oBTd4r z(5~+qa4lZ!ur{B|#0-~~LSC_#c1_&91Yb(-my7)7;iSF8vgl&^HF&j$9=E??>Dr?i&q3sM!JHRgM zvKI6e6FTv2a8jm`0eQ)*Z22~U)>Zk*%QBBXf!pcgxB7;5kf&*E?mmvylLgS1V3i$# zZUD6a03ZNKL_t)%wYfB-r+ER%8#((akHRUNCmkCWPIQ59{9L$n+WwZA_JLL}VWg}v z7_AJl$(KC**lu@QZM#7S0G&U6Ec-3f%WJWF!uiK@*1hhJ&g;j#*ZDn{KOhQa-+$-P zeJ5d>|3Z&e#B(2}+mOq2-`6n0J$tnAObb8nukS5!n}_$7hmV+L$3COZyzIh$iJ@WA zj0z2n=6%r_z1BOW-T9nwE|u`uuri)&WX&I6e8EaUXdXGkw}wu*4a$-425=+`+>zz(<2D-yk8j>2I&fp$c#UO>mw!55IsVaj>BqOn z%@=u;@SDFg{)fN&_r~A-FaFN>Uw-TV8qYod{n%xx=g%|!@O$4ge)XUJbK`IQ#=kv& z^WXee$FKd$ua0}4d|>QedT?CdW{D-A9`=iZG$e-ieSuQa8rAm!0L$>y(K;Z~v9sw+ zA+R&3nOQp1qD+PNX1dx-z+lU=&gkAW_cJxZ<}?FE$GpHNjuoOl?dnW|yx?a?cVzIV zW*cEHUm%%P@FR)LK7rb(a$CaWD4cph3N-C-ksxX)GrknDK&D*ftT~pD>O+!7sZh4>mFLw2w*cP@4^rg>+u`E1T4j zlG)wk>Q&||I?ATf!t)ltl;i1aTbs1*@-=U4jtz}Qa61O`9UI<6YyK&l%uPdE9Fz{7 z$b%)IQ+BAbP)_qsa!*_U9-=+6a|FC(YnT8Y#dXm0OgHx z2}6+}+j}PksCY`FsEGJw5*OZ~V6mpsw?gB&1{W zqu))~W`J}Io}vC!RBY%HfS(e!jIzc_2c+Q>{-w?uYR-##(r{pSE59dk_(|A*HUvf( zZCt7`!Y|Sb%ns592s@`tfau$K{syTWar#m|f#-;2012@diI2+fkMb_CD`f@3ydG$xS-zy9`L8i+pA207c)Hp!$L>93yaDy7x}|(vkcKsJQ+_FLf+pD_$z0h$<19 zrb9qDurfxKBWXj#eoA;v!$e2(mON#Dc|plKNFk?uBSVY|9nQs&lQ{fYF2Gvf+(s`q z5~?1BTe_1>nTBfVk|z|zF~9Pd2l?ws4bHJu*&*$TTtidcO83H{EW9ywO!=Ayzx9g$ zD4h05nQ~S)^{{Qx*f1~qgJNDlmUWe>G6Rp@DqTw_z(TWaE{>&9G_|4Obc?>18>CbI zF9Q`SUBWPVL6$kZ_$41dIJ@m{d>*)+J*bFmXABMMVEGJbZLa)kA+Oj9FP-+ZMXhhL zlx>A8VAXe-O_`%_G)Ufc-qw~u11OfS9L(!LCmKiq0X4^#`;g8#&g(~nE#amO^Lt+Q zQIgXJ=ixWJS#}>MZs+TJ7kR$W0l-r5Hi9tI8o<9k8s_y9?sXf*bQ?+>jqP>Amg%!J z%-e@ys{`LLPWZ?d!epnmBTB+RMu}YCtzE>(a>%A3Lyoo@SpuLVPDqN5+YlJ|tO{^2 zqqou+>UVRXHOO!i={!vUKLX$2@yG1SHta_k z^^0)~O}Y+h2-UX4(5O+ywB@E#UKR)RUZp+>9Dc4h;B}kU_JIzSlQBM%rvt!A-f2VaVm3Po+ZAQAqecACU+s_=37_fZ zso*ICbjoM2M9MDOrd-q{;c;~$gTwzUi$IH#fVKJI?H~Zy>iZP2=hWT2>StLHJro~e z&@Y>4D`EPWMB3+L&*_Kicxbx^53E?SiLVqn1sZ)N7W*S#Eh}&@OK)uHQx4c#$SJ$z zMTfQnM$3{1+ZXn zXAd0u+Ov2Ueb7t2J4Y)nH`6L?C(wp!gZ6bxb=C--*ZXbAHlFvE`IqUY=Xn!{@!PY< z422E*``Om)h~`wGA>jexJ}v=J5R4WRZbI$~(-|!QwhHx=!Ayj&9pN6aCQzR%MNeW{ z&C8JKu^Zgz{EmHPE?ZMKvBR-X3M37#Gh&trwpb20_A7hf@3>^J?J@zI7Wdgj&)WrE zCKxwvjMq++u(~RD6=$hG6NO>v}VK7uXGUc2jNxLbB2-V&V-Xb4LKGaXG`@x2)a#uV+v*X zI`TkRQ8MG1v%rcLID5kv#Mck8MiiPdSGW=!d@nOL>42kuD!+LPKBHFQTj|;uh0I`z z?<}zC$DXhWR z#YGm%LY%g3&Ka)Anbk8?XDf z=Fv1dpLmU9y6-psMV(`kiy|)FHb5)dyi~Sf=PBEU6yN)e+t+s5M- zHE11C?U_mI?^%boWA4hMlbPnGFYd7MJqe&Ho=#Sk3fXjSE1pglnsi{?_9+0pD{#_T zf2AV&vY>nF{cvm2%OQ+6cl>jSPL;5Jyf0Od}45r12@ZB_xaPf@B__ zgh%w^X6Q^m6hDolot*s_ghQX-7CgErpf*h7bA~Szdl^MRqKiNHXWDY*pJkx|vVM#l zs~5{m-OZcw@@HiS)5^?Y<1QubHEkg>5yR>FEq8MbygVy zr;bZ=GEDeA@|@~eA#P>iAILrhp{-6Bw3)R+?&3F{DL*u02erVV@-i!ZMgv2mRxc`3 z@9KB@tVbw+bcbY=(nST5e=?1^%8 zGov&7dP$CcPRE6EN>)CpY*R;w`J_d@!C@p6c*OFDGIF`I41-p!I~bZ+o2+D;0#4JD z#m*iFRUXSrYs_}F?VN#^eh#mdJkt-Yo6$?VDHUz0RI1LZr-Ldh0BL?|Synn_tJszw zuY5ZDtq%Jj`x%e!ce?L7+s`dK@nzq2r+m^}(r7-yFY>t10e}j1N3TMyU@O#}_F1_1 z+fbcv`J#l**T(O&@V9duvj2d6)Wn-`bwW!Cml19|He63QC?PV_hP*&?2X(^xkWbj( z&f3s19j?)8cas|G&l3UOoA5-HAVy!ECjxwa_F$jTnqfFPv_od_o%W4^J}I!4XVq~@ zmj-+~z)p+wI&T%)cm0*O?yUjX!(-QOa&L2g+!p61G)?35o1{#DM%EvCw(BctGHZ~-NWGz4& z62r(4FjM|z=Q^~Hj3GJ$5K5yAfO0Y7Vj6n}?rnU8hDxxZ#mr(z$9KRne43D^p+=FA zGdR)&9}Ikm1~xK4EB*ot>qO{4+q|UXd*tZP;L11j5w*kk`lPQB(@^z zr|ywCpKSIC`7R^Q$e}#`X`WoaH&WDT%86~QFR^FI({ctzemyNVR8I0Pcj;$mzIjteSbo(iv9nev zUBZ{Viln$wtmQB}_i1NDh)?4G?a%t8<)+O3x@-}eh#Wgb9%KW@r?jl^@^UH1e0g0l z`QGeUcI4e>2}@nXnY)j&?@F7*J@L-s%0pP=b-u>yer(C_&E)!7?qzKBvk-W*yei@>*CQZTMy0zV~M5-ua(hpwM?ZVVYHe8fiLH(a#-q^5YUf zW|P7t%uGGAI`J8GR+_WZesCOt)-nMjOTF0W67QN8e(Z99o872LCxrb^2zTc;c@6a| zTf+X}Z%b!~tUN29^fuRiNe^c`*|j6u&Cb9zO?X#P7lBd_l?lI>J>~ILr9y~w1&miI6IAmb3dT@9A_`wgxzxmVW$3OprKOFz$ z|NNuzwZHn_*n7CAWLJM}J;pZzxNh2z`&|HT%7q^EN#spI%YtyGc>oOSt=Y_^0o0~T z^qn$tbPo+?MdeBb?#zRfHX7nMlW??~as-+gk5dt#mUU(-Af}8mqMK!1Q?d+_oH5kg zjdU@DIm=8~{0WEIcHL*@3U5ivPsnZX$$kO^#oi_l8-6DL;S>7pnhxtTQEoPd%!C40 z575c18ae);9-2|MdayGBFSEBI?a(lk+KtI#jkQsq?yu(y z9tbZTB9kxS-uzgf11^1P&t_t0uk6~-wqAu))`ia1l{mJO(=%7hibJ|-IPz?URmZ`N z9*T}OuMq06;d-syM-_a6zNMlpy~HD;G)-GeCn1raq%~jbsdQ4-$&mP;yt;qsj=B3J zF@@QWb!RTDJAcE=K2Uhm5Wmwlo_AsXna->8&chY_q>QhCZb-_!LOa4~C3*MyX@aSM z#%X0N(;3&wZQQ;$-ZGuAzP5Y~jqzcO$-{YwNCz`3OpF_YvmuCEG7W*o%Cm6sXSiNv z;Tb9#-^QS=M-X6K7!QHp1<;7au`*bBdda}XG;a!|2jsK6g%x2&sw>yXSDu;& zt?S6WrsKE4xM4-VF>VTH5HPlP$1a15HOB&+t_i!O!M=fGzTkI_WrEdupYsObXzy%X zTeD<<`{K-v9XKEzUOBK4lbDu`YFPi69pzx04Nc(AGUdUtnsj7JI@*AA3J%Xu zG2hLb3qZ`Gb|yn7ZIAW_rgnufro$j#4b5zwt@0BYiR1!qLlJzagQSdrh$b#H<;QfD zHZq3i;s-RYDX#-2@@hKDC4Tfnoy{)psiewY-r!T7?PzV>ZM0@4!QrO{B4L-ZyT~_r zLEn00UhV1^-%YsT*@l&%e5%h34glCW{Um+#Yg*-nhb4{#BC19q9W^>%xk&#riS@uG zJd0CCR4+Urr*7&Jk38f-{iru(m(P$VFXbXq%~r=h`4J8m>JMf{dMf8dSz4ScIYP2D?d) z#Nb=jNviAwqzNqb0;ZHCyqRy)7j9ZX@=3_BHnx#B`cW?BopQ-gCCY7ueoAkowT$4+ zn{SKQF9cniocX3b5ohvQhg^|+dcP{KcY6x}BAcuGlkV*MdD$1)-*q3i?CiyT6n^({ z-RUp!8n$8J3Ib8V70`VL$re)O_}2>a-a@Lh##_cO;VP$bmdZ4Lma= zeBDDQxX|*sP2E$v0d-yJdeZ28=I4Yp0F66`jkxunMk?-8!cJz|?ay*H%LTZhaOcMz z3>`O}yR$uRe@_3~A`OmjI%)Ff#2}AdJz_av&6330!-A}E;2pUHfUAFXv=1DYJ_f$c zF`-+$5pYb}HRql_Tpf%<4&PtxgGcxP{Otq&*d(}rok7Xo_PBev4-TCxuN1E7bPrim zzs|D478?wY8D#8m{=l2Z_s5Tq?s0g}tK(yj?~G?Y_wn(i&pkUn^w|4*$k4;R`{RgZ zfCEkg^gQnK6W(q>fo_02$9-Qr&hcVUM!Hr@&yBj|X8r!dA01wjFHxEV~G{lkuaW=S-W$Gkp7kWS= zq3KWD?9c=iTZNyHQ$}#8d#b|GgEw9Ac?DCQh`7;nhRv`A9G>$J)=RfdbJh!agH8?t z3ciHl-(@aq6#VyYd?X|r6+3a@(=khM0M%On$V-{l=Vi@VeU@D1(uYp~hUI7TW{0YU zaFq+TLYLAkgS72T#T#Lm?RIOZ!p1llHLyzEB`{DX(n zlqvMZwH!>Hv=z1ubPy&@n!M2L!-dp?+_+Q=X1ka_@&asb+FLN6Q>6c-ka_+&ASPf?QgoIsGU87bOfEzP=0C?Uv_9SjCQ17 z!}{qha0-gSXQZDgM2#X@E1*PyV|GSuuEDA^QGQVgz+@Mr{6fJ+Hb`BcWs?NHf~yh!@o-#gq58ok1WCH z`EZE@_SIo+oFr_ypu_UA5GG{V)vn;0ZDhtnB2}-u(rIvJV5IG`uGxR3&9niG*nl{u zwX6v{i%OO$N8s3B2sb|PT2?@}Wgr#pj8HoK3fQ=LAuJEhY~mpxlv%ZKXqvD52ZyB2 zjD_ng3Vr!;un?T)M`n9Q1s!@SaVp=UsUpj*s$2`+6mIfhYpZd2TulH!@2<(XDn;NF;D3P>J z>4QpVT;)r6%9~s0w;d7(Kk=>s*9Mf!vMwIT)5-+(+>k|_uH$L9iA`HgO4DxE7!AM6 z)%}zGOZPR6+I^At?$g9GEUd5YyL?{4?Z5n6UgmK*{WAXj3P=9;i`b*+w4mKtFNHGP z@K#>mrPbl4(Ve?-ruDBcaT-t9GTbK$%h{gsEHxk zP-^Jrjpnj0C=Wy?Oxhe|;kvaJEu0@4WhUKJYF`lq;x2bw`r>S{4?tqqX)v;W=8W9R zhufbYKB0>t(LuTda0B=@ZvQpz{Trm&b^#rK|4n&)j6Ajolf%l+75HuOZ^Q34g8;%i zPqNOw^W=Eq8hJl~N8s8MoXHQbw|BCRL)`v)MOfxwOuo8~oPO+w*@e2wTL9`iZb0HYFV?${SUotF8|yh6v$Lt&K*V&qix)2S3(QF9(UX`>&W zW5dXvC4=yD!GCpNq>_iuOPiBt=<^eJEoa!k0k^G!PqkAx<~keb1s!oLoOBuREPm}0 zFI|~SaEyV3`p+k5%~E{|mo0vZAHwLZawcr!E`7>CoamotA5~0>fv{;y^<)CPXf_!JX?u1CklD)MfcVyPVA!#ekw%-; z#l7J_-h@Lr#0<}Rk@6y(S17r+&8O}J zpY%zq%~=172hu&Bf#asNPeWxnL+P)b-!i5a=Fhk;j%AU;u>dX zZkkSOKh}L&_f!2WetXFcFX{UHeqTRD?Ein+HS;Z`)Ru}6-hWFawK7`KOFB)UtxN`NATK5#A_qf+|Y3e@GWjEbcz6Ib; z*Bn8?EXtk2o8Y$$+_KSzSZs)PYN8u5gHsb6bc;=&gV2C#Ye)-u?d?4Qx*xP%+X2iX5$kK;$p0Zi- z2)&>3cEk#09--)S+<7jU_@;(#|8w4qK;3-3QKrGQsnnaIn=$3UfgYqoG+UVLu1}bP zvXd-Vs#=yVG*UC-f`R#i!y$FVvgTGd3$f zuoIU!OiITYaNNkGS8wv{m)-gt{wW6aujCai^$sT0gZ$T$!PGw_N|7I;-~CD z$#+FkMka>1(2-KTBvy7B6X;np)d-MQ2brxG&ew*MJ1c z7keWw4QWi4v{trprfJ;HL-@O0Is8YzJF}w9NSx~HUN#Lw!?+(QOnOu-joIgf z*Ovpq0UjLSZq^eZD&)ABQS+;Z;2bBu@XYL)>1OXAJKneA-skSDcZg2%+*R$~GGv&gMdGT8`k=Ht# z%!|+Hr)kc7)m7n}cENM9fq%-PmT%+}{eYr@L_bsZjf~P%&)`IdQxCB>0K$`(Z1)IIK^c-12j=)H3a7GPU8y1FT{jpv$u| zYQuyqi;XNqN1zSQC0x98ly!Y=b>hI=#w~9+db9Jiy;Zy_>&8*fdI(D1SuQXbyX|}_ zgp}P(TjnSa+KjAMICW(5uZ%P|^G8DOyt*IhyM4{&KFSpKOJ3bCbvQtNOe2neOInTB z@g3LcuKFGwU1cT;!i-;DO=Ag5m`!tT5b;#L zb^)bg%!*AU22mB#4kO=>$AWaJS+TPgi~qhpw+hUPN5#12K*Ym3FvNN##<0r)(16Ys z1A=t+9D3tdtgl1Rlkc|K)vv36&FpHIKEnmctU7F#!^qB@-dAlRg-X*6VQU@VKICK=&eEBiDGf9}Jbh?4d zh-9{CDx+Ij=R@+}+7 zp-JJ#e8mUHKiYV*n{*}*leds0yqOFnEN{RfyW!G#WU+4vpU_c8!Yj zd<($-#jE=n`;^Q5igEtg|JadtAGPfBI*swmtLb;&)wCMk>6U5U&+wHG0AyC7mx8pA z!j^(Iyp_>uTalLqZ+z)2^Ju!uJeO(x)Ti!FY6q?>1_F3!%4Mf}jZTNCa`RH~xQX0p zs@p2APCBI=(n8-ACzjqFA{`ay6Qb;77w%EOaqq|NPh#kt8Me~m_lherJ6Cnz@l3CG zc6vl-=+Xc<90PpJ_k?wmuaBTzEWj!_Gpd8UgJ_c*dRnn6EBb;FJcP1dS4D0CQle*(|X|`)xyVH%RYqfS+OPyzgbP1rIpo5LU1a4I_BAkP6)LG!9HJZ%B zGc*mGZpXmUlU?O955qMW6kq-w7?z$TMHreTJMwC9>PenA zOApOY@m`P=aIN6%E^?8et_ zF7>X9mEn1sS$bO}Z5(+^~1A z%XlifJN3Rdu1abJcG?i(=iT5P@7+Uq%E!!1-8ztwqb^Mh7=K>7L*pUHEXPC|rlVI9 zOrKvoM;U#y)-K^J2e_#X-1)Nuz8l=!$!B=Y%-#)vH;{WZ-TQtL7wXA3qmCr)oH5H_aJWUr($8{Jr?M0dxYU8j4iC~4K9g;5s(hzh8=T7b z9c79TQ;edCHX5KkT;y9aw$7vH&KLUSnkKD`kSMk^<+4oM-kkNSlh_9IGuwuTEe5iE zkdgQ)U&}>uD0s8XF`13c&#;r<)`MkXUacPqBpf;y;f;)>Z5i8J)5{7Os3;3Mv8>fw zJTb}Fx~8s(gU_;0%R>CpbIJ?b4nJ9DA}{%way1Xq(ax1om1UzMip=tg0uioRJ8@K$ zTDG$T)Z0m3B`(gY zK57Z;&Uy)Jd}01|y6(TcH%#2+pu%Tqb~>N0@=CqBstj7l7F@woR`Bm-j7~0BEpcpc)X7)!>#V0D@0vzj8erU(=SZeh#|f#vs5(%yaLBlPB;Sq+9Pwk3)MH46O)n)7kIpZo6sz zH^(h_-Tu%H%L0${>YU37w{idL@@IYj+DCBtKR#|ec4Ittn?rm){-yDmFaOf`rB8o$ zJo)%zOObye!hi68{1L9>2jd9&ud(C*l{cP0|@DmmS=o2L{nbVznBI{Jm6_K((u`c zkh9@5j?y3vJGaw-+K3RDwB|>-S3@Sgc_q5if@)*rZtyG**m%jq}95g6!!@;pbGOdHE9MU5FVhheY90FaO8CZ~G&FIjB zUl8NE$iNv`UG9BWs|Njch%aYL4+9+V4s8839SH*i`O>ZW>#7!p=j;f*xr3kc%W zqi84cX1PRpNo&}dyk{6>X)mPJvS~Z7<{`wQpYSmA?EzMJSn!szLl*hj=unPQE*?0> z7{GS^5m)z3-S7BpALit>`=9P}Ox`g2y2deVC+}U{e(vl#k4`VHf4zCI@vh>YZtN-u zw=jKI=)PKE-WAgOQVA;VQNoMUbXw8UY~^-Xye_cLb9q0)|I=wG@0T%-!pDP%bTaAc^N|pE^MBj=^QOxO8;c z;dVPe!_|%3>V)u`58(Lu%Tqoc5Z5tB(mL|B0kbM>VH9?TD_-N?K|WA;k~hU%J%>c zXa`X6k@{uH<5XSHu$Ur%d1mG!qgoehizD z2Ta+)n@#Lo#>Mx>Pj-x3vcYjVg9dU&nq|4rwK@6Z8K#smuk&GmW+VS`^TuUOBA)%w zi>~Z^MwxKrP{$4~BrFf!V%*9;`2lWTo89T!61?^DN_K9WudO)*^a@x;Bnp9Y-4}lC z%4ToJMu+Gf?C?D0HLbeMvW~JS8?cfKc^hBZ$yYw@%T$r|tMZ-pAW)ppA#B>F4{k51 z1jh`f(9RmOLtcDn#9gm!;_#=7zH|a-%C4;NU*B9Xn_3>~WfTW!mJ#YsdFkS|)9piY zWFG3+Ls%?%T?b;balsqE^FnXfqv)}X@L*eHbwKu6c6Ff5%vV{|13&rHw&iFR=%dPr z2N}d3PVs-MbN^MF>wVgP%iDUe^AG=M1X$WK>r2S-Lnf&snuL0bOZry%=PwQK#>i=`_M?Zdhy!hPL#-G0O z+<5WN9**m8{?&NvF<${ho_$UM-X-P~l^G z&M;^_NV~;pg!w2Anfv;od7V0~!W-ckc&C(m)>v)voKEP0z&3nq$|0a$CHH=?F(bB= zw7jYrItrxy$Uot{<_Z6XrC)gwK7#)=&hP-#50}LKt4Bn*vhzA9T`OsAB(=}O%&5-c zzjQ(x7M!+8dlY%)|CA3!2`?Rnx1{A2QE-%9S#qGt!IWKj^Eztrc}_U_(h(?c)}fs_ znJ+rwb|H(sm3m7wb(DQAJ4nPEs?nRrJf9GGj(&FF?Fd;cyS(};&x9?PlCfluTRyVS zvdipKotNIaj7+P?D7u9y>!x}r`jgMtMwRIq1?T}>m>oFUOhiH_RlX1_p3%AIQbb;O z(;mv+po6?FX=MPB@|6b$fe<@~=Zy`(?6#l05=Z@?S$5LYezZ5#hW@qNE~9I#PrDr1 zHi=p%pT)oDlx&?bn%32*>~?$}Ru(?XA;Bw_2-g2`?R{ z?psITCrb&@r***rMClE6$IeqPri`(x)ECRt`YZp|3-(jt%{mKVV2`-E-|^mkO7}UU zcf8@AxC*mx>(0OXIny;vd@s{9%y^$WpTfAhUv2%$E<54wh!tq5CwR?1F(`yY)7_piIk1Lr5Meh>3; z-C7hXp5YyEboH;;+FxM}fK&W*$KIe);Px+9zc`%X&!>D>k1=4_x;-8v-L)qe7;t3o zjyw8yK0H2romb{Q%%M5Ao*Ey%`C)ePKQq4gTfaK~`jBb zZKrNC;=n7Xs?oVxX$wmE8s^8gvv>8U9h&gGGGv7ZCvAY`NM45f02b5g(rz5xgP{+c zzQsry3yi>Le*EWnRd+qv6pr+Xk84rhNmyaI4+&aR>>y!i*=Z4WfP!RX&)vaGc;n9V zl80J8Aot0ebmC^8a^--R*sW>hlf2|745ph7eLrhkOD7O8tuqh@1PBy9r5~CkMkmT% z{PQfI{6^W}l=~Wdpkn4H^dXHb8=7|Toi<_97Jm3-MwXdb(@`f=KhZxzG;jK+Qx;Wd z1*i2=!r(wx&quFw%T(3t#z8+KN}r(gvjjj`d8MM>YRRVZjhkJ$Kmh?lQ(nu9yxQI% zL^KFNoH*eV4N-7i)`U_n**}3fqi~AClw>>=nJ{$n#(}m+CJx*5B1lKZ3rAfQ{nEMl zHjezz!pUHGCSB`IdCBXt&8MWm$x;<4(Z5u*Pw1$hWG`=w#`VZ(lNqG)TlNMAW@#Gv ztn9;Q_!kb3I{PK&UIcN}Ta~+XB&sZiOJ40Q<(2vckASm;l)OwUO^D2Vi+<$#!s!W+uw<#Y|P^S7y<2E;?bg5UqZ4kG)^mT#KD7bSzjaTT{IKdw?h1i2LGs}qw z%M1$B?U@j1B~Dg>lczYQ(UxrJX)JXbNGyDc3qaR*xlG|7`sO8K$)XU(!<&pHUtC*?vaWp6!)apeWwpDbsX7G6*gY2{yha3nf;Zu$Z$EWTmnCRhj5gar8& zPL@c(ku>C_9zFE#cL$d#UvbE4^Ol6+&R2cTw3dJ=khloU&dMA#0pgyU8b!O#rNy0j!;vJ3tMDLu{*z8JL5I}GS~^iibO7DdL0KdpZLF7dDld7!{^2j@W5_dj zwd@61b>hKm>RCI1X1>p2dw?9Y-Vpf7YuUHhMlbuE#_qmHTyd6tRQEyRbewmuC0^6| zpzl{Y0BB)aY0KwUtoLO{FYa=Lv{Ya#Oger@rWJab?((_A%lleO(Tey#@TiIOS;God-{hC+H*}u#GoqOZ%=jilb|J?ZWjl1K)vyYEY zuD(2e^H-l4pZm&}#>d#*|BH6rzxQx_{pAV7aI_h(UOb{vD7gmpTU!9zsXi(RpMyFA}N4b~Q^!o=qDboCVS;I)eu!ktCvV7Ayj9s1 zee4RRwjBjbo}2!8+MI|H+n^PSe##||ZHMOz*#nmcmo51Cmjkd~$_Y(%m9nGG!JA7h zE0z+HbNd}MlKzf2_PLkcbygBa#EIuJO$Myw$xwCbm}KOkQN?lS*PsN8AHl_@?%>e z4|QG(9!O{TEFZMaQ>NHn@o#1N$!poU+ZT0zB<3=1`Mm6x#P9yE`?=*^4}s5}-n5tV zN#qs%JX-4aIWq<7&Rb#Onm`MvJ>955B;e6C;Csa{lg zcX~Urwesugq+D#!U3jfm#fSrtFz%ysx}$zmz*7Qua9??F(AL^B{AoyZ>+^};Tfo=s z;NM+;Xk5F+pn&)DAK&E^zo+Q*Z#^@f+I@=G_->A;o_==xjW2v`eE!Q{9M68@Q+NZg z;|XI(lR5|9ETM*ne#t>~ak8!TxxQa|#aMs4x9JU^;WY zM+M-B;!_M;@5mO1|D4;fG6G-W5y|Uz$k^`6TAHCPwK1Zs@xY>I8Y#jyMtL1bomjDj z6PvYRW(f3magXa-#LD8LEO(+dM%jTKm%EKP;R%9}jTA7|O^0D>Y396iQ<>EAm}Q!F#stueO-eHgR!$(3*^Rxyecl8y4f>%OD;(_K8MB!eP316OsRD0v3DX8%d22{*a z!L1PQ9d0Ey9q*UZi1VoHczzDpGw0)mWx}Z2d9%})fiK*~jppdse|Yd|YZ-|H&!>TL zm$}2%uxHr&3E&*ygK_D4imN|vJ@}$LJ;`our?TUq;TEr*IO=BYf9FHv+0TD${PN%Y zYvWfx|E2N7lfQVc@4f!ko$>W=es6s5x#z~W?)-4vf8}WG9KJr@xJIY{8k@L|-WqqV zG1GsW!O;;OjO)xy_zuDL>BF(d(Z^?Owmdr79|!38jBgmMPw@r_XC!}mN;=DxvdBR| z33D)pGdu86rG-54t#OfcFCpS(gIj6P|CUK1RtA;o0JAZj&;?h-;_@A-}!1>nXmG1*tw1mEGxj{knjYhKYw$rwF^ zCUsmHDGP3~vCyHwTiz^pL?`k)?L;K#r)^PvriFLi;B}Y}Wif3gwn4ma0LAUEZcIal z4wSMihFlhdHlLZebPB1;m&n*BvtjFo1GmkRfn^_CDmT7ulx5NUYrL^@^OR=nTv_pS zsuRHRju5K13D9TkNw~!~<%;aq-!3EJ+6#Ev2Jq;?aCD2kO?b*(9ombNr|?>;t+qG1 zGCgovOuqb-y$QtztqTBBUeeK?qX$)qZaXcNDfZwYV{W8bmj)Knv2d{H1UT?$yfl-W_|V>wCld-b!x8dG9L@f6c3B?n(u~s8F{*7O5K(!#;_79~?URV>j~QZgq#h@a*=dmvFbgZrB~& zr)~_)&j0=K(DVFpeLuFQyyZ7=0ZeFDLsQ-=rFz;OU@-p6t>r7{;jGnS6HUfk;#e!zk~X9r#=V*ufs~(9NCj zxP__MI#}0pnIvFVVisv9>eaZql`o*^>FUDS!qcZ^EG!#r5GBC(Y%UJ@g zhiyEHcjKXMPu--tsY#ZGF*~|}yUTjp22kD{@NtVPURNZINxP%d*hJ&6OLFb;lX=IfV zG$;T0nx!5u-0!t~V|!BahR>8K9ZK{D9S1gWoU(I9D@}QrcH8_YP)>fFUd)zDcrQ7H zx9~4N3tOFGWzi0ue zfV?q@)5h}3ml5xNb-!X?)BR3w^7GmF?$e}VxcjN@^t+EU-ibx`TgG?VrX^12WB4jA ztH=j(wVu{P|(b%jHS|AIo?g<-M^-HIbJ#qYnq#T-U2}3R^YhwF$@~etf5l< z(x6}=8cm&Gr7_Vs*|=w|n#uvbpZ9ezk=>*&0Wg5^jR0N+7&rMC&vieudz0P%w;vm~ zZ*xN5Cq6rV{nx%QzVd}%A7A>yr-|eEzhAKHmDlc!7r*(<@mD|k&Up1Z561f8kH=fP zxb^q8$J<8_$IF07RSQe2lPd zHSip)M59CP17M}4EKoaZ9_egUyl(t$8dW=Z8~S_%#foh?fU0{_SE~J?VGwD6EHB`e zmJO)|sH;<(vDSlA?oIHaFP$t6Fk8qI__|MZdpb)C{iH2BN#6^OpN*DumL8y)Y|^U8 zpfdt+fTD%z!UdqM=0=S68)j`}|*WEWLDP2axsS z@UOguzVa|7J4^KwJxG(k&;+RngJZt@wN55e(GOq>CDG+BMsM;W{^T>|=<)%O`k8W> zmpH+%$nXYz;bxO%m*7;|mOUdD;O%CQ>%OuCQQ31t#U*bEU3w##7$u%6ls@R4C}9hh z!YOzn7x>atKiUA42x^mY;}e$g%2ygbE2H#%EV+V%l(mzeICTzAm1*(6u}>lpL+sM6 z`ASKfAzyOFjSqr(QGgqsv4On#BHXm{78@`%G=N)oW^{!kwsF=$Wi;POGvUs+;Hej8 zsGchueoMv;&z&!oKs{v1fJmhX{mFCLPvuo+_YY(MpinJH3#q_L#7nPJZbRBhUAwxNbc^rAtcpmpg~;)*Q{Q*=2j;TL8>9 zwi)fa^Z$$uEIZC@>5QIw>LcSn_*?(}`1k(ym&d0*^$BzSg}NT@9ggpO^V{PuUwod| z_g)>xcU~TE?Hr7QH`n9({_Eq->&)ukqM{t%9e1xWGr!MZ2lxI%dj7MAytb&TUpM9f zTO@Jy@9VnfmB4FkusKkPocVv6-TsW)kI)*k(Ias1zoBx<0{h6cBO0X`0(X|7o~^=a zor^&O6mXf+NZ>i}$s)?yCz`gM&ROo_(D(_DiyI_emnlcmB@D6?mW;wvzQV!B2I{~N z;-v4}0l<@6+_}tj!EyW&1JQm6>Wa(^h{i-atbbuBcBLEBL!q=WytBcNTQcFwSMvSY z)^^**T}kfJcgestUF9ryD|V}5qzP%vj<8&VFOSLyWdME(*^A=ckp`|$O2SGJ2Ts^lpT6QeX-$w z6G2(1G8cLypI#o)ab&*QLk=dQkjqZAhmt*QnrX~|{M}4l9?z5VSpL$9JyYAv^8MI7s+p^bBizRqnBQ2NcA)VNzMn@K(k?vsAb|Sf3U5!sGCs&x{Bt466=l@I#;6grmDoyZrI`IPuGulY@XLRV|EM$# zYXvv0zGu{A2yOX-STh*IlzV~9T>9Lp71YckWZE~qyub2pNH^Yd1VFz&CICY0msg?ogxPh;K&aE^Qze=VQ2gs_ytXx z)kzbc4Wru<4!gAT4jpHNTr=NzM9`1As=UCXBak*T5ILk~jCbbY7Wo znKt^7PG!g<%myd)$yaHWSDLAV2`le}BXnllffv4Ml|_C!?M6QU@+|}OLo|fYm9h|y zegfAXNE@)=u#yfP|pEn6sK zm8pD|ClbjFgOjp|-pq?U)enW1a;NM{C)%5GHNH5-TV~kcZ^|)ck?8zP(v_FCk@A}5 z9=X~cKo5Oxn|#R!9CetokXXt>KE+q(T$EjTT)&K2hpO*Wmhd2ba2>75 zzjhcsIM4((%WI<(a*d6VC^}D3!9!#RKLuWOK?dEpop#>#+zS1OtNW6UTJ}T2?7#f$ zeoB~wfbM(5H{64U#uMIsplKT4aK{g&-`zmK`L!dg-Nyxce;%&V1SxRs#dI*st9 zSD@1g7tc|cu%$AM`-uzpl=V23&Ckv{%*I%A;0z|)6;ju9c8y{!+2N0S-}gv0GF?W# zLY6Rx{CMDxpZ8t64*ckqi(-^c&;1JPCgw!x^vWR2Z^3M|6l!kK#i3-FFd4U10Jg+Em`GE z`!uHDTA}S|Xb9|wvRm7RTYoC~+Kd-IX*DV7n?Gr6D6=#Ge!1T%Lz1P@v4TpM|0YVK zX<8c&=oqzG8X%Dkbm)su^lb^~E zIG1v%2lby$QGBk(G1?=r0Zi0)giBueGLdCLzz#;5!lq85XK3XU!=f4ogOR0mrH#Tv zcE1zdonKTBo$#PCO{YDf}BTHjb_6vMzT8~Pfo4ibGUZEfBDLTmursZ=}k4Q@zX% zTEZ{KHO}&$^T~1h#D$3Kl6n_+m@X|>0=AgBmWxl7x=eYWh&)M9_fj#4Z&0@g! zb=B|h;1WL=hZy-eO8_VA>OZ7|KEv(L0jvq1$L;U_0N_U&Hvn0SmJac{RqZ%EGdxQPx*+3DG%fh%OLhjbvwDWJV}J4~E4pNDXyXPa94X`81W9|t z=4%%>R0+$2H0%6x(!xXd;iq`#51$+tNhmLC<8gWNUN!^BL@Zqgo@#bJ- z4-8)0jW1%MLcqA-kT2yCI6tusi#*|?W4T*;mW%XLE}+Om4zvLje!_pr7(S&x8-U_L z!qBlSJa`Hoa+u7_{ET*Kd592*umPXia&U?VZ7e3`U=^mqv+A>|JGV?# znEK2QdNb|CC#NYrvr>9_v#it=HlUv6Sy}`(va9F3p&*VawNdHMx|*>3M0T?$gs_%H zFXzQpfr(=>4`fSj3;u!9} z%>L$boG|~o{}OlEsV~zT?!Ttp^nRAU?7evYS>jaBm0hhI70_WbGu#SkAzKNJr}8?^ zG{!d_pN;nt$G=u~D=(4n^5f@#b>lmt)CJTt&W!qn<6h3pBg3Ow4q#Bq<)%M)0qzn& zx^@o*(klQRy#GY-l|F8K$d3l#vGI7OGXQ=L*K2%u=b!(puZ`dT$N$6l@Biq39RK2v z|9sr}&I{wslUK&uZ|;wyJFk!X$8V1Z_gL58XEWdV!*O_so)6jRx2BV4N4+N)o^U$h zi95roY^U2cSi-5840=3?%smjtR3Kl8beH&<@Ao?@x6#hRG>6qtUb^=)ibuuHX37Q1 z9Xgqv+xcY*>Zp8%9k~N{)1}ihXAeDt$$1Qp+yPir`CbD}XH9URNkIvZ8y~pFZaKCq z(pio?6dmA`zC09frggNzd?98*UQo}(B$-V5(^xXY2>yHK+|l5o0oP)UiD5qd^tmkeUe~<11j|M#lo-%4r!sDMpFJY>(Y7Y)3Ax^e2eA{ zd8csk&`g|&7ars%Y{3t7EF+jLe#k2_f;0K2)L>CKd@Bn{80PxbS8OmaG$j?+q={cxXzC{NBG{Zw=thDY-O<5P|l0}|_XjvF8-YipR z@Ed!Z`iUOEm;dHL{b$pnI4z4|yu_o3V^0KV)L(Dx&4PDWi>UtE?~h zSI^?B2kjv@Y{0zGr~C-7B2Ok|R~L2Avgk63XTq|!Txd6BL^{Pt(KnN>Ymg3oX?B^m z&b48WY?n8~?{?XzbYEn@)%}h4j$8IShP!`jn&LJMVdC_k{hEJX9d6nIUg3}Bab=eR zw$O&V18;Z>*}^v?-T8}WShv5p4L96$8*bW$88+>^U0XY|u~2&4*Ksk~ux2+bFv|j$ zltyNyqDRA~Xm&JKc2ip+R~aZUAi#j!`M+B8N*mU;;{Ep3HlO-s7;x(*&%6QfL0$)V zCSH8;N8`n>KR3Sd#!KVQ%g4<0Ump*5apChm{#)$iKY4==A49&&Uv~13hkPi8CdCuQ zSl2&A4=X($9NKft8vp7DxmUgijXYTbAWXG$-F=G&^vpGTN9*qPC+xAxTXg(qR4NBX zZt;n`n?}l4`)rQVyjZbq2sD1ebr2JIsdLiW=(uaQz6AixIw}w7JRbrv45)V$<8g*h z5=q^}v(X9I*ErMYfFex>aB+t=Typ_2oe&LHofEEY0OzN7{#T1Sc@tkcjt&UxmXyUb zQj@oCIWrEFLF5WLGS)8T3;M)DL`Kjpl*^S}__|)zT5#-yAee?M0O0D%urhA!mJ|YI zij)(zbSp?5$)}yiB$kE}#FPGiGn@umU0IIdQTLlSmY&X+q|hlpGXHB+o2gvfFuv-5Lz_|m^3$fX#OoD@-VG;^&5kl z`VWIzq-;TRvvf7}7JkgG%G9!su8a=@e^naD5lsHSc2@;uBtZ+hz&i z2p&&tDCsbDhi}oD?w#Em_xTXc2XVdpqu0j^U;p~}>Ps(-S6;k3R`*}Uz0aCH2lZS# zd~Mvh&W!zSJQeKZf3OSR_jpb5^uc&Y=YIBp!2w?r%kKR>mNrg#*B>|a>ApMkIo1~) zopXRszSf71&JP#>u&ZA<+x*d`=lN5vyeNDM{;_af`n>O)y|peC;Ob{rK?Ynp8sqjv z?ZR;~WY7?oIERxsUZ4cx!PJFF;a~%%wW>4VAil!zrMr^BhwI*f+jw=DdP&I<&z&FZrt=@LK3iVCB%Gbn znt?Q>qsx)FT9P0F_cf(Mv>D4Y{GhYsE5JsSbjq@P0|GOqp(K9N1i?(;8JgsgcgEwI zwn-$ljXL>8PLdT5&;(rP=aa7uDtx-!;QoW~4?ixW7^#%AJ7_V%>v|I4Vq@ zZSY+WA?&ZNW2w}V0j3i7vb=#ujCq&r+7_3E&~z+h}cz}ef0xfaYQm5c4Jy~5`98HYMi#(`fQuge#%zmaMB6CQ&(h>GNlZ4t5+V%j;_(U z_N>io{HNwQaXc+m{J8fci=|$9>EV;{sKcOeZM!N~!hixtq|lH3OUJrHeqCRfl1w{< zkaZ?FWrsWhlQ-Z_OqgWIgR)!y!;!WPie=GyPK|W1FzZ+L;8@Pm(GaQ2(X)!CJ^N{w zeM;}v@BU@k*9fyeT254rZye(ddv$ul;x}H$3Hu`BT3PJ@ zkk3xDR9N%>C|JiW@18QZSpv{}83twNIZDrrAAl45o{2i+_gr^pEgl}i4<+blf4Mw7 zgr6)87(VBq8w)w#?72N|r+SF^{$CFs9*(d7`E%oU|LO0IfArt};rO%v{hy5&Uj6!b z;}yO+@WyN7-VulO+~utO`wzw*>-u~9$aio^r_4!wezKOe`C~Tj>C#`Z_IAwXz7x+R zcZWZpwLN7CAZ~wL`e)hb=irA*>1$k6$SeV{X=2L(6>vMAwG9c%&?`{0Nh<{26m>GE zj=p)3Wt2H%aLBIygX3_VLfCPnPvf(~_n%Q}l&vR*cmTRI8y;7u>IEk|dkrU&{R{*x z(Yq_M-W^SWvG)oNfGkK<7ktJ8p zkjSIM@E@0{<-*j?*Wm3`QEuFe_kR>{t z^ut!@V?pv69P%Y7|I$=m;r`@p3ldq5?I}?%>6C6OZIzvMgk)VthG(LsjM5Y_UX!Ja zi+r^WY5Eh-M+jqg;FSH8KJ~z9m=hJ64nztk-iRV0BcYQI>lg+SkBjtS2a)J%3*O}z zJJgn5_hq=(TUwEg*UydH_bpz{^8_~y zcXJ2^hNW9r<2xs8hfzk4$zrA3*PAer001BWNkl(^Mje+$pU;R81G z(Ye!szeR_Be$Np$9X~m*_%O>kukal)t6S^Y@U=bo-S*3FtnvHW-ZmY%ukD@LU^&tb z9GM&~^TT|IwCG2-zpwVCEkTcT-Zlzp;KUK`+A121K2c;ER*m1v=}v6%`LSZBV`Hs- z^J(VjAGo7>(t3zZ-o|6;#>Prdx@+^M-N7B{Nn|;c34Gzcso{A{L=xsCLGlcok~1y- zzTk(BdD&T-4{*EvHGHi&EDEOev|FRozHG}hd97`9Ec3`MP2e7o)3cAb`q4wuA_FmT zdjgl|a!nISSd_Rx1D8Hv@qs5YX=gZ{6FBNcdu*H;&JvXkIt{A2O@nUs$SA&@fo@*& zRVOySIYb5c=1>}dL_-7qfhUvj1|8C-V~bqyJ^2(r>)*optF>@-0xbY(&D)`hxcoq)slqLF+PoN1~9x$SPKtjT@V&4+kbHGt$SoqIFko(paxChNziNwt+X4OrK?&(k_XZ#uW7YE@SC4#!F(rN9w;7|=rR=m7SF<+ zEmL}trQZ|?{S8e!71K`H#V2i+&(w+f%m`=lU|v%{8fo+<2v);`yvaUyQ z0j(y_BWSH>6U;JdeVXSi-z4j@$be7!;2Sn6cgwd1E70V5xg20Q_OjhO^Cfv?gdgb> znJiIi>YBu>A~NfDBI9e!Om^6$jPtRC!~>bPkWBs_m;KDL@3Ft?zRYCCE&Cpy{S&X_ z8|EOP`@3aa5cz33{d`q-s?F723hdQ_8&Fsp$4~dNMu1+Xd*3i{&nEFW(75zzaLP5W zYn!rQK%hS3>Zh`17qn`@R~L7jK07@MqyV8nUcb|=S8iAb8Q2LePT&qIbUEt1Nkc+B zti-j?-R@3zzV3J%JlKbhya6L@oOBFZ*d8!aJWjazXp18F--0Kc9nLglO~+1@W+1M3 z-S2T@GUJJB6F$l%YZq=dGB(p1gs!~RK|{!9ST`pANYfkdPwB+;Jj0Cn*_P_UE&A?) z7PaX2ZfafnK<6?6j!_8Y3x^Oyv`Lv40ZQn;p}hRT_NiS}z^Wa6VaEw%7+W`TYdU7Y2&{I}djfj-H|8 zZuxqnL_Q5$|KKe;0gXJXegTMnz|p<0T+p|!)lw8RVK3f;*r&@J$l{t4c)gQf!lotb z{6%lHs{qjhaCorZnS){Zs4_x9$#3e@yrL`hZ`-RZz`&7a$zC#+4$&F>J9v%U;=m`h z5Pi$f%okb*w0URfRJ)h&l8ajg6dB$KA`dhB*{)^Z(tT9-SyD)wL|NF$_n@KiItTM> zI>!0u)%V7`>ihfCJN*DPb*7Xx z%h%su@APXJ8dJ?G3^O+5Um1+&(tD154*!{O7RHHWGoXby-w5!0`*U8SWBNaC&w_m~ ze%>w4*VCT={&&ak{gXc#zyA+^cl^))@_!v){qq;c-VeV&?i_PO@0+~BcjrxZ@^etn zLn_T4o&aX~c(pjF2ZP^cCqJJmUh{7MvG41nrr+9OK5AYK=_ffZUn9pYSK2?_8 z{<`jMM0D@x>wGjo&i?ZOBrBRr15~zjiquwj5xd*pLzCP%8P}rv)Fo)cs=HNJzg2E3 zHLhlGbR9dH%4bQ{t+rwr5w7EwwG9S24Ayj^$NPdEiO8@#0M8i@WN2P%T?~4Iz-gXgEBHA) z3Yz8>K0{yrT^fK17!mF)s&_SK@{-}WHVF=Z%2yRwN1Uye-r74=10m!S9s(05Vc;58 z@0125G~pq-Rp$VLYD)_-%Ps)Jp!f1Y=*z>zrJ6$HWb>9}$!oGWc@s{0GThKa-VEeG4FA!2h1;7Y+)gXrGG(;v<_z0vBh5OL zi7<4k?o=2+;XBB%jAprC$Y`6R>{BlI5r-T0R_&N!6)%qZ$t>J_C(l&T$y@2LX5^J` zc!q~w3W?23onP2zDZY5KUQ=%%U$$|f=grbd_yI>cQ?7teM$>eIs{Cj0Jj0Pug~e96 zM^_90j*rG3F8v1&n0(>Z-`ivIvtP%T$HT-R2M#q1F6yVZDnLU&_3HjgMEfoKqGjjb z{ZjX1OM>=a-FGeF;tKCey8e9-S9JYBWVBSA`E@71?EG8s#_hZKtt8X+8cWmZ0_XvP z@b|oM@9M6#0n&|IZvi-R)L1bPdkQM2c9Adm#YIdZ>DJDgG~x7CHhkdGNqFS%+Vl{L{DcJ-@66q2=n!Ww7X^6aZP2t<4};I(t(4x4`Jy@x(dqd4NnfLQO@!P5k`WYWbnTkK!hJ;kc2vw z&vZf)AIwUtj*5PA08jk5YSk5l(;-d#3;Mv*kxV)$DFXr(Y&dC^ck0}-1S9OupDF65 zL#jylltq_j#GiDEe@LeQCmm&UaH#e`G-Z)SXhKs3;i2H_M=W_xs^CPomZ|yr)4G}r zHV>_TaW>&(QstGw8ELa)ADnck)+uq)$&o*HX}LSIw>VPnvO95HCeS@Dyz*56Gb|4A zj7_+sPnYd{n1dBHQDtqp&wOEaCW~Cj7l67omkf3ZhvXDgIsr)E2xU>O3{c2}^38!r zPWf;|F*eXs5_C{B1~+CY&jfnV6;Y3>Y)RiFx$TvY%=U z`=su3y07xtuve$Ce`-8o{oHsR*Uz1<^SR2q)%8j*h4rs5g;U^$`Rvt-Qwjbx{Iat8 z*)*-FC9d$k8s5)+KVl7tx$HQ%Q=|hu*0<>iKp51S>*F-Qb#MyqF5UUyc>Z>|)#xB8 zUzY&Z%&v|PFgV=dD?3z{06bs%09V=8!T#7ge=zPaIQUtv1Kz!V{#!4NZ+-2ne44qI_tAN z!*~J|i?BQM4|L^GNp$<`#y=x`f~)^fIA8Cov-&9u4*EIOy${a0hxu&W{<_^*0&tSy zasnDu5B*7How0t|?Fd~7hd4i^H;ntw1C&&;F6E7zQGNRlKJ_%@9c$=YZgIKOaCtw$ zP3f*(U&Uhx20nR_C~iPnjT{OjN6@LyH(%gL9}+3&gu$spgoIPpp+9lthiBJ2Y4gIT zUT58<#dGBw$&5%^)4)GG$NiWFOkHVP1#gy*f~cyp(Io5_hy|)eDJ9VugwgtADdy(L0wrI+4+Ny{&*At#i^gjpYc6_ddLc z+F%h<)AR2Tb4Oo3beCNJ78W241Rcy z>@#0z*Rl(F$*<2K#^%9KxtK45yUlV2aC6$cJs}TvZpn)<^yN()J9W!c?wjT&JQZxd zo28kANeNAtb!thXc$22QZQiD#z;i$raC6i4)I;y~x5#48fFW0Pfv^rGm&&BmZvj|# zX(Q#6Fyy!llR%qa79lH8iulmAXe-P~|zx4QXghN_$HNXH0<3SWiq? z`p~h{cOM5i=CZC>0c(Piht$XX7^z(HW!S_D`5ssIN!?j@-_o77NgL*U*^f26$uDU% zUdJ_^##zFzB8=o$cPY4n^xtJ=32z*^XhnJNusF-XLa(VTxfZu+cRJ%6w!}4zcbJ(O ze+*%r6=fCzz!9i#2RQ4^Ak*Oyl~){Row}rS^}B8SOjjY{cKds{5Yzq;zJ@WKU)Q+V z3W!VUy{_;7;Pvq@|L~8;fAxF+c>H(2`$yxsKlzjK(%UbLw|>mK`RwGs%RBsc?_ux{ zac9xlA09CHIHH4J@w%O7?^CHx+|W1A;XmZhXip*<&f4dTY1ZvVK2srBWuLkEPTA1dRiEsrxW%1C_%ZkbYZ)m7Yy8Dcte zSI;V*c`r9-`5X5*1+s-(K0E)>?TQnXuIpNdW{z0aBf)XYTX+J*S?}U^0Y5H!_E_lB zzfOaoun|&S*-{=NF}@mKVf;0rg>c# zhrGo1TMsNHgbwhvX_;YNyQv?jaHNy(K{$INj9Y;iVC)u^|Hy?-@^*tAZ@DT^AGqoY zp>uvcAxQ_SvDzB95Rc0VL2?DJ)z``Nfwmf_x1vE;J{22HQi zw!)XVKN0pV09p?0oytv^S{PR>Yxx%)RaJnjF=L1^R%;3kmepj-MughuiD@fdnLD>3 z(|Co`No@0K-L)My&~1Az;5)DT5BA4*o_}Hd#rMC?*Z1BU=~WA`}aEV)pg4U_xlX{ zN~SLQal>`_8w|!st6SdA*tCSVJ(9_C#zmhngNk$33dGN#j^zOH~&}4A1_7za<%Dh%HTs%Niy^`13{UY*)+c{zFP~sS) z%LixZA+qyGd6h8v5aOkkrfUAVyX=#n}{dw zhK2L%kI)Vm4jG8fkL(+1*nBVJhobPwLmG6_ZVqNKD|zPTkCs$n_$Fj@UO9`6LC8pL zX5wG$?iOF0B*JoBp1f_(1(h6gq_R4+g@l zNfSq20SN#@p8ap4unrBRL{w=J#k1iY946YO%lONeuBdEinzk|pTc#gZGM*(W}LWvzsys|E#bl*rN|}Dqrxr$iLO6gPjr@WlJI%_+3*fr3)LKtIs9i$7;KggFib}HfwTVZ(YPxJoUObKe`;Xfr@u6}57u!ZjZGu8pNar+x) zG=fxk2J}#{dtX=o3C5qLkbJHe9MAd(ht-jU&k$VE@wZWN96)eMOPA?%(>Z!SAwjt= zOKpOpW5|Z=cp@B_>L^n z!B)iw9;-F1&B9Z5`wJ}r3kRC!mG`?fYUx`p(>eq1G?+i+$le|Fj?EnYhC;Iwb0szs@EIbpEw3A=Uug>H*E%ZSN9d$(A z7hgbFnLplYDFi+VZ@#l&c-l-*QKWWLu6rRBjyqkQ*wFya@`t=ZObJ^?pX5!mNLyiM z)sS!whO`|#%LDSsC-VB{k@Z5ISmsFy9%#^)^5lVM-?T8jdXS2Iy7we+1W1pvOId_< ze=gA>-9~n!C1858g|teVHWmVrBSl7@n6jw(iLH?~HbcJZ$M2+QpV6N(CaiAc0pet$ zcd*a!uev|+)vfr*uWnADY5hDpWYRl;=siTP@;=O2Vu!||G#SH%B~i~dkeXQ8CGE9I=)9k#(8yo)9Bs);y0|*b{f+y!#*!B zz5h)6xN7E6vs-72f;13kh};2W78{U1;!`-z@?9E$cTW8wFJ@*K<{29R&o~9g^YGn8 z&$9m5I@}+B`K_;xfAA0f>+z5Ni~n-`(?9)#@xnJ=9`}Fz^0@Pm6Z-D(H9j`|Jvg|7 zYl~M_4*0MR9}zlX;IQpp1vm8R(q|;>j{S1uL*Fn17~S}%zN3#9zzXlDcs;0RMT>m` zJiGU;bk5qD^12+5UHy6m;Jy+rY)&zAc?wV^PS2LJXoyhhO3W?5kuoNbo?2;UTchId`IfTl|fejZx<&2mHD zP;iL>S+nG!PS6KBbR(N@3S@~y9ip~6fCbu^Cn^Sqy!ovq73iv4;F-BvZ?xffsxELk zZOTX+CcBh1s248%w*NWHceV=QYJ{yE&Z0=0R-^KDmYI4X{|SQ=9;~0z;qG))@7UzC zmn6jB%t}oQz&a>R(>gCL`sT~!Pv~%OTZOcAjI5bAY4paG3TWtSMkwK;S!oqwW*Gt< z&YLWnrUazPFXX~h^k5|bDm?ZNPP@Kq=_JwoRN8o!HvE)MLK*_r$I?~NG#p(ydk#qa z3af`x3N3ZeNZXv~8PC;b5#D%ZGyvs74|zieoYoJZ&^NjXOF|wZ_1QwKJw~5#>nnlym#36CC*O^FZ;3O zz`%6f=b6`%j?eG+l`?+6i7x5cp(})n>iaUh#BJeK&ZFG^9p6e{j+mq)yyL`u*K3Da zx8v1})T?u{14~1Oky+uhs~=DfX`vR>dY&c&J_eOTfed42Rt#&34(gS!0t)xEyums> z^8e27{AX;|dtyAnIr|5%(t+;3!T_E_dEUYgadMZsEPhOZ&xjE4#iEPsG%>_H=R9XfC;Mf4UmhTcq zH8cVU+j$e|jBuTv23hP7kx2bm@$3L>9OM3#CN;Dhg)|W0L??6}CbCnv5nR*R`zn-c z-n#nrdavA#&-%J!fweCB3<$`>&X_^Kb(nMQUpKoh_ti~0-g5>7c1*jT;78|;zPH#D zaE*^J?Fzp|KIgz)b0>VAaLV>3oh)fRrLb_$>C_o~N(UUG2R%3?Xs2%2&bR0f=v+H< zzyYHWcEi)IEiq}$_a*|Ii^BlyM&Ncp#m^~>ug~c0XOLNhY#4T(YfFXTNNZU}I{sb;7$Qd_&?8ivtvXM6P=12Mf zWK(!Lxk*z%4JM48az&uh8T~SlZQP-~D|94cN@YZr3<3msB@Z+&BL9{CXITR1zNLuN@3Nm+cHBLY6-%6D+GU*a%Q$g6 zehC-vDz4Pct03Go6+(gfvU3;K%33O?VRrt8dz56jl_H&`(pyQ}bX10yah>Po`zfQ( zID6?V>4BLAgMpp9ZPfR`~M;D%(mo6j`WJVCf(@ChE&hO#tzh)`o8~n%L)_=AbAEgHyuD_c$k};nVXw$<{lpK1wZHi;|}#L z0NvNuy3BQdwT{5r)wSD%x6==A$(UC-Y4a2{R#I}YS=SAP!eVZ?mS>j~Mh4}riTd4jt> zyZ80AUFbH1Dvg6~e^%Gv1|4L+)#avg99Z}|jkN(dIVbPXp<-R*))dEYBE+2wN_MT& z3FZKkxbonkdk}u(R^8*G)NS6g>$^lE%{_XP>wz_JmlwpLxZ|SqymWOg{c9My@l7{y zT#o8QuLe0VTe?6=?Tv!9!Kh@m&jK1Ah-b7}&GSK~qPBEz`(px+4#D!t-+NCK0?P zpAS1(7fdTo@=M2Md7x+Yp0wdxI@*tB|^D@wEzGh07*naR3F*xzi6WFl`r5XM@H?;!O)eqXS*4gGDMZZ z*Cr8VwM)`GYh5tE+VdulprR&h2>O;gq+@U5_|Hu)%3n26-?4F3BVrDBN-u5sXs7&X zlPZR=b;(y?qql%oy+dYq=wCwX+Bb>V%aob|zWU6W{Oa9$YCd3>O?n1^K`L>Lk*CC$ z{i{R%#qJnwC zBCm1dU%6wS*25)$TPnEc?MwfLv-*2z4{$%rs|=}x&K#lZ8UA_)7_sQ~&lmZGlQuJW z{}CBILiy zBaERtgLam$!RL@1X8+*CjgPC`rGYbC?k)#>;|QOxDeCHfimjYZm@{}!pYykWR`_%9 z_fL1vb;SeU3uiWQ_M9}ppE;`neg^!R%LIY1@OM0)J_k<2#4^D?;o|Q-#K~m>==}GdN$U)Y@Y(+P?kRGfKDA+Z+9iXh#JLQCJSQ$mxb#4_&5Lwg8aTdvpdNTb z!JYqo`@s1P9t>#43x%>{rg|9Atg5WrAD#*G?5s}J)3PB&_3t!HxaDq(r=0`R*kc3B z&X4vlF>!#4_^5vXP(alQ8*>4JaEKb(v3` zu|4xBz(Meb%L@+Q(XIaq_x@|zJvQ>uMv(%1bi=mQzS zET)}(8(dpsB&X22A;TKs6Y7I7L!TRq{Hi$#(@%c$j>G9p-Csc^0!LQ|5+Z3nYJQeQYCmRHhh z57H@tG~(8Uq!m@Ta)Ogi0zgfTe390s*tcnp_=&8XaqUv!Mz+cTE`Tf_KzjB-EcS~I zIFwnJDqx@9*3?TLLJcF-vgc-092A9J#$8PDR_2vfJ2<9ozJ}(pBL`pygX-;b(4!QQ z$FhiPorn}o^H{||-_8L!Q(h$<#L|b5x}vUy4mwGeD4dp&$~DjEO2&3*hBTn7s13d6?;^8d+;*I-}-Z7EDmTf2V&-CD1 z&!ZJ(^G{mdz(T>2E*v~XBoFp|rWLL{v~-BubfIP%ph+5iCMV#c2hydRp$(JV(2Nd! zR!8VlxT5&uztHFLbJz4+)Bj9=W}1NwjlJHailoAHA# zDBbnYxiBB=TzxnG>*Lpre>{gjO9M0%Ig{VL0^oS?(75;ArBAqUN8HF`rlqgzS&J8k zN?SK6av-N0m#MX+gP-~&Y=xsPQ=!?TK-#E7S0*^u8mD2Pj6>+4svqHQJai=Pnc*kP z-KV?KLp$~;%&%|hnYgBtFsz%r>v=Q;Hjt#vYjAot!1tp(HdHnOwiM!|fwI-0Av|G| zV=Ar<3HFhSPh%Eau>qqevq8wfjkIZav?JhIbEbhdQDy~p8leLZ8wtbGLWaNrmV^x? zf5>nE5FBd}ua=(hCWSL8KVFoMkIwCI>TvOryhxHxpV|H?XHg&g0;9HquD$v;0D4jJ z*hLTFA)ho7aj|M>DI;iVd;Ih*hQR>_JnntV2mQL!KWz-S9%vPpxa?M0=kOK~Xe$GQ zV9HuIb(TUb>qS$GN+fB!1D~>%j%9(!IAt{>SpMOqff~ z7I7{A0+)W;3&OXtD|O&MuKY-g|Ac*uhZ0NubqOKSRz>Jr&fH=%w&RFJSQ5gOb7}{; zBrt7hI7lPxpJgl@Av19?ExMA92#HAVyQP3p)+lNebpI}m zE$sI3_+ZC$>&7+?39^Q=xvYH6ocJyQAOo#h z4ki*G_wqUT`jv0}h!Lo9>67=oAUJv;?^ogr$L(N;oxC$(P!EiB=mZ-Ueg^!Ond|Po zbm-t!usWnsx`x*&3OnO9#v5nf*KW*126xwgc*e#^4*B>8^6~0-yWgC@+P(Ze9q>=T z-Tk=d6vY36uKxJj-9McCwEMT;(^>xUce~&2e%k$u@IU-^_gmmU{T{x55dO#Azx*TF z{lh;3{{vxk3;f3e@ZTdp@ZW*+$A3gugnvAUBYxBV6!`CVKkohjP2>muo1`WD&xCjX z3_cBy_|X69cjyior2qd2?+A(V(wENe8 zV2$(--|wDZk(cK#5upY{l4E!`Q0r$+E+YUtKDqWZ83y z&TF5B50sIEGnaB~S#^njz)rM1%O$o-TFdSlJ2?p*8hOh)OG1QgRDtVtfC)zIAdRNd zh8lpjaS6VB-F<+twLR=d90(WRx`6lMl)7-Ot%fG}i>3n+5aBBwY>Dt~a2TLE^8@Z+ zJLe)mxbw$>Z z4LX^ot~@4R;9FlV%nK4b05IZETh@kU)aP2D{?@B+3mDkGwKK zb@cI>Yx`UR+1e?_oKx6rq_m|NvX2X7p*LF;R4ci`LKN#suRT-RZ!Z)4?Wd`1LMRi<_PQ z-#o#^e#WbFPoM9;dWOUN+rQua{Wm}Cp8bY{cE0|*-4FZkcVGV>VC|lS*Hd^IrsL$5##087mmKnR3BQ}S7wi>auLv7M z_Y4TmDQw>e@YBYIb6AiafXY?p=_DwB%ZRXzqaA=9vkfjA6x234C))M~yV{1+1O;Av zqN!8ZhU8*U6DIAV8Y9wXLX-T*#&{6GPa2aYL+B8;6Fu5w(rPmjfDXJ&Yh8=X+9y;D z=UW@vGY}0*>4(0Fmgq-1-G9)u>Oq|(8|X>}7^B{%E<}fsM-cSQ3&|9!I)trZ0i;X`m?*rY8AQ^PYEu?2^QnK&mAJZMuM#`eQDcc%POTn-1FhWZX>pJaLn5lrne^!A)ztX=gAnc%#U9e(0_{lx~!n6leG|der^p zATm2#^?Bh+V;CE+rG};Z=^Ed9c0>brb6?!xj;O6zxM!UOFqQ~St?>#!zU%05#WUij zZ|8v-5DksH^xdVL6$0K8xW#pRr4hg*_*96)!g0rb@R`voTHuDw7_)5O8!+rgdgfES zIk11^K?XCY2N_Vp^$a4haCmjcID-uHO@7r$HWCt!OK?@P=*`*^V&J>1kx+A>AcG-|CwIewW0aVe`x3M6k&h;QR4J&KMbaS`j%xAV}p zxq(AkaGV)w^IZY}UmFmv?eHfZ)7obHMuT8+l*bvI-wQA@O9lzTSDVp5l+_j|(=YHf zT;+p6WP@0E0S-g(D-X3|!eI!O##Caf{yI!wbe6wAGe-z}z>~6NAR-;z|B+LC;}K)! z%M2;KSu(6LlJ``yJ2{VUBA8e`SbvZ5E1POq_{49+qt7fEC=W8Ka}(vQk)`Z<@OUG@ zvX(wLapS8`%PaLXBASwXm=|POd`SUqZ3=m!Y_O2gNr1K!_c;>@+tEwnZ`i=sGxq89 zNe7qM2FUG1E%eAK9|9WA(6MthY`MgsKqcsp&0@=oFiC=v@*^SxkWhgpbb-51A#4n% ze1<0UZHq_-tHs`cVSo6`!(C9Alba=}h{zHP4z2@K>(l230J58F+rLa76&b@@JwadH za83M#y-&Yq`>4lT{QK#nLy`XzF3aZ8uKNn`+04%6v&y=k;Zfk=c^@SWO>t%*FzG)< zZ%fDUnT5qn)FvYyQaW*G&)v1IJdDt_C1(toJMf^}9JgL@FxuH@C_knMKi zdmQiW9LPgu@PM6sZde@Ll5>83;8eylUpb?t(jDqSJ%jH%{S7;tu_BajcjQWwnSpgu zxTE;UgWPT?BR=z$^YcZ54->R!{3Yii@tvN^?%#_@D*N*yv2a0!A1f5 z%*IKZE|hIp4~k(Iu{x2_epbV)4FgS4@#8*+!Otv;*z9-*L)R-NzQM0;#Ji*6I~%s1 zrnPp43d=H#T^UXtQ6AygZKJK<&b6_nflDp~YCj9{jwZaUX4+vqSc_LYQjjJ(aI<}! ztrBkCRJPi%d5mhr*Pg|(E}$Rvke&I+nN4s+&MaR&DD1i=96AV94~Kb7CSu$5j#x+F zYrbqNq6c;8EF74`fT!b&48j2!rmaYwN*F05VOSXmub)bX+JxI7kBBJ_4#;=Fh$#@}`E!IXA*gt)n-e z;R@x##Ss@?3)?_!GHK!4n8BA0sT&C@`6ir=tD+w9O@@9UJoM$ck_EqMX-_3>9EwpC z^R<+{;U$yuP1X!Yx24~-0l@gLzoy^W_E(0dk28L7hU(x>-z9uthQ;4L3wz8fw*Ht5 zq^&~cZ+J~6Rm5DQlz~mB|4`b&HO_04eIIvdZ|^6*1we-vH#i;GIc~MAnPE9`B4Xp& z=}ICSoqRG_10!rDPs5rD*|3d^?s_|54+3)MwtZk4HNsKyYFL|=hTDdKSx64mp+Z`j zea*?&?XrB}0D|dH&hnNp8_2Q~7-BazE*MJa)A3`*iLhYCUb@uw*~CV!p(9QPPo(YZMi@JAn_kA4@#`F8i+Qa%xMLeO%I%y&c%{_q0o1T6dxXY!~h(rJBcT01{M{v^M)q0y}+UwCmy9K}@smJ78KUevkl zz-O>1ed?y0nyzmJ@R5j@SVI0z-!PBbod zo{}%qT3$wyi6mVa(u-tyNj*{rKD@*yXEI1y;exmmkdjLg88i@z4f7-?=vX`@b`#R&M&zjl4Fyq9TKF>7UK5S?T ze~ioS;nA<@>_=h4(C7P?86LdJ{5JjI8#lPZw$EGm;BW69L+P$rUDa_9vSG@Zf`@O! zm51S6G2_-PXaf=Vrfc*xY|OQn>s#-oyJWE>-D<$Q%Uw>S^*|uphVIhu8w4kK=6eW_ zE`1|i0&wkLm*W-ge_i_SyKoT5 z&mzMB9K~fr8$MCbIe-ay#U)MHLqWh|vlwx_6Pa%m`1}jLY!KX8edQrfF0bg0Mb|w< zNt>k1>HKp>I$_!j6%2+&u6vny9^8=)Brab!01E8x^gFjONKI=as%zLXwfUsH?`Tqt ztE^>$Buz%Rk`a#$2&XC~oTVbD0SaHqX{$umg${mp+KYn-{^U>{@y)HGFJ7@>I(%(d z^F89PFp{GKXb&Cky2q6{e1*%G+x!Hy0J&Kg)T`!cCP*8c$U~So0p7DL6ICIzq|KJH znLj(9C1K<KvUtpDVV;KGSb)$%ubHPCV|cgM%rc!GGwkYdr`1(8y%;omqup_%I~W zEw7t>d(h3mPpOo80-S>d$6aojoq!K~mJjf}V}uxrM#+yf>-rPN(LE8)@b)p##$10eQ~;k z!A3}H4)pm++DFCP=p?|0w( zD&8;rI%jvGhYRgFP>3CnEs`t&c&zc#EhRVK2#7}~#bcvW*Shay*G^F8*aqe3tkIUf zvq0z@=C|(RH8WoLt2k4pW2?^a(tJ8)!fwSGBQiV($fO}jWfGqVnIPMmoYp2~58QcQ z#gZ6dZq}E0#jw>?DQjLKuw)K%=!@V7mvng%#!Qjw4qmSVbppibaLH!f zv<@cIk)N>iA&@*uC*cLB&N>)UhSY1*u5i2vOOPy$NoUERJfqt?H$G{pUzt^>eu;11 z3%5Nv<_m_FY4XKSJ$yWa?||n0hj)BB*U#tT+UN7R*A6Vj=by8EJMmn=>^P0{N>iJ# z9lZd5jyDJZPg3acFSc<+BmzL%Yul(lqXS>lk_kKR@B-iB3^(ut=UF)eP1xt=Jv081 zM{gDk%SM`E-?mhWk-@-N? zagxz^9kAY*D~UWTsQt4Ix0M{dtOm}T4Ots39)fRL=_7{?kogxUyNeOp#$~}P)Z!&y z>Aw*CK?#*%OXz4up|EH(Vc3-{a~ksY*L%znZa|`ebXbHw&kVdQ$B0E4k*H_kx4eW)EP5koSp6^c0VkYt5#PKs5GRipcnB`v;8nbQ zM;+I9sqUpu^mdt*w1^!T3`Vvj4u1L!mqyGp z1k^>AE<%jtf8pBpEr#vaM!)t=!hAODec~pa_lGX!nQLflVH5YI@2PiRn&{A*O#A$~ z%xv)nSJ)_V;=Oy#a~}AS_QVPM953VDi5|DA+xDp}-gJX!S95l@^Nb(P3Zg$R@3*=h zkMAuwx({{P=}tf5;|?Y4j(X3XAGd$#Te!ORf=@bKdxkZ-2{S;~Wh&pe_d$1;Z+7Vu zj*Befx=H6ww$OxpKgo)N)`311B8Q4VFFRa^mpp75klh{qdFvtmeR<)!R1f6QJ+hv$ z?OH+fz;iyMtF8#U+rP5O7gr}K%&(u6y$0YL1kOTS0?_-v^drk%9LNdo3RJ%#HAVGT^`cj2y5pH$Fet(jc7k#Ya-pV(&3k-AD79BqpfhQ zA0I<#e*gd=07*naRMTdeO#75Z;K~3^XUR~(6z=ei=MPTQb;IH`uZDHex}2mwTuWEZ zeo7d4(l(EhG>@SpoUnEqoS-ZjvNnZofr&3-me1Iyle8;eC~4&}P;^U&1imhJ$w!~c zL#kwm9?ksfk`~s3k0Kyp>qYZ22QjI&=#aYLXOZ(Z%}R?Vps)16*K&Xi^$4mY=?lMQ z8SxTZxv;JAjiD8%y4qo?EFQSpHqzlC|D40GJDz5u@xk%OG~lR*L_)y-3y~Cr)vfnM zUpfpx@~sN;LUQ6m#xakH^JiFF)dn171*hawUd1B_zRBv+hu#Vs$RtUCJh|oD3dkY8 zfaEi>uQ0%%mt~$TBL`@DTr-3)9lDEL()lZ{ZU19<`)u;a!F~F#`y>Z{yaNsrhR&ql zKHpFOC7+|aFG+AqYeqs_nBi@P?X2&2*rTBP@OhpzgC|YHDs-zj!w+3?m*q3Qccc59 zwXV51GhjxWnem#I#O27)e9pbkaNJq7X6&q&P-ezd1lL^S`ddT!7@M2;f*;g`i=*7g zpb;$>eHz*DVsx)zB14u5#F1uZ^UA5=t+cdG@j4hCS3L4y=*pIv1Zj2Acg8>ir98^4 z{PH5y83t(#!`Ip8%;o{5@&;$+SDA%NQ`F3Cl*cf_J9^zOwP))L+it z-95F%_=R5wzch#r__!g;(o@p%QdjCw+t~9Bh3Iz53l-*I9CWK$jJHX*XJ%BwQ@$!! z4*~etXKkQi;k8f8Wz_`{69$)X+}f5=n21lj1#ViBrD1m#8<1TC&1&GlpBO8LCrp2o=h~Js?!Ut!Oh#)1Q%zYau ze3=&3i$MOVeDcjkT^MFZdi1~OECI7z5?4B4JbD)-nJiIu z(LXekQajh1B^B*q1J@?K?(lt*sCRElU@~MAmaNZj~#%`NNr|1GjY(p4RYF;)uE=WwJQ=BCZ$E? zkL&Sq&jzk-Ad6{Ta(3h|Fz@N6QT|rZ~`Ph}6TdT>9lJ;$5e^ zaF)!GVcDB9Ygb1)2$GIdITx|qkl(>a_%304Q*imJlh)02*n-U?_jKME_{esAbAd=Z zkI{*T2;B|5ns$vMdaEGS6?vJZ9O>J;p=m_1TWWc^1Zhbqn?9d+oL6$;7eR6JXVctt ze0Dbe_YNt9BJADg6)pg{2ti+W`Q71|%*3iXUJd}tr6VcirO9O<6}ynJOs)6+3p_bV zyQB;Q*C^x`Q3%CDLAsccK=UKMB>BrAX34Ka>ejZdG#8G73=ZL_WYNr?j1X&GXyj2` z7!*Hp0M_DM(fw<#hx!)#ApfQVADnrf&fe$g&jw%INk8{VuRPoEUnAe&ij#WrwHm4X|Ev@UT*)(UF9zsnHjE3zdFy@hiPZI=ez`K*^YN64<7|9(2zgGTacP{J2#<-_~k zyWQK}tG9G`zwqlVYyWRp25<@Bl2^3$%<8VJ6Zop#$*tSpH&!egUBtSSJvc!(Ab2A9SLw6<}58~7I}s~_5%|mTPJ}N!gc`xKQ2E(XKZ_X z>L#1~6 zh2~fNxJKyo=}HNqv~dYRRxbJdOxR@U z?2DZAh<&^qR9I5-iCUycKplHI*pY(&bu2nS)0M7JIpBwm*STA;08hfu1t<8@u#J|7 zxZIO}bdvrbnsxh26B-n`ZMkn3c-D%vgHNPkahJ%EAyDW#aBIC-yuydN!`;EDq|Kzu z9NKAkBM?uky-#QGw|7T9?nu`nG6MkMj5)I?zwG9i5E(NfKsH^|D1mJ8L1I;?G za!Nl_wa#Yx6*XMMS}^jsJP}u+yw;2--U!kbWMwkH5tlqxe%;GCWF~SFjvmN+IrUx8ys5hl)Dqvmg!wuyMfN^DN`aNB0sSc&r_X*558`?An*AVe84S*6bj_2O<%(qf zPB_77!HEcpI7Pj~56*&5IEno+orx3btw4W|SE7ekbOI!uyEpAkd*Bk>+tNu=7M{HD z1AdnV2$QH`64{mk@HeQ0?3nc~46hv8nLde%;TA86BA6 z?JIx^qtfof#GApwC~|0+W=qrO!7+UQ$`SxTKRR;aE^CY5%1O(hdoXVS*vaX45W=8r4{6?Cqjmx<1<64K9jY1j%@HH~wIiFu)Y($7`8=w&~fCyi}cB14pGzp(; zERmtICDBnHiRq%Gl60|n7=Ed)w>zWT`n)P+<$_^EqNke8m(F#_h9Js|e z4YY=)4XAU=Yr>Y7;YM4UJVAT$wS4WVg{H`cj>S*djx96?E`7sm`OL=J#@&v*^`c7y zQ%90E`CauzzA)d);A}ge8(whJDs$?W1QtB<01wRyn~vG)to#whI!m~32iP91e1R{{ zr0rmZcmSCgz~(q8F-yQd)*JMXdAy?&&Zr}A2c+!qZroh#UgPn(dP`aB#c)=O&U8&% zUMQ76>JIj$lSDdFkQpKMRyyjyus>l!a77{mO(Kk?zb@%00)WtW z5H>VJ2Rs0wX&!7-{ikfg37>vq4Z!%h3_sM*O#Ix%nMv;SV-x3n+c(XiVelvJp+Uly z#+M4G&Hqxw?$a4%O-DVM+}=k)1Cz$2Gi+Lw;oX6Oaoc!tyoSfz#rf2A$?jXd;eK(< zuZ+djrJGLoIPSQdjZf#99qc0N*25j^_t=jIgHQo-5QjcQCU3gpGoaA5>C7E^?pSs| zZ(Z(P!k9M>q3-Q8|qUcBPr4NjK^PMkq1zYT^o z>Uc3SM7Q8Kgz+md*`7@2Q~sH#CkP{ zDzAjGMeo{xjk~rH7d<>&y3*nA>^AOn!T`90Yn$=~Pp0zV2NHzgp*;(;Q6_9%ldrbA z4U1!M3!N*)l>1y$F_tyY)SZ@8sFiz_38e4LN)$LgXpxVoFrx32+mp&d%Enrk&*g z$(9YYDck9g)BdJ#%yU==F|?D2M@8a~tY-if+d#&Yi-`O;PL)RH@FJ9aXh&Yf3kGRQ zUjeI6@1+Aiqfelb-L%E^StdNEPm%lQFY{(y^gff(>6<2{asEvoWq7V_pR~m>-skD` z#oP9Wlm0R8Hr0=IP3G@s+>Fj8&Nj277~>7kv-g2bAxzv1B7B~>Ab;Y={b{>aHjlVW&1Gx-jJVthh znX!>bzWfN1Ky0bRoaJ+YGaFhBYtM0;hoLiOWhkQg4Zd|pkVZtP;i*#rL5KnTCat_$ zH|rglt|c9(3)48(jTk0mm0e{mHg{}hC> zh&+qQ@KU>r7&pVTjiO812k0O5kg$_GQlZD-tjLBPB*L+kWh!CF$v- z#G5~1{`oxNxyxz7#!GX1P23jtrNc4pFHLkyZ!%%WY$m7kANVM8tDp%>XTsZ&mazGo z4&VEB1Z7%zJaiq{iXPA4`rN9c_8dfLL!jBv0>q`SU9FZUxAilP!f`oZwS-1n`A^b_ zlV1TWD+JDu4Mg5D2=jh=n7%hm1ew-z_*OI#ZFGcZU=jNKtcEG?^txK!`0MAp?}dK{{3V~_-M`)uy*m&V{+iGD z?q2dq-yIw5_>AxEi-C*tlot@iA@48!ysvb~%&X^w#b;3TGoS7i2VT2Zes0(>BMm0;tVhKYgqkDhsWrd`{1WuL(Fe?=qb5kmjB_BO`W*+8P!pa>eu#9Ihm1K z*C=$@z>iCzwf1Uy=9Ig4oZI zS1GoGG>onJ5aRM8s6mA~JPnF7a8VIDIOI371!vNN2z(W7;A6haDzF~D$8Pfg}^|@>MEODYw?)E!g#)Wz=;jv4~6eenwQnbo$1dSz%tIAj78fdH%#35`4=3pG$jj52qr|=g18pD~xaO!fD3TeT2 z$9oP7!Z_Wf?@Ym+ygl4QcOpdOAzxjRgx!rlpG?(V8CT?1hTwz4-LyKi;&NPRT@Hvm z=;)Gs?RC9EII9=q4bDo!pW{RH>Q33^L|{{G)~FHYX=-oK*azJ9iQvFD9}m(Y3pobLAR?j7)ha60984gi1~e*2t! zzxi(W(oXz2^3ZWVqZ0?jfWfYsj@yF=-#lZ$L0Sd|(#aq}ID?9(;7CUTFQxfXoTtHm z`*U$#NZ;_Qr@YJveR+YS46k{$arf$*-3#P=^C!xl@HgV)=s3J44Bt1LfOzwgd|tlV zy*|ei@)Ef(II{Hw4**Lkeh=WvP6IvX6VJLT-3d?m_S+NI7vd(0c#Yg%cR-?neINGO1>J3nrfdpj@in122O;9-`vvvC$ zHj%RB%>-#8lXWWJ1we@7j(zDYd}R<$hAO9nooyH@t*0z2NmC&rh<01sM)M6LbLy1w zBY)&vwu(G4a1ly(JOoW_@*Svo0Bn25zqt!@8K_v`uXsc~a!LS1gl6=-kx&1r7`KmF+6|Uw8lN=_2>ftg|~C|Ple6%*4;4~p1U|IW80}4=b!M2_b!gt zq#c}jPUO9xa}4NGcl4$1Xii_#eR{>r1M6_z`rwImG%eYnc0rhr>Fn6Zw!3h)L8nGr zTztZ6khG@VLq~9FT6IP3V@m`LrZav{uQM!7WV5gGH9+0DOz@+hv)$4& zv)nT}i;GiUZo5EVH}7|Ec@yB`%~v=dUhiI=!}Em|mKn4)^=G^Y`=5c6_ZOsP2K~Y# zoPS2oC&0e}=TFM>r`=1p6a2{~6~er6aPmU$#h-Ss{5FB%17Xr0elGllIwAZ-I>KM5 zAMt4r{=IZwP{=H@>wl#+#ISs-&od* zW|qCI7upzUAxv6i69;)bVG`1j+5E=F#BrdaeqzstS6cH0TtH5z44kl|8|~TpNWLP! zbe0~>i(wpB&@?SHDBnE{wRtybUcJSg&)yARf8~D$Dt0=~^fT*sfQ=Z=hF3pFTH^Qz z6vFC>pqJq^XV|Wf{>#j@I5dC3N!tb}ZQ<(RLL$8!X^~T2VZkjI0Mi%V$jpWrF*!7G z@N>MB0X=9ZMkrEi?f=ndiNBNr;7;6ixZ?81=?M3okoERh;_ z&()_9gpO|z9Cz}w#E{qXsF*#3XEn;&p!8))B3+{mOBi`DO5LPg4uFA#!B-R;zPM!7 zYXu=1qp{*CCwJws)ykngNo#}Ev?dZK4Ig>2%}7HK`pAMZZ2oP0XN^<+lJ73rP029jf~8s-_pU}z9KKU*x%VmyfH7#u(1!^0PqAK_|0p} zjU@sqzW68l0tg?V6Z(|K?JIa6^bvpq-vi4ChDjFqD;o{Mx8S_B;tJ>IweM;ZJ^+7b z2LzqN0WXDezA<0WVI!Y1+&KFu?adqFZr*Yp0=Vy?>o*s%HL{#?$&P)?)Ik9HadV$b zD(Qg9nq|EQU@_*0_^PU`+;L1#Rn<& zu-3L=IH%)nmlBl0=2|*6DCsMM0&3^Ll^?;acl;z14TDEyL4*;cb;`tqLsR;O;UBw_ z4%f1=EOjNabwpmK%|4aMS3%)xr_%g7@I{`~kM_=|#Vm;ZP!dLr_it~TYh_(ulqQcQk{n^}DfN7;nSgibX1HVwohF_Ga_5WnkL zMLM7f9E`k0MV$8O;6Q@P5jr8lb1CW8kK5mjmH@o8cOOVczO!!vW#nIY)f~l-{K=Qh zNeN!@#ld#P{|nc2*p_Sb4F3Ios5YS3EsJgcCi#I+$G^p&xarS^$6pZZKNOv+@*kq` znZ%PhGizpi_HUc{EnHHQW(ya8;9DAlv%L@P&xnD`&nu$>ZQb{tnW^I;qFSTLOs z4fr*?c29KQJ9EL!>F#P=!2UB zNq|XH_vRJ6>;QVOPkAX@XGT}pFpZ5y>Y#{lWnTEoPkq&Of6Zrw`(1$IxHLd3mBFq! z=CNW?Vc<&?@%-6gNuO{I8gir$u3Px$y9RmF!NjE5s}ozRjP}VRNzHq3sMrSt%#Lx? z;F3V{!k7PiE5U<}uB~*;G*8I1(dLJUd@6X4F6@W=T&1C#5yFH&YWtRZwp9AvK zxrSx@fiSbt4<>tu_hR>+&+EeSy&p6FVD#?fod@bPEa1wpd4CTaFA%rg3Gjr)_q*wb z_d9M0Ux5SrBmRf*6^FH6%}Dx&)z5qBTtE|nE_CP1i$>HP;J20k7Wg%@_zOlt2R_$& zLs+-}EvLQRYLhl}@XIHmwX+;HRXYR$TrH8jJA(mN7ba+=BRvqyAtay&aWEZ(iEkJ> z=0&^JCV}*`v&$Yl$w?d=catxg%HwCWb65~`vQz{n0jcxPWR*ava(=z3!z+<>-TN&4 zBU}!GoQYDuY%5#>fLA(DZP>bC`vGEjx$Gc((QkH54Q$azYsIl%05fg)T9+$q@(9E7 zGFm+OimN_JdqrNa*~sVTbgwyk-#%8-_B(Btd}xD@goH_I9)jbuf%V%U5CT3gk!t_| zAOJ~3K~($~-}bBF!7P=uYb&A2N{N&SK;Jm7g-!X31r6_s5m+^EZ9b z_IXGM^O}Cku=#VQzr{D+=ebWh@x8X`3;D9YpU(9c;zTI)1O-ar|uqItkJ-eOZDQOvIMuiL@ z&YKI;>?TC+!CA7A7wJ3W=>|aZtC50pcPNnbosEej{pFcZkR@B(v+^}N&c4ad1&ZwthTbc6BTLa2NS>DhI-r}A;wQQO7-s%dbw%(pOhyl)CjT^(@oY9is zvK(`xJC_dZnx%vrmL6Q@xY_fk3l}=lywU9}J{#*yEB?*79S`yVzXtzW*RJq0!!!sC zPULIaGwGb07JTFkzB16E7GL>G|Hd!)fv-H*E`>nfw90u3e&2>@9+lHP`nE;io-n`U z+YNwA&)l$c@?xvC%6)dcJCmLRe>$s1(W%KT7iZ^5OSzbKJ8KtFa&7OB-zId~b4=M~ z3oybGz|6cuN3VnBF5=*bXgPY@z?EOwLNmmQ?dnNBWuNgQ$(^BDN!l zH|t0To4Q9QZ`_!d=s}vTr=!o|t0_zWSl47OFW77I*~AK8*N-n4q`l*$%D1oI=8zsg z)MU=n9&wkQ&k*ycfI^7!A28aJ;&acxg>M^?6zaI4Y2%VC(9#sM=u&9-BbH6R@?M-E z0@pJ)SJU=6JTpRB@vA3@jV<^xsbnwV&|35hK;4U8I(|6iksk#FC$o0Lq_z7meemqP z7hKIWj4q@T;VQM{w8)}LM|foz%^BHO1QSX0qC>jcdGRNl(N0Dsh)9xpI+LL?{lxFF ze2CxnGuyCz)AVVQF-|W)Yyce?=kvhCF+5A+;+bY>&Rx96xU9F2dX3WNJ{k9J<|e}m zVR)WLQIpQ+EskN+3!n9ri65m+THzmE>^gRh(@x8GtnB#nN}FqkSVUatc2wYaK0hrp zojUwt(0yGhjR*~NJA32?CzY)|T^iOjh_qDGq2_fyjn`!YFzUM3sO!%4pb~3MPtya> z-SUaH;t(b_4OwV{>47}yq!~casM*-%oAGHhm0x@aEExi@QKlxurM%#A=i-*H%d~V% zX2;-iz_@U2tQ%I6=1b-2w$;^N{j`%vWwT+09EtLiywJgT8c-TyJA2dWMR1t_JqSN_ zRxB@P*>>J2=9KWBv^U_>f0B7RZT04ijZXJUd7QQJyDuE z08R0o`2pZNdkhFv6Y>z=3wLl}S>UBms4MlxKwuC3D;p``dvNs4=+!tqWu}je$|WlfzxNq$*PQ0&LNYpZJ@l@8c~1=q&Z55O3< zM7Z$-J|Gftt>M;CWd;X$Ffln?^3jiFQ9vtd2%*xz)VGl0+pO`Aap zbvgC}ofQ8PN)h8`2i`EcM(_-1mJM4wjLhq` z0Mr#WTHSc1u`ekfW!0VaKB)y6aNVJoCxEQOuZWOSFw+NDCViIgksV>h3tkY!Bc60^ zi-`+gZsM7iIP&okX3>8A_;-o=_QSHniu70O779;!l7IoCecqR^d%c*HEMcmD^s|@mW_LM`4bj^V? zZybnEDsGq1@sJ%0AWi#2bsL?qZ_UpxUl8XP2eJeMfw*?)IKlUSL(gsp%=!R0Y@{T7!0u&(%74sdDU1fTs4u6UOW^xscd zS3G;~>7<+X)+Girc4>*v5(B(&`(Iixxaf7)moIsBdBT}FYX}Kb<|pE?3~_-CyZ&I< zv>NT08siYVxapI^5t@Xp8Z?XnqO@n&p?-uELt-J56VLwW=TbTDibsm*@Kw0 zLsSZkKg&p^^PI94AFqZVw#rUt;Bn&{4}LyzD^6HR)3iQVUrQ%p5ya=8rexa4V^Uu-EkvC|%WB;1n`)}y<^9F@wsXn-*=>OpRBcI$&OTc<6NSJ>hQ%Zdf z^MM<8cZn~a|3lKdj8ak9mOL*R z94Tbxz3{SRAk8GST~r|d#A zhLC8`x1biHHS*1w#431*wc?7boQNFv)u2{$+5l|Ytw?GfiE1r4oA0q;MRbiA)jRh z@{)7=XU2oU&vHXR>Ver*&-SP3(Ic|t*}j8rIHG&3FRl~ACv2j$hB>U5O_9MNUzr6? zzQFFxRXFlnX3Wn0{(>&_8)wFr1-*cIi5p+IvvA%T=$-*ONL}=-Y1b7`*u4ZCDCF{i zuUtB0Ff1M6(#c7M(#b$gI6TY?9n=lsEG0nahMBz`=YA~>IGdNw4IY9lB_Q+F`nb^v zOA^X(L-~qt+K-kGT*6ps^Zf|&V!k3jg2>lpg)9v)lB`ZzzT@`yz$M|nnPNwiLz!&w zqT9}RG8>NmDT_|yDT{`)na> zC(?2+jvEs7QV6L1BRe<^g9N-Y_2LUKEu#h^TJH+bl8S${tH`O$h0i9z;yZgQU-89> z%#@4t%}eR5v_KWzWxGp0xb*J*``sH3=y}KIb+0LxX{aNE@|#>6UYDJ<0tOT$ekc=* zCAbvT@e=L>_mThu0)~Z`lft6q(#-)!S z>0B3`9B^cHlR#)1RzTzt2mH9-7kvj4XJ#O4AWNQ2SiUyy4w95JOBGgv2uOo2=@r)P z=F)>S>GQ$C*b!E~nH}oxbM~sMpG10AbkVzE@RYpiD);SnXTy6ta=3ctfrxR}LsL(H zIG)Ea@Zj4?%Rkdsh6~7(Xh%r70k>eirD0WX+9dxe5$uq_DvR2lvpjIb5B=Jz0L%0aE}f9B?Md=j z?!Xscvw%${G81AZsQuq$E_m4K2@a%q2`d|nl%W(V&!V>EpL9@Ie8f*dS??0omO?zX z6qq#8Tce??a(v={J6D291UJjbwmrI%k2+*>5&XuRpYE=Yb&|$Bl1{47L4spg~ z@w`ScdI_XsI>STX``{$O=Es8>bZa{TbvJcf;<_Da5b7$o6{myo#-GikZv?n5t1Fwf zI&LGHk+|8r>wePG&`3x6e#(=3zA0eGhWqhIQ+Fslwc#8bWEk|iA;Be_)JjikLBg(Wt{<^%non`1IOiw z>I8gevdKGf=1~Sj&T>ZIXaI-aq6g7bPBuBP}b>j z$nIESpaYhdb9=(f{%<_%fLwEC4ixRA4U<3M*EU#`6QxR8(z&BvI=X8;_$f3S7VfV5 z()4WsI%Ss$gxfhlCpZMhbuUd__wJm(B>xAO43rHVck(NxOB>Qr9+wH?>Q`nfJM#Fx z`4z7;n6LTNFUd*=2{8s#s}zKhBX5hycWeX2<&Yeti;Et(w&5W^C_eT;F(U=KCS5x^ z^dgRKTky1#l!FbYaClkVx>L@1=8}HtbeTgt1P?pW%`3ikuJ{YF@~^a`2Wcvay>;@!)Aa|=Dqwd1 z(V9Lq(OTLEG`!jjQwr~|JcA==ZONyFlC~ufSOH74auP^bJpSO2w5GEyO50={VQE^m zn)^MD$tR zDRatX;g{E9VLIziMx_!j?c5}UO)83)ylmGWx{R~zru^)G#xormS9;^850lQ|56$g! z_*o|w?ZKJ8ZTddrhsWT2>AQM-v}-b8hDJd$n@kOC@VpDVk0V^=jDiN==SgEaJNCJT z&OC4LnQ7trc4q8MVt(#sBx`o!EQF~@X19dn(v+t&72rAZpRk+DvMLatI&ib#3<+O* zX5r45!Pgd@_Lw#@m=+mKo0<2TEe+y)epdnOqDKY@WKsh!y#+%*@9v|gB}lWBHyz9) z@Wniv1U*PcI`BpG=F5r)&0A#1?(`^zypXi6W@b^)X@y#8vk^iM3Y8Ol_2Y~n`f--8 zJkX3sVZrMb2BxmeFL2a>9T92M7b7tKRTwEp?cwG1N2HEYu-12^d;2L?- zQDFzZP2duM10db$(s!_O1CAY-%L;YHGx~?u4RqqJhnM)$$?}1ogGJ|{2g2Dt9g4g> z^r=e>@_-`D1I@dK*hoLiMz(4w-i~b*10_{ky|oiH z42n25#Ns&PHx&G&RR+t#$jR8u|pPGlg^#X@?f` zHOn&Z`JC?S*X!(kUg2|q3nnr_RFSn!Aw16?0kzRfyj(z#ziw{;;^$vuO>2EeqX8sY zl8O~prEm1mT)e$C9lw;L(Ss66co4oNY{)+KE9OSYx)`cGAEqV7Y(-Y#*JNhpYY&J zA2xSsKZG-|;XUae<8GaNv}-b8hRpPgY=l45S&Qf2;F)G<3~U=eagza`w}o&&e(?4z z0k{v~)^7o@=G_hzE2H($*5c}?=p${){?EEqy5bi)>J1Ef&E?<5QanXa5Mz(xyi0g6(Cned&^hn=Iqde~9 z*Z5b%YJ=OxcMTw-sL-w*cDtsRzo>GII7wCmmNd!Gj$$ zbYK%Y35#QAj5do8U-AWNd6{?n2k1LXCI*_|L>}%$8g{0eHxa;a2_pjna9t+ok_2$* zh=0AI6GspoeqVxb9+bz$fenYu$gtqre%^@f*q&E+;}>N9!IX1)*anDOJK>C_V$tYhi8 z1iEDFQPh z$agrR3YH=NLpuP&q>B6tM?8@RFOT4av}M`!YV?RBu0{g=uvqemQ@*At!?@bT<{5S5 z3YN(!uPg(EltL++vT%>?!d<9QiLZ70T-&Y~JS)?}$xU)3iiw1@DXoKmrR_fzNjNbi zKDPga=M4g)LsP=y90##UINn_XBy+S^rqjF z*5DWx{@B-l$^c*#HFqyu|f z7k8Gg{W$B&Ip=X*l9DN$T}s+--Q9E~lrL>LaMHR4Y&eGq(HPtD+|Y>L(CTYs`An*g z2|F0v#k#)piCzpjIKY*~E+&V)5Y8+UUb;ZbmnM>0>dxx8+3C5+0tse2 zZ2%*uvM#t;HotwdjoA`7&QLuFgCC=yZ&ONI!{E=E?a>oBdFufkdCtGbg6fxLE}i8G z0y0RxBw$S5Pyl|Z%;tR~&rRN|CcjpEevpV1+{4$|I=T&x&UN7E)R|n^;CI)h@0z_n zcwObfF-23V^`h=>+VIhNK+mbg*NP)-}fAnu-**8SgO4Gt5b{;#4 zbl?t6s41RxS<#eDzS0~wzG00qIWruFLqCzlPhQLe7h-0qqQoUoxbz7nD|GZ16!Zmo zvJTkM))PVx5q(Gq@yM+Ia!Fj4>k@9qU?#*%&zigS!(oc)6MalJ&qkP5ol7)rQ}9bM zidk$;BVNkoh+7`ESD`5#)0sEz9%R@^VQ@UbbZ^3vD3Gv7^wbb`;CO?DQ87rr{P^UG9klGW_H+RckzXb?1UP@XuZDtUhocOg^`&A!X{qtlENb=D}1XvsiueGi%Z9nHeqdz?~uGJ$|Nw zIrK&unfd9mp0@^k#jg`{3s`qIB(hdumbV<4j1t zb?r)w*$+k*&jI+E9EHwWk`N$Va^b7zAj#k>9rWN-mMSE?%K?O!9>fVb2@qL#yj+z{J8FQr_+f#vsAaf zqBySdbgqmj9JJ+B!9>J@JmYw00Blwk#j*XFvgFF?P zB?&t!cv*JAr#H+S2gz^wdd__Ej)$oWj~kG2F#(m5B1x^7hWI_k8&e)h zR>TF8j`X}5j<73*sBe2@GWbE94x?~E;@oxK zz`>5|)z%xDS$ePoAS|8f0M3ywALkICTv$;}8=A^s*xDl?a;g*I(6l}-Vv&v3K7$p@ zCv{6Xi*H7AR($AGp4IC?M;ZBBI@C9RK#+E3R$7Qrbb4aOWi5U?RCG%?9Zy6o{L~Dl z!?yfrB*gJ<89C3@et5Q1mrmT*lG6zC1 zmDLLpS3iT5q*Z>)7hV}iAztKBSFtf=6A3u3*o@0EG$R&4a9!R5D?{no)D?>bVq(D7;br7SELGdqEa?&R7{rE3f`vPM6t*wz5EU?#9O zNhH!65BaYZ8gE>Tk$U8#Mjq@4_eZz!80EKQrD z4BtSJ!Mi!*U+hgDe|{w&fbC=an?7dxG*dX4_4$7MOme56+NKdU__0~-nm?Dvw|(QE zOZ4R+scT=3+{ctgQ9{kAml;(lW^xqkeXBgA{9uzBcO0tt%eo z`V9gFdNy zITF&%?#_H?5~wpSdZgr^VLNMRLdVXgXY3=J0MpvB>(XEN(y!LZ0C~SchPd%{HA~5s zC^VZ#nfMMs_%8RpCGN~d1JOp}9)%8BAn(KhG>_7ErmviN3qu^z#zusvtP@FDE3PF1 z4)sRe=FJWnt0eF(JD9;5ENp~+m9TaKIEoafcI&3X9Dl8Cz*Sb#F^}mWBndzD-11%e zgjT)>0eS>aYQmPg@`sKybLj|Iz?DaMDNJz^3E!5x)a9?oN`e3YAOJ~3K~(D-GM9WI zF`tgMT)=N9iyS1!7?VfDgNJr%`(k}ot^@-&KKMsGumA)`**NfN2S|=rI@_D9+lwW^ zq-~l!0xD{$x19^c@JxcFQH$UXzUclPCE`*0Xw&!+Ts%|PU2l1C@e?i*^g4>Caq$eD zy0Z!MtX9ZLvQQn}rO}Fmt1=Sirm%!VhntU+-{K3fMF?@?5~3~@SyGwP@oa}**}>Na zh>W+uG|DNmWX!wi`$$;&;MkrdYQ^=IvQwy>(wGq{T7qfF$wR&h9vPHZIlN1CtR!Gi z&`@N7MiPPd7p|5y;%XzN=RRSd2PT z#*F$mnV)#?UiULTaN{P8;qA4>8HL&TPk4)K_=$za?A&hwoNH!y0<`*ZS?e#)$Or>- zCx6}b7A`X$<$_e7NZ?KvC$pB|;0D)FK=gCEIV=diap^-xCRUa5B0a>q z^Pez$vorvmakD%1%HcT}dUnwRaC4tBBrP`+#pPa5@Ml&XI>MC=uH{8~>6jNfL1$wn zXY=7qT~vS61JV3QC$9b=79QE81Eyi!-3>4K0q0odMPIkeF<&5N^PQE{j(EA3U7iSz zI+w3Bmz;f*0(s2u$c!~-!=n{3x@x|3PsGiR402|=1_mteJ)q~!>mJazREK{)X^&tT0nEn`6 zSkX&guUW$ju8az_5(Ue!pe9>ko}7%3p~6KdO#z+Vhcu!CCwd4-zsm%smuRyWoQ(R0 zj_qy3;&&hdGHDEF;4_3X_^{ne=0bD(V;{2p8(Z@}lg;U8CQf^G;O%`b!?W={vMJvK zf8q<@rX3oOaZf#e48lWG<(QdK(qzo%QJA>%Ja{t@7<_S!^Lf%`cC&HG42|La$vcAs z8>YRl$+>GC%W%YLD>twFITMa@Yy@ri;B5!C&nb9z9?ByQ>1g=k2DjB);b}B&Y4Zu) z)d;4&#Q1uqI!3Ts%e436gfBGV>)-%##|GDMKRvu;3$Hfx3Y%pDD~%ntbkLa%^a*G0 zrw@l$T&#gh*R