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,18 +1,351 @@
|
|
1
1
|
/**
|
2
|
-
* lodash 3.
|
3
|
-
* Build: `lodash
|
4
|
-
* Copyright 2012-
|
2
|
+
* lodash 3.3.0 (Custom Build) <https://lodash.com/>
|
3
|
+
* Build: `lodash modularize exports="npm" -o ./`
|
4
|
+
* Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
|
5
5
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
6
|
-
* Copyright 2009-
|
6
|
+
* Copyright 2009-2016 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
7
7
|
* Available under MIT license <https://lodash.com/license>
|
8
8
|
*/
|
9
|
-
var
|
10
|
-
|
9
|
+
var repeat = require('lodash.repeat'),
|
10
|
+
root = require('lodash._root');
|
11
11
|
|
12
|
-
|
12
|
+
/** Used as references for various `Number` constants. */
|
13
|
+
var INFINITY = 1 / 0,
|
14
|
+
MAX_INTEGER = 1.7976931348623157e+308,
|
15
|
+
NAN = 0 / 0;
|
16
|
+
|
17
|
+
/** `Object#toString` result references. */
|
18
|
+
var funcTag = '[object Function]',
|
19
|
+
genTag = '[object GeneratorFunction]',
|
20
|
+
symbolTag = '[object Symbol]';
|
21
|
+
|
22
|
+
/** Used to match leading and trailing whitespace. */
|
23
|
+
var reTrim = /^\s+|\s+$/g;
|
24
|
+
|
25
|
+
/** Used to detect bad signed hexadecimal string values. */
|
26
|
+
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
27
|
+
|
28
|
+
/** Used to detect binary string values. */
|
29
|
+
var reIsBinary = /^0b[01]+$/i;
|
30
|
+
|
31
|
+
/** Used to detect octal string values. */
|
32
|
+
var reIsOctal = /^0o[0-7]+$/i;
|
33
|
+
|
34
|
+
/** Used to compose unicode character classes. */
|
35
|
+
var rsAstralRange = '\\ud800-\\udfff',
|
36
|
+
rsComboMarksRange = '\\u0300-\\u036f\\ufe20-\\ufe23',
|
37
|
+
rsComboSymbolsRange = '\\u20d0-\\u20f0',
|
38
|
+
rsVarRange = '\\ufe0e\\ufe0f';
|
39
|
+
|
40
|
+
/** Used to compose unicode capture groups. */
|
41
|
+
var rsAstral = '[' + rsAstralRange + ']',
|
42
|
+
rsCombo = '[' + rsComboMarksRange + rsComboSymbolsRange + ']',
|
43
|
+
rsFitz = '\\ud83c[\\udffb-\\udfff]',
|
44
|
+
rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',
|
45
|
+
rsNonAstral = '[^' + rsAstralRange + ']',
|
46
|
+
rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}',
|
47
|
+
rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]',
|
48
|
+
rsZWJ = '\\u200d';
|
49
|
+
|
50
|
+
/** Used to compose unicode regexes. */
|
51
|
+
var reOptMod = rsModifier + '?',
|
52
|
+
rsOptVar = '[' + rsVarRange + ']?',
|
53
|
+
rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',
|
54
|
+
rsSeq = rsOptVar + reOptMod + rsOptJoin,
|
55
|
+
rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')';
|
56
|
+
|
57
|
+
/** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */
|
58
|
+
var reComplexSymbol = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g');
|
59
|
+
|
60
|
+
/** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */
|
61
|
+
var reHasComplexSymbol = RegExp('[' + rsZWJ + rsAstralRange + rsComboMarksRange + rsComboSymbolsRange + rsVarRange + ']');
|
62
|
+
|
63
|
+
/** Built-in method references without a dependency on `root`. */
|
64
|
+
var freeParseInt = parseInt;
|
65
|
+
|
66
|
+
/**
|
67
|
+
* Gets the number of symbols in `string`.
|
68
|
+
*
|
69
|
+
* @private
|
70
|
+
* @param {string} string The string to inspect.
|
71
|
+
* @returns {number} Returns the string size.
|
72
|
+
*/
|
73
|
+
function stringSize(string) {
|
74
|
+
if (!(string && reHasComplexSymbol.test(string))) {
|
75
|
+
return string.length;
|
76
|
+
}
|
77
|
+
var result = reComplexSymbol.lastIndex = 0;
|
78
|
+
while (reComplexSymbol.test(string)) {
|
79
|
+
result++;
|
80
|
+
}
|
81
|
+
return result;
|
82
|
+
}
|
83
|
+
|
84
|
+
/**
|
85
|
+
* Converts `string` to an array.
|
86
|
+
*
|
87
|
+
* @private
|
88
|
+
* @param {string} string The string to convert.
|
89
|
+
* @returns {Array} Returns the converted array.
|
90
|
+
*/
|
91
|
+
function stringToArray(string) {
|
92
|
+
return string.match(reComplexSymbol);
|
93
|
+
}
|
94
|
+
|
95
|
+
/** Used for built-in method references. */
|
96
|
+
var objectProto = Object.prototype;
|
97
|
+
|
98
|
+
/**
|
99
|
+
* Used to resolve the [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring)
|
100
|
+
* of values.
|
101
|
+
*/
|
102
|
+
var objectToString = objectProto.toString;
|
103
|
+
|
104
|
+
/** Built-in value references. */
|
105
|
+
var Symbol = root.Symbol;
|
106
|
+
|
107
|
+
/* Built-in method references for those with the same name as other `lodash` methods. */
|
13
108
|
var nativeCeil = Math.ceil,
|
14
|
-
nativeFloor = Math.floor
|
15
|
-
|
109
|
+
nativeFloor = Math.floor;
|
110
|
+
|
111
|
+
/** Used to convert symbols to primitives and strings. */
|
112
|
+
var symbolProto = Symbol ? Symbol.prototype : undefined,
|
113
|
+
symbolToString = Symbol ? symbolProto.toString : undefined;
|
114
|
+
|
115
|
+
/**
|
116
|
+
* Creates the padding for `string` based on `length`. The `chars` string
|
117
|
+
* is truncated if the number of characters exceeds `length`.
|
118
|
+
*
|
119
|
+
* @private
|
120
|
+
* @param {string} string The string to create padding for.
|
121
|
+
* @param {number} [length=0] The padding length.
|
122
|
+
* @param {string} [chars=' '] The string used as padding.
|
123
|
+
* @returns {string} Returns the padding for `string`.
|
124
|
+
*/
|
125
|
+
function createPadding(string, length, chars) {
|
126
|
+
length = toInteger(length);
|
127
|
+
|
128
|
+
var strLength = stringSize(string);
|
129
|
+
if (!length || strLength >= length) {
|
130
|
+
return '';
|
131
|
+
}
|
132
|
+
var padLength = length - strLength;
|
133
|
+
chars = chars === undefined ? ' ' : (chars + '');
|
134
|
+
|
135
|
+
var result = repeat(chars, nativeCeil(padLength / stringSize(chars)));
|
136
|
+
return reHasComplexSymbol.test(chars)
|
137
|
+
? stringToArray(result).slice(0, padLength).join('')
|
138
|
+
: result.slice(0, padLength);
|
139
|
+
}
|
140
|
+
|
141
|
+
/**
|
142
|
+
* Checks if `value` is classified as a `Function` object.
|
143
|
+
*
|
144
|
+
* @static
|
145
|
+
* @memberOf _
|
146
|
+
* @category Lang
|
147
|
+
* @param {*} value The value to check.
|
148
|
+
* @returns {boolean} Returns `true` if `value` is correctly classified, else `false`.
|
149
|
+
* @example
|
150
|
+
*
|
151
|
+
* _.isFunction(_);
|
152
|
+
* // => true
|
153
|
+
*
|
154
|
+
* _.isFunction(/abc/);
|
155
|
+
* // => false
|
156
|
+
*/
|
157
|
+
function isFunction(value) {
|
158
|
+
// The use of `Object#toString` avoids issues with the `typeof` operator
|
159
|
+
// in Safari 8 which returns 'object' for typed array constructors, and
|
160
|
+
// PhantomJS 1.9 which returns 'function' for `NodeList` instances.
|
161
|
+
var tag = isObject(value) ? objectToString.call(value) : '';
|
162
|
+
return tag == funcTag || tag == genTag;
|
163
|
+
}
|
164
|
+
|
165
|
+
/**
|
166
|
+
* Checks if `value` is the [language type](https://es5.github.io/#x8) of `Object`.
|
167
|
+
* (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
|
168
|
+
*
|
169
|
+
* @static
|
170
|
+
* @memberOf _
|
171
|
+
* @category Lang
|
172
|
+
* @param {*} value The value to check.
|
173
|
+
* @returns {boolean} Returns `true` if `value` is an object, else `false`.
|
174
|
+
* @example
|
175
|
+
*
|
176
|
+
* _.isObject({});
|
177
|
+
* // => true
|
178
|
+
*
|
179
|
+
* _.isObject([1, 2, 3]);
|
180
|
+
* // => true
|
181
|
+
*
|
182
|
+
* _.isObject(_.noop);
|
183
|
+
* // => true
|
184
|
+
*
|
185
|
+
* _.isObject(null);
|
186
|
+
* // => false
|
187
|
+
*/
|
188
|
+
function isObject(value) {
|
189
|
+
var type = typeof value;
|
190
|
+
return !!value && (type == 'object' || type == 'function');
|
191
|
+
}
|
192
|
+
|
193
|
+
/**
|
194
|
+
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
195
|
+
* and has a `typeof` result of "object".
|
196
|
+
*
|
197
|
+
* @static
|
198
|
+
* @memberOf _
|
199
|
+
* @category Lang
|
200
|
+
* @param {*} value The value to check.
|
201
|
+
* @returns {boolean} Returns `true` if `value` is object-like, else `false`.
|
202
|
+
* @example
|
203
|
+
*
|
204
|
+
* _.isObjectLike({});
|
205
|
+
* // => true
|
206
|
+
*
|
207
|
+
* _.isObjectLike([1, 2, 3]);
|
208
|
+
* // => true
|
209
|
+
*
|
210
|
+
* _.isObjectLike(_.noop);
|
211
|
+
* // => false
|
212
|
+
*
|
213
|
+
* _.isObjectLike(null);
|
214
|
+
* // => false
|
215
|
+
*/
|
216
|
+
function isObjectLike(value) {
|
217
|
+
return !!value && typeof value == 'object';
|
218
|
+
}
|
219
|
+
|
220
|
+
/**
|
221
|
+
* Checks if `value` is classified as a `Symbol` primitive or object.
|
222
|
+
*
|
223
|
+
* @static
|
224
|
+
* @memberOf _
|
225
|
+
* @category Lang
|
226
|
+
* @param {*} value The value to check.
|
227
|
+
* @returns {boolean} Returns `true` if `value` is correctly classified, else `false`.
|
228
|
+
* @example
|
229
|
+
*
|
230
|
+
* _.isSymbol(Symbol.iterator);
|
231
|
+
* // => true
|
232
|
+
*
|
233
|
+
* _.isSymbol('abc');
|
234
|
+
* // => false
|
235
|
+
*/
|
236
|
+
function isSymbol(value) {
|
237
|
+
return typeof value == 'symbol' ||
|
238
|
+
(isObjectLike(value) && objectToString.call(value) == symbolTag);
|
239
|
+
}
|
240
|
+
|
241
|
+
/**
|
242
|
+
* Converts `value` to an integer.
|
243
|
+
*
|
244
|
+
* **Note:** This function is loosely based on [`ToInteger`](http://www.ecma-international.org/ecma-262/6.0/#sec-tointeger).
|
245
|
+
*
|
246
|
+
* @static
|
247
|
+
* @memberOf _
|
248
|
+
* @category Lang
|
249
|
+
* @param {*} value The value to convert.
|
250
|
+
* @returns {number} Returns the converted integer.
|
251
|
+
* @example
|
252
|
+
*
|
253
|
+
* _.toInteger(3);
|
254
|
+
* // => 3
|
255
|
+
*
|
256
|
+
* _.toInteger(Number.MIN_VALUE);
|
257
|
+
* // => 0
|
258
|
+
*
|
259
|
+
* _.toInteger(Infinity);
|
260
|
+
* // => 1.7976931348623157e+308
|
261
|
+
*
|
262
|
+
* _.toInteger('3');
|
263
|
+
* // => 3
|
264
|
+
*/
|
265
|
+
function toInteger(value) {
|
266
|
+
if (!value) {
|
267
|
+
return value === 0 ? value : 0;
|
268
|
+
}
|
269
|
+
value = toNumber(value);
|
270
|
+
if (value === INFINITY || value === -INFINITY) {
|
271
|
+
var sign = (value < 0 ? -1 : 1);
|
272
|
+
return sign * MAX_INTEGER;
|
273
|
+
}
|
274
|
+
var remainder = value % 1;
|
275
|
+
return value === value ? (remainder ? value - remainder : value) : 0;
|
276
|
+
}
|
277
|
+
|
278
|
+
/**
|
279
|
+
* Converts `value` to a number.
|
280
|
+
*
|
281
|
+
* @static
|
282
|
+
* @memberOf _
|
283
|
+
* @category Lang
|
284
|
+
* @param {*} value The value to process.
|
285
|
+
* @returns {number} Returns the number.
|
286
|
+
* @example
|
287
|
+
*
|
288
|
+
* _.toNumber(3);
|
289
|
+
* // => 3
|
290
|
+
*
|
291
|
+
* _.toNumber(Number.MIN_VALUE);
|
292
|
+
* // => 5e-324
|
293
|
+
*
|
294
|
+
* _.toNumber(Infinity);
|
295
|
+
* // => Infinity
|
296
|
+
*
|
297
|
+
* _.toNumber('3');
|
298
|
+
* // => 3
|
299
|
+
*/
|
300
|
+
function toNumber(value) {
|
301
|
+
if (isObject(value)) {
|
302
|
+
var other = isFunction(value.valueOf) ? value.valueOf() : value;
|
303
|
+
value = isObject(other) ? (other + '') : other;
|
304
|
+
}
|
305
|
+
if (typeof value != 'string') {
|
306
|
+
return value === 0 ? value : +value;
|
307
|
+
}
|
308
|
+
value = value.replace(reTrim, '');
|
309
|
+
var isBinary = reIsBinary.test(value);
|
310
|
+
return (isBinary || reIsOctal.test(value))
|
311
|
+
? freeParseInt(value.slice(2), isBinary ? 2 : 8)
|
312
|
+
: (reIsBadHex.test(value) ? NAN : +value);
|
313
|
+
}
|
314
|
+
|
315
|
+
/**
|
316
|
+
* Converts `value` to a string if it's not one. An empty string is returned
|
317
|
+
* for `null` and `undefined` values. The sign of `-0` is preserved.
|
318
|
+
*
|
319
|
+
* @static
|
320
|
+
* @memberOf _
|
321
|
+
* @category Lang
|
322
|
+
* @param {*} value The value to process.
|
323
|
+
* @returns {string} Returns the string.
|
324
|
+
* @example
|
325
|
+
*
|
326
|
+
* _.toString(null);
|
327
|
+
* // => ''
|
328
|
+
*
|
329
|
+
* _.toString(-0);
|
330
|
+
* // => '-0'
|
331
|
+
*
|
332
|
+
* _.toString([1, 2, 3]);
|
333
|
+
* // => '1,2,3'
|
334
|
+
*/
|
335
|
+
function toString(value) {
|
336
|
+
// Exit early for strings to avoid a performance hit in some environments.
|
337
|
+
if (typeof value == 'string') {
|
338
|
+
return value;
|
339
|
+
}
|
340
|
+
if (value == null) {
|
341
|
+
return '';
|
342
|
+
}
|
343
|
+
if (isSymbol(value)) {
|
344
|
+
return Symbol ? symbolToString.call(value) : '';
|
345
|
+
}
|
346
|
+
var result = (value + '');
|
347
|
+
return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
|
348
|
+
}
|
16
349
|
|
17
350
|
/**
|
18
351
|
* Pads `string` on the left and right sides if it's shorter than `length`.
|
@@ -37,19 +370,18 @@ var nativeCeil = Math.ceil,
|
|
37
370
|
* // => 'abc'
|
38
371
|
*/
|
39
372
|
function pad(string, length, chars) {
|
40
|
-
string =
|
41
|
-
length =
|
373
|
+
string = toString(string);
|
374
|
+
length = toInteger(length);
|
42
375
|
|
43
|
-
var strLength = string
|
44
|
-
if (strLength >= length
|
376
|
+
var strLength = stringSize(string);
|
377
|
+
if (!length || strLength >= length) {
|
45
378
|
return string;
|
46
379
|
}
|
47
380
|
var mid = (length - strLength) / 2,
|
48
381
|
leftLength = nativeFloor(mid),
|
49
382
|
rightLength = nativeCeil(mid);
|
50
383
|
|
51
|
-
chars
|
52
|
-
return chars.slice(0, leftLength) + string + chars;
|
384
|
+
return createPadding('', leftLength, chars) + string + createPadding('', rightLength, chars);
|
53
385
|
}
|
54
386
|
|
55
387
|
module.exports = pad;
|
@@ -1,19 +1,24 @@
|
|
1
1
|
{
|
2
2
|
"_from": "lodash.pad@^3.0.0",
|
3
|
-
"_id": "lodash.pad@3.
|
3
|
+
"_id": "lodash.pad@3.3.0",
|
4
4
|
"_location": "/lodash.pad",
|
5
|
-
"_nodeVersion": "
|
5
|
+
"_nodeVersion": "5.5.0",
|
6
|
+
"_npmOperationalInternal": {
|
7
|
+
"host": "packages-5-east.internal.npmjs.com",
|
8
|
+
"tmp": "tmp/lodash.pad-3.3.0.tgz_1454898533348_0.8722374739591032"
|
9
|
+
},
|
6
10
|
"_npmUser": {
|
7
11
|
"email": "john.david.dalton@gmail.com",
|
8
12
|
"name": "jdalton"
|
9
13
|
},
|
10
|
-
"_npmVersion": "2.
|
14
|
+
"_npmVersion": "2.14.18",
|
11
15
|
"_phantomChildren": {},
|
12
16
|
"_requiredBy": [
|
13
17
|
"/gauge"
|
14
18
|
],
|
15
|
-
"_resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-3.
|
16
|
-
"_shasum": "
|
19
|
+
"_resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-3.3.0.tgz",
|
20
|
+
"_shasum": "30d94c1273ffb4f80ce4d34157e978574b36f98e",
|
21
|
+
"_shrinkwrap": null,
|
17
22
|
"author": {
|
18
23
|
"email": "john.david.dalton@gmail.com",
|
19
24
|
"name": "John-David Dalton",
|
@@ -28,20 +33,10 @@
|
|
28
33
|
"email": "john.david.dalton@gmail.com",
|
29
34
|
"url": "http://allyoucanleet.com/"
|
30
35
|
},
|
31
|
-
{
|
32
|
-
"name": "Benjamin Tan",
|
33
|
-
"email": "demoneaux@gmail.com",
|
34
|
-
"url": "https://d10.github.io/"
|
35
|
-
},
|
36
36
|
{
|
37
37
|
"name": "Blaine Bublitz",
|
38
38
|
"email": "blaine@iceddev.com",
|
39
|
-
"url": "
|
40
|
-
},
|
41
|
-
{
|
42
|
-
"name": "Kit Cambridge",
|
43
|
-
"email": "github@kitcambridge.be",
|
44
|
-
"url": "http://kitcambridge.be/"
|
39
|
+
"url": "https://github.com/phated"
|
45
40
|
},
|
46
41
|
{
|
47
42
|
"name": "Mathias Bynens",
|
@@ -50,23 +45,21 @@
|
|
50
45
|
}
|
51
46
|
],
|
52
47
|
"dependencies": {
|
53
|
-
"lodash.
|
54
|
-
"lodash.
|
48
|
+
"lodash._root": "^3.0.0",
|
49
|
+
"lodash.repeat": "^3.0.0"
|
55
50
|
},
|
56
|
-
"description": "The
|
51
|
+
"description": "The lodash method `_.pad` exported as a module.",
|
57
52
|
"devDependencies": {},
|
58
53
|
"directories": {},
|
59
54
|
"dist": {
|
60
|
-
"shasum": "
|
61
|
-
"tarball": "http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.
|
55
|
+
"shasum": "30d94c1273ffb4f80ce4d34157e978574b36f98e",
|
56
|
+
"tarball": "http://registry.npmjs.org/lodash.pad/-/lodash.pad-3.3.0.tgz"
|
62
57
|
},
|
63
58
|
"homepage": "https://lodash.com/",
|
64
59
|
"icon": "https://lodash.com/icon.svg",
|
65
60
|
"keywords": [
|
66
|
-
"lodash",
|
67
61
|
"lodash-modularized",
|
68
|
-
"
|
69
|
-
"util"
|
62
|
+
"pad"
|
70
63
|
],
|
71
64
|
"license": "MIT",
|
72
65
|
"maintainers": [
|
@@ -74,14 +67,6 @@
|
|
74
67
|
"name": "jdalton",
|
75
68
|
"email": "john.david.dalton@gmail.com"
|
76
69
|
},
|
77
|
-
{
|
78
|
-
"name": "d10",
|
79
|
-
"email": "demoneaux@gmail.com"
|
80
|
-
},
|
81
|
-
{
|
82
|
-
"name": "kitcambridge",
|
83
|
-
"email": "github@kitcambridge.be"
|
84
|
-
},
|
85
70
|
{
|
86
71
|
"name": "mathias",
|
87
72
|
"email": "mathias@qiwi.be"
|
@@ -93,7 +78,8 @@
|
|
93
78
|
],
|
94
79
|
"name": "lodash.pad",
|
95
80
|
"optionalDependencies": {},
|
96
|
-
"readme": "
|
81
|
+
"readme": "# lodash.pad v3.3.0\n\nThe [lodash](https://lodash.com/) method `_.pad` exported as a [Node.js](https://nodejs.org/) module.\n\n## Installation\n\nUsing npm:\n```bash\n$ {sudo -H} npm i -g npm\n$ npm i --save lodash.pad\n```\n\nIn Node.js:\n```js\nvar pad = require('lodash.pad');\n```\n\nSee the [documentation](https://lodash.com/docs#pad) or [package source](https://github.com/lodash/lodash/blob/3.3.0-npm-packages/lodash.pad) for more details.\n",
|
82
|
+
"readmeFilename": "README.md",
|
97
83
|
"repository": {
|
98
84
|
"type": "git",
|
99
85
|
"url": "git+https://github.com/lodash/lodash.git"
|
@@ -101,5 +87,5 @@
|
|
101
87
|
"scripts": {
|
102
88
|
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
|
103
89
|
},
|
104
|
-
"version": "3.
|
90
|
+
"version": "3.3.0"
|
105
91
|
}
|
@@ -14,6 +14,7 @@
|
|
14
14
|
],
|
15
15
|
"_resolved": "https://registry.npmjs.org/lodash.padleft/-/lodash.padleft-3.1.1.tgz",
|
16
16
|
"_shasum": "150151f1e0245edba15d50af2d71f1d5cff46530",
|
17
|
+
"_shrinkwrap": null,
|
17
18
|
"author": {
|
18
19
|
"email": "john.david.dalton@gmail.com",
|
19
20
|
"name": "John-David Dalton",
|
@@ -93,7 +94,8 @@
|
|
93
94
|
],
|
94
95
|
"name": "lodash.padleft",
|
95
96
|
"optionalDependencies": {},
|
96
|
-
"readme": "
|
97
|
+
"readme": "# lodash.padleft v3.1.1\n\nThe [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.padLeft` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.\n\n## Installation\n\nUsing npm:\n\n```bash\n$ {sudo -H} npm i -g npm\n$ npm i --save lodash.padleft\n```\n\nIn Node.js/io.js:\n\n```js\nvar padLeft = require('lodash.padleft');\n```\n\nSee the [documentation](https://lodash.com/docs#padLeft) or [package source](https://github.com/lodash/lodash/blob/3.1.1-npm-packages/lodash.padleft) for more details.\n",
|
98
|
+
"readmeFilename": "README.md",
|
97
99
|
"repository": {
|
98
100
|
"type": "git",
|
99
101
|
"url": "git+https://github.com/lodash/lodash.git"
|
@@ -14,6 +14,7 @@
|
|
14
14
|
],
|
15
15
|
"_resolved": "https://registry.npmjs.org/lodash.padright/-/lodash.padright-3.1.1.tgz",
|
16
16
|
"_shasum": "79f7770baaa39738c040aeb5465e8d88f2aacec0",
|
17
|
+
"_shrinkwrap": null,
|
17
18
|
"author": {
|
18
19
|
"email": "john.david.dalton@gmail.com",
|
19
20
|
"name": "John-David Dalton",
|
@@ -93,7 +94,8 @@
|
|
93
94
|
],
|
94
95
|
"name": "lodash.padright",
|
95
96
|
"optionalDependencies": {},
|
96
|
-
"readme": "
|
97
|
+
"readme": "# lodash.padright v3.1.1\n\nThe [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.padRight` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.\n\n## Installation\n\nUsing npm:\n\n```bash\n$ {sudo -H} npm i -g npm\n$ npm i --save lodash.padright\n```\n\nIn Node.js/io.js:\n\n```js\nvar padRight = require('lodash.padright');\n```\n\nSee the [documentation](https://lodash.com/docs#padRight) or [package source](https://github.com/lodash/lodash/blob/3.1.1-npm-packages/lodash.padright) for more details.\n",
|
98
|
+
"readmeFilename": "README.md",
|
97
99
|
"repository": {
|
98
100
|
"type": "git",
|
99
101
|
"url": "git+https://github.com/lodash/lodash.git"
|
@@ -1,5 +1,5 @@
|
|
1
|
-
Copyright 2012-
|
2
|
-
Based on Underscore.js, copyright 2009-
|
1
|
+
Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
|
2
|
+
Based on Underscore.js, copyright 2009-2016 Jeremy Ashkenas,
|
3
3
|
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining
|
@@ -1,20 +1,18 @@
|
|
1
|
-
# lodash.repeat v3.0
|
1
|
+
# lodash.repeat v3.2.0
|
2
2
|
|
3
|
-
The [
|
3
|
+
The [lodash](https://lodash.com/) method `_.repeat` exported as a [Node.js](https://nodejs.org/) module.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
7
7
|
Using npm:
|
8
|
-
|
9
8
|
```bash
|
10
9
|
$ {sudo -H} npm i -g npm
|
11
10
|
$ npm i --save lodash.repeat
|
12
11
|
```
|
13
12
|
|
14
|
-
In Node.js
|
15
|
-
|
13
|
+
In Node.js:
|
16
14
|
```js
|
17
15
|
var repeat = require('lodash.repeat');
|
18
16
|
```
|
19
17
|
|
20
|
-
See the [documentation](https://lodash.com/docs#repeat) or [package source](https://github.com/lodash/lodash/blob/3.0
|
18
|
+
See the [documentation](https://lodash.com/docs#repeat) or [package source](https://github.com/lodash/lodash/blob/3.2.0-npm-packages/lodash.repeat) for more details.
|