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
@@ -0,0 +1,209 @@
|
|
1
|
+
|
2
|
+
/**
|
3
|
+
* Module dependencies.
|
4
|
+
*/
|
5
|
+
|
6
|
+
var tty = require('tty');
|
7
|
+
var util = require('util');
|
8
|
+
|
9
|
+
/**
|
10
|
+
* This is the Node.js implementation of `debug()`.
|
11
|
+
*
|
12
|
+
* Expose `debug()` as the module.
|
13
|
+
*/
|
14
|
+
|
15
|
+
exports = module.exports = require('./debug');
|
16
|
+
exports.log = log;
|
17
|
+
exports.formatArgs = formatArgs;
|
18
|
+
exports.save = save;
|
19
|
+
exports.load = load;
|
20
|
+
exports.useColors = useColors;
|
21
|
+
|
22
|
+
/**
|
23
|
+
* Colors.
|
24
|
+
*/
|
25
|
+
|
26
|
+
exports.colors = [6, 2, 3, 4, 5, 1];
|
27
|
+
|
28
|
+
/**
|
29
|
+
* The file descriptor to write the `debug()` calls to.
|
30
|
+
* Set the `DEBUG_FD` env variable to override with another value. i.e.:
|
31
|
+
*
|
32
|
+
* $ DEBUG_FD=3 node script.js 3>debug.log
|
33
|
+
*/
|
34
|
+
|
35
|
+
var fd = parseInt(process.env.DEBUG_FD, 10) || 2;
|
36
|
+
var stream = 1 === fd ? process.stdout :
|
37
|
+
2 === fd ? process.stderr :
|
38
|
+
createWritableStdioStream(fd);
|
39
|
+
|
40
|
+
/**
|
41
|
+
* Is stdout a TTY? Colored output is enabled when `true`.
|
42
|
+
*/
|
43
|
+
|
44
|
+
function useColors() {
|
45
|
+
var debugColors = (process.env.DEBUG_COLORS || '').trim().toLowerCase();
|
46
|
+
if (0 === debugColors.length) {
|
47
|
+
return tty.isatty(fd);
|
48
|
+
} else {
|
49
|
+
return '0' !== debugColors
|
50
|
+
&& 'no' !== debugColors
|
51
|
+
&& 'false' !== debugColors
|
52
|
+
&& 'disabled' !== debugColors;
|
53
|
+
}
|
54
|
+
}
|
55
|
+
|
56
|
+
/**
|
57
|
+
* Map %o to `util.inspect()`, since Node doesn't do that out of the box.
|
58
|
+
*/
|
59
|
+
|
60
|
+
var inspect = (4 === util.inspect.length ?
|
61
|
+
// node <= 0.8.x
|
62
|
+
function (v, colors) {
|
63
|
+
return util.inspect(v, void 0, void 0, colors);
|
64
|
+
} :
|
65
|
+
// node > 0.8.x
|
66
|
+
function (v, colors) {
|
67
|
+
return util.inspect(v, { colors: colors });
|
68
|
+
}
|
69
|
+
);
|
70
|
+
|
71
|
+
exports.formatters.o = function(v) {
|
72
|
+
return inspect(v, this.useColors)
|
73
|
+
.replace(/\s*\n\s*/g, ' ');
|
74
|
+
};
|
75
|
+
|
76
|
+
/**
|
77
|
+
* Adds ANSI color escape codes if enabled.
|
78
|
+
*
|
79
|
+
* @api public
|
80
|
+
*/
|
81
|
+
|
82
|
+
function formatArgs() {
|
83
|
+
var args = arguments;
|
84
|
+
var useColors = this.useColors;
|
85
|
+
var name = this.namespace;
|
86
|
+
|
87
|
+
if (useColors) {
|
88
|
+
var c = this.color;
|
89
|
+
|
90
|
+
args[0] = ' \u001b[3' + c + ';1m' + name + ' '
|
91
|
+
+ '\u001b[0m'
|
92
|
+
+ args[0] + '\u001b[3' + c + 'm'
|
93
|
+
+ ' +' + exports.humanize(this.diff) + '\u001b[0m';
|
94
|
+
} else {
|
95
|
+
args[0] = new Date().toUTCString()
|
96
|
+
+ ' ' + name + ' ' + args[0];
|
97
|
+
}
|
98
|
+
return args;
|
99
|
+
}
|
100
|
+
|
101
|
+
/**
|
102
|
+
* Invokes `console.error()` with the specified arguments.
|
103
|
+
*/
|
104
|
+
|
105
|
+
function log() {
|
106
|
+
return stream.write(util.format.apply(this, arguments) + '\n');
|
107
|
+
}
|
108
|
+
|
109
|
+
/**
|
110
|
+
* Save `namespaces`.
|
111
|
+
*
|
112
|
+
* @param {String} namespaces
|
113
|
+
* @api private
|
114
|
+
*/
|
115
|
+
|
116
|
+
function save(namespaces) {
|
117
|
+
if (null == namespaces) {
|
118
|
+
// If you set a process.env field to null or undefined, it gets cast to the
|
119
|
+
// string 'null' or 'undefined'. Just delete instead.
|
120
|
+
delete process.env.DEBUG;
|
121
|
+
} else {
|
122
|
+
process.env.DEBUG = namespaces;
|
123
|
+
}
|
124
|
+
}
|
125
|
+
|
126
|
+
/**
|
127
|
+
* Load `namespaces`.
|
128
|
+
*
|
129
|
+
* @return {String} returns the previously persisted debug modes
|
130
|
+
* @api private
|
131
|
+
*/
|
132
|
+
|
133
|
+
function load() {
|
134
|
+
return process.env.DEBUG;
|
135
|
+
}
|
136
|
+
|
137
|
+
/**
|
138
|
+
* Copied from `node/src/node.js`.
|
139
|
+
*
|
140
|
+
* XXX: It's lame that node doesn't expose this API out-of-the-box. It also
|
141
|
+
* relies on the undocumented `tty_wrap.guessHandleType()` which is also lame.
|
142
|
+
*/
|
143
|
+
|
144
|
+
function createWritableStdioStream (fd) {
|
145
|
+
var stream;
|
146
|
+
var tty_wrap = process.binding('tty_wrap');
|
147
|
+
|
148
|
+
// Note stream._type is used for test-module-load-list.js
|
149
|
+
|
150
|
+
switch (tty_wrap.guessHandleType(fd)) {
|
151
|
+
case 'TTY':
|
152
|
+
stream = new tty.WriteStream(fd);
|
153
|
+
stream._type = 'tty';
|
154
|
+
|
155
|
+
// Hack to have stream not keep the event loop alive.
|
156
|
+
// See https://github.com/joyent/node/issues/1726
|
157
|
+
if (stream._handle && stream._handle.unref) {
|
158
|
+
stream._handle.unref();
|
159
|
+
}
|
160
|
+
break;
|
161
|
+
|
162
|
+
case 'FILE':
|
163
|
+
var fs = require('fs');
|
164
|
+
stream = new fs.SyncWriteStream(fd, { autoClose: false });
|
165
|
+
stream._type = 'fs';
|
166
|
+
break;
|
167
|
+
|
168
|
+
case 'PIPE':
|
169
|
+
case 'TCP':
|
170
|
+
var net = require('net');
|
171
|
+
stream = new net.Socket({
|
172
|
+
fd: fd,
|
173
|
+
readable: false,
|
174
|
+
writable: true
|
175
|
+
});
|
176
|
+
|
177
|
+
// FIXME Should probably have an option in net.Socket to create a
|
178
|
+
// stream from an existing fd which is writable only. But for now
|
179
|
+
// we'll just add this hack and set the `readable` member to false.
|
180
|
+
// Test: ./node test/fixtures/echo.js < /etc/passwd
|
181
|
+
stream.readable = false;
|
182
|
+
stream.read = null;
|
183
|
+
stream._type = 'pipe';
|
184
|
+
|
185
|
+
// FIXME Hack to have stream not keep the event loop alive.
|
186
|
+
// See https://github.com/joyent/node/issues/1726
|
187
|
+
if (stream._handle && stream._handle.unref) {
|
188
|
+
stream._handle.unref();
|
189
|
+
}
|
190
|
+
break;
|
191
|
+
|
192
|
+
default:
|
193
|
+
// Probably an error on in uv_guess_handle()
|
194
|
+
throw new Error('Implement me. Unknown stream file type!');
|
195
|
+
}
|
196
|
+
|
197
|
+
// For supporting legacy API we put the FD here.
|
198
|
+
stream.fd = fd;
|
199
|
+
|
200
|
+
stream._isStdio = true;
|
201
|
+
|
202
|
+
return stream;
|
203
|
+
}
|
204
|
+
|
205
|
+
/**
|
206
|
+
* Enable namespaces listed in `process.env.DEBUG` initially.
|
207
|
+
*/
|
208
|
+
|
209
|
+
exports.enable(load());
|
@@ -1,61 +1,71 @@
|
|
1
1
|
{
|
2
|
-
"_from": "debug@~
|
3
|
-
"_id": "debug@
|
2
|
+
"_from": "debug@~2.2.0",
|
3
|
+
"_id": "debug@2.2.0",
|
4
4
|
"_location": "/debug",
|
5
|
+
"_nodeVersion": "0.12.2",
|
5
6
|
"_npmUser": {
|
6
|
-
"email": "
|
7
|
-
"name": "
|
7
|
+
"email": "nathan@tootallnate.net",
|
8
|
+
"name": "tootallnate"
|
8
9
|
},
|
9
|
-
"_npmVersion": "
|
10
|
+
"_npmVersion": "2.7.4",
|
10
11
|
"_phantomChildren": {},
|
11
12
|
"_requiredBy": [
|
12
13
|
"/tar-pack"
|
13
14
|
],
|
14
|
-
"_resolved": "https://registry.npmjs.org/debug/-/debug-
|
15
|
-
"_shasum": "
|
15
|
+
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
|
16
|
+
"_shasum": "f87057e995b1a1f6ae6a4960664137bc56f039da",
|
17
|
+
"_shrinkwrap": null,
|
16
18
|
"author": {
|
17
19
|
"email": "tj@vision-media.ca",
|
18
20
|
"name": "TJ Holowaychuk"
|
19
21
|
},
|
20
|
-
"browser": "./
|
22
|
+
"browser": "./browser.js",
|
21
23
|
"bugs": {
|
22
24
|
"url": "https://github.com/visionmedia/debug/issues"
|
23
25
|
},
|
24
26
|
"component": {
|
25
27
|
"scripts": {
|
26
28
|
"debug/debug.js": "debug.js",
|
27
|
-
"debug/index.js": "
|
29
|
+
"debug/index.js": "browser.js"
|
30
|
+
}
|
31
|
+
},
|
32
|
+
"contributors": [
|
33
|
+
{
|
34
|
+
"name": "Nathan Rajlich",
|
35
|
+
"email": "nathan@tootallnate.net",
|
36
|
+
"url": "http://n8.io"
|
28
37
|
}
|
38
|
+
],
|
39
|
+
"dependencies": {
|
40
|
+
"ms": "0.7.1"
|
29
41
|
},
|
30
|
-
"dependencies": {},
|
31
42
|
"description": "small debugging utility",
|
32
43
|
"devDependencies": {
|
44
|
+
"browserify": "9.0.3",
|
33
45
|
"mocha": "*"
|
34
46
|
},
|
35
47
|
"directories": {},
|
36
48
|
"dist": {
|
37
|
-
"shasum": "
|
38
|
-
"tarball": "http://registry.npmjs.org/debug/-/debug-
|
39
|
-
},
|
40
|
-
"engines": {
|
41
|
-
"node": "*"
|
49
|
+
"shasum": "f87057e995b1a1f6ae6a4960664137bc56f039da",
|
50
|
+
"tarball": "http://registry.npmjs.org/debug/-/debug-2.2.0.tgz"
|
42
51
|
},
|
43
|
-
"
|
44
|
-
"debug.js",
|
45
|
-
"index.js",
|
46
|
-
"lib/debug.js"
|
47
|
-
],
|
52
|
+
"gitHead": "b38458422b5aa8aa6d286b10dfe427e8a67e2b35",
|
48
53
|
"homepage": "https://github.com/visionmedia/debug",
|
49
54
|
"keywords": [
|
50
55
|
"debug",
|
51
56
|
"debugger",
|
52
57
|
"log"
|
53
58
|
],
|
54
|
-
"
|
59
|
+
"license": "MIT",
|
60
|
+
"main": "./node.js",
|
55
61
|
"maintainers": [
|
56
62
|
{
|
57
63
|
"name": "tjholowaychuk",
|
58
64
|
"email": "tj@vision-media.ca"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"name": "tootallnate",
|
68
|
+
"email": "nathan@tootallnate.net"
|
59
69
|
}
|
60
70
|
],
|
61
71
|
"name": "debug",
|
@@ -66,5 +76,5 @@
|
|
66
76
|
"url": "git://github.com/visionmedia/debug.git"
|
67
77
|
},
|
68
78
|
"scripts": {},
|
69
|
-
"version": "
|
79
|
+
"version": "2.2.0"
|
70
80
|
}
|
@@ -10,67 +10,67 @@ Install
|
|
10
10
|
-------
|
11
11
|
|
12
12
|
```bash
|
13
|
-
|
13
|
+
$ npm install deep-extend
|
14
14
|
```
|
15
15
|
|
16
16
|
Usage
|
17
17
|
-----
|
18
18
|
|
19
19
|
```javascript
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
20
|
+
var deepExtend = require('deep-extend');
|
21
|
+
var obj1 = {
|
22
|
+
a: 1,
|
23
|
+
b: 2,
|
24
|
+
d: {
|
25
|
+
a: 1,
|
26
|
+
b: [],
|
27
|
+
c: { test1: 123, test2: 321 }
|
28
|
+
},
|
29
|
+
f: 5,
|
30
|
+
g: 123,
|
31
|
+
i: 321,
|
32
|
+
j: [1, 2]
|
33
|
+
};
|
34
|
+
var obj2 = {
|
35
|
+
b: 3,
|
36
|
+
c: 5,
|
37
|
+
d: {
|
38
|
+
b: { first: 'one', second: 'two' },
|
39
|
+
c: { test2: 222 }
|
40
|
+
},
|
41
|
+
e: { one: 1, two: 2 },
|
42
|
+
f: [],
|
43
|
+
g: (void 0),
|
44
|
+
h: /abc/g,
|
45
|
+
i: null,
|
46
|
+
j: [3, 4]
|
47
|
+
};
|
48
|
+
|
49
|
+
deepExtend(obj1, obj2);
|
50
|
+
|
51
|
+
console.log(obj1);
|
52
|
+
/*
|
53
|
+
{ a: 1,
|
54
|
+
b: 3,
|
55
|
+
d:
|
56
|
+
{ a: 1,
|
57
|
+
b: { first: 'one', second: 'two' },
|
58
|
+
c: { test1: 123, test2: 222 } },
|
59
|
+
f: null,
|
60
|
+
g: undefined,
|
61
|
+
c: 5,
|
62
|
+
e: { one: 1, two: 2 },
|
63
|
+
h: /abc/g,
|
64
|
+
i: null,
|
65
|
+
j: [3, 4] }
|
66
|
+
*/
|
67
67
|
```
|
68
68
|
|
69
69
|
Unit testing
|
70
70
|
------------
|
71
71
|
|
72
72
|
```bash
|
73
|
-
|
73
|
+
$ npm test
|
74
74
|
```
|
75
75
|
|
76
76
|
Changelog
|
@@ -81,7 +81,8 @@ Changelog
|
|
81
81
|
Any issues?
|
82
82
|
-----------
|
83
83
|
|
84
|
-
Please, report about issues
|
84
|
+
Please, report about issues
|
85
|
+
[here](https://github.com/unclechu/node-deep-extend/issues).
|
85
86
|
|
86
87
|
License
|
87
88
|
-------
|
@@ -1,19 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"_from": "deep-extend@~0.4.0",
|
3
|
-
"_id": "deep-extend@0.4.
|
3
|
+
"_id": "deep-extend@0.4.1",
|
4
4
|
"_location": "/deep-extend",
|
5
|
-
"_nodeVersion": "
|
5
|
+
"_nodeVersion": "0.12.0",
|
6
6
|
"_npmUser": {
|
7
7
|
"email": "lotsmanov89@gmail.com",
|
8
8
|
"name": "unclechu"
|
9
9
|
},
|
10
|
-
"_npmVersion": "2.
|
10
|
+
"_npmVersion": "2.5.1",
|
11
11
|
"_phantomChildren": {},
|
12
12
|
"_requiredBy": [
|
13
13
|
"/rc"
|
14
14
|
],
|
15
|
-
"_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.
|
16
|
-
"_shasum": "
|
15
|
+
"_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.1.tgz",
|
16
|
+
"_shasum": "efe4113d08085f4e6f9687759810f807469e2253",
|
17
|
+
"_shrinkwrap": null,
|
17
18
|
"author": {
|
18
19
|
"email": "lotsmanov89@gmail.com",
|
19
20
|
"name": "Viacheslav Lotsmanov"
|
@@ -42,22 +43,18 @@
|
|
42
43
|
"test": "./test/"
|
43
44
|
},
|
44
45
|
"dist": {
|
45
|
-
"shasum": "
|
46
|
-
"tarball": "http://registry.npmjs.org/deep-extend/-/deep-extend-0.4.
|
46
|
+
"shasum": "efe4113d08085f4e6f9687759810f807469e2253",
|
47
|
+
"tarball": "http://registry.npmjs.org/deep-extend/-/deep-extend-0.4.1.tgz"
|
47
48
|
},
|
48
49
|
"engines": {
|
49
50
|
"iojs": ">=1.0.0",
|
50
|
-
"node": ">=0.
|
51
|
+
"node": ">=0.12.0"
|
51
52
|
},
|
52
53
|
"files": [
|
53
|
-
"LICENSE",
|
54
|
-
"README.md",
|
55
54
|
"index.js",
|
56
|
-
"lib/deep-extend.js"
|
57
|
-
"test/index.spec.js",
|
58
|
-
"test/mocha.opts"
|
55
|
+
"lib/deep-extend.js"
|
59
56
|
],
|
60
|
-
"gitHead": "
|
57
|
+
"gitHead": "08e39356bba769744c669eb219a31fee07decd19",
|
61
58
|
"homepage": "https://github.com/unclechu/node-deep-extend",
|
62
59
|
"keywords": [
|
63
60
|
"clone",
|
@@ -85,7 +82,8 @@
|
|
85
82
|
],
|
86
83
|
"name": "deep-extend",
|
87
84
|
"optionalDependencies": {},
|
88
|
-
"readme": "
|
85
|
+
"readme": "Deep Extend\n===========\n\nRecursive object extending.\n\n[![NPM](https://nodei.co/npm/deep-extend.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/deep-extend/)\n[![NPM](https://nodei.co/npm-dl/deep-extend.png?height=3)](https://nodei.co/npm/deep-extend/)\n\nInstall\n-------\n\n```bash\n$ npm install deep-extend\n```\n\nUsage\n-----\n\n```javascript\nvar deepExtend = require('deep-extend');\nvar obj1 = {\n a: 1,\n b: 2,\n d: {\n a: 1,\n b: [],\n c: { test1: 123, test2: 321 }\n },\n f: 5,\n g: 123,\n i: 321,\n j: [1, 2]\n};\nvar obj2 = {\n b: 3,\n c: 5,\n d: {\n b: { first: 'one', second: 'two' },\n c: { test2: 222 }\n },\n e: { one: 1, two: 2 },\n f: [],\n g: (void 0),\n h: /abc/g,\n i: null,\n j: [3, 4]\n};\n\ndeepExtend(obj1, obj2);\n\nconsole.log(obj1);\n/*\n{ a: 1,\n b: 3,\n d:\n { a: 1,\n b: { first: 'one', second: 'two' },\n c: { test1: 123, test2: 222 } },\n f: null,\n g: undefined,\n c: 5,\n e: { one: 1, two: 2 },\n h: /abc/g,\n i: null,\n j: [3, 4] }\n*/\n```\n\nUnit testing\n------------\n\n```bash\n$ npm test\n```\n\nChangelog\n---------\n\n[CHANGELOG.md](./CHANGELOG.md)\n\nAny issues?\n-----------\n\nPlease, report about issues\n[here](https://github.com/unclechu/node-deep-extend/issues).\n\nLicense\n-------\n\n[MIT](./LICENSE)\n",
|
86
|
+
"readmeFilename": "README.md",
|
89
87
|
"repository": {
|
90
88
|
"type": "git",
|
91
89
|
"url": "git://github.com/unclechu/node-deep-extend.git"
|
@@ -93,5 +91,5 @@
|
|
93
91
|
"scripts": {
|
94
92
|
"test": "mocha"
|
95
93
|
},
|
96
|
-
"version": "0.4.
|
94
|
+
"version": "0.4.1"
|
97
95
|
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright (c) 2015 TJ Holowaychuk <tj@vision-media.ca>
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -1,18 +1,20 @@
|
|
1
1
|
{
|
2
|
-
"_from": "delegates@^
|
3
|
-
"_id": "delegates@
|
2
|
+
"_from": "delegates@^1.0.0",
|
3
|
+
"_id": "delegates@1.0.0",
|
4
4
|
"_location": "/delegates",
|
5
|
+
"_nodeVersion": "4.2.1",
|
5
6
|
"_npmUser": {
|
6
|
-
"email": "
|
7
|
-
"name": "
|
7
|
+
"email": "tj@vision-media.ca",
|
8
|
+
"name": "tjholowaychuk"
|
8
9
|
},
|
9
|
-
"_npmVersion": "
|
10
|
+
"_npmVersion": "3.3.12",
|
10
11
|
"_phantomChildren": {},
|
11
12
|
"_requiredBy": [
|
12
13
|
"/are-we-there-yet"
|
13
14
|
],
|
14
|
-
"_resolved": "https://registry.npmjs.org/delegates/-/delegates-
|
15
|
-
"_shasum": "
|
15
|
+
"_resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
16
|
+
"_shasum": "84c6e159b81904fdca59a0ef44cd870d31250f9a",
|
17
|
+
"_shrinkwrap": null,
|
16
18
|
"bugs": {
|
17
19
|
"url": "https://github.com/visionmedia/node-delegates/issues"
|
18
20
|
},
|
@@ -24,10 +26,11 @@
|
|
24
26
|
},
|
25
27
|
"directories": {},
|
26
28
|
"dist": {
|
27
|
-
"shasum": "
|
28
|
-
"tarball": "http://registry.npmjs.org/delegates/-/delegates-
|
29
|
+
"shasum": "84c6e159b81904fdca59a0ef44cd870d31250f9a",
|
30
|
+
"tarball": "http://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz"
|
29
31
|
},
|
30
|
-
"
|
32
|
+
"gitHead": "c4dc07ef1ed51c2b2a63f3585e5ef949ee577a49",
|
33
|
+
"homepage": "https://github.com/visionmedia/node-delegates#readme",
|
31
34
|
"keywords": [
|
32
35
|
"delegate",
|
33
36
|
"delegation"
|
@@ -45,11 +48,12 @@
|
|
45
48
|
],
|
46
49
|
"name": "delegates",
|
47
50
|
"optionalDependencies": {},
|
48
|
-
"readme": "
|
51
|
+
"readme": "\n# delegates\n\n Node method and accessor delegation utilty.\n\n## Installation\n\n```\n$ npm install delegates\n```\n\n## Example\n\n```js\nvar delegate = require('delegates');\n\n...\n\ndelegate(proto, 'request')\n .method('acceptsLanguages')\n .method('acceptsEncodings')\n .method('acceptsCharsets')\n .method('accepts')\n .method('is')\n .access('querystring')\n .access('idempotent')\n .access('socket')\n .access('length')\n .access('query')\n .access('search')\n .access('status')\n .access('method')\n .access('path')\n .access('body')\n .access('host')\n .access('url')\n .getter('subdomains')\n .getter('protocol')\n .getter('header')\n .getter('stale')\n .getter('fresh')\n .getter('secure')\n .getter('ips')\n .getter('ip')\n```\n\n# API\n\n## Delegate(proto, prop)\n\nCreates a delegator instance used to configure using the `prop` on the given\n`proto` object. (which is usually a prototype)\n\n## Delegate#method(name)\n\nAllows the given method `name` to be accessed on the host.\n\n## Delegate#getter(name)\n\nCreates a \"getter\" for the property with the given `name` on the delegated\nobject.\n\n## Delegate#setter(name)\n\nCreates a \"setter\" for the property with the given `name` on the delegated\nobject.\n\n## Delegate#access(name)\n\nCreates an \"accessor\" (ie: both getter *and* setter) for the property with the\ngiven `name` on the delegated object.\n\n## Delegate#fluent(name)\n\nA unique type of \"accessor\" that works for a \"fluent\" API. When called as a\ngetter, the method returns the expected value. However, if the method is called\nwith a value, it will return itself so it can be chained. For example:\n\n```js\ndelegate(proto, 'request')\n .fluent('query')\n\n// getter\nvar q = request.query();\n\n// setter (chainable)\nrequest\n .query({ a: 1 })\n .query({ b: 2 });\n```\n\n# License\n\n MIT\n",
|
52
|
+
"readmeFilename": "Readme.md",
|
49
53
|
"repository": {
|
50
54
|
"type": "git",
|
51
|
-
"url": "git://github.com/visionmedia/node-delegates.git"
|
55
|
+
"url": "git+https://github.com/visionmedia/node-delegates.git"
|
52
56
|
},
|
53
57
|
"scripts": {},
|
54
|
-
"version": "
|
58
|
+
"version": "1.0.0"
|
55
59
|
}
|
@@ -14,6 +14,7 @@
|
|
14
14
|
],
|
15
15
|
"_resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
|
16
16
|
"_shasum": "0fc73a9ed5f0d53c38193398523ef7e543777505",
|
17
|
+
"_shrinkwrap": null,
|
17
18
|
"author": {
|
18
19
|
"email": "jeremie@jabber.org",
|
19
20
|
"name": "Jeremie Miller",
|
@@ -53,7 +54,8 @@
|
|
53
54
|
],
|
54
55
|
"name": "ecc-jsbn",
|
55
56
|
"optionalDependencies": {},
|
56
|
-
"readme": "
|
57
|
+
"readme": "ecc-jsbn\n========\n\nECC package based on [jsbn](https://github.com/andyperlitch/jsbn) from [Tom Wu](http://www-cs-students.stanford.edu/~tjw/).\n\nThis is a subset of the same interface as the [node compiled module](https://github.com/quartzjer/ecc), but works in the browser too.\n\nAlso uses point compression now from [https://github.com/kaielvin](https://github.com/kaielvin/jsbn-ec-point-compression).\n",
|
58
|
+
"readmeFilename": "README.md",
|
57
59
|
"repository": {
|
58
60
|
"type": "git",
|
59
61
|
"url": "git+https://github.com/quartzjer/ecc-jsbn.git"
|
@@ -14,6 +14,7 @@
|
|
14
14
|
],
|
15
15
|
"_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz",
|
16
16
|
"_shasum": "b85e679b46f72d03fbbe8a3bf7259d535c21b62f",
|
17
|
+
"_shrinkwrap": null,
|
17
18
|
"author": {
|
18
19
|
"email": "sindresorhus@gmail.com",
|
19
20
|
"name": "Sindre Sorhus",
|
@@ -66,8 +67,7 @@
|
|
66
67
|
],
|
67
68
|
"name": "escape-string-regexp",
|
68
69
|
"optionalDependencies": {},
|
69
|
-
"readme": "
|
70
|
-
"readmeFilename": "readme.md",
|
70
|
+
"readme": "ERROR: No README data found!",
|
71
71
|
"repository": {
|
72
72
|
"type": "git",
|
73
73
|
"url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
|