@corellium/corellium-cli 1.0.3 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -17
- package/docs/OVERVIEW.md +1 -1
- package/jenkinsbuild/build.sh +1 -1
- package/package.json +3 -3
- package/src/TrialAccount.js +76 -0
- package/src/commands/Client.js +2 -2
- package/src/commands/agent/Agent.js +10 -19
- package/src/commands/agent/apps.js +2 -1
- package/src/commands/agent/file.js +2 -1
- package/src/commands/agent/index.js +1 -0
- package/src/commands/agent/ready.js +43 -0
- package/src/commands/extensions/delete.js +2 -1
- package/src/commands/extensions/list.js +2 -1
- package/src/commands/extensions/load.js +2 -1
- package/src/commands/extensions/validate.js +2 -1
- package/src/commands/firmware/list.js +2 -1
- package/src/commands/firmware/load.js +2 -1
- package/src/commands/images/create.js +2 -1
- package/src/commands/images/delete.js +2 -1
- package/src/commands/images/list.js +2 -1
- package/src/commands/instances/Instance.js +27 -0
- package/src/commands/instances/create.js +11 -4
- package/src/commands/instances/delete.js +20 -5
- package/src/commands/instances/index.js +2 -1
- package/src/commands/instances/list.js +11 -5
- package/src/commands/instances/start.js +2 -1
- package/src/commands/instances/stop.js +2 -1
- package/src/commands/instances/upgrade.js +90 -0
- package/src/commands/login.js +14 -2
- package/src/commands/logout.js +2 -1
- package/src/commands/projects/create.js +2 -1
- package/src/commands/projects/delete.js +2 -1
- package/src/commands/projects/list.js +2 -1
- package/src/commands/signup.js +14 -5
- package/src/commands/webplayer/WebPlayer.js +2 -1
- package/src/commands/webplayer/create.js +8 -1
- package/src/commands/webplayer/destroy.js +2 -1
- package/src/commands/webplayer/list.js +19 -17
- package/src/commands/webplayer/login.js +2 -1
- package/src/error.js +14 -1
- package/src/logging.js +1 -1
- package/src/profile.js +12 -9
- package/src/resumable.js +1314 -0
- package/src/table.js +7 -2
- package/src/upload.js +64 -2
- package/src/utils.js +11 -4
- package/test/test.js +89 -0
- package/example/WebPlayerSample.js +0 -263
- package/node_modules/@corellium/corellium-api/README.md +0 -1210
- package/node_modules/@corellium/corellium-api/node_modules/form-data/License +0 -19
- package/node_modules/@corellium/corellium-api/node_modules/form-data/README.md.bak +0 -356
- package/node_modules/@corellium/corellium-api/node_modules/form-data/Readme.md +0 -356
- package/node_modules/@corellium/corellium-api/node_modules/form-data/index.d.ts +0 -62
- package/node_modules/@corellium/corellium-api/node_modules/form-data/lib/browser.js +0 -2
- package/node_modules/@corellium/corellium-api/node_modules/form-data/lib/form_data.js +0 -498
- package/node_modules/@corellium/corellium-api/node_modules/form-data/lib/populate.js +0 -10
- package/node_modules/@corellium/corellium-api/node_modules/form-data/package.json +0 -104
- package/node_modules/@corellium/corellium-api/node_modules/uuid/AUTHORS +0 -5
- package/node_modules/@corellium/corellium-api/node_modules/uuid/CHANGELOG.md +0 -119
- package/node_modules/@corellium/corellium-api/node_modules/uuid/LICENSE.md +0 -21
- package/node_modules/@corellium/corellium-api/node_modules/uuid/README.md +0 -276
- package/node_modules/@corellium/corellium-api/node_modules/uuid/bin/uuid +0 -65
- package/node_modules/@corellium/corellium-api/node_modules/uuid/index.js +0 -8
- package/node_modules/@corellium/corellium-api/node_modules/uuid/lib/bytesToUuid.js +0 -26
- package/node_modules/@corellium/corellium-api/node_modules/uuid/lib/md5-browser.js +0 -216
- package/node_modules/@corellium/corellium-api/node_modules/uuid/lib/md5.js +0 -25
- package/node_modules/@corellium/corellium-api/node_modules/uuid/lib/rng-browser.js +0 -34
- package/node_modules/@corellium/corellium-api/node_modules/uuid/lib/rng.js +0 -8
- package/node_modules/@corellium/corellium-api/node_modules/uuid/lib/sha1-browser.js +0 -89
- package/node_modules/@corellium/corellium-api/node_modules/uuid/lib/sha1.js +0 -25
- package/node_modules/@corellium/corellium-api/node_modules/uuid/lib/v35.js +0 -57
- package/node_modules/@corellium/corellium-api/node_modules/uuid/package.json +0 -103
- package/node_modules/@corellium/corellium-api/node_modules/uuid/v1.js +0 -109
- package/node_modules/@corellium/corellium-api/node_modules/uuid/v3.js +0 -4
- package/node_modules/@corellium/corellium-api/node_modules/uuid/v4.js +0 -29
- package/node_modules/@corellium/corellium-api/node_modules/uuid/v5.js +0 -3
- package/node_modules/@corellium/corellium-api/package.json +0 -106
- package/node_modules/@corellium/corellium-api/resumable.js +0 -1312
- package/node_modules/@corellium/corellium-api/src/agent.js +0 -962
- package/node_modules/@corellium/corellium-api/src/corellium.js +0 -444
- package/node_modules/@corellium/corellium-api/src/images.js +0 -131
- package/node_modules/@corellium/corellium-api/src/input.js +0 -178
- package/node_modules/@corellium/corellium-api/src/instance-updater.js +0 -56
- package/node_modules/@corellium/corellium-api/src/instance.js +0 -1031
- package/node_modules/@corellium/corellium-api/src/netmon.js +0 -308
- package/node_modules/@corellium/corellium-api/src/project.js +0 -393
- package/node_modules/@corellium/corellium-api/src/role.js +0 -65
- package/node_modules/@corellium/corellium-api/src/snapshot.js +0 -77
- package/node_modules/@corellium/corellium-api/src/team.js +0 -29
- package/node_modules/@corellium/corellium-api/src/user.js +0 -51
- package/node_modules/@corellium/corellium-api/src/util/fetch.js +0 -62
- package/node_modules/@corellium/corellium-api/src/util/sleep.js +0 -7
- package/node_modules/@corellium/corellium-api/test/integration-tests.js +0 -1292
- package/node_modules/@corellium/corellium-api/test/root-hook-set-flag-if-test-failed.js +0 -7
- package/node_modules/async-limiter/.eslintignore +0 -2
- package/node_modules/async-limiter/.nycrc +0 -10
- package/node_modules/async-limiter/.travis.yml +0 -9
- package/node_modules/async-limiter/LICENSE +0 -8
- package/node_modules/async-limiter/index.js +0 -67
- package/node_modules/async-limiter/package.json +0 -72
- package/node_modules/async-limiter/readme.md +0 -132
- package/node_modules/buffer-crc32/LICENSE +0 -19
- package/node_modules/buffer-crc32/README.md +0 -47
- package/node_modules/buffer-crc32/index.js +0 -111
- package/node_modules/buffer-crc32/package.json +0 -72
- package/node_modules/cross-fetch/LICENSE +0 -21
- package/node_modules/cross-fetch/README.md +0 -169
- package/node_modules/cross-fetch/dist/browser-polyfill.js +0 -532
- package/node_modules/cross-fetch/dist/browser-ponyfill.js +0 -554
- package/node_modules/cross-fetch/dist/cross-fetch.js +0 -2
- package/node_modules/cross-fetch/dist/cross-fetch.js.map +0 -1
- package/node_modules/cross-fetch/dist/node-polyfill.js +0 -11
- package/node_modules/cross-fetch/dist/node-ponyfill.js +0 -22
- package/node_modules/cross-fetch/dist/react-native-polyfill.js +0 -12
- package/node_modules/cross-fetch/dist/react-native-ponyfill.js +0 -6
- package/node_modules/cross-fetch/index.d.ts +0 -14
- package/node_modules/cross-fetch/package.json +0 -160
- package/node_modules/cross-fetch/polyfill/package.json +0 -8
- package/node_modules/duplexify/.travis.yml +0 -6
- package/node_modules/duplexify/LICENSE +0 -21
- package/node_modules/duplexify/README.md +0 -97
- package/node_modules/duplexify/example.js +0 -21
- package/node_modules/duplexify/index.js +0 -234
- package/node_modules/duplexify/package.json +0 -69
- package/node_modules/duplexify/test.js +0 -295
- package/node_modules/end-of-stream/LICENSE +0 -21
- package/node_modules/end-of-stream/README.md +0 -54
- package/node_modules/end-of-stream/index.js +0 -94
- package/node_modules/end-of-stream/package.json +0 -69
- package/node_modules/fast-stable-stringify/.npmignore +0 -4
- package/node_modules/fast-stable-stringify/.travis.yml +0 -10
- package/node_modules/fast-stable-stringify/LICENSE +0 -21
- package/node_modules/fast-stable-stringify/README.md +0 -81
- package/node_modules/fast-stable-stringify/cli/files-to-comparison-results.js +0 -67
- package/node_modules/fast-stable-stringify/cli/format-table.js +0 -70
- package/node_modules/fast-stable-stringify/cli/index.js +0 -19
- package/node_modules/fast-stable-stringify/fixtures/index.js +0 -5
- package/node_modules/fast-stable-stringify/fixtures/input-data-types.js +0 -191
- package/node_modules/fast-stable-stringify/fixtures/log-result.json +0 -22
- package/node_modules/fast-stable-stringify/fixtures/log.txt +0 -24
- package/node_modules/fast-stable-stringify/index.js +0 -73
- package/node_modules/fast-stable-stringify/karma.conf.js +0 -124
- package/node_modules/fast-stable-stringify/karma.conf.travis.js +0 -95
- package/node_modules/fast-stable-stringify/package.json +0 -77
- package/node_modules/fast-stable-stringify/results/escape-long/Chrome 60.0.3112 (Windows 7 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-long/Chrome Mobile 55.0.2883 (Android 6.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-long/Edge 14.14393.0 (Windows 10 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-long/Firefox 54.0.0 (Windows 7 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-long/IE 10.0.0 (Windows 7 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-long/IE 11.0.0 (Windows 7 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-long/IE 9.0.0 (Windows 7 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-long/Mobile Safari 10.0.0 (iOS 10.3.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-long/Safari 10.0.1 (Mac OS X 10.12.1).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-short/Chrome 60.0.3112 (Windows 7 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-short/Chrome Mobile 55.0.2883 (Android 6.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-short/Edge 14.14393.0 (Windows 10 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-short/Firefox 54.0.0 (Windows 7 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-short/IE 10.0.0 (Windows 7 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-short/IE 11.0.0 (Windows 7 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-short/IE 9.0.0 (Windows 7 0.0.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-short/Mobile Safari 10.0.0 (iOS 10.3.0).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape-short/Safari 10.0.1 (Mac OS X 10.12.1).json +0 -57
- package/node_modules/fast-stable-stringify/results/escape.md +0 -20
- package/node_modules/fast-stable-stringify/results/itar-long/Chrome 60.0.3112 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-long/Chrome Mobile 55.0.2883 (Android 6.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-long/Edge 14.14393.0 (Windows 10 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-long/Firefox 54.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-long/IE 10.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-long/IE 11.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-long/IE 9.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-long/Mobile Safari 10.0.0 (iOS 10.3.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-long/Safari 10.0.1 (Mac OS X 10.12.1).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-short/Chrome 60.0.3112 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-short/Chrome Mobile 55.0.2883 (Android 6.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-short/Edge 14.14393.0 (Windows 10 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-short/Firefox 54.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-short/IE 10.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-short/IE 11.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-short/IE 9.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-short/Mobile Safari 10.0.0 (iOS 10.3.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar-short/Safari 10.0.1 (Mac OS X 10.12.1).json +0 -35
- package/node_modules/fast-stable-stringify/results/itar.md +0 -20
- package/node_modules/fast-stable-stringify/results/iter/Chrome 60.0.3112 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter/Chrome Mobile 39.0.0 (Android 5.1.1).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter/Chrome Mobile 55.0.2883 (Android 6.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter/Edge 14.14393.0 (Windows 10 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter/Firefox 54.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter/IE 10.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter/IE 11.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter/IE 9.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter/Mobile Safari 10.0.0 (iOS 10.3.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter/Mobile Safari 9.0.0 (iOS 9.2.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter/Safari 10.0.1 (Mac OS X 10.12.1).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter/Safari 9.1.2 (Mac OS X 10.11.6).json +0 -35
- package/node_modules/fast-stable-stringify/results/iter.md +0 -14
- package/node_modules/fast-stable-stringify/results/libs/Chrome 60.0.3112 (Windows 7 0.0.0).json +0 -46
- package/node_modules/fast-stable-stringify/results/libs/Chrome Mobile 55.0.2883 (Android 6.0.0).json +0 -46
- package/node_modules/fast-stable-stringify/results/libs/Edge 14.14393.0 (Windows 10 0.0.0).json +0 -46
- package/node_modules/fast-stable-stringify/results/libs/Firefox 54.0.0 (Windows 7 0.0.0).json +0 -46
- package/node_modules/fast-stable-stringify/results/libs/IE 10.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/libs/IE 11.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/libs/IE 9.0.0 (Windows 7 0.0.0).json +0 -35
- package/node_modules/fast-stable-stringify/results/libs/Mobile Safari 10.0.0 (iOS 10.3.0).json +0 -46
- package/node_modules/fast-stable-stringify/results/libs/Safari 10.0.1 (Mac OS X 10.12.1).json +0 -46
- package/node_modules/fast-stable-stringify/results/libs.md +0 -15
- package/node_modules/fast-stable-stringify/test/escape-long.js +0 -147
- package/node_modules/fast-stable-stringify/test/escape-short.js +0 -147
- package/node_modules/fast-stable-stringify/test/index.js +0 -6
- package/node_modules/fast-stable-stringify/test/itar-long.js +0 -52
- package/node_modules/fast-stable-stringify/test/itar-short.js +0 -52
- package/node_modules/fast-stable-stringify/test/iter.js +0 -84
- package/node_modules/fast-stable-stringify/test/libs.js +0 -57
- package/node_modules/fast-stable-stringify/test/travis.js +0 -43
- package/node_modules/fast-stable-stringify/test/validate.js +0 -24
- package/node_modules/fast-stable-stringify/util/eachRecursive.js +0 -9
- package/node_modules/fast-stable-stringify/util/get-git-hash-sync.js +0 -21
- package/node_modules/fast-stable-stringify/util/get-lib-info.js +0 -22
- package/node_modules/fast-stable-stringify/util/object-path.js +0 -47
- package/node_modules/fast-stable-stringify/v8-profile/bench.js +0 -8
- package/node_modules/fast-stable-stringify/v8-profile/run.sh +0 -2
- package/node_modules/fast-stable-stringify/zuul-local.sh +0 -2
- package/node_modules/hkdf/.npmignore +0 -2
- package/node_modules/hkdf/README.md +0 -23
- package/node_modules/hkdf/hkdf.py +0 -171
- package/node_modules/hkdf/hkdf.pyc +0 -0
- package/node_modules/hkdf/index.js +0 -1
- package/node_modules/hkdf/lib/hkdf.js +0 -55
- package/node_modules/hkdf/package.json +0 -55
- package/node_modules/hkdf/scripts/run_all_tests.sh +0 -19
- package/node_modules/hkdf/test/all-test.js +0 -79
- package/node_modules/hkdf/test.py +0 -11
- package/node_modules/immediate/LICENSE.txt +0 -20
- package/node_modules/immediate/README.md +0 -93
- package/node_modules/immediate/dist/immediate.js +0 -75
- package/node_modules/immediate/dist/immediate.min.js +0 -1
- package/node_modules/immediate/lib/browser.js +0 -69
- package/node_modules/immediate/lib/index.js +0 -73
- package/node_modules/immediate/package.json +0 -86
- package/node_modules/isarray/.npmignore +0 -1
- package/node_modules/isarray/.travis.yml +0 -4
- package/node_modules/isarray/Makefile +0 -6
- package/node_modules/isarray/README.md +0 -60
- package/node_modules/isarray/component.json +0 -19
- package/node_modules/isarray/index.js +0 -5
- package/node_modules/isarray/package.json +0 -77
- package/node_modules/isarray/test.js +0 -20
- package/node_modules/jszip/.codeclimate.yml +0 -16
- package/node_modules/jszip/.editorconfig +0 -8
- package/node_modules/jszip/.github/workflows/pr.yaml +0 -41
- package/node_modules/jszip/.jshintignore +0 -1
- package/node_modules/jszip/.jshintrc +0 -21
- package/node_modules/jszip/.travis.yml +0 -17
- package/node_modules/jszip/CHANGES.md +0 -192
- package/node_modules/jszip/LICENSE.markdown +0 -651
- package/node_modules/jszip/README.markdown +0 -33
- package/node_modules/jszip/dist/jszip.js +0 -11583
- package/node_modules/jszip/dist/jszip.min.js +0 -13
- package/node_modules/jszip/index.d.ts +0 -335
- package/node_modules/jszip/lib/base64.js +0 -106
- package/node_modules/jszip/lib/compressedObject.js +0 -74
- package/node_modules/jszip/lib/compressions.js +0 -14
- package/node_modules/jszip/lib/crc32.js +0 -77
- package/node_modules/jszip/lib/defaults.js +0 -11
- package/node_modules/jszip/lib/external.js +0 -19
- package/node_modules/jszip/lib/flate.js +0 -85
- package/node_modules/jszip/lib/generate/ZipFileWorker.js +0 -540
- package/node_modules/jszip/lib/generate/index.js +0 -57
- package/node_modules/jszip/lib/index.js +0 -55
- package/node_modules/jszip/lib/license_header.js +0 -11
- package/node_modules/jszip/lib/load.js +0 -88
- package/node_modules/jszip/lib/nodejs/NodejsStreamInputAdapter.js +0 -74
- package/node_modules/jszip/lib/nodejs/NodejsStreamOutputAdapter.js +0 -42
- package/node_modules/jszip/lib/nodejsUtils.js +0 -57
- package/node_modules/jszip/lib/object.js +0 -389
- package/node_modules/jszip/lib/readable-stream-browser.js +0 -9
- package/node_modules/jszip/lib/reader/ArrayReader.js +0 -57
- package/node_modules/jszip/lib/reader/DataReader.js +0 -116
- package/node_modules/jszip/lib/reader/NodeBufferReader.js +0 -19
- package/node_modules/jszip/lib/reader/StringReader.js +0 -38
- package/node_modules/jszip/lib/reader/Uint8ArrayReader.js +0 -22
- package/node_modules/jszip/lib/reader/readerFor.js +0 -28
- package/node_modules/jszip/lib/signature.js +0 -7
- package/node_modules/jszip/lib/stream/ConvertWorker.js +0 -26
- package/node_modules/jszip/lib/stream/Crc32Probe.js +0 -24
- package/node_modules/jszip/lib/stream/DataLengthProbe.js +0 -29
- package/node_modules/jszip/lib/stream/DataWorker.js +0 -116
- package/node_modules/jszip/lib/stream/GenericWorker.js +0 -263
- package/node_modules/jszip/lib/stream/StreamHelper.js +0 -212
- package/node_modules/jszip/lib/support.js +0 -38
- package/node_modules/jszip/lib/utf8.js +0 -275
- package/node_modules/jszip/lib/utils.js +0 -501
- package/node_modules/jszip/lib/zipEntries.js +0 -262
- package/node_modules/jszip/lib/zipEntry.js +0 -294
- package/node_modules/jszip/lib/zipObject.js +0 -133
- package/node_modules/jszip/package.json +0 -99
- package/node_modules/jszip/tsconfig.json +0 -101
- package/node_modules/jszip/vendor/FileSaver.js +0 -247
- package/node_modules/lie/README.md +0 -62
- package/node_modules/lie/dist/lie.js +0 -350
- package/node_modules/lie/dist/lie.min.js +0 -1
- package/node_modules/lie/dist/lie.polyfill.js +0 -358
- package/node_modules/lie/dist/lie.polyfill.min.js +0 -1
- package/node_modules/lie/lib/browser.js +0 -273
- package/node_modules/lie/lib/index.js +0 -298
- package/node_modules/lie/license.md +0 -7
- package/node_modules/lie/lie.d.ts +0 -244
- package/node_modules/lie/package.json +0 -98
- package/node_modules/lie/polyfill.js +0 -4
- package/node_modules/p-finally/index.js +0 -15
- package/node_modules/p-finally/license +0 -21
- package/node_modules/p-finally/package.json +0 -77
- package/node_modules/p-finally/readme.md +0 -47
- package/node_modules/p-retry/index.js +0 -52
- package/node_modules/p-retry/license +0 -9
- package/node_modules/p-retry/package.json +0 -83
- package/node_modules/p-retry/readme.md +0 -109
- package/node_modules/p-timeout/index.d.ts +0 -72
- package/node_modules/p-timeout/index.js +0 -57
- package/node_modules/p-timeout/license +0 -9
- package/node_modules/p-timeout/package.json +0 -80
- package/node_modules/p-timeout/readme.md +0 -87
- package/node_modules/pako/CHANGELOG.md +0 -164
- package/node_modules/pako/LICENSE +0 -21
- package/node_modules/pako/README.md +0 -191
- package/node_modules/pako/dist/pako.js +0 -6818
- package/node_modules/pako/dist/pako.min.js +0 -1
- package/node_modules/pako/dist/pako_deflate.js +0 -3997
- package/node_modules/pako/dist/pako_deflate.min.js +0 -1
- package/node_modules/pako/dist/pako_inflate.js +0 -3300
- package/node_modules/pako/dist/pako_inflate.min.js +0 -1
- package/node_modules/pako/index.js +0 -14
- package/node_modules/pako/lib/deflate.js +0 -400
- package/node_modules/pako/lib/inflate.js +0 -423
- package/node_modules/pako/lib/utils/common.js +0 -105
- package/node_modules/pako/lib/utils/strings.js +0 -187
- package/node_modules/pako/lib/zlib/README +0 -59
- package/node_modules/pako/lib/zlib/adler32.js +0 -51
- package/node_modules/pako/lib/zlib/constants.js +0 -68
- package/node_modules/pako/lib/zlib/crc32.js +0 -59
- package/node_modules/pako/lib/zlib/deflate.js +0 -1874
- package/node_modules/pako/lib/zlib/gzheader.js +0 -58
- package/node_modules/pako/lib/zlib/inffast.js +0 -345
- package/node_modules/pako/lib/zlib/inflate.js +0 -1556
- package/node_modules/pako/lib/zlib/inftrees.js +0 -343
- package/node_modules/pako/lib/zlib/messages.js +0 -32
- package/node_modules/pako/lib/zlib/trees.js +0 -1222
- package/node_modules/pako/lib/zlib/zstream.js +0 -47
- package/node_modules/pako/package.json +0 -94
- package/node_modules/process-nextick-args/index.js +0 -45
- package/node_modules/process-nextick-args/license.md +0 -19
- package/node_modules/process-nextick-args/package.json +0 -53
- package/node_modules/process-nextick-args/readme.md +0 -18
- package/node_modules/readable-stream/.travis.yml +0 -34
- package/node_modules/readable-stream/CONTRIBUTING.md +0 -38
- package/node_modules/readable-stream/GOVERNANCE.md +0 -136
- package/node_modules/readable-stream/LICENSE +0 -47
- package/node_modules/readable-stream/README.md +0 -58
- package/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
- package/node_modules/readable-stream/duplex-browser.js +0 -1
- package/node_modules/readable-stream/duplex.js +0 -1
- package/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
- package/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
- package/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
- package/node_modules/readable-stream/lib/_stream_transform.js +0 -214
- package/node_modules/readable-stream/lib/_stream_writable.js +0 -687
- package/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -79
- package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -74
- package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
- package/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
- package/node_modules/readable-stream/package.json +0 -86
- package/node_modules/readable-stream/passthrough.js +0 -1
- package/node_modules/readable-stream/readable-browser.js +0 -7
- package/node_modules/readable-stream/readable.js +0 -19
- package/node_modules/readable-stream/transform.js +0 -1
- package/node_modules/readable-stream/writable-browser.js +0 -1
- package/node_modules/readable-stream/writable.js +0 -8
- package/node_modules/retry/.npmignore +0 -3
- package/node_modules/retry/.travis.yml +0 -15
- package/node_modules/retry/License +0 -21
- package/node_modules/retry/Makefile +0 -18
- package/node_modules/retry/README.md +0 -227
- package/node_modules/retry/equation.gif +0 -0
- package/node_modules/retry/example/dns.js +0 -31
- package/node_modules/retry/example/stop.js +0 -40
- package/node_modules/retry/index.js +0 -1
- package/node_modules/retry/lib/retry.js +0 -100
- package/node_modules/retry/lib/retry_operation.js +0 -158
- package/node_modules/retry/package.json +0 -67
- package/node_modules/retry/test/common.js +0 -10
- package/node_modules/retry/test/integration/test-forever.js +0 -24
- package/node_modules/retry/test/integration/test-retry-operation.js +0 -258
- package/node_modules/retry/test/integration/test-retry-wrap.js +0 -101
- package/node_modules/retry/test/integration/test-timeouts.js +0 -69
- package/node_modules/setimmediate/LICENSE.txt +0 -20
- package/node_modules/setimmediate/package.json +0 -77
- package/node_modules/setimmediate/setImmediate.js +0 -186
- package/node_modules/split/.npmignore +0 -3
- package/node_modules/split/.travis.yml +0 -3
- package/node_modules/split/LICENCE +0 -22
- package/node_modules/split/examples/pretty.js +0 -26
- package/node_modules/split/index.js +0 -63
- package/node_modules/split/package.json +0 -65
- package/node_modules/split/readme.markdown +0 -72
- package/node_modules/split/test/options.asynct.js +0 -46
- package/node_modules/split/test/partitioned_unicode.js +0 -34
- package/node_modules/split/test/split.asynct.js +0 -137
- package/node_modules/split/test/try_catch.asynct.js +0 -51
- package/node_modules/stream-shift/.travis.yml +0 -6
- package/node_modules/stream-shift/LICENSE +0 -21
- package/node_modules/stream-shift/README.md +0 -25
- package/node_modules/stream-shift/index.js +0 -20
- package/node_modules/stream-shift/package.json +0 -56
- package/node_modules/stream-shift/test.js +0 -48
- package/node_modules/ultron/LICENSE +0 -22
- package/node_modules/ultron/README.md +0 -113
- package/node_modules/ultron/index.js +0 -136
- package/node_modules/ultron/package.json +0 -71
- package/node_modules/websocket-stream/LICENSE +0 -8
- package/node_modules/websocket-stream/collaborators.md +0 -11
- package/node_modules/websocket-stream/echo-server.js +0 -51
- package/node_modules/websocket-stream/index.d.ts +0 -27
- package/node_modules/websocket-stream/index.js +0 -6
- package/node_modules/websocket-stream/package.json +0 -82
- package/node_modules/websocket-stream/readme.md +0 -148
- package/node_modules/websocket-stream/server.js +0 -29
- package/node_modules/websocket-stream/stream.js +0 -189
- package/node_modules/websocket-stream/test-client.js +0 -74
- package/node_modules/websocket-stream/test-server.js +0 -56
- package/node_modules/websocket-stream/test.js +0 -338
- package/node_modules/websocket-stream/ts-tests.ts +0 -69
- package/node_modules/websocket-stream/ws-fallback.js +0 -12
- package/node_modules/ws/LICENSE +0 -21
- package/node_modules/ws/README.md +0 -341
- package/node_modules/ws/index.js +0 -15
- package/node_modules/ws/lib/.DS_Store +0 -0
- package/node_modules/ws/lib/BufferUtil.js +0 -71
- package/node_modules/ws/lib/Constants.js +0 -10
- package/node_modules/ws/lib/ErrorCodes.js +0 -28
- package/node_modules/ws/lib/EventTarget.js +0 -151
- package/node_modules/ws/lib/Extensions.js +0 -203
- package/node_modules/ws/lib/PerMessageDeflate.js +0 -507
- package/node_modules/ws/lib/Receiver.js +0 -553
- package/node_modules/ws/lib/Sender.js +0 -412
- package/node_modules/ws/lib/Validation.js +0 -17
- package/node_modules/ws/lib/WebSocket.js +0 -717
- package/node_modules/ws/lib/WebSocketServer.js +0 -326
- package/node_modules/ws/package.json +0 -83
- package/node_modules/xhr2/CONTRIBUTING.md +0 -33
- package/node_modules/xhr2/Cakefile +0 -131
- package/node_modules/xhr2/LICENSE.txt +0 -19
- package/node_modules/xhr2/README.md +0 -142
- package/node_modules/xhr2/lib/browser.js +0 -1
- package/node_modules/xhr2/lib/xhr2.js +0 -1244
- package/node_modules/xhr2/package.json +0 -103
- package/node_modules/xhr2/src/000-xml_http_request_event_target.coffee +0 -89
- package/node_modules/xhr2/src/001-xml_http_request.coffee +0 -781
- package/node_modules/xhr2/src/errors.coffee +0 -31
- package/node_modules/xhr2/src/progress_event.coffee +0 -39
- package/node_modules/xhr2/src/xml_http_request_upload.coffee +0 -95
- package/node_modules/xhr2/test/fixtures/hello.json +0 -1
- package/node_modules/xhr2/test/fixtures/hello.txt +0 -1
- package/node_modules/xhr2/test/fixtures/xhr2.png +0 -0
- package/node_modules/xhr2/test/html/browser_test.html +0 -30
- package/node_modules/xhr2/test/src/event_target_test.coffee +0 -85
- package/node_modules/xhr2/test/src/events_test.coffee +0 -204
- package/node_modules/xhr2/test/src/headers_test.coffee +0 -168
- package/node_modules/xhr2/test/src/helpers/browser_mocha_runner.coffee +0 -10
- package/node_modules/xhr2/test/src/helpers/browser_mocha_setup.coffee +0 -1
- package/node_modules/xhr2/test/src/helpers/setup.coffee +0 -38
- package/node_modules/xhr2/test/src/helpers/xhr_server.coffee +0 -156
- package/node_modules/xhr2/test/src/nodejs_set_test.coffee +0 -162
- package/node_modules/xhr2/test/src/redirect_test.coffee +0 -57
- package/node_modules/xhr2/test/src/response_type_test.coffee +0 -88
- package/node_modules/xhr2/test/src/responseurl_test.coffee +0 -18
- package/node_modules/xhr2/test/src/send_test.coffee +0 -89
- package/node_modules/xhr2/test/src/status_test.coffee +0 -47
- package/node_modules/xhr2/test/src/xhr_test.coffee +0 -102
- package/node_modules/xtend/.jshintrc +0 -30
- package/node_modules/xtend/LICENSE +0 -20
- package/node_modules/xtend/README.md +0 -32
- package/node_modules/xtend/immutable.js +0 -19
- package/node_modules/xtend/mutable.js +0 -17
- package/node_modules/xtend/package.json +0 -89
- package/node_modules/xtend/test.js +0 -103
- package/node_modules/yazl/LICENSE +0 -21
- package/node_modules/yazl/README.md +0 -389
- package/node_modules/yazl/index.js +0 -749
- package/node_modules/yazl/package.json +0 -69
- package/src/commands/CorelliumAPI.js +0 -76
- package/src/subscriberInvite.js +0 -140
@@ -1,295 +0,0 @@
|
|
1
|
-
var tape = require('tape')
|
2
|
-
var through = require('through2')
|
3
|
-
var concat = require('concat-stream')
|
4
|
-
var net = require('net')
|
5
|
-
var duplexify = require('./')
|
6
|
-
|
7
|
-
var HELLO_WORLD = (Buffer.from && Buffer.from !== Uint8Array.from)
|
8
|
-
? Buffer.from('hello world')
|
9
|
-
: new Buffer('hello world')
|
10
|
-
|
11
|
-
tape('passthrough', function(t) {
|
12
|
-
t.plan(2)
|
13
|
-
|
14
|
-
var pt = through()
|
15
|
-
var dup = duplexify(pt, pt)
|
16
|
-
|
17
|
-
dup.end('hello world')
|
18
|
-
dup.on('finish', function() {
|
19
|
-
t.ok(true, 'should finish')
|
20
|
-
})
|
21
|
-
dup.pipe(concat(function(data) {
|
22
|
-
t.same(data.toString(), 'hello world', 'same in as out')
|
23
|
-
}))
|
24
|
-
})
|
25
|
-
|
26
|
-
tape('passthrough + double end', function(t) {
|
27
|
-
t.plan(2)
|
28
|
-
|
29
|
-
var pt = through()
|
30
|
-
var dup = duplexify(pt, pt)
|
31
|
-
|
32
|
-
dup.end('hello world')
|
33
|
-
dup.end()
|
34
|
-
|
35
|
-
dup.on('finish', function() {
|
36
|
-
t.ok(true, 'should finish')
|
37
|
-
})
|
38
|
-
dup.pipe(concat(function(data) {
|
39
|
-
t.same(data.toString(), 'hello world', 'same in as out')
|
40
|
-
}))
|
41
|
-
})
|
42
|
-
|
43
|
-
tape('async passthrough + end', function(t) {
|
44
|
-
t.plan(2)
|
45
|
-
|
46
|
-
var pt = through.obj({highWaterMark:1}, function(data, enc, cb) {
|
47
|
-
setTimeout(function() {
|
48
|
-
cb(null, data)
|
49
|
-
}, 100)
|
50
|
-
})
|
51
|
-
|
52
|
-
var dup = duplexify(pt, pt)
|
53
|
-
|
54
|
-
dup.write('hello ')
|
55
|
-
dup.write('world')
|
56
|
-
dup.end()
|
57
|
-
|
58
|
-
dup.on('finish', function() {
|
59
|
-
t.ok(true, 'should finish')
|
60
|
-
})
|
61
|
-
dup.pipe(concat(function(data) {
|
62
|
-
t.same(data.toString(), 'hello world', 'same in as out')
|
63
|
-
}))
|
64
|
-
})
|
65
|
-
|
66
|
-
tape('duplex', function(t) {
|
67
|
-
var readExpected = ['read-a', 'read-b', 'read-c']
|
68
|
-
var writeExpected = ['write-a', 'write-b', 'write-c']
|
69
|
-
|
70
|
-
t.plan(readExpected.length+writeExpected.length+2)
|
71
|
-
|
72
|
-
var readable = through.obj()
|
73
|
-
var writable = through.obj(function(data, enc, cb) {
|
74
|
-
t.same(data, writeExpected.shift(), 'onwrite should match')
|
75
|
-
cb()
|
76
|
-
})
|
77
|
-
|
78
|
-
var dup = duplexify.obj(writable, readable)
|
79
|
-
|
80
|
-
readExpected.slice().forEach(function(data) {
|
81
|
-
readable.write(data)
|
82
|
-
})
|
83
|
-
readable.end()
|
84
|
-
|
85
|
-
writeExpected.slice().forEach(function(data) {
|
86
|
-
dup.write(data)
|
87
|
-
})
|
88
|
-
dup.end()
|
89
|
-
|
90
|
-
dup.on('data', function(data) {
|
91
|
-
t.same(data, readExpected.shift(), 'ondata should match')
|
92
|
-
})
|
93
|
-
dup.on('end', function() {
|
94
|
-
t.ok(true, 'should end')
|
95
|
-
})
|
96
|
-
dup.on('finish', function() {
|
97
|
-
t.ok(true, 'should finish')
|
98
|
-
})
|
99
|
-
})
|
100
|
-
|
101
|
-
tape('async', function(t) {
|
102
|
-
var dup = duplexify()
|
103
|
-
var pt = through()
|
104
|
-
|
105
|
-
dup.pipe(concat(function(data) {
|
106
|
-
t.same(data.toString(), 'i was async', 'same in as out')
|
107
|
-
t.end()
|
108
|
-
}))
|
109
|
-
|
110
|
-
dup.write('i')
|
111
|
-
dup.write(' was ')
|
112
|
-
dup.end('async')
|
113
|
-
|
114
|
-
setTimeout(function() {
|
115
|
-
dup.setWritable(pt)
|
116
|
-
setTimeout(function() {
|
117
|
-
dup.setReadable(pt)
|
118
|
-
}, 50)
|
119
|
-
}, 50)
|
120
|
-
})
|
121
|
-
|
122
|
-
tape('destroy', function(t) {
|
123
|
-
t.plan(2)
|
124
|
-
|
125
|
-
var write = through()
|
126
|
-
var read = through()
|
127
|
-
var dup = duplexify(write, read)
|
128
|
-
|
129
|
-
write.destroy = function() {
|
130
|
-
t.ok(true, 'write destroyed')
|
131
|
-
}
|
132
|
-
|
133
|
-
dup.on('close', function() {
|
134
|
-
t.ok(true, 'close emitted')
|
135
|
-
})
|
136
|
-
|
137
|
-
dup.destroy()
|
138
|
-
dup.destroy() // should only work once
|
139
|
-
})
|
140
|
-
|
141
|
-
tape('destroy both', function(t) {
|
142
|
-
t.plan(3)
|
143
|
-
|
144
|
-
var write = through()
|
145
|
-
var read = through()
|
146
|
-
var dup = duplexify(write, read)
|
147
|
-
|
148
|
-
write.destroy = function() {
|
149
|
-
t.ok(true, 'write destroyed')
|
150
|
-
}
|
151
|
-
|
152
|
-
read.destroy = function() {
|
153
|
-
t.ok(true, 'read destroyed')
|
154
|
-
}
|
155
|
-
|
156
|
-
dup.on('close', function() {
|
157
|
-
t.ok(true, 'close emitted')
|
158
|
-
})
|
159
|
-
|
160
|
-
dup.destroy()
|
161
|
-
dup.destroy() // should only work once
|
162
|
-
})
|
163
|
-
|
164
|
-
tape('bubble read errors', function(t) {
|
165
|
-
t.plan(2)
|
166
|
-
|
167
|
-
var write = through()
|
168
|
-
var read = through()
|
169
|
-
var dup = duplexify(write, read)
|
170
|
-
|
171
|
-
dup.on('error', function(err) {
|
172
|
-
t.same(err.message, 'read-error', 'received read error')
|
173
|
-
})
|
174
|
-
dup.on('close', function() {
|
175
|
-
t.ok(true, 'close emitted')
|
176
|
-
})
|
177
|
-
|
178
|
-
read.emit('error', new Error('read-error'))
|
179
|
-
write.emit('error', new Error('write-error')) // only emit first error
|
180
|
-
})
|
181
|
-
|
182
|
-
tape('bubble write errors', function(t) {
|
183
|
-
t.plan(2)
|
184
|
-
|
185
|
-
var write = through()
|
186
|
-
var read = through()
|
187
|
-
var dup = duplexify(write, read)
|
188
|
-
|
189
|
-
dup.on('error', function(err) {
|
190
|
-
t.same(err.message, 'write-error', 'received write error')
|
191
|
-
})
|
192
|
-
dup.on('close', function() {
|
193
|
-
t.ok(true, 'close emitted')
|
194
|
-
})
|
195
|
-
|
196
|
-
write.emit('error', new Error('write-error'))
|
197
|
-
read.emit('error', new Error('read-error')) // only emit first error
|
198
|
-
})
|
199
|
-
|
200
|
-
tape('reset writable / readable', function(t) {
|
201
|
-
t.plan(3)
|
202
|
-
|
203
|
-
var toUpperCase = function(data, enc, cb) {
|
204
|
-
cb(null, data.toString().toUpperCase())
|
205
|
-
}
|
206
|
-
|
207
|
-
var passthrough = through()
|
208
|
-
var upper = through(toUpperCase)
|
209
|
-
var dup = duplexify(passthrough, passthrough)
|
210
|
-
|
211
|
-
dup.once('data', function(data) {
|
212
|
-
t.same(data.toString(), 'hello')
|
213
|
-
dup.setWritable(upper)
|
214
|
-
dup.setReadable(upper)
|
215
|
-
dup.once('data', function(data) {
|
216
|
-
t.same(data.toString(), 'HELLO')
|
217
|
-
dup.once('data', function(data) {
|
218
|
-
t.same(data.toString(), 'HI')
|
219
|
-
t.end()
|
220
|
-
})
|
221
|
-
})
|
222
|
-
dup.write('hello')
|
223
|
-
dup.write('hi')
|
224
|
-
})
|
225
|
-
dup.write('hello')
|
226
|
-
})
|
227
|
-
|
228
|
-
tape('cork', function(t) {
|
229
|
-
var passthrough = through()
|
230
|
-
var dup = duplexify(passthrough, passthrough)
|
231
|
-
var ok = false
|
232
|
-
|
233
|
-
dup.on('prefinish', function() {
|
234
|
-
dup.cork()
|
235
|
-
setTimeout(function() {
|
236
|
-
ok = true
|
237
|
-
dup.uncork()
|
238
|
-
}, 100)
|
239
|
-
})
|
240
|
-
dup.on('finish', function() {
|
241
|
-
t.ok(ok)
|
242
|
-
t.end()
|
243
|
-
})
|
244
|
-
dup.end()
|
245
|
-
})
|
246
|
-
|
247
|
-
tape('prefinish not twice', function(t) {
|
248
|
-
var passthrough = through()
|
249
|
-
var dup = duplexify(passthrough, passthrough)
|
250
|
-
var prefinished = false
|
251
|
-
|
252
|
-
dup.on('prefinish', function() {
|
253
|
-
t.ok(!prefinished, 'only prefinish once')
|
254
|
-
prefinished = true
|
255
|
-
})
|
256
|
-
|
257
|
-
dup.on('finish', function() {
|
258
|
-
t.end()
|
259
|
-
})
|
260
|
-
|
261
|
-
dup.end()
|
262
|
-
})
|
263
|
-
|
264
|
-
tape('close', function(t) {
|
265
|
-
var passthrough = through()
|
266
|
-
var dup = duplexify(passthrough, passthrough)
|
267
|
-
|
268
|
-
passthrough.emit('close')
|
269
|
-
dup.on('close', function() {
|
270
|
-
t.ok(true, 'should forward close')
|
271
|
-
t.end()
|
272
|
-
})
|
273
|
-
})
|
274
|
-
|
275
|
-
tape('works with node native streams (net)', function(t) {
|
276
|
-
t.plan(1)
|
277
|
-
|
278
|
-
var server = net.createServer(function(socket) {
|
279
|
-
var dup = duplexify(socket, socket)
|
280
|
-
|
281
|
-
dup.once('data', function(chunk) {
|
282
|
-
t.same(chunk, HELLO_WORLD)
|
283
|
-
server.close()
|
284
|
-
socket.end()
|
285
|
-
t.end()
|
286
|
-
})
|
287
|
-
})
|
288
|
-
|
289
|
-
server.listen(0, function () {
|
290
|
-
var socket = net.connect(server.address().port)
|
291
|
-
var dup = duplexify(socket, socket)
|
292
|
-
|
293
|
-
dup.write(HELLO_WORLD)
|
294
|
-
})
|
295
|
-
})
|
@@ -1,21 +0,0 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2014 Mathias Buus
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
13
|
-
all copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
THE SOFTWARE.
|
@@ -1,54 +0,0 @@
|
|
1
|
-
# end-of-stream
|
2
|
-
|
3
|
-
A node module that calls a callback when a readable/writable/duplex stream has completed or failed.
|
4
|
-
|
5
|
-
npm install end-of-stream
|
6
|
-
|
7
|
-
[![Build status](https://travis-ci.org/mafintosh/end-of-stream.svg?branch=master)](https://travis-ci.org/mafintosh/end-of-stream)
|
8
|
-
|
9
|
-
## Usage
|
10
|
-
|
11
|
-
Simply pass a stream and a callback to the `eos`.
|
12
|
-
Both legacy streams, streams2 and stream3 are supported.
|
13
|
-
|
14
|
-
``` js
|
15
|
-
var eos = require('end-of-stream');
|
16
|
-
|
17
|
-
eos(readableStream, function(err) {
|
18
|
-
// this will be set to the stream instance
|
19
|
-
if (err) return console.log('stream had an error or closed early');
|
20
|
-
console.log('stream has ended', this === readableStream);
|
21
|
-
});
|
22
|
-
|
23
|
-
eos(writableStream, function(err) {
|
24
|
-
if (err) return console.log('stream had an error or closed early');
|
25
|
-
console.log('stream has finished', this === writableStream);
|
26
|
-
});
|
27
|
-
|
28
|
-
eos(duplexStream, function(err) {
|
29
|
-
if (err) return console.log('stream had an error or closed early');
|
30
|
-
console.log('stream has ended and finished', this === duplexStream);
|
31
|
-
});
|
32
|
-
|
33
|
-
eos(duplexStream, {readable:false}, function(err) {
|
34
|
-
if (err) return console.log('stream had an error or closed early');
|
35
|
-
console.log('stream has finished but might still be readable');
|
36
|
-
});
|
37
|
-
|
38
|
-
eos(duplexStream, {writable:false}, function(err) {
|
39
|
-
if (err) return console.log('stream had an error or closed early');
|
40
|
-
console.log('stream has ended but might still be writable');
|
41
|
-
});
|
42
|
-
|
43
|
-
eos(readableStream, {error:false}, function(err) {
|
44
|
-
// do not treat emit('error', err) as a end-of-stream
|
45
|
-
});
|
46
|
-
```
|
47
|
-
|
48
|
-
## License
|
49
|
-
|
50
|
-
MIT
|
51
|
-
|
52
|
-
## Related
|
53
|
-
|
54
|
-
`end-of-stream` is part of the [mississippi stream utility collection](https://github.com/maxogden/mississippi) which includes more useful stream modules similar to this one.
|
@@ -1,94 +0,0 @@
|
|
1
|
-
var once = require('once');
|
2
|
-
|
3
|
-
var noop = function() {};
|
4
|
-
|
5
|
-
var isRequest = function(stream) {
|
6
|
-
return stream.setHeader && typeof stream.abort === 'function';
|
7
|
-
};
|
8
|
-
|
9
|
-
var isChildProcess = function(stream) {
|
10
|
-
return stream.stdio && Array.isArray(stream.stdio) && stream.stdio.length === 3
|
11
|
-
};
|
12
|
-
|
13
|
-
var eos = function(stream, opts, callback) {
|
14
|
-
if (typeof opts === 'function') return eos(stream, null, opts);
|
15
|
-
if (!opts) opts = {};
|
16
|
-
|
17
|
-
callback = once(callback || noop);
|
18
|
-
|
19
|
-
var ws = stream._writableState;
|
20
|
-
var rs = stream._readableState;
|
21
|
-
var readable = opts.readable || (opts.readable !== false && stream.readable);
|
22
|
-
var writable = opts.writable || (opts.writable !== false && stream.writable);
|
23
|
-
var cancelled = false;
|
24
|
-
|
25
|
-
var onlegacyfinish = function() {
|
26
|
-
if (!stream.writable) onfinish();
|
27
|
-
};
|
28
|
-
|
29
|
-
var onfinish = function() {
|
30
|
-
writable = false;
|
31
|
-
if (!readable) callback.call(stream);
|
32
|
-
};
|
33
|
-
|
34
|
-
var onend = function() {
|
35
|
-
readable = false;
|
36
|
-
if (!writable) callback.call(stream);
|
37
|
-
};
|
38
|
-
|
39
|
-
var onexit = function(exitCode) {
|
40
|
-
callback.call(stream, exitCode ? new Error('exited with error code: ' + exitCode) : null);
|
41
|
-
};
|
42
|
-
|
43
|
-
var onerror = function(err) {
|
44
|
-
callback.call(stream, err);
|
45
|
-
};
|
46
|
-
|
47
|
-
var onclose = function() {
|
48
|
-
process.nextTick(onclosenexttick);
|
49
|
-
};
|
50
|
-
|
51
|
-
var onclosenexttick = function() {
|
52
|
-
if (cancelled) return;
|
53
|
-
if (readable && !(rs && (rs.ended && !rs.destroyed))) return callback.call(stream, new Error('premature close'));
|
54
|
-
if (writable && !(ws && (ws.ended && !ws.destroyed))) return callback.call(stream, new Error('premature close'));
|
55
|
-
};
|
56
|
-
|
57
|
-
var onrequest = function() {
|
58
|
-
stream.req.on('finish', onfinish);
|
59
|
-
};
|
60
|
-
|
61
|
-
if (isRequest(stream)) {
|
62
|
-
stream.on('complete', onfinish);
|
63
|
-
stream.on('abort', onclose);
|
64
|
-
if (stream.req) onrequest();
|
65
|
-
else stream.on('request', onrequest);
|
66
|
-
} else if (writable && !ws) { // legacy streams
|
67
|
-
stream.on('end', onlegacyfinish);
|
68
|
-
stream.on('close', onlegacyfinish);
|
69
|
-
}
|
70
|
-
|
71
|
-
if (isChildProcess(stream)) stream.on('exit', onexit);
|
72
|
-
|
73
|
-
stream.on('end', onend);
|
74
|
-
stream.on('finish', onfinish);
|
75
|
-
if (opts.error !== false) stream.on('error', onerror);
|
76
|
-
stream.on('close', onclose);
|
77
|
-
|
78
|
-
return function() {
|
79
|
-
cancelled = true;
|
80
|
-
stream.removeListener('complete', onfinish);
|
81
|
-
stream.removeListener('abort', onclose);
|
82
|
-
stream.removeListener('request', onrequest);
|
83
|
-
if (stream.req) stream.req.removeListener('finish', onfinish);
|
84
|
-
stream.removeListener('end', onlegacyfinish);
|
85
|
-
stream.removeListener('close', onlegacyfinish);
|
86
|
-
stream.removeListener('finish', onfinish);
|
87
|
-
stream.removeListener('exit', onexit);
|
88
|
-
stream.removeListener('end', onend);
|
89
|
-
stream.removeListener('error', onerror);
|
90
|
-
stream.removeListener('close', onclose);
|
91
|
-
};
|
92
|
-
};
|
93
|
-
|
94
|
-
module.exports = eos;
|
@@ -1,69 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_args": [
|
3
|
-
[
|
4
|
-
"end-of-stream@1.4.4",
|
5
|
-
"/Users/haydenbleasel/GitHub/corellium-cli"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "end-of-stream@1.4.4",
|
9
|
-
"_id": "end-of-stream@1.4.4",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
|
12
|
-
"_location": "/end-of-stream",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "end-of-stream@1.4.4",
|
18
|
-
"name": "end-of-stream",
|
19
|
-
"escapedName": "end-of-stream",
|
20
|
-
"rawSpec": "1.4.4",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.4.4"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/duplexify",
|
26
|
-
"/pump"
|
27
|
-
],
|
28
|
-
"_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
29
|
-
"_spec": "1.4.4",
|
30
|
-
"_where": "/Users/haydenbleasel/GitHub/corellium-cli",
|
31
|
-
"author": {
|
32
|
-
"name": "Mathias Buus",
|
33
|
-
"email": "mathiasbuus@gmail.com"
|
34
|
-
},
|
35
|
-
"bugs": {
|
36
|
-
"url": "https://github.com/mafintosh/end-of-stream/issues"
|
37
|
-
},
|
38
|
-
"dependencies": {
|
39
|
-
"once": "^1.4.0"
|
40
|
-
},
|
41
|
-
"description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
|
42
|
-
"devDependencies": {
|
43
|
-
"tape": "^4.11.0"
|
44
|
-
},
|
45
|
-
"files": [
|
46
|
-
"index.js"
|
47
|
-
],
|
48
|
-
"homepage": "https://github.com/mafintosh/end-of-stream",
|
49
|
-
"keywords": [
|
50
|
-
"stream",
|
51
|
-
"streams",
|
52
|
-
"callback",
|
53
|
-
"finish",
|
54
|
-
"close",
|
55
|
-
"end",
|
56
|
-
"wait"
|
57
|
-
],
|
58
|
-
"license": "MIT",
|
59
|
-
"main": "index.js",
|
60
|
-
"name": "end-of-stream",
|
61
|
-
"repository": {
|
62
|
-
"type": "git",
|
63
|
-
"url": "git://github.com/mafintosh/end-of-stream.git"
|
64
|
-
},
|
65
|
-
"scripts": {
|
66
|
-
"test": "node test.js"
|
67
|
-
},
|
68
|
-
"version": "1.4.4"
|
69
|
-
}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
language: node_js
|
2
|
-
node_js:
|
3
|
-
- '6'
|
4
|
-
install: npm install
|
5
|
-
script: npm run test-browsers
|
6
|
-
|
7
|
-
env:
|
8
|
-
global:
|
9
|
-
- secure: dxsYyywaNs56mtg5zSJgA3GTUIzGKt6btJrE0+j0oB/6pwJt2GvPNetd6bCe9ddyvoRA1ZwW/PlL86tsLpSSM4hf3hySw9ozb0dC0wPDPN3rfHyI8sNW7LjcPAxCncVwJ1CQf3kO/NGVgQi4K8HCy0LkOPrQ0NCWhsnUaAtY0IOOdeBYahFoQ2boK6F5RFnK65gIaPdk9PqRiS7B43XPOFOSP/vVQd2AzcrZzMgjit505EF8oozlgMBM6eFQvX4vX1I4OgFuO1owOQBMrS/bvmeURoAt3313UvuMeezq7MgTWABo19WDHMg3KUs2aJO4QxiOiQek9jluKhOmjkNJ08lum5d2s6UnoD3MNoN7mdvy2DsifrzZzDzxjkvEsQ0E15+hyMdPpILBXqIXjXZdIs46TiGlX5No2In0zwfzuAXkJVgpQ7jTkqdvEejDk5Kf4nl01TscZFNMpmq9+gL6xUE95BCHLx8YwYZN9hME98CffSgWQTRGcOd9sI9SC3fgWr7k3GZtuuXMATc2U/cZtuJrClOGTaK0l3FEe9U0d6cf+rZDQh72iBHy4Y1/RERaoM37eOyKg7tngRIevmftnvRRALIeoIb2KAxV5XrxcwxQRumV7jbs8Y5g/gsFnwbJBgcn9a7tez/wQSVQ2/fiQn93OJOQrXHOywk3PV3PX0Y=
|
10
|
-
- secure: Nyatsejgr4rJfqCrhQ9U+mrx1hsGkP4qqZWVsc/MC8RG3XfmKuyJFGwbJAhAlGHiebG2a2PrErvwnr8Veo/QwkuDy5beQ+5KocCuIT/hIsGMIFuRDs0RRPMFPX0j4xQmZr47iCPdSHSh67jrURf/sXlIdCfrX1eYDsNiKfmS/mFAaQKkcnfJu0PO2IRmucHNKgU5jpH2SvVmEK0kxYIG8kkk5A8NUzbqJn3E7kVzZ3zslYT2gRDxSVP7Hb13LR1ZLDStKvAjuZHMckQYF6Wl8+vKja041yDgmh88+L6HoDPigKEGH5vJzaoBdoxT+asdsvDbMkbBVQMLm4RdkHIlRAUNASOfsUSOe9LBFRp6eSJkGRhc5JQxjf8G246dRae8dBIcloRMethGelc7WR4Pdm5u6ByswbfCIHFszIlJLWiq/QM81akHHbWcTUtaaM/8/s4R3luO/d6IL2RyTN9NZfoZmrCb7xF9UAVnlqogkrQ5VKvv+222Nmpa7jPhckJStURAKYi4IulYLWkBXv5uMvpKt8riCBQUft+arHwWOfJsT07ksYy/+K39t45ut1tKBjtInLErd7P/ROjPrsHSdMsdZspey7dpxXt3ePrUry+NgsLPwqOqo9wV+TZA3pBijxH93/C4eHCSOydKJ3+MGr2A+eLLjc3Ky8qG73trYdc=
|
@@ -1,21 +0,0 @@
|
|
1
|
-
MIT License
|
2
|
-
|
3
|
-
Copyright (c) 2017 Nicolaas Johannes Out
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
13
|
-
copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|
@@ -1,81 +0,0 @@
|
|
1
|
-
# fast-stable-stringify
|
2
|
-
*Notice: The License of this repository has been changed from GPL-3.0 to MIT as of 2017-08-25. All following commits will fall under the MIT license.*
|
3
|
-
|
4
|
-
[![Build Status](https://travis-ci.org/nickyout/fast-stable-stringify.svg?branch=master)](https://travis-ci.org/nickyout/fast-stable-stringify)
|
5
|
-
[![Sauce Test Status](https://saucelabs.com/browser-matrix/nickyout_fast-stable.svg)](https://saucelabs.com/u/nickyout_fast-stable)
|
6
|
-
|
7
|
-
_The test only succeeds when mine is faster than substack's in a particular browser._
|
8
|
-
|
9
|
-
The most popular repository providing this feature is [substack's json-stable-stringify][sub]. The intent if this library is to provide a faster alternative for when performance is more important than features. It assumes you provide basic javascript values without circular references, and returns a non-indented string.
|
10
|
-
|
11
|
-
It currently offers a performance boost in popular browsers of about 40%. See the comparsion table below.
|
12
|
-
|
13
|
-
Usage:
|
14
|
-
|
15
|
-
```javascript
|
16
|
-
var stringify = require('fast-stable-stringify');
|
17
|
-
stringify({ d: 0, c: 1, a: 2, b: 3, e: 4 }); // '{"a":2,"b":3,"c":1,"d":0,"e":4}'
|
18
|
-
```
|
19
|
-
|
20
|
-
Just like substack's, it does:
|
21
|
-
|
22
|
-
* handle all variations of all basic javascript values (number, string, boolean, array, object, null, Date)
|
23
|
-
* handle undefined _and_ function in the same way as `JSON.stringify`
|
24
|
-
* **not support ie8 (and below) with complete certainty**.
|
25
|
-
|
26
|
-
Unlike substack's, it does:
|
27
|
-
|
28
|
-
* not implement the 'replacer' or 'space' arguments of the JSON.stringify method
|
29
|
-
* not check for circular references
|
30
|
-
|
31
|
-
## Test results
|
32
|
-
Tested validity (answer equal to substack's) and benchmark (faster than substack's). A test passes only if it has the same output as substack's but is faster (as concluded by [benchmark.js][ben]).
|
33
|
-
|
34
|
-
To (hopefully) prevent [certain smart browsers][cat] from concluding the stringification is not necessary because it is never used anywhere, I summed up all the lengths of the resulting strings of each benchmark contestant and printed it along with the result data.
|
35
|
-
|
36
|
-
### Latest interpreted result
|
37
|
-
|
38
|
-
See [caniuse browser usage][usg] for the 'most popular browsers'.
|
39
|
-
|
40
|
-
| Suite | Browser | JSON.stringify@native | fast-stable-stringify@a9f81e8 | json-stable-stringify@1.0.1 | faster-stable-stringify@1.0.0 |
|
41
|
-
| :---- | :-------------------------------------- | --------------------: | ----------------------------: | --------------------------: | ----------------------------: |
|
42
|
-
| libs | Chrome 60.0.3112 (Windows 7 0.0.0) | 414.45% (±2.67%) | *146.41% (±1.74%) | 100.00% (±1.11%) | 111.26% (±1.24%) |
|
43
|
-
| libs | Chrome Mobile 55.0.2883 (Android 6.0.0) | 495.16% (±16.9%) | *162.18% (±3.59%) | 100.00% (±5.44%) | 129.66% (±3.20%) |
|
44
|
-
| libs | Edge 14.14393.0 (Windows 10 0.0.0) | 487.88% (±11.9%) | *138.69% (±2.27%) | 100.00% (±1.51%) | 113.19% (±1.56%) |
|
45
|
-
| libs | Firefox 54.0.0 (Windows 7 0.0.0) | 530.66% (±17.6%) | *169.34% (±2.38%) | 100.00% (±1.68%) | 152.30% (±2.48%) |
|
46
|
-
| libs | IE 10.0.0 (Windows 7 0.0.0) | 427.80% (±10.9%) | *183.26% (±3.02%) | 100.00% (±2.42%) | ? |
|
47
|
-
| libs | IE 11.0.0 (Windows 7 0.0.0) | 298.01% (±4.35%) | *136.25% (±1.89%) | 100.00% (±1.73%) | ? |
|
48
|
-
| libs | IE 9.0.0 (Windows 7 0.0.0) | 316.18% (±4.01%) | *170.14% (±2.30%) | 100.00% (±1.52%) | ? |
|
49
|
-
| libs | Mobile Safari 10.0.0 (iOS 10.3.0) | 554.98% (±23.7%) | *115.33% (±4.23%) | 100.00% (±3.11%) | *118.66% (±2.96%) |
|
50
|
-
| libs | Safari 10.0.1 (Mac OS X 10.12.1) | 722.94% (±24.8%) | *119.49% (±3.62%) | 100.00% (±2.12%) | 106.06% (±3.12%) |
|
51
|
-
|
52
|
-
Click the build status badge to view the original output.
|
53
|
-
|
54
|
-
Disclaimer: the more I test the more I realize how many factors actually affect the outcome. Not only the browser and browser version, but particularly the json content and a random factor in every test run. Outcomes may sometimes vary more than 10% between tests, despite my attempt to reduce this by increasing the sample size to 2.5 times. Nevertheless, the overall picture typically still holds.
|
55
|
-
|
56
|
-
`JSON.stringify` has been added for reference. In general, aside from the cases where you need the guarantee of a stable result, I would recommend against using this library, or any stable stringification library for that matter.
|
57
|
-
|
58
|
-
[`faster-stable-stringify`][fss] has been added for comparison. It seems it does not work in IE 9 to 11 without a polyfill solution for WeakMap. It is displayed as somewhat slower, but as I decided on the JSON input to test and develop against, this result may be somewhat biased. In some test runs, [`faster-stable-stringify`][fss] will be faster in a browser. In fact, it is consistently somewhat faster in the Mobile Safari 10.
|
59
|
-
|
60
|
-
## Note about string escaping
|
61
|
-
The original implementation was with regexp. A pull request showed a literal string approach that was faster in some browsers. Other libraries would just use JSON.stringify. After a speed comparison between all three methods, it became clear that native JSON.stringify is generally much faster in string escaping than both these methods, even in the IE legacy browsers. The browsers that do not have `JSON.stringify` are not offered for test automation, and when looking at the [usage percentage][usg] of such browsers I no longer see a reason to not use `JSON.stringify`.
|
62
|
-
|
63
|
-
Therefore, the exposed regexp and string are removed from the API. If you still need this functionality, I simply encourage you to use `JSON.stringify`.
|
64
|
-
|
65
|
-
## Running tests
|
66
|
-
It runs karma-benchmark tests now. For testing in node, do:
|
67
|
-
|
68
|
-
```
|
69
|
-
npm test
|
70
|
-
```
|
71
|
-
|
72
|
-
This requires [saucelabs credentials in your env][env]. That, or edit the karma.conf.js to your liking.
|
73
|
-
|
74
|
-
Running this test will cause files in `./results/libs/` to update. Run `npm run table` to get a pretty md table of the results.
|
75
|
-
|
76
|
-
[sub]: https://github.com/substack/json-stable-stringify
|
77
|
-
[ben]: https://github.com/bestiejs/benchmark.js
|
78
|
-
[cat]: http://mrale.ph/blog/2014/02/23/the-black-cat-of-microbenchmarks.html
|
79
|
-
[usg]: http://caniuse.com/usage-table
|
80
|
-
[env]: https://wiki.saucelabs.com/display/DOCS/Best+Practice%3A+Use+Environment+Variables+for+Authentication+Credentials
|
81
|
-
[fss]: https://github.com/ppaskaris/faster-stable-stringify
|