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,8 +1,69 @@
|
|
1
1
|
language: node_js
|
2
|
-
|
3
2
|
node_js:
|
4
|
-
-
|
5
|
-
-
|
6
|
-
-
|
7
|
-
|
3
|
+
- "5.3"
|
4
|
+
- "5.2"
|
5
|
+
- "5.1"
|
6
|
+
- "5.0"
|
7
|
+
- "4.2"
|
8
|
+
- "4.1"
|
9
|
+
- "4.0"
|
10
|
+
- "iojs-v3.3"
|
11
|
+
- "iojs-v3.2"
|
12
|
+
- "iojs-v3.1"
|
13
|
+
- "iojs-v3.0"
|
14
|
+
- "iojs-v2.5"
|
15
|
+
- "iojs-v2.4"
|
16
|
+
- "iojs-v2.3"
|
17
|
+
- "iojs-v2.2"
|
18
|
+
- "iojs-v2.1"
|
19
|
+
- "iojs-v2.0"
|
20
|
+
- "iojs-v1.8"
|
21
|
+
- "iojs-v1.7"
|
22
|
+
- "iojs-v1.6"
|
23
|
+
- "iojs-v1.5"
|
24
|
+
- "iojs-v1.4"
|
25
|
+
- "iojs-v1.3"
|
26
|
+
- "iojs-v1.2"
|
27
|
+
- "iojs-v1.1"
|
28
|
+
- "iojs-v1.0"
|
29
|
+
- "0.12"
|
30
|
+
- "0.11"
|
31
|
+
- "0.10"
|
32
|
+
- "0.9"
|
33
|
+
- "0.8"
|
34
|
+
- "0.6"
|
35
|
+
- "0.4"
|
36
|
+
before_install:
|
37
|
+
- 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi'
|
38
|
+
- 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi'
|
39
|
+
script:
|
40
|
+
- 'if [ "${TRAVIS_NODE_VERSION}" != "4.2" ]; then npm run tests-only ; else npm test ; fi'
|
8
41
|
sudo: false
|
42
|
+
matrix:
|
43
|
+
fast_finish: true
|
44
|
+
allow_failures:
|
45
|
+
- node_js: "5.2"
|
46
|
+
- node_js: "5.1"
|
47
|
+
- node_js: "5.0"
|
48
|
+
- node_js: "4.1"
|
49
|
+
- node_js: "4.0"
|
50
|
+
- node_js: "iojs-v3.2"
|
51
|
+
- node_js: "iojs-v3.1"
|
52
|
+
- node_js: "iojs-v3.0"
|
53
|
+
- node_js: "iojs-v2.4"
|
54
|
+
- node_js: "iojs-v2.3"
|
55
|
+
- node_js: "iojs-v2.2"
|
56
|
+
- node_js: "iojs-v2.1"
|
57
|
+
- node_js: "iojs-v2.0"
|
58
|
+
- node_js: "iojs-v1.7"
|
59
|
+
- node_js: "iojs-v1.6"
|
60
|
+
- node_js: "iojs-v1.5"
|
61
|
+
- node_js: "iojs-v1.4"
|
62
|
+
- node_js: "iojs-v1.3"
|
63
|
+
- node_js: "iojs-v1.2"
|
64
|
+
- node_js: "iojs-v1.1"
|
65
|
+
- node_js: "iojs-v1.0"
|
66
|
+
- node_js: "0.11"
|
67
|
+
- node_js: "0.9"
|
68
|
+
- node_js: "0.6"
|
69
|
+
- node_js: "0.4"
|
@@ -1,99 +1,110 @@
|
|
1
|
+
## [**6.0.2**](https://github.com/ljharb/qs/issues?milestone=33&state=closed)
|
2
|
+
- Revert ES6 requirement and restore support for node down to v0.8.
|
1
3
|
|
2
|
-
## [**
|
3
|
-
- [**#
|
4
|
-
- [**#106**](https://github.com/hapijs/qs/issues/106) Add flag `skipNulls` to optionally skip null values in stringify
|
4
|
+
## [**6.0.1**](https://github.com/ljharb/qs/issues?milestone=32&state=closed)
|
5
|
+
- [**#127**](https://github.com/ljharb/qs/pull/127) Fix engines definition in package.json
|
5
6
|
|
6
|
-
## [**
|
7
|
-
- [**#
|
8
|
-
- [**#100**](https://github.com/hapijs/qs/issues/100) include dist to npm
|
7
|
+
## [**6.0.0**](https://github.com/ljharb/qs/issues?milestone=31&state=closed)
|
8
|
+
- [**#124**](https://github.com/ljharb/qs/issues/124) Use ES6 and drop support for node < v4
|
9
9
|
|
10
|
-
## [**
|
11
|
-
- [**#
|
10
|
+
## [**5.2.0**](https://github.com/ljharb/qs/issues?milestone=30&state=closed)
|
11
|
+
- [**#64**](https://github.com/ljharb/qs/issues/64) Add option to sort object keys in the query string
|
12
12
|
|
13
|
-
## [**
|
14
|
-
- [**#
|
13
|
+
## [**5.1.0**](https://github.com/ljharb/qs/issues?milestone=29&state=closed)
|
14
|
+
- [**#117**](https://github.com/ljharb/qs/issues/117) make URI encoding stringified results optional
|
15
|
+
- [**#106**](https://github.com/ljharb/qs/issues/106) Add flag `skipNulls` to optionally skip null values in stringify
|
15
16
|
|
16
|
-
## [**
|
17
|
-
- [**#
|
18
|
-
- [**#
|
19
|
-
- [**#60**](https://github.com/hapijs/qs/issues/60) Add explicit option to disable array parsing
|
20
|
-
- [**#74**](https://github.com/hapijs/qs/issues/74) Bad parse when turning array into object
|
21
|
-
- [**#81**](https://github.com/hapijs/qs/issues/81) Add a `filter` option
|
22
|
-
- [**#68**](https://github.com/hapijs/qs/issues/68) Fixed issue with recursion and passing strings into objects.
|
23
|
-
- [**#66**](https://github.com/hapijs/qs/issues/66) Add mixed array and object dot notation support Closes: #47
|
24
|
-
- [**#76**](https://github.com/hapijs/qs/issues/76) RFC 3986
|
25
|
-
- [**#85**](https://github.com/hapijs/qs/issues/85) No equal sign
|
26
|
-
- [**#84**](https://github.com/hapijs/qs/issues/84) update license attribute
|
17
|
+
## [**5.0.0**](https://github.com/ljharb/qs/issues?milestone=28&state=closed)
|
18
|
+
- [**#114**](https://github.com/ljharb/qs/issues/114) default allowDots to false
|
19
|
+
- [**#100**](https://github.com/ljharb/qs/issues/100) include dist to npm
|
27
20
|
|
28
|
-
## [**
|
29
|
-
- [**#
|
21
|
+
## [**4.0.0**](https://github.com/ljharb/qs/issues?milestone=26&state=closed)
|
22
|
+
- [**#98**](https://github.com/ljharb/qs/issues/98) make returning plain objects and allowing prototype overwriting properties optional
|
30
23
|
|
31
|
-
## [**
|
32
|
-
- [**#
|
24
|
+
## [**3.1.0**](https://github.com/ljharb/qs/issues?milestone=24&state=closed)
|
25
|
+
- [**#89**](https://github.com/ljharb/qs/issues/89) Add option to disable "Transform dot notation to bracket notation"
|
33
26
|
|
34
|
-
## [**
|
35
|
-
- [**#
|
36
|
-
- [**#
|
27
|
+
## [**3.0.0**](https://github.com/ljharb/qs/issues?milestone=23&state=closed)
|
28
|
+
- [**#80**](https://github.com/ljharb/qs/issues/80) qs.parse silently drops properties
|
29
|
+
- [**#77**](https://github.com/ljharb/qs/issues/77) Perf boost
|
30
|
+
- [**#60**](https://github.com/ljharb/qs/issues/60) Add explicit option to disable array parsing
|
31
|
+
- [**#74**](https://github.com/ljharb/qs/issues/74) Bad parse when turning array into object
|
32
|
+
- [**#81**](https://github.com/ljharb/qs/issues/81) Add a `filter` option
|
33
|
+
- [**#68**](https://github.com/ljharb/qs/issues/68) Fixed issue with recursion and passing strings into objects.
|
34
|
+
- [**#66**](https://github.com/ljharb/qs/issues/66) Add mixed array and object dot notation support Closes: #47
|
35
|
+
- [**#76**](https://github.com/ljharb/qs/issues/76) RFC 3986
|
36
|
+
- [**#85**](https://github.com/ljharb/qs/issues/85) No equal sign
|
37
|
+
- [**#84**](https://github.com/ljharb/qs/issues/84) update license attribute
|
37
38
|
|
38
|
-
## [**2.
|
39
|
-
- [**#
|
39
|
+
## [**2.4.1**](https://github.com/ljharb/qs/issues?milestone=20&state=closed)
|
40
|
+
- [**#73**](https://github.com/ljharb/qs/issues/73) Property 'hasOwnProperty' of object #<Object> is not a function
|
40
41
|
|
41
|
-
## [**2.
|
42
|
-
- [**#
|
42
|
+
## [**2.4.0**](https://github.com/ljharb/qs/issues?milestone=19&state=closed)
|
43
|
+
- [**#70**](https://github.com/ljharb/qs/issues/70) Add arrayFormat option
|
43
44
|
|
44
|
-
## [**2.3.
|
45
|
-
- [**#
|
45
|
+
## [**2.3.3**](https://github.com/ljharb/qs/issues?milestone=18&state=closed)
|
46
|
+
- [**#59**](https://github.com/ljharb/qs/issues/59) make sure array indexes are >= 0, closes #57
|
47
|
+
- [**#58**](https://github.com/ljharb/qs/issues/58) make qs usable for browser loader
|
46
48
|
|
47
|
-
## [**2.2
|
48
|
-
- [**#
|
49
|
-
- [**#49**](https://github.com/hapijs/qs/issues/49) refactor utils.merge, fixes #45
|
50
|
-
- [**#41**](https://github.com/hapijs/qs/issues/41) avoid browserifying Buffer, for #39
|
49
|
+
## [**2.3.2**](https://github.com/ljharb/qs/issues?milestone=17&state=closed)
|
50
|
+
- [**#55**](https://github.com/ljharb/qs/issues/55) allow merging a string into an object
|
51
51
|
|
52
|
-
## [**2.
|
53
|
-
- [**#
|
52
|
+
## [**2.3.1**](https://github.com/ljharb/qs/issues?milestone=16&state=closed)
|
53
|
+
- [**#52**](https://github.com/ljharb/qs/issues/52) Return "undefined" and "false" instead of throwing "TypeError".
|
54
54
|
|
55
|
-
## [**2.
|
56
|
-
- [**#
|
57
|
-
- [**#36**](https://github.com/hapijs/qs/issues/36) Update to lab 4.x
|
55
|
+
## [**2.3.0**](https://github.com/ljharb/qs/issues?milestone=15&state=closed)
|
56
|
+
- [**#50**](https://github.com/ljharb/qs/issues/50) add option to omit array indices, closes #46
|
58
57
|
|
59
|
-
## [**2.2.
|
60
|
-
- [**#
|
61
|
-
- [**#
|
62
|
-
- [**#
|
58
|
+
## [**2.2.5**](https://github.com/ljharb/qs/issues?milestone=14&state=closed)
|
59
|
+
- [**#39**](https://github.com/ljharb/qs/issues/39) Is there an alternative to Buffer.isBuffer?
|
60
|
+
- [**#49**](https://github.com/ljharb/qs/issues/49) refactor utils.merge, fixes #45
|
61
|
+
- [**#41**](https://github.com/ljharb/qs/issues/41) avoid browserifying Buffer, for #39
|
63
62
|
|
64
|
-
## [**2.2.
|
65
|
-
- [**#
|
66
|
-
- [**#31**](https://github.com/hapijs/qs/issues/31) qs.parse stackoverflow on circular objects
|
63
|
+
## [**2.2.4**](https://github.com/ljharb/qs/issues?milestone=13&state=closed)
|
64
|
+
- [**#38**](https://github.com/ljharb/qs/issues/38) how to handle object keys beginning with a number
|
67
65
|
|
68
|
-
## [**2.2.
|
69
|
-
- [**#
|
70
|
-
- [**#
|
71
|
-
- [**#29**](https://github.com/hapijs/qs/issues/29) Don't call Utils.clone at the top of Utils.merge
|
72
|
-
- [**#23**](https://github.com/hapijs/qs/issues/23) Ability to not limit parameters?
|
66
|
+
## [**2.2.3**](https://github.com/ljharb/qs/issues?milestone=12&state=closed)
|
67
|
+
- [**#37**](https://github.com/ljharb/qs/issues/37) parser discards first empty value in array
|
68
|
+
- [**#36**](https://github.com/ljharb/qs/issues/36) Update to lab 4.x
|
73
69
|
|
74
|
-
## [**2.
|
75
|
-
- [**#
|
70
|
+
## [**2.2.2**](https://github.com/ljharb/qs/issues?milestone=11&state=closed)
|
71
|
+
- [**#33**](https://github.com/ljharb/qs/issues/33) Error when plain object in a value
|
72
|
+
- [**#34**](https://github.com/ljharb/qs/issues/34) use Object.prototype.hasOwnProperty.call instead of obj.hasOwnProperty
|
73
|
+
- [**#24**](https://github.com/ljharb/qs/issues/24) Changelog? Semver?
|
76
74
|
|
77
|
-
## [**2.
|
78
|
-
- [**#
|
79
|
-
- [**#
|
80
|
-
- [**#21**](https://github.com/hapijs/qs/issues/21) make all limits optional, for #18, for #20
|
75
|
+
## [**2.2.1**](https://github.com/ljharb/qs/issues?milestone=10&state=closed)
|
76
|
+
- [**#32**](https://github.com/ljharb/qs/issues/32) account for circular references properly, closes #31
|
77
|
+
- [**#31**](https://github.com/ljharb/qs/issues/31) qs.parse stackoverflow on circular objects
|
81
78
|
|
82
|
-
## [**
|
83
|
-
- [**#
|
79
|
+
## [**2.2.0**](https://github.com/ljharb/qs/issues?milestone=9&state=closed)
|
80
|
+
- [**#26**](https://github.com/ljharb/qs/issues/26) Don't use Buffer global if it's not present
|
81
|
+
- [**#30**](https://github.com/ljharb/qs/issues/30) Bug when merging non-object values into arrays
|
82
|
+
- [**#29**](https://github.com/ljharb/qs/issues/29) Don't call Utils.clone at the top of Utils.merge
|
83
|
+
- [**#23**](https://github.com/ljharb/qs/issues/23) Ability to not limit parameters?
|
84
84
|
|
85
|
-
## [**
|
86
|
-
- [**#
|
87
|
-
- [**#15**](https://github.com/hapijs/qs/issues/15) Close code block
|
85
|
+
## [**2.1.0**](https://github.com/ljharb/qs/issues?milestone=8&state=closed)
|
86
|
+
- [**#22**](https://github.com/ljharb/qs/issues/22) Enable using a RegExp as delimiter
|
88
87
|
|
89
|
-
## [**
|
90
|
-
- [**#
|
91
|
-
- [**#
|
88
|
+
## [**2.0.0**](https://github.com/ljharb/qs/issues?milestone=7&state=closed)
|
89
|
+
- [**#18**](https://github.com/ljharb/qs/issues/18) Why is there arrayLimit?
|
90
|
+
- [**#20**](https://github.com/ljharb/qs/issues/20) Configurable parametersLimit
|
91
|
+
- [**#21**](https://github.com/ljharb/qs/issues/21) make all limits optional, for #18, for #20
|
92
92
|
|
93
|
-
## [**1.
|
94
|
-
- [**#
|
95
|
-
- [**#9**](https://github.com/hapijs/qs/issues/9) Should not omit equals signs (=) when value is null
|
96
|
-
- [**#6**](https://github.com/hapijs/qs/issues/6) Minor grammar fix in README
|
93
|
+
## [**1.2.2**](https://github.com/ljharb/qs/issues?milestone=6&state=closed)
|
94
|
+
- [**#19**](https://github.com/ljharb/qs/issues/19) Don't overwrite null values
|
97
95
|
|
98
|
-
## [**1.
|
99
|
-
- [**#
|
96
|
+
## [**1.2.1**](https://github.com/ljharb/qs/issues?milestone=5&state=closed)
|
97
|
+
- [**#16**](https://github.com/ljharb/qs/issues/16) ignore non-string delimiters
|
98
|
+
- [**#15**](https://github.com/ljharb/qs/issues/15) Close code block
|
99
|
+
|
100
|
+
## [**1.2.0**](https://github.com/ljharb/qs/issues?milestone=4&state=closed)
|
101
|
+
- [**#12**](https://github.com/ljharb/qs/issues/12) Add optional delim argument
|
102
|
+
- [**#13**](https://github.com/ljharb/qs/issues/13) fix #11: flattened keys in array are now correctly parsed
|
103
|
+
|
104
|
+
## [**1.1.0**](https://github.com/ljharb/qs/issues?milestone=3&state=closed)
|
105
|
+
- [**#7**](https://github.com/ljharb/qs/issues/7) Empty values of a POST array disappear after being submitted
|
106
|
+
- [**#9**](https://github.com/ljharb/qs/issues/9) Should not omit equals signs (=) when value is null
|
107
|
+
- [**#6**](https://github.com/ljharb/qs/issues/6) Minor grammar fix in README
|
108
|
+
|
109
|
+
## [**1.0.2**](https://github.com/ljharb/qs/issues?milestone=2&state=closed)
|
110
|
+
- [**#5**](https://github.com/ljharb/qs/issues/5) array holes incorrectly copied into object on large index
|