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
package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/.eslintrc
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"env" : {
|
3
|
-
"node" : true
|
4
|
-
},
|
5
|
-
"rules" : {
|
6
|
-
"semi": [2, "never"],
|
7
|
-
"strict": 0,
|
8
|
-
"quotes": [1, "single", "avoid-escape"],
|
9
|
-
"no-use-before-define": 0,
|
10
|
-
"curly": 0,
|
11
|
-
"no-underscore-dangle": 0,
|
12
|
-
"no-lonely-if": 1,
|
13
|
-
"no-unused-vars": [2, {"vars" : "all", "args" : "after-used"}],
|
14
|
-
"no-mixed-requires": 0,
|
15
|
-
"space-infix-ops": 0
|
16
|
-
}
|
17
|
-
}
|
package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/README.md
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
# inflight
|
2
|
-
|
3
|
-
Add callbacks to requests in flight to avoid async duplication
|
4
|
-
|
5
|
-
## USAGE
|
6
|
-
|
7
|
-
```javascript
|
8
|
-
var inflight = require('inflight')
|
9
|
-
|
10
|
-
// some request that does some stuff
|
11
|
-
function req(key, callback) {
|
12
|
-
// key is any random string. like a url or filename or whatever.
|
13
|
-
//
|
14
|
-
// will return either a falsey value, indicating that the
|
15
|
-
// request for this key is already in flight, or a new callback
|
16
|
-
// which when called will call all callbacks passed to inflightk
|
17
|
-
// with the same key
|
18
|
-
callback = inflight(key, callback)
|
19
|
-
|
20
|
-
// If we got a falsey value back, then there's already a req going
|
21
|
-
if (!callback) return
|
22
|
-
|
23
|
-
// this is where you'd fetch the url or whatever
|
24
|
-
// callback is also once()-ified, so it can safely be assigned
|
25
|
-
// to multiple events etc. First call wins.
|
26
|
-
setTimeout(function() {
|
27
|
-
callback(null, key)
|
28
|
-
}, 100)
|
29
|
-
}
|
30
|
-
|
31
|
-
// only assigns a single setTimeout
|
32
|
-
// when it dings, all cbs get called
|
33
|
-
req('foo', cb1)
|
34
|
-
req('foo', cb2)
|
35
|
-
req('foo', cb3)
|
36
|
-
req('foo', cb4)
|
37
|
-
```
|
@@ -1,44 +0,0 @@
|
|
1
|
-
var wrappy = require('wrappy')
|
2
|
-
var reqs = Object.create(null)
|
3
|
-
var once = require('once')
|
4
|
-
|
5
|
-
module.exports = wrappy(inflight)
|
6
|
-
|
7
|
-
function inflight (key, cb) {
|
8
|
-
if (reqs[key]) {
|
9
|
-
reqs[key].push(cb)
|
10
|
-
return null
|
11
|
-
} else {
|
12
|
-
reqs[key] = [cb]
|
13
|
-
return makeres(key)
|
14
|
-
}
|
15
|
-
}
|
16
|
-
|
17
|
-
function makeres (key) {
|
18
|
-
return once(function RES () {
|
19
|
-
var cbs = reqs[key]
|
20
|
-
var len = cbs.length
|
21
|
-
var args = slice(arguments)
|
22
|
-
for (var i = 0; i < len; i++) {
|
23
|
-
cbs[i].apply(null, args)
|
24
|
-
}
|
25
|
-
if (cbs.length > len) {
|
26
|
-
// added more in the interim.
|
27
|
-
// de-zalgo, just in case, but don't call again.
|
28
|
-
cbs.splice(0, len)
|
29
|
-
process.nextTick(function () {
|
30
|
-
RES.apply(null, args)
|
31
|
-
})
|
32
|
-
} else {
|
33
|
-
delete reqs[key]
|
34
|
-
}
|
35
|
-
})
|
36
|
-
}
|
37
|
-
|
38
|
-
function slice (args) {
|
39
|
-
var length = args.length
|
40
|
-
var array = []
|
41
|
-
|
42
|
-
for (var i = 0; i < length; i++) array[i] = args[i]
|
43
|
-
return array
|
44
|
-
}
|
@@ -1,58 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_from": "wrappy@1",
|
3
|
-
"_id": "wrappy@1.0.1",
|
4
|
-
"_location": "/tar-pack/rimraf/glob/inflight/wrappy",
|
5
|
-
"_nodeVersion": "0.10.31",
|
6
|
-
"_npmUser": {
|
7
|
-
"email": "i@izs.me",
|
8
|
-
"name": "isaacs"
|
9
|
-
},
|
10
|
-
"_npmVersion": "2.0.0",
|
11
|
-
"_phantomChildren": {},
|
12
|
-
"_requiredBy": [
|
13
|
-
"/tar-pack/rimraf/glob/inflight"
|
14
|
-
],
|
15
|
-
"_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz",
|
16
|
-
"_shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
|
17
|
-
"author": {
|
18
|
-
"email": "i@izs.me",
|
19
|
-
"name": "Isaac Z. Schlueter",
|
20
|
-
"url": "http://blog.izs.me/"
|
21
|
-
},
|
22
|
-
"bugs": {
|
23
|
-
"url": "https://github.com/npm/wrappy/issues"
|
24
|
-
},
|
25
|
-
"dependencies": {},
|
26
|
-
"description": "Callback wrapping utility",
|
27
|
-
"devDependencies": {
|
28
|
-
"tap": "^0.4.12"
|
29
|
-
},
|
30
|
-
"directories": {
|
31
|
-
"test": "test"
|
32
|
-
},
|
33
|
-
"dist": {
|
34
|
-
"shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
|
35
|
-
"tarball": "http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
|
36
|
-
},
|
37
|
-
"gitHead": "006a8cbac6b99988315834c207896eed71fd069a",
|
38
|
-
"homepage": "https://github.com/npm/wrappy",
|
39
|
-
"license": "ISC",
|
40
|
-
"main": "wrappy.js",
|
41
|
-
"maintainers": [
|
42
|
-
{
|
43
|
-
"name": "isaacs",
|
44
|
-
"email": "i@izs.me"
|
45
|
-
}
|
46
|
-
],
|
47
|
-
"name": "wrappy",
|
48
|
-
"optionalDependencies": {},
|
49
|
-
"readme": "ERROR: No README data found!",
|
50
|
-
"repository": {
|
51
|
-
"type": "git",
|
52
|
-
"url": "git+https://github.com/npm/wrappy.git"
|
53
|
-
},
|
54
|
-
"scripts": {
|
55
|
-
"test": "tap test/*.js"
|
56
|
-
},
|
57
|
-
"version": "1.0.1"
|
58
|
-
}
|
@@ -1,67 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_from": "inflight@^1.0.4",
|
3
|
-
"_id": "inflight@1.0.4",
|
4
|
-
"_location": "/tar-pack/rimraf/glob/inflight",
|
5
|
-
"_nodeVersion": "0.10.32",
|
6
|
-
"_npmUser": {
|
7
|
-
"email": "ogd@aoaioxxysz.net",
|
8
|
-
"name": "othiym23"
|
9
|
-
},
|
10
|
-
"_npmVersion": "2.1.3",
|
11
|
-
"_phantomChildren": {},
|
12
|
-
"_requiredBy": [
|
13
|
-
"/tar-pack/rimraf/glob"
|
14
|
-
],
|
15
|
-
"_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
|
16
|
-
"_shasum": "6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a",
|
17
|
-
"author": {
|
18
|
-
"email": "i@izs.me",
|
19
|
-
"name": "Isaac Z. Schlueter",
|
20
|
-
"url": "http://blog.izs.me/"
|
21
|
-
},
|
22
|
-
"bugs": {
|
23
|
-
"url": "https://github.com/isaacs/inflight/issues"
|
24
|
-
},
|
25
|
-
"dependencies": {
|
26
|
-
"once": "^1.3.0",
|
27
|
-
"wrappy": "1"
|
28
|
-
},
|
29
|
-
"description": "Add callbacks to requests in flight to avoid async duplication",
|
30
|
-
"devDependencies": {
|
31
|
-
"tap": "^0.4.10"
|
32
|
-
},
|
33
|
-
"directories": {},
|
34
|
-
"dist": {
|
35
|
-
"shasum": "6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a",
|
36
|
-
"tarball": "http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz"
|
37
|
-
},
|
38
|
-
"gitHead": "c7b5531d572a867064d4a1da9e013e8910b7d1ba",
|
39
|
-
"homepage": "https://github.com/isaacs/inflight",
|
40
|
-
"license": "ISC",
|
41
|
-
"main": "inflight.js",
|
42
|
-
"maintainers": [
|
43
|
-
{
|
44
|
-
"name": "isaacs",
|
45
|
-
"email": "i@izs.me"
|
46
|
-
},
|
47
|
-
{
|
48
|
-
"name": "othiym23",
|
49
|
-
"email": "ogd@aoaioxxysz.net"
|
50
|
-
},
|
51
|
-
{
|
52
|
-
"name": "iarna",
|
53
|
-
"email": "me@re-becca.org"
|
54
|
-
}
|
55
|
-
],
|
56
|
-
"name": "inflight",
|
57
|
-
"optionalDependencies": {},
|
58
|
-
"readme": "ERROR: No README data found!",
|
59
|
-
"repository": {
|
60
|
-
"type": "git",
|
61
|
-
"url": "git://github.com/isaacs/inflight.git"
|
62
|
-
},
|
63
|
-
"scripts": {
|
64
|
-
"test": "tap test.js"
|
65
|
-
},
|
66
|
-
"version": "1.0.4"
|
67
|
-
}
|
package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/test.js
DELETED
@@ -1,97 +0,0 @@
|
|
1
|
-
var test = require('tap').test
|
2
|
-
var inf = require('./inflight.js')
|
3
|
-
|
4
|
-
|
5
|
-
function req (key, cb) {
|
6
|
-
cb = inf(key, cb)
|
7
|
-
if (cb) setTimeout(function () {
|
8
|
-
cb(key)
|
9
|
-
cb(key)
|
10
|
-
})
|
11
|
-
return cb
|
12
|
-
}
|
13
|
-
|
14
|
-
test('basic', function (t) {
|
15
|
-
var calleda = false
|
16
|
-
var a = req('key', function (k) {
|
17
|
-
t.notOk(calleda)
|
18
|
-
calleda = true
|
19
|
-
t.equal(k, 'key')
|
20
|
-
if (calledb) t.end()
|
21
|
-
})
|
22
|
-
t.ok(a, 'first returned cb function')
|
23
|
-
|
24
|
-
var calledb = false
|
25
|
-
var b = req('key', function (k) {
|
26
|
-
t.notOk(calledb)
|
27
|
-
calledb = true
|
28
|
-
t.equal(k, 'key')
|
29
|
-
if (calleda) t.end()
|
30
|
-
})
|
31
|
-
|
32
|
-
t.notOk(b, 'second should get falsey inflight response')
|
33
|
-
})
|
34
|
-
|
35
|
-
test('timing', function (t) {
|
36
|
-
var expect = [
|
37
|
-
'method one',
|
38
|
-
'start one',
|
39
|
-
'end one',
|
40
|
-
'two',
|
41
|
-
'tick',
|
42
|
-
'three'
|
43
|
-
]
|
44
|
-
var i = 0
|
45
|
-
|
46
|
-
function log (m) {
|
47
|
-
t.equal(m, expect[i], m + ' === ' + expect[i])
|
48
|
-
++i
|
49
|
-
if (i === expect.length)
|
50
|
-
t.end()
|
51
|
-
}
|
52
|
-
|
53
|
-
function method (name, cb) {
|
54
|
-
log('method ' + name)
|
55
|
-
process.nextTick(cb)
|
56
|
-
}
|
57
|
-
|
58
|
-
var one = inf('foo', function () {
|
59
|
-
log('start one')
|
60
|
-
var three = inf('foo', function () {
|
61
|
-
log('three')
|
62
|
-
})
|
63
|
-
if (three) method('three', three)
|
64
|
-
log('end one')
|
65
|
-
})
|
66
|
-
|
67
|
-
method('one', one)
|
68
|
-
|
69
|
-
var two = inf('foo', function () {
|
70
|
-
log('two')
|
71
|
-
})
|
72
|
-
if (two) method('one', two)
|
73
|
-
|
74
|
-
process.nextTick(log.bind(null, 'tick'))
|
75
|
-
})
|
76
|
-
|
77
|
-
test('parameters', function (t) {
|
78
|
-
t.plan(8)
|
79
|
-
|
80
|
-
var a = inf('key', function (first, second, third) {
|
81
|
-
t.equal(first, 1)
|
82
|
-
t.equal(second, 2)
|
83
|
-
t.equal(third, 3)
|
84
|
-
})
|
85
|
-
t.ok(a, 'first returned cb function')
|
86
|
-
|
87
|
-
var b = inf('key', function (first, second, third) {
|
88
|
-
t.equal(first, 1)
|
89
|
-
t.equal(second, 2)
|
90
|
-
t.equal(third, 3)
|
91
|
-
})
|
92
|
-
t.notOk(b, 'second should get falsey inflight response')
|
93
|
-
|
94
|
-
setTimeout(function () {
|
95
|
-
a(1, 2, 3)
|
96
|
-
})
|
97
|
-
})
|
package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/LICENSE
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
The ISC License
|
2
|
-
|
3
|
-
Copyright (c) Isaac Z. Schlueter
|
4
|
-
|
5
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
6
|
-
purpose with or without fee is hereby granted, provided that the above
|
7
|
-
copyright notice and this permission notice appear in all copies.
|
8
|
-
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
10
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
11
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
12
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
13
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
14
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
15
|
-
PERFORMANCE OF THIS SOFTWARE.
|
16
|
-
|
package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/README.md
DELETED
@@ -1,42 +0,0 @@
|
|
1
|
-
Browser-friendly inheritance fully compatible with standard node.js
|
2
|
-
[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor).
|
3
|
-
|
4
|
-
This package exports standard `inherits` from node.js `util` module in
|
5
|
-
node environment, but also provides alternative browser-friendly
|
6
|
-
implementation through [browser
|
7
|
-
field](https://gist.github.com/shtylman/4339901). Alternative
|
8
|
-
implementation is a literal copy of standard one located in standalone
|
9
|
-
module to avoid requiring of `util`. It also has a shim for old
|
10
|
-
browsers with no `Object.create` support.
|
11
|
-
|
12
|
-
While keeping you sure you are using standard `inherits`
|
13
|
-
implementation in node.js environment, it allows bundlers such as
|
14
|
-
[browserify](https://github.com/substack/node-browserify) to not
|
15
|
-
include full `util` package to your client code if all you need is
|
16
|
-
just `inherits` function. It worth, because browser shim for `util`
|
17
|
-
package is large and `inherits` is often the single function you need
|
18
|
-
from it.
|
19
|
-
|
20
|
-
It's recommended to use this package instead of
|
21
|
-
`require('util').inherits` for any code that has chances to be used
|
22
|
-
not only in node.js but in browser too.
|
23
|
-
|
24
|
-
## usage
|
25
|
-
|
26
|
-
```js
|
27
|
-
var inherits = require('inherits');
|
28
|
-
// then use exactly as the standard one
|
29
|
-
```
|
30
|
-
|
31
|
-
## note on version ~1.0
|
32
|
-
|
33
|
-
Version ~1.0 had completely different motivation and is not compatible
|
34
|
-
neither with 2.0 nor with standard node.js `inherits`.
|
35
|
-
|
36
|
-
If you are using version ~1.0 and planning to switch to ~2.0, be
|
37
|
-
careful:
|
38
|
-
|
39
|
-
* new version uses `super_` instead of `super` for referencing
|
40
|
-
superclass
|
41
|
-
* new version overwrites current prototype while old one preserves any
|
42
|
-
existing fields on it
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require('util').inherits
|
@@ -1,23 +0,0 @@
|
|
1
|
-
if (typeof Object.create === 'function') {
|
2
|
-
// implementation from standard node.js 'util' module
|
3
|
-
module.exports = function inherits(ctor, superCtor) {
|
4
|
-
ctor.super_ = superCtor
|
5
|
-
ctor.prototype = Object.create(superCtor.prototype, {
|
6
|
-
constructor: {
|
7
|
-
value: ctor,
|
8
|
-
enumerable: false,
|
9
|
-
writable: true,
|
10
|
-
configurable: true
|
11
|
-
}
|
12
|
-
});
|
13
|
-
};
|
14
|
-
} else {
|
15
|
-
// old school shim for old browsers
|
16
|
-
module.exports = function inherits(ctor, superCtor) {
|
17
|
-
ctor.super_ = superCtor
|
18
|
-
var TempCtor = function () {}
|
19
|
-
TempCtor.prototype = superCtor.prototype
|
20
|
-
ctor.prototype = new TempCtor()
|
21
|
-
ctor.prototype.constructor = ctor
|
22
|
-
}
|
23
|
-
}
|
@@ -1,58 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_from": "inherits@2",
|
3
|
-
"_id": "inherits@2.0.1",
|
4
|
-
"_location": "/tar-pack/rimraf/glob/inherits",
|
5
|
-
"_npmUser": {
|
6
|
-
"email": "i@izs.me",
|
7
|
-
"name": "isaacs"
|
8
|
-
},
|
9
|
-
"_npmVersion": "1.3.8",
|
10
|
-
"_phantomChildren": {},
|
11
|
-
"_requiredBy": [
|
12
|
-
"/tar-pack/rimraf/glob"
|
13
|
-
],
|
14
|
-
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
|
15
|
-
"_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
|
16
|
-
"browser": "./inherits_browser.js",
|
17
|
-
"bugs": {
|
18
|
-
"url": "https://github.com/isaacs/inherits/issues"
|
19
|
-
},
|
20
|
-
"dependencies": {},
|
21
|
-
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
22
|
-
"devDependencies": {},
|
23
|
-
"directories": {},
|
24
|
-
"dist": {
|
25
|
-
"shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
|
26
|
-
"tarball": "http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
|
27
|
-
},
|
28
|
-
"homepage": "https://github.com/isaacs/inherits",
|
29
|
-
"keywords": [
|
30
|
-
"browser",
|
31
|
-
"browserify",
|
32
|
-
"class",
|
33
|
-
"inheritance",
|
34
|
-
"inherits",
|
35
|
-
"klass",
|
36
|
-
"object-oriented",
|
37
|
-
"oop"
|
38
|
-
],
|
39
|
-
"license": "ISC",
|
40
|
-
"main": "./inherits.js",
|
41
|
-
"maintainers": [
|
42
|
-
{
|
43
|
-
"name": "isaacs",
|
44
|
-
"email": "i@izs.me"
|
45
|
-
}
|
46
|
-
],
|
47
|
-
"name": "inherits",
|
48
|
-
"optionalDependencies": {},
|
49
|
-
"readme": "ERROR: No README data found!",
|
50
|
-
"repository": {
|
51
|
-
"type": "git",
|
52
|
-
"url": "git://github.com/isaacs/inherits.git"
|
53
|
-
},
|
54
|
-
"scripts": {
|
55
|
-
"test": "node test"
|
56
|
-
},
|
57
|
-
"version": "2.0.1"
|
58
|
-
}
|
package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/test.js
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
var inherits = require('./inherits.js')
|
2
|
-
var assert = require('assert')
|
3
|
-
|
4
|
-
function test(c) {
|
5
|
-
assert(c.constructor === Child)
|
6
|
-
assert(c.constructor.super_ === Parent)
|
7
|
-
assert(Object.getPrototypeOf(c) === Child.prototype)
|
8
|
-
assert(Object.getPrototypeOf(Object.getPrototypeOf(c)) === Parent.prototype)
|
9
|
-
assert(c instanceof Child)
|
10
|
-
assert(c instanceof Parent)
|
11
|
-
}
|
12
|
-
|
13
|
-
function Child() {
|
14
|
-
Parent.call(this)
|
15
|
-
test(this)
|
16
|
-
}
|
17
|
-
|
18
|
-
function Parent() {}
|
19
|
-
|
20
|
-
inherits(Child, Parent)
|
21
|
-
|
22
|
-
var c = new Child
|
23
|
-
test(c)
|
24
|
-
|
25
|
-
console.log('ok')
|