@openfn/language-mssql 2.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +674 -0
- package/LICENSE.LESSER +165 -0
- package/README.md +165 -0
- package/ast.json +1049 -0
- package/lib/Adaptor.js +814 -0
- package/lib/Client.js +28 -0
- package/lib/index.js +19 -0
- package/node_modules/@azure/ms-rest-azure-env/Changelog.md +24 -0
- package/node_modules/@azure/ms-rest-azure-env/LICENSE +21 -0
- package/node_modules/@azure/ms-rest-azure-env/README.md +41 -0
- package/node_modules/@azure/ms-rest-azure-env/dist/msRestAzureEnv.js +172 -0
- package/node_modules/@azure/ms-rest-azure-env/dist/msRestAzureEnv.js.map +1 -0
- package/node_modules/@azure/ms-rest-azure-env/dist/msRestAzureEnv.min.js +5 -0
- package/node_modules/@azure/ms-rest-azure-env/dist/msRestAzureEnv.min.js.map +1 -0
- package/node_modules/@azure/ms-rest-azure-env/es/lib/azureEnvironment.d.ts +232 -0
- package/node_modules/@azure/ms-rest-azure-env/es/lib/azureEnvironment.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-azure-env/es/lib/azureEnvironment.js +157 -0
- package/node_modules/@azure/ms-rest-azure-env/es/lib/azureEnvironment.js.map +1 -0
- package/node_modules/@azure/ms-rest-azure-env/lib/azureEnvironment.ts +347 -0
- package/node_modules/@azure/ms-rest-azure-env/package.json +100 -0
- package/node_modules/@azure/ms-rest-js/Changelog.md +228 -0
- package/node_modules/@azure/ms-rest-js/LICENSE +21 -0
- package/node_modules/@azure/ms-rest-js/README.md +40 -0
- package/node_modules/@azure/ms-rest-js/ThirdPartyNotices.txt +35 -0
- package/node_modules/@azure/ms-rest-js/dist/msRest.browser.js +4060 -0
- package/node_modules/@azure/ms-rest-js/dist/msRest.browser.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/dist/msRest.browser.min.js +5 -0
- package/node_modules/@azure/ms-rest-js/dist/msRest.browser.min.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/dist/msRest.node.js +3942 -0
- package/node_modules/@azure/ms-rest-js/dist/msRest.node.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/axiosHttpClient.d.ts +25 -0
- package/node_modules/@azure/ms-rest-js/es/lib/axiosHttpClient.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/axiosHttpClient.js +265 -0
- package/node_modules/@azure/ms-rest-js/es/lib/axiosHttpClient.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/apiKeyCredentials.d.ts +46 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/apiKeyCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/apiKeyCredentials.js +56 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/apiKeyCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/basicAuthenticationCredentials.d.ts +24 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/basicAuthenticationCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/basicAuthenticationCredentials.js +47 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/basicAuthenticationCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/credentials.d.ts +2 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/credentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/credentials.js +3 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/credentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/domainCredentials.d.ts +11 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/domainCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/domainCredentials.js +29 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/domainCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/serviceClientCredentials.d.ts +11 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/serviceClientCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/serviceClientCredentials.js +3 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/serviceClientCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/tokenCredentials.d.ts +25 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/tokenCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/tokenCredentials.js +42 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/tokenCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/topicCredentials.d.ts +11 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/topicCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/topicCredentials.js +29 -0
- package/node_modules/@azure/ms-rest-js/es/lib/credentials/topicCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.browser.d.ts +2 -0
- package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.browser.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.browser.js +4 -0
- package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.browser.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.d.ts +2 -0
- package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.js +4 -0
- package/node_modules/@azure/ms-rest-js/es/lib/defaultHttpClient.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpClient.d.ts +7 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpClient.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpClient.js +3 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpClient.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpHeaders.d.ts +78 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpHeaders.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpHeaders.js +119 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpHeaders.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpOperationResponse.d.ts +75 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpOperationResponse.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpOperationResponse.js +3 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpOperationResponse.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogLevel.d.ts +22 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogLevel.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogLevel.js +25 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogLevel.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogger.d.ts +35 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogger.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogger.js +37 -0
- package/node_modules/@azure/ms-rest-js/es/lib/httpPipelineLogger.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/msRest.d.ts +37 -0
- package/node_modules/@azure/ms-rest-js/es/lib/msRest.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/msRest.js +31 -0
- package/node_modules/@azure/ms-rest-js/es/lib/msRest.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationArguments.d.ts +15 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationArguments.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationArguments.js +3 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationArguments.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationParameter.d.ts +51 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationParameter.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationParameter.js +24 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationParameter.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationResponse.d.ts +15 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationResponse.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationResponse.js +3 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationResponse.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationSpec.d.ts +68 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationSpec.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationSpec.js +15 -0
- package/node_modules/@azure/ms-rest-js/es/lib/operationSpec.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/deserializationPolicy.d.ts +38 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/deserializationPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/deserializationPolicy.js +195 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/deserializationPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/exponentialRetryPolicy.d.ts +48 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/exponentialRetryPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/exponentialRetryPolicy.js +121 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/exponentialRetryPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/generateClientRequestIdPolicy.d.ts +10 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/generateClientRequestIdPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/generateClientRequestIdPolicy.js +30 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/generateClientRequestIdPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/logPolicy.d.ts +10 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/logPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/logPolicy.js +35 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/logPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.browser.d.ts +4 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.browser.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.browser.js +14 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.browser.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.d.ts +4 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.js +19 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/msRestUserAgentPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.browser.d.ts +11 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.browser.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.browser.js +29 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.browser.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.d.ts +12 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.js +61 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/proxyPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/redirectPolicy.d.ts +10 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/redirectPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/redirectPolicy.js +48 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/redirectPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/requestPolicy.d.ts +53 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/requestPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/requestPolicy.js +60 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/requestPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/rpRegistrationPolicy.d.ts +10 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/rpRegistrationPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/rpRegistrationPolicy.js +158 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/rpRegistrationPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/signingPolicy.d.ts +12 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/signingPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/signingPolicy.js +29 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/signingPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/systemErrorRetryPolicy.d.ts +37 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/systemErrorRetryPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/systemErrorRetryPolicy.js +110 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/systemErrorRetryPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/throttlingRetryPolicy.d.ts +21 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/throttlingRetryPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/throttlingRetryPolicy.js +82 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/throttlingRetryPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/userAgentPolicy.d.ts +21 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/userAgentPolicy.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/userAgentPolicy.js +64 -0
- package/node_modules/@azure/ms-rest-js/es/lib/policies/userAgentPolicy.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/queryCollectionFormat.d.ts +11 -0
- package/node_modules/@azure/ms-rest-js/es/lib/queryCollectionFormat.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/queryCollectionFormat.js +14 -0
- package/node_modules/@azure/ms-rest-js/es/lib/queryCollectionFormat.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/restError.d.ts +14 -0
- package/node_modules/@azure/ms-rest-js/es/lib/restError.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/restError.js +22 -0
- package/node_modules/@azure/ms-rest-js/es/lib/restError.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/serializer.d.ts +130 -0
- package/node_modules/@azure/ms-rest-js/es/lib/serializer.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/serializer.js +752 -0
- package/node_modules/@azure/ms-rest-js/es/lib/serializer.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/serviceClient.d.ts +135 -0
- package/node_modules/@azure/ms-rest-js/es/lib/serviceClient.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/serviceClient.js +443 -0
- package/node_modules/@azure/ms-rest-js/es/lib/serviceClient.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/url.d.ts +149 -0
- package/node_modules/@azure/ms-rest-js/es/lib/url.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/url.js +601 -0
- package/node_modules/@azure/ms-rest-js/es/lib/url.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/base64.browser.d.ts +16 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/base64.browser.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/base64.browser.js +33 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/base64.browser.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/base64.d.ts +16 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/base64.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/base64.js +27 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/base64.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/constants.d.ts +86 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/constants.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/constants.js +88 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/constants.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/utils.d.ts +150 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/utils.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/utils.js +218 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/utils.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/xml.browser.d.ts +5 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/xml.browser.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/xml.browser.js +140 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/xml.browser.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/xml.d.ts +5 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/xml.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/xml.js +37 -0
- package/node_modules/@azure/ms-rest-js/es/lib/util/xml.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/webResource.d.ts +228 -0
- package/node_modules/@azure/ms-rest-js/es/lib/webResource.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/webResource.js +229 -0
- package/node_modules/@azure/ms-rest-js/es/lib/webResource.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/xhrHttpClient.d.ts +12 -0
- package/node_modules/@azure/ms-rest-js/es/lib/xhrHttpClient.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-js/es/lib/xhrHttpClient.js +133 -0
- package/node_modules/@azure/ms-rest-js/es/lib/xhrHttpClient.js.map +1 -0
- package/node_modules/@azure/ms-rest-js/lib/axiosHttpClient.ts +265 -0
- package/node_modules/@azure/ms-rest-js/lib/credentials/apiKeyCredentials.ts +85 -0
- package/node_modules/@azure/ms-rest-js/lib/credentials/basicAuthenticationCredentials.ts +50 -0
- package/node_modules/@azure/ms-rest-js/lib/credentials/credentials.ts +4 -0
- package/node_modules/@azure/ms-rest-js/lib/credentials/domainCredentials.ts +24 -0
- package/node_modules/@azure/ms-rest-js/lib/credentials/serviceClientCredentials.ts +14 -0
- package/node_modules/@azure/ms-rest-js/lib/credentials/tokenCredentials.ts +45 -0
- package/node_modules/@azure/ms-rest-js/lib/credentials/topicCredentials.ts +24 -0
- package/node_modules/@azure/ms-rest-js/lib/defaultHttpClient.browser.ts +4 -0
- package/node_modules/@azure/ms-rest-js/lib/defaultHttpClient.ts +4 -0
- package/node_modules/@azure/ms-rest-js/lib/httpClient.ts +10 -0
- package/node_modules/@azure/ms-rest-js/lib/httpHeaders.ts +151 -0
- package/node_modules/@azure/ms-rest-js/lib/httpOperationResponse.ts +84 -0
- package/node_modules/@azure/ms-rest-js/lib/httpPipelineLogLevel.ts +27 -0
- package/node_modules/@azure/ms-rest-js/lib/httpPipelineLogger.ts +56 -0
- package/node_modules/@azure/ms-rest-js/lib/msRest.ts +51 -0
- package/node_modules/@azure/ms-rest-js/lib/operationArguments.ts +19 -0
- package/node_modules/@azure/ms-rest-js/lib/operationParameter.ts +71 -0
- package/node_modules/@azure/ms-rest-js/lib/operationResponse.ts +19 -0
- package/node_modules/@azure/ms-rest-js/lib/operationSpec.ts +91 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/deserializationPolicy.ts +220 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/exponentialRetryPolicy.ts +163 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/generateClientRequestIdPolicy.ts +28 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/logPolicy.ts +35 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/msRestUserAgentPolicy.browser.ts +27 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/msRestUserAgentPolicy.ts +24 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/proxyPolicy.browser.ts +32 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/proxyPolicy.ts +67 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/redirectPolicy.ts +49 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/requestPolicy.ts +75 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/rpRegistrationPolicy.ts +164 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/signingPolicy.ts +30 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/systemErrorRetryPolicy.ts +133 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/throttlingRetryPolicy.ts +78 -0
- package/node_modules/@azure/ms-rest-js/lib/policies/userAgentPolicy.ts +68 -0
- package/node_modules/@azure/ms-rest-js/lib/queryCollectionFormat.ts +13 -0
- package/node_modules/@azure/ms-rest-js/lib/restError.ts +27 -0
- package/node_modules/@azure/ms-rest-js/lib/serializer.ts +873 -0
- package/node_modules/@azure/ms-rest-js/lib/serviceClient.ts +591 -0
- package/node_modules/@azure/ms-rest-js/lib/url.ts +664 -0
- package/node_modules/@azure/ms-rest-js/lib/util/base64.browser.ts +35 -0
- package/node_modules/@azure/ms-rest-js/lib/util/base64.ts +29 -0
- package/node_modules/@azure/ms-rest-js/lib/util/constants.ts +98 -0
- package/node_modules/@azure/ms-rest-js/lib/util/utils.ts +251 -0
- package/node_modules/@azure/ms-rest-js/lib/util/xml.browser.ts +143 -0
- package/node_modules/@azure/ms-rest-js/lib/util/xml.ts +37 -0
- package/node_modules/@azure/ms-rest-js/lib/webResource.ts +464 -0
- package/node_modules/@azure/ms-rest-js/lib/xhrHttpClient.ts +138 -0
- package/node_modules/@azure/ms-rest-js/node_modules/form-data/License +19 -0
- package/node_modules/@azure/ms-rest-js/node_modules/form-data/README.md +350 -0
- package/node_modules/@azure/ms-rest-js/node_modules/form-data/README.md.bak +350 -0
- package/node_modules/@azure/ms-rest-js/node_modules/form-data/index.d.ts +51 -0
- package/node_modules/@azure/ms-rest-js/node_modules/form-data/lib/browser.js +2 -0
- package/node_modules/@azure/ms-rest-js/node_modules/form-data/lib/form_data.js +483 -0
- package/node_modules/@azure/ms-rest-js/node_modules/form-data/lib/populate.js +10 -0
- package/node_modules/@azure/ms-rest-js/node_modules/form-data/package.json +104 -0
- package/node_modules/@azure/ms-rest-js/package.json +202 -0
- package/node_modules/@azure/ms-rest-nodeauth/Changelog.md +110 -0
- package/node_modules/@azure/ms-rest-nodeauth/LICENSE +21 -0
- package/node_modules/@azure/ms-rest-nodeauth/README.md +215 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCertificateCredentials.d.ts +45 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCertificateCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCertificateCredentials.js +107 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCertificateCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentials.d.ts +27 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentials.js +68 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentialsBase.d.ts +30 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentialsBase.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentialsBase.js +95 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/applicationTokenCredentialsBase.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/azureCliCredentials.d.ts +137 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/azureCliCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/azureCliCredentials.js +253 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/azureCliCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/deviceTokenCredentials.d.ts +28 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/deviceTokenCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/deviceTokenCredentials.js +45 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/deviceTokenCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/keyVaultFactory.d.ts +4 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/keyVaultFactory.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/keyVaultFactory.js +82 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/keyVaultFactory.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiAppServiceTokenCredentials.d.ts +66 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiAppServiceTokenCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiAppServiceTokenCredentials.js +96 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiAppServiceTokenCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiTokenCredentials.d.ts +67 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiTokenCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiTokenCredentials.js +108 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiTokenCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiVmTokenCredentials.d.ts +57 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiVmTokenCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiVmTokenCredentials.js +90 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/msiVmTokenCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenClientCredentials.d.ts +10 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenClientCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenClientCredentials.js +5 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenClientCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenCredentialsBase.d.ts +31 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenCredentialsBase.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenCredentialsBase.js +80 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/tokenCredentialsBase.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/topicCredentials.d.ts +14 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/topicCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/topicCredentials.js +29 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/topicCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/userTokenCredentials.d.ts +33 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/userTokenCredentials.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/userTokenCredentials.js +88 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/credentials/userTokenCredentials.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/login.d.ts +448 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/login.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/login.js +680 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/login.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/msRestNodeAuth.d.ts +14 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/msRestNodeAuth.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/msRestNodeAuth.js +40 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/msRestNodeAuth.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/subscriptionManagement/subscriptionUtils.d.ts +71 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/subscriptionManagement/subscriptionUtils.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/subscriptionManagement/subscriptionUtils.js +98 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/subscriptionManagement/subscriptionUtils.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/util/authConstants.d.ts +10 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/util/authConstants.d.ts.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/util/authConstants.js +13 -0
- package/node_modules/@azure/ms-rest-nodeauth/dist/lib/util/authConstants.js.map +1 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/applicationTokenCertificateCredentials.ts +139 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/applicationTokenCredentials.ts +75 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/applicationTokenCredentialsBase.ts +97 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/azureCliCredentials.ts +328 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/deviceTokenCredentials.ts +60 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/keyVaultFactory.ts +83 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/msiAppServiceTokenCredentials.ts +129 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/msiTokenCredentials.ts +139 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/msiVmTokenCredentials.ts +131 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/tokenClientCredentials.ts +14 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/tokenCredentialsBase.ts +89 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/topicCredentials.ts +29 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/credentials/userTokenCredentials.ts +100 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/login.ts +987 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/msRestNodeAuth.ts +35 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/subscriptionManagement/subscriptionUtils.ts +148 -0
- package/node_modules/@azure/ms-rest-nodeauth/lib/util/authConstants.ts +13 -0
- package/node_modules/@azure/ms-rest-nodeauth/package.json +101 -0
- package/node_modules/@azure/ms-rest-nodeauth/tsconfig.json +41 -0
- package/node_modules/@js-joda/core/CHANGELOG.md +306 -0
- package/node_modules/@js-joda/core/CheatSheet.md +947 -0
- package/node_modules/@js-joda/core/LICENSE +34 -0
- package/node_modules/@js-joda/core/README.md +155 -0
- package/node_modules/@js-joda/core/bower.json +21 -0
- package/node_modules/@js-joda/core/dist/js-joda.d.ts +1710 -0
- package/node_modules/@js-joda/core/dist/js-joda.esm.js +12539 -0
- package/node_modules/@js-joda/core/dist/js-joda.flow.js +949 -0
- package/node_modules/@js-joda/core/dist/js-joda.js +12603 -0
- package/node_modules/@js-joda/core/dist/js-joda.js.map +1 -0
- package/node_modules/@js-joda/core/dist/js-joda.min.js +5 -0
- package/node_modules/@js-joda/core/package.json +107 -0
- package/node_modules/@js-joda/core/src/Clock.js +330 -0
- package/node_modules/@js-joda/core/src/DayOfWeek.js +451 -0
- package/node_modules/@js-joda/core/src/Duration.js +1205 -0
- package/node_modules/@js-joda/core/src/Enum.js +30 -0
- package/node_modules/@js-joda/core/src/Instant.js +1054 -0
- package/node_modules/@js-joda/core/src/LocalDate.js +1752 -0
- package/node_modules/@js-joda/core/src/LocalDateTime.js +1738 -0
- package/node_modules/@js-joda/core/src/LocalTime.js +1468 -0
- package/node_modules/@js-joda/core/src/MathUtil.js +236 -0
- package/node_modules/@js-joda/core/src/Month.js +600 -0
- package/node_modules/@js-joda/core/src/MonthDay.js +731 -0
- package/node_modules/@js-joda/core/src/Period.js +933 -0
- package/node_modules/@js-joda/core/src/StringUtil.js +43 -0
- package/node_modules/@js-joda/core/src/Year.js +999 -0
- package/node_modules/@js-joda/core/src/YearConstants.js +21 -0
- package/node_modules/@js-joda/core/src/YearMonth.js +1154 -0
- package/node_modules/@js-joda/core/src/ZoneId.js +236 -0
- package/node_modules/@js-joda/core/src/ZoneIdFactory.js +201 -0
- package/node_modules/@js-joda/core/src/ZoneOffset.js +486 -0
- package/node_modules/@js-joda/core/src/ZoneRegion.js +72 -0
- package/node_modules/@js-joda/core/src/ZonedDateTime.js +2048 -0
- package/node_modules/@js-joda/core/src/_init.js +64 -0
- package/node_modules/@js-joda/core/src/assert.js +33 -0
- package/node_modules/@js-joda/core/src/chrono/ChronoLocalDate.js +230 -0
- package/node_modules/@js-joda/core/src/chrono/ChronoLocalDateTime.js +130 -0
- package/node_modules/@js-joda/core/src/chrono/ChronoZonedDateTime.js +194 -0
- package/node_modules/@js-joda/core/src/chrono/IsoChronology.js +235 -0
- package/node_modules/@js-joda/core/src/convert.js +83 -0
- package/node_modules/@js-joda/core/src/errors.js +54 -0
- package/node_modules/@js-joda/core/src/format/DateTimeBuilder.js +535 -0
- package/node_modules/@js-joda/core/src/format/DateTimeFormatter.js +728 -0
- package/node_modules/@js-joda/core/src/format/DateTimeFormatterBuilder.js +1545 -0
- package/node_modules/@js-joda/core/src/format/DateTimeParseContext.js +297 -0
- package/node_modules/@js-joda/core/src/format/DateTimePrintContext.js +138 -0
- package/node_modules/@js-joda/core/src/format/DecimalStyle.js +113 -0
- package/node_modules/@js-joda/core/src/format/EnumMap.js +70 -0
- package/node_modules/@js-joda/core/src/format/ParsePosition.js +31 -0
- package/node_modules/@js-joda/core/src/format/ResolverStyle.js +93 -0
- package/node_modules/@js-joda/core/src/format/SignStyle.js +38 -0
- package/node_modules/@js-joda/core/src/format/StringBuilder.js +47 -0
- package/node_modules/@js-joda/core/src/format/TextStyle.js +114 -0
- package/node_modules/@js-joda/core/src/format/parser/CharLiteralPrinterParser.js +46 -0
- package/node_modules/@js-joda/core/src/format/parser/CompositePrinterParser.js +89 -0
- package/node_modules/@js-joda/core/src/format/parser/FractionPrinterParser.js +162 -0
- package/node_modules/@js-joda/core/src/format/parser/NumberPrinterParser.js +367 -0
- package/node_modules/@js-joda/core/src/format/parser/OffsetIdPrinterParser.js +177 -0
- package/node_modules/@js-joda/core/src/format/parser/PadPrinterParserDecorator.js +81 -0
- package/node_modules/@js-joda/core/src/format/parser/SettingsParser.js +44 -0
- package/node_modules/@js-joda/core/src/format/parser/StringLiteralPrinterParser.js +39 -0
- package/node_modules/@js-joda/core/src/format/parser/ZoneIdPrinterParser.js +218 -0
- package/node_modules/@js-joda/core/src/js-joda.js +204 -0
- package/node_modules/@js-joda/core/src/license-preamble.js +3 -0
- package/node_modules/@js-joda/core/src/temporal/ChronoField.js +362 -0
- package/node_modules/@js-joda/core/src/temporal/ChronoUnit.js +467 -0
- package/node_modules/@js-joda/core/src/temporal/IsoFields.js +856 -0
- package/node_modules/@js-joda/core/src/temporal/NativeJsTemporal.js +105 -0
- package/node_modules/@js-joda/core/src/temporal/Temporal.js +63 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAccessor.js +125 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAdjuster.js +92 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAdjusters.js +464 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalAmount.js +166 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalField.js +24 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalQueries.js +223 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalQueriesFactory.js +77 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalQuery.js +107 -0
- package/node_modules/@js-joda/core/src/temporal/TemporalUnit.js +180 -0
- package/node_modules/@js-joda/core/src/temporal/ValueRange.js +256 -0
- package/node_modules/@js-joda/core/src/use.js +20 -0
- package/node_modules/@js-joda/core/src/zone/SystemDefaultZoneId.js +31 -0
- package/node_modules/@js-joda/core/src/zone/SystemDefaultZoneRules.js +162 -0
- package/node_modules/@js-joda/core/src/zone/ZoneOffsetTransition.js +289 -0
- package/node_modules/@js-joda/core/src/zone/ZoneRules.js +464 -0
- package/node_modules/@js-joda/core/src/zone/ZoneRulesProvider.js +36 -0
- package/node_modules/@openfn/language-common/LICENSE +674 -0
- package/node_modules/@openfn/language-common/LICENSE.LESSER +165 -0
- package/node_modules/@openfn/language-common/README.md +14 -0
- package/node_modules/@openfn/language-common/ast.json +1001 -0
- package/node_modules/@openfn/language-common/lib/Adaptor.js +569 -0
- package/node_modules/@openfn/language-common/lib/beta.js +64 -0
- package/node_modules/@openfn/language-common/lib/http.js +233 -0
- package/node_modules/@openfn/language-common/lib/index.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/axios/CHANGELOG.md +685 -0
- package/node_modules/@openfn/language-common/node_modules/axios/LICENSE +19 -0
- package/node_modules/@openfn/language-common/node_modules/axios/README.md +800 -0
- package/node_modules/@openfn/language-common/node_modules/axios/UPGRADE_GUIDE.md +162 -0
- package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.js +1756 -0
- package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.map +1 -0
- package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.min.js +3 -0
- package/node_modules/@openfn/language-common/node_modules/axios/dist/axios.min.map +1 -0
- package/node_modules/@openfn/language-common/node_modules/axios/index.d.ts +161 -0
- package/node_modules/@openfn/language-common/node_modules/axios/index.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/adapters/README.md +37 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/adapters/http.js +303 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/adapters/xhr.js +179 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/axios.js +56 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/cancel/Cancel.js +19 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/cancel/CancelToken.js +57 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/cancel/isCancel.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/core/Axios.js +95 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/core/InterceptorManager.js +52 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/core/README.md +7 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/core/buildFullPath.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/core/createError.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/core/dispatchRequest.js +79 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/core/enhanceError.js +42 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/core/mergeConfig.js +87 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/core/settle.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/core/transformData.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/defaults.js +98 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/README.md +7 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/bind.js +11 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/buildURL.js +70 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/combineURLs.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/cookies.js +53 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/deprecatedMethod.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/isAbsoluteURL.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/isAxiosError.js +11 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/isURLSameOrigin.js +68 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/normalizeHeaderName.js +12 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/parseHeaders.js +53 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/helpers/spread.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/axios/lib/utils.js +351 -0
- package/node_modules/@openfn/language-common/node_modules/axios/package.json +115 -0
- package/node_modules/@openfn/language-common/node_modules/follow-redirects/LICENSE +18 -0
- package/node_modules/@openfn/language-common/node_modules/follow-redirects/README.md +148 -0
- package/node_modules/@openfn/language-common/node_modules/follow-redirects/debug.js +9 -0
- package/node_modules/@openfn/language-common/node_modules/follow-redirects/http.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/follow-redirects/https.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/follow-redirects/index.js +504 -0
- package/node_modules/@openfn/language-common/node_modules/follow-redirects/package.json +97 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.babelrc.json +5 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.editorconfig +16 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.eslintignore +5 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/.eslintrc.js +93 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/CHANGES.md +252 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/LICENSE-MIT.txt +22 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/README.md +376 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/demo/index.css +19 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/demo/index.html +32 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/demo/index.js +48 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-es.js +1062 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-es.min.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-es.min.js.map +1 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-umd.js +1072 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-umd.min.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/dist/index-umd.min.js.map +1 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/licenseInfo.json +4 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/package.json +169 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/src/jsonpath.d.ts +196 -0
- package/node_modules/@openfn/language-common/node_modules/jsonpath-plus/src/jsonpath.js +796 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/LICENSE +47 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/README.md +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_DataView.js +7 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_Hash.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_LazyWrapper.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_ListCache.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_LodashWrapper.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_Map.js +7 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_MapCache.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_Promise.js +7 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_Set.js +7 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_SetCache.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_Stack.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_Symbol.js +6 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_Uint8Array.js +6 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_WeakMap.js +7 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_apply.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayAggregator.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayEach.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayEachRight.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayEvery.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayFilter.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayIncludes.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayIncludesWith.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayLikeKeys.js +49 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayMap.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayPush.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayReduce.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayReduceRight.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arraySample.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arraySampleSize.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arrayShuffle.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_arraySome.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_asciiSize.js +12 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_asciiToArray.js +12 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_asciiWords.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_assignMergeValue.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_assignValue.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_assocIndexOf.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseAggregator.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseAssign.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseAssignIn.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseAssignValue.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseAt.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseClamp.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseClone.js +166 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseConforms.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseConformsTo.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseCreate.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseDelay.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseDifference.js +67 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseEach.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseEachRight.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseEvery.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseExtremum.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseFill.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseFilter.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseFindIndex.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseFindKey.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseFlatten.js +38 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseFor.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseForOwn.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseForOwnRight.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseForRight.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseFunctions.js +19 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseGet.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseGetAllKeys.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseGetTag.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseGt.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseHas.js +19 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseHasIn.js +13 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseInRange.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIndexOf.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIndexOfWith.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIntersection.js +74 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseInverter.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseInvoke.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsArguments.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsDate.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsEqual.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsEqualDeep.js +83 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsMap.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsMatch.js +62 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsNaN.js +12 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsNative.js +47 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsRegExp.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsSet.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIsTypedArray.js +60 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseIteratee.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseKeys.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseKeysIn.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseLodash.js +10 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseLt.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseMap.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseMatches.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseMatchesProperty.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseMean.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseMerge.js +42 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseMergeDeep.js +94 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseNth.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseOrderBy.js +49 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_basePick.js +19 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_basePickBy.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseProperty.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_basePropertyDeep.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_basePropertyOf.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_basePullAll.js +51 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_basePullAt.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseRandom.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseRange.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseReduce.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseRepeat.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseRest.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSample.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSampleSize.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSet.js +51 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSetData.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSetToString.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseShuffle.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSlice.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSome.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortBy.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortedIndex.js +42 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortedIndexBy.js +67 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSortedUniq.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseSum.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseTimes.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseToNumber.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseToPairs.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseToString.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseTrim.js +19 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseUnary.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseUniq.js +72 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseUnset.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseUpdate.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseValues.js +19 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseWhile.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseWrapperValue.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseXor.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_baseZipObject.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_cacheHas.js +13 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_castArrayLikeObject.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_castFunction.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_castPath.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_castRest.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_castSlice.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_charsEndIndex.js +19 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_charsStartIndex.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_cloneArrayBuffer.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_cloneBuffer.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_cloneDataView.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_cloneRegExp.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_cloneSymbol.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_cloneTypedArray.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_compareAscending.js +41 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_compareMultiple.js +44 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_composeArgs.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_composeArgsRight.js +41 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_copyArray.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_copyObject.js +40 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_copySymbols.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_copySymbolsIn.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_coreJsData.js +6 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_countHolders.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createAggregator.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createAssigner.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createBaseEach.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createBaseFor.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createBind.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createCaseFirst.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createCompounder.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createCtor.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createCurry.js +46 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createFind.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createFlow.js +78 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createHybrid.js +92 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createInverter.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createMathOperation.js +38 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createOver.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createPadding.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createPartial.js +43 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createRange.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createRecurry.js +56 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createRelationalOperation.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createRound.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createSet.js +19 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createToPairs.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_createWrap.js +106 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_customDefaultsMerge.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_customOmitClone.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_deburrLetter.js +71 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_defineProperty.js +11 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_equalArrays.js +84 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_equalByTag.js +112 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_equalObjects.js +90 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_escapeHtmlChar.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_escapeStringChar.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_flatRest.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_freeGlobal.js +4 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getAllKeys.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getAllKeysIn.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getData.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getFuncName.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getHolder.js +13 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getMapData.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getMatchData.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getNative.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getPrototype.js +6 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getRawTag.js +46 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getSymbols.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getSymbolsIn.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getTag.js +58 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getValue.js +13 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getView.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_getWrapDetails.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_hasPath.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_hasUnicode.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_hasUnicodeWord.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_hashClear.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_hashDelete.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_hashGet.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_hashHas.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_hashSet.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_initCloneArray.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_initCloneByTag.js +77 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_initCloneObject.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_insertWrapDetails.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_isFlattenable.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_isIndex.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_isIterateeCall.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_isKey.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_isKeyable.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_isLaziable.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_isMaskable.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_isMasked.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_isPrototype.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_isStrictComparable.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_iteratorToArray.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_lazyClone.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_lazyReverse.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_lazyValue.js +69 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheClear.js +13 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheDelete.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheGet.js +19 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheHas.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_listCacheSet.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheClear.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheDelete.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheGet.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheHas.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_mapCacheSet.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_mapToArray.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_matchesStrictComparable.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_memoizeCapped.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_mergeData.js +90 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_metaMap.js +6 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_nativeCreate.js +6 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_nativeKeys.js +6 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_nativeKeysIn.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_nodeUtil.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_objectToString.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_overArg.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_overRest.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_parent.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_reEscape.js +4 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_reEvaluate.js +4 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_reInterpolate.js +4 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_realNames.js +4 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_reorder.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_replaceHolders.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_root.js +9 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_safeGet.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_setCacheAdd.js +19 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_setCacheHas.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_setData.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_setToArray.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_setToPairs.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_setToString.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_setWrapToString.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_shortOut.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_shuffleSelf.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_stackClear.js +15 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_stackDelete.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_stackGet.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_stackHas.js +14 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_stackSet.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_strictIndexOf.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_strictLastIndexOf.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_stringSize.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_stringToArray.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_stringToPath.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_toKey.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_toSource.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_trimmedEndIndex.js +19 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_unescapeHtmlChar.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_unicodeSize.js +44 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_unicodeToArray.js +40 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_unicodeWords.js +69 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_updateWrapDetails.js +46 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/_wrapperClone.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/add.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/after.js +42 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/array.js +67 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/ary.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/assign.js +58 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/assignIn.js +40 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/assignInWith.js +38 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/assignWith.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/at.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/attempt.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/before.js +40 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/bind.js +57 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/bindAll.js +41 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/bindKey.js +68 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/camelCase.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/capitalize.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/castArray.js +44 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/ceil.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/chain.js +38 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/chunk.js +50 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/clamp.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/clone.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/cloneDeep.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/cloneDeepWith.js +40 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/cloneWith.js +42 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/collection.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/commit.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/compact.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/concat.js +43 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/cond.js +60 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/conforms.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/conformsTo.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/constant.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/core.js +3877 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/core.min.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/countBy.js +40 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/create.js +43 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/curry.js +57 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/curryRight.js +54 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/date.js +3 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/debounce.js +191 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/deburr.js +45 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/defaultTo.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/defaults.js +64 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/defaultsDeep.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/defer.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/delay.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/difference.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/differenceBy.js +44 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/differenceWith.js +40 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/divide.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/drop.js +38 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/dropRight.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/dropRightWhile.js +45 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/dropWhile.js +45 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/each.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/eachRight.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/endsWith.js +43 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/entries.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/entriesIn.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/eq.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/escape.js +43 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/escapeRegExp.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/every.js +56 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/extend.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/extendWith.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fill.js +45 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/filter.js +52 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/find.js +42 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/findIndex.js +55 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/findKey.js +44 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/findLast.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/findLastIndex.js +59 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/findLastKey.js +44 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/first.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/flake.lock +40 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/flake.nix +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/flatMap.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/flatMapDeep.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/flatMapDepth.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/flatten.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/flattenDeep.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/flattenDepth.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/flip.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/floor.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/flow.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/flowRight.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/forEach.js +41 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/forEachRight.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/forIn.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/forInRight.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/forOwn.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/forOwnRight.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/F.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/T.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/__.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/_baseConvert.js +569 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/_convertBrowser.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/_falseOptions.js +7 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/_mapping.js +358 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/_util.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/add.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/after.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/all.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/allPass.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/always.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/any.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/anyPass.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/apply.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/array.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/ary.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/assign.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignAll.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignAllWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignIn.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignInAll.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignInAllWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignInWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/assignWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/assoc.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/assocPath.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/at.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/attempt.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/before.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/bind.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/bindAll.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/bindKey.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/camelCase.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/capitalize.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/castArray.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/ceil.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/chain.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/chunk.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/clamp.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/clone.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/cloneDeep.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/cloneDeepWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/cloneWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/collection.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/commit.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/compact.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/complement.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/compose.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/concat.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/cond.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/conforms.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/conformsTo.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/constant.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/contains.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/convert.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/countBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/create.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/curry.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/curryN.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/curryRight.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/curryRightN.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/date.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/debounce.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/deburr.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultTo.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaults.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultsAll.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultsDeep.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/defer.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/delay.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/difference.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/differenceBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/differenceWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/dissoc.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/dissocPath.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/divide.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/drop.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropLast.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropLastWhile.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropRight.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropRightWhile.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/dropWhile.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/each.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/eachRight.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/endsWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/entries.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/entriesIn.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/eq.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/equals.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/escape.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/escapeRegExp.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/every.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/extend.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/extendAll.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/extendAllWith.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/extendWith.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/fill.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/filter.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/find.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/findFrom.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/findIndex.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/findIndexFrom.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/findKey.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLast.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastFrom.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastIndex.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/findLastKey.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/first.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatMap.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatMapDeep.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatMapDepth.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/flatten.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/flattenDeep.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/flattenDepth.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/flip.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/floor.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/flow.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/flowRight.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/forEach.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/forEachRight.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/forIn.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/forInRight.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/forOwn.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/forOwnRight.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/fromPairs.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/function.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/functions.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/functionsIn.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/get.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/getOr.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/groupBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/gt.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/gte.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/has.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/hasIn.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/head.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/identical.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/identity.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/inRange.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/includes.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/includesFrom.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/indexBy.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/indexOf.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/indexOfFrom.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/init.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/initial.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/intersection.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/intersectionBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/intersectionWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/invert.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/invertBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/invertObj.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/invoke.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/invokeArgs.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/invokeArgsMap.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/invokeMap.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArguments.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArray.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArrayBuffer.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArrayLike.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isBoolean.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isBuffer.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isDate.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isElement.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isEmpty.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isEqual.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isEqualWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isError.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isFinite.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isFunction.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isInteger.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isLength.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isMap.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isMatch.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isMatchWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNaN.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNative.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNil.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNull.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isNumber.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isObject.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isObjectLike.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isPlainObject.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isRegExp.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isSafeInteger.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isSet.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isString.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isSymbol.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isTypedArray.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isUndefined.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isWeakMap.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/isWeakSet.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/iteratee.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/join.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/juxt.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/kebabCase.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/keyBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/keys.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/keysIn.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/lang.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/last.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/lastIndexOf.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/lowerCase.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/lowerFirst.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/lt.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/lte.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/map.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/mapKeys.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/mapValues.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/matches.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/matchesProperty.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/math.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/max.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/maxBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/mean.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/meanBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/memoize.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/merge.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/mergeAll.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/mergeAllWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/mergeWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/method.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/methodOf.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/min.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/minBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/mixin.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/multiply.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/nAry.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/negate.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/next.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/noop.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/now.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/nth.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/nthArg.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/number.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/object.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/omit.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/omitAll.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/omitBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/once.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/orderBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/over.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/overArgs.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/overEvery.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/overSome.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pad.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/padChars.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/padCharsEnd.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/padCharsStart.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/padEnd.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/padStart.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/parseInt.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/partial.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/partialRight.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/partition.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/path.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pathEq.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pathOr.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/paths.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pick.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pickAll.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pickBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pipe.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/placeholder.js +6 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/plant.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pluck.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/prop.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/propEq.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/propOr.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/property.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/propertyOf.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/props.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pull.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAll.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAllBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAllWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/pullAt.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/random.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/range.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/rangeRight.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/rangeStep.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/rangeStepRight.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/rearg.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/reduce.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/reduceRight.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/reject.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/remove.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/repeat.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/replace.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/rest.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/restFrom.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/result.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/reverse.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/round.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sample.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sampleSize.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/seq.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/set.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/setWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/shuffle.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/size.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/slice.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/snakeCase.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/some.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedIndex.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedIndexBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedIndexOf.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedLastIndex.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedUniq.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sortedUniqBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/split.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/spread.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/spreadFrom.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/startCase.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/startsWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/string.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubArray.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubFalse.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubObject.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubString.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/stubTrue.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/subtract.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sum.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/sumBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/symmetricDifference.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/tail.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/take.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeLast.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeLastWhile.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeRight.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeRightWhile.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/takeWhile.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/tap.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/template.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/templateSettings.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/throttle.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/thru.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/times.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toArray.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toFinite.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toInteger.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toIterator.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toJSON.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toLength.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toLower.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toNumber.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPairs.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPairsIn.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPath.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toPlainObject.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toSafeInteger.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toString.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/toUpper.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/transform.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/trim.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimChars.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimCharsEnd.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimCharsStart.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimEnd.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/trimStart.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/truncate.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/unapply.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/unary.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/unescape.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/union.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/unionBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/unionWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniq.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniqBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniqWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/uniqueId.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/unnest.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/unset.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/unzip.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/unzipWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/update.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/updateWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/upperCase.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/upperFirst.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/useWith.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/util.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/value.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/valueOf.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/values.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/valuesIn.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/where.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/whereEq.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/without.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/words.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrap.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperAt.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperChain.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperLodash.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperReverse.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/wrapperValue.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/xor.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/xorBy.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/xorWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/zip.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipAll.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipObj.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipObject.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipObjectDeep.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp/zipWith.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fp.js +2 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/fromPairs.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/function.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/functions.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/functionsIn.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/get.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/groupBy.js +41 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/gt.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/gte.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/has.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/hasIn.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/head.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/identity.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/inRange.js +55 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/includes.js +53 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/index.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/indexOf.js +42 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/initial.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/intersection.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/intersectionBy.js +45 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/intersectionWith.js +41 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/invert.js +42 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/invertBy.js +56 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/invoke.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/invokeMap.js +41 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isArguments.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isArray.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isArrayBuffer.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isArrayLike.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isArrayLikeObject.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isBoolean.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isBuffer.js +38 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isDate.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isElement.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isEmpty.js +77 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isEqual.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isEqualWith.js +41 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isError.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isFinite.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isFunction.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isInteger.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isLength.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isMap.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isMatch.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isMatchWith.js +41 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isNaN.js +38 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isNative.js +40 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isNil.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isNull.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isNumber.js +38 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isObject.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isObjectLike.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isPlainObject.js +62 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isRegExp.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isSafeInteger.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isSet.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isString.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isSymbol.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isTypedArray.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isUndefined.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isWeakMap.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/isWeakSet.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/iteratee.js +53 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/join.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/kebabCase.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/keyBy.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/keys.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/keysIn.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/lang.js +58 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/last.js +20 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/lastIndexOf.js +46 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/lodash.js +17209 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/lodash.min.js +140 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/lowerCase.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/lowerFirst.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/lt.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/lte.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/map.js +53 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/mapKeys.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/mapValues.js +43 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/matches.js +46 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/matchesProperty.js +44 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/math.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/max.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/maxBy.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/mean.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/meanBy.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/memoize.js +73 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/merge.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/mergeWith.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/method.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/methodOf.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/min.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/minBy.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/mixin.js +74 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/multiply.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/negate.js +40 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/next.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/noop.js +17 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/now.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/nth.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/nthArg.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/number.js +5 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/object.js +49 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/omit.js +57 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/omitBy.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/once.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/orderBy.js +47 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/over.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/overArgs.js +61 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/overEvery.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/overSome.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/package.json +65 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/pad.js +49 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/padEnd.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/padStart.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/parseInt.js +43 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/partial.js +50 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/partialRight.js +49 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/partition.js +43 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/pick.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/pickBy.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/plant.js +48 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/property.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/propertyOf.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/pull.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/pullAll.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/pullAllBy.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/pullAllWith.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/pullAt.js +43 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/random.js +82 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/range.js +46 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/rangeRight.js +41 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/rearg.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/reduce.js +51 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/reduceRight.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/reject.js +46 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/release.md +48 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/remove.js +53 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/repeat.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/replace.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/rest.js +40 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/result.js +56 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/reverse.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/round.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sample.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sampleSize.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/seq.js +16 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/set.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/setWith.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/shuffle.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/size.js +46 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/slice.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/snakeCase.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/some.js +51 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sortBy.js +48 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sortedIndex.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sortedIndexBy.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sortedIndexOf.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sortedLastIndex.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sortedLastIndexBy.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sortedLastIndexOf.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sortedUniq.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sortedUniqBy.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/split.js +52 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/spread.js +63 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/startCase.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/startsWith.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/string.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/stubArray.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/stubFalse.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/stubObject.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/stubString.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/stubTrue.js +18 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/subtract.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sum.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/sumBy.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/tail.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/take.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/takeRight.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/takeRightWhile.js +45 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/takeWhile.js +45 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/tap.js +29 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/template.js +272 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/templateSettings.js +67 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/throttle.js +69 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/thru.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/times.js +51 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toArray.js +58 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toFinite.js +42 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toInteger.js +36 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toIterator.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toJSON.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toLength.js +38 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toLower.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toNumber.js +64 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toPairs.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toPairsIn.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toPath.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toPlainObject.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toSafeInteger.js +37 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toString.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/toUpper.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/transform.js +65 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/trim.js +47 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/trimEnd.js +41 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/trimStart.js +43 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/truncate.js +111 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/unary.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/unescape.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/union.js +26 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/unionBy.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/unionWith.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/uniq.js +25 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/uniqBy.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/uniqWith.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/uniqueId.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/unset.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/unzip.js +45 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/unzipWith.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/update.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/updateWith.js +33 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/upperCase.js +27 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/upperFirst.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/util.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/value.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/valueOf.js +1 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/values.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/valuesIn.js +32 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/without.js +31 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/words.js +35 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/wrap.js +30 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/wrapperAt.js +48 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/wrapperChain.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/wrapperLodash.js +147 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/wrapperReverse.js +44 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/wrapperValue.js +21 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/xor.js +28 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/xorBy.js +39 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/xorWith.js +34 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/zip.js +22 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/zipObject.js +24 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/zipObjectDeep.js +23 -0
- package/node_modules/@openfn/language-common/node_modules/lodash/zipWith.js +32 -0
- package/node_modules/@openfn/language-common/package.json +86 -0
- package/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/@types/node/README.md +16 -0
- package/node_modules/@types/node/assert.d.ts +53 -0
- package/node_modules/@types/node/async_hooks.d.ts +132 -0
- package/node_modules/@types/node/base.d.ts +41 -0
- package/node_modules/@types/node/buffer.d.ts +22 -0
- package/node_modules/@types/node/child_process.d.ts +495 -0
- package/node_modules/@types/node/cluster.d.ts +266 -0
- package/node_modules/@types/node/console.d.ts +3 -0
- package/node_modules/@types/node/constants.d.ts +8 -0
- package/node_modules/@types/node/crypto.d.ts +615 -0
- package/node_modules/@types/node/dgram.d.ts +141 -0
- package/node_modules/@types/node/dns.d.ts +366 -0
- package/node_modules/@types/node/domain.d.ts +16 -0
- package/node_modules/@types/node/events.d.ts +50 -0
- package/node_modules/@types/node/fs.d.ts +2458 -0
- package/node_modules/@types/node/globals.d.ts +1105 -0
- package/node_modules/@types/node/http.d.ts +395 -0
- package/node_modules/@types/node/http2.d.ts +947 -0
- package/node_modules/@types/node/https.d.ts +37 -0
- package/node_modules/@types/node/index.d.ts +83 -0
- package/node_modules/@types/node/inspector.d.ts +3034 -0
- package/node_modules/@types/node/module.d.ts +21 -0
- package/node_modules/@types/node/net.d.ts +268 -0
- package/node_modules/@types/node/os.d.ts +231 -0
- package/node_modules/@types/node/package.json +223 -0
- package/node_modules/@types/node/path.d.ts +153 -0
- package/node_modules/@types/node/perf_hooks.d.ts +304 -0
- package/node_modules/@types/node/process.d.ts +15 -0
- package/node_modules/@types/node/punycode.d.ts +12 -0
- package/node_modules/@types/node/querystring.d.ts +29 -0
- package/node_modules/@types/node/readline.d.ts +169 -0
- package/node_modules/@types/node/repl.d.ts +387 -0
- package/node_modules/@types/node/stream.d.ts +326 -0
- package/node_modules/@types/node/string_decoder.d.ts +7 -0
- package/node_modules/@types/node/timers.d.ts +16 -0
- package/node_modules/@types/node/tls.d.ts +759 -0
- package/node_modules/@types/node/trace_events.d.ts +61 -0
- package/node_modules/@types/node/ts3.5/fs.d.ts +33 -0
- package/node_modules/@types/node/ts3.5/globals.d.ts +19 -0
- package/node_modules/@types/node/ts3.5/index.d.ts +17 -0
- package/node_modules/@types/node/ts3.5/util.d.ts +9 -0
- package/node_modules/@types/node/ts3.5/wasi.d.ts +45 -0
- package/node_modules/@types/node/tty.d.ts +66 -0
- package/node_modules/@types/node/url.d.ts +110 -0
- package/node_modules/@types/node/util.d.ts +190 -0
- package/node_modules/@types/node/v8.d.ts +187 -0
- package/node_modules/@types/node/vm.d.ts +110 -0
- package/node_modules/@types/node/worker_threads.d.ts +168 -0
- package/node_modules/@types/node/zlib.d.ts +352 -0
- package/node_modules/@types/tunnel/LICENSE +21 -0
- package/node_modules/@types/tunnel/README.md +16 -0
- package/node_modules/@types/tunnel/index.d.ts +46 -0
- package/node_modules/@types/tunnel/package.json +57 -0
- package/node_modules/adal-node/.jshintrc +29 -0
- package/node_modules/adal-node/.npmignore +14 -0
- package/node_modules/adal-node/.travis.yml +4 -0
- package/node_modules/adal-node/LICENSE.txt +201 -0
- package/node_modules/adal-node/README.md +145 -0
- package/node_modules/adal-node/changelog.md +126 -0
- package/node_modules/adal-node/lib/adal.d.ts +438 -0
- package/node_modules/adal-node/lib/adal.js +53 -0
- package/node_modules/adal-node/lib/argument.js +74 -0
- package/node_modules/adal-node/lib/authentication-context.js +465 -0
- package/node_modules/adal-node/lib/authentication-parameters.js +264 -0
- package/node_modules/adal-node/lib/authority.js +279 -0
- package/node_modules/adal-node/lib/cache-driver.js +522 -0
- package/node_modules/adal-node/lib/code-request.js +99 -0
- package/node_modules/adal-node/lib/constants.js +207 -0
- package/node_modules/adal-node/lib/log.js +237 -0
- package/node_modules/adal-node/lib/memory-cache.js +92 -0
- package/node_modules/adal-node/lib/mex.js +349 -0
- package/node_modules/adal-node/lib/oauth2client.js +534 -0
- package/node_modules/adal-node/lib/self-signed-jwt.js +176 -0
- package/node_modules/adal-node/lib/token-request.js +607 -0
- package/node_modules/adal-node/lib/user-realm.js +268 -0
- package/node_modules/adal-node/lib/util.js +188 -0
- package/node_modules/adal-node/lib/wstrust-request.js +240 -0
- package/node_modules/adal-node/lib/wstrust-response.js +288 -0
- package/node_modules/adal-node/lib/xmlutil.js +127 -0
- package/node_modules/adal-node/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/adal-node/node_modules/@types/node/README.md +16 -0
- package/node_modules/adal-node/node_modules/@types/node/base.d.ts +7384 -0
- package/node_modules/adal-node/node_modules/@types/node/index.d.ts +69 -0
- package/node_modules/adal-node/node_modules/@types/node/inspector.d.ts +2512 -0
- package/node_modules/adal-node/node_modules/@types/node/package.json +159 -0
- package/node_modules/adal-node/node_modules/@types/node/ts3.2/index.d.ts +23 -0
- package/node_modules/adal-node/package-lock.json +1023 -0
- package/node_modules/adal-node/package.json +88 -0
- package/node_modules/adal-node/tsconfig.json +37 -0
- package/node_modules/ajv/.tonic_example.js +20 -0
- package/node_modules/ajv/LICENSE +22 -0
- package/node_modules/ajv/README.md +1380 -0
- package/node_modules/ajv/dist/ajv.bundle.js +7163 -0
- package/node_modules/ajv/dist/ajv.min.js +3 -0
- package/node_modules/ajv/dist/ajv.min.js.map +1 -0
- package/node_modules/ajv/lib/ajv.d.ts +391 -0
- package/node_modules/ajv/lib/ajv.js +497 -0
- package/node_modules/ajv/lib/cache.js +26 -0
- package/node_modules/ajv/lib/compile/async.js +90 -0
- package/node_modules/ajv/lib/compile/equal.js +5 -0
- package/node_modules/ajv/lib/compile/error_classes.js +34 -0
- package/node_modules/ajv/lib/compile/formats.js +149 -0
- package/node_modules/ajv/lib/compile/index.js +387 -0
- package/node_modules/ajv/lib/compile/resolve.js +270 -0
- package/node_modules/ajv/lib/compile/rules.js +66 -0
- package/node_modules/ajv/lib/compile/schema_obj.js +9 -0
- package/node_modules/ajv/lib/compile/ucs2length.js +20 -0
- package/node_modules/ajv/lib/compile/util.js +274 -0
- package/node_modules/ajv/lib/data.js +49 -0
- package/node_modules/ajv/lib/definition_schema.js +37 -0
- package/node_modules/ajv/lib/dot/_limit.jst +104 -0
- package/node_modules/ajv/lib/dot/_limitItems.jst +10 -0
- package/node_modules/ajv/lib/dot/_limitLength.jst +10 -0
- package/node_modules/ajv/lib/dot/_limitProperties.jst +10 -0
- package/node_modules/ajv/lib/dot/allOf.jst +34 -0
- package/node_modules/ajv/lib/dot/anyOf.jst +48 -0
- package/node_modules/ajv/lib/dot/coerce.def +61 -0
- package/node_modules/ajv/lib/dot/comment.jst +9 -0
- package/node_modules/ajv/lib/dot/const.jst +11 -0
- package/node_modules/ajv/lib/dot/contains.jst +57 -0
- package/node_modules/ajv/lib/dot/custom.jst +191 -0
- package/node_modules/ajv/lib/dot/defaults.def +47 -0
- package/node_modules/ajv/lib/dot/definitions.def +201 -0
- package/node_modules/ajv/lib/dot/dependencies.jst +80 -0
- package/node_modules/ajv/lib/dot/enum.jst +30 -0
- package/node_modules/ajv/lib/dot/errors.def +194 -0
- package/node_modules/ajv/lib/dot/format.jst +106 -0
- package/node_modules/ajv/lib/dot/if.jst +75 -0
- package/node_modules/ajv/lib/dot/items.jst +100 -0
- package/node_modules/ajv/lib/dot/missing.def +39 -0
- package/node_modules/ajv/lib/dot/multipleOf.jst +20 -0
- package/node_modules/ajv/lib/dot/not.jst +43 -0
- package/node_modules/ajv/lib/dot/oneOf.jst +54 -0
- package/node_modules/ajv/lib/dot/pattern.jst +14 -0
- package/node_modules/ajv/lib/dot/properties.jst +244 -0
- package/node_modules/ajv/lib/dot/propertyNames.jst +54 -0
- package/node_modules/ajv/lib/dot/ref.jst +85 -0
- package/node_modules/ajv/lib/dot/required.jst +108 -0
- package/node_modules/ajv/lib/dot/uniqueItems.jst +62 -0
- package/node_modules/ajv/lib/dot/validate.jst +282 -0
- package/node_modules/ajv/lib/dotjs/README.md +3 -0
- package/node_modules/ajv/lib/dotjs/_limit.js +157 -0
- package/node_modules/ajv/lib/dotjs/_limitItems.js +77 -0
- package/node_modules/ajv/lib/dotjs/_limitLength.js +82 -0
- package/node_modules/ajv/lib/dotjs/_limitProperties.js +77 -0
- package/node_modules/ajv/lib/dotjs/allOf.js +43 -0
- package/node_modules/ajv/lib/dotjs/anyOf.js +74 -0
- package/node_modules/ajv/lib/dotjs/comment.js +14 -0
- package/node_modules/ajv/lib/dotjs/const.js +56 -0
- package/node_modules/ajv/lib/dotjs/contains.js +82 -0
- package/node_modules/ajv/lib/dotjs/custom.js +228 -0
- package/node_modules/ajv/lib/dotjs/dependencies.js +168 -0
- package/node_modules/ajv/lib/dotjs/enum.js +66 -0
- package/node_modules/ajv/lib/dotjs/format.js +150 -0
- package/node_modules/ajv/lib/dotjs/if.js +104 -0
- package/node_modules/ajv/lib/dotjs/index.js +33 -0
- package/node_modules/ajv/lib/dotjs/items.js +141 -0
- package/node_modules/ajv/lib/dotjs/multipleOf.js +77 -0
- package/node_modules/ajv/lib/dotjs/not.js +84 -0
- package/node_modules/ajv/lib/dotjs/oneOf.js +73 -0
- package/node_modules/ajv/lib/dotjs/pattern.js +75 -0
- package/node_modules/ajv/lib/dotjs/properties.js +330 -0
- package/node_modules/ajv/lib/dotjs/propertyNames.js +82 -0
- package/node_modules/ajv/lib/dotjs/ref.js +124 -0
- package/node_modules/ajv/lib/dotjs/required.js +270 -0
- package/node_modules/ajv/lib/dotjs/uniqueItems.js +86 -0
- package/node_modules/ajv/lib/dotjs/validate.js +494 -0
- package/node_modules/ajv/lib/keyword.js +146 -0
- package/node_modules/ajv/lib/refs/data.json +17 -0
- package/node_modules/ajv/lib/refs/json-schema-draft-04.json +149 -0
- package/node_modules/ajv/lib/refs/json-schema-draft-06.json +154 -0
- package/node_modules/ajv/lib/refs/json-schema-draft-07.json +168 -0
- package/node_modules/ajv/lib/refs/json-schema-secure.json +94 -0
- package/node_modules/ajv/package.json +128 -0
- package/node_modules/ajv/scripts/.eslintrc.yml +3 -0
- package/node_modules/ajv/scripts/bundle.js +61 -0
- package/node_modules/ajv/scripts/compile-dots.js +73 -0
- package/node_modules/ajv/scripts/info +10 -0
- package/node_modules/ajv/scripts/prepare-tests +12 -0
- package/node_modules/ajv/scripts/publish-built-version +32 -0
- package/node_modules/ajv/scripts/travis-gh-pages +23 -0
- package/node_modules/asn1/LICENSE +19 -0
- package/node_modules/asn1/README.md +50 -0
- package/node_modules/asn1/lib/ber/errors.js +13 -0
- package/node_modules/asn1/lib/ber/index.js +27 -0
- package/node_modules/asn1/lib/ber/reader.js +262 -0
- package/node_modules/asn1/lib/ber/types.js +36 -0
- package/node_modules/asn1/lib/ber/writer.js +317 -0
- package/node_modules/asn1/lib/index.js +20 -0
- package/node_modules/asn1/package.json +78 -0
- package/node_modules/assert-plus/AUTHORS +6 -0
- package/node_modules/assert-plus/CHANGES.md +14 -0
- package/node_modules/assert-plus/README.md +162 -0
- package/node_modules/assert-plus/assert.js +211 -0
- package/node_modules/assert-plus/package.json +90 -0
- package/node_modules/async/CHANGELOG.md +125 -0
- package/node_modules/async/LICENSE +19 -0
- package/node_modules/async/README.md +1877 -0
- package/node_modules/async/dist/async.js +1265 -0
- package/node_modules/async/dist/async.min.js +2 -0
- package/node_modules/async/lib/async.js +1265 -0
- package/node_modules/async/package.json +117 -0
- package/node_modules/asynckit/LICENSE +21 -0
- package/node_modules/asynckit/README.md +233 -0
- package/node_modules/asynckit/bench.js +76 -0
- package/node_modules/asynckit/index.js +6 -0
- package/node_modules/asynckit/lib/abort.js +29 -0
- package/node_modules/asynckit/lib/async.js +34 -0
- package/node_modules/asynckit/lib/defer.js +26 -0
- package/node_modules/asynckit/lib/iterate.js +75 -0
- package/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/node_modules/asynckit/lib/state.js +37 -0
- package/node_modules/asynckit/lib/streamify.js +141 -0
- package/node_modules/asynckit/lib/terminator.js +29 -0
- package/node_modules/asynckit/package.json +95 -0
- package/node_modules/asynckit/parallel.js +43 -0
- package/node_modules/asynckit/serial.js +17 -0
- package/node_modules/asynckit/serialOrdered.js +75 -0
- package/node_modules/asynckit/stream.js +21 -0
- package/node_modules/aws-sign2/LICENSE +55 -0
- package/node_modules/aws-sign2/README.md +4 -0
- package/node_modules/aws-sign2/index.js +212 -0
- package/node_modules/aws-sign2/package.json +53 -0
- package/node_modules/aws4/.travis.yml +9 -0
- package/node_modules/aws4/LICENSE +19 -0
- package/node_modules/aws4/README.md +523 -0
- package/node_modules/aws4/aws4.js +345 -0
- package/node_modules/aws4/lru.js +96 -0
- package/node_modules/aws4/package.json +108 -0
- package/node_modules/axios/CHANGELOG.md +413 -0
- package/node_modules/axios/LICENSE +19 -0
- package/node_modules/axios/README.md +709 -0
- package/node_modules/axios/UPGRADE_GUIDE.md +162 -0
- package/node_modules/axios/dist/axios.js +1715 -0
- package/node_modules/axios/dist/axios.map +1 -0
- package/node_modules/axios/dist/axios.min.js +3 -0
- package/node_modules/axios/dist/axios.min.map +1 -0
- package/node_modules/axios/index.d.ts +157 -0
- package/node_modules/axios/index.js +1 -0
- package/node_modules/axios/lib/adapters/README.md +37 -0
- package/node_modules/axios/lib/adapters/http.js +279 -0
- package/node_modules/axios/lib/adapters/xhr.js +180 -0
- package/node_modules/axios/lib/axios.js +53 -0
- package/node_modules/axios/lib/cancel/Cancel.js +19 -0
- package/node_modules/axios/lib/cancel/CancelToken.js +57 -0
- package/node_modules/axios/lib/cancel/isCancel.js +5 -0
- package/node_modules/axios/lib/core/Axios.js +94 -0
- package/node_modules/axios/lib/core/InterceptorManager.js +52 -0
- package/node_modules/axios/lib/core/README.md +7 -0
- package/node_modules/axios/lib/core/buildFullPath.js +20 -0
- package/node_modules/axios/lib/core/createError.js +18 -0
- package/node_modules/axios/lib/core/dispatchRequest.js +79 -0
- package/node_modules/axios/lib/core/enhanceError.js +42 -0
- package/node_modules/axios/lib/core/mergeConfig.js +73 -0
- package/node_modules/axios/lib/core/settle.js +25 -0
- package/node_modules/axios/lib/core/transformData.js +20 -0
- package/node_modules/axios/lib/defaults.js +97 -0
- package/node_modules/axios/lib/helpers/README.md +7 -0
- package/node_modules/axios/lib/helpers/bind.js +11 -0
- package/node_modules/axios/lib/helpers/buildURL.js +71 -0
- package/node_modules/axios/lib/helpers/combineURLs.js +14 -0
- package/node_modules/axios/lib/helpers/cookies.js +53 -0
- package/node_modules/axios/lib/helpers/deprecatedMethod.js +24 -0
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +14 -0
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +68 -0
- package/node_modules/axios/lib/helpers/normalizeHeaderName.js +12 -0
- package/node_modules/axios/lib/helpers/parseHeaders.js +53 -0
- package/node_modules/axios/lib/helpers/spread.js +27 -0
- package/node_modules/axios/lib/utils.js +344 -0
- package/node_modules/axios/package.json +114 -0
- package/node_modules/bcrypt-pbkdf/CONTRIBUTING.md +13 -0
- package/node_modules/bcrypt-pbkdf/LICENSE +66 -0
- package/node_modules/bcrypt-pbkdf/README.md +45 -0
- package/node_modules/bcrypt-pbkdf/index.js +556 -0
- package/node_modules/bcrypt-pbkdf/package.json +47 -0
- package/node_modules/bl/.jshintrc +60 -0
- package/node_modules/bl/.travis.yml +13 -0
- package/node_modules/bl/LICENSE.md +13 -0
- package/node_modules/bl/README.md +218 -0
- package/node_modules/bl/bl.js +391 -0
- package/node_modules/bl/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/bl/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/node_modules/bl/node_modules/readable-stream/LICENSE +47 -0
- package/node_modules/bl/node_modules/readable-stream/README.md +106 -0
- package/node_modules/bl/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/bl/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/bl/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +139 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +39 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +1124 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +201 -0
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +697 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/async_iterator.js +207 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/buffer_list.js +210 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/destroy.js +105 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +104 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/from.js +64 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/pipeline.js +97 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/state.js +27 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/node_modules/bl/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/node_modules/bl/node_modules/readable-stream/package.json +100 -0
- package/node_modules/bl/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/bl/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/bl/node_modules/string_decoder/LICENSE +48 -0
- package/node_modules/bl/node_modules/string_decoder/README.md +47 -0
- package/node_modules/bl/node_modules/string_decoder/lib/string_decoder.js +296 -0
- package/node_modules/bl/node_modules/string_decoder/package.json +65 -0
- package/node_modules/bl/package.json +69 -0
- package/node_modules/bl/test/indexOf.js +463 -0
- package/node_modules/bl/test/test.js +796 -0
- package/node_modules/buffer-equal-constant-time/.npmignore +2 -0
- package/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
- package/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
- package/node_modules/buffer-equal-constant-time/README.md +50 -0
- package/node_modules/buffer-equal-constant-time/index.js +41 -0
- package/node_modules/buffer-equal-constant-time/package.json +58 -0
- package/node_modules/buffer-equal-constant-time/test.js +42 -0
- package/node_modules/caseless/LICENSE +28 -0
- package/node_modules/caseless/README.md +45 -0
- package/node_modules/caseless/index.js +67 -0
- package/node_modules/caseless/package.json +59 -0
- package/node_modules/caseless/test.js +67 -0
- package/node_modules/combined-stream/License +19 -0
- package/node_modules/combined-stream/Readme.md +138 -0
- package/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/node_modules/combined-stream/package.json +63 -0
- package/node_modules/combined-stream/yarn.lock +17 -0
- package/node_modules/core-util-is/LICENSE +19 -0
- package/node_modules/core-util-is/README.md +3 -0
- package/node_modules/core-util-is/float.patch +604 -0
- package/node_modules/core-util-is/lib/util.js +107 -0
- package/node_modules/core-util-is/package.json +67 -0
- package/node_modules/core-util-is/test.js +68 -0
- package/node_modules/dashdash/CHANGES.md +364 -0
- package/node_modules/dashdash/LICENSE.txt +24 -0
- package/node_modules/dashdash/README.md +574 -0
- package/node_modules/dashdash/etc/dashdash.bash_completion.in +389 -0
- package/node_modules/dashdash/lib/dashdash.js +1055 -0
- package/node_modules/dashdash/package.json +70 -0
- package/node_modules/date-utils/.npmignore +1 -0
- package/node_modules/date-utils/.travis.yml +3 -0
- package/node_modules/date-utils/LICENSE +19 -0
- package/node_modules/date-utils/README.md +53 -0
- package/node_modules/date-utils/bower.json +10 -0
- package/node_modules/date-utils/doc/Date.html +8997 -0
- package/node_modules/date-utils/doc/classes.list.html +227 -0
- package/node_modules/date-utils/doc/date-utils.js.html +1138 -0
- package/node_modules/date-utils/doc/img/glyphicons-halflings-white.png +0 -0
- package/node_modules/date-utils/doc/img/glyphicons-halflings.png +0 -0
- package/node_modules/date-utils/doc/index.html +195 -0
- package/node_modules/date-utils/doc/scripts/URI.js +1429 -0
- package/node_modules/date-utils/doc/scripts/bootstrap-dropdown.js +169 -0
- package/node_modules/date-utils/doc/scripts/bootstrap-tab.js +144 -0
- package/node_modules/date-utils/doc/scripts/docstrap.lib.js +9 -0
- package/node_modules/date-utils/doc/scripts/linenumber.js +25 -0
- package/node_modules/date-utils/doc/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/node_modules/date-utils/doc/scripts/prettify/jquery.min.js +6 -0
- package/node_modules/date-utils/doc/scripts/prettify/lang-css.js +21 -0
- package/node_modules/date-utils/doc/scripts/prettify/prettify.js +496 -0
- package/node_modules/date-utils/doc/scripts/sunlight.js +1157 -0
- package/node_modules/date-utils/doc/scripts/toc.js +100 -0
- package/node_modules/date-utils/doc/styles/darkstrap.css +960 -0
- package/node_modules/date-utils/doc/styles/jsdoc-default.css +334 -0
- package/node_modules/date-utils/doc/styles/prettify-jsdoc.css +111 -0
- package/node_modules/date-utils/doc/styles/prettify-tomorrow.css +132 -0
- package/node_modules/date-utils/doc/styles/site.amelia.css +6369 -0
- package/node_modules/date-utils/doc/styles/site.cerulean.css +5701 -0
- package/node_modules/date-utils/doc/styles/site.cosmo.css +5944 -0
- package/node_modules/date-utils/doc/styles/site.cyborg.css +6151 -0
- package/node_modules/date-utils/doc/styles/site.darkstrap.css +5638 -0
- package/node_modules/date-utils/doc/styles/site.flatly.css +5993 -0
- package/node_modules/date-utils/doc/styles/site.journal.css +5745 -0
- package/node_modules/date-utils/doc/styles/site.readable.css +5433 -0
- package/node_modules/date-utils/doc/styles/site.simplex.css +5758 -0
- package/node_modules/date-utils/doc/styles/site.slate.css +6204 -0
- package/node_modules/date-utils/doc/styles/site.spacelab.css +5796 -0
- package/node_modules/date-utils/doc/styles/site.spruce.css +5938 -0
- package/node_modules/date-utils/doc/styles/site.superhero.css +6106 -0
- package/node_modules/date-utils/doc/styles/site.united.css +5545 -0
- package/node_modules/date-utils/doc/styles/sunlight.dark.css +345 -0
- package/node_modules/date-utils/doc/styles/sunlight.default.css +344 -0
- package/node_modules/date-utils/gulpfile.js +33 -0
- package/node_modules/date-utils/jsdoc.json +28 -0
- package/node_modules/date-utils/lib/date-utils.js +1851 -0
- package/node_modules/date-utils/lib/date-utils.min.js +1 -0
- package/node_modules/date-utils/package.json +80 -0
- package/node_modules/date-utils/test/date-format-test.js +151 -0
- package/node_modules/date-utils/test/date-language-dos-test.js +81 -0
- package/node_modules/date-utils/test/date-language-pt-br-test.js +82 -0
- package/node_modules/date-utils/test/date-language-test.js +82 -0
- package/node_modules/date-utils/test/date-new-test.js +105 -0
- package/node_modules/date-utils/test/date-parse-test.js +128 -0
- package/node_modules/date-utils/test/date-validate-test.js +1063 -0
- package/node_modules/delayed-stream/.npmignore +1 -0
- package/node_modules/delayed-stream/License +19 -0
- package/node_modules/delayed-stream/Makefile +7 -0
- package/node_modules/delayed-stream/Readme.md +141 -0
- package/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/node_modules/delayed-stream/package.json +65 -0
- package/node_modules/depd/History.md +103 -0
- package/node_modules/depd/LICENSE +22 -0
- package/node_modules/depd/Readme.md +280 -0
- package/node_modules/depd/index.js +538 -0
- package/node_modules/depd/lib/browser/index.js +77 -0
- package/node_modules/depd/package.json +83 -0
- package/node_modules/ecc-jsbn/LICENSE +21 -0
- package/node_modules/ecc-jsbn/README.md +8 -0
- package/node_modules/ecc-jsbn/index.js +58 -0
- package/node_modules/ecc-jsbn/lib/LICENSE-jsbn +40 -0
- package/node_modules/ecc-jsbn/lib/ec.js +561 -0
- package/node_modules/ecc-jsbn/lib/sec.js +170 -0
- package/node_modules/ecc-jsbn/package.json +68 -0
- package/node_modules/ecc-jsbn/test.js +14 -0
- package/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
- package/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
- package/node_modules/ecdsa-sig-formatter/README.md +65 -0
- package/node_modules/ecdsa-sig-formatter/package.json +76 -0
- package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
- package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
- package/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
- package/node_modules/extsprintf/.gitmodules +0 -0
- package/node_modules/extsprintf/.npmignore +2 -0
- package/node_modules/extsprintf/LICENSE +19 -0
- package/node_modules/extsprintf/Makefile +24 -0
- package/node_modules/extsprintf/Makefile.targ +285 -0
- package/node_modules/extsprintf/README.md +46 -0
- package/node_modules/extsprintf/jsl.node.conf +137 -0
- package/node_modules/extsprintf/lib/extsprintf.js +183 -0
- package/node_modules/extsprintf/package.json +47 -0
- package/node_modules/fast-deep-equal/LICENSE +21 -0
- package/node_modules/fast-deep-equal/README.md +96 -0
- package/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
- package/node_modules/fast-deep-equal/es6/index.js +72 -0
- package/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
- package/node_modules/fast-deep-equal/es6/react.js +79 -0
- package/node_modules/fast-deep-equal/index.d.ts +4 -0
- package/node_modules/fast-deep-equal/index.js +46 -0
- package/node_modules/fast-deep-equal/package.json +91 -0
- package/node_modules/fast-deep-equal/react.d.ts +2 -0
- package/node_modules/fast-deep-equal/react.js +53 -0
- package/node_modules/fast-json-stable-stringify/.eslintrc.yml +26 -0
- package/node_modules/fast-json-stable-stringify/.github/FUNDING.yml +1 -0
- package/node_modules/fast-json-stable-stringify/.travis.yml +8 -0
- package/node_modules/fast-json-stable-stringify/LICENSE +21 -0
- package/node_modules/fast-json-stable-stringify/README.md +131 -0
- package/node_modules/fast-json-stable-stringify/benchmark/index.js +31 -0
- package/node_modules/fast-json-stable-stringify/benchmark/test.json +137 -0
- package/node_modules/fast-json-stable-stringify/example/key_cmp.js +7 -0
- package/node_modules/fast-json-stable-stringify/example/nested.js +3 -0
- package/node_modules/fast-json-stable-stringify/example/str.js +3 -0
- package/node_modules/fast-json-stable-stringify/example/value_cmp.js +7 -0
- package/node_modules/fast-json-stable-stringify/index.d.ts +4 -0
- package/node_modules/fast-json-stable-stringify/index.js +59 -0
- package/node_modules/fast-json-stable-stringify/package.json +83 -0
- package/node_modules/fast-json-stable-stringify/test/cmp.js +13 -0
- package/node_modules/fast-json-stable-stringify/test/nested.js +44 -0
- package/node_modules/fast-json-stable-stringify/test/str.js +46 -0
- package/node_modules/fast-json-stable-stringify/test/to-json.js +22 -0
- package/node_modules/follow-redirects/LICENSE +18 -0
- package/node_modules/follow-redirects/README.md +155 -0
- package/node_modules/follow-redirects/http.js +1 -0
- package/node_modules/follow-redirects/https.js +1 -0
- package/node_modules/follow-redirects/index.js +322 -0
- package/node_modules/follow-redirects/node_modules/debug/.coveralls.yml +1 -0
- package/node_modules/follow-redirects/node_modules/debug/.eslintrc +14 -0
- package/node_modules/follow-redirects/node_modules/debug/.npmignore +9 -0
- package/node_modules/follow-redirects/node_modules/debug/.travis.yml +20 -0
- package/node_modules/follow-redirects/node_modules/debug/CHANGELOG.md +395 -0
- package/node_modules/follow-redirects/node_modules/debug/LICENSE +19 -0
- package/node_modules/follow-redirects/node_modules/debug/Makefile +58 -0
- package/node_modules/follow-redirects/node_modules/debug/README.md +368 -0
- package/node_modules/follow-redirects/node_modules/debug/karma.conf.js +70 -0
- package/node_modules/follow-redirects/node_modules/debug/node.js +1 -0
- package/node_modules/follow-redirects/node_modules/debug/package.json +85 -0
- package/node_modules/follow-redirects/node_modules/debug/src/browser.js +195 -0
- package/node_modules/follow-redirects/node_modules/debug/src/debug.js +225 -0
- package/node_modules/follow-redirects/node_modules/debug/src/index.js +10 -0
- package/node_modules/follow-redirects/node_modules/debug/src/node.js +186 -0
- package/node_modules/follow-redirects/package.json +101 -0
- package/node_modules/forever-agent/LICENSE +55 -0
- package/node_modules/forever-agent/README.md +4 -0
- package/node_modules/forever-agent/index.js +138 -0
- package/node_modules/forever-agent/package.json +53 -0
- package/node_modules/getpass/.npmignore +8 -0
- package/node_modules/getpass/.travis.yml +9 -0
- package/node_modules/getpass/LICENSE +18 -0
- package/node_modules/getpass/README.md +32 -0
- package/node_modules/getpass/lib/index.js +123 -0
- package/node_modules/getpass/package.json +53 -0
- package/node_modules/har-schema/LICENSE +13 -0
- package/node_modules/har-schema/README.md +49 -0
- package/node_modules/har-schema/lib/afterRequest.json +30 -0
- package/node_modules/har-schema/lib/beforeRequest.json +30 -0
- package/node_modules/har-schema/lib/browser.json +20 -0
- package/node_modules/har-schema/lib/cache.json +21 -0
- package/node_modules/har-schema/lib/content.json +29 -0
- package/node_modules/har-schema/lib/cookie.json +36 -0
- package/node_modules/har-schema/lib/creator.json +20 -0
- package/node_modules/har-schema/lib/entry.json +53 -0
- package/node_modules/har-schema/lib/har.json +13 -0
- package/node_modules/har-schema/lib/header.json +20 -0
- package/node_modules/har-schema/lib/index.js +22 -0
- package/node_modules/har-schema/lib/log.json +36 -0
- package/node_modules/har-schema/lib/page.json +32 -0
- package/node_modules/har-schema/lib/pageTimings.json +18 -0
- package/node_modules/har-schema/lib/postData.json +43 -0
- package/node_modules/har-schema/lib/query.json +20 -0
- package/node_modules/har-schema/lib/request.json +57 -0
- package/node_modules/har-schema/lib/response.json +54 -0
- package/node_modules/har-schema/lib/timings.json +42 -0
- package/node_modules/har-schema/package.json +89 -0
- package/node_modules/har-validator/LICENSE +9 -0
- package/node_modules/har-validator/README.md +37 -0
- package/node_modules/har-validator/lib/async.js +105 -0
- package/node_modules/har-validator/lib/error.js +17 -0
- package/node_modules/har-validator/lib/promise.js +102 -0
- package/node_modules/har-validator/package.json +79 -0
- package/node_modules/http-signature/.dir-locals.el +6 -0
- package/node_modules/http-signature/.npmignore +7 -0
- package/node_modules/http-signature/CHANGES.md +46 -0
- package/node_modules/http-signature/LICENSE +18 -0
- package/node_modules/http-signature/README.md +79 -0
- package/node_modules/http-signature/http_signing.md +363 -0
- package/node_modules/http-signature/lib/index.js +29 -0
- package/node_modules/http-signature/lib/parser.js +315 -0
- package/node_modules/http-signature/lib/signer.js +401 -0
- package/node_modules/http-signature/lib/utils.js +112 -0
- package/node_modules/http-signature/lib/verify.js +88 -0
- package/node_modules/http-signature/package.json +80 -0
- package/node_modules/iconv-lite/Changelog.md +177 -0
- package/node_modules/iconv-lite/LICENSE +21 -0
- package/node_modules/iconv-lite/README.md +166 -0
- package/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
- package/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
- package/node_modules/iconv-lite/encodings/index.js +23 -0
- package/node_modules/iconv-lite/encodings/internal.js +188 -0
- package/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
- package/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/node_modules/iconv-lite/encodings/sbcs-data.js +179 -0
- package/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
- package/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/node_modules/iconv-lite/encodings/utf16.js +177 -0
- package/node_modules/iconv-lite/encodings/utf32.js +281 -0
- package/node_modules/iconv-lite/encodings/utf7.js +290 -0
- package/node_modules/iconv-lite/lib/bom-handling.js +52 -0
- package/node_modules/iconv-lite/lib/extend-node.js +217 -0
- package/node_modules/iconv-lite/lib/index.d.ts +24 -0
- package/node_modules/iconv-lite/lib/index.js +153 -0
- package/node_modules/iconv-lite/lib/streams.js +121 -0
- package/node_modules/iconv-lite/package.json +79 -0
- package/node_modules/inherits/LICENSE +16 -0
- package/node_modules/inherits/README.md +42 -0
- package/node_modules/inherits/inherits.js +9 -0
- package/node_modules/inherits/inherits_browser.js +27 -0
- package/node_modules/inherits/package.json +71 -0
- package/node_modules/is-typedarray/LICENSE.md +18 -0
- package/node_modules/is-typedarray/README.md +16 -0
- package/node_modules/is-typedarray/index.js +41 -0
- package/node_modules/is-typedarray/package.json +62 -0
- package/node_modules/is-typedarray/test.js +34 -0
- package/node_modules/isstream/.jshintrc +59 -0
- package/node_modules/isstream/.npmignore +1 -0
- package/node_modules/isstream/.travis.yml +12 -0
- package/node_modules/isstream/LICENSE.md +11 -0
- package/node_modules/isstream/README.md +66 -0
- package/node_modules/isstream/isstream.js +27 -0
- package/node_modules/isstream/package.json +64 -0
- package/node_modules/isstream/test.js +168 -0
- package/node_modules/jsbi/LICENSE +176 -0
- package/node_modules/jsbi/README.md +142 -0
- package/node_modules/jsbi/dist/jsbi-cjs.js +1 -0
- package/node_modules/jsbi/dist/jsbi-umd.js +1 -0
- package/node_modules/jsbi/dist/jsbi.mjs +1 -0
- package/node_modules/jsbi/jsbi.d.ts +44 -0
- package/node_modules/jsbi/package.json +68 -0
- package/node_modules/jsbn/.npmignore +2 -0
- package/node_modules/jsbn/LICENSE +40 -0
- package/node_modules/jsbn/README.md +175 -0
- package/node_modules/jsbn/example.html +12 -0
- package/node_modules/jsbn/example.js +3 -0
- package/node_modules/jsbn/index.js +1357 -0
- package/node_modules/jsbn/package.json +56 -0
- package/node_modules/json-schema/README.md +5 -0
- package/node_modules/json-schema/draft-00/hyper-schema +68 -0
- package/node_modules/json-schema/draft-00/json-ref +26 -0
- package/node_modules/json-schema/draft-00/links +33 -0
- package/node_modules/json-schema/draft-00/schema +155 -0
- package/node_modules/json-schema/draft-01/hyper-schema +68 -0
- package/node_modules/json-schema/draft-01/json-ref +26 -0
- package/node_modules/json-schema/draft-01/links +33 -0
- package/node_modules/json-schema/draft-01/schema +155 -0
- package/node_modules/json-schema/draft-02/hyper-schema +68 -0
- package/node_modules/json-schema/draft-02/json-ref +26 -0
- package/node_modules/json-schema/draft-02/links +35 -0
- package/node_modules/json-schema/draft-02/schema +166 -0
- package/node_modules/json-schema/draft-03/examples/address +20 -0
- package/node_modules/json-schema/draft-03/examples/calendar +53 -0
- package/node_modules/json-schema/draft-03/examples/card +105 -0
- package/node_modules/json-schema/draft-03/examples/geo +8 -0
- package/node_modules/json-schema/draft-03/examples/interfaces +23 -0
- package/node_modules/json-schema/draft-03/hyper-schema +60 -0
- package/node_modules/json-schema/draft-03/json-ref +26 -0
- package/node_modules/json-schema/draft-03/links +35 -0
- package/node_modules/json-schema/draft-03/schema +174 -0
- package/node_modules/json-schema/draft-04/hyper-schema +60 -0
- package/node_modules/json-schema/draft-04/links +41 -0
- package/node_modules/json-schema/draft-04/schema +189 -0
- package/node_modules/json-schema/draft-zyp-json-schema-03.xml +1120 -0
- package/node_modules/json-schema/draft-zyp-json-schema-04.xml +1072 -0
- package/node_modules/json-schema/lib/links.js +66 -0
- package/node_modules/json-schema/lib/validate.js +273 -0
- package/node_modules/json-schema/package.json +74 -0
- package/node_modules/json-schema/test/tests.js +95 -0
- package/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
- package/node_modules/json-schema-traverse/.travis.yml +8 -0
- package/node_modules/json-schema-traverse/LICENSE +21 -0
- package/node_modules/json-schema-traverse/README.md +83 -0
- package/node_modules/json-schema-traverse/index.js +89 -0
- package/node_modules/json-schema-traverse/package.json +73 -0
- package/node_modules/json-schema-traverse/spec/.eslintrc.yml +6 -0
- package/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
- package/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
- package/node_modules/json-stringify-safe/.npmignore +1 -0
- package/node_modules/json-stringify-safe/CHANGELOG.md +14 -0
- package/node_modules/json-stringify-safe/LICENSE +15 -0
- package/node_modules/json-stringify-safe/Makefile +35 -0
- package/node_modules/json-stringify-safe/README.md +52 -0
- package/node_modules/json-stringify-safe/package.json +69 -0
- package/node_modules/json-stringify-safe/stringify.js +27 -0
- package/node_modules/json-stringify-safe/test/mocha.opts +2 -0
- package/node_modules/json-stringify-safe/test/stringify_test.js +246 -0
- package/node_modules/jsprim/CHANGES.md +49 -0
- package/node_modules/jsprim/CONTRIBUTING.md +19 -0
- package/node_modules/jsprim/LICENSE +19 -0
- package/node_modules/jsprim/README.md +287 -0
- package/node_modules/jsprim/lib/jsprim.js +735 -0
- package/node_modules/jsprim/package.json +52 -0
- package/node_modules/jwa/LICENSE +17 -0
- package/node_modules/jwa/README.md +150 -0
- package/node_modules/jwa/index.js +252 -0
- package/node_modules/jwa/package.json +72 -0
- package/node_modules/jws/CHANGELOG.md +34 -0
- package/node_modules/jws/LICENSE +17 -0
- package/node_modules/jws/index.js +22 -0
- package/node_modules/jws/lib/data-stream.js +55 -0
- package/node_modules/jws/lib/sign-stream.js +78 -0
- package/node_modules/jws/lib/tostring.js +10 -0
- package/node_modules/jws/lib/verify-stream.js +120 -0
- package/node_modules/jws/package.json +67 -0
- package/node_modules/jws/readme.md +255 -0
- package/node_modules/mime-db/HISTORY.md +439 -0
- package/node_modules/mime-db/LICENSE +22 -0
- package/node_modules/mime-db/README.md +100 -0
- package/node_modules/mime-db/db.json +8060 -0
- package/node_modules/mime-db/index.js +11 -0
- package/node_modules/mime-db/package.json +104 -0
- package/node_modules/mime-types/HISTORY.md +325 -0
- package/node_modules/mime-types/LICENSE +23 -0
- package/node_modules/mime-types/README.md +113 -0
- package/node_modules/mime-types/index.js +188 -0
- package/node_modules/mime-types/package.json +92 -0
- package/node_modules/ms/index.js +152 -0
- package/node_modules/ms/license.md +21 -0
- package/node_modules/ms/package.json +73 -0
- package/node_modules/ms/readme.md +51 -0
- package/node_modules/native-duplexpair/.npmignore +17 -0
- package/node_modules/native-duplexpair/.travis.yml +10 -0
- package/node_modules/native-duplexpair/LICENSE +22 -0
- package/node_modules/native-duplexpair/README.md +39 -0
- package/node_modules/native-duplexpair/code-of-conduct.md +74 -0
- package/node_modules/native-duplexpair/index.js +42 -0
- package/node_modules/native-duplexpair/package.json +64 -0
- package/node_modules/native-duplexpair/test/index.js +21 -0
- package/node_modules/oauth-sign/LICENSE +55 -0
- package/node_modules/oauth-sign/README.md +11 -0
- package/node_modules/oauth-sign/index.js +146 -0
- package/node_modules/oauth-sign/package.json +59 -0
- package/node_modules/performance-now/.npmignore +1 -0
- package/node_modules/performance-now/.tm_properties +7 -0
- package/node_modules/performance-now/.travis.yml +6 -0
- package/node_modules/performance-now/README.md +30 -0
- package/node_modules/performance-now/lib/performance-now.js +36 -0
- package/node_modules/performance-now/lib/performance-now.js.map +10 -0
- package/node_modules/performance-now/license.txt +7 -0
- package/node_modules/performance-now/package.json +68 -0
- package/node_modules/performance-now/src/index.d.ts +8 -0
- package/node_modules/performance-now/src/performance-now.coffee +17 -0
- package/node_modules/performance-now/test/mocha.opts +3 -0
- package/node_modules/performance-now/test/performance-now.coffee +43 -0
- package/node_modules/performance-now/test/scripts/delayed-call.coffee +11 -0
- package/node_modules/performance-now/test/scripts/delayed-require.coffee +12 -0
- package/node_modules/performance-now/test/scripts/difference.coffee +6 -0
- package/node_modules/performance-now/test/scripts/initial-value.coffee +10 -0
- package/node_modules/performance-now/test/scripts.coffee +27 -0
- package/node_modules/psl/LICENSE +9 -0
- package/node_modules/psl/README.md +215 -0
- package/node_modules/psl/browserstack-logo.svg +90 -0
- package/node_modules/psl/data/rules.json +8812 -0
- package/node_modules/psl/dist/psl.js +9623 -0
- package/node_modules/psl/dist/psl.min.js +1 -0
- package/node_modules/psl/index.js +269 -0
- package/node_modules/psl/package.json +80 -0
- package/node_modules/punycode/LICENSE-MIT.txt +20 -0
- package/node_modules/punycode/README.md +122 -0
- package/node_modules/punycode/package.json +89 -0
- package/node_modules/punycode/punycode.es6.js +441 -0
- package/node_modules/punycode/punycode.js +440 -0
- package/node_modules/request/CHANGELOG.md +709 -0
- package/node_modules/request/LICENSE +55 -0
- package/node_modules/request/README.md +1097 -0
- package/node_modules/request/index.js +155 -0
- package/node_modules/request/lib/auth.js +167 -0
- package/node_modules/request/lib/cookies.js +38 -0
- package/node_modules/request/lib/getProxyFromURI.js +79 -0
- package/node_modules/request/lib/har.js +205 -0
- package/node_modules/request/lib/hawk.js +89 -0
- package/node_modules/request/lib/helpers.js +66 -0
- package/node_modules/request/lib/multipart.js +112 -0
- package/node_modules/request/lib/oauth.js +148 -0
- package/node_modules/request/lib/querystring.js +50 -0
- package/node_modules/request/lib/redirect.js +154 -0
- package/node_modules/request/lib/tunnel.js +175 -0
- package/node_modules/request/node_modules/extend/.editorconfig +20 -0
- package/node_modules/request/node_modules/extend/.eslintrc +17 -0
- package/node_modules/request/node_modules/extend/.jscs.json +175 -0
- package/node_modules/request/node_modules/extend/.travis.yml +230 -0
- package/node_modules/request/node_modules/extend/CHANGELOG.md +83 -0
- package/node_modules/request/node_modules/extend/LICENSE +23 -0
- package/node_modules/request/node_modules/extend/README.md +81 -0
- package/node_modules/request/node_modules/extend/component.json +32 -0
- package/node_modules/request/node_modules/extend/index.js +117 -0
- package/node_modules/request/node_modules/extend/package.json +78 -0
- package/node_modules/request/node_modules/form-data/License +19 -0
- package/node_modules/request/node_modules/form-data/README.md +234 -0
- package/node_modules/request/node_modules/form-data/README.md.bak +234 -0
- package/node_modules/request/node_modules/form-data/lib/browser.js +2 -0
- package/node_modules/request/node_modules/form-data/lib/form_data.js +457 -0
- package/node_modules/request/node_modules/form-data/lib/populate.js +10 -0
- package/node_modules/request/node_modules/form-data/package.json +101 -0
- package/node_modules/request/node_modules/form-data/yarn.lock +2662 -0
- package/node_modules/request/node_modules/qs/.editorconfig +30 -0
- package/node_modules/request/node_modules/qs/.eslintignore +1 -0
- package/node_modules/request/node_modules/qs/.eslintrc +19 -0
- package/node_modules/request/node_modules/qs/CHANGELOG.md +226 -0
- package/node_modules/request/node_modules/qs/LICENSE +28 -0
- package/node_modules/request/node_modules/qs/README.md +475 -0
- package/node_modules/request/node_modules/qs/dist/qs.js +638 -0
- package/node_modules/request/node_modules/qs/lib/formats.js +18 -0
- package/node_modules/request/node_modules/qs/lib/index.js +11 -0
- package/node_modules/request/node_modules/qs/lib/parse.js +174 -0
- package/node_modules/request/node_modules/qs/lib/stringify.js +210 -0
- package/node_modules/request/node_modules/qs/lib/utils.js +213 -0
- package/node_modules/request/node_modules/qs/package.json +83 -0
- package/node_modules/request/node_modules/qs/test/.eslintrc +15 -0
- package/node_modules/request/node_modules/qs/test/index.js +7 -0
- package/node_modules/request/node_modules/qs/test/parse.js +574 -0
- package/node_modules/request/node_modules/qs/test/stringify.js +597 -0
- package/node_modules/request/node_modules/qs/test/utils.js +34 -0
- package/node_modules/request/package.json +123 -0
- package/node_modules/request/request.js +1551 -0
- package/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/safe-buffer/README.md +586 -0
- package/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/safe-buffer/index.js +64 -0
- package/node_modules/safe-buffer/package.json +72 -0
- package/node_modules/safer-buffer/LICENSE +21 -0
- package/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/node_modules/safer-buffer/Readme.md +156 -0
- package/node_modules/safer-buffer/dangerous.js +58 -0
- package/node_modules/safer-buffer/package.json +66 -0
- package/node_modules/safer-buffer/safer.js +77 -0
- package/node_modules/safer-buffer/tests.js +406 -0
- package/node_modules/sax/LICENSE +41 -0
- package/node_modules/sax/README.md +225 -0
- package/node_modules/sax/lib/sax.js +1565 -0
- package/node_modules/sax/package.json +64 -0
- package/node_modules/sprintf-js/CHANGELOG.md +17 -0
- package/node_modules/sprintf-js/CONTRIBUTORS.md +25 -0
- package/node_modules/sprintf-js/LICENSE +24 -0
- package/node_modules/sprintf-js/README.md +143 -0
- package/node_modules/sprintf-js/dist/.gitattributes +4 -0
- package/node_modules/sprintf-js/dist/angular-sprintf.min.js +3 -0
- package/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +1 -0
- package/node_modules/sprintf-js/dist/sprintf.min.js +3 -0
- package/node_modules/sprintf-js/dist/sprintf.min.js.map +1 -0
- package/node_modules/sprintf-js/package.json +66 -0
- package/node_modules/sprintf-js/src/angular-sprintf.js +24 -0
- package/node_modules/sprintf-js/src/sprintf.js +231 -0
- package/node_modules/sshpk/.npmignore +9 -0
- package/node_modules/sshpk/.travis.yml +11 -0
- package/node_modules/sshpk/LICENSE +18 -0
- package/node_modules/sshpk/README.md +804 -0
- package/node_modules/sshpk/bin/sshpk-conv +243 -0
- package/node_modules/sshpk/bin/sshpk-sign +191 -0
- package/node_modules/sshpk/bin/sshpk-verify +167 -0
- package/node_modules/sshpk/lib/algs.js +168 -0
- package/node_modules/sshpk/lib/certificate.js +410 -0
- package/node_modules/sshpk/lib/dhe.js +397 -0
- package/node_modules/sshpk/lib/ed-compat.js +92 -0
- package/node_modules/sshpk/lib/errors.js +84 -0
- package/node_modules/sshpk/lib/fingerprint.js +220 -0
- package/node_modules/sshpk/lib/formats/auto.js +124 -0
- package/node_modules/sshpk/lib/formats/dnssec.js +287 -0
- package/node_modules/sshpk/lib/formats/openssh-cert.js +352 -0
- package/node_modules/sshpk/lib/formats/pem.js +290 -0
- package/node_modules/sshpk/lib/formats/pkcs1.js +373 -0
- package/node_modules/sshpk/lib/formats/pkcs8.js +631 -0
- package/node_modules/sshpk/lib/formats/putty.js +99 -0
- package/node_modules/sshpk/lib/formats/rfc4253.js +166 -0
- package/node_modules/sshpk/lib/formats/ssh-private.js +262 -0
- package/node_modules/sshpk/lib/formats/ssh.js +115 -0
- package/node_modules/sshpk/lib/formats/x509-pem.js +88 -0
- package/node_modules/sshpk/lib/formats/x509.js +752 -0
- package/node_modules/sshpk/lib/identity.js +373 -0
- package/node_modules/sshpk/lib/index.js +40 -0
- package/node_modules/sshpk/lib/key.js +294 -0
- package/node_modules/sshpk/lib/private-key.js +246 -0
- package/node_modules/sshpk/lib/signature.js +314 -0
- package/node_modules/sshpk/lib/ssh-buffer.js +149 -0
- package/node_modules/sshpk/lib/utils.js +404 -0
- package/node_modules/sshpk/man/man1/sshpk-conv.1 +135 -0
- package/node_modules/sshpk/man/man1/sshpk-sign.1 +81 -0
- package/node_modules/sshpk/man/man1/sshpk-verify.1 +68 -0
- package/node_modules/sshpk/package.json +99 -0
- package/node_modules/tedious/LICENSE +21 -0
- package/node_modules/tedious/README.md +67 -0
- package/node_modules/tedious/appveyor.yml +93 -0
- package/node_modules/tedious/benchmarks/README.md +33 -0
- package/node_modules/tedious/benchmarks/common.js +82 -0
- package/node_modules/tedious/benchmarks/index.js +34 -0
- package/node_modules/tedious/benchmarks/query/many-result-rows.js +49 -0
- package/node_modules/tedious/benchmarks/query/nvarchar-large.js +44 -0
- package/node_modules/tedious/benchmarks/query/nvarchar-small.js +44 -0
- package/node_modules/tedious/benchmarks/query/varbinary-4.js +42 -0
- package/node_modules/tedious/benchmarks/query/varbinary-huge.js +46 -0
- package/node_modules/tedious/benchmarks/query/varbinary-large.js +46 -0
- package/node_modules/tedious/benchmarks/query/varbinary-small.js +42 -0
- package/node_modules/tedious/benchmarks/token-parser/colmetadata-token.js +42 -0
- package/node_modules/tedious/benchmarks/token-parser/done-token.js +42 -0
- package/node_modules/tedious/benchmarks/token-parser/simple-tokens.js +366 -0
- package/node_modules/tedious/lib/all-headers.js +24 -0
- package/node_modules/tedious/lib/bulk-load.js +394 -0
- package/node_modules/tedious/lib/collation.js +264 -0
- package/node_modules/tedious/lib/connection.js +2469 -0
- package/node_modules/tedious/lib/connector.js +171 -0
- package/node_modules/tedious/lib/data-type.js +163 -0
- package/node_modules/tedious/lib/data-types/bigint.js +55 -0
- package/node_modules/tedious/lib/data-types/binary.js +66 -0
- package/node_modules/tedious/lib/data-types/bit.js +47 -0
- package/node_modules/tedious/lib/data-types/bitn.js +31 -0
- package/node_modules/tedious/lib/data-types/char.js +85 -0
- package/node_modules/tedious/lib/data-types/date.js +66 -0
- package/node_modules/tedious/lib/data-types/datetime.js +91 -0
- package/node_modules/tedious/lib/data-types/datetime2.js +105 -0
- package/node_modules/tedious/lib/data-types/datetimen.js +31 -0
- package/node_modules/tedious/lib/data-types/datetimeoffset.js +95 -0
- package/node_modules/tedious/lib/data-types/decimal.js +98 -0
- package/node_modules/tedious/lib/data-types/decimaln.js +31 -0
- package/node_modules/tedious/lib/data-types/float.js +49 -0
- package/node_modules/tedious/lib/data-types/floatn.js +31 -0
- package/node_modules/tedious/lib/data-types/image.js +52 -0
- package/node_modules/tedious/lib/data-types/int.js +55 -0
- package/node_modules/tedious/lib/data-types/intn.js +31 -0
- package/node_modules/tedious/lib/data-types/money.js +49 -0
- package/node_modules/tedious/lib/data-types/moneyn.js +31 -0
- package/node_modules/tedious/lib/data-types/nchar.js +83 -0
- package/node_modules/tedious/lib/data-types/ntext.js +32 -0
- package/node_modules/tedious/lib/data-types/null.js +31 -0
- package/node_modules/tedious/lib/data-types/numeric.js +98 -0
- package/node_modules/tedious/lib/data-types/numericn.js +31 -0
- package/node_modules/tedious/lib/data-types/nvarchar.js +95 -0
- package/node_modules/tedious/lib/data-types/real.js +49 -0
- package/node_modules/tedious/lib/data-types/smalldatetime.js +65 -0
- package/node_modules/tedious/lib/data-types/smallint.js +55 -0
- package/node_modules/tedious/lib/data-types/smallmoney.js +53 -0
- package/node_modules/tedious/lib/data-types/sql-variant.js +30 -0
- package/node_modules/tedious/lib/data-types/text.js +58 -0
- package/node_modules/tedious/lib/data-types/time.js +86 -0
- package/node_modules/tedious/lib/data-types/tinyint.js +55 -0
- package/node_modules/tedious/lib/data-types/tvp.js +95 -0
- package/node_modules/tedious/lib/data-types/udt.js +31 -0
- package/node_modules/tedious/lib/data-types/uniqueidentifier.js +52 -0
- package/node_modules/tedious/lib/data-types/varbinary.js +85 -0
- package/node_modules/tedious/lib/data-types/varchar.js +95 -0
- package/node_modules/tedious/lib/data-types/xml.js +31 -0
- package/node_modules/tedious/lib/debug.js +82 -0
- package/node_modules/tedious/lib/errors.js +42 -0
- package/node_modules/tedious/lib/guid-parser.js +35 -0
- package/node_modules/tedious/lib/incoming-message-stream.js +114 -0
- package/node_modules/tedious/lib/instance-lookup.js +120 -0
- package/node_modules/tedious/lib/library.js +8 -0
- package/node_modules/tedious/lib/login7-payload.js +412 -0
- package/node_modules/tedious/lib/message-io.js +150 -0
- package/node_modules/tedious/lib/message.js +28 -0
- package/node_modules/tedious/lib/metadata-parser.js +297 -0
- package/node_modules/tedious/lib/ntlm-payload.js +160 -0
- package/node_modules/tedious/lib/ntlm.js +74 -0
- package/node_modules/tedious/lib/outgoing-message-stream.js +94 -0
- package/node_modules/tedious/lib/packet.js +239 -0
- package/node_modules/tedious/lib/prelogin-payload.js +242 -0
- package/node_modules/tedious/lib/request.js +238 -0
- package/node_modules/tedious/lib/rpcrequest-payload.js +122 -0
- package/node_modules/tedious/lib/sender.js +181 -0
- package/node_modules/tedious/lib/special-stored-procedure.js +26 -0
- package/node_modules/tedious/lib/sqlbatch-payload.js +47 -0
- package/node_modules/tedious/lib/tds-versions.js +20 -0
- package/node_modules/tedious/lib/tedious.js +77 -0
- package/node_modules/tedious/lib/token/colmetadata-token-parser.js +106 -0
- package/node_modules/tedious/lib/token/done-token-parser.js +73 -0
- package/node_modules/tedious/lib/token/env-change-token-parser.js +176 -0
- package/node_modules/tedious/lib/token/feature-ext-ack-parser.js +45 -0
- package/node_modules/tedious/lib/token/fedauth-info-parser.js +53 -0
- package/node_modules/tedious/lib/token/infoerror-token-parser.js +50 -0
- package/node_modules/tedious/lib/token/loginack-token-parser.js +52 -0
- package/node_modules/tedious/lib/token/nbcrow-token-parser.js +72 -0
- package/node_modules/tedious/lib/token/order-token-parser.js +37 -0
- package/node_modules/tedious/lib/token/returnstatus-token-parser.js +19 -0
- package/node_modules/tedious/lib/token/returnvalue-token-parser.js +43 -0
- package/node_modules/tedious/lib/token/row-token-parser.js +55 -0
- package/node_modules/tedious/lib/token/sspi-token-parser.js +37 -0
- package/node_modules/tedious/lib/token/stream-parser.js +411 -0
- package/node_modules/tedious/lib/token/token-stream-parser.js +74 -0
- package/node_modules/tedious/lib/token/token.js +502 -0
- package/node_modules/tedious/lib/tracking-buffer/writable-tracking-buffer.js +318 -0
- package/node_modules/tedious/lib/transaction.js +147 -0
- package/node_modules/tedious/lib/transient-error-lookup.js +21 -0
- package/node_modules/tedious/lib/value-parser.js +737 -0
- package/node_modules/tedious/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/tedious/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/node_modules/tedious/node_modules/readable-stream/LICENSE +47 -0
- package/node_modules/tedious/node_modules/readable-stream/README.md +106 -0
- package/node_modules/tedious/node_modules/readable-stream/errors-browser.js +127 -0
- package/node_modules/tedious/node_modules/readable-stream/errors.js +116 -0
- package/node_modules/tedious/node_modules/readable-stream/experimentalWarning.js +17 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/_stream_duplex.js +139 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/_stream_passthrough.js +39 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/_stream_readable.js +1124 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/_stream_transform.js +201 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/_stream_writable.js +697 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/async_iterator.js +207 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/buffer_list.js +191 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/destroy.js +105 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +104 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/from.js +64 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/pipeline.js +97 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/state.js +27 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
- package/node_modules/tedious/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
- package/node_modules/tedious/node_modules/readable-stream/package.json +100 -0
- package/node_modules/tedious/node_modules/readable-stream/readable-browser.js +9 -0
- package/node_modules/tedious/node_modules/readable-stream/readable.js +16 -0
- package/node_modules/tedious/node_modules/string_decoder/LICENSE +48 -0
- package/node_modules/tedious/node_modules/string_decoder/README.md +47 -0
- package/node_modules/tedious/node_modules/string_decoder/lib/string_decoder.js +296 -0
- package/node_modules/tedious/node_modules/string_decoder/package.json +65 -0
- package/node_modules/tedious/package.json +206 -0
- package/node_modules/tedious/pull_request_template.md +9 -0
- package/node_modules/tedious/tsconfig.json +17 -0
- package/node_modules/tough-cookie/LICENSE +12 -0
- package/node_modules/tough-cookie/README.md +507 -0
- package/node_modules/tough-cookie/lib/cookie.js +1431 -0
- package/node_modules/tough-cookie/lib/memstore.js +176 -0
- package/node_modules/tough-cookie/lib/pathMatch.js +61 -0
- package/node_modules/tough-cookie/lib/permuteDomain.js +56 -0
- package/node_modules/tough-cookie/lib/pubsuffix-psl.js +38 -0
- package/node_modules/tough-cookie/lib/store.js +71 -0
- package/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt +20 -0
- package/node_modules/tough-cookie/node_modules/punycode/README.md +176 -0
- package/node_modules/tough-cookie/node_modules/punycode/package.json +90 -0
- package/node_modules/tough-cookie/node_modules/punycode/punycode.js +533 -0
- package/node_modules/tough-cookie/package.json +98 -0
- package/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/tslib/LICENSE.txt +55 -0
- package/node_modules/tslib/README.md +134 -0
- package/node_modules/tslib/package.json +58 -0
- package/node_modules/tslib/tslib.d.ts +34 -0
- package/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/tslib/tslib.es6.js +196 -0
- package/node_modules/tslib/tslib.html +1 -0
- package/node_modules/tslib/tslib.js +255 -0
- package/node_modules/tunnel/.idea/encodings.xml +6 -0
- package/node_modules/tunnel/.idea/modules.xml +8 -0
- package/node_modules/tunnel/.idea/node-tunnel.iml +12 -0
- package/node_modules/tunnel/.idea/vcs.xml +6 -0
- package/node_modules/tunnel/.idea/workspace.xml +797 -0
- package/node_modules/tunnel/.travis.yml +6 -0
- package/node_modules/tunnel/CHANGELOG.md +22 -0
- package/node_modules/tunnel/LICENSE +21 -0
- package/node_modules/tunnel/README.md +185 -0
- package/node_modules/tunnel/index.js +1 -0
- package/node_modules/tunnel/lib/tunnel.js +264 -0
- package/node_modules/tunnel/package.json +67 -0
- package/node_modules/tunnel-agent/LICENSE +55 -0
- package/node_modules/tunnel-agent/README.md +4 -0
- package/node_modules/tunnel-agent/index.js +244 -0
- package/node_modules/tunnel-agent/package.json +58 -0
- package/node_modules/tweetnacl/.npmignore +4 -0
- package/node_modules/tweetnacl/AUTHORS.md +28 -0
- package/node_modules/tweetnacl/CHANGELOG.md +221 -0
- package/node_modules/tweetnacl/LICENSE +24 -0
- package/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md +20 -0
- package/node_modules/tweetnacl/README.md +459 -0
- package/node_modules/tweetnacl/nacl-fast.js +2388 -0
- package/node_modules/tweetnacl/nacl-fast.min.js +2 -0
- package/node_modules/tweetnacl/nacl.d.ts +98 -0
- package/node_modules/tweetnacl/nacl.js +1175 -0
- package/node_modules/tweetnacl/nacl.min.js +1 -0
- package/node_modules/tweetnacl/package.json +89 -0
- package/node_modules/underscore/LICENSE +23 -0
- package/node_modules/underscore/README.md +28 -0
- package/node_modules/underscore/package.json +85 -0
- package/node_modules/underscore/underscore-min.js +5 -0
- package/node_modules/underscore/underscore-min.js.map +1 -0
- package/node_modules/underscore/underscore.js +1692 -0
- package/node_modules/uri-js/README.md +199 -0
- package/node_modules/uri-js/bower.json +47 -0
- package/node_modules/uri-js/dist/es5/uri.all.d.ts +59 -0
- package/node_modules/uri-js/dist/es5/uri.all.js +1389 -0
- package/node_modules/uri-js/dist/es5/uri.all.js.map +1 -0
- package/node_modules/uri-js/dist/es5/uri.all.min.d.ts +59 -0
- package/node_modules/uri-js/dist/es5/uri.all.min.js +3 -0
- package/node_modules/uri-js/dist/es5/uri.all.min.js.map +1 -0
- package/node_modules/uri-js/dist/esnext/index.d.ts +1 -0
- package/node_modules/uri-js/dist/esnext/index.js +13 -0
- package/node_modules/uri-js/dist/esnext/index.js.map +1 -0
- package/node_modules/uri-js/dist/esnext/regexps-iri.d.ts +3 -0
- package/node_modules/uri-js/dist/esnext/regexps-iri.js +3 -0
- package/node_modules/uri-js/dist/esnext/regexps-iri.js.map +1 -0
- package/node_modules/uri-js/dist/esnext/regexps-uri.d.ts +4 -0
- package/node_modules/uri-js/dist/esnext/regexps-uri.js +42 -0
- package/node_modules/uri-js/dist/esnext/regexps-uri.js.map +1 -0
- package/node_modules/uri-js/dist/esnext/schemes/http.d.ts +3 -0
- package/node_modules/uri-js/dist/esnext/schemes/http.js +27 -0
- package/node_modules/uri-js/dist/esnext/schemes/http.js.map +1 -0
- package/node_modules/uri-js/dist/esnext/schemes/https.d.ts +3 -0
- package/node_modules/uri-js/dist/esnext/schemes/https.js +9 -0
- package/node_modules/uri-js/dist/esnext/schemes/https.js.map +1 -0
- package/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts +12 -0
- package/node_modules/uri-js/dist/esnext/schemes/mailto.js +148 -0
- package/node_modules/uri-js/dist/esnext/schemes/mailto.js.map +1 -0
- package/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts +7 -0
- package/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js +23 -0
- package/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map +1 -0
- package/node_modules/uri-js/dist/esnext/schemes/urn.d.ts +10 -0
- package/node_modules/uri-js/dist/esnext/schemes/urn.js +49 -0
- package/node_modules/uri-js/dist/esnext/schemes/urn.js.map +1 -0
- package/node_modules/uri-js/dist/esnext/uri.d.ts +59 -0
- package/node_modules/uri-js/dist/esnext/uri.js +480 -0
- package/node_modules/uri-js/dist/esnext/uri.js.map +1 -0
- package/node_modules/uri-js/dist/esnext/util.d.ts +6 -0
- package/node_modules/uri-js/dist/esnext/util.js +36 -0
- package/node_modules/uri-js/dist/esnext/util.js.map +1 -0
- package/node_modules/uri-js/package.json +96 -0
- package/node_modules/uri-js/rollup.config.js +32 -0
- package/node_modules/uri-js/src/index.ts +18 -0
- package/node_modules/uri-js/src/punycode.d.ts +24 -0
- package/node_modules/uri-js/src/regexps-iri.ts +4 -0
- package/node_modules/uri-js/src/regexps-uri.ts +89 -0
- package/node_modules/uri-js/src/schemes/http.ts +36 -0
- package/node_modules/uri-js/src/schemes/https.ts +11 -0
- package/node_modules/uri-js/src/schemes/mailto.ts +182 -0
- package/node_modules/uri-js/src/schemes/urn-uuid.ts +36 -0
- package/node_modules/uri-js/src/schemes/urn.ts +69 -0
- package/node_modules/uri-js/src/uri.ts +556 -0
- package/node_modules/uri-js/src/util.ts +40 -0
- package/node_modules/uri-js/tests/qunit.css +118 -0
- package/node_modules/uri-js/tests/qunit.js +1042 -0
- package/node_modules/uri-js/tests/test-es5-min.html +17 -0
- package/node_modules/uri-js/tests/test-es5.html +17 -0
- package/node_modules/uri-js/tests/tests.js +774 -0
- package/node_modules/uri-js/tsconfig.json +20 -0
- package/node_modules/uri-js/yarn.lock +1902 -0
- package/node_modules/util-deprecate/History.md +16 -0
- package/node_modules/util-deprecate/LICENSE +24 -0
- package/node_modules/util-deprecate/README.md +53 -0
- package/node_modules/util-deprecate/browser.js +67 -0
- package/node_modules/util-deprecate/node.js +6 -0
- package/node_modules/util-deprecate/package.json +61 -0
- package/node_modules/uuid/AUTHORS +5 -0
- package/node_modules/uuid/CHANGELOG.md +119 -0
- package/node_modules/uuid/LICENSE.md +21 -0
- package/node_modules/uuid/README.md +276 -0
- package/node_modules/uuid/bin/uuid +65 -0
- package/node_modules/uuid/index.js +8 -0
- package/node_modules/uuid/lib/bytesToUuid.js +26 -0
- package/node_modules/uuid/lib/md5-browser.js +216 -0
- package/node_modules/uuid/lib/md5.js +25 -0
- package/node_modules/uuid/lib/rng-browser.js +34 -0
- package/node_modules/uuid/lib/rng.js +8 -0
- package/node_modules/uuid/lib/sha1-browser.js +89 -0
- package/node_modules/uuid/lib/sha1.js +25 -0
- package/node_modules/uuid/lib/v35.js +57 -0
- package/node_modules/uuid/package.json +105 -0
- package/node_modules/uuid/v1.js +109 -0
- package/node_modules/uuid/v3.js +4 -0
- package/node_modules/uuid/v4.js +29 -0
- package/node_modules/uuid/v5.js +3 -0
- package/node_modules/verror/.npmignore +9 -0
- package/node_modules/verror/CHANGES.md +28 -0
- package/node_modules/verror/CONTRIBUTING.md +19 -0
- package/node_modules/verror/LICENSE +19 -0
- package/node_modules/verror/README.md +528 -0
- package/node_modules/verror/lib/verror.js +451 -0
- package/node_modules/verror/package.json +54 -0
- package/node_modules/xml2js/LICENSE +19 -0
- package/node_modules/xml2js/README.md +488 -0
- package/node_modules/xml2js/lib/bom.js +12 -0
- package/node_modules/xml2js/lib/builder.js +127 -0
- package/node_modules/xml2js/lib/defaults.js +72 -0
- package/node_modules/xml2js/lib/parser.js +381 -0
- package/node_modules/xml2js/lib/processors.js +34 -0
- package/node_modules/xml2js/lib/xml2js.js +39 -0
- package/node_modules/xml2js/package.json +287 -0
- package/node_modules/xmlbuilder/CHANGELOG.md +470 -0
- package/node_modules/xmlbuilder/LICENSE +21 -0
- package/node_modules/xmlbuilder/README.md +86 -0
- package/node_modules/xmlbuilder/appveyor.yml +20 -0
- package/node_modules/xmlbuilder/lib/Derivation.js +10 -0
- package/node_modules/xmlbuilder/lib/DocumentPosition.js +12 -0
- package/node_modules/xmlbuilder/lib/NodeType.js +23 -0
- package/node_modules/xmlbuilder/lib/OperationType.js +11 -0
- package/node_modules/xmlbuilder/lib/Utility.js +83 -0
- package/node_modules/xmlbuilder/lib/WriterState.js +10 -0
- package/node_modules/xmlbuilder/lib/XMLAttribute.js +108 -0
- package/node_modules/xmlbuilder/lib/XMLCData.js +36 -0
- package/node_modules/xmlbuilder/lib/XMLCharacterData.js +79 -0
- package/node_modules/xmlbuilder/lib/XMLComment.js +36 -0
- package/node_modules/xmlbuilder/lib/XMLDOMConfiguration.js +64 -0
- package/node_modules/xmlbuilder/lib/XMLDOMErrorHandler.js +16 -0
- package/node_modules/xmlbuilder/lib/XMLDOMImplementation.js +32 -0
- package/node_modules/xmlbuilder/lib/XMLDOMStringList.js +28 -0
- package/node_modules/xmlbuilder/lib/XMLDTDAttList.js +55 -0
- package/node_modules/xmlbuilder/lib/XMLDTDElement.js +38 -0
- package/node_modules/xmlbuilder/lib/XMLDTDEntity.js +97 -0
- package/node_modules/xmlbuilder/lib/XMLDTDNotation.js +52 -0
- package/node_modules/xmlbuilder/lib/XMLDeclaration.js +43 -0
- package/node_modules/xmlbuilder/lib/XMLDocType.js +186 -0
- package/node_modules/xmlbuilder/lib/XMLDocument.js +242 -0
- package/node_modules/xmlbuilder/lib/XMLDocumentCB.js +528 -0
- package/node_modules/xmlbuilder/lib/XMLDocumentFragment.js +24 -0
- package/node_modules/xmlbuilder/lib/XMLDummy.js +31 -0
- package/node_modules/xmlbuilder/lib/XMLElement.js +298 -0
- package/node_modules/xmlbuilder/lib/XMLNamedNodeMap.js +58 -0
- package/node_modules/xmlbuilder/lib/XMLNode.js +785 -0
- package/node_modules/xmlbuilder/lib/XMLNodeFilter.js +48 -0
- package/node_modules/xmlbuilder/lib/XMLNodeList.js +28 -0
- package/node_modules/xmlbuilder/lib/XMLProcessingInstruction.js +49 -0
- package/node_modules/xmlbuilder/lib/XMLRaw.js +35 -0
- package/node_modules/xmlbuilder/lib/XMLStreamWriter.js +176 -0
- package/node_modules/xmlbuilder/lib/XMLStringWriter.js +35 -0
- package/node_modules/xmlbuilder/lib/XMLStringifier.js +240 -0
- package/node_modules/xmlbuilder/lib/XMLText.js +69 -0
- package/node_modules/xmlbuilder/lib/XMLTypeInfo.js +21 -0
- package/node_modules/xmlbuilder/lib/XMLUserDataHandler.js +16 -0
- package/node_modules/xmlbuilder/lib/XMLWriterBase.js +428 -0
- package/node_modules/xmlbuilder/lib/index.js +65 -0
- package/node_modules/xmlbuilder/package.json +70 -0
- package/node_modules/xmlbuilder/typings/index.d.ts +153 -0
- package/node_modules/xmldom/CHANGELOG.md +203 -0
- package/node_modules/xmldom/LICENSE +8 -0
- package/node_modules/xmldom/lib/.eslintrc.yml +2 -0
- package/node_modules/xmldom/lib/dom-parser.js +253 -0
- package/node_modules/xmldom/lib/dom.js +1273 -0
- package/node_modules/xmldom/lib/entities.js +243 -0
- package/node_modules/xmldom/lib/sax.js +646 -0
- package/node_modules/xmldom/package.json +130 -0
- package/node_modules/xmldom/readme.md +262 -0
- package/node_modules/xpath.js/README.md +70 -0
- package/node_modules/xpath.js/package.json +62 -0
- package/node_modules/xpath.js/sample.js +8 -0
- package/node_modules/xpath.js/tests/following.xml +21 -0
- package/node_modules/xpath.js/tests/test.js +74 -0
- package/node_modules/xpath.js/xpath.js +4317 -0
- package/package.json +54 -0
|
@@ -0,0 +1,1877 @@
|
|
|
1
|
+
# Async.js
|
|
2
|
+
|
|
3
|
+
[](https://travis-ci.org/caolan/async)
|
|
4
|
+
[](https://www.npmjs.org/package/async)
|
|
5
|
+
[](https://coveralls.io/r/caolan/async?branch=master)
|
|
6
|
+
[](https://gitter.im/caolan/async?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Async is a utility module which provides straight-forward, powerful functions
|
|
10
|
+
for working with asynchronous JavaScript. Although originally designed for
|
|
11
|
+
use with [Node.js](http://nodejs.org) and installable via `npm install async`,
|
|
12
|
+
it can also be used directly in the browser.
|
|
13
|
+
|
|
14
|
+
Async is also installable via:
|
|
15
|
+
|
|
16
|
+
- [bower](http://bower.io/): `bower install async`
|
|
17
|
+
- [component](https://github.com/component/component): `component install
|
|
18
|
+
caolan/async`
|
|
19
|
+
- [jam](http://jamjs.org/): `jam install async`
|
|
20
|
+
- [spm](http://spmjs.io/): `spm install async`
|
|
21
|
+
|
|
22
|
+
Async provides around 20 functions that include the usual 'functional'
|
|
23
|
+
suspects (`map`, `reduce`, `filter`, `each`…) as well as some common patterns
|
|
24
|
+
for asynchronous control flow (`parallel`, `series`, `waterfall`…). All these
|
|
25
|
+
functions assume you follow the Node.js convention of providing a single
|
|
26
|
+
callback as the last argument of your `async` function.
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## Quick Examples
|
|
30
|
+
|
|
31
|
+
```javascript
|
|
32
|
+
async.map(['file1','file2','file3'], fs.stat, function(err, results){
|
|
33
|
+
// results is now an array of stats for each file
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
async.filter(['file1','file2','file3'], fs.exists, function(results){
|
|
37
|
+
// results now equals an array of the existing files
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
async.parallel([
|
|
41
|
+
function(){ ... },
|
|
42
|
+
function(){ ... }
|
|
43
|
+
], callback);
|
|
44
|
+
|
|
45
|
+
async.series([
|
|
46
|
+
function(){ ... },
|
|
47
|
+
function(){ ... }
|
|
48
|
+
]);
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
There are many more functions available so take a look at the docs below for a
|
|
52
|
+
full list. This module aims to be comprehensive, so if you feel anything is
|
|
53
|
+
missing please create a GitHub issue for it.
|
|
54
|
+
|
|
55
|
+
## Common Pitfalls <sub>[(StackOverflow)](http://stackoverflow.com/questions/tagged/async.js)</sub>
|
|
56
|
+
### Synchronous iteration functions
|
|
57
|
+
|
|
58
|
+
If you get an error like `RangeError: Maximum call stack size exceeded.` or other stack overflow issues when using async, you are likely using a synchronous iterator. By *synchronous* we mean a function that calls its callback on the same tick in the javascript event loop, without doing any I/O or using any timers. Calling many callbacks iteratively will quickly overflow the stack. If you run into this issue, just defer your callback with `async.setImmediate` to start a new call stack on the next tick of the event loop.
|
|
59
|
+
|
|
60
|
+
This can also arise by accident if you callback early in certain cases:
|
|
61
|
+
|
|
62
|
+
```js
|
|
63
|
+
async.eachSeries(hugeArray, function iterator(item, callback) {
|
|
64
|
+
if (inCache(item)) {
|
|
65
|
+
callback(null, cache[item]); // if many items are cached, you'll overflow
|
|
66
|
+
} else {
|
|
67
|
+
doSomeIO(item, callback);
|
|
68
|
+
}
|
|
69
|
+
}, function done() {
|
|
70
|
+
//...
|
|
71
|
+
});
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
Just change it to:
|
|
75
|
+
|
|
76
|
+
```js
|
|
77
|
+
async.eachSeries(hugeArray, function iterator(item, callback) {
|
|
78
|
+
if (inCache(item)) {
|
|
79
|
+
async.setImmediate(function () {
|
|
80
|
+
callback(null, cache[item]);
|
|
81
|
+
});
|
|
82
|
+
} else {
|
|
83
|
+
doSomeIO(item, callback);
|
|
84
|
+
//...
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
Async guards against synchronous functions in some, but not all, cases. If you are still running into stack overflows, you can defer as suggested above, or wrap functions with [`async.ensureAsync`](#ensureAsync) Functions that are asynchronous by their nature do not have this problem and don't need the extra callback deferral.
|
|
88
|
+
|
|
89
|
+
If JavaScript's event loop is still a bit nebulous, check out [this article](http://blog.carbonfive.com/2013/10/27/the-javascript-event-loop-explained/) or [this talk](http://2014.jsconf.eu/speakers/philip-roberts-what-the-heck-is-the-event-loop-anyway.html) for more detailed information about how it works.
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Multiple callbacks
|
|
93
|
+
|
|
94
|
+
Make sure to always `return` when calling a callback early, otherwise you will cause multiple callbacks and unpredictable behavior in many cases.
|
|
95
|
+
|
|
96
|
+
```js
|
|
97
|
+
async.waterfall([
|
|
98
|
+
function (callback) {
|
|
99
|
+
getSomething(options, function (err, result) {
|
|
100
|
+
if (err) {
|
|
101
|
+
callback(new Error("failed getting something:" + err.message));
|
|
102
|
+
// we should return here
|
|
103
|
+
}
|
|
104
|
+
// since we did not return, this callback still will be called and
|
|
105
|
+
// `processData` will be called twice
|
|
106
|
+
callback(null, result);
|
|
107
|
+
});
|
|
108
|
+
},
|
|
109
|
+
processData
|
|
110
|
+
], done)
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
It is always good practice to `return callback(err, result)` whenever a callback call is not the last statement of a function.
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
### Binding a context to an iterator
|
|
117
|
+
|
|
118
|
+
This section is really about `bind`, not about `async`. If you are wondering how to
|
|
119
|
+
make `async` execute your iterators in a given context, or are confused as to why
|
|
120
|
+
a method of another library isn't working as an iterator, study this example:
|
|
121
|
+
|
|
122
|
+
```js
|
|
123
|
+
// Here is a simple object with an (unnecessarily roundabout) squaring method
|
|
124
|
+
var AsyncSquaringLibrary = {
|
|
125
|
+
squareExponent: 2,
|
|
126
|
+
square: function(number, callback){
|
|
127
|
+
var result = Math.pow(number, this.squareExponent);
|
|
128
|
+
setTimeout(function(){
|
|
129
|
+
callback(null, result);
|
|
130
|
+
}, 200);
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
async.map([1, 2, 3], AsyncSquaringLibrary.square, function(err, result){
|
|
135
|
+
// result is [NaN, NaN, NaN]
|
|
136
|
+
// This fails because the `this.squareExponent` expression in the square
|
|
137
|
+
// function is not evaluated in the context of AsyncSquaringLibrary, and is
|
|
138
|
+
// therefore undefined.
|
|
139
|
+
});
|
|
140
|
+
|
|
141
|
+
async.map([1, 2, 3], AsyncSquaringLibrary.square.bind(AsyncSquaringLibrary), function(err, result){
|
|
142
|
+
// result is [1, 4, 9]
|
|
143
|
+
// With the help of bind we can attach a context to the iterator before
|
|
144
|
+
// passing it to async. Now the square function will be executed in its
|
|
145
|
+
// 'home' AsyncSquaringLibrary context and the value of `this.squareExponent`
|
|
146
|
+
// will be as expected.
|
|
147
|
+
});
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
## Download
|
|
151
|
+
|
|
152
|
+
The source is available for download from
|
|
153
|
+
[GitHub](https://github.com/caolan/async/blob/master/lib/async.js).
|
|
154
|
+
Alternatively, you can install using Node Package Manager (`npm`):
|
|
155
|
+
|
|
156
|
+
npm install async
|
|
157
|
+
|
|
158
|
+
As well as using Bower:
|
|
159
|
+
|
|
160
|
+
bower install async
|
|
161
|
+
|
|
162
|
+
__Development:__ [async.js](https://github.com/caolan/async/raw/master/lib/async.js) - 29.6kb Uncompressed
|
|
163
|
+
|
|
164
|
+
## In the Browser
|
|
165
|
+
|
|
166
|
+
So far it's been tested in IE6, IE7, IE8, FF3.6 and Chrome 5.
|
|
167
|
+
|
|
168
|
+
Usage:
|
|
169
|
+
|
|
170
|
+
```html
|
|
171
|
+
<script type="text/javascript" src="async.js"></script>
|
|
172
|
+
<script type="text/javascript">
|
|
173
|
+
|
|
174
|
+
async.map(data, asyncProcess, function(err, results){
|
|
175
|
+
alert(results);
|
|
176
|
+
});
|
|
177
|
+
|
|
178
|
+
</script>
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
## Documentation
|
|
182
|
+
|
|
183
|
+
Some functions are also available in the following forms:
|
|
184
|
+
* `<name>Series` - the same as `<name>` but runs only a single async operation at a time
|
|
185
|
+
* `<name>Limit` - the same as `<name>` but runs a maximum of `limit` async operations at a time
|
|
186
|
+
|
|
187
|
+
### Collections
|
|
188
|
+
|
|
189
|
+
* [`each`](#each), `eachSeries`, `eachLimit`
|
|
190
|
+
* [`forEachOf`](#forEachOf), `forEachOfSeries`, `forEachOfLimit`
|
|
191
|
+
* [`map`](#map), `mapSeries`, `mapLimit`
|
|
192
|
+
* [`filter`](#filter), `filterSeries`, `filterLimit`
|
|
193
|
+
* [`reject`](#reject), `rejectSeries`, `rejectLimit`
|
|
194
|
+
* [`reduce`](#reduce), [`reduceRight`](#reduceRight)
|
|
195
|
+
* [`detect`](#detect), `detectSeries`, `detectLimit`
|
|
196
|
+
* [`sortBy`](#sortBy)
|
|
197
|
+
* [`some`](#some), `someLimit`
|
|
198
|
+
* [`every`](#every), `everyLimit`
|
|
199
|
+
* [`concat`](#concat), `concatSeries`
|
|
200
|
+
|
|
201
|
+
### Control Flow
|
|
202
|
+
|
|
203
|
+
* [`series`](#seriestasks-callback)
|
|
204
|
+
* [`parallel`](#parallel), `parallelLimit`
|
|
205
|
+
* [`whilst`](#whilst), [`doWhilst`](#doWhilst)
|
|
206
|
+
* [`until`](#until), [`doUntil`](#doUntil)
|
|
207
|
+
* [`during`](#during), [`doDuring`](#doDuring)
|
|
208
|
+
* [`forever`](#forever)
|
|
209
|
+
* [`waterfall`](#waterfall)
|
|
210
|
+
* [`compose`](#compose)
|
|
211
|
+
* [`seq`](#seq)
|
|
212
|
+
* [`applyEach`](#applyEach), `applyEachSeries`
|
|
213
|
+
* [`queue`](#queue), [`priorityQueue`](#priorityQueue)
|
|
214
|
+
* [`cargo`](#cargo)
|
|
215
|
+
* [`auto`](#auto)
|
|
216
|
+
* [`retry`](#retry)
|
|
217
|
+
* [`iterator`](#iterator)
|
|
218
|
+
* [`times`](#times), `timesSeries`, `timesLimit`
|
|
219
|
+
|
|
220
|
+
### Utils
|
|
221
|
+
|
|
222
|
+
* [`apply`](#apply)
|
|
223
|
+
* [`nextTick`](#nextTick)
|
|
224
|
+
* [`memoize`](#memoize)
|
|
225
|
+
* [`unmemoize`](#unmemoize)
|
|
226
|
+
* [`ensureAsync`](#ensureAsync)
|
|
227
|
+
* [`constant`](#constant)
|
|
228
|
+
* [`asyncify`](#asyncify)
|
|
229
|
+
* [`wrapSync`](#wrapSync)
|
|
230
|
+
* [`log`](#log)
|
|
231
|
+
* [`dir`](#dir)
|
|
232
|
+
* [`noConflict`](#noConflict)
|
|
233
|
+
|
|
234
|
+
## Collections
|
|
235
|
+
|
|
236
|
+
<a name="forEach" />
|
|
237
|
+
<a name="each" />
|
|
238
|
+
### each(arr, iterator, [callback])
|
|
239
|
+
|
|
240
|
+
Applies the function `iterator` to each item in `arr`, in parallel.
|
|
241
|
+
The `iterator` is called with an item from the list, and a callback for when it
|
|
242
|
+
has finished. If the `iterator` passes an error to its `callback`, the main
|
|
243
|
+
`callback` (for the `each` function) is immediately called with the error.
|
|
244
|
+
|
|
245
|
+
Note, that since this function applies `iterator` to each item in parallel,
|
|
246
|
+
there is no guarantee that the iterator functions will complete in order.
|
|
247
|
+
|
|
248
|
+
__Arguments__
|
|
249
|
+
|
|
250
|
+
* `arr` - An array to iterate over.
|
|
251
|
+
* `iterator(item, callback)` - A function to apply to each item in `arr`.
|
|
252
|
+
The iterator is passed a `callback(err)` which must be called once it has
|
|
253
|
+
completed. If no error has occurred, the `callback` should be run without
|
|
254
|
+
arguments or with an explicit `null` argument. The array index is not passed
|
|
255
|
+
to the iterator. If you need the index, use [`forEachOf`](#forEachOf).
|
|
256
|
+
* `callback(err)` - *Optional* A callback which is called when all `iterator` functions
|
|
257
|
+
have finished, or an error occurs.
|
|
258
|
+
|
|
259
|
+
__Examples__
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
```js
|
|
263
|
+
// assuming openFiles is an array of file names and saveFile is a function
|
|
264
|
+
// to save the modified contents of that file:
|
|
265
|
+
|
|
266
|
+
async.each(openFiles, saveFile, function(err){
|
|
267
|
+
// if any of the saves produced an error, err would equal that error
|
|
268
|
+
});
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
```js
|
|
272
|
+
// assuming openFiles is an array of file names
|
|
273
|
+
|
|
274
|
+
async.each(openFiles, function(file, callback) {
|
|
275
|
+
|
|
276
|
+
// Perform operation on file here.
|
|
277
|
+
console.log('Processing file ' + file);
|
|
278
|
+
|
|
279
|
+
if( file.length > 32 ) {
|
|
280
|
+
console.log('This file name is too long');
|
|
281
|
+
callback('File name too long');
|
|
282
|
+
} else {
|
|
283
|
+
// Do work to process file here
|
|
284
|
+
console.log('File processed');
|
|
285
|
+
callback();
|
|
286
|
+
}
|
|
287
|
+
}, function(err){
|
|
288
|
+
// if any of the file processing produced an error, err would equal that error
|
|
289
|
+
if( err ) {
|
|
290
|
+
// One of the iterations produced an error.
|
|
291
|
+
// All processing will now stop.
|
|
292
|
+
console.log('A file failed to process');
|
|
293
|
+
} else {
|
|
294
|
+
console.log('All files have been processed successfully');
|
|
295
|
+
}
|
|
296
|
+
});
|
|
297
|
+
```
|
|
298
|
+
|
|
299
|
+
__Related__
|
|
300
|
+
|
|
301
|
+
* eachSeries(arr, iterator, [callback])
|
|
302
|
+
* eachLimit(arr, limit, iterator, [callback])
|
|
303
|
+
|
|
304
|
+
---------------------------------------
|
|
305
|
+
|
|
306
|
+
<a name="forEachOf" />
|
|
307
|
+
<a name="eachOf" />
|
|
308
|
+
|
|
309
|
+
### forEachOf(obj, iterator, [callback])
|
|
310
|
+
|
|
311
|
+
Like `each`, except that it iterates over objects, and passes the key as the second argument to the iterator.
|
|
312
|
+
|
|
313
|
+
__Arguments__
|
|
314
|
+
|
|
315
|
+
* `obj` - An object or array to iterate over.
|
|
316
|
+
* `iterator(item, key, callback)` - A function to apply to each item in `obj`.
|
|
317
|
+
The `key` is the item's key, or index in the case of an array. The iterator is
|
|
318
|
+
passed a `callback(err)` which must be called once it has completed. If no
|
|
319
|
+
error has occurred, the callback should be run without arguments or with an
|
|
320
|
+
explicit `null` argument.
|
|
321
|
+
* `callback(err)` - *Optional* A callback which is called when all `iterator` functions have finished, or an error occurs.
|
|
322
|
+
|
|
323
|
+
__Example__
|
|
324
|
+
|
|
325
|
+
```js
|
|
326
|
+
var obj = {dev: "/dev.json", test: "/test.json", prod: "/prod.json"};
|
|
327
|
+
var configs = {};
|
|
328
|
+
|
|
329
|
+
async.forEachOf(obj, function (value, key, callback) {
|
|
330
|
+
fs.readFile(__dirname + value, "utf8", function (err, data) {
|
|
331
|
+
if (err) return callback(err);
|
|
332
|
+
try {
|
|
333
|
+
configs[key] = JSON.parse(data);
|
|
334
|
+
} catch (e) {
|
|
335
|
+
return callback(e);
|
|
336
|
+
}
|
|
337
|
+
callback();
|
|
338
|
+
})
|
|
339
|
+
}, function (err) {
|
|
340
|
+
if (err) console.error(err.message);
|
|
341
|
+
// configs is now a map of JSON data
|
|
342
|
+
doSomethingWith(configs);
|
|
343
|
+
})
|
|
344
|
+
```
|
|
345
|
+
|
|
346
|
+
__Related__
|
|
347
|
+
|
|
348
|
+
* forEachOfSeries(obj, iterator, [callback])
|
|
349
|
+
* forEachOfLimit(obj, limit, iterator, [callback])
|
|
350
|
+
|
|
351
|
+
---------------------------------------
|
|
352
|
+
|
|
353
|
+
<a name="map" />
|
|
354
|
+
### map(arr, iterator, [callback])
|
|
355
|
+
|
|
356
|
+
Produces a new array of values by mapping each value in `arr` through
|
|
357
|
+
the `iterator` function. The `iterator` is called with an item from `arr` and a
|
|
358
|
+
callback for when it has finished processing. Each of these callback takes 2 arguments:
|
|
359
|
+
an `error`, and the transformed item from `arr`. If `iterator` passes an error to its
|
|
360
|
+
callback, the main `callback` (for the `map` function) is immediately called with the error.
|
|
361
|
+
|
|
362
|
+
Note, that since this function applies the `iterator` to each item in parallel,
|
|
363
|
+
there is no guarantee that the `iterator` functions will complete in order.
|
|
364
|
+
However, the results array will be in the same order as the original `arr`.
|
|
365
|
+
|
|
366
|
+
__Arguments__
|
|
367
|
+
|
|
368
|
+
* `arr` - An array to iterate over.
|
|
369
|
+
* `iterator(item, callback)` - A function to apply to each item in `arr`.
|
|
370
|
+
The iterator is passed a `callback(err, transformed)` which must be called once
|
|
371
|
+
it has completed with an error (which can be `null`) and a transformed item.
|
|
372
|
+
* `callback(err, results)` - *Optional* A callback which is called when all `iterator`
|
|
373
|
+
functions have finished, or an error occurs. Results is an array of the
|
|
374
|
+
transformed items from the `arr`.
|
|
375
|
+
|
|
376
|
+
__Example__
|
|
377
|
+
|
|
378
|
+
```js
|
|
379
|
+
async.map(['file1','file2','file3'], fs.stat, function(err, results){
|
|
380
|
+
// results is now an array of stats for each file
|
|
381
|
+
});
|
|
382
|
+
```
|
|
383
|
+
|
|
384
|
+
__Related__
|
|
385
|
+
* mapSeries(arr, iterator, [callback])
|
|
386
|
+
* mapLimit(arr, limit, iterator, [callback])
|
|
387
|
+
|
|
388
|
+
---------------------------------------
|
|
389
|
+
|
|
390
|
+
<a name="select" />
|
|
391
|
+
<a name="filter" />
|
|
392
|
+
### filter(arr, iterator, [callback])
|
|
393
|
+
|
|
394
|
+
__Alias:__ `select`
|
|
395
|
+
|
|
396
|
+
Returns a new array of all the values in `arr` which pass an async truth test.
|
|
397
|
+
_The callback for each `iterator` call only accepts a single argument of `true` or
|
|
398
|
+
`false`; it does not accept an error argument first!_ This is in-line with the
|
|
399
|
+
way node libraries work with truth tests like `fs.exists`. This operation is
|
|
400
|
+
performed in parallel, but the results array will be in the same order as the
|
|
401
|
+
original.
|
|
402
|
+
|
|
403
|
+
__Arguments__
|
|
404
|
+
|
|
405
|
+
* `arr` - An array to iterate over.
|
|
406
|
+
* `iterator(item, callback)` - A truth test to apply to each item in `arr`.
|
|
407
|
+
The `iterator` is passed a `callback(truthValue)`, which must be called with a
|
|
408
|
+
boolean argument once it has completed.
|
|
409
|
+
* `callback(results)` - *Optional* A callback which is called after all the `iterator`
|
|
410
|
+
functions have finished.
|
|
411
|
+
|
|
412
|
+
__Example__
|
|
413
|
+
|
|
414
|
+
```js
|
|
415
|
+
async.filter(['file1','file2','file3'], fs.exists, function(results){
|
|
416
|
+
// results now equals an array of the existing files
|
|
417
|
+
});
|
|
418
|
+
```
|
|
419
|
+
|
|
420
|
+
__Related__
|
|
421
|
+
|
|
422
|
+
* filterSeries(arr, iterator, [callback])
|
|
423
|
+
* filterLimit(arr, limit, iterator, [callback])
|
|
424
|
+
|
|
425
|
+
---------------------------------------
|
|
426
|
+
|
|
427
|
+
<a name="reject" />
|
|
428
|
+
### reject(arr, iterator, [callback])
|
|
429
|
+
|
|
430
|
+
The opposite of [`filter`](#filter). Removes values that pass an `async` truth test.
|
|
431
|
+
|
|
432
|
+
__Related__
|
|
433
|
+
|
|
434
|
+
* rejectSeries(arr, iterator, [callback])
|
|
435
|
+
* rejectLimit(arr, limit, iterator, [callback])
|
|
436
|
+
|
|
437
|
+
---------------------------------------
|
|
438
|
+
|
|
439
|
+
<a name="reduce" />
|
|
440
|
+
### reduce(arr, memo, iterator, [callback])
|
|
441
|
+
|
|
442
|
+
__Aliases:__ `inject`, `foldl`
|
|
443
|
+
|
|
444
|
+
Reduces `arr` into a single value using an async `iterator` to return
|
|
445
|
+
each successive step. `memo` is the initial state of the reduction.
|
|
446
|
+
This function only operates in series.
|
|
447
|
+
|
|
448
|
+
For performance reasons, it may make sense to split a call to this function into
|
|
449
|
+
a parallel map, and then use the normal `Array.prototype.reduce` on the results.
|
|
450
|
+
This function is for situations where each step in the reduction needs to be async;
|
|
451
|
+
if you can get the data before reducing it, then it's probably a good idea to do so.
|
|
452
|
+
|
|
453
|
+
__Arguments__
|
|
454
|
+
|
|
455
|
+
* `arr` - An array to iterate over.
|
|
456
|
+
* `memo` - The initial state of the reduction.
|
|
457
|
+
* `iterator(memo, item, callback)` - A function applied to each item in the
|
|
458
|
+
array to produce the next step in the reduction. The `iterator` is passed a
|
|
459
|
+
`callback(err, reduction)` which accepts an optional error as its first
|
|
460
|
+
argument, and the state of the reduction as the second. If an error is
|
|
461
|
+
passed to the callback, the reduction is stopped and the main `callback` is
|
|
462
|
+
immediately called with the error.
|
|
463
|
+
* `callback(err, result)` - *Optional* A callback which is called after all the `iterator`
|
|
464
|
+
functions have finished. Result is the reduced value.
|
|
465
|
+
|
|
466
|
+
__Example__
|
|
467
|
+
|
|
468
|
+
```js
|
|
469
|
+
async.reduce([1,2,3], 0, function(memo, item, callback){
|
|
470
|
+
// pointless async:
|
|
471
|
+
process.nextTick(function(){
|
|
472
|
+
callback(null, memo + item)
|
|
473
|
+
});
|
|
474
|
+
}, function(err, result){
|
|
475
|
+
// result is now equal to the last value of memo, which is 6
|
|
476
|
+
});
|
|
477
|
+
```
|
|
478
|
+
|
|
479
|
+
---------------------------------------
|
|
480
|
+
|
|
481
|
+
<a name="reduceRight" />
|
|
482
|
+
### reduceRight(arr, memo, iterator, [callback])
|
|
483
|
+
|
|
484
|
+
__Alias:__ `foldr`
|
|
485
|
+
|
|
486
|
+
Same as [`reduce`](#reduce), only operates on `arr` in reverse order.
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
---------------------------------------
|
|
490
|
+
|
|
491
|
+
<a name="detect" />
|
|
492
|
+
### detect(arr, iterator, [callback])
|
|
493
|
+
|
|
494
|
+
Returns the first value in `arr` that passes an async truth test. The
|
|
495
|
+
`iterator` is applied in parallel, meaning the first iterator to return `true` will
|
|
496
|
+
fire the detect `callback` with that result. That means the result might not be
|
|
497
|
+
the first item in the original `arr` (in terms of order) that passes the test.
|
|
498
|
+
|
|
499
|
+
If order within the original `arr` is important, then look at [`detectSeries`](#detectSeries).
|
|
500
|
+
|
|
501
|
+
__Arguments__
|
|
502
|
+
|
|
503
|
+
* `arr` - An array to iterate over.
|
|
504
|
+
* `iterator(item, callback)` - A truth test to apply to each item in `arr`.
|
|
505
|
+
The iterator is passed a `callback(truthValue)` which must be called with a
|
|
506
|
+
boolean argument once it has completed. **Note: this callback does not take an error as its first argument.**
|
|
507
|
+
* `callback(result)` - *Optional* A callback which is called as soon as any iterator returns
|
|
508
|
+
`true`, or after all the `iterator` functions have finished. Result will be
|
|
509
|
+
the first item in the array that passes the truth test (iterator) or the
|
|
510
|
+
value `undefined` if none passed. **Note: this callback does not take an error as its first argument.**
|
|
511
|
+
|
|
512
|
+
__Example__
|
|
513
|
+
|
|
514
|
+
```js
|
|
515
|
+
async.detect(['file1','file2','file3'], fs.exists, function(result){
|
|
516
|
+
// result now equals the first file in the list that exists
|
|
517
|
+
});
|
|
518
|
+
```
|
|
519
|
+
|
|
520
|
+
__Related__
|
|
521
|
+
|
|
522
|
+
* detectSeries(arr, iterator, [callback])
|
|
523
|
+
* detectLimit(arr, limit, iterator, [callback])
|
|
524
|
+
|
|
525
|
+
---------------------------------------
|
|
526
|
+
|
|
527
|
+
<a name="sortBy" />
|
|
528
|
+
### sortBy(arr, iterator, [callback])
|
|
529
|
+
|
|
530
|
+
Sorts a list by the results of running each `arr` value through an async `iterator`.
|
|
531
|
+
|
|
532
|
+
__Arguments__
|
|
533
|
+
|
|
534
|
+
* `arr` - An array to iterate over.
|
|
535
|
+
* `iterator(item, callback)` - A function to apply to each item in `arr`.
|
|
536
|
+
The iterator is passed a `callback(err, sortValue)` which must be called once it
|
|
537
|
+
has completed with an error (which can be `null`) and a value to use as the sort
|
|
538
|
+
criteria.
|
|
539
|
+
* `callback(err, results)` - *Optional* A callback which is called after all the `iterator`
|
|
540
|
+
functions have finished, or an error occurs. Results is the items from
|
|
541
|
+
the original `arr` sorted by the values returned by the `iterator` calls.
|
|
542
|
+
|
|
543
|
+
__Example__
|
|
544
|
+
|
|
545
|
+
```js
|
|
546
|
+
async.sortBy(['file1','file2','file3'], function(file, callback){
|
|
547
|
+
fs.stat(file, function(err, stats){
|
|
548
|
+
callback(err, stats.mtime);
|
|
549
|
+
});
|
|
550
|
+
}, function(err, results){
|
|
551
|
+
// results is now the original array of files sorted by
|
|
552
|
+
// modified date
|
|
553
|
+
});
|
|
554
|
+
```
|
|
555
|
+
|
|
556
|
+
__Sort Order__
|
|
557
|
+
|
|
558
|
+
By modifying the callback parameter the sorting order can be influenced:
|
|
559
|
+
|
|
560
|
+
```js
|
|
561
|
+
//ascending order
|
|
562
|
+
async.sortBy([1,9,3,5], function(x, callback){
|
|
563
|
+
callback(null, x);
|
|
564
|
+
}, function(err,result){
|
|
565
|
+
//result callback
|
|
566
|
+
} );
|
|
567
|
+
|
|
568
|
+
//descending order
|
|
569
|
+
async.sortBy([1,9,3,5], function(x, callback){
|
|
570
|
+
callback(null, x*-1); //<- x*-1 instead of x, turns the order around
|
|
571
|
+
}, function(err,result){
|
|
572
|
+
//result callback
|
|
573
|
+
} );
|
|
574
|
+
```
|
|
575
|
+
|
|
576
|
+
---------------------------------------
|
|
577
|
+
|
|
578
|
+
<a name="some" />
|
|
579
|
+
### some(arr, iterator, [callback])
|
|
580
|
+
|
|
581
|
+
__Alias:__ `any`
|
|
582
|
+
|
|
583
|
+
Returns `true` if at least one element in the `arr` satisfies an async test.
|
|
584
|
+
_The callback for each iterator call only accepts a single argument of `true` or
|
|
585
|
+
`false`; it does not accept an error argument first!_ This is in-line with the
|
|
586
|
+
way node libraries work with truth tests like `fs.exists`. Once any iterator
|
|
587
|
+
call returns `true`, the main `callback` is immediately called.
|
|
588
|
+
|
|
589
|
+
__Arguments__
|
|
590
|
+
|
|
591
|
+
* `arr` - An array to iterate over.
|
|
592
|
+
* `iterator(item, callback)` - A truth test to apply to each item in the array
|
|
593
|
+
in parallel. The iterator is passed a `callback(truthValue)`` which must be
|
|
594
|
+
called with a boolean argument once it has completed.
|
|
595
|
+
* `callback(result)` - *Optional* A callback which is called as soon as any iterator returns
|
|
596
|
+
`true`, or after all the iterator functions have finished. Result will be
|
|
597
|
+
either `true` or `false` depending on the values of the async tests.
|
|
598
|
+
|
|
599
|
+
**Note: the callbacks do not take an error as their first argument.**
|
|
600
|
+
__Example__
|
|
601
|
+
|
|
602
|
+
```js
|
|
603
|
+
async.some(['file1','file2','file3'], fs.exists, function(result){
|
|
604
|
+
// if result is true then at least one of the files exists
|
|
605
|
+
});
|
|
606
|
+
```
|
|
607
|
+
|
|
608
|
+
__Related__
|
|
609
|
+
|
|
610
|
+
* someLimit(arr, limit, iterator, callback)
|
|
611
|
+
|
|
612
|
+
---------------------------------------
|
|
613
|
+
|
|
614
|
+
<a name="every" />
|
|
615
|
+
### every(arr, iterator, [callback])
|
|
616
|
+
|
|
617
|
+
__Alias:__ `all`
|
|
618
|
+
|
|
619
|
+
Returns `true` if every element in `arr` satisfies an async test.
|
|
620
|
+
_The callback for each `iterator` call only accepts a single argument of `true` or
|
|
621
|
+
`false`; it does not accept an error argument first!_ This is in-line with the
|
|
622
|
+
way node libraries work with truth tests like `fs.exists`.
|
|
623
|
+
|
|
624
|
+
__Arguments__
|
|
625
|
+
|
|
626
|
+
* `arr` - An array to iterate over.
|
|
627
|
+
* `iterator(item, callback)` - A truth test to apply to each item in the array
|
|
628
|
+
in parallel. The iterator is passed a `callback(truthValue)` which must be
|
|
629
|
+
called with a boolean argument once it has completed.
|
|
630
|
+
* `callback(result)` - *Optional* A callback which is called as soon as any iterator returns
|
|
631
|
+
`false`, or after all the iterator functions have finished. Result will be
|
|
632
|
+
either `true` or `false` depending on the values of the async tests.
|
|
633
|
+
|
|
634
|
+
**Note: the callbacks do not take an error as their first argument.**
|
|
635
|
+
|
|
636
|
+
__Example__
|
|
637
|
+
|
|
638
|
+
```js
|
|
639
|
+
async.every(['file1','file2','file3'], fs.exists, function(result){
|
|
640
|
+
// if result is true then every file exists
|
|
641
|
+
});
|
|
642
|
+
```
|
|
643
|
+
|
|
644
|
+
__Related__
|
|
645
|
+
|
|
646
|
+
* everyLimit(arr, limit, iterator, callback)
|
|
647
|
+
|
|
648
|
+
---------------------------------------
|
|
649
|
+
|
|
650
|
+
<a name="concat" />
|
|
651
|
+
### concat(arr, iterator, [callback])
|
|
652
|
+
|
|
653
|
+
Applies `iterator` to each item in `arr`, concatenating the results. Returns the
|
|
654
|
+
concatenated list. The `iterator`s are called in parallel, and the results are
|
|
655
|
+
concatenated as they return. There is no guarantee that the results array will
|
|
656
|
+
be returned in the original order of `arr` passed to the `iterator` function.
|
|
657
|
+
|
|
658
|
+
__Arguments__
|
|
659
|
+
|
|
660
|
+
* `arr` - An array to iterate over.
|
|
661
|
+
* `iterator(item, callback)` - A function to apply to each item in `arr`.
|
|
662
|
+
The iterator is passed a `callback(err, results)` which must be called once it
|
|
663
|
+
has completed with an error (which can be `null`) and an array of results.
|
|
664
|
+
* `callback(err, results)` - *Optional* A callback which is called after all the `iterator`
|
|
665
|
+
functions have finished, or an error occurs. Results is an array containing
|
|
666
|
+
the concatenated results of the `iterator` function.
|
|
667
|
+
|
|
668
|
+
__Example__
|
|
669
|
+
|
|
670
|
+
```js
|
|
671
|
+
async.concat(['dir1','dir2','dir3'], fs.readdir, function(err, files){
|
|
672
|
+
// files is now a list of filenames that exist in the 3 directories
|
|
673
|
+
});
|
|
674
|
+
```
|
|
675
|
+
|
|
676
|
+
__Related__
|
|
677
|
+
|
|
678
|
+
* concatSeries(arr, iterator, [callback])
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
## Control Flow
|
|
682
|
+
|
|
683
|
+
<a name="series" />
|
|
684
|
+
### series(tasks, [callback])
|
|
685
|
+
|
|
686
|
+
Run the functions in the `tasks` array in series, each one running once the previous
|
|
687
|
+
function has completed. If any functions in the series pass an error to its
|
|
688
|
+
callback, no more functions are run, and `callback` is immediately called with the value of the error.
|
|
689
|
+
Otherwise, `callback` receives an array of results when `tasks` have completed.
|
|
690
|
+
|
|
691
|
+
It is also possible to use an object instead of an array. Each property will be
|
|
692
|
+
run as a function, and the results will be passed to the final `callback` as an object
|
|
693
|
+
instead of an array. This can be a more readable way of handling results from
|
|
694
|
+
[`series`](#series).
|
|
695
|
+
|
|
696
|
+
**Note** that while many implementations preserve the order of object properties, the
|
|
697
|
+
[ECMAScript Language Specification](http://www.ecma-international.org/ecma-262/5.1/#sec-8.6)
|
|
698
|
+
explicitly states that
|
|
699
|
+
|
|
700
|
+
> The mechanics and order of enumerating the properties is not specified.
|
|
701
|
+
|
|
702
|
+
So if you rely on the order in which your series of functions are executed, and want
|
|
703
|
+
this to work on all platforms, consider using an array.
|
|
704
|
+
|
|
705
|
+
__Arguments__
|
|
706
|
+
|
|
707
|
+
* `tasks` - An array or object containing functions to run, each function is passed
|
|
708
|
+
a `callback(err, result)` it must call on completion with an error `err` (which can
|
|
709
|
+
be `null`) and an optional `result` value.
|
|
710
|
+
* `callback(err, results)` - An optional callback to run once all the functions
|
|
711
|
+
have completed. This function gets a results array (or object) containing all
|
|
712
|
+
the result arguments passed to the `task` callbacks.
|
|
713
|
+
|
|
714
|
+
__Example__
|
|
715
|
+
|
|
716
|
+
```js
|
|
717
|
+
async.series([
|
|
718
|
+
function(callback){
|
|
719
|
+
// do some stuff ...
|
|
720
|
+
callback(null, 'one');
|
|
721
|
+
},
|
|
722
|
+
function(callback){
|
|
723
|
+
// do some more stuff ...
|
|
724
|
+
callback(null, 'two');
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
// optional callback
|
|
728
|
+
function(err, results){
|
|
729
|
+
// results is now equal to ['one', 'two']
|
|
730
|
+
});
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
// an example using an object instead of an array
|
|
734
|
+
async.series({
|
|
735
|
+
one: function(callback){
|
|
736
|
+
setTimeout(function(){
|
|
737
|
+
callback(null, 1);
|
|
738
|
+
}, 200);
|
|
739
|
+
},
|
|
740
|
+
two: function(callback){
|
|
741
|
+
setTimeout(function(){
|
|
742
|
+
callback(null, 2);
|
|
743
|
+
}, 100);
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
function(err, results) {
|
|
747
|
+
// results is now equal to: {one: 1, two: 2}
|
|
748
|
+
});
|
|
749
|
+
```
|
|
750
|
+
|
|
751
|
+
---------------------------------------
|
|
752
|
+
|
|
753
|
+
<a name="parallel" />
|
|
754
|
+
### parallel(tasks, [callback])
|
|
755
|
+
|
|
756
|
+
Run the `tasks` array of functions in parallel, without waiting until the previous
|
|
757
|
+
function has completed. If any of the functions pass an error to its
|
|
758
|
+
callback, the main `callback` is immediately called with the value of the error.
|
|
759
|
+
Once the `tasks` have completed, the results are passed to the final `callback` as an
|
|
760
|
+
array.
|
|
761
|
+
|
|
762
|
+
**Note:** `parallel` is about kicking-off I/O tasks in parallel, not about parallel execution of code. If your tasks do not use any timers or perform any I/O, they will actually be executed in series. Any synchronous setup sections for each task will happen one after the other. JavaScript remains single-threaded.
|
|
763
|
+
|
|
764
|
+
It is also possible to use an object instead of an array. Each property will be
|
|
765
|
+
run as a function and the results will be passed to the final `callback` as an object
|
|
766
|
+
instead of an array. This can be a more readable way of handling results from
|
|
767
|
+
[`parallel`](#parallel).
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
__Arguments__
|
|
771
|
+
|
|
772
|
+
* `tasks` - An array or object containing functions to run. Each function is passed
|
|
773
|
+
a `callback(err, result)` which it must call on completion with an error `err`
|
|
774
|
+
(which can be `null`) and an optional `result` value.
|
|
775
|
+
* `callback(err, results)` - An optional callback to run once all the functions
|
|
776
|
+
have completed successfully. This function gets a results array (or object) containing all
|
|
777
|
+
the result arguments passed to the task callbacks.
|
|
778
|
+
|
|
779
|
+
__Example__
|
|
780
|
+
|
|
781
|
+
```js
|
|
782
|
+
async.parallel([
|
|
783
|
+
function(callback){
|
|
784
|
+
setTimeout(function(){
|
|
785
|
+
callback(null, 'one');
|
|
786
|
+
}, 200);
|
|
787
|
+
},
|
|
788
|
+
function(callback){
|
|
789
|
+
setTimeout(function(){
|
|
790
|
+
callback(null, 'two');
|
|
791
|
+
}, 100);
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
// optional callback
|
|
795
|
+
function(err, results){
|
|
796
|
+
// the results array will equal ['one','two'] even though
|
|
797
|
+
// the second function had a shorter timeout.
|
|
798
|
+
});
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
// an example using an object instead of an array
|
|
802
|
+
async.parallel({
|
|
803
|
+
one: function(callback){
|
|
804
|
+
setTimeout(function(){
|
|
805
|
+
callback(null, 1);
|
|
806
|
+
}, 200);
|
|
807
|
+
},
|
|
808
|
+
two: function(callback){
|
|
809
|
+
setTimeout(function(){
|
|
810
|
+
callback(null, 2);
|
|
811
|
+
}, 100);
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
function(err, results) {
|
|
815
|
+
// results is now equals to: {one: 1, two: 2}
|
|
816
|
+
});
|
|
817
|
+
```
|
|
818
|
+
|
|
819
|
+
__Related__
|
|
820
|
+
|
|
821
|
+
* parallelLimit(tasks, limit, [callback])
|
|
822
|
+
|
|
823
|
+
---------------------------------------
|
|
824
|
+
|
|
825
|
+
<a name="whilst" />
|
|
826
|
+
### whilst(test, fn, callback)
|
|
827
|
+
|
|
828
|
+
Repeatedly call `fn`, while `test` returns `true`. Calls `callback` when stopped,
|
|
829
|
+
or an error occurs.
|
|
830
|
+
|
|
831
|
+
__Arguments__
|
|
832
|
+
|
|
833
|
+
* `test()` - synchronous truth test to perform before each execution of `fn`.
|
|
834
|
+
* `fn(callback)` - A function which is called each time `test` passes. The function is
|
|
835
|
+
passed a `callback(err)`, which must be called once it has completed with an
|
|
836
|
+
optional `err` argument.
|
|
837
|
+
* `callback(err, [results])` - A callback which is called after the test
|
|
838
|
+
function has failed and repeated execution of `fn` has stopped. `callback`
|
|
839
|
+
will be passed an error and any arguments passed to the final `fn`'s callback.
|
|
840
|
+
|
|
841
|
+
__Example__
|
|
842
|
+
|
|
843
|
+
```js
|
|
844
|
+
var count = 0;
|
|
845
|
+
|
|
846
|
+
async.whilst(
|
|
847
|
+
function () { return count < 5; },
|
|
848
|
+
function (callback) {
|
|
849
|
+
count++;
|
|
850
|
+
setTimeout(function () {
|
|
851
|
+
callback(null, count);
|
|
852
|
+
}, 1000);
|
|
853
|
+
},
|
|
854
|
+
function (err, n) {
|
|
855
|
+
// 5 seconds have passed, n = 5
|
|
856
|
+
}
|
|
857
|
+
);
|
|
858
|
+
```
|
|
859
|
+
|
|
860
|
+
---------------------------------------
|
|
861
|
+
|
|
862
|
+
<a name="doWhilst" />
|
|
863
|
+
### doWhilst(fn, test, callback)
|
|
864
|
+
|
|
865
|
+
The post-check version of [`whilst`](#whilst). To reflect the difference in
|
|
866
|
+
the order of operations, the arguments `test` and `fn` are switched.
|
|
867
|
+
|
|
868
|
+
`doWhilst` is to `whilst` as `do while` is to `while` in plain JavaScript.
|
|
869
|
+
|
|
870
|
+
---------------------------------------
|
|
871
|
+
|
|
872
|
+
<a name="until" />
|
|
873
|
+
### until(test, fn, callback)
|
|
874
|
+
|
|
875
|
+
Repeatedly call `fn` until `test` returns `true`. Calls `callback` when stopped,
|
|
876
|
+
or an error occurs. `callback` will be passed an error and any arguments passed
|
|
877
|
+
to the final `fn`'s callback.
|
|
878
|
+
|
|
879
|
+
The inverse of [`whilst`](#whilst).
|
|
880
|
+
|
|
881
|
+
---------------------------------------
|
|
882
|
+
|
|
883
|
+
<a name="doUntil" />
|
|
884
|
+
### doUntil(fn, test, callback)
|
|
885
|
+
|
|
886
|
+
Like [`doWhilst`](#doWhilst), except the `test` is inverted. Note the argument ordering differs from `until`.
|
|
887
|
+
|
|
888
|
+
---------------------------------------
|
|
889
|
+
|
|
890
|
+
<a name="during" />
|
|
891
|
+
### during(test, fn, callback)
|
|
892
|
+
|
|
893
|
+
Like [`whilst`](#whilst), except the `test` is an asynchronous function that is passed a callback in the form of `function (err, truth)`. If error is passed to `test` or `fn`, the main callback is immediately called with the value of the error.
|
|
894
|
+
|
|
895
|
+
__Example__
|
|
896
|
+
|
|
897
|
+
```js
|
|
898
|
+
var count = 0;
|
|
899
|
+
|
|
900
|
+
async.during(
|
|
901
|
+
function (callback) {
|
|
902
|
+
return callback(null, count < 5);
|
|
903
|
+
},
|
|
904
|
+
function (callback) {
|
|
905
|
+
count++;
|
|
906
|
+
setTimeout(callback, 1000);
|
|
907
|
+
},
|
|
908
|
+
function (err) {
|
|
909
|
+
// 5 seconds have passed
|
|
910
|
+
}
|
|
911
|
+
);
|
|
912
|
+
```
|
|
913
|
+
|
|
914
|
+
---------------------------------------
|
|
915
|
+
|
|
916
|
+
<a name="doDuring" />
|
|
917
|
+
### doDuring(fn, test, callback)
|
|
918
|
+
|
|
919
|
+
The post-check version of [`during`](#during). To reflect the difference in
|
|
920
|
+
the order of operations, the arguments `test` and `fn` are switched.
|
|
921
|
+
|
|
922
|
+
Also a version of [`doWhilst`](#doWhilst) with asynchronous `test` function.
|
|
923
|
+
|
|
924
|
+
---------------------------------------
|
|
925
|
+
|
|
926
|
+
<a name="forever" />
|
|
927
|
+
### forever(fn, [errback])
|
|
928
|
+
|
|
929
|
+
Calls the asynchronous function `fn` with a callback parameter that allows it to
|
|
930
|
+
call itself again, in series, indefinitely.
|
|
931
|
+
|
|
932
|
+
If an error is passed to the callback then `errback` is called with the
|
|
933
|
+
error, and execution stops, otherwise it will never be called.
|
|
934
|
+
|
|
935
|
+
```js
|
|
936
|
+
async.forever(
|
|
937
|
+
function(next) {
|
|
938
|
+
// next is suitable for passing to things that need a callback(err [, whatever]);
|
|
939
|
+
// it will result in this function being called again.
|
|
940
|
+
},
|
|
941
|
+
function(err) {
|
|
942
|
+
// if next is called with a value in its first parameter, it will appear
|
|
943
|
+
// in here as 'err', and execution will stop.
|
|
944
|
+
}
|
|
945
|
+
);
|
|
946
|
+
```
|
|
947
|
+
|
|
948
|
+
---------------------------------------
|
|
949
|
+
|
|
950
|
+
<a name="waterfall" />
|
|
951
|
+
### waterfall(tasks, [callback])
|
|
952
|
+
|
|
953
|
+
Runs the `tasks` array of functions in series, each passing their results to the next in
|
|
954
|
+
the array. However, if any of the `tasks` pass an error to their own callback, the
|
|
955
|
+
next function is not executed, and the main `callback` is immediately called with
|
|
956
|
+
the error.
|
|
957
|
+
|
|
958
|
+
__Arguments__
|
|
959
|
+
|
|
960
|
+
* `tasks` - An array of functions to run, each function is passed a
|
|
961
|
+
`callback(err, result1, result2, ...)` it must call on completion. The first
|
|
962
|
+
argument is an error (which can be `null`) and any further arguments will be
|
|
963
|
+
passed as arguments in order to the next task.
|
|
964
|
+
* `callback(err, [results])` - An optional callback to run once all the functions
|
|
965
|
+
have completed. This will be passed the results of the last task's callback.
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
__Example__
|
|
970
|
+
|
|
971
|
+
```js
|
|
972
|
+
async.waterfall([
|
|
973
|
+
function(callback) {
|
|
974
|
+
callback(null, 'one', 'two');
|
|
975
|
+
},
|
|
976
|
+
function(arg1, arg2, callback) {
|
|
977
|
+
// arg1 now equals 'one' and arg2 now equals 'two'
|
|
978
|
+
callback(null, 'three');
|
|
979
|
+
},
|
|
980
|
+
function(arg1, callback) {
|
|
981
|
+
// arg1 now equals 'three'
|
|
982
|
+
callback(null, 'done');
|
|
983
|
+
}
|
|
984
|
+
], function (err, result) {
|
|
985
|
+
// result now equals 'done'
|
|
986
|
+
});
|
|
987
|
+
```
|
|
988
|
+
Or, with named functions:
|
|
989
|
+
|
|
990
|
+
```js
|
|
991
|
+
async.waterfall([
|
|
992
|
+
myFirstFunction,
|
|
993
|
+
mySecondFunction,
|
|
994
|
+
myLastFunction,
|
|
995
|
+
], function (err, result) {
|
|
996
|
+
// result now equals 'done'
|
|
997
|
+
});
|
|
998
|
+
function myFirstFunction(callback) {
|
|
999
|
+
callback(null, 'one', 'two');
|
|
1000
|
+
}
|
|
1001
|
+
function mySecondFunction(arg1, arg2, callback) {
|
|
1002
|
+
// arg1 now equals 'one' and arg2 now equals 'two'
|
|
1003
|
+
callback(null, 'three');
|
|
1004
|
+
}
|
|
1005
|
+
function myLastFunction(arg1, callback) {
|
|
1006
|
+
// arg1 now equals 'three'
|
|
1007
|
+
callback(null, 'done');
|
|
1008
|
+
}
|
|
1009
|
+
```
|
|
1010
|
+
|
|
1011
|
+
Or, if you need to pass any argument to the first function:
|
|
1012
|
+
|
|
1013
|
+
```js
|
|
1014
|
+
async.waterfall([
|
|
1015
|
+
async.apply(myFirstFunction, 'zero'),
|
|
1016
|
+
mySecondFunction,
|
|
1017
|
+
myLastFunction,
|
|
1018
|
+
], function (err, result) {
|
|
1019
|
+
// result now equals 'done'
|
|
1020
|
+
});
|
|
1021
|
+
function myFirstFunction(arg1, callback) {
|
|
1022
|
+
// arg1 now equals 'zero'
|
|
1023
|
+
callback(null, 'one', 'two');
|
|
1024
|
+
}
|
|
1025
|
+
function mySecondFunction(arg1, arg2, callback) {
|
|
1026
|
+
// arg1 now equals 'one' and arg2 now equals 'two'
|
|
1027
|
+
callback(null, 'three');
|
|
1028
|
+
}
|
|
1029
|
+
function myLastFunction(arg1, callback) {
|
|
1030
|
+
// arg1 now equals 'three'
|
|
1031
|
+
callback(null, 'done');
|
|
1032
|
+
}
|
|
1033
|
+
```
|
|
1034
|
+
|
|
1035
|
+
---------------------------------------
|
|
1036
|
+
<a name="compose" />
|
|
1037
|
+
### compose(fn1, fn2...)
|
|
1038
|
+
|
|
1039
|
+
Creates a function which is a composition of the passed asynchronous
|
|
1040
|
+
functions. Each function consumes the return value of the function that
|
|
1041
|
+
follows. Composing functions `f()`, `g()`, and `h()` would produce the result of
|
|
1042
|
+
`f(g(h()))`, only this version uses callbacks to obtain the return values.
|
|
1043
|
+
|
|
1044
|
+
Each function is executed with the `this` binding of the composed function.
|
|
1045
|
+
|
|
1046
|
+
__Arguments__
|
|
1047
|
+
|
|
1048
|
+
* `functions...` - the asynchronous functions to compose
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
__Example__
|
|
1052
|
+
|
|
1053
|
+
```js
|
|
1054
|
+
function add1(n, callback) {
|
|
1055
|
+
setTimeout(function () {
|
|
1056
|
+
callback(null, n + 1);
|
|
1057
|
+
}, 10);
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
function mul3(n, callback) {
|
|
1061
|
+
setTimeout(function () {
|
|
1062
|
+
callback(null, n * 3);
|
|
1063
|
+
}, 10);
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
var add1mul3 = async.compose(mul3, add1);
|
|
1067
|
+
|
|
1068
|
+
add1mul3(4, function (err, result) {
|
|
1069
|
+
// result now equals 15
|
|
1070
|
+
});
|
|
1071
|
+
```
|
|
1072
|
+
|
|
1073
|
+
---------------------------------------
|
|
1074
|
+
<a name="seq" />
|
|
1075
|
+
### seq(fn1, fn2...)
|
|
1076
|
+
|
|
1077
|
+
Version of the compose function that is more natural to read.
|
|
1078
|
+
Each function consumes the return value of the previous function.
|
|
1079
|
+
It is the equivalent of [`compose`](#compose) with the arguments reversed.
|
|
1080
|
+
|
|
1081
|
+
Each function is executed with the `this` binding of the composed function.
|
|
1082
|
+
|
|
1083
|
+
__Arguments__
|
|
1084
|
+
|
|
1085
|
+
* `functions...` - the asynchronous functions to compose
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
__Example__
|
|
1089
|
+
|
|
1090
|
+
```js
|
|
1091
|
+
// Requires lodash (or underscore), express3 and dresende's orm2.
|
|
1092
|
+
// Part of an app, that fetches cats of the logged user.
|
|
1093
|
+
// This example uses `seq` function to avoid overnesting and error
|
|
1094
|
+
// handling clutter.
|
|
1095
|
+
app.get('/cats', function(request, response) {
|
|
1096
|
+
var User = request.models.User;
|
|
1097
|
+
async.seq(
|
|
1098
|
+
_.bind(User.get, User), // 'User.get' has signature (id, callback(err, data))
|
|
1099
|
+
function(user, fn) {
|
|
1100
|
+
user.getCats(fn); // 'getCats' has signature (callback(err, data))
|
|
1101
|
+
}
|
|
1102
|
+
)(req.session.user_id, function (err, cats) {
|
|
1103
|
+
if (err) {
|
|
1104
|
+
console.error(err);
|
|
1105
|
+
response.json({ status: 'error', message: err.message });
|
|
1106
|
+
} else {
|
|
1107
|
+
response.json({ status: 'ok', message: 'Cats found', data: cats });
|
|
1108
|
+
}
|
|
1109
|
+
});
|
|
1110
|
+
});
|
|
1111
|
+
```
|
|
1112
|
+
|
|
1113
|
+
---------------------------------------
|
|
1114
|
+
<a name="applyEach" />
|
|
1115
|
+
### applyEach(fns, args..., callback)
|
|
1116
|
+
|
|
1117
|
+
Applies the provided arguments to each function in the array, calling
|
|
1118
|
+
`callback` after all functions have completed. If you only provide the first
|
|
1119
|
+
argument, then it will return a function which lets you pass in the
|
|
1120
|
+
arguments as if it were a single function call.
|
|
1121
|
+
|
|
1122
|
+
__Arguments__
|
|
1123
|
+
|
|
1124
|
+
* `fns` - the asynchronous functions to all call with the same arguments
|
|
1125
|
+
* `args...` - any number of separate arguments to pass to the function
|
|
1126
|
+
* `callback` - the final argument should be the callback, called when all
|
|
1127
|
+
functions have completed processing
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
__Example__
|
|
1131
|
+
|
|
1132
|
+
```js
|
|
1133
|
+
async.applyEach([enableSearch, updateSchema], 'bucket', callback);
|
|
1134
|
+
|
|
1135
|
+
// partial application example:
|
|
1136
|
+
async.each(
|
|
1137
|
+
buckets,
|
|
1138
|
+
async.applyEach([enableSearch, updateSchema]),
|
|
1139
|
+
callback
|
|
1140
|
+
);
|
|
1141
|
+
```
|
|
1142
|
+
|
|
1143
|
+
__Related__
|
|
1144
|
+
|
|
1145
|
+
* applyEachSeries(tasks, args..., [callback])
|
|
1146
|
+
|
|
1147
|
+
---------------------------------------
|
|
1148
|
+
|
|
1149
|
+
<a name="queue" />
|
|
1150
|
+
### queue(worker, [concurrency])
|
|
1151
|
+
|
|
1152
|
+
Creates a `queue` object with the specified `concurrency`. Tasks added to the
|
|
1153
|
+
`queue` are processed in parallel (up to the `concurrency` limit). If all
|
|
1154
|
+
`worker`s are in progress, the task is queued until one becomes available.
|
|
1155
|
+
Once a `worker` completes a `task`, that `task`'s callback is called.
|
|
1156
|
+
|
|
1157
|
+
__Arguments__
|
|
1158
|
+
|
|
1159
|
+
* `worker(task, callback)` - An asynchronous function for processing a queued
|
|
1160
|
+
task, which must call its `callback(err)` argument when finished, with an
|
|
1161
|
+
optional `error` as an argument. If you want to handle errors from an individual task, pass a callback to `q.push()`.
|
|
1162
|
+
* `concurrency` - An `integer` for determining how many `worker` functions should be
|
|
1163
|
+
run in parallel. If omitted, the concurrency defaults to `1`. If the concurrency is `0`, an error is thrown.
|
|
1164
|
+
|
|
1165
|
+
__Queue objects__
|
|
1166
|
+
|
|
1167
|
+
The `queue` object returned by this function has the following properties and
|
|
1168
|
+
methods:
|
|
1169
|
+
|
|
1170
|
+
* `length()` - a function returning the number of items waiting to be processed.
|
|
1171
|
+
* `started` - a function returning whether or not any items have been pushed and processed by the queue
|
|
1172
|
+
* `running()` - a function returning the number of items currently being processed.
|
|
1173
|
+
* `workersList()` - a function returning the array of items currently being processed.
|
|
1174
|
+
* `idle()` - a function returning false if there are items waiting or being processed, or true if not.
|
|
1175
|
+
* `concurrency` - an integer for determining how many `worker` functions should be
|
|
1176
|
+
run in parallel. This property can be changed after a `queue` is created to
|
|
1177
|
+
alter the concurrency on-the-fly.
|
|
1178
|
+
* `push(task, [callback])` - add a new task to the `queue`. Calls `callback` once
|
|
1179
|
+
the `worker` has finished processing the task. Instead of a single task, a `tasks` array
|
|
1180
|
+
can be submitted. The respective callback is used for every task in the list.
|
|
1181
|
+
* `unshift(task, [callback])` - add a new task to the front of the `queue`.
|
|
1182
|
+
* `saturated` - a callback that is called when the `queue` length hits the `concurrency` limit,
|
|
1183
|
+
and further tasks will be queued.
|
|
1184
|
+
* `empty` - a callback that is called when the last item from the `queue` is given to a `worker`.
|
|
1185
|
+
* `drain` - a callback that is called when the last item from the `queue` has returned from the `worker`.
|
|
1186
|
+
* `paused` - a boolean for determining whether the queue is in a paused state
|
|
1187
|
+
* `pause()` - a function that pauses the processing of tasks until `resume()` is called.
|
|
1188
|
+
* `resume()` - a function that resumes the processing of queued tasks when the queue is paused.
|
|
1189
|
+
* `kill()` - a function that removes the `drain` callback and empties remaining tasks from the queue forcing it to go idle.
|
|
1190
|
+
|
|
1191
|
+
__Example__
|
|
1192
|
+
|
|
1193
|
+
```js
|
|
1194
|
+
// create a queue object with concurrency 2
|
|
1195
|
+
|
|
1196
|
+
var q = async.queue(function (task, callback) {
|
|
1197
|
+
console.log('hello ' + task.name);
|
|
1198
|
+
callback();
|
|
1199
|
+
}, 2);
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
// assign a callback
|
|
1203
|
+
q.drain = function() {
|
|
1204
|
+
console.log('all items have been processed');
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
// add some items to the queue
|
|
1208
|
+
|
|
1209
|
+
q.push({name: 'foo'}, function (err) {
|
|
1210
|
+
console.log('finished processing foo');
|
|
1211
|
+
});
|
|
1212
|
+
q.push({name: 'bar'}, function (err) {
|
|
1213
|
+
console.log('finished processing bar');
|
|
1214
|
+
});
|
|
1215
|
+
|
|
1216
|
+
// add some items to the queue (batch-wise)
|
|
1217
|
+
|
|
1218
|
+
q.push([{name: 'baz'},{name: 'bay'},{name: 'bax'}], function (err) {
|
|
1219
|
+
console.log('finished processing item');
|
|
1220
|
+
});
|
|
1221
|
+
|
|
1222
|
+
// add some items to the front of the queue
|
|
1223
|
+
|
|
1224
|
+
q.unshift({name: 'bar'}, function (err) {
|
|
1225
|
+
console.log('finished processing bar');
|
|
1226
|
+
});
|
|
1227
|
+
```
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
---------------------------------------
|
|
1231
|
+
|
|
1232
|
+
<a name="priorityQueue" />
|
|
1233
|
+
### priorityQueue(worker, concurrency)
|
|
1234
|
+
|
|
1235
|
+
The same as [`queue`](#queue) only tasks are assigned a priority and completed in ascending priority order. There are two differences between `queue` and `priorityQueue` objects:
|
|
1236
|
+
|
|
1237
|
+
* `push(task, priority, [callback])` - `priority` should be a number. If an array of
|
|
1238
|
+
`tasks` is given, all tasks will be assigned the same priority.
|
|
1239
|
+
* The `unshift` method was removed.
|
|
1240
|
+
|
|
1241
|
+
---------------------------------------
|
|
1242
|
+
|
|
1243
|
+
<a name="cargo" />
|
|
1244
|
+
### cargo(worker, [payload])
|
|
1245
|
+
|
|
1246
|
+
Creates a `cargo` object with the specified payload. Tasks added to the
|
|
1247
|
+
cargo will be processed altogether (up to the `payload` limit). If the
|
|
1248
|
+
`worker` is in progress, the task is queued until it becomes available. Once
|
|
1249
|
+
the `worker` has completed some tasks, each callback of those tasks is called.
|
|
1250
|
+
Check out [these](https://camo.githubusercontent.com/6bbd36f4cf5b35a0f11a96dcd2e97711ffc2fb37/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313637363837312f36383130382f62626330636662302d356632392d313165322d393734662d3333393763363464633835382e676966) [animations](https://camo.githubusercontent.com/f4810e00e1c5f5f8addbe3e9f49064fd5d102699/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313637363837312f36383130312f38346339323036362d356632392d313165322d383134662d3964336430323431336266642e676966) for how `cargo` and `queue` work.
|
|
1251
|
+
|
|
1252
|
+
While [queue](#queue) passes only one task to one of a group of workers
|
|
1253
|
+
at a time, cargo passes an array of tasks to a single worker, repeating
|
|
1254
|
+
when the worker is finished.
|
|
1255
|
+
|
|
1256
|
+
__Arguments__
|
|
1257
|
+
|
|
1258
|
+
* `worker(tasks, callback)` - An asynchronous function for processing an array of
|
|
1259
|
+
queued tasks, which must call its `callback(err)` argument when finished, with
|
|
1260
|
+
an optional `err` argument.
|
|
1261
|
+
* `payload` - An optional `integer` for determining how many tasks should be
|
|
1262
|
+
processed per round; if omitted, the default is unlimited.
|
|
1263
|
+
|
|
1264
|
+
__Cargo objects__
|
|
1265
|
+
|
|
1266
|
+
The `cargo` object returned by this function has the following properties and
|
|
1267
|
+
methods:
|
|
1268
|
+
|
|
1269
|
+
* `length()` - A function returning the number of items waiting to be processed.
|
|
1270
|
+
* `payload` - An `integer` for determining how many tasks should be
|
|
1271
|
+
process per round. This property can be changed after a `cargo` is created to
|
|
1272
|
+
alter the payload on-the-fly.
|
|
1273
|
+
* `push(task, [callback])` - Adds `task` to the `queue`. The callback is called
|
|
1274
|
+
once the `worker` has finished processing the task. Instead of a single task, an array of `tasks`
|
|
1275
|
+
can be submitted. The respective callback is used for every task in the list.
|
|
1276
|
+
* `saturated` - A callback that is called when the `queue.length()` hits the concurrency and further tasks will be queued.
|
|
1277
|
+
* `empty` - A callback that is called when the last item from the `queue` is given to a `worker`.
|
|
1278
|
+
* `drain` - A callback that is called when the last item from the `queue` has returned from the `worker`.
|
|
1279
|
+
* `idle()`, `pause()`, `resume()`, `kill()` - cargo inherits all of the same methods and event calbacks as [`queue`](#queue)
|
|
1280
|
+
|
|
1281
|
+
__Example__
|
|
1282
|
+
|
|
1283
|
+
```js
|
|
1284
|
+
// create a cargo object with payload 2
|
|
1285
|
+
|
|
1286
|
+
var cargo = async.cargo(function (tasks, callback) {
|
|
1287
|
+
for(var i=0; i<tasks.length; i++){
|
|
1288
|
+
console.log('hello ' + tasks[i].name);
|
|
1289
|
+
}
|
|
1290
|
+
callback();
|
|
1291
|
+
}, 2);
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
// add some items
|
|
1295
|
+
|
|
1296
|
+
cargo.push({name: 'foo'}, function (err) {
|
|
1297
|
+
console.log('finished processing foo');
|
|
1298
|
+
});
|
|
1299
|
+
cargo.push({name: 'bar'}, function (err) {
|
|
1300
|
+
console.log('finished processing bar');
|
|
1301
|
+
});
|
|
1302
|
+
cargo.push({name: 'baz'}, function (err) {
|
|
1303
|
+
console.log('finished processing baz');
|
|
1304
|
+
});
|
|
1305
|
+
```
|
|
1306
|
+
|
|
1307
|
+
---------------------------------------
|
|
1308
|
+
|
|
1309
|
+
<a name="auto" />
|
|
1310
|
+
### auto(tasks, [concurrency], [callback])
|
|
1311
|
+
|
|
1312
|
+
Determines the best order for running the functions in `tasks`, based on their requirements. Each function can optionally depend on other functions being completed first, and each function is run as soon as its requirements are satisfied.
|
|
1313
|
+
|
|
1314
|
+
If any of the functions pass an error to their callback, the `auto` sequence will stop. Further tasks will not execute (so any other functions depending on it will not run), and the main `callback` is immediately called with the error. Functions also receive an object containing the results of functions which have completed so far.
|
|
1315
|
+
|
|
1316
|
+
Note, all functions are called with a `results` object as a second argument,
|
|
1317
|
+
so it is unsafe to pass functions in the `tasks` object which cannot handle the
|
|
1318
|
+
extra argument.
|
|
1319
|
+
|
|
1320
|
+
For example, this snippet of code:
|
|
1321
|
+
|
|
1322
|
+
```js
|
|
1323
|
+
async.auto({
|
|
1324
|
+
readData: async.apply(fs.readFile, 'data.txt', 'utf-8')
|
|
1325
|
+
}, callback);
|
|
1326
|
+
```
|
|
1327
|
+
|
|
1328
|
+
will have the effect of calling `readFile` with the results object as the last
|
|
1329
|
+
argument, which will fail:
|
|
1330
|
+
|
|
1331
|
+
```js
|
|
1332
|
+
fs.readFile('data.txt', 'utf-8', cb, {});
|
|
1333
|
+
```
|
|
1334
|
+
|
|
1335
|
+
Instead, wrap the call to `readFile` in a function which does not forward the
|
|
1336
|
+
`results` object:
|
|
1337
|
+
|
|
1338
|
+
```js
|
|
1339
|
+
async.auto({
|
|
1340
|
+
readData: function(cb, results){
|
|
1341
|
+
fs.readFile('data.txt', 'utf-8', cb);
|
|
1342
|
+
}
|
|
1343
|
+
}, callback);
|
|
1344
|
+
```
|
|
1345
|
+
|
|
1346
|
+
__Arguments__
|
|
1347
|
+
|
|
1348
|
+
* `tasks` - An object. Each of its properties is either a function or an array of
|
|
1349
|
+
requirements, with the function itself the last item in the array. The object's key
|
|
1350
|
+
of a property serves as the name of the task defined by that property,
|
|
1351
|
+
i.e. can be used when specifying requirements for other tasks.
|
|
1352
|
+
The function receives two arguments: (1) a `callback(err, result)` which must be
|
|
1353
|
+
called when finished, passing an `error` (which can be `null`) and the result of
|
|
1354
|
+
the function's execution, and (2) a `results` object, containing the results of
|
|
1355
|
+
the previously executed functions.
|
|
1356
|
+
* `concurrency` - An optional `integer` for determining the maximum number of tasks that can be run in parallel. By default, as many as possible.
|
|
1357
|
+
* `callback(err, results)` - An optional callback which is called when all the
|
|
1358
|
+
tasks have been completed. It receives the `err` argument if any `tasks`
|
|
1359
|
+
pass an error to their callback. Results are always returned; however, if
|
|
1360
|
+
an error occurs, no further `tasks` will be performed, and the results
|
|
1361
|
+
object will only contain partial results.
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
__Example__
|
|
1365
|
+
|
|
1366
|
+
```js
|
|
1367
|
+
async.auto({
|
|
1368
|
+
get_data: function(callback){
|
|
1369
|
+
console.log('in get_data');
|
|
1370
|
+
// async code to get some data
|
|
1371
|
+
callback(null, 'data', 'converted to array');
|
|
1372
|
+
},
|
|
1373
|
+
make_folder: function(callback){
|
|
1374
|
+
console.log('in make_folder');
|
|
1375
|
+
// async code to create a directory to store a file in
|
|
1376
|
+
// this is run at the same time as getting the data
|
|
1377
|
+
callback(null, 'folder');
|
|
1378
|
+
},
|
|
1379
|
+
write_file: ['get_data', 'make_folder', function(callback, results){
|
|
1380
|
+
console.log('in write_file', JSON.stringify(results));
|
|
1381
|
+
// once there is some data and the directory exists,
|
|
1382
|
+
// write the data to a file in the directory
|
|
1383
|
+
callback(null, 'filename');
|
|
1384
|
+
}],
|
|
1385
|
+
email_link: ['write_file', function(callback, results){
|
|
1386
|
+
console.log('in email_link', JSON.stringify(results));
|
|
1387
|
+
// once the file is written let's email a link to it...
|
|
1388
|
+
// results.write_file contains the filename returned by write_file.
|
|
1389
|
+
callback(null, {'file':results.write_file, 'email':'user@example.com'});
|
|
1390
|
+
}]
|
|
1391
|
+
}, function(err, results) {
|
|
1392
|
+
console.log('err = ', err);
|
|
1393
|
+
console.log('results = ', results);
|
|
1394
|
+
});
|
|
1395
|
+
```
|
|
1396
|
+
|
|
1397
|
+
This is a fairly trivial example, but to do this using the basic parallel and
|
|
1398
|
+
series functions would look like this:
|
|
1399
|
+
|
|
1400
|
+
```js
|
|
1401
|
+
async.parallel([
|
|
1402
|
+
function(callback){
|
|
1403
|
+
console.log('in get_data');
|
|
1404
|
+
// async code to get some data
|
|
1405
|
+
callback(null, 'data', 'converted to array');
|
|
1406
|
+
},
|
|
1407
|
+
function(callback){
|
|
1408
|
+
console.log('in make_folder');
|
|
1409
|
+
// async code to create a directory to store a file in
|
|
1410
|
+
// this is run at the same time as getting the data
|
|
1411
|
+
callback(null, 'folder');
|
|
1412
|
+
}
|
|
1413
|
+
],
|
|
1414
|
+
function(err, results){
|
|
1415
|
+
async.series([
|
|
1416
|
+
function(callback){
|
|
1417
|
+
console.log('in write_file', JSON.stringify(results));
|
|
1418
|
+
// once there is some data and the directory exists,
|
|
1419
|
+
// write the data to a file in the directory
|
|
1420
|
+
results.push('filename');
|
|
1421
|
+
callback(null);
|
|
1422
|
+
},
|
|
1423
|
+
function(callback){
|
|
1424
|
+
console.log('in email_link', JSON.stringify(results));
|
|
1425
|
+
// once the file is written let's email a link to it...
|
|
1426
|
+
callback(null, {'file':results.pop(), 'email':'user@example.com'});
|
|
1427
|
+
}
|
|
1428
|
+
]);
|
|
1429
|
+
});
|
|
1430
|
+
```
|
|
1431
|
+
|
|
1432
|
+
For a complicated series of `async` tasks, using the [`auto`](#auto) function makes adding
|
|
1433
|
+
new tasks much easier (and the code more readable).
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
---------------------------------------
|
|
1437
|
+
|
|
1438
|
+
<a name="retry" />
|
|
1439
|
+
### retry([opts = {times: 5, interval: 0}| 5], task, [callback])
|
|
1440
|
+
|
|
1441
|
+
Attempts to get a successful response from `task` no more than `times` times before
|
|
1442
|
+
returning an error. If the task is successful, the `callback` will be passed the result
|
|
1443
|
+
of the successful task. If all attempts fail, the callback will be passed the error and
|
|
1444
|
+
result (if any) of the final attempt.
|
|
1445
|
+
|
|
1446
|
+
__Arguments__
|
|
1447
|
+
|
|
1448
|
+
* `opts` - Can be either an object with `times` and `interval` or a number.
|
|
1449
|
+
* `times` - The number of attempts to make before giving up. The default is `5`.
|
|
1450
|
+
* `interval` - The time to wait between retries, in milliseconds. The default is `0`.
|
|
1451
|
+
* If `opts` is a number, the number specifies the number of times to retry, with the default interval of `0`.
|
|
1452
|
+
* `task(callback, results)` - A function which receives two arguments: (1) a `callback(err, result)`
|
|
1453
|
+
which must be called when finished, passing `err` (which can be `null`) and the `result` of
|
|
1454
|
+
the function's execution, and (2) a `results` object, containing the results of
|
|
1455
|
+
the previously executed functions (if nested inside another control flow).
|
|
1456
|
+
* `callback(err, results)` - An optional callback which is called when the
|
|
1457
|
+
task has succeeded, or after the final failed attempt. It receives the `err` and `result` arguments of the last attempt at completing the `task`.
|
|
1458
|
+
|
|
1459
|
+
The [`retry`](#retry) function can be used as a stand-alone control flow by passing a callback, as shown below:
|
|
1460
|
+
|
|
1461
|
+
```js
|
|
1462
|
+
// try calling apiMethod 3 times
|
|
1463
|
+
async.retry(3, apiMethod, function(err, result) {
|
|
1464
|
+
// do something with the result
|
|
1465
|
+
});
|
|
1466
|
+
```
|
|
1467
|
+
|
|
1468
|
+
```js
|
|
1469
|
+
// try calling apiMethod 3 times, waiting 200 ms between each retry
|
|
1470
|
+
async.retry({times: 3, interval: 200}, apiMethod, function(err, result) {
|
|
1471
|
+
// do something with the result
|
|
1472
|
+
});
|
|
1473
|
+
```
|
|
1474
|
+
|
|
1475
|
+
```js
|
|
1476
|
+
// try calling apiMethod the default 5 times no delay between each retry
|
|
1477
|
+
async.retry(apiMethod, function(err, result) {
|
|
1478
|
+
// do something with the result
|
|
1479
|
+
});
|
|
1480
|
+
```
|
|
1481
|
+
|
|
1482
|
+
It can also be embedded within other control flow functions to retry individual methods
|
|
1483
|
+
that are not as reliable, like this:
|
|
1484
|
+
|
|
1485
|
+
```js
|
|
1486
|
+
async.auto({
|
|
1487
|
+
users: api.getUsers.bind(api),
|
|
1488
|
+
payments: async.retry(3, api.getPayments.bind(api))
|
|
1489
|
+
}, function(err, results) {
|
|
1490
|
+
// do something with the results
|
|
1491
|
+
});
|
|
1492
|
+
```
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
---------------------------------------
|
|
1496
|
+
|
|
1497
|
+
<a name="iterator" />
|
|
1498
|
+
### iterator(tasks)
|
|
1499
|
+
|
|
1500
|
+
Creates an iterator function which calls the next function in the `tasks` array,
|
|
1501
|
+
returning a continuation to call the next one after that. It's also possible to
|
|
1502
|
+
“peek” at the next iterator with `iterator.next()`.
|
|
1503
|
+
|
|
1504
|
+
This function is used internally by the `async` module, but can be useful when
|
|
1505
|
+
you want to manually control the flow of functions in series.
|
|
1506
|
+
|
|
1507
|
+
__Arguments__
|
|
1508
|
+
|
|
1509
|
+
* `tasks` - An array of functions to run.
|
|
1510
|
+
|
|
1511
|
+
__Example__
|
|
1512
|
+
|
|
1513
|
+
```js
|
|
1514
|
+
var iterator = async.iterator([
|
|
1515
|
+
function(){ sys.p('one'); },
|
|
1516
|
+
function(){ sys.p('two'); },
|
|
1517
|
+
function(){ sys.p('three'); }
|
|
1518
|
+
]);
|
|
1519
|
+
|
|
1520
|
+
node> var iterator2 = iterator();
|
|
1521
|
+
'one'
|
|
1522
|
+
node> var iterator3 = iterator2();
|
|
1523
|
+
'two'
|
|
1524
|
+
node> iterator3();
|
|
1525
|
+
'three'
|
|
1526
|
+
node> var nextfn = iterator2.next();
|
|
1527
|
+
node> nextfn();
|
|
1528
|
+
'three'
|
|
1529
|
+
```
|
|
1530
|
+
|
|
1531
|
+
---------------------------------------
|
|
1532
|
+
|
|
1533
|
+
<a name="apply" />
|
|
1534
|
+
### apply(function, arguments..)
|
|
1535
|
+
|
|
1536
|
+
Creates a continuation function with some arguments already applied.
|
|
1537
|
+
|
|
1538
|
+
Useful as a shorthand when combined with other control flow functions. Any arguments
|
|
1539
|
+
passed to the returned function are added to the arguments originally passed
|
|
1540
|
+
to apply.
|
|
1541
|
+
|
|
1542
|
+
__Arguments__
|
|
1543
|
+
|
|
1544
|
+
* `function` - The function you want to eventually apply all arguments to.
|
|
1545
|
+
* `arguments...` - Any number of arguments to automatically apply when the
|
|
1546
|
+
continuation is called.
|
|
1547
|
+
|
|
1548
|
+
__Example__
|
|
1549
|
+
|
|
1550
|
+
```js
|
|
1551
|
+
// using apply
|
|
1552
|
+
|
|
1553
|
+
async.parallel([
|
|
1554
|
+
async.apply(fs.writeFile, 'testfile1', 'test1'),
|
|
1555
|
+
async.apply(fs.writeFile, 'testfile2', 'test2'),
|
|
1556
|
+
]);
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
// the same process without using apply
|
|
1560
|
+
|
|
1561
|
+
async.parallel([
|
|
1562
|
+
function(callback){
|
|
1563
|
+
fs.writeFile('testfile1', 'test1', callback);
|
|
1564
|
+
},
|
|
1565
|
+
function(callback){
|
|
1566
|
+
fs.writeFile('testfile2', 'test2', callback);
|
|
1567
|
+
}
|
|
1568
|
+
]);
|
|
1569
|
+
```
|
|
1570
|
+
|
|
1571
|
+
It's possible to pass any number of additional arguments when calling the
|
|
1572
|
+
continuation:
|
|
1573
|
+
|
|
1574
|
+
```js
|
|
1575
|
+
node> var fn = async.apply(sys.puts, 'one');
|
|
1576
|
+
node> fn('two', 'three');
|
|
1577
|
+
one
|
|
1578
|
+
two
|
|
1579
|
+
three
|
|
1580
|
+
```
|
|
1581
|
+
|
|
1582
|
+
---------------------------------------
|
|
1583
|
+
|
|
1584
|
+
<a name="nextTick" />
|
|
1585
|
+
### nextTick(callback), setImmediate(callback)
|
|
1586
|
+
|
|
1587
|
+
Calls `callback` on a later loop around the event loop. In Node.js this just
|
|
1588
|
+
calls `process.nextTick`; in the browser it falls back to `setImmediate(callback)`
|
|
1589
|
+
if available, otherwise `setTimeout(callback, 0)`, which means other higher priority
|
|
1590
|
+
events may precede the execution of `callback`.
|
|
1591
|
+
|
|
1592
|
+
This is used internally for browser-compatibility purposes.
|
|
1593
|
+
|
|
1594
|
+
__Arguments__
|
|
1595
|
+
|
|
1596
|
+
* `callback` - The function to call on a later loop around the event loop.
|
|
1597
|
+
|
|
1598
|
+
__Example__
|
|
1599
|
+
|
|
1600
|
+
```js
|
|
1601
|
+
var call_order = [];
|
|
1602
|
+
async.nextTick(function(){
|
|
1603
|
+
call_order.push('two');
|
|
1604
|
+
// call_order now equals ['one','two']
|
|
1605
|
+
});
|
|
1606
|
+
call_order.push('one')
|
|
1607
|
+
```
|
|
1608
|
+
|
|
1609
|
+
<a name="times" />
|
|
1610
|
+
### times(n, iterator, [callback])
|
|
1611
|
+
|
|
1612
|
+
Calls the `iterator` function `n` times, and accumulates results in the same manner
|
|
1613
|
+
you would use with [`map`](#map).
|
|
1614
|
+
|
|
1615
|
+
__Arguments__
|
|
1616
|
+
|
|
1617
|
+
* `n` - The number of times to run the function.
|
|
1618
|
+
* `iterator` - The function to call `n` times.
|
|
1619
|
+
* `callback` - see [`map`](#map)
|
|
1620
|
+
|
|
1621
|
+
__Example__
|
|
1622
|
+
|
|
1623
|
+
```js
|
|
1624
|
+
// Pretend this is some complicated async factory
|
|
1625
|
+
var createUser = function(id, callback) {
|
|
1626
|
+
callback(null, {
|
|
1627
|
+
id: 'user' + id
|
|
1628
|
+
})
|
|
1629
|
+
}
|
|
1630
|
+
// generate 5 users
|
|
1631
|
+
async.times(5, function(n, next){
|
|
1632
|
+
createUser(n, function(err, user) {
|
|
1633
|
+
next(err, user)
|
|
1634
|
+
})
|
|
1635
|
+
}, function(err, users) {
|
|
1636
|
+
// we should now have 5 users
|
|
1637
|
+
});
|
|
1638
|
+
```
|
|
1639
|
+
|
|
1640
|
+
__Related__
|
|
1641
|
+
|
|
1642
|
+
* timesSeries(n, iterator, [callback])
|
|
1643
|
+
* timesLimit(n, limit, iterator, [callback])
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
## Utils
|
|
1647
|
+
|
|
1648
|
+
<a name="memoize" />
|
|
1649
|
+
### memoize(fn, [hasher])
|
|
1650
|
+
|
|
1651
|
+
Caches the results of an `async` function. When creating a hash to store function
|
|
1652
|
+
results against, the callback is omitted from the hash and an optional hash
|
|
1653
|
+
function can be used.
|
|
1654
|
+
|
|
1655
|
+
If no hash function is specified, the first argument is used as a hash key, which may work reasonably if it is a string or a data type that converts to a distinct string. Note that objects and arrays will not behave reasonably. Neither will cases where the other arguments are significant. In such cases, specify your own hash function.
|
|
1656
|
+
|
|
1657
|
+
The cache of results is exposed as the `memo` property of the function returned
|
|
1658
|
+
by `memoize`.
|
|
1659
|
+
|
|
1660
|
+
__Arguments__
|
|
1661
|
+
|
|
1662
|
+
* `fn` - The function to proxy and cache results from.
|
|
1663
|
+
* `hasher` - An optional function for generating a custom hash for storing
|
|
1664
|
+
results. It has all the arguments applied to it apart from the callback, and
|
|
1665
|
+
must be synchronous.
|
|
1666
|
+
|
|
1667
|
+
__Example__
|
|
1668
|
+
|
|
1669
|
+
```js
|
|
1670
|
+
var slow_fn = function (name, callback) {
|
|
1671
|
+
// do something
|
|
1672
|
+
callback(null, result);
|
|
1673
|
+
};
|
|
1674
|
+
var fn = async.memoize(slow_fn);
|
|
1675
|
+
|
|
1676
|
+
// fn can now be used as if it were slow_fn
|
|
1677
|
+
fn('some name', function () {
|
|
1678
|
+
// callback
|
|
1679
|
+
});
|
|
1680
|
+
```
|
|
1681
|
+
|
|
1682
|
+
<a name="unmemoize" />
|
|
1683
|
+
### unmemoize(fn)
|
|
1684
|
+
|
|
1685
|
+
Undoes a [`memoize`](#memoize)d function, reverting it to the original, unmemoized
|
|
1686
|
+
form. Handy for testing.
|
|
1687
|
+
|
|
1688
|
+
__Arguments__
|
|
1689
|
+
|
|
1690
|
+
* `fn` - the memoized function
|
|
1691
|
+
|
|
1692
|
+
---------------------------------------
|
|
1693
|
+
|
|
1694
|
+
<a name="ensureAsync" />
|
|
1695
|
+
### ensureAsync(fn)
|
|
1696
|
+
|
|
1697
|
+
Wrap an async function and ensure it calls its callback on a later tick of the event loop. If the function already calls its callback on a next tick, no extra deferral is added. This is useful for preventing stack overflows (`RangeError: Maximum call stack size exceeded`) and generally keeping [Zalgo](http://blog.izs.me/post/59142742143/designing-apis-for-asynchrony) contained.
|
|
1698
|
+
|
|
1699
|
+
__Arguments__
|
|
1700
|
+
|
|
1701
|
+
* `fn` - an async function, one that expects a node-style callback as its last argument
|
|
1702
|
+
|
|
1703
|
+
Returns a wrapped function with the exact same call signature as the function passed in.
|
|
1704
|
+
|
|
1705
|
+
__Example__
|
|
1706
|
+
|
|
1707
|
+
```js
|
|
1708
|
+
function sometimesAsync(arg, callback) {
|
|
1709
|
+
if (cache[arg]) {
|
|
1710
|
+
return callback(null, cache[arg]); // this would be synchronous!!
|
|
1711
|
+
} else {
|
|
1712
|
+
doSomeIO(arg, callback); // this IO would be asynchronous
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
// this has a risk of stack overflows if many results are cached in a row
|
|
1717
|
+
async.mapSeries(args, sometimesAsync, done);
|
|
1718
|
+
|
|
1719
|
+
// this will defer sometimesAsync's callback if necessary,
|
|
1720
|
+
// preventing stack overflows
|
|
1721
|
+
async.mapSeries(args, async.ensureAsync(sometimesAsync), done);
|
|
1722
|
+
|
|
1723
|
+
```
|
|
1724
|
+
|
|
1725
|
+
---------------------------------------
|
|
1726
|
+
|
|
1727
|
+
<a name="constant">
|
|
1728
|
+
### constant(values...)
|
|
1729
|
+
|
|
1730
|
+
Returns a function that when called, calls-back with the values provided. Useful as the first function in a `waterfall`, or for plugging values in to `auto`.
|
|
1731
|
+
|
|
1732
|
+
__Example__
|
|
1733
|
+
|
|
1734
|
+
```js
|
|
1735
|
+
async.waterfall([
|
|
1736
|
+
async.constant(42),
|
|
1737
|
+
function (value, next) {
|
|
1738
|
+
// value === 42
|
|
1739
|
+
},
|
|
1740
|
+
//...
|
|
1741
|
+
], callback);
|
|
1742
|
+
|
|
1743
|
+
async.waterfall([
|
|
1744
|
+
async.constant(filename, "utf8"),
|
|
1745
|
+
fs.readFile,
|
|
1746
|
+
function (fileData, next) {
|
|
1747
|
+
//...
|
|
1748
|
+
}
|
|
1749
|
+
//...
|
|
1750
|
+
], callback);
|
|
1751
|
+
|
|
1752
|
+
async.auto({
|
|
1753
|
+
hostname: async.constant("https://server.net/"),
|
|
1754
|
+
port: findFreePort,
|
|
1755
|
+
launchServer: ["hostname", "port", function (cb, options) {
|
|
1756
|
+
startServer(options, cb);
|
|
1757
|
+
}],
|
|
1758
|
+
//...
|
|
1759
|
+
}, callback);
|
|
1760
|
+
|
|
1761
|
+
```
|
|
1762
|
+
|
|
1763
|
+
---------------------------------------
|
|
1764
|
+
|
|
1765
|
+
<a name="asyncify">
|
|
1766
|
+
<a name="wrapSync">
|
|
1767
|
+
### asyncify(func)
|
|
1768
|
+
|
|
1769
|
+
__Alias:__ `wrapSync`
|
|
1770
|
+
|
|
1771
|
+
Take a sync function and make it async, passing its return value to a callback. This is useful for plugging sync functions into a waterfall, series, or other async functions. Any arguments passed to the generated function will be passed to the wrapped function (except for the final callback argument). Errors thrown will be passed to the callback.
|
|
1772
|
+
|
|
1773
|
+
__Example__
|
|
1774
|
+
|
|
1775
|
+
```js
|
|
1776
|
+
async.waterfall([
|
|
1777
|
+
async.apply(fs.readFile, filename, "utf8"),
|
|
1778
|
+
async.asyncify(JSON.parse),
|
|
1779
|
+
function (data, next) {
|
|
1780
|
+
// data is the result of parsing the text.
|
|
1781
|
+
// If there was a parsing error, it would have been caught.
|
|
1782
|
+
}
|
|
1783
|
+
], callback)
|
|
1784
|
+
```
|
|
1785
|
+
|
|
1786
|
+
If the function passed to `asyncify` returns a Promise, that promises's resolved/rejected state will be used to call the callback, rather than simply the synchronous return value. Example:
|
|
1787
|
+
|
|
1788
|
+
```js
|
|
1789
|
+
async.waterfall([
|
|
1790
|
+
async.apply(fs.readFile, filename, "utf8"),
|
|
1791
|
+
async.asyncify(function (contents) {
|
|
1792
|
+
return db.model.create(contents);
|
|
1793
|
+
}),
|
|
1794
|
+
function (model, next) {
|
|
1795
|
+
// `model` is the instantiated model object.
|
|
1796
|
+
// If there was an error, this function would be skipped.
|
|
1797
|
+
}
|
|
1798
|
+
], callback)
|
|
1799
|
+
```
|
|
1800
|
+
|
|
1801
|
+
This also means you can asyncify ES2016 `async` functions.
|
|
1802
|
+
|
|
1803
|
+
```js
|
|
1804
|
+
var q = async.queue(async.asyncify(async function (file) {
|
|
1805
|
+
var intermediateStep = await processFile(file);
|
|
1806
|
+
return await somePromise(intermediateStep)
|
|
1807
|
+
}));
|
|
1808
|
+
|
|
1809
|
+
q.push(files);
|
|
1810
|
+
```
|
|
1811
|
+
|
|
1812
|
+
---------------------------------------
|
|
1813
|
+
|
|
1814
|
+
<a name="log" />
|
|
1815
|
+
### log(function, arguments)
|
|
1816
|
+
|
|
1817
|
+
Logs the result of an `async` function to the `console`. Only works in Node.js or
|
|
1818
|
+
in browsers that support `console.log` and `console.error` (such as FF and Chrome).
|
|
1819
|
+
If multiple arguments are returned from the async function, `console.log` is
|
|
1820
|
+
called on each argument in order.
|
|
1821
|
+
|
|
1822
|
+
__Arguments__
|
|
1823
|
+
|
|
1824
|
+
* `function` - The function you want to eventually apply all arguments to.
|
|
1825
|
+
* `arguments...` - Any number of arguments to apply to the function.
|
|
1826
|
+
|
|
1827
|
+
__Example__
|
|
1828
|
+
|
|
1829
|
+
```js
|
|
1830
|
+
var hello = function(name, callback){
|
|
1831
|
+
setTimeout(function(){
|
|
1832
|
+
callback(null, 'hello ' + name);
|
|
1833
|
+
}, 1000);
|
|
1834
|
+
};
|
|
1835
|
+
```
|
|
1836
|
+
```js
|
|
1837
|
+
node> async.log(hello, 'world');
|
|
1838
|
+
'hello world'
|
|
1839
|
+
```
|
|
1840
|
+
|
|
1841
|
+
---------------------------------------
|
|
1842
|
+
|
|
1843
|
+
<a name="dir" />
|
|
1844
|
+
### dir(function, arguments)
|
|
1845
|
+
|
|
1846
|
+
Logs the result of an `async` function to the `console` using `console.dir` to
|
|
1847
|
+
display the properties of the resulting object. Only works in Node.js or
|
|
1848
|
+
in browsers that support `console.dir` and `console.error` (such as FF and Chrome).
|
|
1849
|
+
If multiple arguments are returned from the async function, `console.dir` is
|
|
1850
|
+
called on each argument in order.
|
|
1851
|
+
|
|
1852
|
+
__Arguments__
|
|
1853
|
+
|
|
1854
|
+
* `function` - The function you want to eventually apply all arguments to.
|
|
1855
|
+
* `arguments...` - Any number of arguments to apply to the function.
|
|
1856
|
+
|
|
1857
|
+
__Example__
|
|
1858
|
+
|
|
1859
|
+
```js
|
|
1860
|
+
var hello = function(name, callback){
|
|
1861
|
+
setTimeout(function(){
|
|
1862
|
+
callback(null, {hello: name});
|
|
1863
|
+
}, 1000);
|
|
1864
|
+
};
|
|
1865
|
+
```
|
|
1866
|
+
```js
|
|
1867
|
+
node> async.dir(hello, 'world');
|
|
1868
|
+
{hello: 'world'}
|
|
1869
|
+
```
|
|
1870
|
+
|
|
1871
|
+
---------------------------------------
|
|
1872
|
+
|
|
1873
|
+
<a name="noConflict" />
|
|
1874
|
+
### noConflict()
|
|
1875
|
+
|
|
1876
|
+
Changes the value of `async` back to its original value, returning a reference to the
|
|
1877
|
+
`async` object.
|