appmap 0.62.1 → 0.65.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/ARCHITECTURE.md +4 -4
- data/CHANGELOG.md +39 -0
- data/README.md +2 -2
- data/Rakefile +8 -8
- data/lib/appmap/command/agent_setup/init.rb +1 -0
- data/lib/appmap/config.rb +2 -2
- data/lib/appmap/cucumber.rb +1 -0
- data/lib/appmap/depends/util.rb +2 -0
- data/lib/appmap/event.rb +38 -14
- data/lib/appmap/handler/rails/sql_handler.rb +0 -28
- data/lib/appmap/minitest.rb +1 -0
- data/lib/appmap/node_cli.rb +1 -1
- data/lib/appmap/rspec.rb +1 -0
- data/lib/appmap/service/validator/config_validator.rb +8 -4
- data/lib/appmap/swagger/rake_tasks.rb +1 -0
- data/lib/appmap/util.rb +1 -1
- data/lib/appmap/version.rb +2 -3
- data/node_modules/@appland/appmap/CHANGELOG.md +136 -0
- data/node_modules/@appland/appmap/package.json +50 -0
- data/node_modules/@appland/appmap/src/agentInstaller/buildToolInstallerBase.js +28 -0
- data/node_modules/@appland/appmap/src/agentInstaller/commandStruct.js +17 -0
- data/node_modules/@appland/appmap/src/agentInstaller/installAgentStep.js +30 -0
- data/node_modules/@appland/appmap/src/agentInstaller/javaAgentInstaller.js +321 -0
- data/node_modules/@appland/appmap/src/agentInstaller/pythonAgentInstaller.js +174 -0
- data/node_modules/@appland/appmap/src/agentInstaller/rubyAgentInstaller.js +129 -0
- data/node_modules/@appland/appmap/src/agentInstaller/types.d.ts +76 -0
- data/node_modules/@appland/{cli → appmap}/src/appMapCatalog.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/appland/getAppMap.js +0 -0
- data/node_modules/@appland/appmap/src/appland/listAppMaps.js +58 -0
- data/node_modules/@appland/{cli → appmap}/src/appland/settings.js +0 -0
- data/node_modules/@appland/appmap/src/appland/types.d.ts +16 -0
- data/node_modules/@appland/appmap/src/cli.js +729 -0
- data/node_modules/@appland/{cli → appmap}/src/database.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/depends.js +0 -0
- data/node_modules/@appland/appmap/src/errors/abortError.js +5 -0
- data/node_modules/@appland/appmap/src/errors/validationError.js +5 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/algorithms.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/base.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/classDependencies.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/classes.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/eventTree.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/httpClientRequests.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/httpServerRequests.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/info.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/labels.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/packageDependencies.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/packages.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/sqlNormalized.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/sqlTables.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/trace.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/unique.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize/update.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/canonicalize.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/fingerprintDirectoryCommand.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/fingerprintQueue.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/fingerprintWatchCommand.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/fingerprinter.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/fingerprint/index.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/functionStats.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/inspect/fields.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/inspect/filter.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/inspect/home.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/inspect/print.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/inspect/reset.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/inspect/types.d.ts +0 -0
- data/node_modules/@appland/{cli → appmap}/src/inspect/undoFilter.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/inspect.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/inventoryCommand.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/search/codeObjectMatcher.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/search/constants.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/search/findCodeObjects.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/search/findEvents.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/search/matchFilter.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/search/matchSpec.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/search/trigram.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/search/types.d.ts +0 -0
- data/node_modules/@appland/{cli → appmap}/src/search/utils.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/swagger/README.md +0 -0
- data/node_modules/@appland/{cli → appmap}/src/swagger/command.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/swagger/method.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/swagger/model.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/swagger/path.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/swagger/response.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/swagger/schema.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/swagger/securitySchemes.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/swagger/settings.js +0 -0
- data/node_modules/@appland/{cli → appmap}/src/swagger/util.js +0 -0
- data/node_modules/@appland/appmap/src/utils.js +165 -0
- data/node_modules/@appland/appmap/tests/unit/agentInstall/python.js +0 -0
- data/node_modules/@appland/appmap/tests/unit/agentInstall/python.spec.js +109 -0
- data/node_modules/@appland/appmap/tests/unit/depends.spec.js +63 -0
- data/node_modules/@appland/appmap/tests/unit/fingerprint/canonicalize.spec.js +42 -0
- data/node_modules/@appland/{cli → appmap}/tests/unit/fingerprint/sql.spec.js +0 -0
- data/node_modules/@appland/appmap/tests/unit/fixtures/python/pip/requirements.txt +2 -0
- data/node_modules/@appland/appmap/tests/unit/fixtures/python/poetry/poetry.lock +2 -0
- data/node_modules/@appland/{cli/tests/unit/fixtures → appmap/tests/unit/fixtures/ruby}/app/controllers/organizations_controller.rb +0 -0
- data/node_modules/@appland/{cli/tests/unit/fixtures → appmap/tests/unit/fixtures/ruby}/app/models/configuration.rb +0 -0
- data/node_modules/@appland/{cli/tests/unit/fixtures → appmap/tests/unit/fixtures/ruby}/app/models/show.rb +0 -0
- data/node_modules/@appland/{cli/tests/unit/fixtures → appmap/tests/unit/fixtures/ruby}/app/models/user.rb +0 -0
- data/node_modules/@appland/appmap/tests/unit/fixtures/ruby/canonicalize/revoke_api_key.info.json +170 -0
- data/node_modules/@appland/appmap/tests/unit/fixtures/ruby/canonicalize/revoke_api_key.trace.json +213 -0
- data/node_modules/@appland/appmap/tests/unit/fixtures/ruby/canonicalize/revoke_api_key.update.json +54 -0
- data/node_modules/@appland/appmap/tests/unit/fixtures/ruby/revoke_api_key.appmap.json +884 -0
- data/node_modules/@appland/appmap/tests/unit/fixtures/ruby/user_page_scenario.appmap.json +1750 -0
- data/node_modules/@appland/appmap/tests/unit/inspect.spec.js +105 -0
- data/node_modules/@appland/models/CHANGELOG.md +7 -0
- data/node_modules/@appland/models/package.json +2 -2
- data/node_modules/@tootallnate/once/dist/index.d.ts +14 -0
- data/node_modules/@tootallnate/once/dist/index.js +39 -0
- data/node_modules/@tootallnate/once/dist/index.js.map +1 -0
- data/node_modules/@tootallnate/once/package.json +45 -0
- data/node_modules/abab/CHANGELOG.md +45 -0
- data/node_modules/abab/LICENSE.md +13 -0
- data/node_modules/abab/README.md +51 -0
- data/node_modules/abab/index.d.ts +2 -0
- data/node_modules/abab/index.js +9 -0
- data/node_modules/abab/lib/atob.js +97 -0
- data/node_modules/abab/lib/btoa.js +58 -0
- data/node_modules/abab/package.json +42 -0
- data/node_modules/acorn/CHANGELOG.md +744 -0
- data/node_modules/acorn/LICENSE +21 -0
- data/node_modules/acorn/README.md +280 -0
- data/node_modules/acorn/bin/acorn +4 -0
- data/node_modules/acorn/dist/acorn.d.ts +211 -0
- data/node_modules/acorn/dist/acorn.js +5525 -0
- data/node_modules/acorn/dist/acorn.mjs +5494 -0
- data/node_modules/acorn/dist/acorn.mjs.d.ts +2 -0
- data/node_modules/acorn/dist/bin.js +65 -0
- data/node_modules/acorn/package.json +46 -0
- data/node_modules/acorn-globals/LICENSE +19 -0
- data/node_modules/acorn-globals/README.md +81 -0
- data/node_modules/acorn-globals/index.js +179 -0
- data/node_modules/acorn-globals/node_modules/acorn/CHANGELOG.md +620 -0
- data/node_modules/acorn-globals/node_modules/acorn/LICENSE +21 -0
- data/node_modules/acorn-globals/node_modules/acorn/README.md +269 -0
- data/node_modules/acorn-globals/node_modules/acorn/bin/acorn +4 -0
- data/node_modules/acorn-globals/node_modules/acorn/dist/acorn.d.ts +209 -0
- data/node_modules/acorn-globals/node_modules/acorn/dist/acorn.js +5186 -0
- data/node_modules/acorn-globals/node_modules/acorn/dist/acorn.js.map +1 -0
- data/node_modules/acorn-globals/node_modules/acorn/dist/acorn.mjs +5155 -0
- data/node_modules/acorn-globals/node_modules/acorn/dist/acorn.mjs.d.ts +2 -0
- data/node_modules/acorn-globals/node_modules/acorn/dist/acorn.mjs.map +1 -0
- data/node_modules/acorn-globals/node_modules/acorn/dist/bin.js +64 -0
- data/node_modules/acorn-globals/node_modules/acorn/package.json +35 -0
- data/node_modules/acorn-globals/package.json +35 -0
- data/node_modules/acorn-walk/CHANGELOG.md +131 -0
- data/node_modules/acorn-walk/LICENSE +19 -0
- data/node_modules/acorn-walk/README.md +126 -0
- data/node_modules/acorn-walk/dist/walk.d.ts +112 -0
- data/node_modules/acorn-walk/dist/walk.js +463 -0
- data/node_modules/acorn-walk/dist/walk.js.map +1 -0
- data/node_modules/acorn-walk/dist/walk.mjs +443 -0
- data/node_modules/acorn-walk/dist/walk.mjs.map +1 -0
- data/node_modules/acorn-walk/package.json +34 -0
- data/node_modules/agent-base/README.md +145 -0
- data/node_modules/agent-base/dist/src/index.d.ts +78 -0
- data/node_modules/agent-base/dist/src/index.js +203 -0
- data/node_modules/agent-base/dist/src/index.js.map +1 -0
- data/node_modules/agent-base/dist/src/promisify.d.ts +4 -0
- data/node_modules/agent-base/dist/src/promisify.js +18 -0
- data/node_modules/agent-base/dist/src/promisify.js.map +1 -0
- data/node_modules/agent-base/package.json +64 -0
- data/node_modules/agent-base/src/index.ts +345 -0
- data/node_modules/agent-base/src/promisify.ts +33 -0
- data/node_modules/asynckit/LICENSE +21 -0
- data/node_modules/asynckit/README.md +233 -0
- data/node_modules/asynckit/bench.js +76 -0
- data/node_modules/asynckit/index.js +6 -0
- data/node_modules/asynckit/lib/abort.js +29 -0
- data/node_modules/asynckit/lib/async.js +34 -0
- data/node_modules/asynckit/lib/defer.js +26 -0
- data/node_modules/asynckit/lib/iterate.js +75 -0
- data/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- data/node_modules/asynckit/lib/readable_parallel.js +25 -0
- data/node_modules/asynckit/lib/readable_serial.js +25 -0
- data/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- data/node_modules/asynckit/lib/state.js +37 -0
- data/node_modules/asynckit/lib/streamify.js +141 -0
- data/node_modules/asynckit/lib/terminator.js +29 -0
- data/node_modules/asynckit/package.json +63 -0
- data/node_modules/asynckit/parallel.js +43 -0
- data/node_modules/asynckit/serial.js +17 -0
- data/node_modules/asynckit/serialOrdered.js +75 -0
- data/node_modules/asynckit/stream.js +21 -0
- data/node_modules/browser-process-hrtime/LICENSE +9 -0
- data/node_modules/browser-process-hrtime/README.md +27 -0
- data/node_modules/browser-process-hrtime/index.d.ts +4 -0
- data/node_modules/browser-process-hrtime/index.js +28 -0
- data/node_modules/browser-process-hrtime/package.json +15 -0
- data/node_modules/combined-stream/License +19 -0
- data/node_modules/combined-stream/Readme.md +138 -0
- data/node_modules/combined-stream/lib/combined_stream.js +208 -0
- data/node_modules/combined-stream/package.json +25 -0
- data/node_modules/combined-stream/yarn.lock +17 -0
- data/node_modules/cssom/LICENSE.txt +20 -0
- data/node_modules/cssom/README.mdown +67 -0
- data/node_modules/cssom/lib/CSSDocumentRule.js +39 -0
- data/node_modules/cssom/lib/CSSFontFaceRule.js +36 -0
- data/node_modules/cssom/lib/CSSHostRule.js +37 -0
- data/node_modules/cssom/lib/CSSImportRule.js +132 -0
- data/node_modules/cssom/lib/CSSKeyframeRule.js +37 -0
- data/node_modules/cssom/lib/CSSKeyframesRule.js +39 -0
- data/node_modules/cssom/lib/CSSMediaRule.js +41 -0
- data/node_modules/cssom/lib/CSSOM.js +3 -0
- data/node_modules/cssom/lib/CSSRule.js +43 -0
- data/node_modules/cssom/lib/CSSStyleDeclaration.js +148 -0
- data/node_modules/cssom/lib/CSSStyleRule.js +190 -0
- data/node_modules/cssom/lib/CSSStyleSheet.js +88 -0
- data/node_modules/cssom/lib/CSSSupportsRule.js +36 -0
- data/node_modules/cssom/lib/CSSValue.js +43 -0
- data/node_modules/cssom/lib/CSSValueExpression.js +344 -0
- data/node_modules/cssom/lib/MatcherList.js +62 -0
- data/node_modules/cssom/lib/MediaList.js +61 -0
- data/node_modules/cssom/lib/StyleSheet.js +17 -0
- data/node_modules/cssom/lib/clone.js +71 -0
- data/node_modules/cssom/lib/index.js +21 -0
- data/node_modules/cssom/lib/parse.js +463 -0
- data/node_modules/cssom/package.json +18 -0
- data/node_modules/cssstyle/LICENSE +20 -0
- data/node_modules/cssstyle/README.md +15 -0
- data/node_modules/cssstyle/lib/CSSStyleDeclaration.js +260 -0
- data/node_modules/cssstyle/lib/CSSStyleDeclaration.test.js +556 -0
- data/node_modules/cssstyle/lib/allExtraProperties.js +67 -0
- data/node_modules/cssstyle/lib/allProperties.js +462 -0
- data/node_modules/cssstyle/lib/allWebkitProperties.js +194 -0
- data/node_modules/cssstyle/lib/constants.js +6 -0
- data/node_modules/cssstyle/lib/implementedProperties.js +90 -0
- data/node_modules/cssstyle/lib/named_colors.json +152 -0
- data/node_modules/cssstyle/lib/parsers.js +722 -0
- data/node_modules/cssstyle/lib/parsers.test.js +139 -0
- data/node_modules/cssstyle/lib/properties/azimuth.js +67 -0
- data/node_modules/cssstyle/lib/properties/background.js +19 -0
- data/node_modules/cssstyle/lib/properties/backgroundAttachment.js +24 -0
- data/node_modules/cssstyle/lib/properties/backgroundColor.js +36 -0
- data/node_modules/cssstyle/lib/properties/backgroundImage.js +32 -0
- data/node_modules/cssstyle/lib/properties/backgroundPosition.js +58 -0
- data/node_modules/cssstyle/lib/properties/backgroundRepeat.js +32 -0
- data/node_modules/cssstyle/lib/properties/border.js +33 -0
- data/node_modules/cssstyle/lib/properties/borderBottom.js +17 -0
- data/node_modules/cssstyle/lib/properties/borderBottomColor.js +16 -0
- data/node_modules/cssstyle/lib/properties/borderBottomStyle.js +21 -0
- data/node_modules/cssstyle/lib/properties/borderBottomWidth.js +16 -0
- data/node_modules/cssstyle/lib/properties/borderCollapse.js +26 -0
- data/node_modules/cssstyle/lib/properties/borderColor.js +30 -0
- data/node_modules/cssstyle/lib/properties/borderLeft.js +17 -0
- data/node_modules/cssstyle/lib/properties/borderLeftColor.js +16 -0
- data/node_modules/cssstyle/lib/properties/borderLeftStyle.js +21 -0
- data/node_modules/cssstyle/lib/properties/borderLeftWidth.js +16 -0
- data/node_modules/cssstyle/lib/properties/borderRight.js +17 -0
- data/node_modules/cssstyle/lib/properties/borderRightColor.js +16 -0
- data/node_modules/cssstyle/lib/properties/borderRightStyle.js +21 -0
- data/node_modules/cssstyle/lib/properties/borderRightWidth.js +16 -0
- data/node_modules/cssstyle/lib/properties/borderSpacing.js +41 -0
- data/node_modules/cssstyle/lib/properties/borderStyle.js +38 -0
- data/node_modules/cssstyle/lib/properties/borderTop.js +17 -0
- data/node_modules/cssstyle/lib/properties/borderTopColor.js +16 -0
- data/node_modules/cssstyle/lib/properties/borderTopStyle.js +21 -0
- data/node_modules/cssstyle/lib/properties/borderTopWidth.js +17 -0
- data/node_modules/cssstyle/lib/properties/borderWidth.js +46 -0
- data/node_modules/cssstyle/lib/properties/bottom.js +14 -0
- data/node_modules/cssstyle/lib/properties/clear.js +16 -0
- data/node_modules/cssstyle/lib/properties/clip.js +47 -0
- data/node_modules/cssstyle/lib/properties/color.js +14 -0
- data/node_modules/cssstyle/lib/properties/cssFloat.js +12 -0
- data/node_modules/cssstyle/lib/properties/flex.js +45 -0
- data/node_modules/cssstyle/lib/properties/flexBasis.js +28 -0
- data/node_modules/cssstyle/lib/properties/flexGrow.js +19 -0
- data/node_modules/cssstyle/lib/properties/flexShrink.js +19 -0
- data/node_modules/cssstyle/lib/properties/float.js +12 -0
- data/node_modules/cssstyle/lib/properties/floodColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/font.js +43 -0
- data/node_modules/cssstyle/lib/properties/fontFamily.js +33 -0
- data/node_modules/cssstyle/lib/properties/fontSize.js +38 -0
- data/node_modules/cssstyle/lib/properties/fontStyle.js +18 -0
- data/node_modules/cssstyle/lib/properties/fontVariant.js +18 -0
- data/node_modules/cssstyle/lib/properties/fontWeight.js +33 -0
- data/node_modules/cssstyle/lib/properties/height.js +24 -0
- data/node_modules/cssstyle/lib/properties/left.js +14 -0
- data/node_modules/cssstyle/lib/properties/lightingColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/lineHeight.js +26 -0
- data/node_modules/cssstyle/lib/properties/margin.js +68 -0
- data/node_modules/cssstyle/lib/properties/marginBottom.js +13 -0
- data/node_modules/cssstyle/lib/properties/marginLeft.js +13 -0
- data/node_modules/cssstyle/lib/properties/marginRight.js +13 -0
- data/node_modules/cssstyle/lib/properties/marginTop.js +13 -0
- data/node_modules/cssstyle/lib/properties/opacity.js +14 -0
- data/node_modules/cssstyle/lib/properties/outlineColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/padding.js +61 -0
- data/node_modules/cssstyle/lib/properties/paddingBottom.js +13 -0
- data/node_modules/cssstyle/lib/properties/paddingLeft.js +13 -0
- data/node_modules/cssstyle/lib/properties/paddingRight.js +13 -0
- data/node_modules/cssstyle/lib/properties/paddingTop.js +13 -0
- data/node_modules/cssstyle/lib/properties/right.js +14 -0
- data/node_modules/cssstyle/lib/properties/stopColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/textLineThroughColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/textOverlineColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/textUnderlineColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/top.js +14 -0
- data/node_modules/cssstyle/lib/properties/webkitBorderAfterColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/webkitBorderBeforeColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/webkitBorderEndColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/webkitBorderStartColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/webkitColumnRuleColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/webkitMatchNearestMailBlockquoteColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/webkitTapHighlightColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/webkitTextEmphasisColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/webkitTextFillColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/webkitTextStrokeColor.js +14 -0
- data/node_modules/cssstyle/lib/properties/width.js +24 -0
- data/node_modules/cssstyle/lib/properties.js +1833 -0
- data/node_modules/cssstyle/lib/utils/colorSpace.js +21 -0
- data/node_modules/cssstyle/lib/utils/getBasicPropertyDescriptor.js +14 -0
- data/node_modules/cssstyle/node_modules/cssom/LICENSE.txt +20 -0
- data/node_modules/cssstyle/node_modules/cssom/README.mdown +67 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSDocumentRule.js +39 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSFontFaceRule.js +36 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSHostRule.js +37 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSImportRule.js +132 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSKeyframeRule.js +37 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSKeyframesRule.js +39 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSMediaRule.js +41 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSOM.js +3 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSRule.js +43 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSStyleDeclaration.js +148 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSStyleRule.js +190 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSStyleSheet.js +88 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSSupportsRule.js +36 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSValue.js +43 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/CSSValueExpression.js +344 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/MatcherList.js +62 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/MediaList.js +61 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/StyleSheet.js +17 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/clone.js +82 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/index.js +21 -0
- data/node_modules/cssstyle/node_modules/cssom/lib/parse.js +464 -0
- data/node_modules/cssstyle/node_modules/cssom/package.json +18 -0
- data/node_modules/cssstyle/package.json +72 -0
- data/node_modules/data-urls/LICENSE.txt +7 -0
- data/node_modules/data-urls/README.md +64 -0
- data/node_modules/data-urls/lib/parser.js +74 -0
- data/node_modules/data-urls/lib/utils.js +23 -0
- data/node_modules/data-urls/package.json +53 -0
- data/node_modules/debug/LICENSE +19 -0
- data/node_modules/debug/README.md +455 -0
- data/node_modules/debug/package.json +59 -0
- data/node_modules/debug/src/browser.js +269 -0
- data/node_modules/debug/src/common.js +274 -0
- data/node_modules/debug/src/index.js +10 -0
- data/node_modules/debug/src/node.js +263 -0
- data/node_modules/decimal.js/CHANGELOG.md +231 -0
- data/node_modules/decimal.js/LICENCE.md +23 -0
- data/node_modules/decimal.js/README.md +246 -0
- data/node_modules/decimal.js/decimal.d.ts +300 -0
- data/node_modules/decimal.js/decimal.js +4934 -0
- data/node_modules/decimal.js/decimal.mjs +4898 -0
- data/node_modules/decimal.js/package.json +40 -0
- data/node_modules/deep-is/LICENSE +22 -0
- data/node_modules/deep-is/README.markdown +70 -0
- data/node_modules/deep-is/example/cmp.js +11 -0
- data/node_modules/deep-is/index.js +102 -0
- data/node_modules/deep-is/package.json +61 -0
- data/node_modules/deep-is/test/NaN.js +16 -0
- data/node_modules/deep-is/test/cmp.js +23 -0
- data/node_modules/deep-is/test/neg-vs-pos-0.js +15 -0
- data/node_modules/delayed-stream/License +19 -0
- data/node_modules/delayed-stream/Makefile +7 -0
- data/node_modules/delayed-stream/Readme.md +141 -0
- data/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- data/node_modules/delayed-stream/package.json +27 -0
- data/node_modules/domexception/LICENSE.txt +21 -0
- data/node_modules/domexception/README.md +31 -0
- data/node_modules/domexception/index.js +7 -0
- data/node_modules/domexception/lib/DOMException-impl.js +22 -0
- data/node_modules/domexception/lib/DOMException.js +205 -0
- data/node_modules/domexception/lib/legacy-error-codes.json +27 -0
- data/node_modules/domexception/lib/utils.js +115 -0
- data/node_modules/domexception/node_modules/webidl-conversions/LICENSE.md +12 -0
- data/node_modules/domexception/node_modules/webidl-conversions/README.md +79 -0
- data/node_modules/domexception/node_modules/webidl-conversions/lib/index.js +361 -0
- data/node_modules/domexception/node_modules/webidl-conversions/package.json +30 -0
- data/node_modules/domexception/package.json +42 -0
- data/node_modules/domexception/webidl2js-wrapper.js +15 -0
- data/node_modules/escodegen/LICENSE.BSD +21 -0
- data/node_modules/escodegen/README.md +84 -0
- data/node_modules/escodegen/bin/escodegen.js +77 -0
- data/node_modules/escodegen/bin/esgenerate.js +64 -0
- data/node_modules/escodegen/escodegen.js +2647 -0
- data/node_modules/escodegen/package.json +62 -0
- data/node_modules/estraverse/LICENSE.BSD +19 -0
- data/node_modules/estraverse/README.md +153 -0
- data/node_modules/estraverse/estraverse.js +801 -0
- data/node_modules/estraverse/gulpfile.js +70 -0
- data/node_modules/estraverse/package.json +40 -0
- data/node_modules/esutils/LICENSE.BSD +19 -0
- data/node_modules/esutils/README.md +174 -0
- data/node_modules/esutils/lib/ast.js +144 -0
- data/node_modules/esutils/lib/code.js +135 -0
- data/node_modules/esutils/lib/keyword.js +165 -0
- data/node_modules/esutils/lib/utils.js +33 -0
- data/node_modules/esutils/package.json +44 -0
- data/node_modules/fast-levenshtein/LICENSE.md +25 -0
- data/node_modules/fast-levenshtein/README.md +104 -0
- data/node_modules/fast-levenshtein/levenshtein.js +136 -0
- data/node_modules/fast-levenshtein/package.json +39 -0
- data/node_modules/form-data/License +19 -0
- data/node_modules/form-data/README.md.bak +356 -0
- data/node_modules/form-data/Readme.md +356 -0
- data/node_modules/form-data/index.d.ts +62 -0
- data/node_modules/form-data/lib/browser.js +2 -0
- data/node_modules/form-data/lib/form_data.js +498 -0
- data/node_modules/form-data/lib/populate.js +10 -0
- data/node_modules/form-data/package.json +68 -0
- data/node_modules/html-encoding-sniffer/LICENSE.txt +7 -0
- data/node_modules/html-encoding-sniffer/README.md +38 -0
- data/node_modules/html-encoding-sniffer/lib/html-encoding-sniffer.js +295 -0
- data/node_modules/html-encoding-sniffer/package.json +30 -0
- data/node_modules/http-proxy-agent/README.md +74 -0
- data/node_modules/http-proxy-agent/dist/agent.d.ts +32 -0
- data/node_modules/http-proxy-agent/dist/agent.js +145 -0
- data/node_modules/http-proxy-agent/dist/agent.js.map +1 -0
- data/node_modules/http-proxy-agent/dist/index.d.ts +21 -0
- data/node_modules/http-proxy-agent/dist/index.js +14 -0
- data/node_modules/http-proxy-agent/dist/index.js.map +1 -0
- data/node_modules/http-proxy-agent/package.json +57 -0
- data/node_modules/https-proxy-agent/README.md +137 -0
- data/node_modules/https-proxy-agent/dist/agent.d.ts +30 -0
- data/node_modules/https-proxy-agent/dist/agent.js +180 -0
- data/node_modules/https-proxy-agent/dist/agent.js.map +1 -0
- data/node_modules/https-proxy-agent/dist/index.d.ts +23 -0
- data/node_modules/https-proxy-agent/dist/index.js +14 -0
- data/node_modules/https-proxy-agent/dist/index.js.map +1 -0
- data/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +7 -0
- data/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
- data/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
- data/node_modules/https-proxy-agent/package.json +56 -0
- data/node_modules/iconv-lite/Changelog.md +162 -0
- data/node_modules/iconv-lite/LICENSE +21 -0
- data/node_modules/iconv-lite/README.md +156 -0
- data/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
- data/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
- data/node_modules/iconv-lite/encodings/index.js +22 -0
- data/node_modules/iconv-lite/encodings/internal.js +188 -0
- data/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
- data/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- data/node_modules/iconv-lite/encodings/sbcs-data.js +174 -0
- data/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- data/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- data/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- data/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- data/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- data/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- data/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
- data/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- data/node_modules/iconv-lite/encodings/utf16.js +177 -0
- data/node_modules/iconv-lite/encodings/utf7.js +290 -0
- data/node_modules/iconv-lite/lib/bom-handling.js +52 -0
- data/node_modules/iconv-lite/lib/extend-node.js +217 -0
- data/node_modules/iconv-lite/lib/index.d.ts +24 -0
- data/node_modules/iconv-lite/lib/index.js +153 -0
- data/node_modules/iconv-lite/lib/streams.js +121 -0
- data/node_modules/iconv-lite/package.json +46 -0
- data/node_modules/is-potential-custom-element-name/LICENSE-MIT.txt +20 -0
- data/node_modules/is-potential-custom-element-name/README.md +40 -0
- data/node_modules/is-potential-custom-element-name/index.js +9 -0
- data/node_modules/is-potential-custom-element-name/package.json +35 -0
- data/node_modules/jsdom/LICENSE.txt +22 -0
- data/node_modules/jsdom/README.md +522 -0
- data/node_modules/jsdom/lib/api.js +333 -0
- data/node_modules/jsdom/lib/jsdom/browser/Window.js +933 -0
- data/node_modules/jsdom/lib/jsdom/browser/default-stylesheet.js +789 -0
- data/node_modules/jsdom/lib/jsdom/browser/js-globals.json +307 -0
- data/node_modules/jsdom/lib/jsdom/browser/not-implemented.js +13 -0
- data/node_modules/jsdom/lib/jsdom/browser/parser/html.js +223 -0
- data/node_modules/jsdom/lib/jsdom/browser/parser/index.js +37 -0
- data/node_modules/jsdom/lib/jsdom/browser/parser/xml.js +202 -0
- data/node_modules/jsdom/lib/jsdom/browser/resources/async-resource-queue.js +114 -0
- data/node_modules/jsdom/lib/jsdom/browser/resources/no-op-resource-loader.js +8 -0
- data/node_modules/jsdom/lib/jsdom/browser/resources/per-document-resource-loader.js +95 -0
- data/node_modules/jsdom/lib/jsdom/browser/resources/request-manager.js +33 -0
- data/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js +142 -0
- data/node_modules/jsdom/lib/jsdom/browser/resources/resource-queue.js +142 -0
- data/node_modules/jsdom/lib/jsdom/level2/style.js +57 -0
- data/node_modules/jsdom/lib/jsdom/level3/xpath.js +1874 -0
- data/node_modules/jsdom/lib/jsdom/living/aborting/AbortController-impl.js +17 -0
- data/node_modules/jsdom/lib/jsdom/living/aborting/AbortSignal-impl.js +55 -0
- data/node_modules/jsdom/lib/jsdom/living/attributes/Attr-impl.js +60 -0
- data/node_modules/jsdom/lib/jsdom/living/attributes/NamedNodeMap-impl.js +78 -0
- data/node_modules/jsdom/lib/jsdom/living/attributes.js +312 -0
- data/node_modules/jsdom/lib/jsdom/living/constraint-validation/DefaultConstraintValidation-impl.js +75 -0
- data/node_modules/jsdom/lib/jsdom/living/constraint-validation/ValidityState-impl.js +66 -0
- data/node_modules/jsdom/lib/jsdom/living/cssom/StyleSheetList-impl.js +38 -0
- data/node_modules/jsdom/lib/jsdom/living/custom-elements/CustomElementRegistry-impl.js +265 -0
- data/node_modules/jsdom/lib/jsdom/living/documents.js +15 -0
- data/node_modules/jsdom/lib/jsdom/living/domparsing/DOMParser-impl.js +58 -0
- data/node_modules/jsdom/lib/jsdom/living/domparsing/InnerHTML-impl.js +29 -0
- data/node_modules/jsdom/lib/jsdom/living/domparsing/XMLSerializer-impl.js +18 -0
- data/node_modules/jsdom/lib/jsdom/living/domparsing/parse5-adapter-serialization.js +63 -0
- data/node_modules/jsdom/lib/jsdom/living/domparsing/serialization.js +45 -0
- data/node_modules/jsdom/lib/jsdom/living/events/CloseEvent-impl.js +10 -0
- data/node_modules/jsdom/lib/jsdom/living/events/CompositionEvent-impl.js +20 -0
- data/node_modules/jsdom/lib/jsdom/living/events/CustomEvent-impl.js +21 -0
- data/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js +14 -0
- data/node_modules/jsdom/lib/jsdom/living/events/Event-impl.js +197 -0
- data/node_modules/jsdom/lib/jsdom/living/events/EventModifierMixin-impl.js +18 -0
- data/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js +403 -0
- data/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js +14 -0
- data/node_modules/jsdom/lib/jsdom/living/events/InputEvent-impl.js +11 -0
- data/node_modules/jsdom/lib/jsdom/living/events/KeyboardEvent-impl.js +29 -0
- data/node_modules/jsdom/lib/jsdom/living/events/MessageEvent-impl.js +25 -0
- data/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl.js +49 -0
- data/node_modules/jsdom/lib/jsdom/living/events/PageTransitionEvent-impl.js +20 -0
- data/node_modules/jsdom/lib/jsdom/living/events/PopStateEvent-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/events/ProgressEvent-impl.js +14 -0
- data/node_modules/jsdom/lib/jsdom/living/events/StorageEvent-impl.js +26 -0
- data/node_modules/jsdom/lib/jsdom/living/events/TouchEvent-impl.js +14 -0
- data/node_modules/jsdom/lib/jsdom/living/events/UIEvent-impl.js +59 -0
- data/node_modules/jsdom/lib/jsdom/living/events/WheelEvent-impl.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/fetch/Headers-impl.js +165 -0
- data/node_modules/jsdom/lib/jsdom/living/fetch/header-list.js +54 -0
- data/node_modules/jsdom/lib/jsdom/living/fetch/header-types.js +103 -0
- data/node_modules/jsdom/lib/jsdom/living/file-api/Blob-impl.js +93 -0
- data/node_modules/jsdom/lib/jsdom/living/file-api/File-impl.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/file-api/FileList-impl.js +15 -0
- data/node_modules/jsdom/lib/jsdom/living/file-api/FileReader-impl.js +130 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/AbortController.js +130 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/AbortSignal.js +159 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/AbstractRange.js +162 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/AddEventListenerOptions.js +44 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/AssignedNodesOptions.js +28 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Attr.js +215 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/BarProp.js +118 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/BinaryType.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Blob.js +198 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/BlobCallback.js +34 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/BlobPropertyBag.js +42 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/CDATASection.js +114 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/CanPlayTypeResult.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/CharacterData.js +436 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/CloseEvent.js +164 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/CloseEventInit.js +56 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Comment.js +122 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/CompositionEvent.js +217 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/CompositionEventInit.js +32 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/CustomElementConstructor.js +38 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/CustomElementRegistry.js +242 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/CustomEvent.js +200 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/CustomEventInit.js +32 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/DOMImplementation.js +232 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/DOMParser.js +140 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/DOMStringMap.js +322 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/DOMTokenList.js +531 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Document.js +3322 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/DocumentFragment.js +325 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/DocumentReadyState.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/DocumentType.js +246 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Element.js +1609 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ElementCreationOptions.js +26 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ElementDefinitionOptions.js +26 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/EndingType.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ErrorEvent.js +186 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ErrorEventInit.js +80 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Event.js +390 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/EventHandlerNonNull.js +40 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/EventInit.js +52 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js +35 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/EventListenerOptions.js +28 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/EventModifierInit.js +188 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js +252 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/External.js +129 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/File.js +176 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/FileList.js +305 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/FilePropertyBag.js +30 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/FileReader.js +440 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/FocusEvent.js +142 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/FocusEventInit.js +36 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/FormData.js +421 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Function.js +46 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/GetRootNodeOptions.js +28 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLAnchorElement.js +915 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLAreaElement.js +739 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLAudioElement.js +115 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLBRElement.js +153 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLBaseElement.js +188 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLBodyElement.js +808 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLButtonElement.js +487 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js +291 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLCollection.js +358 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLDListElement.js +156 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataElement.js +153 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLDataListElement.js +128 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLDetailsElement.js +156 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLDialogElement.js +156 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLDirectoryElement.js +156 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLDivElement.js +153 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLElement.js +2269 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLEmbedElement.js +346 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLFieldSetElement.js +315 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLFontElement.js +226 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLFormElement.js +457 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameElement.js +459 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLFrameSetElement.js +683 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLHRElement.js +300 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadElement.js +115 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLHeadingElement.js +153 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLHtmlElement.js +153 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLIFrameElement.js +621 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLImageElement.js +789 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLInputElement.js +1696 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLLIElement.js +194 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLLabelElement.js +175 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLLegendElement.js +164 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLLinkElement.js +496 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLMapElement.js +166 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLMarqueeElement.js +509 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLMediaElement.js +802 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLMenuElement.js +156 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLMetaElement.js +261 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLMeterElement.js +338 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLModElement.js +202 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLOListElement.js +266 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLObjectElement.js +839 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptGroupElement.js +192 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionElement.js +351 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLOptionsCollection.js +533 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLOutputElement.js +371 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLParagraphElement.js +153 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLParamElement.js +261 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLPictureElement.js +115 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLPreElement.js +158 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLProgressElement.js +209 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLQuoteElement.js +166 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLScriptElement.js +424 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLSelectElement.js +957 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLSlotElement.js +188 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLSourceElement.js +310 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLSpanElement.js +115 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLStyleElement.js +200 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCaptionElement.js +153 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableCellElement.js +635 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableColElement.js +339 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableElement.js +725 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableRowElement.js +386 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLTableSectionElement.js +329 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLTemplateElement.js +126 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLTextAreaElement.js +1088 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLTimeElement.js +153 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLTitleElement.js +152 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLTrackElement.js +334 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLUListElement.js +192 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLUnknownElement.js +114 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HTMLVideoElement.js +310 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEvent.js +153 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/HashChangeEventInit.js +44 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Headers.js +379 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/History.js +256 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/InputEvent.js +164 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/InputEventInit.js +59 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEvent.js +413 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/KeyboardEventInit.js +104 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Location.js +370 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/MessageEvent.js +301 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/MessageEventInit.js +94 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/MimeType.js +151 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/MimeTypeArray.js +330 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/MouseEvent.js +463 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/MouseEventInit.js +108 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/MutationCallback.js +38 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/MutationObserver.js +171 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/MutationObserverInit.js +103 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/MutationRecord.js +216 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/NamedNodeMap.js +522 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Navigator.js +297 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Node.js +736 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/NodeFilter.js +74 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/NodeIterator.js +196 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/NodeList.js +309 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/OnBeforeUnloadEventHandlerNonNull.js +46 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/OnErrorEventHandlerNonNull.js +60 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEvent.js +146 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/PageTransitionEventInit.js +32 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Performance.js +145 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Plugin.js +361 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/PluginArray.js +340 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/PopStateEvent.js +142 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/PopStateEventInit.js +32 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ProcessingInstruction.js +125 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ProgressEvent.js +166 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ProgressEventInit.js +56 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Range.js +619 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/SVGAnimatedString.js +143 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/SVGBoundingBoxOptions.js +64 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/SVGElement.js +1986 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/SVGGraphicsElement.js +144 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/SVGNumber.js +130 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/SVGSVGElement.js +681 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/SVGStringList.js +504 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/SVGTitleElement.js +114 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Screen.js +173 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ScrollBehavior.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions.js +45 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ScrollLogicalPosition.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ScrollOptions.js +30 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ScrollRestoration.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Selection.js +527 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/SelectionMode.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ShadowRoot.js +185 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootInit.js +30 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ShadowRootMode.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/StaticRange.js +126 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/StaticRangeInit.js +66 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Storage.js +389 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/StorageEvent.js +305 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/StorageEventInit.js +93 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/StyleSheetList.js +307 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/SupportedType.js +18 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/Text.js +169 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/TextTrackKind.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/TouchEvent.js +208 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/TouchEventInit.js +89 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/TreeWalker.js +236 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/UIEvent.js +235 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/UIEventInit.js +59 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/ValidityState.js +228 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/VisibilityState.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/VoidFunction.js +30 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/WebSocket.js +444 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/WheelEvent.js +183 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/WheelEventInit.js +68 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/XMLDocument.js +114 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequest.js +617 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestEventTarget.js +341 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestResponseType.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/XMLHttpRequestUpload.js +114 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/XMLSerializer.js +133 -0
- data/node_modules/jsdom/lib/jsdom/living/generated/utils.js +141 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/agent-factory.js +15 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/binary-data.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/create-element.js +320 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/create-event-accessor.js +188 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/custom-elements.js +270 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/dates-and-times.js +270 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/details.js +15 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/document-base-url.js +54 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/events.js +24 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/focusing.js +104 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/form-controls.js +306 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/html-constructor.js +78 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js +254 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/iterable-weak-set.js +48 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/json.js +12 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/mutation-observers.js +198 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/namespaces.js +15 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/node.js +68 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/number-and-date-inputs.js +195 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/ordered-set.js +104 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js +76 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/selectors.js +47 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/shadow-dom.js +285 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/strings.js +148 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/style-rules.js +114 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/stylesheets.js +113 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/svg/basic-types.js +41 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/svg/render.js +46 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/text.js +19 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/traversal.js +72 -0
- data/node_modules/jsdom/lib/jsdom/living/helpers/validate-names.js +75 -0
- data/node_modules/jsdom/lib/jsdom/living/hr-time/Performance-impl.js +25 -0
- data/node_modules/jsdom/lib/jsdom/living/interfaces.js +217 -0
- data/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationObserver-impl.js +95 -0
- data/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationRecord-impl.js +37 -0
- data/node_modules/jsdom/lib/jsdom/living/named-properties-window.js +141 -0
- data/node_modules/jsdom/lib/jsdom/living/navigator/MimeType-impl.js +3 -0
- data/node_modules/jsdom/lib/jsdom/living/navigator/MimeTypeArray-impl.js +21 -0
- data/node_modules/jsdom/lib/jsdom/living/navigator/Navigator-impl.js +29 -0
- data/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js +8 -0
- data/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl.js +7 -0
- data/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js +37 -0
- data/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl.js +7 -0
- data/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl.js +8 -0
- data/node_modules/jsdom/lib/jsdom/living/navigator/Plugin-impl.js +3 -0
- data/node_modules/jsdom/lib/jsdom/living/navigator/PluginArray-impl.js +23 -0
- data/node_modules/jsdom/lib/jsdom/living/node-document-position.js +10 -0
- data/node_modules/jsdom/lib/jsdom/living/node-type.js +16 -0
- data/node_modules/jsdom/lib/jsdom/living/node.js +331 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/CDATASection-impl.js +16 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/CharacterData-impl.js +118 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/ChildNode-impl.js +80 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/Comment-impl.js +20 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl.js +120 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/DOMStringMap-impl.js +64 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/DOMTokenList-impl.js +171 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js +946 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl.js +44 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/DocumentOrShadowRoot-impl.js +28 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/DocumentType-impl.js +24 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/Element-impl.js +578 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js +25 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/ElementContentEditable-impl.js +7 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl.js +95 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl.js +50 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl.js +43 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl.js +27 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl.js +17 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js +79 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js +130 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCollection-impl.js +96 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl.js +20 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDetailsElement-impl.js +35 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js +160 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl.js +8 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl.js +43 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js +226 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl.js +261 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl.js +17 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl.js +371 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl.js +132 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js +1128 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl.js +94 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl.js +18 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl.js +101 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl.js +13 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMarqueeElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl.js +138 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl.js +180 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl.js +22 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl.js +26 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl.js +146 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionsCollection-impl.js +110 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOrSVGElement-impl.js +85 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl.js +88 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPictureElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl.js +74 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl.js +265 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl.js +283 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSlotElement-impl.js +59 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl.js +8 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl.js +74 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl.js +73 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl.js +236 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl.js +88 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl.js +61 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl.js +67 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl.js +272 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl.js +18 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js +13 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js +17 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/LinkStyle-impl.js +2 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/Node-impl.js +1165 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/NodeList-impl.js +43 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl.js +28 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js +11 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js +91 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl.js +22 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/SVGElement-impl.js +64 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/SVGGraphicsElement-impl.js +16 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/SVGSVGElement-impl.js +42 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/SVGTests-impl.js +42 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/SVGTitleElement-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/ShadowRoot-impl.js +40 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/Slotable-impl.js +48 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/Text-impl.js +96 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl.js +52 -0
- data/node_modules/jsdom/lib/jsdom/living/nodes/XMLDocument-impl.js +4 -0
- data/node_modules/jsdom/lib/jsdom/living/post-message.js +39 -0
- data/node_modules/jsdom/lib/jsdom/living/range/AbstractRange-impl.js +43 -0
- data/node_modules/jsdom/lib/jsdom/living/range/Range-impl.js +889 -0
- data/node_modules/jsdom/lib/jsdom/living/range/StaticRange-impl.js +39 -0
- data/node_modules/jsdom/lib/jsdom/living/range/boundary-point.js +47 -0
- data/node_modules/jsdom/lib/jsdom/living/selection/Selection-impl.js +342 -0
- data/node_modules/jsdom/lib/jsdom/living/svg/SVGAnimatedString-impl.js +38 -0
- data/node_modules/jsdom/lib/jsdom/living/svg/SVGListBase.js +195 -0
- data/node_modules/jsdom/lib/jsdom/living/svg/SVGNumber-impl.js +48 -0
- data/node_modules/jsdom/lib/jsdom/living/svg/SVGStringList-impl.js +16 -0
- data/node_modules/jsdom/lib/jsdom/living/traversal/NodeIterator-impl.js +127 -0
- data/node_modules/jsdom/lib/jsdom/living/traversal/TreeWalker-impl.js +217 -0
- data/node_modules/jsdom/lib/jsdom/living/traversal/helpers.js +44 -0
- data/node_modules/jsdom/lib/jsdom/living/websockets/WebSocket-impl-browser.js +175 -0
- data/node_modules/jsdom/lib/jsdom/living/websockets/WebSocket-impl.js +328 -0
- data/node_modules/jsdom/lib/jsdom/living/webstorage/Storage-impl.js +102 -0
- data/node_modules/jsdom/lib/jsdom/living/window/BarProp-impl.js +10 -0
- data/node_modules/jsdom/lib/jsdom/living/window/External-impl.js +9 -0
- data/node_modules/jsdom/lib/jsdom/living/window/History-impl.js +134 -0
- data/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js +238 -0
- data/node_modules/jsdom/lib/jsdom/living/window/Screen-impl.js +13 -0
- data/node_modules/jsdom/lib/jsdom/living/window/SessionHistory.js +163 -0
- data/node_modules/jsdom/lib/jsdom/living/window/navigation.js +84 -0
- data/node_modules/jsdom/lib/jsdom/living/xhr/FormData-impl.js +171 -0
- data/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js +1023 -0
- data/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestEventTarget-impl.js +17 -0
- data/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestUpload-impl.js +4 -0
- data/node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js +60 -0
- data/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js +438 -0
- data/node_modules/jsdom/lib/jsdom/named-properties-tracker.js +158 -0
- data/node_modules/jsdom/lib/jsdom/utils.js +165 -0
- data/node_modules/jsdom/lib/jsdom/virtual-console.js +34 -0
- data/node_modules/jsdom/lib/jsdom/vm-shim.js +106 -0
- data/node_modules/jsdom/package.json +116 -0
- data/node_modules/levn/LICENSE +22 -0
- data/node_modules/levn/README.md +196 -0
- data/node_modules/levn/lib/cast.js +298 -0
- data/node_modules/levn/lib/coerce.js +285 -0
- data/node_modules/levn/lib/index.js +22 -0
- data/node_modules/levn/lib/parse-string.js +113 -0
- data/node_modules/levn/lib/parse.js +102 -0
- data/node_modules/levn/package.json +47 -0
- data/node_modules/lodash/LICENSE +47 -0
- data/node_modules/lodash/README.md +39 -0
- data/node_modules/lodash/_DataView.js +7 -0
- data/node_modules/lodash/_Hash.js +32 -0
- data/node_modules/lodash/_LazyWrapper.js +28 -0
- data/node_modules/lodash/_ListCache.js +32 -0
- data/node_modules/lodash/_LodashWrapper.js +22 -0
- data/node_modules/lodash/_Map.js +7 -0
- data/node_modules/lodash/_MapCache.js +32 -0
- data/node_modules/lodash/_Promise.js +7 -0
- data/node_modules/lodash/_Set.js +7 -0
- data/node_modules/lodash/_SetCache.js +27 -0
- data/node_modules/lodash/_Stack.js +27 -0
- data/node_modules/lodash/_Symbol.js +6 -0
- data/node_modules/lodash/_Uint8Array.js +6 -0
- data/node_modules/lodash/_WeakMap.js +7 -0
- data/node_modules/lodash/_apply.js +21 -0
- data/node_modules/lodash/_arrayAggregator.js +22 -0
- data/node_modules/lodash/_arrayEach.js +22 -0
- data/node_modules/lodash/_arrayEachRight.js +21 -0
- data/node_modules/lodash/_arrayEvery.js +23 -0
- data/node_modules/lodash/_arrayFilter.js +25 -0
- data/node_modules/lodash/_arrayIncludes.js +17 -0
- data/node_modules/lodash/_arrayIncludesWith.js +22 -0
- data/node_modules/lodash/_arrayLikeKeys.js +49 -0
- data/node_modules/lodash/_arrayMap.js +21 -0
- data/node_modules/lodash/_arrayPush.js +20 -0
- data/node_modules/lodash/_arrayReduce.js +26 -0
- data/node_modules/lodash/_arrayReduceRight.js +24 -0
- data/node_modules/lodash/_arraySample.js +15 -0
- data/node_modules/lodash/_arraySampleSize.js +17 -0
- data/node_modules/lodash/_arrayShuffle.js +15 -0
- data/node_modules/lodash/_arraySome.js +23 -0
- data/node_modules/lodash/_asciiSize.js +12 -0
- data/node_modules/lodash/_asciiToArray.js +12 -0
- data/node_modules/lodash/_asciiWords.js +15 -0
- data/node_modules/lodash/_assignMergeValue.js +20 -0
- data/node_modules/lodash/_assignValue.js +28 -0
- data/node_modules/lodash/_assocIndexOf.js +21 -0
- data/node_modules/lodash/_baseAggregator.js +21 -0
- data/node_modules/lodash/_baseAssign.js +17 -0
- data/node_modules/lodash/_baseAssignIn.js +17 -0
- data/node_modules/lodash/_baseAssignValue.js +25 -0
- data/node_modules/lodash/_baseAt.js +23 -0
- data/node_modules/lodash/_baseClamp.js +22 -0
- data/node_modules/lodash/_baseClone.js +166 -0
- data/node_modules/lodash/_baseConforms.js +18 -0
- data/node_modules/lodash/_baseConformsTo.js +27 -0
- data/node_modules/lodash/_baseCreate.js +30 -0
- data/node_modules/lodash/_baseDelay.js +21 -0
- data/node_modules/lodash/_baseDifference.js +67 -0
- data/node_modules/lodash/_baseEach.js +14 -0
- data/node_modules/lodash/_baseEachRight.js +14 -0
- data/node_modules/lodash/_baseEvery.js +21 -0
- data/node_modules/lodash/_baseExtremum.js +32 -0
- data/node_modules/lodash/_baseFill.js +32 -0
- data/node_modules/lodash/_baseFilter.js +21 -0
- data/node_modules/lodash/_baseFindIndex.js +24 -0
- data/node_modules/lodash/_baseFindKey.js +23 -0
- data/node_modules/lodash/_baseFlatten.js +38 -0
- data/node_modules/lodash/_baseFor.js +16 -0
- data/node_modules/lodash/_baseForOwn.js +16 -0
- data/node_modules/lodash/_baseForOwnRight.js +16 -0
- data/node_modules/lodash/_baseForRight.js +15 -0
- data/node_modules/lodash/_baseFunctions.js +19 -0
- data/node_modules/lodash/_baseGet.js +24 -0
- data/node_modules/lodash/_baseGetAllKeys.js +20 -0
- data/node_modules/lodash/_baseGetTag.js +28 -0
- data/node_modules/lodash/_baseGt.js +14 -0
- data/node_modules/lodash/_baseHas.js +19 -0
- data/node_modules/lodash/_baseHasIn.js +13 -0
- data/node_modules/lodash/_baseInRange.js +18 -0
- data/node_modules/lodash/_baseIndexOf.js +20 -0
- data/node_modules/lodash/_baseIndexOfWith.js +23 -0
- data/node_modules/lodash/_baseIntersection.js +74 -0
- data/node_modules/lodash/_baseInverter.js +21 -0
- data/node_modules/lodash/_baseInvoke.js +24 -0
- data/node_modules/lodash/_baseIsArguments.js +18 -0
- data/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
- data/node_modules/lodash/_baseIsDate.js +18 -0
- data/node_modules/lodash/_baseIsEqual.js +28 -0
- data/node_modules/lodash/_baseIsEqualDeep.js +83 -0
- data/node_modules/lodash/_baseIsMap.js +18 -0
- data/node_modules/lodash/_baseIsMatch.js +62 -0
- data/node_modules/lodash/_baseIsNaN.js +12 -0
- data/node_modules/lodash/_baseIsNative.js +47 -0
- data/node_modules/lodash/_baseIsRegExp.js +18 -0
- data/node_modules/lodash/_baseIsSet.js +18 -0
- data/node_modules/lodash/_baseIsTypedArray.js +60 -0
- data/node_modules/lodash/_baseIteratee.js +31 -0
- data/node_modules/lodash/_baseKeys.js +30 -0
- data/node_modules/lodash/_baseKeysIn.js +33 -0
- data/node_modules/lodash/_baseLodash.js +10 -0
- data/node_modules/lodash/_baseLt.js +14 -0
- data/node_modules/lodash/_baseMap.js +22 -0
- data/node_modules/lodash/_baseMatches.js +22 -0
- data/node_modules/lodash/_baseMatchesProperty.js +33 -0
- data/node_modules/lodash/_baseMean.js +20 -0
- data/node_modules/lodash/_baseMerge.js +42 -0
- data/node_modules/lodash/_baseMergeDeep.js +94 -0
- data/node_modules/lodash/_baseNth.js +20 -0
- data/node_modules/lodash/_baseOrderBy.js +49 -0
- data/node_modules/lodash/_basePick.js +19 -0
- data/node_modules/lodash/_basePickBy.js +30 -0
- data/node_modules/lodash/_baseProperty.js +14 -0
- data/node_modules/lodash/_basePropertyDeep.js +16 -0
- data/node_modules/lodash/_basePropertyOf.js +14 -0
- data/node_modules/lodash/_basePullAll.js +51 -0
- data/node_modules/lodash/_basePullAt.js +37 -0
- data/node_modules/lodash/_baseRandom.js +18 -0
- data/node_modules/lodash/_baseRange.js +28 -0
- data/node_modules/lodash/_baseReduce.js +23 -0
- data/node_modules/lodash/_baseRepeat.js +35 -0
- data/node_modules/lodash/_baseRest.js +17 -0
- data/node_modules/lodash/_baseSample.js +15 -0
- data/node_modules/lodash/_baseSampleSize.js +18 -0
- data/node_modules/lodash/_baseSet.js +51 -0
- data/node_modules/lodash/_baseSetData.js +17 -0
- data/node_modules/lodash/_baseSetToString.js +22 -0
- data/node_modules/lodash/_baseShuffle.js +15 -0
- data/node_modules/lodash/_baseSlice.js +31 -0
- data/node_modules/lodash/_baseSome.js +22 -0
- data/node_modules/lodash/_baseSortBy.js +21 -0
- data/node_modules/lodash/_baseSortedIndex.js +42 -0
- data/node_modules/lodash/_baseSortedIndexBy.js +67 -0
- data/node_modules/lodash/_baseSortedUniq.js +30 -0
- data/node_modules/lodash/_baseSum.js +24 -0
- data/node_modules/lodash/_baseTimes.js +20 -0
- data/node_modules/lodash/_baseToNumber.js +24 -0
- data/node_modules/lodash/_baseToPairs.js +18 -0
- data/node_modules/lodash/_baseToString.js +37 -0
- data/node_modules/lodash/_baseTrim.js +19 -0
- data/node_modules/lodash/_baseUnary.js +14 -0
- data/node_modules/lodash/_baseUniq.js +72 -0
- data/node_modules/lodash/_baseUnset.js +20 -0
- data/node_modules/lodash/_baseUpdate.js +18 -0
- data/node_modules/lodash/_baseValues.js +19 -0
- data/node_modules/lodash/_baseWhile.js +26 -0
- data/node_modules/lodash/_baseWrapperValue.js +25 -0
- data/node_modules/lodash/_baseXor.js +36 -0
- data/node_modules/lodash/_baseZipObject.js +23 -0
- data/node_modules/lodash/_cacheHas.js +13 -0
- data/node_modules/lodash/_castArrayLikeObject.js +14 -0
- data/node_modules/lodash/_castFunction.js +14 -0
- data/node_modules/lodash/_castPath.js +21 -0
- data/node_modules/lodash/_castRest.js +14 -0
- data/node_modules/lodash/_castSlice.js +18 -0
- data/node_modules/lodash/_charsEndIndex.js +19 -0
- data/node_modules/lodash/_charsStartIndex.js +20 -0
- data/node_modules/lodash/_cloneArrayBuffer.js +16 -0
- data/node_modules/lodash/_cloneBuffer.js +35 -0
- data/node_modules/lodash/_cloneDataView.js +16 -0
- data/node_modules/lodash/_cloneRegExp.js +17 -0
- data/node_modules/lodash/_cloneSymbol.js +18 -0
- data/node_modules/lodash/_cloneTypedArray.js +16 -0
- data/node_modules/lodash/_compareAscending.js +41 -0
- data/node_modules/lodash/_compareMultiple.js +44 -0
- data/node_modules/lodash/_composeArgs.js +39 -0
- data/node_modules/lodash/_composeArgsRight.js +41 -0
- data/node_modules/lodash/_copyArray.js +20 -0
- data/node_modules/lodash/_copyObject.js +40 -0
- data/node_modules/lodash/_copySymbols.js +16 -0
- data/node_modules/lodash/_copySymbolsIn.js +16 -0
- data/node_modules/lodash/_coreJsData.js +6 -0
- data/node_modules/lodash/_countHolders.js +21 -0
- data/node_modules/lodash/_createAggregator.js +23 -0
- data/node_modules/lodash/_createAssigner.js +37 -0
- data/node_modules/lodash/_createBaseEach.js +32 -0
- data/node_modules/lodash/_createBaseFor.js +25 -0
- data/node_modules/lodash/_createBind.js +28 -0
- data/node_modules/lodash/_createCaseFirst.js +33 -0
- data/node_modules/lodash/_createCompounder.js +24 -0
- data/node_modules/lodash/_createCtor.js +37 -0
- data/node_modules/lodash/_createCurry.js +46 -0
- data/node_modules/lodash/_createFind.js +25 -0
- data/node_modules/lodash/_createFlow.js +78 -0
- data/node_modules/lodash/_createHybrid.js +92 -0
- data/node_modules/lodash/_createInverter.js +17 -0
- data/node_modules/lodash/_createMathOperation.js +38 -0
- data/node_modules/lodash/_createOver.js +27 -0
- data/node_modules/lodash/_createPadding.js +33 -0
- data/node_modules/lodash/_createPartial.js +43 -0
- data/node_modules/lodash/_createRange.js +30 -0
- data/node_modules/lodash/_createRecurry.js +56 -0
- data/node_modules/lodash/_createRelationalOperation.js +20 -0
- data/node_modules/lodash/_createRound.js +35 -0
- data/node_modules/lodash/_createSet.js +19 -0
- data/node_modules/lodash/_createToPairs.js +30 -0
- data/node_modules/lodash/_createWrap.js +106 -0
- data/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
- data/node_modules/lodash/_customDefaultsMerge.js +28 -0
- data/node_modules/lodash/_customOmitClone.js +16 -0
- data/node_modules/lodash/_deburrLetter.js +71 -0
- data/node_modules/lodash/_defineProperty.js +11 -0
- data/node_modules/lodash/_equalArrays.js +84 -0
- data/node_modules/lodash/_equalByTag.js +112 -0
- data/node_modules/lodash/_equalObjects.js +90 -0
- data/node_modules/lodash/_escapeHtmlChar.js +21 -0
- data/node_modules/lodash/_escapeStringChar.js +22 -0
- data/node_modules/lodash/_flatRest.js +16 -0
- data/node_modules/lodash/_freeGlobal.js +4 -0
- data/node_modules/lodash/_getAllKeys.js +16 -0
- data/node_modules/lodash/_getAllKeysIn.js +17 -0
- data/node_modules/lodash/_getData.js +15 -0
- data/node_modules/lodash/_getFuncName.js +31 -0
- data/node_modules/lodash/_getHolder.js +13 -0
- data/node_modules/lodash/_getMapData.js +18 -0
- data/node_modules/lodash/_getMatchData.js +24 -0
- data/node_modules/lodash/_getNative.js +17 -0
- data/node_modules/lodash/_getPrototype.js +6 -0
- data/node_modules/lodash/_getRawTag.js +46 -0
- data/node_modules/lodash/_getSymbols.js +30 -0
- data/node_modules/lodash/_getSymbolsIn.js +25 -0
- data/node_modules/lodash/_getTag.js +58 -0
- data/node_modules/lodash/_getValue.js +13 -0
- data/node_modules/lodash/_getView.js +33 -0
- data/node_modules/lodash/_getWrapDetails.js +17 -0
- data/node_modules/lodash/_hasPath.js +39 -0
- data/node_modules/lodash/_hasUnicode.js +26 -0
- data/node_modules/lodash/_hasUnicodeWord.js +15 -0
- data/node_modules/lodash/_hashClear.js +15 -0
- data/node_modules/lodash/_hashDelete.js +17 -0
- data/node_modules/lodash/_hashGet.js +30 -0
- data/node_modules/lodash/_hashHas.js +23 -0
- data/node_modules/lodash/_hashSet.js +23 -0
- data/node_modules/lodash/_initCloneArray.js +26 -0
- data/node_modules/lodash/_initCloneByTag.js +77 -0
- data/node_modules/lodash/_initCloneObject.js +18 -0
- data/node_modules/lodash/_insertWrapDetails.js +23 -0
- data/node_modules/lodash/_isFlattenable.js +20 -0
- data/node_modules/lodash/_isIndex.js +25 -0
- data/node_modules/lodash/_isIterateeCall.js +30 -0
- data/node_modules/lodash/_isKey.js +29 -0
- data/node_modules/lodash/_isKeyable.js +15 -0
- data/node_modules/lodash/_isLaziable.js +28 -0
- data/node_modules/lodash/_isMaskable.js +14 -0
- data/node_modules/lodash/_isMasked.js +20 -0
- data/node_modules/lodash/_isPrototype.js +18 -0
- data/node_modules/lodash/_isStrictComparable.js +15 -0
- data/node_modules/lodash/_iteratorToArray.js +18 -0
- data/node_modules/lodash/_lazyClone.js +23 -0
- data/node_modules/lodash/_lazyReverse.js +23 -0
- data/node_modules/lodash/_lazyValue.js +69 -0
- data/node_modules/lodash/_listCacheClear.js +13 -0
- data/node_modules/lodash/_listCacheDelete.js +35 -0
- data/node_modules/lodash/_listCacheGet.js +19 -0
- data/node_modules/lodash/_listCacheHas.js +16 -0
- data/node_modules/lodash/_listCacheSet.js +26 -0
- data/node_modules/lodash/_mapCacheClear.js +21 -0
- data/node_modules/lodash/_mapCacheDelete.js +18 -0
- data/node_modules/lodash/_mapCacheGet.js +16 -0
- data/node_modules/lodash/_mapCacheHas.js +16 -0
- data/node_modules/lodash/_mapCacheSet.js +22 -0
- data/node_modules/lodash/_mapToArray.js +18 -0
- data/node_modules/lodash/_matchesStrictComparable.js +20 -0
- data/node_modules/lodash/_memoizeCapped.js +26 -0
- data/node_modules/lodash/_mergeData.js +90 -0
- data/node_modules/lodash/_metaMap.js +6 -0
- data/node_modules/lodash/_nativeCreate.js +6 -0
- data/node_modules/lodash/_nativeKeys.js +6 -0
- data/node_modules/lodash/_nativeKeysIn.js +20 -0
- data/node_modules/lodash/_nodeUtil.js +30 -0
- data/node_modules/lodash/_objectToString.js +22 -0
- data/node_modules/lodash/_overArg.js +15 -0
- data/node_modules/lodash/_overRest.js +36 -0
- data/node_modules/lodash/_parent.js +16 -0
- data/node_modules/lodash/_reEscape.js +4 -0
- data/node_modules/lodash/_reEvaluate.js +4 -0
- data/node_modules/lodash/_reInterpolate.js +4 -0
- data/node_modules/lodash/_realNames.js +4 -0
- data/node_modules/lodash/_reorder.js +29 -0
- data/node_modules/lodash/_replaceHolders.js +29 -0
- data/node_modules/lodash/_root.js +9 -0
- data/node_modules/lodash/_safeGet.js +21 -0
- data/node_modules/lodash/_setCacheAdd.js +19 -0
- data/node_modules/lodash/_setCacheHas.js +14 -0
- data/node_modules/lodash/_setData.js +20 -0
- data/node_modules/lodash/_setToArray.js +18 -0
- data/node_modules/lodash/_setToPairs.js +18 -0
- data/node_modules/lodash/_setToString.js +14 -0
- data/node_modules/lodash/_setWrapToString.js +21 -0
- data/node_modules/lodash/_shortOut.js +37 -0
- data/node_modules/lodash/_shuffleSelf.js +28 -0
- data/node_modules/lodash/_stackClear.js +15 -0
- data/node_modules/lodash/_stackDelete.js +18 -0
- data/node_modules/lodash/_stackGet.js +14 -0
- data/node_modules/lodash/_stackHas.js +14 -0
- data/node_modules/lodash/_stackSet.js +34 -0
- data/node_modules/lodash/_strictIndexOf.js +23 -0
- data/node_modules/lodash/_strictLastIndexOf.js +21 -0
- data/node_modules/lodash/_stringSize.js +18 -0
- data/node_modules/lodash/_stringToArray.js +18 -0
- data/node_modules/lodash/_stringToPath.js +27 -0
- data/node_modules/lodash/_toKey.js +21 -0
- data/node_modules/lodash/_toSource.js +26 -0
- data/node_modules/lodash/_trimmedEndIndex.js +19 -0
- data/node_modules/lodash/_unescapeHtmlChar.js +21 -0
- data/node_modules/lodash/_unicodeSize.js +44 -0
- data/node_modules/lodash/_unicodeToArray.js +40 -0
- data/node_modules/lodash/_unicodeWords.js +69 -0
- data/node_modules/lodash/_updateWrapDetails.js +46 -0
- data/node_modules/lodash/_wrapperClone.js +23 -0
- data/node_modules/lodash/add.js +22 -0
- data/node_modules/lodash/after.js +42 -0
- data/node_modules/lodash/array.js +67 -0
- data/node_modules/lodash/ary.js +29 -0
- data/node_modules/lodash/assign.js +58 -0
- data/node_modules/lodash/assignIn.js +40 -0
- data/node_modules/lodash/assignInWith.js +38 -0
- data/node_modules/lodash/assignWith.js +37 -0
- data/node_modules/lodash/at.js +23 -0
- data/node_modules/lodash/attempt.js +35 -0
- data/node_modules/lodash/before.js +40 -0
- data/node_modules/lodash/bind.js +57 -0
- data/node_modules/lodash/bindAll.js +41 -0
- data/node_modules/lodash/bindKey.js +68 -0
- data/node_modules/lodash/camelCase.js +29 -0
- data/node_modules/lodash/capitalize.js +23 -0
- data/node_modules/lodash/castArray.js +44 -0
- data/node_modules/lodash/ceil.js +26 -0
- data/node_modules/lodash/chain.js +38 -0
- data/node_modules/lodash/chunk.js +50 -0
- data/node_modules/lodash/clamp.js +39 -0
- data/node_modules/lodash/clone.js +36 -0
- data/node_modules/lodash/cloneDeep.js +29 -0
- data/node_modules/lodash/cloneDeepWith.js +40 -0
- data/node_modules/lodash/cloneWith.js +42 -0
- data/node_modules/lodash/collection.js +30 -0
- data/node_modules/lodash/commit.js +33 -0
- data/node_modules/lodash/compact.js +31 -0
- data/node_modules/lodash/concat.js +43 -0
- data/node_modules/lodash/cond.js +60 -0
- data/node_modules/lodash/conforms.js +35 -0
- data/node_modules/lodash/conformsTo.js +32 -0
- data/node_modules/lodash/constant.js +26 -0
- data/node_modules/lodash/core.js +3877 -0
- data/node_modules/lodash/core.min.js +29 -0
- data/node_modules/lodash/countBy.js +40 -0
- data/node_modules/lodash/create.js +43 -0
- data/node_modules/lodash/curry.js +57 -0
- data/node_modules/lodash/curryRight.js +54 -0
- data/node_modules/lodash/date.js +3 -0
- data/node_modules/lodash/debounce.js +191 -0
- data/node_modules/lodash/deburr.js +45 -0
- data/node_modules/lodash/defaultTo.js +25 -0
- data/node_modules/lodash/defaults.js +64 -0
- data/node_modules/lodash/defaultsDeep.js +30 -0
- data/node_modules/lodash/defer.js +26 -0
- data/node_modules/lodash/delay.js +28 -0
- data/node_modules/lodash/difference.js +33 -0
- data/node_modules/lodash/differenceBy.js +44 -0
- data/node_modules/lodash/differenceWith.js +40 -0
- data/node_modules/lodash/divide.js +22 -0
- data/node_modules/lodash/drop.js +38 -0
- data/node_modules/lodash/dropRight.js +39 -0
- data/node_modules/lodash/dropRightWhile.js +45 -0
- data/node_modules/lodash/dropWhile.js +45 -0
- data/node_modules/lodash/each.js +1 -0
- data/node_modules/lodash/eachRight.js +1 -0
- data/node_modules/lodash/endsWith.js +43 -0
- data/node_modules/lodash/entries.js +1 -0
- data/node_modules/lodash/entriesIn.js +1 -0
- data/node_modules/lodash/eq.js +37 -0
- data/node_modules/lodash/escape.js +43 -0
- data/node_modules/lodash/escapeRegExp.js +32 -0
- data/node_modules/lodash/every.js +56 -0
- data/node_modules/lodash/extend.js +1 -0
- data/node_modules/lodash/extendWith.js +1 -0
- data/node_modules/lodash/fill.js +45 -0
- data/node_modules/lodash/filter.js +52 -0
- data/node_modules/lodash/find.js +42 -0
- data/node_modules/lodash/findIndex.js +55 -0
- data/node_modules/lodash/findKey.js +44 -0
- data/node_modules/lodash/findLast.js +25 -0
- data/node_modules/lodash/findLastIndex.js +59 -0
- data/node_modules/lodash/findLastKey.js +44 -0
- data/node_modules/lodash/first.js +1 -0
- data/node_modules/lodash/flake.lock +40 -0
- data/node_modules/lodash/flake.nix +20 -0
- data/node_modules/lodash/flatMap.js +29 -0
- data/node_modules/lodash/flatMapDeep.js +31 -0
- data/node_modules/lodash/flatMapDepth.js +31 -0
- data/node_modules/lodash/flatten.js +22 -0
- data/node_modules/lodash/flattenDeep.js +25 -0
- data/node_modules/lodash/flattenDepth.js +33 -0
- data/node_modules/lodash/flip.js +28 -0
- data/node_modules/lodash/floor.js +26 -0
- data/node_modules/lodash/flow.js +27 -0
- data/node_modules/lodash/flowRight.js +26 -0
- data/node_modules/lodash/forEach.js +41 -0
- data/node_modules/lodash/forEachRight.js +31 -0
- data/node_modules/lodash/forIn.js +39 -0
- data/node_modules/lodash/forInRight.js +37 -0
- data/node_modules/lodash/forOwn.js +36 -0
- data/node_modules/lodash/forOwnRight.js +34 -0
- data/node_modules/lodash/fp/F.js +1 -0
- data/node_modules/lodash/fp/T.js +1 -0
- data/node_modules/lodash/fp/__.js +1 -0
- data/node_modules/lodash/fp/_baseConvert.js +569 -0
- data/node_modules/lodash/fp/_convertBrowser.js +18 -0
- data/node_modules/lodash/fp/_falseOptions.js +7 -0
- data/node_modules/lodash/fp/_mapping.js +358 -0
- data/node_modules/lodash/fp/_util.js +16 -0
- data/node_modules/lodash/fp/add.js +5 -0
- data/node_modules/lodash/fp/after.js +5 -0
- data/node_modules/lodash/fp/all.js +1 -0
- data/node_modules/lodash/fp/allPass.js +1 -0
- data/node_modules/lodash/fp/always.js +1 -0
- data/node_modules/lodash/fp/any.js +1 -0
- data/node_modules/lodash/fp/anyPass.js +1 -0
- data/node_modules/lodash/fp/apply.js +1 -0
- data/node_modules/lodash/fp/array.js +2 -0
- data/node_modules/lodash/fp/ary.js +5 -0
- data/node_modules/lodash/fp/assign.js +5 -0
- data/node_modules/lodash/fp/assignAll.js +5 -0
- data/node_modules/lodash/fp/assignAllWith.js +5 -0
- data/node_modules/lodash/fp/assignIn.js +5 -0
- data/node_modules/lodash/fp/assignInAll.js +5 -0
- data/node_modules/lodash/fp/assignInAllWith.js +5 -0
- data/node_modules/lodash/fp/assignInWith.js +5 -0
- data/node_modules/lodash/fp/assignWith.js +5 -0
- data/node_modules/lodash/fp/assoc.js +1 -0
- data/node_modules/lodash/fp/assocPath.js +1 -0
- data/node_modules/lodash/fp/at.js +5 -0
- data/node_modules/lodash/fp/attempt.js +5 -0
- data/node_modules/lodash/fp/before.js +5 -0
- data/node_modules/lodash/fp/bind.js +5 -0
- data/node_modules/lodash/fp/bindAll.js +5 -0
- data/node_modules/lodash/fp/bindKey.js +5 -0
- data/node_modules/lodash/fp/camelCase.js +5 -0
- data/node_modules/lodash/fp/capitalize.js +5 -0
- data/node_modules/lodash/fp/castArray.js +5 -0
- data/node_modules/lodash/fp/ceil.js +5 -0
- data/node_modules/lodash/fp/chain.js +5 -0
- data/node_modules/lodash/fp/chunk.js +5 -0
- data/node_modules/lodash/fp/clamp.js +5 -0
- data/node_modules/lodash/fp/clone.js +5 -0
- data/node_modules/lodash/fp/cloneDeep.js +5 -0
- data/node_modules/lodash/fp/cloneDeepWith.js +5 -0
- data/node_modules/lodash/fp/cloneWith.js +5 -0
- data/node_modules/lodash/fp/collection.js +2 -0
- data/node_modules/lodash/fp/commit.js +5 -0
- data/node_modules/lodash/fp/compact.js +5 -0
- data/node_modules/lodash/fp/complement.js +1 -0
- data/node_modules/lodash/fp/compose.js +1 -0
- data/node_modules/lodash/fp/concat.js +5 -0
- data/node_modules/lodash/fp/cond.js +5 -0
- data/node_modules/lodash/fp/conforms.js +1 -0
- data/node_modules/lodash/fp/conformsTo.js +5 -0
- data/node_modules/lodash/fp/constant.js +5 -0
- data/node_modules/lodash/fp/contains.js +1 -0
- data/node_modules/lodash/fp/convert.js +18 -0
- data/node_modules/lodash/fp/countBy.js +5 -0
- data/node_modules/lodash/fp/create.js +5 -0
- data/node_modules/lodash/fp/curry.js +5 -0
- data/node_modules/lodash/fp/curryN.js +5 -0
- data/node_modules/lodash/fp/curryRight.js +5 -0
- data/node_modules/lodash/fp/curryRightN.js +5 -0
- data/node_modules/lodash/fp/date.js +2 -0
- data/node_modules/lodash/fp/debounce.js +5 -0
- data/node_modules/lodash/fp/deburr.js +5 -0
- data/node_modules/lodash/fp/defaultTo.js +5 -0
- data/node_modules/lodash/fp/defaults.js +5 -0
- data/node_modules/lodash/fp/defaultsAll.js +5 -0
- data/node_modules/lodash/fp/defaultsDeep.js +5 -0
- data/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
- data/node_modules/lodash/fp/defer.js +5 -0
- data/node_modules/lodash/fp/delay.js +5 -0
- data/node_modules/lodash/fp/difference.js +5 -0
- data/node_modules/lodash/fp/differenceBy.js +5 -0
- data/node_modules/lodash/fp/differenceWith.js +5 -0
- data/node_modules/lodash/fp/dissoc.js +1 -0
- data/node_modules/lodash/fp/dissocPath.js +1 -0
- data/node_modules/lodash/fp/divide.js +5 -0
- data/node_modules/lodash/fp/drop.js +5 -0
- data/node_modules/lodash/fp/dropLast.js +1 -0
- data/node_modules/lodash/fp/dropLastWhile.js +1 -0
- data/node_modules/lodash/fp/dropRight.js +5 -0
- data/node_modules/lodash/fp/dropRightWhile.js +5 -0
- data/node_modules/lodash/fp/dropWhile.js +5 -0
- data/node_modules/lodash/fp/each.js +1 -0
- data/node_modules/lodash/fp/eachRight.js +1 -0
- data/node_modules/lodash/fp/endsWith.js +5 -0
- data/node_modules/lodash/fp/entries.js +1 -0
- data/node_modules/lodash/fp/entriesIn.js +1 -0
- data/node_modules/lodash/fp/eq.js +5 -0
- data/node_modules/lodash/fp/equals.js +1 -0
- data/node_modules/lodash/fp/escape.js +5 -0
- data/node_modules/lodash/fp/escapeRegExp.js +5 -0
- data/node_modules/lodash/fp/every.js +5 -0
- data/node_modules/lodash/fp/extend.js +1 -0
- data/node_modules/lodash/fp/extendAll.js +1 -0
- data/node_modules/lodash/fp/extendAllWith.js +1 -0
- data/node_modules/lodash/fp/extendWith.js +1 -0
- data/node_modules/lodash/fp/fill.js +5 -0
- data/node_modules/lodash/fp/filter.js +5 -0
- data/node_modules/lodash/fp/find.js +5 -0
- data/node_modules/lodash/fp/findFrom.js +5 -0
- data/node_modules/lodash/fp/findIndex.js +5 -0
- data/node_modules/lodash/fp/findIndexFrom.js +5 -0
- data/node_modules/lodash/fp/findKey.js +5 -0
- data/node_modules/lodash/fp/findLast.js +5 -0
- data/node_modules/lodash/fp/findLastFrom.js +5 -0
- data/node_modules/lodash/fp/findLastIndex.js +5 -0
- data/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
- data/node_modules/lodash/fp/findLastKey.js +5 -0
- data/node_modules/lodash/fp/first.js +1 -0
- data/node_modules/lodash/fp/flatMap.js +5 -0
- data/node_modules/lodash/fp/flatMapDeep.js +5 -0
- data/node_modules/lodash/fp/flatMapDepth.js +5 -0
- data/node_modules/lodash/fp/flatten.js +5 -0
- data/node_modules/lodash/fp/flattenDeep.js +5 -0
- data/node_modules/lodash/fp/flattenDepth.js +5 -0
- data/node_modules/lodash/fp/flip.js +5 -0
- data/node_modules/lodash/fp/floor.js +5 -0
- data/node_modules/lodash/fp/flow.js +5 -0
- data/node_modules/lodash/fp/flowRight.js +5 -0
- data/node_modules/lodash/fp/forEach.js +5 -0
- data/node_modules/lodash/fp/forEachRight.js +5 -0
- data/node_modules/lodash/fp/forIn.js +5 -0
- data/node_modules/lodash/fp/forInRight.js +5 -0
- data/node_modules/lodash/fp/forOwn.js +5 -0
- data/node_modules/lodash/fp/forOwnRight.js +5 -0
- data/node_modules/lodash/fp/fromPairs.js +5 -0
- data/node_modules/lodash/fp/function.js +2 -0
- data/node_modules/lodash/fp/functions.js +5 -0
- data/node_modules/lodash/fp/functionsIn.js +5 -0
- data/node_modules/lodash/fp/get.js +5 -0
- data/node_modules/lodash/fp/getOr.js +5 -0
- data/node_modules/lodash/fp/groupBy.js +5 -0
- data/node_modules/lodash/fp/gt.js +5 -0
- data/node_modules/lodash/fp/gte.js +5 -0
- data/node_modules/lodash/fp/has.js +5 -0
- data/node_modules/lodash/fp/hasIn.js +5 -0
- data/node_modules/lodash/fp/head.js +5 -0
- data/node_modules/lodash/fp/identical.js +1 -0
- data/node_modules/lodash/fp/identity.js +5 -0
- data/node_modules/lodash/fp/inRange.js +5 -0
- data/node_modules/lodash/fp/includes.js +5 -0
- data/node_modules/lodash/fp/includesFrom.js +5 -0
- data/node_modules/lodash/fp/indexBy.js +1 -0
- data/node_modules/lodash/fp/indexOf.js +5 -0
- data/node_modules/lodash/fp/indexOfFrom.js +5 -0
- data/node_modules/lodash/fp/init.js +1 -0
- data/node_modules/lodash/fp/initial.js +5 -0
- data/node_modules/lodash/fp/intersection.js +5 -0
- data/node_modules/lodash/fp/intersectionBy.js +5 -0
- data/node_modules/lodash/fp/intersectionWith.js +5 -0
- data/node_modules/lodash/fp/invert.js +5 -0
- data/node_modules/lodash/fp/invertBy.js +5 -0
- data/node_modules/lodash/fp/invertObj.js +1 -0
- data/node_modules/lodash/fp/invoke.js +5 -0
- data/node_modules/lodash/fp/invokeArgs.js +5 -0
- data/node_modules/lodash/fp/invokeArgsMap.js +5 -0
- data/node_modules/lodash/fp/invokeMap.js +5 -0
- data/node_modules/lodash/fp/isArguments.js +5 -0
- data/node_modules/lodash/fp/isArray.js +5 -0
- data/node_modules/lodash/fp/isArrayBuffer.js +5 -0
- data/node_modules/lodash/fp/isArrayLike.js +5 -0
- data/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
- data/node_modules/lodash/fp/isBoolean.js +5 -0
- data/node_modules/lodash/fp/isBuffer.js +5 -0
- data/node_modules/lodash/fp/isDate.js +5 -0
- data/node_modules/lodash/fp/isElement.js +5 -0
- data/node_modules/lodash/fp/isEmpty.js +5 -0
- data/node_modules/lodash/fp/isEqual.js +5 -0
- data/node_modules/lodash/fp/isEqualWith.js +5 -0
- data/node_modules/lodash/fp/isError.js +5 -0
- data/node_modules/lodash/fp/isFinite.js +5 -0
- data/node_modules/lodash/fp/isFunction.js +5 -0
- data/node_modules/lodash/fp/isInteger.js +5 -0
- data/node_modules/lodash/fp/isLength.js +5 -0
- data/node_modules/lodash/fp/isMap.js +5 -0
- data/node_modules/lodash/fp/isMatch.js +5 -0
- data/node_modules/lodash/fp/isMatchWith.js +5 -0
- data/node_modules/lodash/fp/isNaN.js +5 -0
- data/node_modules/lodash/fp/isNative.js +5 -0
- data/node_modules/lodash/fp/isNil.js +5 -0
- data/node_modules/lodash/fp/isNull.js +5 -0
- data/node_modules/lodash/fp/isNumber.js +5 -0
- data/node_modules/lodash/fp/isObject.js +5 -0
- data/node_modules/lodash/fp/isObjectLike.js +5 -0
- data/node_modules/lodash/fp/isPlainObject.js +5 -0
- data/node_modules/lodash/fp/isRegExp.js +5 -0
- data/node_modules/lodash/fp/isSafeInteger.js +5 -0
- data/node_modules/lodash/fp/isSet.js +5 -0
- data/node_modules/lodash/fp/isString.js +5 -0
- data/node_modules/lodash/fp/isSymbol.js +5 -0
- data/node_modules/lodash/fp/isTypedArray.js +5 -0
- data/node_modules/lodash/fp/isUndefined.js +5 -0
- data/node_modules/lodash/fp/isWeakMap.js +5 -0
- data/node_modules/lodash/fp/isWeakSet.js +5 -0
- data/node_modules/lodash/fp/iteratee.js +5 -0
- data/node_modules/lodash/fp/join.js +5 -0
- data/node_modules/lodash/fp/juxt.js +1 -0
- data/node_modules/lodash/fp/kebabCase.js +5 -0
- data/node_modules/lodash/fp/keyBy.js +5 -0
- data/node_modules/lodash/fp/keys.js +5 -0
- data/node_modules/lodash/fp/keysIn.js +5 -0
- data/node_modules/lodash/fp/lang.js +2 -0
- data/node_modules/lodash/fp/last.js +5 -0
- data/node_modules/lodash/fp/lastIndexOf.js +5 -0
- data/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
- data/node_modules/lodash/fp/lowerCase.js +5 -0
- data/node_modules/lodash/fp/lowerFirst.js +5 -0
- data/node_modules/lodash/fp/lt.js +5 -0
- data/node_modules/lodash/fp/lte.js +5 -0
- data/node_modules/lodash/fp/map.js +5 -0
- data/node_modules/lodash/fp/mapKeys.js +5 -0
- data/node_modules/lodash/fp/mapValues.js +5 -0
- data/node_modules/lodash/fp/matches.js +1 -0
- data/node_modules/lodash/fp/matchesProperty.js +5 -0
- data/node_modules/lodash/fp/math.js +2 -0
- data/node_modules/lodash/fp/max.js +5 -0
- data/node_modules/lodash/fp/maxBy.js +5 -0
- data/node_modules/lodash/fp/mean.js +5 -0
- data/node_modules/lodash/fp/meanBy.js +5 -0
- data/node_modules/lodash/fp/memoize.js +5 -0
- data/node_modules/lodash/fp/merge.js +5 -0
- data/node_modules/lodash/fp/mergeAll.js +5 -0
- data/node_modules/lodash/fp/mergeAllWith.js +5 -0
- data/node_modules/lodash/fp/mergeWith.js +5 -0
- data/node_modules/lodash/fp/method.js +5 -0
- data/node_modules/lodash/fp/methodOf.js +5 -0
- data/node_modules/lodash/fp/min.js +5 -0
- data/node_modules/lodash/fp/minBy.js +5 -0
- data/node_modules/lodash/fp/mixin.js +5 -0
- data/node_modules/lodash/fp/multiply.js +5 -0
- data/node_modules/lodash/fp/nAry.js +1 -0
- data/node_modules/lodash/fp/negate.js +5 -0
- data/node_modules/lodash/fp/next.js +5 -0
- data/node_modules/lodash/fp/noop.js +5 -0
- data/node_modules/lodash/fp/now.js +5 -0
- data/node_modules/lodash/fp/nth.js +5 -0
- data/node_modules/lodash/fp/nthArg.js +5 -0
- data/node_modules/lodash/fp/number.js +2 -0
- data/node_modules/lodash/fp/object.js +2 -0
- data/node_modules/lodash/fp/omit.js +5 -0
- data/node_modules/lodash/fp/omitAll.js +1 -0
- data/node_modules/lodash/fp/omitBy.js +5 -0
- data/node_modules/lodash/fp/once.js +5 -0
- data/node_modules/lodash/fp/orderBy.js +5 -0
- data/node_modules/lodash/fp/over.js +5 -0
- data/node_modules/lodash/fp/overArgs.js +5 -0
- data/node_modules/lodash/fp/overEvery.js +5 -0
- data/node_modules/lodash/fp/overSome.js +5 -0
- data/node_modules/lodash/fp/pad.js +5 -0
- data/node_modules/lodash/fp/padChars.js +5 -0
- data/node_modules/lodash/fp/padCharsEnd.js +5 -0
- data/node_modules/lodash/fp/padCharsStart.js +5 -0
- data/node_modules/lodash/fp/padEnd.js +5 -0
- data/node_modules/lodash/fp/padStart.js +5 -0
- data/node_modules/lodash/fp/parseInt.js +5 -0
- data/node_modules/lodash/fp/partial.js +5 -0
- data/node_modules/lodash/fp/partialRight.js +5 -0
- data/node_modules/lodash/fp/partition.js +5 -0
- data/node_modules/lodash/fp/path.js +1 -0
- data/node_modules/lodash/fp/pathEq.js +1 -0
- data/node_modules/lodash/fp/pathOr.js +1 -0
- data/node_modules/lodash/fp/paths.js +1 -0
- data/node_modules/lodash/fp/pick.js +5 -0
- data/node_modules/lodash/fp/pickAll.js +1 -0
- data/node_modules/lodash/fp/pickBy.js +5 -0
- data/node_modules/lodash/fp/pipe.js +1 -0
- data/node_modules/lodash/fp/placeholder.js +6 -0
- data/node_modules/lodash/fp/plant.js +5 -0
- data/node_modules/lodash/fp/pluck.js +1 -0
- data/node_modules/lodash/fp/prop.js +1 -0
- data/node_modules/lodash/fp/propEq.js +1 -0
- data/node_modules/lodash/fp/propOr.js +1 -0
- data/node_modules/lodash/fp/property.js +1 -0
- data/node_modules/lodash/fp/propertyOf.js +5 -0
- data/node_modules/lodash/fp/props.js +1 -0
- data/node_modules/lodash/fp/pull.js +5 -0
- data/node_modules/lodash/fp/pullAll.js +5 -0
- data/node_modules/lodash/fp/pullAllBy.js +5 -0
- data/node_modules/lodash/fp/pullAllWith.js +5 -0
- data/node_modules/lodash/fp/pullAt.js +5 -0
- data/node_modules/lodash/fp/random.js +5 -0
- data/node_modules/lodash/fp/range.js +5 -0
- data/node_modules/lodash/fp/rangeRight.js +5 -0
- data/node_modules/lodash/fp/rangeStep.js +5 -0
- data/node_modules/lodash/fp/rangeStepRight.js +5 -0
- data/node_modules/lodash/fp/rearg.js +5 -0
- data/node_modules/lodash/fp/reduce.js +5 -0
- data/node_modules/lodash/fp/reduceRight.js +5 -0
- data/node_modules/lodash/fp/reject.js +5 -0
- data/node_modules/lodash/fp/remove.js +5 -0
- data/node_modules/lodash/fp/repeat.js +5 -0
- data/node_modules/lodash/fp/replace.js +5 -0
- data/node_modules/lodash/fp/rest.js +5 -0
- data/node_modules/lodash/fp/restFrom.js +5 -0
- data/node_modules/lodash/fp/result.js +5 -0
- data/node_modules/lodash/fp/reverse.js +5 -0
- data/node_modules/lodash/fp/round.js +5 -0
- data/node_modules/lodash/fp/sample.js +5 -0
- data/node_modules/lodash/fp/sampleSize.js +5 -0
- data/node_modules/lodash/fp/seq.js +2 -0
- data/node_modules/lodash/fp/set.js +5 -0
- data/node_modules/lodash/fp/setWith.js +5 -0
- data/node_modules/lodash/fp/shuffle.js +5 -0
- data/node_modules/lodash/fp/size.js +5 -0
- data/node_modules/lodash/fp/slice.js +5 -0
- data/node_modules/lodash/fp/snakeCase.js +5 -0
- data/node_modules/lodash/fp/some.js +5 -0
- data/node_modules/lodash/fp/sortBy.js +5 -0
- data/node_modules/lodash/fp/sortedIndex.js +5 -0
- data/node_modules/lodash/fp/sortedIndexBy.js +5 -0
- data/node_modules/lodash/fp/sortedIndexOf.js +5 -0
- data/node_modules/lodash/fp/sortedLastIndex.js +5 -0
- data/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
- data/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
- data/node_modules/lodash/fp/sortedUniq.js +5 -0
- data/node_modules/lodash/fp/sortedUniqBy.js +5 -0
- data/node_modules/lodash/fp/split.js +5 -0
- data/node_modules/lodash/fp/spread.js +5 -0
- data/node_modules/lodash/fp/spreadFrom.js +5 -0
- data/node_modules/lodash/fp/startCase.js +5 -0
- data/node_modules/lodash/fp/startsWith.js +5 -0
- data/node_modules/lodash/fp/string.js +2 -0
- data/node_modules/lodash/fp/stubArray.js +5 -0
- data/node_modules/lodash/fp/stubFalse.js +5 -0
- data/node_modules/lodash/fp/stubObject.js +5 -0
- data/node_modules/lodash/fp/stubString.js +5 -0
- data/node_modules/lodash/fp/stubTrue.js +5 -0
- data/node_modules/lodash/fp/subtract.js +5 -0
- data/node_modules/lodash/fp/sum.js +5 -0
- data/node_modules/lodash/fp/sumBy.js +5 -0
- data/node_modules/lodash/fp/symmetricDifference.js +1 -0
- data/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
- data/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
- data/node_modules/lodash/fp/tail.js +5 -0
- data/node_modules/lodash/fp/take.js +5 -0
- data/node_modules/lodash/fp/takeLast.js +1 -0
- data/node_modules/lodash/fp/takeLastWhile.js +1 -0
- data/node_modules/lodash/fp/takeRight.js +5 -0
- data/node_modules/lodash/fp/takeRightWhile.js +5 -0
- data/node_modules/lodash/fp/takeWhile.js +5 -0
- data/node_modules/lodash/fp/tap.js +5 -0
- data/node_modules/lodash/fp/template.js +5 -0
- data/node_modules/lodash/fp/templateSettings.js +5 -0
- data/node_modules/lodash/fp/throttle.js +5 -0
- data/node_modules/lodash/fp/thru.js +5 -0
- data/node_modules/lodash/fp/times.js +5 -0
- data/node_modules/lodash/fp/toArray.js +5 -0
- data/node_modules/lodash/fp/toFinite.js +5 -0
- data/node_modules/lodash/fp/toInteger.js +5 -0
- data/node_modules/lodash/fp/toIterator.js +5 -0
- data/node_modules/lodash/fp/toJSON.js +5 -0
- data/node_modules/lodash/fp/toLength.js +5 -0
- data/node_modules/lodash/fp/toLower.js +5 -0
- data/node_modules/lodash/fp/toNumber.js +5 -0
- data/node_modules/lodash/fp/toPairs.js +5 -0
- data/node_modules/lodash/fp/toPairsIn.js +5 -0
- data/node_modules/lodash/fp/toPath.js +5 -0
- data/node_modules/lodash/fp/toPlainObject.js +5 -0
- data/node_modules/lodash/fp/toSafeInteger.js +5 -0
- data/node_modules/lodash/fp/toString.js +5 -0
- data/node_modules/lodash/fp/toUpper.js +5 -0
- data/node_modules/lodash/fp/transform.js +5 -0
- data/node_modules/lodash/fp/trim.js +5 -0
- data/node_modules/lodash/fp/trimChars.js +5 -0
- data/node_modules/lodash/fp/trimCharsEnd.js +5 -0
- data/node_modules/lodash/fp/trimCharsStart.js +5 -0
- data/node_modules/lodash/fp/trimEnd.js +5 -0
- data/node_modules/lodash/fp/trimStart.js +5 -0
- data/node_modules/lodash/fp/truncate.js +5 -0
- data/node_modules/lodash/fp/unapply.js +1 -0
- data/node_modules/lodash/fp/unary.js +5 -0
- data/node_modules/lodash/fp/unescape.js +5 -0
- data/node_modules/lodash/fp/union.js +5 -0
- data/node_modules/lodash/fp/unionBy.js +5 -0
- data/node_modules/lodash/fp/unionWith.js +5 -0
- data/node_modules/lodash/fp/uniq.js +5 -0
- data/node_modules/lodash/fp/uniqBy.js +5 -0
- data/node_modules/lodash/fp/uniqWith.js +5 -0
- data/node_modules/lodash/fp/uniqueId.js +5 -0
- data/node_modules/lodash/fp/unnest.js +1 -0
- data/node_modules/lodash/fp/unset.js +5 -0
- data/node_modules/lodash/fp/unzip.js +5 -0
- data/node_modules/lodash/fp/unzipWith.js +5 -0
- data/node_modules/lodash/fp/update.js +5 -0
- data/node_modules/lodash/fp/updateWith.js +5 -0
- data/node_modules/lodash/fp/upperCase.js +5 -0
- data/node_modules/lodash/fp/upperFirst.js +5 -0
- data/node_modules/lodash/fp/useWith.js +1 -0
- data/node_modules/lodash/fp/util.js +2 -0
- data/node_modules/lodash/fp/value.js +5 -0
- data/node_modules/lodash/fp/valueOf.js +5 -0
- data/node_modules/lodash/fp/values.js +5 -0
- data/node_modules/lodash/fp/valuesIn.js +5 -0
- data/node_modules/lodash/fp/where.js +1 -0
- data/node_modules/lodash/fp/whereEq.js +1 -0
- data/node_modules/lodash/fp/without.js +5 -0
- data/node_modules/lodash/fp/words.js +5 -0
- data/node_modules/lodash/fp/wrap.js +5 -0
- data/node_modules/lodash/fp/wrapperAt.js +5 -0
- data/node_modules/lodash/fp/wrapperChain.js +5 -0
- data/node_modules/lodash/fp/wrapperLodash.js +5 -0
- data/node_modules/lodash/fp/wrapperReverse.js +5 -0
- data/node_modules/lodash/fp/wrapperValue.js +5 -0
- data/node_modules/lodash/fp/xor.js +5 -0
- data/node_modules/lodash/fp/xorBy.js +5 -0
- data/node_modules/lodash/fp/xorWith.js +5 -0
- data/node_modules/lodash/fp/zip.js +5 -0
- data/node_modules/lodash/fp/zipAll.js +5 -0
- data/node_modules/lodash/fp/zipObj.js +1 -0
- data/node_modules/lodash/fp/zipObject.js +5 -0
- data/node_modules/lodash/fp/zipObjectDeep.js +5 -0
- data/node_modules/lodash/fp/zipWith.js +5 -0
- data/node_modules/lodash/fp.js +2 -0
- data/node_modules/lodash/fromPairs.js +28 -0
- data/node_modules/lodash/function.js +25 -0
- data/node_modules/lodash/functions.js +31 -0
- data/node_modules/lodash/functionsIn.js +31 -0
- data/node_modules/lodash/get.js +33 -0
- data/node_modules/lodash/groupBy.js +41 -0
- data/node_modules/lodash/gt.js +29 -0
- data/node_modules/lodash/gte.js +30 -0
- data/node_modules/lodash/has.js +35 -0
- data/node_modules/lodash/hasIn.js +34 -0
- data/node_modules/lodash/head.js +23 -0
- data/node_modules/lodash/identity.js +21 -0
- data/node_modules/lodash/inRange.js +55 -0
- data/node_modules/lodash/includes.js +53 -0
- data/node_modules/lodash/index.js +1 -0
- data/node_modules/lodash/indexOf.js +42 -0
- data/node_modules/lodash/initial.js +22 -0
- data/node_modules/lodash/intersection.js +30 -0
- data/node_modules/lodash/intersectionBy.js +45 -0
- data/node_modules/lodash/intersectionWith.js +41 -0
- data/node_modules/lodash/invert.js +42 -0
- data/node_modules/lodash/invertBy.js +56 -0
- data/node_modules/lodash/invoke.js +24 -0
- data/node_modules/lodash/invokeMap.js +41 -0
- data/node_modules/lodash/isArguments.js +36 -0
- data/node_modules/lodash/isArray.js +26 -0
- data/node_modules/lodash/isArrayBuffer.js +27 -0
- data/node_modules/lodash/isArrayLike.js +33 -0
- data/node_modules/lodash/isArrayLikeObject.js +33 -0
- data/node_modules/lodash/isBoolean.js +29 -0
- data/node_modules/lodash/isBuffer.js +38 -0
- data/node_modules/lodash/isDate.js +27 -0
- data/node_modules/lodash/isElement.js +25 -0
- data/node_modules/lodash/isEmpty.js +77 -0
- data/node_modules/lodash/isEqual.js +35 -0
- data/node_modules/lodash/isEqualWith.js +41 -0
- data/node_modules/lodash/isError.js +36 -0
- data/node_modules/lodash/isFinite.js +36 -0
- data/node_modules/lodash/isFunction.js +37 -0
- data/node_modules/lodash/isInteger.js +33 -0
- data/node_modules/lodash/isLength.js +35 -0
- data/node_modules/lodash/isMap.js +27 -0
- data/node_modules/lodash/isMatch.js +36 -0
- data/node_modules/lodash/isMatchWith.js +41 -0
- data/node_modules/lodash/isNaN.js +38 -0
- data/node_modules/lodash/isNative.js +40 -0
- data/node_modules/lodash/isNil.js +25 -0
- data/node_modules/lodash/isNull.js +22 -0
- data/node_modules/lodash/isNumber.js +38 -0
- data/node_modules/lodash/isObject.js +31 -0
- data/node_modules/lodash/isObjectLike.js +29 -0
- data/node_modules/lodash/isPlainObject.js +62 -0
- data/node_modules/lodash/isRegExp.js +27 -0
- data/node_modules/lodash/isSafeInteger.js +37 -0
- data/node_modules/lodash/isSet.js +27 -0
- data/node_modules/lodash/isString.js +30 -0
- data/node_modules/lodash/isSymbol.js +29 -0
- data/node_modules/lodash/isTypedArray.js +27 -0
- data/node_modules/lodash/isUndefined.js +22 -0
- data/node_modules/lodash/isWeakMap.js +28 -0
- data/node_modules/lodash/isWeakSet.js +28 -0
- data/node_modules/lodash/iteratee.js +53 -0
- data/node_modules/lodash/join.js +26 -0
- data/node_modules/lodash/kebabCase.js +28 -0
- data/node_modules/lodash/keyBy.js +36 -0
- data/node_modules/lodash/keys.js +37 -0
- data/node_modules/lodash/keysIn.js +32 -0
- data/node_modules/lodash/lang.js +58 -0
- data/node_modules/lodash/last.js +20 -0
- data/node_modules/lodash/lastIndexOf.js +46 -0
- data/node_modules/lodash/lodash.js +17209 -0
- data/node_modules/lodash/lodash.min.js +140 -0
- data/node_modules/lodash/lowerCase.js +27 -0
- data/node_modules/lodash/lowerFirst.js +22 -0
- data/node_modules/lodash/lt.js +29 -0
- data/node_modules/lodash/lte.js +30 -0
- data/node_modules/lodash/map.js +53 -0
- data/node_modules/lodash/mapKeys.js +36 -0
- data/node_modules/lodash/mapValues.js +43 -0
- data/node_modules/lodash/matches.js +46 -0
- data/node_modules/lodash/matchesProperty.js +44 -0
- data/node_modules/lodash/math.js +17 -0
- data/node_modules/lodash/max.js +29 -0
- data/node_modules/lodash/maxBy.js +34 -0
- data/node_modules/lodash/mean.js +22 -0
- data/node_modules/lodash/meanBy.js +31 -0
- data/node_modules/lodash/memoize.js +73 -0
- data/node_modules/lodash/merge.js +39 -0
- data/node_modules/lodash/mergeWith.js +39 -0
- data/node_modules/lodash/method.js +34 -0
- data/node_modules/lodash/methodOf.js +33 -0
- data/node_modules/lodash/min.js +29 -0
- data/node_modules/lodash/minBy.js +34 -0
- data/node_modules/lodash/mixin.js +74 -0
- data/node_modules/lodash/multiply.js +22 -0
- data/node_modules/lodash/negate.js +40 -0
- data/node_modules/lodash/next.js +35 -0
- data/node_modules/lodash/noop.js +17 -0
- data/node_modules/lodash/now.js +23 -0
- data/node_modules/lodash/nth.js +29 -0
- data/node_modules/lodash/nthArg.js +32 -0
- data/node_modules/lodash/number.js +5 -0
- data/node_modules/lodash/object.js +49 -0
- data/node_modules/lodash/omit.js +57 -0
- data/node_modules/lodash/omitBy.js +29 -0
- data/node_modules/lodash/once.js +25 -0
- data/node_modules/lodash/orderBy.js +47 -0
- data/node_modules/lodash/over.js +24 -0
- data/node_modules/lodash/overArgs.js +61 -0
- data/node_modules/lodash/overEvery.js +34 -0
- data/node_modules/lodash/overSome.js +37 -0
- data/node_modules/lodash/package.json +17 -0
- data/node_modules/lodash/pad.js +49 -0
- data/node_modules/lodash/padEnd.js +39 -0
- data/node_modules/lodash/padStart.js +39 -0
- data/node_modules/lodash/parseInt.js +43 -0
- data/node_modules/lodash/partial.js +50 -0
- data/node_modules/lodash/partialRight.js +49 -0
- data/node_modules/lodash/partition.js +43 -0
- data/node_modules/lodash/pick.js +25 -0
- data/node_modules/lodash/pickBy.js +37 -0
- data/node_modules/lodash/plant.js +48 -0
- data/node_modules/lodash/property.js +32 -0
- data/node_modules/lodash/propertyOf.js +30 -0
- data/node_modules/lodash/pull.js +29 -0
- data/node_modules/lodash/pullAll.js +29 -0
- data/node_modules/lodash/pullAllBy.js +33 -0
- data/node_modules/lodash/pullAllWith.js +32 -0
- data/node_modules/lodash/pullAt.js +43 -0
- data/node_modules/lodash/random.js +82 -0
- data/node_modules/lodash/range.js +46 -0
- data/node_modules/lodash/rangeRight.js +41 -0
- data/node_modules/lodash/rearg.js +33 -0
- data/node_modules/lodash/reduce.js +51 -0
- data/node_modules/lodash/reduceRight.js +36 -0
- data/node_modules/lodash/reject.js +46 -0
- data/node_modules/lodash/release.md +48 -0
- data/node_modules/lodash/remove.js +53 -0
- data/node_modules/lodash/repeat.js +37 -0
- data/node_modules/lodash/replace.js +29 -0
- data/node_modules/lodash/rest.js +40 -0
- data/node_modules/lodash/result.js +56 -0
- data/node_modules/lodash/reverse.js +34 -0
- data/node_modules/lodash/round.js +26 -0
- data/node_modules/lodash/sample.js +24 -0
- data/node_modules/lodash/sampleSize.js +37 -0
- data/node_modules/lodash/seq.js +16 -0
- data/node_modules/lodash/set.js +35 -0
- data/node_modules/lodash/setWith.js +32 -0
- data/node_modules/lodash/shuffle.js +25 -0
- data/node_modules/lodash/size.js +46 -0
- data/node_modules/lodash/slice.js +37 -0
- data/node_modules/lodash/snakeCase.js +28 -0
- data/node_modules/lodash/some.js +51 -0
- data/node_modules/lodash/sortBy.js +48 -0
- data/node_modules/lodash/sortedIndex.js +24 -0
- data/node_modules/lodash/sortedIndexBy.js +33 -0
- data/node_modules/lodash/sortedIndexOf.js +31 -0
- data/node_modules/lodash/sortedLastIndex.js +25 -0
- data/node_modules/lodash/sortedLastIndexBy.js +33 -0
- data/node_modules/lodash/sortedLastIndexOf.js +31 -0
- data/node_modules/lodash/sortedUniq.js +24 -0
- data/node_modules/lodash/sortedUniqBy.js +26 -0
- data/node_modules/lodash/split.js +52 -0
- data/node_modules/lodash/spread.js +63 -0
- data/node_modules/lodash/startCase.js +29 -0
- data/node_modules/lodash/startsWith.js +39 -0
- data/node_modules/lodash/string.js +33 -0
- data/node_modules/lodash/stubArray.js +23 -0
- data/node_modules/lodash/stubFalse.js +18 -0
- data/node_modules/lodash/stubObject.js +23 -0
- data/node_modules/lodash/stubString.js +18 -0
- data/node_modules/lodash/stubTrue.js +18 -0
- data/node_modules/lodash/subtract.js +22 -0
- data/node_modules/lodash/sum.js +24 -0
- data/node_modules/lodash/sumBy.js +33 -0
- data/node_modules/lodash/tail.js +22 -0
- data/node_modules/lodash/take.js +37 -0
- data/node_modules/lodash/takeRight.js +39 -0
- data/node_modules/lodash/takeRightWhile.js +45 -0
- data/node_modules/lodash/takeWhile.js +45 -0
- data/node_modules/lodash/tap.js +29 -0
- data/node_modules/lodash/template.js +272 -0
- data/node_modules/lodash/templateSettings.js +67 -0
- data/node_modules/lodash/throttle.js +69 -0
- data/node_modules/lodash/thru.js +28 -0
- data/node_modules/lodash/times.js +51 -0
- data/node_modules/lodash/toArray.js +58 -0
- data/node_modules/lodash/toFinite.js +42 -0
- data/node_modules/lodash/toInteger.js +36 -0
- data/node_modules/lodash/toIterator.js +23 -0
- data/node_modules/lodash/toJSON.js +1 -0
- data/node_modules/lodash/toLength.js +38 -0
- data/node_modules/lodash/toLower.js +28 -0
- data/node_modules/lodash/toNumber.js +64 -0
- data/node_modules/lodash/toPairs.js +30 -0
- data/node_modules/lodash/toPairsIn.js +30 -0
- data/node_modules/lodash/toPath.js +33 -0
- data/node_modules/lodash/toPlainObject.js +32 -0
- data/node_modules/lodash/toSafeInteger.js +37 -0
- data/node_modules/lodash/toString.js +28 -0
- data/node_modules/lodash/toUpper.js +28 -0
- data/node_modules/lodash/transform.js +65 -0
- data/node_modules/lodash/trim.js +47 -0
- data/node_modules/lodash/trimEnd.js +41 -0
- data/node_modules/lodash/trimStart.js +43 -0
- data/node_modules/lodash/truncate.js +111 -0
- data/node_modules/lodash/unary.js +22 -0
- data/node_modules/lodash/unescape.js +34 -0
- data/node_modules/lodash/union.js +26 -0
- data/node_modules/lodash/unionBy.js +39 -0
- data/node_modules/lodash/unionWith.js +34 -0
- data/node_modules/lodash/uniq.js +25 -0
- data/node_modules/lodash/uniqBy.js +31 -0
- data/node_modules/lodash/uniqWith.js +28 -0
- data/node_modules/lodash/uniqueId.js +28 -0
- data/node_modules/lodash/unset.js +34 -0
- data/node_modules/lodash/unzip.js +45 -0
- data/node_modules/lodash/unzipWith.js +39 -0
- data/node_modules/lodash/update.js +35 -0
- data/node_modules/lodash/updateWith.js +33 -0
- data/node_modules/lodash/upperCase.js +27 -0
- data/node_modules/lodash/upperFirst.js +22 -0
- data/node_modules/lodash/util.js +34 -0
- data/node_modules/lodash/value.js +1 -0
- data/node_modules/lodash/valueOf.js +1 -0
- data/node_modules/lodash/values.js +34 -0
- data/node_modules/lodash/valuesIn.js +32 -0
- data/node_modules/lodash/without.js +31 -0
- data/node_modules/lodash/words.js +35 -0
- data/node_modules/lodash/wrap.js +30 -0
- data/node_modules/lodash/wrapperAt.js +48 -0
- data/node_modules/lodash/wrapperChain.js +34 -0
- data/node_modules/lodash/wrapperLodash.js +147 -0
- data/node_modules/lodash/wrapperReverse.js +44 -0
- data/node_modules/lodash/wrapperValue.js +21 -0
- data/node_modules/lodash/xor.js +28 -0
- data/node_modules/lodash/xorBy.js +39 -0
- data/node_modules/lodash/xorWith.js +34 -0
- data/node_modules/lodash/zip.js +22 -0
- data/node_modules/lodash/zipObject.js +24 -0
- data/node_modules/lodash/zipObjectDeep.js +23 -0
- data/node_modules/lodash/zipWith.js +32 -0
- data/node_modules/mime-db/HISTORY.md +486 -0
- data/node_modules/mime-db/LICENSE +22 -0
- data/node_modules/mime-db/README.md +100 -0
- data/node_modules/mime-db/db.json +8417 -0
- data/node_modules/mime-db/index.js +11 -0
- data/node_modules/mime-db/package.json +59 -0
- data/node_modules/mime-types/HISTORY.md +378 -0
- data/node_modules/mime-types/LICENSE +23 -0
- data/node_modules/mime-types/README.md +113 -0
- data/node_modules/mime-types/index.js +188 -0
- data/node_modules/mime-types/package.json +44 -0
- data/node_modules/ms/index.js +162 -0
- data/node_modules/ms/license.md +21 -0
- data/node_modules/ms/package.json +37 -0
- data/node_modules/ms/readme.md +60 -0
- data/node_modules/nwsapi/LICENSE +22 -0
- data/node_modules/nwsapi/README.md +132 -0
- data/node_modules/nwsapi/dist/lint.log +0 -0
- data/node_modules/nwsapi/package.json +38 -0
- data/node_modules/nwsapi/src/modules/nwsapi-jquery.js +135 -0
- data/node_modules/nwsapi/src/modules/nwsapi-traversal.js +90 -0
- data/node_modules/nwsapi/src/nwsapi.js +1800 -0
- data/node_modules/optionator/CHANGELOG.md +56 -0
- data/node_modules/optionator/LICENSE +22 -0
- data/node_modules/optionator/README.md +238 -0
- data/node_modules/optionator/lib/help.js +260 -0
- data/node_modules/optionator/lib/index.js +465 -0
- data/node_modules/optionator/lib/util.js +54 -0
- data/node_modules/optionator/package.json +44 -0
- data/node_modules/parse5/LICENSE +19 -0
- data/node_modules/parse5/README.md +38 -0
- data/node_modules/parse5/lib/common/doctype.js +162 -0
- data/node_modules/parse5/lib/common/error-codes.js +65 -0
- data/node_modules/parse5/lib/common/foreign-content.js +265 -0
- data/node_modules/parse5/lib/common/html.js +272 -0
- data/node_modules/parse5/lib/common/unicode.js +109 -0
- data/node_modules/parse5/lib/extensions/error-reporting/mixin-base.js +43 -0
- data/node_modules/parse5/lib/extensions/error-reporting/parser-mixin.js +52 -0
- data/node_modules/parse5/lib/extensions/error-reporting/preprocessor-mixin.js +24 -0
- data/node_modules/parse5/lib/extensions/error-reporting/tokenizer-mixin.js +17 -0
- data/node_modules/parse5/lib/extensions/location-info/open-element-stack-mixin.js +35 -0
- data/node_modules/parse5/lib/extensions/location-info/parser-mixin.js +223 -0
- data/node_modules/parse5/lib/extensions/location-info/tokenizer-mixin.js +146 -0
- data/node_modules/parse5/lib/extensions/position-tracking/preprocessor-mixin.js +64 -0
- data/node_modules/parse5/lib/index.js +29 -0
- data/node_modules/parse5/lib/parser/formatting-element-list.js +181 -0
- data/node_modules/parse5/lib/parser/index.js +2956 -0
- data/node_modules/parse5/lib/parser/open-element-stack.js +482 -0
- data/node_modules/parse5/lib/serializer/index.js +176 -0
- data/node_modules/parse5/lib/tokenizer/index.js +2196 -0
- data/node_modules/parse5/lib/tokenizer/named-entity-data.js +5 -0
- data/node_modules/parse5/lib/tokenizer/preprocessor.js +159 -0
- data/node_modules/parse5/lib/tree-adapters/default.js +221 -0
- data/node_modules/parse5/lib/utils/merge-options.js +13 -0
- data/node_modules/parse5/lib/utils/mixin.js +39 -0
- data/node_modules/parse5/package.json +35 -0
- data/node_modules/prelude-ls/CHANGELOG.md +99 -0
- data/node_modules/prelude-ls/LICENSE +22 -0
- data/node_modules/prelude-ls/README.md +15 -0
- data/node_modules/prelude-ls/lib/Func.js +65 -0
- data/node_modules/prelude-ls/lib/List.js +686 -0
- data/node_modules/prelude-ls/lib/Num.js +130 -0
- data/node_modules/prelude-ls/lib/Obj.js +154 -0
- data/node_modules/prelude-ls/lib/Str.js +92 -0
- data/node_modules/prelude-ls/lib/index.js +178 -0
- data/node_modules/prelude-ls/package.json +52 -0
- data/node_modules/psl/LICENSE +9 -0
- data/node_modules/psl/README.md +215 -0
- data/node_modules/psl/browserstack-logo.svg +90 -0
- data/node_modules/psl/data/rules.json +8834 -0
- data/node_modules/psl/dist/psl.js +9645 -0
- data/node_modules/psl/dist/psl.min.js +1 -0
- data/node_modules/psl/index.js +269 -0
- data/node_modules/psl/package.json +44 -0
- data/node_modules/punycode/LICENSE-MIT.txt +20 -0
- data/node_modules/punycode/README.md +122 -0
- data/node_modules/punycode/package.json +58 -0
- data/node_modules/punycode/punycode.es6.js +441 -0
- data/node_modules/punycode/punycode.js +440 -0
- data/node_modules/safer-buffer/LICENSE +21 -0
- data/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- data/node_modules/safer-buffer/Readme.md +156 -0
- data/node_modules/safer-buffer/dangerous.js +58 -0
- data/node_modules/safer-buffer/package.json +34 -0
- data/node_modules/safer-buffer/safer.js +77 -0
- data/node_modules/safer-buffer/tests.js +406 -0
- data/node_modules/saxes/README.md +323 -0
- data/node_modules/saxes/package.json +70 -0
- data/node_modules/saxes/saxes.d.ts +635 -0
- data/node_modules/saxes/saxes.js +2064 -0
- data/node_modules/saxes/saxes.js.map +1 -0
- data/node_modules/source-map/CHANGELOG.md +301 -0
- data/node_modules/source-map/LICENSE +28 -0
- data/node_modules/source-map/README.md +742 -0
- data/node_modules/source-map/dist/source-map.debug.js +3234 -0
- data/node_modules/source-map/dist/source-map.js +3233 -0
- data/node_modules/source-map/dist/source-map.min.js +2 -0
- data/node_modules/source-map/dist/source-map.min.js.map +1 -0
- data/node_modules/source-map/lib/array-set.js +121 -0
- data/node_modules/source-map/lib/base64-vlq.js +140 -0
- data/node_modules/source-map/lib/base64.js +67 -0
- data/node_modules/source-map/lib/binary-search.js +111 -0
- data/node_modules/source-map/lib/mapping-list.js +79 -0
- data/node_modules/source-map/lib/quick-sort.js +114 -0
- data/node_modules/source-map/lib/source-map-consumer.js +1145 -0
- data/node_modules/source-map/lib/source-map-generator.js +425 -0
- data/node_modules/source-map/lib/source-node.js +413 -0
- data/node_modules/source-map/lib/util.js +488 -0
- data/node_modules/source-map/package.json +73 -0
- data/node_modules/source-map/source-map.d.ts +98 -0
- data/node_modules/source-map/source-map.js +8 -0
- data/node_modules/symbol-tree/LICENSE +21 -0
- data/node_modules/symbol-tree/README.md +545 -0
- data/node_modules/symbol-tree/lib/SymbolTree.js +838 -0
- data/node_modules/symbol-tree/lib/SymbolTreeNode.js +54 -0
- data/node_modules/symbol-tree/lib/TreeIterator.js +69 -0
- data/node_modules/symbol-tree/lib/TreePosition.js +11 -0
- data/node_modules/symbol-tree/package.json +47 -0
- data/node_modules/tough-cookie/LICENSE +12 -0
- data/node_modules/tough-cookie/README.md +582 -0
- data/node_modules/tough-cookie/lib/cookie.js +1671 -0
- data/node_modules/tough-cookie/lib/memstore.js +190 -0
- data/node_modules/tough-cookie/lib/pathMatch.js +61 -0
- data/node_modules/tough-cookie/lib/permuteDomain.js +70 -0
- data/node_modules/tough-cookie/lib/pubsuffix-psl.js +38 -0
- data/node_modules/tough-cookie/lib/store.js +76 -0
- data/node_modules/tough-cookie/lib/version.js +2 -0
- data/node_modules/tough-cookie/node_modules/universalify/LICENSE +20 -0
- data/node_modules/tough-cookie/node_modules/universalify/README.md +76 -0
- data/node_modules/tough-cookie/node_modules/universalify/index.js +25 -0
- data/node_modules/tough-cookie/node_modules/universalify/package.json +34 -0
- data/node_modules/tough-cookie/package.json +109 -0
- data/node_modules/tr46/LICENSE.md +21 -0
- data/node_modules/tr46/README.md +72 -0
- data/node_modules/tr46/index.js +297 -0
- data/node_modules/tr46/lib/mappingTable.json +1 -0
- data/node_modules/tr46/lib/regexes.js +29 -0
- data/node_modules/tr46/lib/statusMapping.js +11 -0
- data/node_modules/tr46/package.json +46 -0
- data/node_modules/type-check/LICENSE +22 -0
- data/node_modules/type-check/README.md +210 -0
- data/node_modules/type-check/lib/check.js +126 -0
- data/node_modules/type-check/lib/index.js +16 -0
- data/node_modules/type-check/lib/parse-type.js +196 -0
- data/node_modules/type-check/package.json +40 -0
- data/node_modules/w3c-hr-time/CHANGELOG.md +19 -0
- data/node_modules/w3c-hr-time/LICENSE.md +21 -0
- data/node_modules/w3c-hr-time/README.md +130 -0
- data/node_modules/w3c-hr-time/index.js +11 -0
- data/node_modules/w3c-hr-time/lib/calculate-clock-offset.js +39 -0
- data/node_modules/w3c-hr-time/lib/clock-is-accurate.js +61 -0
- data/node_modules/w3c-hr-time/lib/global-monotonic-clock.js +10 -0
- data/node_modules/w3c-hr-time/lib/performance.js +53 -0
- data/node_modules/w3c-hr-time/lib/utils.js +11 -0
- data/node_modules/w3c-hr-time/package.json +26 -0
- data/node_modules/w3c-xmlserializer/LICENSE.md +25 -0
- data/node_modules/w3c-xmlserializer/README.md +41 -0
- data/node_modules/w3c-xmlserializer/lib/attributes.js +128 -0
- data/node_modules/w3c-xmlserializer/lib/constants.js +44 -0
- data/node_modules/w3c-xmlserializer/lib/serialize.js +371 -0
- data/node_modules/w3c-xmlserializer/package.json +32 -0
- data/node_modules/webidl-conversions/LICENSE.md +12 -0
- data/node_modules/webidl-conversions/README.md +101 -0
- data/node_modules/webidl-conversions/lib/index.js +489 -0
- data/node_modules/webidl-conversions/package.json +30 -0
- data/node_modules/whatwg-encoding/LICENSE.txt +7 -0
- data/node_modules/whatwg-encoding/README.md +50 -0
- data/node_modules/whatwg-encoding/lib/labels-to-names.json +207 -0
- data/node_modules/whatwg-encoding/lib/supported-names.json +37 -0
- data/node_modules/whatwg-encoding/lib/whatwg-encoding.js +47 -0
- data/node_modules/whatwg-encoding/package.json +29 -0
- data/node_modules/whatwg-mimetype/LICENSE.txt +7 -0
- data/node_modules/whatwg-mimetype/README.md +101 -0
- data/node_modules/whatwg-mimetype/lib/mime-type.js +191 -0
- data/node_modules/whatwg-mimetype/lib/parser.js +124 -0
- data/node_modules/whatwg-mimetype/lib/serializer.js +25 -0
- data/node_modules/whatwg-mimetype/lib/utils.js +25 -0
- data/node_modules/whatwg-mimetype/package.json +43 -0
- data/node_modules/whatwg-url/LICENSE.txt +21 -0
- data/node_modules/whatwg-url/README.md +104 -0
- data/node_modules/whatwg-url/dist/Function.js +46 -0
- data/node_modules/whatwg-url/dist/URL-impl.js +217 -0
- data/node_modules/whatwg-url/dist/URL.js +417 -0
- data/node_modules/whatwg-url/dist/URLSearchParams-impl.js +122 -0
- data/node_modules/whatwg-url/dist/URLSearchParams.js +457 -0
- data/node_modules/whatwg-url/dist/VoidFunction.js +30 -0
- data/node_modules/whatwg-url/dist/encoding.js +26 -0
- data/node_modules/whatwg-url/dist/infra.js +26 -0
- data/node_modules/whatwg-url/dist/percent-encoding.js +141 -0
- data/node_modules/whatwg-url/dist/url-state-machine.js +1210 -0
- data/node_modules/whatwg-url/dist/urlencoded.js +102 -0
- data/node_modules/whatwg-url/dist/utils.js +141 -0
- data/node_modules/whatwg-url/index.js +24 -0
- data/node_modules/whatwg-url/package.json +60 -0
- data/node_modules/whatwg-url/webidl2js-wrapper.js +7 -0
- data/node_modules/word-wrap/LICENSE +21 -0
- data/node_modules/word-wrap/README.md +182 -0
- data/node_modules/word-wrap/index.d.ts +50 -0
- data/node_modules/word-wrap/index.js +46 -0
- data/node_modules/word-wrap/package.json +77 -0
- data/node_modules/ws/LICENSE +21 -0
- data/node_modules/ws/README.md +496 -0
- data/node_modules/ws/browser.js +8 -0
- data/node_modules/ws/index.js +10 -0
- data/node_modules/ws/lib/buffer-util.js +129 -0
- data/node_modules/ws/lib/constants.js +10 -0
- data/node_modules/ws/lib/event-target.js +184 -0
- data/node_modules/ws/lib/extension.js +223 -0
- data/node_modules/ws/lib/limiter.js +55 -0
- data/node_modules/ws/lib/permessage-deflate.js +518 -0
- data/node_modules/ws/lib/receiver.js +607 -0
- data/node_modules/ws/lib/sender.js +409 -0
- data/node_modules/ws/lib/stream.js +177 -0
- data/node_modules/ws/lib/validation.js +104 -0
- data/node_modules/ws/lib/websocket-server.js +447 -0
- data/node_modules/ws/lib/websocket.js +1078 -0
- data/node_modules/ws/package.json +56 -0
- data/node_modules/xml-name-validator/LICENSE.txt +176 -0
- data/node_modules/xml-name-validator/README.md +36 -0
- data/node_modules/xml-name-validator/lib/generated-parser.js +504 -0
- data/node_modules/xml-name-validator/lib/grammar.pegjs +35 -0
- data/node_modules/xml-name-validator/lib/xml-name-validator.js +17 -0
- data/node_modules/xml-name-validator/package.json +28 -0
- data/node_modules/xmlchars/LICENSE +18 -0
- data/node_modules/xmlchars/README.md +33 -0
- data/node_modules/xmlchars/package.json +51 -0
- data/node_modules/xmlchars/xml/1.0/ed4.d.ts +31 -0
- data/node_modules/xmlchars/xml/1.0/ed4.js +44 -0
- data/node_modules/xmlchars/xml/1.0/ed4.js.map +1 -0
- data/node_modules/xmlchars/xml/1.0/ed5.d.ts +51 -0
- data/node_modules/xmlchars/xml/1.0/ed5.js +105 -0
- data/node_modules/xmlchars/xml/1.0/ed5.js.map +1 -0
- data/node_modules/xmlchars/xml/1.1/ed2.d.ts +73 -0
- data/node_modules/xmlchars/xml/1.1/ed2.js +145 -0
- data/node_modules/xmlchars/xml/1.1/ed2.js.map +1 -0
- data/node_modules/xmlchars/xmlchars.d.ts +170 -0
- data/node_modules/xmlchars/xmlchars.js +191 -0
- data/node_modules/xmlchars/xmlchars.js.map +1 -0
- data/node_modules/xmlchars/xmlns/1.0/ed3.d.ts +28 -0
- data/node_modules/xmlchars/xmlns/1.0/ed3.js +65 -0
- data/node_modules/xmlchars/xmlns/1.0/ed3.js.map +1 -0
- data/package.json +1 -1
- data/release.sh +2 -1
- data/spec/depends/api_spec.rb +1 -1
- data/spec/fixtures/depends/revoke_api_key.appmap.json +3 -3
- data/spec/fixtures/depends/user_page_scenario.appmap.json +3 -3
- data/spec/fixtures/rails6_users_app/Gemfile +1 -1
- data/spec/fixtures/rails6_users_app/docker-compose.yml +1 -1
- data/spec/hook_spec.rb +6 -4
- data/spec/rails_recording_spec.rb +5 -2
- data/spec/railtie_spec.rb +3 -3
- data/spec/record_sql_rails_pg_spec.rb +1 -1
- data/spec/remote_recording_spec.rb +3 -3
- data/spec/spec_helper.rb +4 -0
- data/test/agent_setup_validate_test.rb +3 -3
- data/yarn.lock +408 -20
- metadata +2219 -100
- data/node_modules/@appland/cli/CHANGELOG.md +0 -96
- data/node_modules/@appland/cli/package.json +0 -49
- data/node_modules/@appland/cli/src/appland/listAppMaps.js +0 -58
- data/node_modules/@appland/cli/src/appland/types.d.ts +0 -16
- data/node_modules/@appland/cli/src/cli.js +0 -576
- data/node_modules/@appland/cli/src/utils.js +0 -164
- data/node_modules/@appland/cli/tests/unit/depends.spec.js +0 -55
- data/node_modules/@appland/cli/tests/unit/fingerprint/canonicalize.spec.js +0 -42
- data/node_modules/@appland/cli/tests/unit/fixtures/canonicalize/revoke_api_key.info.json +0 -246
- data/node_modules/@appland/cli/tests/unit/fixtures/canonicalize/revoke_api_key.trace.json +0 -289
- data/node_modules/@appland/cli/tests/unit/fixtures/canonicalize/revoke_api_key.update.json +0 -78
- data/node_modules/@appland/cli/tests/unit/fixtures/revoke_api_key.appmap.json +0 -899
- data/node_modules/@appland/cli/tests/unit/fixtures/user_page_scenario.appmap.json +0 -1774
- data/node_modules/@appland/cli/tests/unit/inspect.spec.js +0 -94
- data/node_modules/@rollup/plugin-alias/CHANGELOG.md +0 -92
- data/node_modules/@rollup/plugin-alias/LICENSE +0 -21
- data/node_modules/@rollup/plugin-alias/README.md +0 -174
- data/node_modules/@rollup/plugin-alias/dist/index.es.js +0 -95
- data/node_modules/@rollup/plugin-alias/dist/index.js +0 -101
- data/node_modules/@rollup/plugin-alias/package.json +0 -78
- data/node_modules/@rollup/plugin-alias/types/index.d.ts +0 -36
- data/node_modules/fsevents/LICENSE +0 -22
- data/node_modules/fsevents/README.md +0 -83
- data/node_modules/fsevents/fsevents.d.ts +0 -46
- data/node_modules/fsevents/fsevents.js +0 -82
- data/node_modules/fsevents/fsevents.node +0 -0
- data/node_modules/fsevents/package.json +0 -62
- data/node_modules/slash/index.d.ts +0 -25
- data/node_modules/slash/index.js +0 -11
- data/node_modules/slash/license +0 -9
- data/node_modules/slash/package.json +0 -35
- data/node_modules/slash/readme.md +0 -44
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"saxes.js","sourceRoot":"","sources":["../../src/saxes.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,301 @@
|
|
1
|
+
# Change Log
|
2
|
+
|
3
|
+
## 0.5.6
|
4
|
+
|
5
|
+
* Fix for regression when people were using numbers as names in source maps. See
|
6
|
+
#236.
|
7
|
+
|
8
|
+
## 0.5.5
|
9
|
+
|
10
|
+
* Fix "regression" of unsupported, implementation behavior that half the world
|
11
|
+
happens to have come to depend on. See #235.
|
12
|
+
|
13
|
+
* Fix regression involving function hoisting in SpiderMonkey. See #233.
|
14
|
+
|
15
|
+
## 0.5.4
|
16
|
+
|
17
|
+
* Large performance improvements to source-map serialization. See #228 and #229.
|
18
|
+
|
19
|
+
## 0.5.3
|
20
|
+
|
21
|
+
* Do not include unnecessary distribution files. See
|
22
|
+
commit ef7006f8d1647e0a83fdc60f04f5a7ca54886f86.
|
23
|
+
|
24
|
+
## 0.5.2
|
25
|
+
|
26
|
+
* Include browser distributions of the library in package.json's `files`. See
|
27
|
+
issue #212.
|
28
|
+
|
29
|
+
## 0.5.1
|
30
|
+
|
31
|
+
* Fix latent bugs in IndexedSourceMapConsumer.prototype._parseMappings. See
|
32
|
+
ff05274becc9e6e1295ed60f3ea090d31d843379.
|
33
|
+
|
34
|
+
## 0.5.0
|
35
|
+
|
36
|
+
* Node 0.8 is no longer supported.
|
37
|
+
|
38
|
+
* Use webpack instead of dryice for bundling.
|
39
|
+
|
40
|
+
* Big speedups serializing source maps. See pull request #203.
|
41
|
+
|
42
|
+
* Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that
|
43
|
+
explicitly start with the source root. See issue #199.
|
44
|
+
|
45
|
+
## 0.4.4
|
46
|
+
|
47
|
+
* Fix an issue where using a `SourceMapGenerator` after having created a
|
48
|
+
`SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See
|
49
|
+
issue #191.
|
50
|
+
|
51
|
+
* Fix an issue with where `SourceMapGenerator` would mistakenly consider
|
52
|
+
different mappings as duplicates of each other and avoid generating them. See
|
53
|
+
issue #192.
|
54
|
+
|
55
|
+
## 0.4.3
|
56
|
+
|
57
|
+
* A very large number of performance improvements, particularly when parsing
|
58
|
+
source maps. Collectively about 75% of time shaved off of the source map
|
59
|
+
parsing benchmark!
|
60
|
+
|
61
|
+
* Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy
|
62
|
+
searching in the presence of a column option. See issue #177.
|
63
|
+
|
64
|
+
* Fix a bug with joining a source and its source root when the source is above
|
65
|
+
the root. See issue #182.
|
66
|
+
|
67
|
+
* Add the `SourceMapConsumer.prototype.hasContentsOfAllSources` method to
|
68
|
+
determine when all sources' contents are inlined into the source map. See
|
69
|
+
issue #190.
|
70
|
+
|
71
|
+
## 0.4.2
|
72
|
+
|
73
|
+
* Add an `.npmignore` file so that the benchmarks aren't pulled down by
|
74
|
+
dependent projects. Issue #169.
|
75
|
+
|
76
|
+
* Add an optional `column` argument to
|
77
|
+
`SourceMapConsumer.prototype.allGeneratedPositionsFor` and better handle lines
|
78
|
+
with no mappings. Issues #172 and #173.
|
79
|
+
|
80
|
+
## 0.4.1
|
81
|
+
|
82
|
+
* Fix accidentally defining a global variable. #170.
|
83
|
+
|
84
|
+
## 0.4.0
|
85
|
+
|
86
|
+
* The default direction for fuzzy searching was changed back to its original
|
87
|
+
direction. See #164.
|
88
|
+
|
89
|
+
* There is now a `bias` option you can supply to `SourceMapConsumer` to control
|
90
|
+
the fuzzy searching direction. See #167.
|
91
|
+
|
92
|
+
* About an 8% speed up in parsing source maps. See #159.
|
93
|
+
|
94
|
+
* Added a benchmark for parsing and generating source maps.
|
95
|
+
|
96
|
+
## 0.3.0
|
97
|
+
|
98
|
+
* Change the default direction that searching for positions fuzzes when there is
|
99
|
+
not an exact match. See #154.
|
100
|
+
|
101
|
+
* Support for environments using json2.js for JSON serialization. See #156.
|
102
|
+
|
103
|
+
## 0.2.0
|
104
|
+
|
105
|
+
* Support for consuming "indexed" source maps which do not have any remote
|
106
|
+
sections. See pull request #127. This introduces a minor backwards
|
107
|
+
incompatibility if you are monkey patching `SourceMapConsumer.prototype`
|
108
|
+
methods.
|
109
|
+
|
110
|
+
## 0.1.43
|
111
|
+
|
112
|
+
* Performance improvements for `SourceMapGenerator` and `SourceNode`. See issue
|
113
|
+
#148 for some discussion and issues #150, #151, and #152 for implementations.
|
114
|
+
|
115
|
+
## 0.1.42
|
116
|
+
|
117
|
+
* Fix an issue where `SourceNode`s from different versions of the source-map
|
118
|
+
library couldn't be used in conjunction with each other. See issue #142.
|
119
|
+
|
120
|
+
## 0.1.41
|
121
|
+
|
122
|
+
* Fix a bug with getting the source content of relative sources with a "./"
|
123
|
+
prefix. See issue #145 and [Bug 1090768](bugzil.la/1090768).
|
124
|
+
|
125
|
+
* Add the `SourceMapConsumer.prototype.computeColumnSpans` method to compute the
|
126
|
+
column span of each mapping.
|
127
|
+
|
128
|
+
* Add the `SourceMapConsumer.prototype.allGeneratedPositionsFor` method to find
|
129
|
+
all generated positions associated with a given original source and line.
|
130
|
+
|
131
|
+
## 0.1.40
|
132
|
+
|
133
|
+
* Performance improvements for parsing source maps in SourceMapConsumer.
|
134
|
+
|
135
|
+
## 0.1.39
|
136
|
+
|
137
|
+
* Fix a bug where setting a source's contents to null before any source content
|
138
|
+
had been set before threw a TypeError. See issue #131.
|
139
|
+
|
140
|
+
## 0.1.38
|
141
|
+
|
142
|
+
* Fix a bug where finding relative paths from an empty path were creating
|
143
|
+
absolute paths. See issue #129.
|
144
|
+
|
145
|
+
## 0.1.37
|
146
|
+
|
147
|
+
* Fix a bug where if the source root was an empty string, relative source paths
|
148
|
+
would turn into absolute source paths. Issue #124.
|
149
|
+
|
150
|
+
## 0.1.36
|
151
|
+
|
152
|
+
* Allow the `names` mapping property to be an empty string. Issue #121.
|
153
|
+
|
154
|
+
## 0.1.35
|
155
|
+
|
156
|
+
* A third optional parameter was added to `SourceNode.fromStringWithSourceMap`
|
157
|
+
to specify a path that relative sources in the second parameter should be
|
158
|
+
relative to. Issue #105.
|
159
|
+
|
160
|
+
* If no file property is given to a `SourceMapGenerator`, then the resulting
|
161
|
+
source map will no longer have a `null` file property. The property will
|
162
|
+
simply not exist. Issue #104.
|
163
|
+
|
164
|
+
* Fixed a bug where consecutive newlines were ignored in `SourceNode`s.
|
165
|
+
Issue #116.
|
166
|
+
|
167
|
+
## 0.1.34
|
168
|
+
|
169
|
+
* Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103.
|
170
|
+
|
171
|
+
* Fix bug involving source contents and the
|
172
|
+
`SourceMapGenerator.prototype.applySourceMap`. Issue #100.
|
173
|
+
|
174
|
+
## 0.1.33
|
175
|
+
|
176
|
+
* Fix some edge cases surrounding path joining and URL resolution.
|
177
|
+
|
178
|
+
* Add a third parameter for relative path to
|
179
|
+
`SourceMapGenerator.prototype.applySourceMap`.
|
180
|
+
|
181
|
+
* Fix issues with mappings and EOLs.
|
182
|
+
|
183
|
+
## 0.1.32
|
184
|
+
|
185
|
+
* Fixed a bug where SourceMapConsumer couldn't handle negative relative columns
|
186
|
+
(issue 92).
|
187
|
+
|
188
|
+
* Fixed test runner to actually report number of failed tests as its process
|
189
|
+
exit code.
|
190
|
+
|
191
|
+
* Fixed a typo when reporting bad mappings (issue 87).
|
192
|
+
|
193
|
+
## 0.1.31
|
194
|
+
|
195
|
+
* Delay parsing the mappings in SourceMapConsumer until queried for a source
|
196
|
+
location.
|
197
|
+
|
198
|
+
* Support Sass source maps (which at the time of writing deviate from the spec
|
199
|
+
in small ways) in SourceMapConsumer.
|
200
|
+
|
201
|
+
## 0.1.30
|
202
|
+
|
203
|
+
* Do not join source root with a source, when the source is a data URI.
|
204
|
+
|
205
|
+
* Extend the test runner to allow running single specific test files at a time.
|
206
|
+
|
207
|
+
* Performance improvements in `SourceNode.prototype.walk` and
|
208
|
+
`SourceMapConsumer.prototype.eachMapping`.
|
209
|
+
|
210
|
+
* Source map browser builds will now work inside Workers.
|
211
|
+
|
212
|
+
* Better error messages when attempting to add an invalid mapping to a
|
213
|
+
`SourceMapGenerator`.
|
214
|
+
|
215
|
+
## 0.1.29
|
216
|
+
|
217
|
+
* Allow duplicate entries in the `names` and `sources` arrays of source maps
|
218
|
+
(usually from TypeScript) we are parsing. Fixes github issue 72.
|
219
|
+
|
220
|
+
## 0.1.28
|
221
|
+
|
222
|
+
* Skip duplicate mappings when creating source maps from SourceNode; github
|
223
|
+
issue 75.
|
224
|
+
|
225
|
+
## 0.1.27
|
226
|
+
|
227
|
+
* Don't throw an error when the `file` property is missing in SourceMapConsumer,
|
228
|
+
we don't use it anyway.
|
229
|
+
|
230
|
+
## 0.1.26
|
231
|
+
|
232
|
+
* Fix SourceNode.fromStringWithSourceMap for empty maps. Fixes github issue 70.
|
233
|
+
|
234
|
+
## 0.1.25
|
235
|
+
|
236
|
+
* Make compatible with browserify
|
237
|
+
|
238
|
+
## 0.1.24
|
239
|
+
|
240
|
+
* Fix issue with absolute paths and `file://` URIs. See
|
241
|
+
https://bugzilla.mozilla.org/show_bug.cgi?id=885597
|
242
|
+
|
243
|
+
## 0.1.23
|
244
|
+
|
245
|
+
* Fix issue with absolute paths and sourcesContent, github issue 64.
|
246
|
+
|
247
|
+
## 0.1.22
|
248
|
+
|
249
|
+
* Ignore duplicate mappings in SourceMapGenerator. Fixes github issue 21.
|
250
|
+
|
251
|
+
## 0.1.21
|
252
|
+
|
253
|
+
* Fixed handling of sources that start with a slash so that they are relative to
|
254
|
+
the source root's host.
|
255
|
+
|
256
|
+
## 0.1.20
|
257
|
+
|
258
|
+
* Fixed github issue #43: absolute URLs aren't joined with the source root
|
259
|
+
anymore.
|
260
|
+
|
261
|
+
## 0.1.19
|
262
|
+
|
263
|
+
* Using Travis CI to run tests.
|
264
|
+
|
265
|
+
## 0.1.18
|
266
|
+
|
267
|
+
* Fixed a bug in the handling of sourceRoot.
|
268
|
+
|
269
|
+
## 0.1.17
|
270
|
+
|
271
|
+
* Added SourceNode.fromStringWithSourceMap.
|
272
|
+
|
273
|
+
## 0.1.16
|
274
|
+
|
275
|
+
* Added missing documentation.
|
276
|
+
|
277
|
+
* Fixed the generating of empty mappings in SourceNode.
|
278
|
+
|
279
|
+
## 0.1.15
|
280
|
+
|
281
|
+
* Added SourceMapGenerator.applySourceMap.
|
282
|
+
|
283
|
+
## 0.1.14
|
284
|
+
|
285
|
+
* The sourceRoot is now handled consistently.
|
286
|
+
|
287
|
+
## 0.1.13
|
288
|
+
|
289
|
+
* Added SourceMapGenerator.fromSourceMap.
|
290
|
+
|
291
|
+
## 0.1.12
|
292
|
+
|
293
|
+
* SourceNode now generates empty mappings too.
|
294
|
+
|
295
|
+
## 0.1.11
|
296
|
+
|
297
|
+
* Added name support to SourceNode.
|
298
|
+
|
299
|
+
## 0.1.10
|
300
|
+
|
301
|
+
* Added sourcesContent support to the customer and generator.
|
@@ -0,0 +1,28 @@
|
|
1
|
+
|
2
|
+
Copyright (c) 2009-2011, Mozilla Foundation and contributors
|
3
|
+
All rights reserved.
|
4
|
+
|
5
|
+
Redistribution and use in source and binary forms, with or without
|
6
|
+
modification, are permitted provided that the following conditions are met:
|
7
|
+
|
8
|
+
* Redistributions of source code must retain the above copyright notice, this
|
9
|
+
list of conditions and the following disclaimer.
|
10
|
+
|
11
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
12
|
+
this list of conditions and the following disclaimer in the documentation
|
13
|
+
and/or other materials provided with the distribution.
|
14
|
+
|
15
|
+
* Neither the names of the Mozilla Foundation nor the names of project
|
16
|
+
contributors may be used to endorse or promote products derived from this
|
17
|
+
software without specific prior written permission.
|
18
|
+
|
19
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
20
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
21
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
22
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
23
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
24
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
25
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
26
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
27
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
28
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@@ -0,0 +1,742 @@
|
|
1
|
+
# Source Map
|
2
|
+
|
3
|
+
[![Build Status](https://travis-ci.org/mozilla/source-map.png?branch=master)](https://travis-ci.org/mozilla/source-map)
|
4
|
+
|
5
|
+
[![NPM](https://nodei.co/npm/source-map.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/source-map)
|
6
|
+
|
7
|
+
This is a library to generate and consume the source map format
|
8
|
+
[described here][format].
|
9
|
+
|
10
|
+
[format]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit
|
11
|
+
|
12
|
+
## Use with Node
|
13
|
+
|
14
|
+
$ npm install source-map
|
15
|
+
|
16
|
+
## Use on the Web
|
17
|
+
|
18
|
+
<script src="https://raw.githubusercontent.com/mozilla/source-map/master/dist/source-map.min.js" defer></script>
|
19
|
+
|
20
|
+
--------------------------------------------------------------------------------
|
21
|
+
|
22
|
+
<!-- `npm run toc` to regenerate the Table of Contents -->
|
23
|
+
|
24
|
+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
25
|
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
26
|
+
## Table of Contents
|
27
|
+
|
28
|
+
- [Examples](#examples)
|
29
|
+
- [Consuming a source map](#consuming-a-source-map)
|
30
|
+
- [Generating a source map](#generating-a-source-map)
|
31
|
+
- [With SourceNode (high level API)](#with-sourcenode-high-level-api)
|
32
|
+
- [With SourceMapGenerator (low level API)](#with-sourcemapgenerator-low-level-api)
|
33
|
+
- [API](#api)
|
34
|
+
- [SourceMapConsumer](#sourcemapconsumer)
|
35
|
+
- [new SourceMapConsumer(rawSourceMap)](#new-sourcemapconsumerrawsourcemap)
|
36
|
+
- [SourceMapConsumer.prototype.computeColumnSpans()](#sourcemapconsumerprototypecomputecolumnspans)
|
37
|
+
- [SourceMapConsumer.prototype.originalPositionFor(generatedPosition)](#sourcemapconsumerprototypeoriginalpositionforgeneratedposition)
|
38
|
+
- [SourceMapConsumer.prototype.generatedPositionFor(originalPosition)](#sourcemapconsumerprototypegeneratedpositionfororiginalposition)
|
39
|
+
- [SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)](#sourcemapconsumerprototypeallgeneratedpositionsfororiginalposition)
|
40
|
+
- [SourceMapConsumer.prototype.hasContentsOfAllSources()](#sourcemapconsumerprototypehascontentsofallsources)
|
41
|
+
- [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumerprototypesourcecontentforsource-returnnullonmissing)
|
42
|
+
- [SourceMapConsumer.prototype.eachMapping(callback, context, order)](#sourcemapconsumerprototypeeachmappingcallback-context-order)
|
43
|
+
- [SourceMapGenerator](#sourcemapgenerator)
|
44
|
+
- [new SourceMapGenerator([startOfSourceMap])](#new-sourcemapgeneratorstartofsourcemap)
|
45
|
+
- [SourceMapGenerator.fromSourceMap(sourceMapConsumer)](#sourcemapgeneratorfromsourcemapsourcemapconsumer)
|
46
|
+
- [SourceMapGenerator.prototype.addMapping(mapping)](#sourcemapgeneratorprototypeaddmappingmapping)
|
47
|
+
- [SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)](#sourcemapgeneratorprototypesetsourcecontentsourcefile-sourcecontent)
|
48
|
+
- [SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])](#sourcemapgeneratorprototypeapplysourcemapsourcemapconsumer-sourcefile-sourcemappath)
|
49
|
+
- [SourceMapGenerator.prototype.toString()](#sourcemapgeneratorprototypetostring)
|
50
|
+
- [SourceNode](#sourcenode)
|
51
|
+
- [new SourceNode([line, column, source[, chunk[, name]]])](#new-sourcenodeline-column-source-chunk-name)
|
52
|
+
- [SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])](#sourcenodefromstringwithsourcemapcode-sourcemapconsumer-relativepath)
|
53
|
+
- [SourceNode.prototype.add(chunk)](#sourcenodeprototypeaddchunk)
|
54
|
+
- [SourceNode.prototype.prepend(chunk)](#sourcenodeprototypeprependchunk)
|
55
|
+
- [SourceNode.prototype.setSourceContent(sourceFile, sourceContent)](#sourcenodeprototypesetsourcecontentsourcefile-sourcecontent)
|
56
|
+
- [SourceNode.prototype.walk(fn)](#sourcenodeprototypewalkfn)
|
57
|
+
- [SourceNode.prototype.walkSourceContents(fn)](#sourcenodeprototypewalksourcecontentsfn)
|
58
|
+
- [SourceNode.prototype.join(sep)](#sourcenodeprototypejoinsep)
|
59
|
+
- [SourceNode.prototype.replaceRight(pattern, replacement)](#sourcenodeprototypereplacerightpattern-replacement)
|
60
|
+
- [SourceNode.prototype.toString()](#sourcenodeprototypetostring)
|
61
|
+
- [SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])](#sourcenodeprototypetostringwithsourcemapstartofsourcemap)
|
62
|
+
|
63
|
+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
64
|
+
|
65
|
+
## Examples
|
66
|
+
|
67
|
+
### Consuming a source map
|
68
|
+
|
69
|
+
```js
|
70
|
+
var rawSourceMap = {
|
71
|
+
version: 3,
|
72
|
+
file: 'min.js',
|
73
|
+
names: ['bar', 'baz', 'n'],
|
74
|
+
sources: ['one.js', 'two.js'],
|
75
|
+
sourceRoot: 'http://example.com/www/js/',
|
76
|
+
mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA'
|
77
|
+
};
|
78
|
+
|
79
|
+
var smc = new SourceMapConsumer(rawSourceMap);
|
80
|
+
|
81
|
+
console.log(smc.sources);
|
82
|
+
// [ 'http://example.com/www/js/one.js',
|
83
|
+
// 'http://example.com/www/js/two.js' ]
|
84
|
+
|
85
|
+
console.log(smc.originalPositionFor({
|
86
|
+
line: 2,
|
87
|
+
column: 28
|
88
|
+
}));
|
89
|
+
// { source: 'http://example.com/www/js/two.js',
|
90
|
+
// line: 2,
|
91
|
+
// column: 10,
|
92
|
+
// name: 'n' }
|
93
|
+
|
94
|
+
console.log(smc.generatedPositionFor({
|
95
|
+
source: 'http://example.com/www/js/two.js',
|
96
|
+
line: 2,
|
97
|
+
column: 10
|
98
|
+
}));
|
99
|
+
// { line: 2, column: 28 }
|
100
|
+
|
101
|
+
smc.eachMapping(function (m) {
|
102
|
+
// ...
|
103
|
+
});
|
104
|
+
```
|
105
|
+
|
106
|
+
### Generating a source map
|
107
|
+
|
108
|
+
In depth guide:
|
109
|
+
[**Compiling to JavaScript, and Debugging with Source Maps**](https://hacks.mozilla.org/2013/05/compiling-to-javascript-and-debugging-with-source-maps/)
|
110
|
+
|
111
|
+
#### With SourceNode (high level API)
|
112
|
+
|
113
|
+
```js
|
114
|
+
function compile(ast) {
|
115
|
+
switch (ast.type) {
|
116
|
+
case 'BinaryExpression':
|
117
|
+
return new SourceNode(
|
118
|
+
ast.location.line,
|
119
|
+
ast.location.column,
|
120
|
+
ast.location.source,
|
121
|
+
[compile(ast.left), " + ", compile(ast.right)]
|
122
|
+
);
|
123
|
+
case 'Literal':
|
124
|
+
return new SourceNode(
|
125
|
+
ast.location.line,
|
126
|
+
ast.location.column,
|
127
|
+
ast.location.source,
|
128
|
+
String(ast.value)
|
129
|
+
);
|
130
|
+
// ...
|
131
|
+
default:
|
132
|
+
throw new Error("Bad AST");
|
133
|
+
}
|
134
|
+
}
|
135
|
+
|
136
|
+
var ast = parse("40 + 2", "add.js");
|
137
|
+
console.log(compile(ast).toStringWithSourceMap({
|
138
|
+
file: 'add.js'
|
139
|
+
}));
|
140
|
+
// { code: '40 + 2',
|
141
|
+
// map: [object SourceMapGenerator] }
|
142
|
+
```
|
143
|
+
|
144
|
+
#### With SourceMapGenerator (low level API)
|
145
|
+
|
146
|
+
```js
|
147
|
+
var map = new SourceMapGenerator({
|
148
|
+
file: "source-mapped.js"
|
149
|
+
});
|
150
|
+
|
151
|
+
map.addMapping({
|
152
|
+
generated: {
|
153
|
+
line: 10,
|
154
|
+
column: 35
|
155
|
+
},
|
156
|
+
source: "foo.js",
|
157
|
+
original: {
|
158
|
+
line: 33,
|
159
|
+
column: 2
|
160
|
+
},
|
161
|
+
name: "christopher"
|
162
|
+
});
|
163
|
+
|
164
|
+
console.log(map.toString());
|
165
|
+
// '{"version":3,"file":"source-mapped.js","sources":["foo.js"],"names":["christopher"],"mappings":";;;;;;;;;mCAgCEA"}'
|
166
|
+
```
|
167
|
+
|
168
|
+
## API
|
169
|
+
|
170
|
+
Get a reference to the module:
|
171
|
+
|
172
|
+
```js
|
173
|
+
// Node.js
|
174
|
+
var sourceMap = require('source-map');
|
175
|
+
|
176
|
+
// Browser builds
|
177
|
+
var sourceMap = window.sourceMap;
|
178
|
+
|
179
|
+
// Inside Firefox
|
180
|
+
const sourceMap = require("devtools/toolkit/sourcemap/source-map.js");
|
181
|
+
```
|
182
|
+
|
183
|
+
### SourceMapConsumer
|
184
|
+
|
185
|
+
A SourceMapConsumer instance represents a parsed source map which we can query
|
186
|
+
for information about the original file positions by giving it a file position
|
187
|
+
in the generated source.
|
188
|
+
|
189
|
+
#### new SourceMapConsumer(rawSourceMap)
|
190
|
+
|
191
|
+
The only parameter is the raw source map (either as a string which can be
|
192
|
+
`JSON.parse`'d, or an object). According to the spec, source maps have the
|
193
|
+
following attributes:
|
194
|
+
|
195
|
+
* `version`: Which version of the source map spec this map is following.
|
196
|
+
|
197
|
+
* `sources`: An array of URLs to the original source files.
|
198
|
+
|
199
|
+
* `names`: An array of identifiers which can be referenced by individual
|
200
|
+
mappings.
|
201
|
+
|
202
|
+
* `sourceRoot`: Optional. The URL root from which all sources are relative.
|
203
|
+
|
204
|
+
* `sourcesContent`: Optional. An array of contents of the original source files.
|
205
|
+
|
206
|
+
* `mappings`: A string of base64 VLQs which contain the actual mappings.
|
207
|
+
|
208
|
+
* `file`: Optional. The generated filename this source map is associated with.
|
209
|
+
|
210
|
+
```js
|
211
|
+
var consumer = new sourceMap.SourceMapConsumer(rawSourceMapJsonData);
|
212
|
+
```
|
213
|
+
|
214
|
+
#### SourceMapConsumer.prototype.computeColumnSpans()
|
215
|
+
|
216
|
+
Compute the last column for each generated mapping. The last column is
|
217
|
+
inclusive.
|
218
|
+
|
219
|
+
```js
|
220
|
+
// Before:
|
221
|
+
consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" })
|
222
|
+
// [ { line: 2,
|
223
|
+
// column: 1 },
|
224
|
+
// { line: 2,
|
225
|
+
// column: 10 },
|
226
|
+
// { line: 2,
|
227
|
+
// column: 20 } ]
|
228
|
+
|
229
|
+
consumer.computeColumnSpans();
|
230
|
+
|
231
|
+
// After:
|
232
|
+
consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" })
|
233
|
+
// [ { line: 2,
|
234
|
+
// column: 1,
|
235
|
+
// lastColumn: 9 },
|
236
|
+
// { line: 2,
|
237
|
+
// column: 10,
|
238
|
+
// lastColumn: 19 },
|
239
|
+
// { line: 2,
|
240
|
+
// column: 20,
|
241
|
+
// lastColumn: Infinity } ]
|
242
|
+
|
243
|
+
```
|
244
|
+
|
245
|
+
#### SourceMapConsumer.prototype.originalPositionFor(generatedPosition)
|
246
|
+
|
247
|
+
Returns the original source, line, and column information for the generated
|
248
|
+
source's line and column positions provided. The only argument is an object with
|
249
|
+
the following properties:
|
250
|
+
|
251
|
+
* `line`: The line number in the generated source. Line numbers in
|
252
|
+
this library are 1-based (note that the underlying source map
|
253
|
+
specification uses 0-based line numbers -- this library handles the
|
254
|
+
translation).
|
255
|
+
|
256
|
+
* `column`: The column number in the generated source. Column numbers
|
257
|
+
in this library are 0-based.
|
258
|
+
|
259
|
+
* `bias`: Either `SourceMapConsumer.GREATEST_LOWER_BOUND` or
|
260
|
+
`SourceMapConsumer.LEAST_UPPER_BOUND`. Specifies whether to return the closest
|
261
|
+
element that is smaller than or greater than the one we are searching for,
|
262
|
+
respectively, if the exact element cannot be found. Defaults to
|
263
|
+
`SourceMapConsumer.GREATEST_LOWER_BOUND`.
|
264
|
+
|
265
|
+
and an object is returned with the following properties:
|
266
|
+
|
267
|
+
* `source`: The original source file, or null if this information is not
|
268
|
+
available.
|
269
|
+
|
270
|
+
* `line`: The line number in the original source, or null if this information is
|
271
|
+
not available. The line number is 1-based.
|
272
|
+
|
273
|
+
* `column`: The column number in the original source, or null if this
|
274
|
+
information is not available. The column number is 0-based.
|
275
|
+
|
276
|
+
* `name`: The original identifier, or null if this information is not available.
|
277
|
+
|
278
|
+
```js
|
279
|
+
consumer.originalPositionFor({ line: 2, column: 10 })
|
280
|
+
// { source: 'foo.coffee',
|
281
|
+
// line: 2,
|
282
|
+
// column: 2,
|
283
|
+
// name: null }
|
284
|
+
|
285
|
+
consumer.originalPositionFor({ line: 99999999999999999, column: 999999999999999 })
|
286
|
+
// { source: null,
|
287
|
+
// line: null,
|
288
|
+
// column: null,
|
289
|
+
// name: null }
|
290
|
+
```
|
291
|
+
|
292
|
+
#### SourceMapConsumer.prototype.generatedPositionFor(originalPosition)
|
293
|
+
|
294
|
+
Returns the generated line and column information for the original source,
|
295
|
+
line, and column positions provided. The only argument is an object with
|
296
|
+
the following properties:
|
297
|
+
|
298
|
+
* `source`: The filename of the original source.
|
299
|
+
|
300
|
+
* `line`: The line number in the original source. The line number is
|
301
|
+
1-based.
|
302
|
+
|
303
|
+
* `column`: The column number in the original source. The column
|
304
|
+
number is 0-based.
|
305
|
+
|
306
|
+
and an object is returned with the following properties:
|
307
|
+
|
308
|
+
* `line`: The line number in the generated source, or null. The line
|
309
|
+
number is 1-based.
|
310
|
+
|
311
|
+
* `column`: The column number in the generated source, or null. The
|
312
|
+
column number is 0-based.
|
313
|
+
|
314
|
+
```js
|
315
|
+
consumer.generatedPositionFor({ source: "example.js", line: 2, column: 10 })
|
316
|
+
// { line: 1,
|
317
|
+
// column: 56 }
|
318
|
+
```
|
319
|
+
|
320
|
+
#### SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)
|
321
|
+
|
322
|
+
Returns all generated line and column information for the original source, line,
|
323
|
+
and column provided. If no column is provided, returns all mappings
|
324
|
+
corresponding to a either the line we are searching for or the next closest line
|
325
|
+
that has any mappings. Otherwise, returns all mappings corresponding to the
|
326
|
+
given line and either the column we are searching for or the next closest column
|
327
|
+
that has any offsets.
|
328
|
+
|
329
|
+
The only argument is an object with the following properties:
|
330
|
+
|
331
|
+
* `source`: The filename of the original source.
|
332
|
+
|
333
|
+
* `line`: The line number in the original source. The line number is
|
334
|
+
1-based.
|
335
|
+
|
336
|
+
* `column`: Optional. The column number in the original source. The
|
337
|
+
column number is 0-based.
|
338
|
+
|
339
|
+
and an array of objects is returned, each with the following properties:
|
340
|
+
|
341
|
+
* `line`: The line number in the generated source, or null. The line
|
342
|
+
number is 1-based.
|
343
|
+
|
344
|
+
* `column`: The column number in the generated source, or null. The
|
345
|
+
column number is 0-based.
|
346
|
+
|
347
|
+
```js
|
348
|
+
consumer.allGeneratedpositionsfor({ line: 2, source: "foo.coffee" })
|
349
|
+
// [ { line: 2,
|
350
|
+
// column: 1 },
|
351
|
+
// { line: 2,
|
352
|
+
// column: 10 },
|
353
|
+
// { line: 2,
|
354
|
+
// column: 20 } ]
|
355
|
+
```
|
356
|
+
|
357
|
+
#### SourceMapConsumer.prototype.hasContentsOfAllSources()
|
358
|
+
|
359
|
+
Return true if we have the embedded source content for every source listed in
|
360
|
+
the source map, false otherwise.
|
361
|
+
|
362
|
+
In other words, if this method returns `true`, then
|
363
|
+
`consumer.sourceContentFor(s)` will succeed for every source `s` in
|
364
|
+
`consumer.sources`.
|
365
|
+
|
366
|
+
```js
|
367
|
+
// ...
|
368
|
+
if (consumer.hasContentsOfAllSources()) {
|
369
|
+
consumerReadyCallback(consumer);
|
370
|
+
} else {
|
371
|
+
fetchSources(consumer, consumerReadyCallback);
|
372
|
+
}
|
373
|
+
// ...
|
374
|
+
```
|
375
|
+
|
376
|
+
#### SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])
|
377
|
+
|
378
|
+
Returns the original source content for the source provided. The only
|
379
|
+
argument is the URL of the original source file.
|
380
|
+
|
381
|
+
If the source content for the given source is not found, then an error is
|
382
|
+
thrown. Optionally, pass `true` as the second param to have `null` returned
|
383
|
+
instead.
|
384
|
+
|
385
|
+
```js
|
386
|
+
consumer.sources
|
387
|
+
// [ "my-cool-lib.clj" ]
|
388
|
+
|
389
|
+
consumer.sourceContentFor("my-cool-lib.clj")
|
390
|
+
// "..."
|
391
|
+
|
392
|
+
consumer.sourceContentFor("this is not in the source map");
|
393
|
+
// Error: "this is not in the source map" is not in the source map
|
394
|
+
|
395
|
+
consumer.sourceContentFor("this is not in the source map", true);
|
396
|
+
// null
|
397
|
+
```
|
398
|
+
|
399
|
+
#### SourceMapConsumer.prototype.eachMapping(callback, context, order)
|
400
|
+
|
401
|
+
Iterate over each mapping between an original source/line/column and a
|
402
|
+
generated line/column in this source map.
|
403
|
+
|
404
|
+
* `callback`: The function that is called with each mapping. Mappings have the
|
405
|
+
form `{ source, generatedLine, generatedColumn, originalLine, originalColumn,
|
406
|
+
name }`
|
407
|
+
|
408
|
+
* `context`: Optional. If specified, this object will be the value of `this`
|
409
|
+
every time that `callback` is called.
|
410
|
+
|
411
|
+
* `order`: Either `SourceMapConsumer.GENERATED_ORDER` or
|
412
|
+
`SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to iterate over
|
413
|
+
the mappings sorted by the generated file's line/column order or the
|
414
|
+
original's source/line/column order, respectively. Defaults to
|
415
|
+
`SourceMapConsumer.GENERATED_ORDER`.
|
416
|
+
|
417
|
+
```js
|
418
|
+
consumer.eachMapping(function (m) { console.log(m); })
|
419
|
+
// ...
|
420
|
+
// { source: 'illmatic.js',
|
421
|
+
// generatedLine: 1,
|
422
|
+
// generatedColumn: 0,
|
423
|
+
// originalLine: 1,
|
424
|
+
// originalColumn: 0,
|
425
|
+
// name: null }
|
426
|
+
// { source: 'illmatic.js',
|
427
|
+
// generatedLine: 2,
|
428
|
+
// generatedColumn: 0,
|
429
|
+
// originalLine: 2,
|
430
|
+
// originalColumn: 0,
|
431
|
+
// name: null }
|
432
|
+
// ...
|
433
|
+
```
|
434
|
+
### SourceMapGenerator
|
435
|
+
|
436
|
+
An instance of the SourceMapGenerator represents a source map which is being
|
437
|
+
built incrementally.
|
438
|
+
|
439
|
+
#### new SourceMapGenerator([startOfSourceMap])
|
440
|
+
|
441
|
+
You may pass an object with the following properties:
|
442
|
+
|
443
|
+
* `file`: The filename of the generated source that this source map is
|
444
|
+
associated with.
|
445
|
+
|
446
|
+
* `sourceRoot`: A root for all relative URLs in this source map.
|
447
|
+
|
448
|
+
* `skipValidation`: Optional. When `true`, disables validation of mappings as
|
449
|
+
they are added. This can improve performance but should be used with
|
450
|
+
discretion, as a last resort. Even then, one should avoid using this flag when
|
451
|
+
running tests, if possible.
|
452
|
+
|
453
|
+
```js
|
454
|
+
var generator = new sourceMap.SourceMapGenerator({
|
455
|
+
file: "my-generated-javascript-file.js",
|
456
|
+
sourceRoot: "http://example.com/app/js/"
|
457
|
+
});
|
458
|
+
```
|
459
|
+
|
460
|
+
#### SourceMapGenerator.fromSourceMap(sourceMapConsumer)
|
461
|
+
|
462
|
+
Creates a new `SourceMapGenerator` from an existing `SourceMapConsumer` instance.
|
463
|
+
|
464
|
+
* `sourceMapConsumer` The SourceMap.
|
465
|
+
|
466
|
+
```js
|
467
|
+
var generator = sourceMap.SourceMapGenerator.fromSourceMap(consumer);
|
468
|
+
```
|
469
|
+
|
470
|
+
#### SourceMapGenerator.prototype.addMapping(mapping)
|
471
|
+
|
472
|
+
Add a single mapping from original source line and column to the generated
|
473
|
+
source's line and column for this source map being created. The mapping object
|
474
|
+
should have the following properties:
|
475
|
+
|
476
|
+
* `generated`: An object with the generated line and column positions.
|
477
|
+
|
478
|
+
* `original`: An object with the original line and column positions.
|
479
|
+
|
480
|
+
* `source`: The original source file (relative to the sourceRoot).
|
481
|
+
|
482
|
+
* `name`: An optional original token name for this mapping.
|
483
|
+
|
484
|
+
```js
|
485
|
+
generator.addMapping({
|
486
|
+
source: "module-one.scm",
|
487
|
+
original: { line: 128, column: 0 },
|
488
|
+
generated: { line: 3, column: 456 }
|
489
|
+
})
|
490
|
+
```
|
491
|
+
|
492
|
+
#### SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)
|
493
|
+
|
494
|
+
Set the source content for an original source file.
|
495
|
+
|
496
|
+
* `sourceFile` the URL of the original source file.
|
497
|
+
|
498
|
+
* `sourceContent` the content of the source file.
|
499
|
+
|
500
|
+
```js
|
501
|
+
generator.setSourceContent("module-one.scm",
|
502
|
+
fs.readFileSync("path/to/module-one.scm"))
|
503
|
+
```
|
504
|
+
|
505
|
+
#### SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])
|
506
|
+
|
507
|
+
Applies a SourceMap for a source file to the SourceMap.
|
508
|
+
Each mapping to the supplied source file is rewritten using the
|
509
|
+
supplied SourceMap. Note: The resolution for the resulting mappings
|
510
|
+
is the minimum of this map and the supplied map.
|
511
|
+
|
512
|
+
* `sourceMapConsumer`: The SourceMap to be applied.
|
513
|
+
|
514
|
+
* `sourceFile`: Optional. The filename of the source file.
|
515
|
+
If omitted, sourceMapConsumer.file will be used, if it exists.
|
516
|
+
Otherwise an error will be thrown.
|
517
|
+
|
518
|
+
* `sourceMapPath`: Optional. The dirname of the path to the SourceMap
|
519
|
+
to be applied. If relative, it is relative to the SourceMap.
|
520
|
+
|
521
|
+
This parameter is needed when the two SourceMaps aren't in the same
|
522
|
+
directory, and the SourceMap to be applied contains relative source
|
523
|
+
paths. If so, those relative source paths need to be rewritten
|
524
|
+
relative to the SourceMap.
|
525
|
+
|
526
|
+
If omitted, it is assumed that both SourceMaps are in the same directory,
|
527
|
+
thus not needing any rewriting. (Supplying `'.'` has the same effect.)
|
528
|
+
|
529
|
+
#### SourceMapGenerator.prototype.toString()
|
530
|
+
|
531
|
+
Renders the source map being generated to a string.
|
532
|
+
|
533
|
+
```js
|
534
|
+
generator.toString()
|
535
|
+
// '{"version":3,"sources":["module-one.scm"],"names":[],"mappings":"...snip...","file":"my-generated-javascript-file.js","sourceRoot":"http://example.com/app/js/"}'
|
536
|
+
```
|
537
|
+
|
538
|
+
### SourceNode
|
539
|
+
|
540
|
+
SourceNodes provide a way to abstract over interpolating and/or concatenating
|
541
|
+
snippets of generated JavaScript source code, while maintaining the line and
|
542
|
+
column information associated between those snippets and the original source
|
543
|
+
code. This is useful as the final intermediate representation a compiler might
|
544
|
+
use before outputting the generated JS and source map.
|
545
|
+
|
546
|
+
#### new SourceNode([line, column, source[, chunk[, name]]])
|
547
|
+
|
548
|
+
* `line`: The original line number associated with this source node, or null if
|
549
|
+
it isn't associated with an original line. The line number is 1-based.
|
550
|
+
|
551
|
+
* `column`: The original column number associated with this source node, or null
|
552
|
+
if it isn't associated with an original column. The column number
|
553
|
+
is 0-based.
|
554
|
+
|
555
|
+
* `source`: The original source's filename; null if no filename is provided.
|
556
|
+
|
557
|
+
* `chunk`: Optional. Is immediately passed to `SourceNode.prototype.add`, see
|
558
|
+
below.
|
559
|
+
|
560
|
+
* `name`: Optional. The original identifier.
|
561
|
+
|
562
|
+
```js
|
563
|
+
var node = new SourceNode(1, 2, "a.cpp", [
|
564
|
+
new SourceNode(3, 4, "b.cpp", "extern int status;\n"),
|
565
|
+
new SourceNode(5, 6, "c.cpp", "std::string* make_string(size_t n);\n"),
|
566
|
+
new SourceNode(7, 8, "d.cpp", "int main(int argc, char** argv) {}\n"),
|
567
|
+
]);
|
568
|
+
```
|
569
|
+
|
570
|
+
#### SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])
|
571
|
+
|
572
|
+
Creates a SourceNode from generated code and a SourceMapConsumer.
|
573
|
+
|
574
|
+
* `code`: The generated code
|
575
|
+
|
576
|
+
* `sourceMapConsumer` The SourceMap for the generated code
|
577
|
+
|
578
|
+
* `relativePath` The optional path that relative sources in `sourceMapConsumer`
|
579
|
+
should be relative to.
|
580
|
+
|
581
|
+
```js
|
582
|
+
var consumer = new SourceMapConsumer(fs.readFileSync("path/to/my-file.js.map", "utf8"));
|
583
|
+
var node = SourceNode.fromStringWithSourceMap(fs.readFileSync("path/to/my-file.js"),
|
584
|
+
consumer);
|
585
|
+
```
|
586
|
+
|
587
|
+
#### SourceNode.prototype.add(chunk)
|
588
|
+
|
589
|
+
Add a chunk of generated JS to this source node.
|
590
|
+
|
591
|
+
* `chunk`: A string snippet of generated JS code, another instance of
|
592
|
+
`SourceNode`, or an array where each member is one of those things.
|
593
|
+
|
594
|
+
```js
|
595
|
+
node.add(" + ");
|
596
|
+
node.add(otherNode);
|
597
|
+
node.add([leftHandOperandNode, " + ", rightHandOperandNode]);
|
598
|
+
```
|
599
|
+
|
600
|
+
#### SourceNode.prototype.prepend(chunk)
|
601
|
+
|
602
|
+
Prepend a chunk of generated JS to this source node.
|
603
|
+
|
604
|
+
* `chunk`: A string snippet of generated JS code, another instance of
|
605
|
+
`SourceNode`, or an array where each member is one of those things.
|
606
|
+
|
607
|
+
```js
|
608
|
+
node.prepend("/** Build Id: f783haef86324gf **/\n\n");
|
609
|
+
```
|
610
|
+
|
611
|
+
#### SourceNode.prototype.setSourceContent(sourceFile, sourceContent)
|
612
|
+
|
613
|
+
Set the source content for a source file. This will be added to the
|
614
|
+
`SourceMap` in the `sourcesContent` field.
|
615
|
+
|
616
|
+
* `sourceFile`: The filename of the source file
|
617
|
+
|
618
|
+
* `sourceContent`: The content of the source file
|
619
|
+
|
620
|
+
```js
|
621
|
+
node.setSourceContent("module-one.scm",
|
622
|
+
fs.readFileSync("path/to/module-one.scm"))
|
623
|
+
```
|
624
|
+
|
625
|
+
#### SourceNode.prototype.walk(fn)
|
626
|
+
|
627
|
+
Walk over the tree of JS snippets in this node and its children. The walking
|
628
|
+
function is called once for each snippet of JS and is passed that snippet and
|
629
|
+
the its original associated source's line/column location.
|
630
|
+
|
631
|
+
* `fn`: The traversal function.
|
632
|
+
|
633
|
+
```js
|
634
|
+
var node = new SourceNode(1, 2, "a.js", [
|
635
|
+
new SourceNode(3, 4, "b.js", "uno"),
|
636
|
+
"dos",
|
637
|
+
[
|
638
|
+
"tres",
|
639
|
+
new SourceNode(5, 6, "c.js", "quatro")
|
640
|
+
]
|
641
|
+
]);
|
642
|
+
|
643
|
+
node.walk(function (code, loc) { console.log("WALK:", code, loc); })
|
644
|
+
// WALK: uno { source: 'b.js', line: 3, column: 4, name: null }
|
645
|
+
// WALK: dos { source: 'a.js', line: 1, column: 2, name: null }
|
646
|
+
// WALK: tres { source: 'a.js', line: 1, column: 2, name: null }
|
647
|
+
// WALK: quatro { source: 'c.js', line: 5, column: 6, name: null }
|
648
|
+
```
|
649
|
+
|
650
|
+
#### SourceNode.prototype.walkSourceContents(fn)
|
651
|
+
|
652
|
+
Walk over the tree of SourceNodes. The walking function is called for each
|
653
|
+
source file content and is passed the filename and source content.
|
654
|
+
|
655
|
+
* `fn`: The traversal function.
|
656
|
+
|
657
|
+
```js
|
658
|
+
var a = new SourceNode(1, 2, "a.js", "generated from a");
|
659
|
+
a.setSourceContent("a.js", "original a");
|
660
|
+
var b = new SourceNode(1, 2, "b.js", "generated from b");
|
661
|
+
b.setSourceContent("b.js", "original b");
|
662
|
+
var c = new SourceNode(1, 2, "c.js", "generated from c");
|
663
|
+
c.setSourceContent("c.js", "original c");
|
664
|
+
|
665
|
+
var node = new SourceNode(null, null, null, [a, b, c]);
|
666
|
+
node.walkSourceContents(function (source, contents) { console.log("WALK:", source, ":", contents); })
|
667
|
+
// WALK: a.js : original a
|
668
|
+
// WALK: b.js : original b
|
669
|
+
// WALK: c.js : original c
|
670
|
+
```
|
671
|
+
|
672
|
+
#### SourceNode.prototype.join(sep)
|
673
|
+
|
674
|
+
Like `Array.prototype.join` except for SourceNodes. Inserts the separator
|
675
|
+
between each of this source node's children.
|
676
|
+
|
677
|
+
* `sep`: The separator.
|
678
|
+
|
679
|
+
```js
|
680
|
+
var lhs = new SourceNode(1, 2, "a.rs", "my_copy");
|
681
|
+
var operand = new SourceNode(3, 4, "a.rs", "=");
|
682
|
+
var rhs = new SourceNode(5, 6, "a.rs", "orig.clone()");
|
683
|
+
|
684
|
+
var node = new SourceNode(null, null, null, [ lhs, operand, rhs ]);
|
685
|
+
var joinedNode = node.join(" ");
|
686
|
+
```
|
687
|
+
|
688
|
+
#### SourceNode.prototype.replaceRight(pattern, replacement)
|
689
|
+
|
690
|
+
Call `String.prototype.replace` on the very right-most source snippet. Useful
|
691
|
+
for trimming white space from the end of a source node, etc.
|
692
|
+
|
693
|
+
* `pattern`: The pattern to replace.
|
694
|
+
|
695
|
+
* `replacement`: The thing to replace the pattern with.
|
696
|
+
|
697
|
+
```js
|
698
|
+
// Trim trailing white space.
|
699
|
+
node.replaceRight(/\s*$/, "");
|
700
|
+
```
|
701
|
+
|
702
|
+
#### SourceNode.prototype.toString()
|
703
|
+
|
704
|
+
Return the string representation of this source node. Walks over the tree and
|
705
|
+
concatenates all the various snippets together to one string.
|
706
|
+
|
707
|
+
```js
|
708
|
+
var node = new SourceNode(1, 2, "a.js", [
|
709
|
+
new SourceNode(3, 4, "b.js", "uno"),
|
710
|
+
"dos",
|
711
|
+
[
|
712
|
+
"tres",
|
713
|
+
new SourceNode(5, 6, "c.js", "quatro")
|
714
|
+
]
|
715
|
+
]);
|
716
|
+
|
717
|
+
node.toString()
|
718
|
+
// 'unodostresquatro'
|
719
|
+
```
|
720
|
+
|
721
|
+
#### SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])
|
722
|
+
|
723
|
+
Returns the string representation of this tree of source nodes, plus a
|
724
|
+
SourceMapGenerator which contains all the mappings between the generated and
|
725
|
+
original sources.
|
726
|
+
|
727
|
+
The arguments are the same as those to `new SourceMapGenerator`.
|
728
|
+
|
729
|
+
```js
|
730
|
+
var node = new SourceNode(1, 2, "a.js", [
|
731
|
+
new SourceNode(3, 4, "b.js", "uno"),
|
732
|
+
"dos",
|
733
|
+
[
|
734
|
+
"tres",
|
735
|
+
new SourceNode(5, 6, "c.js", "quatro")
|
736
|
+
]
|
737
|
+
]);
|
738
|
+
|
739
|
+
node.toStringWithSourceMap({ file: "my-output-file.js" })
|
740
|
+
// { code: 'unodostresquatro',
|
741
|
+
// map: [object SourceMapGenerator] }
|
742
|
+
```
|