zai-fca 1.0.8
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.
Potentially problematic release.
This version of zai-fca might be problematic. Click here for more details.
- package/.cache/replit/env/latest +56 -0
- package/.cache/replit/env/latest.json +1 -0
- package/.cache/replit/modules/nodejs-20.res +1 -0
- package/.cache/replit/modules/replit.res +1 -0
- package/.cache/replit/modules.stamp +0 -0
- package/.cache/typescript/5.6/node_modules/.package-lock.json +178 -0
- package/.cache/typescript/5.6/node_modules/@types/bluebird/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/bluebird/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/bluebird/index.d.ts +1365 -0
- package/.cache/typescript/5.6/node_modules/@types/bluebird/package.json +25 -0
- package/.cache/typescript/5.6/node_modules/@types/caseless/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/caseless/README.md +48 -0
- package/.cache/typescript/5.6/node_modules/@types/caseless/index.d.ts +29 -0
- package/.cache/typescript/5.6/node_modules/@types/caseless/package.json +35 -0
- package/.cache/typescript/5.6/node_modules/@types/mocha/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/mocha/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/mocha/index.d.ts +2929 -0
- package/.cache/typescript/5.6/node_modules/@types/mocha/package.json +56 -0
- package/.cache/typescript/5.6/node_modules/@types/node/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/node/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.6/node_modules/@types/node/assert.d.ts +1040 -0
- package/.cache/typescript/5.6/node_modules/@types/node/async_hooks.d.ts +541 -0
- package/.cache/typescript/5.6/node_modules/@types/node/buffer.buffer.d.ts +385 -0
- package/.cache/typescript/5.6/node_modules/@types/node/buffer.d.ts +1933 -0
- package/.cache/typescript/5.6/node_modules/@types/node/child_process.d.ts +1549 -0
- package/.cache/typescript/5.6/node_modules/@types/node/cluster.d.ts +579 -0
- package/.cache/typescript/5.6/node_modules/@types/node/compatibility/disposable.d.ts +16 -0
- package/.cache/typescript/5.6/node_modules/@types/node/compatibility/index.d.ts +9 -0
- package/.cache/typescript/5.6/node_modules/@types/node/compatibility/indexable.d.ts +23 -0
- package/.cache/typescript/5.6/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/.cache/typescript/5.6/node_modules/@types/node/console.d.ts +452 -0
- package/.cache/typescript/5.6/node_modules/@types/node/constants.d.ts +19 -0
- package/.cache/typescript/5.6/node_modules/@types/node/crypto.d.ts +4475 -0
- package/.cache/typescript/5.6/node_modules/@types/node/dgram.d.ts +596 -0
- package/.cache/typescript/5.6/node_modules/@types/node/diagnostics_channel.d.ts +554 -0
- package/.cache/typescript/5.6/node_modules/@types/node/dns/promises.d.ts +476 -0
- package/.cache/typescript/5.6/node_modules/@types/node/dns.d.ts +865 -0
- package/.cache/typescript/5.6/node_modules/@types/node/dom-events.d.ts +124 -0
- package/.cache/typescript/5.6/node_modules/@types/node/domain.d.ts +170 -0
- package/.cache/typescript/5.6/node_modules/@types/node/events.d.ts +931 -0
- package/.cache/typescript/5.6/node_modules/@types/node/fs/promises.d.ts +1275 -0
- package/.cache/typescript/5.6/node_modules/@types/node/fs.d.ts +4396 -0
- package/.cache/typescript/5.6/node_modules/@types/node/globals.d.ts +566 -0
- package/.cache/typescript/5.6/node_modules/@types/node/globals.typedarray.d.ts +21 -0
- package/.cache/typescript/5.6/node_modules/@types/node/http.d.ts +1958 -0
- package/.cache/typescript/5.6/node_modules/@types/node/http2.d.ts +2558 -0
- package/.cache/typescript/5.6/node_modules/@types/node/https.d.ts +543 -0
- package/.cache/typescript/5.6/node_modules/@types/node/index.d.ts +92 -0
- package/.cache/typescript/5.6/node_modules/@types/node/inspector.d.ts +3966 -0
- package/.cache/typescript/5.6/node_modules/@types/node/module.d.ts +402 -0
- package/.cache/typescript/5.6/node_modules/@types/node/net.d.ts +1001 -0
- package/.cache/typescript/5.6/node_modules/@types/node/os.d.ts +495 -0
- package/.cache/typescript/5.6/node_modules/@types/node/package.json +220 -0
- package/.cache/typescript/5.6/node_modules/@types/node/path.d.ts +200 -0
- package/.cache/typescript/5.6/node_modules/@types/node/perf_hooks.d.ts +965 -0
- package/.cache/typescript/5.6/node_modules/@types/node/process.d.ts +1963 -0
- package/.cache/typescript/5.6/node_modules/@types/node/punycode.d.ts +117 -0
- package/.cache/typescript/5.6/node_modules/@types/node/querystring.d.ts +153 -0
- package/.cache/typescript/5.6/node_modules/@types/node/readline/promises.d.ts +162 -0
- package/.cache/typescript/5.6/node_modules/@types/node/readline.d.ts +589 -0
- package/.cache/typescript/5.6/node_modules/@types/node/repl.d.ts +430 -0
- package/.cache/typescript/5.6/node_modules/@types/node/sea.d.ts +153 -0
- package/.cache/typescript/5.6/node_modules/@types/node/sqlite.d.ts +213 -0
- package/.cache/typescript/5.6/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.6/node_modules/@types/node/stream/promises.d.ts +90 -0
- package/.cache/typescript/5.6/node_modules/@types/node/stream/web.d.ts +609 -0
- package/.cache/typescript/5.6/node_modules/@types/node/stream.d.ts +1726 -0
- package/.cache/typescript/5.6/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.6/node_modules/@types/node/test.d.ts +2248 -0
- package/.cache/typescript/5.6/node_modules/@types/node/timers/promises.d.ts +97 -0
- package/.cache/typescript/5.6/node_modules/@types/node/timers.d.ts +240 -0
- package/.cache/typescript/5.6/node_modules/@types/node/tls.d.ts +1226 -0
- package/.cache/typescript/5.6/node_modules/@types/node/trace_events.d.ts +197 -0
- package/.cache/typescript/5.6/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +385 -0
- package/.cache/typescript/5.6/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
- package/.cache/typescript/5.6/node_modules/@types/node/ts5.6/index.d.ts +92 -0
- package/.cache/typescript/5.6/node_modules/@types/node/tty.d.ts +208 -0
- package/.cache/typescript/5.6/node_modules/@types/node/url.d.ts +972 -0
- package/.cache/typescript/5.6/node_modules/@types/node/util.d.ts +2371 -0
- package/.cache/typescript/5.6/node_modules/@types/node/v8.d.ts +808 -0
- package/.cache/typescript/5.6/node_modules/@types/node/vm.d.ts +976 -0
- package/.cache/typescript/5.6/node_modules/@types/node/wasi.d.ts +181 -0
- package/.cache/typescript/5.6/node_modules/@types/node/worker_threads.d.ts +745 -0
- package/.cache/typescript/5.6/node_modules/@types/node/zlib.d.ts +539 -0
- package/.cache/typescript/5.6/node_modules/@types/node-cron/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/node-cron/README.md +76 -0
- package/.cache/typescript/5.6/node_modules/@types/node-cron/index.d.ts +57 -0
- package/.cache/typescript/5.6/node_modules/@types/node-cron/package.json +50 -0
- package/.cache/typescript/5.6/node_modules/@types/npmlog/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/npmlog/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/npmlog/index.d.ts +84 -0
- package/.cache/typescript/5.6/node_modules/@types/npmlog/package.json +32 -0
- package/.cache/typescript/5.6/node_modules/@types/request/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/request/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/request/index.d.ts +395 -0
- package/.cache/typescript/5.6/node_modules/@types/request/package.json +70 -0
- package/.cache/typescript/5.6/node_modules/@types/tough-cookie/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/tough-cookie/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/tough-cookie/index.d.ts +321 -0
- package/.cache/typescript/5.6/node_modules/@types/tough-cookie/package.json +35 -0
- package/.cache/typescript/5.6/node_modules/asynckit/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/asynckit/README.md +233 -0
- package/.cache/typescript/5.6/node_modules/asynckit/bench.js +76 -0
- package/.cache/typescript/5.6/node_modules/asynckit/index.js +6 -0
- package/.cache/typescript/5.6/node_modules/asynckit/lib/abort.js +29 -0
- package/.cache/typescript/5.6/node_modules/asynckit/lib/async.js +34 -0
- package/.cache/typescript/5.6/node_modules/asynckit/lib/defer.js +26 -0
- package/.cache/typescript/5.6/node_modules/asynckit/lib/iterate.js +75 -0
- package/.cache/typescript/5.6/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/.cache/typescript/5.6/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/.cache/typescript/5.6/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/.cache/typescript/5.6/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/.cache/typescript/5.6/node_modules/asynckit/lib/state.js +37 -0
- package/.cache/typescript/5.6/node_modules/asynckit/lib/streamify.js +141 -0
- package/.cache/typescript/5.6/node_modules/asynckit/lib/terminator.js +29 -0
- package/.cache/typescript/5.6/node_modules/asynckit/package.json +63 -0
- package/.cache/typescript/5.6/node_modules/asynckit/parallel.js +43 -0
- package/.cache/typescript/5.6/node_modules/asynckit/serial.js +17 -0
- package/.cache/typescript/5.6/node_modules/asynckit/serialOrdered.js +75 -0
- package/.cache/typescript/5.6/node_modules/asynckit/stream.js +21 -0
- package/.cache/typescript/5.6/node_modules/combined-stream/License +19 -0
- package/.cache/typescript/5.6/node_modules/combined-stream/Readme.md +138 -0
- package/.cache/typescript/5.6/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/.cache/typescript/5.6/node_modules/combined-stream/package.json +25 -0
- package/.cache/typescript/5.6/node_modules/combined-stream/yarn.lock +17 -0
- package/.cache/typescript/5.6/node_modules/delayed-stream/License +19 -0
- package/.cache/typescript/5.6/node_modules/delayed-stream/Makefile +7 -0
- package/.cache/typescript/5.6/node_modules/delayed-stream/Readme.md +141 -0
- package/.cache/typescript/5.6/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/.cache/typescript/5.6/node_modules/delayed-stream/package.json +27 -0
- package/.cache/typescript/5.6/node_modules/form-data/License +19 -0
- package/.cache/typescript/5.6/node_modules/form-data/Readme.md +350 -0
- package/.cache/typescript/5.6/node_modules/form-data/index.d.ts +51 -0
- package/.cache/typescript/5.6/node_modules/form-data/lib/browser.js +2 -0
- package/.cache/typescript/5.6/node_modules/form-data/lib/form_data.js +484 -0
- package/.cache/typescript/5.6/node_modules/form-data/lib/populate.js +10 -0
- package/.cache/typescript/5.6/node_modules/form-data/package.json +72 -0
- package/.cache/typescript/5.6/node_modules/mime-db/HISTORY.md +507 -0
- package/.cache/typescript/5.6/node_modules/mime-db/LICENSE +23 -0
- package/.cache/typescript/5.6/node_modules/mime-db/README.md +100 -0
- package/.cache/typescript/5.6/node_modules/mime-db/db.json +8519 -0
- package/.cache/typescript/5.6/node_modules/mime-db/index.js +12 -0
- package/.cache/typescript/5.6/node_modules/mime-db/package.json +60 -0
- package/.cache/typescript/5.6/node_modules/mime-types/HISTORY.md +397 -0
- package/.cache/typescript/5.6/node_modules/mime-types/LICENSE +23 -0
- package/.cache/typescript/5.6/node_modules/mime-types/README.md +113 -0
- package/.cache/typescript/5.6/node_modules/mime-types/index.js +188 -0
- package/.cache/typescript/5.6/node_modules/mime-types/package.json +44 -0
- package/.cache/typescript/5.6/node_modules/safe-buffer/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/safe-buffer/README.md +584 -0
- package/.cache/typescript/5.6/node_modules/safe-buffer/index.d.ts +187 -0
- package/.cache/typescript/5.6/node_modules/safe-buffer/index.js +65 -0
- package/.cache/typescript/5.6/node_modules/safe-buffer/package.json +51 -0
- package/.cache/typescript/5.6/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.6/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.6/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.6/node_modules/undici-types/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/undici-types/README.md +6 -0
- package/.cache/typescript/5.6/node_modules/undici-types/agent.d.ts +31 -0
- package/.cache/typescript/5.6/node_modules/undici-types/api.d.ts +43 -0
- package/.cache/typescript/5.6/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/.cache/typescript/5.6/node_modules/undici-types/cache.d.ts +36 -0
- package/.cache/typescript/5.6/node_modules/undici-types/client.d.ts +108 -0
- package/.cache/typescript/5.6/node_modules/undici-types/connector.d.ts +34 -0
- package/.cache/typescript/5.6/node_modules/undici-types/content-type.d.ts +21 -0
- package/.cache/typescript/5.6/node_modules/undici-types/cookies.d.ts +28 -0
- package/.cache/typescript/5.6/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/.cache/typescript/5.6/node_modules/undici-types/dispatcher.d.ts +255 -0
- package/.cache/typescript/5.6/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/.cache/typescript/5.6/node_modules/undici-types/errors.d.ts +149 -0
- package/.cache/typescript/5.6/node_modules/undici-types/eventsource.d.ts +61 -0
- package/.cache/typescript/5.6/node_modules/undici-types/fetch.d.ts +209 -0
- package/.cache/typescript/5.6/node_modules/undici-types/file.d.ts +39 -0
- package/.cache/typescript/5.6/node_modules/undici-types/filereader.d.ts +54 -0
- package/.cache/typescript/5.6/node_modules/undici-types/formdata.d.ts +108 -0
- package/.cache/typescript/5.6/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/.cache/typescript/5.6/node_modules/undici-types/global-origin.d.ts +7 -0
- package/.cache/typescript/5.6/node_modules/undici-types/handlers.d.ts +15 -0
- package/.cache/typescript/5.6/node_modules/undici-types/header.d.ts +4 -0
- package/.cache/typescript/5.6/node_modules/undici-types/index.d.ts +71 -0
- package/.cache/typescript/5.6/node_modules/undici-types/interceptors.d.ts +17 -0
- package/.cache/typescript/5.6/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/.cache/typescript/5.6/node_modules/undici-types/mock-client.d.ts +25 -0
- package/.cache/typescript/5.6/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/.cache/typescript/5.6/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/.cache/typescript/5.6/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/.cache/typescript/5.6/node_modules/undici-types/package.json +55 -0
- package/.cache/typescript/5.6/node_modules/undici-types/patch.d.ts +33 -0
- package/.cache/typescript/5.6/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/.cache/typescript/5.6/node_modules/undici-types/pool.d.ts +39 -0
- package/.cache/typescript/5.6/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/.cache/typescript/5.6/node_modules/undici-types/readable.d.ts +60 -0
- package/.cache/typescript/5.6/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/.cache/typescript/5.6/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/.cache/typescript/5.6/node_modules/undici-types/util.d.ts +18 -0
- package/.cache/typescript/5.6/node_modules/undici-types/webidl.d.ts +222 -0
- package/.cache/typescript/5.6/node_modules/undici-types/websocket.d.ts +150 -0
- package/.cache/typescript/5.6/package-lock.json +190 -0
- package/.cache/typescript/5.6/package.json +1 -0
- package/.replit +4 -0
- package/.upm/store.json +1 -0
- package/LICENSE +21 -0
- package/README.md +289 -0
- package/index.js +460 -0
- package/package.json +45 -0
- package/src/Screenshot.js +83 -0
- package/src/addExternalModule.js +25 -0
- package/src/addUserToGroup.js +115 -0
- package/src/changeAdminStatus.js +103 -0
- package/src/changeArchivedStatus.js +55 -0
- package/src/changeAvatar.js +136 -0
- package/src/changeAvatarV2.js +86 -0
- package/src/changeAvt.js +85 -0
- package/src/changeBio.js +76 -0
- package/src/changeBlockedStatus.js +49 -0
- package/src/changeBlockedStatusMqtt.js +80 -0
- package/src/changeCover.js +72 -0
- package/src/changeGroupImage.js +135 -0
- package/src/changeName.js +79 -0
- package/src/changeNickname.js +59 -0
- package/src/changeThreadColor.js +65 -0
- package/src/changeThreadEmoji.js +55 -0
- package/src/changeUsername.js +59 -0
- package/src/createCommentPost.js +230 -0
- package/src/createNewGroup.js +88 -0
- package/src/createPoll.js +71 -0
- package/src/createPost.js +276 -0
- package/src/deleteMessage.js +56 -0
- package/src/deleteThread.js +56 -0
- package/src/editMessage.js +59 -0
- package/src/editMessageOld.js +67 -0
- package/src/follow.js +74 -0
- package/src/forwardAttachment.js +60 -0
- package/src/getAccess.js +112 -0
- package/src/getAvatarUser.js +78 -0
- package/src/getCurrentUserID.js +7 -0
- package/src/getEmojiUrl.js +29 -0
- package/src/getFriendsList.js +83 -0
- package/src/getMessage.js +835 -0
- package/src/getRegion.js +7 -0
- package/src/getThreadHistory.js +680 -0
- package/src/getThreadHistoryDeprecated.js +71 -0
- package/src/getThreadInfo.js +232 -0
- package/src/getThreadInfoDeprecated.js +56 -0
- package/src/getThreadList.js +213 -0
- package/src/getThreadListDeprecated.js +46 -0
- package/src/getThreadPictures.js +59 -0
- package/src/getUID.js +119 -0
- package/src/getUserID.js +61 -0
- package/src/getUserInfo.js +66 -0
- package/src/handleFriendRequest.js +46 -0
- package/src/handleMessageRequest.js +47 -0
- package/src/httpGet.js +49 -0
- package/src/httpPost.js +48 -0
- package/src/listenMqtt.js +827 -0
- package/src/listenMqtt.txt +827 -0
- package/src/logout.js +75 -0
- package/src/markAsDelivered.js +47 -0
- package/src/markAsRead.js +70 -0
- package/src/markAsReadAll.js +40 -0
- package/src/markAsSeen.js +48 -0
- package/src/muteThread.js +45 -0
- package/src/postFormData.txt +46 -0
- package/src/refreshFb_dtsg.js +89 -0
- package/src/removeUserFromGroup.js +79 -0
- package/src/resolvePhotoUrl.js +45 -0
- package/src/searchForThread.js +53 -0
- package/src/searchStickers.js +53 -0
- package/src/sendMessage.js +329 -0
- package/src/sendMessageMqtt.js +322 -0
- package/src/sendTypingIndicator.js +101 -0
- package/src/sendTypingIndicatorV2.js +28 -0
- package/src/setMessageReaction.js +122 -0
- package/src/setMessageReactionMqtt.js +62 -0
- package/src/setPostReaction.js +112 -0
- package/src/setProfileGuard.js +45 -0
- package/src/setStoryReaction.js +64 -0
- package/src/setTitle.js +90 -0
- package/src/shareContact.js +110 -0
- package/src/shareLink.js +59 -0
- package/src/stopListenMqtt.js +23 -0
- package/src/threadColors.js +131 -0
- package/src/unfriend.js +52 -0
- package/src/unsendMessage.js +45 -0
- package/src/uploadAttachment.js +94 -0
- package/test/example-config.json +18 -0
- package/test/test-page.js +140 -0
- package/test/test.js +385 -0
- package/utils.js +2876 -0
| @@ -0,0 +1,350 @@ | |
| 1 | 
            +
            # Form-Data [](https://www.npmjs.com/package/form-data) [](https://gitter.im/form-data/form-data)
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            A library to create readable ```"multipart/form-data"``` streams. Can be used to submit forms and file uploads to other web applications.
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            The API of this library is inspired by the [XMLHttpRequest-2 FormData Interface][xhr2-fd].
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            [xhr2-fd]: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#the-formdata-interface
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            [](https://travis-ci.org/form-data/form-data)
         | 
| 10 | 
            +
            [](https://travis-ci.org/form-data/form-data)
         | 
| 11 | 
            +
            [](https://travis-ci.org/form-data/form-data)
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            [](https://coveralls.io/github/form-data/form-data?branch=master)
         | 
| 14 | 
            +
            [](https://david-dm.org/form-data/form-data)
         | 
| 15 | 
            +
             | 
| 16 | 
            +
            ## Install
         | 
| 17 | 
            +
             | 
| 18 | 
            +
            ```
         | 
| 19 | 
            +
            npm install --save form-data
         | 
| 20 | 
            +
            ```
         | 
| 21 | 
            +
             | 
| 22 | 
            +
            ## Usage
         | 
| 23 | 
            +
             | 
| 24 | 
            +
            In this example we are constructing a form with 3 fields that contain a string,
         | 
| 25 | 
            +
            a buffer and a file stream.
         | 
| 26 | 
            +
             | 
| 27 | 
            +
            ``` javascript
         | 
| 28 | 
            +
            var FormData = require('form-data');
         | 
| 29 | 
            +
            var fs = require('fs');
         | 
| 30 | 
            +
             | 
| 31 | 
            +
            var form = new FormData();
         | 
| 32 | 
            +
            form.append('my_field', 'my value');
         | 
| 33 | 
            +
            form.append('my_buffer', new Buffer(10));
         | 
| 34 | 
            +
            form.append('my_file', fs.createReadStream('/foo/bar.jpg'));
         | 
| 35 | 
            +
            ```
         | 
| 36 | 
            +
             | 
| 37 | 
            +
            Also you can use http-response stream:
         | 
| 38 | 
            +
             | 
| 39 | 
            +
            ``` javascript
         | 
| 40 | 
            +
            var FormData = require('form-data');
         | 
| 41 | 
            +
            var http = require('http');
         | 
| 42 | 
            +
             | 
| 43 | 
            +
            var form = new FormData();
         | 
| 44 | 
            +
             | 
| 45 | 
            +
            http.request('http://nodejs.org/images/logo.png', function(response) {
         | 
| 46 | 
            +
              form.append('my_field', 'my value');
         | 
| 47 | 
            +
              form.append('my_buffer', new Buffer(10));
         | 
| 48 | 
            +
              form.append('my_logo', response);
         | 
| 49 | 
            +
            });
         | 
| 50 | 
            +
            ```
         | 
| 51 | 
            +
             | 
| 52 | 
            +
            Or @mikeal's [request](https://github.com/request/request) stream:
         | 
| 53 | 
            +
             | 
| 54 | 
            +
            ``` javascript
         | 
| 55 | 
            +
            var FormData = require('form-data');
         | 
| 56 | 
            +
            var request = require('request');
         | 
| 57 | 
            +
             | 
| 58 | 
            +
            var form = new FormData();
         | 
| 59 | 
            +
             | 
| 60 | 
            +
            form.append('my_field', 'my value');
         | 
| 61 | 
            +
            form.append('my_buffer', new Buffer(10));
         | 
| 62 | 
            +
            form.append('my_logo', request('http://nodejs.org/images/logo.png'));
         | 
| 63 | 
            +
            ```
         | 
| 64 | 
            +
             | 
| 65 | 
            +
            In order to submit this form to a web application, call ```submit(url, [callback])``` method:
         | 
| 66 | 
            +
             | 
| 67 | 
            +
            ``` javascript
         | 
| 68 | 
            +
            form.submit('http://example.org/', function(err, res) {
         | 
| 69 | 
            +
              // res – response object (http.IncomingMessage)  //
         | 
| 70 | 
            +
              res.resume();
         | 
| 71 | 
            +
            });
         | 
| 72 | 
            +
             | 
| 73 | 
            +
            ```
         | 
| 74 | 
            +
             | 
| 75 | 
            +
            For more advanced request manipulations ```submit()``` method returns ```http.ClientRequest``` object, or you can choose from one of the alternative submission methods.
         | 
| 76 | 
            +
             | 
| 77 | 
            +
            ### Custom options
         | 
| 78 | 
            +
             | 
| 79 | 
            +
            You can provide custom options, such as `maxDataSize`:
         | 
| 80 | 
            +
             | 
| 81 | 
            +
            ``` javascript
         | 
| 82 | 
            +
            var FormData = require('form-data');
         | 
| 83 | 
            +
             | 
| 84 | 
            +
            var form = new FormData({ maxDataSize: 20971520 });
         | 
| 85 | 
            +
            form.append('my_field', 'my value');
         | 
| 86 | 
            +
            form.append('my_buffer', /* something big */);
         | 
| 87 | 
            +
            ```
         | 
| 88 | 
            +
             | 
| 89 | 
            +
            List of available options could be found in [combined-stream](https://github.com/felixge/node-combined-stream/blob/master/lib/combined_stream.js#L7-L15)
         | 
| 90 | 
            +
             | 
| 91 | 
            +
            ### Alternative submission methods
         | 
| 92 | 
            +
             | 
| 93 | 
            +
            You can use node's http client interface:
         | 
| 94 | 
            +
             | 
| 95 | 
            +
            ``` javascript
         | 
| 96 | 
            +
            var http = require('http');
         | 
| 97 | 
            +
             | 
| 98 | 
            +
            var request = http.request({
         | 
| 99 | 
            +
              method: 'post',
         | 
| 100 | 
            +
              host: 'example.org',
         | 
| 101 | 
            +
              path: '/upload',
         | 
| 102 | 
            +
              headers: form.getHeaders()
         | 
| 103 | 
            +
            });
         | 
| 104 | 
            +
             | 
| 105 | 
            +
            form.pipe(request);
         | 
| 106 | 
            +
             | 
| 107 | 
            +
            request.on('response', function(res) {
         | 
| 108 | 
            +
              console.log(res.statusCode);
         | 
| 109 | 
            +
            });
         | 
| 110 | 
            +
            ```
         | 
| 111 | 
            +
             | 
| 112 | 
            +
            Or if you would prefer the `'Content-Length'` header to be set for you:
         | 
| 113 | 
            +
             | 
| 114 | 
            +
            ``` javascript
         | 
| 115 | 
            +
            form.submit('example.org/upload', function(err, res) {
         | 
| 116 | 
            +
              console.log(res.statusCode);
         | 
| 117 | 
            +
            });
         | 
| 118 | 
            +
            ```
         | 
| 119 | 
            +
             | 
| 120 | 
            +
            To use custom headers and pre-known length in parts:
         | 
| 121 | 
            +
             | 
| 122 | 
            +
            ``` javascript
         | 
| 123 | 
            +
            var CRLF = '\r\n';
         | 
| 124 | 
            +
            var form = new FormData();
         | 
| 125 | 
            +
             | 
| 126 | 
            +
            var options = {
         | 
| 127 | 
            +
              header: CRLF + '--' + form.getBoundary() + CRLF + 'X-Custom-Header: 123' + CRLF + CRLF,
         | 
| 128 | 
            +
              knownLength: 1
         | 
| 129 | 
            +
            };
         | 
| 130 | 
            +
             | 
| 131 | 
            +
            form.append('my_buffer', buffer, options);
         | 
| 132 | 
            +
             | 
| 133 | 
            +
            form.submit('http://example.com/', function(err, res) {
         | 
| 134 | 
            +
              if (err) throw err;
         | 
| 135 | 
            +
              console.log('Done');
         | 
| 136 | 
            +
            });
         | 
| 137 | 
            +
            ```
         | 
| 138 | 
            +
             | 
| 139 | 
            +
            Form-Data can recognize and fetch all the required information from common types of streams (```fs.readStream```, ```http.response``` and ```mikeal's request```), for some other types of streams you'd need to provide "file"-related information manually:
         | 
| 140 | 
            +
             | 
| 141 | 
            +
            ``` javascript
         | 
| 142 | 
            +
            someModule.stream(function(err, stdout, stderr) {
         | 
| 143 | 
            +
              if (err) throw err;
         | 
| 144 | 
            +
             | 
| 145 | 
            +
              var form = new FormData();
         | 
| 146 | 
            +
             | 
| 147 | 
            +
              form.append('file', stdout, {
         | 
| 148 | 
            +
                filename: 'unicycle.jpg', // ... or:
         | 
| 149 | 
            +
                filepath: 'photos/toys/unicycle.jpg',
         | 
| 150 | 
            +
                contentType: 'image/jpeg',
         | 
| 151 | 
            +
                knownLength: 19806
         | 
| 152 | 
            +
              });
         | 
| 153 | 
            +
             | 
| 154 | 
            +
              form.submit('http://example.com/', function(err, res) {
         | 
| 155 | 
            +
                if (err) throw err;
         | 
| 156 | 
            +
                console.log('Done');
         | 
| 157 | 
            +
              });
         | 
| 158 | 
            +
            });
         | 
| 159 | 
            +
            ```
         | 
| 160 | 
            +
             | 
| 161 | 
            +
            The `filepath` property overrides `filename` and may contain a relative path. This is typically used when uploading [multiple files from a directory](https://wicg.github.io/entries-api/#dom-htmlinputelement-webkitdirectory).
         | 
| 162 | 
            +
             | 
| 163 | 
            +
            For edge cases, like POST request to URL with query string or to pass HTTP auth credentials, object can be passed to `form.submit()` as first parameter:
         | 
| 164 | 
            +
             | 
| 165 | 
            +
            ``` javascript
         | 
| 166 | 
            +
            form.submit({
         | 
| 167 | 
            +
              host: 'example.com',
         | 
| 168 | 
            +
              path: '/probably.php?extra=params',
         | 
| 169 | 
            +
              auth: 'username:password'
         | 
| 170 | 
            +
            }, function(err, res) {
         | 
| 171 | 
            +
              console.log(res.statusCode);
         | 
| 172 | 
            +
            });
         | 
| 173 | 
            +
            ```
         | 
| 174 | 
            +
             | 
| 175 | 
            +
            In case you need to also send custom HTTP headers with the POST request, you can use the `headers` key in first parameter of `form.submit()`:
         | 
| 176 | 
            +
             | 
| 177 | 
            +
            ``` javascript
         | 
| 178 | 
            +
            form.submit({
         | 
| 179 | 
            +
              host: 'example.com',
         | 
| 180 | 
            +
              path: '/surelynot.php',
         | 
| 181 | 
            +
              headers: {'x-test-header': 'test-header-value'}
         | 
| 182 | 
            +
            }, function(err, res) {
         | 
| 183 | 
            +
              console.log(res.statusCode);
         | 
| 184 | 
            +
            });
         | 
| 185 | 
            +
            ```
         | 
| 186 | 
            +
             | 
| 187 | 
            +
            ### Methods
         | 
| 188 | 
            +
             | 
| 189 | 
            +
            - [_Void_ append( **String** _field_, **Mixed** _value_ [, **Mixed** _options_] )](https://github.com/form-data/form-data#void-append-string-field-mixed-value--mixed-options-).
         | 
| 190 | 
            +
            - [_Array_ getHeaders( [**Array** _userHeaders_] )](https://github.com/form-data/form-data#array-getheaders-array-userheaders-)
         | 
| 191 | 
            +
            - [_String_ getBoundary()](https://github.com/form-data/form-data#string-getboundary)
         | 
| 192 | 
            +
            - [_Buffer_ getBuffer()](https://github.com/form-data/form-data#buffer-getbuffer)
         | 
| 193 | 
            +
            - [_Integer_ getLengthSync()](https://github.com/form-data/form-data#integer-getlengthsync)
         | 
| 194 | 
            +
            - [_Integer_ getLength( **function** _callback_ )](https://github.com/form-data/form-data#integer-getlength-function-callback-)
         | 
| 195 | 
            +
            - [_Boolean_ hasKnownLength()](https://github.com/form-data/form-data#boolean-hasknownlength)
         | 
| 196 | 
            +
            - [_Request_ submit( _params_, **function** _callback_ )](https://github.com/form-data/form-data#request-submit-params-function-callback-)
         | 
| 197 | 
            +
            - [_String_ toString()](https://github.com/form-data/form-data#string-tostring)
         | 
| 198 | 
            +
             | 
| 199 | 
            +
            #### _Void_ append( **String** _field_, **Mixed** _value_ [, **Mixed** _options_] )
         | 
| 200 | 
            +
            Append data to the form. You can submit about any format (string, integer, boolean, buffer, etc.). However, Arrays are not supported and need to be turned into strings by the user.
         | 
| 201 | 
            +
            ```javascript
         | 
| 202 | 
            +
            var form = new FormData();
         | 
| 203 | 
            +
            form.append( 'my_string', 'my value' );
         | 
| 204 | 
            +
            form.append( 'my_integer', 1 );
         | 
| 205 | 
            +
            form.append( 'my_boolean', true );
         | 
| 206 | 
            +
            form.append( 'my_buffer', new Buffer(10) );
         | 
| 207 | 
            +
            form.append( 'my_array_as_json', JSON.stringify( ['bird','cute'] ) )
         | 
| 208 | 
            +
            ```
         | 
| 209 | 
            +
             | 
| 210 | 
            +
            You may provide a string for options, or an object.
         | 
| 211 | 
            +
            ```javascript
         | 
| 212 | 
            +
            // Set filename by providing a string for options
         | 
| 213 | 
            +
            form.append( 'my_file', fs.createReadStream('/foo/bar.jpg'), 'bar.jpg' );
         | 
| 214 | 
            +
             | 
| 215 | 
            +
            // provide an object.
         | 
| 216 | 
            +
            form.append( 'my_file', fs.createReadStream('/foo/bar.jpg'), {filename: 'bar.jpg', contentType: 'image/jpeg', knownLength: 19806} );
         | 
| 217 | 
            +
            ```
         | 
| 218 | 
            +
             | 
| 219 | 
            +
            #### _Array_ getHeaders( [**Array** _userHeaders_] )
         | 
| 220 | 
            +
            This method ads the correct `content-type` header to the provided array of `userHeaders`.  
         | 
| 221 | 
            +
             | 
| 222 | 
            +
            #### _String_ getBoundary()
         | 
| 223 | 
            +
            Return the boundary of the formData. A boundary consists of 26 `-` followed by 24 numbers
         | 
| 224 | 
            +
            for example:
         | 
| 225 | 
            +
            ```javascript
         | 
| 226 | 
            +
            --------------------------515890814546601021194782
         | 
| 227 | 
            +
            ```
         | 
| 228 | 
            +
            _Note: The boundary must be unique and may not appear in the data._
         | 
| 229 | 
            +
             | 
| 230 | 
            +
            #### _Buffer_ getBuffer()
         | 
| 231 | 
            +
            Return the full formdata request package, as a Buffer. You can insert this Buffer in e.g. Axios to send multipart data.
         | 
| 232 | 
            +
            ```javascript
         | 
| 233 | 
            +
            var form = new FormData();
         | 
| 234 | 
            +
            form.append( 'my_buffer', Buffer.from([0x4a,0x42,0x20,0x52,0x6f,0x63,0x6b,0x73]) );
         | 
| 235 | 
            +
            form.append( 'my_file', fs.readFileSync('/foo/bar.jpg') );
         | 
| 236 | 
            +
             | 
| 237 | 
            +
            axios.post( 'https://example.com/path/to/api',
         | 
| 238 | 
            +
                        form.getBuffer(),
         | 
| 239 | 
            +
                        form.getHeaders()
         | 
| 240 | 
            +
                      )
         | 
| 241 | 
            +
            ```
         | 
| 242 | 
            +
            **Note:** Because the output is of type Buffer, you can only append types that are accepted by Buffer: *string, Buffer, ArrayBuffer, Array, or Array-like Object*. A ReadStream for example will result in an error.
         | 
| 243 | 
            +
             | 
| 244 | 
            +
            #### _Integer_ getLengthSync()
         | 
| 245 | 
            +
            Same as `getLength` but synchronous.
         | 
| 246 | 
            +
             | 
| 247 | 
            +
            _Note: getLengthSync __doesn't__ calculate streams length._
         | 
| 248 | 
            +
             | 
| 249 | 
            +
            #### _Integer_ getLength( **function** _callback_ )
         | 
| 250 | 
            +
            Returns the `Content-Length` async. The callback is used to handle errors and continue once the length has been calculated
         | 
| 251 | 
            +
            ```javascript
         | 
| 252 | 
            +
            this.getLength(function(err, length) {
         | 
| 253 | 
            +
              if (err) {
         | 
| 254 | 
            +
                this._error(err);
         | 
| 255 | 
            +
                return;
         | 
| 256 | 
            +
              }
         | 
| 257 | 
            +
             | 
| 258 | 
            +
              // add content length
         | 
| 259 | 
            +
              request.setHeader('Content-Length', length);
         | 
| 260 | 
            +
             | 
| 261 | 
            +
              ...
         | 
| 262 | 
            +
            }.bind(this));
         | 
| 263 | 
            +
            ```
         | 
| 264 | 
            +
             | 
| 265 | 
            +
            #### _Boolean_ hasKnownLength()
         | 
| 266 | 
            +
            Checks if the length of added values is known.
         | 
| 267 | 
            +
             | 
| 268 | 
            +
            #### _Request_ submit( _params_, **function** _callback_ )
         | 
| 269 | 
            +
            Submit the form to a web application.
         | 
| 270 | 
            +
            ```javascript
         | 
| 271 | 
            +
            var form = new FormData();
         | 
| 272 | 
            +
            form.append( 'my_string', 'Hello World' );
         | 
| 273 | 
            +
             | 
| 274 | 
            +
            form.submit( 'http://example.com/', function(err, res) {
         | 
| 275 | 
            +
              // res – response object (http.IncomingMessage)  //
         | 
| 276 | 
            +
              res.resume();
         | 
| 277 | 
            +
            } );
         | 
| 278 | 
            +
            ```
         | 
| 279 | 
            +
             | 
| 280 | 
            +
            #### _String_ toString()
         | 
| 281 | 
            +
            Returns the form data as a string. Don't use this if you are sending files or buffers, use `getBuffer()` instead.
         | 
| 282 | 
            +
             | 
| 283 | 
            +
            ### Integration with other libraries
         | 
| 284 | 
            +
             | 
| 285 | 
            +
            #### Request
         | 
| 286 | 
            +
             | 
| 287 | 
            +
            Form submission using  [request](https://github.com/request/request):
         | 
| 288 | 
            +
             | 
| 289 | 
            +
            ```javascript
         | 
| 290 | 
            +
            var formData = {
         | 
| 291 | 
            +
              my_field: 'my_value',
         | 
| 292 | 
            +
              my_file: fs.createReadStream(__dirname + '/unicycle.jpg'),
         | 
| 293 | 
            +
            };
         | 
| 294 | 
            +
             | 
| 295 | 
            +
            request.post({url:'http://service.com/upload', formData: formData}, function(err, httpResponse, body) {
         | 
| 296 | 
            +
              if (err) {
         | 
| 297 | 
            +
                return console.error('upload failed:', err);
         | 
| 298 | 
            +
              }
         | 
| 299 | 
            +
              console.log('Upload successful!  Server responded with:', body);
         | 
| 300 | 
            +
            });
         | 
| 301 | 
            +
            ```
         | 
| 302 | 
            +
             | 
| 303 | 
            +
            For more details see [request readme](https://github.com/request/request#multipartform-data-multipart-form-uploads).
         | 
| 304 | 
            +
             | 
| 305 | 
            +
            #### node-fetch
         | 
| 306 | 
            +
             | 
| 307 | 
            +
            You can also submit a form using [node-fetch](https://github.com/bitinn/node-fetch):
         | 
| 308 | 
            +
             | 
| 309 | 
            +
            ```javascript
         | 
| 310 | 
            +
            var form = new FormData();
         | 
| 311 | 
            +
             | 
| 312 | 
            +
            form.append('a', 1);
         | 
| 313 | 
            +
             | 
| 314 | 
            +
            fetch('http://example.com', { method: 'POST', body: form })
         | 
| 315 | 
            +
                .then(function(res) {
         | 
| 316 | 
            +
                    return res.json();
         | 
| 317 | 
            +
                }).then(function(json) {
         | 
| 318 | 
            +
                    console.log(json);
         | 
| 319 | 
            +
                });
         | 
| 320 | 
            +
            ```
         | 
| 321 | 
            +
             | 
| 322 | 
            +
            #### axios
         | 
| 323 | 
            +
             | 
| 324 | 
            +
            In Node.js you can post a file using [axios](https://github.com/axios/axios):
         | 
| 325 | 
            +
            ```javascript
         | 
| 326 | 
            +
            const form = new FormData();
         | 
| 327 | 
            +
            const stream = fs.createReadStream(PATH_TO_FILE);
         | 
| 328 | 
            +
             | 
| 329 | 
            +
            form.append('image', stream);
         | 
| 330 | 
            +
             | 
| 331 | 
            +
            // In Node.js environment you need to set boundary in the header field 'Content-Type' by calling method `getHeaders`
         | 
| 332 | 
            +
            const formHeaders = form.getHeaders();
         | 
| 333 | 
            +
             | 
| 334 | 
            +
            axios.post('http://example.com', form, {
         | 
| 335 | 
            +
              headers: {
         | 
| 336 | 
            +
                ...formHeaders,
         | 
| 337 | 
            +
              },
         | 
| 338 | 
            +
            })
         | 
| 339 | 
            +
            .then(response => response)
         | 
| 340 | 
            +
            .catch(error => error)
         | 
| 341 | 
            +
            ```
         | 
| 342 | 
            +
             | 
| 343 | 
            +
            ## Notes
         | 
| 344 | 
            +
             | 
| 345 | 
            +
            - ```getLengthSync()``` method DOESN'T calculate length for streams, use ```knownLength``` options as workaround.
         | 
| 346 | 
            +
            - Starting version `2.x` FormData has dropped support for `node@0.10.x`.
         | 
| 347 | 
            +
             | 
| 348 | 
            +
            ## License
         | 
| 349 | 
            +
             | 
| 350 | 
            +
            Form-Data is released under the [MIT](License) license.
         | 
| @@ -0,0 +1,51 @@ | |
| 1 | 
            +
            // Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>
         | 
| 2 | 
            +
            //                 Leon Yu <https://github.com/leonyu>
         | 
| 3 | 
            +
            //                 BendingBender <https://github.com/BendingBender>
         | 
| 4 | 
            +
            //                 Maple Miao <https://github.com/mapleeit>
         | 
| 5 | 
            +
             | 
| 6 | 
            +
            /// <reference types="node" />
         | 
| 7 | 
            +
            import * as stream from 'stream';
         | 
| 8 | 
            +
            import * as http from 'http';
         | 
| 9 | 
            +
             | 
| 10 | 
            +
            export = FormData;
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            interface Options {
         | 
| 13 | 
            +
              writable?: boolean;
         | 
| 14 | 
            +
              readable?: boolean;
         | 
| 15 | 
            +
              dataSize?: number;
         | 
| 16 | 
            +
              maxDataSize?: number;
         | 
| 17 | 
            +
              pauseStreams?: boolean;
         | 
| 18 | 
            +
            }
         | 
| 19 | 
            +
             | 
| 20 | 
            +
            declare class FormData extends stream.Readable {
         | 
| 21 | 
            +
              constructor(options?: Options);
         | 
| 22 | 
            +
              append(key: string, value: any, options?: FormData.AppendOptions | string): void;
         | 
| 23 | 
            +
              getHeaders(): FormData.Headers;
         | 
| 24 | 
            +
              submit(
         | 
| 25 | 
            +
                params: string | FormData.SubmitOptions,
         | 
| 26 | 
            +
                callback?: (error: Error | null, response: http.IncomingMessage) => void
         | 
| 27 | 
            +
              ): http.ClientRequest;
         | 
| 28 | 
            +
              getBuffer(): Buffer;
         | 
| 29 | 
            +
              getBoundary(): string;
         | 
| 30 | 
            +
              getLength(callback: (err: Error | null, length: number) => void): void;
         | 
| 31 | 
            +
              getLengthSync(): number;
         | 
| 32 | 
            +
              hasKnownLength(): boolean;
         | 
| 33 | 
            +
            }
         | 
| 34 | 
            +
             | 
| 35 | 
            +
            declare namespace FormData {
         | 
| 36 | 
            +
              interface Headers {
         | 
| 37 | 
            +
                [key: string]: any;
         | 
| 38 | 
            +
              }
         | 
| 39 | 
            +
             | 
| 40 | 
            +
              interface AppendOptions {
         | 
| 41 | 
            +
                header?: string | Headers;
         | 
| 42 | 
            +
                knownLength?: number;
         | 
| 43 | 
            +
                filename?: string;
         | 
| 44 | 
            +
                filepath?: string;
         | 
| 45 | 
            +
                contentType?: string;
         | 
| 46 | 
            +
              }
         | 
| 47 | 
            +
             | 
| 48 | 
            +
              interface SubmitOptions extends http.RequestOptions {
         | 
| 49 | 
            +
                protocol?: 'https:' | 'http:';
         | 
| 50 | 
            +
              }
         | 
| 51 | 
            +
            }
         |