fsevents 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of fsevents might be problematic. Click here for more details.
- package/node_modules/ansi/History.md +7 -0
- package/node_modules/ansi/LICENSE +24 -0
- package/node_modules/ansi/lib/ansi.js +2 -2
- package/node_modules/ansi/package.json +15 -10
- package/node_modules/ansi-regex/package.json +1 -0
- package/node_modules/ansi-styles/package.json +1 -0
- package/node_modules/are-we-there-yet/.npmignore +2 -0
- package/node_modules/are-we-there-yet/index.js +20 -18
- package/node_modules/are-we-there-yet/package.json +15 -13
- package/node_modules/asn1/package.json +3 -1
- package/node_modules/assert-plus/README.md +50 -21
- package/node_modules/assert-plus/assert.js +168 -207
- package/node_modules/assert-plus/package.json +55 -15
- package/node_modules/async/README.md +86 -4
- package/node_modules/async/dist/async.js +4 -3
- package/node_modules/async/dist/async.min.js +1 -1
- package/node_modules/async/lib/async.js +4 -3
- package/node_modules/async/package.json +10 -10
- package/node_modules/aws-sign2/package.json +1 -0
- package/node_modules/aws4/.npmignore +3 -0
- package/node_modules/aws4/.tern-port +1 -0
- package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match → aws4}/.travis.yml +2 -0
- package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md → aws4/LICENSE} +1 -3
- package/node_modules/aws4/README.md +510 -0
- package/node_modules/aws4/aws4.js +313 -0
- package/node_modules/aws4/example.js +372 -0
- package/node_modules/aws4/node_modules/lru-cache/.npmignore +1 -0
- package/node_modules/aws4/node_modules/lru-cache/.travis.yml +8 -0
- package/node_modules/aws4/node_modules/lru-cache/CONTRIBUTORS +14 -0
- package/node_modules/aws4/node_modules/lru-cache/README.md +137 -0
- package/node_modules/aws4/node_modules/lru-cache/lib/lru-cache.js +334 -0
- package/node_modules/aws4/node_modules/lru-cache/package.json +66 -0
- package/node_modules/aws4/node_modules/lru-cache/test/basic.js +396 -0
- package/node_modules/aws4/node_modules/lru-cache/test/foreach.js +120 -0
- package/node_modules/aws4/node_modules/lru-cache/test/memory-leak.js +51 -0
- package/node_modules/aws4/node_modules/lru-cache/test/serialize.js +216 -0
- package/node_modules/aws4/package.json +113 -0
- package/node_modules/bl/.travis.yml +5 -6
- package/node_modules/bl/bl.js +5 -0
- package/node_modules/bl/package.json +16 -13
- package/node_modules/bl/test/test.js +554 -6
- package/node_modules/block-stream/package.json +1 -0
- package/node_modules/boom/package.json +1 -0
- package/node_modules/caseless/package.json +1 -0
- package/node_modules/chalk/package.json +1 -0
- package/node_modules/combined-stream/package.json +1 -0
- package/node_modules/commander/package.json +1 -0
- package/node_modules/core-util-is/package.json +2 -2
- package/node_modules/cryptiles/package.json +1 -0
- package/node_modules/dashdash/README.md +70 -7
- package/node_modules/dashdash/etc/dashdash.bash_completion.in +388 -0
- package/node_modules/dashdash/lib/dashdash.js +202 -2
- package/node_modules/dashdash/package.json +12 -9
- package/node_modules/debug/.jshintrc +3 -0
- package/node_modules/debug/.npmignore +6 -0
- package/node_modules/debug/History.md +195 -0
- package/node_modules/debug/Makefile +36 -0
- package/node_modules/debug/Readme.md +86 -13
- package/node_modules/debug/bower.json +28 -0
- package/node_modules/debug/browser.js +168 -0
- package/node_modules/debug/component.json +19 -0
- package/node_modules/debug/debug.js +132 -72
- package/node_modules/debug/node.js +209 -0
- package/node_modules/debug/package.json +32 -22
- package/node_modules/deep-extend/README.md +51 -50
- package/node_modules/deep-extend/package.json +14 -16
- package/node_modules/delayed-stream/package.json +1 -0
- package/node_modules/delegates/History.md +6 -0
- package/node_modules/delegates/License +20 -0
- package/node_modules/delegates/package.json +17 -13
- package/node_modules/ecc-jsbn/package.json +3 -1
- package/node_modules/escape-string-regexp/package.json +2 -2
- package/node_modules/extend/package.json +1 -0
- package/node_modules/extsprintf/package.json +4 -2
- package/node_modules/forever-agent/package.json +1 -0
- package/node_modules/form-data/package.json +1 -0
- package/node_modules/fstream/package.json +1 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +1 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +1 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/package.json +1 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/package.json +1 -0
- package/node_modules/fstream-ignore/package.json +3 -1
- package/node_modules/gauge/package.json +14 -12
- package/node_modules/gauge/progress-bar.js +4 -5
- package/node_modules/gauge/test/progress-bar.js +1 -1
- package/node_modules/generate-function/package.json +1 -0
- package/node_modules/generate-object-property/package.json +1 -0
- package/node_modules/graceful-fs/README.md +17 -0
- package/node_modules/graceful-fs/graceful-fs.js +2 -0
- package/node_modules/graceful-fs/package.json +16 -11
- package/node_modules/graceful-readlink/package.json +1 -0
- package/node_modules/har-validator/README.md +45 -122
- package/node_modules/har-validator/package.json +16 -16
- package/node_modules/has-ansi/package.json +1 -0
- package/node_modules/has-unicode/README.md +6 -3
- package/node_modules/has-unicode/index.js +7 -3
- package/node_modules/has-unicode/package.json +15 -13
- package/node_modules/has-unicode/test/index.js +1 -1
- package/node_modules/hawk/README.md +634 -634
- package/node_modules/hawk/bower.json +24 -24
- package/node_modules/hawk/component.json +18 -18
- package/node_modules/hawk/dist/client.js +343 -340
- package/node_modules/hawk/example/usage.js +78 -78
- package/node_modules/hawk/lib/browser.js +637 -637
- package/node_modules/hawk/lib/client.js +369 -369
- package/node_modules/hawk/lib/crypto.js +126 -126
- package/node_modules/hawk/lib/index.js +15 -15
- package/node_modules/hawk/lib/server.js +548 -540
- package/node_modules/hawk/lib/utils.js +184 -164
- package/node_modules/hawk/package.json +9 -8
- package/node_modules/hawk/test/browser.js +1492 -1492
- package/node_modules/hawk/test/client.js +440 -440
- package/node_modules/hawk/test/crypto.js +70 -70
- package/node_modules/hawk/test/index.js +378 -378
- package/node_modules/hawk/test/readme.js +95 -95
- package/node_modules/hawk/test/server.js +1329 -1302
- package/node_modules/hawk/test/uri.js +838 -838
- package/node_modules/hawk/test/utils.js +149 -121
- package/node_modules/hoek/package.json +1 -0
- package/node_modules/http-signature/CHANGES.md +7 -0
- package/node_modules/http-signature/http_signing.md +71 -3
- package/node_modules/http-signature/lib/signer.js +5 -0
- package/node_modules/http-signature/package.json +13 -11
- package/node_modules/ini/package.json +3 -1
- package/node_modules/is-my-json-valid/formats.js +1 -1
- package/node_modules/is-my-json-valid/package.json +11 -10
- package/node_modules/is-property/package.json +1 -0
- package/node_modules/is-typedarray/package.json +3 -1
- package/node_modules/isarray/package.json +2 -2
- package/node_modules/isstream/package.json +1 -0
- package/node_modules/jodid25519/package.json +3 -1
- package/node_modules/jsbn/package.json +3 -1
- package/node_modules/json-schema/package.json +2 -1
- package/node_modules/json-stringify-safe/package.json +1 -0
- package/node_modules/jsonpointer/package.json +1 -0
- package/node_modules/jsprim/package.json +3 -1
- package/node_modules/lodash._basetostring/package.json +4 -4
- package/node_modules/lodash._createpadding/package.json +3 -2
- package/node_modules/lodash._root/LICENSE +22 -0
- package/node_modules/lodash._root/README.md +18 -0
- package/node_modules/lodash._root/index.js +53 -0
- package/node_modules/lodash._root/package.json +77 -0
- package/node_modules/lodash.pad/LICENSE +2 -2
- package/node_modules/lodash.pad/README.md +4 -6
- package/node_modules/lodash.pad/index.js +347 -15
- package/node_modules/lodash.pad/package.json +20 -34
- package/node_modules/lodash.padleft/package.json +3 -1
- package/node_modules/lodash.padright/package.json +3 -1
- package/node_modules/lodash.repeat/LICENSE +2 -2
- package/node_modules/lodash.repeat/README.md +4 -6
- package/node_modules/lodash.repeat/index.js +262 -11
- package/node_modules/lodash.repeat/package.json +21 -34
- package/node_modules/mime-db/package.json +2 -2
- package/node_modules/mime-types/package.json +2 -2
- package/node_modules/ms/.npmignore +5 -0
- package/node_modules/{deep-extend → ms}/LICENSE +2 -2
- package/node_modules/ms/README.md +35 -0
- package/node_modules/ms/index.js +125 -0
- package/node_modules/ms/package.json +56 -0
- package/node_modules/node-pre-gyp/CHANGELOG.md +8 -0
- package/node_modules/node-pre-gyp/LICENSE +27 -0
- package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +36 -0
- package/node_modules/node-pre-gyp/package.json +23 -22
- package/node_modules/node-uuid/package.json +1 -0
- package/node_modules/npmlog/package.json +18 -16
- package/node_modules/oauth-sign/index.js +2 -0
- package/node_modules/oauth-sign/package.json +10 -9
- package/node_modules/once/README.md +18 -0
- package/node_modules/once/once.js +8 -6
- package/node_modules/once/package.json +20 -12
- package/node_modules/pinkie/index.js +3 -3
- package/node_modules/pinkie/package.json +10 -9
- package/node_modules/pinkie/readme.md +1 -1
- package/node_modules/pinkie-promise/package.json +1 -0
- package/node_modules/process-nextick-args/package.json +2 -2
- package/node_modules/qs/.eslintrc +17 -0
- package/node_modules/qs/.travis.yml +66 -5
- package/node_modules/qs/CHANGELOG.md +86 -75
- package/node_modules/qs/README.md +85 -81
- package/node_modules/qs/bower.json +1 -1
- package/node_modules/qs/component.json +1 -1
- package/node_modules/qs/dist/qs.js +108 -177
- package/node_modules/qs/lib/index.js +1 -7
- package/node_modules/qs/lib/parse.js +26 -49
- package/node_modules/qs/lib/stringify.js +22 -46
- package/node_modules/qs/lib/utils.js +45 -73
- package/node_modules/qs/package.json +51 -28
- package/node_modules/qs/test/index.js +5 -0
- package/node_modules/qs/test/parse.js +236 -321
- package/node_modules/qs/test/stringify.js +139 -197
- package/node_modules/qs/test/utils.js +6 -25
- package/node_modules/rc/node_modules/minimist/package.json +1 -0
- package/node_modules/rc/package.json +1 -0
- package/node_modules/readable-stream/package.json +1 -0
- package/node_modules/request/CHANGELOG.md +16 -1
- package/node_modules/request/README.md +1 -1
- package/node_modules/request/lib/har.js +3 -2
- package/node_modules/request/lib/multipart.js +3 -0
- package/node_modules/request/lib/tunnel.js +0 -2
- package/node_modules/request/package.json +20 -17
- package/node_modules/request/request.js +50 -26
- package/node_modules/rimraf/README.md +1 -1
- package/node_modules/rimraf/node_modules/glob/README.md +2 -2
- package/node_modules/rimraf/node_modules/glob/glob.js +14 -1
- package/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json +2 -1
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/package.json +11 -11
- package/node_modules/rimraf/package.json +13 -12
- package/node_modules/semver/package.json +3 -1
- package/node_modules/sntp/package.json +1 -0
- package/node_modules/sshpk/.npmignore +1 -0
- package/node_modules/sshpk/bin/sshpk-sign +176 -0
- package/node_modules/sshpk/bin/sshpk-verify +166 -0
- package/node_modules/sshpk/lib/ed-compat.js +2 -0
- package/node_modules/sshpk/lib/key.js +6 -0
- package/node_modules/sshpk/man/man1/sshpk-conv.1 +135 -0
- package/node_modules/sshpk/man/man1/sshpk-sign.1 +81 -0
- package/node_modules/sshpk/man/man1/sshpk-verify.1 +68 -0
- package/node_modules/sshpk/package.json +18 -9
- package/node_modules/string_decoder/package.json +2 -2
- package/node_modules/stringstream/package.json +1 -0
- package/node_modules/strip-ansi/package.json +1 -0
- package/node_modules/strip-json-comments/package.json +1 -0
- package/node_modules/supports-color/package.json +1 -0
- package/node_modules/tar/package.json +1 -0
- package/node_modules/tar-pack/README.md +2 -2
- package/node_modules/tar-pack/package.json +25 -26
- package/node_modules/tough-cookie/package.json +1 -0
- package/node_modules/tunnel-agent/package.json +1 -0
- package/node_modules/tweetnacl/README.md +1 -1
- package/node_modules/tweetnacl/package.json +13 -11
- package/node_modules/uid-number/package.json +14 -13
- package/node_modules/uid-number/uid-number.js +9 -4
- package/node_modules/util-deprecate/package.json +2 -2
- package/node_modules/verror/package.json +1 -0
- package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy → wrappy}/package.json +3 -2
- package/node_modules/xtend/package.json +1 -0
- package/package.json +2 -2
- package/node_modules/are-we-there-yet/README.md~ +0 -183
- package/node_modules/bl/test/basic-test.js +0 -541
- package/node_modules/bl/test/sauce.js +0 -38
- package/node_modules/debug/index.js +0 -5
- package/node_modules/debug/lib/debug.js +0 -147
- package/node_modules/deep-extend/test/index.spec.js +0 -220
- package/node_modules/deep-extend/test/mocha.opts +0 -1
- package/node_modules/gauge/README.md~ +0 -161
- package/node_modules/has-unicode/README.md~ +0 -4
- package/node_modules/once/LICENSE +0 -27
- package/node_modules/once/test/once.js +0 -18
- package/node_modules/sshpk/node_modules/assert-plus/README.md +0 -155
- package/node_modules/sshpk/node_modules/assert-plus/assert.js +0 -206
- package/node_modules/sshpk/node_modules/assert-plus/package.json +0 -88
- package/node_modules/tar-pack/node_modules/rimraf/README.md +0 -43
- package/node_modules/tar-pack/node_modules/rimraf/bin.js +0 -40
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/README.md +0 -359
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/common.js +0 -226
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/glob.js +0 -752
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/.eslintrc +0 -17
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/README.md +0 -37
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/inflight.js +0 -44
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json +0 -58
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json +0 -67
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/test.js +0 -97
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/LICENSE +0 -16
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/README.md +0 -42
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits.js +0 -1
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits_browser.js +0 -23
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json +0 -58
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/test.js +0 -25
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/README.md +0 -216
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/minimatch.js +0 -912
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore +0 -3
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -122
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js +0 -8
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -191
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +0 -2
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile +0 -6
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +0 -89
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js +0 -5
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +0 -50
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +0 -79
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +0 -84
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +0 -4
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE +0 -18
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +0 -62
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js +0 -6
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +0 -13
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +0 -90
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js +0 -39
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -81
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json +0 -66
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/README.md +0 -51
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/LICENSE +0 -15
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/README.md +0 -36
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js +0 -51
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js +0 -33
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/once.js +0 -21
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/package.json +0 -70
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/index.js +0 -20
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/package.json +0 -78
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/readme.md +0 -51
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/package.json +0 -79
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/sync.js +0 -460
- package/node_modules/tar-pack/node_modules/rimraf/package.json +0 -69
- package/node_modules/tar-pack/node_modules/rimraf/rimraf.js +0 -333
- package/node_modules/uid-number/LICENCE +0 -25
- /package/node_modules/{sshpk/node_modules/assert-plus → assert-plus}/AUTHORS +0 -0
- /package/node_modules/{sshpk/node_modules/assert-plus → assert-plus}/CHANGES.md +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf → aws4/node_modules/lru-cache}/LICENSE +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight → uid-number}/LICENSE +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy → wrappy}/LICENSE +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy → wrappy}/README.md +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy → wrappy}/test/basic.js +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy → wrappy}/wrappy.js +0 -0
@@ -1,541 +0,0 @@
|
|
1
|
-
var tape = require('tape')
|
2
|
-
, crypto = require('crypto')
|
3
|
-
, fs = require('fs')
|
4
|
-
, hash = require('hash_file')
|
5
|
-
, BufferList = require('../')
|
6
|
-
|
7
|
-
, encodings =
|
8
|
-
('hex utf8 utf-8 ascii binary base64'
|
9
|
-
+ (process.browser ? '' : ' ucs2 ucs-2 utf16le utf-16le')).split(' ')
|
10
|
-
|
11
|
-
tape('single bytes from single buffer', function (t) {
|
12
|
-
var bl = new BufferList()
|
13
|
-
bl.append(new Buffer('abcd'))
|
14
|
-
|
15
|
-
t.equal(bl.length, 4)
|
16
|
-
|
17
|
-
t.equal(bl.get(0), 97)
|
18
|
-
t.equal(bl.get(1), 98)
|
19
|
-
t.equal(bl.get(2), 99)
|
20
|
-
t.equal(bl.get(3), 100)
|
21
|
-
|
22
|
-
t.end()
|
23
|
-
})
|
24
|
-
|
25
|
-
tape('single bytes from multiple buffers', function (t) {
|
26
|
-
var bl = new BufferList()
|
27
|
-
bl.append(new Buffer('abcd'))
|
28
|
-
bl.append(new Buffer('efg'))
|
29
|
-
bl.append(new Buffer('hi'))
|
30
|
-
bl.append(new Buffer('j'))
|
31
|
-
|
32
|
-
t.equal(bl.length, 10)
|
33
|
-
|
34
|
-
t.equal(bl.get(0), 97)
|
35
|
-
t.equal(bl.get(1), 98)
|
36
|
-
t.equal(bl.get(2), 99)
|
37
|
-
t.equal(bl.get(3), 100)
|
38
|
-
t.equal(bl.get(4), 101)
|
39
|
-
t.equal(bl.get(5), 102)
|
40
|
-
t.equal(bl.get(6), 103)
|
41
|
-
t.equal(bl.get(7), 104)
|
42
|
-
t.equal(bl.get(8), 105)
|
43
|
-
t.equal(bl.get(9), 106)
|
44
|
-
t.end()
|
45
|
-
})
|
46
|
-
|
47
|
-
tape('multi bytes from single buffer', function (t) {
|
48
|
-
var bl = new BufferList()
|
49
|
-
bl.append(new Buffer('abcd'))
|
50
|
-
|
51
|
-
t.equal(bl.length, 4)
|
52
|
-
|
53
|
-
t.equal(bl.slice(0, 4).toString('ascii'), 'abcd')
|
54
|
-
t.equal(bl.slice(0, 3).toString('ascii'), 'abc')
|
55
|
-
t.equal(bl.slice(1, 4).toString('ascii'), 'bcd')
|
56
|
-
|
57
|
-
t.end()
|
58
|
-
})
|
59
|
-
|
60
|
-
tape('multiple bytes from multiple buffers', function (t) {
|
61
|
-
var bl = new BufferList()
|
62
|
-
|
63
|
-
bl.append(new Buffer('abcd'))
|
64
|
-
bl.append(new Buffer('efg'))
|
65
|
-
bl.append(new Buffer('hi'))
|
66
|
-
bl.append(new Buffer('j'))
|
67
|
-
|
68
|
-
t.equal(bl.length, 10)
|
69
|
-
|
70
|
-
t.equal(bl.slice(0, 10).toString('ascii'), 'abcdefghij')
|
71
|
-
t.equal(bl.slice(3, 10).toString('ascii'), 'defghij')
|
72
|
-
t.equal(bl.slice(3, 6).toString('ascii'), 'def')
|
73
|
-
t.equal(bl.slice(3, 8).toString('ascii'), 'defgh')
|
74
|
-
t.equal(bl.slice(5, 10).toString('ascii'), 'fghij')
|
75
|
-
|
76
|
-
t.end()
|
77
|
-
})
|
78
|
-
|
79
|
-
tape('multiple bytes from multiple buffer lists', function (t) {
|
80
|
-
var bl = new BufferList()
|
81
|
-
|
82
|
-
bl.append(new BufferList([new Buffer('abcd'), new Buffer('efg')]))
|
83
|
-
bl.append(new BufferList([new Buffer('hi'), new Buffer('j')]))
|
84
|
-
|
85
|
-
t.equal(bl.length, 10)
|
86
|
-
|
87
|
-
t.equal(bl.slice(0, 10).toString('ascii'), 'abcdefghij')
|
88
|
-
t.equal(bl.slice(3, 10).toString('ascii'), 'defghij')
|
89
|
-
t.equal(bl.slice(3, 6).toString('ascii'), 'def')
|
90
|
-
t.equal(bl.slice(3, 8).toString('ascii'), 'defgh')
|
91
|
-
t.equal(bl.slice(5, 10).toString('ascii'), 'fghij')
|
92
|
-
|
93
|
-
t.end()
|
94
|
-
})
|
95
|
-
|
96
|
-
tape('consuming from multiple buffers', function (t) {
|
97
|
-
var bl = new BufferList()
|
98
|
-
|
99
|
-
bl.append(new Buffer('abcd'))
|
100
|
-
bl.append(new Buffer('efg'))
|
101
|
-
bl.append(new Buffer('hi'))
|
102
|
-
bl.append(new Buffer('j'))
|
103
|
-
|
104
|
-
t.equal(bl.length, 10)
|
105
|
-
|
106
|
-
t.equal(bl.slice(0, 10).toString('ascii'), 'abcdefghij')
|
107
|
-
|
108
|
-
bl.consume(3)
|
109
|
-
t.equal(bl.length, 7)
|
110
|
-
t.equal(bl.slice(0, 7).toString('ascii'), 'defghij')
|
111
|
-
|
112
|
-
bl.consume(2)
|
113
|
-
t.equal(bl.length, 5)
|
114
|
-
t.equal(bl.slice(0, 5).toString('ascii'), 'fghij')
|
115
|
-
|
116
|
-
bl.consume(1)
|
117
|
-
t.equal(bl.length, 4)
|
118
|
-
t.equal(bl.slice(0, 4).toString('ascii'), 'ghij')
|
119
|
-
|
120
|
-
bl.consume(1)
|
121
|
-
t.equal(bl.length, 3)
|
122
|
-
t.equal(bl.slice(0, 3).toString('ascii'), 'hij')
|
123
|
-
|
124
|
-
bl.consume(2)
|
125
|
-
t.equal(bl.length, 1)
|
126
|
-
t.equal(bl.slice(0, 1).toString('ascii'), 'j')
|
127
|
-
|
128
|
-
t.end()
|
129
|
-
})
|
130
|
-
|
131
|
-
tape('test readUInt8 / readInt8', function (t) {
|
132
|
-
var buf1 = new Buffer(1)
|
133
|
-
, buf2 = new Buffer(3)
|
134
|
-
, buf3 = new Buffer(3)
|
135
|
-
, bl = new BufferList()
|
136
|
-
|
137
|
-
buf2[1] = 0x3
|
138
|
-
buf2[2] = 0x4
|
139
|
-
buf3[0] = 0x23
|
140
|
-
buf3[1] = 0x42
|
141
|
-
|
142
|
-
bl.append(buf1)
|
143
|
-
bl.append(buf2)
|
144
|
-
bl.append(buf3)
|
145
|
-
|
146
|
-
t.equal(bl.readUInt8(2), 0x3)
|
147
|
-
t.equal(bl.readInt8(2), 0x3)
|
148
|
-
t.equal(bl.readUInt8(3), 0x4)
|
149
|
-
t.equal(bl.readInt8(3), 0x4)
|
150
|
-
t.equal(bl.readUInt8(4), 0x23)
|
151
|
-
t.equal(bl.readInt8(4), 0x23)
|
152
|
-
t.equal(bl.readUInt8(5), 0x42)
|
153
|
-
t.equal(bl.readInt8(5), 0x42)
|
154
|
-
t.end()
|
155
|
-
})
|
156
|
-
|
157
|
-
tape('test readUInt16LE / readUInt16BE / readInt16LE / readInt16BE', function (t) {
|
158
|
-
var buf1 = new Buffer(1)
|
159
|
-
, buf2 = new Buffer(3)
|
160
|
-
, buf3 = new Buffer(3)
|
161
|
-
, bl = new BufferList()
|
162
|
-
|
163
|
-
buf2[1] = 0x3
|
164
|
-
buf2[2] = 0x4
|
165
|
-
buf3[0] = 0x23
|
166
|
-
buf3[1] = 0x42
|
167
|
-
|
168
|
-
bl.append(buf1)
|
169
|
-
bl.append(buf2)
|
170
|
-
bl.append(buf3)
|
171
|
-
|
172
|
-
t.equal(bl.readUInt16BE(2), 0x0304)
|
173
|
-
t.equal(bl.readUInt16LE(2), 0x0403)
|
174
|
-
t.equal(bl.readInt16BE(2), 0x0304)
|
175
|
-
t.equal(bl.readInt16LE(2), 0x0403)
|
176
|
-
t.equal(bl.readUInt16BE(3), 0x0423)
|
177
|
-
t.equal(bl.readUInt16LE(3), 0x2304)
|
178
|
-
t.equal(bl.readInt16BE(3), 0x0423)
|
179
|
-
t.equal(bl.readInt16LE(3), 0x2304)
|
180
|
-
t.equal(bl.readUInt16BE(4), 0x2342)
|
181
|
-
t.equal(bl.readUInt16LE(4), 0x4223)
|
182
|
-
t.equal(bl.readInt16BE(4), 0x2342)
|
183
|
-
t.equal(bl.readInt16LE(4), 0x4223)
|
184
|
-
t.end()
|
185
|
-
})
|
186
|
-
|
187
|
-
tape('test readUInt32LE / readUInt32BE / readInt32LE / readInt32BE', function (t) {
|
188
|
-
var buf1 = new Buffer(1)
|
189
|
-
, buf2 = new Buffer(3)
|
190
|
-
, buf3 = new Buffer(3)
|
191
|
-
, bl = new BufferList()
|
192
|
-
|
193
|
-
buf2[1] = 0x3
|
194
|
-
buf2[2] = 0x4
|
195
|
-
buf3[0] = 0x23
|
196
|
-
buf3[1] = 0x42
|
197
|
-
|
198
|
-
bl.append(buf1)
|
199
|
-
bl.append(buf2)
|
200
|
-
bl.append(buf3)
|
201
|
-
|
202
|
-
t.equal(bl.readUInt32BE(2), 0x03042342)
|
203
|
-
t.equal(bl.readUInt32LE(2), 0x42230403)
|
204
|
-
t.equal(bl.readInt32BE(2), 0x03042342)
|
205
|
-
t.equal(bl.readInt32LE(2), 0x42230403)
|
206
|
-
t.end()
|
207
|
-
})
|
208
|
-
|
209
|
-
tape('test readFloatLE / readFloatBE', function (t) {
|
210
|
-
var buf1 = new Buffer(1)
|
211
|
-
, buf2 = new Buffer(3)
|
212
|
-
, buf3 = new Buffer(3)
|
213
|
-
, bl = new BufferList()
|
214
|
-
|
215
|
-
buf2[1] = 0x00
|
216
|
-
buf2[2] = 0x00
|
217
|
-
buf3[0] = 0x80
|
218
|
-
buf3[1] = 0x3f
|
219
|
-
|
220
|
-
bl.append(buf1)
|
221
|
-
bl.append(buf2)
|
222
|
-
bl.append(buf3)
|
223
|
-
|
224
|
-
t.equal(bl.readFloatLE(2), 0x01)
|
225
|
-
t.end()
|
226
|
-
})
|
227
|
-
|
228
|
-
tape('test readDoubleLE / readDoubleBE', function (t) {
|
229
|
-
var buf1 = new Buffer(1)
|
230
|
-
, buf2 = new Buffer(3)
|
231
|
-
, buf3 = new Buffer(10)
|
232
|
-
, bl = new BufferList()
|
233
|
-
|
234
|
-
buf2[1] = 0x55
|
235
|
-
buf2[2] = 0x55
|
236
|
-
buf3[0] = 0x55
|
237
|
-
buf3[1] = 0x55
|
238
|
-
buf3[2] = 0x55
|
239
|
-
buf3[3] = 0x55
|
240
|
-
buf3[4] = 0xd5
|
241
|
-
buf3[5] = 0x3f
|
242
|
-
|
243
|
-
bl.append(buf1)
|
244
|
-
bl.append(buf2)
|
245
|
-
bl.append(buf3)
|
246
|
-
|
247
|
-
t.equal(bl.readDoubleLE(2), 0.3333333333333333)
|
248
|
-
t.end()
|
249
|
-
})
|
250
|
-
|
251
|
-
tape('test toString', function (t) {
|
252
|
-
var bl = new BufferList()
|
253
|
-
|
254
|
-
bl.append(new Buffer('abcd'))
|
255
|
-
bl.append(new Buffer('efg'))
|
256
|
-
bl.append(new Buffer('hi'))
|
257
|
-
bl.append(new Buffer('j'))
|
258
|
-
|
259
|
-
t.equal(bl.toString('ascii', 0, 10), 'abcdefghij')
|
260
|
-
t.equal(bl.toString('ascii', 3, 10), 'defghij')
|
261
|
-
t.equal(bl.toString('ascii', 3, 6), 'def')
|
262
|
-
t.equal(bl.toString('ascii', 3, 8), 'defgh')
|
263
|
-
t.equal(bl.toString('ascii', 5, 10), 'fghij')
|
264
|
-
|
265
|
-
t.end()
|
266
|
-
})
|
267
|
-
|
268
|
-
tape('test toString encoding', function (t) {
|
269
|
-
var bl = new BufferList()
|
270
|
-
, b = new Buffer('abcdefghij\xff\x00')
|
271
|
-
|
272
|
-
bl.append(new Buffer('abcd'))
|
273
|
-
bl.append(new Buffer('efg'))
|
274
|
-
bl.append(new Buffer('hi'))
|
275
|
-
bl.append(new Buffer('j'))
|
276
|
-
bl.append(new Buffer('\xff\x00'))
|
277
|
-
|
278
|
-
encodings.forEach(function (enc) {
|
279
|
-
t.equal(bl.toString(enc), b.toString(enc), enc)
|
280
|
-
})
|
281
|
-
|
282
|
-
t.end()
|
283
|
-
})
|
284
|
-
|
285
|
-
!process.browser && tape('test stream', function (t) {
|
286
|
-
var random = crypto.randomBytes(65534)
|
287
|
-
, rndhash = hash(random, 'md5')
|
288
|
-
, md5sum = crypto.createHash('md5')
|
289
|
-
, bl = new BufferList(function (err, buf) {
|
290
|
-
t.ok(Buffer.isBuffer(buf))
|
291
|
-
t.ok(err === null)
|
292
|
-
t.equal(rndhash, hash(bl.slice(), 'md5'))
|
293
|
-
t.equal(rndhash, hash(buf, 'md5'))
|
294
|
-
|
295
|
-
bl.pipe(fs.createWriteStream('/tmp/bl_test_rnd_out.dat'))
|
296
|
-
.on('close', function () {
|
297
|
-
var s = fs.createReadStream('/tmp/bl_test_rnd_out.dat')
|
298
|
-
s.on('data', md5sum.update.bind(md5sum))
|
299
|
-
s.on('end', function() {
|
300
|
-
t.equal(rndhash, md5sum.digest('hex'), 'woohoo! correct hash!')
|
301
|
-
t.end()
|
302
|
-
})
|
303
|
-
})
|
304
|
-
|
305
|
-
})
|
306
|
-
|
307
|
-
fs.writeFileSync('/tmp/bl_test_rnd.dat', random)
|
308
|
-
fs.createReadStream('/tmp/bl_test_rnd.dat').pipe(bl)
|
309
|
-
})
|
310
|
-
|
311
|
-
tape('instantiation with Buffer', function (t) {
|
312
|
-
var buf = crypto.randomBytes(1024)
|
313
|
-
, buf2 = crypto.randomBytes(1024)
|
314
|
-
, b = BufferList(buf)
|
315
|
-
|
316
|
-
t.equal(buf.toString('hex'), b.slice().toString('hex'), 'same buffer')
|
317
|
-
b = BufferList([ buf, buf2 ])
|
318
|
-
t.equal(b.slice().toString('hex'), Buffer.concat([ buf, buf2 ]).toString('hex'), 'same buffer')
|
319
|
-
t.end()
|
320
|
-
})
|
321
|
-
|
322
|
-
tape('test String appendage', function (t) {
|
323
|
-
var bl = new BufferList()
|
324
|
-
, b = new Buffer('abcdefghij\xff\x00')
|
325
|
-
|
326
|
-
bl.append('abcd')
|
327
|
-
bl.append('efg')
|
328
|
-
bl.append('hi')
|
329
|
-
bl.append('j')
|
330
|
-
bl.append('\xff\x00')
|
331
|
-
|
332
|
-
encodings.forEach(function (enc) {
|
333
|
-
t.equal(bl.toString(enc), b.toString(enc))
|
334
|
-
})
|
335
|
-
|
336
|
-
t.end()
|
337
|
-
})
|
338
|
-
|
339
|
-
tape('write nothing, should get empty buffer', function (t) {
|
340
|
-
t.plan(3)
|
341
|
-
BufferList(function (err, data) {
|
342
|
-
t.notOk(err, 'no error')
|
343
|
-
t.ok(Buffer.isBuffer(data), 'got a buffer')
|
344
|
-
t.equal(0, data.length, 'got a zero-length buffer')
|
345
|
-
t.end()
|
346
|
-
}).end()
|
347
|
-
})
|
348
|
-
|
349
|
-
tape('unicode string', function (t) {
|
350
|
-
t.plan(2)
|
351
|
-
var inp1 = '\u2600'
|
352
|
-
, inp2 = '\u2603'
|
353
|
-
, exp = inp1 + ' and ' + inp2
|
354
|
-
, bl = BufferList()
|
355
|
-
bl.write(inp1)
|
356
|
-
bl.write(' and ')
|
357
|
-
bl.write(inp2)
|
358
|
-
t.equal(exp, bl.toString())
|
359
|
-
t.equal(new Buffer(exp).toString('hex'), bl.toString('hex'))
|
360
|
-
})
|
361
|
-
|
362
|
-
tape('should emit finish', function (t) {
|
363
|
-
var source = BufferList()
|
364
|
-
, dest = BufferList()
|
365
|
-
|
366
|
-
source.write('hello')
|
367
|
-
source.pipe(dest)
|
368
|
-
|
369
|
-
dest.on('finish', function () {
|
370
|
-
t.equal(dest.toString('utf8'), 'hello')
|
371
|
-
t.end()
|
372
|
-
})
|
373
|
-
})
|
374
|
-
|
375
|
-
tape('basic copy', function (t) {
|
376
|
-
var buf = crypto.randomBytes(1024)
|
377
|
-
, buf2 = new Buffer(1024)
|
378
|
-
, b = BufferList(buf)
|
379
|
-
|
380
|
-
b.copy(buf2)
|
381
|
-
t.equal(b.slice().toString('hex'), buf2.toString('hex'), 'same buffer')
|
382
|
-
t.end()
|
383
|
-
})
|
384
|
-
|
385
|
-
tape('copy after many appends', function (t) {
|
386
|
-
var buf = crypto.randomBytes(512)
|
387
|
-
, buf2 = new Buffer(1024)
|
388
|
-
, b = BufferList(buf)
|
389
|
-
|
390
|
-
b.append(buf)
|
391
|
-
b.copy(buf2)
|
392
|
-
t.equal(b.slice().toString('hex'), buf2.toString('hex'), 'same buffer')
|
393
|
-
t.end()
|
394
|
-
})
|
395
|
-
|
396
|
-
tape('copy at a precise position', function (t) {
|
397
|
-
var buf = crypto.randomBytes(1004)
|
398
|
-
, buf2 = new Buffer(1024)
|
399
|
-
, b = BufferList(buf)
|
400
|
-
|
401
|
-
b.copy(buf2, 20)
|
402
|
-
t.equal(b.slice().toString('hex'), buf2.slice(20).toString('hex'), 'same buffer')
|
403
|
-
t.end()
|
404
|
-
})
|
405
|
-
|
406
|
-
tape('copy starting from a precise location', function (t) {
|
407
|
-
var buf = crypto.randomBytes(10)
|
408
|
-
, buf2 = new Buffer(5)
|
409
|
-
, b = BufferList(buf)
|
410
|
-
|
411
|
-
b.copy(buf2, 0, 5)
|
412
|
-
t.equal(b.slice(5).toString('hex'), buf2.toString('hex'), 'same buffer')
|
413
|
-
t.end()
|
414
|
-
})
|
415
|
-
|
416
|
-
tape('copy in an interval', function (t) {
|
417
|
-
var rnd = crypto.randomBytes(10)
|
418
|
-
, b = BufferList(rnd) // put the random bytes there
|
419
|
-
, actual = new Buffer(3)
|
420
|
-
, expected = new Buffer(3)
|
421
|
-
|
422
|
-
rnd.copy(expected, 0, 5, 8)
|
423
|
-
b.copy(actual, 0, 5, 8)
|
424
|
-
|
425
|
-
t.equal(actual.toString('hex'), expected.toString('hex'), 'same buffer')
|
426
|
-
t.end()
|
427
|
-
})
|
428
|
-
|
429
|
-
tape('copy an interval between two buffers', function (t) {
|
430
|
-
var buf = crypto.randomBytes(10)
|
431
|
-
, buf2 = new Buffer(10)
|
432
|
-
, b = BufferList(buf)
|
433
|
-
|
434
|
-
b.append(buf)
|
435
|
-
b.copy(buf2, 0, 5, 15)
|
436
|
-
|
437
|
-
t.equal(b.slice(5, 15).toString('hex'), buf2.toString('hex'), 'same buffer')
|
438
|
-
t.end()
|
439
|
-
})
|
440
|
-
|
441
|
-
tape('duplicate', function (t) {
|
442
|
-
t.plan(2)
|
443
|
-
|
444
|
-
var bl = new BufferList('abcdefghij\xff\x00')
|
445
|
-
, dup = bl.duplicate()
|
446
|
-
|
447
|
-
t.equal(bl.prototype, dup.prototype)
|
448
|
-
t.equal(bl.toString('hex'), dup.toString('hex'))
|
449
|
-
})
|
450
|
-
|
451
|
-
tape('destroy no pipe', function (t) {
|
452
|
-
t.plan(2)
|
453
|
-
|
454
|
-
var bl = new BufferList('alsdkfja;lsdkfja;lsdk')
|
455
|
-
bl.destroy()
|
456
|
-
|
457
|
-
t.equal(bl._bufs.length, 0)
|
458
|
-
t.equal(bl.length, 0)
|
459
|
-
})
|
460
|
-
|
461
|
-
!process.browser && tape('destroy with pipe before read end', function (t) {
|
462
|
-
t.plan(2)
|
463
|
-
|
464
|
-
var bl = new BufferList()
|
465
|
-
fs.createReadStream(__dirname + '/sauce.js')
|
466
|
-
.pipe(bl)
|
467
|
-
|
468
|
-
bl.destroy()
|
469
|
-
|
470
|
-
t.equal(bl._bufs.length, 0)
|
471
|
-
t.equal(bl.length, 0)
|
472
|
-
|
473
|
-
})
|
474
|
-
|
475
|
-
!process.browser && tape('destroy with pipe before read end with race', function (t) {
|
476
|
-
t.plan(2)
|
477
|
-
|
478
|
-
var bl = new BufferList()
|
479
|
-
fs.createReadStream(__dirname + '/sauce.js')
|
480
|
-
.pipe(bl)
|
481
|
-
|
482
|
-
setTimeout(function () {
|
483
|
-
bl.destroy()
|
484
|
-
setTimeout(function () {
|
485
|
-
t.equal(bl._bufs.length, 0)
|
486
|
-
t.equal(bl.length, 0)
|
487
|
-
}, 500)
|
488
|
-
}, 500)
|
489
|
-
})
|
490
|
-
|
491
|
-
!process.browser && tape('destroy with pipe after read end', function (t) {
|
492
|
-
t.plan(2)
|
493
|
-
|
494
|
-
var bl = new BufferList()
|
495
|
-
fs.createReadStream(__dirname + '/sauce.js')
|
496
|
-
.on('end', onEnd)
|
497
|
-
.pipe(bl)
|
498
|
-
|
499
|
-
function onEnd () {
|
500
|
-
bl.destroy()
|
501
|
-
|
502
|
-
t.equal(bl._bufs.length, 0)
|
503
|
-
t.equal(bl.length, 0)
|
504
|
-
}
|
505
|
-
})
|
506
|
-
|
507
|
-
!process.browser && tape('destroy with pipe while writing to a destination', function (t) {
|
508
|
-
t.plan(4)
|
509
|
-
|
510
|
-
var bl = new BufferList()
|
511
|
-
, ds = new BufferList()
|
512
|
-
|
513
|
-
fs.createReadStream(__dirname + '/sauce.js')
|
514
|
-
.on('end', onEnd)
|
515
|
-
.pipe(bl)
|
516
|
-
|
517
|
-
function onEnd () {
|
518
|
-
bl.pipe(ds)
|
519
|
-
|
520
|
-
setTimeout(function () {
|
521
|
-
bl.destroy()
|
522
|
-
|
523
|
-
t.equals(bl._bufs.length, 0)
|
524
|
-
t.equals(bl.length, 0)
|
525
|
-
|
526
|
-
ds.destroy()
|
527
|
-
|
528
|
-
t.equals(bl._bufs.length, 0)
|
529
|
-
t.equals(bl.length, 0)
|
530
|
-
|
531
|
-
}, 100)
|
532
|
-
}
|
533
|
-
})
|
534
|
-
|
535
|
-
!process.browser && tape('handle error', function (t) {
|
536
|
-
t.plan(2)
|
537
|
-
fs.createReadStream('/does/not/exist').pipe(BufferList(function (err, data) {
|
538
|
-
t.ok(err instanceof Error, 'has error')
|
539
|
-
t.notOk(data, 'no data')
|
540
|
-
}))
|
541
|
-
})
|
@@ -1,38 +0,0 @@
|
|
1
|
-
#!/usr/bin/env node
|
2
|
-
|
3
|
-
const user = process.env.SAUCE_USER
|
4
|
-
, key = process.env.SAUCE_KEY
|
5
|
-
, path = require('path')
|
6
|
-
, brtapsauce = require('brtapsauce')
|
7
|
-
, testFile = path.join(__dirname, 'basic-test.js')
|
8
|
-
|
9
|
-
, capabilities = [
|
10
|
-
{ browserName: 'chrome' , platform: 'Windows XP', version: '' }
|
11
|
-
, { browserName: 'firefox' , platform: 'Windows 8' , version: '' }
|
12
|
-
, { browserName: 'firefox' , platform: 'Windows XP', version: '4' }
|
13
|
-
, { browserName: 'internet explorer' , platform: 'Windows 8' , version: '10' }
|
14
|
-
, { browserName: 'internet explorer' , platform: 'Windows 7' , version: '9' }
|
15
|
-
, { browserName: 'internet explorer' , platform: 'Windows 7' , version: '8' }
|
16
|
-
, { browserName: 'internet explorer' , platform: 'Windows XP', version: '7' }
|
17
|
-
, { browserName: 'internet explorer' , platform: 'Windows XP', version: '6' }
|
18
|
-
, { browserName: 'safari' , platform: 'Windows 7' , version: '5' }
|
19
|
-
, { browserName: 'safari' , platform: 'OS X 10.8' , version: '6' }
|
20
|
-
, { browserName: 'opera' , platform: 'Windows 7' , version: '' }
|
21
|
-
, { browserName: 'opera' , platform: 'Windows 7' , version: '11' }
|
22
|
-
, { browserName: 'ipad' , platform: 'OS X 10.8' , version: '6' }
|
23
|
-
, { browserName: 'android' , platform: 'Linux' , version: '4.0', 'device-type': 'tablet' }
|
24
|
-
]
|
25
|
-
|
26
|
-
if (!user)
|
27
|
-
throw new Error('Must set a SAUCE_USER env var')
|
28
|
-
if (!key)
|
29
|
-
throw new Error('Must set a SAUCE_KEY env var')
|
30
|
-
|
31
|
-
brtapsauce({
|
32
|
-
name : 'Traversty'
|
33
|
-
, user : user
|
34
|
-
, key : key
|
35
|
-
, brsrc : testFile
|
36
|
-
, capabilities : capabilities
|
37
|
-
, options : { timeout: 60 * 6 }
|
38
|
-
})
|