From 84cb385671b21b7c312d8a483bff0a3542e219bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=9C=9E?= <8766569+TFB333@user.noreply.gitee.com> Date: Sat, 26 Mar 2022 20:09:38 +0800 Subject: [PATCH] 3.10-3.25 --- "\345\210\230\351\234\236/3.8/index.js" | 70 + .../3.8/node_modules/.package-lock.json" | 89 + .../node_modules/bignumber.js/CHANGELOG.md" | 266 + .../3.8/node_modules/bignumber.js/LICENCE" | 23 + .../3.8/node_modules/bignumber.js/README.md" | 268 + .../node_modules/bignumber.js/bignumber.d.ts" | 1829 ++++ .../node_modules/bignumber.js/bignumber.js" | 2902 +++++ .../bignumber.js/bignumber.min.js" | 1 + .../bignumber.js/bignumber.min.js.map" | 1 + .../node_modules/bignumber.js/bignumber.mjs" | 2888 +++++ .../node_modules/bignumber.js/doc/API.html" | 2237 ++++ .../node_modules/bignumber.js/package.json" | 40 + .../3.8/node_modules/core-util-is/LICENSE" | 19 + .../3.8/node_modules/core-util-is/README.md" | 3 + .../node_modules/core-util-is/lib/util.js" | 107 + .../node_modules/core-util-is/package.json" | 38 + .../3.8/node_modules/inherits/LICENSE" | 16 + .../3.8/node_modules/inherits/README.md" | 42 + .../3.8/node_modules/inherits/inherits.js" | 9 + .../inherits/inherits_browser.js" | 27 + .../3.8/node_modules/inherits/package.json" | 29 + .../3.8/node_modules/isarray/.npmignore" | 1 + .../3.8/node_modules/isarray/.travis.yml" | 4 + .../3.8/node_modules/isarray/Makefile" | 6 + .../3.8/node_modules/isarray/README.md" | 60 + .../3.8/node_modules/isarray/component.json" | 19 + .../3.8/node_modules/isarray/index.js" | 5 + .../3.8/node_modules/isarray/package.json" | 45 + .../3.8/node_modules/isarray/test.js" | 20 + .../3.8/node_modules/mysql/Changes.md" | 569 + .../3.8/node_modules/mysql/License" | 19 + .../3.8/node_modules/mysql/Readme.md" | 1548 +++ .../3.8/node_modules/mysql/index.js" | 161 + .../3.8/node_modules/mysql/lib/Connection.js" | 529 + .../mysql/lib/ConnectionConfig.js" | 209 + .../3.8/node_modules/mysql/lib/Pool.js" | 294 + .../node_modules/mysql/lib/PoolCluster.js" | 288 + .../3.8/node_modules/mysql/lib/PoolConfig.js" | 32 + .../node_modules/mysql/lib/PoolConnection.js" | 65 + .../node_modules/mysql/lib/PoolNamespace.js" | 136 + .../node_modules/mysql/lib/PoolSelector.js" | 31 + .../node_modules/mysql/lib/protocol/Auth.js" | 168 + .../mysql/lib/protocol/BufferList.js" | 25 + .../mysql/lib/protocol/PacketHeader.js" | 5 + .../mysql/lib/protocol/PacketWriter.js" | 211 + .../mysql/lib/protocol/Parser.js" | 491 + .../mysql/lib/protocol/Protocol.js" | 463 + .../mysql/lib/protocol/ResultSet.js" | 7 + .../mysql/lib/protocol/SqlString.js" | 1 + .../node_modules/mysql/lib/protocol/Timer.js" | 33 + .../mysql/lib/protocol/constants/charsets.js" | 262 + .../mysql/lib/protocol/constants/client.js" | 26 + .../mysql/lib/protocol/constants/errors.js" | 2476 +++++ .../lib/protocol/constants/field_flags.js" | 18 + .../lib/protocol/constants/server_status.js" | 39 + .../lib/protocol/constants/ssl_profiles.js" | 1480 +++ .../mysql/lib/protocol/constants/types.js" | 72 + .../packets/AuthSwitchRequestPacket.js" | 20 + .../packets/AuthSwitchResponsePacket.js" | 14 + .../packets/ClientAuthenticationPacket.js" | 54 + .../protocol/packets/ComChangeUserPacket.js" | 26 + .../lib/protocol/packets/ComPingPacket.js" | 12 + .../lib/protocol/packets/ComQueryPacket.js" | 15 + .../lib/protocol/packets/ComQuitPacket.js" | 12 + .../protocol/packets/ComStatisticsPacket.js" | 12 + .../lib/protocol/packets/EmptyPacket.js" | 9 + .../mysql/lib/protocol/packets/EofPacket.js" | 25 + .../lib/protocol/packets/ErrorPacket.js" | 35 + .../mysql/lib/protocol/packets/Field.js" | 26 + .../lib/protocol/packets/FieldPacket.js" | 93 + .../packets/HandshakeInitializationPacket.js" | 103 + .../protocol/packets/LocalDataFilePacket.js" | 15 + .../packets/LocalInfileRequestPacket.js" | 21 + .../mysql/lib/protocol/packets/OkPacket.js" | 44 + .../protocol/packets/OldPasswordPacket.js" | 14 + .../packets/ResultSetHeaderPacket.js" | 14 + .../lib/protocol/packets/RowDataPacket.js" | 130 + .../lib/protocol/packets/SSLRequestPacket.js" | 27 + .../lib/protocol/packets/StatisticsPacket.js" | 20 + .../protocol/packets/UseOldPasswordPacket.js" | 14 + .../mysql/lib/protocol/packets/index.js" | 23 + .../lib/protocol/sequences/ChangeUser.js" | 67 + .../lib/protocol/sequences/Handshake.js" | 126 + .../mysql/lib/protocol/sequences/Ping.js" | 19 + .../mysql/lib/protocol/sequences/Query.js" | 228 + .../mysql/lib/protocol/sequences/Quit.js" | 40 + .../mysql/lib/protocol/sequences/Sequence.js" | 125 + .../lib/protocol/sequences/Statistics.js" | 30 + .../mysql/lib/protocol/sequences/index.js" | 7 + .../3.8/node_modules/mysql/package.json" | 46 + .../process-nextick-args/index.js" | 45 + .../process-nextick-args/license.md" | 19 + .../process-nextick-args/package.json" | 25 + .../process-nextick-args/readme.md" | 18 + .../node_modules/readable-stream/.travis.yml" | 34 + .../readable-stream/CONTRIBUTING.md" | 38 + .../readable-stream/GOVERNANCE.md" | 136 + .../3.8/node_modules/readable-stream/LICENSE" | 47 + .../node_modules/readable-stream/README.md" | 58 + .../doc/wg-meetings/2015-01-30.md" | 60 + .../readable-stream/duplex-browser.js" | 1 + .../node_modules/readable-stream/duplex.js" | 1 + .../readable-stream/lib/_stream_duplex.js" | 131 + .../lib/_stream_passthrough.js" | 47 + .../readable-stream/lib/_stream_readable.js" | 1019 ++ .../readable-stream/lib/_stream_transform.js" | 214 + .../readable-stream/lib/_stream_writable.js" | 687 ++ .../lib/internal/streams/BufferList.js" | 79 + .../lib/internal/streams/destroy.js" | 74 + .../lib/internal/streams/stream-browser.js" | 1 + .../lib/internal/streams/stream.js" | 1 + .../readable-stream/package.json" | 52 + .../readable-stream/passthrough.js" | 1 + .../readable-stream/readable-browser.js" | 7 + .../node_modules/readable-stream/readable.js" | 19 + .../readable-stream/transform.js" | 1 + .../readable-stream/writable-browser.js" | 1 + .../node_modules/readable-stream/writable.js" | 8 + .../3.8/node_modules/safe-buffer/LICENSE" | 21 + .../3.8/node_modules/safe-buffer/README.md" | 584 + .../3.8/node_modules/safe-buffer/index.d.ts" | 187 + .../3.8/node_modules/safe-buffer/index.js" | 62 + .../node_modules/safe-buffer/package.json" | 37 + .../3.8/node_modules/sqlstring/HISTORY.md" | 43 + .../3.8/node_modules/sqlstring/LICENSE" | 19 + .../3.8/node_modules/sqlstring/README.md" | 206 + .../3.8/node_modules/sqlstring/index.js" | 1 + .../node_modules/sqlstring/lib/SqlString.js" | 237 + .../3.8/node_modules/sqlstring/package.json" | 47 + .../node_modules/string_decoder/.travis.yml" | 50 + .../3.8/node_modules/string_decoder/LICENSE" | 48 + .../node_modules/string_decoder/README.md" | 47 + .../string_decoder/lib/string_decoder.js" | 296 + .../node_modules/string_decoder/package.json" | 31 + .../node_modules/util-deprecate/History.md" | 16 + .../3.8/node_modules/util-deprecate/LICENSE" | 24 + .../node_modules/util-deprecate/README.md" | 53 + .../node_modules/util-deprecate/browser.js" | 67 + .../3.8/node_modules/util-deprecate/node.js" | 6 + .../node_modules/util-deprecate/package.json" | 27 + .../3.8/package-lock.json" | 169 + "\345\210\230\351\234\236/3.8/package.json" | 5 + "\345\210\230\351\234\236/3.9/index.js" | 40 + .../.keep" | 0 .../app.js" | 72 + .../china.html" | 27 + .../mvc.js" | 40 + .../mvc\346\225\264\346\224\271/ThikNode.js" | 36 + .../.keep" | 0 .../ThinkNode.js" | 218 + .../app.js" | 36 + .../config/application.js" | 5 + .../config/db.js" | 18 + .../cookie.md" | 20 + .../expressdemo.js" | 37 + .../favicon.ico" | 0 .../home/.keep" | 0 .../home/controller/.keep" | 0 .../home/controller/BaseController.js" | 42 + .../home/controller/IndexController.js" | 124 + .../home/controller/UserController.js" | 69 + .../home/controller/index.js" | 79 + .../home/html/.keep" | 0 .../home/html/detail.html" | 9 + .../home/html/footer.html" | 5 + .../home/html/header.html" | 10 + .../home/html/index.html" | 10 + .../home/html/login.html" | 86 + .../home/html/userReg.html" | 89 + .../home/imgs/\345\277\231\347\242\214.png" | Bin 0 -> 59292 bytes .../home/imgs/\346\210\220\345\212\237.png" | Bin 0 -> 50569 bytes .../\346\212\223\350\231\253\345\255\220.png" | Bin 0 -> 60980 bytes .../\346\270\270\346\263\263\345\234\210.png" | Bin 0 -> 58649 bytes .../home/imgs/\347\234\213\344\271\246.png" | Bin 0 -> 51219 bytes .../home/imgs/\350\207\252\346\213\215.png" | Bin 0 -> 47611 bytes .../model/.keep" | 0 .../model/Base.js" | 169 + .../model/UserModel.js" | 20 + .../node_modules/.bin/nunjucks-precompile" | 15 + .../.bin/nunjucks-precompile.cmd" | 7 + .../node_modules/.bin/sshpk-conv" | 15 + .../node_modules/.bin/sshpk-conv.cmd" | 7 + .../node_modules/.bin/sshpk-sign" | 15 + .../node_modules/.bin/sshpk-sign.cmd" | 7 + .../node_modules/.bin/sshpk-verify" | 15 + .../node_modules/.bin/sshpk-verify.cmd" | 7 + .../node_modules/.bin/uuid" | 15 + .../node_modules/.bin/uuid.cmd" | 7 + .../node_modules/a-sync-waterfall/LICENSE" | 21 + .../node_modules/a-sync-waterfall/README.md" | 95 + .../node_modules/a-sync-waterfall/index.js" | 83 + .../a-sync-waterfall/package.json" | 53 + .../node_modules/a-sync-waterfall/test.js" | 77 + .../node_modules/ajv/.tonic_example.js" | 20 + .../node_modules/ajv/LICENSE" | 22 + .../node_modules/ajv/README.md" | 1497 +++ .../node_modules/ajv/dist/ajv.bundle.js" | 7189 ++++++++++++ .../node_modules/ajv/dist/ajv.min.js" | 3 + .../node_modules/ajv/dist/ajv.min.js.map" | 1 + .../node_modules/ajv/lib/ajv.d.ts" | 397 + .../node_modules/ajv/lib/ajv.js" | 506 + .../node_modules/ajv/lib/cache.js" | 26 + .../node_modules/ajv/lib/compile/async.js" | 90 + .../node_modules/ajv/lib/compile/equal.js" | 5 + .../ajv/lib/compile/error_classes.js" | 34 + .../node_modules/ajv/lib/compile/formats.js" | 142 + .../node_modules/ajv/lib/compile/index.js" | 387 + .../node_modules/ajv/lib/compile/resolve.js" | 270 + .../node_modules/ajv/lib/compile/rules.js" | 66 + .../ajv/lib/compile/schema_obj.js" | 9 + .../ajv/lib/compile/ucs2length.js" | 20 + .../node_modules/ajv/lib/compile/util.js" | 239 + .../node_modules/ajv/lib/data.js" | 49 + .../ajv/lib/definition_schema.js" | 37 + .../node_modules/ajv/lib/dot/_limit.jst" | 113 + .../node_modules/ajv/lib/dot/_limitItems.jst" | 12 + .../ajv/lib/dot/_limitLength.jst" | 12 + .../ajv/lib/dot/_limitProperties.jst" | 12 + .../node_modules/ajv/lib/dot/allOf.jst" | 32 + .../node_modules/ajv/lib/dot/anyOf.jst" | 46 + .../node_modules/ajv/lib/dot/coerce.def" | 51 + .../node_modules/ajv/lib/dot/comment.jst" | 9 + .../node_modules/ajv/lib/dot/const.jst" | 11 + .../node_modules/ajv/lib/dot/contains.jst" | 55 + .../node_modules/ajv/lib/dot/custom.jst" | 191 + .../node_modules/ajv/lib/dot/defaults.def" | 47 + .../node_modules/ajv/lib/dot/definitions.def" | 203 + .../ajv/lib/dot/dependencies.jst" | 79 + .../node_modules/ajv/lib/dot/enum.jst" | 30 + .../node_modules/ajv/lib/dot/errors.def" | 194 + .../node_modules/ajv/lib/dot/format.jst" | 106 + .../node_modules/ajv/lib/dot/if.jst" | 73 + .../node_modules/ajv/lib/dot/items.jst" | 98 + .../node_modules/ajv/lib/dot/missing.def" | 39 + .../node_modules/ajv/lib/dot/multipleOf.jst" | 22 + .../node_modules/ajv/lib/dot/not.jst" | 43 + .../node_modules/ajv/lib/dot/oneOf.jst" | 54 + .../node_modules/ajv/lib/dot/pattern.jst" | 14 + .../node_modules/ajv/lib/dot/properties.jst" | 245 + .../ajv/lib/dot/propertyNames.jst" | 52 + .../node_modules/ajv/lib/dot/ref.jst" | 85 + .../node_modules/ajv/lib/dot/required.jst" | 108 + .../node_modules/ajv/lib/dot/uniqueItems.jst" | 62 + .../node_modules/ajv/lib/dot/validate.jst" | 276 + .../node_modules/ajv/lib/dotjs/README.md" | 3 + .../node_modules/ajv/lib/dotjs/_limit.js" | 163 + .../ajv/lib/dotjs/_limitItems.js" | 80 + .../ajv/lib/dotjs/_limitLength.js" | 85 + .../ajv/lib/dotjs/_limitProperties.js" | 80 + .../node_modules/ajv/lib/dotjs/allOf.js" | 42 + .../node_modules/ajv/lib/dotjs/anyOf.js" | 73 + .../node_modules/ajv/lib/dotjs/comment.js" | 14 + .../node_modules/ajv/lib/dotjs/const.js" | 56 + .../node_modules/ajv/lib/dotjs/contains.js" | 81 + .../node_modules/ajv/lib/dotjs/custom.js" | 228 + .../ajv/lib/dotjs/dependencies.js" | 168 + .../node_modules/ajv/lib/dotjs/enum.js" | 66 + .../node_modules/ajv/lib/dotjs/format.js" | 150 + .../node_modules/ajv/lib/dotjs/if.js" | 103 + .../node_modules/ajv/lib/dotjs/index.js" | 33 + .../node_modules/ajv/lib/dotjs/items.js" | 140 + .../node_modules/ajv/lib/dotjs/multipleOf.js" | 80 + .../node_modules/ajv/lib/dotjs/not.js" | 84 + .../node_modules/ajv/lib/dotjs/oneOf.js" | 73 + .../node_modules/ajv/lib/dotjs/pattern.js" | 75 + .../node_modules/ajv/lib/dotjs/properties.js" | 335 + .../ajv/lib/dotjs/propertyNames.js" | 81 + .../node_modules/ajv/lib/dotjs/ref.js" | 124 + .../node_modules/ajv/lib/dotjs/required.js" | 270 + .../ajv/lib/dotjs/uniqueItems.js" | 86 + .../node_modules/ajv/lib/dotjs/validate.js" | 482 + .../node_modules/ajv/lib/keyword.js" | 146 + .../node_modules/ajv/lib/refs/data.json" | 17 + .../ajv/lib/refs/json-schema-draft-04.json" | 149 + .../ajv/lib/refs/json-schema-draft-06.json" | 154 + .../ajv/lib/refs/json-schema-draft-07.json" | 168 + .../ajv/lib/refs/json-schema-secure.json" | 94 + .../node_modules/ajv/package.json" | 133 + .../node_modules/ajv/scripts/.eslintrc.yml" | 3 + .../node_modules/ajv/scripts/bundle.js" | 61 + .../node_modules/ajv/scripts/compile-dots.js" | 73 + .../node_modules/ajv/scripts/info" | 10 + .../node_modules/ajv/scripts/prepare-tests" | 12 + .../ajv/scripts/publish-built-version" | 32 + .../node_modules/ajv/scripts/travis-gh-pages" | 23 + .../node_modules/asap/CHANGES.md" | 70 + .../node_modules/asap/LICENSE.md" | 21 + .../node_modules/asap/README.md" | 237 + .../node_modules/asap/asap.js" | 65 + .../node_modules/asap/browser-asap.js" | 66 + .../node_modules/asap/browser-raw.js" | 223 + .../node_modules/asap/package.json" | 87 + .../node_modules/asap/raw.js" | 101 + .../node_modules/asn1/Jenkinsfile" | 65 + .../node_modules/asn1/LICENSE" | 19 + .../node_modules/asn1/README.md" | 50 + .../node_modules/asn1/lib/ber/errors.js" | 13 + .../node_modules/asn1/lib/ber/index.js" | 27 + .../node_modules/asn1/lib/ber/reader.js" | 262 + .../node_modules/asn1/lib/ber/types.js" | 36 + .../node_modules/asn1/lib/ber/writer.js" | 317 + .../node_modules/asn1/lib/index.js" | 20 + .../node_modules/asn1/package.json" | 75 + .../node_modules/assert-plus/AUTHORS" | 6 + .../node_modules/assert-plus/CHANGES.md" | 14 + .../node_modules/assert-plus/README.md" | 162 + .../node_modules/assert-plus/assert.js" | 211 + .../node_modules/assert-plus/package.json" | 87 + .../node_modules/asynckit/LICENSE" | 21 + .../node_modules/asynckit/README.md" | 233 + .../node_modules/asynckit/bench.js" | 76 + .../node_modules/asynckit/index.js" | 6 + .../node_modules/asynckit/lib/abort.js" | 29 + .../node_modules/asynckit/lib/async.js" | 34 + .../node_modules/asynckit/lib/defer.js" | 26 + .../node_modules/asynckit/lib/iterate.js" | 75 + .../asynckit/lib/readable_asynckit.js" | 91 + .../asynckit/lib/readable_parallel.js" | 25 + .../asynckit/lib/readable_serial.js" | 25 + .../asynckit/lib/readable_serial_ordered.js" | 29 + .../node_modules/asynckit/lib/state.js" | 37 + .../node_modules/asynckit/lib/streamify.js" | 141 + .../node_modules/asynckit/lib/terminator.js" | 29 + .../node_modules/asynckit/package.json" | 91 + .../node_modules/asynckit/parallel.js" | 43 + .../node_modules/asynckit/serial.js" | 17 + .../node_modules/asynckit/serialOrdered.js" | 75 + .../node_modules/asynckit/stream.js" | 21 + .../node_modules/aws-sign2/LICENSE" | 55 + .../node_modules/aws-sign2/README.md" | 4 + .../node_modules/aws-sign2/index.js" | 212 + .../node_modules/aws-sign2/package.json" | 50 + .../node_modules/aws4/.github/FUNDING.yml" | 3 + .../node_modules/aws4/.travis.yml" | 9 + .../node_modules/aws4/LICENSE" | 19 + .../node_modules/aws4/README.md" | 183 + .../node_modules/aws4/aws4.js" | 373 + .../node_modules/aws4/lru.js" | 96 + .../node_modules/aws4/package.json" | 53 + .../bcrypt-pbkdf/CONTRIBUTING.md" | 13 + .../node_modules/bcrypt-pbkdf/LICENSE" | 66 + .../node_modules/bcrypt-pbkdf/README.md" | 45 + .../node_modules/bcrypt-pbkdf/index.js" | 556 + .../node_modules/bcrypt-pbkdf/package.json" | 44 + .../node_modules/bignumber.js/CHANGELOG.md" | 266 + .../node_modules/bignumber.js/LICENCE" | 23 + .../node_modules/bignumber.js/README.md" | 268 + .../node_modules/bignumber.js/bignumber.d.ts" | 1829 ++++ .../node_modules/bignumber.js/bignumber.js" | 2902 +++++ .../bignumber.js/bignumber.min.js" | 1 + .../bignumber.js/bignumber.min.js.map" | 1 + .../node_modules/bignumber.js/bignumber.mjs" | 2888 +++++ .../node_modules/bignumber.js/doc/API.html" | 2237 ++++ .../node_modules/bignumber.js/package.json" | 72 + .../node_modules/caseless/LICENSE" | 28 + .../node_modules/caseless/README.md" | 45 + .../node_modules/caseless/index.js" | 67 + .../node_modules/caseless/package.json" | 56 + .../node_modules/caseless/test.js" | 67 + .../node_modules/combined-stream/License" | 19 + .../node_modules/combined-stream/Readme.md" | 138 + .../combined-stream/lib/combined_stream.js" | 208 + .../combined-stream/package.json" | 58 + .../node_modules/combined-stream/yarn.lock" | 17 + .../node_modules/commander/CHANGELOG.md" | 385 + .../node_modules/commander/LICENSE" | 22 + .../node_modules/commander/Readme.md" | 737 ++ .../node_modules/commander/index.js" | 1756 +++ .../node_modules/commander/package.json" | 80 + .../commander/typings/index.d.ts" | 386 + .../node_modules/core-util-is/LICENSE" | 19 + .../node_modules/core-util-is/README.md" | 3 + .../node_modules/core-util-is/lib/util.js" | 107 + .../node_modules/core-util-is/package.json" | 71 + .../node_modules/crypto/README.md" | 7 + .../node_modules/crypto/package.json" | 45 + .../node_modules/dashdash/CHANGES.md" | 364 + .../node_modules/dashdash/LICENSE.txt" | 24 + .../node_modules/dashdash/README.md" | 574 + .../dashdash/etc/dashdash.bash_completion.in" | 389 + .../node_modules/dashdash/lib/dashdash.js" | 1055 ++ .../node_modules/dashdash/package.json" | 67 + .../node_modules/delayed-stream/.npmignore" | 1 + .../node_modules/delayed-stream/License" | 19 + .../node_modules/delayed-stream/Makefile" | 7 + .../node_modules/delayed-stream/Readme.md" | 141 + .../delayed-stream/lib/delayed_stream.js" | 107 + .../node_modules/delayed-stream/package.json" | 62 + .../node_modules/ecc-jsbn/LICENSE" | 21 + .../node_modules/ecc-jsbn/README.md" | 8 + .../node_modules/ecc-jsbn/index.js" | 58 + .../node_modules/ecc-jsbn/lib/LICENSE-jsbn" | 40 + .../node_modules/ecc-jsbn/lib/ec.js" | 561 + .../node_modules/ecc-jsbn/lib/sec.js" | 170 + .../node_modules/ecc-jsbn/package.json" | 65 + .../node_modules/ecc-jsbn/test.js" | 14 + .../node_modules/extend/.editorconfig" | 20 + .../node_modules/extend/.eslintrc" | 17 + .../node_modules/extend/.jscs.json" | 175 + .../node_modules/extend/.travis.yml" | 230 + .../node_modules/extend/CHANGELOG.md" | 83 + .../node_modules/extend/LICENSE" | 23 + .../node_modules/extend/README.md" | 81 + .../node_modules/extend/component.json" | 32 + .../node_modules/extend/index.js" | 117 + .../node_modules/extend/package.json" | 75 + .../node_modules/extsprintf/.gitmodules" | 0 .../node_modules/extsprintf/.npmignore" | 2 + .../node_modules/extsprintf/LICENSE" | 19 + .../node_modules/extsprintf/Makefile" | 24 + .../node_modules/extsprintf/Makefile.targ" | 285 + .../node_modules/extsprintf/README.md" | 46 + .../node_modules/extsprintf/jsl.node.conf" | 137 + .../extsprintf/lib/extsprintf.js" | 183 + .../node_modules/extsprintf/package.json" | 44 + .../node_modules/fast-deep-equal/LICENSE" | 21 + .../node_modules/fast-deep-equal/README.md" | 96 + .../fast-deep-equal/es6/index.d.ts" | 2 + .../fast-deep-equal/es6/index.js" | 72 + .../fast-deep-equal/es6/react.d.ts" | 2 + .../fast-deep-equal/es6/react.js" | 79 + .../node_modules/fast-deep-equal/index.d.ts" | 4 + .../node_modules/fast-deep-equal/index.js" | 46 + .../fast-deep-equal/package.json" | 88 + .../node_modules/fast-deep-equal/react.d.ts" | 2 + .../node_modules/fast-deep-equal/react.js" | 53 + .../fast-json-stable-stringify/.eslintrc.yml" | 26 + .../.github/FUNDING.yml" | 1 + .../fast-json-stable-stringify/.travis.yml" | 8 + .../fast-json-stable-stringify/LICENSE" | 21 + .../fast-json-stable-stringify/README.md" | 131 + .../benchmark/index.js" | 31 + .../benchmark/test.json" | 137 + .../example/key_cmp.js" | 7 + .../example/nested.js" | 3 + .../example/str.js" | 3 + .../example/value_cmp.js" | 7 + .../fast-json-stable-stringify/index.d.ts" | 4 + .../fast-json-stable-stringify/index.js" | 59 + .../fast-json-stable-stringify/package.json" | 80 + .../fast-json-stable-stringify/test/cmp.js" | 13 + .../test/nested.js" | 44 + .../fast-json-stable-stringify/test/str.js" | 46 + .../test/to-json.js" | 22 + .../node_modules/forever-agent/LICENSE" | 55 + .../node_modules/forever-agent/README.md" | 4 + .../node_modules/forever-agent/index.js" | 138 + .../node_modules/forever-agent/package.json" | 50 + .../node_modules/form-data/License" | 19 + .../node_modules/form-data/README.md" | 234 + .../node_modules/form-data/README.md.bak" | 234 + .../node_modules/form-data/lib/browser.js" | 2 + .../node_modules/form-data/lib/form_data.js" | 457 + .../node_modules/form-data/lib/populate.js" | 10 + .../node_modules/form-data/package.json" | 98 + .../node_modules/form-data/yarn.lock" | 2662 +++++ .../node_modules/getpass/.npmignore" | 8 + .../node_modules/getpass/.travis.yml" | 9 + .../node_modules/getpass/LICENSE" | 18 + .../node_modules/getpass/README.md" | 32 + .../node_modules/getpass/lib/index.js" | 123 + .../node_modules/getpass/package.json" | 50 + .../node_modules/har-schema/LICENSE" | 13 + .../node_modules/har-schema/README.md" | 49 + .../har-schema/lib/afterRequest.json" | 30 + .../har-schema/lib/beforeRequest.json" | 30 + .../node_modules/har-schema/lib/browser.json" | 20 + .../node_modules/har-schema/lib/cache.json" | 21 + .../node_modules/har-schema/lib/content.json" | 29 + .../node_modules/har-schema/lib/cookie.json" | 36 + .../node_modules/har-schema/lib/creator.json" | 20 + .../node_modules/har-schema/lib/entry.json" | 53 + .../node_modules/har-schema/lib/har.json" | 13 + .../node_modules/har-schema/lib/header.json" | 20 + .../node_modules/har-schema/lib/index.js" | 22 + .../node_modules/har-schema/lib/log.json" | 36 + .../node_modules/har-schema/lib/page.json" | 32 + .../har-schema/lib/pageTimings.json" | 18 + .../har-schema/lib/postData.json" | 43 + .../node_modules/har-schema/lib/query.json" | 20 + .../node_modules/har-schema/lib/request.json" | 57 + .../har-schema/lib/response.json" | 54 + .../node_modules/har-schema/lib/timings.json" | 42 + .../node_modules/har-schema/package.json" | 86 + .../node_modules/har-validator/LICENSE" | 9 + .../node_modules/har-validator/README.md" | 43 + .../node_modules/har-validator/lib/async.js" | 105 + .../node_modules/har-validator/lib/error.js" | 17 + .../har-validator/lib/promise.js" | 102 + .../node_modules/har-validator/package.json" | 72 + .../http-signature/.dir-locals.el" | 6 + .../node_modules/http-signature/.npmignore" | 7 + .../node_modules/http-signature/CHANGES.md" | 46 + .../node_modules/http-signature/LICENSE" | 18 + .../node_modules/http-signature/README.md" | 79 + .../http-signature/http_signing.md" | 363 + .../node_modules/http-signature/lib/index.js" | 29 + .../http-signature/lib/parser.js" | 315 + .../http-signature/lib/signer.js" | 401 + .../node_modules/http-signature/lib/utils.js" | 112 + .../http-signature/lib/verify.js" | 88 + .../node_modules/http-signature/package.json" | 77 + .../node_modules/inherits/LICENSE" | 16 + .../node_modules/inherits/README.md" | 42 + .../node_modules/inherits/inherits.js" | 9 + .../inherits/inherits_browser.js" | 27 + .../node_modules/inherits/package.json" | 64 + .../node_modules/is-typedarray/LICENSE.md" | 18 + .../node_modules/is-typedarray/README.md" | 16 + .../node_modules/is-typedarray/index.js" | 41 + .../node_modules/is-typedarray/package.json" | 59 + .../node_modules/is-typedarray/test.js" | 34 + .../node_modules/isarray/.npmignore" | 1 + .../node_modules/isarray/.travis.yml" | 4 + .../node_modules/isarray/Makefile" | 6 + .../node_modules/isarray/README.md" | 60 + .../node_modules/isarray/component.json" | 19 + .../node_modules/isarray/index.js" | 5 + .../node_modules/isarray/package.json" | 76 + .../node_modules/isarray/test.js" | 20 + .../node_modules/isstream/.jshintrc" | 59 + .../node_modules/isstream/.npmignore" | 1 + .../node_modules/isstream/.travis.yml" | 12 + .../node_modules/isstream/LICENSE.md" | 11 + .../node_modules/isstream/README.md" | 66 + .../node_modules/isstream/isstream.js" | 27 + .../node_modules/isstream/package.json" | 61 + .../node_modules/isstream/test.js" | 168 + .../node_modules/jsbn/.npmignore" | 2 + .../node_modules/jsbn/LICENSE" | 40 + .../node_modules/jsbn/README.md" | 175 + .../node_modules/jsbn/example.html" | 12 + .../node_modules/jsbn/example.js" | 3 + .../node_modules/jsbn/index.js" | 1357 +++ .../node_modules/jsbn/package.json" | 53 + .../json-schema-traverse/.eslintrc.yml" | 27 + .../json-schema-traverse/.travis.yml" | 8 + .../json-schema-traverse/LICENSE" | 21 + .../json-schema-traverse/README.md" | 83 + .../json-schema-traverse/index.js" | 89 + .../json-schema-traverse/package.json" | 70 + .../json-schema-traverse/spec/.eslintrc.yml" | 6 + .../spec/fixtures/schema.js" | 125 + .../json-schema-traverse/spec/index.spec.js" | 171 + .../node_modules/json-schema/LICENSE" | 195 + .../node_modules/json-schema/README.md" | 3 + .../node_modules/json-schema/lib/links.js" | 65 + .../node_modules/json-schema/lib/validate.js" | 271 + .../node_modules/json-schema/package.json" | 65 + .../json-stringify-safe/.npmignore" | 1 + .../json-stringify-safe/CHANGELOG.md" | 14 + .../node_modules/json-stringify-safe/LICENSE" | 15 + .../json-stringify-safe/Makefile" | 35 + .../json-stringify-safe/README.md" | 52 + .../json-stringify-safe/package.json" | 66 + .../json-stringify-safe/stringify.js" | 27 + .../json-stringify-safe/test/mocha.opts" | 2 + .../test/stringify_test.js" | 246 + .../node_modules/jsprim/CHANGES.md" | 53 + .../node_modules/jsprim/CONTRIBUTING.md" | 19 + .../node_modules/jsprim/LICENSE" | 19 + .../node_modules/jsprim/README.md" | 287 + .../node_modules/jsprim/lib/jsprim.js" | 735 ++ .../node_modules/jsprim/package.json" | 49 + .../node_modules/mime-db/HISTORY.md" | 507 + .../node_modules/mime-db/LICENSE" | 23 + .../node_modules/mime-db/README.md" | 100 + .../node_modules/mime-db/db.json" | 8519 +++++++++++++++ .../node_modules/mime-db/index.js" | 12 + .../node_modules/mime-db/package.json" | 103 + .../node_modules/mime-types/HISTORY.md" | 397 + .../node_modules/mime-types/LICENSE" | 23 + .../node_modules/mime-types/README.md" | 113 + .../node_modules/mime-types/index.js" | 188 + .../node_modules/mime-types/package.json" | 88 + .../node_modules/mysql/Changes.md" | 569 + .../node_modules/mysql/License" | 19 + .../node_modules/mysql/Readme.md" | 1548 +++ .../node_modules/mysql/index.js" | 161 + .../node_modules/mysql/lib/Connection.js" | 529 + .../mysql/lib/ConnectionConfig.js" | 209 + .../node_modules/mysql/lib/Pool.js" | 294 + .../node_modules/mysql/lib/PoolCluster.js" | 288 + .../node_modules/mysql/lib/PoolConfig.js" | 32 + .../node_modules/mysql/lib/PoolConnection.js" | 65 + .../node_modules/mysql/lib/PoolNamespace.js" | 136 + .../node_modules/mysql/lib/PoolSelector.js" | 31 + .../node_modules/mysql/lib/protocol/Auth.js" | 168 + .../mysql/lib/protocol/BufferList.js" | 25 + .../mysql/lib/protocol/PacketHeader.js" | 5 + .../mysql/lib/protocol/PacketWriter.js" | 211 + .../mysql/lib/protocol/Parser.js" | 491 + .../mysql/lib/protocol/Protocol.js" | 463 + .../mysql/lib/protocol/ResultSet.js" | 7 + .../mysql/lib/protocol/SqlString.js" | 1 + .../node_modules/mysql/lib/protocol/Timer.js" | 33 + .../mysql/lib/protocol/constants/charsets.js" | 262 + .../mysql/lib/protocol/constants/client.js" | 26 + .../mysql/lib/protocol/constants/errors.js" | 2476 +++++ .../lib/protocol/constants/field_flags.js" | 18 + .../lib/protocol/constants/server_status.js" | 39 + .../lib/protocol/constants/ssl_profiles.js" | 1480 +++ .../mysql/lib/protocol/constants/types.js" | 72 + .../packets/AuthSwitchRequestPacket.js" | 20 + .../packets/AuthSwitchResponsePacket.js" | 14 + .../packets/ClientAuthenticationPacket.js" | 54 + .../protocol/packets/ComChangeUserPacket.js" | 26 + .../lib/protocol/packets/ComPingPacket.js" | 12 + .../lib/protocol/packets/ComQueryPacket.js" | 15 + .../lib/protocol/packets/ComQuitPacket.js" | 12 + .../protocol/packets/ComStatisticsPacket.js" | 12 + .../lib/protocol/packets/EmptyPacket.js" | 9 + .../mysql/lib/protocol/packets/EofPacket.js" | 25 + .../lib/protocol/packets/ErrorPacket.js" | 35 + .../mysql/lib/protocol/packets/Field.js" | 26 + .../lib/protocol/packets/FieldPacket.js" | 93 + .../packets/HandshakeInitializationPacket.js" | 103 + .../protocol/packets/LocalDataFilePacket.js" | 15 + .../packets/LocalInfileRequestPacket.js" | 21 + .../mysql/lib/protocol/packets/OkPacket.js" | 44 + .../protocol/packets/OldPasswordPacket.js" | 14 + .../packets/ResultSetHeaderPacket.js" | 14 + .../lib/protocol/packets/RowDataPacket.js" | 130 + .../lib/protocol/packets/SSLRequestPacket.js" | 27 + .../lib/protocol/packets/StatisticsPacket.js" | 20 + .../protocol/packets/UseOldPasswordPacket.js" | 14 + .../mysql/lib/protocol/packets/index.js" | 23 + .../lib/protocol/sequences/ChangeUser.js" | 67 + .../lib/protocol/sequences/Handshake.js" | 126 + .../mysql/lib/protocol/sequences/Ping.js" | 19 + .../mysql/lib/protocol/sequences/Query.js" | 228 + .../mysql/lib/protocol/sequences/Quit.js" | 40 + .../mysql/lib/protocol/sequences/Sequence.js" | 125 + .../lib/protocol/sequences/Statistics.js" | 30 + .../mysql/lib/protocol/sequences/index.js" | 7 + .../node_modules/mysql/package.json" | 98 + .../node_modules/nunjucks/CHANGELOG.md" | 736 ++ .../node_modules/nunjucks/LICENSE" | 26 + .../node_modules/nunjucks/README.md" | 58 + .../node_modules/nunjucks/bin/precompile" | 58 + .../node_modules/nunjucks/bin/precompile.cmd" | 5 + .../nunjucks/browser/nunjucks-slim.js" | 4263 ++++++++ .../nunjucks/browser/nunjucks-slim.js.map" | 1 + .../nunjucks/browser/nunjucks-slim.min.js" | 3 + .../browser/nunjucks-slim.min.js.map" | 1 + .../nunjucks/browser/nunjucks.js" | 8423 ++++++++++++++ .../nunjucks/browser/nunjucks.js.map" | 1 + .../nunjucks/browser/nunjucks.min.js" | 3 + .../nunjucks/browser/nunjucks.min.js.map" | 1 + .../node_modules/nunjucks/index.js" | 103 + .../node_modules/nunjucks/package.json" | 142 + .../node_modules/nunjucks/src/compiler.js" | 1449 +++ .../node_modules/nunjucks/src/environment.js" | 659 ++ .../node_modules/nunjucks/src/express-app.js" | 28 + .../node_modules/nunjucks/src/filters.js" | 680 ++ .../node_modules/nunjucks/src/globals.js" | 72 + .../nunjucks/src/jinja-compat.js" | 358 + .../node_modules/nunjucks/src/lexer.js" | 542 + .../node_modules/nunjucks/src/lib.js" | 417 + .../node_modules/nunjucks/src/loader.js" | 30 + .../node_modules/nunjucks/src/loaders.js" | 5 + .../nunjucks/src/node-loaders.js" | 177 + .../node_modules/nunjucks/src/nodes.js" | 394 + .../node_modules/nunjucks/src/object.js" | 129 + .../node_modules/nunjucks/src/parser.js" | 1267 +++ .../nunjucks/src/precompile-global.js" | 22 + .../node_modules/nunjucks/src/precompile.js" | 131 + .../nunjucks/src/precompiled-loader.js" | 41 + .../node_modules/nunjucks/src/runtime.js" | 405 + .../node_modules/nunjucks/src/tests.js" | 286 + .../node_modules/nunjucks/src/transformer.js" | 197 + .../node_modules/nunjucks/src/web-loaders.js" | 110 + .../node_modules/oauth-sign/LICENSE" | 55 + .../node_modules/oauth-sign/README.md" | 11 + .../node_modules/oauth-sign/index.js" | 146 + .../node_modules/oauth-sign/package.json" | 56 + .../node_modules/performance-now/.npmignore" | 1 + .../performance-now/.tm_properties" | 7 + .../node_modules/performance-now/.travis.yml" | 6 + .../node_modules/performance-now/README.md" | 30 + .../performance-now/lib/performance-now.js" | 36 + .../lib/performance-now.js.map" | 10 + .../node_modules/performance-now/license.txt" | 7 + .../performance-now/package.json" | 65 + .../performance-now/src/index.d.ts" | 8 + .../src/performance-now.coffee" | 17 + .../performance-now/test/mocha.opts" | 3 + .../test/performance-now.coffee" | 43 + .../performance-now/test/scripts.coffee" | 27 + .../test/scripts/delayed-call.coffee" | 11 + .../test/scripts/delayed-require.coffee" | 12 + .../test/scripts/difference.coffee" | 6 + .../test/scripts/initial-value.coffee" | 10 + .../process-nextick-args/index.js" | 45 + .../process-nextick-args/license.md" | 19 + .../process-nextick-args/package.json" | 53 + .../process-nextick-args/readme.md" | 18 + .../node_modules/psl/LICENSE" | 9 + .../node_modules/psl/README.md" | 215 + .../node_modules/psl/browserstack-logo.svg" | 90 + .../node_modules/psl/data/rules.json" | 8834 +++++++++++++++ .../node_modules/psl/dist/psl.js" | 9645 +++++++++++++++++ .../node_modules/psl/dist/psl.min.js" | 1 + .../node_modules/psl/index.js" | 269 + .../node_modules/psl/package.json" | 77 + .../node_modules/punycode/LICENSE-MIT.txt" | 20 + .../node_modules/punycode/README.md" | 122 + .../node_modules/punycode/package.json" | 86 + .../node_modules/punycode/punycode.es6.js" | 441 + .../node_modules/punycode/punycode.js" | 440 + .../node_modules/qs/.editorconfig" | 43 + .../node_modules/qs/.eslintrc" | 37 + .../node_modules/qs/.github/FUNDING.yml" | 12 + .../node_modules/qs/.nycrc" | 13 + .../node_modules/qs/CHANGELOG.md" | 250 + .../node_modules/qs/LICENSE.md" | 29 + .../node_modules/qs/README.md" | 510 + .../node_modules/qs/bower.json" | 21 + .../node_modules/qs/component.json" | 15 + .../node_modules/qs/dist/qs.js" | 648 ++ .../node_modules/qs/lib/formats.js" | 18 + .../node_modules/qs/lib/index.js" | 11 + .../node_modules/qs/lib/parse.js" | 175 + .../node_modules/qs/lib/stringify.js" | 217 + .../node_modules/qs/lib/utils.js" | 215 + .../node_modules/qs/package.json" | 82 + .../node_modules/qs/test/index.js" | 7 + .../node_modules/qs/test/parse.js" | 649 ++ .../node_modules/qs/test/stringify.js" | 642 ++ .../node_modules/qs/test/utils.js" | 65 + .../node_modules/readable-stream/.travis.yml" | 34 + .../readable-stream/CONTRIBUTING.md" | 38 + .../readable-stream/GOVERNANCE.md" | 136 + .../node_modules/readable-stream/LICENSE" | 47 + .../node_modules/readable-stream/README.md" | 58 + .../doc/wg-meetings/2015-01-30.md" | 60 + .../readable-stream/duplex-browser.js" | 1 + .../node_modules/readable-stream/duplex.js" | 1 + .../readable-stream/lib/_stream_duplex.js" | 131 + .../lib/_stream_passthrough.js" | 47 + .../readable-stream/lib/_stream_readable.js" | 1019 ++ .../readable-stream/lib/_stream_transform.js" | 214 + .../readable-stream/lib/_stream_writable.js" | 687 ++ .../lib/internal/streams/BufferList.js" | 79 + .../lib/internal/streams/destroy.js" | 74 + .../lib/internal/streams/stream-browser.js" | 1 + .../lib/internal/streams/stream.js" | 1 + .../readable-stream/package.json" | 84 + .../readable-stream/passthrough.js" | 1 + .../readable-stream/readable-browser.js" | 7 + .../node_modules/readable-stream/readable.js" | 19 + .../readable-stream/transform.js" | 1 + .../readable-stream/writable-browser.js" | 1 + .../node_modules/readable-stream/writable.js" | 8 + .../node_modules/request/CHANGELOG.md" | 717 ++ .../node_modules/request/LICENSE" | 55 + .../node_modules/request/README.md" | 1133 ++ .../node_modules/request/index.js" | 155 + .../node_modules/request/lib/auth.js" | 167 + .../node_modules/request/lib/cookies.js" | 38 + .../request/lib/getProxyFromURI.js" | 79 + .../node_modules/request/lib/har.js" | 205 + .../node_modules/request/lib/hawk.js" | 89 + .../node_modules/request/lib/helpers.js" | 66 + .../node_modules/request/lib/multipart.js" | 112 + .../node_modules/request/lib/oauth.js" | 148 + .../node_modules/request/lib/querystring.js" | 50 + .../node_modules/request/lib/redirect.js" | 154 + .../node_modules/request/lib/tunnel.js" | 175 + .../node_modules/request/package.json" | 116 + .../node_modules/request/request.js" | 1553 +++ .../node_modules/safe-buffer/LICENSE" | 21 + .../node_modules/safe-buffer/README.md" | 584 + .../node_modules/safe-buffer/index.d.ts" | 187 + .../node_modules/safe-buffer/index.js" | 62 + .../node_modules/safe-buffer/package.json" | 67 + .../node_modules/safer-buffer/LICENSE" | 21 + .../safer-buffer/Porting-Buffer.md" | 268 + .../node_modules/safer-buffer/Readme.md" | 156 + .../node_modules/safer-buffer/dangerous.js" | 58 + .../node_modules/safer-buffer/package.json" | 62 + .../node_modules/safer-buffer/safer.js" | 77 + .../node_modules/safer-buffer/tests.js" | 406 + .../node_modules/sqlstring/HISTORY.md" | 43 + .../node_modules/sqlstring/LICENSE" | 19 + .../node_modules/sqlstring/README.md" | 206 + .../node_modules/sqlstring/index.js" | 1 + .../node_modules/sqlstring/lib/SqlString.js" | 237 + .../node_modules/sqlstring/package.json" | 101 + .../node_modules/sshpk/.travis.yml" | 11 + .../node_modules/sshpk/Jenkinsfile" | 86 + .../node_modules/sshpk/LICENSE" | 18 + .../node_modules/sshpk/README.md" | 804 ++ .../node_modules/sshpk/bin/sshpk-conv" | 243 + .../node_modules/sshpk/bin/sshpk-sign" | 191 + .../node_modules/sshpk/bin/sshpk-verify" | 167 + .../node_modules/sshpk/lib/algs.js" | 168 + .../node_modules/sshpk/lib/certificate.js" | 410 + .../node_modules/sshpk/lib/dhe.js" | 397 + .../node_modules/sshpk/lib/ed-compat.js" | 92 + .../node_modules/sshpk/lib/errors.js" | 84 + .../node_modules/sshpk/lib/fingerprint.js" | 220 + .../node_modules/sshpk/lib/formats/auto.js" | 124 + .../node_modules/sshpk/lib/formats/dnssec.js" | 287 + .../sshpk/lib/formats/openssh-cert.js" | 352 + .../node_modules/sshpk/lib/formats/pem.js" | 290 + .../node_modules/sshpk/lib/formats/pkcs1.js" | 373 + .../node_modules/sshpk/lib/formats/pkcs8.js" | 631 ++ .../node_modules/sshpk/lib/formats/putty.js" | 194 + .../sshpk/lib/formats/rfc4253.js" | 166 + .../sshpk/lib/formats/ssh-private.js" | 262 + .../node_modules/sshpk/lib/formats/ssh.js" | 115 + .../sshpk/lib/formats/x509-pem.js" | 88 + .../node_modules/sshpk/lib/formats/x509.js" | 752 ++ .../node_modules/sshpk/lib/identity.js" | 373 + .../node_modules/sshpk/lib/index.js" | 40 + .../node_modules/sshpk/lib/key.js" | 294 + .../node_modules/sshpk/lib/private-key.js" | 247 + .../node_modules/sshpk/lib/signature.js" | 314 + .../node_modules/sshpk/lib/ssh-buffer.js" | 149 + .../node_modules/sshpk/lib/utils.js" | 404 + .../node_modules/sshpk/man/man1/sshpk-conv.1" | 135 + .../node_modules/sshpk/man/man1/sshpk-sign.1" | 81 + .../sshpk/man/man1/sshpk-verify.1" | 68 + .../node_modules/sshpk/package.json" | 96 + .../node_modules/string_decoder/.travis.yml" | 50 + .../node_modules/string_decoder/LICENSE" | 48 + .../node_modules/string_decoder/README.md" | 47 + .../string_decoder/lib/string_decoder.js" | 296 + .../node_modules/string_decoder/package.json" | 62 + .../node_modules/tough-cookie/LICENSE" | 12 + .../node_modules/tough-cookie/README.md" | 527 + .../node_modules/tough-cookie/lib/cookie.js" | 1482 +++ .../tough-cookie/lib/memstore.js" | 181 + .../tough-cookie/lib/pathMatch.js" | 61 + .../tough-cookie/lib/permuteDomain.js" | 56 + .../tough-cookie/lib/pubsuffix-psl.js" | 38 + .../node_modules/tough-cookie/lib/store.js" | 75 + .../node_modules/tough-cookie/lib/version.js" | 2 + .../node_modules/tough-cookie/package.json" | 96 + .../node_modules/tunnel-agent/LICENSE" | 55 + .../node_modules/tunnel-agent/README.md" | 4 + .../node_modules/tunnel-agent/index.js" | 244 + .../node_modules/tunnel-agent/package.json" | 55 + .../node_modules/tweetnacl/.npmignore" | 4 + .../node_modules/tweetnacl/AUTHORS.md" | 28 + .../node_modules/tweetnacl/CHANGELOG.md" | 221 + .../node_modules/tweetnacl/LICENSE" | 24 + .../tweetnacl/PULL_REQUEST_TEMPLATE.md" | 20 + .../node_modules/tweetnacl/README.md" | 459 + .../node_modules/tweetnacl/nacl-fast.js" | 2388 ++++ .../node_modules/tweetnacl/nacl-fast.min.js" | 2 + .../node_modules/tweetnacl/nacl.d.ts" | 98 + .../node_modules/tweetnacl/nacl.js" | 1175 ++ .../node_modules/tweetnacl/nacl.min.js" | 1 + .../node_modules/tweetnacl/package.json" | 86 + .../node_modules/uri-js/LICENSE" | 11 + .../node_modules/uri-js/README.md" | 203 + .../uri-js/dist/es5/uri.all.d.ts" | 59 + .../node_modules/uri-js/dist/es5/uri.all.js" | 1443 +++ .../uri-js/dist/es5/uri.all.js.map" | 1 + .../uri-js/dist/es5/uri.all.min.d.ts" | 59 + .../uri-js/dist/es5/uri.all.min.js" | 3 + .../uri-js/dist/es5/uri.all.min.js.map" | 1 + .../uri-js/dist/esnext/index.d.ts" | 1 + .../node_modules/uri-js/dist/esnext/index.js" | 17 + .../uri-js/dist/esnext/index.js.map" | 1 + .../uri-js/dist/esnext/regexps-iri.d.ts" | 3 + .../uri-js/dist/esnext/regexps-iri.js" | 3 + .../uri-js/dist/esnext/regexps-iri.js.map" | 1 + .../uri-js/dist/esnext/regexps-uri.d.ts" | 4 + .../uri-js/dist/esnext/regexps-uri.js" | 42 + .../uri-js/dist/esnext/regexps-uri.js.map" | 1 + .../uri-js/dist/esnext/schemes/http.d.ts" | 3 + .../uri-js/dist/esnext/schemes/http.js" | 28 + .../uri-js/dist/esnext/schemes/http.js.map" | 1 + .../uri-js/dist/esnext/schemes/https.d.ts" | 3 + .../uri-js/dist/esnext/schemes/https.js" | 9 + .../uri-js/dist/esnext/schemes/https.js.map" | 1 + .../uri-js/dist/esnext/schemes/mailto.d.ts" | 12 + .../uri-js/dist/esnext/schemes/mailto.js" | 148 + .../uri-js/dist/esnext/schemes/mailto.js.map" | 1 + .../uri-js/dist/esnext/schemes/urn-uuid.d.ts" | 7 + .../uri-js/dist/esnext/schemes/urn-uuid.js" | 23 + .../dist/esnext/schemes/urn-uuid.js.map" | 1 + .../uri-js/dist/esnext/schemes/urn.d.ts" | 10 + .../uri-js/dist/esnext/schemes/urn.js" | 49 + .../uri-js/dist/esnext/schemes/urn.js.map" | 1 + .../uri-js/dist/esnext/schemes/ws.d.ts" | 7 + .../uri-js/dist/esnext/schemes/ws.js" | 41 + .../uri-js/dist/esnext/schemes/ws.js.map" | 1 + .../uri-js/dist/esnext/schemes/wss.d.ts" | 3 + .../uri-js/dist/esnext/schemes/wss.js" | 9 + .../uri-js/dist/esnext/schemes/wss.js.map" | 1 + .../node_modules/uri-js/dist/esnext/uri.d.ts" | 59 + .../node_modules/uri-js/dist/esnext/uri.js" | 480 + .../uri-js/dist/esnext/uri.js.map" | 1 + .../uri-js/dist/esnext/util.d.ts" | 6 + .../node_modules/uri-js/dist/esnext/util.js" | 36 + .../uri-js/dist/esnext/util.js.map" | 1 + .../node_modules/uri-js/package.json" | 105 + .../node_modules/uri-js/yarn.lock" | 2558 +++++ .../node_modules/util-deprecate/History.md" | 16 + .../node_modules/util-deprecate/LICENSE" | 24 + .../node_modules/util-deprecate/README.md" | 53 + .../node_modules/util-deprecate/browser.js" | 67 + .../node_modules/util-deprecate/node.js" | 6 + .../node_modules/util-deprecate/package.json" | 59 + .../node_modules/uuid/AUTHORS" | 5 + .../node_modules/uuid/CHANGELOG.md" | 119 + .../node_modules/uuid/LICENSE.md" | 21 + .../node_modules/uuid/README.md" | 276 + .../node_modules/uuid/bin/uuid" | 65 + .../node_modules/uuid/index.js" | 8 + .../node_modules/uuid/lib/bytesToUuid.js" | 26 + .../node_modules/uuid/lib/md5-browser.js" | 216 + .../node_modules/uuid/lib/md5.js" | 25 + .../node_modules/uuid/lib/rng-browser.js" | 34 + .../node_modules/uuid/lib/rng.js" | 8 + .../node_modules/uuid/lib/sha1-browser.js" | 89 + .../node_modules/uuid/lib/sha1.js" | 25 + .../node_modules/uuid/lib/v35.js" | 57 + .../node_modules/uuid/package.json" | 100 + .../node_modules/uuid/v1.js" | 109 + .../node_modules/uuid/v3.js" | 4 + .../node_modules/uuid/v4.js" | 29 + .../node_modules/uuid/v5.js" | 3 + .../node_modules/verror/.npmignore" | 9 + .../node_modules/verror/CHANGES.md" | 28 + .../node_modules/verror/CONTRIBUTING.md" | 19 + .../node_modules/verror/LICENSE" | 19 + .../node_modules/verror/README.md" | 528 + .../node_modules/verror/lib/verror.js" | 451 + .../verror/node_modules/core-util-is/LICENSE" | 19 + .../node_modules/core-util-is/README.md" | 3 + .../node_modules/core-util-is/float.patch" | 604 ++ .../node_modules/core-util-is/lib/util.js" | 107 + .../node_modules/core-util-is/package.json" | 62 + .../verror/node_modules/core-util-is/test.js" | 68 + .../node_modules/verror/package.json" | 51 + .../package-lock.json" | 439 + .../package.json" | 18 + .../requestdemo.js" | 33 + .../untis/ArrayHelp.js" | 24 + .../untis/EecAndDec.js" | 15 + .../yiqing.html" | 1 + .../yiqing.sql" | 52 + .../yiqing1.html" | 661 ++ .../\344\275\234\344\270\232.md" | 1 + .../\346\200\273\347\273\223.md" | 23 + .../\351\227\262\350\201\212.md" | 19 + ...71\347\233\256\350\247\204\346\225\264.md" | 13 + .../.keep" | 0 .../config/db.js" | 18 + .../cookie.md" | 20 + .../home/.keep" | 0 .../home/controller/.keep" | 0 .../home/controller/BaseController.js" | 20 + .../home/controller/IndexController.js" | 119 + .../home/controller/UserController.js" | 51 + .../home/controller/index.js" | 79 + .../home/html/.keep" | 0 .../home/html/detail.html" | 9 + .../home/html/footer.html" | 5 + .../home/html/header.html" | 10 + .../home/html/index.html" | 10 + .../home/html/login.html" | 16 + .../home/html/userReg.html" | 21 + .../model/.keep" | 0 .../model/Base.js" | 60 + .../model/UserModel.js" | 20 + .../node_modules/.bin/nunjucks-precompile" | 15 + .../.bin/nunjucks-precompile.cmd" | 7 + .../node_modules/a-sync-waterfall/LICENSE" | 21 + .../node_modules/a-sync-waterfall/README.md" | 95 + .../node_modules/a-sync-waterfall/index.js" | 83 + .../a-sync-waterfall/package.json" | 53 + .../node_modules/a-sync-waterfall/test.js" | 77 + .../node_modules/asap/CHANGES.md" | 70 + .../node_modules/asap/LICENSE.md" | 21 + .../node_modules/asap/README.md" | 237 + .../node_modules/asap/asap.js" | 65 + .../node_modules/asap/browser-asap.js" | 66 + .../node_modules/asap/browser-raw.js" | 223 + .../node_modules/asap/package.json" | 87 + .../node_modules/asap/raw.js" | 101 + .../node_modules/bignumber.js/CHANGELOG.md" | 266 + .../node_modules/bignumber.js/LICENCE" | 23 + .../node_modules/bignumber.js/README.md" | 268 + .../node_modules/bignumber.js/bignumber.d.ts" | 1829 ++++ .../node_modules/bignumber.js/bignumber.js" | 2902 +++++ .../bignumber.js/bignumber.min.js" | 1 + .../bignumber.js/bignumber.min.js.map" | 1 + .../node_modules/bignumber.js/bignumber.mjs" | 2888 +++++ .../node_modules/bignumber.js/doc/API.html" | 2237 ++++ .../node_modules/bignumber.js/package.json" | 72 + .../node_modules/commander/CHANGELOG.md" | 385 + .../node_modules/commander/LICENSE" | 22 + .../node_modules/commander/Readme.md" | 737 ++ .../node_modules/commander/index.js" | 1756 +++ .../node_modules/commander/package.json" | 80 + .../commander/typings/index.d.ts" | 386 + .../node_modules/core-util-is/LICENSE" | 19 + .../node_modules/core-util-is/README.md" | 3 + .../node_modules/core-util-is/lib/util.js" | 107 + .../node_modules/core-util-is/package.json" | 71 + .../node_modules/crypto/README.md" | 7 + .../node_modules/crypto/package.json" | 45 + .../node_modules/inherits/LICENSE" | 16 + .../node_modules/inherits/README.md" | 42 + .../node_modules/inherits/inherits.js" | 9 + .../inherits/inherits_browser.js" | 27 + .../node_modules/inherits/package.json" | 64 + .../node_modules/isarray/.npmignore" | 1 + .../node_modules/isarray/.travis.yml" | 4 + .../node_modules/isarray/Makefile" | 6 + .../node_modules/isarray/README.md" | 60 + .../node_modules/isarray/component.json" | 19 + .../node_modules/isarray/index.js" | 5 + .../node_modules/isarray/package.json" | 76 + .../node_modules/isarray/test.js" | 20 + .../node_modules/mysql/Changes.md" | 569 + .../node_modules/mysql/License" | 19 + .../node_modules/mysql/Readme.md" | 1548 +++ .../node_modules/mysql/index.js" | 161 + .../node_modules/mysql/lib/Connection.js" | 529 + .../mysql/lib/ConnectionConfig.js" | 209 + .../node_modules/mysql/lib/Pool.js" | 294 + .../node_modules/mysql/lib/PoolCluster.js" | 288 + .../node_modules/mysql/lib/PoolConfig.js" | 32 + .../node_modules/mysql/lib/PoolConnection.js" | 65 + .../node_modules/mysql/lib/PoolNamespace.js" | 136 + .../node_modules/mysql/lib/PoolSelector.js" | 31 + .../node_modules/mysql/lib/protocol/Auth.js" | 168 + .../mysql/lib/protocol/BufferList.js" | 25 + .../mysql/lib/protocol/PacketHeader.js" | 5 + .../mysql/lib/protocol/PacketWriter.js" | 211 + .../mysql/lib/protocol/Parser.js" | 491 + .../mysql/lib/protocol/Protocol.js" | 463 + .../mysql/lib/protocol/ResultSet.js" | 7 + .../mysql/lib/protocol/SqlString.js" | 1 + .../node_modules/mysql/lib/protocol/Timer.js" | 33 + .../mysql/lib/protocol/constants/charsets.js" | 262 + .../mysql/lib/protocol/constants/client.js" | 26 + .../mysql/lib/protocol/constants/errors.js" | 2476 +++++ .../lib/protocol/constants/field_flags.js" | 18 + .../lib/protocol/constants/server_status.js" | 39 + .../lib/protocol/constants/ssl_profiles.js" | 1480 +++ .../mysql/lib/protocol/constants/types.js" | 72 + .../packets/AuthSwitchRequestPacket.js" | 20 + .../packets/AuthSwitchResponsePacket.js" | 14 + .../packets/ClientAuthenticationPacket.js" | 54 + .../protocol/packets/ComChangeUserPacket.js" | 26 + .../lib/protocol/packets/ComPingPacket.js" | 12 + .../lib/protocol/packets/ComQueryPacket.js" | 15 + .../lib/protocol/packets/ComQuitPacket.js" | 12 + .../protocol/packets/ComStatisticsPacket.js" | 12 + .../lib/protocol/packets/EmptyPacket.js" | 9 + .../mysql/lib/protocol/packets/EofPacket.js" | 25 + .../lib/protocol/packets/ErrorPacket.js" | 35 + .../mysql/lib/protocol/packets/Field.js" | 26 + .../lib/protocol/packets/FieldPacket.js" | 93 + .../packets/HandshakeInitializationPacket.js" | 103 + .../protocol/packets/LocalDataFilePacket.js" | 15 + .../packets/LocalInfileRequestPacket.js" | 21 + .../mysql/lib/protocol/packets/OkPacket.js" | 44 + .../protocol/packets/OldPasswordPacket.js" | 14 + .../packets/ResultSetHeaderPacket.js" | 14 + .../lib/protocol/packets/RowDataPacket.js" | 130 + .../lib/protocol/packets/SSLRequestPacket.js" | 27 + .../lib/protocol/packets/StatisticsPacket.js" | 20 + .../protocol/packets/UseOldPasswordPacket.js" | 14 + .../mysql/lib/protocol/packets/index.js" | 23 + .../lib/protocol/sequences/ChangeUser.js" | 67 + .../lib/protocol/sequences/Handshake.js" | 126 + .../mysql/lib/protocol/sequences/Ping.js" | 19 + .../mysql/lib/protocol/sequences/Query.js" | 228 + .../mysql/lib/protocol/sequences/Quit.js" | 40 + .../mysql/lib/protocol/sequences/Sequence.js" | 125 + .../lib/protocol/sequences/Statistics.js" | 30 + .../mysql/lib/protocol/sequences/index.js" | 7 + .../node_modules/mysql/package.json" | 98 + .../node_modules/nunjucks/CHANGELOG.md" | 736 ++ .../node_modules/nunjucks/LICENSE" | 26 + .../node_modules/nunjucks/README.md" | 58 + .../node_modules/nunjucks/bin/precompile" | 58 + .../node_modules/nunjucks/bin/precompile.cmd" | 5 + .../nunjucks/browser/nunjucks-slim.js" | 4263 ++++++++ .../nunjucks/browser/nunjucks-slim.js.map" | 1 + .../nunjucks/browser/nunjucks-slim.min.js" | 3 + .../browser/nunjucks-slim.min.js.map" | 1 + .../nunjucks/browser/nunjucks.js" | 8423 ++++++++++++++ .../nunjucks/browser/nunjucks.js.map" | 1 + .../nunjucks/browser/nunjucks.min.js" | 3 + .../nunjucks/browser/nunjucks.min.js.map" | 1 + .../node_modules/nunjucks/index.js" | 103 + .../node_modules/nunjucks/package.json" | 142 + .../node_modules/nunjucks/src/compiler.js" | 1449 +++ .../node_modules/nunjucks/src/environment.js" | 659 ++ .../node_modules/nunjucks/src/express-app.js" | 28 + .../node_modules/nunjucks/src/filters.js" | 680 ++ .../node_modules/nunjucks/src/globals.js" | 72 + .../nunjucks/src/jinja-compat.js" | 358 + .../node_modules/nunjucks/src/lexer.js" | 542 + .../node_modules/nunjucks/src/lib.js" | 417 + .../node_modules/nunjucks/src/loader.js" | 30 + .../node_modules/nunjucks/src/loaders.js" | 5 + .../nunjucks/src/node-loaders.js" | 177 + .../node_modules/nunjucks/src/nodes.js" | 394 + .../node_modules/nunjucks/src/object.js" | 129 + .../node_modules/nunjucks/src/parser.js" | 1267 +++ .../nunjucks/src/precompile-global.js" | 22 + .../node_modules/nunjucks/src/precompile.js" | 131 + .../nunjucks/src/precompiled-loader.js" | 41 + .../node_modules/nunjucks/src/runtime.js" | 405 + .../node_modules/nunjucks/src/tests.js" | 286 + .../node_modules/nunjucks/src/transformer.js" | 197 + .../node_modules/nunjucks/src/web-loaders.js" | 110 + .../process-nextick-args/index.js" | 45 + .../process-nextick-args/license.md" | 19 + .../process-nextick-args/package.json" | 53 + .../process-nextick-args/readme.md" | 18 + .../node_modules/readable-stream/.travis.yml" | 34 + .../readable-stream/CONTRIBUTING.md" | 38 + .../readable-stream/GOVERNANCE.md" | 136 + .../node_modules/readable-stream/LICENSE" | 47 + .../node_modules/readable-stream/README.md" | 58 + .../doc/wg-meetings/2015-01-30.md" | 60 + .../readable-stream/duplex-browser.js" | 1 + .../node_modules/readable-stream/duplex.js" | 1 + .../readable-stream/lib/_stream_duplex.js" | 131 + .../lib/_stream_passthrough.js" | 47 + .../readable-stream/lib/_stream_readable.js" | 1019 ++ .../readable-stream/lib/_stream_transform.js" | 214 + .../readable-stream/lib/_stream_writable.js" | 687 ++ .../lib/internal/streams/BufferList.js" | 79 + .../lib/internal/streams/destroy.js" | 74 + .../lib/internal/streams/stream-browser.js" | 1 + .../lib/internal/streams/stream.js" | 1 + .../readable-stream/package.json" | 84 + .../readable-stream/passthrough.js" | 1 + .../readable-stream/readable-browser.js" | 7 + .../node_modules/readable-stream/readable.js" | 19 + .../readable-stream/transform.js" | 1 + .../readable-stream/writable-browser.js" | 1 + .../node_modules/readable-stream/writable.js" | 8 + .../node_modules/safe-buffer/LICENSE" | 21 + .../node_modules/safe-buffer/README.md" | 584 + .../node_modules/safe-buffer/index.d.ts" | 187 + .../node_modules/safe-buffer/index.js" | 62 + .../node_modules/safe-buffer/package.json" | 67 + .../node_modules/sqlstring/HISTORY.md" | 43 + .../node_modules/sqlstring/LICENSE" | 19 + .../node_modules/sqlstring/README.md" | 206 + .../node_modules/sqlstring/index.js" | 1 + .../node_modules/sqlstring/lib/SqlString.js" | 237 + .../node_modules/sqlstring/package.json" | 101 + .../node_modules/string_decoder/.travis.yml" | 50 + .../node_modules/string_decoder/LICENSE" | 48 + .../node_modules/string_decoder/README.md" | 47 + .../string_decoder/lib/string_decoder.js" | 296 + .../node_modules/string_decoder/package.json" | 62 + .../node_modules/util-deprecate/History.md" | 16 + .../node_modules/util-deprecate/LICENSE" | 24 + .../node_modules/util-deprecate/README.md" | 53 + .../node_modules/util-deprecate/browser.js" | 67 + .../node_modules/util-deprecate/node.js" | 6 + .../node_modules/util-deprecate/package.json" | 59 + .../package-lock.json" | 111 + .../package.json" | 16 + .../untis/EecAndDec.js" | 15 + ...50\346\200\201\350\265\204\346\272\220.js" | 198 + .../yiqing.sql" | 52 + .../\344\275\234\344\270\232.md" | 1 + .../\351\227\262\350\201\212.md" | 19 + ...71\347\233\256\350\247\204\346\225\264.md" | 13 + .../.keep" | 0 .../config/db.js" | 18 + .../home/.keep" | 0 .../home/controller/.keep" | 0 .../home/controller/BaseController.js" | 20 + .../home/controller/IndexController.js" | 119 + .../home/controller/UserController.js" | 29 + .../home/controller/index.js" | 79 + .../home/html/.keep" | 0 .../home/html/detail.html" | 9 + .../home/html/footer.html" | 5 + .../home/html/header.html" | 10 + .../home/html/index.html" | 10 + .../home/html/login.html" | 16 + .../model/.keep" | 0 .../model/Base.js" | 60 + .../model/UserModel.js" | 20 + .../node_modules/.bin/nunjucks-precompile" | 15 + .../.bin/nunjucks-precompile.cmd" | 7 + .../node_modules/a-sync-waterfall/LICENSE" | 21 + .../node_modules/a-sync-waterfall/README.md" | 95 + .../node_modules/a-sync-waterfall/index.js" | 83 + .../a-sync-waterfall/package.json" | 53 + .../node_modules/a-sync-waterfall/test.js" | 77 + .../node_modules/asap/CHANGES.md" | 70 + .../node_modules/asap/LICENSE.md" | 21 + .../node_modules/asap/README.md" | 237 + .../node_modules/asap/asap.js" | 65 + .../node_modules/asap/browser-asap.js" | 66 + .../node_modules/asap/browser-raw.js" | 223 + .../node_modules/asap/package.json" | 87 + .../node_modules/asap/raw.js" | 101 + .../node_modules/bignumber.js/CHANGELOG.md" | 266 + .../node_modules/bignumber.js/LICENCE" | 23 + .../node_modules/bignumber.js/README.md" | 268 + .../node_modules/bignumber.js/bignumber.d.ts" | 1829 ++++ .../node_modules/bignumber.js/bignumber.js" | 2902 +++++ .../bignumber.js/bignumber.min.js" | 1 + .../bignumber.js/bignumber.min.js.map" | 1 + .../node_modules/bignumber.js/bignumber.mjs" | 2888 +++++ .../node_modules/bignumber.js/doc/API.html" | 2237 ++++ .../node_modules/bignumber.js/package.json" | 69 + .../node_modules/commander/CHANGELOG.md" | 385 + .../node_modules/commander/LICENSE" | 22 + .../node_modules/commander/Readme.md" | 737 ++ .../node_modules/commander/index.js" | 1756 +++ .../node_modules/commander/package.json" | 80 + .../commander/typings/index.d.ts" | 386 + .../node_modules/core-util-is/LICENSE" | 19 + .../node_modules/core-util-is/README.md" | 3 + .../node_modules/core-util-is/lib/util.js" | 107 + .../node_modules/core-util-is/package.json" | 68 + .../node_modules/inherits/LICENSE" | 16 + .../node_modules/inherits/README.md" | 42 + .../node_modules/inherits/inherits.js" | 9 + .../inherits/inherits_browser.js" | 27 + .../node_modules/inherits/package.json" | 61 + .../node_modules/isarray/.npmignore" | 1 + .../node_modules/isarray/.travis.yml" | 4 + .../node_modules/isarray/Makefile" | 6 + .../node_modules/isarray/README.md" | 60 + .../node_modules/isarray/component.json" | 19 + .../node_modules/isarray/index.js" | 5 + .../node_modules/isarray/package.json" | 73 + .../node_modules/isarray/test.js" | 20 + .../node_modules/mysql/Changes.md" | 569 + .../node_modules/mysql/License" | 19 + .../node_modules/mysql/Readme.md" | 1548 +++ .../node_modules/mysql/index.js" | 161 + .../node_modules/mysql/lib/Connection.js" | 529 + .../mysql/lib/ConnectionConfig.js" | 209 + .../node_modules/mysql/lib/Pool.js" | 294 + .../node_modules/mysql/lib/PoolCluster.js" | 288 + .../node_modules/mysql/lib/PoolConfig.js" | 32 + .../node_modules/mysql/lib/PoolConnection.js" | 65 + .../node_modules/mysql/lib/PoolNamespace.js" | 136 + .../node_modules/mysql/lib/PoolSelector.js" | 31 + .../node_modules/mysql/lib/protocol/Auth.js" | 168 + .../mysql/lib/protocol/BufferList.js" | 25 + .../mysql/lib/protocol/PacketHeader.js" | 5 + .../mysql/lib/protocol/PacketWriter.js" | 211 + .../mysql/lib/protocol/Parser.js" | 491 + .../mysql/lib/protocol/Protocol.js" | 463 + .../mysql/lib/protocol/ResultSet.js" | 7 + .../mysql/lib/protocol/SqlString.js" | 1 + .../node_modules/mysql/lib/protocol/Timer.js" | 33 + .../mysql/lib/protocol/constants/charsets.js" | 262 + .../mysql/lib/protocol/constants/client.js" | 26 + .../mysql/lib/protocol/constants/errors.js" | 2476 +++++ .../lib/protocol/constants/field_flags.js" | 18 + .../lib/protocol/constants/server_status.js" | 39 + .../lib/protocol/constants/ssl_profiles.js" | 1480 +++ .../mysql/lib/protocol/constants/types.js" | 72 + .../packets/AuthSwitchRequestPacket.js" | 20 + .../packets/AuthSwitchResponsePacket.js" | 14 + .../packets/ClientAuthenticationPacket.js" | 54 + .../protocol/packets/ComChangeUserPacket.js" | 26 + .../lib/protocol/packets/ComPingPacket.js" | 12 + .../lib/protocol/packets/ComQueryPacket.js" | 15 + .../lib/protocol/packets/ComQuitPacket.js" | 12 + .../protocol/packets/ComStatisticsPacket.js" | 12 + .../lib/protocol/packets/EmptyPacket.js" | 9 + .../mysql/lib/protocol/packets/EofPacket.js" | 25 + .../lib/protocol/packets/ErrorPacket.js" | 35 + .../mysql/lib/protocol/packets/Field.js" | 26 + .../lib/protocol/packets/FieldPacket.js" | 93 + .../packets/HandshakeInitializationPacket.js" | 103 + .../protocol/packets/LocalDataFilePacket.js" | 15 + .../packets/LocalInfileRequestPacket.js" | 21 + .../mysql/lib/protocol/packets/OkPacket.js" | 44 + .../protocol/packets/OldPasswordPacket.js" | 14 + .../packets/ResultSetHeaderPacket.js" | 14 + .../lib/protocol/packets/RowDataPacket.js" | 130 + .../lib/protocol/packets/SSLRequestPacket.js" | 27 + .../lib/protocol/packets/StatisticsPacket.js" | 20 + .../protocol/packets/UseOldPasswordPacket.js" | 14 + .../mysql/lib/protocol/packets/index.js" | 23 + .../lib/protocol/sequences/ChangeUser.js" | 67 + .../lib/protocol/sequences/Handshake.js" | 126 + .../mysql/lib/protocol/sequences/Ping.js" | 19 + .../mysql/lib/protocol/sequences/Query.js" | 228 + .../mysql/lib/protocol/sequences/Quit.js" | 40 + .../mysql/lib/protocol/sequences/Sequence.js" | 125 + .../lib/protocol/sequences/Statistics.js" | 30 + .../mysql/lib/protocol/sequences/index.js" | 7 + .../node_modules/mysql/package.json" | 98 + .../node_modules/nunjucks/CHANGELOG.md" | 736 ++ .../node_modules/nunjucks/LICENSE" | 26 + .../node_modules/nunjucks/README.md" | 58 + .../node_modules/nunjucks/bin/precompile" | 58 + .../node_modules/nunjucks/bin/precompile.cmd" | 5 + .../nunjucks/browser/nunjucks-slim.js" | 4263 ++++++++ .../nunjucks/browser/nunjucks-slim.js.map" | 1 + .../nunjucks/browser/nunjucks-slim.min.js" | 3 + .../browser/nunjucks-slim.min.js.map" | 1 + .../nunjucks/browser/nunjucks.js" | 8423 ++++++++++++++ .../nunjucks/browser/nunjucks.js.map" | 1 + .../nunjucks/browser/nunjucks.min.js" | 3 + .../nunjucks/browser/nunjucks.min.js.map" | 1 + .../node_modules/nunjucks/index.js" | 103 + .../node_modules/nunjucks/package.json" | 142 + .../node_modules/nunjucks/src/compiler.js" | 1449 +++ .../node_modules/nunjucks/src/environment.js" | 659 ++ .../node_modules/nunjucks/src/express-app.js" | 28 + .../node_modules/nunjucks/src/filters.js" | 680 ++ .../node_modules/nunjucks/src/globals.js" | 72 + .../nunjucks/src/jinja-compat.js" | 358 + .../node_modules/nunjucks/src/lexer.js" | 542 + .../node_modules/nunjucks/src/lib.js" | 417 + .../node_modules/nunjucks/src/loader.js" | 30 + .../node_modules/nunjucks/src/loaders.js" | 5 + .../nunjucks/src/node-loaders.js" | 177 + .../node_modules/nunjucks/src/nodes.js" | 394 + .../node_modules/nunjucks/src/object.js" | 129 + .../node_modules/nunjucks/src/parser.js" | 1267 +++ .../nunjucks/src/precompile-global.js" | 22 + .../node_modules/nunjucks/src/precompile.js" | 131 + .../nunjucks/src/precompiled-loader.js" | 41 + .../node_modules/nunjucks/src/runtime.js" | 405 + .../node_modules/nunjucks/src/tests.js" | 286 + .../node_modules/nunjucks/src/transformer.js" | 197 + .../node_modules/nunjucks/src/web-loaders.js" | 110 + .../process-nextick-args/index.js" | 45 + .../process-nextick-args/license.md" | 19 + .../process-nextick-args/package.json" | 50 + .../process-nextick-args/readme.md" | 18 + .../node_modules/readable-stream/.travis.yml" | 34 + .../readable-stream/CONTRIBUTING.md" | 38 + .../readable-stream/GOVERNANCE.md" | 136 + .../node_modules/readable-stream/LICENSE" | 47 + .../node_modules/readable-stream/README.md" | 58 + .../doc/wg-meetings/2015-01-30.md" | 60 + .../readable-stream/duplex-browser.js" | 1 + .../node_modules/readable-stream/duplex.js" | 1 + .../readable-stream/lib/_stream_duplex.js" | 131 + .../lib/_stream_passthrough.js" | 47 + .../readable-stream/lib/_stream_readable.js" | 1019 ++ .../readable-stream/lib/_stream_transform.js" | 214 + .../readable-stream/lib/_stream_writable.js" | 687 ++ .../lib/internal/streams/BufferList.js" | 79 + .../lib/internal/streams/destroy.js" | 74 + .../lib/internal/streams/stream-browser.js" | 1 + .../lib/internal/streams/stream.js" | 1 + .../readable-stream/package.json" | 81 + .../readable-stream/passthrough.js" | 1 + .../readable-stream/readable-browser.js" | 7 + .../node_modules/readable-stream/readable.js" | 19 + .../readable-stream/transform.js" | 1 + .../readable-stream/writable-browser.js" | 1 + .../node_modules/readable-stream/writable.js" | 8 + .../node_modules/safe-buffer/LICENSE" | 21 + .../node_modules/safe-buffer/README.md" | 584 + .../node_modules/safe-buffer/index.d.ts" | 187 + .../node_modules/safe-buffer/index.js" | 62 + .../node_modules/safe-buffer/package.json" | 64 + .../node_modules/sqlstring/HISTORY.md" | 43 + .../node_modules/sqlstring/LICENSE" | 19 + .../node_modules/sqlstring/README.md" | 206 + .../node_modules/sqlstring/index.js" | 1 + .../node_modules/sqlstring/lib/SqlString.js" | 237 + .../node_modules/sqlstring/package.json" | 98 + .../node_modules/string_decoder/.travis.yml" | 50 + .../node_modules/string_decoder/LICENSE" | 48 + .../node_modules/string_decoder/README.md" | 47 + .../string_decoder/lib/string_decoder.js" | 296 + .../node_modules/string_decoder/package.json" | 59 + .../node_modules/util-deprecate/History.md" | 16 + .../node_modules/util-deprecate/LICENSE" | 24 + .../node_modules/util-deprecate/README.md" | 53 + .../node_modules/util-deprecate/browser.js" | 67 + .../node_modules/util-deprecate/node.js" | 6 + .../node_modules/util-deprecate/package.json" | 56 + .../package-lock.json" | 106 + .../package.json" | 15 + ...50\346\200\201\350\265\204\346\272\220.js" | 149 + .../yiqing.sql" | 52 + .../\344\275\234\344\270\232.md" | 1 + ...71\347\233\256\350\247\204\346\225\264.md" | 13 + .../.keep" | 0 .../config/db.js" | 18 + .../cookie.md" | 20 + .../home/.keep" | 0 .../home/controller/.keep" | 0 .../home/controller/BaseController.js" | 20 + .../home/controller/IndexController.js" | 119 + .../home/controller/UserController.js" | 66 + .../home/controller/index.js" | 79 + .../home/html/.keep" | 0 .../home/html/detail.html" | 9 + .../home/html/footer.html" | 5 + .../home/html/header.html" | 10 + .../home/html/index.html" | 10 + .../home/html/login.html" | 19 + .../home/html/userReg.html" | 21 + .../model/.keep" | 0 .../model/Base.js" | 60 + .../model/UserModel.js" | 20 + .../node_modules/.bin/nunjucks-precompile" | 15 + .../.bin/nunjucks-precompile.cmd" | 7 + .../node_modules/a-sync-waterfall/LICENSE" | 21 + .../node_modules/a-sync-waterfall/README.md" | 95 + .../node_modules/a-sync-waterfall/index.js" | 83 + .../a-sync-waterfall/package.json" | 53 + .../node_modules/a-sync-waterfall/test.js" | 77 + .../node_modules/asap/CHANGES.md" | 70 + .../node_modules/asap/LICENSE.md" | 21 + .../node_modules/asap/README.md" | 237 + .../node_modules/asap/asap.js" | 65 + .../node_modules/asap/browser-asap.js" | 66 + .../node_modules/asap/browser-raw.js" | 223 + .../node_modules/asap/package.json" | 87 + .../node_modules/asap/raw.js" | 101 + .../node_modules/bignumber.js/CHANGELOG.md" | 266 + .../node_modules/bignumber.js/LICENCE" | 23 + .../node_modules/bignumber.js/README.md" | 268 + .../node_modules/bignumber.js/bignumber.d.ts" | 1829 ++++ .../node_modules/bignumber.js/bignumber.js" | 2902 +++++ .../bignumber.js/bignumber.min.js" | 1 + .../bignumber.js/bignumber.min.js.map" | 1 + .../node_modules/bignumber.js/bignumber.mjs" | 2888 +++++ .../node_modules/bignumber.js/doc/API.html" | 2237 ++++ .../node_modules/bignumber.js/package.json" | 72 + .../node_modules/commander/CHANGELOG.md" | 385 + .../node_modules/commander/LICENSE" | 22 + .../node_modules/commander/Readme.md" | 737 ++ .../node_modules/commander/index.js" | 1756 +++ .../node_modules/commander/package.json" | 80 + .../commander/typings/index.d.ts" | 386 + .../node_modules/core-util-is/LICENSE" | 19 + .../node_modules/core-util-is/README.md" | 3 + .../node_modules/core-util-is/lib/util.js" | 107 + .../node_modules/core-util-is/package.json" | 71 + .../node_modules/crypto/README.md" | 7 + .../node_modules/crypto/package.json" | 45 + .../node_modules/inherits/LICENSE" | 16 + .../node_modules/inherits/README.md" | 42 + .../node_modules/inherits/inherits.js" | 9 + .../inherits/inherits_browser.js" | 27 + .../node_modules/inherits/package.json" | 64 + .../node_modules/isarray/.npmignore" | 1 + .../node_modules/isarray/.travis.yml" | 4 + .../node_modules/isarray/Makefile" | 6 + .../node_modules/isarray/README.md" | 60 + .../node_modules/isarray/component.json" | 19 + .../node_modules/isarray/index.js" | 5 + .../node_modules/isarray/package.json" | 76 + .../node_modules/isarray/test.js" | 20 + .../node_modules/mysql/Changes.md" | 569 + .../node_modules/mysql/License" | 19 + .../node_modules/mysql/Readme.md" | 1548 +++ .../node_modules/mysql/index.js" | 161 + .../node_modules/mysql/lib/Connection.js" | 529 + .../mysql/lib/ConnectionConfig.js" | 209 + .../node_modules/mysql/lib/Pool.js" | 294 + .../node_modules/mysql/lib/PoolCluster.js" | 288 + .../node_modules/mysql/lib/PoolConfig.js" | 32 + .../node_modules/mysql/lib/PoolConnection.js" | 65 + .../node_modules/mysql/lib/PoolNamespace.js" | 136 + .../node_modules/mysql/lib/PoolSelector.js" | 31 + .../node_modules/mysql/lib/protocol/Auth.js" | 168 + .../mysql/lib/protocol/BufferList.js" | 25 + .../mysql/lib/protocol/PacketHeader.js" | 5 + .../mysql/lib/protocol/PacketWriter.js" | 211 + .../mysql/lib/protocol/Parser.js" | 491 + .../mysql/lib/protocol/Protocol.js" | 463 + .../mysql/lib/protocol/ResultSet.js" | 7 + .../mysql/lib/protocol/SqlString.js" | 1 + .../node_modules/mysql/lib/protocol/Timer.js" | 33 + .../mysql/lib/protocol/constants/charsets.js" | 262 + .../mysql/lib/protocol/constants/client.js" | 26 + .../mysql/lib/protocol/constants/errors.js" | 2476 +++++ .../lib/protocol/constants/field_flags.js" | 18 + .../lib/protocol/constants/server_status.js" | 39 + .../lib/protocol/constants/ssl_profiles.js" | 1480 +++ .../mysql/lib/protocol/constants/types.js" | 72 + .../packets/AuthSwitchRequestPacket.js" | 20 + .../packets/AuthSwitchResponsePacket.js" | 14 + .../packets/ClientAuthenticationPacket.js" | 54 + .../protocol/packets/ComChangeUserPacket.js" | 26 + .../lib/protocol/packets/ComPingPacket.js" | 12 + .../lib/protocol/packets/ComQueryPacket.js" | 15 + .../lib/protocol/packets/ComQuitPacket.js" | 12 + .../protocol/packets/ComStatisticsPacket.js" | 12 + .../lib/protocol/packets/EmptyPacket.js" | 9 + .../mysql/lib/protocol/packets/EofPacket.js" | 25 + .../lib/protocol/packets/ErrorPacket.js" | 35 + .../mysql/lib/protocol/packets/Field.js" | 26 + .../lib/protocol/packets/FieldPacket.js" | 93 + .../packets/HandshakeInitializationPacket.js" | 103 + .../protocol/packets/LocalDataFilePacket.js" | 15 + .../packets/LocalInfileRequestPacket.js" | 21 + .../mysql/lib/protocol/packets/OkPacket.js" | 44 + .../protocol/packets/OldPasswordPacket.js" | 14 + .../packets/ResultSetHeaderPacket.js" | 14 + .../lib/protocol/packets/RowDataPacket.js" | 130 + .../lib/protocol/packets/SSLRequestPacket.js" | 27 + .../lib/protocol/packets/StatisticsPacket.js" | 20 + .../protocol/packets/UseOldPasswordPacket.js" | 14 + .../mysql/lib/protocol/packets/index.js" | 23 + .../lib/protocol/sequences/ChangeUser.js" | 67 + .../lib/protocol/sequences/Handshake.js" | 126 + .../mysql/lib/protocol/sequences/Ping.js" | 19 + .../mysql/lib/protocol/sequences/Query.js" | 228 + .../mysql/lib/protocol/sequences/Quit.js" | 40 + .../mysql/lib/protocol/sequences/Sequence.js" | 125 + .../lib/protocol/sequences/Statistics.js" | 30 + .../mysql/lib/protocol/sequences/index.js" | 7 + .../node_modules/mysql/package.json" | 98 + .../node_modules/nunjucks/CHANGELOG.md" | 736 ++ .../node_modules/nunjucks/LICENSE" | 26 + .../node_modules/nunjucks/README.md" | 58 + .../node_modules/nunjucks/bin/precompile" | 58 + .../node_modules/nunjucks/bin/precompile.cmd" | 5 + .../nunjucks/browser/nunjucks-slim.js" | 4263 ++++++++ .../nunjucks/browser/nunjucks-slim.js.map" | 1 + .../nunjucks/browser/nunjucks-slim.min.js" | 3 + .../browser/nunjucks-slim.min.js.map" | 1 + .../nunjucks/browser/nunjucks.js" | 8423 ++++++++++++++ .../nunjucks/browser/nunjucks.js.map" | 1 + .../nunjucks/browser/nunjucks.min.js" | 3 + .../nunjucks/browser/nunjucks.min.js.map" | 1 + .../node_modules/nunjucks/index.js" | 103 + .../node_modules/nunjucks/package.json" | 142 + .../node_modules/nunjucks/src/compiler.js" | 1449 +++ .../node_modules/nunjucks/src/environment.js" | 659 ++ .../node_modules/nunjucks/src/express-app.js" | 28 + .../node_modules/nunjucks/src/filters.js" | 680 ++ .../node_modules/nunjucks/src/globals.js" | 72 + .../nunjucks/src/jinja-compat.js" | 358 + .../node_modules/nunjucks/src/lexer.js" | 542 + .../node_modules/nunjucks/src/lib.js" | 417 + .../node_modules/nunjucks/src/loader.js" | 30 + .../node_modules/nunjucks/src/loaders.js" | 5 + .../nunjucks/src/node-loaders.js" | 177 + .../node_modules/nunjucks/src/nodes.js" | 394 + .../node_modules/nunjucks/src/object.js" | 129 + .../node_modules/nunjucks/src/parser.js" | 1267 +++ .../nunjucks/src/precompile-global.js" | 22 + .../node_modules/nunjucks/src/precompile.js" | 131 + .../nunjucks/src/precompiled-loader.js" | 41 + .../node_modules/nunjucks/src/runtime.js" | 405 + .../node_modules/nunjucks/src/tests.js" | 286 + .../node_modules/nunjucks/src/transformer.js" | 197 + .../node_modules/nunjucks/src/web-loaders.js" | 110 + .../process-nextick-args/index.js" | 45 + .../process-nextick-args/license.md" | 19 + .../process-nextick-args/package.json" | 53 + .../process-nextick-args/readme.md" | 18 + .../node_modules/readable-stream/.travis.yml" | 34 + .../readable-stream/CONTRIBUTING.md" | 38 + .../readable-stream/GOVERNANCE.md" | 136 + .../node_modules/readable-stream/LICENSE" | 47 + .../node_modules/readable-stream/README.md" | 58 + .../doc/wg-meetings/2015-01-30.md" | 60 + .../readable-stream/duplex-browser.js" | 1 + .../node_modules/readable-stream/duplex.js" | 1 + .../readable-stream/lib/_stream_duplex.js" | 131 + .../lib/_stream_passthrough.js" | 47 + .../readable-stream/lib/_stream_readable.js" | 1019 ++ .../readable-stream/lib/_stream_transform.js" | 214 + .../readable-stream/lib/_stream_writable.js" | 687 ++ .../lib/internal/streams/BufferList.js" | 79 + .../lib/internal/streams/destroy.js" | 74 + .../lib/internal/streams/stream-browser.js" | 1 + .../lib/internal/streams/stream.js" | 1 + .../readable-stream/package.json" | 84 + .../readable-stream/passthrough.js" | 1 + .../readable-stream/readable-browser.js" | 7 + .../node_modules/readable-stream/readable.js" | 19 + .../readable-stream/transform.js" | 1 + .../readable-stream/writable-browser.js" | 1 + .../node_modules/readable-stream/writable.js" | 8 + .../node_modules/safe-buffer/LICENSE" | 21 + .../node_modules/safe-buffer/README.md" | 584 + .../node_modules/safe-buffer/index.d.ts" | 187 + .../node_modules/safe-buffer/index.js" | 62 + .../node_modules/safe-buffer/package.json" | 67 + .../node_modules/sqlstring/HISTORY.md" | 43 + .../node_modules/sqlstring/LICENSE" | 19 + .../node_modules/sqlstring/README.md" | 206 + .../node_modules/sqlstring/index.js" | 1 + .../node_modules/sqlstring/lib/SqlString.js" | 237 + .../node_modules/sqlstring/package.json" | 101 + .../node_modules/string_decoder/.travis.yml" | 50 + .../node_modules/string_decoder/LICENSE" | 48 + .../node_modules/string_decoder/README.md" | 47 + .../string_decoder/lib/string_decoder.js" | 296 + .../node_modules/string_decoder/package.json" | 62 + .../node_modules/util-deprecate/History.md" | 16 + .../node_modules/util-deprecate/LICENSE" | 24 + .../node_modules/util-deprecate/README.md" | 53 + .../node_modules/util-deprecate/browser.js" | 67 + .../node_modules/util-deprecate/node.js" | 6 + .../node_modules/util-deprecate/package.json" | 59 + .../package-lock.json" | 111 + .../package.json" | 16 + .../untis/EecAndDec.js" | 15 + ...50\346\200\201\350\265\204\346\272\220.js" | 223 + .../yiqing.sql" | 52 + .../\344\275\234\344\270\232.md" | 2 + .../\351\227\262\350\201\212.md" | 6 + ...71\347\233\256\350\247\204\346\225\264.md" | 28 + .../.keep" | 0 .../config/db.js" | 18 + .../cookie.md" | 20 + .../home/.keep" | 0 .../home/controller/.keep" | 0 .../home/controller/BaseController.js" | 20 + .../home/controller/IndexController.js" | 119 + .../home/controller/UserController.js" | 51 + .../home/controller/index.js" | 79 + .../home/html/.keep" | 0 .../home/html/detail.html" | 9 + .../home/html/footer.html" | 5 + .../home/html/header.html" | 10 + .../home/html/index.html" | 10 + .../home/html/login.html" | 16 + .../home/html/userReg.html" | 21 + .../model/.keep" | 0 .../model/Base.js" | 60 + .../model/UserModel.js" | 20 + .../node_modules/.bin/nunjucks-precompile" | 15 + .../.bin/nunjucks-precompile.cmd" | 7 + .../node_modules/a-sync-waterfall/LICENSE" | 21 + .../node_modules/a-sync-waterfall/README.md" | 95 + .../node_modules/a-sync-waterfall/index.js" | 83 + .../a-sync-waterfall/package.json" | 53 + .../node_modules/a-sync-waterfall/test.js" | 77 + .../node_modules/asap/CHANGES.md" | 70 + .../node_modules/asap/LICENSE.md" | 21 + .../node_modules/asap/README.md" | 237 + .../node_modules/asap/asap.js" | 65 + .../node_modules/asap/browser-asap.js" | 66 + .../node_modules/asap/browser-raw.js" | 223 + .../node_modules/asap/package.json" | 87 + .../node_modules/asap/raw.js" | 101 + .../node_modules/bignumber.js/CHANGELOG.md" | 266 + .../node_modules/bignumber.js/LICENCE" | 23 + .../node_modules/bignumber.js/README.md" | 268 + .../node_modules/bignumber.js/bignumber.d.ts" | 1829 ++++ .../node_modules/bignumber.js/bignumber.js" | 2902 +++++ .../bignumber.js/bignumber.min.js" | 1 + .../bignumber.js/bignumber.min.js.map" | 1 + .../node_modules/bignumber.js/bignumber.mjs" | 2888 +++++ .../node_modules/bignumber.js/doc/API.html" | 2237 ++++ .../node_modules/bignumber.js/package.json" | 72 + .../node_modules/commander/CHANGELOG.md" | 385 + .../node_modules/commander/LICENSE" | 22 + .../node_modules/commander/Readme.md" | 737 ++ .../node_modules/commander/index.js" | 1756 +++ .../node_modules/commander/package.json" | 80 + .../commander/typings/index.d.ts" | 386 + .../node_modules/core-util-is/LICENSE" | 19 + .../node_modules/core-util-is/README.md" | 3 + .../node_modules/core-util-is/lib/util.js" | 107 + .../node_modules/core-util-is/package.json" | 71 + .../node_modules/crypto/README.md" | 7 + .../node_modules/crypto/package.json" | 45 + .../node_modules/inherits/LICENSE" | 16 + .../node_modules/inherits/README.md" | 42 + .../node_modules/inherits/inherits.js" | 9 + .../inherits/inherits_browser.js" | 27 + .../node_modules/inherits/package.json" | 64 + .../node_modules/isarray/.npmignore" | 1 + .../node_modules/isarray/.travis.yml" | 4 + .../node_modules/isarray/Makefile" | 6 + .../node_modules/isarray/README.md" | 60 + .../node_modules/isarray/component.json" | 19 + .../node_modules/isarray/index.js" | 5 + .../node_modules/isarray/package.json" | 76 + .../node_modules/isarray/test.js" | 20 + .../node_modules/mysql/Changes.md" | 569 + .../node_modules/mysql/License" | 19 + .../node_modules/mysql/Readme.md" | 1548 +++ .../node_modules/mysql/index.js" | 161 + .../node_modules/mysql/lib/Connection.js" | 529 + .../mysql/lib/ConnectionConfig.js" | 209 + .../node_modules/mysql/lib/Pool.js" | 294 + .../node_modules/mysql/lib/PoolCluster.js" | 288 + .../node_modules/mysql/lib/PoolConfig.js" | 32 + .../node_modules/mysql/lib/PoolConnection.js" | 65 + .../node_modules/mysql/lib/PoolNamespace.js" | 136 + .../node_modules/mysql/lib/PoolSelector.js" | 31 + .../node_modules/mysql/lib/protocol/Auth.js" | 168 + .../mysql/lib/protocol/BufferList.js" | 25 + .../mysql/lib/protocol/PacketHeader.js" | 5 + .../mysql/lib/protocol/PacketWriter.js" | 211 + .../mysql/lib/protocol/Parser.js" | 491 + .../mysql/lib/protocol/Protocol.js" | 463 + .../mysql/lib/protocol/ResultSet.js" | 7 + .../mysql/lib/protocol/SqlString.js" | 1 + .../node_modules/mysql/lib/protocol/Timer.js" | 33 + .../mysql/lib/protocol/constants/charsets.js" | 262 + .../mysql/lib/protocol/constants/client.js" | 26 + .../mysql/lib/protocol/constants/errors.js" | 2476 +++++ .../lib/protocol/constants/field_flags.js" | 18 + .../lib/protocol/constants/server_status.js" | 39 + .../lib/protocol/constants/ssl_profiles.js" | 1480 +++ .../mysql/lib/protocol/constants/types.js" | 72 + .../packets/AuthSwitchRequestPacket.js" | 20 + .../packets/AuthSwitchResponsePacket.js" | 14 + .../packets/ClientAuthenticationPacket.js" | 54 + .../protocol/packets/ComChangeUserPacket.js" | 26 + .../lib/protocol/packets/ComPingPacket.js" | 12 + .../lib/protocol/packets/ComQueryPacket.js" | 15 + .../lib/protocol/packets/ComQuitPacket.js" | 12 + .../protocol/packets/ComStatisticsPacket.js" | 12 + .../lib/protocol/packets/EmptyPacket.js" | 9 + .../mysql/lib/protocol/packets/EofPacket.js" | 25 + .../lib/protocol/packets/ErrorPacket.js" | 35 + .../mysql/lib/protocol/packets/Field.js" | 26 + .../lib/protocol/packets/FieldPacket.js" | 93 + .../packets/HandshakeInitializationPacket.js" | 103 + .../protocol/packets/LocalDataFilePacket.js" | 15 + .../packets/LocalInfileRequestPacket.js" | 21 + .../mysql/lib/protocol/packets/OkPacket.js" | 44 + .../protocol/packets/OldPasswordPacket.js" | 14 + .../packets/ResultSetHeaderPacket.js" | 14 + .../lib/protocol/packets/RowDataPacket.js" | 130 + .../lib/protocol/packets/SSLRequestPacket.js" | 27 + .../lib/protocol/packets/StatisticsPacket.js" | 20 + .../protocol/packets/UseOldPasswordPacket.js" | 14 + .../mysql/lib/protocol/packets/index.js" | 23 + .../lib/protocol/sequences/ChangeUser.js" | 67 + .../lib/protocol/sequences/Handshake.js" | 126 + .../mysql/lib/protocol/sequences/Ping.js" | 19 + .../mysql/lib/protocol/sequences/Query.js" | 228 + .../mysql/lib/protocol/sequences/Quit.js" | 40 + .../mysql/lib/protocol/sequences/Sequence.js" | 125 + .../lib/protocol/sequences/Statistics.js" | 30 + .../mysql/lib/protocol/sequences/index.js" | 7 + .../node_modules/mysql/package.json" | 98 + .../node_modules/nunjucks/CHANGELOG.md" | 736 ++ .../node_modules/nunjucks/LICENSE" | 26 + .../node_modules/nunjucks/README.md" | 58 + .../node_modules/nunjucks/bin/precompile" | 58 + .../node_modules/nunjucks/bin/precompile.cmd" | 5 + .../nunjucks/browser/nunjucks-slim.js" | 4263 ++++++++ .../nunjucks/browser/nunjucks-slim.js.map" | 1 + .../nunjucks/browser/nunjucks-slim.min.js" | 3 + .../browser/nunjucks-slim.min.js.map" | 1 + .../nunjucks/browser/nunjucks.js" | 8423 ++++++++++++++ .../nunjucks/browser/nunjucks.js.map" | 1 + .../nunjucks/browser/nunjucks.min.js" | 3 + .../nunjucks/browser/nunjucks.min.js.map" | 1 + .../node_modules/nunjucks/index.js" | 103 + .../node_modules/nunjucks/package.json" | 142 + .../node_modules/nunjucks/src/compiler.js" | 1449 +++ .../node_modules/nunjucks/src/environment.js" | 659 ++ .../node_modules/nunjucks/src/express-app.js" | 28 + .../node_modules/nunjucks/src/filters.js" | 680 ++ .../node_modules/nunjucks/src/globals.js" | 72 + .../nunjucks/src/jinja-compat.js" | 358 + .../node_modules/nunjucks/src/lexer.js" | 542 + .../node_modules/nunjucks/src/lib.js" | 417 + .../node_modules/nunjucks/src/loader.js" | 30 + .../node_modules/nunjucks/src/loaders.js" | 5 + .../nunjucks/src/node-loaders.js" | 177 + .../node_modules/nunjucks/src/nodes.js" | 394 + .../node_modules/nunjucks/src/object.js" | 129 + .../node_modules/nunjucks/src/parser.js" | 1267 +++ .../nunjucks/src/precompile-global.js" | 22 + .../node_modules/nunjucks/src/precompile.js" | 131 + .../nunjucks/src/precompiled-loader.js" | 41 + .../node_modules/nunjucks/src/runtime.js" | 405 + .../node_modules/nunjucks/src/tests.js" | 286 + .../node_modules/nunjucks/src/transformer.js" | 197 + .../node_modules/nunjucks/src/web-loaders.js" | 110 + .../process-nextick-args/index.js" | 45 + .../process-nextick-args/license.md" | 19 + .../process-nextick-args/package.json" | 53 + .../process-nextick-args/readme.md" | 18 + .../node_modules/readable-stream/.travis.yml" | 34 + .../readable-stream/CONTRIBUTING.md" | 38 + .../readable-stream/GOVERNANCE.md" | 136 + .../node_modules/readable-stream/LICENSE" | 47 + .../node_modules/readable-stream/README.md" | 58 + .../doc/wg-meetings/2015-01-30.md" | 60 + .../readable-stream/duplex-browser.js" | 1 + .../node_modules/readable-stream/duplex.js" | 1 + .../readable-stream/lib/_stream_duplex.js" | 131 + .../lib/_stream_passthrough.js" | 47 + .../readable-stream/lib/_stream_readable.js" | 1019 ++ .../readable-stream/lib/_stream_transform.js" | 214 + .../readable-stream/lib/_stream_writable.js" | 687 ++ .../lib/internal/streams/BufferList.js" | 79 + .../lib/internal/streams/destroy.js" | 74 + .../lib/internal/streams/stream-browser.js" | 1 + .../lib/internal/streams/stream.js" | 1 + .../readable-stream/package.json" | 84 + .../readable-stream/passthrough.js" | 1 + .../readable-stream/readable-browser.js" | 7 + .../node_modules/readable-stream/readable.js" | 19 + .../readable-stream/transform.js" | 1 + .../readable-stream/writable-browser.js" | 1 + .../node_modules/readable-stream/writable.js" | 8 + .../node_modules/safe-buffer/LICENSE" | 21 + .../node_modules/safe-buffer/README.md" | 584 + .../node_modules/safe-buffer/index.d.ts" | 187 + .../node_modules/safe-buffer/index.js" | 62 + .../node_modules/safe-buffer/package.json" | 67 + .../node_modules/sqlstring/HISTORY.md" | 43 + .../node_modules/sqlstring/LICENSE" | 19 + .../node_modules/sqlstring/README.md" | 206 + .../node_modules/sqlstring/index.js" | 1 + .../node_modules/sqlstring/lib/SqlString.js" | 237 + .../node_modules/sqlstring/package.json" | 101 + .../node_modules/string_decoder/.travis.yml" | 50 + .../node_modules/string_decoder/LICENSE" | 48 + .../node_modules/string_decoder/README.md" | 47 + .../string_decoder/lib/string_decoder.js" | 296 + .../node_modules/string_decoder/package.json" | 62 + .../node_modules/util-deprecate/History.md" | 16 + .../node_modules/util-deprecate/LICENSE" | 24 + .../node_modules/util-deprecate/README.md" | 53 + .../node_modules/util-deprecate/browser.js" | 67 + .../node_modules/util-deprecate/node.js" | 6 + .../node_modules/util-deprecate/package.json" | 59 + .../package-lock.json" | 111 + .../package.json" | 16 + .../untis/EecAndDec.js" | 15 + ...50\346\200\201\350\265\204\346\272\220.js" | 176 + .../yiqing.sql" | 52 + .../\344\275\234\344\270\232.md" | 1 + .../\351\227\262\350\201\212.md" | 5 + ...71\347\233\256\350\247\204\346\225\264.md" | 13 + .../.keep" | 0 .../home/.keep" | 0 .../home/controller/.keep" | 0 .../home/controller/BaseController.js" | 20 + .../home/controller/IndexController.js" | 119 + .../home/controller/index.js" | 79 + .../home/html/.keep" | 0 .../home/html/detail.html" | 22 + .../home/html/index.html" | 22 + .../model/.keep" | 0 .../model/base.js" | 46 + ...50\346\200\201\350\265\204\346\272\220.js" | 149 + .../yiqing.sql" | 52 + ...2\345\273\272\346\241\206\346\236\2661.js" | 178 + .../.keep" | 0 .../app.js" | 72 + .../china.html" | 27 + .../mvc.js" | 40 + .../mvc\346\225\264\346\224\271/ThikNode.js" | 36 + .../.keep" | 0 .../ThinkNode.js" | 218 + .../app.js" | 36 + .../config/application.js" | 5 + .../config/db.js" | 18 + .../cookie.md" | 20 + .../expressdemo.js" | 37 + .../favicon.ico" | 0 .../home/.keep" | 0 .../home/controller/.keep" | 0 .../home/controller/BaseController.js" | 42 + .../home/controller/IndexController.js" | 124 + .../home/controller/UserController.js" | 69 + .../home/controller/index.js" | 79 + .../home/html/.keep" | 0 .../home/html/detail.html" | 9 + .../home/html/footer.html" | 5 + .../home/html/header.html" | 10 + .../home/html/index.html" | 10 + .../home/html/login.html" | 86 + .../home/html/userReg.html" | 89 + .../home/imgs/\345\277\231\347\242\214.png" | Bin 0 -> 59292 bytes .../home/imgs/\346\210\220\345\212\237.png" | Bin 0 -> 50569 bytes .../\346\212\223\350\231\253\345\255\220.png" | Bin 0 -> 60980 bytes .../\346\270\270\346\263\263\345\234\210.png" | Bin 0 -> 58649 bytes .../home/imgs/\347\234\213\344\271\246.png" | Bin 0 -> 51219 bytes .../home/imgs/\350\207\252\346\213\215.png" | Bin 0 -> 47611 bytes .../model/.keep" | 0 .../model/Base.js" | 169 + .../model/UserModel.js" | 20 + .../node_modules/.bin/nunjucks-precompile" | 15 + .../.bin/nunjucks-precompile.cmd" | 7 + .../node_modules/.bin/sshpk-conv" | 15 + .../node_modules/.bin/sshpk-conv.cmd" | 7 + .../node_modules/.bin/sshpk-sign" | 15 + .../node_modules/.bin/sshpk-sign.cmd" | 7 + .../node_modules/.bin/sshpk-verify" | 15 + .../node_modules/.bin/sshpk-verify.cmd" | 7 + .../node_modules/.bin/uuid" | 15 + .../node_modules/.bin/uuid.cmd" | 7 + .../node_modules/a-sync-waterfall/LICENSE" | 21 + .../node_modules/a-sync-waterfall/README.md" | 95 + .../node_modules/a-sync-waterfall/index.js" | 83 + .../a-sync-waterfall/package.json" | 53 + .../node_modules/a-sync-waterfall/test.js" | 77 + .../node_modules/ajv/.tonic_example.js" | 20 + .../node_modules/ajv/LICENSE" | 22 + .../node_modules/ajv/README.md" | 1497 +++ .../node_modules/ajv/dist/ajv.bundle.js" | 7189 ++++++++++++ .../node_modules/ajv/dist/ajv.min.js" | 3 + .../node_modules/ajv/dist/ajv.min.js.map" | 1 + .../node_modules/ajv/lib/ajv.d.ts" | 397 + .../node_modules/ajv/lib/ajv.js" | 506 + .../node_modules/ajv/lib/cache.js" | 26 + .../node_modules/ajv/lib/compile/async.js" | 90 + .../node_modules/ajv/lib/compile/equal.js" | 5 + .../ajv/lib/compile/error_classes.js" | 34 + .../node_modules/ajv/lib/compile/formats.js" | 142 + .../node_modules/ajv/lib/compile/index.js" | 387 + .../node_modules/ajv/lib/compile/resolve.js" | 270 + .../node_modules/ajv/lib/compile/rules.js" | 66 + .../ajv/lib/compile/schema_obj.js" | 9 + .../ajv/lib/compile/ucs2length.js" | 20 + .../node_modules/ajv/lib/compile/util.js" | 239 + .../node_modules/ajv/lib/data.js" | 49 + .../ajv/lib/definition_schema.js" | 37 + .../node_modules/ajv/lib/dot/_limit.jst" | 113 + .../node_modules/ajv/lib/dot/_limitItems.jst" | 12 + .../ajv/lib/dot/_limitLength.jst" | 12 + .../ajv/lib/dot/_limitProperties.jst" | 12 + .../node_modules/ajv/lib/dot/allOf.jst" | 32 + .../node_modules/ajv/lib/dot/anyOf.jst" | 46 + .../node_modules/ajv/lib/dot/coerce.def" | 51 + .../node_modules/ajv/lib/dot/comment.jst" | 9 + .../node_modules/ajv/lib/dot/const.jst" | 11 + .../node_modules/ajv/lib/dot/contains.jst" | 55 + .../node_modules/ajv/lib/dot/custom.jst" | 191 + .../node_modules/ajv/lib/dot/defaults.def" | 47 + .../node_modules/ajv/lib/dot/definitions.def" | 203 + .../ajv/lib/dot/dependencies.jst" | 79 + .../node_modules/ajv/lib/dot/enum.jst" | 30 + .../node_modules/ajv/lib/dot/errors.def" | 194 + .../node_modules/ajv/lib/dot/format.jst" | 106 + .../node_modules/ajv/lib/dot/if.jst" | 73 + .../node_modules/ajv/lib/dot/items.jst" | 98 + .../node_modules/ajv/lib/dot/missing.def" | 39 + .../node_modules/ajv/lib/dot/multipleOf.jst" | 22 + .../node_modules/ajv/lib/dot/not.jst" | 43 + .../node_modules/ajv/lib/dot/oneOf.jst" | 54 + .../node_modules/ajv/lib/dot/pattern.jst" | 14 + .../node_modules/ajv/lib/dot/properties.jst" | 245 + .../ajv/lib/dot/propertyNames.jst" | 52 + .../node_modules/ajv/lib/dot/ref.jst" | 85 + .../node_modules/ajv/lib/dot/required.jst" | 108 + .../node_modules/ajv/lib/dot/uniqueItems.jst" | 62 + .../node_modules/ajv/lib/dot/validate.jst" | 276 + .../node_modules/ajv/lib/dotjs/README.md" | 3 + .../node_modules/ajv/lib/dotjs/_limit.js" | 163 + .../ajv/lib/dotjs/_limitItems.js" | 80 + .../ajv/lib/dotjs/_limitLength.js" | 85 + .../ajv/lib/dotjs/_limitProperties.js" | 80 + .../node_modules/ajv/lib/dotjs/allOf.js" | 42 + .../node_modules/ajv/lib/dotjs/anyOf.js" | 73 + .../node_modules/ajv/lib/dotjs/comment.js" | 14 + .../node_modules/ajv/lib/dotjs/const.js" | 56 + .../node_modules/ajv/lib/dotjs/contains.js" | 81 + .../node_modules/ajv/lib/dotjs/custom.js" | 228 + .../ajv/lib/dotjs/dependencies.js" | 168 + .../node_modules/ajv/lib/dotjs/enum.js" | 66 + .../node_modules/ajv/lib/dotjs/format.js" | 150 + .../node_modules/ajv/lib/dotjs/if.js" | 103 + .../node_modules/ajv/lib/dotjs/index.js" | 33 + .../node_modules/ajv/lib/dotjs/items.js" | 140 + .../node_modules/ajv/lib/dotjs/multipleOf.js" | 80 + .../node_modules/ajv/lib/dotjs/not.js" | 84 + .../node_modules/ajv/lib/dotjs/oneOf.js" | 73 + .../node_modules/ajv/lib/dotjs/pattern.js" | 75 + .../node_modules/ajv/lib/dotjs/properties.js" | 335 + .../ajv/lib/dotjs/propertyNames.js" | 81 + .../node_modules/ajv/lib/dotjs/ref.js" | 124 + .../node_modules/ajv/lib/dotjs/required.js" | 270 + .../ajv/lib/dotjs/uniqueItems.js" | 86 + .../node_modules/ajv/lib/dotjs/validate.js" | 482 + .../node_modules/ajv/lib/keyword.js" | 146 + .../node_modules/ajv/lib/refs/data.json" | 17 + .../ajv/lib/refs/json-schema-draft-04.json" | 149 + .../ajv/lib/refs/json-schema-draft-06.json" | 154 + .../ajv/lib/refs/json-schema-draft-07.json" | 168 + .../ajv/lib/refs/json-schema-secure.json" | 94 + .../node_modules/ajv/package.json" | 133 + .../node_modules/ajv/scripts/.eslintrc.yml" | 3 + .../node_modules/ajv/scripts/bundle.js" | 61 + .../node_modules/ajv/scripts/compile-dots.js" | 73 + .../node_modules/ajv/scripts/info" | 10 + .../node_modules/ajv/scripts/prepare-tests" | 12 + .../ajv/scripts/publish-built-version" | 32 + .../node_modules/ajv/scripts/travis-gh-pages" | 23 + .../node_modules/asap/CHANGES.md" | 70 + .../node_modules/asap/LICENSE.md" | 21 + .../node_modules/asap/README.md" | 237 + .../node_modules/asap/asap.js" | 65 + .../node_modules/asap/browser-asap.js" | 66 + .../node_modules/asap/browser-raw.js" | 223 + .../node_modules/asap/package.json" | 87 + .../node_modules/asap/raw.js" | 101 + .../node_modules/asn1/Jenkinsfile" | 65 + .../node_modules/asn1/LICENSE" | 19 + .../node_modules/asn1/README.md" | 50 + .../node_modules/asn1/lib/ber/errors.js" | 13 + .../node_modules/asn1/lib/ber/index.js" | 27 + .../node_modules/asn1/lib/ber/reader.js" | 262 + .../node_modules/asn1/lib/ber/types.js" | 36 + .../node_modules/asn1/lib/ber/writer.js" | 317 + .../node_modules/asn1/lib/index.js" | 20 + .../node_modules/asn1/package.json" | 75 + .../node_modules/assert-plus/AUTHORS" | 6 + .../node_modules/assert-plus/CHANGES.md" | 14 + .../node_modules/assert-plus/README.md" | 162 + .../node_modules/assert-plus/assert.js" | 211 + .../node_modules/assert-plus/package.json" | 87 + .../node_modules/asynckit/LICENSE" | 21 + .../node_modules/asynckit/README.md" | 233 + .../node_modules/asynckit/bench.js" | 76 + .../node_modules/asynckit/index.js" | 6 + .../node_modules/asynckit/lib/abort.js" | 29 + .../node_modules/asynckit/lib/async.js" | 34 + .../node_modules/asynckit/lib/defer.js" | 26 + .../node_modules/asynckit/lib/iterate.js" | 75 + .../asynckit/lib/readable_asynckit.js" | 91 + .../asynckit/lib/readable_parallel.js" | 25 + .../asynckit/lib/readable_serial.js" | 25 + .../asynckit/lib/readable_serial_ordered.js" | 29 + .../node_modules/asynckit/lib/state.js" | 37 + .../node_modules/asynckit/lib/streamify.js" | 141 + .../node_modules/asynckit/lib/terminator.js" | 29 + .../node_modules/asynckit/package.json" | 91 + .../node_modules/asynckit/parallel.js" | 43 + .../node_modules/asynckit/serial.js" | 17 + .../node_modules/asynckit/serialOrdered.js" | 75 + .../node_modules/asynckit/stream.js" | 21 + .../node_modules/aws-sign2/LICENSE" | 55 + .../node_modules/aws-sign2/README.md" | 4 + .../node_modules/aws-sign2/index.js" | 212 + .../node_modules/aws-sign2/package.json" | 50 + .../node_modules/aws4/.github/FUNDING.yml" | 3 + .../node_modules/aws4/.travis.yml" | 9 + .../node_modules/aws4/LICENSE" | 19 + .../node_modules/aws4/README.md" | 183 + .../node_modules/aws4/aws4.js" | 373 + .../node_modules/aws4/lru.js" | 96 + .../node_modules/aws4/package.json" | 53 + .../bcrypt-pbkdf/CONTRIBUTING.md" | 13 + .../node_modules/bcrypt-pbkdf/LICENSE" | 66 + .../node_modules/bcrypt-pbkdf/README.md" | 45 + .../node_modules/bcrypt-pbkdf/index.js" | 556 + .../node_modules/bcrypt-pbkdf/package.json" | 44 + .../node_modules/bignumber.js/CHANGELOG.md" | 266 + .../node_modules/bignumber.js/LICENCE" | 23 + .../node_modules/bignumber.js/README.md" | 268 + .../node_modules/bignumber.js/bignumber.d.ts" | 1829 ++++ .../node_modules/bignumber.js/bignumber.js" | 2902 +++++ .../bignumber.js/bignumber.min.js" | 1 + .../bignumber.js/bignumber.min.js.map" | 1 + .../node_modules/bignumber.js/bignumber.mjs" | 2888 +++++ .../node_modules/bignumber.js/doc/API.html" | 2237 ++++ .../node_modules/bignumber.js/package.json" | 72 + .../node_modules/caseless/LICENSE" | 28 + .../node_modules/caseless/README.md" | 45 + .../node_modules/caseless/index.js" | 67 + .../node_modules/caseless/package.json" | 56 + .../node_modules/caseless/test.js" | 67 + .../node_modules/combined-stream/License" | 19 + .../node_modules/combined-stream/Readme.md" | 138 + .../combined-stream/lib/combined_stream.js" | 208 + .../combined-stream/package.json" | 58 + .../node_modules/combined-stream/yarn.lock" | 17 + .../node_modules/commander/CHANGELOG.md" | 385 + .../node_modules/commander/LICENSE" | 22 + .../node_modules/commander/Readme.md" | 737 ++ .../node_modules/commander/index.js" | 1756 +++ .../node_modules/commander/package.json" | 80 + .../commander/typings/index.d.ts" | 386 + .../node_modules/core-util-is/LICENSE" | 19 + .../node_modules/core-util-is/README.md" | 3 + .../node_modules/core-util-is/lib/util.js" | 107 + .../node_modules/core-util-is/package.json" | 71 + .../node_modules/crypto/README.md" | 7 + .../node_modules/crypto/package.json" | 45 + .../node_modules/dashdash/CHANGES.md" | 364 + .../node_modules/dashdash/LICENSE.txt" | 24 + .../node_modules/dashdash/README.md" | 574 + .../dashdash/etc/dashdash.bash_completion.in" | 389 + .../node_modules/dashdash/lib/dashdash.js" | 1055 ++ .../node_modules/dashdash/package.json" | 67 + .../node_modules/delayed-stream/.npmignore" | 1 + .../node_modules/delayed-stream/License" | 19 + .../node_modules/delayed-stream/Makefile" | 7 + .../node_modules/delayed-stream/Readme.md" | 141 + .../delayed-stream/lib/delayed_stream.js" | 107 + .../node_modules/delayed-stream/package.json" | 62 + .../node_modules/ecc-jsbn/LICENSE" | 21 + .../node_modules/ecc-jsbn/README.md" | 8 + .../node_modules/ecc-jsbn/index.js" | 58 + .../node_modules/ecc-jsbn/lib/LICENSE-jsbn" | 40 + .../node_modules/ecc-jsbn/lib/ec.js" | 561 + .../node_modules/ecc-jsbn/lib/sec.js" | 170 + .../node_modules/ecc-jsbn/package.json" | 65 + .../node_modules/ecc-jsbn/test.js" | 14 + .../node_modules/extend/.editorconfig" | 20 + .../node_modules/extend/.eslintrc" | 17 + .../node_modules/extend/.jscs.json" | 175 + .../node_modules/extend/.travis.yml" | 230 + .../node_modules/extend/CHANGELOG.md" | 83 + .../node_modules/extend/LICENSE" | 23 + .../node_modules/extend/README.md" | 81 + .../node_modules/extend/component.json" | 32 + .../node_modules/extend/index.js" | 117 + .../node_modules/extend/package.json" | 75 + .../node_modules/extsprintf/.gitmodules" | 0 .../node_modules/extsprintf/.npmignore" | 2 + .../node_modules/extsprintf/LICENSE" | 19 + .../node_modules/extsprintf/Makefile" | 24 + .../node_modules/extsprintf/Makefile.targ" | 285 + .../node_modules/extsprintf/README.md" | 46 + .../node_modules/extsprintf/jsl.node.conf" | 137 + .../extsprintf/lib/extsprintf.js" | 183 + .../node_modules/extsprintf/package.json" | 44 + .../node_modules/fast-deep-equal/LICENSE" | 21 + .../node_modules/fast-deep-equal/README.md" | 96 + .../fast-deep-equal/es6/index.d.ts" | 2 + .../fast-deep-equal/es6/index.js" | 72 + .../fast-deep-equal/es6/react.d.ts" | 2 + .../fast-deep-equal/es6/react.js" | 79 + .../node_modules/fast-deep-equal/index.d.ts" | 4 + .../node_modules/fast-deep-equal/index.js" | 46 + .../fast-deep-equal/package.json" | 88 + .../node_modules/fast-deep-equal/react.d.ts" | 2 + .../node_modules/fast-deep-equal/react.js" | 53 + .../fast-json-stable-stringify/.eslintrc.yml" | 26 + .../.github/FUNDING.yml" | 1 + .../fast-json-stable-stringify/.travis.yml" | 8 + .../fast-json-stable-stringify/LICENSE" | 21 + .../fast-json-stable-stringify/README.md" | 131 + .../benchmark/index.js" | 31 + .../benchmark/test.json" | 137 + .../example/key_cmp.js" | 7 + .../example/nested.js" | 3 + .../example/str.js" | 3 + .../example/value_cmp.js" | 7 + .../fast-json-stable-stringify/index.d.ts" | 4 + .../fast-json-stable-stringify/index.js" | 59 + .../fast-json-stable-stringify/package.json" | 80 + .../fast-json-stable-stringify/test/cmp.js" | 13 + .../test/nested.js" | 44 + .../fast-json-stable-stringify/test/str.js" | 46 + .../test/to-json.js" | 22 + .../node_modules/forever-agent/LICENSE" | 55 + .../node_modules/forever-agent/README.md" | 4 + .../node_modules/forever-agent/index.js" | 138 + .../node_modules/forever-agent/package.json" | 50 + .../node_modules/form-data/License" | 19 + .../node_modules/form-data/README.md" | 234 + .../node_modules/form-data/README.md.bak" | 234 + .../node_modules/form-data/lib/browser.js" | 2 + .../node_modules/form-data/lib/form_data.js" | 457 + .../node_modules/form-data/lib/populate.js" | 10 + .../node_modules/form-data/package.json" | 98 + .../node_modules/form-data/yarn.lock" | 2662 +++++ .../node_modules/getpass/.npmignore" | 8 + .../node_modules/getpass/.travis.yml" | 9 + .../node_modules/getpass/LICENSE" | 18 + .../node_modules/getpass/README.md" | 32 + .../node_modules/getpass/lib/index.js" | 123 + .../node_modules/getpass/package.json" | 50 + .../node_modules/har-schema/LICENSE" | 13 + .../node_modules/har-schema/README.md" | 49 + .../har-schema/lib/afterRequest.json" | 30 + .../har-schema/lib/beforeRequest.json" | 30 + .../node_modules/har-schema/lib/browser.json" | 20 + .../node_modules/har-schema/lib/cache.json" | 21 + .../node_modules/har-schema/lib/content.json" | 29 + .../node_modules/har-schema/lib/cookie.json" | 36 + .../node_modules/har-schema/lib/creator.json" | 20 + .../node_modules/har-schema/lib/entry.json" | 53 + .../node_modules/har-schema/lib/har.json" | 13 + .../node_modules/har-schema/lib/header.json" | 20 + .../node_modules/har-schema/lib/index.js" | 22 + .../node_modules/har-schema/lib/log.json" | 36 + .../node_modules/har-schema/lib/page.json" | 32 + .../har-schema/lib/pageTimings.json" | 18 + .../har-schema/lib/postData.json" | 43 + .../node_modules/har-schema/lib/query.json" | 20 + .../node_modules/har-schema/lib/request.json" | 57 + .../har-schema/lib/response.json" | 54 + .../node_modules/har-schema/lib/timings.json" | 42 + .../node_modules/har-schema/package.json" | 86 + .../node_modules/har-validator/LICENSE" | 9 + .../node_modules/har-validator/README.md" | 43 + .../node_modules/har-validator/lib/async.js" | 105 + .../node_modules/har-validator/lib/error.js" | 17 + .../har-validator/lib/promise.js" | 102 + .../node_modules/har-validator/package.json" | 72 + .../http-signature/.dir-locals.el" | 6 + .../node_modules/http-signature/.npmignore" | 7 + .../node_modules/http-signature/CHANGES.md" | 46 + .../node_modules/http-signature/LICENSE" | 18 + .../node_modules/http-signature/README.md" | 79 + .../http-signature/http_signing.md" | 363 + .../node_modules/http-signature/lib/index.js" | 29 + .../http-signature/lib/parser.js" | 315 + .../http-signature/lib/signer.js" | 401 + .../node_modules/http-signature/lib/utils.js" | 112 + .../http-signature/lib/verify.js" | 88 + .../node_modules/http-signature/package.json" | 77 + .../node_modules/inherits/LICENSE" | 16 + .../node_modules/inherits/README.md" | 42 + .../node_modules/inherits/inherits.js" | 9 + .../inherits/inherits_browser.js" | 27 + .../node_modules/inherits/package.json" | 64 + .../node_modules/is-typedarray/LICENSE.md" | 18 + .../node_modules/is-typedarray/README.md" | 16 + .../node_modules/is-typedarray/index.js" | 41 + .../node_modules/is-typedarray/package.json" | 59 + .../node_modules/is-typedarray/test.js" | 34 + .../node_modules/isarray/.npmignore" | 1 + .../node_modules/isarray/.travis.yml" | 4 + .../node_modules/isarray/Makefile" | 6 + .../node_modules/isarray/README.md" | 60 + .../node_modules/isarray/component.json" | 19 + .../node_modules/isarray/index.js" | 5 + .../node_modules/isarray/package.json" | 76 + .../node_modules/isarray/test.js" | 20 + .../node_modules/isstream/.jshintrc" | 59 + .../node_modules/isstream/.npmignore" | 1 + .../node_modules/isstream/.travis.yml" | 12 + .../node_modules/isstream/LICENSE.md" | 11 + .../node_modules/isstream/README.md" | 66 + .../node_modules/isstream/isstream.js" | 27 + .../node_modules/isstream/package.json" | 61 + .../node_modules/isstream/test.js" | 168 + .../node_modules/jsbn/.npmignore" | 2 + .../node_modules/jsbn/LICENSE" | 40 + .../node_modules/jsbn/README.md" | 175 + .../node_modules/jsbn/example.html" | 12 + .../node_modules/jsbn/example.js" | 3 + .../node_modules/jsbn/index.js" | 1357 +++ .../node_modules/jsbn/package.json" | 53 + .../json-schema-traverse/.eslintrc.yml" | 27 + .../json-schema-traverse/.travis.yml" | 8 + .../json-schema-traverse/LICENSE" | 21 + .../json-schema-traverse/README.md" | 83 + .../json-schema-traverse/index.js" | 89 + .../json-schema-traverse/package.json" | 70 + .../json-schema-traverse/spec/.eslintrc.yml" | 6 + .../spec/fixtures/schema.js" | 125 + .../json-schema-traverse/spec/index.spec.js" | 171 + .../node_modules/json-schema/LICENSE" | 195 + .../node_modules/json-schema/README.md" | 3 + .../node_modules/json-schema/lib/links.js" | 65 + .../node_modules/json-schema/lib/validate.js" | 271 + .../node_modules/json-schema/package.json" | 65 + .../json-stringify-safe/.npmignore" | 1 + .../json-stringify-safe/CHANGELOG.md" | 14 + .../node_modules/json-stringify-safe/LICENSE" | 15 + .../json-stringify-safe/Makefile" | 35 + .../json-stringify-safe/README.md" | 52 + .../json-stringify-safe/package.json" | 66 + .../json-stringify-safe/stringify.js" | 27 + .../json-stringify-safe/test/mocha.opts" | 2 + .../test/stringify_test.js" | 246 + .../node_modules/jsprim/CHANGES.md" | 53 + .../node_modules/jsprim/CONTRIBUTING.md" | 19 + .../node_modules/jsprim/LICENSE" | 19 + .../node_modules/jsprim/README.md" | 287 + .../node_modules/jsprim/lib/jsprim.js" | 735 ++ .../node_modules/jsprim/package.json" | 49 + .../node_modules/mime-db/HISTORY.md" | 507 + .../node_modules/mime-db/LICENSE" | 23 + .../node_modules/mime-db/README.md" | 100 + .../node_modules/mime-db/db.json" | 8519 +++++++++++++++ .../node_modules/mime-db/index.js" | 12 + .../node_modules/mime-db/package.json" | 103 + .../node_modules/mime-types/HISTORY.md" | 397 + .../node_modules/mime-types/LICENSE" | 23 + .../node_modules/mime-types/README.md" | 113 + .../node_modules/mime-types/index.js" | 188 + .../node_modules/mime-types/package.json" | 88 + .../node_modules/mysql/Changes.md" | 569 + .../node_modules/mysql/License" | 19 + .../node_modules/mysql/Readme.md" | 1548 +++ .../node_modules/mysql/index.js" | 161 + .../node_modules/mysql/lib/Connection.js" | 529 + .../mysql/lib/ConnectionConfig.js" | 209 + .../node_modules/mysql/lib/Pool.js" | 294 + .../node_modules/mysql/lib/PoolCluster.js" | 288 + .../node_modules/mysql/lib/PoolConfig.js" | 32 + .../node_modules/mysql/lib/PoolConnection.js" | 65 + .../node_modules/mysql/lib/PoolNamespace.js" | 136 + .../node_modules/mysql/lib/PoolSelector.js" | 31 + .../node_modules/mysql/lib/protocol/Auth.js" | 168 + .../mysql/lib/protocol/BufferList.js" | 25 + .../mysql/lib/protocol/PacketHeader.js" | 5 + .../mysql/lib/protocol/PacketWriter.js" | 211 + .../mysql/lib/protocol/Parser.js" | 491 + .../mysql/lib/protocol/Protocol.js" | 463 + .../mysql/lib/protocol/ResultSet.js" | 7 + .../mysql/lib/protocol/SqlString.js" | 1 + .../node_modules/mysql/lib/protocol/Timer.js" | 33 + .../mysql/lib/protocol/constants/charsets.js" | 262 + .../mysql/lib/protocol/constants/client.js" | 26 + .../mysql/lib/protocol/constants/errors.js" | 2476 +++++ .../lib/protocol/constants/field_flags.js" | 18 + .../lib/protocol/constants/server_status.js" | 39 + .../lib/protocol/constants/ssl_profiles.js" | 1480 +++ .../mysql/lib/protocol/constants/types.js" | 72 + .../packets/AuthSwitchRequestPacket.js" | 20 + .../packets/AuthSwitchResponsePacket.js" | 14 + .../packets/ClientAuthenticationPacket.js" | 54 + .../protocol/packets/ComChangeUserPacket.js" | 26 + .../lib/protocol/packets/ComPingPacket.js" | 12 + .../lib/protocol/packets/ComQueryPacket.js" | 15 + .../lib/protocol/packets/ComQuitPacket.js" | 12 + .../protocol/packets/ComStatisticsPacket.js" | 12 + .../lib/protocol/packets/EmptyPacket.js" | 9 + .../mysql/lib/protocol/packets/EofPacket.js" | 25 + .../lib/protocol/packets/ErrorPacket.js" | 35 + .../mysql/lib/protocol/packets/Field.js" | 26 + .../lib/protocol/packets/FieldPacket.js" | 93 + .../packets/HandshakeInitializationPacket.js" | 103 + .../protocol/packets/LocalDataFilePacket.js" | 15 + .../packets/LocalInfileRequestPacket.js" | 21 + .../mysql/lib/protocol/packets/OkPacket.js" | 44 + .../protocol/packets/OldPasswordPacket.js" | 14 + .../packets/ResultSetHeaderPacket.js" | 14 + .../lib/protocol/packets/RowDataPacket.js" | 130 + .../lib/protocol/packets/SSLRequestPacket.js" | 27 + .../lib/protocol/packets/StatisticsPacket.js" | 20 + .../protocol/packets/UseOldPasswordPacket.js" | 14 + .../mysql/lib/protocol/packets/index.js" | 23 + .../lib/protocol/sequences/ChangeUser.js" | 67 + .../lib/protocol/sequences/Handshake.js" | 126 + .../mysql/lib/protocol/sequences/Ping.js" | 19 + .../mysql/lib/protocol/sequences/Query.js" | 228 + .../mysql/lib/protocol/sequences/Quit.js" | 40 + .../mysql/lib/protocol/sequences/Sequence.js" | 125 + .../lib/protocol/sequences/Statistics.js" | 30 + .../mysql/lib/protocol/sequences/index.js" | 7 + .../node_modules/mysql/package.json" | 98 + .../node_modules/nunjucks/CHANGELOG.md" | 736 ++ .../node_modules/nunjucks/LICENSE" | 26 + .../node_modules/nunjucks/README.md" | 58 + .../node_modules/nunjucks/bin/precompile" | 58 + .../node_modules/nunjucks/bin/precompile.cmd" | 5 + .../nunjucks/browser/nunjucks-slim.js" | 4263 ++++++++ .../nunjucks/browser/nunjucks-slim.js.map" | 1 + .../nunjucks/browser/nunjucks-slim.min.js" | 3 + .../browser/nunjucks-slim.min.js.map" | 1 + .../nunjucks/browser/nunjucks.js" | 8423 ++++++++++++++ .../nunjucks/browser/nunjucks.js.map" | 1 + .../nunjucks/browser/nunjucks.min.js" | 3 + .../nunjucks/browser/nunjucks.min.js.map" | 1 + .../node_modules/nunjucks/index.js" | 103 + .../node_modules/nunjucks/package.json" | 142 + .../node_modules/nunjucks/src/compiler.js" | 1449 +++ .../node_modules/nunjucks/src/environment.js" | 659 ++ .../node_modules/nunjucks/src/express-app.js" | 28 + .../node_modules/nunjucks/src/filters.js" | 680 ++ .../node_modules/nunjucks/src/globals.js" | 72 + .../nunjucks/src/jinja-compat.js" | 358 + .../node_modules/nunjucks/src/lexer.js" | 542 + .../node_modules/nunjucks/src/lib.js" | 417 + .../node_modules/nunjucks/src/loader.js" | 30 + .../node_modules/nunjucks/src/loaders.js" | 5 + .../nunjucks/src/node-loaders.js" | 177 + .../node_modules/nunjucks/src/nodes.js" | 394 + .../node_modules/nunjucks/src/object.js" | 129 + .../node_modules/nunjucks/src/parser.js" | 1267 +++ .../nunjucks/src/precompile-global.js" | 22 + .../node_modules/nunjucks/src/precompile.js" | 131 + .../nunjucks/src/precompiled-loader.js" | 41 + .../node_modules/nunjucks/src/runtime.js" | 405 + .../node_modules/nunjucks/src/tests.js" | 286 + .../node_modules/nunjucks/src/transformer.js" | 197 + .../node_modules/nunjucks/src/web-loaders.js" | 110 + .../node_modules/oauth-sign/LICENSE" | 55 + .../node_modules/oauth-sign/README.md" | 11 + .../node_modules/oauth-sign/index.js" | 146 + .../node_modules/oauth-sign/package.json" | 56 + .../node_modules/performance-now/.npmignore" | 1 + .../performance-now/.tm_properties" | 7 + .../node_modules/performance-now/.travis.yml" | 6 + .../node_modules/performance-now/README.md" | 30 + .../performance-now/lib/performance-now.js" | 36 + .../lib/performance-now.js.map" | 10 + .../node_modules/performance-now/license.txt" | 7 + .../performance-now/package.json" | 65 + .../performance-now/src/index.d.ts" | 8 + .../src/performance-now.coffee" | 17 + .../performance-now/test/mocha.opts" | 3 + .../test/performance-now.coffee" | 43 + .../performance-now/test/scripts.coffee" | 27 + .../test/scripts/delayed-call.coffee" | 11 + .../test/scripts/delayed-require.coffee" | 12 + .../test/scripts/difference.coffee" | 6 + .../test/scripts/initial-value.coffee" | 10 + .../process-nextick-args/index.js" | 45 + .../process-nextick-args/license.md" | 19 + .../process-nextick-args/package.json" | 53 + .../process-nextick-args/readme.md" | 18 + .../node_modules/psl/LICENSE" | 9 + .../node_modules/psl/README.md" | 215 + .../node_modules/psl/browserstack-logo.svg" | 90 + .../node_modules/psl/data/rules.json" | 8834 +++++++++++++++ .../node_modules/psl/dist/psl.js" | 9645 +++++++++++++++++ .../node_modules/psl/dist/psl.min.js" | 1 + .../node_modules/psl/index.js" | 269 + .../node_modules/psl/package.json" | 77 + .../node_modules/punycode/LICENSE-MIT.txt" | 20 + .../node_modules/punycode/README.md" | 122 + .../node_modules/punycode/package.json" | 86 + .../node_modules/punycode/punycode.es6.js" | 441 + .../node_modules/punycode/punycode.js" | 440 + .../node_modules/qs/.editorconfig" | 43 + .../node_modules/qs/.eslintrc" | 37 + .../node_modules/qs/.github/FUNDING.yml" | 12 + .../node_modules/qs/.nycrc" | 13 + .../node_modules/qs/CHANGELOG.md" | 250 + .../node_modules/qs/LICENSE.md" | 29 + .../node_modules/qs/README.md" | 510 + .../node_modules/qs/bower.json" | 21 + .../node_modules/qs/component.json" | 15 + .../node_modules/qs/dist/qs.js" | 648 ++ .../node_modules/qs/lib/formats.js" | 18 + .../node_modules/qs/lib/index.js" | 11 + .../node_modules/qs/lib/parse.js" | 175 + .../node_modules/qs/lib/stringify.js" | 217 + .../node_modules/qs/lib/utils.js" | 215 + .../node_modules/qs/package.json" | 82 + .../node_modules/qs/test/index.js" | 7 + .../node_modules/qs/test/parse.js" | 649 ++ .../node_modules/qs/test/stringify.js" | 642 ++ .../node_modules/qs/test/utils.js" | 65 + .../node_modules/readable-stream/.travis.yml" | 34 + .../readable-stream/CONTRIBUTING.md" | 38 + .../readable-stream/GOVERNANCE.md" | 136 + .../node_modules/readable-stream/LICENSE" | 47 + .../node_modules/readable-stream/README.md" | 58 + .../doc/wg-meetings/2015-01-30.md" | 60 + .../readable-stream/duplex-browser.js" | 1 + .../node_modules/readable-stream/duplex.js" | 1 + .../readable-stream/lib/_stream_duplex.js" | 131 + .../lib/_stream_passthrough.js" | 47 + .../readable-stream/lib/_stream_readable.js" | 1019 ++ .../readable-stream/lib/_stream_transform.js" | 214 + .../readable-stream/lib/_stream_writable.js" | 687 ++ .../lib/internal/streams/BufferList.js" | 79 + .../lib/internal/streams/destroy.js" | 74 + .../lib/internal/streams/stream-browser.js" | 1 + .../lib/internal/streams/stream.js" | 1 + .../readable-stream/package.json" | 84 + .../readable-stream/passthrough.js" | 1 + .../readable-stream/readable-browser.js" | 7 + .../node_modules/readable-stream/readable.js" | 19 + .../readable-stream/transform.js" | 1 + .../readable-stream/writable-browser.js" | 1 + .../node_modules/readable-stream/writable.js" | 8 + .../node_modules/request/CHANGELOG.md" | 717 ++ .../node_modules/request/LICENSE" | 55 + .../node_modules/request/README.md" | 1133 ++ .../node_modules/request/index.js" | 155 + .../node_modules/request/lib/auth.js" | 167 + .../node_modules/request/lib/cookies.js" | 38 + .../request/lib/getProxyFromURI.js" | 79 + .../node_modules/request/lib/har.js" | 205 + .../node_modules/request/lib/hawk.js" | 89 + .../node_modules/request/lib/helpers.js" | 66 + .../node_modules/request/lib/multipart.js" | 112 + .../node_modules/request/lib/oauth.js" | 148 + .../node_modules/request/lib/querystring.js" | 50 + .../node_modules/request/lib/redirect.js" | 154 + .../node_modules/request/lib/tunnel.js" | 175 + .../node_modules/request/package.json" | 116 + .../node_modules/request/request.js" | 1553 +++ .../node_modules/safe-buffer/LICENSE" | 21 + .../node_modules/safe-buffer/README.md" | 584 + .../node_modules/safe-buffer/index.d.ts" | 187 + .../node_modules/safe-buffer/index.js" | 62 + .../node_modules/safe-buffer/package.json" | 67 + .../node_modules/safer-buffer/LICENSE" | 21 + .../safer-buffer/Porting-Buffer.md" | 268 + .../node_modules/safer-buffer/Readme.md" | 156 + .../node_modules/safer-buffer/dangerous.js" | 58 + .../node_modules/safer-buffer/package.json" | 62 + .../node_modules/safer-buffer/safer.js" | 77 + .../node_modules/safer-buffer/tests.js" | 406 + .../node_modules/sqlstring/HISTORY.md" | 43 + .../node_modules/sqlstring/LICENSE" | 19 + .../node_modules/sqlstring/README.md" | 206 + .../node_modules/sqlstring/index.js" | 1 + .../node_modules/sqlstring/lib/SqlString.js" | 237 + .../node_modules/sqlstring/package.json" | 101 + .../node_modules/sshpk/.travis.yml" | 11 + .../node_modules/sshpk/Jenkinsfile" | 86 + .../node_modules/sshpk/LICENSE" | 18 + .../node_modules/sshpk/README.md" | 804 ++ .../node_modules/sshpk/bin/sshpk-conv" | 243 + .../node_modules/sshpk/bin/sshpk-sign" | 191 + .../node_modules/sshpk/bin/sshpk-verify" | 167 + .../node_modules/sshpk/lib/algs.js" | 168 + .../node_modules/sshpk/lib/certificate.js" | 410 + .../node_modules/sshpk/lib/dhe.js" | 397 + .../node_modules/sshpk/lib/ed-compat.js" | 92 + .../node_modules/sshpk/lib/errors.js" | 84 + .../node_modules/sshpk/lib/fingerprint.js" | 220 + .../node_modules/sshpk/lib/formats/auto.js" | 124 + .../node_modules/sshpk/lib/formats/dnssec.js" | 287 + .../sshpk/lib/formats/openssh-cert.js" | 352 + .../node_modules/sshpk/lib/formats/pem.js" | 290 + .../node_modules/sshpk/lib/formats/pkcs1.js" | 373 + .../node_modules/sshpk/lib/formats/pkcs8.js" | 631 ++ .../node_modules/sshpk/lib/formats/putty.js" | 194 + .../sshpk/lib/formats/rfc4253.js" | 166 + .../sshpk/lib/formats/ssh-private.js" | 262 + .../node_modules/sshpk/lib/formats/ssh.js" | 115 + .../sshpk/lib/formats/x509-pem.js" | 88 + .../node_modules/sshpk/lib/formats/x509.js" | 752 ++ .../node_modules/sshpk/lib/identity.js" | 373 + .../node_modules/sshpk/lib/index.js" | 40 + .../node_modules/sshpk/lib/key.js" | 294 + .../node_modules/sshpk/lib/private-key.js" | 247 + .../node_modules/sshpk/lib/signature.js" | 314 + .../node_modules/sshpk/lib/ssh-buffer.js" | 149 + .../node_modules/sshpk/lib/utils.js" | 404 + .../node_modules/sshpk/man/man1/sshpk-conv.1" | 135 + .../node_modules/sshpk/man/man1/sshpk-sign.1" | 81 + .../sshpk/man/man1/sshpk-verify.1" | 68 + .../node_modules/sshpk/package.json" | 96 + .../node_modules/string_decoder/.travis.yml" | 50 + .../node_modules/string_decoder/LICENSE" | 48 + .../node_modules/string_decoder/README.md" | 47 + .../string_decoder/lib/string_decoder.js" | 296 + .../node_modules/string_decoder/package.json" | 62 + .../node_modules/tough-cookie/LICENSE" | 12 + .../node_modules/tough-cookie/README.md" | 527 + .../node_modules/tough-cookie/lib/cookie.js" | 1482 +++ .../tough-cookie/lib/memstore.js" | 181 + .../tough-cookie/lib/pathMatch.js" | 61 + .../tough-cookie/lib/permuteDomain.js" | 56 + .../tough-cookie/lib/pubsuffix-psl.js" | 38 + .../node_modules/tough-cookie/lib/store.js" | 75 + .../node_modules/tough-cookie/lib/version.js" | 2 + .../node_modules/tough-cookie/package.json" | 96 + .../node_modules/tunnel-agent/LICENSE" | 55 + .../node_modules/tunnel-agent/README.md" | 4 + .../node_modules/tunnel-agent/index.js" | 244 + .../node_modules/tunnel-agent/package.json" | 55 + .../node_modules/tweetnacl/.npmignore" | 4 + .../node_modules/tweetnacl/AUTHORS.md" | 28 + .../node_modules/tweetnacl/CHANGELOG.md" | 221 + .../node_modules/tweetnacl/LICENSE" | 24 + .../tweetnacl/PULL_REQUEST_TEMPLATE.md" | 20 + .../node_modules/tweetnacl/README.md" | 459 + .../node_modules/tweetnacl/nacl-fast.js" | 2388 ++++ .../node_modules/tweetnacl/nacl-fast.min.js" | 2 + .../node_modules/tweetnacl/nacl.d.ts" | 98 + .../node_modules/tweetnacl/nacl.js" | 1175 ++ .../node_modules/tweetnacl/nacl.min.js" | 1 + .../node_modules/tweetnacl/package.json" | 86 + .../node_modules/uri-js/LICENSE" | 11 + .../node_modules/uri-js/README.md" | 203 + .../uri-js/dist/es5/uri.all.d.ts" | 59 + .../node_modules/uri-js/dist/es5/uri.all.js" | 1443 +++ .../uri-js/dist/es5/uri.all.js.map" | 1 + .../uri-js/dist/es5/uri.all.min.d.ts" | 59 + .../uri-js/dist/es5/uri.all.min.js" | 3 + .../uri-js/dist/es5/uri.all.min.js.map" | 1 + .../uri-js/dist/esnext/index.d.ts" | 1 + .../node_modules/uri-js/dist/esnext/index.js" | 17 + .../uri-js/dist/esnext/index.js.map" | 1 + .../uri-js/dist/esnext/regexps-iri.d.ts" | 3 + .../uri-js/dist/esnext/regexps-iri.js" | 3 + .../uri-js/dist/esnext/regexps-iri.js.map" | 1 + .../uri-js/dist/esnext/regexps-uri.d.ts" | 4 + .../uri-js/dist/esnext/regexps-uri.js" | 42 + .../uri-js/dist/esnext/regexps-uri.js.map" | 1 + .../uri-js/dist/esnext/schemes/http.d.ts" | 3 + .../uri-js/dist/esnext/schemes/http.js" | 28 + .../uri-js/dist/esnext/schemes/http.js.map" | 1 + .../uri-js/dist/esnext/schemes/https.d.ts" | 3 + .../uri-js/dist/esnext/schemes/https.js" | 9 + .../uri-js/dist/esnext/schemes/https.js.map" | 1 + .../uri-js/dist/esnext/schemes/mailto.d.ts" | 12 + .../uri-js/dist/esnext/schemes/mailto.js" | 148 + .../uri-js/dist/esnext/schemes/mailto.js.map" | 1 + .../uri-js/dist/esnext/schemes/urn-uuid.d.ts" | 7 + .../uri-js/dist/esnext/schemes/urn-uuid.js" | 23 + .../dist/esnext/schemes/urn-uuid.js.map" | 1 + .../uri-js/dist/esnext/schemes/urn.d.ts" | 10 + .../uri-js/dist/esnext/schemes/urn.js" | 49 + .../uri-js/dist/esnext/schemes/urn.js.map" | 1 + .../uri-js/dist/esnext/schemes/ws.d.ts" | 7 + .../uri-js/dist/esnext/schemes/ws.js" | 41 + .../uri-js/dist/esnext/schemes/ws.js.map" | 1 + .../uri-js/dist/esnext/schemes/wss.d.ts" | 3 + .../uri-js/dist/esnext/schemes/wss.js" | 9 + .../uri-js/dist/esnext/schemes/wss.js.map" | 1 + .../node_modules/uri-js/dist/esnext/uri.d.ts" | 59 + .../node_modules/uri-js/dist/esnext/uri.js" | 480 + .../uri-js/dist/esnext/uri.js.map" | 1 + .../uri-js/dist/esnext/util.d.ts" | 6 + .../node_modules/uri-js/dist/esnext/util.js" | 36 + .../uri-js/dist/esnext/util.js.map" | 1 + .../node_modules/uri-js/package.json" | 105 + .../node_modules/uri-js/yarn.lock" | 2558 +++++ .../node_modules/util-deprecate/History.md" | 16 + .../node_modules/util-deprecate/LICENSE" | 24 + .../node_modules/util-deprecate/README.md" | 53 + .../node_modules/util-deprecate/browser.js" | 67 + .../node_modules/util-deprecate/node.js" | 6 + .../node_modules/util-deprecate/package.json" | 59 + .../node_modules/uuid/AUTHORS" | 5 + .../node_modules/uuid/CHANGELOG.md" | 119 + .../node_modules/uuid/LICENSE.md" | 21 + .../node_modules/uuid/README.md" | 276 + .../node_modules/uuid/bin/uuid" | 65 + .../node_modules/uuid/index.js" | 8 + .../node_modules/uuid/lib/bytesToUuid.js" | 26 + .../node_modules/uuid/lib/md5-browser.js" | 216 + .../node_modules/uuid/lib/md5.js" | 25 + .../node_modules/uuid/lib/rng-browser.js" | 34 + .../node_modules/uuid/lib/rng.js" | 8 + .../node_modules/uuid/lib/sha1-browser.js" | 89 + .../node_modules/uuid/lib/sha1.js" | 25 + .../node_modules/uuid/lib/v35.js" | 57 + .../node_modules/uuid/package.json" | 100 + .../node_modules/uuid/v1.js" | 109 + .../node_modules/uuid/v3.js" | 4 + .../node_modules/uuid/v4.js" | 29 + .../node_modules/uuid/v5.js" | 3 + .../node_modules/verror/.npmignore" | 9 + .../node_modules/verror/CHANGES.md" | 28 + .../node_modules/verror/CONTRIBUTING.md" | 19 + .../node_modules/verror/LICENSE" | 19 + .../node_modules/verror/README.md" | 528 + .../node_modules/verror/lib/verror.js" | 451 + .../verror/node_modules/core-util-is/LICENSE" | 19 + .../node_modules/core-util-is/README.md" | 3 + .../node_modules/core-util-is/float.patch" | 604 ++ .../node_modules/core-util-is/lib/util.js" | 107 + .../node_modules/core-util-is/package.json" | 62 + .../verror/node_modules/core-util-is/test.js" | 68 + .../node_modules/verror/package.json" | 51 + .../package-lock.json" | 439 + .../package.json" | 18 + .../requestdemo.js" | 33 + .../untis/ArrayHelp.js" | 24 + .../untis/EecAndDec.js" | 15 + .../yiqing.html" | 1 + .../yiqing.sql" | 52 + .../yiqing1.html" | 661 ++ .../\344\275\234\344\270\232.md" | 1 + .../\346\200\273\347\273\223.md" | 23 + .../\351\227\262\350\201\212.md" | 19 + ...71\347\233\256\350\247\204\346\225\264.md" | 13 + .../.keep" | 0 .../config/db.js" | 18 + .../cookie.md" | 20 + .../home/.keep" | 0 .../home/controller/.keep" | 0 .../home/controller/BaseController.js" | 20 + .../home/controller/IndexController.js" | 119 + .../home/controller/UserController.js" | 51 + .../home/controller/index.js" | 79 + .../home/html/.keep" | 0 .../home/html/detail.html" | 9 + .../home/html/footer.html" | 5 + .../home/html/header.html" | 10 + .../home/html/index.html" | 10 + .../home/html/login.html" | 16 + .../home/html/userReg.html" | 21 + .../model/.keep" | 0 .../model/Base.js" | 60 + .../model/UserModel.js" | 20 + .../node_modules/.bin/nunjucks-precompile" | 15 + .../.bin/nunjucks-precompile.cmd" | 7 + .../node_modules/a-sync-waterfall/LICENSE" | 21 + .../node_modules/a-sync-waterfall/README.md" | 95 + .../node_modules/a-sync-waterfall/index.js" | 83 + .../a-sync-waterfall/package.json" | 53 + .../node_modules/a-sync-waterfall/test.js" | 77 + .../node_modules/asap/CHANGES.md" | 70 + .../node_modules/asap/LICENSE.md" | 21 + .../node_modules/asap/README.md" | 237 + .../node_modules/asap/asap.js" | 65 + .../node_modules/asap/browser-asap.js" | 66 + .../node_modules/asap/browser-raw.js" | 223 + .../node_modules/asap/package.json" | 87 + .../node_modules/asap/raw.js" | 101 + .../node_modules/bignumber.js/CHANGELOG.md" | 266 + .../node_modules/bignumber.js/LICENCE" | 23 + .../node_modules/bignumber.js/README.md" | 268 + .../node_modules/bignumber.js/bignumber.d.ts" | 1829 ++++ .../node_modules/bignumber.js/bignumber.js" | 2902 +++++ .../bignumber.js/bignumber.min.js" | 1 + .../bignumber.js/bignumber.min.js.map" | 1 + .../node_modules/bignumber.js/bignumber.mjs" | 2888 +++++ .../node_modules/bignumber.js/doc/API.html" | 2237 ++++ .../node_modules/bignumber.js/package.json" | 72 + .../node_modules/commander/CHANGELOG.md" | 385 + .../node_modules/commander/LICENSE" | 22 + .../node_modules/commander/Readme.md" | 737 ++ .../node_modules/commander/index.js" | 1756 +++ .../node_modules/commander/package.json" | 80 + .../commander/typings/index.d.ts" | 386 + .../node_modules/core-util-is/LICENSE" | 19 + .../node_modules/core-util-is/README.md" | 3 + .../node_modules/core-util-is/lib/util.js" | 107 + .../node_modules/core-util-is/package.json" | 71 + .../node_modules/crypto/README.md" | 7 + .../node_modules/crypto/package.json" | 45 + .../node_modules/inherits/LICENSE" | 16 + .../node_modules/inherits/README.md" | 42 + .../node_modules/inherits/inherits.js" | 9 + .../inherits/inherits_browser.js" | 27 + .../node_modules/inherits/package.json" | 64 + .../node_modules/isarray/.npmignore" | 1 + .../node_modules/isarray/.travis.yml" | 4 + .../node_modules/isarray/Makefile" | 6 + .../node_modules/isarray/README.md" | 60 + .../node_modules/isarray/component.json" | 19 + .../node_modules/isarray/index.js" | 5 + .../node_modules/isarray/package.json" | 76 + .../node_modules/isarray/test.js" | 20 + .../node_modules/mysql/Changes.md" | 569 + .../node_modules/mysql/License" | 19 + .../node_modules/mysql/Readme.md" | 1548 +++ .../node_modules/mysql/index.js" | 161 + .../node_modules/mysql/lib/Connection.js" | 529 + .../mysql/lib/ConnectionConfig.js" | 209 + .../node_modules/mysql/lib/Pool.js" | 294 + .../node_modules/mysql/lib/PoolCluster.js" | 288 + .../node_modules/mysql/lib/PoolConfig.js" | 32 + .../node_modules/mysql/lib/PoolConnection.js" | 65 + .../node_modules/mysql/lib/PoolNamespace.js" | 136 + .../node_modules/mysql/lib/PoolSelector.js" | 31 + .../node_modules/mysql/lib/protocol/Auth.js" | 168 + .../mysql/lib/protocol/BufferList.js" | 25 + .../mysql/lib/protocol/PacketHeader.js" | 5 + .../mysql/lib/protocol/PacketWriter.js" | 211 + .../mysql/lib/protocol/Parser.js" | 491 + .../mysql/lib/protocol/Protocol.js" | 463 + .../mysql/lib/protocol/ResultSet.js" | 7 + .../mysql/lib/protocol/SqlString.js" | 1 + .../node_modules/mysql/lib/protocol/Timer.js" | 33 + .../mysql/lib/protocol/constants/charsets.js" | 262 + .../mysql/lib/protocol/constants/client.js" | 26 + .../mysql/lib/protocol/constants/errors.js" | 2476 +++++ .../lib/protocol/constants/field_flags.js" | 18 + .../lib/protocol/constants/server_status.js" | 39 + .../lib/protocol/constants/ssl_profiles.js" | 1480 +++ .../mysql/lib/protocol/constants/types.js" | 72 + .../packets/AuthSwitchRequestPacket.js" | 20 + .../packets/AuthSwitchResponsePacket.js" | 14 + .../packets/ClientAuthenticationPacket.js" | 54 + .../protocol/packets/ComChangeUserPacket.js" | 26 + .../lib/protocol/packets/ComPingPacket.js" | 12 + .../lib/protocol/packets/ComQueryPacket.js" | 15 + .../lib/protocol/packets/ComQuitPacket.js" | 12 + .../protocol/packets/ComStatisticsPacket.js" | 12 + .../lib/protocol/packets/EmptyPacket.js" | 9 + .../mysql/lib/protocol/packets/EofPacket.js" | 25 + .../lib/protocol/packets/ErrorPacket.js" | 35 + .../mysql/lib/protocol/packets/Field.js" | 26 + .../lib/protocol/packets/FieldPacket.js" | 93 + .../packets/HandshakeInitializationPacket.js" | 103 + .../protocol/packets/LocalDataFilePacket.js" | 15 + .../packets/LocalInfileRequestPacket.js" | 21 + .../mysql/lib/protocol/packets/OkPacket.js" | 44 + .../protocol/packets/OldPasswordPacket.js" | 14 + .../packets/ResultSetHeaderPacket.js" | 14 + .../lib/protocol/packets/RowDataPacket.js" | 130 + .../lib/protocol/packets/SSLRequestPacket.js" | 27 + .../lib/protocol/packets/StatisticsPacket.js" | 20 + .../protocol/packets/UseOldPasswordPacket.js" | 14 + .../mysql/lib/protocol/packets/index.js" | 23 + .../lib/protocol/sequences/ChangeUser.js" | 67 + .../lib/protocol/sequences/Handshake.js" | 126 + .../mysql/lib/protocol/sequences/Ping.js" | 19 + .../mysql/lib/protocol/sequences/Query.js" | 228 + .../mysql/lib/protocol/sequences/Quit.js" | 40 + .../mysql/lib/protocol/sequences/Sequence.js" | 125 + .../lib/protocol/sequences/Statistics.js" | 30 + .../mysql/lib/protocol/sequences/index.js" | 7 + .../node_modules/mysql/package.json" | 98 + .../node_modules/nunjucks/CHANGELOG.md" | 736 ++ .../node_modules/nunjucks/LICENSE" | 26 + .../node_modules/nunjucks/index.js" | 103 + .../package-lock.json" | 111 + .../package.json" | 16 + ...50\346\200\201\350\265\204\346\272\220.js" | 198 + .../yiqing.sql" | 52 + .../\344\275\234\344\270\232.md" | 1 + .../\351\227\262\350\201\212.md" | 19 + ...71\347\233\256\350\247\204\346\225\264.md" | 13 + ...2\345\273\272\346\241\206\346\236\2661.js" | 178 + .../promise.md" | 23 + .../promisedemo.js" | 88 + .../situation.sql" | 34 + ...46\200\201\347\275\221\347\253\231demo.js" | 126 + .../promise.md" | 23 + .../promisedemo.js" | 88 + .../situation.sql" | 34 + .../.keep" | 0 .../home/.keep" | 0 .../home/controller/.keep" | 0 .../home/controller/index.js" | 25 + .../home/html/.keep" | 0 .../home/html/index.html" | 26 + .../model/.keep" | 0 .../model/base.js" | 51 + .../sql/.keep" | 0 .../sql/yiqing.sql" | 52 + ...50\346\200\201\350\265\204\346\272\220.js" | 111 + ...46\200\201\347\275\221\347\253\231demo.js" | 126 + .../.keep" | 0 .../home/.keep" | 0 .../home/controller/.keep" | 0 .../home/controller/IndexController.js" | 74 + .../home/controller/index.js" | 79 + .../model/.keep" | 0 .../model/base.js" | 91 + ...50\346\200\201\350\265\204\346\272\220.js" | 144 + .../\346\200\273\347\273\223.md" | 24 + 2834 files changed, 598563 insertions(+) create mode 100644 "\345\210\230\351\234\236/3.8/index.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/.package-lock.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/bignumber.js/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/bignumber.js/LICENCE" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/bignumber.js/README.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.d.ts" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.min.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.min.js.map" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.mjs" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/bignumber.js/doc/API.html" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/bignumber.js/package.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/core-util-is/LICENSE" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/core-util-is/README.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/core-util-is/lib/util.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/core-util-is/package.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/inherits/LICENSE" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/inherits/README.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/inherits/inherits.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/inherits/inherits_browser.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/inherits/package.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/isarray/.npmignore" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/isarray/.travis.yml" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/isarray/Makefile" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/isarray/README.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/isarray/component.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/isarray/index.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/isarray/package.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/isarray/test.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/Changes.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/License" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/Readme.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/index.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/Connection.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/ConnectionConfig.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/Pool.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolCluster.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolConfig.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolConnection.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolNamespace.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolSelector.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Auth.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/BufferList.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/PacketHeader.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/PacketWriter.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Parser.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Protocol.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/ResultSet.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/SqlString.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Timer.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/charsets.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/client.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/errors.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/field_flags.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/server_status.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/ssl_profiles.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/types.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComPingPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/EmptyPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/EofPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ErrorPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/Field.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/FieldPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/OkPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/RowDataPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/index.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/ChangeUser.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Handshake.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Ping.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Query.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Quit.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Sequence.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Statistics.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/index.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/mysql/package.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/index.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/license.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/package.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/readme.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/.travis.yml" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/GOVERNANCE.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/LICENSE" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/README.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/duplex-browser.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/duplex.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_duplex.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_passthrough.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_readable.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_transform.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_writable.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/BufferList.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/destroy.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/stream-browser.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/stream.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/package.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/passthrough.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/readable-browser.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/readable.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/transform.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/writable-browser.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/readable-stream/writable.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/safe-buffer/LICENSE" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/safe-buffer/README.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/safe-buffer/index.d.ts" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/safe-buffer/index.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/safe-buffer/package.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/sqlstring/HISTORY.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/sqlstring/LICENSE" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/sqlstring/README.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/sqlstring/index.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/sqlstring/lib/SqlString.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/sqlstring/package.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/string_decoder/.travis.yml" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/string_decoder/LICENSE" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/string_decoder/README.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/string_decoder/lib/string_decoder.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/string_decoder/package.json" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/util-deprecate/History.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/util-deprecate/LICENSE" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/util-deprecate/README.md" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/util-deprecate/browser.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/util-deprecate/node.js" create mode 100644 "\345\210\230\351\234\236/3.8/node_modules/util-deprecate/package.json" create mode 100644 "\345\210\230\351\234\236/3.8/package-lock.json" create mode 100644 "\345\210\230\351\234\236/3.8/package.json" create mode 100644 "\345\210\230\351\234\236/3.9/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/app.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/china.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\225\264\346\224\271/ThikNode.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/ThinkNode.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/app.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/config/application.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/config/db.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/cookie.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/expressdemo.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/favicon.ico" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/BaseController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/IndexController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/UserController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/detail.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/footer.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/header.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/index.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/login.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/userReg.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\345\277\231\347\242\214.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\346\210\220\345\212\237.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\346\212\223\350\231\253\345\255\220.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\346\270\270\346\263\263\345\234\210.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\347\234\213\344\271\246.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\350\207\252\346\213\215.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/model/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/model/Base.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/model/UserModel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/nunjucks-precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/nunjucks-precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-conv" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-conv.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-sign" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-sign.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-verify" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-verify.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/uuid" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/uuid.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/.tonic_example.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/dist/ajv.bundle.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/dist/ajv.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/dist/ajv.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/ajv.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/ajv.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/cache.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/async.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/equal.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/error_classes.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/formats.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/resolve.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/rules.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/schema_obj.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/ucs2length.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/data.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/definition_schema.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limit.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitItems.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitLength.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitProperties.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/allOf.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/anyOf.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/coerce.def" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/comment.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/const.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/contains.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/custom.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/defaults.def" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/definitions.def" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/dependencies.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/enum.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/errors.def" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/format.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/if.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/items.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/missing.def" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/multipleOf.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/not.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/oneOf.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/pattern.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/properties.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/propertyNames.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/ref.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/required.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/uniqueItems.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/validate.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limit.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitItems.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitLength.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitProperties.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/allOf.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/anyOf.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/comment.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/const.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/contains.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/custom.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/dependencies.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/enum.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/format.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/if.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/items.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/multipleOf.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/not.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/oneOf.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/pattern.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/properties.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/propertyNames.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/ref.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/required.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/uniqueItems.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/validate.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/keyword.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/refs/data.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/refs/json-schema-draft-04.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/refs/json-schema-draft-06.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/refs/json-schema-draft-07.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/refs/json-schema-secure.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/.eslintrc.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/bundle.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/compile-dots.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/info" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/prepare-tests" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/publish-built-version" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/travis-gh-pages" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/browser-asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/browser-raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/Jenkinsfile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/errors.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/reader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/types.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/writer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/AUTHORS" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/assert.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/bench.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/abort.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/async.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/defer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/iterate.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_asynckit.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_parallel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_serial.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_serial_ordered.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/state.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/streamify.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/terminator.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/parallel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/serial.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/serialOrdered.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/.github/FUNDING.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/aws4.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/lru.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/LICENCE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.mjs" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/doc/API.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/lib/combined_stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/yarn.lock" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/typings/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/lib/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/crypto/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/crypto/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/LICENSE.txt" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/etc/dashdash.bash_completion.in" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/lib/dashdash.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/lib/delayed_stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/lib/LICENSE-jsbn" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/lib/ec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/lib/sec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/.editorconfig" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/.eslintrc" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/.jscs.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/component.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/.gitmodules" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/Makefile.targ" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/jsl.node.conf" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/lib/extsprintf.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/es6/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/es6/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/es6/react.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/es6/react.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/react.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/react.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/.eslintrc.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/.github/FUNDING.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/benchmark/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/benchmark/test.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/example/key_cmp.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/example/nested.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/example/str.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/example/value_cmp.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/test/cmp.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/test/nested.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/test/str.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/test/to-json.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/forever-agent/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/forever-agent/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/forever-agent/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/forever-agent/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/README.md.bak" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/lib/browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/lib/form_data.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/lib/populate.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/yarn.lock" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/afterRequest.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/beforeRequest.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/browser.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/cache.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/content.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/cookie.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/creator.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/entry.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/har.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/header.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/log.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/page.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/pageTimings.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/postData.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/query.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/request.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/response.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/timings.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/lib/async.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/lib/error.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/lib/promise.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/.dir-locals.el" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/http_signing.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/lib/parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/lib/signer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/lib/utils.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/lib/verify.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/inherits/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/inherits/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/inherits/inherits.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/inherits/inherits_browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/inherits/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/is-typedarray/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/is-typedarray/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/is-typedarray/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/is-typedarray/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/is-typedarray/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/component.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/.jshintrc" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/isstream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/example.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/example.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/.eslintrc.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/spec/.eslintrc.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/spec/fixtures/schema.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/spec/index.spec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema/lib/links.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema/lib/validate.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/stringify.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/test/mocha.opts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/test/stringify_test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/lib/jsprim.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/HISTORY.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/db.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-types/HISTORY.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-types/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-types/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-types/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-types/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/Changes.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/Connection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/ConnectionConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/Pool.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/PoolCluster.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/PoolConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/PoolConnection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/PoolNamespace.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/PoolSelector.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/Auth.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/PacketHeader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/PacketWriter.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/Parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/Protocol.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/ResultSet.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/Timer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/charsets.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/client.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/errors.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/field_flags.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/server_status.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/ssl_profiles.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/types.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ComPingPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/EmptyPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/EofPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ErrorPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/Field.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/FieldPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/OkPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/RowDataPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/ChangeUser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Handshake.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Ping.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Query.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Quit.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Sequence.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Statistics.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/bin/precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/bin/precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks-slim.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks-slim.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks-slim.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks-slim.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/compiler.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/environment.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/express-app.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/filters.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/globals.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/jinja-compat.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/lexer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/lib.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/node-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/nodes.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/object.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/precompile-global.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/precompile.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/precompiled-loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/runtime.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/tests.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/transformer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/web-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/oauth-sign/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/oauth-sign/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/oauth-sign/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/oauth-sign/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/.tm_properties" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/lib/performance-now.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/lib/performance-now.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/license.txt" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/src/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/src/performance-now.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/mocha.opts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/performance-now.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/scripts.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/scripts/delayed-call.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/scripts/delayed-require.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/scripts/difference.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/scripts/initial-value.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/process-nextick-args/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/process-nextick-args/license.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/process-nextick-args/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/process-nextick-args/readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/browserstack-logo.svg" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/data/rules.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/dist/psl.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/dist/psl.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/punycode/LICENSE-MIT.txt" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/punycode/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/punycode/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/punycode/punycode.es6.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/punycode/punycode.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/.editorconfig" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/.eslintrc" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/.github/FUNDING.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/.nycrc" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/bower.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/component.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/dist/qs.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/lib/formats.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/lib/parse.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/lib/stringify.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/lib/utils.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/test/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/test/parse.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/test/stringify.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/test/utils.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/GOVERNANCE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/duplex-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/_stream_duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/_stream_passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/_stream_readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/_stream_transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/_stream_writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/internal/streams/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/internal/streams/destroy.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/internal/streams/stream-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/internal/streams/stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/readable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/writable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/auth.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/cookies.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/getProxyFromURI.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/har.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/hawk.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/helpers.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/multipart.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/oauth.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/querystring.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/redirect.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/tunnel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/request.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safe-buffer/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safe-buffer/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safe-buffer/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safe-buffer/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safe-buffer/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/Porting-Buffer.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/dangerous.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/safer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/tests.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/HISTORY.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/lib/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/Jenkinsfile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/bin/sshpk-conv" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/bin/sshpk-sign" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/bin/sshpk-verify" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/algs.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/certificate.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/dhe.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/ed-compat.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/errors.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/fingerprint.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/auto.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/dnssec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/openssh-cert.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/pem.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/pkcs1.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/pkcs8.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/putty.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/rfc4253.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/ssh-private.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/ssh.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/x509-pem.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/x509.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/identity.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/key.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/private-key.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/signature.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/ssh-buffer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/utils.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/man/man1/sshpk-conv.1" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/man/man1/sshpk-sign.1" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/man/man1/sshpk-verify.1" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/string_decoder/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/string_decoder/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/string_decoder/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/string_decoder/lib/string_decoder.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/string_decoder/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/cookie.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/memstore.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/pathMatch.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/permuteDomain.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/pubsuffix-psl.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/store.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/version.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tunnel-agent/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tunnel-agent/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tunnel-agent/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tunnel-agent/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/AUTHORS.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/nacl-fast.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/nacl-fast.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/nacl.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/nacl.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/nacl.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.min.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/index.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-iri.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-iri.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-iri.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-uri.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-uri.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-uri.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/http.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/http.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/http.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/https.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/https.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/https.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/mailto.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/mailto.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/ws.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/ws.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/ws.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/wss.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/wss.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/wss.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/uri.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/uri.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/uri.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/util.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/util.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/yarn.lock" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/History.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/node.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/AUTHORS" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/bin/uuid" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/bytesToUuid.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/md5-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/md5.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/rng-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/rng.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/sha1-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/sha1.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/v35.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/v1.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/v3.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/v4.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/v5.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/lib/verror.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/float.patch" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/lib/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/package-lock.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/requestdemo.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/untis/ArrayHelp.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/untis/EecAndDec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/yiqing.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/yiqing.sql" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/yiqing1.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/\344\275\234\344\270\232.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/\346\200\273\347\273\223.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/\351\227\262\350\201\212.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/\351\241\271\347\233\256\350\247\204\346\225\264.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/config/db.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/cookie.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/controller/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/controller/BaseController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/controller/IndexController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/controller/UserController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/controller/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/detail.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/footer.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/header.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/index.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/login.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/userReg.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/model/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/model/Base.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/model/UserModel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/.bin/nunjucks-precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/.bin/nunjucks-precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/a-sync-waterfall/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/a-sync-waterfall/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/a-sync-waterfall/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/a-sync-waterfall/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/a-sync-waterfall/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/browser-asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/browser-raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/LICENCE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/bignumber.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/bignumber.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/bignumber.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/bignumber.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/bignumber.mjs" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/doc/API.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/typings/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/core-util-is/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/core-util-is/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/core-util-is/lib/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/core-util-is/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/crypto/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/crypto/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/inherits/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/inherits/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/inherits/inherits.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/inherits/inherits_browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/inherits/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/component.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/Changes.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/Connection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/ConnectionConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/Pool.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/PoolCluster.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/PoolConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/PoolConnection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/PoolNamespace.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/PoolSelector.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/Auth.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/PacketHeader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/PacketWriter.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/Parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/Protocol.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/ResultSet.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/Timer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/charsets.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/client.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/errors.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/field_flags.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/server_status.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/ssl_profiles.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/types.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ComPingPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/EmptyPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/EofPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ErrorPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/Field.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/FieldPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/OkPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/RowDataPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/ChangeUser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Handshake.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Ping.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Query.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Quit.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Sequence.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Statistics.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/bin/precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/bin/precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/browser/nunjucks-slim.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/browser/nunjucks-slim.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/browser/nunjucks-slim.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/browser/nunjucks-slim.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/browser/nunjucks.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/browser/nunjucks.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/browser/nunjucks.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/browser/nunjucks.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/compiler.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/environment.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/express-app.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/filters.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/globals.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/jinja-compat.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/lexer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/lib.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/node-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/nodes.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/object.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/precompile-global.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/precompile.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/precompiled-loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/runtime.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/tests.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/transformer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/src/web-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/process-nextick-args/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/process-nextick-args/license.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/process-nextick-args/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/process-nextick-args/readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/GOVERNANCE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/duplex-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/lib/_stream_duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/lib/_stream_passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/lib/_stream_readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/lib/_stream_transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/lib/_stream_writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/lib/internal/streams/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/lib/internal/streams/destroy.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/lib/internal/streams/stream-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/lib/internal/streams/stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/readable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/writable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/readable-stream/writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/safe-buffer/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/safe-buffer/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/safe-buffer/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/safe-buffer/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/safe-buffer/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/sqlstring/HISTORY.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/sqlstring/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/sqlstring/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/sqlstring/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/sqlstring/lib/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/sqlstring/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/string_decoder/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/string_decoder/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/string_decoder/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/string_decoder/lib/string_decoder.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/string_decoder/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/util-deprecate/History.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/util-deprecate/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/util-deprecate/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/util-deprecate/browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/util-deprecate/node.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/util-deprecate/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/package-lock.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/untis/EecAndDec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/url\345\212\250\346\200\201\350\265\204\346\272\220.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/yiqing.sql" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/\344\275\234\344\270\232.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/\351\227\262\350\201\212.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/\351\241\271\347\233\256\350\247\204\346\225\264.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/config/db.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/controller/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/controller/BaseController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/controller/IndexController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/controller/UserController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/controller/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/html/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/html/detail.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/html/footer.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/html/header.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/html/index.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/home/html/login.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/model/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/model/Base.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/model/UserModel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/.bin/nunjucks-precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/.bin/nunjucks-precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/a-sync-waterfall/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/a-sync-waterfall/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/a-sync-waterfall/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/a-sync-waterfall/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/a-sync-waterfall/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/asap/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/asap/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/asap/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/asap/asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/asap/browser-asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/asap/browser-raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/asap/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/asap/raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/bignumber.js/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/bignumber.js/LICENCE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/bignumber.js/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/bignumber.js/bignumber.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/bignumber.js/bignumber.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/bignumber.js/bignumber.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/bignumber.js/bignumber.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/bignumber.js/bignumber.mjs" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/bignumber.js/doc/API.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/bignumber.js/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/commander/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/commander/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/commander/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/commander/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/commander/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/commander/typings/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/core-util-is/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/core-util-is/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/core-util-is/lib/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/core-util-is/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/inherits/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/inherits/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/inherits/inherits.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/inherits/inherits_browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/inherits/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/isarray/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/isarray/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/isarray/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/isarray/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/isarray/component.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/isarray/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/isarray/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/isarray/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/Changes.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/Connection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/ConnectionConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/Pool.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/PoolCluster.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/PoolConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/PoolConnection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/PoolNamespace.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/PoolSelector.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/Auth.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/PacketHeader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/PacketWriter.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/Parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/Protocol.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/ResultSet.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/Timer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/constants/charsets.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/constants/client.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/constants/errors.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/constants/field_flags.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/constants/server_status.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/constants/ssl_profiles.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/constants/types.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/ComPingPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/EmptyPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/EofPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/ErrorPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/Field.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/FieldPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/OkPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/RowDataPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/packets/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/sequences/ChangeUser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/sequences/Handshake.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/sequences/Ping.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/sequences/Query.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/sequences/Quit.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/sequences/Sequence.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/sequences/Statistics.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/lib/protocol/sequences/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/mysql/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/bin/precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/bin/precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/browser/nunjucks-slim.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/browser/nunjucks-slim.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/browser/nunjucks-slim.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/browser/nunjucks-slim.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/browser/nunjucks.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/browser/nunjucks.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/browser/nunjucks.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/browser/nunjucks.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/compiler.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/environment.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/express-app.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/filters.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/globals.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/jinja-compat.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/lexer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/lib.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/node-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/nodes.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/object.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/precompile-global.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/precompile.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/precompiled-loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/runtime.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/tests.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/transformer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/nunjucks/src/web-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/process-nextick-args/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/process-nextick-args/license.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/process-nextick-args/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/process-nextick-args/readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/GOVERNANCE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/duplex-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/lib/_stream_duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/lib/_stream_passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/lib/_stream_readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/lib/_stream_transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/lib/_stream_writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/lib/internal/streams/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/lib/internal/streams/destroy.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/lib/internal/streams/stream-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/lib/internal/streams/stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/readable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/writable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/readable-stream/writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/safe-buffer/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/safe-buffer/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/safe-buffer/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/safe-buffer/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/safe-buffer/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/sqlstring/HISTORY.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/sqlstring/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/sqlstring/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/sqlstring/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/sqlstring/lib/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/sqlstring/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/string_decoder/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/string_decoder/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/string_decoder/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/string_decoder/lib/string_decoder.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/string_decoder/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/util-deprecate/History.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/util-deprecate/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/util-deprecate/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/util-deprecate/browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/util-deprecate/node.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/node_modules/util-deprecate/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/package-lock.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/url\345\212\250\346\200\201\350\265\204\346\272\220.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/yiqing.sql" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/\344\275\234\344\270\232.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\344\272\224\350\257\276\351\241\271\347\233\256\350\247\204\346\225\264/\351\241\271\347\233\256\350\247\204\346\225\264.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/config/db.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/cookie.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/controller/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/controller/BaseController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/controller/IndexController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/controller/UserController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/controller/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/html/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/html/detail.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/html/footer.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/html/header.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/html/index.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/html/login.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/home/html/userReg.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/model/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/model/Base.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/model/UserModel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/.bin/nunjucks-precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/.bin/nunjucks-precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/a-sync-waterfall/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/a-sync-waterfall/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/a-sync-waterfall/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/a-sync-waterfall/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/a-sync-waterfall/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/asap/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/asap/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/asap/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/asap/asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/asap/browser-asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/asap/browser-raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/asap/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/asap/raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/bignumber.js/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/bignumber.js/LICENCE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/bignumber.js/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/bignumber.js/bignumber.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/bignumber.js/bignumber.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/bignumber.js/bignumber.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/bignumber.js/bignumber.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/bignumber.js/bignumber.mjs" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/bignumber.js/doc/API.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/bignumber.js/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/commander/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/commander/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/commander/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/commander/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/commander/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/commander/typings/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/core-util-is/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/core-util-is/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/core-util-is/lib/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/core-util-is/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/crypto/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/crypto/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/inherits/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/inherits/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/inherits/inherits.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/inherits/inherits_browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/inherits/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/isarray/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/isarray/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/isarray/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/isarray/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/isarray/component.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/isarray/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/isarray/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/isarray/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/Changes.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/Connection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/ConnectionConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/Pool.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/PoolCluster.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/PoolConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/PoolConnection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/PoolNamespace.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/PoolSelector.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/Auth.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/PacketHeader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/PacketWriter.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/Parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/Protocol.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/ResultSet.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/Timer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/constants/charsets.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/constants/client.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/constants/errors.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/constants/field_flags.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/constants/server_status.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/constants/ssl_profiles.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/constants/types.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/ComPingPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/EmptyPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/EofPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/ErrorPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/Field.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/FieldPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/OkPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/RowDataPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/packets/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/sequences/ChangeUser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/sequences/Handshake.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/sequences/Ping.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/sequences/Query.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/sequences/Quit.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/sequences/Sequence.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/sequences/Statistics.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/lib/protocol/sequences/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/mysql/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/bin/precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/bin/precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/browser/nunjucks-slim.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/browser/nunjucks-slim.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/browser/nunjucks-slim.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/browser/nunjucks-slim.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/browser/nunjucks.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/browser/nunjucks.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/browser/nunjucks.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/browser/nunjucks.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/compiler.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/environment.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/express-app.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/filters.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/globals.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/jinja-compat.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/lexer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/lib.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/node-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/nodes.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/object.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/precompile-global.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/precompile.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/precompiled-loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/runtime.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/tests.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/transformer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/nunjucks/src/web-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/process-nextick-args/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/process-nextick-args/license.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/process-nextick-args/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/process-nextick-args/readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/GOVERNANCE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/duplex-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/lib/_stream_duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/lib/_stream_passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/lib/_stream_readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/lib/_stream_transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/lib/_stream_writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/lib/internal/streams/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/lib/internal/streams/destroy.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/lib/internal/streams/stream-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/lib/internal/streams/stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/readable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/writable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/readable-stream/writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/safe-buffer/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/safe-buffer/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/safe-buffer/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/safe-buffer/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/safe-buffer/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/sqlstring/HISTORY.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/sqlstring/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/sqlstring/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/sqlstring/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/sqlstring/lib/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/sqlstring/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/string_decoder/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/string_decoder/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/string_decoder/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/string_decoder/lib/string_decoder.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/string_decoder/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/util-deprecate/History.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/util-deprecate/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/util-deprecate/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/util-deprecate/browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/util-deprecate/node.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/node_modules/util-deprecate/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/package-lock.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/untis/EecAndDec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/url\345\212\250\346\200\201\350\265\204\346\272\220.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/yiqing.sql" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/\344\275\234\344\270\232.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/\351\227\262\350\201\212.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\253\350\257\276\351\241\271\347\233\256cookie\344\270\216session\347\232\204\345\272\224\347\224\250/\351\241\271\347\233\256\350\247\204\346\225\264.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/config/db.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/cookie.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/controller/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/controller/BaseController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/controller/IndexController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/controller/UserController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/controller/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/html/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/html/detail.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/html/footer.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/html/header.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/html/index.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/html/login.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/home/html/userReg.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/model/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/model/Base.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/model/UserModel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/.bin/nunjucks-precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/.bin/nunjucks-precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/a-sync-waterfall/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/a-sync-waterfall/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/a-sync-waterfall/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/a-sync-waterfall/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/a-sync-waterfall/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/asap/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/asap/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/asap/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/asap/asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/asap/browser-asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/asap/browser-raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/asap/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/asap/raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/bignumber.js/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/bignumber.js/LICENCE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/bignumber.js/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/bignumber.js/bignumber.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/bignumber.js/bignumber.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/bignumber.js/bignumber.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/bignumber.js/bignumber.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/bignumber.js/bignumber.mjs" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/bignumber.js/doc/API.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/bignumber.js/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/commander/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/commander/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/commander/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/commander/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/commander/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/commander/typings/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/core-util-is/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/core-util-is/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/core-util-is/lib/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/core-util-is/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/crypto/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/crypto/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/inherits/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/inherits/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/inherits/inherits.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/inherits/inherits_browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/inherits/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/isarray/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/isarray/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/isarray/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/isarray/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/isarray/component.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/isarray/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/isarray/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/isarray/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/Changes.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/Connection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/ConnectionConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/Pool.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/PoolCluster.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/PoolConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/PoolConnection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/PoolNamespace.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/PoolSelector.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/Auth.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/PacketHeader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/PacketWriter.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/Parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/Protocol.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/ResultSet.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/Timer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/constants/charsets.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/constants/client.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/constants/errors.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/constants/field_flags.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/constants/server_status.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/constants/ssl_profiles.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/constants/types.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/ComPingPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/EmptyPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/EofPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/ErrorPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/Field.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/FieldPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/OkPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/RowDataPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/packets/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/sequences/ChangeUser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/sequences/Handshake.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/sequences/Ping.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/sequences/Query.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/sequences/Quit.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/sequences/Sequence.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/sequences/Statistics.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/lib/protocol/sequences/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/mysql/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/bin/precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/bin/precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/browser/nunjucks-slim.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/browser/nunjucks-slim.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/browser/nunjucks-slim.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/browser/nunjucks-slim.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/browser/nunjucks.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/browser/nunjucks.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/browser/nunjucks.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/browser/nunjucks.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/compiler.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/environment.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/express-app.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/filters.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/globals.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/jinja-compat.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/lexer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/lib.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/node-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/nodes.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/object.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/precompile-global.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/precompile.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/precompiled-loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/runtime.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/tests.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/transformer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/nunjucks/src/web-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/process-nextick-args/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/process-nextick-args/license.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/process-nextick-args/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/process-nextick-args/readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/GOVERNANCE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/duplex-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/lib/_stream_duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/lib/_stream_passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/lib/_stream_readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/lib/_stream_transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/lib/_stream_writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/lib/internal/streams/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/lib/internal/streams/destroy.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/lib/internal/streams/stream-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/lib/internal/streams/stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/readable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/writable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/readable-stream/writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/safe-buffer/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/safe-buffer/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/safe-buffer/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/safe-buffer/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/safe-buffer/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/sqlstring/HISTORY.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/sqlstring/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/sqlstring/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/sqlstring/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/sqlstring/lib/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/sqlstring/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/string_decoder/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/string_decoder/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/string_decoder/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/string_decoder/lib/string_decoder.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/string_decoder/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/util-deprecate/History.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/util-deprecate/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/util-deprecate/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/util-deprecate/browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/util-deprecate/node.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/node_modules/util-deprecate/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/package-lock.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/untis/EecAndDec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/url\345\212\250\346\200\201\350\265\204\346\272\220.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/yiqing.sql" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/\344\275\234\344\270\232.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/\351\227\262\350\201\212.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\205\255\350\257\276\351\241\271\347\233\256\345\210\235\345\247\213cookie/\351\241\271\347\233\256\350\247\204\346\225\264.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/home/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/home/controller/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/home/controller/BaseController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/home/controller/IndexController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/home/controller/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/home/html/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/home/html/detail.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/home/html/index.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/model/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/model/base.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/url\345\212\250\346\200\201\350\265\204\346\272\220.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\347\254\254\345\233\233\350\257\276\346\250\241\346\235\277\345\274\225\346\223\216\344\274\230\345\214\226/yiqing.sql" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\2661.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/app.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/china.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\225\264\346\224\271/ThikNode.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/ThinkNode.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/app.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/config/application.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/config/db.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/cookie.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/expressdemo.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/favicon.ico" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/BaseController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/IndexController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/UserController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/detail.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/footer.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/header.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/index.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/login.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/userReg.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\345\277\231\347\242\214.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\346\210\220\345\212\237.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\346\212\223\350\231\253\345\255\220.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\346\270\270\346\263\263\345\234\210.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\347\234\213\344\271\246.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\350\207\252\346\213\215.png" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/model/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/model/Base.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/model/UserModel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/nunjucks-precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/nunjucks-precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-conv" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-conv.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-sign" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-sign.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-verify" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/sshpk-verify.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/uuid" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/.bin/uuid.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/.tonic_example.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/dist/ajv.bundle.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/dist/ajv.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/dist/ajv.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/ajv.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/ajv.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/cache.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/async.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/equal.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/error_classes.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/formats.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/resolve.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/rules.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/schema_obj.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/ucs2length.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/data.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/definition_schema.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limit.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitItems.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitLength.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitProperties.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/allOf.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/anyOf.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/coerce.def" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/comment.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/const.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/contains.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/custom.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/defaults.def" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/definitions.def" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/dependencies.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/enum.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/errors.def" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/format.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/if.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/items.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/missing.def" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/multipleOf.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/not.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/oneOf.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/pattern.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/properties.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/propertyNames.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/ref.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/required.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/uniqueItems.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/validate.jst" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limit.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitItems.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitLength.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitProperties.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/allOf.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/anyOf.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/comment.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/const.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/contains.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/custom.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/dependencies.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/enum.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/format.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/if.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/items.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/multipleOf.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/not.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/oneOf.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/pattern.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/properties.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/propertyNames.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/ref.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/required.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/uniqueItems.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/validate.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/keyword.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/refs/data.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/refs/json-schema-draft-04.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/refs/json-schema-draft-06.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/refs/json-schema-draft-07.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/refs/json-schema-secure.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/.eslintrc.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/bundle.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/compile-dots.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/info" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/prepare-tests" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/publish-built-version" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/travis-gh-pages" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/browser-asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/browser-raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/Jenkinsfile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/errors.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/reader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/types.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/writer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/AUTHORS" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/assert.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/bench.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/abort.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/async.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/defer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/iterate.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_asynckit.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_parallel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_serial.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_serial_ordered.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/state.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/streamify.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/terminator.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/parallel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/serial.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/serialOrdered.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/.github/FUNDING.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/aws4.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/lru.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/LICENCE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.mjs" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/doc/API.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/lib/combined_stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/yarn.lock" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/typings/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/lib/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/crypto/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/crypto/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/LICENSE.txt" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/etc/dashdash.bash_completion.in" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/lib/dashdash.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/lib/delayed_stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/delayed-stream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/lib/LICENSE-jsbn" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/lib/ec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/lib/sec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ecc-jsbn/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/.editorconfig" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/.eslintrc" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/.jscs.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/component.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extend/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/.gitmodules" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/Makefile.targ" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/jsl.node.conf" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/lib/extsprintf.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/extsprintf/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/es6/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/es6/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/es6/react.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/es6/react.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/react.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-deep-equal/react.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/.eslintrc.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/.github/FUNDING.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/benchmark/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/benchmark/test.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/example/key_cmp.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/example/nested.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/example/str.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/example/value_cmp.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/test/cmp.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/test/nested.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/test/str.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/fast-json-stable-stringify/test/to-json.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/forever-agent/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/forever-agent/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/forever-agent/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/forever-agent/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/README.md.bak" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/lib/browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/lib/form_data.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/lib/populate.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/form-data/yarn.lock" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/getpass/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/afterRequest.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/beforeRequest.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/browser.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/cache.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/content.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/cookie.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/creator.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/entry.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/har.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/header.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/log.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/page.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/pageTimings.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/postData.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/query.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/request.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/response.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/lib/timings.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-schema/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/lib/async.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/lib/error.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/lib/promise.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/har-validator/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/.dir-locals.el" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/http_signing.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/lib/parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/lib/signer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/lib/utils.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/lib/verify.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/http-signature/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/inherits/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/inherits/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/inherits/inherits.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/inherits/inherits_browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/inherits/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/is-typedarray/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/is-typedarray/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/is-typedarray/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/is-typedarray/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/is-typedarray/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/component.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isarray/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/.jshintrc" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/isstream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/isstream/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/example.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/example.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsbn/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/.eslintrc.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/spec/.eslintrc.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/spec/fixtures/schema.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema-traverse/spec/index.spec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema/lib/links.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema/lib/validate.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-schema/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/stringify.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/test/mocha.opts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/json-stringify-safe/test/stringify_test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/lib/jsprim.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/jsprim/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/HISTORY.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/db.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-db/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-types/HISTORY.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-types/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-types/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-types/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mime-types/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/Changes.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/Connection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/ConnectionConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/Pool.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/PoolCluster.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/PoolConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/PoolConnection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/PoolNamespace.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/PoolSelector.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/Auth.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/PacketHeader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/PacketWriter.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/Parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/Protocol.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/ResultSet.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/Timer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/charsets.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/client.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/errors.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/field_flags.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/server_status.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/ssl_profiles.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/constants/types.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ComPingPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/EmptyPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/EofPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ErrorPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/Field.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/FieldPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/OkPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/RowDataPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/packets/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/ChangeUser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Handshake.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Ping.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Query.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Quit.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Sequence.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/Statistics.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/lib/protocol/sequences/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/mysql/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/bin/precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/bin/precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks-slim.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks-slim.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks-slim.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks-slim.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/browser/nunjucks.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/compiler.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/environment.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/express-app.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/filters.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/globals.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/jinja-compat.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/lexer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/lib.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/node-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/nodes.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/object.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/precompile-global.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/precompile.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/precompiled-loader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/runtime.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/tests.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/transformer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/nunjucks/src/web-loaders.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/oauth-sign/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/oauth-sign/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/oauth-sign/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/oauth-sign/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/.tm_properties" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/lib/performance-now.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/lib/performance-now.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/license.txt" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/src/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/src/performance-now.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/mocha.opts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/performance-now.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/scripts.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/scripts/delayed-call.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/scripts/delayed-require.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/scripts/difference.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/performance-now/test/scripts/initial-value.coffee" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/process-nextick-args/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/process-nextick-args/license.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/process-nextick-args/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/process-nextick-args/readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/browserstack-logo.svg" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/data/rules.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/dist/psl.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/dist/psl.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/psl/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/punycode/LICENSE-MIT.txt" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/punycode/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/punycode/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/punycode/punycode.es6.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/punycode/punycode.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/.editorconfig" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/.eslintrc" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/.github/FUNDING.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/.nycrc" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/bower.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/component.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/dist/qs.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/lib/formats.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/lib/parse.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/lib/stringify.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/lib/utils.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/test/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/test/parse.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/test/stringify.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/qs/test/utils.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/GOVERNANCE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/duplex-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/_stream_duplex.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/_stream_passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/_stream_readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/_stream_transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/_stream_writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/internal/streams/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/internal/streams/destroy.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/internal/streams/stream-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/lib/internal/streams/stream.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/passthrough.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/readable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/readable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/transform.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/writable-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/readable-stream/writable.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/auth.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/cookies.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/getProxyFromURI.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/har.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/hawk.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/helpers.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/multipart.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/oauth.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/querystring.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/redirect.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/lib/tunnel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/request/request.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safe-buffer/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safe-buffer/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safe-buffer/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safe-buffer/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safe-buffer/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/Porting-Buffer.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/dangerous.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/safer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/safer-buffer/tests.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/HISTORY.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/lib/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sqlstring/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/Jenkinsfile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/bin/sshpk-conv" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/bin/sshpk-sign" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/bin/sshpk-verify" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/algs.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/certificate.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/dhe.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/ed-compat.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/errors.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/fingerprint.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/auto.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/dnssec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/openssh-cert.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/pem.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/pkcs1.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/pkcs8.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/putty.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/rfc4253.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/ssh-private.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/ssh.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/x509-pem.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/formats/x509.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/identity.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/key.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/private-key.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/signature.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/ssh-buffer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/lib/utils.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/man/man1/sshpk-conv.1" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/man/man1/sshpk-sign.1" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/man/man1/sshpk-verify.1" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/sshpk/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/string_decoder/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/string_decoder/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/string_decoder/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/string_decoder/lib/string_decoder.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/string_decoder/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/cookie.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/memstore.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/pathMatch.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/permuteDomain.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/pubsuffix-psl.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/store.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/lib/version.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tough-cookie/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tunnel-agent/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tunnel-agent/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tunnel-agent/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tunnel-agent/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/AUTHORS.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/nacl-fast.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/nacl-fast.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/nacl.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/nacl.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/nacl.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/tweetnacl/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.min.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/es5/uri.all.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/index.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-iri.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-iri.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-iri.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-uri.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-uri.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/regexps-uri.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/http.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/http.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/http.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/https.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/https.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/https.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/mailto.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/mailto.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/urn.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/ws.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/ws.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/ws.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/wss.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/wss.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/schemes/wss.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/uri.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/uri.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/uri.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/util.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/dist/esnext/util.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uri-js/yarn.lock" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/History.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/node.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/util-deprecate/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/AUTHORS" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/bin/uuid" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/bytesToUuid.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/md5-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/md5.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/rng-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/rng.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/sha1-browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/sha1.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/lib/v35.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/v1.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/v3.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/v4.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/uuid/v5.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/CONTRIBUTING.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/lib/verror.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/float.patch" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/lib/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/node_modules/core-util-is/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/verror/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/package-lock.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/requestdemo.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/untis/ArrayHelp.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/untis/EecAndDec.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/yiqing.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/yiqing.sql" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/yiqing1.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/\344\275\234\344\270\232.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/\346\200\273\347\273\223.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/\351\227\262\350\201\212.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\346\241\206\346\236\266\346\225\264\346\224\271/\351\241\271\347\233\256\350\247\204\346\225\264.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/config/db.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/cookie.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/controller/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/controller/BaseController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/controller/IndexController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/controller/UserController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/controller/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/detail.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/footer.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/header.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/index.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/login.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/home/html/userReg.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/model/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/model/Base.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/model/UserModel.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/.bin/nunjucks-precompile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/.bin/nunjucks-precompile.cmd" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/a-sync-waterfall/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/a-sync-waterfall/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/a-sync-waterfall/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/a-sync-waterfall/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/a-sync-waterfall/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/CHANGES.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/LICENSE.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/browser-asap.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/browser-raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/asap/raw.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/LICENCE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/bignumber.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/bignumber.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/bignumber.min.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/bignumber.min.js.map" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/bignumber.mjs" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/doc/API.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/bignumber.js/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/commander/typings/index.d.ts" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/core-util-is/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/core-util-is/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/core-util-is/lib/util.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/core-util-is/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/crypto/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/crypto/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/inherits/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/inherits/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/inherits/inherits.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/inherits/inherits_browser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/inherits/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/.npmignore" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/.travis.yml" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/Makefile" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/README.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/component.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/isarray/test.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/Changes.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/License" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/Readme.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/Connection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/ConnectionConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/Pool.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/PoolCluster.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/PoolConfig.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/PoolConnection.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/PoolNamespace.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/PoolSelector.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/Auth.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/BufferList.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/PacketHeader.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/PacketWriter.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/Parser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/Protocol.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/ResultSet.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/SqlString.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/Timer.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/charsets.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/client.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/errors.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/field_flags.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/server_status.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/ssl_profiles.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/constants/types.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ComPingPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/EmptyPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/EofPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ErrorPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/Field.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/FieldPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/OkPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/RowDataPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/packets/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/ChangeUser.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Handshake.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Ping.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Query.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Quit.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Sequence.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/Statistics.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/lib/protocol/sequences/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/mysql/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/CHANGELOG.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/LICENSE" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/node_modules/nunjucks/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/package-lock.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/package.json" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/url\345\212\250\346\200\201\350\265\204\346\272\220.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/yiqing.sql" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/\344\275\234\344\270\232.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/\351\227\262\350\201\212.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\347\254\254\344\270\203\350\257\276\351\241\271\347\233\256cookie\344\270\216session/\351\241\271\347\233\256\350\247\204\346\225\264.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/mvc\350\207\252\345\273\272\346\241\206\346\236\2661.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/promise.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/promisedemo.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/situation.sql" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\350\207\252\345\273\272\346\241\206\346\236\266\350\257\276\344\273\266/\345\212\250\346\200\201\347\275\221\347\253\231demo.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/promise.md" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/promisedemo.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/situation.sql" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/url\345\212\250\346\200\201\350\265\204\346\272\220/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/url\345\212\250\346\200\201\350\265\204\346\272\220/home/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/url\345\212\250\346\200\201\350\265\204\346\272\220/home/controller/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/url\345\212\250\346\200\201\350\265\204\346\272\220/home/controller/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/url\345\212\250\346\200\201\350\265\204\346\272\220/home/html/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/url\345\212\250\346\200\201\350\265\204\346\272\220/home/html/index.html" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/url\345\212\250\346\200\201\350\265\204\346\272\220/model/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/url\345\212\250\346\200\201\350\265\204\346\272\220/model/base.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/url\345\212\250\346\200\201\350\265\204\346\272\220/sql/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/url\345\212\250\346\200\201\350\265\204\346\272\220/sql/yiqing.sql" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/url\345\212\250\346\200\201\350\265\204\346\272\220/url\345\212\250\346\200\201\350\265\204\346\272\220.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/\345\212\250\346\200\201\347\275\221\347\253\231demo.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/\346\225\260\346\215\256\345\272\223\346\237\245\350\257\242\344\274\230\345\214\226\344\272\216class\347\256\200\344\273\213/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/\346\225\260\346\215\256\345\272\223\346\237\245\350\257\242\344\274\230\345\214\226\344\272\216class\347\256\200\344\273\213/home/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/\346\225\260\346\215\256\345\272\223\346\237\245\350\257\242\344\274\230\345\214\226\344\272\216class\347\256\200\344\273\213/home/controller/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/\346\225\260\346\215\256\345\272\223\346\237\245\350\257\242\344\274\230\345\214\226\344\272\216class\347\256\200\344\273\213/home/controller/IndexController.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/\346\225\260\346\215\256\345\272\223\346\237\245\350\257\242\344\274\230\345\214\226\344\272\216class\347\256\200\344\273\213/home/controller/index.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/\346\225\260\346\215\256\345\272\223\346\237\245\350\257\242\344\274\230\345\214\226\344\272\216class\347\256\200\344\273\213/model/.keep" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/\346\225\260\346\215\256\345\272\223\346\237\245\350\257\242\344\274\230\345\214\226\344\272\216class\347\256\200\344\273\213/model/base.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/\346\225\260\346\215\256\345\272\223\346\237\245\350\257\242\344\274\230\345\214\226\344\272\216class\347\256\200\344\273\213/url\345\212\250\346\200\201\350\265\204\346\272\220.js" create mode 100644 "\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/\346\225\260\346\215\256\345\272\223\346\237\245\350\257\242\344\274\230\345\214\226\344\272\216class\347\256\200\344\273\213/\346\200\273\347\273\223.md" diff --git "a/\345\210\230\351\234\236/3.8/index.js" "b/\345\210\230\351\234\236/3.8/index.js" new file mode 100644 index 0000000..d8ea4be --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/index.js" @@ -0,0 +1,70 @@ + +const mysql = require('mysql'); + +//配置 +let db = mysql.createConnection({ + host:'localhost', + user:'root', + password:'root', + port:'3306', + database:'demo' +}); + +//封装数据库操作 +function query(sql , callback){ + db.connect();//建立连接 + db.query(sql, function(err , result){ + if(err){ + console.log(err.message); + return; + } + callback(result); + }) + db.end();//释放资源 + +} + +//创建表格 +let sql = `CREATE TABLE info +( id int primary key, +name varchar(25) not null, +age int not null)`; +query(sql,function(result){ + if(result){ + console.log('表格创建成功'); + } + }); + +//增加字段 +let sql1 = `insert into info(id,name,age) values +(1,'小张',18), +(2,'小明',19), +(3,'小红',20), +(4,'小黄',17)`; +query(sql1 , function(result){ + if(result){ + console.log('数据插入成功'); + } +}) +查询字段 +let sql2 =`select * from info`; +query(sql2,function(result){ + console.log(result); +}) + +修改字段 +let sql3= `update info set name='小黑' where id=1`; +query(sql3,function(result){ + if(result){ + console.log('修改成功'); + } +}); + +//删除字段 +let sql4 = `DELETE FROM info where name='小黑'`; +query(sql4,function(result){ + if(result){ + console.log('删除成功'); + } +}) + diff --git "a/\345\210\230\351\234\236/3.8/node_modules/.package-lock.json" "b/\345\210\230\351\234\236/3.8/node_modules/.package-lock.json" new file mode 100644 index 0000000..b5c7396 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/.package-lock.json" @@ -0,0 +1,89 @@ +{ + "name": "3.7使用mysql模块实现增删改查", + "lockfileVersion": 2, + "requires": true, + "packages": { + "node_modules/bignumber.js": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.0.tgz", + "integrity": "sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A==", + "engines": { + "node": "*" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "node_modules/mysql": { + "version": "2.18.1", + "resolved": "https://registry.npmjs.org/mysql/-/mysql-2.18.1.tgz", + "integrity": "sha512-Bca+gk2YWmqp2Uf6k5NFEurwY/0td0cpebAucFpY/3jhrwrVGuxU2uQFCHjU19SJfje0yQvi+rVWdq78hR5lig==", + "dependencies": { + "bignumber.js": "9.0.0", + "readable-stream": "2.3.7", + "safe-buffer": "5.1.2", + "sqlstring": "2.3.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/sqlstring": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.1.tgz", + "integrity": "sha1-R1OT/56RR5rqYtyvDKPRSYOn+0A=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + } + } +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/CHANGELOG.md" "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/CHANGELOG.md" new file mode 100644 index 0000000..e3ec980 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/CHANGELOG.md" @@ -0,0 +1,266 @@ +#### 9.0.0 +* 27/05/2019 +* For compatibility with legacy browsers, remove `Symbol` references. + +#### 8.1.1 +* 24/02/2019 +* [BUGFIX] #222 Restore missing `var` to `export BigNumber`. +* Allow any key in BigNumber.Instance in *bignumber.d.ts*. + +#### 8.1.0 +* 23/02/2019 +* [NEW FEATURE] #220 Create a BigNumber using `{s, e, c}`. +* [NEW FEATURE] `isBigNumber`: if `BigNumber.DEBUG` is `true`, also check that the BigNumber instance is well-formed. +* Remove `instanceof` checks; just use `_isBigNumber` to identify a BigNumber instance. +* Add `_isBigNumber` to prototype in *bignumber.mjs*. +* Add tests for BigNumber creation from object. +* Update *API.html*. + +#### 8.0.2 +* 13/01/2019 +* #209 `toPrecision` without argument should follow `toString`. +* Improve *Use* section of *README*. +* Optimise `toString(10)`. +* Add verson number to API doc. + +#### 8.0.1 +* 01/11/2018 +* Rest parameter must be array type in *bignumber.d.ts*. + +#### 8.0.0 +* 01/11/2018 +* [NEW FEATURE] Add `BigNumber.sum` method. +* [NEW FEATURE]`toFormat`: add `prefix` and `suffix` options. +* [NEW FEATURE] #178 Pass custom formatting to `toFormat`. +* [BREAKING CHANGE] #184 `toFraction`: return array of BigNumbers not strings. +* [NEW FEATURE] #185 Enable overwrite of `valueOf` to prevent accidental addition to string. +* #183 Add Node.js `crypto` requirement to documentation. +* [BREAKING CHANGE] #198 Disallow signs and whitespace in custom alphabet. +* [NEW FEATURE] #188 Implement `util.inspect.custom` for Node.js REPL. +* #170 Make `isBigNumber` a type guard in *bignumber.d.ts*. +* [BREAKING CHANGE] `BigNumber.min` and `BigNumber.max`: don't accept an array. +* Update *.travis.yml*. +* Remove *bower.json*. + +#### 7.2.1 +* 24/05/2018 +* Add `browser` field to *package.json*. + +#### 7.2.0 +* 22/05/2018 +* #166 Correct *.mjs* file. Remove extension from `main` field in *package.json*. + +#### 7.1.0 +* 18/05/2018 +* Add `module` field to *package.json* for *bignumber.mjs*. + +#### 7.0.2 +* 17/05/2018 +* #165 Bugfix: upper-case letters for bases 11-36 in a custom alphabet. +* Add note to *README* regarding creating BigNumbers from Number values. + +#### 7.0.1 +* 26/04/2018 +* #158 Fix global object variable name typo. + +#### 7.0.0 +* 26/04/2018 +* #143 Remove global BigNumber from typings. +* #144 Enable compatibility with `Object.freeze(Object.prototype)`. +* #148 #123 #11 Only throw on a number primitive with more than 15 significant digits if `BigNumber.DEBUG` is `true`. +* Only throw on an invalid BigNumber value if `BigNumber.DEBUG` is `true`. Return BigNumber `NaN` instead. +* #154 `exponentiatedBy`: allow BigNumber exponent. +* #156 Prevent Content Security Policy *unsafe-eval* issue. +* `toFraction`: allow `Infinity` maximum denominator. +* Comment-out some excess tests to reduce test time. +* Amend indentation and other spacing. + +#### 6.0.0 +* 26/01/2018 +* #137 Implement `APLHABET` configuration option. +* Remove `ERRORS` configuration option. +* Remove `toDigits` method; extend `precision` method accordingly. +* Remove s`round` method; extend `decimalPlaces` method accordingly. +* Remove methods: `ceil`, `floor`, and `truncated`. +* Remove method aliases: `add`, `cmp`, `isInt`, `isNeg`, `trunc`, `mul`, `neg` and `sub`. +* Rename methods: `shift` to `shiftedBy`, `another` to `clone`, `toPower` to `exponentiatedBy`, and `equals` to `isEqualTo`. +* Rename methods: add `is` prefix to `greaterThan`, `greaterThanOrEqualTo`, `lessThan` and `lessThanOrEqualTo`. +* Add methods: `multipliedBy`, `isBigNumber`, `isPositive`, `integerValue`, `maximum` and `minimum`. +* Refactor test suite. +* Add *CHANGELOG.md*. +* Rewrite *bignumber.d.ts*. +* Redo API image. + +#### 5.0.0 +* 27/11/2017 +* #81 Don't throw on constructor call without `new`. + +#### 4.1.0 +* 26/09/2017 +* Remove node 0.6 from *.travis.yml*. +* Add *bignumber.mjs*. + +#### 4.0.4 +* 03/09/2017 +* Add missing aliases to *bignumber.d.ts*. + +#### 4.0.3 +* 30/08/2017 +* Add types: *bignumber.d.ts*. + +#### 4.0.2 +* 03/05/2017 +* #120 Workaround Safari/Webkit bug. + +#### 4.0.1 +* 05/04/2017 +* #121 BigNumber.default to BigNumber['default']. + +#### 4.0.0 +* 09/01/2017 +* Replace BigNumber.isBigNumber method with isBigNumber prototype property. + +#### 3.1.2 +* 08/01/2017 +* Minor documentation edit. + +#### 3.1.1 +* 08/01/2017 +* Uncomment `isBigNumber` tests. +* Ignore dot files. + +#### 3.1.0 +* 08/01/2017 +* Add `isBigNumber` method. + +#### 3.0.2 +* 08/01/2017 +* Bugfix: Possible incorrect value of `ERRORS` after a `BigNumber.another` call (due to `parseNumeric` declaration in outer scope). + +#### 3.0.1 +* 23/11/2016 +* Apply fix for old ipads with `%` issue, see #57 and #102. +* Correct error message. + +#### 3.0.0 +* 09/11/2016 +* Remove `require('crypto')` - leave it to the user. +* Add `BigNumber.set` as `BigNumber.config` alias. +* Default `POW_PRECISION` to `0`. + +#### 2.4.0 +* 14/07/2016 +* #97 Add exports to support ES6 imports. + +#### 2.3.0 +* 07/03/2016 +* #86 Add modulus parameter to `toPower`. + +#### 2.2.0 +* 03/03/2016 +* #91 Permit larger JS integers. + +#### 2.1.4 +* 15/12/2015 +* Correct UMD. + +#### 2.1.3 +* 13/12/2015 +* Refactor re global object and crypto availability when bundling. + +#### 2.1.2 +* 10/12/2015 +* Bugfix: `window.crypto` not assigned to `crypto`. + +#### 2.1.1 +* 09/12/2015 +* Prevent code bundler from adding `crypto` shim. + +#### 2.1.0 +* 26/10/2015 +* For `valueOf` and `toJSON`, include the minus sign with negative zero. + +#### 2.0.8 +* 2/10/2015 +* Internal round function bugfix. + +#### 2.0.6 +* 31/03/2015 +* Add bower.json. Tweak division after in-depth review. + +#### 2.0.5 +* 25/03/2015 +* Amend README. Remove bitcoin address. + +#### 2.0.4 +* 25/03/2015 +* Critical bugfix #58: division. + +#### 2.0.3 +* 18/02/2015 +* Amend README. Add source map. + +#### 2.0.2 +* 18/02/2015 +* Correct links. + +#### 2.0.1 +* 18/02/2015 +* Add `max`, `min`, `precision`, `random`, `shiftedBy`, `toDigits` and `truncated` methods. +* Add the short-forms: `add`, `mul`, `sd`, `sub` and `trunc`. +* Add an `another` method to enable multiple independent constructors to be created. +* Add support for the base 2, 8 and 16 prefixes `0b`, `0o` and `0x`. +* Enable a rounding mode to be specified as a second parameter to `toExponential`, `toFixed`, `toFormat` and `toPrecision`. +* Add a `CRYPTO` configuration property so cryptographically-secure pseudo-random number generation can be specified. +* Add a `MODULO_MODE` configuration property to enable the rounding mode used by the `modulo` operation to be specified. +* Add a `POW_PRECISION` configuration property to enable the number of significant digits calculated by the power operation to be limited. +* Improve code quality. +* Improve documentation. + +#### 2.0.0 +* 29/12/2014 +* Add `dividedToIntegerBy`, `isInteger` and `toFormat` methods. +* Remove the following short-forms: `isF`, `isZ`, `toE`, `toF`, `toFr`, `toN`, `toP`, `toS`. +* Store a BigNumber's coefficient in base 1e14, rather than base 10. +* Add fast path for integers to BigNumber constructor. +* Incorporate the library into the online documentation. + +#### 1.5.0 +* 13/11/2014 +* Add `toJSON` and `decimalPlaces` methods. + +#### 1.4.1 +* 08/06/2014 +* Amend README. + +#### 1.4.0 +* 08/05/2014 +* Add `toNumber`. + +#### 1.3.0 +* 08/11/2013 +* Ensure correct rounding of `sqrt` in all, rather than almost all, cases. +* Maximum radix to 64. + +#### 1.2.1 +* 17/10/2013 +* Sign of zero when x < 0 and x + (-x) = 0. + +#### 1.2.0 +* 19/9/2013 +* Throw Error objects for stack. + +#### 1.1.1 +* 22/8/2013 +* Show original value in constructor error message. + +#### 1.1.0 +* 1/8/2013 +* Allow numbers with trailing radix point. + +#### 1.0.1 +* Bugfix: error messages with incorrect method name + +#### 1.0.0 +* 8/11/2012 +* Initial release diff --git "a/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/LICENCE" "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/LICENCE" new file mode 100644 index 0000000..3c39f85 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/LICENCE" @@ -0,0 +1,23 @@ +The MIT Licence. + +Copyright (c) 2019 Michael Mclaughlin + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git "a/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/README.md" "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/README.md" new file mode 100644 index 0000000..a4a3e10 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/README.md" @@ -0,0 +1,268 @@ +![bignumber.js](https://raw.githubusercontent.com/MikeMcl/bignumber.js/gh-pages/bignumberjs.png) + +A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic. + +[![Build Status](https://travis-ci.org/MikeMcl/bignumber.js.svg)](https://travis-ci.org/MikeMcl/bignumber.js) + +
+ +## Features + + - Integers and decimals + - Simple API but full-featured + - Faster, smaller, and perhaps easier to use than JavaScript versions of Java's BigDecimal + - 8 KB minified and gzipped + - Replicates the `toExponential`, `toFixed`, `toPrecision` and `toString` methods of JavaScript's Number type + - Includes a `toFraction` and a correctly-rounded `squareRoot` method + - Supports cryptographically-secure pseudo-random number generation + - No dependencies + - Wide platform compatibility: uses JavaScript 1.5 (ECMAScript 3) features only + - Comprehensive [documentation](http://mikemcl.github.io/bignumber.js/) and test set + +![API](https://raw.githubusercontent.com/MikeMcl/bignumber.js/gh-pages/API.png) + +If a smaller and simpler library is required see [big.js](https://github.com/MikeMcl/big.js/). +It's less than half the size but only works with decimal numbers and only has half the methods. +It also does not allow `NaN` or `Infinity`, or have the configuration options of this library. + +See also [decimal.js](https://github.com/MikeMcl/decimal.js/), which among other things adds support for non-integer powers, and performs all operations to a specified number of significant digits. + +## Load + +The library is the single JavaScript file *bignumber.js* (or minified, *bignumber.min.js*). + +Browser: + +```html + +``` + +[Node.js](http://nodejs.org): + +```bash +$ npm install bignumber.js +``` + +```javascript +const BigNumber = require('bignumber.js'); +``` + +ES6 module: + +```javascript +import BigNumber from "./bignumber.mjs" +``` + +AMD loader libraries such as [requireJS](http://requirejs.org/): + +```javascript +require(['bignumber'], function(BigNumber) { + // Use BigNumber here in local scope. No global BigNumber. +}); +``` + +## Use + +The library exports a single constructor function, [`BigNumber`](http://mikemcl.github.io/bignumber.js/#bignumber), which accepts a value of type Number, String or BigNumber, + +```javascript +let x = new BigNumber(123.4567); +let y = BigNumber('123456.7e-3'); +let z = new BigNumber(x); +x.isEqualTo(y) && y.isEqualTo(z) && x.isEqualTo(z); // true +``` + +To get the string value of a BigNumber use [`toString()`](http://mikemcl.github.io/bignumber.js/#toS) or [`toFixed()`](http://mikemcl.github.io/bignumber.js/#toFix). Using `toFixed()` prevents exponential notation being returned, no matter how large or small the value. + +```javascript +let x = new BigNumber('1111222233334444555566'); +x.toString(); // "1.111222233334444555566e+21" +x.toFixed(); // "1111222233334444555566" +``` + +If the limited precision of Number values is not well understood, it is recommended to create BigNumbers from String values rather than Number values to avoid a potential loss of precision. + +*In all further examples below, `let`, semicolons and `toString` calls are not shown. If a commented-out value is in quotes it means `toString` has been called on the preceding expression.* + +```javascript +// Precision loss from using numeric literals with more than 15 significant digits. +new BigNumber(1.0000000000000001) // '1' +new BigNumber(88259496234518.57) // '88259496234518.56' +new BigNumber(99999999999999999999) // '100000000000000000000' + +// Precision loss from using numeric literals outside the range of Number values. +new BigNumber(2e+308) // 'Infinity' +new BigNumber(1e-324) // '0' + +// Precision loss from the unexpected result of arithmetic with Number values. +new BigNumber(0.7 + 0.1) // '0.7999999999999999' +``` + +When creating a BigNumber from a Number, note that a BigNumber is created from a Number's decimal `toString()` value not from its underlying binary value. If the latter is required, then pass the Number's `toString(2)` value and specify base 2. + +```javascript +new BigNumber(Number.MAX_VALUE.toString(2), 2) +``` + +BigNumbers can be created from values in bases from 2 to 36. See [`ALPHABET`](http://mikemcl.github.io/bignumber.js/#alphabet) to extend this range. + +```javascript +a = new BigNumber(1011, 2) // "11" +b = new BigNumber('zz.9', 36) // "1295.25" +c = a.plus(b) // "1306.25" +``` + +Performance is better if base 10 is NOT specified for decimal values. Only specify base 10 when it is desired that the number of decimal places of the input value be limited to the current [`DECIMAL_PLACES`](http://mikemcl.github.io/bignumber.js/#decimal-places) setting. + +A BigNumber is immutable in the sense that it is not changed by its methods. + +```javascript +0.3 - 0.1 // 0.19999999999999998 +x = new BigNumber(0.3) +x.minus(0.1) // "0.2" +x // "0.3" +``` + +The methods that return a BigNumber can be chained. + +```javascript +x.dividedBy(y).plus(z).times(9) +x.times('1.23456780123456789e+9').plus(9876.5432321).dividedBy('4444562598.111772').integerValue() +``` + +Some of the longer method names have a shorter alias. + +```javascript +x.squareRoot().dividedBy(y).exponentiatedBy(3).isEqualTo(x.sqrt().div(y).pow(3)) // true +x.modulo(y).multipliedBy(z).eq(x.mod(y).times(z)) // true +``` + +As with JavaScript's Number type, there are [`toExponential`](http://mikemcl.github.io/bignumber.js/#toE), [`toFixed`](http://mikemcl.github.io/bignumber.js/#toFix) and [`toPrecision`](http://mikemcl.github.io/bignumber.js/#toP) methods. + +```javascript +x = new BigNumber(255.5) +x.toExponential(5) // "2.55500e+2" +x.toFixed(5) // "255.50000" +x.toPrecision(5) // "255.50" +x.toNumber() // 255.5 +``` + + A base can be specified for [`toString`](http://mikemcl.github.io/bignumber.js/#toS). Performance is better if base 10 is NOT specified, i.e. use `toString()` not `toString(10)`. Only specify base 10 when it is desired that the number of decimal places be limited to the current [`DECIMAL_PLACES`](http://mikemcl.github.io/bignumber.js/#decimal-places) setting. + + ```javascript + x.toString(16) // "ff.8" + ``` + +There is a [`toFormat`](http://mikemcl.github.io/bignumber.js/#toFor) method which may be useful for internationalisation. + +```javascript +y = new BigNumber('1234567.898765') +y.toFormat(2) // "1,234,567.90" +``` + +The maximum number of decimal places of the result of an operation involving division (i.e. a division, square root, base conversion or negative power operation) is set using the `set` or `config` method of the `BigNumber` constructor. + +The other arithmetic operations always give the exact result. + +```javascript +BigNumber.set({ DECIMAL_PLACES: 10, ROUNDING_MODE: 4 }) + +x = new BigNumber(2) +y = new BigNumber(3) +z = x.dividedBy(y) // "0.6666666667" +z.squareRoot() // "0.8164965809" +z.exponentiatedBy(-3) // "3.3749999995" +z.toString(2) // "0.1010101011" +z.multipliedBy(z) // "0.44444444448888888889" +z.multipliedBy(z).decimalPlaces(10) // "0.4444444445" +``` + +There is a [`toFraction`](http://mikemcl.github.io/bignumber.js/#toFr) method with an optional *maximum denominator* argument + +```javascript +y = new BigNumber(355) +pi = y.dividedBy(113) // "3.1415929204" +pi.toFraction() // [ "7853982301", "2500000000" ] +pi.toFraction(1000) // [ "355", "113" ] +``` + +and [`isNaN`](http://mikemcl.github.io/bignumber.js/#isNaN) and [`isFinite`](http://mikemcl.github.io/bignumber.js/#isF) methods, as `NaN` and `Infinity` are valid `BigNumber` values. + +```javascript +x = new BigNumber(NaN) // "NaN" +y = new BigNumber(Infinity) // "Infinity" +x.isNaN() && !y.isNaN() && !x.isFinite() && !y.isFinite() // true +``` + +The value of a BigNumber is stored in a decimal floating point format in terms of a coefficient, exponent and sign. + +```javascript +x = new BigNumber(-123.456); +x.c // [ 123, 45600000000000 ] coefficient (i.e. significand) +x.e // 2 exponent +x.s // -1 sign +``` + +For advanced usage, multiple BigNumber constructors can be created, each with their own independent configuration. + +```javascript +// Set DECIMAL_PLACES for the original BigNumber constructor +BigNumber.set({ DECIMAL_PLACES: 10 }) + +// Create another BigNumber constructor, optionally passing in a configuration object +BN = BigNumber.clone({ DECIMAL_PLACES: 5 }) + +x = new BigNumber(1) +y = new BN(1) + +x.div(3) // '0.3333333333' +y.div(3) // '0.33333' +``` + +For further information see the [API](http://mikemcl.github.io/bignumber.js/) reference in the *doc* directory. + +## Test + +The *test/modules* directory contains the test scripts for each method. + +The tests can be run with Node.js or a browser. For Node.js use + + $ npm test + +or + + $ node test/test + +To test a single method, use, for example + + $ node test/methods/toFraction + +For the browser, open *test/test.html*. + +## Build + +For Node, if [uglify-js](https://github.com/mishoo/UglifyJS2) is installed + + npm install uglify-js -g + +then + + npm run build + +will create *bignumber.min.js*. + +A source map will also be created in the root directory. + +## Feedback + +Open an issue, or email + +Michael + +M8ch88l@gmail.com + +## Licence + +The MIT Licence. + +See [LICENCE](https://github.com/MikeMcl/bignumber.js/blob/master/LICENCE). diff --git "a/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.d.ts" "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.d.ts" new file mode 100644 index 0000000..dc9b0b1 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.d.ts" @@ -0,0 +1,1829 @@ +// Type definitions for bignumber.js >=8.1.0 +// Project: https://github.com/MikeMcl/bignumber.js +// Definitions by: Michael Mclaughlin +// Definitions: https://github.com/MikeMcl/bignumber.js + +// Documentation: http://mikemcl.github.io/bignumber.js/ +// +// Exports: +// +// class BigNumber (default export) +// type BigNumber.Constructor +// type BigNumber.ModuloMode +// type BigNumber.RoundingMOde +// type BigNumber.Value +// interface BigNumber.Config +// interface BigNumber.Format +// interface BigNumber.Instance +// +// Example: +// +// import {BigNumber} from "bignumber.js" +// //import BigNumber from "bignumber.js" +// +// let rm: BigNumber.RoundingMode = BigNumber.ROUND_UP; +// let f: BigNumber.Format = { decimalSeparator: ',' }; +// let c: BigNumber.Config = { DECIMAL_PLACES: 4, ROUNDING_MODE: rm, FORMAT: f }; +// BigNumber.config(c); +// +// let v: BigNumber.Value = '12345.6789'; +// let b: BigNumber = new BigNumber(v); +// +// The use of compiler option `--strictNullChecks` is recommended. + +export default BigNumber; + +export namespace BigNumber { + + /** See `BigNumber.config` (alias `BigNumber.set`) and `BigNumber.clone`. */ + interface Config { + + /** + * An integer, 0 to 1e+9. Default value: 20. + * + * The maximum number of decimal places of the result of operations involving division, i.e. + * division, square root and base conversion operations, and exponentiation when the exponent is + * negative. + * + * ```ts + * BigNumber.config({ DECIMAL_PLACES: 5 }) + * BigNumber.set({ DECIMAL_PLACES: 5 }) + * ``` + */ + DECIMAL_PLACES?: number; + + /** + * An integer, 0 to 8. Default value: `BigNumber.ROUND_HALF_UP` (4). + * + * The rounding mode used in operations that involve division (see `DECIMAL_PLACES`) and the + * default rounding mode of the `decimalPlaces`, `precision`, `toExponential`, `toFixed`, + * `toFormat` and `toPrecision` methods. + * + * The modes are available as enumerated properties of the BigNumber constructor. + * + * ```ts + * BigNumber.config({ ROUNDING_MODE: 0 }) + * BigNumber.set({ ROUNDING_MODE: BigNumber.ROUND_UP }) + * ``` + */ + ROUNDING_MODE?: BigNumber.RoundingMode; + + /** + * An integer, 0 to 1e+9, or an array, [-1e+9 to 0, 0 to 1e+9]. + * Default value: `[-7, 20]`. + * + * The exponent value(s) at which `toString` returns exponential notation. + * + * If a single number is assigned, the value is the exponent magnitude. + * + * If an array of two numbers is assigned then the first number is the negative exponent value at + * and beneath which exponential notation is used, and the second number is the positive exponent + * value at and above which exponential notation is used. + * + * For example, to emulate JavaScript numbers in terms of the exponent values at which they begin + * to use exponential notation, use `[-7, 20]`. + * + * ```ts + * BigNumber.config({ EXPONENTIAL_AT: 2 }) + * new BigNumber(12.3) // '12.3' e is only 1 + * new BigNumber(123) // '1.23e+2' + * new BigNumber(0.123) // '0.123' e is only -1 + * new BigNumber(0.0123) // '1.23e-2' + * + * BigNumber.config({ EXPONENTIAL_AT: [-7, 20] }) + * new BigNumber(123456789) // '123456789' e is only 8 + * new BigNumber(0.000000123) // '1.23e-7' + * + * // Almost never return exponential notation: + * BigNumber.config({ EXPONENTIAL_AT: 1e+9 }) + * + * // Always return exponential notation: + * BigNumber.config({ EXPONENTIAL_AT: 0 }) + * ``` + * + * Regardless of the value of `EXPONENTIAL_AT`, the `toFixed` method will always return a value in + * normal notation and the `toExponential` method will always return a value in exponential form. + * Calling `toString` with a base argument, e.g. `toString(10)`, will also always return normal + * notation. + */ + EXPONENTIAL_AT?: number | [number, number]; + + /** + * An integer, magnitude 1 to 1e+9, or an array, [-1e+9 to -1, 1 to 1e+9]. + * Default value: `[-1e+9, 1e+9]`. + * + * The exponent value(s) beyond which overflow to Infinity and underflow to zero occurs. + * + * If a single number is assigned, it is the maximum exponent magnitude: values wth a positive + * exponent of greater magnitude become Infinity and those with a negative exponent of greater + * magnitude become zero. + * + * If an array of two numbers is assigned then the first number is the negative exponent limit and + * the second number is the positive exponent limit. + * + * For example, to emulate JavaScript numbers in terms of the exponent values at which they + * become zero and Infinity, use [-324, 308]. + * + * ```ts + * BigNumber.config({ RANGE: 500 }) + * BigNumber.config().RANGE // [ -500, 500 ] + * new BigNumber('9.999e499') // '9.999e+499' + * new BigNumber('1e500') // 'Infinity' + * new BigNumber('1e-499') // '1e-499' + * new BigNumber('1e-500') // '0' + * + * BigNumber.config({ RANGE: [-3, 4] }) + * new BigNumber(99999) // '99999' e is only 4 + * new BigNumber(100000) // 'Infinity' e is 5 + * new BigNumber(0.001) // '0.01' e is only -3 + * new BigNumber(0.0001) // '0' e is -4 + * ``` + * The largest possible magnitude of a finite BigNumber is 9.999...e+1000000000. + * The smallest possible magnitude of a non-zero BigNumber is 1e-1000000000. + */ + RANGE?: number | [number, number]; + + /** + * A boolean: `true` or `false`. Default value: `false`. + * + * The value that determines whether cryptographically-secure pseudo-random number generation is + * used. If `CRYPTO` is set to true then the random method will generate random digits using + * `crypto.getRandomValues` in browsers that support it, or `crypto.randomBytes` if using a + * version of Node.js that supports it. + * + * If neither function is supported by the host environment then attempting to set `CRYPTO` to + * `true` will fail and an exception will be thrown. + * + * If `CRYPTO` is `false` then the source of randomness used will be `Math.random` (which is + * assumed to generate at least 30 bits of randomness). + * + * See `BigNumber.random`. + * + * ```ts + * // Node.js + * global.crypto = require('crypto') + * + * BigNumber.config({ CRYPTO: true }) + * BigNumber.config().CRYPTO // true + * BigNumber.random() // 0.54340758610486147524 + * ``` + */ + CRYPTO?: boolean; + + /** + * An integer, 0, 1, 3, 6 or 9. Default value: `BigNumber.ROUND_DOWN` (1). + * + * The modulo mode used when calculating the modulus: `a mod n`. + * The quotient, `q = a / n`, is calculated according to the `ROUNDING_MODE` that corresponds to + * the chosen `MODULO_MODE`. + * The remainder, `r`, is calculated as: `r = a - n * q`. + * + * The modes that are most commonly used for the modulus/remainder operation are shown in the + * following table. Although the other rounding modes can be used, they may not give useful + * results. + * + * Property | Value | Description + * :------------------|:------|:------------------------------------------------------------------ + * `ROUND_UP` | 0 | The remainder is positive if the dividend is negative. + * `ROUND_DOWN` | 1 | The remainder has the same sign as the dividend. + * | | Uses 'truncating division' and matches JavaScript's `%` operator . + * `ROUND_FLOOR` | 3 | The remainder has the same sign as the divisor. + * | | This matches Python's `%` operator. + * `ROUND_HALF_EVEN` | 6 | The IEEE 754 remainder function. + * `EUCLID` | 9 | The remainder is always positive. + * | | Euclidian division: `q = sign(n) * floor(a / abs(n))` + * + * The rounding/modulo modes are available as enumerated properties of the BigNumber constructor. + * + * See `modulo`. + * + * ```ts + * BigNumber.config({ MODULO_MODE: BigNumber.EUCLID }) + * BigNumber.set({ MODULO_MODE: 9 }) // equivalent + * ``` + */ + MODULO_MODE?: BigNumber.ModuloMode; + + /** + * An integer, 0 to 1e+9. Default value: 0. + * + * The maximum precision, i.e. number of significant digits, of the result of the power operation + * - unless a modulus is specified. + * + * If set to 0, the number of significant digits will not be limited. + * + * See `exponentiatedBy`. + * + * ```ts + * BigNumber.config({ POW_PRECISION: 100 }) + * ``` + */ + POW_PRECISION?: number; + + /** + * An object including any number of the properties shown below. + * + * The object configures the format of the string returned by the `toFormat` method. + * The example below shows the properties of the object that are recognised, and + * their default values. + * + * Unlike the other configuration properties, the values of the properties of the `FORMAT` object + * will not be checked for validity - the existing object will simply be replaced by the object + * that is passed in. + * + * See `toFormat`. + * + * ```ts + * BigNumber.config({ + * FORMAT: { + * // string to prepend + * prefix: '', + * // the decimal separator + * decimalSeparator: '.', + * // the grouping separator of the integer part + * groupSeparator: ',', + * // the primary grouping size of the integer part + * groupSize: 3, + * // the secondary grouping size of the integer part + * secondaryGroupSize: 0, + * // the grouping separator of the fraction part + * fractionGroupSeparator: ' ', + * // the grouping size of the fraction part + * fractionGroupSize: 0, + * // string to append + * suffix: '' + * } + * }) + * ``` + */ + FORMAT?: BigNumber.Format; + + /** + * The alphabet used for base conversion. The length of the alphabet corresponds to the maximum + * value of the base argument that can be passed to the BigNumber constructor or `toString`. + * + * Default value: `'0123456789abcdefghijklmnopqrstuvwxyz'`. + * + * There is no maximum length for the alphabet, but it must be at least 2 characters long, + * and it must not contain whitespace or a repeated character, or the sign indicators '+' and + * '-', or the decimal separator '.'. + * + * ```ts + * // duodecimal (base 12) + * BigNumber.config({ ALPHABET: '0123456789TE' }) + * x = new BigNumber('T', 12) + * x.toString() // '10' + * x.toString(12) // 'T' + * ``` + */ + ALPHABET?: string; + } + + /** See `FORMAT` and `toFormat`. */ + interface Format { + + /** The string to prepend. */ + prefix?: string; + + /** The decimal separator. */ + decimalSeparator?: string; + + /** The grouping separator of the integer part. */ + groupSeparator?: string; + + /** The primary grouping size of the integer part. */ + groupSize?: number; + + /** The secondary grouping size of the integer part. */ + secondaryGroupSize?: number; + + /** The grouping separator of the fraction part. */ + fractionGroupSeparator?: string; + + /** The grouping size of the fraction part. */ + fractionGroupSize?: number; + + /** The string to append. */ + suffix?: string; + } + + interface Instance { + + /** The coefficient of the value of this BigNumber, an array of base 1e14 integer numbers, or null. */ + readonly c: number[] | null; + + /** The exponent of the value of this BigNumber, an integer number, -1000000000 to 1000000000, or null. */ + readonly e: number | null; + + /** The sign of the value of this BigNumber, -1, 1, or null. */ + readonly s: number | null; + + [key: string]: any; + } + + type Constructor = typeof BigNumber; + type ModuloMode = 0 | 1 | 3 | 6 | 9; + type RoundingMode = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8; + type Value = string | number | Instance; +} + +export declare class BigNumber implements BigNumber.Instance { + + /** Used internally to identify a BigNumber instance. */ + private readonly _isBigNumber: true; + + /** The coefficient of the value of this BigNumber, an array of base 1e14 integer numbers, or null. */ + readonly c: number[] | null; + + /** The exponent of the value of this BigNumber, an integer number, -1000000000 to 1000000000, or null. */ + readonly e: number | null; + + /** The sign of the value of this BigNumber, -1, 1, or null. */ + readonly s: number | null; + + /** + * Returns a new instance of a BigNumber object with value `n`, where `n` is a numeric value in + * the specified `base`, or base 10 if `base` is omitted or is `null` or `undefined`. + * + * ```ts + * x = new BigNumber(123.4567) // '123.4567' + * // 'new' is optional + * y = BigNumber(x) // '123.4567' + * ``` + * + * If `n` is a base 10 value it can be in normal (fixed-point) or exponential notation. + * Values in other bases must be in normal notation. Values in any base can have fraction digits, + * i.e. digits after the decimal point. + * + * ```ts + * new BigNumber(43210) // '43210' + * new BigNumber('4.321e+4') // '43210' + * new BigNumber('-735.0918e-430') // '-7.350918e-428' + * new BigNumber('123412421.234324', 5) // '607236.557696' + * ``` + * + * Signed `0`, signed `Infinity` and `NaN` are supported. + * + * ```ts + * new BigNumber('-Infinity') // '-Infinity' + * new BigNumber(NaN) // 'NaN' + * new BigNumber(-0) // '0' + * new BigNumber('.5') // '0.5' + * new BigNumber('+2') // '2' + * ``` + * + * String values in hexadecimal literal form, e.g. `'0xff'`, are valid, as are string values with + * the octal and binary prefixs `'0o'` and `'0b'`. String values in octal literal form without the + * prefix will be interpreted as decimals, e.g. `'011'` is interpreted as 11, not 9. + * + * ```ts + * new BigNumber(-10110100.1, 2) // '-180.5' + * new BigNumber('-0b10110100.1') // '-180.5' + * new BigNumber('ff.8', 16) // '255.5' + * new BigNumber('0xff.8') // '255.5' + * ``` + * + * If a base is specified, `n` is rounded according to the current `DECIMAL_PLACES` and + * `ROUNDING_MODE` settings. This includes base 10, so don't include a `base` parameter for decimal + * values unless this behaviour is desired. + * + * ```ts + * BigNumber.config({ DECIMAL_PLACES: 5 }) + * new BigNumber(1.23456789) // '1.23456789' + * new BigNumber(1.23456789, 10) // '1.23457' + * ``` + * + * An error is thrown if `base` is invalid. + * + * There is no limit to the number of digits of a value of type string (other than that of + * JavaScript's maximum array size). See `RANGE` to set the maximum and minimum possible exponent + * value of a BigNumber. + * + * ```ts + * new BigNumber('5032485723458348569331745.33434346346912144534543') + * new BigNumber('4.321e10000000') + * ``` + * + * BigNumber `NaN` is returned if `n` is invalid (unless `BigNumber.DEBUG` is `true`, see below). + * + * ```ts + * new BigNumber('.1*') // 'NaN' + * new BigNumber('blurgh') // 'NaN' + * new BigNumber(9, 2) // 'NaN' + * ``` + * + * To aid in debugging, if `BigNumber.DEBUG` is `true` then an error will be thrown on an + * invalid `n`. An error will also be thrown if `n` is of type number with more than 15 + * significant digits, as calling `toString` or `valueOf` on these numbers may not result in the + * intended value. + * + * ```ts + * console.log(823456789123456.3) // 823456789123456.2 + * new BigNumber(823456789123456.3) // '823456789123456.2' + * BigNumber.DEBUG = true + * // 'Error: Number has more than 15 significant digits' + * new BigNumber(823456789123456.3) + * // 'Error: Not a base 2 number' + * new BigNumber(9, 2) + * ``` + * + * A BigNumber can also be created from an object literal. + * Use `isBigNumber` to check that it is well-formed. + * + * ```ts + * new BigNumber({ s: 1, e: 2, c: [ 777, 12300000000000 ], _isBigNumber: true }) // '777.123' + * ``` + * + * @param n A numeric value. + * @param base The base of `n`, integer, 2 to 36 (or `ALPHABET.length`, see `ALPHABET`). + */ + constructor(n: BigNumber.Value, base?: number); + + /** + * Returns a BigNumber whose value is the absolute value, i.e. the magnitude, of the value of this + * BigNumber. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber(-0.8) + * x.absoluteValue() // '0.8' + * ``` + */ + absoluteValue(): BigNumber; + + /** + * Returns a BigNumber whose value is the absolute value, i.e. the magnitude, of the value of this + * BigNumber. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber(-0.8) + * x.abs() // '0.8' + * ``` + */ + abs(): BigNumber; + + /** + * Returns | | + * :-------:|:--------------------------------------------------------------| + * 1 | If the value of this BigNumber is greater than the value of `n` + * -1 | If the value of this BigNumber is less than the value of `n` + * 0 | If this BigNumber and `n` have the same value + * `null` | If the value of either this BigNumber or `n` is `NaN` + * + * ```ts + * + * x = new BigNumber(Infinity) + * y = new BigNumber(5) + * x.comparedTo(y) // 1 + * x.comparedTo(x.minus(1)) // 0 + * y.comparedTo(NaN) // null + * y.comparedTo('110', 2) // -1 + * ``` + * @param n A numeric value. + * @param [base] The base of n. + */ + comparedTo(n: BigNumber.Value, base?: number): number; + + /** + * Returns a BigNumber whose value is the value of this BigNumber rounded by rounding mode + * `roundingMode` to a maximum of `decimalPlaces` decimal places. + * + * If `decimalPlaces` is omitted, or is `null` or `undefined`, the return value is the number of + * decimal places of the value of this BigNumber, or `null` if the value of this BigNumber is + * ±`Infinity` or `NaN`. + * + * If `roundingMode` is omitted, or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `decimalPlaces` or `roundingMode` is invalid. + * + * ```ts + * x = new BigNumber(1234.56) + * x.decimalPlaces() // 2 + * x.decimalPlaces(1) // '1234.6' + * x.decimalPlaces(2) // '1234.56' + * x.decimalPlaces(10) // '1234.56' + * x.decimalPlaces(0, 1) // '1234' + * x.decimalPlaces(0, 6) // '1235' + * x.decimalPlaces(1, 1) // '1234.5' + * x.decimalPlaces(1, BigNumber.ROUND_HALF_EVEN) // '1234.6' + * x // '1234.56' + * y = new BigNumber('9.9e-101') + * y.decimalPlaces() // 102 + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + decimalPlaces(): number; + decimalPlaces(decimalPlaces: number, roundingMode?: BigNumber.RoundingMode): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber rounded by rounding mode + * `roundingMode` to a maximum of `decimalPlaces` decimal places. + * + * If `decimalPlaces` is omitted, or is `null` or `undefined`, the return value is the number of + * decimal places of the value of this BigNumber, or `null` if the value of this BigNumber is + * ±`Infinity` or `NaN`. + * + * If `roundingMode` is omitted, or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `decimalPlaces` or `roundingMode` is invalid. + * + * ```ts + * x = new BigNumber(1234.56) + * x.dp() // 2 + * x.dp(1) // '1234.6' + * x.dp(2) // '1234.56' + * x.dp(10) // '1234.56' + * x.dp(0, 1) // '1234' + * x.dp(0, 6) // '1235' + * x.dp(1, 1) // '1234.5' + * x.dp(1, BigNumber.ROUND_HALF_EVEN) // '1234.6' + * x // '1234.56' + * y = new BigNumber('9.9e-101') + * y.dp() // 102 + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + dp(): number; + dp(decimalPlaces: number, roundingMode?: BigNumber.RoundingMode): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber divided by `n`, rounded + * according to the current `DECIMAL_PLACES` and `ROUNDING_MODE` settings. + * + * ```ts + * x = new BigNumber(355) + * y = new BigNumber(113) + * x.dividedBy(y) // '3.14159292035398230088' + * x.dividedBy(5) // '71' + * x.dividedBy(47, 16) // '5' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + dividedBy(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber divided by `n`, rounded + * according to the current `DECIMAL_PLACES` and `ROUNDING_MODE` settings. + * + * ```ts + * x = new BigNumber(355) + * y = new BigNumber(113) + * x.div(y) // '3.14159292035398230088' + * x.div(5) // '71' + * x.div(47, 16) // '5' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + div(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the integer part of dividing the value of this BigNumber by + * `n`. + * + * ```ts + * x = new BigNumber(5) + * y = new BigNumber(3) + * x.dividedToIntegerBy(y) // '1' + * x.dividedToIntegerBy(0.7) // '7' + * x.dividedToIntegerBy('0.f', 16) // '5' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + dividedToIntegerBy(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the integer part of dividing the value of this BigNumber by + * `n`. + * + * ```ts + * x = new BigNumber(5) + * y = new BigNumber(3) + * x.idiv(y) // '1' + * x.idiv(0.7) // '7' + * x.idiv('0.f', 16) // '5' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + idiv(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber exponentiated by `n`, i.e. + * raised to the power `n`, and optionally modulo a modulus `m`. + * + * If `n` is negative the result is rounded according to the current `DECIMAL_PLACES` and + * `ROUNDING_MODE` settings. + * + * As the number of digits of the result of the power operation can grow so large so quickly, + * e.g. 123.456**10000 has over 50000 digits, the number of significant digits calculated is + * limited to the value of the `POW_PRECISION` setting (unless a modulus `m` is specified). + * + * By default `POW_PRECISION` is set to 0. This means that an unlimited number of significant + * digits will be calculated, and that the method's performance will decrease dramatically for + * larger exponents. + * + * If `m` is specified and the value of `m`, `n` and this BigNumber are integers and `n` is + * positive, then a fast modular exponentiation algorithm is used, otherwise the operation will + * be performed as `x.exponentiatedBy(n).modulo(m)` with a `POW_PRECISION` of 0. + * + * Throws if `n` is not an integer. + * + * ```ts + * Math.pow(0.7, 2) // 0.48999999999999994 + * x = new BigNumber(0.7) + * x.exponentiatedBy(2) // '0.49' + * BigNumber(3).exponentiatedBy(-2) // '0.11111111111111111111' + * ``` + * + * @param n The exponent, an integer. + * @param [m] The modulus. + */ + exponentiatedBy(n: BigNumber.Value, m?: BigNumber.Value): BigNumber; + exponentiatedBy(n: number, m?: BigNumber.Value): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber exponentiated by `n`, i.e. + * raised to the power `n`, and optionally modulo a modulus `m`. + * + * If `n` is negative the result is rounded according to the current `DECIMAL_PLACES` and + * `ROUNDING_MODE` settings. + * + * As the number of digits of the result of the power operation can grow so large so quickly, + * e.g. 123.456**10000 has over 50000 digits, the number of significant digits calculated is + * limited to the value of the `POW_PRECISION` setting (unless a modulus `m` is specified). + * + * By default `POW_PRECISION` is set to 0. This means that an unlimited number of significant + * digits will be calculated, and that the method's performance will decrease dramatically for + * larger exponents. + * + * If `m` is specified and the value of `m`, `n` and this BigNumber are integers and `n` is + * positive, then a fast modular exponentiation algorithm is used, otherwise the operation will + * be performed as `x.pow(n).modulo(m)` with a `POW_PRECISION` of 0. + * + * Throws if `n` is not an integer. + * + * ```ts + * Math.pow(0.7, 2) // 0.48999999999999994 + * x = new BigNumber(0.7) + * x.pow(2) // '0.49' + * BigNumber(3).pow(-2) // '0.11111111111111111111' + * ``` + * + * @param n The exponent, an integer. + * @param [m] The modulus. + */ + pow(n: BigNumber.Value, m?: BigNumber.Value): BigNumber; + pow(n: number, m?: BigNumber.Value): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber rounded to an integer using + * rounding mode `rm`. + * + * If `rm` is omitted, or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `rm` is invalid. + * + * ```ts + * x = new BigNumber(123.456) + * x.integerValue() // '123' + * x.integerValue(BigNumber.ROUND_CEIL) // '124' + * y = new BigNumber(-12.7) + * y.integerValue() // '-13' + * x.integerValue(BigNumber.ROUND_DOWN) // '-12' + * ``` + * + * @param {BigNumber.RoundingMode} [rm] The roundng mode, an integer, 0 to 8. + */ + integerValue(rm?: BigNumber.RoundingMode): BigNumber; + + /** + * Returns `true` if the value of this BigNumber is equal to the value of `n`, otherwise returns + * `false`. + * + * As with JavaScript, `NaN` does not equal `NaN`. + * + * ```ts + * 0 === 1e-324 // true + * x = new BigNumber(0) + * x.isEqualTo('1e-324') // false + * BigNumber(-0).isEqualTo(x) // true ( -0 === 0 ) + * BigNumber(255).isEqualTo('ff', 16) // true + * + * y = new BigNumber(NaN) + * y.isEqualTo(NaN) // false + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + isEqualTo(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is equal to the value of `n`, otherwise returns + * `false`. + * + * As with JavaScript, `NaN` does not equal `NaN`. + * + * ```ts + * 0 === 1e-324 // true + * x = new BigNumber(0) + * x.eq('1e-324') // false + * BigNumber(-0).eq(x) // true ( -0 === 0 ) + * BigNumber(255).eq('ff', 16) // true + * + * y = new BigNumber(NaN) + * y.eq(NaN) // false + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + eq(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is a finite number, otherwise returns `false`. + * + * The only possible non-finite values of a BigNumber are `NaN`, `Infinity` and `-Infinity`. + * + * ```ts + * x = new BigNumber(1) + * x.isFinite() // true + * y = new BigNumber(Infinity) + * y.isFinite() // false + * ``` + */ + isFinite(): boolean; + + /** + * Returns `true` if the value of this BigNumber is greater than the value of `n`, otherwise + * returns `false`. + * + * ```ts + * 0.1 > (0.3 - 0.2) // true + * x = new BigNumber(0.1) + * x.isGreaterThan(BigNumber(0.3).minus(0.2)) // false + * BigNumber(0).isGreaterThan(x) // false + * BigNumber(11, 3).isGreaterThan(11.1, 2) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + isGreaterThan(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is greater than the value of `n`, otherwise + * returns `false`. + * + * ```ts + * 0.1 > (0.3 - 0 // true + * x = new BigNumber(0.1) + * x.gt(BigNumber(0.3).minus(0.2)) // false + * BigNumber(0).gt(x) // false + * BigNumber(11, 3).gt(11.1, 2) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + gt(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is greater than or equal to the value of `n`, + * otherwise returns `false`. + * + * ```ts + * (0.3 - 0.2) >= 0.1 // false + * x = new BigNumber(0.3).minus(0.2) + * x.isGreaterThanOrEqualTo(0.1) // true + * BigNumber(1).isGreaterThanOrEqualTo(x) // true + * BigNumber(10, 18).isGreaterThanOrEqualTo('i', 36) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + isGreaterThanOrEqualTo(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is greater than or equal to the value of `n`, + * otherwise returns `false`. + * + * ```ts + * (0.3 - 0.2) >= 0.1 // false + * x = new BigNumber(0.3).minus(0.2) + * x.gte(0.1) // true + * BigNumber(1).gte(x) // true + * BigNumber(10, 18).gte('i', 36) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + gte(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is an integer, otherwise returns `false`. + * + * ```ts + * x = new BigNumber(1) + * x.isInteger() // true + * y = new BigNumber(123.456) + * y.isInteger() // false + * ``` + */ + isInteger(): boolean; + + /** + * Returns `true` if the value of this BigNumber is less than the value of `n`, otherwise returns + * `false`. + * + * ```ts + * (0.3 - 0.2) < 0.1 // true + * x = new BigNumber(0.3).minus(0.2) + * x.isLessThan(0.1) // false + * BigNumber(0).isLessThan(x) // true + * BigNumber(11.1, 2).isLessThan(11, 3) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + isLessThan(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is less than the value of `n`, otherwise returns + * `false`. + * + * ```ts + * (0.3 - 0.2) < 0.1 // true + * x = new BigNumber(0.3).minus(0.2) + * x.lt(0.1) // false + * BigNumber(0).lt(x) // true + * BigNumber(11.1, 2).lt(11, 3) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + lt(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is less than or equal to the value of `n`, + * otherwise returns `false`. + * + * ```ts + * 0.1 <= (0.3 - 0.2) // false + * x = new BigNumber(0.1) + * x.isLessThanOrEqualTo(BigNumber(0.3).minus(0.2)) // true + * BigNumber(-1).isLessThanOrEqualTo(x) // true + * BigNumber(10, 18).isLessThanOrEqualTo('i', 36) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + isLessThanOrEqualTo(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is less than or equal to the value of `n`, + * otherwise returns `false`. + * + * ```ts + * 0.1 <= (0.3 - 0.2) // false + * x = new BigNumber(0.1) + * x.lte(BigNumber(0.3).minus(0.2)) // true + * BigNumber(-1).lte(x) // true + * BigNumber(10, 18).lte('i', 36) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + lte(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is `NaN`, otherwise returns `false`. + * + * ```ts + * x = new BigNumber(NaN) + * x.isNaN() // true + * y = new BigNumber('Infinity') + * y.isNaN() // false + * ``` + */ + isNaN(): boolean; + + /** + * Returns `true` if the value of this BigNumber is negative, otherwise returns `false`. + * + * ```ts + * x = new BigNumber(-0) + * x.isNegative() // true + * y = new BigNumber(2) + * y.isNegative() // false + * ``` + */ + isNegative(): boolean; + + /** + * Returns `true` if the value of this BigNumber is positive, otherwise returns `false`. + * + * ```ts + * x = new BigNumber(-0) + * x.isPositive() // false + * y = new BigNumber(2) + * y.isPositive() // true + * ``` + */ + isPositive(): boolean; + + /** + * Returns `true` if the value of this BigNumber is zero or minus zero, otherwise returns `false`. + * + * ```ts + * x = new BigNumber(-0) + * x.isZero() // true + * ``` + */ + isZero(): boolean; + + /** + * Returns a BigNumber whose value is the value of this BigNumber minus `n`. + * + * The return value is always exact and unrounded. + * + * ```ts + * 0.3 - 0.1 // 0.19999999999999998 + * x = new BigNumber(0.3) + * x.minus(0.1) // '0.2' + * x.minus(0.6, 20) // '0' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + minus(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber modulo `n`, i.e. the integer + * remainder of dividing this BigNumber by `n`. + * + * The value returned, and in particular its sign, is dependent on the value of the `MODULO_MODE` + * setting of this BigNumber constructor. If it is 1 (default value), the result will have the + * same sign as this BigNumber, and it will match that of Javascript's `%` operator (within the + * limits of double precision) and BigDecimal's `remainder` method. + * + * The return value is always exact and unrounded. + * + * See `MODULO_MODE` for a description of the other modulo modes. + * + * ```ts + * 1 % 0.9 // 0.09999999999999998 + * x = new BigNumber(1) + * x.modulo(0.9) // '0.1' + * y = new BigNumber(33) + * y.modulo('a', 33) // '3' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + modulo(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber modulo `n`, i.e. the integer + * remainder of dividing this BigNumber by `n`. + * + * The value returned, and in particular its sign, is dependent on the value of the `MODULO_MODE` + * setting of this BigNumber constructor. If it is 1 (default value), the result will have the + * same sign as this BigNumber, and it will match that of Javascript's `%` operator (within the + * limits of double precision) and BigDecimal's `remainder` method. + * + * The return value is always exact and unrounded. + * + * See `MODULO_MODE` for a description of the other modulo modes. + * + * ```ts + * 1 % 0.9 // 0.09999999999999998 + * x = new BigNumber(1) + * x.mod(0.9) // '0.1' + * y = new BigNumber(33) + * y.mod('a', 33) // '3' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + mod(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber multiplied by `n`. + * + * The return value is always exact and unrounded. + * + * ```ts + * 0.6 * 3 // 1.7999999999999998 + * x = new BigNumber(0.6) + * y = x.multipliedBy(3) // '1.8' + * BigNumber('7e+500').multipliedBy(y) // '1.26e+501' + * x.multipliedBy('-a', 16) // '-6' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + multipliedBy(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber multiplied by `n`. + * + * The return value is always exact and unrounded. + * + * ```ts + * 0.6 * 3 // 1.7999999999999998 + * x = new BigNumber(0.6) + * y = x.times(3) // '1.8' + * BigNumber('7e+500').times(y) // '1.26e+501' + * x.times('-a', 16) // '-6' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + times(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber negated, i.e. multiplied by -1. + * + * ```ts + * x = new BigNumber(1.8) + * x.negated() // '-1.8' + * y = new BigNumber(-1.3) + * y.negated() // '1.3' + * ``` + */ + negated(): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber plus `n`. + * + * The return value is always exact and unrounded. + * + * ```ts + * 0.1 + 0.2 // 0.30000000000000004 + * x = new BigNumber(0.1) + * y = x.plus(0.2) // '0.3' + * BigNumber(0.7).plus(x).plus(y) // '1' + * x.plus('0.1', 8) // '0.225' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + plus(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns the number of significant digits of the value of this BigNumber, or `null` if the value + * of this BigNumber is ±`Infinity` or `NaN`. + * + * If `includeZeros` is true then any trailing zeros of the integer part of the value of this + * BigNumber are counted as significant digits, otherwise they are not. + * + * Throws if `includeZeros` is invalid. + * + * ```ts + * x = new BigNumber(9876.54321) + * x.precision() // 9 + * y = new BigNumber(987000) + * y.precision(false) // 3 + * y.precision(true) // 6 + * ``` + * + * @param [includeZeros] Whether to include integer trailing zeros in the significant digit count. + */ + precision(includeZeros?: boolean): number; + + /** + * Returns a BigNumber whose value is the value of this BigNumber rounded to a precision of + * `significantDigits` significant digits using rounding mode `roundingMode`. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` will be used. + * + * Throws if `significantDigits` or `roundingMode` is invalid. + * + * ```ts + * x = new BigNumber(9876.54321) + * x.precision(6) // '9876.54' + * x.precision(6, BigNumber.ROUND_UP) // '9876.55' + * x.precision(2) // '9900' + * x.precision(2, 1) // '9800' + * x // '9876.54321' + * ``` + * + * @param significantDigits Significant digits, integer, 1 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + precision(significantDigits: number, roundingMode?: BigNumber.RoundingMode): BigNumber; + + /** + * Returns the number of significant digits of the value of this BigNumber, + * or `null` if the value of this BigNumber is ±`Infinity` or `NaN`. + * + * If `includeZeros` is true then any trailing zeros of the integer part of + * the value of this BigNumber are counted as significant digits, otherwise + * they are not. + * + * Throws if `includeZeros` is invalid. + * + * ```ts + * x = new BigNumber(9876.54321) + * x.sd() // 9 + * y = new BigNumber(987000) + * y.sd(false) // 3 + * y.sd(true) // 6 + * ``` + * + * @param [includeZeros] Whether to include integer trailing zeros in the significant digit count. + */ + sd(includeZeros?: boolean): number; + + /** + * Returns a BigNumber whose value is the value of this BigNumber rounded to a precision of + * `significantDigits` significant digits using rounding mode `roundingMode`. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` will be used. + * + * Throws if `significantDigits` or `roundingMode` is invalid. + * + * ```ts + * x = new BigNumber(9876.54321) + * x.sd(6) // '9876.54' + * x.sd(6, BigNumber.ROUND_UP) // '9876.55' + * x.sd(2) // '9900' + * x.sd(2, 1) // '9800' + * x // '9876.54321' + * ``` + * + * @param significantDigits Significant digits, integer, 1 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + sd(significantDigits: number, roundingMode?: BigNumber.RoundingMode): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber shifted by `n` places. + * + * The shift is of the decimal point, i.e. of powers of ten, and is to the left if `n` is negative + * or to the right if `n` is positive. + * + * The return value is always exact and unrounded. + * + * Throws if `n` is invalid. + * + * ```ts + * x = new BigNumber(1.23) + * x.shiftedBy(3) // '1230' + * x.shiftedBy(-3) // '0.00123' + * ``` + * + * @param n The shift value, integer, -9007199254740991 to 9007199254740991. + */ + shiftedBy(n: number): BigNumber; + + /** + * Returns a BigNumber whose value is the square root of the value of this BigNumber, rounded + * according to the current `DECIMAL_PLACES` and `ROUNDING_MODE` settings. + * + * The return value will be correctly rounded, i.e. rounded as if the result was first calculated + * to an infinite number of correct digits before rounding. + * + * ```ts + * x = new BigNumber(16) + * x.squareRoot() // '4' + * y = new BigNumber(3) + * y.squareRoot() // '1.73205080756887729353' + * ``` + */ + squareRoot(): BigNumber; + + /** + * Returns a BigNumber whose value is the square root of the value of this BigNumber, rounded + * according to the current `DECIMAL_PLACES` and `ROUNDING_MODE` settings. + * + * The return value will be correctly rounded, i.e. rounded as if the result was first calculated + * to an infinite number of correct digits before rounding. + * + * ```ts + * x = new BigNumber(16) + * x.sqrt() // '4' + * y = new BigNumber(3) + * y.sqrt() // '1.73205080756887729353' + * ``` + */ + sqrt(): BigNumber; + + /** + * Returns a string representing the value of this BigNumber in exponential notation rounded using + * rounding mode `roundingMode` to `decimalPlaces` decimal places, i.e with one digit before the + * decimal point and `decimalPlaces` digits after it. + * + * If the value of this BigNumber in exponential notation has fewer than `decimalPlaces` fraction + * digits, the return value will be appended with zeros accordingly. + * + * If `decimalPlaces` is omitted, or is `null` or `undefined`, the number of digits after the + * decimal point defaults to the minimum number of digits necessary to represent the value + * exactly. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `decimalPlaces` or `roundingMode` is invalid. + * + * ```ts + * x = 45.6 + * y = new BigNumber(x) + * x.toExponential() // '4.56e+1' + * y.toExponential() // '4.56e+1' + * x.toExponential(0) // '5e+1' + * y.toExponential(0) // '5e+1' + * x.toExponential(1) // '4.6e+1' + * y.toExponential(1) // '4.6e+1' + * y.toExponential(1, 1) // '4.5e+1' (ROUND_DOWN) + * x.toExponential(3) // '4.560e+1' + * y.toExponential(3) // '4.560e+1' + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + toExponential(decimalPlaces: number, roundingMode?: BigNumber.RoundingMode): string; + toExponential(): string; + + /** + * Returns a string representing the value of this BigNumber in normal (fixed-point) notation + * rounded to `decimalPlaces` decimal places using rounding mode `roundingMode`. + * + * If the value of this BigNumber in normal notation has fewer than `decimalPlaces` fraction + * digits, the return value will be appended with zeros accordingly. + * + * Unlike `Number.prototype.toFixed`, which returns exponential notation if a number is greater or + * equal to 10**21, this method will always return normal notation. + * + * If `decimalPlaces` is omitted or is `null` or `undefined`, the return value will be unrounded + * and in normal notation. This is also unlike `Number.prototype.toFixed`, which returns the value + * to zero decimal places. It is useful when normal notation is required and the current + * `EXPONENTIAL_AT` setting causes `toString` to return exponential notation. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `decimalPlaces` or `roundingMode` is invalid. + * + * ```ts + * x = 3.456 + * y = new BigNumber(x) + * x.toFixed() // '3' + * y.toFixed() // '3.456' + * y.toFixed(0) // '3' + * x.toFixed(2) // '3.46' + * y.toFixed(2) // '3.46' + * y.toFixed(2, 1) // '3.45' (ROUND_DOWN) + * x.toFixed(5) // '3.45600' + * y.toFixed(5) // '3.45600' + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + toFixed(decimalPlaces: number, roundingMode?: BigNumber.RoundingMode): string; + toFixed(): string; + + /** + * Returns a string representing the value of this BigNumber in normal (fixed-point) notation + * rounded to `decimalPlaces` decimal places using rounding mode `roundingMode`, and formatted + * according to the properties of the `format` or `FORMAT` object. + * + * The formatting object may contain some or all of the properties shown in the examples below. + * + * If `decimalPlaces` is omitted or is `null` or `undefined`, then the return value is not + * rounded to a fixed number of decimal places. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * If `format` is omitted or is `null` or `undefined`, `FORMAT` is used. + * + * Throws if `decimalPlaces`, `roundingMode`, or `format` is invalid. + * + * ```ts + * fmt = { + * decimalSeparator: '.', + * groupSeparator: ',', + * groupSize: 3, + * secondaryGroupSize: 0, + * fractionGroupSeparator: ' ', + * fractionGroupSize: 0 + * } + * + * x = new BigNumber('123456789.123456789') + * + * // Set the global formatting options + * BigNumber.config({ FORMAT: fmt }) + * + * x.toFormat() // '123,456,789.123456789' + * x.toFormat(3) // '123,456,789.123' + * + * // If a reference to the object assigned to FORMAT has been retained, + * // the format properties can be changed directly + * fmt.groupSeparator = ' ' + * fmt.fractionGroupSize = 5 + * x.toFormat() // '123 456 789.12345 6789' + * + * // Alternatively, pass the formatting options as an argument + * fmt = { + * decimalSeparator: ',', + * groupSeparator: '.', + * groupSize: 3, + * secondaryGroupSize: 2 + * } + * + * x.toFormat() // '123 456 789.12345 6789' + * x.toFormat(fmt) // '12.34.56.789,123456789' + * x.toFormat(2, fmt) // '12.34.56.789,12' + * x.toFormat(3, BigNumber.ROUND_UP, fmt) // '12.34.56.789,124' + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + * @param [format] Formatting options object. See `BigNumber.Format`. + */ + toFormat(decimalPlaces: number, roundingMode: BigNumber.RoundingMode, format?: BigNumber.Format): string; + toFormat(decimalPlaces: number, roundingMode?: BigNumber.RoundingMode): string; + toFormat(decimalPlaces?: number): string; + toFormat(decimalPlaces: number, format: BigNumber.Format): string; + toFormat(format: BigNumber.Format): string; + + /** + * Returns an array of two BigNumbers representing the value of this BigNumber as a simple + * fraction with an integer numerator and an integer denominator. + * The denominator will be a positive non-zero value less than or equal to `max_denominator`. + * If a maximum denominator, `max_denominator`, is not specified, or is `null` or `undefined`, the + * denominator will be the lowest value necessary to represent the number exactly. + * + * Throws if `max_denominator` is invalid. + * + * ```ts + * x = new BigNumber(1.75) + * x.toFraction() // '7, 4' + * + * pi = new BigNumber('3.14159265358') + * pi.toFraction() // '157079632679,50000000000' + * pi.toFraction(100000) // '312689, 99532' + * pi.toFraction(10000) // '355, 113' + * pi.toFraction(100) // '311, 99' + * pi.toFraction(10) // '22, 7' + * pi.toFraction(1) // '3, 1' + * ``` + * + * @param [max_denominator] The maximum denominator, integer > 0, or Infinity. + */ + toFraction(max_denominator?: BigNumber.Value): [BigNumber, BigNumber]; + + /** As `valueOf`. */ + toJSON(): string; + + /** + * Returns the value of this BigNumber as a JavaScript primitive number. + * + * Using the unary plus operator gives the same result. + * + * ```ts + * x = new BigNumber(456.789) + * x.toNumber() // 456.789 + * +x // 456.789 + * + * y = new BigNumber('45987349857634085409857349856430985') + * y.toNumber() // 4.598734985763409e+34 + * + * z = new BigNumber(-0) + * 1 / z.toNumber() // -Infinity + * 1 / +z // -Infinity + * ``` + */ + toNumber(): number; + + /** + * Returns a string representing the value of this BigNumber rounded to `significantDigits` + * significant digits using rounding mode `roundingMode`. + * + * If `significantDigits` is less than the number of digits necessary to represent the integer + * part of the value in normal (fixed-point) notation, then exponential notation is used. + * + * If `significantDigits` is omitted, or is `null` or `undefined`, then the return value is the + * same as `n.toString()`. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `significantDigits` or `roundingMode` is invalid. + * + * ```ts + * x = 45.6 + * y = new BigNumber(x) + * x.toPrecision() // '45.6' + * y.toPrecision() // '45.6' + * x.toPrecision(1) // '5e+1' + * y.toPrecision(1) // '5e+1' + * y.toPrecision(2, 0) // '4.6e+1' (ROUND_UP) + * y.toPrecision(2, 1) // '4.5e+1' (ROUND_DOWN) + * x.toPrecision(5) // '45.600' + * y.toPrecision(5) // '45.600' + * ``` + * + * @param [significantDigits] Significant digits, integer, 1 to 1e+9. + * @param [roundingMode] Rounding mode, integer 0 to 8. + */ + toPrecision(significantDigits: number, roundingMode?: BigNumber.RoundingMode): string; + toPrecision(): string; + + /** + * Returns a string representing the value of this BigNumber in base `base`, or base 10 if `base` + * is omitted or is `null` or `undefined`. + * + * For bases above 10, and using the default base conversion alphabet (see `ALPHABET`), values + * from 10 to 35 are represented by a-z (the same as `Number.prototype.toString`). + * + * If a base is specified the value is rounded according to the current `DECIMAL_PLACES` and + * `ROUNDING_MODE` settings, otherwise it is not. + * + * If a base is not specified, and this BigNumber has a positive exponent that is equal to or + * greater than the positive component of the current `EXPONENTIAL_AT` setting, or a negative + * exponent equal to or less than the negative component of the setting, then exponential notation + * is returned. + * + * If `base` is `null` or `undefined` it is ignored. + * + * Throws if `base` is invalid. + * + * ```ts + * x = new BigNumber(750000) + * x.toString() // '750000' + * BigNumber.config({ EXPONENTIAL_AT: 5 }) + * x.toString() // '7.5e+5' + * + * y = new BigNumber(362.875) + * y.toString(2) // '101101010.111' + * y.toString(9) // '442.77777777777777777778' + * y.toString(32) // 'ba.s' + * + * BigNumber.config({ DECIMAL_PLACES: 4 }); + * z = new BigNumber('1.23456789') + * z.toString() // '1.23456789' + * z.toString(10) // '1.2346' + * ``` + * + * @param [base] The base, integer, 2 to 36 (or `ALPHABET.length`, see `ALPHABET`). + */ + toString(base?: number): string; + + /** + * As `toString`, but does not accept a base argument and includes the minus sign for negative + * zero. + * + * ``ts + * x = new BigNumber('-0') + * x.toString() // '0' + * x.valueOf() // '-0' + * y = new BigNumber('1.777e+457') + * y.valueOf() // '1.777e+457' + * ``` + */ + valueOf(): string; + + /** Helps ES6 import. */ + private static readonly default?: BigNumber.Constructor; + + /** Helps ES6 import. */ + private static readonly BigNumber?: BigNumber.Constructor; + + /** Rounds away from zero. */ + static readonly ROUND_UP: 0; + + /** Rounds towards zero. */ + static readonly ROUND_DOWN: 1; + + /** Rounds towards Infinity. */ + static readonly ROUND_CEIL: 2; + + /** Rounds towards -Infinity. */ + static readonly ROUND_FLOOR: 3; + + /** Rounds towards nearest neighbour. If equidistant, rounds away from zero . */ + static readonly ROUND_HALF_UP: 4; + + /** Rounds towards nearest neighbour. If equidistant, rounds towards zero. */ + static readonly ROUND_HALF_DOWN: 5; + + /** Rounds towards nearest neighbour. If equidistant, rounds towards even neighbour. */ + static readonly ROUND_HALF_EVEN: 6; + + /** Rounds towards nearest neighbour. If equidistant, rounds towards Infinity. */ + static readonly ROUND_HALF_CEIL: 7; + + /** Rounds towards nearest neighbour. If equidistant, rounds towards -Infinity. */ + static readonly ROUND_HALF_FLOOR: 8; + + /** See `MODULO_MODE`. */ + static readonly EUCLID: 9; + + /** + * To aid in debugging, if a `BigNumber.DEBUG` property is `true` then an error will be thrown + * if the BigNumber constructor receives an invalid `BigNumber.Value`, or if `BigNumber.isBigNumber` + * receives a BigNumber instance that is malformed. + * + * ```ts + * // No error, and BigNumber NaN is returned. + * new BigNumber('blurgh') // 'NaN' + * new BigNumber(9, 2) // 'NaN' + * BigNumber.DEBUG = true + * new BigNumber('blurgh') // '[BigNumber Error] Not a number' + * new BigNumber(9, 2) // '[BigNumber Error] Not a base 2 number' + * ``` + * + * An error will also be thrown if a `BigNumber.Value` is of type number with more than 15 + * significant digits, as calling `toString` or `valueOf` on such numbers may not result + * in the intended value. + * + * ```ts + * console.log(823456789123456.3) // 823456789123456.2 + * // No error, and the returned BigNumber does not have the same value as the number literal. + * new BigNumber(823456789123456.3) // '823456789123456.2' + * BigNumber.DEBUG = true + * new BigNumber(823456789123456.3) + * // '[BigNumber Error] Number primitive has more than 15 significant digits' + * ``` + * + * Check that a BigNumber instance is well-formed: + * + * ```ts + * x = new BigNumber(10) + * + * BigNumber.DEBUG = false + * // Change x.c to an illegitimate value. + * x.c = NaN + * // No error, as BigNumber.DEBUG is false. + * BigNumber.isBigNumber(x) // true + * + * BigNumber.DEBUG = true + * BigNumber.isBigNumber(x) // '[BigNumber Error] Invalid BigNumber' + * ``` + */ + static DEBUG?: boolean; + + /** + * Returns a new independent BigNumber constructor with configuration as described by `object`, or + * with the default configuration if object is `null` or `undefined`. + * + * Throws if `object` is not an object. + * + * ```ts + * BigNumber.config({ DECIMAL_PLACES: 5 }) + * BN = BigNumber.clone({ DECIMAL_PLACES: 9 }) + * + * x = new BigNumber(1) + * y = new BN(1) + * + * x.div(3) // 0.33333 + * y.div(3) // 0.333333333 + * + * // BN = BigNumber.clone({ DECIMAL_PLACES: 9 }) is equivalent to: + * BN = BigNumber.clone() + * BN.config({ DECIMAL_PLACES: 9 }) + * ``` + * + * @param [object] The configuration object. + */ + static clone(object?: BigNumber.Config): BigNumber.Constructor; + + /** + * Configures the settings that apply to this BigNumber constructor. + * + * The configuration object, `object`, contains any number of the properties shown in the example + * below. + * + * Returns an object with the above properties and their current values. + * + * Throws if `object` is not an object, or if an invalid value is assigned to one or more of the + * properties. + * + * ```ts + * BigNumber.config({ + * DECIMAL_PLACES: 40, + * ROUNDING_MODE: BigNumber.ROUND_HALF_CEIL, + * EXPONENTIAL_AT: [-10, 20], + * RANGE: [-500, 500], + * CRYPTO: true, + * MODULO_MODE: BigNumber.ROUND_FLOOR, + * POW_PRECISION: 80, + * FORMAT: { + * groupSize: 3, + * groupSeparator: ' ', + * decimalSeparator: ',' + * }, + * ALPHABET: '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_' + * }); + * + * BigNumber.config().DECIMAL_PLACES // 40 + * ``` + * + * @param object The configuration object. + */ + static config(object: BigNumber.Config): BigNumber.Config; + + /** + * Returns `true` if `value` is a BigNumber instance, otherwise returns `false`. + * + * If `BigNumber.DEBUG` is `true`, throws if a BigNumber instance is not well-formed. + * + * ```ts + * x = 42 + * y = new BigNumber(x) + * + * BigNumber.isBigNumber(x) // false + * y instanceof BigNumber // true + * BigNumber.isBigNumber(y) // true + * + * BN = BigNumber.clone(); + * z = new BN(x) + * z instanceof BigNumber // false + * BigNumber.isBigNumber(z) // true + * ``` + * + * @param value The value to test. + */ + static isBigNumber(value: any): value is BigNumber; + + /** + * Returns a BigNumber whose value is the maximum of the arguments. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber('3257869345.0378653') + * BigNumber.maximum(4e9, x, '123456789.9') // '4000000000' + * + * arr = [12, '13', new BigNumber(14)] + * BigNumber.maximum.apply(null, arr) // '14' + * ``` + * + * @param n A numeric value. + */ + static maximum(...n: BigNumber.Value[]): BigNumber; + + /** + * Returns a BigNumber whose value is the maximum of the arguments. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber('3257869345.0378653') + * BigNumber.max(4e9, x, '123456789.9') // '4000000000' + * + * arr = [12, '13', new BigNumber(14)] + * BigNumber.max.apply(null, arr) // '14' + * ``` + * + * @param n A numeric value. + */ + static max(...n: BigNumber.Value[]): BigNumber; + + /** + * Returns a BigNumber whose value is the minimum of the arguments. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber('3257869345.0378653') + * BigNumber.minimum(4e9, x, '123456789.9') // '123456789.9' + * + * arr = [2, new BigNumber(-14), '-15.9999', -12] + * BigNumber.minimum.apply(null, arr) // '-15.9999' + * ``` + * + * @param n A numeric value. + */ + static minimum(...n: BigNumber.Value[]): BigNumber; + + /** + * Returns a BigNumber whose value is the minimum of the arguments. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber('3257869345.0378653') + * BigNumber.min(4e9, x, '123456789.9') // '123456789.9' + * + * arr = [2, new BigNumber(-14), '-15.9999', -12] + * BigNumber.min.apply(null, arr) // '-15.9999' + * ``` + * + * @param n A numeric value. + */ + static min(...n: BigNumber.Value[]): BigNumber; + + /** + * Returns a new BigNumber with a pseudo-random value equal to or greater than 0 and less than 1. + * + * The return value will have `decimalPlaces` decimal places, or less if trailing zeros are + * produced. If `decimalPlaces` is omitted, the current `DECIMAL_PLACES` setting will be used. + * + * Depending on the value of this BigNumber constructor's `CRYPTO` setting and the support for the + * `crypto` object in the host environment, the random digits of the return value are generated by + * either `Math.random` (fastest), `crypto.getRandomValues` (Web Cryptography API in recent + * browsers) or `crypto.randomBytes` (Node.js). + * + * To be able to set `CRYPTO` to true when using Node.js, the `crypto` object must be available + * globally: + * + * ```ts + * global.crypto = require('crypto') + * ``` + * + * If `CRYPTO` is true, i.e. one of the `crypto` methods is to be used, the value of a returned + * BigNumber should be cryptographically secure and statistically indistinguishable from a random + * value. + * + * Throws if `decimalPlaces` is invalid. + * + * ```ts + * BigNumber.config({ DECIMAL_PLACES: 10 }) + * BigNumber.random() // '0.4117936847' + * BigNumber.random(20) // '0.78193327636914089009' + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + */ + static random(decimalPlaces?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the sum of the arguments. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber('3257869345.0378653') + * BigNumber.sum(4e9, x, '123456789.9') // '7381326134.9378653' + * + * arr = [2, new BigNumber(14), '15.9999', 12] + * BigNumber.sum.apply(null, arr) // '43.9999' + * ``` + * + * @param n A numeric value. + */ + static sum(...n: BigNumber.Value[]): BigNumber; + + /** + * Configures the settings that apply to this BigNumber constructor. + * + * The configuration object, `object`, contains any number of the properties shown in the example + * below. + * + * Returns an object with the above properties and their current values. + * + * Throws if `object` is not an object, or if an invalid value is assigned to one or more of the + * properties. + * + * ```ts + * BigNumber.set({ + * DECIMAL_PLACES: 40, + * ROUNDING_MODE: BigNumber.ROUND_HALF_CEIL, + * EXPONENTIAL_AT: [-10, 20], + * RANGE: [-500, 500], + * CRYPTO: true, + * MODULO_MODE: BigNumber.ROUND_FLOOR, + * POW_PRECISION: 80, + * FORMAT: { + * groupSize: 3, + * groupSeparator: ' ', + * decimalSeparator: ',' + * }, + * ALPHABET: '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_' + * }); + * + * BigNumber.set().DECIMAL_PLACES // 40 + * ``` + * + * @param object The configuration object. + */ + static set(object: BigNumber.Config): BigNumber.Config; +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.js" "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.js" new file mode 100644 index 0000000..1ffc9f9 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.js" @@ -0,0 +1,2902 @@ +;(function (globalObject) { + 'use strict'; + +/* + * bignumber.js v9.0.0 + * A JavaScript library for arbitrary-precision arithmetic. + * https://github.com/MikeMcl/bignumber.js + * Copyright (c) 2019 Michael Mclaughlin + * MIT Licensed. + * + * BigNumber.prototype methods | BigNumber methods + * | + * absoluteValue abs | clone + * comparedTo | config set + * decimalPlaces dp | DECIMAL_PLACES + * dividedBy div | ROUNDING_MODE + * dividedToIntegerBy idiv | EXPONENTIAL_AT + * exponentiatedBy pow | RANGE + * integerValue | CRYPTO + * isEqualTo eq | MODULO_MODE + * isFinite | POW_PRECISION + * isGreaterThan gt | FORMAT + * isGreaterThanOrEqualTo gte | ALPHABET + * isInteger | isBigNumber + * isLessThan lt | maximum max + * isLessThanOrEqualTo lte | minimum min + * isNaN | random + * isNegative | sum + * isPositive | + * isZero | + * minus | + * modulo mod | + * multipliedBy times | + * negated | + * plus | + * precision sd | + * shiftedBy | + * squareRoot sqrt | + * toExponential | + * toFixed | + * toFormat | + * toFraction | + * toJSON | + * toNumber | + * toPrecision | + * toString | + * valueOf | + * + */ + + + var BigNumber, + isNumeric = /^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i, + mathceil = Math.ceil, + mathfloor = Math.floor, + + bignumberError = '[BigNumber Error] ', + tooManyDigits = bignumberError + 'Number primitive has more than 15 significant digits: ', + + BASE = 1e14, + LOG_BASE = 14, + MAX_SAFE_INTEGER = 0x1fffffffffffff, // 2^53 - 1 + // MAX_INT32 = 0x7fffffff, // 2^31 - 1 + POWS_TEN = [1, 10, 100, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10, 1e11, 1e12, 1e13], + SQRT_BASE = 1e7, + + // EDITABLE + // The limit on the value of DECIMAL_PLACES, TO_EXP_NEG, TO_EXP_POS, MIN_EXP, MAX_EXP, and + // the arguments to toExponential, toFixed, toFormat, and toPrecision. + MAX = 1E9; // 0 to MAX_INT32 + + + /* + * Create and return a BigNumber constructor. + */ + function clone(configObject) { + var div, convertBase, parseNumeric, + P = BigNumber.prototype = { constructor: BigNumber, toString: null, valueOf: null }, + ONE = new BigNumber(1), + + + //----------------------------- EDITABLE CONFIG DEFAULTS ------------------------------- + + + // The default values below must be integers within the inclusive ranges stated. + // The values can also be changed at run-time using BigNumber.set. + + // The maximum number of decimal places for operations involving division. + DECIMAL_PLACES = 20, // 0 to MAX + + // The rounding mode used when rounding to the above decimal places, and when using + // toExponential, toFixed, toFormat and toPrecision, and round (default value). + // UP 0 Away from zero. + // DOWN 1 Towards zero. + // CEIL 2 Towards +Infinity. + // FLOOR 3 Towards -Infinity. + // HALF_UP 4 Towards nearest neighbour. If equidistant, up. + // HALF_DOWN 5 Towards nearest neighbour. If equidistant, down. + // HALF_EVEN 6 Towards nearest neighbour. If equidistant, towards even neighbour. + // HALF_CEIL 7 Towards nearest neighbour. If equidistant, towards +Infinity. + // HALF_FLOOR 8 Towards nearest neighbour. If equidistant, towards -Infinity. + ROUNDING_MODE = 4, // 0 to 8 + + // EXPONENTIAL_AT : [TO_EXP_NEG , TO_EXP_POS] + + // The exponent value at and beneath which toString returns exponential notation. + // Number type: -7 + TO_EXP_NEG = -7, // 0 to -MAX + + // The exponent value at and above which toString returns exponential notation. + // Number type: 21 + TO_EXP_POS = 21, // 0 to MAX + + // RANGE : [MIN_EXP, MAX_EXP] + + // The minimum exponent value, beneath which underflow to zero occurs. + // Number type: -324 (5e-324) + MIN_EXP = -1e7, // -1 to -MAX + + // The maximum exponent value, above which overflow to Infinity occurs. + // Number type: 308 (1.7976931348623157e+308) + // For MAX_EXP > 1e7, e.g. new BigNumber('1e100000000').plus(1) may be slow. + MAX_EXP = 1e7, // 1 to MAX + + // Whether to use cryptographically-secure random number generation, if available. + CRYPTO = false, // true or false + + // The modulo mode used when calculating the modulus: a mod n. + // The quotient (q = a / n) is calculated according to the corresponding rounding mode. + // The remainder (r) is calculated as: r = a - n * q. + // + // UP 0 The remainder is positive if the dividend is negative, else is negative. + // DOWN 1 The remainder has the same sign as the dividend. + // This modulo mode is commonly known as 'truncated division' and is + // equivalent to (a % n) in JavaScript. + // FLOOR 3 The remainder has the same sign as the divisor (Python %). + // HALF_EVEN 6 This modulo mode implements the IEEE 754 remainder function. + // EUCLID 9 Euclidian division. q = sign(n) * floor(a / abs(n)). + // The remainder is always positive. + // + // The truncated division, floored division, Euclidian division and IEEE 754 remainder + // modes are commonly used for the modulus operation. + // Although the other rounding modes can also be used, they may not give useful results. + MODULO_MODE = 1, // 0 to 9 + + // The maximum number of significant digits of the result of the exponentiatedBy operation. + // If POW_PRECISION is 0, there will be unlimited significant digits. + POW_PRECISION = 0, // 0 to MAX + + // The format specification used by the BigNumber.prototype.toFormat method. + FORMAT = { + prefix: '', + groupSize: 3, + secondaryGroupSize: 0, + groupSeparator: ',', + decimalSeparator: '.', + fractionGroupSize: 0, + fractionGroupSeparator: '\xA0', // non-breaking space + suffix: '' + }, + + // The alphabet used for base conversion. It must be at least 2 characters long, with no '+', + // '-', '.', whitespace, or repeated character. + // '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_' + ALPHABET = '0123456789abcdefghijklmnopqrstuvwxyz'; + + + //------------------------------------------------------------------------------------------ + + + // CONSTRUCTOR + + + /* + * The BigNumber constructor and exported function. + * Create and return a new instance of a BigNumber object. + * + * v {number|string|BigNumber} A numeric value. + * [b] {number} The base of v. Integer, 2 to ALPHABET.length inclusive. + */ + function BigNumber(v, b) { + var alphabet, c, caseChanged, e, i, isNum, len, str, + x = this; + + // Enable constructor call without `new`. + if (!(x instanceof BigNumber)) return new BigNumber(v, b); + + if (b == null) { + + if (v && v._isBigNumber === true) { + x.s = v.s; + + if (!v.c || v.e > MAX_EXP) { + x.c = x.e = null; + } else if (v.e < MIN_EXP) { + x.c = [x.e = 0]; + } else { + x.e = v.e; + x.c = v.c.slice(); + } + + return; + } + + if ((isNum = typeof v == 'number') && v * 0 == 0) { + + // Use `1 / n` to handle minus zero also. + x.s = 1 / v < 0 ? (v = -v, -1) : 1; + + // Fast path for integers, where n < 2147483648 (2**31). + if (v === ~~v) { + for (e = 0, i = v; i >= 10; i /= 10, e++); + + if (e > MAX_EXP) { + x.c = x.e = null; + } else { + x.e = e; + x.c = [v]; + } + + return; + } + + str = String(v); + } else { + + if (!isNumeric.test(str = String(v))) return parseNumeric(x, str, isNum); + + x.s = str.charCodeAt(0) == 45 ? (str = str.slice(1), -1) : 1; + } + + // Decimal point? + if ((e = str.indexOf('.')) > -1) str = str.replace('.', ''); + + // Exponential form? + if ((i = str.search(/e/i)) > 0) { + + // Determine exponent. + if (e < 0) e = i; + e += +str.slice(i + 1); + str = str.substring(0, i); + } else if (e < 0) { + + // Integer. + e = str.length; + } + + } else { + + // '[BigNumber Error] Base {not a primitive number|not an integer|out of range}: {b}' + intCheck(b, 2, ALPHABET.length, 'Base'); + + // Allow exponential notation to be used with base 10 argument, while + // also rounding to DECIMAL_PLACES as with other bases. + if (b == 10) { + x = new BigNumber(v); + return round(x, DECIMAL_PLACES + x.e + 1, ROUNDING_MODE); + } + + str = String(v); + + if (isNum = typeof v == 'number') { + + // Avoid potential interpretation of Infinity and NaN as base 44+ values. + if (v * 0 != 0) return parseNumeric(x, str, isNum, b); + + x.s = 1 / v < 0 ? (str = str.slice(1), -1) : 1; + + // '[BigNumber Error] Number primitive has more than 15 significant digits: {n}' + if (BigNumber.DEBUG && str.replace(/^0\.0*|\./, '').length > 15) { + throw Error + (tooManyDigits + v); + } + } else { + x.s = str.charCodeAt(0) === 45 ? (str = str.slice(1), -1) : 1; + } + + alphabet = ALPHABET.slice(0, b); + e = i = 0; + + // Check that str is a valid base b number. + // Don't use RegExp, so alphabet can contain special characters. + for (len = str.length; i < len; i++) { + if (alphabet.indexOf(c = str.charAt(i)) < 0) { + if (c == '.') { + + // If '.' is not the first character and it has not be found before. + if (i > e) { + e = len; + continue; + } + } else if (!caseChanged) { + + // Allow e.g. hexadecimal 'FF' as well as 'ff'. + if (str == str.toUpperCase() && (str = str.toLowerCase()) || + str == str.toLowerCase() && (str = str.toUpperCase())) { + caseChanged = true; + i = -1; + e = 0; + continue; + } + } + + return parseNumeric(x, String(v), isNum, b); + } + } + + // Prevent later check for length on converted number. + isNum = false; + str = convertBase(str, b, 10, x.s); + + // Decimal point? + if ((e = str.indexOf('.')) > -1) str = str.replace('.', ''); + else e = str.length; + } + + // Determine leading zeros. + for (i = 0; str.charCodeAt(i) === 48; i++); + + // Determine trailing zeros. + for (len = str.length; str.charCodeAt(--len) === 48;); + + if (str = str.slice(i, ++len)) { + len -= i; + + // '[BigNumber Error] Number primitive has more than 15 significant digits: {n}' + if (isNum && BigNumber.DEBUG && + len > 15 && (v > MAX_SAFE_INTEGER || v !== mathfloor(v))) { + throw Error + (tooManyDigits + (x.s * v)); + } + + // Overflow? + if ((e = e - i - 1) > MAX_EXP) { + + // Infinity. + x.c = x.e = null; + + // Underflow? + } else if (e < MIN_EXP) { + + // Zero. + x.c = [x.e = 0]; + } else { + x.e = e; + x.c = []; + + // Transform base + + // e is the base 10 exponent. + // i is where to slice str to get the first element of the coefficient array. + i = (e + 1) % LOG_BASE; + if (e < 0) i += LOG_BASE; // i < 1 + + if (i < len) { + if (i) x.c.push(+str.slice(0, i)); + + for (len -= LOG_BASE; i < len;) { + x.c.push(+str.slice(i, i += LOG_BASE)); + } + + i = LOG_BASE - (str = str.slice(i)).length; + } else { + i -= len; + } + + for (; i--; str += '0'); + x.c.push(+str); + } + } else { + + // Zero. + x.c = [x.e = 0]; + } + } + + + // CONSTRUCTOR PROPERTIES + + + BigNumber.clone = clone; + + BigNumber.ROUND_UP = 0; + BigNumber.ROUND_DOWN = 1; + BigNumber.ROUND_CEIL = 2; + BigNumber.ROUND_FLOOR = 3; + BigNumber.ROUND_HALF_UP = 4; + BigNumber.ROUND_HALF_DOWN = 5; + BigNumber.ROUND_HALF_EVEN = 6; + BigNumber.ROUND_HALF_CEIL = 7; + BigNumber.ROUND_HALF_FLOOR = 8; + BigNumber.EUCLID = 9; + + + /* + * Configure infrequently-changing library-wide settings. + * + * Accept an object with the following optional properties (if the value of a property is + * a number, it must be an integer within the inclusive range stated): + * + * DECIMAL_PLACES {number} 0 to MAX + * ROUNDING_MODE {number} 0 to 8 + * EXPONENTIAL_AT {number|number[]} -MAX to MAX or [-MAX to 0, 0 to MAX] + * RANGE {number|number[]} -MAX to MAX (not zero) or [-MAX to -1, 1 to MAX] + * CRYPTO {boolean} true or false + * MODULO_MODE {number} 0 to 9 + * POW_PRECISION {number} 0 to MAX + * ALPHABET {string} A string of two or more unique characters which does + * not contain '.'. + * FORMAT {object} An object with some of the following properties: + * prefix {string} + * groupSize {number} + * secondaryGroupSize {number} + * groupSeparator {string} + * decimalSeparator {string} + * fractionGroupSize {number} + * fractionGroupSeparator {string} + * suffix {string} + * + * (The values assigned to the above FORMAT object properties are not checked for validity.) + * + * E.g. + * BigNumber.config({ DECIMAL_PLACES : 20, ROUNDING_MODE : 4 }) + * + * Ignore properties/parameters set to null or undefined, except for ALPHABET. + * + * Return an object with the properties current values. + */ + BigNumber.config = BigNumber.set = function (obj) { + var p, v; + + if (obj != null) { + + if (typeof obj == 'object') { + + // DECIMAL_PLACES {number} Integer, 0 to MAX inclusive. + // '[BigNumber Error] DECIMAL_PLACES {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'DECIMAL_PLACES')) { + v = obj[p]; + intCheck(v, 0, MAX, p); + DECIMAL_PLACES = v; + } + + // ROUNDING_MODE {number} Integer, 0 to 8 inclusive. + // '[BigNumber Error] ROUNDING_MODE {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'ROUNDING_MODE')) { + v = obj[p]; + intCheck(v, 0, 8, p); + ROUNDING_MODE = v; + } + + // EXPONENTIAL_AT {number|number[]} + // Integer, -MAX to MAX inclusive or + // [integer -MAX to 0 inclusive, 0 to MAX inclusive]. + // '[BigNumber Error] EXPONENTIAL_AT {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'EXPONENTIAL_AT')) { + v = obj[p]; + if (v && v.pop) { + intCheck(v[0], -MAX, 0, p); + intCheck(v[1], 0, MAX, p); + TO_EXP_NEG = v[0]; + TO_EXP_POS = v[1]; + } else { + intCheck(v, -MAX, MAX, p); + TO_EXP_NEG = -(TO_EXP_POS = v < 0 ? -v : v); + } + } + + // RANGE {number|number[]} Non-zero integer, -MAX to MAX inclusive or + // [integer -MAX to -1 inclusive, integer 1 to MAX inclusive]. + // '[BigNumber Error] RANGE {not a primitive number|not an integer|out of range|cannot be zero}: {v}' + if (obj.hasOwnProperty(p = 'RANGE')) { + v = obj[p]; + if (v && v.pop) { + intCheck(v[0], -MAX, -1, p); + intCheck(v[1], 1, MAX, p); + MIN_EXP = v[0]; + MAX_EXP = v[1]; + } else { + intCheck(v, -MAX, MAX, p); + if (v) { + MIN_EXP = -(MAX_EXP = v < 0 ? -v : v); + } else { + throw Error + (bignumberError + p + ' cannot be zero: ' + v); + } + } + } + + // CRYPTO {boolean} true or false. + // '[BigNumber Error] CRYPTO not true or false: {v}' + // '[BigNumber Error] crypto unavailable' + if (obj.hasOwnProperty(p = 'CRYPTO')) { + v = obj[p]; + if (v === !!v) { + if (v) { + if (typeof crypto != 'undefined' && crypto && + (crypto.getRandomValues || crypto.randomBytes)) { + CRYPTO = v; + } else { + CRYPTO = !v; + throw Error + (bignumberError + 'crypto unavailable'); + } + } else { + CRYPTO = v; + } + } else { + throw Error + (bignumberError + p + ' not true or false: ' + v); + } + } + + // MODULO_MODE {number} Integer, 0 to 9 inclusive. + // '[BigNumber Error] MODULO_MODE {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'MODULO_MODE')) { + v = obj[p]; + intCheck(v, 0, 9, p); + MODULO_MODE = v; + } + + // POW_PRECISION {number} Integer, 0 to MAX inclusive. + // '[BigNumber Error] POW_PRECISION {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'POW_PRECISION')) { + v = obj[p]; + intCheck(v, 0, MAX, p); + POW_PRECISION = v; + } + + // FORMAT {object} + // '[BigNumber Error] FORMAT not an object: {v}' + if (obj.hasOwnProperty(p = 'FORMAT')) { + v = obj[p]; + if (typeof v == 'object') FORMAT = v; + else throw Error + (bignumberError + p + ' not an object: ' + v); + } + + // ALPHABET {string} + // '[BigNumber Error] ALPHABET invalid: {v}' + if (obj.hasOwnProperty(p = 'ALPHABET')) { + v = obj[p]; + + // Disallow if only one character, + // or if it contains '+', '-', '.', whitespace, or a repeated character. + if (typeof v == 'string' && !/^.$|[+-.\s]|(.).*\1/.test(v)) { + ALPHABET = v; + } else { + throw Error + (bignumberError + p + ' invalid: ' + v); + } + } + + } else { + + // '[BigNumber Error] Object expected: {v}' + throw Error + (bignumberError + 'Object expected: ' + obj); + } + } + + return { + DECIMAL_PLACES: DECIMAL_PLACES, + ROUNDING_MODE: ROUNDING_MODE, + EXPONENTIAL_AT: [TO_EXP_NEG, TO_EXP_POS], + RANGE: [MIN_EXP, MAX_EXP], + CRYPTO: CRYPTO, + MODULO_MODE: MODULO_MODE, + POW_PRECISION: POW_PRECISION, + FORMAT: FORMAT, + ALPHABET: ALPHABET + }; + }; + + + /* + * Return true if v is a BigNumber instance, otherwise return false. + * + * If BigNumber.DEBUG is true, throw if a BigNumber instance is not well-formed. + * + * v {any} + * + * '[BigNumber Error] Invalid BigNumber: {v}' + */ + BigNumber.isBigNumber = function (v) { + if (!v || v._isBigNumber !== true) return false; + if (!BigNumber.DEBUG) return true; + + var i, n, + c = v.c, + e = v.e, + s = v.s; + + out: if ({}.toString.call(c) == '[object Array]') { + + if ((s === 1 || s === -1) && e >= -MAX && e <= MAX && e === mathfloor(e)) { + + // If the first element is zero, the BigNumber value must be zero. + if (c[0] === 0) { + if (e === 0 && c.length === 1) return true; + break out; + } + + // Calculate number of digits that c[0] should have, based on the exponent. + i = (e + 1) % LOG_BASE; + if (i < 1) i += LOG_BASE; + + // Calculate number of digits of c[0]. + //if (Math.ceil(Math.log(c[0] + 1) / Math.LN10) == i) { + if (String(c[0]).length == i) { + + for (i = 0; i < c.length; i++) { + n = c[i]; + if (n < 0 || n >= BASE || n !== mathfloor(n)) break out; + } + + // Last element cannot be zero, unless it is the only element. + if (n !== 0) return true; + } + } + + // Infinity/NaN + } else if (c === null && e === null && (s === null || s === 1 || s === -1)) { + return true; + } + + throw Error + (bignumberError + 'Invalid BigNumber: ' + v); + }; + + + /* + * Return a new BigNumber whose value is the maximum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.maximum = BigNumber.max = function () { + return maxOrMin(arguments, P.lt); + }; + + + /* + * Return a new BigNumber whose value is the minimum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.minimum = BigNumber.min = function () { + return maxOrMin(arguments, P.gt); + }; + + + /* + * Return a new BigNumber with a random value equal to or greater than 0 and less than 1, + * and with dp, or DECIMAL_PLACES if dp is omitted, decimal places (or less if trailing + * zeros are produced). + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp}' + * '[BigNumber Error] crypto unavailable' + */ + BigNumber.random = (function () { + var pow2_53 = 0x20000000000000; + + // Return a 53 bit integer n, where 0 <= n < 9007199254740992. + // Check if Math.random() produces more than 32 bits of randomness. + // If it does, assume at least 53 bits are produced, otherwise assume at least 30 bits. + // 0x40000000 is 2^30, 0x800000 is 2^23, 0x1fffff is 2^21 - 1. + var random53bitInt = (Math.random() * pow2_53) & 0x1fffff + ? function () { return mathfloor(Math.random() * pow2_53); } + : function () { return ((Math.random() * 0x40000000 | 0) * 0x800000) + + (Math.random() * 0x800000 | 0); }; + + return function (dp) { + var a, b, e, k, v, + i = 0, + c = [], + rand = new BigNumber(ONE); + + if (dp == null) dp = DECIMAL_PLACES; + else intCheck(dp, 0, MAX); + + k = mathceil(dp / LOG_BASE); + + if (CRYPTO) { + + // Browsers supporting crypto.getRandomValues. + if (crypto.getRandomValues) { + + a = crypto.getRandomValues(new Uint32Array(k *= 2)); + + for (; i < k;) { + + // 53 bits: + // ((Math.pow(2, 32) - 1) * Math.pow(2, 21)).toString(2) + // 11111 11111111 11111111 11111111 11100000 00000000 00000000 + // ((Math.pow(2, 32) - 1) >>> 11).toString(2) + // 11111 11111111 11111111 + // 0x20000 is 2^21. + v = a[i] * 0x20000 + (a[i + 1] >>> 11); + + // Rejection sampling: + // 0 <= v < 9007199254740992 + // Probability that v >= 9e15, is + // 7199254740992 / 9007199254740992 ~= 0.0008, i.e. 1 in 1251 + if (v >= 9e15) { + b = crypto.getRandomValues(new Uint32Array(2)); + a[i] = b[0]; + a[i + 1] = b[1]; + } else { + + // 0 <= v <= 8999999999999999 + // 0 <= (v % 1e14) <= 99999999999999 + c.push(v % 1e14); + i += 2; + } + } + i = k / 2; + + // Node.js supporting crypto.randomBytes. + } else if (crypto.randomBytes) { + + // buffer + a = crypto.randomBytes(k *= 7); + + for (; i < k;) { + + // 0x1000000000000 is 2^48, 0x10000000000 is 2^40 + // 0x100000000 is 2^32, 0x1000000 is 2^24 + // 11111 11111111 11111111 11111111 11111111 11111111 11111111 + // 0 <= v < 9007199254740992 + v = ((a[i] & 31) * 0x1000000000000) + (a[i + 1] * 0x10000000000) + + (a[i + 2] * 0x100000000) + (a[i + 3] * 0x1000000) + + (a[i + 4] << 16) + (a[i + 5] << 8) + a[i + 6]; + + if (v >= 9e15) { + crypto.randomBytes(7).copy(a, i); + } else { + + // 0 <= (v % 1e14) <= 99999999999999 + c.push(v % 1e14); + i += 7; + } + } + i = k / 7; + } else { + CRYPTO = false; + throw Error + (bignumberError + 'crypto unavailable'); + } + } + + // Use Math.random. + if (!CRYPTO) { + + for (; i < k;) { + v = random53bitInt(); + if (v < 9e15) c[i++] = v % 1e14; + } + } + + k = c[--i]; + dp %= LOG_BASE; + + // Convert trailing digits to zeros according to dp. + if (k && dp) { + v = POWS_TEN[LOG_BASE - dp]; + c[i] = mathfloor(k / v) * v; + } + + // Remove trailing elements which are zero. + for (; c[i] === 0; c.pop(), i--); + + // Zero? + if (i < 0) { + c = [e = 0]; + } else { + + // Remove leading elements which are zero and adjust exponent accordingly. + for (e = -1 ; c[0] === 0; c.splice(0, 1), e -= LOG_BASE); + + // Count the digits of the first element of c to determine leading zeros, and... + for (i = 1, v = c[0]; v >= 10; v /= 10, i++); + + // adjust the exponent accordingly. + if (i < LOG_BASE) e -= LOG_BASE - i; + } + + rand.e = e; + rand.c = c; + return rand; + }; + })(); + + + /* + * Return a BigNumber whose value is the sum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.sum = function () { + var i = 1, + args = arguments, + sum = new BigNumber(args[0]); + for (; i < args.length;) sum = sum.plus(args[i++]); + return sum; + }; + + + // PRIVATE FUNCTIONS + + + // Called by BigNumber and BigNumber.prototype.toString. + convertBase = (function () { + var decimal = '0123456789'; + + /* + * Convert string of baseIn to an array of numbers of baseOut. + * Eg. toBaseOut('255', 10, 16) returns [15, 15]. + * Eg. toBaseOut('ff', 16, 10) returns [2, 5, 5]. + */ + function toBaseOut(str, baseIn, baseOut, alphabet) { + var j, + arr = [0], + arrL, + i = 0, + len = str.length; + + for (; i < len;) { + for (arrL = arr.length; arrL--; arr[arrL] *= baseIn); + + arr[0] += alphabet.indexOf(str.charAt(i++)); + + for (j = 0; j < arr.length; j++) { + + if (arr[j] > baseOut - 1) { + if (arr[j + 1] == null) arr[j + 1] = 0; + arr[j + 1] += arr[j] / baseOut | 0; + arr[j] %= baseOut; + } + } + } + + return arr.reverse(); + } + + // Convert a numeric string of baseIn to a numeric string of baseOut. + // If the caller is toString, we are converting from base 10 to baseOut. + // If the caller is BigNumber, we are converting from baseIn to base 10. + return function (str, baseIn, baseOut, sign, callerIsToString) { + var alphabet, d, e, k, r, x, xc, y, + i = str.indexOf('.'), + dp = DECIMAL_PLACES, + rm = ROUNDING_MODE; + + // Non-integer. + if (i >= 0) { + k = POW_PRECISION; + + // Unlimited precision. + POW_PRECISION = 0; + str = str.replace('.', ''); + y = new BigNumber(baseIn); + x = y.pow(str.length - i); + POW_PRECISION = k; + + // Convert str as if an integer, then restore the fraction part by dividing the + // result by its base raised to a power. + + y.c = toBaseOut(toFixedPoint(coeffToString(x.c), x.e, '0'), + 10, baseOut, decimal); + y.e = y.c.length; + } + + // Convert the number as integer. + + xc = toBaseOut(str, baseIn, baseOut, callerIsToString + ? (alphabet = ALPHABET, decimal) + : (alphabet = decimal, ALPHABET)); + + // xc now represents str as an integer and converted to baseOut. e is the exponent. + e = k = xc.length; + + // Remove trailing zeros. + for (; xc[--k] == 0; xc.pop()); + + // Zero? + if (!xc[0]) return alphabet.charAt(0); + + // Does str represent an integer? If so, no need for the division. + if (i < 0) { + --e; + } else { + x.c = xc; + x.e = e; + + // The sign is needed for correct rounding. + x.s = sign; + x = div(x, y, dp, rm, baseOut); + xc = x.c; + r = x.r; + e = x.e; + } + + // xc now represents str converted to baseOut. + + // THe index of the rounding digit. + d = e + dp + 1; + + // The rounding digit: the digit to the right of the digit that may be rounded up. + i = xc[d]; + + // Look at the rounding digits and mode to determine whether to round up. + + k = baseOut / 2; + r = r || d < 0 || xc[d + 1] != null; + + r = rm < 4 ? (i != null || r) && (rm == 0 || rm == (x.s < 0 ? 3 : 2)) + : i > k || i == k &&(rm == 4 || r || rm == 6 && xc[d - 1] & 1 || + rm == (x.s < 0 ? 8 : 7)); + + // If the index of the rounding digit is not greater than zero, or xc represents + // zero, then the result of the base conversion is zero or, if rounding up, a value + // such as 0.00001. + if (d < 1 || !xc[0]) { + + // 1^-dp or 0 + str = r ? toFixedPoint(alphabet.charAt(1), -dp, alphabet.charAt(0)) : alphabet.charAt(0); + } else { + + // Truncate xc to the required number of decimal places. + xc.length = d; + + // Round up? + if (r) { + + // Rounding up may mean the previous digit has to be rounded up and so on. + for (--baseOut; ++xc[--d] > baseOut;) { + xc[d] = 0; + + if (!d) { + ++e; + xc = [1].concat(xc); + } + } + } + + // Determine trailing zeros. + for (k = xc.length; !xc[--k];); + + // E.g. [4, 11, 15] becomes 4bf. + for (i = 0, str = ''; i <= k; str += alphabet.charAt(xc[i++])); + + // Add leading zeros, decimal point and trailing zeros as required. + str = toFixedPoint(str, e, alphabet.charAt(0)); + } + + // The caller will add the sign. + return str; + }; + })(); + + + // Perform division in the specified base. Called by div and convertBase. + div = (function () { + + // Assume non-zero x and k. + function multiply(x, k, base) { + var m, temp, xlo, xhi, + carry = 0, + i = x.length, + klo = k % SQRT_BASE, + khi = k / SQRT_BASE | 0; + + for (x = x.slice(); i--;) { + xlo = x[i] % SQRT_BASE; + xhi = x[i] / SQRT_BASE | 0; + m = khi * xlo + xhi * klo; + temp = klo * xlo + ((m % SQRT_BASE) * SQRT_BASE) + carry; + carry = (temp / base | 0) + (m / SQRT_BASE | 0) + khi * xhi; + x[i] = temp % base; + } + + if (carry) x = [carry].concat(x); + + return x; + } + + function compare(a, b, aL, bL) { + var i, cmp; + + if (aL != bL) { + cmp = aL > bL ? 1 : -1; + } else { + + for (i = cmp = 0; i < aL; i++) { + + if (a[i] != b[i]) { + cmp = a[i] > b[i] ? 1 : -1; + break; + } + } + } + + return cmp; + } + + function subtract(a, b, aL, base) { + var i = 0; + + // Subtract b from a. + for (; aL--;) { + a[aL] -= i; + i = a[aL] < b[aL] ? 1 : 0; + a[aL] = i * base + a[aL] - b[aL]; + } + + // Remove leading zeros. + for (; !a[0] && a.length > 1; a.splice(0, 1)); + } + + // x: dividend, y: divisor. + return function (x, y, dp, rm, base) { + var cmp, e, i, more, n, prod, prodL, q, qc, rem, remL, rem0, xi, xL, yc0, + yL, yz, + s = x.s == y.s ? 1 : -1, + xc = x.c, + yc = y.c; + + // Either NaN, Infinity or 0? + if (!xc || !xc[0] || !yc || !yc[0]) { + + return new BigNumber( + + // Return NaN if either NaN, or both Infinity or 0. + !x.s || !y.s || (xc ? yc && xc[0] == yc[0] : !yc) ? NaN : + + // Return ±0 if x is ±0 or y is ±Infinity, or return ±Infinity as y is ±0. + xc && xc[0] == 0 || !yc ? s * 0 : s / 0 + ); + } + + q = new BigNumber(s); + qc = q.c = []; + e = x.e - y.e; + s = dp + e + 1; + + if (!base) { + base = BASE; + e = bitFloor(x.e / LOG_BASE) - bitFloor(y.e / LOG_BASE); + s = s / LOG_BASE | 0; + } + + // Result exponent may be one less then the current value of e. + // The coefficients of the BigNumbers from convertBase may have trailing zeros. + for (i = 0; yc[i] == (xc[i] || 0); i++); + + if (yc[i] > (xc[i] || 0)) e--; + + if (s < 0) { + qc.push(1); + more = true; + } else { + xL = xc.length; + yL = yc.length; + i = 0; + s += 2; + + // Normalise xc and yc so highest order digit of yc is >= base / 2. + + n = mathfloor(base / (yc[0] + 1)); + + // Not necessary, but to handle odd bases where yc[0] == (base / 2) - 1. + // if (n > 1 || n++ == 1 && yc[0] < base / 2) { + if (n > 1) { + yc = multiply(yc, n, base); + xc = multiply(xc, n, base); + yL = yc.length; + xL = xc.length; + } + + xi = yL; + rem = xc.slice(0, yL); + remL = rem.length; + + // Add zeros to make remainder as long as divisor. + for (; remL < yL; rem[remL++] = 0); + yz = yc.slice(); + yz = [0].concat(yz); + yc0 = yc[0]; + if (yc[1] >= base / 2) yc0++; + // Not necessary, but to prevent trial digit n > base, when using base 3. + // else if (base == 3 && yc0 == 1) yc0 = 1 + 1e-15; + + do { + n = 0; + + // Compare divisor and remainder. + cmp = compare(yc, rem, yL, remL); + + // If divisor < remainder. + if (cmp < 0) { + + // Calculate trial digit, n. + + rem0 = rem[0]; + if (yL != remL) rem0 = rem0 * base + (rem[1] || 0); + + // n is how many times the divisor goes into the current remainder. + n = mathfloor(rem0 / yc0); + + // Algorithm: + // product = divisor multiplied by trial digit (n). + // Compare product and remainder. + // If product is greater than remainder: + // Subtract divisor from product, decrement trial digit. + // Subtract product from remainder. + // If product was less than remainder at the last compare: + // Compare new remainder and divisor. + // If remainder is greater than divisor: + // Subtract divisor from remainder, increment trial digit. + + if (n > 1) { + + // n may be > base only when base is 3. + if (n >= base) n = base - 1; + + // product = divisor * trial digit. + prod = multiply(yc, n, base); + prodL = prod.length; + remL = rem.length; + + // Compare product and remainder. + // If product > remainder then trial digit n too high. + // n is 1 too high about 5% of the time, and is not known to have + // ever been more than 1 too high. + while (compare(prod, rem, prodL, remL) == 1) { + n--; + + // Subtract divisor from product. + subtract(prod, yL < prodL ? yz : yc, prodL, base); + prodL = prod.length; + cmp = 1; + } + } else { + + // n is 0 or 1, cmp is -1. + // If n is 0, there is no need to compare yc and rem again below, + // so change cmp to 1 to avoid it. + // If n is 1, leave cmp as -1, so yc and rem are compared again. + if (n == 0) { + + // divisor < remainder, so n must be at least 1. + cmp = n = 1; + } + + // product = divisor + prod = yc.slice(); + prodL = prod.length; + } + + if (prodL < remL) prod = [0].concat(prod); + + // Subtract product from remainder. + subtract(rem, prod, remL, base); + remL = rem.length; + + // If product was < remainder. + if (cmp == -1) { + + // Compare divisor and new remainder. + // If divisor < new remainder, subtract divisor from remainder. + // Trial digit n too low. + // n is 1 too low about 5% of the time, and very rarely 2 too low. + while (compare(yc, rem, yL, remL) < 1) { + n++; + + // Subtract divisor from remainder. + subtract(rem, yL < remL ? yz : yc, remL, base); + remL = rem.length; + } + } + } else if (cmp === 0) { + n++; + rem = [0]; + } // else cmp === 1 and n will be 0 + + // Add the next digit, n, to the result array. + qc[i++] = n; + + // Update the remainder. + if (rem[0]) { + rem[remL++] = xc[xi] || 0; + } else { + rem = [xc[xi]]; + remL = 1; + } + } while ((xi++ < xL || rem[0] != null) && s--); + + more = rem[0] != null; + + // Leading zero? + if (!qc[0]) qc.splice(0, 1); + } + + if (base == BASE) { + + // To calculate q.e, first get the number of digits of qc[0]. + for (i = 1, s = qc[0]; s >= 10; s /= 10, i++); + + round(q, dp + (q.e = i + e * LOG_BASE - 1) + 1, rm, more); + + // Caller is convertBase. + } else { + q.e = e; + q.r = +more; + } + + return q; + }; + })(); + + + /* + * Return a string representing the value of BigNumber n in fixed-point or exponential + * notation rounded to the specified decimal places or significant digits. + * + * n: a BigNumber. + * i: the index of the last digit required (i.e. the digit that may be rounded up). + * rm: the rounding mode. + * id: 1 (toExponential) or 2 (toPrecision). + */ + function format(n, i, rm, id) { + var c0, e, ne, len, str; + + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + if (!n.c) return n.toString(); + + c0 = n.c[0]; + ne = n.e; + + if (i == null) { + str = coeffToString(n.c); + str = id == 1 || id == 2 && (ne <= TO_EXP_NEG || ne >= TO_EXP_POS) + ? toExponential(str, ne) + : toFixedPoint(str, ne, '0'); + } else { + n = round(new BigNumber(n), i, rm); + + // n.e may have changed if the value was rounded up. + e = n.e; + + str = coeffToString(n.c); + len = str.length; + + // toPrecision returns exponential notation if the number of significant digits + // specified is less than the number of digits necessary to represent the integer + // part of the value in fixed-point notation. + + // Exponential notation. + if (id == 1 || id == 2 && (i <= e || e <= TO_EXP_NEG)) { + + // Append zeros? + for (; len < i; str += '0', len++); + str = toExponential(str, e); + + // Fixed-point notation. + } else { + i -= ne; + str = toFixedPoint(str, e, '0'); + + // Append zeros? + if (e + 1 > len) { + if (--i > 0) for (str += '.'; i--; str += '0'); + } else { + i += e - len; + if (i > 0) { + if (e + 1 == len) str += '.'; + for (; i--; str += '0'); + } + } + } + } + + return n.s < 0 && c0 ? '-' + str : str; + } + + + // Handle BigNumber.max and BigNumber.min. + function maxOrMin(args, method) { + var n, + i = 1, + m = new BigNumber(args[0]); + + for (; i < args.length; i++) { + n = new BigNumber(args[i]); + + // If any number is NaN, return NaN. + if (!n.s) { + m = n; + break; + } else if (method.call(m, n)) { + m = n; + } + } + + return m; + } + + + /* + * Strip trailing zeros, calculate base 10 exponent and check against MIN_EXP and MAX_EXP. + * Called by minus, plus and times. + */ + function normalise(n, c, e) { + var i = 1, + j = c.length; + + // Remove trailing zeros. + for (; !c[--j]; c.pop()); + + // Calculate the base 10 exponent. First get the number of digits of c[0]. + for (j = c[0]; j >= 10; j /= 10, i++); + + // Overflow? + if ((e = i + e * LOG_BASE - 1) > MAX_EXP) { + + // Infinity. + n.c = n.e = null; + + // Underflow? + } else if (e < MIN_EXP) { + + // Zero. + n.c = [n.e = 0]; + } else { + n.e = e; + n.c = c; + } + + return n; + } + + + // Handle values that fail the validity test in BigNumber. + parseNumeric = (function () { + var basePrefix = /^(-?)0([xbo])(?=\w[\w.]*$)/i, + dotAfter = /^([^.]+)\.$/, + dotBefore = /^\.([^.]+)$/, + isInfinityOrNaN = /^-?(Infinity|NaN)$/, + whitespaceOrPlus = /^\s*\+(?=[\w.])|^\s+|\s+$/g; + + return function (x, str, isNum, b) { + var base, + s = isNum ? str : str.replace(whitespaceOrPlus, ''); + + // No exception on ±Infinity or NaN. + if (isInfinityOrNaN.test(s)) { + x.s = isNaN(s) ? null : s < 0 ? -1 : 1; + } else { + if (!isNum) { + + // basePrefix = /^(-?)0([xbo])(?=\w[\w.]*$)/i + s = s.replace(basePrefix, function (m, p1, p2) { + base = (p2 = p2.toLowerCase()) == 'x' ? 16 : p2 == 'b' ? 2 : 8; + return !b || b == base ? p1 : m; + }); + + if (b) { + base = b; + + // E.g. '1.' to '1', '.1' to '0.1' + s = s.replace(dotAfter, '$1').replace(dotBefore, '0.$1'); + } + + if (str != s) return new BigNumber(s, base); + } + + // '[BigNumber Error] Not a number: {n}' + // '[BigNumber Error] Not a base {b} number: {n}' + if (BigNumber.DEBUG) { + throw Error + (bignumberError + 'Not a' + (b ? ' base ' + b : '') + ' number: ' + str); + } + + // NaN + x.s = null; + } + + x.c = x.e = null; + } + })(); + + + /* + * Round x to sd significant digits using rounding mode rm. Check for over/under-flow. + * If r is truthy, it is known that there are more digits after the rounding digit. + */ + function round(x, sd, rm, r) { + var d, i, j, k, n, ni, rd, + xc = x.c, + pows10 = POWS_TEN; + + // if x is not Infinity or NaN... + if (xc) { + + // rd is the rounding digit, i.e. the digit after the digit that may be rounded up. + // n is a base 1e14 number, the value of the element of array x.c containing rd. + // ni is the index of n within x.c. + // d is the number of digits of n. + // i is the index of rd within n including leading zeros. + // j is the actual index of rd within n (if < 0, rd is a leading zero). + out: { + + // Get the number of digits of the first element of xc. + for (d = 1, k = xc[0]; k >= 10; k /= 10, d++); + i = sd - d; + + // If the rounding digit is in the first element of xc... + if (i < 0) { + i += LOG_BASE; + j = sd; + n = xc[ni = 0]; + + // Get the rounding digit at index j of n. + rd = n / pows10[d - j - 1] % 10 | 0; + } else { + ni = mathceil((i + 1) / LOG_BASE); + + if (ni >= xc.length) { + + if (r) { + + // Needed by sqrt. + for (; xc.length <= ni; xc.push(0)); + n = rd = 0; + d = 1; + i %= LOG_BASE; + j = i - LOG_BASE + 1; + } else { + break out; + } + } else { + n = k = xc[ni]; + + // Get the number of digits of n. + for (d = 1; k >= 10; k /= 10, d++); + + // Get the index of rd within n. + i %= LOG_BASE; + + // Get the index of rd within n, adjusted for leading zeros. + // The number of leading zeros of n is given by LOG_BASE - d. + j = i - LOG_BASE + d; + + // Get the rounding digit at index j of n. + rd = j < 0 ? 0 : n / pows10[d - j - 1] % 10 | 0; + } + } + + r = r || sd < 0 || + + // Are there any non-zero digits after the rounding digit? + // The expression n % pows10[d - j - 1] returns all digits of n to the right + // of the digit at j, e.g. if n is 908714 and j is 2, the expression gives 714. + xc[ni + 1] != null || (j < 0 ? n : n % pows10[d - j - 1]); + + r = rm < 4 + ? (rd || r) && (rm == 0 || rm == (x.s < 0 ? 3 : 2)) + : rd > 5 || rd == 5 && (rm == 4 || r || rm == 6 && + + // Check whether the digit to the left of the rounding digit is odd. + ((i > 0 ? j > 0 ? n / pows10[d - j] : 0 : xc[ni - 1]) % 10) & 1 || + rm == (x.s < 0 ? 8 : 7)); + + if (sd < 1 || !xc[0]) { + xc.length = 0; + + if (r) { + + // Convert sd to decimal places. + sd -= x.e + 1; + + // 1, 0.1, 0.01, 0.001, 0.0001 etc. + xc[0] = pows10[(LOG_BASE - sd % LOG_BASE) % LOG_BASE]; + x.e = -sd || 0; + } else { + + // Zero. + xc[0] = x.e = 0; + } + + return x; + } + + // Remove excess digits. + if (i == 0) { + xc.length = ni; + k = 1; + ni--; + } else { + xc.length = ni + 1; + k = pows10[LOG_BASE - i]; + + // E.g. 56700 becomes 56000 if 7 is the rounding digit. + // j > 0 means i > number of leading zeros of n. + xc[ni] = j > 0 ? mathfloor(n / pows10[d - j] % pows10[j]) * k : 0; + } + + // Round up? + if (r) { + + for (; ;) { + + // If the digit to be rounded up is in the first element of xc... + if (ni == 0) { + + // i will be the length of xc[0] before k is added. + for (i = 1, j = xc[0]; j >= 10; j /= 10, i++); + j = xc[0] += k; + for (k = 1; j >= 10; j /= 10, k++); + + // if i != k the length has increased. + if (i != k) { + x.e++; + if (xc[0] == BASE) xc[0] = 1; + } + + break; + } else { + xc[ni] += k; + if (xc[ni] != BASE) break; + xc[ni--] = 0; + k = 1; + } + } + } + + // Remove trailing zeros. + for (i = xc.length; xc[--i] === 0; xc.pop()); + } + + // Overflow? Infinity. + if (x.e > MAX_EXP) { + x.c = x.e = null; + + // Underflow? Zero. + } else if (x.e < MIN_EXP) { + x.c = [x.e = 0]; + } + } + + return x; + } + + + function valueOf(n) { + var str, + e = n.e; + + if (e === null) return n.toString(); + + str = coeffToString(n.c); + + str = e <= TO_EXP_NEG || e >= TO_EXP_POS + ? toExponential(str, e) + : toFixedPoint(str, e, '0'); + + return n.s < 0 ? '-' + str : str; + } + + + // PROTOTYPE/INSTANCE METHODS + + + /* + * Return a new BigNumber whose value is the absolute value of this BigNumber. + */ + P.absoluteValue = P.abs = function () { + var x = new BigNumber(this); + if (x.s < 0) x.s = 1; + return x; + }; + + + /* + * Return + * 1 if the value of this BigNumber is greater than the value of BigNumber(y, b), + * -1 if the value of this BigNumber is less than the value of BigNumber(y, b), + * 0 if they have the same value, + * or null if the value of either is NaN. + */ + P.comparedTo = function (y, b) { + return compare(this, new BigNumber(y, b)); + }; + + + /* + * If dp is undefined or null or true or false, return the number of decimal places of the + * value of this BigNumber, or null if the value of this BigNumber is ±Infinity or NaN. + * + * Otherwise, if dp is a number, return a new BigNumber whose value is the value of this + * BigNumber rounded to a maximum of dp decimal places using rounding mode rm, or + * ROUNDING_MODE if rm is omitted. + * + * [dp] {number} Decimal places: integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.decimalPlaces = P.dp = function (dp, rm) { + var c, n, v, + x = this; + + if (dp != null) { + intCheck(dp, 0, MAX); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + return round(new BigNumber(x), dp + x.e + 1, rm); + } + + if (!(c = x.c)) return null; + n = ((v = c.length - 1) - bitFloor(this.e / LOG_BASE)) * LOG_BASE; + + // Subtract the number of trailing zeros of the last number. + if (v = c[v]) for (; v % 10 == 0; v /= 10, n--); + if (n < 0) n = 0; + + return n; + }; + + + /* + * n / 0 = I + * n / N = N + * n / I = 0 + * 0 / n = 0 + * 0 / 0 = N + * 0 / N = N + * 0 / I = 0 + * N / n = N + * N / 0 = N + * N / N = N + * N / I = N + * I / n = I + * I / 0 = I + * I / N = N + * I / I = N + * + * Return a new BigNumber whose value is the value of this BigNumber divided by the value of + * BigNumber(y, b), rounded according to DECIMAL_PLACES and ROUNDING_MODE. + */ + P.dividedBy = P.div = function (y, b) { + return div(this, new BigNumber(y, b), DECIMAL_PLACES, ROUNDING_MODE); + }; + + + /* + * Return a new BigNumber whose value is the integer part of dividing the value of this + * BigNumber by the value of BigNumber(y, b). + */ + P.dividedToIntegerBy = P.idiv = function (y, b) { + return div(this, new BigNumber(y, b), 0, 1); + }; + + + /* + * Return a BigNumber whose value is the value of this BigNumber exponentiated by n. + * + * If m is present, return the result modulo m. + * If n is negative round according to DECIMAL_PLACES and ROUNDING_MODE. + * If POW_PRECISION is non-zero and m is not present, round to POW_PRECISION using ROUNDING_MODE. + * + * The modular power operation works efficiently when x, n, and m are integers, otherwise it + * is equivalent to calculating x.exponentiatedBy(n).modulo(m) with a POW_PRECISION of 0. + * + * n {number|string|BigNumber} The exponent. An integer. + * [m] {number|string|BigNumber} The modulus. + * + * '[BigNumber Error] Exponent not an integer: {n}' + */ + P.exponentiatedBy = P.pow = function (n, m) { + var half, isModExp, i, k, more, nIsBig, nIsNeg, nIsOdd, y, + x = this; + + n = new BigNumber(n); + + // Allow NaN and ±Infinity, but not other non-integers. + if (n.c && !n.isInteger()) { + throw Error + (bignumberError + 'Exponent not an integer: ' + valueOf(n)); + } + + if (m != null) m = new BigNumber(m); + + // Exponent of MAX_SAFE_INTEGER is 15. + nIsBig = n.e > 14; + + // If x is NaN, ±Infinity, ±0 or ±1, or n is ±Infinity, NaN or ±0. + if (!x.c || !x.c[0] || x.c[0] == 1 && !x.e && x.c.length == 1 || !n.c || !n.c[0]) { + + // The sign of the result of pow when x is negative depends on the evenness of n. + // If +n overflows to ±Infinity, the evenness of n would be not be known. + y = new BigNumber(Math.pow(+valueOf(x), nIsBig ? 2 - isOdd(n) : +valueOf(n))); + return m ? y.mod(m) : y; + } + + nIsNeg = n.s < 0; + + if (m) { + + // x % m returns NaN if abs(m) is zero, or m is NaN. + if (m.c ? !m.c[0] : !m.s) return new BigNumber(NaN); + + isModExp = !nIsNeg && x.isInteger() && m.isInteger(); + + if (isModExp) x = x.mod(m); + + // Overflow to ±Infinity: >=2**1e10 or >=1.0000024**1e15. + // Underflow to ±0: <=0.79**1e10 or <=0.9999975**1e15. + } else if (n.e > 9 && (x.e > 0 || x.e < -1 || (x.e == 0 + // [1, 240000000] + ? x.c[0] > 1 || nIsBig && x.c[1] >= 24e7 + // [80000000000000] [99999750000000] + : x.c[0] < 8e13 || nIsBig && x.c[0] <= 9999975e7))) { + + // If x is negative and n is odd, k = -0, else k = 0. + k = x.s < 0 && isOdd(n) ? -0 : 0; + + // If x >= 1, k = ±Infinity. + if (x.e > -1) k = 1 / k; + + // If n is negative return ±0, else return ±Infinity. + return new BigNumber(nIsNeg ? 1 / k : k); + + } else if (POW_PRECISION) { + + // Truncating each coefficient array to a length of k after each multiplication + // equates to truncating significant digits to POW_PRECISION + [28, 41], + // i.e. there will be a minimum of 28 guard digits retained. + k = mathceil(POW_PRECISION / LOG_BASE + 2); + } + + if (nIsBig) { + half = new BigNumber(0.5); + if (nIsNeg) n.s = 1; + nIsOdd = isOdd(n); + } else { + i = Math.abs(+valueOf(n)); + nIsOdd = i % 2; + } + + y = new BigNumber(ONE); + + // Performs 54 loop iterations for n of 9007199254740991. + for (; ;) { + + if (nIsOdd) { + y = y.times(x); + if (!y.c) break; + + if (k) { + if (y.c.length > k) y.c.length = k; + } else if (isModExp) { + y = y.mod(m); //y = y.minus(div(y, m, 0, MODULO_MODE).times(m)); + } + } + + if (i) { + i = mathfloor(i / 2); + if (i === 0) break; + nIsOdd = i % 2; + } else { + n = n.times(half); + round(n, n.e + 1, 1); + + if (n.e > 14) { + nIsOdd = isOdd(n); + } else { + i = +valueOf(n); + if (i === 0) break; + nIsOdd = i % 2; + } + } + + x = x.times(x); + + if (k) { + if (x.c && x.c.length > k) x.c.length = k; + } else if (isModExp) { + x = x.mod(m); //x = x.minus(div(x, m, 0, MODULO_MODE).times(m)); + } + } + + if (isModExp) return y; + if (nIsNeg) y = ONE.div(y); + + return m ? y.mod(m) : k ? round(y, POW_PRECISION, ROUNDING_MODE, more) : y; + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber rounded to an integer + * using rounding mode rm, or ROUNDING_MODE if rm is omitted. + * + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {rm}' + */ + P.integerValue = function (rm) { + var n = new BigNumber(this); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + return round(n, n.e + 1, rm); + }; + + + /* + * Return true if the value of this BigNumber is equal to the value of BigNumber(y, b), + * otherwise return false. + */ + P.isEqualTo = P.eq = function (y, b) { + return compare(this, new BigNumber(y, b)) === 0; + }; + + + /* + * Return true if the value of this BigNumber is a finite number, otherwise return false. + */ + P.isFinite = function () { + return !!this.c; + }; + + + /* + * Return true if the value of this BigNumber is greater than the value of BigNumber(y, b), + * otherwise return false. + */ + P.isGreaterThan = P.gt = function (y, b) { + return compare(this, new BigNumber(y, b)) > 0; + }; + + + /* + * Return true if the value of this BigNumber is greater than or equal to the value of + * BigNumber(y, b), otherwise return false. + */ + P.isGreaterThanOrEqualTo = P.gte = function (y, b) { + return (b = compare(this, new BigNumber(y, b))) === 1 || b === 0; + + }; + + + /* + * Return true if the value of this BigNumber is an integer, otherwise return false. + */ + P.isInteger = function () { + return !!this.c && bitFloor(this.e / LOG_BASE) > this.c.length - 2; + }; + + + /* + * Return true if the value of this BigNumber is less than the value of BigNumber(y, b), + * otherwise return false. + */ + P.isLessThan = P.lt = function (y, b) { + return compare(this, new BigNumber(y, b)) < 0; + }; + + + /* + * Return true if the value of this BigNumber is less than or equal to the value of + * BigNumber(y, b), otherwise return false. + */ + P.isLessThanOrEqualTo = P.lte = function (y, b) { + return (b = compare(this, new BigNumber(y, b))) === -1 || b === 0; + }; + + + /* + * Return true if the value of this BigNumber is NaN, otherwise return false. + */ + P.isNaN = function () { + return !this.s; + }; + + + /* + * Return true if the value of this BigNumber is negative, otherwise return false. + */ + P.isNegative = function () { + return this.s < 0; + }; + + + /* + * Return true if the value of this BigNumber is positive, otherwise return false. + */ + P.isPositive = function () { + return this.s > 0; + }; + + + /* + * Return true if the value of this BigNumber is 0 or -0, otherwise return false. + */ + P.isZero = function () { + return !!this.c && this.c[0] == 0; + }; + + + /* + * n - 0 = n + * n - N = N + * n - I = -I + * 0 - n = -n + * 0 - 0 = 0 + * 0 - N = N + * 0 - I = -I + * N - n = N + * N - 0 = N + * N - N = N + * N - I = N + * I - n = I + * I - 0 = I + * I - N = N + * I - I = N + * + * Return a new BigNumber whose value is the value of this BigNumber minus the value of + * BigNumber(y, b). + */ + P.minus = function (y, b) { + var i, j, t, xLTy, + x = this, + a = x.s; + + y = new BigNumber(y, b); + b = y.s; + + // Either NaN? + if (!a || !b) return new BigNumber(NaN); + + // Signs differ? + if (a != b) { + y.s = -b; + return x.plus(y); + } + + var xe = x.e / LOG_BASE, + ye = y.e / LOG_BASE, + xc = x.c, + yc = y.c; + + if (!xe || !ye) { + + // Either Infinity? + if (!xc || !yc) return xc ? (y.s = -b, y) : new BigNumber(yc ? x : NaN); + + // Either zero? + if (!xc[0] || !yc[0]) { + + // Return y if y is non-zero, x if x is non-zero, or zero if both are zero. + return yc[0] ? (y.s = -b, y) : new BigNumber(xc[0] ? x : + + // IEEE 754 (2008) 6.3: n - n = -0 when rounding to -Infinity + ROUNDING_MODE == 3 ? -0 : 0); + } + } + + xe = bitFloor(xe); + ye = bitFloor(ye); + xc = xc.slice(); + + // Determine which is the bigger number. + if (a = xe - ye) { + + if (xLTy = a < 0) { + a = -a; + t = xc; + } else { + ye = xe; + t = yc; + } + + t.reverse(); + + // Prepend zeros to equalise exponents. + for (b = a; b--; t.push(0)); + t.reverse(); + } else { + + // Exponents equal. Check digit by digit. + j = (xLTy = (a = xc.length) < (b = yc.length)) ? a : b; + + for (a = b = 0; b < j; b++) { + + if (xc[b] != yc[b]) { + xLTy = xc[b] < yc[b]; + break; + } + } + } + + // x < y? Point xc to the array of the bigger number. + if (xLTy) t = xc, xc = yc, yc = t, y.s = -y.s; + + b = (j = yc.length) - (i = xc.length); + + // Append zeros to xc if shorter. + // No need to add zeros to yc if shorter as subtract only needs to start at yc.length. + if (b > 0) for (; b--; xc[i++] = 0); + b = BASE - 1; + + // Subtract yc from xc. + for (; j > a;) { + + if (xc[--j] < yc[j]) { + for (i = j; i && !xc[--i]; xc[i] = b); + --xc[i]; + xc[j] += BASE; + } + + xc[j] -= yc[j]; + } + + // Remove leading zeros and adjust exponent accordingly. + for (; xc[0] == 0; xc.splice(0, 1), --ye); + + // Zero? + if (!xc[0]) { + + // Following IEEE 754 (2008) 6.3, + // n - n = +0 but n - n = -0 when rounding towards -Infinity. + y.s = ROUNDING_MODE == 3 ? -1 : 1; + y.c = [y.e = 0]; + return y; + } + + // No need to check for Infinity as +x - +y != Infinity && -x - -y != Infinity + // for finite x and y. + return normalise(y, xc, ye); + }; + + + /* + * n % 0 = N + * n % N = N + * n % I = n + * 0 % n = 0 + * -0 % n = -0 + * 0 % 0 = N + * 0 % N = N + * 0 % I = 0 + * N % n = N + * N % 0 = N + * N % N = N + * N % I = N + * I % n = N + * I % 0 = N + * I % N = N + * I % I = N + * + * Return a new BigNumber whose value is the value of this BigNumber modulo the value of + * BigNumber(y, b). The result depends on the value of MODULO_MODE. + */ + P.modulo = P.mod = function (y, b) { + var q, s, + x = this; + + y = new BigNumber(y, b); + + // Return NaN if x is Infinity or NaN, or y is NaN or zero. + if (!x.c || !y.s || y.c && !y.c[0]) { + return new BigNumber(NaN); + + // Return x if y is Infinity or x is zero. + } else if (!y.c || x.c && !x.c[0]) { + return new BigNumber(x); + } + + if (MODULO_MODE == 9) { + + // Euclidian division: q = sign(y) * floor(x / abs(y)) + // r = x - qy where 0 <= r < abs(y) + s = y.s; + y.s = 1; + q = div(x, y, 0, 3); + y.s = s; + q.s *= s; + } else { + q = div(x, y, 0, MODULO_MODE); + } + + y = x.minus(q.times(y)); + + // To match JavaScript %, ensure sign of zero is sign of dividend. + if (!y.c[0] && MODULO_MODE == 1) y.s = x.s; + + return y; + }; + + + /* + * n * 0 = 0 + * n * N = N + * n * I = I + * 0 * n = 0 + * 0 * 0 = 0 + * 0 * N = N + * 0 * I = N + * N * n = N + * N * 0 = N + * N * N = N + * N * I = N + * I * n = I + * I * 0 = N + * I * N = N + * I * I = I + * + * Return a new BigNumber whose value is the value of this BigNumber multiplied by the value + * of BigNumber(y, b). + */ + P.multipliedBy = P.times = function (y, b) { + var c, e, i, j, k, m, xcL, xlo, xhi, ycL, ylo, yhi, zc, + base, sqrtBase, + x = this, + xc = x.c, + yc = (y = new BigNumber(y, b)).c; + + // Either NaN, ±Infinity or ±0? + if (!xc || !yc || !xc[0] || !yc[0]) { + + // Return NaN if either is NaN, or one is 0 and the other is Infinity. + if (!x.s || !y.s || xc && !xc[0] && !yc || yc && !yc[0] && !xc) { + y.c = y.e = y.s = null; + } else { + y.s *= x.s; + + // Return ±Infinity if either is ±Infinity. + if (!xc || !yc) { + y.c = y.e = null; + + // Return ±0 if either is ±0. + } else { + y.c = [0]; + y.e = 0; + } + } + + return y; + } + + e = bitFloor(x.e / LOG_BASE) + bitFloor(y.e / LOG_BASE); + y.s *= x.s; + xcL = xc.length; + ycL = yc.length; + + // Ensure xc points to longer array and xcL to its length. + if (xcL < ycL) zc = xc, xc = yc, yc = zc, i = xcL, xcL = ycL, ycL = i; + + // Initialise the result array with zeros. + for (i = xcL + ycL, zc = []; i--; zc.push(0)); + + base = BASE; + sqrtBase = SQRT_BASE; + + for (i = ycL; --i >= 0;) { + c = 0; + ylo = yc[i] % sqrtBase; + yhi = yc[i] / sqrtBase | 0; + + for (k = xcL, j = i + k; j > i;) { + xlo = xc[--k] % sqrtBase; + xhi = xc[k] / sqrtBase | 0; + m = yhi * xlo + xhi * ylo; + xlo = ylo * xlo + ((m % sqrtBase) * sqrtBase) + zc[j] + c; + c = (xlo / base | 0) + (m / sqrtBase | 0) + yhi * xhi; + zc[j--] = xlo % base; + } + + zc[j] = c; + } + + if (c) { + ++e; + } else { + zc.splice(0, 1); + } + + return normalise(y, zc, e); + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber negated, + * i.e. multiplied by -1. + */ + P.negated = function () { + var x = new BigNumber(this); + x.s = -x.s || null; + return x; + }; + + + /* + * n + 0 = n + * n + N = N + * n + I = I + * 0 + n = n + * 0 + 0 = 0 + * 0 + N = N + * 0 + I = I + * N + n = N + * N + 0 = N + * N + N = N + * N + I = N + * I + n = I + * I + 0 = I + * I + N = N + * I + I = I + * + * Return a new BigNumber whose value is the value of this BigNumber plus the value of + * BigNumber(y, b). + */ + P.plus = function (y, b) { + var t, + x = this, + a = x.s; + + y = new BigNumber(y, b); + b = y.s; + + // Either NaN? + if (!a || !b) return new BigNumber(NaN); + + // Signs differ? + if (a != b) { + y.s = -b; + return x.minus(y); + } + + var xe = x.e / LOG_BASE, + ye = y.e / LOG_BASE, + xc = x.c, + yc = y.c; + + if (!xe || !ye) { + + // Return ±Infinity if either ±Infinity. + if (!xc || !yc) return new BigNumber(a / 0); + + // Either zero? + // Return y if y is non-zero, x if x is non-zero, or zero if both are zero. + if (!xc[0] || !yc[0]) return yc[0] ? y : new BigNumber(xc[0] ? x : a * 0); + } + + xe = bitFloor(xe); + ye = bitFloor(ye); + xc = xc.slice(); + + // Prepend zeros to equalise exponents. Faster to use reverse then do unshifts. + if (a = xe - ye) { + if (a > 0) { + ye = xe; + t = yc; + } else { + a = -a; + t = xc; + } + + t.reverse(); + for (; a--; t.push(0)); + t.reverse(); + } + + a = xc.length; + b = yc.length; + + // Point xc to the longer array, and b to the shorter length. + if (a - b < 0) t = yc, yc = xc, xc = t, b = a; + + // Only start adding at yc.length - 1 as the further digits of xc can be ignored. + for (a = 0; b;) { + a = (xc[--b] = xc[b] + yc[b] + a) / BASE | 0; + xc[b] = BASE === xc[b] ? 0 : xc[b] % BASE; + } + + if (a) { + xc = [a].concat(xc); + ++ye; + } + + // No need to check for zero, as +x + +y != 0 && -x + -y != 0 + // ye = MAX_EXP + 1 possible + return normalise(y, xc, ye); + }; + + + /* + * If sd is undefined or null or true or false, return the number of significant digits of + * the value of this BigNumber, or null if the value of this BigNumber is ±Infinity or NaN. + * If sd is true include integer-part trailing zeros in the count. + * + * Otherwise, if sd is a number, return a new BigNumber whose value is the value of this + * BigNumber rounded to a maximum of sd significant digits using rounding mode rm, or + * ROUNDING_MODE if rm is omitted. + * + * sd {number|boolean} number: significant digits: integer, 1 to MAX inclusive. + * boolean: whether to count integer-part trailing zeros: true or false. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {sd|rm}' + */ + P.precision = P.sd = function (sd, rm) { + var c, n, v, + x = this; + + if (sd != null && sd !== !!sd) { + intCheck(sd, 1, MAX); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + return round(new BigNumber(x), sd, rm); + } + + if (!(c = x.c)) return null; + v = c.length - 1; + n = v * LOG_BASE + 1; + + if (v = c[v]) { + + // Subtract the number of trailing zeros of the last element. + for (; v % 10 == 0; v /= 10, n--); + + // Add the number of digits of the first element. + for (v = c[0]; v >= 10; v /= 10, n++); + } + + if (sd && x.e + 1 > n) n = x.e + 1; + + return n; + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber shifted by k places + * (powers of 10). Shift to the right if n > 0, and to the left if n < 0. + * + * k {number} Integer, -MAX_SAFE_INTEGER to MAX_SAFE_INTEGER inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {k}' + */ + P.shiftedBy = function (k) { + intCheck(k, -MAX_SAFE_INTEGER, MAX_SAFE_INTEGER); + return this.times('1e' + k); + }; + + + /* + * sqrt(-n) = N + * sqrt(N) = N + * sqrt(-I) = N + * sqrt(I) = I + * sqrt(0) = 0 + * sqrt(-0) = -0 + * + * Return a new BigNumber whose value is the square root of the value of this BigNumber, + * rounded according to DECIMAL_PLACES and ROUNDING_MODE. + */ + P.squareRoot = P.sqrt = function () { + var m, n, r, rep, t, + x = this, + c = x.c, + s = x.s, + e = x.e, + dp = DECIMAL_PLACES + 4, + half = new BigNumber('0.5'); + + // Negative/NaN/Infinity/zero? + if (s !== 1 || !c || !c[0]) { + return new BigNumber(!s || s < 0 && (!c || c[0]) ? NaN : c ? x : 1 / 0); + } + + // Initial estimate. + s = Math.sqrt(+valueOf(x)); + + // Math.sqrt underflow/overflow? + // Pass x to Math.sqrt as integer, then adjust the exponent of the result. + if (s == 0 || s == 1 / 0) { + n = coeffToString(c); + if ((n.length + e) % 2 == 0) n += '0'; + s = Math.sqrt(+n); + e = bitFloor((e + 1) / 2) - (e < 0 || e % 2); + + if (s == 1 / 0) { + n = '1e' + e; + } else { + n = s.toExponential(); + n = n.slice(0, n.indexOf('e') + 1) + e; + } + + r = new BigNumber(n); + } else { + r = new BigNumber(s + ''); + } + + // Check for zero. + // r could be zero if MIN_EXP is changed after the this value was created. + // This would cause a division by zero (x/t) and hence Infinity below, which would cause + // coeffToString to throw. + if (r.c[0]) { + e = r.e; + s = e + dp; + if (s < 3) s = 0; + + // Newton-Raphson iteration. + for (; ;) { + t = r; + r = half.times(t.plus(div(x, t, dp, 1))); + + if (coeffToString(t.c).slice(0, s) === (n = coeffToString(r.c)).slice(0, s)) { + + // The exponent of r may here be one less than the final result exponent, + // e.g 0.0009999 (e-4) --> 0.001 (e-3), so adjust s so the rounding digits + // are indexed correctly. + if (r.e < e) --s; + n = n.slice(s - 3, s + 1); + + // The 4th rounding digit may be in error by -1 so if the 4 rounding digits + // are 9999 or 4999 (i.e. approaching a rounding boundary) continue the + // iteration. + if (n == '9999' || !rep && n == '4999') { + + // On the first iteration only, check to see if rounding up gives the + // exact result as the nines may infinitely repeat. + if (!rep) { + round(t, t.e + DECIMAL_PLACES + 2, 0); + + if (t.times(t).eq(x)) { + r = t; + break; + } + } + + dp += 4; + s += 4; + rep = 1; + } else { + + // If rounding digits are null, 0{0,4} or 50{0,3}, check for exact + // result. If not, then there are further digits and m will be truthy. + if (!+n || !+n.slice(1) && n.charAt(0) == '5') { + + // Truncate to the first rounding digit. + round(r, r.e + DECIMAL_PLACES + 2, 1); + m = !r.times(r).eq(x); + } + + break; + } + } + } + } + + return round(r, r.e + DECIMAL_PLACES + 1, ROUNDING_MODE, m); + }; + + + /* + * Return a string representing the value of this BigNumber in exponential notation and + * rounded using ROUNDING_MODE to dp fixed decimal places. + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.toExponential = function (dp, rm) { + if (dp != null) { + intCheck(dp, 0, MAX); + dp++; + } + return format(this, dp, rm, 1); + }; + + + /* + * Return a string representing the value of this BigNumber in fixed-point notation rounding + * to dp fixed decimal places using rounding mode rm, or ROUNDING_MODE if rm is omitted. + * + * Note: as with JavaScript's number type, (-0).toFixed(0) is '0', + * but e.g. (-0.00001).toFixed(0) is '-0'. + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.toFixed = function (dp, rm) { + if (dp != null) { + intCheck(dp, 0, MAX); + dp = dp + this.e + 1; + } + return format(this, dp, rm); + }; + + + /* + * Return a string representing the value of this BigNumber in fixed-point notation rounded + * using rm or ROUNDING_MODE to dp decimal places, and formatted according to the properties + * of the format or FORMAT object (see BigNumber.set). + * + * The formatting object may contain some or all of the properties shown below. + * + * FORMAT = { + * prefix: '', + * groupSize: 3, + * secondaryGroupSize: 0, + * groupSeparator: ',', + * decimalSeparator: '.', + * fractionGroupSize: 0, + * fractionGroupSeparator: '\xA0', // non-breaking space + * suffix: '' + * }; + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * [format] {object} Formatting options. See FORMAT pbject above. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + * '[BigNumber Error] Argument not an object: {format}' + */ + P.toFormat = function (dp, rm, format) { + var str, + x = this; + + if (format == null) { + if (dp != null && rm && typeof rm == 'object') { + format = rm; + rm = null; + } else if (dp && typeof dp == 'object') { + format = dp; + dp = rm = null; + } else { + format = FORMAT; + } + } else if (typeof format != 'object') { + throw Error + (bignumberError + 'Argument not an object: ' + format); + } + + str = x.toFixed(dp, rm); + + if (x.c) { + var i, + arr = str.split('.'), + g1 = +format.groupSize, + g2 = +format.secondaryGroupSize, + groupSeparator = format.groupSeparator || '', + intPart = arr[0], + fractionPart = arr[1], + isNeg = x.s < 0, + intDigits = isNeg ? intPart.slice(1) : intPart, + len = intDigits.length; + + if (g2) i = g1, g1 = g2, g2 = i, len -= i; + + if (g1 > 0 && len > 0) { + i = len % g1 || g1; + intPart = intDigits.substr(0, i); + for (; i < len; i += g1) intPart += groupSeparator + intDigits.substr(i, g1); + if (g2 > 0) intPart += groupSeparator + intDigits.slice(i); + if (isNeg) intPart = '-' + intPart; + } + + str = fractionPart + ? intPart + (format.decimalSeparator || '') + ((g2 = +format.fractionGroupSize) + ? fractionPart.replace(new RegExp('\\d{' + g2 + '}\\B', 'g'), + '$&' + (format.fractionGroupSeparator || '')) + : fractionPart) + : intPart; + } + + return (format.prefix || '') + str + (format.suffix || ''); + }; + + + /* + * Return an array of two BigNumbers representing the value of this BigNumber as a simple + * fraction with an integer numerator and an integer denominator. + * The denominator will be a positive non-zero value less than or equal to the specified + * maximum denominator. If a maximum denominator is not specified, the denominator will be + * the lowest value necessary to represent the number exactly. + * + * [md] {number|string|BigNumber} Integer >= 1, or Infinity. The maximum denominator. + * + * '[BigNumber Error] Argument {not an integer|out of range} : {md}' + */ + P.toFraction = function (md) { + var d, d0, d1, d2, e, exp, n, n0, n1, q, r, s, + x = this, + xc = x.c; + + if (md != null) { + n = new BigNumber(md); + + // Throw if md is less than one or is not an integer, unless it is Infinity. + if (!n.isInteger() && (n.c || n.s !== 1) || n.lt(ONE)) { + throw Error + (bignumberError + 'Argument ' + + (n.isInteger() ? 'out of range: ' : 'not an integer: ') + valueOf(n)); + } + } + + if (!xc) return new BigNumber(x); + + d = new BigNumber(ONE); + n1 = d0 = new BigNumber(ONE); + d1 = n0 = new BigNumber(ONE); + s = coeffToString(xc); + + // Determine initial denominator. + // d is a power of 10 and the minimum max denominator that specifies the value exactly. + e = d.e = s.length - x.e - 1; + d.c[0] = POWS_TEN[(exp = e % LOG_BASE) < 0 ? LOG_BASE + exp : exp]; + md = !md || n.comparedTo(d) > 0 ? (e > 0 ? d : n1) : n; + + exp = MAX_EXP; + MAX_EXP = 1 / 0; + n = new BigNumber(s); + + // n0 = d1 = 0 + n0.c[0] = 0; + + for (; ;) { + q = div(n, d, 0, 1); + d2 = d0.plus(q.times(d1)); + if (d2.comparedTo(md) == 1) break; + d0 = d1; + d1 = d2; + n1 = n0.plus(q.times(d2 = n1)); + n0 = d2; + d = n.minus(q.times(d2 = d)); + n = d2; + } + + d2 = div(md.minus(d0), d1, 0, 1); + n0 = n0.plus(d2.times(n1)); + d0 = d0.plus(d2.times(d1)); + n0.s = n1.s = x.s; + e = e * 2; + + // Determine which fraction is closer to x, n0/d0 or n1/d1 + r = div(n1, d1, e, ROUNDING_MODE).minus(x).abs().comparedTo( + div(n0, d0, e, ROUNDING_MODE).minus(x).abs()) < 1 ? [n1, d1] : [n0, d0]; + + MAX_EXP = exp; + + return r; + }; + + + /* + * Return the value of this BigNumber converted to a number primitive. + */ + P.toNumber = function () { + return +valueOf(this); + }; + + + /* + * Return a string representing the value of this BigNumber rounded to sd significant digits + * using rounding mode rm or ROUNDING_MODE. If sd is less than the number of digits + * necessary to represent the integer part of the value in fixed-point notation, then use + * exponential notation. + * + * [sd] {number} Significant digits. Integer, 1 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {sd|rm}' + */ + P.toPrecision = function (sd, rm) { + if (sd != null) intCheck(sd, 1, MAX); + return format(this, sd, rm, 2); + }; + + + /* + * Return a string representing the value of this BigNumber in base b, or base 10 if b is + * omitted. If a base is specified, including base 10, round according to DECIMAL_PLACES and + * ROUNDING_MODE. If a base is not specified, and this BigNumber has a positive exponent + * that is equal to or greater than TO_EXP_POS, or a negative exponent equal to or less than + * TO_EXP_NEG, return exponential notation. + * + * [b] {number} Integer, 2 to ALPHABET.length inclusive. + * + * '[BigNumber Error] Base {not a primitive number|not an integer|out of range}: {b}' + */ + P.toString = function (b) { + var str, + n = this, + s = n.s, + e = n.e; + + // Infinity or NaN? + if (e === null) { + if (s) { + str = 'Infinity'; + if (s < 0) str = '-' + str; + } else { + str = 'NaN'; + } + } else { + if (b == null) { + str = e <= TO_EXP_NEG || e >= TO_EXP_POS + ? toExponential(coeffToString(n.c), e) + : toFixedPoint(coeffToString(n.c), e, '0'); + } else if (b === 10) { + n = round(new BigNumber(n), DECIMAL_PLACES + e + 1, ROUNDING_MODE); + str = toFixedPoint(coeffToString(n.c), n.e, '0'); + } else { + intCheck(b, 2, ALPHABET.length, 'Base'); + str = convertBase(toFixedPoint(coeffToString(n.c), e, '0'), 10, b, s, true); + } + + if (s < 0 && n.c[0]) str = '-' + str; + } + + return str; + }; + + + /* + * Return as toString, but do not accept a base argument, and include the minus sign for + * negative zero. + */ + P.valueOf = P.toJSON = function () { + return valueOf(this); + }; + + + P._isBigNumber = true; + + if (configObject != null) BigNumber.set(configObject); + + return BigNumber; + } + + + // PRIVATE HELPER FUNCTIONS + + // These functions don't need access to variables, + // e.g. DECIMAL_PLACES, in the scope of the `clone` function above. + + + function bitFloor(n) { + var i = n | 0; + return n > 0 || n === i ? i : i - 1; + } + + + // Return a coefficient array as a string of base 10 digits. + function coeffToString(a) { + var s, z, + i = 1, + j = a.length, + r = a[0] + ''; + + for (; i < j;) { + s = a[i++] + ''; + z = LOG_BASE - s.length; + for (; z--; s = '0' + s); + r += s; + } + + // Determine trailing zeros. + for (j = r.length; r.charCodeAt(--j) === 48;); + + return r.slice(0, j + 1 || 1); + } + + + // Compare the value of BigNumbers x and y. + function compare(x, y) { + var a, b, + xc = x.c, + yc = y.c, + i = x.s, + j = y.s, + k = x.e, + l = y.e; + + // Either NaN? + if (!i || !j) return null; + + a = xc && !xc[0]; + b = yc && !yc[0]; + + // Either zero? + if (a || b) return a ? b ? 0 : -j : i; + + // Signs differ? + if (i != j) return i; + + a = i < 0; + b = k == l; + + // Either Infinity? + if (!xc || !yc) return b ? 0 : !xc ^ a ? 1 : -1; + + // Compare exponents. + if (!b) return k > l ^ a ? 1 : -1; + + j = (k = xc.length) < (l = yc.length) ? k : l; + + // Compare digit by digit. + for (i = 0; i < j; i++) if (xc[i] != yc[i]) return xc[i] > yc[i] ^ a ? 1 : -1; + + // Compare lengths. + return k == l ? 0 : k > l ^ a ? 1 : -1; + } + + + /* + * Check that n is a primitive number, an integer, and in range, otherwise throw. + */ + function intCheck(n, min, max, name) { + if (n < min || n > max || n !== mathfloor(n)) { + throw Error + (bignumberError + (name || 'Argument') + (typeof n == 'number' + ? n < min || n > max ? ' out of range: ' : ' not an integer: ' + : ' not a primitive number: ') + String(n)); + } + } + + + // Assumes finite n. + function isOdd(n) { + var k = n.c.length - 1; + return bitFloor(n.e / LOG_BASE) == k && n.c[k] % 2 != 0; + } + + + function toExponential(str, e) { + return (str.length > 1 ? str.charAt(0) + '.' + str.slice(1) : str) + + (e < 0 ? 'e' : 'e+') + e; + } + + + function toFixedPoint(str, e, z) { + var len, zs; + + // Negative exponent? + if (e < 0) { + + // Prepend zeros. + for (zs = z + '.'; ++e; zs += z); + str = zs + str; + + // Positive exponent + } else { + len = str.length; + + // Append zeros. + if (++e > len) { + for (zs = z, e -= len; --e; zs += z); + str += zs; + } else if (e < len) { + str = str.slice(0, e) + '.' + str.slice(e); + } + } + + return str; + } + + + // EXPORT + + + BigNumber = clone(); + BigNumber['default'] = BigNumber.BigNumber = BigNumber; + + // AMD. + if (typeof define == 'function' && define.amd) { + define(function () { return BigNumber; }); + + // Node.js and other environments that support module.exports. + } else if (typeof module != 'undefined' && module.exports) { + module.exports = BigNumber; + + // Browser. + } else { + if (!globalObject) { + globalObject = typeof self != 'undefined' && self ? self : window; + } + + globalObject.BigNumber = BigNumber; + } +})(this); diff --git "a/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.min.js" "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.min.js" new file mode 100644 index 0000000..2610072 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/bignumber.min.js" @@ -0,0 +1 @@ +/* bignumber.js v9.0.0 https://github.com/MikeMcl/bignumber.js/LICENCE */!function(e){"use strict";var r,x=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,L=Math.ceil,U=Math.floor,I="[BigNumber Error] ",T=I+"Number primitive has more than 15 significant digits: ",C=1e14,M=14,G=9007199254740991,k=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],F=1e7,q=1e9;function j(e){var r=0|e;return 0o[s]^n?1:-1;return u==l?0:l(t=e.length)){for(i=n,r-=t;--r;i+=n);e+=i}else ry?c.c=c.e=null:e.ey)c.c=c.e=null;else if(oy?e.c=e.e=null:e.c=n=a.length){if(!t)break e;for(;a.length<=l;a.push(0));u=c=0,s=(o%=M)-M+(i=1)}else{for(u=f=a[l],i=1;10<=f;f/=10,i++);c=(s=(o%=M)-M+i)<0?0:u/h[i-s-1]%10|0}if(t=t||r<0||null!=a[l+1]||(s<0?u:u%h[i-s-1]),t=n<4?(c||t)&&(0==n||n==(e.s<0?3:2)):5y?e.c=e.e=null:e.e>>11))?(n=crypto.getRandomValues(new Uint32Array(2)),r[s]=n[0],r[s+1]=n[1]):(f.push(o%1e14),s+=2);s=i/2}else{if(!crypto.randomBytes)throw b=!1,Error(I+"crypto unavailable");for(r=crypto.randomBytes(i*=7);sn-1&&(null==s[i+1]&&(s[i+1]=0),s[i+1]+=s[i]/n|0,s[i]%=n)}return s.reverse()}return function(e,r,n,t,i){var o,s,f,u,l,c,a,h,g=e.indexOf("."),p=N,w=O;for(0<=g&&(u=E,E=0,e=e.replace(".",""),c=(h=new B(r)).pow(e.length-g),E=u,h.c=m(X($(c.c),c.e,"0"),10,n,d),h.e=h.c.length),f=u=(a=m(e,r,n,i?(o=S,d):(o=d,S))).length;0==a[--u];a.pop());if(!a[0])return o.charAt(0);if(g<0?--f:(c.c=a,c.e=f,c.s=t,a=(c=v(c,h,p,w,n)).c,l=c.r,f=c.e),g=a[s=f+p+1],u=n/2,l=l||s<0||null!=a[s+1],l=w<4?(null!=g||l)&&(0==w||w==(c.s<0?3:2)):un;)a[s]=0,s||(++f,a=[1].concat(a));for(u=a.length;!a[--u];);for(g=0,e="";g<=u;e+=o.charAt(a[g++]));e=X(e,f,o.charAt(0))}return e}}(),v=function(){function S(e,r,n){var t,i,o,s,f=0,u=e.length,l=r%F,c=r/F|0;for(e=e.slice();u--;)f=((i=l*(o=e[u]%F)+(t=c*o+(s=e[u]/F|0)*l)%F*F+f)/n|0)+(t/F|0)+c*s,e[u]=i%n;return f&&(e=[f].concat(e)),e}function R(e,r,n,t){var i,o;if(n!=t)o=tr[i]?1:-1;break}return o}function _(e,r,n,t){for(var i=0;n--;)e[n]-=i,i=e[n](E[f]||0)&&s--,b<0)g.push(1),u=!0;else{for(v=E.length,O=A.length,b+=2,1<(l=U(i/(A[f=0]+1)))&&(A=S(A,l,i),E=S(E,l,i),O=A.length,v=E.length),m=O,w=(p=E.slice(0,O)).length;w=i/2&&N++;do{if(l=0,(o=R(A,p,O,w))<0){if(d=p[0],O!=w&&(d=d*i+(p[1]||0)),1<(l=U(d/N)))for(i<=l&&(l=i-1),a=(c=S(A,l,i)).length,w=p.length;1==R(c,p,a,w);)l--,_(c,Oo&&(l.c.length=o):t&&(l=l.mod(r))}if(i){if(0===(i=U(i/2)))break;u=i%2}else if(D(e=e.times(n),e.e+1,1),14o&&(c.c.length=o):t&&(c=c.mod(r))}return t?l:(f&&(l=w.div(l)),r?l.mod(r):o?D(l,E,O,void 0):l)},t.integerValue=function(e){var r=new B(this);return null==e?e=O:H(e,0,8),D(r,r.e+1,e)},t.isEqualTo=t.eq=function(e,r){return 0===z(this,new B(e,r))},t.isFinite=function(){return!!this.c},t.isGreaterThan=t.gt=function(e,r){return 0this.c.length-2},t.isLessThan=t.lt=function(e,r){return z(this,new B(e,r))<0},t.isLessThanOrEqualTo=t.lte=function(e,r){return-1===(r=z(this,new B(e,r)))||0===r},t.isNaN=function(){return!this.s},t.isNegative=function(){return this.s<0},t.isPositive=function(){return 0t&&(t=this.e+1),t},t.shiftedBy=function(e){return H(e,-G,G),this.times("1e"+e)},t.squareRoot=t.sqrt=function(){var e,r,n,t,i,o=this,s=o.c,f=o.s,u=o.e,l=N+4,c=new B("0.5");if(1!==f||!s||!s[0])return new B(!f||f<0&&(!s||s[0])?NaN:s?o:1/0);if((n=0==(f=Math.sqrt(+P(o)))||f==1/0?(((r=$(s)).length+u)%2==0&&(r+="0"),f=Math.sqrt(+r),u=j((u+1)/2)-(u<0||u%2),new B(r=f==1/0?"1e"+u:(r=f.toExponential()).slice(0,r.indexOf("e")+1)+u)):new B(f+"")).c[0])for((f=(u=n.e)+l)<3&&(f=0);;)if(i=n,n=c.times(i.plus(v(o,i,l,1))),$(i.c).slice(0,f)===(r=$(n.c)).slice(0,f)){if(n.e + * MIT Licensed. + * + * BigNumber.prototype methods | BigNumber methods + * | + * absoluteValue abs | clone + * comparedTo | config set + * decimalPlaces dp | DECIMAL_PLACES + * dividedBy div | ROUNDING_MODE + * dividedToIntegerBy idiv | EXPONENTIAL_AT + * exponentiatedBy pow | RANGE + * integerValue | CRYPTO + * isEqualTo eq | MODULO_MODE + * isFinite | POW_PRECISION + * isGreaterThan gt | FORMAT + * isGreaterThanOrEqualTo gte | ALPHABET + * isInteger | isBigNumber + * isLessThan lt | maximum max + * isLessThanOrEqualTo lte | minimum min + * isNaN | random + * isNegative | sum + * isPositive | + * isZero | + * minus | + * modulo mod | + * multipliedBy times | + * negated | + * plus | + * precision sd | + * shiftedBy | + * squareRoot sqrt | + * toExponential | + * toFixed | + * toFormat | + * toFraction | + * toJSON | + * toNumber | + * toPrecision | + * toString | + * valueOf | + * + */ + + +var + isNumeric = /^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i, + + mathceil = Math.ceil, + mathfloor = Math.floor, + + bignumberError = '[BigNumber Error] ', + tooManyDigits = bignumberError + 'Number primitive has more than 15 significant digits: ', + + BASE = 1e14, + LOG_BASE = 14, + MAX_SAFE_INTEGER = 0x1fffffffffffff, // 2^53 - 1 + // MAX_INT32 = 0x7fffffff, // 2^31 - 1 + POWS_TEN = [1, 10, 100, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10, 1e11, 1e12, 1e13], + SQRT_BASE = 1e7, + + // EDITABLE + // The limit on the value of DECIMAL_PLACES, TO_EXP_NEG, TO_EXP_POS, MIN_EXP, MAX_EXP, and + // the arguments to toExponential, toFixed, toFormat, and toPrecision. + MAX = 1E9; // 0 to MAX_INT32 + + +/* + * Create and return a BigNumber constructor. + */ +function clone(configObject) { + var div, convertBase, parseNumeric, + P = BigNumber.prototype = { constructor: BigNumber, toString: null, valueOf: null }, + ONE = new BigNumber(1), + + + //----------------------------- EDITABLE CONFIG DEFAULTS ------------------------------- + + + // The default values below must be integers within the inclusive ranges stated. + // The values can also be changed at run-time using BigNumber.set. + + // The maximum number of decimal places for operations involving division. + DECIMAL_PLACES = 20, // 0 to MAX + + // The rounding mode used when rounding to the above decimal places, and when using + // toExponential, toFixed, toFormat and toPrecision, and round (default value). + // UP 0 Away from zero. + // DOWN 1 Towards zero. + // CEIL 2 Towards +Infinity. + // FLOOR 3 Towards -Infinity. + // HALF_UP 4 Towards nearest neighbour. If equidistant, up. + // HALF_DOWN 5 Towards nearest neighbour. If equidistant, down. + // HALF_EVEN 6 Towards nearest neighbour. If equidistant, towards even neighbour. + // HALF_CEIL 7 Towards nearest neighbour. If equidistant, towards +Infinity. + // HALF_FLOOR 8 Towards nearest neighbour. If equidistant, towards -Infinity. + ROUNDING_MODE = 4, // 0 to 8 + + // EXPONENTIAL_AT : [TO_EXP_NEG , TO_EXP_POS] + + // The exponent value at and beneath which toString returns exponential notation. + // Number type: -7 + TO_EXP_NEG = -7, // 0 to -MAX + + // The exponent value at and above which toString returns exponential notation. + // Number type: 21 + TO_EXP_POS = 21, // 0 to MAX + + // RANGE : [MIN_EXP, MAX_EXP] + + // The minimum exponent value, beneath which underflow to zero occurs. + // Number type: -324 (5e-324) + MIN_EXP = -1e7, // -1 to -MAX + + // The maximum exponent value, above which overflow to Infinity occurs. + // Number type: 308 (1.7976931348623157e+308) + // For MAX_EXP > 1e7, e.g. new BigNumber('1e100000000').plus(1) may be slow. + MAX_EXP = 1e7, // 1 to MAX + + // Whether to use cryptographically-secure random number generation, if available. + CRYPTO = false, // true or false + + // The modulo mode used when calculating the modulus: a mod n. + // The quotient (q = a / n) is calculated according to the corresponding rounding mode. + // The remainder (r) is calculated as: r = a - n * q. + // + // UP 0 The remainder is positive if the dividend is negative, else is negative. + // DOWN 1 The remainder has the same sign as the dividend. + // This modulo mode is commonly known as 'truncated division' and is + // equivalent to (a % n) in JavaScript. + // FLOOR 3 The remainder has the same sign as the divisor (Python %). + // HALF_EVEN 6 This modulo mode implements the IEEE 754 remainder function. + // EUCLID 9 Euclidian division. q = sign(n) * floor(a / abs(n)). + // The remainder is always positive. + // + // The truncated division, floored division, Euclidian division and IEEE 754 remainder + // modes are commonly used for the modulus operation. + // Although the other rounding modes can also be used, they may not give useful results. + MODULO_MODE = 1, // 0 to 9 + + // The maximum number of significant digits of the result of the exponentiatedBy operation. + // If POW_PRECISION is 0, there will be unlimited significant digits. + POW_PRECISION = 0, // 0 to MAX + + // The format specification used by the BigNumber.prototype.toFormat method. + FORMAT = { + prefix: '', + groupSize: 3, + secondaryGroupSize: 0, + groupSeparator: ',', + decimalSeparator: '.', + fractionGroupSize: 0, + fractionGroupSeparator: '\xA0', // non-breaking space + suffix: '' + }, + + // The alphabet used for base conversion. It must be at least 2 characters long, with no '+', + // '-', '.', whitespace, or repeated character. + // '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_' + ALPHABET = '0123456789abcdefghijklmnopqrstuvwxyz'; + + + //------------------------------------------------------------------------------------------ + + + // CONSTRUCTOR + + + /* + * The BigNumber constructor and exported function. + * Create and return a new instance of a BigNumber object. + * + * v {number|string|BigNumber} A numeric value. + * [b] {number} The base of v. Integer, 2 to ALPHABET.length inclusive. + */ + function BigNumber(v, b) { + var alphabet, c, caseChanged, e, i, isNum, len, str, + x = this; + + // Enable constructor call without `new`. + if (!(x instanceof BigNumber)) return new BigNumber(v, b); + + if (b == null) { + + if (v && v._isBigNumber === true) { + x.s = v.s; + + if (!v.c || v.e > MAX_EXP) { + x.c = x.e = null; + } else if (v.e < MIN_EXP) { + x.c = [x.e = 0]; + } else { + x.e = v.e; + x.c = v.c.slice(); + } + + return; + } + + if ((isNum = typeof v == 'number') && v * 0 == 0) { + + // Use `1 / n` to handle minus zero also. + x.s = 1 / v < 0 ? (v = -v, -1) : 1; + + // Fast path for integers, where n < 2147483648 (2**31). + if (v === ~~v) { + for (e = 0, i = v; i >= 10; i /= 10, e++); + + if (e > MAX_EXP) { + x.c = x.e = null; + } else { + x.e = e; + x.c = [v]; + } + + return; + } + + str = String(v); + } else { + + if (!isNumeric.test(str = String(v))) return parseNumeric(x, str, isNum); + + x.s = str.charCodeAt(0) == 45 ? (str = str.slice(1), -1) : 1; + } + + // Decimal point? + if ((e = str.indexOf('.')) > -1) str = str.replace('.', ''); + + // Exponential form? + if ((i = str.search(/e/i)) > 0) { + + // Determine exponent. + if (e < 0) e = i; + e += +str.slice(i + 1); + str = str.substring(0, i); + } else if (e < 0) { + + // Integer. + e = str.length; + } + + } else { + + // '[BigNumber Error] Base {not a primitive number|not an integer|out of range}: {b}' + intCheck(b, 2, ALPHABET.length, 'Base'); + + // Allow exponential notation to be used with base 10 argument, while + // also rounding to DECIMAL_PLACES as with other bases. + if (b == 10) { + x = new BigNumber(v); + return round(x, DECIMAL_PLACES + x.e + 1, ROUNDING_MODE); + } + + str = String(v); + + if (isNum = typeof v == 'number') { + + // Avoid potential interpretation of Infinity and NaN as base 44+ values. + if (v * 0 != 0) return parseNumeric(x, str, isNum, b); + + x.s = 1 / v < 0 ? (str = str.slice(1), -1) : 1; + + // '[BigNumber Error] Number primitive has more than 15 significant digits: {n}' + if (BigNumber.DEBUG && str.replace(/^0\.0*|\./, '').length > 15) { + throw Error + (tooManyDigits + v); + } + } else { + x.s = str.charCodeAt(0) === 45 ? (str = str.slice(1), -1) : 1; + } + + alphabet = ALPHABET.slice(0, b); + e = i = 0; + + // Check that str is a valid base b number. + // Don't use RegExp, so alphabet can contain special characters. + for (len = str.length; i < len; i++) { + if (alphabet.indexOf(c = str.charAt(i)) < 0) { + if (c == '.') { + + // If '.' is not the first character and it has not be found before. + if (i > e) { + e = len; + continue; + } + } else if (!caseChanged) { + + // Allow e.g. hexadecimal 'FF' as well as 'ff'. + if (str == str.toUpperCase() && (str = str.toLowerCase()) || + str == str.toLowerCase() && (str = str.toUpperCase())) { + caseChanged = true; + i = -1; + e = 0; + continue; + } + } + + return parseNumeric(x, String(v), isNum, b); + } + } + + // Prevent later check for length on converted number. + isNum = false; + str = convertBase(str, b, 10, x.s); + + // Decimal point? + if ((e = str.indexOf('.')) > -1) str = str.replace('.', ''); + else e = str.length; + } + + // Determine leading zeros. + for (i = 0; str.charCodeAt(i) === 48; i++); + + // Determine trailing zeros. + for (len = str.length; str.charCodeAt(--len) === 48;); + + if (str = str.slice(i, ++len)) { + len -= i; + + // '[BigNumber Error] Number primitive has more than 15 significant digits: {n}' + if (isNum && BigNumber.DEBUG && + len > 15 && (v > MAX_SAFE_INTEGER || v !== mathfloor(v))) { + throw Error + (tooManyDigits + (x.s * v)); + } + + // Overflow? + if ((e = e - i - 1) > MAX_EXP) { + + // Infinity. + x.c = x.e = null; + + // Underflow? + } else if (e < MIN_EXP) { + + // Zero. + x.c = [x.e = 0]; + } else { + x.e = e; + x.c = []; + + // Transform base + + // e is the base 10 exponent. + // i is where to slice str to get the first element of the coefficient array. + i = (e + 1) % LOG_BASE; + if (e < 0) i += LOG_BASE; // i < 1 + + if (i < len) { + if (i) x.c.push(+str.slice(0, i)); + + for (len -= LOG_BASE; i < len;) { + x.c.push(+str.slice(i, i += LOG_BASE)); + } + + i = LOG_BASE - (str = str.slice(i)).length; + } else { + i -= len; + } + + for (; i--; str += '0'); + x.c.push(+str); + } + } else { + + // Zero. + x.c = [x.e = 0]; + } + } + + + // CONSTRUCTOR PROPERTIES + + + BigNumber.clone = clone; + + BigNumber.ROUND_UP = 0; + BigNumber.ROUND_DOWN = 1; + BigNumber.ROUND_CEIL = 2; + BigNumber.ROUND_FLOOR = 3; + BigNumber.ROUND_HALF_UP = 4; + BigNumber.ROUND_HALF_DOWN = 5; + BigNumber.ROUND_HALF_EVEN = 6; + BigNumber.ROUND_HALF_CEIL = 7; + BigNumber.ROUND_HALF_FLOOR = 8; + BigNumber.EUCLID = 9; + + + /* + * Configure infrequently-changing library-wide settings. + * + * Accept an object with the following optional properties (if the value of a property is + * a number, it must be an integer within the inclusive range stated): + * + * DECIMAL_PLACES {number} 0 to MAX + * ROUNDING_MODE {number} 0 to 8 + * EXPONENTIAL_AT {number|number[]} -MAX to MAX or [-MAX to 0, 0 to MAX] + * RANGE {number|number[]} -MAX to MAX (not zero) or [-MAX to -1, 1 to MAX] + * CRYPTO {boolean} true or false + * MODULO_MODE {number} 0 to 9 + * POW_PRECISION {number} 0 to MAX + * ALPHABET {string} A string of two or more unique characters which does + * not contain '.'. + * FORMAT {object} An object with some of the following properties: + * prefix {string} + * groupSize {number} + * secondaryGroupSize {number} + * groupSeparator {string} + * decimalSeparator {string} + * fractionGroupSize {number} + * fractionGroupSeparator {string} + * suffix {string} + * + * (The values assigned to the above FORMAT object properties are not checked for validity.) + * + * E.g. + * BigNumber.config({ DECIMAL_PLACES : 20, ROUNDING_MODE : 4 }) + * + * Ignore properties/parameters set to null or undefined, except for ALPHABET. + * + * Return an object with the properties current values. + */ + BigNumber.config = BigNumber.set = function (obj) { + var p, v; + + if (obj != null) { + + if (typeof obj == 'object') { + + // DECIMAL_PLACES {number} Integer, 0 to MAX inclusive. + // '[BigNumber Error] DECIMAL_PLACES {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'DECIMAL_PLACES')) { + v = obj[p]; + intCheck(v, 0, MAX, p); + DECIMAL_PLACES = v; + } + + // ROUNDING_MODE {number} Integer, 0 to 8 inclusive. + // '[BigNumber Error] ROUNDING_MODE {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'ROUNDING_MODE')) { + v = obj[p]; + intCheck(v, 0, 8, p); + ROUNDING_MODE = v; + } + + // EXPONENTIAL_AT {number|number[]} + // Integer, -MAX to MAX inclusive or + // [integer -MAX to 0 inclusive, 0 to MAX inclusive]. + // '[BigNumber Error] EXPONENTIAL_AT {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'EXPONENTIAL_AT')) { + v = obj[p]; + if (v && v.pop) { + intCheck(v[0], -MAX, 0, p); + intCheck(v[1], 0, MAX, p); + TO_EXP_NEG = v[0]; + TO_EXP_POS = v[1]; + } else { + intCheck(v, -MAX, MAX, p); + TO_EXP_NEG = -(TO_EXP_POS = v < 0 ? -v : v); + } + } + + // RANGE {number|number[]} Non-zero integer, -MAX to MAX inclusive or + // [integer -MAX to -1 inclusive, integer 1 to MAX inclusive]. + // '[BigNumber Error] RANGE {not a primitive number|not an integer|out of range|cannot be zero}: {v}' + if (obj.hasOwnProperty(p = 'RANGE')) { + v = obj[p]; + if (v && v.pop) { + intCheck(v[0], -MAX, -1, p); + intCheck(v[1], 1, MAX, p); + MIN_EXP = v[0]; + MAX_EXP = v[1]; + } else { + intCheck(v, -MAX, MAX, p); + if (v) { + MIN_EXP = -(MAX_EXP = v < 0 ? -v : v); + } else { + throw Error + (bignumberError + p + ' cannot be zero: ' + v); + } + } + } + + // CRYPTO {boolean} true or false. + // '[BigNumber Error] CRYPTO not true or false: {v}' + // '[BigNumber Error] crypto unavailable' + if (obj.hasOwnProperty(p = 'CRYPTO')) { + v = obj[p]; + if (v === !!v) { + if (v) { + if (typeof crypto != 'undefined' && crypto && + (crypto.getRandomValues || crypto.randomBytes)) { + CRYPTO = v; + } else { + CRYPTO = !v; + throw Error + (bignumberError + 'crypto unavailable'); + } + } else { + CRYPTO = v; + } + } else { + throw Error + (bignumberError + p + ' not true or false: ' + v); + } + } + + // MODULO_MODE {number} Integer, 0 to 9 inclusive. + // '[BigNumber Error] MODULO_MODE {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'MODULO_MODE')) { + v = obj[p]; + intCheck(v, 0, 9, p); + MODULO_MODE = v; + } + + // POW_PRECISION {number} Integer, 0 to MAX inclusive. + // '[BigNumber Error] POW_PRECISION {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'POW_PRECISION')) { + v = obj[p]; + intCheck(v, 0, MAX, p); + POW_PRECISION = v; + } + + // FORMAT {object} + // '[BigNumber Error] FORMAT not an object: {v}' + if (obj.hasOwnProperty(p = 'FORMAT')) { + v = obj[p]; + if (typeof v == 'object') FORMAT = v; + else throw Error + (bignumberError + p + ' not an object: ' + v); + } + + // ALPHABET {string} + // '[BigNumber Error] ALPHABET invalid: {v}' + if (obj.hasOwnProperty(p = 'ALPHABET')) { + v = obj[p]; + + // Disallow if only one character, + // or if it contains '+', '-', '.', whitespace, or a repeated character. + if (typeof v == 'string' && !/^.$|[+-.\s]|(.).*\1/.test(v)) { + ALPHABET = v; + } else { + throw Error + (bignumberError + p + ' invalid: ' + v); + } + } + + } else { + + // '[BigNumber Error] Object expected: {v}' + throw Error + (bignumberError + 'Object expected: ' + obj); + } + } + + return { + DECIMAL_PLACES: DECIMAL_PLACES, + ROUNDING_MODE: ROUNDING_MODE, + EXPONENTIAL_AT: [TO_EXP_NEG, TO_EXP_POS], + RANGE: [MIN_EXP, MAX_EXP], + CRYPTO: CRYPTO, + MODULO_MODE: MODULO_MODE, + POW_PRECISION: POW_PRECISION, + FORMAT: FORMAT, + ALPHABET: ALPHABET + }; + }; + + + /* + * Return true if v is a BigNumber instance, otherwise return false. + * + * If BigNumber.DEBUG is true, throw if a BigNumber instance is not well-formed. + * + * v {any} + * + * '[BigNumber Error] Invalid BigNumber: {v}' + */ + BigNumber.isBigNumber = function (v) { + if (!v || v._isBigNumber !== true) return false; + if (!BigNumber.DEBUG) return true; + + var i, n, + c = v.c, + e = v.e, + s = v.s; + + out: if ({}.toString.call(c) == '[object Array]') { + + if ((s === 1 || s === -1) && e >= -MAX && e <= MAX && e === mathfloor(e)) { + + // If the first element is zero, the BigNumber value must be zero. + if (c[0] === 0) { + if (e === 0 && c.length === 1) return true; + break out; + } + + // Calculate number of digits that c[0] should have, based on the exponent. + i = (e + 1) % LOG_BASE; + if (i < 1) i += LOG_BASE; + + // Calculate number of digits of c[0]. + //if (Math.ceil(Math.log(c[0] + 1) / Math.LN10) == i) { + if (String(c[0]).length == i) { + + for (i = 0; i < c.length; i++) { + n = c[i]; + if (n < 0 || n >= BASE || n !== mathfloor(n)) break out; + } + + // Last element cannot be zero, unless it is the only element. + if (n !== 0) return true; + } + } + + // Infinity/NaN + } else if (c === null && e === null && (s === null || s === 1 || s === -1)) { + return true; + } + + throw Error + (bignumberError + 'Invalid BigNumber: ' + v); + }; + + + /* + * Return a new BigNumber whose value is the maximum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.maximum = BigNumber.max = function () { + return maxOrMin(arguments, P.lt); + }; + + + /* + * Return a new BigNumber whose value is the minimum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.minimum = BigNumber.min = function () { + return maxOrMin(arguments, P.gt); + }; + + + /* + * Return a new BigNumber with a random value equal to or greater than 0 and less than 1, + * and with dp, or DECIMAL_PLACES if dp is omitted, decimal places (or less if trailing + * zeros are produced). + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp}' + * '[BigNumber Error] crypto unavailable' + */ + BigNumber.random = (function () { + var pow2_53 = 0x20000000000000; + + // Return a 53 bit integer n, where 0 <= n < 9007199254740992. + // Check if Math.random() produces more than 32 bits of randomness. + // If it does, assume at least 53 bits are produced, otherwise assume at least 30 bits. + // 0x40000000 is 2^30, 0x800000 is 2^23, 0x1fffff is 2^21 - 1. + var random53bitInt = (Math.random() * pow2_53) & 0x1fffff + ? function () { return mathfloor(Math.random() * pow2_53); } + : function () { return ((Math.random() * 0x40000000 | 0) * 0x800000) + + (Math.random() * 0x800000 | 0); }; + + return function (dp) { + var a, b, e, k, v, + i = 0, + c = [], + rand = new BigNumber(ONE); + + if (dp == null) dp = DECIMAL_PLACES; + else intCheck(dp, 0, MAX); + + k = mathceil(dp / LOG_BASE); + + if (CRYPTO) { + + // Browsers supporting crypto.getRandomValues. + if (crypto.getRandomValues) { + + a = crypto.getRandomValues(new Uint32Array(k *= 2)); + + for (; i < k;) { + + // 53 bits: + // ((Math.pow(2, 32) - 1) * Math.pow(2, 21)).toString(2) + // 11111 11111111 11111111 11111111 11100000 00000000 00000000 + // ((Math.pow(2, 32) - 1) >>> 11).toString(2) + // 11111 11111111 11111111 + // 0x20000 is 2^21. + v = a[i] * 0x20000 + (a[i + 1] >>> 11); + + // Rejection sampling: + // 0 <= v < 9007199254740992 + // Probability that v >= 9e15, is + // 7199254740992 / 9007199254740992 ~= 0.0008, i.e. 1 in 1251 + if (v >= 9e15) { + b = crypto.getRandomValues(new Uint32Array(2)); + a[i] = b[0]; + a[i + 1] = b[1]; + } else { + + // 0 <= v <= 8999999999999999 + // 0 <= (v % 1e14) <= 99999999999999 + c.push(v % 1e14); + i += 2; + } + } + i = k / 2; + + // Node.js supporting crypto.randomBytes. + } else if (crypto.randomBytes) { + + // buffer + a = crypto.randomBytes(k *= 7); + + for (; i < k;) { + + // 0x1000000000000 is 2^48, 0x10000000000 is 2^40 + // 0x100000000 is 2^32, 0x1000000 is 2^24 + // 11111 11111111 11111111 11111111 11111111 11111111 11111111 + // 0 <= v < 9007199254740992 + v = ((a[i] & 31) * 0x1000000000000) + (a[i + 1] * 0x10000000000) + + (a[i + 2] * 0x100000000) + (a[i + 3] * 0x1000000) + + (a[i + 4] << 16) + (a[i + 5] << 8) + a[i + 6]; + + if (v >= 9e15) { + crypto.randomBytes(7).copy(a, i); + } else { + + // 0 <= (v % 1e14) <= 99999999999999 + c.push(v % 1e14); + i += 7; + } + } + i = k / 7; + } else { + CRYPTO = false; + throw Error + (bignumberError + 'crypto unavailable'); + } + } + + // Use Math.random. + if (!CRYPTO) { + + for (; i < k;) { + v = random53bitInt(); + if (v < 9e15) c[i++] = v % 1e14; + } + } + + k = c[--i]; + dp %= LOG_BASE; + + // Convert trailing digits to zeros according to dp. + if (k && dp) { + v = POWS_TEN[LOG_BASE - dp]; + c[i] = mathfloor(k / v) * v; + } + + // Remove trailing elements which are zero. + for (; c[i] === 0; c.pop(), i--); + + // Zero? + if (i < 0) { + c = [e = 0]; + } else { + + // Remove leading elements which are zero and adjust exponent accordingly. + for (e = -1 ; c[0] === 0; c.splice(0, 1), e -= LOG_BASE); + + // Count the digits of the first element of c to determine leading zeros, and... + for (i = 1, v = c[0]; v >= 10; v /= 10, i++); + + // adjust the exponent accordingly. + if (i < LOG_BASE) e -= LOG_BASE - i; + } + + rand.e = e; + rand.c = c; + return rand; + }; + })(); + + + /* + * Return a BigNumber whose value is the sum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.sum = function () { + var i = 1, + args = arguments, + sum = new BigNumber(args[0]); + for (; i < args.length;) sum = sum.plus(args[i++]); + return sum; + }; + + + // PRIVATE FUNCTIONS + + + // Called by BigNumber and BigNumber.prototype.toString. + convertBase = (function () { + var decimal = '0123456789'; + + /* + * Convert string of baseIn to an array of numbers of baseOut. + * Eg. toBaseOut('255', 10, 16) returns [15, 15]. + * Eg. toBaseOut('ff', 16, 10) returns [2, 5, 5]. + */ + function toBaseOut(str, baseIn, baseOut, alphabet) { + var j, + arr = [0], + arrL, + i = 0, + len = str.length; + + for (; i < len;) { + for (arrL = arr.length; arrL--; arr[arrL] *= baseIn); + + arr[0] += alphabet.indexOf(str.charAt(i++)); + + for (j = 0; j < arr.length; j++) { + + if (arr[j] > baseOut - 1) { + if (arr[j + 1] == null) arr[j + 1] = 0; + arr[j + 1] += arr[j] / baseOut | 0; + arr[j] %= baseOut; + } + } + } + + return arr.reverse(); + } + + // Convert a numeric string of baseIn to a numeric string of baseOut. + // If the caller is toString, we are converting from base 10 to baseOut. + // If the caller is BigNumber, we are converting from baseIn to base 10. + return function (str, baseIn, baseOut, sign, callerIsToString) { + var alphabet, d, e, k, r, x, xc, y, + i = str.indexOf('.'), + dp = DECIMAL_PLACES, + rm = ROUNDING_MODE; + + // Non-integer. + if (i >= 0) { + k = POW_PRECISION; + + // Unlimited precision. + POW_PRECISION = 0; + str = str.replace('.', ''); + y = new BigNumber(baseIn); + x = y.pow(str.length - i); + POW_PRECISION = k; + + // Convert str as if an integer, then restore the fraction part by dividing the + // result by its base raised to a power. + + y.c = toBaseOut(toFixedPoint(coeffToString(x.c), x.e, '0'), + 10, baseOut, decimal); + y.e = y.c.length; + } + + // Convert the number as integer. + + xc = toBaseOut(str, baseIn, baseOut, callerIsToString + ? (alphabet = ALPHABET, decimal) + : (alphabet = decimal, ALPHABET)); + + // xc now represents str as an integer and converted to baseOut. e is the exponent. + e = k = xc.length; + + // Remove trailing zeros. + for (; xc[--k] == 0; xc.pop()); + + // Zero? + if (!xc[0]) return alphabet.charAt(0); + + // Does str represent an integer? If so, no need for the division. + if (i < 0) { + --e; + } else { + x.c = xc; + x.e = e; + + // The sign is needed for correct rounding. + x.s = sign; + x = div(x, y, dp, rm, baseOut); + xc = x.c; + r = x.r; + e = x.e; + } + + // xc now represents str converted to baseOut. + + // THe index of the rounding digit. + d = e + dp + 1; + + // The rounding digit: the digit to the right of the digit that may be rounded up. + i = xc[d]; + + // Look at the rounding digits and mode to determine whether to round up. + + k = baseOut / 2; + r = r || d < 0 || xc[d + 1] != null; + + r = rm < 4 ? (i != null || r) && (rm == 0 || rm == (x.s < 0 ? 3 : 2)) + : i > k || i == k &&(rm == 4 || r || rm == 6 && xc[d - 1] & 1 || + rm == (x.s < 0 ? 8 : 7)); + + // If the index of the rounding digit is not greater than zero, or xc represents + // zero, then the result of the base conversion is zero or, if rounding up, a value + // such as 0.00001. + if (d < 1 || !xc[0]) { + + // 1^-dp or 0 + str = r ? toFixedPoint(alphabet.charAt(1), -dp, alphabet.charAt(0)) : alphabet.charAt(0); + } else { + + // Truncate xc to the required number of decimal places. + xc.length = d; + + // Round up? + if (r) { + + // Rounding up may mean the previous digit has to be rounded up and so on. + for (--baseOut; ++xc[--d] > baseOut;) { + xc[d] = 0; + + if (!d) { + ++e; + xc = [1].concat(xc); + } + } + } + + // Determine trailing zeros. + for (k = xc.length; !xc[--k];); + + // E.g. [4, 11, 15] becomes 4bf. + for (i = 0, str = ''; i <= k; str += alphabet.charAt(xc[i++])); + + // Add leading zeros, decimal point and trailing zeros as required. + str = toFixedPoint(str, e, alphabet.charAt(0)); + } + + // The caller will add the sign. + return str; + }; + })(); + + + // Perform division in the specified base. Called by div and convertBase. + div = (function () { + + // Assume non-zero x and k. + function multiply(x, k, base) { + var m, temp, xlo, xhi, + carry = 0, + i = x.length, + klo = k % SQRT_BASE, + khi = k / SQRT_BASE | 0; + + for (x = x.slice(); i--;) { + xlo = x[i] % SQRT_BASE; + xhi = x[i] / SQRT_BASE | 0; + m = khi * xlo + xhi * klo; + temp = klo * xlo + ((m % SQRT_BASE) * SQRT_BASE) + carry; + carry = (temp / base | 0) + (m / SQRT_BASE | 0) + khi * xhi; + x[i] = temp % base; + } + + if (carry) x = [carry].concat(x); + + return x; + } + + function compare(a, b, aL, bL) { + var i, cmp; + + if (aL != bL) { + cmp = aL > bL ? 1 : -1; + } else { + + for (i = cmp = 0; i < aL; i++) { + + if (a[i] != b[i]) { + cmp = a[i] > b[i] ? 1 : -1; + break; + } + } + } + + return cmp; + } + + function subtract(a, b, aL, base) { + var i = 0; + + // Subtract b from a. + for (; aL--;) { + a[aL] -= i; + i = a[aL] < b[aL] ? 1 : 0; + a[aL] = i * base + a[aL] - b[aL]; + } + + // Remove leading zeros. + for (; !a[0] && a.length > 1; a.splice(0, 1)); + } + + // x: dividend, y: divisor. + return function (x, y, dp, rm, base) { + var cmp, e, i, more, n, prod, prodL, q, qc, rem, remL, rem0, xi, xL, yc0, + yL, yz, + s = x.s == y.s ? 1 : -1, + xc = x.c, + yc = y.c; + + // Either NaN, Infinity or 0? + if (!xc || !xc[0] || !yc || !yc[0]) { + + return new BigNumber( + + // Return NaN if either NaN, or both Infinity or 0. + !x.s || !y.s || (xc ? yc && xc[0] == yc[0] : !yc) ? NaN : + + // Return ±0 if x is ±0 or y is ±Infinity, or return ±Infinity as y is ±0. + xc && xc[0] == 0 || !yc ? s * 0 : s / 0 + ); + } + + q = new BigNumber(s); + qc = q.c = []; + e = x.e - y.e; + s = dp + e + 1; + + if (!base) { + base = BASE; + e = bitFloor(x.e / LOG_BASE) - bitFloor(y.e / LOG_BASE); + s = s / LOG_BASE | 0; + } + + // Result exponent may be one less then the current value of e. + // The coefficients of the BigNumbers from convertBase may have trailing zeros. + for (i = 0; yc[i] == (xc[i] || 0); i++); + + if (yc[i] > (xc[i] || 0)) e--; + + if (s < 0) { + qc.push(1); + more = true; + } else { + xL = xc.length; + yL = yc.length; + i = 0; + s += 2; + + // Normalise xc and yc so highest order digit of yc is >= base / 2. + + n = mathfloor(base / (yc[0] + 1)); + + // Not necessary, but to handle odd bases where yc[0] == (base / 2) - 1. + // if (n > 1 || n++ == 1 && yc[0] < base / 2) { + if (n > 1) { + yc = multiply(yc, n, base); + xc = multiply(xc, n, base); + yL = yc.length; + xL = xc.length; + } + + xi = yL; + rem = xc.slice(0, yL); + remL = rem.length; + + // Add zeros to make remainder as long as divisor. + for (; remL < yL; rem[remL++] = 0); + yz = yc.slice(); + yz = [0].concat(yz); + yc0 = yc[0]; + if (yc[1] >= base / 2) yc0++; + // Not necessary, but to prevent trial digit n > base, when using base 3. + // else if (base == 3 && yc0 == 1) yc0 = 1 + 1e-15; + + do { + n = 0; + + // Compare divisor and remainder. + cmp = compare(yc, rem, yL, remL); + + // If divisor < remainder. + if (cmp < 0) { + + // Calculate trial digit, n. + + rem0 = rem[0]; + if (yL != remL) rem0 = rem0 * base + (rem[1] || 0); + + // n is how many times the divisor goes into the current remainder. + n = mathfloor(rem0 / yc0); + + // Algorithm: + // product = divisor multiplied by trial digit (n). + // Compare product and remainder. + // If product is greater than remainder: + // Subtract divisor from product, decrement trial digit. + // Subtract product from remainder. + // If product was less than remainder at the last compare: + // Compare new remainder and divisor. + // If remainder is greater than divisor: + // Subtract divisor from remainder, increment trial digit. + + if (n > 1) { + + // n may be > base only when base is 3. + if (n >= base) n = base - 1; + + // product = divisor * trial digit. + prod = multiply(yc, n, base); + prodL = prod.length; + remL = rem.length; + + // Compare product and remainder. + // If product > remainder then trial digit n too high. + // n is 1 too high about 5% of the time, and is not known to have + // ever been more than 1 too high. + while (compare(prod, rem, prodL, remL) == 1) { + n--; + + // Subtract divisor from product. + subtract(prod, yL < prodL ? yz : yc, prodL, base); + prodL = prod.length; + cmp = 1; + } + } else { + + // n is 0 or 1, cmp is -1. + // If n is 0, there is no need to compare yc and rem again below, + // so change cmp to 1 to avoid it. + // If n is 1, leave cmp as -1, so yc and rem are compared again. + if (n == 0) { + + // divisor < remainder, so n must be at least 1. + cmp = n = 1; + } + + // product = divisor + prod = yc.slice(); + prodL = prod.length; + } + + if (prodL < remL) prod = [0].concat(prod); + + // Subtract product from remainder. + subtract(rem, prod, remL, base); + remL = rem.length; + + // If product was < remainder. + if (cmp == -1) { + + // Compare divisor and new remainder. + // If divisor < new remainder, subtract divisor from remainder. + // Trial digit n too low. + // n is 1 too low about 5% of the time, and very rarely 2 too low. + while (compare(yc, rem, yL, remL) < 1) { + n++; + + // Subtract divisor from remainder. + subtract(rem, yL < remL ? yz : yc, remL, base); + remL = rem.length; + } + } + } else if (cmp === 0) { + n++; + rem = [0]; + } // else cmp === 1 and n will be 0 + + // Add the next digit, n, to the result array. + qc[i++] = n; + + // Update the remainder. + if (rem[0]) { + rem[remL++] = xc[xi] || 0; + } else { + rem = [xc[xi]]; + remL = 1; + } + } while ((xi++ < xL || rem[0] != null) && s--); + + more = rem[0] != null; + + // Leading zero? + if (!qc[0]) qc.splice(0, 1); + } + + if (base == BASE) { + + // To calculate q.e, first get the number of digits of qc[0]. + for (i = 1, s = qc[0]; s >= 10; s /= 10, i++); + + round(q, dp + (q.e = i + e * LOG_BASE - 1) + 1, rm, more); + + // Caller is convertBase. + } else { + q.e = e; + q.r = +more; + } + + return q; + }; + })(); + + + /* + * Return a string representing the value of BigNumber n in fixed-point or exponential + * notation rounded to the specified decimal places or significant digits. + * + * n: a BigNumber. + * i: the index of the last digit required (i.e. the digit that may be rounded up). + * rm: the rounding mode. + * id: 1 (toExponential) or 2 (toPrecision). + */ + function format(n, i, rm, id) { + var c0, e, ne, len, str; + + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + if (!n.c) return n.toString(); + + c0 = n.c[0]; + ne = n.e; + + if (i == null) { + str = coeffToString(n.c); + str = id == 1 || id == 2 && (ne <= TO_EXP_NEG || ne >= TO_EXP_POS) + ? toExponential(str, ne) + : toFixedPoint(str, ne, '0'); + } else { + n = round(new BigNumber(n), i, rm); + + // n.e may have changed if the value was rounded up. + e = n.e; + + str = coeffToString(n.c); + len = str.length; + + // toPrecision returns exponential notation if the number of significant digits + // specified is less than the number of digits necessary to represent the integer + // part of the value in fixed-point notation. + + // Exponential notation. + if (id == 1 || id == 2 && (i <= e || e <= TO_EXP_NEG)) { + + // Append zeros? + for (; len < i; str += '0', len++); + str = toExponential(str, e); + + // Fixed-point notation. + } else { + i -= ne; + str = toFixedPoint(str, e, '0'); + + // Append zeros? + if (e + 1 > len) { + if (--i > 0) for (str += '.'; i--; str += '0'); + } else { + i += e - len; + if (i > 0) { + if (e + 1 == len) str += '.'; + for (; i--; str += '0'); + } + } + } + } + + return n.s < 0 && c0 ? '-' + str : str; + } + + + // Handle BigNumber.max and BigNumber.min. + function maxOrMin(args, method) { + var n, + i = 1, + m = new BigNumber(args[0]); + + for (; i < args.length; i++) { + n = new BigNumber(args[i]); + + // If any number is NaN, return NaN. + if (!n.s) { + m = n; + break; + } else if (method.call(m, n)) { + m = n; + } + } + + return m; + } + + + /* + * Strip trailing zeros, calculate base 10 exponent and check against MIN_EXP and MAX_EXP. + * Called by minus, plus and times. + */ + function normalise(n, c, e) { + var i = 1, + j = c.length; + + // Remove trailing zeros. + for (; !c[--j]; c.pop()); + + // Calculate the base 10 exponent. First get the number of digits of c[0]. + for (j = c[0]; j >= 10; j /= 10, i++); + + // Overflow? + if ((e = i + e * LOG_BASE - 1) > MAX_EXP) { + + // Infinity. + n.c = n.e = null; + + // Underflow? + } else if (e < MIN_EXP) { + + // Zero. + n.c = [n.e = 0]; + } else { + n.e = e; + n.c = c; + } + + return n; + } + + + // Handle values that fail the validity test in BigNumber. + parseNumeric = (function () { + var basePrefix = /^(-?)0([xbo])(?=\w[\w.]*$)/i, + dotAfter = /^([^.]+)\.$/, + dotBefore = /^\.([^.]+)$/, + isInfinityOrNaN = /^-?(Infinity|NaN)$/, + whitespaceOrPlus = /^\s*\+(?=[\w.])|^\s+|\s+$/g; + + return function (x, str, isNum, b) { + var base, + s = isNum ? str : str.replace(whitespaceOrPlus, ''); + + // No exception on ±Infinity or NaN. + if (isInfinityOrNaN.test(s)) { + x.s = isNaN(s) ? null : s < 0 ? -1 : 1; + } else { + if (!isNum) { + + // basePrefix = /^(-?)0([xbo])(?=\w[\w.]*$)/i + s = s.replace(basePrefix, function (m, p1, p2) { + base = (p2 = p2.toLowerCase()) == 'x' ? 16 : p2 == 'b' ? 2 : 8; + return !b || b == base ? p1 : m; + }); + + if (b) { + base = b; + + // E.g. '1.' to '1', '.1' to '0.1' + s = s.replace(dotAfter, '$1').replace(dotBefore, '0.$1'); + } + + if (str != s) return new BigNumber(s, base); + } + + // '[BigNumber Error] Not a number: {n}' + // '[BigNumber Error] Not a base {b} number: {n}' + if (BigNumber.DEBUG) { + throw Error + (bignumberError + 'Not a' + (b ? ' base ' + b : '') + ' number: ' + str); + } + + // NaN + x.s = null; + } + + x.c = x.e = null; + } + })(); + + + /* + * Round x to sd significant digits using rounding mode rm. Check for over/under-flow. + * If r is truthy, it is known that there are more digits after the rounding digit. + */ + function round(x, sd, rm, r) { + var d, i, j, k, n, ni, rd, + xc = x.c, + pows10 = POWS_TEN; + + // if x is not Infinity or NaN... + if (xc) { + + // rd is the rounding digit, i.e. the digit after the digit that may be rounded up. + // n is a base 1e14 number, the value of the element of array x.c containing rd. + // ni is the index of n within x.c. + // d is the number of digits of n. + // i is the index of rd within n including leading zeros. + // j is the actual index of rd within n (if < 0, rd is a leading zero). + out: { + + // Get the number of digits of the first element of xc. + for (d = 1, k = xc[0]; k >= 10; k /= 10, d++); + i = sd - d; + + // If the rounding digit is in the first element of xc... + if (i < 0) { + i += LOG_BASE; + j = sd; + n = xc[ni = 0]; + + // Get the rounding digit at index j of n. + rd = n / pows10[d - j - 1] % 10 | 0; + } else { + ni = mathceil((i + 1) / LOG_BASE); + + if (ni >= xc.length) { + + if (r) { + + // Needed by sqrt. + for (; xc.length <= ni; xc.push(0)); + n = rd = 0; + d = 1; + i %= LOG_BASE; + j = i - LOG_BASE + 1; + } else { + break out; + } + } else { + n = k = xc[ni]; + + // Get the number of digits of n. + for (d = 1; k >= 10; k /= 10, d++); + + // Get the index of rd within n. + i %= LOG_BASE; + + // Get the index of rd within n, adjusted for leading zeros. + // The number of leading zeros of n is given by LOG_BASE - d. + j = i - LOG_BASE + d; + + // Get the rounding digit at index j of n. + rd = j < 0 ? 0 : n / pows10[d - j - 1] % 10 | 0; + } + } + + r = r || sd < 0 || + + // Are there any non-zero digits after the rounding digit? + // The expression n % pows10[d - j - 1] returns all digits of n to the right + // of the digit at j, e.g. if n is 908714 and j is 2, the expression gives 714. + xc[ni + 1] != null || (j < 0 ? n : n % pows10[d - j - 1]); + + r = rm < 4 + ? (rd || r) && (rm == 0 || rm == (x.s < 0 ? 3 : 2)) + : rd > 5 || rd == 5 && (rm == 4 || r || rm == 6 && + + // Check whether the digit to the left of the rounding digit is odd. + ((i > 0 ? j > 0 ? n / pows10[d - j] : 0 : xc[ni - 1]) % 10) & 1 || + rm == (x.s < 0 ? 8 : 7)); + + if (sd < 1 || !xc[0]) { + xc.length = 0; + + if (r) { + + // Convert sd to decimal places. + sd -= x.e + 1; + + // 1, 0.1, 0.01, 0.001, 0.0001 etc. + xc[0] = pows10[(LOG_BASE - sd % LOG_BASE) % LOG_BASE]; + x.e = -sd || 0; + } else { + + // Zero. + xc[0] = x.e = 0; + } + + return x; + } + + // Remove excess digits. + if (i == 0) { + xc.length = ni; + k = 1; + ni--; + } else { + xc.length = ni + 1; + k = pows10[LOG_BASE - i]; + + // E.g. 56700 becomes 56000 if 7 is the rounding digit. + // j > 0 means i > number of leading zeros of n. + xc[ni] = j > 0 ? mathfloor(n / pows10[d - j] % pows10[j]) * k : 0; + } + + // Round up? + if (r) { + + for (; ;) { + + // If the digit to be rounded up is in the first element of xc... + if (ni == 0) { + + // i will be the length of xc[0] before k is added. + for (i = 1, j = xc[0]; j >= 10; j /= 10, i++); + j = xc[0] += k; + for (k = 1; j >= 10; j /= 10, k++); + + // if i != k the length has increased. + if (i != k) { + x.e++; + if (xc[0] == BASE) xc[0] = 1; + } + + break; + } else { + xc[ni] += k; + if (xc[ni] != BASE) break; + xc[ni--] = 0; + k = 1; + } + } + } + + // Remove trailing zeros. + for (i = xc.length; xc[--i] === 0; xc.pop()); + } + + // Overflow? Infinity. + if (x.e > MAX_EXP) { + x.c = x.e = null; + + // Underflow? Zero. + } else if (x.e < MIN_EXP) { + x.c = [x.e = 0]; + } + } + + return x; + } + + + function valueOf(n) { + var str, + e = n.e; + + if (e === null) return n.toString(); + + str = coeffToString(n.c); + + str = e <= TO_EXP_NEG || e >= TO_EXP_POS + ? toExponential(str, e) + : toFixedPoint(str, e, '0'); + + return n.s < 0 ? '-' + str : str; + } + + + // PROTOTYPE/INSTANCE METHODS + + + /* + * Return a new BigNumber whose value is the absolute value of this BigNumber. + */ + P.absoluteValue = P.abs = function () { + var x = new BigNumber(this); + if (x.s < 0) x.s = 1; + return x; + }; + + + /* + * Return + * 1 if the value of this BigNumber is greater than the value of BigNumber(y, b), + * -1 if the value of this BigNumber is less than the value of BigNumber(y, b), + * 0 if they have the same value, + * or null if the value of either is NaN. + */ + P.comparedTo = function (y, b) { + return compare(this, new BigNumber(y, b)); + }; + + + /* + * If dp is undefined or null or true or false, return the number of decimal places of the + * value of this BigNumber, or null if the value of this BigNumber is ±Infinity or NaN. + * + * Otherwise, if dp is a number, return a new BigNumber whose value is the value of this + * BigNumber rounded to a maximum of dp decimal places using rounding mode rm, or + * ROUNDING_MODE if rm is omitted. + * + * [dp] {number} Decimal places: integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.decimalPlaces = P.dp = function (dp, rm) { + var c, n, v, + x = this; + + if (dp != null) { + intCheck(dp, 0, MAX); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + return round(new BigNumber(x), dp + x.e + 1, rm); + } + + if (!(c = x.c)) return null; + n = ((v = c.length - 1) - bitFloor(this.e / LOG_BASE)) * LOG_BASE; + + // Subtract the number of trailing zeros of the last number. + if (v = c[v]) for (; v % 10 == 0; v /= 10, n--); + if (n < 0) n = 0; + + return n; + }; + + + /* + * n / 0 = I + * n / N = N + * n / I = 0 + * 0 / n = 0 + * 0 / 0 = N + * 0 / N = N + * 0 / I = 0 + * N / n = N + * N / 0 = N + * N / N = N + * N / I = N + * I / n = I + * I / 0 = I + * I / N = N + * I / I = N + * + * Return a new BigNumber whose value is the value of this BigNumber divided by the value of + * BigNumber(y, b), rounded according to DECIMAL_PLACES and ROUNDING_MODE. + */ + P.dividedBy = P.div = function (y, b) { + return div(this, new BigNumber(y, b), DECIMAL_PLACES, ROUNDING_MODE); + }; + + + /* + * Return a new BigNumber whose value is the integer part of dividing the value of this + * BigNumber by the value of BigNumber(y, b). + */ + P.dividedToIntegerBy = P.idiv = function (y, b) { + return div(this, new BigNumber(y, b), 0, 1); + }; + + + /* + * Return a BigNumber whose value is the value of this BigNumber exponentiated by n. + * + * If m is present, return the result modulo m. + * If n is negative round according to DECIMAL_PLACES and ROUNDING_MODE. + * If POW_PRECISION is non-zero and m is not present, round to POW_PRECISION using ROUNDING_MODE. + * + * The modular power operation works efficiently when x, n, and m are integers, otherwise it + * is equivalent to calculating x.exponentiatedBy(n).modulo(m) with a POW_PRECISION of 0. + * + * n {number|string|BigNumber} The exponent. An integer. + * [m] {number|string|BigNumber} The modulus. + * + * '[BigNumber Error] Exponent not an integer: {n}' + */ + P.exponentiatedBy = P.pow = function (n, m) { + var half, isModExp, i, k, more, nIsBig, nIsNeg, nIsOdd, y, + x = this; + + n = new BigNumber(n); + + // Allow NaN and ±Infinity, but not other non-integers. + if (n.c && !n.isInteger()) { + throw Error + (bignumberError + 'Exponent not an integer: ' + valueOf(n)); + } + + if (m != null) m = new BigNumber(m); + + // Exponent of MAX_SAFE_INTEGER is 15. + nIsBig = n.e > 14; + + // If x is NaN, ±Infinity, ±0 or ±1, or n is ±Infinity, NaN or ±0. + if (!x.c || !x.c[0] || x.c[0] == 1 && !x.e && x.c.length == 1 || !n.c || !n.c[0]) { + + // The sign of the result of pow when x is negative depends on the evenness of n. + // If +n overflows to ±Infinity, the evenness of n would be not be known. + y = new BigNumber(Math.pow(+valueOf(x), nIsBig ? 2 - isOdd(n) : +valueOf(n))); + return m ? y.mod(m) : y; + } + + nIsNeg = n.s < 0; + + if (m) { + + // x % m returns NaN if abs(m) is zero, or m is NaN. + if (m.c ? !m.c[0] : !m.s) return new BigNumber(NaN); + + isModExp = !nIsNeg && x.isInteger() && m.isInteger(); + + if (isModExp) x = x.mod(m); + + // Overflow to ±Infinity: >=2**1e10 or >=1.0000024**1e15. + // Underflow to ±0: <=0.79**1e10 or <=0.9999975**1e15. + } else if (n.e > 9 && (x.e > 0 || x.e < -1 || (x.e == 0 + // [1, 240000000] + ? x.c[0] > 1 || nIsBig && x.c[1] >= 24e7 + // [80000000000000] [99999750000000] + : x.c[0] < 8e13 || nIsBig && x.c[0] <= 9999975e7))) { + + // If x is negative and n is odd, k = -0, else k = 0. + k = x.s < 0 && isOdd(n) ? -0 : 0; + + // If x >= 1, k = ±Infinity. + if (x.e > -1) k = 1 / k; + + // If n is negative return ±0, else return ±Infinity. + return new BigNumber(nIsNeg ? 1 / k : k); + + } else if (POW_PRECISION) { + + // Truncating each coefficient array to a length of k after each multiplication + // equates to truncating significant digits to POW_PRECISION + [28, 41], + // i.e. there will be a minimum of 28 guard digits retained. + k = mathceil(POW_PRECISION / LOG_BASE + 2); + } + + if (nIsBig) { + half = new BigNumber(0.5); + if (nIsNeg) n.s = 1; + nIsOdd = isOdd(n); + } else { + i = Math.abs(+valueOf(n)); + nIsOdd = i % 2; + } + + y = new BigNumber(ONE); + + // Performs 54 loop iterations for n of 9007199254740991. + for (; ;) { + + if (nIsOdd) { + y = y.times(x); + if (!y.c) break; + + if (k) { + if (y.c.length > k) y.c.length = k; + } else if (isModExp) { + y = y.mod(m); //y = y.minus(div(y, m, 0, MODULO_MODE).times(m)); + } + } + + if (i) { + i = mathfloor(i / 2); + if (i === 0) break; + nIsOdd = i % 2; + } else { + n = n.times(half); + round(n, n.e + 1, 1); + + if (n.e > 14) { + nIsOdd = isOdd(n); + } else { + i = +valueOf(n); + if (i === 0) break; + nIsOdd = i % 2; + } + } + + x = x.times(x); + + if (k) { + if (x.c && x.c.length > k) x.c.length = k; + } else if (isModExp) { + x = x.mod(m); //x = x.minus(div(x, m, 0, MODULO_MODE).times(m)); + } + } + + if (isModExp) return y; + if (nIsNeg) y = ONE.div(y); + + return m ? y.mod(m) : k ? round(y, POW_PRECISION, ROUNDING_MODE, more) : y; + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber rounded to an integer + * using rounding mode rm, or ROUNDING_MODE if rm is omitted. + * + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {rm}' + */ + P.integerValue = function (rm) { + var n = new BigNumber(this); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + return round(n, n.e + 1, rm); + }; + + + /* + * Return true if the value of this BigNumber is equal to the value of BigNumber(y, b), + * otherwise return false. + */ + P.isEqualTo = P.eq = function (y, b) { + return compare(this, new BigNumber(y, b)) === 0; + }; + + + /* + * Return true if the value of this BigNumber is a finite number, otherwise return false. + */ + P.isFinite = function () { + return !!this.c; + }; + + + /* + * Return true if the value of this BigNumber is greater than the value of BigNumber(y, b), + * otherwise return false. + */ + P.isGreaterThan = P.gt = function (y, b) { + return compare(this, new BigNumber(y, b)) > 0; + }; + + + /* + * Return true if the value of this BigNumber is greater than or equal to the value of + * BigNumber(y, b), otherwise return false. + */ + P.isGreaterThanOrEqualTo = P.gte = function (y, b) { + return (b = compare(this, new BigNumber(y, b))) === 1 || b === 0; + + }; + + + /* + * Return true if the value of this BigNumber is an integer, otherwise return false. + */ + P.isInteger = function () { + return !!this.c && bitFloor(this.e / LOG_BASE) > this.c.length - 2; + }; + + + /* + * Return true if the value of this BigNumber is less than the value of BigNumber(y, b), + * otherwise return false. + */ + P.isLessThan = P.lt = function (y, b) { + return compare(this, new BigNumber(y, b)) < 0; + }; + + + /* + * Return true if the value of this BigNumber is less than or equal to the value of + * BigNumber(y, b), otherwise return false. + */ + P.isLessThanOrEqualTo = P.lte = function (y, b) { + return (b = compare(this, new BigNumber(y, b))) === -1 || b === 0; + }; + + + /* + * Return true if the value of this BigNumber is NaN, otherwise return false. + */ + P.isNaN = function () { + return !this.s; + }; + + + /* + * Return true if the value of this BigNumber is negative, otherwise return false. + */ + P.isNegative = function () { + return this.s < 0; + }; + + + /* + * Return true if the value of this BigNumber is positive, otherwise return false. + */ + P.isPositive = function () { + return this.s > 0; + }; + + + /* + * Return true if the value of this BigNumber is 0 or -0, otherwise return false. + */ + P.isZero = function () { + return !!this.c && this.c[0] == 0; + }; + + + /* + * n - 0 = n + * n - N = N + * n - I = -I + * 0 - n = -n + * 0 - 0 = 0 + * 0 - N = N + * 0 - I = -I + * N - n = N + * N - 0 = N + * N - N = N + * N - I = N + * I - n = I + * I - 0 = I + * I - N = N + * I - I = N + * + * Return a new BigNumber whose value is the value of this BigNumber minus the value of + * BigNumber(y, b). + */ + P.minus = function (y, b) { + var i, j, t, xLTy, + x = this, + a = x.s; + + y = new BigNumber(y, b); + b = y.s; + + // Either NaN? + if (!a || !b) return new BigNumber(NaN); + + // Signs differ? + if (a != b) { + y.s = -b; + return x.plus(y); + } + + var xe = x.e / LOG_BASE, + ye = y.e / LOG_BASE, + xc = x.c, + yc = y.c; + + if (!xe || !ye) { + + // Either Infinity? + if (!xc || !yc) return xc ? (y.s = -b, y) : new BigNumber(yc ? x : NaN); + + // Either zero? + if (!xc[0] || !yc[0]) { + + // Return y if y is non-zero, x if x is non-zero, or zero if both are zero. + return yc[0] ? (y.s = -b, y) : new BigNumber(xc[0] ? x : + + // IEEE 754 (2008) 6.3: n - n = -0 when rounding to -Infinity + ROUNDING_MODE == 3 ? -0 : 0); + } + } + + xe = bitFloor(xe); + ye = bitFloor(ye); + xc = xc.slice(); + + // Determine which is the bigger number. + if (a = xe - ye) { + + if (xLTy = a < 0) { + a = -a; + t = xc; + } else { + ye = xe; + t = yc; + } + + t.reverse(); + + // Prepend zeros to equalise exponents. + for (b = a; b--; t.push(0)); + t.reverse(); + } else { + + // Exponents equal. Check digit by digit. + j = (xLTy = (a = xc.length) < (b = yc.length)) ? a : b; + + for (a = b = 0; b < j; b++) { + + if (xc[b] != yc[b]) { + xLTy = xc[b] < yc[b]; + break; + } + } + } + + // x < y? Point xc to the array of the bigger number. + if (xLTy) t = xc, xc = yc, yc = t, y.s = -y.s; + + b = (j = yc.length) - (i = xc.length); + + // Append zeros to xc if shorter. + // No need to add zeros to yc if shorter as subtract only needs to start at yc.length. + if (b > 0) for (; b--; xc[i++] = 0); + b = BASE - 1; + + // Subtract yc from xc. + for (; j > a;) { + + if (xc[--j] < yc[j]) { + for (i = j; i && !xc[--i]; xc[i] = b); + --xc[i]; + xc[j] += BASE; + } + + xc[j] -= yc[j]; + } + + // Remove leading zeros and adjust exponent accordingly. + for (; xc[0] == 0; xc.splice(0, 1), --ye); + + // Zero? + if (!xc[0]) { + + // Following IEEE 754 (2008) 6.3, + // n - n = +0 but n - n = -0 when rounding towards -Infinity. + y.s = ROUNDING_MODE == 3 ? -1 : 1; + y.c = [y.e = 0]; + return y; + } + + // No need to check for Infinity as +x - +y != Infinity && -x - -y != Infinity + // for finite x and y. + return normalise(y, xc, ye); + }; + + + /* + * n % 0 = N + * n % N = N + * n % I = n + * 0 % n = 0 + * -0 % n = -0 + * 0 % 0 = N + * 0 % N = N + * 0 % I = 0 + * N % n = N + * N % 0 = N + * N % N = N + * N % I = N + * I % n = N + * I % 0 = N + * I % N = N + * I % I = N + * + * Return a new BigNumber whose value is the value of this BigNumber modulo the value of + * BigNumber(y, b). The result depends on the value of MODULO_MODE. + */ + P.modulo = P.mod = function (y, b) { + var q, s, + x = this; + + y = new BigNumber(y, b); + + // Return NaN if x is Infinity or NaN, or y is NaN or zero. + if (!x.c || !y.s || y.c && !y.c[0]) { + return new BigNumber(NaN); + + // Return x if y is Infinity or x is zero. + } else if (!y.c || x.c && !x.c[0]) { + return new BigNumber(x); + } + + if (MODULO_MODE == 9) { + + // Euclidian division: q = sign(y) * floor(x / abs(y)) + // r = x - qy where 0 <= r < abs(y) + s = y.s; + y.s = 1; + q = div(x, y, 0, 3); + y.s = s; + q.s *= s; + } else { + q = div(x, y, 0, MODULO_MODE); + } + + y = x.minus(q.times(y)); + + // To match JavaScript %, ensure sign of zero is sign of dividend. + if (!y.c[0] && MODULO_MODE == 1) y.s = x.s; + + return y; + }; + + + /* + * n * 0 = 0 + * n * N = N + * n * I = I + * 0 * n = 0 + * 0 * 0 = 0 + * 0 * N = N + * 0 * I = N + * N * n = N + * N * 0 = N + * N * N = N + * N * I = N + * I * n = I + * I * 0 = N + * I * N = N + * I * I = I + * + * Return a new BigNumber whose value is the value of this BigNumber multiplied by the value + * of BigNumber(y, b). + */ + P.multipliedBy = P.times = function (y, b) { + var c, e, i, j, k, m, xcL, xlo, xhi, ycL, ylo, yhi, zc, + base, sqrtBase, + x = this, + xc = x.c, + yc = (y = new BigNumber(y, b)).c; + + // Either NaN, ±Infinity or ±0? + if (!xc || !yc || !xc[0] || !yc[0]) { + + // Return NaN if either is NaN, or one is 0 and the other is Infinity. + if (!x.s || !y.s || xc && !xc[0] && !yc || yc && !yc[0] && !xc) { + y.c = y.e = y.s = null; + } else { + y.s *= x.s; + + // Return ±Infinity if either is ±Infinity. + if (!xc || !yc) { + y.c = y.e = null; + + // Return ±0 if either is ±0. + } else { + y.c = [0]; + y.e = 0; + } + } + + return y; + } + + e = bitFloor(x.e / LOG_BASE) + bitFloor(y.e / LOG_BASE); + y.s *= x.s; + xcL = xc.length; + ycL = yc.length; + + // Ensure xc points to longer array and xcL to its length. + if (xcL < ycL) zc = xc, xc = yc, yc = zc, i = xcL, xcL = ycL, ycL = i; + + // Initialise the result array with zeros. + for (i = xcL + ycL, zc = []; i--; zc.push(0)); + + base = BASE; + sqrtBase = SQRT_BASE; + + for (i = ycL; --i >= 0;) { + c = 0; + ylo = yc[i] % sqrtBase; + yhi = yc[i] / sqrtBase | 0; + + for (k = xcL, j = i + k; j > i;) { + xlo = xc[--k] % sqrtBase; + xhi = xc[k] / sqrtBase | 0; + m = yhi * xlo + xhi * ylo; + xlo = ylo * xlo + ((m % sqrtBase) * sqrtBase) + zc[j] + c; + c = (xlo / base | 0) + (m / sqrtBase | 0) + yhi * xhi; + zc[j--] = xlo % base; + } + + zc[j] = c; + } + + if (c) { + ++e; + } else { + zc.splice(0, 1); + } + + return normalise(y, zc, e); + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber negated, + * i.e. multiplied by -1. + */ + P.negated = function () { + var x = new BigNumber(this); + x.s = -x.s || null; + return x; + }; + + + /* + * n + 0 = n + * n + N = N + * n + I = I + * 0 + n = n + * 0 + 0 = 0 + * 0 + N = N + * 0 + I = I + * N + n = N + * N + 0 = N + * N + N = N + * N + I = N + * I + n = I + * I + 0 = I + * I + N = N + * I + I = I + * + * Return a new BigNumber whose value is the value of this BigNumber plus the value of + * BigNumber(y, b). + */ + P.plus = function (y, b) { + var t, + x = this, + a = x.s; + + y = new BigNumber(y, b); + b = y.s; + + // Either NaN? + if (!a || !b) return new BigNumber(NaN); + + // Signs differ? + if (a != b) { + y.s = -b; + return x.minus(y); + } + + var xe = x.e / LOG_BASE, + ye = y.e / LOG_BASE, + xc = x.c, + yc = y.c; + + if (!xe || !ye) { + + // Return ±Infinity if either ±Infinity. + if (!xc || !yc) return new BigNumber(a / 0); + + // Either zero? + // Return y if y is non-zero, x if x is non-zero, or zero if both are zero. + if (!xc[0] || !yc[0]) return yc[0] ? y : new BigNumber(xc[0] ? x : a * 0); + } + + xe = bitFloor(xe); + ye = bitFloor(ye); + xc = xc.slice(); + + // Prepend zeros to equalise exponents. Faster to use reverse then do unshifts. + if (a = xe - ye) { + if (a > 0) { + ye = xe; + t = yc; + } else { + a = -a; + t = xc; + } + + t.reverse(); + for (; a--; t.push(0)); + t.reverse(); + } + + a = xc.length; + b = yc.length; + + // Point xc to the longer array, and b to the shorter length. + if (a - b < 0) t = yc, yc = xc, xc = t, b = a; + + // Only start adding at yc.length - 1 as the further digits of xc can be ignored. + for (a = 0; b;) { + a = (xc[--b] = xc[b] + yc[b] + a) / BASE | 0; + xc[b] = BASE === xc[b] ? 0 : xc[b] % BASE; + } + + if (a) { + xc = [a].concat(xc); + ++ye; + } + + // No need to check for zero, as +x + +y != 0 && -x + -y != 0 + // ye = MAX_EXP + 1 possible + return normalise(y, xc, ye); + }; + + + /* + * If sd is undefined or null or true or false, return the number of significant digits of + * the value of this BigNumber, or null if the value of this BigNumber is ±Infinity or NaN. + * If sd is true include integer-part trailing zeros in the count. + * + * Otherwise, if sd is a number, return a new BigNumber whose value is the value of this + * BigNumber rounded to a maximum of sd significant digits using rounding mode rm, or + * ROUNDING_MODE if rm is omitted. + * + * sd {number|boolean} number: significant digits: integer, 1 to MAX inclusive. + * boolean: whether to count integer-part trailing zeros: true or false. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {sd|rm}' + */ + P.precision = P.sd = function (sd, rm) { + var c, n, v, + x = this; + + if (sd != null && sd !== !!sd) { + intCheck(sd, 1, MAX); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + return round(new BigNumber(x), sd, rm); + } + + if (!(c = x.c)) return null; + v = c.length - 1; + n = v * LOG_BASE + 1; + + if (v = c[v]) { + + // Subtract the number of trailing zeros of the last element. + for (; v % 10 == 0; v /= 10, n--); + + // Add the number of digits of the first element. + for (v = c[0]; v >= 10; v /= 10, n++); + } + + if (sd && x.e + 1 > n) n = x.e + 1; + + return n; + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber shifted by k places + * (powers of 10). Shift to the right if n > 0, and to the left if n < 0. + * + * k {number} Integer, -MAX_SAFE_INTEGER to MAX_SAFE_INTEGER inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {k}' + */ + P.shiftedBy = function (k) { + intCheck(k, -MAX_SAFE_INTEGER, MAX_SAFE_INTEGER); + return this.times('1e' + k); + }; + + + /* + * sqrt(-n) = N + * sqrt(N) = N + * sqrt(-I) = N + * sqrt(I) = I + * sqrt(0) = 0 + * sqrt(-0) = -0 + * + * Return a new BigNumber whose value is the square root of the value of this BigNumber, + * rounded according to DECIMAL_PLACES and ROUNDING_MODE. + */ + P.squareRoot = P.sqrt = function () { + var m, n, r, rep, t, + x = this, + c = x.c, + s = x.s, + e = x.e, + dp = DECIMAL_PLACES + 4, + half = new BigNumber('0.5'); + + // Negative/NaN/Infinity/zero? + if (s !== 1 || !c || !c[0]) { + return new BigNumber(!s || s < 0 && (!c || c[0]) ? NaN : c ? x : 1 / 0); + } + + // Initial estimate. + s = Math.sqrt(+valueOf(x)); + + // Math.sqrt underflow/overflow? + // Pass x to Math.sqrt as integer, then adjust the exponent of the result. + if (s == 0 || s == 1 / 0) { + n = coeffToString(c); + if ((n.length + e) % 2 == 0) n += '0'; + s = Math.sqrt(+n); + e = bitFloor((e + 1) / 2) - (e < 0 || e % 2); + + if (s == 1 / 0) { + n = '1e' + e; + } else { + n = s.toExponential(); + n = n.slice(0, n.indexOf('e') + 1) + e; + } + + r = new BigNumber(n); + } else { + r = new BigNumber(s + ''); + } + + // Check for zero. + // r could be zero if MIN_EXP is changed after the this value was created. + // This would cause a division by zero (x/t) and hence Infinity below, which would cause + // coeffToString to throw. + if (r.c[0]) { + e = r.e; + s = e + dp; + if (s < 3) s = 0; + + // Newton-Raphson iteration. + for (; ;) { + t = r; + r = half.times(t.plus(div(x, t, dp, 1))); + + if (coeffToString(t.c).slice(0, s) === (n = coeffToString(r.c)).slice(0, s)) { + + // The exponent of r may here be one less than the final result exponent, + // e.g 0.0009999 (e-4) --> 0.001 (e-3), so adjust s so the rounding digits + // are indexed correctly. + if (r.e < e) --s; + n = n.slice(s - 3, s + 1); + + // The 4th rounding digit may be in error by -1 so if the 4 rounding digits + // are 9999 or 4999 (i.e. approaching a rounding boundary) continue the + // iteration. + if (n == '9999' || !rep && n == '4999') { + + // On the first iteration only, check to see if rounding up gives the + // exact result as the nines may infinitely repeat. + if (!rep) { + round(t, t.e + DECIMAL_PLACES + 2, 0); + + if (t.times(t).eq(x)) { + r = t; + break; + } + } + + dp += 4; + s += 4; + rep = 1; + } else { + + // If rounding digits are null, 0{0,4} or 50{0,3}, check for exact + // result. If not, then there are further digits and m will be truthy. + if (!+n || !+n.slice(1) && n.charAt(0) == '5') { + + // Truncate to the first rounding digit. + round(r, r.e + DECIMAL_PLACES + 2, 1); + m = !r.times(r).eq(x); + } + + break; + } + } + } + } + + return round(r, r.e + DECIMAL_PLACES + 1, ROUNDING_MODE, m); + }; + + + /* + * Return a string representing the value of this BigNumber in exponential notation and + * rounded using ROUNDING_MODE to dp fixed decimal places. + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.toExponential = function (dp, rm) { + if (dp != null) { + intCheck(dp, 0, MAX); + dp++; + } + return format(this, dp, rm, 1); + }; + + + /* + * Return a string representing the value of this BigNumber in fixed-point notation rounding + * to dp fixed decimal places using rounding mode rm, or ROUNDING_MODE if rm is omitted. + * + * Note: as with JavaScript's number type, (-0).toFixed(0) is '0', + * but e.g. (-0.00001).toFixed(0) is '-0'. + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.toFixed = function (dp, rm) { + if (dp != null) { + intCheck(dp, 0, MAX); + dp = dp + this.e + 1; + } + return format(this, dp, rm); + }; + + + /* + * Return a string representing the value of this BigNumber in fixed-point notation rounded + * using rm or ROUNDING_MODE to dp decimal places, and formatted according to the properties + * of the format or FORMAT object (see BigNumber.set). + * + * The formatting object may contain some or all of the properties shown below. + * + * FORMAT = { + * prefix: '', + * groupSize: 3, + * secondaryGroupSize: 0, + * groupSeparator: ',', + * decimalSeparator: '.', + * fractionGroupSize: 0, + * fractionGroupSeparator: '\xA0', // non-breaking space + * suffix: '' + * }; + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * [format] {object} Formatting options. See FORMAT pbject above. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + * '[BigNumber Error] Argument not an object: {format}' + */ + P.toFormat = function (dp, rm, format) { + var str, + x = this; + + if (format == null) { + if (dp != null && rm && typeof rm == 'object') { + format = rm; + rm = null; + } else if (dp && typeof dp == 'object') { + format = dp; + dp = rm = null; + } else { + format = FORMAT; + } + } else if (typeof format != 'object') { + throw Error + (bignumberError + 'Argument not an object: ' + format); + } + + str = x.toFixed(dp, rm); + + if (x.c) { + var i, + arr = str.split('.'), + g1 = +format.groupSize, + g2 = +format.secondaryGroupSize, + groupSeparator = format.groupSeparator || '', + intPart = arr[0], + fractionPart = arr[1], + isNeg = x.s < 0, + intDigits = isNeg ? intPart.slice(1) : intPart, + len = intDigits.length; + + if (g2) i = g1, g1 = g2, g2 = i, len -= i; + + if (g1 > 0 && len > 0) { + i = len % g1 || g1; + intPart = intDigits.substr(0, i); + for (; i < len; i += g1) intPart += groupSeparator + intDigits.substr(i, g1); + if (g2 > 0) intPart += groupSeparator + intDigits.slice(i); + if (isNeg) intPart = '-' + intPart; + } + + str = fractionPart + ? intPart + (format.decimalSeparator || '') + ((g2 = +format.fractionGroupSize) + ? fractionPart.replace(new RegExp('\\d{' + g2 + '}\\B', 'g'), + '$&' + (format.fractionGroupSeparator || '')) + : fractionPart) + : intPart; + } + + return (format.prefix || '') + str + (format.suffix || ''); + }; + + + /* + * Return an array of two BigNumbers representing the value of this BigNumber as a simple + * fraction with an integer numerator and an integer denominator. + * The denominator will be a positive non-zero value less than or equal to the specified + * maximum denominator. If a maximum denominator is not specified, the denominator will be + * the lowest value necessary to represent the number exactly. + * + * [md] {number|string|BigNumber} Integer >= 1, or Infinity. The maximum denominator. + * + * '[BigNumber Error] Argument {not an integer|out of range} : {md}' + */ + P.toFraction = function (md) { + var d, d0, d1, d2, e, exp, n, n0, n1, q, r, s, + x = this, + xc = x.c; + + if (md != null) { + n = new BigNumber(md); + + // Throw if md is less than one or is not an integer, unless it is Infinity. + if (!n.isInteger() && (n.c || n.s !== 1) || n.lt(ONE)) { + throw Error + (bignumberError + 'Argument ' + + (n.isInteger() ? 'out of range: ' : 'not an integer: ') + valueOf(n)); + } + } + + if (!xc) return new BigNumber(x); + + d = new BigNumber(ONE); + n1 = d0 = new BigNumber(ONE); + d1 = n0 = new BigNumber(ONE); + s = coeffToString(xc); + + // Determine initial denominator. + // d is a power of 10 and the minimum max denominator that specifies the value exactly. + e = d.e = s.length - x.e - 1; + d.c[0] = POWS_TEN[(exp = e % LOG_BASE) < 0 ? LOG_BASE + exp : exp]; + md = !md || n.comparedTo(d) > 0 ? (e > 0 ? d : n1) : n; + + exp = MAX_EXP; + MAX_EXP = 1 / 0; + n = new BigNumber(s); + + // n0 = d1 = 0 + n0.c[0] = 0; + + for (; ;) { + q = div(n, d, 0, 1); + d2 = d0.plus(q.times(d1)); + if (d2.comparedTo(md) == 1) break; + d0 = d1; + d1 = d2; + n1 = n0.plus(q.times(d2 = n1)); + n0 = d2; + d = n.minus(q.times(d2 = d)); + n = d2; + } + + d2 = div(md.minus(d0), d1, 0, 1); + n0 = n0.plus(d2.times(n1)); + d0 = d0.plus(d2.times(d1)); + n0.s = n1.s = x.s; + e = e * 2; + + // Determine which fraction is closer to x, n0/d0 or n1/d1 + r = div(n1, d1, e, ROUNDING_MODE).minus(x).abs().comparedTo( + div(n0, d0, e, ROUNDING_MODE).minus(x).abs()) < 1 ? [n1, d1] : [n0, d0]; + + MAX_EXP = exp; + + return r; + }; + + + /* + * Return the value of this BigNumber converted to a number primitive. + */ + P.toNumber = function () { + return +valueOf(this); + }; + + + /* + * Return a string representing the value of this BigNumber rounded to sd significant digits + * using rounding mode rm or ROUNDING_MODE. If sd is less than the number of digits + * necessary to represent the integer part of the value in fixed-point notation, then use + * exponential notation. + * + * [sd] {number} Significant digits. Integer, 1 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {sd|rm}' + */ + P.toPrecision = function (sd, rm) { + if (sd != null) intCheck(sd, 1, MAX); + return format(this, sd, rm, 2); + }; + + + /* + * Return a string representing the value of this BigNumber in base b, or base 10 if b is + * omitted. If a base is specified, including base 10, round according to DECIMAL_PLACES and + * ROUNDING_MODE. If a base is not specified, and this BigNumber has a positive exponent + * that is equal to or greater than TO_EXP_POS, or a negative exponent equal to or less than + * TO_EXP_NEG, return exponential notation. + * + * [b] {number} Integer, 2 to ALPHABET.length inclusive. + * + * '[BigNumber Error] Base {not a primitive number|not an integer|out of range}: {b}' + */ + P.toString = function (b) { + var str, + n = this, + s = n.s, + e = n.e; + + // Infinity or NaN? + if (e === null) { + if (s) { + str = 'Infinity'; + if (s < 0) str = '-' + str; + } else { + str = 'NaN'; + } + } else { + if (b == null) { + str = e <= TO_EXP_NEG || e >= TO_EXP_POS + ? toExponential(coeffToString(n.c), e) + : toFixedPoint(coeffToString(n.c), e, '0'); + } else if (b === 10) { + n = round(new BigNumber(n), DECIMAL_PLACES + e + 1, ROUNDING_MODE); + str = toFixedPoint(coeffToString(n.c), n.e, '0'); + } else { + intCheck(b, 2, ALPHABET.length, 'Base'); + str = convertBase(toFixedPoint(coeffToString(n.c), e, '0'), 10, b, s, true); + } + + if (s < 0 && n.c[0]) str = '-' + str; + } + + return str; + }; + + + /* + * Return as toString, but do not accept a base argument, and include the minus sign for + * negative zero. + */ + P.valueOf = P.toJSON = function () { + return valueOf(this); + }; + + + P._isBigNumber = true; + + P[Symbol.toStringTag] = 'BigNumber'; + + // Node.js v10.12.0+ + P[Symbol.for('nodejs.util.inspect.custom')] = P.valueOf; + + if (configObject != null) BigNumber.set(configObject); + + return BigNumber; +} + + +// PRIVATE HELPER FUNCTIONS + +// These functions don't need access to variables, +// e.g. DECIMAL_PLACES, in the scope of the `clone` function above. + + +function bitFloor(n) { + var i = n | 0; + return n > 0 || n === i ? i : i - 1; +} + + +// Return a coefficient array as a string of base 10 digits. +function coeffToString(a) { + var s, z, + i = 1, + j = a.length, + r = a[0] + ''; + + for (; i < j;) { + s = a[i++] + ''; + z = LOG_BASE - s.length; + for (; z--; s = '0' + s); + r += s; + } + + // Determine trailing zeros. + for (j = r.length; r.charCodeAt(--j) === 48;); + + return r.slice(0, j + 1 || 1); +} + + +// Compare the value of BigNumbers x and y. +function compare(x, y) { + var a, b, + xc = x.c, + yc = y.c, + i = x.s, + j = y.s, + k = x.e, + l = y.e; + + // Either NaN? + if (!i || !j) return null; + + a = xc && !xc[0]; + b = yc && !yc[0]; + + // Either zero? + if (a || b) return a ? b ? 0 : -j : i; + + // Signs differ? + if (i != j) return i; + + a = i < 0; + b = k == l; + + // Either Infinity? + if (!xc || !yc) return b ? 0 : !xc ^ a ? 1 : -1; + + // Compare exponents. + if (!b) return k > l ^ a ? 1 : -1; + + j = (k = xc.length) < (l = yc.length) ? k : l; + + // Compare digit by digit. + for (i = 0; i < j; i++) if (xc[i] != yc[i]) return xc[i] > yc[i] ^ a ? 1 : -1; + + // Compare lengths. + return k == l ? 0 : k > l ^ a ? 1 : -1; +} + + +/* + * Check that n is a primitive number, an integer, and in range, otherwise throw. + */ +function intCheck(n, min, max, name) { + if (n < min || n > max || n !== mathfloor(n)) { + throw Error + (bignumberError + (name || 'Argument') + (typeof n == 'number' + ? n < min || n > max ? ' out of range: ' : ' not an integer: ' + : ' not a primitive number: ') + String(n)); + } +} + + +// Assumes finite n. +function isOdd(n) { + var k = n.c.length - 1; + return bitFloor(n.e / LOG_BASE) == k && n.c[k] % 2 != 0; +} + + +function toExponential(str, e) { + return (str.length > 1 ? str.charAt(0) + '.' + str.slice(1) : str) + + (e < 0 ? 'e' : 'e+') + e; +} + + +function toFixedPoint(str, e, z) { + var len, zs; + + // Negative exponent? + if (e < 0) { + + // Prepend zeros. + for (zs = z + '.'; ++e; zs += z); + str = zs + str; + + // Positive exponent + } else { + len = str.length; + + // Append zeros. + if (++e > len) { + for (zs = z, e -= len; --e; zs += z); + str += zs; + } else if (e < len) { + str = str.slice(0, e) + '.' + str.slice(e); + } + } + + return str; +} + + +// EXPORT + + +export var BigNumber = clone(); + +export default BigNumber; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/doc/API.html" "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/doc/API.html" new file mode 100644 index 0000000..424a914 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/doc/API.html" @@ -0,0 +1,2237 @@ + + + + + + +bignumber.js API + + + + + + +
+ +

bignumber.js

+ +

A JavaScript library for arbitrary-precision arithmetic.

+

Hosted on GitHub.

+ +

API

+ +

+ See the README on GitHub for a + quick-start introduction. +

+

+ In all examples below, var and semicolons are not shown, and if a commented-out + value is in quotes it means toString has been called on the preceding expression. +

+ + +

CONSTRUCTOR

+ + +
+ BigNumberBigNumber(n [, base]) ⇒ BigNumber +
+

+ n: number|string|BigNumber
+ base: number: integer, 2 to 36 inclusive. (See + ALPHABET to extend this range). +

+

+ Returns a new instance of a BigNumber object with value n, where n + is a numeric value in the specified base, or base 10 if + base is omitted or is null or undefined. +

+
+x = new BigNumber(123.4567)                // '123.4567'
+// 'new' is optional
+y = BigNumber(x)                           // '123.4567'
+

+ If n is a base 10 value it can be in normal (fixed-point) or + exponential notation. Values in other bases must be in normal notation. Values in any base can + have fraction digits, i.e. digits after the decimal point. +

+
+new BigNumber(43210)                       // '43210'
+new BigNumber('4.321e+4')                  // '43210'
+new BigNumber('-735.0918e-430')            // '-7.350918e-428'
+new BigNumber('123412421.234324', 5)       // '607236.557696'
+

+ Signed 0, signed Infinity and NaN are supported. +

+
+new BigNumber('-Infinity')                 // '-Infinity'
+new BigNumber(NaN)                         // 'NaN'
+new BigNumber(-0)                          // '0'
+new BigNumber('.5')                        // '0.5'
+new BigNumber('+2')                        // '2'
+

+ String values in hexadecimal literal form, e.g. '0xff', are valid, as are + string values with the octal and binary prefixs '0o' and '0b'. + String values in octal literal form without the prefix will be interpreted as + decimals, e.g. '011' is interpreted as 11, not 9. +

+
+new BigNumber(-10110100.1, 2)              // '-180.5'
+new BigNumber('-0b10110100.1')             // '-180.5'
+new BigNumber('ff.8', 16)                  // '255.5'
+new BigNumber('0xff.8')                    // '255.5'
+

+ If a base is specified, n is rounded according to the current + DECIMAL_PLACES and + ROUNDING_MODE settings. This includes base + 10 so don't include a base parameter for decimal values unless + this behaviour is wanted. +

+
BigNumber.config({ DECIMAL_PLACES: 5 })
+new BigNumber(1.23456789)                  // '1.23456789'
+new BigNumber(1.23456789, 10)              // '1.23457'
+

An error is thrown if base is invalid. See Errors.

+

+ There is no limit to the number of digits of a value of type string (other than + that of JavaScript's maximum array size). See RANGE to set + the maximum and minimum possible exponent value of a BigNumber. +

+
+new BigNumber('5032485723458348569331745.33434346346912144534543')
+new BigNumber('4.321e10000000')
+

BigNumber NaN is returned if n is invalid + (unless BigNumber.DEBUG is true, see below).

+
+new BigNumber('.1*')                       // 'NaN'
+new BigNumber('blurgh')                    // 'NaN'
+new BigNumber(9, 2)                        // 'NaN'
+

+ To aid in debugging, if BigNumber.DEBUG is true then an error will + be thrown on an invalid n. An error will also be thrown if n is of + type number with more than 15 significant digits, as calling + toString or valueOf on + these numbers may not result in the intended value. +

+
+console.log(823456789123456.3)            //  823456789123456.2
+new BigNumber(823456789123456.3)          // '823456789123456.2'
+BigNumber.DEBUG = true
+// '[BigNumber Error] Number primitive has more than 15 significant digits'
+new BigNumber(823456789123456.3)
+// '[BigNumber Error] Not a base 2 number'
+new BigNumber(9, 2)
+

+ A BigNumber can also be created from an object literal. + Use isBigNumber to check that it is well-formed. +

+
new BigNumber({ s: 1, e: 2, c: [ 777, 12300000000000 ], _isBigNumber: true })    // '777.123'
+ + + + +

Methods

+

The static methods of a BigNumber constructor.

+ + + + +
clone + .clone([object]) ⇒ BigNumber constructor +
+

object: object

+

+ Returns a new independent BigNumber constructor with configuration as described by + object (see config), or with the default + configuration if object is null or undefined. +

+

+ Throws if object is not an object. See Errors. +

+
BigNumber.config({ DECIMAL_PLACES: 5 })
+BN = BigNumber.clone({ DECIMAL_PLACES: 9 })
+
+x = new BigNumber(1)
+y = new BN(1)
+
+x.div(3)                        // 0.33333
+y.div(3)                        // 0.333333333
+
+// BN = BigNumber.clone({ DECIMAL_PLACES: 9 }) is equivalent to:
+BN = BigNumber.clone()
+BN.config({ DECIMAL_PLACES: 9 })
+ + + +
configset([object]) ⇒ object
+

+ object: object: an object that contains some or all of the following + properties. +

+

Configures the settings for this particular BigNumber constructor.

+ +
+
DECIMAL_PLACES
+
+ number: integer, 0 to 1e+9 inclusive
+ Default value: 20 +
+
+ The maximum number of decimal places of the results of operations involving + division, i.e. division, square root and base conversion operations, and power + operations with negative exponents.
+
+
+
BigNumber.config({ DECIMAL_PLACES: 5 })
+BigNumber.set({ DECIMAL_PLACES: 5 })    // equivalent
+
+ + + +
ROUNDING_MODE
+
+ number: integer, 0 to 8 inclusive
+ Default value: 4 (ROUND_HALF_UP) +
+
+ The rounding mode used in the above operations and the default rounding mode of + decimalPlaces, + precision, + toExponential, + toFixed, + toFormat and + toPrecision. +
+
The modes are available as enumerated properties of the BigNumber constructor.
+
+
BigNumber.config({ ROUNDING_MODE: 0 })
+BigNumber.set({ ROUNDING_MODE: BigNumber.ROUND_UP })    // equivalent
+
+ + + +
EXPONENTIAL_AT
+
+ number: integer, magnitude 0 to 1e+9 inclusive, or +
+ number[]: [ integer -1e+9 to 0 inclusive, integer + 0 to 1e+9 inclusive ]
+ Default value: [-7, 20] +
+
+ The exponent value(s) at which toString returns exponential notation. +
+
+ If a single number is assigned, the value is the exponent magnitude.
+ If an array of two numbers is assigned then the first number is the negative exponent + value at and beneath which exponential notation is used, and the second number is the + positive exponent value at and above which the same. +
+
+ For example, to emulate JavaScript numbers in terms of the exponent values at which they + begin to use exponential notation, use [-7, 20]. +
+
+
BigNumber.config({ EXPONENTIAL_AT: 2 })
+new BigNumber(12.3)         // '12.3'        e is only 1
+new BigNumber(123)          // '1.23e+2'
+new BigNumber(0.123)        // '0.123'       e is only -1
+new BigNumber(0.0123)       // '1.23e-2'
+
+BigNumber.config({ EXPONENTIAL_AT: [-7, 20] })
+new BigNumber(123456789)    // '123456789'   e is only 8
+new BigNumber(0.000000123)  // '1.23e-7'
+
+// Almost never return exponential notation:
+BigNumber.config({ EXPONENTIAL_AT: 1e+9 })
+
+// Always return exponential notation:
+BigNumber.config({ EXPONENTIAL_AT: 0 })
+
+
+ Regardless of the value of EXPONENTIAL_AT, the toFixed method + will always return a value in normal notation and the toExponential method + will always return a value in exponential form. +
+
+ Calling toString with a base argument, e.g. toString(10), will + also always return normal notation. +
+ + + +
RANGE
+
+ number: integer, magnitude 1 to 1e+9 inclusive, or +
+ number[]: [ integer -1e+9 to -1 inclusive, integer + 1 to 1e+9 inclusive ]
+ Default value: [-1e+9, 1e+9] +
+
+ The exponent value(s) beyond which overflow to Infinity and underflow to + zero occurs. +
+
+ If a single number is assigned, it is the maximum exponent magnitude: values wth a + positive exponent of greater magnitude become Infinity and those with a + negative exponent of greater magnitude become zero. +
+ If an array of two numbers is assigned then the first number is the negative exponent + limit and the second number is the positive exponent limit. +
+
+ For example, to emulate JavaScript numbers in terms of the exponent values at which they + become zero and Infinity, use [-324, 308]. +
+
+
BigNumber.config({ RANGE: 500 })
+BigNumber.config().RANGE     // [ -500, 500 ]
+new BigNumber('9.999e499')   // '9.999e+499'
+new BigNumber('1e500')       // 'Infinity'
+new BigNumber('1e-499')      // '1e-499'
+new BigNumber('1e-500')      // '0'
+
+BigNumber.config({ RANGE: [-3, 4] })
+new BigNumber(99999)         // '99999'      e is only 4
+new BigNumber(100000)        // 'Infinity'   e is 5
+new BigNumber(0.001)         // '0.01'       e is only -3
+new BigNumber(0.0001)        // '0'          e is -4
+
+
+ The largest possible magnitude of a finite BigNumber is + 9.999...e+1000000000.
+ The smallest possible magnitude of a non-zero BigNumber is 1e-1000000000. +
+ + + +
CRYPTO
+
+ boolean: true or false.
+ Default value: false +
+
+ The value that determines whether cryptographically-secure pseudo-random number + generation is used. +
+
+ If CRYPTO is set to true then the + random method will generate random digits using + crypto.getRandomValues in browsers that support it, or + crypto.randomBytes if using Node.js. +
+
+ If neither function is supported by the host environment then attempting to set + CRYPTO to true will fail and an exception will be thrown. +
+
+ If CRYPTO is false then the source of randomness used will be + Math.random (which is assumed to generate at least 30 bits of + randomness). +
+
See random.
+
+
+// Node.js
+global.crypto = require('crypto')
+
+BigNumber.config({ CRYPTO: true })
+BigNumber.config().CRYPTO       // true
+BigNumber.random()              // 0.54340758610486147524
+
+ + + +
MODULO_MODE
+
+ number: integer, 0 to 9 inclusive
+ Default value: 1 (ROUND_DOWN) +
+
The modulo mode used when calculating the modulus: a mod n.
+
+ The quotient, q = a / n, is calculated according to the + ROUNDING_MODE that corresponds to the chosen + MODULO_MODE. +
+
The remainder, r, is calculated as: r = a - n * q.
+
+ The modes that are most commonly used for the modulus/remainder operation are shown in + the following table. Although the other rounding modes can be used, they may not give + useful results. +
+
+ + + + + + + + + + + + + + + + + + + + + + +
PropertyValueDescription
ROUND_UP0 + The remainder is positive if the dividend is negative, otherwise it is negative. +
ROUND_DOWN1 + The remainder has the same sign as the dividend.
+ This uses 'truncating division' and matches the behaviour of JavaScript's + remainder operator %. +
ROUND_FLOOR3 + The remainder has the same sign as the divisor.
+ This matches Python's % operator. +
ROUND_HALF_EVEN6The IEEE 754 remainder function.
EUCLID9 + The remainder is always positive. Euclidian division:
+ q = sign(n) * floor(a / abs(n)) +
+
+
+ The rounding/modulo modes are available as enumerated properties of the BigNumber + constructor. +
+
See modulo.
+
+
BigNumber.config({ MODULO_MODE: BigNumber.EUCLID })
+BigNumber.config({ MODULO_MODE: 9 })          // equivalent
+
+ + + +
POW_PRECISION
+
+ number: integer, 0 to 1e+9 inclusive.
+ Default value: 0 +
+
+ The maximum precision, i.e. number of significant digits, of the result of the power + operation (unless a modulus is specified). +
+
If set to 0, the number of significant digits will not be limited.
+
See exponentiatedBy.
+
BigNumber.config({ POW_PRECISION: 100 })
+ + + +
FORMAT
+
object
+
+ The FORMAT object configures the format of the string returned by the + toFormat method. +
+
+ The example below shows the properties of the FORMAT object that are + recognised, and their default values. +
+
+ Unlike the other configuration properties, the values of the properties of the + FORMAT object will not be checked for validity. The existing + FORMAT object will simply be replaced by the object that is passed in. + The object can include any number of the properties shown below. +
+
See toFormat for examples of usage.
+
+
+BigNumber.config({
+  FORMAT: {
+    // string to prepend
+    prefix: '',
+    // decimal separator
+    decimalSeparator: '.',
+    // grouping separator of the integer part
+    groupSeparator: ',',
+    // primary grouping size of the integer part
+    groupSize: 3,
+    // secondary grouping size of the integer part
+    secondaryGroupSize: 0,
+    // grouping separator of the fraction part
+    fractionGroupSeparator: ' ',
+    // grouping size of the fraction part
+    fractionGroupSize: 0,
+    // string to append
+    suffix: ''
+  }
+});
+
+ + + +
ALPHABET
+
+ string
+ Default value: '0123456789abcdefghijklmnopqrstuvwxyz' +
+
+ The alphabet used for base conversion. The length of the alphabet corresponds to the + maximum value of the base argument that can be passed to the + BigNumber constructor or + toString. +
+
+ There is no maximum length for the alphabet, but it must be at least 2 characters long, and + it must not contain whitespace or a repeated character, or the sign indicators + '+' and '-', or the decimal separator '.'. +
+
+
// duodecimal (base 12)
+BigNumber.config({ ALPHABET: '0123456789TE' })
+x = new BigNumber('T', 12)
+x.toString()                // '10'
+x.toString(12)              // 'T'
+
+ + + +
+

+

Returns an object with the above properties and their current values.

+

+ Throws if object is not an object, or if an invalid value is assigned to + one or more of the above properties. See Errors. +

+
+BigNumber.config({
+  DECIMAL_PLACES: 40,
+  ROUNDING_MODE: BigNumber.ROUND_HALF_CEIL,
+  EXPONENTIAL_AT: [-10, 20],
+  RANGE: [-500, 500],
+  CRYPTO: true,
+  MODULO_MODE: BigNumber.ROUND_FLOOR,
+  POW_PRECISION: 80,
+  FORMAT: {
+    groupSize: 3,
+    groupSeparator: ' ',
+    decimalSeparator: ','
+  },
+  ALPHABET: '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_'
+});
+
+obj = BigNumber.config();
+obj.DECIMAL_PLACES        // 40
+obj.RANGE                 // [-500, 500]
+ + + +
+ isBigNumber.isBigNumber(value) ⇒ boolean +
+

value: any

+

+ Returns true if value is a BigNumber instance, otherwise returns + false. +

+
x = 42
+y = new BigNumber(x)
+
+BigNumber.isBigNumber(x)             // false
+y instanceof BigNumber               // true
+BigNumber.isBigNumber(y)             // true
+
+BN = BigNumber.clone();
+z = new BN(x)
+z instanceof BigNumber               // false
+BigNumber.isBigNumber(z)             // true
+

+ If value is a BigNumber instance and BigNumber.DEBUG is true, + then this method will also check if value is well-formed, and throw if it is not. + See Errors. +

+

+ The check can be useful if creating a BigNumber from an object literal. + See BigNumber. +

+
+x = new BigNumber(10)
+
+// Change x.c to an illegitimate value.
+x.c = NaN
+
+BigNumber.DEBUG = false
+
+// No error.
+BigNumber.isBigNumber(x)    // true
+
+BigNumber.DEBUG = true
+
+// Error.
+BigNumber.isBigNumber(x)    // '[BigNumber Error] Invalid BigNumber'
+ + + +
maximum.max(n...) ⇒ BigNumber
+

+ n: number|string|BigNumber
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the maximum of the arguments. +

+

The return value is always exact and unrounded.

+
x = new BigNumber('3257869345.0378653')
+BigNumber.maximum(4e9, x, '123456789.9')      // '4000000000'
+
+arr = [12, '13', new BigNumber(14)]
+BigNumber.max.apply(null, arr)                // '14'
+ + + +
minimum.min(n...) ⇒ BigNumber
+

+ n: number|string|BigNumber
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the minimum of the arguments. +

+

The return value is always exact and unrounded.

+
x = new BigNumber('3257869345.0378653')
+BigNumber.minimum(4e9, x, '123456789.9')      // '123456789.9'
+
+arr = [2, new BigNumber(-14), '-15.9999', -12]
+BigNumber.min.apply(null, arr)                // '-15.9999'
+ + + +
+ random.random([dp]) ⇒ BigNumber +
+

dp: number: integer, 0 to 1e+9 inclusive

+

+ Returns a new BigNumber with a pseudo-random value equal to or greater than 0 and + less than 1. +

+

+ The return value will have dp decimal places (or less if trailing zeros are + produced).
+ If dp is omitted then the number of decimal places will default to the current + DECIMAL_PLACES setting. +

+

+ Depending on the value of this BigNumber constructor's + CRYPTO setting and the support for the + crypto object in the host environment, the random digits of the return value are + generated by either Math.random (fastest), crypto.getRandomValues + (Web Cryptography API in recent browsers) or crypto.randomBytes (Node.js). +

+

+ To be able to set CRYPTO to true when using + Node.js, the crypto object must be available globally: +

+
global.crypto = require('crypto')
+

+ If CRYPTO is true, i.e. one of the + crypto methods is to be used, the value of a returned BigNumber should be + cryptographically-secure and statistically indistinguishable from a random value. +

+

+ Throws if dp is invalid. See Errors. +

+
BigNumber.config({ DECIMAL_PLACES: 10 })
+BigNumber.random()              // '0.4117936847'
+BigNumber.random(20)            // '0.78193327636914089009'
+ + + +
sum.sum(n...) ⇒ BigNumber
+

+ n: number|string|BigNumber
+ See BigNumber for further parameter details. +

+

Returns a BigNumber whose value is the sum of the arguments.

+

The return value is always exact and unrounded.

+
x = new BigNumber('3257869345.0378653')
+BigNumber.sum(4e9, x, '123456789.9')      // '7381326134.9378653'
+
+arr = [2, new BigNumber(14), '15.9999', 12]
+BigNumber.sum.apply(null, arr)            // '43.9999'
+ + + +

Properties

+

+ The library's enumerated rounding modes are stored as properties of the constructor.
+ (They are not referenced internally by the library itself.) +

+

+ Rounding modes 0 to 6 (inclusive) are the same as those of Java's + BigDecimal class. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyValueDescription
ROUND_UP0Rounds away from zero
ROUND_DOWN1Rounds towards zero
ROUND_CEIL2Rounds towards Infinity
ROUND_FLOOR3Rounds towards -Infinity
ROUND_HALF_UP4 + Rounds towards nearest neighbour.
+ If equidistant, rounds away from zero +
ROUND_HALF_DOWN5 + Rounds towards nearest neighbour.
+ If equidistant, rounds towards zero +
ROUND_HALF_EVEN6 + Rounds towards nearest neighbour.
+ If equidistant, rounds towards even neighbour +
ROUND_HALF_CEIL7 + Rounds towards nearest neighbour.
+ If equidistant, rounds towards Infinity +
ROUND_HALF_FLOOR8 + Rounds towards nearest neighbour.
+ If equidistant, rounds towards -Infinity +
+
+BigNumber.config({ ROUNDING_MODE: BigNumber.ROUND_CEIL })
+BigNumber.config({ ROUNDING_MODE: 2 })     // equivalent
+ +
DEBUG
+

undefined|false|true

+

+ If BigNumber.DEBUG is set true then an error will be thrown + if this BigNumber constructor receives an invalid value, such as + a value of type number with more than 15 significant digits. + See BigNumber. +

+

+ An error will also be thrown if the isBigNumber + method receives a BigNumber that is not well-formed. + See isBigNumber. +

+
BigNumber.DEBUG = true
+ + +

INSTANCE

+ + +

Methods

+

The methods inherited by a BigNumber instance from its constructor's prototype object.

+

A BigNumber is immutable in the sense that it is not changed by its methods.

+

+ The treatment of ±0, ±Infinity and NaN is + consistent with how JavaScript treats these values. +

+

Many method names have a shorter alias.

+ + + +
absoluteValue.abs() ⇒ BigNumber
+

+ Returns a BigNumber whose value is the absolute value, i.e. the magnitude, of the value of + this BigNumber. +

+

The return value is always exact and unrounded.

+
+x = new BigNumber(-0.8)
+y = x.absoluteValue()           // '0.8'
+z = y.abs()                     // '0.8'
+ + + +
+ comparedTo.comparedTo(n [, base]) ⇒ number +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+ + + + + + + + + + + + + + + + + + +
Returns 
1If the value of this BigNumber is greater than the value of n
-1If the value of this BigNumber is less than the value of n
0If this BigNumber and n have the same value
nullIf the value of either this BigNumber or n is NaN
+
+x = new BigNumber(Infinity)
+y = new BigNumber(5)
+x.comparedTo(y)                 // 1
+x.comparedTo(x.minus(1))        // 0
+y.comparedTo(NaN)               // null
+y.comparedTo('110', 2)          // -1
+ + + +
+ decimalPlaces.dp([dp [, rm]]) ⇒ BigNumber|number +
+

+ dp: number: integer, 0 to 1e+9 inclusive
+ rm: number: integer, 0 to 8 inclusive +

+

+ If dp is a number, returns a BigNumber whose value is the value of this BigNumber + rounded by rounding mode rm to a maximum of dp decimal places. +

+

+ If dp is omitted, or is null or undefined, the return + value is the number of decimal places of the value of this BigNumber, or null if + the value of this BigNumber is ±Infinity or NaN. +

+

+ If rm is omitted, or is null or undefined, + ROUNDING_MODE is used. +

+

+ Throws if dp or rm is invalid. See Errors. +

+
+x = new BigNumber(1234.56)
+x.decimalPlaces(1)                     // '1234.6'
+x.dp()                                 // 2
+x.decimalPlaces(2)                     // '1234.56'
+x.dp(10)                               // '1234.56'
+x.decimalPlaces(0, 1)                  // '1234'
+x.dp(0, 6)                             // '1235'
+x.decimalPlaces(1, 1)                  // '1234.5'
+x.dp(1, BigNumber.ROUND_HALF_EVEN)     // '1234.6'
+x                                      // '1234.56'
+y = new BigNumber('9.9e-101')
+y.dp()                                 // 102
+ + + +
dividedBy.div(n [, base]) ⇒ BigNumber +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the value of this BigNumber divided by + n, rounded according to the current + DECIMAL_PLACES and + ROUNDING_MODE settings. +

+
+x = new BigNumber(355)
+y = new BigNumber(113)
+x.dividedBy(y)                  // '3.14159292035398230088'
+x.div(5)                        // '71'
+x.div(47, 16)                   // '5'
+ + + +
+ dividedToIntegerBy.idiv(n [, base]) ⇒ + BigNumber +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the integer part of dividing the value of this BigNumber by + n. +

+
+x = new BigNumber(5)
+y = new BigNumber(3)
+x.dividedToIntegerBy(y)         // '1'
+x.idiv(0.7)                     // '7'
+x.idiv('0.f', 16)               // '5'
+ + + +
+ exponentiatedBy.pow(n [, m]) ⇒ BigNumber +
+

+ n: number|string|BigNumber: integer
+ m: number|string|BigNumber +

+

+ Returns a BigNumber whose value is the value of this BigNumber exponentiated by + n, i.e. raised to the power n, and optionally modulo a modulus + m. +

+

+ Throws if n is not an integer. See Errors. +

+

+ If n is negative the result is rounded according to the current + DECIMAL_PLACES and + ROUNDING_MODE settings. +

+

+ As the number of digits of the result of the power operation can grow so large so quickly, + e.g. 123.45610000 has over 50000 digits, the number of significant + digits calculated is limited to the value of the + POW_PRECISION setting (unless a modulus + m is specified). +

+

+ By default POW_PRECISION is set to 0. + This means that an unlimited number of significant digits will be calculated, and that the + method's performance will decrease dramatically for larger exponents. +

+

+ If m is specified and the value of m, n and this + BigNumber are integers, and n is positive, then a fast modular exponentiation + algorithm is used, otherwise the operation will be performed as + x.exponentiatedBy(n).modulo(m) with a + POW_PRECISION of 0. +

+
+Math.pow(0.7, 2)                // 0.48999999999999994
+x = new BigNumber(0.7)
+x.exponentiatedBy(2)            // '0.49'
+BigNumber(3).pow(-2)            // '0.11111111111111111111'
+ + + +
+ integerValue.integerValue([rm]) ⇒ BigNumber +
+

+ rm: number: integer, 0 to 8 inclusive +

+

+ Returns a BigNumber whose value is the value of this BigNumber rounded to an integer using + rounding mode rm. +

+

+ If rm is omitted, or is null or undefined, + ROUNDING_MODE is used. +

+

+ Throws if rm is invalid. See Errors. +

+
+x = new BigNumber(123.456)
+x.integerValue()                        // '123'
+x.integerValue(BigNumber.ROUND_CEIL)    // '124'
+y = new BigNumber(-12.7)
+y.integerValue()                        // '-13'
+y.integerValue(BigNumber.ROUND_DOWN)    // '-12'
+

+ The following is an example of how to add a prototype method that emulates JavaScript's + Math.round function. Math.ceil, Math.floor and + Math.trunc can be emulated in the same way with + BigNumber.ROUND_CEIL, BigNumber.ROUND_FLOOR and + BigNumber.ROUND_DOWN respectively. +

+
+BigNumber.prototype.round = function (n) {
+  return n.integerValue(BigNumber.ROUND_HALF_CEIL);
+};
+x.round()                               // '123'
+ + + +
isEqualTo.eq(n [, base]) ⇒ boolean
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns true if the value of this BigNumber is equal to the value of + n, otherwise returns false.
+ As with JavaScript, NaN does not equal NaN. +

+

Note: This method uses the comparedTo method internally.

+
+0 === 1e-324                    // true
+x = new BigNumber(0)
+x.isEqualTo('1e-324')           // false
+BigNumber(-0).eq(x)             // true  ( -0 === 0 )
+BigNumber(255).eq('ff', 16)     // true
+
+y = new BigNumber(NaN)
+y.isEqualTo(NaN)                // false
+ + + +
isFinite.isFinite() ⇒ boolean
+

+ Returns true if the value of this BigNumber is a finite number, otherwise + returns false. +

+

+ The only possible non-finite values of a BigNumber are NaN, Infinity + and -Infinity. +

+
+x = new BigNumber(1)
+x.isFinite()                    // true
+y = new BigNumber(Infinity)
+y.isFinite()                    // false
+

+ Note: The native method isFinite() can be used if + n <= Number.MAX_VALUE. +

+ + + +
isGreaterThan.gt(n [, base]) ⇒ boolean
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns true if the value of this BigNumber is greater than the value of + n, otherwise returns false. +

+

Note: This method uses the comparedTo method internally.

+
+0.1 > (0.3 - 0.2)                             // true
+x = new BigNumber(0.1)
+x.isGreaterThan(BigNumber(0.3).minus(0.2))    // false
+BigNumber(0).gt(x)                            // false
+BigNumber(11, 3).gt(11.1, 2)                  // true
+ + + +
+ isGreaterThanOrEqualTo.gte(n [, base]) ⇒ boolean +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns true if the value of this BigNumber is greater than or equal to the value + of n, otherwise returns false. +

+

Note: This method uses the comparedTo method internally.

+
+(0.3 - 0.2) >= 0.1                     // false
+x = new BigNumber(0.3).minus(0.2)
+x.isGreaterThanOrEqualTo(0.1)          // true
+BigNumber(1).gte(x)                    // true
+BigNumber(10, 18).gte('i', 36)         // true
+ + + +
isInteger.isInteger() ⇒ boolean
+

+ Returns true if the value of this BigNumber is an integer, otherwise returns + false. +

+
+x = new BigNumber(1)
+x.isInteger()                   // true
+y = new BigNumber(123.456)
+y.isInteger()                   // false
+ + + +
isLessThan.lt(n [, base]) ⇒ boolean
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns true if the value of this BigNumber is less than the value of + n, otherwise returns false. +

+

Note: This method uses the comparedTo method internally.

+
+(0.3 - 0.2) < 0.1                       // true
+x = new BigNumber(0.3).minus(0.2)
+x.isLessThan(0.1)                       // false
+BigNumber(0).lt(x)                      // true
+BigNumber(11.1, 2).lt(11, 3)            // true
+ + + +
+ isLessThanOrEqualTo.lte(n [, base]) ⇒ boolean +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns true if the value of this BigNumber is less than or equal to the value of + n, otherwise returns false. +

+

Note: This method uses the comparedTo method internally.

+
+0.1 <= (0.3 - 0.2)                                // false
+x = new BigNumber(0.1)
+x.isLessThanOrEqualTo(BigNumber(0.3).minus(0.2))  // true
+BigNumber(-1).lte(x)                              // true
+BigNumber(10, 18).lte('i', 36)                    // true
+ + + +
isNaN.isNaN() ⇒ boolean
+

+ Returns true if the value of this BigNumber is NaN, otherwise + returns false. +

+
+x = new BigNumber(NaN)
+x.isNaN()                       // true
+y = new BigNumber('Infinity')
+y.isNaN()                       // false
+

Note: The native method isNaN() can also be used.

+ + + +
isNegative.isNegative() ⇒ boolean
+

+ Returns true if the sign of this BigNumber is negative, otherwise returns + false. +

+
+x = new BigNumber(-0)
+x.isNegative()                  // true
+y = new BigNumber(2)
+y.isNegative()                  // false
+

Note: n < 0 can be used if n <= -Number.MIN_VALUE.

+ + + +
isPositive.isPositive() ⇒ boolean
+

+ Returns true if the sign of this BigNumber is positive, otherwise returns + false. +

+
+x = new BigNumber(-0)
+x.isPositive()                  // false
+y = new BigNumber(2)
+y.isPositive()                  // true
+ + + +
isZero.isZero() ⇒ boolean
+

+ Returns true if the value of this BigNumber is zero or minus zero, otherwise + returns false. +

+
+x = new BigNumber(-0)
+x.isZero() && x.isNegative()         // true
+y = new BigNumber(Infinity)
+y.isZero()                      // false
+

Note: n == 0 can be used if n >= Number.MIN_VALUE.

+ + + +
+ minus.minus(n [, base]) ⇒ BigNumber +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

Returns a BigNumber whose value is the value of this BigNumber minus n.

+

The return value is always exact and unrounded.

+
+0.3 - 0.1                       // 0.19999999999999998
+x = new BigNumber(0.3)
+x.minus(0.1)                    // '0.2'
+x.minus(0.6, 20)                // '0'
+ + + +
modulo.mod(n [, base]) ⇒ BigNumber
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the value of this BigNumber modulo n, i.e. + the integer remainder of dividing this BigNumber by n. +

+

+ The value returned, and in particular its sign, is dependent on the value of the + MODULO_MODE setting of this BigNumber constructor. + If it is 1 (default value), the result will have the same sign as this BigNumber, + and it will match that of Javascript's % operator (within the limits of double + precision) and BigDecimal's remainder method. +

+

The return value is always exact and unrounded.

+

+ See MODULO_MODE for a description of the other + modulo modes. +

+
+1 % 0.9                         // 0.09999999999999998
+x = new BigNumber(1)
+x.modulo(0.9)                   // '0.1'
+y = new BigNumber(33)
+y.mod('a', 33)                  // '3'
+ + + +
+ multipliedBy.times(n [, base]) ⇒ BigNumber +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the value of this BigNumber multiplied by n. +

+

The return value is always exact and unrounded.

+
+0.6 * 3                         // 1.7999999999999998
+x = new BigNumber(0.6)
+y = x.multipliedBy(3)           // '1.8'
+BigNumber('7e+500').times(y)    // '1.26e+501'
+x.multipliedBy('-a', 16)        // '-6'
+ + + +
negated.negated() ⇒ BigNumber
+

+ Returns a BigNumber whose value is the value of this BigNumber negated, i.e. multiplied by + -1. +

+
+x = new BigNumber(1.8)
+x.negated()                     // '-1.8'
+y = new BigNumber(-1.3)
+y.negated()                     // '1.3'
+ + + +
plus.plus(n [, base]) ⇒ BigNumber
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

Returns a BigNumber whose value is the value of this BigNumber plus n.

+

The return value is always exact and unrounded.

+
+0.1 + 0.2                       // 0.30000000000000004
+x = new BigNumber(0.1)
+y = x.plus(0.2)                 // '0.3'
+BigNumber(0.7).plus(x).plus(y)  // '1'
+x.plus('0.1', 8)                // '0.225'
+ + + +
+ precision.sd([d [, rm]]) ⇒ BigNumber|number +
+

+ d: number|boolean: integer, 1 to 1e+9 + inclusive, or true or false
+ rm: number: integer, 0 to 8 inclusive. +

+

+ If d is a number, returns a BigNumber whose value is the value of this BigNumber + rounded to a precision of d significant digits using rounding mode + rm. +

+

+ If d is omitted or is null or undefined, the return + value is the number of significant digits of the value of this BigNumber, or null + if the value of this BigNumber is ±Infinity or NaN.

+

+

+ If d is true then any trailing zeros of the integer + part of a number are counted as significant digits, otherwise they are not. +

+

+ If rm is omitted or is null or undefined, + ROUNDING_MODE will be used. +

+

+ Throws if d or rm is invalid. See Errors. +

+
+x = new BigNumber(9876.54321)
+x.precision(6)                         // '9876.54'
+x.sd()                                 // 9
+x.precision(6, BigNumber.ROUND_UP)     // '9876.55'
+x.sd(2)                                // '9900'
+x.precision(2, 1)                      // '9800'
+x                                      // '9876.54321'
+y = new BigNumber(987000)
+y.precision()                          // 3
+y.sd(true)                             // 6
+ + + +
shiftedBy.shiftedBy(n) ⇒ BigNumber
+

+ n: number: integer, + -9007199254740991 to 9007199254740991 inclusive +

+

+ Returns a BigNumber whose value is the value of this BigNumber shifted by n + places. +

+ The shift is of the decimal point, i.e. of powers of ten, and is to the left if n + is negative or to the right if n is positive. +

+

The return value is always exact and unrounded.

+

+ Throws if n is invalid. See Errors. +

+
+x = new BigNumber(1.23)
+x.shiftedBy(3)                      // '1230'
+x.shiftedBy(-3)                     // '0.00123'
+ + + +
squareRoot.sqrt() ⇒ BigNumber
+

+ Returns a BigNumber whose value is the square root of the value of this BigNumber, + rounded according to the current + DECIMAL_PLACES and + ROUNDING_MODE settings. +

+

+ The return value will be correctly rounded, i.e. rounded as if the result was first calculated + to an infinite number of correct digits before rounding. +

+
+x = new BigNumber(16)
+x.squareRoot()                  // '4'
+y = new BigNumber(3)
+y.sqrt()                        // '1.73205080756887729353'
+ + + +
+ toExponential.toExponential([dp [, rm]]) ⇒ string +
+

+ dp: number: integer, 0 to 1e+9 inclusive
+ rm: number: integer, 0 to 8 inclusive +

+

+ Returns a string representing the value of this BigNumber in exponential notation rounded + using rounding mode rm to dp decimal places, i.e with one digit + before the decimal point and dp digits after it. +

+

+ If the value of this BigNumber in exponential notation has fewer than dp fraction + digits, the return value will be appended with zeros accordingly. +

+

+ If dp is omitted, or is null or undefined, the number + of digits after the decimal point defaults to the minimum number of digits necessary to + represent the value exactly.
+ If rm is omitted or is null or undefined, + ROUNDING_MODE is used. +

+

+ Throws if dp or rm is invalid. See Errors. +

+
+x = 45.6
+y = new BigNumber(x)
+x.toExponential()               // '4.56e+1'
+y.toExponential()               // '4.56e+1'
+x.toExponential(0)              // '5e+1'
+y.toExponential(0)              // '5e+1'
+x.toExponential(1)              // '4.6e+1'
+y.toExponential(1)              // '4.6e+1'
+y.toExponential(1, 1)           // '4.5e+1'  (ROUND_DOWN)
+x.toExponential(3)              // '4.560e+1'
+y.toExponential(3)              // '4.560e+1'
+ + + +
+ toFixed.toFixed([dp [, rm]]) ⇒ string +
+

+ dp: number: integer, 0 to 1e+9 inclusive
+ rm: number: integer, 0 to 8 inclusive +

+

+ Returns a string representing the value of this BigNumber in normal (fixed-point) notation + rounded to dp decimal places using rounding mode rm. +

+

+ If the value of this BigNumber in normal notation has fewer than dp fraction + digits, the return value will be appended with zeros accordingly. +

+

+ Unlike Number.prototype.toFixed, which returns exponential notation if a number + is greater or equal to 1021, this method will always return normal + notation. +

+

+ If dp is omitted or is null or undefined, the return + value will be unrounded and in normal notation. This is also unlike + Number.prototype.toFixed, which returns the value to zero decimal places.
+ It is useful when fixed-point notation is required and the current + EXPONENTIAL_AT setting causes + toString to return exponential notation.
+ If rm is omitted or is null or undefined, + ROUNDING_MODE is used. +

+

+ Throws if dp or rm is invalid. See Errors. +

+
+x = 3.456
+y = new BigNumber(x)
+x.toFixed()                     // '3'
+y.toFixed()                     // '3.456'
+y.toFixed(0)                    // '3'
+x.toFixed(2)                    // '3.46'
+y.toFixed(2)                    // '3.46'
+y.toFixed(2, 1)                 // '3.45'  (ROUND_DOWN)
+x.toFixed(5)                    // '3.45600'
+y.toFixed(5)                    // '3.45600'
+ + + +
+ toFormat.toFormat([dp [, rm[, format]]]) ⇒ string +
+

+ dp: number: integer, 0 to 1e+9 inclusive
+ rm: number: integer, 0 to 8 inclusive
+ format: object: see FORMAT +

+

+

+ Returns a string representing the value of this BigNumber in normal (fixed-point) notation + rounded to dp decimal places using rounding mode rm, and formatted + according to the properties of the format object. +

+

+ See FORMAT and the examples below for the properties of the + format object, their types, and their usage. A formatting object may contain + some or all of the recognised properties. +

+

+ If dp is omitted or is null or undefined, then the + return value is not rounded to a fixed number of decimal places.
+ If rm is omitted or is null or undefined, + ROUNDING_MODE is used.
+ If format is omitted or is null or undefined, the + FORMAT object is used. +

+

+ Throws if dp, rm or format is invalid. See + Errors. +

+
+fmt = {
+  prefix = '',
+  decimalSeparator: '.',
+  groupSeparator: ',',
+  groupSize: 3,
+  secondaryGroupSize: 0,
+  fractionGroupSeparator: ' ',
+  fractionGroupSize: 0,
+  suffix = ''
+}
+
+x = new BigNumber('123456789.123456789')
+
+// Set the global formatting options
+BigNumber.config({ FORMAT: fmt })
+
+x.toFormat()                              // '123,456,789.123456789'
+x.toFormat(3)                             // '123,456,789.123'
+
+// If a reference to the object assigned to FORMAT has been retained,
+// the format properties can be changed directly
+fmt.groupSeparator = ' '
+fmt.fractionGroupSize = 5
+x.toFormat()                              // '123 456 789.12345 6789'
+
+// Alternatively, pass the formatting options as an argument
+fmt = {
+  prefix: '=> ',
+  decimalSeparator: ',',
+  groupSeparator: '.',
+  groupSize: 3,
+  secondaryGroupSize: 2
+}
+
+x.toFormat()                              // '123 456 789.12345 6789'
+x.toFormat(fmt)                           // '=> 12.34.56.789,123456789'
+x.toFormat(2, fmt)                        // '=> 12.34.56.789,12'
+x.toFormat(3, BigNumber.ROUND_UP, fmt)    // '=> 12.34.56.789,124'
+ + + +
+ toFraction.toFraction([maximum_denominator]) + ⇒ [BigNumber, BigNumber] +
+

+ maximum_denominator: + number|string|BigNumber: integer >= 1 and <= + Infinity +

+

+ Returns an array of two BigNumbers representing the value of this BigNumber as a simple + fraction with an integer numerator and an integer denominator. The denominator will be a + positive non-zero value less than or equal to maximum_denominator. +

+

+ If a maximum_denominator is not specified, or is null or + undefined, the denominator will be the lowest value necessary to represent the + number exactly. +

+

+ Throws if maximum_denominator is invalid. See Errors. +

+
+x = new BigNumber(1.75)
+x.toFraction()                  // '7, 4'
+
+pi = new BigNumber('3.14159265358')
+pi.toFraction()                 // '157079632679,50000000000'
+pi.toFraction(100000)           // '312689, 99532'
+pi.toFraction(10000)            // '355, 113'
+pi.toFraction(100)              // '311, 99'
+pi.toFraction(10)               // '22, 7'
+pi.toFraction(1)                // '3, 1'
+ + + +
toJSON.toJSON() ⇒ string
+

As valueOf.

+
+x = new BigNumber('177.7e+457')
+y = new BigNumber(235.4325)
+z = new BigNumber('0.0098074')
+
+// Serialize an array of three BigNumbers
+str = JSON.stringify( [x, y, z] )
+// "["1.777e+459","235.4325","0.0098074"]"
+
+// Return an array of three BigNumbers
+JSON.parse(str, function (key, val) {
+    return key === '' ? val : new BigNumber(val)
+})
+ + + +
toNumber.toNumber() ⇒ number
+

Returns the value of this BigNumber as a JavaScript number primitive.

+

+ This method is identical to using type coercion with the unary plus operator. +

+
+x = new BigNumber(456.789)
+x.toNumber()                    // 456.789
++x                              // 456.789
+
+y = new BigNumber('45987349857634085409857349856430985')
+y.toNumber()                    // 4.598734985763409e+34
+
+z = new BigNumber(-0)
+1 / z.toNumber()                // -Infinity
+1 / +z                          // -Infinity
+ + + +
+ toPrecision.toPrecision([sd [, rm]]) ⇒ string +
+

+ sd: number: integer, 1 to 1e+9 inclusive
+ rm: number: integer, 0 to 8 inclusive +

+

+ Returns a string representing the value of this BigNumber rounded to sd + significant digits using rounding mode rm. +

+

+ If sd is less than the number of digits necessary to represent the integer part + of the value in normal (fixed-point) notation, then exponential notation is used. +

+

+ If sd is omitted, or is null or undefined, then the + return value is the same as n.toString().
+ If rm is omitted or is null or undefined, + ROUNDING_MODE is used. +

+

+ Throws if sd or rm is invalid. See Errors. +

+
+x = 45.6
+y = new BigNumber(x)
+x.toPrecision()                 // '45.6'
+y.toPrecision()                 // '45.6'
+x.toPrecision(1)                // '5e+1'
+y.toPrecision(1)                // '5e+1'
+y.toPrecision(2, 0)             // '4.6e+1'  (ROUND_UP)
+y.toPrecision(2, 1)             // '4.5e+1'  (ROUND_DOWN)
+x.toPrecision(5)                // '45.600'
+y.toPrecision(5)                // '45.600'
+ + + +
toString.toString([base]) ⇒ string
+

+ base: number: integer, 2 to ALPHABET.length + inclusive (see ALPHABET). +

+

+ Returns a string representing the value of this BigNumber in the specified base, or base + 10 if base is omitted or is null or + undefined. +

+

+ For bases above 10, and using the default base conversion alphabet + (see ALPHABET), values from 10 to + 35 are represented by a-z + (as with Number.prototype.toString). +

+

+ If a base is specified the value is rounded according to the current + DECIMAL_PLACES + and ROUNDING_MODE settings. +

+

+ If a base is not specified, and this BigNumber has a positive + exponent that is equal to or greater than the positive component of the + current EXPONENTIAL_AT setting, + or a negative exponent equal to or less than the negative component of the + setting, then exponential notation is returned. +

+

If base is null or undefined it is ignored.

+

+ Throws if base is invalid. See Errors. +

+
+x = new BigNumber(750000)
+x.toString()                    // '750000'
+BigNumber.config({ EXPONENTIAL_AT: 5 })
+x.toString()                    // '7.5e+5'
+
+y = new BigNumber(362.875)
+y.toString(2)                   // '101101010.111'
+y.toString(9)                   // '442.77777777777777777778'
+y.toString(32)                  // 'ba.s'
+
+BigNumber.config({ DECIMAL_PLACES: 4 });
+z = new BigNumber('1.23456789')
+z.toString()                    // '1.23456789'
+z.toString(10)                  // '1.2346'
+ + + +
valueOf.valueOf() ⇒ string
+

+ As toString, but does not accept a base argument and includes + the minus sign for negative zero. +

+
+x = new BigNumber('-0')
+x.toString()                    // '0'
+x.valueOf()                     // '-0'
+y = new BigNumber('1.777e+457')
+y.valueOf()                     // '1.777e+457'
+ + + +

Properties

+

The properties of a BigNumber instance:

+ + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyDescriptionTypeValue
ccoefficient*number[] Array of base 1e14 numbers
eexponentnumberInteger, -1000000000 to 1000000000 inclusive
ssignnumber-1 or 1
+

*significand

+

+ The value of any of the c, e and s properties may also + be null. +

+

+ The above properties are best considered to be read-only. In early versions of this library it + was okay to change the exponent of a BigNumber by writing to its exponent property directly, + but this is no longer reliable as the value of the first element of the coefficient array is + now dependent on the exponent. +

+

+ Note that, as with JavaScript numbers, the original exponent and fractional trailing zeros are + not necessarily preserved. +

+
x = new BigNumber(0.123)              // '0.123'
+x.toExponential()                     // '1.23e-1'
+x.c                                   // '1,2,3'
+x.e                                   // -1
+x.s                                   // 1
+
+y = new Number(-123.4567000e+2)       // '-12345.67'
+y.toExponential()                     // '-1.234567e+4'
+z = new BigNumber('-123.4567000e+2')  // '-12345.67'
+z.toExponential()                     // '-1.234567e+4'
+z.c                                   // '1,2,3,4,5,6,7'
+z.e                                   // 4
+z.s                                   // -1
+ + + +

Zero, NaN and Infinity

+

+ The table below shows how ±0, NaN and + ±Infinity are stored. +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
ces
±0[0]0±1
NaNnullnullnull
±Infinitynullnull±1
+
+x = new Number(-0)              // 0
+1 / x == -Infinity              // true
+
+y = new BigNumber(-0)           // '0'
+y.c                             // '0' ( [0].toString() )
+y.e                             // 0
+y.s                             // -1
+ + + +

Errors

+

The table below shows the errors that are thrown.

+

+ The errors are generic Error objects whose message begins + '[BigNumber Error]'. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MethodThrows
+ BigNumber
+ comparedTo
+ dividedBy
+ dividedToIntegerBy
+ isEqualTo
+ isGreaterThan
+ isGreaterThanOrEqualTo
+ isLessThan
+ isLessThanOrEqualTo
+ minus
+ modulo
+ plus
+ multipliedBy +
Base not a primitive number
Base not an integer
Base out of range
Number primitive has more than 15 significant digits*
Not a base... number*
Not a number*
cloneObject expected
configObject expected
DECIMAL_PLACES not a primitive number
DECIMAL_PLACES not an integer
DECIMAL_PLACES out of range
ROUNDING_MODE not a primitive number
ROUNDING_MODE not an integer
ROUNDING_MODE out of range
EXPONENTIAL_AT not a primitive number
EXPONENTIAL_AT not an integer
EXPONENTIAL_AT out of range
RANGE not a primitive number
RANGE not an integer
RANGE cannot be zero
RANGE cannot be zero
CRYPTO not true or false
crypto unavailable
MODULO_MODE not a primitive number
MODULO_MODE not an integer
MODULO_MODE out of range
POW_PRECISION not a primitive number
POW_PRECISION not an integer
POW_PRECISION out of range
FORMAT not an object
ALPHABET invalid
+ decimalPlaces
+ precision
+ random
+ shiftedBy
+ toExponential
+ toFixed
+ toFormat
+ toPrecision +
Argument not a primitive number
Argument not an integer
Argument out of range
+ decimalPlaces
+ precision +
Argument not true or false
exponentiatedByArgument not an integer
isBigNumberInvalid BigNumber*
+ minimum
+ maximum +
Not a number*
+ random + crypto unavailable
+ toFormat + Argument not an object
toFractionArgument not an integer
Argument out of range
toStringBase not a primitive number
Base not an integer
Base out of range
+

*Only thrown if BigNumber.DEBUG is true.

+

To determine if an exception is a BigNumber Error:

+
+try {
+  // ...
+} catch (e) {
+  if (e instanceof Error && e.message.indexOf('[BigNumber Error]') === 0) {
+      // ...
+  }
+}
+ + + +

Type coercion

+

+ To prevent the accidental use of a BigNumber in primitive number operations, or the + accidental addition of a BigNumber to a string, the valueOf method can be safely + overwritten as shown below. +

+

+ The valueOf method is the same as the + toJSON method, and both are the same as the + toString method except they do not take a base + argument and they include the minus sign for negative zero. +

+
+BigNumber.prototype.valueOf = function () {
+  throw Error('valueOf called!')
+}
+
+x = new BigNumber(1)
+x / 2                    // '[BigNumber Error] valueOf called!'
+x + 'abc'                // '[BigNumber Error] valueOf called!'
+
+ + + +

FAQ

+ +
Why are trailing fractional zeros removed from BigNumbers?
+

+ Some arbitrary-precision libraries retain trailing fractional zeros as they can indicate the + precision of a value. This can be useful but the results of arithmetic operations can be + misleading. +

+
+x = new BigDecimal("1.0")
+y = new BigDecimal("1.1000")
+z = x.add(y)                      // 2.1000
+
+x = new BigDecimal("1.20")
+y = new BigDecimal("3.45000")
+z = x.multiply(y)                 // 4.1400000
+

+ To specify the precision of a value is to specify that the value lies + within a certain range. +

+

+ In the first example, x has a value of 1.0. The trailing zero shows + the precision of the value, implying that it is in the range 0.95 to + 1.05. Similarly, the precision indicated by the trailing zeros of y + indicates that the value is in the range 1.09995 to 1.10005. +

+

+ If we add the two lowest values in the ranges we have, 0.95 + 1.09995 = 2.04995, + and if we add the two highest values we have, 1.05 + 1.10005 = 2.15005, so the + range of the result of the addition implied by the precision of its operands is + 2.04995 to 2.15005. +

+

+ The result given by BigDecimal of 2.1000 however, indicates that the value is in + the range 2.09995 to 2.10005 and therefore the precision implied by + its trailing zeros may be misleading. +

+

+ In the second example, the true range is 4.122744 to 4.157256 yet + the BigDecimal answer of 4.1400000 indicates a range of 4.13999995 + to 4.14000005. Again, the precision implied by the trailing zeros may be + misleading. +

+

+ This library, like binary floating point and most calculators, does not retain trailing + fractional zeros. Instead, the toExponential, toFixed and + toPrecision methods enable trailing zeros to be added if and when required.
+

+
+ + + diff --git "a/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/package.json" "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/package.json" new file mode 100644 index 0000000..475a813 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/bignumber.js/package.json" @@ -0,0 +1,40 @@ +{ + "name": "bignumber.js", + "description": "A library for arbitrary-precision decimal and non-decimal arithmetic", + "version": "9.0.0", + "keywords": [ + "arbitrary", + "precision", + "arithmetic", + "big", + "number", + "decimal", + "float", + "biginteger", + "bigdecimal", + "bignumber", + "bigint", + "bignum" + ], + "repository": { + "type": "git", + "url": "https://github.com/MikeMcl/bignumber.js.git" + }, + "main": "bignumber", + "module": "bignumber.mjs", + "browser": "bignumber.js", + "types": "bignumber.d.ts", + "author": { + "name": "Michael Mclaughlin", + "email": "M8ch88l@gmail.com" + }, + "engines": { + "node": "*" + }, + "license": "MIT", + "scripts": { + "test": "node test/test", + "build": "uglifyjs bignumber.js --source-map -c -m -o bignumber.min.js" + }, + "dependencies": {} +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/core-util-is/LICENSE" "b/\345\210\230\351\234\236/3.8/node_modules/core-util-is/LICENSE" new file mode 100644 index 0000000..d8d7f94 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/core-util-is/LICENSE" @@ -0,0 +1,19 @@ +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git "a/\345\210\230\351\234\236/3.8/node_modules/core-util-is/README.md" "b/\345\210\230\351\234\236/3.8/node_modules/core-util-is/README.md" new file mode 100644 index 0000000..5a76b41 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/core-util-is/README.md" @@ -0,0 +1,3 @@ +# core-util-is + +The `util.is*` functions introduced in Node v0.12. diff --git "a/\345\210\230\351\234\236/3.8/node_modules/core-util-is/lib/util.js" "b/\345\210\230\351\234\236/3.8/node_modules/core-util-is/lib/util.js" new file mode 100644 index 0000000..6e5a20d --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/core-util-is/lib/util.js" @@ -0,0 +1,107 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// NOTE: These type checking functions intentionally don't use `instanceof` +// because it is fragile and can be easily faked with `Object.create()`. + +function isArray(arg) { + if (Array.isArray) { + return Array.isArray(arg); + } + return objectToString(arg) === '[object Array]'; +} +exports.isArray = isArray; + +function isBoolean(arg) { + return typeof arg === 'boolean'; +} +exports.isBoolean = isBoolean; + +function isNull(arg) { + return arg === null; +} +exports.isNull = isNull; + +function isNullOrUndefined(arg) { + return arg == null; +} +exports.isNullOrUndefined = isNullOrUndefined; + +function isNumber(arg) { + return typeof arg === 'number'; +} +exports.isNumber = isNumber; + +function isString(arg) { + return typeof arg === 'string'; +} +exports.isString = isString; + +function isSymbol(arg) { + return typeof arg === 'symbol'; +} +exports.isSymbol = isSymbol; + +function isUndefined(arg) { + return arg === void 0; +} +exports.isUndefined = isUndefined; + +function isRegExp(re) { + return objectToString(re) === '[object RegExp]'; +} +exports.isRegExp = isRegExp; + +function isObject(arg) { + return typeof arg === 'object' && arg !== null; +} +exports.isObject = isObject; + +function isDate(d) { + return objectToString(d) === '[object Date]'; +} +exports.isDate = isDate; + +function isError(e) { + return (objectToString(e) === '[object Error]' || e instanceof Error); +} +exports.isError = isError; + +function isFunction(arg) { + return typeof arg === 'function'; +} +exports.isFunction = isFunction; + +function isPrimitive(arg) { + return arg === null || + typeof arg === 'boolean' || + typeof arg === 'number' || + typeof arg === 'string' || + typeof arg === 'symbol' || // ES6 symbol + typeof arg === 'undefined'; +} +exports.isPrimitive = isPrimitive; + +exports.isBuffer = require('buffer').Buffer.isBuffer; + +function objectToString(o) { + return Object.prototype.toString.call(o); +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/core-util-is/package.json" "b/\345\210\230\351\234\236/3.8/node_modules/core-util-is/package.json" new file mode 100644 index 0000000..b0c51f5 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/core-util-is/package.json" @@ -0,0 +1,38 @@ +{ + "name": "core-util-is", + "version": "1.0.3", + "description": "The `util.is*` functions introduced in Node v0.12.", + "main": "lib/util.js", + "files": [ + "lib" + ], + "repository": { + "type": "git", + "url": "git://github.com/isaacs/core-util-is" + }, + "keywords": [ + "util", + "isBuffer", + "isArray", + "isNumber", + "isString", + "isRegExp", + "isThis", + "isThat", + "polyfill" + ], + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/isaacs/core-util-is/issues" + }, + "scripts": { + "test": "tap test.js", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags" + }, + "devDependencies": { + "tap": "^15.0.9" + } +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/inherits/LICENSE" "b/\345\210\230\351\234\236/3.8/node_modules/inherits/LICENSE" new file mode 100644 index 0000000..dea3013 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/inherits/LICENSE" @@ -0,0 +1,16 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + diff --git "a/\345\210\230\351\234\236/3.8/node_modules/inherits/README.md" "b/\345\210\230\351\234\236/3.8/node_modules/inherits/README.md" new file mode 100644 index 0000000..b1c5665 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/inherits/README.md" @@ -0,0 +1,42 @@ +Browser-friendly inheritance fully compatible with standard node.js +[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor). + +This package exports standard `inherits` from node.js `util` module in +node environment, but also provides alternative browser-friendly +implementation through [browser +field](https://gist.github.com/shtylman/4339901). Alternative +implementation is a literal copy of standard one located in standalone +module to avoid requiring of `util`. It also has a shim for old +browsers with no `Object.create` support. + +While keeping you sure you are using standard `inherits` +implementation in node.js environment, it allows bundlers such as +[browserify](https://github.com/substack/node-browserify) to not +include full `util` package to your client code if all you need is +just `inherits` function. It worth, because browser shim for `util` +package is large and `inherits` is often the single function you need +from it. + +It's recommended to use this package instead of +`require('util').inherits` for any code that has chances to be used +not only in node.js but in browser too. + +## usage + +```js +var inherits = require('inherits'); +// then use exactly as the standard one +``` + +## note on version ~1.0 + +Version ~1.0 had completely different motivation and is not compatible +neither with 2.0 nor with standard node.js `inherits`. + +If you are using version ~1.0 and planning to switch to ~2.0, be +careful: + +* new version uses `super_` instead of `super` for referencing + superclass +* new version overwrites current prototype while old one preserves any + existing fields on it diff --git "a/\345\210\230\351\234\236/3.8/node_modules/inherits/inherits.js" "b/\345\210\230\351\234\236/3.8/node_modules/inherits/inherits.js" new file mode 100644 index 0000000..f71f2d9 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/inherits/inherits.js" @@ -0,0 +1,9 @@ +try { + var util = require('util'); + /* istanbul ignore next */ + if (typeof util.inherits !== 'function') throw ''; + module.exports = util.inherits; +} catch (e) { + /* istanbul ignore next */ + module.exports = require('./inherits_browser.js'); +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/inherits/inherits_browser.js" "b/\345\210\230\351\234\236/3.8/node_modules/inherits/inherits_browser.js" new file mode 100644 index 0000000..86bbb3d --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/inherits/inherits_browser.js" @@ -0,0 +1,27 @@ +if (typeof Object.create === 'function') { + // implementation from standard node.js 'util' module + module.exports = function inherits(ctor, superCtor) { + if (superCtor) { + ctor.super_ = superCtor + ctor.prototype = Object.create(superCtor.prototype, { + constructor: { + value: ctor, + enumerable: false, + writable: true, + configurable: true + } + }) + } + }; +} else { + // old school shim for old browsers + module.exports = function inherits(ctor, superCtor) { + if (superCtor) { + ctor.super_ = superCtor + var TempCtor = function () {} + TempCtor.prototype = superCtor.prototype + ctor.prototype = new TempCtor() + ctor.prototype.constructor = ctor + } + } +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/inherits/package.json" "b/\345\210\230\351\234\236/3.8/node_modules/inherits/package.json" new file mode 100644 index 0000000..37b4366 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/inherits/package.json" @@ -0,0 +1,29 @@ +{ + "name": "inherits", + "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", + "version": "2.0.4", + "keywords": [ + "inheritance", + "class", + "klass", + "oop", + "object-oriented", + "inherits", + "browser", + "browserify" + ], + "main": "./inherits.js", + "browser": "./inherits_browser.js", + "repository": "git://github.com/isaacs/inherits", + "license": "ISC", + "scripts": { + "test": "tap" + }, + "devDependencies": { + "tap": "^14.2.4" + }, + "files": [ + "inherits.js", + "inherits_browser.js" + ] +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/isarray/.npmignore" "b/\345\210\230\351\234\236/3.8/node_modules/isarray/.npmignore" new file mode 100644 index 0000000..3c3629e --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/isarray/.npmignore" @@ -0,0 +1 @@ +node_modules diff --git "a/\345\210\230\351\234\236/3.8/node_modules/isarray/.travis.yml" "b/\345\210\230\351\234\236/3.8/node_modules/isarray/.travis.yml" new file mode 100644 index 0000000..cc4dba2 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/isarray/.travis.yml" @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "0.8" + - "0.10" diff --git "a/\345\210\230\351\234\236/3.8/node_modules/isarray/Makefile" "b/\345\210\230\351\234\236/3.8/node_modules/isarray/Makefile" new file mode 100644 index 0000000..787d56e --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/isarray/Makefile" @@ -0,0 +1,6 @@ + +test: + @node_modules/.bin/tape test.js + +.PHONY: test + diff --git "a/\345\210\230\351\234\236/3.8/node_modules/isarray/README.md" "b/\345\210\230\351\234\236/3.8/node_modules/isarray/README.md" new file mode 100644 index 0000000..16d2c59 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/isarray/README.md" @@ -0,0 +1,60 @@ + +# isarray + +`Array#isArray` for older browsers. + +[![build status](https://secure.travis-ci.org/juliangruber/isarray.svg)](http://travis-ci.org/juliangruber/isarray) +[![downloads](https://img.shields.io/npm/dm/isarray.svg)](https://www.npmjs.org/package/isarray) + +[![browser support](https://ci.testling.com/juliangruber/isarray.png) +](https://ci.testling.com/juliangruber/isarray) + +## Usage + +```js +var isArray = require('isarray'); + +console.log(isArray([])); // => true +console.log(isArray({})); // => false +``` + +## Installation + +With [npm](http://npmjs.org) do + +```bash +$ npm install isarray +``` + +Then bundle for the browser with +[browserify](https://github.com/substack/browserify). + +With [component](http://component.io) do + +```bash +$ component install juliangruber/isarray +``` + +## License + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git "a/\345\210\230\351\234\236/3.8/node_modules/isarray/component.json" "b/\345\210\230\351\234\236/3.8/node_modules/isarray/component.json" new file mode 100644 index 0000000..9e31b68 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/isarray/component.json" @@ -0,0 +1,19 @@ +{ + "name" : "isarray", + "description" : "Array#isArray for older browsers", + "version" : "0.0.1", + "repository" : "juliangruber/isarray", + "homepage": "https://github.com/juliangruber/isarray", + "main" : "index.js", + "scripts" : [ + "index.js" + ], + "dependencies" : {}, + "keywords": ["browser","isarray","array"], + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "license": "MIT" +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/isarray/index.js" "b/\345\210\230\351\234\236/3.8/node_modules/isarray/index.js" new file mode 100644 index 0000000..a57f634 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/isarray/index.js" @@ -0,0 +1,5 @@ +var toString = {}.toString; + +module.exports = Array.isArray || function (arr) { + return toString.call(arr) == '[object Array]'; +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/isarray/package.json" "b/\345\210\230\351\234\236/3.8/node_modules/isarray/package.json" new file mode 100644 index 0000000..1a4317a --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/isarray/package.json" @@ -0,0 +1,45 @@ +{ + "name": "isarray", + "description": "Array#isArray for older browsers", + "version": "1.0.0", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/isarray.git" + }, + "homepage": "https://github.com/juliangruber/isarray", + "main": "index.js", + "dependencies": {}, + "devDependencies": { + "tape": "~2.13.4" + }, + "keywords": [ + "browser", + "isarray", + "array" + ], + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "license": "MIT", + "testling": { + "files": "test.js", + "browsers": [ + "ie/8..latest", + "firefox/17..latest", + "firefox/nightly", + "chrome/22..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + }, + "scripts": { + "test": "tape test.js" + } +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/isarray/test.js" "b/\345\210\230\351\234\236/3.8/node_modules/isarray/test.js" new file mode 100644 index 0000000..e0c3444 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/isarray/test.js" @@ -0,0 +1,20 @@ +var isArray = require('./'); +var test = require('tape'); + +test('is array', function(t){ + t.ok(isArray([])); + t.notOk(isArray({})); + t.notOk(isArray(null)); + t.notOk(isArray(false)); + + var obj = {}; + obj[0] = true; + t.notOk(isArray(obj)); + + var arr = []; + arr.foo = 'bar'; + t.ok(isArray(arr)); + + t.end(); +}); + diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/Changes.md" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/Changes.md" new file mode 100644 index 0000000..73e549c --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/Changes.md" @@ -0,0 +1,569 @@ +# Changes + +This file is a manually maintained list of changes for each release. Feel free +to add your changes here when sending pull requests. Also send corrections if +you spot any mistakes. + +## v2.18.1 (2020-01-23) + +* Fix Amazon RDS profile for yaSSL MySQL servers with 2019 CA #2292 + +## v2.18.0 (2020-01-21) + +* Add `localInfile` option to control `LOAD DATA LOCAL INFILE` +* Add new Amazon RDS Root 2019 CA to Amazon RDS SSL profile #2280 +* Add new error codes up to MySQL 5.7.29 +* Fix early detection of bad callback to `connection.query` +* Support Node.js 12.x #2211 +* Support Node.js 13.x +* Support non-enumerable properties in object argument to `connection.query` #2253 +* Update `bignumber.js` to 9.0.0 +* Update `readable-stream` to 2.3.7 + +## v2.17.1 (2019-04-18) + +* Update `bignumber.js` to 7.2.1 #2206 + - Fix npm deprecation warning + +## v2.17.0 (2019-04-17) + +* Add reverse type lookup for small performance gain #2170 +* Fix `connection.threadId` missing on handshake failure +* Fix duplicate packet name in debug output +* Fix no password support for old password protocol +* Remove special case for handshake in determine packet code +* Small performance improvement starting command sequence +* Support auth switch in change user flow #1776 +* Support Node.js 11.x +* Update `bignumber.js` to 6.0.0 + +## v2.16.0 (2018-07-17) + +* Add Amazon RDS GovCloud SSL certificates #1876 +* Add new error codes up to MySQL 5.7.21 +* Include connection ID in debug output +* Support Node.js 9.x +* Support Node.js 10.x #2003 #2024 #2026 #2034 +* Update Amazon RDS SSL certificates +* Update `bignumber.js` to 4.1.0 +* Update `readable-stream` to 2.3.6 +* Update `sqlstring` to 2.3.1 + - Fix incorrectly replacing non-placeholders in SQL + +## v2.15.0 (2017-10-05) + +* Add new Amazon RDS ca-central-1 certificate CA to Amazon RDS SSL profile #1809 +* Add new error codes up to MySQL 5.7.19 +* Add `mysql.raw()` to generate pre-escaped values #877 #1821 +* Fix "changedRows" to work on non-English servers #1819 +* Fix error when server sends RST on `QUIT` #1811 +* Fix typo in insecure auth error message +* Support `mysql_native_password` auth switch request for Azure #1396 #1729 #1730 +* Update `sqlstring` to 2.3.0 + - Add `.toSqlString()` escape overriding + - Small performance improvement on `escapeId` +* Update `bignumber.js` to 4.0.4 + +## v2.14.1 (2017-08-01) + +* Fix holding first closure for lifetime of connection #1785 + +## v2.14.0 (2017-07-25) + +* Add new Amazon RDS ap-south-1 certificate CA to Amazon RDS SSL profile #1780 +* Add new Amazon RDS eu-west-2 certificate CA to Amazon RDS SSL profile #1770 +* Add `sql` property to query `Error` objects #1462 #1628 #1629 +* Add `sqlMessage` property to `Error` objects #1714 +* Fix the MySQL 5.7.17 error codes +* Support Node.js 8.x +* Update `bignumber.js` to 4.0.2 +* Update `readable-stream` to 2.3.3 +* Use `safe-buffer` for improved Buffer API + +## v2.13.0 (2017-01-24) + +* Accept regular expression as pool cluster pattern #1572 +* Accept wildcard anywhere in pool cluster pattern #1570 +* Add `acquire` and `release` events to `Pool` for tracking #1366 #1449 #1528 #1625 +* Add new error codes up to MySQL 5.7.17 +* Fix edge cases when determing Query result packets #1547 +* Fix memory leak when using long-running domains #1619 #1620 +* Remove unnecessary buffer copies when receiving large packets +* Update `bignumber.js` to 3.1.2 +* Use a simple buffer list to improve performance #566 #1590 + +## v2.12.0 (2016-11-02) + +* Accept array of type names to `dateStrings` option #605 #1481 +* Add `query` method to `PoolNamespace` #1256 #1505 #1506 + - Used as `cluster.of(...).query(...)` +* Add new error codes up to MySQL 5.7.16 +* Fix edge cases writing certain length coded values +* Fix typo in `HANDSHAKE_NO_SSL_SUPPORT` error message #1534 +* Support Node.js 7.x +* Update `bignumber.js` to 2.4.0 +* Update `sqlstring` to 2.2.0 + - Accept numbers and other value types in `escapeId` + - Escape invalid `Date` objects as `NULL` + - Run `buffer.toString()` through escaping + +## v2.11.1 (2016-06-07) + +* Fix writing truncated packets starting with large string/buffer #1438 + +## v2.11.0 (2016-06-06) + +* Add `POOL_CLOSED` code to "Pool is closed." error +* Add `POOL_CONNLIMIT` code to "No connections available." error #1332 +* Bind underlying connections in pool to same domain as pool #1242 +* Bind underlying socket to same domain as connection #1243 +* Fix allocation errors receiving many result rows #918 #1265 #1324 #1415 +* Fix edge cases constructing long stack traces #1387 +* Fix handshake inactivity timeout on Node.js v4.2.0 #1223 #1236 #1239 #1240 #1241 #1252 +* Fix Query stream to emit close after ending #1349 #1350 +* Fix type cast for BIGINT columns when number is negative #1376 +* Performance improvements for array/object escaping in SqlString #1331 +* Performance improvements for formatting in SqlString #1431 +* Performance improvements for string escaping in SqlString #1390 +* Performance improvements for writing packets to network +* Support Node.js 6.x +* Update `bignumber.js` to 2.3.0 +* Update `readable-stream` to 1.1.14 +* Use the `sqlstring` module for SQL escaping and formatting + +## v2.10.2 (2016-01-12) + +* Fix exception/hang from certain SSL connection errors #1153 +* Update `bignumber.js` to 2.1.4 + +## v2.10.1 (2016-01-11) + +* Add new Amazon RDS ap-northeast-2 certificate CA to Amazon RDS SSL profile #1329 + +## v2.10.0 (2015-12-15) + +* Add new error codes up to MySQL 5.7.9 #1294 +* Add new JSON type constant #1295 +* Add types for fractional seconds support +* Fix `connection.destroy()` on pool connection creating sequences #1291 +* Fix error code 139 `HA_ERR_TO_BIG_ROW` to be `HA_ERR_TOO_BIG_ROW` +* Fix error when call site error is missing stack #1179 +* Fix reading password from MySQL URL that has bare colon #1278 +* Handle MySQL servers not closing TCP connection after QUIT -> OK exchange #1277 +* Minor SqlString Date to string performance improvement #1233 +* Support Node.js 4.x +* Support Node.js 5.x +* Update `bignumber.js` to 2.1.2 + +## v2.9.0 (2015-08-19) + +* Accept the `ciphers` property in connection `ssl` option #1185 +* Fix bad timezone conversion from `Date` to string for certain times #1045 #1155 + +## v2.8.0 (2015-07-13) + +* Add `connect` event to `Connection` #1129 +* Default `timeout` for `connection.end` to 30 seconds #1057 +* Fix a sync callback when sequence enqueue fails #1147 +* Provide static require analysis +* Re-use connection from pool after `conn.changeUser` is used #837 #1088 + +## v2.7.0 (2015-05-27) + +* Destroy/end connections removed from the pool on error +* Delay implied connect until after `.query` argument validation +* Do not remove connections with non-fatal errors from the pool +* Error early if `callback` argument to `.query` is not a function #1060 +* Lazy-load modules from many entry point; reduced memory use + +## v2.6.2 (2015-04-14) + +* Fix `Connection.createQuery` for no SQL #1058 +* Update `bignumber.js` to 2.0.7 + +## v2.6.1 (2015-03-26) + +* Update `bignumber.js` to 2.0.5 #1037 #1038 + +## v2.6.0 (2015-03-24) + +* Add `poolCluster.remove` to remove pools from the cluster #1006 #1007 +* Add optional callback to `poolCluster.end` +* Add `restoreNodeTimeout` option to `PoolCluster` #880 #906 +* Fix LOAD DATA INFILE handling in multiple statements #1036 +* Fix `poolCluster.add` to throw if `PoolCluster` has been closed +* Fix `poolCluster.add` to throw if `id` already defined +* Fix un-catchable error from `PoolCluster` when MySQL server offline #1033 +* Improve speed formatting SQL #1019 +* Support io.js + +## v2.5.5 (2015-02-23) + +* Store SSL presets in JS instead of JSON #959 +* Support Node.js 0.12 +* Update Amazon RDS SSL certificates #1001 + +## v2.5.4 (2014-12-16) + +* Fix error if falsy error thrown in callback handler #960 +* Fix various error code strings #954 + +## v2.5.3 (2014-11-06) + +* Fix `pool.query` streaming interface not emitting connection errors #941 + +## v2.5.2 (2014-10-10) + +* Fix receiving large text fields #922 + +## v2.5.1 (2014-09-22) + +* Fix `pool.end` race conditions #915 +* Fix `pool.getConnection` race conditions + +## v2.5.0 (2014-09-07) + +* Add code `POOL_ENQUEUELIMIT` to error reaching `queueLimit` +* Add `enqueue` event to pool #716 +* Add `enqueue` event to protocol and connection #381 +* Blacklist unsupported connection flags #881 +* Make only column names enumerable in `RowDataPacket` #549 #895 +* Support Node.js 0.6 #718 + +## v2.4.3 (2014-08-25) + +* Fix `pool.query` to use `typeCast` configuration + +## v2.4.2 (2014-08-03) + +* Fix incorrect sequence packet errors to be catchable #867 +* Fix stray protocol packet errors to be catchable #867 +* Fix timing of fatal protocol errors bubbling to user #879 + +## v2.4.1 (2014-07-17) + +* Fix `pool.query` not invoking callback on connection error #872 + +## v2.4.0 (2014-07-13) + +* Add code `POOL_NOEXIST` in PoolCluster error #846 +* Add `acquireTimeout` pool option to specify a timeout for acquiring a connection #821 #854 +* Add `connection.escapeId` +* Add `pool.escapeId` +* Add `timeout` option to all sequences #855 #863 +* Default `connectTimeout` to 10 seconds +* Fix domain binding with `conn.connect` +* Fix `packet.default` to actually be a string +* Fix `PARSER_*` errors to be catchable +* Fix `PROTOCOL_PACKETS_OUT_OF_ORDER` error to be catchable #844 +* Include packets that failed parsing under `debug` +* Return `Query` object from `pool.query` like `conn.query` #830 +* Use `EventEmitter.listenerCount` when possible for faster counting + +## v2.3.2 (2014-05-29) + +* Fix pool leaking connections after `conn.changeUser` #833 + +## v2.3.1 (2014-05-26) + +* Add database errors to error constants +* Add global errors to error constants +* Throw when calling `conn.release` multiple times #824 #827 +* Update known error codes + +## v2.3.0 (2014-05-16) + +* Accept MySQL charset (like `UTF8` or `UTF8MB4`) in `charset` option #808 +* Accept pool options in connection string to `mysql.createPool` #811 +* Clone connection config for new pool connections +* Default `connectTimeout` to 2 minutes +* Reject unauthorized SSL connections (use `ssl.rejectUnauthorized` to override) #816 +* Return last error when PoolCluster exhausts connection retries #818 +* Remove connection from pool after `conn.changeUser` is released #806 +* Throw on unknown SSL profile name #817 +* User newer TLS functions when available #809 + +## v2.2.0 (2014-04-27) + +* Use indexOf instead of for loops removing conn from pool #611 +* Make callback to `pool.query` optional like `conn.query` #585 +* Prevent enqueuing sequences after fatal error #400 +* Fix geometry parser for empty fields #742 +* Accept lower-case charset option +* Throw on unknown charset option #789 +* Update known charsets +* Remove console.warn from PoolCluster #744 +* Fix `pool.end` to handle queued connections #797 +* Fix `pool.releaseConnection` to keep connection queue flowing #797 +* Fix SSL handshake error to be catchable #800 +* Add `connection.threadId` to get MySQL connection ID #602 +* Ensure `pool.getConnection` retrieves good connections #434 #557 #778 +* Fix pool cluster wildcard matching #627 +* Pass query values through to `SqlString.format` #590 + +## v2.1.1 (2014-03-13) + +* fix authentication w/password failure for node.js 0.10.5 #746 #752 +* fix authentication w/password TypeError exception for node.js 0.10.0-0.10.4 #747 +* fix specifying `values` in `conn.query({...}).on(...)` pattern #755 +* fix long stack trace to include the `pool.query(...)` call #715 + +## v2.1.0 (2014-02-20) + +* crypto.createHash fix for node.js < 11 #735 +* Add `connectTimeout` option to specify a timeout for establishing a connection #726 +* SSL support #481 + +## v2.0.1 + +* internal parser speed improvement #702 +* domains support +* 'trace' connection option to control if long stack traces are generated #713 #710 #439 + +## v2.0.0 (2014-01-09) + +* stream improvements: + - node 0.8 support #692 + - Emit 'close' events from query streams #688 +* encoding fix in streaming LOAD DATA LOCAL INFILE #670 +* Doc improvements + +## v2.0.0-rc2 (2013-12-07) + +* Streaming LOAD DATA LOCAL INFILE #668 +* Doc improvements + +## v2.0.0-rc1 (2013-11-30) + +* Transaction support +* Expose SqlString.format as mysql.format() +* Many bug fixes +* Better support for dates in local time zone +* Doc improvements + +## v2.0.0-alpha9 (2013-08-27) + +* Add query to pool to execute queries directly using the pool +* Add `sqlState` property to `Error` objects #556 +* Pool option to set queue limit +* Pool sends 'connection' event when it opens a new connection +* Added stringifyObjects option to treat input as strings rather than objects (#501) +* Support for poolClusters +* Datetime improvements +* Bug fixes + +## v2.0.0-alpha8 (2013-04-30) + +* Switch to old mode for Streams 2 (Node.js v 0.10.x) +* Add stream method to Query Wraps events from the query object into a node v0.10.x Readable stream +* DECIMAL should also be treated as big number +* Removed slow unnecessary stack access +* Added charsets +* Added bigNumberStrings option for forcing BIGINT columns as strings +* Changes date parsing to return String if not a valid JS Date +* Adds support for ?? escape sequence to escape identifiers +* Changes Auth.token() to force password to be in binary, not utf8 (#378) +* Restrict debugging by packet types +* Add 'multipleStatements' option tracking to ConnectionConfig. Fixes GH-408 +* Changes Pool to handle 'error' events and dispose connection +* Allows db.query({ sql: "..." }, [ val1, ... ], cb); (#390) +* Improved documentation +* Bug fixes + +## v2.0.0-alpha7 (2013-02-03) + +* Add connection pooling (#351) + +## v2.0.0-alpha6 (2013-01-31) + +* Add supportBigNumbers option (#381, #382) +* Accept prebuilt Query object in connection.query +* Bug fixes + +## v2.0.0-alpha5 (2012-12-03) + +* Add mysql.escapeId to escape identifiers (closes #342) +* Allow custom escaping mode (config.queryFormat) +* Convert DATE columns to configured timezone instead of UTC (#332) +* Convert LONGLONG and NEWDECIMAL to numbers (#333) +* Fix Connection.escape() (fixes #330) +* Changed Readme ambiguity about custom type cast fallback +* Change typeCast to receive Connection instead of Connection.config.timezone +* Fix drain event having useless err parameter +* Add Connection.statistics() back from v0.9 +* Add Connection.ping() back from v0.9 + +## v2.0.0-alpha4 (2012-10-03) + +* Fix some OOB errors on resume() +* Fix quick pause() / resume() usage +* Properly parse host denied / similar errors +* Add Connection.ChangeUser functionality +* Make sure changeUser errors are fatal +* Enable formatting nested arrays for bulk inserts +* Add Connection.escape functionality +* Renamed 'close' to 'end' event +* Return parsed object instead of Buffer for GEOMETRY types +* Allow nestTables inline (using a string instead of a boolean) +* Check for ZEROFILL_FLAG and format number accordingly +* Add timezone support (default: local) +* Add custom typeCast functionality +* Export mysql column types +* Add connection flags functionality (#237) +* Exports drain event when queue finishes processing (#272, #271, #306) + +## v2.0.0-alpha3 (2012-06-12) + +* Implement support for `LOAD DATA LOCAL INFILE` queries (#182). +* Support OLD\_PASSWORD() accounts like 0.9.x did. You should still upgrade any + user accounts in your your MySQL user table that has short (16 byte) Password + values. Connecting to those accounts is not secure. (#204) +* Ignore function values when escaping objects, allows to use RowDataPacket + objects as query arguments. (Alex Gorbatchev, #213) +* Handle initial error packets from server such as `ER_HOST_NOT_PRIVILEGED`. +* Treat `utf8\_bin` as a String, not Buffer. (#214) +* Handle empty strings in first row column value. (#222) +* Honor Connection#nestTables setting for queries. (#221) +* Remove `CLIENT_INTERACTIVE` flag from config. Improves #225. +* Improve docs for connections settings. +* Implement url string support for Connection configs. + +## v2.0.0-alpha2 (2012-05-31) + +* Specify escaping before for NaN / Infinity (they are as unquoted constants). +* Support for unix domain socket connections (use: {socketPath: '...'}). +* Fix type casting for NULL values for Date/Number fields +* Add `fields` argument to `query()` as well as `'fields'` event. This is + similar to what was available in 0.9.x. +* Support connecting to the sphinx searchd daemon as well as MariaDB (#199). +* Implement long stack trace support, will be removed / disabled if the node + core ever supports it natively. +* Implement `nestTables` option for queries, allows fetching JOIN result sets + with overlapping column names. +* Fix ? placeholder mechanism for values containing '?' characters (#205). +* Detect when `connect()` is called more than once on a connection and provide + the user with a good error message for it (#204). +* Switch to `UTF8_GENERAL_CI` (previously `UTF8_UNICODE_CI`) as the default + charset for all connections to avoid strange MySQL performance issues (#200), + and also make the charset user configurable. +* Fix BLOB type casting for `TINY_BLOB`, `MEDIUM_BLOB` and `LONG_BLOB`. +* Add support for sending and receiving large (> 16 MB) packets. + +## v2.0.0-alpha (2012-05-15) + +This release is a rewrite. You should carefully test your application after +upgrading to avoid problems. This release features many improvements, most +importantly: + +* ~5x faster than v0.9.x for parsing query results +* Support for pause() / resume() (for streaming rows) +* Support for multiple statement queries +* Support for stored procedures +* Support for transactions +* Support for binary columns (as blobs) +* Consistent & well documented error handling +* A new Connection class that has well defined semantics (unlike the old Client class). +* Convenient escaping of objects / arrays that allows for simpler query construction +* A significantly simpler code base +* Many bug fixes & other small improvements (Closed 62 out of 66 GitHub issues) + +Below are a few notes on the upgrade process itself: + +The first thing you will run into is that the old `Client` class is gone and +has been replaced with a less ambitious `Connection` class. So instead of +`mysql.createClient()`, you now have to: + +```js +var mysql = require('mysql'); +var connection = mysql.createConnection({ + host : 'localhost', + user : 'me', + password : 'secret', +}); + +connection.query('SELECT 1', function(err, rows) { + if (err) throw err; + + console.log('Query result: ', rows); +}); + +connection.end(); +``` + +The new `Connection` class does not try to handle re-connects, please study the +`Server disconnects` section in the new Readme. + +Other than that, the interface has stayed very similar. Here are a few things +to check out so: + +* BIGINT's are now cast into strings +* Binary data is now cast to buffers +* The `'row'` event on the `Query` object is now called `'result'` and will + also be emitted for queries that produce an OK/Error response. +* Error handling is consistently defined now, check the Readme +* Escaping has become more powerful which may break your code if you are + currently using objects to fill query placeholders. +* Connections can now be established explicitly again, so you may wish to do so + if you want to handle connection errors specifically. + +That should be most of it, if you run into anything else, please send a patch +or open an issue to improve this document. + +## v0.9.6 (2012-03-12) + +* Escape array values so they produce sql arrays (Roger Castells, Colin Smith) +* docs: mention mysql transaction stop gap solution (Blake Miner) +* docs: Mention affectedRows in FAQ (Michael Baldwin) + +## v0.9.5 (2011-11-26) + +* Fix #142 Driver stalls upon reconnect attempt that's immediately closed +* Add travis build +* Switch to urun as a test runner +* Switch to utest for unit tests +* Remove fast-or-slow dependency for tests +* Split integration tests into individual files again + +## v0.9.4 (2011-08-31) + +* Expose package.json as `mysql.PACKAGE` (#104) + +## v0.9.3 (2011-08-22) + +* Set default `client.user` to root +* Fix #91: Client#format should not mutate params array +* Fix #94: TypeError in client.js +* Parse decimals as string (vadimg) + +## v0.9.2 (2011-08-07) + +* The underlaying socket connection is now managed implicitly rather than explicitly. +* Check the [upgrading guide][] for a full list of changes. + +## v0.9.1 (2011-02-20) + +* Fix issue #49 / `client.escape()` throwing exceptions on objects. (Nick Payne) +* Drop < v0.4.x compatibility. From now on you need node v0.4.x to use this module. + +## Older releases + +These releases were done before maintaining this file: + +* [v0.9.0](https://github.com/mysqljs/mysql/compare/v0.8.0...v0.9.0) + (2011-01-04) +* [v0.8.0](https://github.com/mysqljs/mysql/compare/v0.7.0...v0.8.0) + (2010-10-30) +* [v0.7.0](https://github.com/mysqljs/mysql/compare/v0.6.0...v0.7.0) + (2010-10-14) +* [v0.6.0](https://github.com/mysqljs/mysql/compare/v0.5.0...v0.6.0) + (2010-09-28) +* [v0.5.0](https://github.com/mysqljs/mysql/compare/v0.4.0...v0.5.0) + (2010-09-17) +* [v0.4.0](https://github.com/mysqljs/mysql/compare/v0.3.0...v0.4.0) + (2010-09-02) +* [v0.3.0](https://github.com/mysqljs/mysql/compare/v0.2.0...v0.3.0) + (2010-08-25) +* [v0.2.0](https://github.com/mysqljs/mysql/compare/v0.1.0...v0.2.0) + (2010-08-22) +* [v0.1.0](https://github.com/mysqljs/mysql/commits/v0.1.0) + (2010-08-22) diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/License" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/License" new file mode 100644 index 0000000..c7ff12a --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/License" @@ -0,0 +1,19 @@ +Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/Readme.md" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/Readme.md" new file mode 100644 index 0000000..d7c9aa2 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/Readme.md" @@ -0,0 +1,1548 @@ +# mysql + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-image]][node-url] +[![Linux Build][travis-image]][travis-url] +[![Windows Build][appveyor-image]][appveyor-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +## Table of Contents + +- [Install](#install) +- [Introduction](#introduction) +- [Contributors](#contributors) +- [Sponsors](#sponsors) +- [Community](#community) +- [Establishing connections](#establishing-connections) +- [Connection options](#connection-options) + - [SSL options](#ssl-options) + - [Connection flags](#connection-flags) +- [Terminating connections](#terminating-connections) +- [Pooling connections](#pooling-connections) +- [Pool options](#pool-options) +- [Pool events](#pool-events) + - [acquire](#acquire) + - [connection](#connection) + - [enqueue](#enqueue) + - [release](#release) +- [Closing all the connections in a pool](#closing-all-the-connections-in-a-pool) +- [PoolCluster](#poolcluster) + - [PoolCluster options](#poolcluster-options) +- [Switching users and altering connection state](#switching-users-and-altering-connection-state) +- [Server disconnects](#server-disconnects) +- [Performing queries](#performing-queries) +- [Escaping query values](#escaping-query-values) +- [Escaping query identifiers](#escaping-query-identifiers) + - [Preparing Queries](#preparing-queries) + - [Custom format](#custom-format) +- [Getting the id of an inserted row](#getting-the-id-of-an-inserted-row) +- [Getting the number of affected rows](#getting-the-number-of-affected-rows) +- [Getting the number of changed rows](#getting-the-number-of-changed-rows) +- [Getting the connection ID](#getting-the-connection-id) +- [Executing queries in parallel](#executing-queries-in-parallel) +- [Streaming query rows](#streaming-query-rows) + - [Piping results with Streams](#piping-results-with-streams) +- [Multiple statement queries](#multiple-statement-queries) +- [Stored procedures](#stored-procedures) +- [Joins with overlapping column names](#joins-with-overlapping-column-names) +- [Transactions](#transactions) +- [Ping](#ping) +- [Timeouts](#timeouts) +- [Error handling](#error-handling) +- [Exception Safety](#exception-safety) +- [Type casting](#type-casting) + - [Number](#number) + - [Date](#date) + - [Buffer](#buffer) + - [String](#string) + - [Custom type casting](#custom-type-casting) +- [Debugging and reporting problems](#debugging-and-reporting-problems) +- [Security issues](#security-issues) +- [Contributing](#contributing) +- [Running tests](#running-tests) + - [Running unit tests](#running-unit-tests) + - [Running integration tests](#running-integration-tests) +- [Todo](#todo) + +## Install + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). + +Before installing, [download and install Node.js](https://nodejs.org/en/download/). +Node.js 0.6 or higher is required. + +Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install mysql +``` + +For information about the previous 0.9.x releases, visit the [v0.9 branch][]. + +Sometimes I may also ask you to install the latest version from Github to check +if a bugfix is working. In this case, please do: + +```sh +$ npm install mysqljs/mysql +``` + +[v0.9 branch]: https://github.com/mysqljs/mysql/tree/v0.9 + +## Introduction + +This is a node.js driver for mysql. It is written in JavaScript, does not +require compiling, and is 100% MIT licensed. + +Here is an example on how to use it: + +```js +var mysql = require('mysql'); +var connection = mysql.createConnection({ + host : 'localhost', + user : 'me', + password : 'secret', + database : 'my_db' +}); + +connection.connect(); + +connection.query('SELECT 1 + 1 AS solution', function (error, results, fields) { + if (error) throw error; + console.log('The solution is: ', results[0].solution); +}); + +connection.end(); +``` + +From this example, you can learn the following: + +* Every method you invoke on a connection is queued and executed in sequence. +* Closing the connection is done using `end()` which makes sure all remaining + queries are executed before sending a quit packet to the mysql server. + +## Contributors + +Thanks goes to the people who have contributed code to this module, see the +[GitHub Contributors page][]. + +[GitHub Contributors page]: https://github.com/mysqljs/mysql/graphs/contributors + +Additionally I'd like to thank the following people: + +* [Andrey Hristov][] (Oracle) - for helping me with protocol questions. +* [Ulf Wendel][] (Oracle) - for helping me with protocol questions. + +[Ulf Wendel]: http://blog.ulf-wendel.de/ +[Andrey Hristov]: http://andrey.hristov.com/ + +## Sponsors + +The following companies have supported this project financially, allowing me to +spend more time on it (ordered by time of contribution): + +* [Transloadit](http://transloadit.com) (my startup, we do file uploading & + video encoding as a service, check it out) +* [Joyent](http://www.joyent.com/) +* [pinkbike.com](http://pinkbike.com/) +* [Holiday Extras](http://www.holidayextras.co.uk/) (they are [hiring](http://join.holidayextras.co.uk/)) +* [Newscope](http://newscope.com/) (they are [hiring](https://newscope.com/unternehmen/jobs/)) + +## Community + +If you'd like to discuss this module, or ask questions about it, please use one +of the following: + +* **Mailing list**: https://groups.google.com/forum/#!forum/node-mysql +* **IRC Channel**: #node.js (on freenode.net, I pay attention to any message + including the term `mysql`) + +## Establishing connections + +The recommended way to establish a connection is this: + +```js +var mysql = require('mysql'); +var connection = mysql.createConnection({ + host : 'example.org', + user : 'bob', + password : 'secret' +}); + +connection.connect(function(err) { + if (err) { + console.error('error connecting: ' + err.stack); + return; + } + + console.log('connected as id ' + connection.threadId); +}); +``` + +However, a connection can also be implicitly established by invoking a query: + +```js +var mysql = require('mysql'); +var connection = mysql.createConnection(...); + +connection.query('SELECT 1', function (error, results, fields) { + if (error) throw error; + // connected! +}); +``` + +Depending on how you like to handle your errors, either method may be +appropriate. Any type of connection error (handshake or network) is considered +a fatal error, see the [Error Handling](#error-handling) section for more +information. + +## Connection options + +When establishing a connection, you can set the following options: + +* `host`: The hostname of the database you are connecting to. (Default: + `localhost`) +* `port`: The port number to connect to. (Default: `3306`) +* `localAddress`: The source IP address to use for TCP connection. (Optional) +* `socketPath`: The path to a unix domain socket to connect to. When used `host` + and `port` are ignored. +* `user`: The MySQL user to authenticate as. +* `password`: The password of that MySQL user. +* `database`: Name of the database to use for this connection (Optional). +* `charset`: The charset for the connection. This is called "collation" in the SQL-level + of MySQL (like `utf8_general_ci`). If a SQL-level charset is specified (like `utf8mb4`) + then the default collation for that charset is used. (Default: `'UTF8_GENERAL_CI'`) +* `timezone`: The timezone configured on the MySQL server. This is used to type cast server date/time values to JavaScript `Date` object and vice versa. This can be `'local'`, `'Z'`, or an offset in the form `+HH:MM` or `-HH:MM`. (Default: `'local'`) +* `connectTimeout`: The milliseconds before a timeout occurs during the initial connection + to the MySQL server. (Default: `10000`) +* `stringifyObjects`: Stringify objects instead of converting to values. See +issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `false`) +* `insecureAuth`: Allow connecting to MySQL instances that ask for the old + (insecure) authentication method. (Default: `false`) +* `typeCast`: Determines if column values should be converted to native + JavaScript types. (Default: `true`) +* `queryFormat`: A custom query format function. See [Custom format](#custom-format). +* `supportBigNumbers`: When dealing with big numbers (BIGINT and DECIMAL columns) in the database, + you should enable this option (Default: `false`). +* `bigNumberStrings`: Enabling both `supportBigNumbers` and `bigNumberStrings` forces big numbers + (BIGINT and DECIMAL columns) to be always returned as JavaScript String objects (Default: `false`). + Enabling `supportBigNumbers` but leaving `bigNumberStrings` disabled will return big numbers as String + objects only when they cannot be accurately represented with [JavaScript Number objects] (http://ecma262-5.com/ELS5_HTML.htm#Section_8.5) + (which happens when they exceed the [-2^53, +2^53] range), otherwise they will be returned as + Number objects. This option is ignored if `supportBigNumbers` is disabled. +* `dateStrings`: Force date types (TIMESTAMP, DATETIME, DATE) to be returned as strings rather than + inflated into JavaScript Date objects. Can be `true`/`false` or an array of type names to keep as + strings. (Default: `false`) +* `debug`: Prints protocol details to stdout. Can be `true`/`false` or an array of packet type names + that should be printed. (Default: `false`) +* `trace`: Generates stack traces on `Error` to include call site of library + entrance ("long stack traces"). Slight performance penalty for most calls. + (Default: `true`) +* `localInfile`: Allow `LOAD DATA INFILE` to use the `LOCAL` modifier. (Default: `true`) +* `multipleStatements`: Allow multiple mysql statements per query. Be careful + with this, it could increase the scope of SQL injection attacks. (Default: `false`) +* `flags`: List of connection flags to use other than the default ones. It is + also possible to blacklist default ones. For more information, check + [Connection Flags](#connection-flags). +* `ssl`: object with ssl parameters or a string containing name of ssl profile. See [SSL options](#ssl-options). + + +In addition to passing these options as an object, you can also use a url +string. For example: + +```js +var connection = mysql.createConnection('mysql://user:pass@host/db?debug=true&charset=BIG5_CHINESE_CI&timezone=-0700'); +``` + +Note: The query values are first attempted to be parsed as JSON, and if that +fails assumed to be plaintext strings. + +### SSL options + +The `ssl` option in the connection options takes a string or an object. When given a string, +it uses one of the predefined SSL profiles included. The following profiles are included: + +* `"Amazon RDS"`: this profile is for connecting to an Amazon RDS server and contains the + certificates from https://rds.amazonaws.com/doc/rds-ssl-ca-cert.pem and + https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem + +When connecting to other servers, you will need to provide an object of options, in the +same format as [tls.createSecureContext](https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options). +Please note the arguments expect a string of the certificate, not a file name to the +certificate. Here is a simple example: + +```js +var connection = mysql.createConnection({ + host : 'localhost', + ssl : { + ca : fs.readFileSync(__dirname + '/mysql-ca.crt') + } +}); +``` + +You can also connect to a MySQL server without properly providing the appropriate +CA to trust. _You should not do this_. + +```js +var connection = mysql.createConnection({ + host : 'localhost', + ssl : { + // DO NOT DO THIS + // set up your ca correctly to trust the connection + rejectUnauthorized: false + } +}); +``` + +### Connection flags + +If, for any reason, you would like to change the default connection flags, you +can use the connection option `flags`. Pass a string with a comma separated list +of items to add to the default flags. If you don't want a default flag to be used +prepend the flag with a minus sign. To add a flag that is not in the default list, +just write the flag name, or prefix it with a plus (case insensitive). + +```js +var connection = mysql.createConnection({ + // disable FOUND_ROWS flag, enable IGNORE_SPACE flag + flags: '-FOUND_ROWS,IGNORE_SPACE' +}); +``` + +The following flags are available: + +- `COMPRESS` - Enable protocol compression. This feature is not currently supported + by the Node.js implementation so cannot be turned on. (Default off) +- `CONNECT_WITH_DB` - Ability to specify the database on connection. (Default on) +- `FOUND_ROWS` - Send the found rows instead of the affected rows as `affectedRows`. + (Default on) +- `IGNORE_SIGPIPE` - Don't issue SIGPIPE if network failures. This flag has no effect + on this Node.js implementation. (Default on) +- `IGNORE_SPACE` - Let the parser ignore spaces before the `(` in queries. (Default on) +- `INTERACTIVE` - Indicates to the MySQL server this is an "interactive" client. This + will use the interactive timeouts on the MySQL server and report as interactive in + the process list. (Default off) +- `LOCAL_FILES` - Can use `LOAD DATA LOCAL`. This flag is controlled by the connection + option `localInfile`. (Default on) +- `LONG_FLAG` - Longer flags in Protocol::ColumnDefinition320. (Default on) +- `LONG_PASSWORD` - Use the improved version of Old Password Authentication. + (Default on) +- `MULTI_RESULTS` - Can handle multiple resultsets for queries. (Default on) +- `MULTI_STATEMENTS` - The client may send multiple statement per query or + statement prepare (separated by `;`). This flag is controlled by the connection + option `multipleStatements`. (Default off) +- `NO_SCHEMA` +- `ODBC` Special handling of ODBC behaviour. This flag has no effect on this Node.js + implementation. (Default on) +- `PLUGIN_AUTH` - Uses the plugin authentication mechanism when connecting to the + MySQL server. This feature is not currently supported by the Node.js implementation + so cannot be turned on. (Default off) +- `PROTOCOL_41` - Uses the 4.1 protocol. (Default on) +- `PS_MULTI_RESULTS` - Can handle multiple resultsets for execute. (Default on) +- `REMEMBER_OPTIONS` - This is specific to the C client, and has no effect on this + Node.js implementation. (Default off) +- `RESERVED` - Old flag for the 4.1 protocol. (Default on) +- `SECURE_CONNECTION` - Support native 4.1 authentication. (Default on) +- `SSL` - Use SSL after handshake to encrypt data in transport. This feature is + controlled though the `ssl` connection option, so the flag has no effect. + (Default off) +- `SSL_VERIFY_SERVER_CERT` - Verify the server certificate during SSL set up. This + feature is controlled though the `ssl.rejectUnauthorized` connection option, so + the flag has no effect. (Default off) +- `TRANSACTIONS` - Asks for the transaction status flags. (Default on) + +## Terminating connections + +There are two ways to end a connection. Terminating a connection gracefully is +done by calling the `end()` method: + +```js +connection.end(function(err) { + // The connection is terminated now +}); +``` + +This will make sure all previously enqueued queries are still before sending a +`COM_QUIT` packet to the MySQL server. If a fatal error occurs before the +`COM_QUIT` packet can be sent, an `err` argument will be provided to the +callback, but the connection will be terminated regardless of that. + +An alternative way to end the connection is to call the `destroy()` method. +This will cause an immediate termination of the underlying socket. +Additionally `destroy()` guarantees that no more events or callbacks will be +triggered for the connection. + +```js +connection.destroy(); +``` + +Unlike `end()` the `destroy()` method does not take a callback argument. + +## Pooling connections + +Rather than creating and managing connections one-by-one, this module also +provides built-in connection pooling using `mysql.createPool(config)`. +[Read more about connection pooling](https://en.wikipedia.org/wiki/Connection_pool). + +Create a pool and use it directly: + +```js +var mysql = require('mysql'); +var pool = mysql.createPool({ + connectionLimit : 10, + host : 'example.org', + user : 'bob', + password : 'secret', + database : 'my_db' +}); + +pool.query('SELECT 1 + 1 AS solution', function (error, results, fields) { + if (error) throw error; + console.log('The solution is: ', results[0].solution); +}); +``` + +This is a shortcut for the `pool.getConnection()` -> `connection.query()` -> +`connection.release()` code flow. Using `pool.getConnection()` is useful to +share connection state for subsequent queries. This is because two calls to +`pool.query()` may use two different connections and run in parallel. This is +the basic structure: + +```js +var mysql = require('mysql'); +var pool = mysql.createPool(...); + +pool.getConnection(function(err, connection) { + if (err) throw err; // not connected! + + // Use the connection + connection.query('SELECT something FROM sometable', function (error, results, fields) { + // When done with the connection, release it. + connection.release(); + + // Handle error after the release. + if (error) throw error; + + // Don't use the connection here, it has been returned to the pool. + }); +}); +``` + +If you would like to close the connection and remove it from the pool, use +`connection.destroy()` instead. The pool will create a new connection the next +time one is needed. + +Connections are lazily created by the pool. If you configure the pool to allow +up to 100 connections, but only ever use 5 simultaneously, only 5 connections +will be made. Connections are also cycled round-robin style, with connections +being taken from the top of the pool and returning to the bottom. + +When a previous connection is retrieved from the pool, a ping packet is sent +to the server to check if the connection is still good. + +## Pool options + +Pools accept all the same [options as a connection](#connection-options). +When creating a new connection, the options are simply passed to the connection +constructor. In addition to those options pools accept a few extras: + +* `acquireTimeout`: The milliseconds before a timeout occurs during the connection + acquisition. This is slightly different from `connectTimeout`, because acquiring + a pool connection does not always involve making a connection. If a connection + request is queued, the time the request spends in the queue does not count + towards this timeout. (Default: `10000`) +* `waitForConnections`: Determines the pool's action when no connections are + available and the limit has been reached. If `true`, the pool will queue the + connection request and call it when one becomes available. If `false`, the + pool will immediately call back with an error. (Default: `true`) +* `connectionLimit`: The maximum number of connections to create at once. + (Default: `10`) +* `queueLimit`: The maximum number of connection requests the pool will queue + before returning an error from `getConnection`. If set to `0`, there is no + limit to the number of queued connection requests. (Default: `0`) + +## Pool events + +### acquire + +The pool will emit an `acquire` event when a connection is acquired from the pool. +This is called after all acquiring activity has been performed on the connection, +right before the connection is handed to the callback of the acquiring code. + +```js +pool.on('acquire', function (connection) { + console.log('Connection %d acquired', connection.threadId); +}); +``` + +### connection + +The pool will emit a `connection` event when a new connection is made within the pool. +If you need to set session variables on the connection before it gets used, you can +listen to the `connection` event. + +```js +pool.on('connection', function (connection) { + connection.query('SET SESSION auto_increment_increment=1') +}); +``` + +### enqueue + +The pool will emit an `enqueue` event when a callback has been queued to wait for +an available connection. + +```js +pool.on('enqueue', function () { + console.log('Waiting for available connection slot'); +}); +``` + +### release + +The pool will emit a `release` event when a connection is released back to the +pool. This is called after all release activity has been performed on the connection, +so the connection will be listed as free at the time of the event. + +```js +pool.on('release', function (connection) { + console.log('Connection %d released', connection.threadId); +}); +``` + +## Closing all the connections in a pool + +When you are done using the pool, you have to end all the connections or the +Node.js event loop will stay active until the connections are closed by the +MySQL server. This is typically done if the pool is used in a script or when +trying to gracefully shutdown a server. To end all the connections in the +pool, use the `end` method on the pool: + +```js +pool.end(function (err) { + // all connections in the pool have ended +}); +``` + +The `end` method takes an _optional_ callback that you can use to know when +all the connections are ended. + +**Once `pool.end` is called, `pool.getConnection` and other operations +can no longer be performed.** Wait until all connections in the pool are +released before calling `pool.end`. If you use the shortcut method +`pool.query`, in place of `pool.getConnection` → `connection.query` → +`connection.release`, wait until it completes. + +`pool.end` calls `connection.end` on every active connection in the pool. +This queues a `QUIT` packet on the connection and sets a flag to prevent +`pool.getConnection` from creating new connections. All commands / queries +already in progress will complete, but new commands won't execute. + +## PoolCluster + +PoolCluster provides multiple hosts connection. (group & retry & selector) + +```js +// create +var poolCluster = mysql.createPoolCluster(); + +// add configurations (the config is a pool config object) +poolCluster.add(config); // add configuration with automatic name +poolCluster.add('MASTER', masterConfig); // add a named configuration +poolCluster.add('SLAVE1', slave1Config); +poolCluster.add('SLAVE2', slave2Config); + +// remove configurations +poolCluster.remove('SLAVE2'); // By nodeId +poolCluster.remove('SLAVE*'); // By target group : SLAVE1-2 + +// Target Group : ALL(anonymous, MASTER, SLAVE1-2), Selector : round-robin(default) +poolCluster.getConnection(function (err, connection) {}); + +// Target Group : MASTER, Selector : round-robin +poolCluster.getConnection('MASTER', function (err, connection) {}); + +// Target Group : SLAVE1-2, Selector : order +// If can't connect to SLAVE1, return SLAVE2. (remove SLAVE1 in the cluster) +poolCluster.on('remove', function (nodeId) { + console.log('REMOVED NODE : ' + nodeId); // nodeId = SLAVE1 +}); + +// A pattern can be passed with * as wildcard +poolCluster.getConnection('SLAVE*', 'ORDER', function (err, connection) {}); + +// The pattern can also be a regular expression +poolCluster.getConnection(/^SLAVE[12]$/, function (err, connection) {}); + +// of namespace : of(pattern, selector) +poolCluster.of('*').getConnection(function (err, connection) {}); + +var pool = poolCluster.of('SLAVE*', 'RANDOM'); +pool.getConnection(function (err, connection) {}); +pool.getConnection(function (err, connection) {}); +pool.query(function (error, results, fields) {}); + +// close all connections +poolCluster.end(function (err) { + // all connections in the pool cluster have ended +}); +``` + +### PoolCluster options + +* `canRetry`: If `true`, `PoolCluster` will attempt to reconnect when connection fails. (Default: `true`) +* `removeNodeErrorCount`: If connection fails, node's `errorCount` increases. + When `errorCount` is greater than `removeNodeErrorCount`, remove a node in the `PoolCluster`. (Default: `5`) +* `restoreNodeTimeout`: If connection fails, specifies the number of milliseconds + before another connection attempt will be made. If set to `0`, then node will be + removed instead and never re-used. (Default: `0`) +* `defaultSelector`: The default selector. (Default: `RR`) + * `RR`: Select one alternately. (Round-Robin) + * `RANDOM`: Select the node by random function. + * `ORDER`: Select the first node available unconditionally. + +```js +var clusterConfig = { + removeNodeErrorCount: 1, // Remove the node immediately when connection fails. + defaultSelector: 'ORDER' +}; + +var poolCluster = mysql.createPoolCluster(clusterConfig); +``` + +## Switching users and altering connection state + +MySQL offers a changeUser command that allows you to alter the current user and +other aspects of the connection without shutting down the underlying socket: + +```js +connection.changeUser({user : 'john'}, function(err) { + if (err) throw err; +}); +``` + +The available options for this feature are: + +* `user`: The name of the new user (defaults to the previous one). +* `password`: The password of the new user (defaults to the previous one). +* `charset`: The new charset (defaults to the previous one). +* `database`: The new database (defaults to the previous one). + +A sometimes useful side effect of this functionality is that this function also +resets any connection state (variables, transactions, etc.). + +Errors encountered during this operation are treated as fatal connection errors +by this module. + +## Server disconnects + +You may lose the connection to a MySQL server due to network problems, the +server timing you out, the server being restarted, or crashing. All of these +events are considered fatal errors, and will have the `err.code = +'PROTOCOL_CONNECTION_LOST'`. See the [Error Handling](#error-handling) section +for more information. + +Re-connecting a connection is done by establishing a new connection. Once +terminated, an existing connection object cannot be re-connected by design. + +With Pool, disconnected connections will be removed from the pool freeing up +space for a new connection to be created on the next getConnection call. + +With PoolCluster, disconnected connections will count as errors against the +related node, incrementing the error code for that node. Once there are more than +`removeNodeErrorCount` errors on a given node, it is removed from the cluster. +When this occurs, the PoolCluster may emit a `POOL_NONEONLINE` error if there are +no longer any matching nodes for the pattern. The `restoreNodeTimeout` config can +be set to restore offline nodes after a given timeout. + +## Performing queries + +The most basic way to perform a query is to call the `.query()` method on an object +(like a `Connection`, `Pool`, or `PoolNamespace` instance). + +The simplest form of .`query()` is `.query(sqlString, callback)`, where a SQL string +is the first argument and the second is a callback: + +```js +connection.query('SELECT * FROM `books` WHERE `author` = "David"', function (error, results, fields) { + // error will be an Error if one occurred during the query + // results will contain the results of the query + // fields will contain information about the returned results fields (if any) +}); +``` + +The second form `.query(sqlString, values, callback)` comes when using +placeholder values (see [escaping query values](#escaping-query-values)): + +```js +connection.query('SELECT * FROM `books` WHERE `author` = ?', ['David'], function (error, results, fields) { + // error will be an Error if one occurred during the query + // results will contain the results of the query + // fields will contain information about the returned results fields (if any) +}); +``` + +The third form `.query(options, callback)` comes when using various advanced +options on the query, like [escaping query values](#escaping-query-values), +[joins with overlapping column names](#joins-with-overlapping-column-names), +[timeouts](#timeout), and [type casting](#type-casting). + +```js +connection.query({ + sql: 'SELECT * FROM `books` WHERE `author` = ?', + timeout: 40000, // 40s + values: ['David'] +}, function (error, results, fields) { + // error will be an Error if one occurred during the query + // results will contain the results of the query + // fields will contain information about the returned results fields (if any) +}); +``` + +Note that a combination of the second and third forms can be used where the +placeholder values are passed as an argument and not in the options object. +The `values` argument will override the `values` in the option object. + +```js +connection.query({ + sql: 'SELECT * FROM `books` WHERE `author` = ?', + timeout: 40000, // 40s + }, + ['David'], + function (error, results, fields) { + // error will be an Error if one occurred during the query + // results will contain the results of the query + // fields will contain information about the returned results fields (if any) + } +); +``` + +If the query only has a single replacement character (`?`), and the value is +not `null`, `undefined`, or an array, it can be passed directly as the second +argument to `.query`: + +```js +connection.query( + 'SELECT * FROM `books` WHERE `author` = ?', + 'David', + function (error, results, fields) { + // error will be an Error if one occurred during the query + // results will contain the results of the query + // fields will contain information about the returned results fields (if any) + } +); +``` + +## Escaping query values + +**Caution** These methods of escaping values only works when the +[NO_BACKSLASH_ESCAPES](https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_no_backslash_escapes) +SQL mode is disabled (which is the default state for MySQL servers). + +In order to avoid SQL Injection attacks, you should always escape any user +provided data before using it inside a SQL query. You can do so using the +`mysql.escape()`, `connection.escape()` or `pool.escape()` methods: + +```js +var userId = 'some user provided value'; +var sql = 'SELECT * FROM users WHERE id = ' + connection.escape(userId); +connection.query(sql, function (error, results, fields) { + if (error) throw error; + // ... +}); +``` + +Alternatively, you can use `?` characters as placeholders for values you would +like to have escaped like this: + +```js +connection.query('SELECT * FROM users WHERE id = ?', [userId], function (error, results, fields) { + if (error) throw error; + // ... +}); +``` + +Multiple placeholders are mapped to values in the same order as passed. For example, +in the following query `foo` equals `a`, `bar` equals `b`, `baz` equals `c`, and +`id` will be `userId`: + +```js +connection.query('UPDATE users SET foo = ?, bar = ?, baz = ? WHERE id = ?', ['a', 'b', 'c', userId], function (error, results, fields) { + if (error) throw error; + // ... +}); +``` + +This looks similar to prepared statements in MySQL, however it really just uses +the same `connection.escape()` method internally. + +**Caution** This also differs from prepared statements in that all `?` are +replaced, even those contained in comments and strings. + +Different value types are escaped differently, here is how: + +* Numbers are left untouched +* Booleans are converted to `true` / `false` +* Date objects are converted to `'YYYY-mm-dd HH:ii:ss'` strings +* Buffers are converted to hex strings, e.g. `X'0fa5'` +* Strings are safely escaped +* Arrays are turned into list, e.g. `['a', 'b']` turns into `'a', 'b'` +* Nested arrays are turned into grouped lists (for bulk inserts), e.g. `[['a', + 'b'], ['c', 'd']]` turns into `('a', 'b'), ('c', 'd')` +* Objects that have a `toSqlString` method will have `.toSqlString()` called + and the returned value is used as the raw SQL. +* Objects are turned into `key = 'val'` pairs for each enumerable property on + the object. If the property's value is a function, it is skipped; if the + property's value is an object, toString() is called on it and the returned + value is used. +* `undefined` / `null` are converted to `NULL` +* `NaN` / `Infinity` are left as-is. MySQL does not support these, and trying + to insert them as values will trigger MySQL errors until they implement + support. + +This escaping allows you to do neat things like this: + +```js +var post = {id: 1, title: 'Hello MySQL'}; +var query = connection.query('INSERT INTO posts SET ?', post, function (error, results, fields) { + if (error) throw error; + // Neat! +}); +console.log(query.sql); // INSERT INTO posts SET `id` = 1, `title` = 'Hello MySQL' +``` + +And the `toSqlString` method allows you to form complex queries with functions: + +```js +var CURRENT_TIMESTAMP = { toSqlString: function() { return 'CURRENT_TIMESTAMP()'; } }; +var sql = mysql.format('UPDATE posts SET modified = ? WHERE id = ?', [CURRENT_TIMESTAMP, 42]); +console.log(sql); // UPDATE posts SET modified = CURRENT_TIMESTAMP() WHERE id = 42 +``` + +To generate objects with a `toSqlString` method, the `mysql.raw()` method can +be used. This creates an object that will be left un-touched when using in a `?` +placeholder, useful for using functions as dynamic values: + +**Caution** The string provided to `mysql.raw()` will skip all escaping +functions when used, so be careful when passing in unvalidated input. + +```js +var CURRENT_TIMESTAMP = mysql.raw('CURRENT_TIMESTAMP()'); +var sql = mysql.format('UPDATE posts SET modified = ? WHERE id = ?', [CURRENT_TIMESTAMP, 42]); +console.log(sql); // UPDATE posts SET modified = CURRENT_TIMESTAMP() WHERE id = 42 +``` + +If you feel the need to escape queries by yourself, you can also use the escaping +function directly: + +```js +var query = "SELECT * FROM posts WHERE title=" + mysql.escape("Hello MySQL"); + +console.log(query); // SELECT * FROM posts WHERE title='Hello MySQL' +``` + +## Escaping query identifiers + +If you can't trust an SQL identifier (database / table / column name) because it is +provided by a user, you should escape it with `mysql.escapeId(identifier)`, +`connection.escapeId(identifier)` or `pool.escapeId(identifier)` like this: + +```js +var sorter = 'date'; +var sql = 'SELECT * FROM posts ORDER BY ' + connection.escapeId(sorter); +connection.query(sql, function (error, results, fields) { + if (error) throw error; + // ... +}); +``` + +It also supports adding qualified identifiers. It will escape both parts. + +```js +var sorter = 'date'; +var sql = 'SELECT * FROM posts ORDER BY ' + connection.escapeId('posts.' + sorter); +// -> SELECT * FROM posts ORDER BY `posts`.`date` +``` + +If you do not want to treat `.` as qualified identifiers, you can set the second +argument to `true` in order to keep the string as a literal identifier: + +```js +var sorter = 'date.2'; +var sql = 'SELECT * FROM posts ORDER BY ' + connection.escapeId(sorter, true); +// -> SELECT * FROM posts ORDER BY `date.2` +``` + +Alternatively, you can use `??` characters as placeholders for identifiers you would +like to have escaped like this: + +```js +var userId = 1; +var columns = ['username', 'email']; +var query = connection.query('SELECT ?? FROM ?? WHERE id = ?', [columns, 'users', userId], function (error, results, fields) { + if (error) throw error; + // ... +}); + +console.log(query.sql); // SELECT `username`, `email` FROM `users` WHERE id = 1 +``` +**Please note that this last character sequence is experimental and syntax might change** + +When you pass an Object to `.escape()` or `.query()`, `.escapeId()` is used to avoid SQL injection in object keys. + +### Preparing Queries + +You can use mysql.format to prepare a query with multiple insertion points, utilizing the proper escaping for ids and values. A simple example of this follows: + +```js +var sql = "SELECT * FROM ?? WHERE ?? = ?"; +var inserts = ['users', 'id', userId]; +sql = mysql.format(sql, inserts); +``` + +Following this you then have a valid, escaped query that you can then send to the database safely. This is useful if you are looking to prepare the query before actually sending it to the database. As mysql.format is exposed from SqlString.format you also have the option (but are not required) to pass in stringifyObject and timezone, allowing you provide a custom means of turning objects into strings, as well as a location-specific/timezone-aware Date. + +### Custom format + +If you prefer to have another type of query escape format, there's a connection configuration option you can use to define a custom format function. You can access the connection object if you want to use the built-in `.escape()` or any other connection function. + +Here's an example of how to implement another format: + +```js +connection.config.queryFormat = function (query, values) { + if (!values) return query; + return query.replace(/\:(\w+)/g, function (txt, key) { + if (values.hasOwnProperty(key)) { + return this.escape(values[key]); + } + return txt; + }.bind(this)); +}; + +connection.query("UPDATE posts SET title = :title", { title: "Hello MySQL" }); +``` + +## Getting the id of an inserted row + +If you are inserting a row into a table with an auto increment primary key, you +can retrieve the insert id like this: + +```js +connection.query('INSERT INTO posts SET ?', {title: 'test'}, function (error, results, fields) { + if (error) throw error; + console.log(results.insertId); +}); +``` + +When dealing with big numbers (above JavaScript Number precision limit), you should +consider enabling `supportBigNumbers` option to be able to read the insert id as a +string, otherwise it will throw an error. + +This option is also required when fetching big numbers from the database, otherwise +you will get values rounded to hundreds or thousands due to the precision limit. + +## Getting the number of affected rows + +You can get the number of affected rows from an insert, update or delete statement. + +```js +connection.query('DELETE FROM posts WHERE title = "wrong"', function (error, results, fields) { + if (error) throw error; + console.log('deleted ' + results.affectedRows + ' rows'); +}) +``` + +## Getting the number of changed rows + +You can get the number of changed rows from an update statement. + +"changedRows" differs from "affectedRows" in that it does not count updated rows +whose values were not changed. + +```js +connection.query('UPDATE posts SET ...', function (error, results, fields) { + if (error) throw error; + console.log('changed ' + results.changedRows + ' rows'); +}) +``` + +## Getting the connection ID + +You can get the MySQL connection ID ("thread ID") of a given connection using the `threadId` +property. + +```js +connection.connect(function(err) { + if (err) throw err; + console.log('connected as id ' + connection.threadId); +}); +``` + +## Executing queries in parallel + +The MySQL protocol is sequential, this means that you need multiple connections +to execute queries in parallel. You can use a Pool to manage connections, one +simple approach is to create one connection per incoming http request. + +## Streaming query rows + +Sometimes you may want to select large quantities of rows and process each of +them as they are received. This can be done like this: + +```js +var query = connection.query('SELECT * FROM posts'); +query + .on('error', function(err) { + // Handle error, an 'end' event will be emitted after this as well + }) + .on('fields', function(fields) { + // the field packets for the rows to follow + }) + .on('result', function(row) { + // Pausing the connnection is useful if your processing involves I/O + connection.pause(); + + processRow(row, function() { + connection.resume(); + }); + }) + .on('end', function() { + // all rows have been received + }); +``` + +Please note a few things about the example above: + +* Usually you will want to receive a certain amount of rows before starting to + throttle the connection using `pause()`. This number will depend on the + amount and size of your rows. +* `pause()` / `resume()` operate on the underlying socket and parser. You are + guaranteed that no more `'result'` events will fire after calling `pause()`. +* You MUST NOT provide a callback to the `query()` method when streaming rows. +* The `'result'` event will fire for both rows as well as OK packets + confirming the success of a INSERT/UPDATE query. +* It is very important not to leave the result paused too long, or you may + encounter `Error: Connection lost: The server closed the connection.` + The time limit for this is determined by the + [net_write_timeout setting](https://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_net_write_timeout) + on your MySQL server. + +Additionally you may be interested to know that it is currently not possible to +stream individual row columns, they will always be buffered up entirely. If you +have a good use case for streaming large fields to and from MySQL, I'd love to +get your thoughts and contributions on this. + +### Piping results with Streams + +The query object provides a convenience method `.stream([options])` that wraps +query events into a [Readable Stream](http://nodejs.org/api/stream.html#stream_class_stream_readable) +object. This stream can easily be piped downstream and provides automatic +pause/resume, based on downstream congestion and the optional `highWaterMark`. +The `objectMode` parameter of the stream is set to `true` and cannot be changed +(if you need a byte stream, you will need to use a transform stream, like +[objstream](https://www.npmjs.com/package/objstream) for example). + +For example, piping query results into another stream (with a max buffer of 5 +objects) is simply: + +```js +connection.query('SELECT * FROM posts') + .stream({highWaterMark: 5}) + .pipe(...); +``` + +## Multiple statement queries + +Support for multiple statements is disabled for security reasons (it allows for +SQL injection attacks if values are not properly escaped). To use this feature +you have to enable it for your connection: + +```js +var connection = mysql.createConnection({multipleStatements: true}); +``` + +Once enabled, you can execute multiple statement queries like any other query: + +```js +connection.query('SELECT 1; SELECT 2', function (error, results, fields) { + if (error) throw error; + // `results` is an array with one element for every statement in the query: + console.log(results[0]); // [{1: 1}] + console.log(results[1]); // [{2: 2}] +}); +``` + +Additionally you can also stream the results of multiple statement queries: + +```js +var query = connection.query('SELECT 1; SELECT 2'); + +query + .on('fields', function(fields, index) { + // the fields for the result rows that follow + }) + .on('result', function(row, index) { + // index refers to the statement this result belongs to (starts at 0) + }); +``` + +If one of the statements in your query causes an error, the resulting Error +object contains a `err.index` property which tells you which statement caused +it. MySQL will also stop executing any remaining statements when an error +occurs. + +Please note that the interface for streaming multiple statement queries is +experimental and I am looking forward to feedback on it. + +## Stored procedures + +You can call stored procedures from your queries as with any other mysql driver. +If the stored procedure produces several result sets, they are exposed to you +the same way as the results for multiple statement queries. + +## Joins with overlapping column names + +When executing joins, you are likely to get result sets with overlapping column +names. + +By default, node-mysql will overwrite colliding column names in the +order the columns are received from MySQL, causing some of the received values +to be unavailable. + +However, you can also specify that you want your columns to be nested below +the table name like this: + +```js +var options = {sql: '...', nestTables: true}; +connection.query(options, function (error, results, fields) { + if (error) throw error; + /* results will be an array like this now: + [{ + table1: { + fieldA: '...', + fieldB: '...', + }, + table2: { + fieldA: '...', + fieldB: '...', + }, + }, ...] + */ +}); +``` + +Or use a string separator to have your results merged. + +```js +var options = {sql: '...', nestTables: '_'}; +connection.query(options, function (error, results, fields) { + if (error) throw error; + /* results will be an array like this now: + [{ + table1_fieldA: '...', + table1_fieldB: '...', + table2_fieldA: '...', + table2_fieldB: '...', + }, ...] + */ +}); +``` + +## Transactions + +Simple transaction support is available at the connection level: + +```js +connection.beginTransaction(function(err) { + if (err) { throw err; } + connection.query('INSERT INTO posts SET title=?', title, function (error, results, fields) { + if (error) { + return connection.rollback(function() { + throw error; + }); + } + + var log = 'Post ' + results.insertId + ' added'; + + connection.query('INSERT INTO log SET data=?', log, function (error, results, fields) { + if (error) { + return connection.rollback(function() { + throw error; + }); + } + connection.commit(function(err) { + if (err) { + return connection.rollback(function() { + throw err; + }); + } + console.log('success!'); + }); + }); + }); +}); +``` +Please note that beginTransaction(), commit() and rollback() are simply convenience +functions that execute the START TRANSACTION, COMMIT, and ROLLBACK commands respectively. +It is important to understand that many commands in MySQL can cause an implicit commit, +as described [in the MySQL documentation](http://dev.mysql.com/doc/refman/5.5/en/implicit-commit.html) + +## Ping + +A ping packet can be sent over a connection using the `connection.ping` method. This +method will send a ping packet to the server and when the server responds, the callback +will fire. If an error occurred, the callback will fire with an error argument. + +```js +connection.ping(function (err) { + if (err) throw err; + console.log('Server responded to ping'); +}) +``` + +## Timeouts + +Every operation takes an optional inactivity timeout option. This allows you to +specify appropriate timeouts for operations. It is important to note that these +timeouts are not part of the MySQL protocol, and rather timeout operations through +the client. This means that when a timeout is reached, the connection it occurred +on will be destroyed and no further operations can be performed. + +```js +// Kill query after 60s +connection.query({sql: 'SELECT COUNT(*) AS count FROM big_table', timeout: 60000}, function (error, results, fields) { + if (error && error.code === 'PROTOCOL_SEQUENCE_TIMEOUT') { + throw new Error('too long to count table rows!'); + } + + if (error) { + throw error; + } + + console.log(results[0].count + ' rows'); +}); +``` + +## Error handling + +This module comes with a consistent approach to error handling that you should +review carefully in order to write solid applications. + +Most errors created by this module are instances of the JavaScript [Error][] +object. Additionally they typically come with two extra properties: + +* `err.code`: String, contains the MySQL server error symbol if the error is + a [MySQL server error][] (e.g. `'ER_ACCESS_DENIED_ERROR'`), a Node.js error + code if it is a Node.js error (e.g. `'ECONNREFUSED'`), or an internal error + code (e.g. `'PROTOCOL_CONNECTION_LOST'`). +* `err.errno`: Number, contains the MySQL server error number. Only populated + from [MySQL server error][]. +* `err.fatal`: Boolean, indicating if this error is terminal to the connection + object. If the error is not from a MySQL protocol operation, this property + will not be defined. +* `err.sql`: String, contains the full SQL of the failed query. This can be + useful when using a higher level interface like an ORM that is generating + the queries. +* `err.sqlState`: String, contains the five-character SQLSTATE value. Only populated from [MySQL server error][]. +* `err.sqlMessage`: String, contains the message string that provides a + textual description of the error. Only populated from [MySQL server error][]. + +[Error]: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error +[MySQL server error]: https://dev.mysql.com/doc/refman/5.5/en/server-error-reference.html + +Fatal errors are propagated to *all* pending callbacks. In the example below, a +fatal error is triggered by trying to connect to an invalid port. Therefore the +error object is propagated to both pending callbacks: + +```js +var connection = require('mysql').createConnection({ + port: 84943, // WRONG PORT +}); + +connection.connect(function(err) { + console.log(err.code); // 'ECONNREFUSED' + console.log(err.fatal); // true +}); + +connection.query('SELECT 1', function (error, results, fields) { + console.log(error.code); // 'ECONNREFUSED' + console.log(error.fatal); // true +}); +``` + +Normal errors however are only delegated to the callback they belong to. So in +the example below, only the first callback receives an error, the second query +works as expected: + +```js +connection.query('USE name_of_db_that_does_not_exist', function (error, results, fields) { + console.log(error.code); // 'ER_BAD_DB_ERROR' +}); + +connection.query('SELECT 1', function (error, results, fields) { + console.log(error); // null + console.log(results.length); // 1 +}); +``` + +Last but not least: If a fatal errors occurs and there are no pending +callbacks, or a normal error occurs which has no callback belonging to it, the +error is emitted as an `'error'` event on the connection object. This is +demonstrated in the example below: + +```js +connection.on('error', function(err) { + console.log(err.code); // 'ER_BAD_DB_ERROR' +}); + +connection.query('USE name_of_db_that_does_not_exist'); +``` + +Note: `'error'` events are special in node. If they occur without an attached +listener, a stack trace is printed and your process is killed. + +**tl;dr:** This module does not want you to deal with silent failures. You +should always provide callbacks to your method calls. If you want to ignore +this advice and suppress unhandled errors, you can do this: + +```js +// I am Chuck Norris: +connection.on('error', function() {}); +``` + +## Exception Safety + +This module is exception safe. That means you can continue to use it, even if +one of your callback functions throws an error which you're catching using +'uncaughtException' or a domain. + +## Type casting + +For your convenience, this driver will cast mysql types into native JavaScript +types by default. The following mappings exist: + +### Number + +* TINYINT +* SMALLINT +* INT +* MEDIUMINT +* YEAR +* FLOAT +* DOUBLE + +### Date + +* TIMESTAMP +* DATE +* DATETIME + +### Buffer + +* TINYBLOB +* MEDIUMBLOB +* LONGBLOB +* BLOB +* BINARY +* VARBINARY +* BIT (last byte will be filled with 0 bits as necessary) + +### String + +**Note** text in the binary character set is returned as `Buffer`, rather +than a string. + +* CHAR +* VARCHAR +* TINYTEXT +* MEDIUMTEXT +* LONGTEXT +* TEXT +* ENUM +* SET +* DECIMAL (may exceed float precision) +* BIGINT (may exceed float precision) +* TIME (could be mapped to Date, but what date would be set?) +* GEOMETRY (never used those, get in touch if you do) + +It is not recommended (and may go away / change in the future) to disable type +casting, but you can currently do so on either the connection: + +```js +var connection = require('mysql').createConnection({typeCast: false}); +``` + +Or on the query level: + +```js +var options = {sql: '...', typeCast: false}; +var query = connection.query(options, function (error, results, fields) { + if (error) throw error; + // ... +}); +``` + +### Custom type casting + +You can also pass a function and handle type casting yourself. You're given some +column information like database, table and name and also type and length. If you +just want to apply a custom type casting to a specific type you can do it and then +fallback to the default. + +The function is provided two arguments `field` and `next` and is expected to +return the value for the given field by invoking the parser functions through +the `field` object. + +The `field` argument is a `Field` object and contains data about the field that +need to be parsed. The following are some of the properties on a `Field` object: + + * `db` - a string of the database the field came from. + * `table` - a string of the table the field came from. + * `name` - a string of the field name. + * `type` - a string of the field type in all caps. + * `length` - a number of the field length, as given by the database. + +The `next` argument is a `function` that, when called, will return the default +type conversion for the given field. + +When getting the field data, the following helper methods are present on the +`field` object: + + * `.string()` - parse the field into a string. + * `.buffer()` - parse the field into a `Buffer`. + * `.geometry()` - parse the field as a geometry value. + +The MySQL protocol is a text-based protocol. This means that over the wire, all +field types are represented as a string, which is why only string-like functions +are available on the `field` object. Based on the type information (like `INT`), +the type cast should convert the string field into a different JavaScript type +(like a `number`). + +Here's an example of converting `TINYINT(1)` to boolean: + +```js +connection = mysql.createConnection({ + typeCast: function (field, next) { + if (field.type === 'TINY' && field.length === 1) { + return (field.string() === '1'); // 1 = true, 0 = false + } else { + return next(); + } + } +}); +``` + +__WARNING: YOU MUST INVOKE the parser using one of these three field functions +in your custom typeCast callback. They can only be called once.__ + +## Debugging and reporting problems + +If you are running into problems, one thing that may help is enabling the +`debug` mode for the connection: + +```js +var connection = mysql.createConnection({debug: true}); +``` + +This will print all incoming and outgoing packets on stdout. You can also restrict debugging to +packet types by passing an array of types to debug: + +```js +var connection = mysql.createConnection({debug: ['ComQueryPacket', 'RowDataPacket']}); +``` + +to restrict debugging to the query and data packets. + +If that does not help, feel free to open a GitHub issue. A good GitHub issue +will have: + +* The minimal amount of code required to reproduce the problem (if possible) +* As much debugging output and information about your environment (mysql + version, node version, os, etc.) as you can gather. + +## Security issues + +Security issues should not be first reported through GitHub or another public +forum, but kept private in order for the collaborators to assess the report +and either (a) devise a fix and plan a release date or (b) assert that it is +not a security issue (in which case it can be posted in a public forum, like +a GitHub issue). + +The primary private forum is email, either by emailing the module's author or +opening a GitHub issue simply asking to whom a security issues should be +addressed to without disclosing the issue or type of issue. + +An ideal report would include a clear indication of what the security issue is +and how it would be exploited, ideally with an accompanying proof of concept +("PoC") for collaborators to work against and validate potentional fixes against. + +## Contributing + +This project welcomes contributions from the community. Contributions are +accepted using GitHub pull requests. If you're not familiar with making +GitHub pull requests, please refer to the +[GitHub documentation "Creating a pull request"](https://help.github.com/articles/creating-a-pull-request/). + +For a good pull request, we ask you provide the following: + +1. Try to include a clear description of your pull request in the description. + It should include the basic "what" and "why"s for the request. +2. The tests should pass as best as you can. See the [Running tests](#running-tests) + section on how to run the different tests. GitHub will automatically run + the tests as well, to act as a safety net. +3. The pull request should include tests for the change. A new feature should + have tests for the new feature and bug fixes should include a test that fails + without the corresponding code change and passes after they are applied. + The command `npm run test-cov` will generate a `coverage/` folder that + contains HTML pages of the code coverage, to better understand if everything + you're adding is being tested. +4. If the pull request is a new feature, please be sure to include all + appropriate documentation additions in the `Readme.md` file as well. +5. To help ensure that your code is similar in style to the existing code, + run the command `npm run lint` and fix any displayed issues. + +## Running tests + +The test suite is split into two parts: unit tests and integration tests. +The unit tests run on any machine while the integration tests require a +MySQL server instance to be setup. + +### Running unit tests + +```sh +$ FILTER=unit npm test +``` + +### Running integration tests + +Set the environment variables `MYSQL_DATABASE`, `MYSQL_HOST`, `MYSQL_PORT`, +`MYSQL_USER` and `MYSQL_PASSWORD`. `MYSQL_SOCKET` can also be used in place +of `MYSQL_HOST` and `MYSQL_PORT` to connect over a UNIX socket. Then run +`npm test`. + +For example, if you have an installation of mysql running on localhost:3306 +and no password set for the `root` user, run: + +```sh +$ mysql -u root -e "CREATE DATABASE IF NOT EXISTS node_mysql_test" +$ MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_DATABASE=node_mysql_test MYSQL_USER=root MYSQL_PASSWORD= FILTER=integration npm test +``` + +## Todo + +* Prepared statements +* Support for encodings other than UTF-8 / ASCII + +[appveyor-image]: https://badgen.net/appveyor/ci/dougwilson/node-mysql/master?label=windows +[appveyor-url]: https://ci.appveyor.com/project/dougwilson/node-mysql +[coveralls-image]: https://badgen.net/coveralls/c/github/mysqljs/mysql/master +[coveralls-url]: https://coveralls.io/r/mysqljs/mysql?branch=master +[node-image]: https://badgen.net/npm/node/mysql +[node-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/mysql +[npm-url]: https://npmjs.org/package/mysql +[npm-version-image]: https://badgen.net/npm/v/mysql +[travis-image]: https://badgen.net/travis/mysqljs/mysql/master +[travis-url]: https://travis-ci.org/mysqljs/mysql diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/index.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/index.js" new file mode 100644 index 0000000..7262407 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/index.js" @@ -0,0 +1,161 @@ +var Classes = Object.create(null); + +/** + * Create a new Connection instance. + * @param {object|string} config Configuration or connection string for new MySQL connection + * @return {Connection} A new MySQL connection + * @public + */ +exports.createConnection = function createConnection(config) { + var Connection = loadClass('Connection'); + var ConnectionConfig = loadClass('ConnectionConfig'); + + return new Connection({config: new ConnectionConfig(config)}); +}; + +/** + * Create a new Pool instance. + * @param {object|string} config Configuration or connection string for new MySQL connections + * @return {Pool} A new MySQL pool + * @public + */ +exports.createPool = function createPool(config) { + var Pool = loadClass('Pool'); + var PoolConfig = loadClass('PoolConfig'); + + return new Pool({config: new PoolConfig(config)}); +}; + +/** + * Create a new PoolCluster instance. + * @param {object} [config] Configuration for pool cluster + * @return {PoolCluster} New MySQL pool cluster + * @public + */ +exports.createPoolCluster = function createPoolCluster(config) { + var PoolCluster = loadClass('PoolCluster'); + + return new PoolCluster(config); +}; + +/** + * Create a new Query instance. + * @param {string} sql The SQL for the query + * @param {array} [values] Any values to insert into placeholders in sql + * @param {function} [callback] The callback to use when query is complete + * @return {Query} New query object + * @public + */ +exports.createQuery = function createQuery(sql, values, callback) { + var Connection = loadClass('Connection'); + + return Connection.createQuery(sql, values, callback); +}; + +/** + * Escape a value for SQL. + * @param {*} value The value to escape + * @param {boolean} [stringifyObjects=false] Setting if objects should be stringified + * @param {string} [timeZone=local] Setting for time zone to use for Date conversion + * @return {string} Escaped string value + * @public + */ +exports.escape = function escape(value, stringifyObjects, timeZone) { + var SqlString = loadClass('SqlString'); + + return SqlString.escape(value, stringifyObjects, timeZone); +}; + +/** + * Escape an identifier for SQL. + * @param {*} value The value to escape + * @param {boolean} [forbidQualified=false] Setting to treat '.' as part of identifier + * @return {string} Escaped string value + * @public + */ +exports.escapeId = function escapeId(value, forbidQualified) { + var SqlString = loadClass('SqlString'); + + return SqlString.escapeId(value, forbidQualified); +}; + +/** + * Format SQL and replacement values into a SQL string. + * @param {string} sql The SQL for the query + * @param {array} [values] Any values to insert into placeholders in sql + * @param {boolean} [stringifyObjects=false] Setting if objects should be stringified + * @param {string} [timeZone=local] Setting for time zone to use for Date conversion + * @return {string} Formatted SQL string + * @public + */ +exports.format = function format(sql, values, stringifyObjects, timeZone) { + var SqlString = loadClass('SqlString'); + + return SqlString.format(sql, values, stringifyObjects, timeZone); +}; + +/** + * Wrap raw SQL strings from escape overriding. + * @param {string} sql The raw SQL + * @return {object} Wrapped object + * @public + */ +exports.raw = function raw(sql) { + var SqlString = loadClass('SqlString'); + + return SqlString.raw(sql); +}; + +/** + * The type constants. + * @public + */ +Object.defineProperty(exports, 'Types', { + get: loadClass.bind(null, 'Types') +}); + +/** + * Load the given class. + * @param {string} className Name of class to default + * @return {function|object} Class constructor or exports + * @private + */ +function loadClass(className) { + var Class = Classes[className]; + + if (Class !== undefined) { + return Class; + } + + // This uses a switch for static require analysis + switch (className) { + case 'Connection': + Class = require('./lib/Connection'); + break; + case 'ConnectionConfig': + Class = require('./lib/ConnectionConfig'); + break; + case 'Pool': + Class = require('./lib/Pool'); + break; + case 'PoolCluster': + Class = require('./lib/PoolCluster'); + break; + case 'PoolConfig': + Class = require('./lib/PoolConfig'); + break; + case 'SqlString': + Class = require('./lib/protocol/SqlString'); + break; + case 'Types': + Class = require('./lib/protocol/constants/types'); + break; + default: + throw new Error('Cannot find class \'' + className + '\''); + } + + // Store to prevent invoking require() + Classes[className] = Class; + + return Class; +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/Connection.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/Connection.js" new file mode 100644 index 0000000..6802255 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/Connection.js" @@ -0,0 +1,529 @@ +var Crypto = require('crypto'); +var Events = require('events'); +var Net = require('net'); +var tls = require('tls'); +var ConnectionConfig = require('./ConnectionConfig'); +var Protocol = require('./protocol/Protocol'); +var SqlString = require('./protocol/SqlString'); +var Query = require('./protocol/sequences/Query'); +var Util = require('util'); + +module.exports = Connection; +Util.inherits(Connection, Events.EventEmitter); +function Connection(options) { + Events.EventEmitter.call(this); + + this.config = options.config; + + this._socket = options.socket; + this._protocol = new Protocol({config: this.config, connection: this}); + this._connectCalled = false; + this.state = 'disconnected'; + this.threadId = null; +} + +Connection.createQuery = function createQuery(sql, values, callback) { + if (sql instanceof Query) { + return sql; + } + + var cb = callback; + var options = {}; + + if (typeof sql === 'function') { + cb = sql; + } else if (typeof sql === 'object') { + options = Object.create(sql); + + if (typeof values === 'function') { + cb = values; + } else if (values !== undefined) { + Object.defineProperty(options, 'values', { value: values }); + } + } else { + options.sql = sql; + + if (typeof values === 'function') { + cb = values; + } else if (values !== undefined) { + options.values = values; + } + } + + if (cb !== undefined) { + cb = wrapCallbackInDomain(null, cb); + + if (cb === undefined) { + throw new TypeError('argument callback must be a function when provided'); + } + } + + return new Query(options, cb); +}; + +Connection.prototype.connect = function connect(options, callback) { + if (!callback && typeof options === 'function') { + callback = options; + options = {}; + } + + if (!this._connectCalled) { + this._connectCalled = true; + + // Connect either via a UNIX domain socket or a TCP socket. + this._socket = (this.config.socketPath) + ? Net.createConnection(this.config.socketPath) + : Net.createConnection(this.config.port, this.config.host); + + // Connect socket to connection domain + if (Events.usingDomains) { + this._socket.domain = this.domain; + } + + var connection = this; + this._protocol.on('data', function(data) { + connection._socket.write(data); + }); + this._socket.on('data', wrapToDomain(connection, function (data) { + connection._protocol.write(data); + })); + this._protocol.on('end', function() { + connection._socket.end(); + }); + this._socket.on('end', wrapToDomain(connection, function () { + connection._protocol.end(); + })); + + this._socket.on('error', this._handleNetworkError.bind(this)); + this._socket.on('connect', this._handleProtocolConnect.bind(this)); + this._protocol.on('handshake', this._handleProtocolHandshake.bind(this)); + this._protocol.on('initialize', this._handleProtocolInitialize.bind(this)); + this._protocol.on('unhandledError', this._handleProtocolError.bind(this)); + this._protocol.on('drain', this._handleProtocolDrain.bind(this)); + this._protocol.on('end', this._handleProtocolEnd.bind(this)); + this._protocol.on('enqueue', this._handleProtocolEnqueue.bind(this)); + + if (this.config.connectTimeout) { + var handleConnectTimeout = this._handleConnectTimeout.bind(this); + + this._socket.setTimeout(this.config.connectTimeout, handleConnectTimeout); + this._socket.once('connect', function() { + this.setTimeout(0, handleConnectTimeout); + }); + } + } + + this._protocol.handshake(options, wrapCallbackInDomain(this, callback)); +}; + +Connection.prototype.changeUser = function changeUser(options, callback) { + if (!callback && typeof options === 'function') { + callback = options; + options = {}; + } + + this._implyConnect(); + + var charsetNumber = (options.charset) + ? ConnectionConfig.getCharsetNumber(options.charset) + : this.config.charsetNumber; + + return this._protocol.changeUser({ + user : options.user || this.config.user, + password : options.password || this.config.password, + database : options.database || this.config.database, + timeout : options.timeout, + charsetNumber : charsetNumber, + currentConfig : this.config + }, wrapCallbackInDomain(this, callback)); +}; + +Connection.prototype.beginTransaction = function beginTransaction(options, callback) { + if (!callback && typeof options === 'function') { + callback = options; + options = {}; + } + + options = options || {}; + options.sql = 'START TRANSACTION'; + options.values = null; + + return this.query(options, callback); +}; + +Connection.prototype.commit = function commit(options, callback) { + if (!callback && typeof options === 'function') { + callback = options; + options = {}; + } + + options = options || {}; + options.sql = 'COMMIT'; + options.values = null; + + return this.query(options, callback); +}; + +Connection.prototype.rollback = function rollback(options, callback) { + if (!callback && typeof options === 'function') { + callback = options; + options = {}; + } + + options = options || {}; + options.sql = 'ROLLBACK'; + options.values = null; + + return this.query(options, callback); +}; + +Connection.prototype.query = function query(sql, values, cb) { + var query = Connection.createQuery(sql, values, cb); + query._connection = this; + + if (!(typeof sql === 'object' && 'typeCast' in sql)) { + query.typeCast = this.config.typeCast; + } + + if (query.sql) { + query.sql = this.format(query.sql, query.values); + } + + if (query._callback) { + query._callback = wrapCallbackInDomain(this, query._callback); + } + + this._implyConnect(); + + return this._protocol._enqueue(query); +}; + +Connection.prototype.ping = function ping(options, callback) { + if (!callback && typeof options === 'function') { + callback = options; + options = {}; + } + + this._implyConnect(); + this._protocol.ping(options, wrapCallbackInDomain(this, callback)); +}; + +Connection.prototype.statistics = function statistics(options, callback) { + if (!callback && typeof options === 'function') { + callback = options; + options = {}; + } + + this._implyConnect(); + this._protocol.stats(options, wrapCallbackInDomain(this, callback)); +}; + +Connection.prototype.end = function end(options, callback) { + var cb = callback; + var opts = options; + + if (!callback && typeof options === 'function') { + cb = options; + opts = null; + } + + // create custom options reference + opts = Object.create(opts || null); + + if (opts.timeout === undefined) { + // default timeout of 30 seconds + opts.timeout = 30000; + } + + this._implyConnect(); + this._protocol.quit(opts, wrapCallbackInDomain(this, cb)); +}; + +Connection.prototype.destroy = function() { + this.state = 'disconnected'; + this._implyConnect(); + this._socket.destroy(); + this._protocol.destroy(); +}; + +Connection.prototype.pause = function() { + this._socket.pause(); + this._protocol.pause(); +}; + +Connection.prototype.resume = function() { + this._socket.resume(); + this._protocol.resume(); +}; + +Connection.prototype.escape = function(value) { + return SqlString.escape(value, false, this.config.timezone); +}; + +Connection.prototype.escapeId = function escapeId(value) { + return SqlString.escapeId(value, false); +}; + +Connection.prototype.format = function(sql, values) { + if (typeof this.config.queryFormat === 'function') { + return this.config.queryFormat.call(this, sql, values, this.config.timezone); + } + return SqlString.format(sql, values, this.config.stringifyObjects, this.config.timezone); +}; + +if (tls.TLSSocket) { + // 0.11+ environment + Connection.prototype._startTLS = function _startTLS(onSecure) { + var connection = this; + + createSecureContext(this.config, function (err, secureContext) { + if (err) { + onSecure(err); + return; + } + + // "unpipe" + connection._socket.removeAllListeners('data'); + connection._protocol.removeAllListeners('data'); + + // socket <-> encrypted + var rejectUnauthorized = connection.config.ssl.rejectUnauthorized; + var secureEstablished = false; + var secureSocket = new tls.TLSSocket(connection._socket, { + rejectUnauthorized : rejectUnauthorized, + requestCert : true, + secureContext : secureContext, + isServer : false + }); + + // error handler for secure socket + secureSocket.on('_tlsError', function(err) { + if (secureEstablished) { + connection._handleNetworkError(err); + } else { + onSecure(err); + } + }); + + // cleartext <-> protocol + secureSocket.pipe(connection._protocol); + connection._protocol.on('data', function(data) { + secureSocket.write(data); + }); + + secureSocket.on('secure', function() { + secureEstablished = true; + + onSecure(rejectUnauthorized ? this.ssl.verifyError() : null); + }); + + // start TLS communications + secureSocket._start(); + }); + }; +} else { + // pre-0.11 environment + Connection.prototype._startTLS = function _startTLS(onSecure) { + // before TLS: + // _socket <-> _protocol + // after: + // _socket <-> securePair.encrypted <-> securePair.cleartext <-> _protocol + + var connection = this; + var credentials = Crypto.createCredentials({ + ca : this.config.ssl.ca, + cert : this.config.ssl.cert, + ciphers : this.config.ssl.ciphers, + key : this.config.ssl.key, + passphrase : this.config.ssl.passphrase + }); + + var rejectUnauthorized = this.config.ssl.rejectUnauthorized; + var secureEstablished = false; + var securePair = tls.createSecurePair(credentials, false, true, rejectUnauthorized); + + // error handler for secure pair + securePair.on('error', function(err) { + if (secureEstablished) { + connection._handleNetworkError(err); + } else { + onSecure(err); + } + }); + + // "unpipe" + this._socket.removeAllListeners('data'); + this._protocol.removeAllListeners('data'); + + // socket <-> encrypted + securePair.encrypted.pipe(this._socket); + this._socket.on('data', function(data) { + securePair.encrypted.write(data); + }); + + // cleartext <-> protocol + securePair.cleartext.pipe(this._protocol); + this._protocol.on('data', function(data) { + securePair.cleartext.write(data); + }); + + // secure established + securePair.on('secure', function() { + secureEstablished = true; + + if (!rejectUnauthorized) { + onSecure(); + return; + } + + var verifyError = this.ssl.verifyError(); + var err = verifyError; + + // node.js 0.6 support + if (typeof err === 'string') { + err = new Error(verifyError); + err.code = verifyError; + } + + onSecure(err); + }); + + // node.js 0.8 bug + securePair._cycle = securePair.cycle; + securePair.cycle = function cycle() { + if (this.ssl && this.ssl.error) { + this.error(); + } + + return this._cycle.apply(this, arguments); + }; + }; +} + +Connection.prototype._handleConnectTimeout = function() { + if (this._socket) { + this._socket.setTimeout(0); + this._socket.destroy(); + } + + var err = new Error('connect ETIMEDOUT'); + err.errorno = 'ETIMEDOUT'; + err.code = 'ETIMEDOUT'; + err.syscall = 'connect'; + + this._handleNetworkError(err); +}; + +Connection.prototype._handleNetworkError = function(err) { + this._protocol.handleNetworkError(err); +}; + +Connection.prototype._handleProtocolError = function(err) { + this.state = 'protocol_error'; + this.emit('error', err); +}; + +Connection.prototype._handleProtocolDrain = function() { + this.emit('drain'); +}; + +Connection.prototype._handleProtocolConnect = function() { + this.state = 'connected'; + this.emit('connect'); +}; + +Connection.prototype._handleProtocolHandshake = function _handleProtocolHandshake() { + this.state = 'authenticated'; +}; + +Connection.prototype._handleProtocolInitialize = function _handleProtocolInitialize(packet) { + this.threadId = packet.threadId; +}; + +Connection.prototype._handleProtocolEnd = function(err) { + this.state = 'disconnected'; + this.emit('end', err); +}; + +Connection.prototype._handleProtocolEnqueue = function _handleProtocolEnqueue(sequence) { + this.emit('enqueue', sequence); +}; + +Connection.prototype._implyConnect = function() { + if (!this._connectCalled) { + this.connect(); + } +}; + +function createSecureContext (config, cb) { + var context = null; + var error = null; + + try { + context = tls.createSecureContext({ + ca : config.ssl.ca, + cert : config.ssl.cert, + ciphers : config.ssl.ciphers, + key : config.ssl.key, + passphrase : config.ssl.passphrase + }); + } catch (err) { + error = err; + } + + cb(error, context); +} + +function unwrapFromDomain(fn) { + return function () { + var domains = []; + var ret; + + while (process.domain) { + domains.shift(process.domain); + process.domain.exit(); + } + + try { + ret = fn.apply(this, arguments); + } finally { + for (var i = 0; i < domains.length; i++) { + domains[i].enter(); + } + } + + return ret; + }; +} + +function wrapCallbackInDomain(ee, fn) { + if (typeof fn !== 'function') { + return undefined; + } + + if (fn.domain) { + return fn; + } + + var domain = process.domain; + + if (domain) { + return domain.bind(fn); + } else if (ee) { + return unwrapFromDomain(wrapToDomain(ee, fn)); + } else { + return fn; + } +} + +function wrapToDomain(ee, fn) { + return function () { + if (Events.usingDomains && ee.domain) { + ee.domain.enter(); + fn.apply(this, arguments); + ee.domain.exit(); + } else { + fn.apply(this, arguments); + } + }; +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/ConnectionConfig.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/ConnectionConfig.js" new file mode 100644 index 0000000..06f4399 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/ConnectionConfig.js" @@ -0,0 +1,209 @@ +var urlParse = require('url').parse; +var ClientConstants = require('./protocol/constants/client'); +var Charsets = require('./protocol/constants/charsets'); +var SSLProfiles = null; + +module.exports = ConnectionConfig; +function ConnectionConfig(options) { + if (typeof options === 'string') { + options = ConnectionConfig.parseUrl(options); + } + + this.host = options.host || 'localhost'; + this.port = options.port || 3306; + this.localAddress = options.localAddress; + this.socketPath = options.socketPath; + this.user = options.user || undefined; + this.password = options.password || undefined; + this.database = options.database; + this.connectTimeout = (options.connectTimeout === undefined) + ? (10 * 1000) + : options.connectTimeout; + this.insecureAuth = options.insecureAuth || false; + this.supportBigNumbers = options.supportBigNumbers || false; + this.bigNumberStrings = options.bigNumberStrings || false; + this.dateStrings = options.dateStrings || false; + this.debug = options.debug; + this.trace = options.trace !== false; + this.stringifyObjects = options.stringifyObjects || false; + this.timezone = options.timezone || 'local'; + this.flags = options.flags || ''; + this.queryFormat = options.queryFormat; + this.pool = options.pool || undefined; + this.ssl = (typeof options.ssl === 'string') + ? ConnectionConfig.getSSLProfile(options.ssl) + : (options.ssl || false); + this.localInfile = (options.localInfile === undefined) + ? true + : options.localInfile; + this.multipleStatements = options.multipleStatements || false; + this.typeCast = (options.typeCast === undefined) + ? true + : options.typeCast; + + if (this.timezone[0] === ' ') { + // "+" is a url encoded char for space so it + // gets translated to space when giving a + // connection string.. + this.timezone = '+' + this.timezone.substr(1); + } + + if (this.ssl) { + // Default rejectUnauthorized to true + this.ssl.rejectUnauthorized = this.ssl.rejectUnauthorized !== false; + } + + this.maxPacketSize = 0; + this.charsetNumber = (options.charset) + ? ConnectionConfig.getCharsetNumber(options.charset) + : options.charsetNumber || Charsets.UTF8_GENERAL_CI; + + // Set the client flags + var defaultFlags = ConnectionConfig.getDefaultFlags(options); + this.clientFlags = ConnectionConfig.mergeFlags(defaultFlags, options.flags); +} + +ConnectionConfig.mergeFlags = function mergeFlags(defaultFlags, userFlags) { + var allFlags = ConnectionConfig.parseFlagList(defaultFlags); + var newFlags = ConnectionConfig.parseFlagList(userFlags); + + // Merge the new flags + for (var flag in newFlags) { + if (allFlags[flag] !== false) { + allFlags[flag] = newFlags[flag]; + } + } + + // Build flags + var flags = 0x0; + for (var flag in allFlags) { + if (allFlags[flag]) { + // TODO: Throw here on some future release + flags |= ClientConstants['CLIENT_' + flag] || 0x0; + } + } + + return flags; +}; + +ConnectionConfig.getCharsetNumber = function getCharsetNumber(charset) { + var num = Charsets[charset.toUpperCase()]; + + if (num === undefined) { + throw new TypeError('Unknown charset \'' + charset + '\''); + } + + return num; +}; + +ConnectionConfig.getDefaultFlags = function getDefaultFlags(options) { + var defaultFlags = [ + '-COMPRESS', // Compression protocol *NOT* supported + '-CONNECT_ATTRS', // Does *NOT* send connection attributes in Protocol::HandshakeResponse41 + '+CONNECT_WITH_DB', // One can specify db on connect in Handshake Response Packet + '+FOUND_ROWS', // Send found rows instead of affected rows + '+IGNORE_SIGPIPE', // Don't issue SIGPIPE if network failures + '+IGNORE_SPACE', // Let the parser ignore spaces before '(' + '+LOCAL_FILES', // Can use LOAD DATA LOCAL + '+LONG_FLAG', // Longer flags in Protocol::ColumnDefinition320 + '+LONG_PASSWORD', // Use the improved version of Old Password Authentication + '+MULTI_RESULTS', // Can handle multiple resultsets for COM_QUERY + '+ODBC', // Special handling of ODBC behaviour + '-PLUGIN_AUTH', // Does *NOT* support auth plugins + '+PROTOCOL_41', // Uses the 4.1 protocol + '+PS_MULTI_RESULTS', // Can handle multiple resultsets for COM_STMT_EXECUTE + '+RESERVED', // Unused + '+SECURE_CONNECTION', // Supports Authentication::Native41 + '+TRANSACTIONS' // Expects status flags + ]; + + if (options && options.localInfile !== undefined && !options.localInfile) { + // Disable LOCAL modifier for LOAD DATA INFILE + defaultFlags.push('-LOCAL_FILES'); + } + + if (options && options.multipleStatements) { + // May send multiple statements per COM_QUERY and COM_STMT_PREPARE + defaultFlags.push('+MULTI_STATEMENTS'); + } + + return defaultFlags; +}; + +ConnectionConfig.getSSLProfile = function getSSLProfile(name) { + if (!SSLProfiles) { + SSLProfiles = require('./protocol/constants/ssl_profiles'); + } + + var ssl = SSLProfiles[name]; + + if (ssl === undefined) { + throw new TypeError('Unknown SSL profile \'' + name + '\''); + } + + return ssl; +}; + +ConnectionConfig.parseFlagList = function parseFlagList(flagList) { + var allFlags = Object.create(null); + + if (!flagList) { + return allFlags; + } + + var flags = !Array.isArray(flagList) + ? String(flagList || '').toUpperCase().split(/\s*,+\s*/) + : flagList; + + for (var i = 0; i < flags.length; i++) { + var flag = flags[i]; + var offset = 1; + var state = flag[0]; + + if (state === undefined) { + // TODO: throw here on some future release + continue; + } + + if (state !== '-' && state !== '+') { + offset = 0; + state = '+'; + } + + allFlags[flag.substr(offset)] = state === '+'; + } + + return allFlags; +}; + +ConnectionConfig.parseUrl = function(url) { + url = urlParse(url, true); + + var options = { + host : url.hostname, + port : url.port, + database : url.pathname.substr(1) + }; + + if (url.auth) { + var auth = url.auth.split(':'); + options.user = auth.shift(); + options.password = auth.join(':'); + } + + if (url.query) { + for (var key in url.query) { + var value = url.query[key]; + + try { + // Try to parse this as a JSON expression first + options[key] = JSON.parse(value); + } catch (err) { + // Otherwise assume it is a plain string + options[key] = value; + } + } + } + + return options; +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/Pool.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/Pool.js" new file mode 100644 index 0000000..87a4011 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/Pool.js" @@ -0,0 +1,294 @@ +var mysql = require('../'); +var Connection = require('./Connection'); +var EventEmitter = require('events').EventEmitter; +var Util = require('util'); +var PoolConnection = require('./PoolConnection'); + +module.exports = Pool; + +Util.inherits(Pool, EventEmitter); +function Pool(options) { + EventEmitter.call(this); + this.config = options.config; + this.config.connectionConfig.pool = this; + + this._acquiringConnections = []; + this._allConnections = []; + this._freeConnections = []; + this._connectionQueue = []; + this._closed = false; +} + +Pool.prototype.getConnection = function (cb) { + + if (this._closed) { + var err = new Error('Pool is closed.'); + err.code = 'POOL_CLOSED'; + process.nextTick(function () { + cb(err); + }); + return; + } + + var connection; + var pool = this; + + if (this._freeConnections.length > 0) { + connection = this._freeConnections.shift(); + this.acquireConnection(connection, cb); + return; + } + + if (this.config.connectionLimit === 0 || this._allConnections.length < this.config.connectionLimit) { + connection = new PoolConnection(this, { config: this.config.newConnectionConfig() }); + + this._acquiringConnections.push(connection); + this._allConnections.push(connection); + + connection.connect({timeout: this.config.acquireTimeout}, function onConnect(err) { + spliceConnection(pool._acquiringConnections, connection); + + if (pool._closed) { + err = new Error('Pool is closed.'); + err.code = 'POOL_CLOSED'; + } + + if (err) { + pool._purgeConnection(connection); + cb(err); + return; + } + + pool.emit('connection', connection); + pool.emit('acquire', connection); + cb(null, connection); + }); + return; + } + + if (!this.config.waitForConnections) { + process.nextTick(function(){ + var err = new Error('No connections available.'); + err.code = 'POOL_CONNLIMIT'; + cb(err); + }); + return; + } + + this._enqueueCallback(cb); +}; + +Pool.prototype.acquireConnection = function acquireConnection(connection, cb) { + if (connection._pool !== this) { + throw new Error('Connection acquired from wrong pool.'); + } + + var changeUser = this._needsChangeUser(connection); + var pool = this; + + this._acquiringConnections.push(connection); + + function onOperationComplete(err) { + spliceConnection(pool._acquiringConnections, connection); + + if (pool._closed) { + err = new Error('Pool is closed.'); + err.code = 'POOL_CLOSED'; + } + + if (err) { + pool._connectionQueue.unshift(cb); + pool._purgeConnection(connection); + return; + } + + if (changeUser) { + pool.emit('connection', connection); + } + + pool.emit('acquire', connection); + cb(null, connection); + } + + if (changeUser) { + // restore user back to pool configuration + connection.config = this.config.newConnectionConfig(); + connection.changeUser({timeout: this.config.acquireTimeout}, onOperationComplete); + } else { + // ping connection + connection.ping({timeout: this.config.acquireTimeout}, onOperationComplete); + } +}; + +Pool.prototype.releaseConnection = function releaseConnection(connection) { + + if (this._acquiringConnections.indexOf(connection) !== -1) { + // connection is being acquired + return; + } + + if (connection._pool) { + if (connection._pool !== this) { + throw new Error('Connection released to wrong pool'); + } + + if (this._freeConnections.indexOf(connection) !== -1) { + // connection already in free connection pool + // this won't catch all double-release cases + throw new Error('Connection already released'); + } else { + // add connection to end of free queue + this._freeConnections.push(connection); + this.emit('release', connection); + } + } + + if (this._closed) { + // empty the connection queue + this._connectionQueue.splice(0).forEach(function (cb) { + var err = new Error('Pool is closed.'); + err.code = 'POOL_CLOSED'; + process.nextTick(function () { + cb(err); + }); + }); + } else if (this._connectionQueue.length) { + // get connection with next waiting callback + this.getConnection(this._connectionQueue.shift()); + } +}; + +Pool.prototype.end = function (cb) { + this._closed = true; + + if (typeof cb !== 'function') { + cb = function (err) { + if (err) throw err; + }; + } + + var calledBack = false; + var waitingClose = 0; + + function onEnd(err) { + if (!calledBack && (err || --waitingClose <= 0)) { + calledBack = true; + cb(err); + } + } + + while (this._allConnections.length !== 0) { + waitingClose++; + this._purgeConnection(this._allConnections[0], onEnd); + } + + if (waitingClose === 0) { + process.nextTick(onEnd); + } +}; + +Pool.prototype.query = function (sql, values, cb) { + var query = Connection.createQuery(sql, values, cb); + + if (!(typeof sql === 'object' && 'typeCast' in sql)) { + query.typeCast = this.config.connectionConfig.typeCast; + } + + if (this.config.connectionConfig.trace) { + // Long stack trace support + query._callSite = new Error(); + } + + this.getConnection(function (err, conn) { + if (err) { + query.on('error', function () {}); + query.end(err); + return; + } + + // Release connection based off event + query.once('end', function() { + conn.release(); + }); + + conn.query(query); + }); + + return query; +}; + +Pool.prototype._enqueueCallback = function _enqueueCallback(callback) { + + if (this.config.queueLimit && this._connectionQueue.length >= this.config.queueLimit) { + process.nextTick(function () { + var err = new Error('Queue limit reached.'); + err.code = 'POOL_ENQUEUELIMIT'; + callback(err); + }); + return; + } + + // Bind to domain, as dequeue will likely occur in a different domain + var cb = process.domain + ? process.domain.bind(callback) + : callback; + + this._connectionQueue.push(cb); + this.emit('enqueue'); +}; + +Pool.prototype._needsChangeUser = function _needsChangeUser(connection) { + var connConfig = connection.config; + var poolConfig = this.config.connectionConfig; + + // check if changeUser values are different + return connConfig.user !== poolConfig.user + || connConfig.database !== poolConfig.database + || connConfig.password !== poolConfig.password + || connConfig.charsetNumber !== poolConfig.charsetNumber; +}; + +Pool.prototype._purgeConnection = function _purgeConnection(connection, callback) { + var cb = callback || function () {}; + + if (connection.state === 'disconnected') { + connection.destroy(); + } + + this._removeConnection(connection); + + if (connection.state !== 'disconnected' && !connection._protocol._quitSequence) { + connection._realEnd(cb); + return; + } + + process.nextTick(cb); +}; + +Pool.prototype._removeConnection = function(connection) { + connection._pool = null; + + // Remove connection from all connections + spliceConnection(this._allConnections, connection); + + // Remove connection from free connections + spliceConnection(this._freeConnections, connection); + + this.releaseConnection(connection); +}; + +Pool.prototype.escape = function(value) { + return mysql.escape(value, this.config.connectionConfig.stringifyObjects, this.config.connectionConfig.timezone); +}; + +Pool.prototype.escapeId = function escapeId(value) { + return mysql.escapeId(value, false); +}; + +function spliceConnection(array, connection) { + var index; + if ((index = array.indexOf(connection)) !== -1) { + // Remove connection from all connections + array.splice(index, 1); + } +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolCluster.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolCluster.js" new file mode 100644 index 0000000..d0aed2c --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolCluster.js" @@ -0,0 +1,288 @@ +var Pool = require('./Pool'); +var PoolConfig = require('./PoolConfig'); +var PoolNamespace = require('./PoolNamespace'); +var PoolSelector = require('./PoolSelector'); +var Util = require('util'); +var EventEmitter = require('events').EventEmitter; + +module.exports = PoolCluster; + +/** + * PoolCluster + * @constructor + * @param {object} [config] The pool cluster configuration + * @public + */ +function PoolCluster(config) { + EventEmitter.call(this); + + config = config || {}; + this._canRetry = typeof config.canRetry === 'undefined' ? true : config.canRetry; + this._defaultSelector = config.defaultSelector || 'RR'; + this._removeNodeErrorCount = config.removeNodeErrorCount || 5; + this._restoreNodeTimeout = config.restoreNodeTimeout || 0; + + this._closed = false; + this._findCaches = Object.create(null); + this._lastId = 0; + this._namespaces = Object.create(null); + this._nodes = Object.create(null); +} + +Util.inherits(PoolCluster, EventEmitter); + +PoolCluster.prototype.add = function add(id, config) { + if (this._closed) { + throw new Error('PoolCluster is closed.'); + } + + var nodeId = typeof id === 'object' + ? 'CLUSTER::' + (++this._lastId) + : String(id); + + if (this._nodes[nodeId] !== undefined) { + throw new Error('Node ID "' + nodeId + '" is already defined in PoolCluster.'); + } + + var poolConfig = typeof id !== 'object' + ? new PoolConfig(config) + : new PoolConfig(id); + + this._nodes[nodeId] = { + id : nodeId, + errorCount : 0, + pool : new Pool({config: poolConfig}), + _offlineUntil : 0 + }; + + this._clearFindCaches(); +}; + +PoolCluster.prototype.end = function end(callback) { + var cb = callback !== undefined + ? callback + : _cb; + + if (typeof cb !== 'function') { + throw TypeError('callback argument must be a function'); + } + + if (this._closed) { + process.nextTick(cb); + return; + } + + this._closed = true; + + var calledBack = false; + var nodeIds = Object.keys(this._nodes); + var waitingClose = 0; + + function onEnd(err) { + if (!calledBack && (err || --waitingClose <= 0)) { + calledBack = true; + cb(err); + } + } + + for (var i = 0; i < nodeIds.length; i++) { + var nodeId = nodeIds[i]; + var node = this._nodes[nodeId]; + + waitingClose++; + node.pool.end(onEnd); + } + + if (waitingClose === 0) { + process.nextTick(onEnd); + } +}; + +PoolCluster.prototype.of = function(pattern, selector) { + pattern = pattern || '*'; + + selector = selector || this._defaultSelector; + selector = selector.toUpperCase(); + if (typeof PoolSelector[selector] === 'undefined') { + selector = this._defaultSelector; + } + + var key = pattern + selector; + + if (typeof this._namespaces[key] === 'undefined') { + this._namespaces[key] = new PoolNamespace(this, pattern, selector); + } + + return this._namespaces[key]; +}; + +PoolCluster.prototype.remove = function remove(pattern) { + var foundNodeIds = this._findNodeIds(pattern, true); + + for (var i = 0; i < foundNodeIds.length; i++) { + var node = this._getNode(foundNodeIds[i]); + + if (node) { + this._removeNode(node); + } + } +}; + +PoolCluster.prototype.getConnection = function(pattern, selector, cb) { + var namespace; + if (typeof pattern === 'function') { + cb = pattern; + namespace = this.of(); + } else { + if (typeof selector === 'function') { + cb = selector; + selector = this._defaultSelector; + } + + namespace = this.of(pattern, selector); + } + + namespace.getConnection(cb); +}; + +PoolCluster.prototype._clearFindCaches = function _clearFindCaches() { + this._findCaches = Object.create(null); +}; + +PoolCluster.prototype._decreaseErrorCount = function _decreaseErrorCount(node) { + var errorCount = node.errorCount; + + if (errorCount > this._removeNodeErrorCount) { + errorCount = this._removeNodeErrorCount; + } + + if (errorCount < 1) { + errorCount = 1; + } + + node.errorCount = errorCount - 1; + + if (node._offlineUntil) { + node._offlineUntil = 0; + this.emit('online', node.id); + } +}; + +PoolCluster.prototype._findNodeIds = function _findNodeIds(pattern, includeOffline) { + var currentTime = 0; + var foundNodeIds = this._findCaches[pattern]; + + if (foundNodeIds === undefined) { + var expression = patternRegExp(pattern); + var nodeIds = Object.keys(this._nodes); + + foundNodeIds = nodeIds.filter(function (id) { + return id.match(expression); + }); + + this._findCaches[pattern] = foundNodeIds; + } + + if (includeOffline) { + return foundNodeIds; + } + + return foundNodeIds.filter(function (nodeId) { + var node = this._getNode(nodeId); + + if (!node._offlineUntil) { + return true; + } + + if (!currentTime) { + currentTime = getMonotonicMilliseconds(); + } + + return node._offlineUntil <= currentTime; + }, this); +}; + +PoolCluster.prototype._getNode = function _getNode(id) { + return this._nodes[id] || null; +}; + +PoolCluster.prototype._increaseErrorCount = function _increaseErrorCount(node) { + var errorCount = ++node.errorCount; + + if (this._removeNodeErrorCount > errorCount) { + return; + } + + if (this._restoreNodeTimeout > 0) { + node._offlineUntil = getMonotonicMilliseconds() + this._restoreNodeTimeout; + this.emit('offline', node.id); + return; + } + + this._removeNode(node); + this.emit('remove', node.id); +}; + +PoolCluster.prototype._getConnection = function(node, cb) { + var self = this; + + node.pool.getConnection(function (err, connection) { + if (err) { + self._increaseErrorCount(node); + cb(err); + return; + } else { + self._decreaseErrorCount(node); + } + + connection._clusterId = node.id; + + cb(null, connection); + }); +}; + +PoolCluster.prototype._removeNode = function _removeNode(node) { + delete this._nodes[node.id]; + + this._clearFindCaches(); + + node.pool.end(_noop); +}; + +function getMonotonicMilliseconds() { + var ms; + + if (typeof process.hrtime === 'function') { + ms = process.hrtime(); + ms = ms[0] * 1e3 + ms[1] * 1e-6; + } else { + ms = process.uptime() * 1000; + } + + return Math.floor(ms); +} + +function isRegExp(val) { + return typeof val === 'object' + && Object.prototype.toString.call(val) === '[object RegExp]'; +} + +function patternRegExp(pattern) { + if (isRegExp(pattern)) { + return pattern; + } + + var source = pattern + .replace(/([.+?^=!:${}()|\[\]\/\\])/g, '\\$1') + .replace(/\*/g, '.*'); + + return new RegExp('^' + source + '$'); +} + +function _cb(err) { + if (err) { + throw err; + } +} + +function _noop() {} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolConfig.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolConfig.js" new file mode 100644 index 0000000..8c5017a --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolConfig.js" @@ -0,0 +1,32 @@ + +var ConnectionConfig = require('./ConnectionConfig'); + +module.exports = PoolConfig; +function PoolConfig(options) { + if (typeof options === 'string') { + options = ConnectionConfig.parseUrl(options); + } + + this.acquireTimeout = (options.acquireTimeout === undefined) + ? 10 * 1000 + : Number(options.acquireTimeout); + this.connectionConfig = new ConnectionConfig(options); + this.waitForConnections = (options.waitForConnections === undefined) + ? true + : Boolean(options.waitForConnections); + this.connectionLimit = (options.connectionLimit === undefined) + ? 10 + : Number(options.connectionLimit); + this.queueLimit = (options.queueLimit === undefined) + ? 0 + : Number(options.queueLimit); +} + +PoolConfig.prototype.newConnectionConfig = function newConnectionConfig() { + var connectionConfig = new ConnectionConfig(this.connectionConfig); + + connectionConfig.clientFlags = this.connectionConfig.clientFlags; + connectionConfig.maxPacketSize = this.connectionConfig.maxPacketSize; + + return connectionConfig; +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolConnection.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolConnection.js" new file mode 100644 index 0000000..064c99d --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolConnection.js" @@ -0,0 +1,65 @@ +var inherits = require('util').inherits; +var Connection = require('./Connection'); +var Events = require('events'); + +module.exports = PoolConnection; +inherits(PoolConnection, Connection); + +function PoolConnection(pool, options) { + Connection.call(this, options); + this._pool = pool; + + // Bind connection to pool domain + if (Events.usingDomains) { + this.domain = pool.domain; + } + + // When a fatal error occurs the connection's protocol ends, which will cause + // the connection to end as well, thus we only need to watch for the end event + // and we will be notified of disconnects. + this.on('end', this._removeFromPool); + this.on('error', function (err) { + if (err.fatal) { + this._removeFromPool(); + } + }); +} + +PoolConnection.prototype.release = function release() { + var pool = this._pool; + + if (!pool || pool._closed) { + return undefined; + } + + return pool.releaseConnection(this); +}; + +// TODO: Remove this when we are removing PoolConnection#end +PoolConnection.prototype._realEnd = Connection.prototype.end; + +PoolConnection.prototype.end = function () { + console.warn( + 'Calling conn.end() to release a pooled connection is ' + + 'deprecated. In next version calling conn.end() will be ' + + 'restored to default conn.end() behavior. Use ' + + 'conn.release() instead.' + ); + this.release(); +}; + +PoolConnection.prototype.destroy = function () { + Connection.prototype.destroy.apply(this, arguments); + this._removeFromPool(this); +}; + +PoolConnection.prototype._removeFromPool = function _removeFromPool() { + if (!this._pool || this._pool._closed) { + return; + } + + var pool = this._pool; + this._pool = null; + + pool._purgeConnection(this); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolNamespace.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolNamespace.js" new file mode 100644 index 0000000..d3ea786 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolNamespace.js" @@ -0,0 +1,136 @@ +var Connection = require('./Connection'); +var PoolSelector = require('./PoolSelector'); + +module.exports = PoolNamespace; + +/** + * PoolNamespace + * @constructor + * @param {PoolCluster} cluster The parent cluster for the namespace + * @param {string} pattern The selection pattern to use + * @param {string} selector The selector name to use + * @public + */ +function PoolNamespace(cluster, pattern, selector) { + this._cluster = cluster; + this._pattern = pattern; + this._selector = new PoolSelector[selector](); +} + +PoolNamespace.prototype.getConnection = function(cb) { + var clusterNode = this._getClusterNode(); + var cluster = this._cluster; + var namespace = this; + + if (clusterNode === null) { + var err = null; + + if (this._cluster._findNodeIds(this._pattern, true).length !== 0) { + err = new Error('Pool does not have online node.'); + err.code = 'POOL_NONEONLINE'; + } else { + err = new Error('Pool does not exist.'); + err.code = 'POOL_NOEXIST'; + } + + cb(err); + return; + } + + cluster._getConnection(clusterNode, function(err, connection) { + var retry = err && cluster._canRetry + && cluster._findNodeIds(namespace._pattern).length !== 0; + + if (retry) { + namespace.getConnection(cb); + return; + } + + if (err) { + cb(err); + return; + } + + cb(null, connection); + }); +}; + +PoolNamespace.prototype.query = function (sql, values, cb) { + var cluster = this._cluster; + var clusterNode = this._getClusterNode(); + var query = Connection.createQuery(sql, values, cb); + var namespace = this; + + if (clusterNode === null) { + var err = null; + + if (this._cluster._findNodeIds(this._pattern, true).length !== 0) { + err = new Error('Pool does not have online node.'); + err.code = 'POOL_NONEONLINE'; + } else { + err = new Error('Pool does not exist.'); + err.code = 'POOL_NOEXIST'; + } + + process.nextTick(function () { + query.on('error', function () {}); + query.end(err); + }); + return query; + } + + if (!(typeof sql === 'object' && 'typeCast' in sql)) { + query.typeCast = clusterNode.pool.config.connectionConfig.typeCast; + } + + if (clusterNode.pool.config.connectionConfig.trace) { + // Long stack trace support + query._callSite = new Error(); + } + + cluster._getConnection(clusterNode, function (err, conn) { + var retry = err && cluster._canRetry + && cluster._findNodeIds(namespace._pattern).length !== 0; + + if (retry) { + namespace.query(query); + return; + } + + if (err) { + query.on('error', function () {}); + query.end(err); + return; + } + + // Release connection based off event + query.once('end', function() { + conn.release(); + }); + + conn.query(query); + }); + + return query; +}; + +PoolNamespace.prototype._getClusterNode = function _getClusterNode() { + var foundNodeIds = this._cluster._findNodeIds(this._pattern); + var nodeId; + + switch (foundNodeIds.length) { + case 0: + nodeId = null; + break; + case 1: + nodeId = foundNodeIds[0]; + break; + default: + nodeId = this._selector(foundNodeIds); + break; + } + + return nodeId !== null + ? this._cluster._getNode(nodeId) + : null; +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolSelector.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolSelector.js" new file mode 100644 index 0000000..9a3c455 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/PoolSelector.js" @@ -0,0 +1,31 @@ + +/** + * PoolSelector + */ +var PoolSelector = module.exports = {}; + +PoolSelector.RR = function PoolSelectorRoundRobin() { + var index = 0; + + return function(clusterIds) { + if (index >= clusterIds.length) { + index = 0; + } + + var clusterId = clusterIds[index++]; + + return clusterId; + }; +}; + +PoolSelector.RANDOM = function PoolSelectorRandom() { + return function(clusterIds) { + return clusterIds[Math.floor(Math.random() * clusterIds.length)]; + }; +}; + +PoolSelector.ORDER = function PoolSelectorOrder() { + return function(clusterIds) { + return clusterIds[0]; + }; +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Auth.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Auth.js" new file mode 100644 index 0000000..a1033d1 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Auth.js" @@ -0,0 +1,168 @@ +var Buffer = require('safe-buffer').Buffer; +var Crypto = require('crypto'); +var Auth = exports; + +function auth(name, data, options) { + options = options || {}; + + switch (name) { + case 'mysql_native_password': + return Auth.token(options.password, data.slice(0, 20)); + default: + return undefined; + } +} +Auth.auth = auth; + +function sha1(msg) { + var hash = Crypto.createHash('sha1'); + hash.update(msg, 'binary'); + return hash.digest('binary'); +} +Auth.sha1 = sha1; + +function xor(a, b) { + a = Buffer.from(a, 'binary'); + b = Buffer.from(b, 'binary'); + var result = Buffer.allocUnsafe(a.length); + for (var i = 0; i < a.length; i++) { + result[i] = (a[i] ^ b[i]); + } + return result; +} +Auth.xor = xor; + +Auth.token = function(password, scramble) { + if (!password) { + return Buffer.alloc(0); + } + + // password must be in binary format, not utf8 + var stage1 = sha1((Buffer.from(password, 'utf8')).toString('binary')); + var stage2 = sha1(stage1); + var stage3 = sha1(scramble.toString('binary') + stage2); + return xor(stage3, stage1); +}; + +// This is a port of sql/password.c:hash_password which needs to be used for +// pre-4.1 passwords. +Auth.hashPassword = function(password) { + var nr = [0x5030, 0x5735]; + var add = 7; + var nr2 = [0x1234, 0x5671]; + var result = Buffer.alloc(8); + + if (typeof password === 'string'){ + password = Buffer.from(password); + } + + for (var i = 0; i < password.length; i++) { + var c = password[i]; + if (c === 32 || c === 9) { + // skip space in password + continue; + } + + // nr^= (((nr & 63)+add)*c)+ (nr << 8); + // nr = xor(nr, add(mul(add(and(nr, 63), add), c), shl(nr, 8))) + nr = this.xor32(nr, this.add32(this.mul32(this.add32(this.and32(nr, [0, 63]), [0, add]), [0, c]), this.shl32(nr, 8))); + + // nr2+=(nr2 << 8) ^ nr; + // nr2 = add(nr2, xor(shl(nr2, 8), nr)) + nr2 = this.add32(nr2, this.xor32(this.shl32(nr2, 8), nr)); + + // add+=tmp; + add += c; + } + + this.int31Write(result, nr, 0); + this.int31Write(result, nr2, 4); + + return result; +}; + +Auth.randomInit = function(seed1, seed2) { + return { + max_value : 0x3FFFFFFF, + max_value_dbl : 0x3FFFFFFF, + seed1 : seed1 % 0x3FFFFFFF, + seed2 : seed2 % 0x3FFFFFFF + }; +}; + +Auth.myRnd = function(r){ + r.seed1 = (r.seed1 * 3 + r.seed2) % r.max_value; + r.seed2 = (r.seed1 + r.seed2 + 33) % r.max_value; + + return r.seed1 / r.max_value_dbl; +}; + +Auth.scramble323 = function(message, password) { + if (!password) { + return Buffer.alloc(0); + } + + var to = Buffer.allocUnsafe(8); + var hashPass = this.hashPassword(password); + var hashMessage = this.hashPassword(message.slice(0, 8)); + var seed1 = this.int32Read(hashPass, 0) ^ this.int32Read(hashMessage, 0); + var seed2 = this.int32Read(hashPass, 4) ^ this.int32Read(hashMessage, 4); + var r = this.randomInit(seed1, seed2); + + for (var i = 0; i < 8; i++){ + to[i] = Math.floor(this.myRnd(r) * 31) + 64; + } + var extra = (Math.floor(this.myRnd(r) * 31)); + + for (var i = 0; i < 8; i++){ + to[i] ^= extra; + } + + return to; +}; + +Auth.xor32 = function(a, b){ + return [a[0] ^ b[0], a[1] ^ b[1]]; +}; + +Auth.add32 = function(a, b){ + var w1 = a[1] + b[1]; + var w2 = a[0] + b[0] + ((w1 & 0xFFFF0000) >> 16); + + return [w2 & 0xFFFF, w1 & 0xFFFF]; +}; + +Auth.mul32 = function(a, b){ + // based on this example of multiplying 32b ints using 16b + // http://www.dsprelated.com/showmessage/89790/1.php + var w1 = a[1] * b[1]; + var w2 = (((a[1] * b[1]) >> 16) & 0xFFFF) + ((a[0] * b[1]) & 0xFFFF) + (a[1] * b[0] & 0xFFFF); + + return [w2 & 0xFFFF, w1 & 0xFFFF]; +}; + +Auth.and32 = function(a, b){ + return [a[0] & b[0], a[1] & b[1]]; +}; + +Auth.shl32 = function(a, b){ + // assume b is 16 or less + var w1 = a[1] << b; + var w2 = (a[0] << b) | ((w1 & 0xFFFF0000) >> 16); + + return [w2 & 0xFFFF, w1 & 0xFFFF]; +}; + +Auth.int31Write = function(buffer, number, offset) { + buffer[offset] = (number[0] >> 8) & 0x7F; + buffer[offset + 1] = (number[0]) & 0xFF; + buffer[offset + 2] = (number[1] >> 8) & 0xFF; + buffer[offset + 3] = (number[1]) & 0xFF; +}; + +Auth.int32Read = function(buffer, offset){ + return (buffer[offset] << 24) + + (buffer[offset + 1] << 16) + + (buffer[offset + 2] << 8) + + (buffer[offset + 3]); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/BufferList.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/BufferList.js" new file mode 100644 index 0000000..3cd0192 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/BufferList.js" @@ -0,0 +1,25 @@ + +module.exports = BufferList; +function BufferList() { + this.bufs = []; + this.size = 0; +} + +BufferList.prototype.shift = function shift() { + var buf = this.bufs.shift(); + + if (buf) { + this.size -= buf.length; + } + + return buf; +}; + +BufferList.prototype.push = function push(buf) { + if (!buf || !buf.length) { + return; + } + + this.bufs.push(buf); + this.size += buf.length; +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/PacketHeader.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/PacketHeader.js" new file mode 100644 index 0000000..1bb282e --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/PacketHeader.js" @@ -0,0 +1,5 @@ +module.exports = PacketHeader; +function PacketHeader(length, number) { + this.length = length; + this.number = number; +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/PacketWriter.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/PacketWriter.js" new file mode 100644 index 0000000..4d0afd2 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/PacketWriter.js" @@ -0,0 +1,211 @@ +var BIT_16 = Math.pow(2, 16); +var BIT_24 = Math.pow(2, 24); +var BUFFER_ALLOC_SIZE = Math.pow(2, 8); +// The maximum precision JS Numbers can hold precisely +// Don't panic: Good enough to represent byte values up to 8192 TB +var IEEE_754_BINARY_64_PRECISION = Math.pow(2, 53); +var MAX_PACKET_LENGTH = Math.pow(2, 24) - 1; +var Buffer = require('safe-buffer').Buffer; + +module.exports = PacketWriter; +function PacketWriter() { + this._buffer = null; + this._offset = 0; +} + +PacketWriter.prototype.toBuffer = function toBuffer(parser) { + if (!this._buffer) { + this._buffer = Buffer.alloc(0); + this._offset = 0; + } + + var buffer = this._buffer; + var length = this._offset; + var packets = Math.floor(length / MAX_PACKET_LENGTH) + 1; + + this._buffer = Buffer.allocUnsafe(length + packets * 4); + this._offset = 0; + + for (var packet = 0; packet < packets; packet++) { + var isLast = (packet + 1 === packets); + var packetLength = (isLast) + ? length % MAX_PACKET_LENGTH + : MAX_PACKET_LENGTH; + + var packetNumber = parser.incrementPacketNumber(); + + this.writeUnsignedNumber(3, packetLength); + this.writeUnsignedNumber(1, packetNumber); + + var start = packet * MAX_PACKET_LENGTH; + var end = start + packetLength; + + this.writeBuffer(buffer.slice(start, end)); + } + + return this._buffer; +}; + +PacketWriter.prototype.writeUnsignedNumber = function(bytes, value) { + this._allocate(bytes); + + for (var i = 0; i < bytes; i++) { + this._buffer[this._offset++] = (value >> (i * 8)) & 0xff; + } +}; + +PacketWriter.prototype.writeFiller = function(bytes) { + this._allocate(bytes); + + for (var i = 0; i < bytes; i++) { + this._buffer[this._offset++] = 0x00; + } +}; + +PacketWriter.prototype.writeNullTerminatedString = function(value, encoding) { + // Typecast undefined into '' and numbers into strings + value = value || ''; + value = value + ''; + + var bytes = Buffer.byteLength(value, encoding || 'utf-8') + 1; + this._allocate(bytes); + + this._buffer.write(value, this._offset, encoding); + this._buffer[this._offset + bytes - 1] = 0x00; + + this._offset += bytes; +}; + +PacketWriter.prototype.writeString = function(value) { + // Typecast undefined into '' and numbers into strings + value = value || ''; + value = value + ''; + + var bytes = Buffer.byteLength(value, 'utf-8'); + this._allocate(bytes); + + this._buffer.write(value, this._offset, 'utf-8'); + + this._offset += bytes; +}; + +PacketWriter.prototype.writeBuffer = function(value) { + var bytes = value.length; + + this._allocate(bytes); + value.copy(this._buffer, this._offset); + this._offset += bytes; +}; + +PacketWriter.prototype.writeLengthCodedNumber = function(value) { + if (value === null) { + this._allocate(1); + this._buffer[this._offset++] = 251; + return; + } + + if (value <= 250) { + this._allocate(1); + this._buffer[this._offset++] = value; + return; + } + + if (value > IEEE_754_BINARY_64_PRECISION) { + throw new Error( + 'writeLengthCodedNumber: JS precision range exceeded, your ' + + 'number is > 53 bit: "' + value + '"' + ); + } + + if (value < BIT_16) { + this._allocate(3); + this._buffer[this._offset++] = 252; + } else if (value < BIT_24) { + this._allocate(4); + this._buffer[this._offset++] = 253; + } else { + this._allocate(9); + this._buffer[this._offset++] = 254; + } + + // 16 Bit + this._buffer[this._offset++] = value & 0xff; + this._buffer[this._offset++] = (value >> 8) & 0xff; + + if (value < BIT_16) { + return; + } + + // 24 Bit + this._buffer[this._offset++] = (value >> 16) & 0xff; + + if (value < BIT_24) { + return; + } + + this._buffer[this._offset++] = (value >> 24) & 0xff; + + // Hack: Get the most significant 32 bit (JS bitwise operators are 32 bit) + value = value.toString(2); + value = value.substr(0, value.length - 32); + value = parseInt(value, 2); + + this._buffer[this._offset++] = value & 0xff; + this._buffer[this._offset++] = (value >> 8) & 0xff; + this._buffer[this._offset++] = (value >> 16) & 0xff; + + // Set last byte to 0, as we can only support 53 bits in JS (see above) + this._buffer[this._offset++] = 0; +}; + +PacketWriter.prototype.writeLengthCodedBuffer = function(value) { + var bytes = value.length; + this.writeLengthCodedNumber(bytes); + this.writeBuffer(value); +}; + +PacketWriter.prototype.writeNullTerminatedBuffer = function(value) { + this.writeBuffer(value); + this.writeFiller(1); // 0x00 terminator +}; + +PacketWriter.prototype.writeLengthCodedString = function(value) { + if (value === null) { + this.writeLengthCodedNumber(null); + return; + } + + value = (value === undefined) + ? '' + : String(value); + + var bytes = Buffer.byteLength(value, 'utf-8'); + this.writeLengthCodedNumber(bytes); + + if (!bytes) { + return; + } + + this._allocate(bytes); + this._buffer.write(value, this._offset, 'utf-8'); + this._offset += bytes; +}; + +PacketWriter.prototype._allocate = function _allocate(bytes) { + if (!this._buffer) { + this._buffer = Buffer.alloc(Math.max(BUFFER_ALLOC_SIZE, bytes)); + this._offset = 0; + return; + } + + var bytesRemaining = this._buffer.length - this._offset; + if (bytesRemaining >= bytes) { + return; + } + + var newSize = this._buffer.length + Math.max(BUFFER_ALLOC_SIZE, bytes); + var oldBuffer = this._buffer; + + this._buffer = Buffer.alloc(newSize); + oldBuffer.copy(this._buffer); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Parser.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Parser.js" new file mode 100644 index 0000000..e72555f --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Parser.js" @@ -0,0 +1,491 @@ +var PacketHeader = require('./PacketHeader'); +var BigNumber = require('bignumber.js'); +var Buffer = require('safe-buffer').Buffer; +var BufferList = require('./BufferList'); + +var MAX_PACKET_LENGTH = Math.pow(2, 24) - 1; +var MUL_32BIT = Math.pow(2, 32); +var PACKET_HEADER_LENGTH = 4; + +module.exports = Parser; +function Parser(options) { + options = options || {}; + + this._supportBigNumbers = options.config && options.config.supportBigNumbers; + this._buffer = Buffer.alloc(0); + this._nextBuffers = new BufferList(); + this._longPacketBuffers = new BufferList(); + this._offset = 0; + this._packetEnd = null; + this._packetHeader = null; + this._packetOffset = null; + this._onError = options.onError || function(err) { throw err; }; + this._onPacket = options.onPacket || function() {}; + this._nextPacketNumber = 0; + this._encoding = 'utf-8'; + this._paused = false; +} + +Parser.prototype.write = function write(chunk) { + this._nextBuffers.push(chunk); + + while (!this._paused) { + var packetHeader = this._tryReadPacketHeader(); + + if (!packetHeader) { + break; + } + + if (!this._combineNextBuffers(packetHeader.length)) { + break; + } + + this._parsePacket(packetHeader); + } +}; + +Parser.prototype.append = function append(chunk) { + if (!chunk || chunk.length === 0) { + return; + } + + // Calculate slice ranges + var sliceEnd = this._buffer.length; + var sliceStart = this._packetOffset === null + ? this._offset + : this._packetOffset; + var sliceLength = sliceEnd - sliceStart; + + // Get chunk data + var buffer = null; + var chunks = !(chunk instanceof Array || Array.isArray(chunk)) ? [chunk] : chunk; + var length = 0; + var offset = 0; + + for (var i = 0; i < chunks.length; i++) { + length += chunks[i].length; + } + + if (sliceLength !== 0) { + // Create a new Buffer + buffer = Buffer.allocUnsafe(sliceLength + length); + offset = 0; + + // Copy data slice + offset += this._buffer.copy(buffer, 0, sliceStart, sliceEnd); + + // Copy chunks + for (var i = 0; i < chunks.length; i++) { + offset += chunks[i].copy(buffer, offset); + } + } else if (chunks.length > 1) { + // Create a new Buffer + buffer = Buffer.allocUnsafe(length); + offset = 0; + + // Copy chunks + for (var i = 0; i < chunks.length; i++) { + offset += chunks[i].copy(buffer, offset); + } + } else { + // Buffer is the only chunk + buffer = chunks[0]; + } + + // Adjust data-tracking pointers + this._buffer = buffer; + this._offset = this._offset - sliceStart; + this._packetEnd = this._packetEnd !== null + ? this._packetEnd - sliceStart + : null; + this._packetOffset = this._packetOffset !== null + ? this._packetOffset - sliceStart + : null; +}; + +Parser.prototype.pause = function() { + this._paused = true; +}; + +Parser.prototype.resume = function() { + this._paused = false; + + // nextTick() to avoid entering write() multiple times within the same stack + // which would cause problems as write manipulates the state of the object. + process.nextTick(this.write.bind(this)); +}; + +Parser.prototype.peak = function peak(offset) { + return this._buffer[this._offset + (offset >>> 0)]; +}; + +Parser.prototype.parseUnsignedNumber = function parseUnsignedNumber(bytes) { + if (bytes === 1) { + return this._buffer[this._offset++]; + } + + var buffer = this._buffer; + var offset = this._offset + bytes - 1; + var value = 0; + + if (bytes > 4) { + var err = new Error('parseUnsignedNumber: Supports only up to 4 bytes'); + err.offset = (this._offset - this._packetOffset - 1); + err.code = 'PARSER_UNSIGNED_TOO_LONG'; + throw err; + } + + while (offset >= this._offset) { + value = ((value << 8) | buffer[offset]) >>> 0; + offset--; + } + + this._offset += bytes; + + return value; +}; + +Parser.prototype.parseLengthCodedString = function() { + var length = this.parseLengthCodedNumber(); + + if (length === null) { + return null; + } + + return this.parseString(length); +}; + +Parser.prototype.parseLengthCodedBuffer = function() { + var length = this.parseLengthCodedNumber(); + + if (length === null) { + return null; + } + + return this.parseBuffer(length); +}; + +Parser.prototype.parseLengthCodedNumber = function parseLengthCodedNumber() { + if (this._offset >= this._buffer.length) { + var err = new Error('Parser: read past end'); + err.offset = (this._offset - this._packetOffset); + err.code = 'PARSER_READ_PAST_END'; + throw err; + } + + var bits = this._buffer[this._offset++]; + + if (bits <= 250) { + return bits; + } + + switch (bits) { + case 251: + return null; + case 252: + return this.parseUnsignedNumber(2); + case 253: + return this.parseUnsignedNumber(3); + case 254: + break; + default: + var err = new Error('Unexpected first byte' + (bits ? ': 0x' + bits.toString(16) : '')); + err.offset = (this._offset - this._packetOffset - 1); + err.code = 'PARSER_BAD_LENGTH_BYTE'; + throw err; + } + + var low = this.parseUnsignedNumber(4); + var high = this.parseUnsignedNumber(4); + var value; + + if (high >>> 21) { + value = BigNumber(MUL_32BIT).times(high).plus(low).toString(); + + if (this._supportBigNumbers) { + return value; + } + + var err = new Error( + 'parseLengthCodedNumber: JS precision range exceeded, ' + + 'number is >= 53 bit: "' + value + '"' + ); + err.offset = (this._offset - this._packetOffset - 8); + err.code = 'PARSER_JS_PRECISION_RANGE_EXCEEDED'; + throw err; + } + + value = low + (MUL_32BIT * high); + + return value; +}; + +Parser.prototype.parseFiller = function(length) { + return this.parseBuffer(length); +}; + +Parser.prototype.parseNullTerminatedBuffer = function() { + var end = this._nullByteOffset(); + var value = this._buffer.slice(this._offset, end); + this._offset = end + 1; + + return value; +}; + +Parser.prototype.parseNullTerminatedString = function() { + var end = this._nullByteOffset(); + var value = this._buffer.toString(this._encoding, this._offset, end); + this._offset = end + 1; + + return value; +}; + +Parser.prototype._nullByteOffset = function() { + var offset = this._offset; + + while (this._buffer[offset] !== 0x00) { + offset++; + + if (offset >= this._buffer.length) { + var err = new Error('Offset of null terminated string not found.'); + err.offset = (this._offset - this._packetOffset); + err.code = 'PARSER_MISSING_NULL_BYTE'; + throw err; + } + } + + return offset; +}; + +Parser.prototype.parsePacketTerminatedBuffer = function parsePacketTerminatedBuffer() { + var length = this._packetEnd - this._offset; + return this.parseBuffer(length); +}; + +Parser.prototype.parsePacketTerminatedString = function() { + var length = this._packetEnd - this._offset; + return this.parseString(length); +}; + +Parser.prototype.parseBuffer = function(length) { + var response = Buffer.alloc(length); + this._buffer.copy(response, 0, this._offset, this._offset + length); + + this._offset += length; + return response; +}; + +Parser.prototype.parseString = function(length) { + var offset = this._offset; + var end = offset + length; + var value = this._buffer.toString(this._encoding, offset, end); + + this._offset = end; + return value; +}; + +Parser.prototype.parseGeometryValue = function() { + var buffer = this.parseLengthCodedBuffer(); + var offset = 4; + + if (buffer === null || !buffer.length) { + return null; + } + + function parseGeometry() { + var result = null; + var byteOrder = buffer.readUInt8(offset); offset += 1; + var wkbType = byteOrder ? buffer.readUInt32LE(offset) : buffer.readUInt32BE(offset); offset += 4; + switch (wkbType) { + case 1: // WKBPoint + var x = byteOrder ? buffer.readDoubleLE(offset) : buffer.readDoubleBE(offset); offset += 8; + var y = byteOrder ? buffer.readDoubleLE(offset) : buffer.readDoubleBE(offset); offset += 8; + result = {x: x, y: y}; + break; + case 2: // WKBLineString + var numPoints = byteOrder ? buffer.readUInt32LE(offset) : buffer.readUInt32BE(offset); offset += 4; + result = []; + for (var i = numPoints; i > 0; i--) { + var x = byteOrder ? buffer.readDoubleLE(offset) : buffer.readDoubleBE(offset); offset += 8; + var y = byteOrder ? buffer.readDoubleLE(offset) : buffer.readDoubleBE(offset); offset += 8; + result.push({x: x, y: y}); + } + break; + case 3: // WKBPolygon + var numRings = byteOrder ? buffer.readUInt32LE(offset) : buffer.readUInt32BE(offset); offset += 4; + result = []; + for (var i = numRings; i > 0; i--) { + var numPoints = byteOrder ? buffer.readUInt32LE(offset) : buffer.readUInt32BE(offset); offset += 4; + var line = []; + for (var j = numPoints; j > 0; j--) { + var x = byteOrder ? buffer.readDoubleLE(offset) : buffer.readDoubleBE(offset); offset += 8; + var y = byteOrder ? buffer.readDoubleLE(offset) : buffer.readDoubleBE(offset); offset += 8; + line.push({x: x, y: y}); + } + result.push(line); + } + break; + case 4: // WKBMultiPoint + case 5: // WKBMultiLineString + case 6: // WKBMultiPolygon + case 7: // WKBGeometryCollection + var num = byteOrder ? buffer.readUInt32LE(offset) : buffer.readUInt32BE(offset); offset += 4; + var result = []; + for (var i = num; i > 0; i--) { + result.push(parseGeometry()); + } + break; + } + return result; + } + return parseGeometry(); +}; + +Parser.prototype.reachedPacketEnd = function() { + return this._offset === this._packetEnd; +}; + +Parser.prototype.incrementPacketNumber = function() { + var currentPacketNumber = this._nextPacketNumber; + this._nextPacketNumber = (this._nextPacketNumber + 1) % 256; + + return currentPacketNumber; +}; + +Parser.prototype.resetPacketNumber = function() { + this._nextPacketNumber = 0; +}; + +Parser.prototype.packetLength = function packetLength() { + if (!this._packetHeader) { + return null; + } + + return this._packetHeader.length + this._longPacketBuffers.size; +}; + +Parser.prototype._combineNextBuffers = function _combineNextBuffers(bytes) { + var length = this._buffer.length - this._offset; + + if (length >= bytes) { + return true; + } + + if ((length + this._nextBuffers.size) < bytes) { + return false; + } + + var buffers = []; + var bytesNeeded = bytes - length; + + while (bytesNeeded > 0) { + var buffer = this._nextBuffers.shift(); + buffers.push(buffer); + bytesNeeded -= buffer.length; + } + + this.append(buffers); + return true; +}; + +Parser.prototype._combineLongPacketBuffers = function _combineLongPacketBuffers() { + if (!this._longPacketBuffers.size) { + return; + } + + // Calculate bytes + var remainingBytes = this._buffer.length - this._offset; + var trailingPacketBytes = this._buffer.length - this._packetEnd; + + // Create buffer + var buf = null; + var buffer = Buffer.allocUnsafe(remainingBytes + this._longPacketBuffers.size); + var offset = 0; + + // Copy long buffers + while ((buf = this._longPacketBuffers.shift())) { + offset += buf.copy(buffer, offset); + } + + // Copy remaining bytes + this._buffer.copy(buffer, offset, this._offset); + + this._buffer = buffer; + this._offset = 0; + this._packetEnd = this._buffer.length - trailingPacketBytes; + this._packetOffset = 0; +}; + +Parser.prototype._parsePacket = function _parsePacket(packetHeader) { + this._packetEnd = this._offset + packetHeader.length; + this._packetOffset = this._offset; + + if (packetHeader.length === MAX_PACKET_LENGTH) { + this._longPacketBuffers.push(this._buffer.slice(this._packetOffset, this._packetEnd)); + this._advanceToNextPacket(); + return; + } + + this._combineLongPacketBuffers(); + + var hadException = true; + try { + this._onPacket(packetHeader); + hadException = false; + } catch (err) { + if (!err || typeof err.code !== 'string' || err.code.substr(0, 7) !== 'PARSER_') { + throw err; // Rethrow non-MySQL errors + } + + // Pass down parser errors + this._onError(err); + hadException = false; + } finally { + this._advanceToNextPacket(); + + // If there was an exception, the parser while loop will be broken out + // of after the finally block. So schedule a blank write to re-enter it + // to continue parsing any bytes that may already have been received. + if (hadException) { + process.nextTick(this.write.bind(this)); + } + } +}; + +Parser.prototype._tryReadPacketHeader = function _tryReadPacketHeader() { + if (this._packetHeader) { + return this._packetHeader; + } + + if (!this._combineNextBuffers(PACKET_HEADER_LENGTH)) { + return null; + } + + this._packetHeader = new PacketHeader( + this.parseUnsignedNumber(3), + this.parseUnsignedNumber(1) + ); + + if (this._packetHeader.number !== this._nextPacketNumber) { + var err = new Error( + 'Packets out of order. Got: ' + this._packetHeader.number + ' ' + + 'Expected: ' + this._nextPacketNumber + ); + + err.code = 'PROTOCOL_PACKETS_OUT_OF_ORDER'; + err.fatal = true; + + this._onError(err); + } + + this.incrementPacketNumber(); + + return this._packetHeader; +}; + +Parser.prototype._advanceToNextPacket = function() { + this._offset = this._packetEnd; + this._packetHeader = null; + this._packetEnd = null; + this._packetOffset = null; +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Protocol.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Protocol.js" new file mode 100644 index 0000000..ab37105 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Protocol.js" @@ -0,0 +1,463 @@ +var Parser = require('./Parser'); +var Sequences = require('./sequences'); +var Packets = require('./packets'); +var Stream = require('stream').Stream; +var Util = require('util'); +var PacketWriter = require('./PacketWriter'); + +module.exports = Protocol; +Util.inherits(Protocol, Stream); +function Protocol(options) { + Stream.call(this); + + options = options || {}; + + this.readable = true; + this.writable = true; + + this._config = options.config || {}; + this._connection = options.connection; + this._callback = null; + this._fatalError = null; + this._quitSequence = null; + this._handshake = false; + this._handshaked = false; + this._ended = false; + this._destroyed = false; + this._queue = []; + this._handshakeInitializationPacket = null; + + this._parser = new Parser({ + onError : this.handleParserError.bind(this), + onPacket : this._parsePacket.bind(this), + config : this._config + }); +} + +Protocol.prototype.write = function(buffer) { + this._parser.write(buffer); + return true; +}; + +Protocol.prototype.handshake = function handshake(options, callback) { + if (typeof options === 'function') { + callback = options; + options = {}; + } + + options = options || {}; + options.config = this._config; + + var sequence = this._enqueue(new Sequences.Handshake(options, callback)); + + this._handshake = true; + + return sequence; +}; + +Protocol.prototype.query = function query(options, callback) { + return this._enqueue(new Sequences.Query(options, callback)); +}; + +Protocol.prototype.changeUser = function changeUser(options, callback) { + return this._enqueue(new Sequences.ChangeUser(options, callback)); +}; + +Protocol.prototype.ping = function ping(options, callback) { + if (typeof options === 'function') { + callback = options; + options = {}; + } + + return this._enqueue(new Sequences.Ping(options, callback)); +}; + +Protocol.prototype.stats = function stats(options, callback) { + if (typeof options === 'function') { + callback = options; + options = {}; + } + + return this._enqueue(new Sequences.Statistics(options, callback)); +}; + +Protocol.prototype.quit = function quit(options, callback) { + if (typeof options === 'function') { + callback = options; + options = {}; + } + + var self = this; + var sequence = this._enqueue(new Sequences.Quit(options, callback)); + + sequence.on('end', function () { + self.end(); + }); + + return this._quitSequence = sequence; +}; + +Protocol.prototype.end = function() { + if (this._ended) { + return; + } + this._ended = true; + + if (this._quitSequence && (this._quitSequence._ended || this._queue[0] === this._quitSequence)) { + this._quitSequence.end(); + this.emit('end'); + return; + } + + var err = new Error('Connection lost: The server closed the connection.'); + err.fatal = true; + err.code = 'PROTOCOL_CONNECTION_LOST'; + + this._delegateError(err); +}; + +Protocol.prototype.pause = function() { + this._parser.pause(); + // Since there is a file stream in query, we must transmit pause/resume event to current sequence. + var seq = this._queue[0]; + if (seq && seq.emit) { + seq.emit('pause'); + } +}; + +Protocol.prototype.resume = function() { + this._parser.resume(); + // Since there is a file stream in query, we must transmit pause/resume event to current sequence. + var seq = this._queue[0]; + if (seq && seq.emit) { + seq.emit('resume'); + } +}; + +Protocol.prototype._enqueue = function(sequence) { + if (!this._validateEnqueue(sequence)) { + return sequence; + } + + if (this._config.trace) { + // Long stack trace support + sequence._callSite = sequence._callSite || new Error(); + } + + this._queue.push(sequence); + this.emit('enqueue', sequence); + + var self = this; + sequence + .on('error', function(err) { + self._delegateError(err, sequence); + }) + .on('packet', function(packet) { + sequence._timer.active(); + self._emitPacket(packet); + }) + .on('timeout', function() { + var err = new Error(sequence.constructor.name + ' inactivity timeout'); + + err.code = 'PROTOCOL_SEQUENCE_TIMEOUT'; + err.fatal = true; + err.timeout = sequence._timeout; + + self._delegateError(err, sequence); + }); + + if (sequence.constructor === Sequences.Handshake) { + sequence.on('start-tls', function () { + sequence._timer.active(); + self._connection._startTLS(function(err) { + if (err) { + // SSL negotiation error are fatal + err.code = 'HANDSHAKE_SSL_ERROR'; + err.fatal = true; + sequence.end(err); + return; + } + + sequence._timer.active(); + sequence._tlsUpgradeCompleteHandler(); + }); + }); + + sequence.on('end', function () { + self._handshaked = true; + + if (!self._fatalError) { + self.emit('handshake', self._handshakeInitializationPacket); + } + }); + } + + sequence.on('end', function () { + self._dequeue(sequence); + }); + + if (this._queue.length === 1) { + this._parser.resetPacketNumber(); + this._startSequence(sequence); + } + + return sequence; +}; + +Protocol.prototype._validateEnqueue = function _validateEnqueue(sequence) { + var err; + var prefix = 'Cannot enqueue ' + sequence.constructor.name; + + if (this._fatalError) { + err = new Error(prefix + ' after fatal error.'); + err.code = 'PROTOCOL_ENQUEUE_AFTER_FATAL_ERROR'; + } else if (this._quitSequence) { + err = new Error(prefix + ' after invoking quit.'); + err.code = 'PROTOCOL_ENQUEUE_AFTER_QUIT'; + } else if (this._destroyed) { + err = new Error(prefix + ' after being destroyed.'); + err.code = 'PROTOCOL_ENQUEUE_AFTER_DESTROY'; + } else if ((this._handshake || this._handshaked) && sequence.constructor === Sequences.Handshake) { + err = new Error(prefix + ' after already enqueuing a Handshake.'); + err.code = 'PROTOCOL_ENQUEUE_HANDSHAKE_TWICE'; + } else { + return true; + } + + var self = this; + err.fatal = false; + + // add error handler + sequence.on('error', function (err) { + self._delegateError(err, sequence); + }); + + process.nextTick(function () { + sequence.end(err); + }); + + return false; +}; + +Protocol.prototype._parsePacket = function() { + var sequence = this._queue[0]; + + if (!sequence) { + var err = new Error('Received packet with no active sequence.'); + err.code = 'PROTOCOL_STRAY_PACKET'; + err.fatal = true; + + this._delegateError(err); + return; + } + + var Packet = this._determinePacket(sequence); + var packet = new Packet({protocol41: this._config.protocol41}); + var packetName = Packet.name; + + // Special case: Faster dispatch, and parsing done inside sequence + if (Packet === Packets.RowDataPacket) { + sequence.RowDataPacket(packet, this._parser, this._connection); + + if (this._config.debug) { + this._debugPacket(true, packet); + } + + return; + } + + if (this._config.debug) { + this._parsePacketDebug(packet); + } else { + packet.parse(this._parser); + } + + if (Packet === Packets.HandshakeInitializationPacket) { + this._handshakeInitializationPacket = packet; + this.emit('initialize', packet); + } + + sequence._timer.active(); + + if (!sequence[packetName]) { + var err = new Error('Received packet in the wrong sequence.'); + err.code = 'PROTOCOL_INCORRECT_PACKET_SEQUENCE'; + err.fatal = true; + + this._delegateError(err); + return; + } + + sequence[packetName](packet); +}; + +Protocol.prototype._parsePacketDebug = function _parsePacketDebug(packet) { + try { + packet.parse(this._parser); + } finally { + this._debugPacket(true, packet); + } +}; + +Protocol.prototype._emitPacket = function(packet) { + var packetWriter = new PacketWriter(); + packet.write(packetWriter); + this.emit('data', packetWriter.toBuffer(this._parser)); + + if (this._config.debug) { + this._debugPacket(false, packet); + } +}; + +Protocol.prototype._determinePacket = function(sequence) { + var firstByte = this._parser.peak(); + + if (sequence.determinePacket) { + var Packet = sequence.determinePacket(firstByte, this._parser); + if (Packet) { + return Packet; + } + } + + switch (firstByte) { + case 0x00: return Packets.OkPacket; + case 0xfe: return Packets.EofPacket; + case 0xff: return Packets.ErrorPacket; + } + + throw new Error('Could not determine packet, firstByte = ' + firstByte); +}; + +Protocol.prototype._dequeue = function(sequence) { + sequence._timer.stop(); + + // No point in advancing the queue, we are dead + if (this._fatalError) { + return; + } + + this._queue.shift(); + + var sequence = this._queue[0]; + if (!sequence) { + this.emit('drain'); + return; + } + + this._parser.resetPacketNumber(); + + this._startSequence(sequence); +}; + +Protocol.prototype._startSequence = function(sequence) { + if (sequence._timeout > 0 && isFinite(sequence._timeout)) { + sequence._timer.start(sequence._timeout); + } + + if (sequence.constructor === Sequences.ChangeUser) { + sequence.start(this._handshakeInitializationPacket); + } else { + sequence.start(); + } +}; + +Protocol.prototype.handleNetworkError = function(err) { + err.fatal = true; + + var sequence = this._queue[0]; + if (sequence) { + sequence.end(err); + } else { + this._delegateError(err); + } +}; + +Protocol.prototype.handleParserError = function handleParserError(err) { + var sequence = this._queue[0]; + if (sequence) { + sequence.end(err); + } else { + this._delegateError(err); + } +}; + +Protocol.prototype._delegateError = function(err, sequence) { + // Stop delegating errors after the first fatal error + if (this._fatalError) { + return; + } + + if (err.fatal) { + this._fatalError = err; + } + + if (this._shouldErrorBubbleUp(err, sequence)) { + // Can't use regular 'error' event here as that always destroys the pipe + // between socket and protocol which is not what we want (unless the + // exception was fatal). + this.emit('unhandledError', err); + } else if (err.fatal) { + // Send fatal error to all sequences in the queue + var queue = this._queue; + process.nextTick(function () { + queue.forEach(function (sequence) { + sequence.end(err); + }); + queue.length = 0; + }); + } + + // Make sure the stream we are piping to is getting closed + if (err.fatal) { + this.emit('end', err); + } +}; + +Protocol.prototype._shouldErrorBubbleUp = function(err, sequence) { + if (sequence) { + if (sequence.hasErrorHandler()) { + return false; + } else if (!err.fatal) { + return true; + } + } + + return (err.fatal && !this._hasPendingErrorHandlers()); +}; + +Protocol.prototype._hasPendingErrorHandlers = function() { + return this._queue.some(function(sequence) { + return sequence.hasErrorHandler(); + }); +}; + +Protocol.prototype.destroy = function() { + this._destroyed = true; + this._parser.pause(); + + if (this._connection.state !== 'disconnected') { + if (!this._ended) { + this.end(); + } + } +}; + +Protocol.prototype._debugPacket = function(incoming, packet) { + var connection = this._connection; + var direction = incoming + ? '<--' + : '-->'; + var packetName = packet.constructor.name; + var threadId = connection && connection.threadId !== null + ? ' (' + connection.threadId + ')' + : ''; + + // check for debug packet restriction + if (Array.isArray(this._config.debug) && this._config.debug.indexOf(packetName) === -1) { + return; + } + + var packetPayload = Util.inspect(packet).replace(/^[^{]+/, ''); + + console.log('%s%s %s %s\n', direction, threadId, packetName, packetPayload); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/ResultSet.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/ResultSet.js" new file mode 100644 index 0000000..f58d74f --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/ResultSet.js" @@ -0,0 +1,7 @@ +module.exports = ResultSet; +function ResultSet(resultSetHeaderPacket) { + this.resultSetHeaderPacket = resultSetHeaderPacket; + this.fieldPackets = []; + this.eofPackets = []; + this.rows = []; +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/SqlString.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/SqlString.js" new file mode 100644 index 0000000..30c63d8 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/SqlString.js" @@ -0,0 +1 @@ +module.exports = require('sqlstring'); diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Timer.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Timer.js" new file mode 100644 index 0000000..45ed029 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/Timer.js" @@ -0,0 +1,33 @@ +var Timers = require('timers'); + +module.exports = Timer; +function Timer(object) { + this._object = object; + this._timeout = null; +} + +Timer.prototype.active = function active() { + if (this._timeout) { + if (this._timeout.refresh) { + this._timeout.refresh(); + } else { + Timers.active(this._timeout); + } + } +}; + +Timer.prototype.start = function start(msecs) { + this.stop(); + this._timeout = Timers.setTimeout(this._onTimeout.bind(this), msecs); +}; + +Timer.prototype.stop = function stop() { + if (this._timeout) { + Timers.clearTimeout(this._timeout); + this._timeout = null; + } +}; + +Timer.prototype._onTimeout = function _onTimeout() { + return this._object._onTimeout(); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/charsets.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/charsets.js" new file mode 100644 index 0000000..98b88ea --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/charsets.js" @@ -0,0 +1,262 @@ +exports.BIG5_CHINESE_CI = 1; +exports.LATIN2_CZECH_CS = 2; +exports.DEC8_SWEDISH_CI = 3; +exports.CP850_GENERAL_CI = 4; +exports.LATIN1_GERMAN1_CI = 5; +exports.HP8_ENGLISH_CI = 6; +exports.KOI8R_GENERAL_CI = 7; +exports.LATIN1_SWEDISH_CI = 8; +exports.LATIN2_GENERAL_CI = 9; +exports.SWE7_SWEDISH_CI = 10; +exports.ASCII_GENERAL_CI = 11; +exports.UJIS_JAPANESE_CI = 12; +exports.SJIS_JAPANESE_CI = 13; +exports.CP1251_BULGARIAN_CI = 14; +exports.LATIN1_DANISH_CI = 15; +exports.HEBREW_GENERAL_CI = 16; +exports.TIS620_THAI_CI = 18; +exports.EUCKR_KOREAN_CI = 19; +exports.LATIN7_ESTONIAN_CS = 20; +exports.LATIN2_HUNGARIAN_CI = 21; +exports.KOI8U_GENERAL_CI = 22; +exports.CP1251_UKRAINIAN_CI = 23; +exports.GB2312_CHINESE_CI = 24; +exports.GREEK_GENERAL_CI = 25; +exports.CP1250_GENERAL_CI = 26; +exports.LATIN2_CROATIAN_CI = 27; +exports.GBK_CHINESE_CI = 28; +exports.CP1257_LITHUANIAN_CI = 29; +exports.LATIN5_TURKISH_CI = 30; +exports.LATIN1_GERMAN2_CI = 31; +exports.ARMSCII8_GENERAL_CI = 32; +exports.UTF8_GENERAL_CI = 33; +exports.CP1250_CZECH_CS = 34; +exports.UCS2_GENERAL_CI = 35; +exports.CP866_GENERAL_CI = 36; +exports.KEYBCS2_GENERAL_CI = 37; +exports.MACCE_GENERAL_CI = 38; +exports.MACROMAN_GENERAL_CI = 39; +exports.CP852_GENERAL_CI = 40; +exports.LATIN7_GENERAL_CI = 41; +exports.LATIN7_GENERAL_CS = 42; +exports.MACCE_BIN = 43; +exports.CP1250_CROATIAN_CI = 44; +exports.UTF8MB4_GENERAL_CI = 45; +exports.UTF8MB4_BIN = 46; +exports.LATIN1_BIN = 47; +exports.LATIN1_GENERAL_CI = 48; +exports.LATIN1_GENERAL_CS = 49; +exports.CP1251_BIN = 50; +exports.CP1251_GENERAL_CI = 51; +exports.CP1251_GENERAL_CS = 52; +exports.MACROMAN_BIN = 53; +exports.UTF16_GENERAL_CI = 54; +exports.UTF16_BIN = 55; +exports.UTF16LE_GENERAL_CI = 56; +exports.CP1256_GENERAL_CI = 57; +exports.CP1257_BIN = 58; +exports.CP1257_GENERAL_CI = 59; +exports.UTF32_GENERAL_CI = 60; +exports.UTF32_BIN = 61; +exports.UTF16LE_BIN = 62; +exports.BINARY = 63; +exports.ARMSCII8_BIN = 64; +exports.ASCII_BIN = 65; +exports.CP1250_BIN = 66; +exports.CP1256_BIN = 67; +exports.CP866_BIN = 68; +exports.DEC8_BIN = 69; +exports.GREEK_BIN = 70; +exports.HEBREW_BIN = 71; +exports.HP8_BIN = 72; +exports.KEYBCS2_BIN = 73; +exports.KOI8R_BIN = 74; +exports.KOI8U_BIN = 75; +exports.LATIN2_BIN = 77; +exports.LATIN5_BIN = 78; +exports.LATIN7_BIN = 79; +exports.CP850_BIN = 80; +exports.CP852_BIN = 81; +exports.SWE7_BIN = 82; +exports.UTF8_BIN = 83; +exports.BIG5_BIN = 84; +exports.EUCKR_BIN = 85; +exports.GB2312_BIN = 86; +exports.GBK_BIN = 87; +exports.SJIS_BIN = 88; +exports.TIS620_BIN = 89; +exports.UCS2_BIN = 90; +exports.UJIS_BIN = 91; +exports.GEOSTD8_GENERAL_CI = 92; +exports.GEOSTD8_BIN = 93; +exports.LATIN1_SPANISH_CI = 94; +exports.CP932_JAPANESE_CI = 95; +exports.CP932_BIN = 96; +exports.EUCJPMS_JAPANESE_CI = 97; +exports.EUCJPMS_BIN = 98; +exports.CP1250_POLISH_CI = 99; +exports.UTF16_UNICODE_CI = 101; +exports.UTF16_ICELANDIC_CI = 102; +exports.UTF16_LATVIAN_CI = 103; +exports.UTF16_ROMANIAN_CI = 104; +exports.UTF16_SLOVENIAN_CI = 105; +exports.UTF16_POLISH_CI = 106; +exports.UTF16_ESTONIAN_CI = 107; +exports.UTF16_SPANISH_CI = 108; +exports.UTF16_SWEDISH_CI = 109; +exports.UTF16_TURKISH_CI = 110; +exports.UTF16_CZECH_CI = 111; +exports.UTF16_DANISH_CI = 112; +exports.UTF16_LITHUANIAN_CI = 113; +exports.UTF16_SLOVAK_CI = 114; +exports.UTF16_SPANISH2_CI = 115; +exports.UTF16_ROMAN_CI = 116; +exports.UTF16_PERSIAN_CI = 117; +exports.UTF16_ESPERANTO_CI = 118; +exports.UTF16_HUNGARIAN_CI = 119; +exports.UTF16_SINHALA_CI = 120; +exports.UTF16_GERMAN2_CI = 121; +exports.UTF16_CROATIAN_MYSQL561_CI = 122; +exports.UTF16_UNICODE_520_CI = 123; +exports.UTF16_VIETNAMESE_CI = 124; +exports.UCS2_UNICODE_CI = 128; +exports.UCS2_ICELANDIC_CI = 129; +exports.UCS2_LATVIAN_CI = 130; +exports.UCS2_ROMANIAN_CI = 131; +exports.UCS2_SLOVENIAN_CI = 132; +exports.UCS2_POLISH_CI = 133; +exports.UCS2_ESTONIAN_CI = 134; +exports.UCS2_SPANISH_CI = 135; +exports.UCS2_SWEDISH_CI = 136; +exports.UCS2_TURKISH_CI = 137; +exports.UCS2_CZECH_CI = 138; +exports.UCS2_DANISH_CI = 139; +exports.UCS2_LITHUANIAN_CI = 140; +exports.UCS2_SLOVAK_CI = 141; +exports.UCS2_SPANISH2_CI = 142; +exports.UCS2_ROMAN_CI = 143; +exports.UCS2_PERSIAN_CI = 144; +exports.UCS2_ESPERANTO_CI = 145; +exports.UCS2_HUNGARIAN_CI = 146; +exports.UCS2_SINHALA_CI = 147; +exports.UCS2_GERMAN2_CI = 148; +exports.UCS2_CROATIAN_MYSQL561_CI = 149; +exports.UCS2_UNICODE_520_CI = 150; +exports.UCS2_VIETNAMESE_CI = 151; +exports.UCS2_GENERAL_MYSQL500_CI = 159; +exports.UTF32_UNICODE_CI = 160; +exports.UTF32_ICELANDIC_CI = 161; +exports.UTF32_LATVIAN_CI = 162; +exports.UTF32_ROMANIAN_CI = 163; +exports.UTF32_SLOVENIAN_CI = 164; +exports.UTF32_POLISH_CI = 165; +exports.UTF32_ESTONIAN_CI = 166; +exports.UTF32_SPANISH_CI = 167; +exports.UTF32_SWEDISH_CI = 168; +exports.UTF32_TURKISH_CI = 169; +exports.UTF32_CZECH_CI = 170; +exports.UTF32_DANISH_CI = 171; +exports.UTF32_LITHUANIAN_CI = 172; +exports.UTF32_SLOVAK_CI = 173; +exports.UTF32_SPANISH2_CI = 174; +exports.UTF32_ROMAN_CI = 175; +exports.UTF32_PERSIAN_CI = 176; +exports.UTF32_ESPERANTO_CI = 177; +exports.UTF32_HUNGARIAN_CI = 178; +exports.UTF32_SINHALA_CI = 179; +exports.UTF32_GERMAN2_CI = 180; +exports.UTF32_CROATIAN_MYSQL561_CI = 181; +exports.UTF32_UNICODE_520_CI = 182; +exports.UTF32_VIETNAMESE_CI = 183; +exports.UTF8_UNICODE_CI = 192; +exports.UTF8_ICELANDIC_CI = 193; +exports.UTF8_LATVIAN_CI = 194; +exports.UTF8_ROMANIAN_CI = 195; +exports.UTF8_SLOVENIAN_CI = 196; +exports.UTF8_POLISH_CI = 197; +exports.UTF8_ESTONIAN_CI = 198; +exports.UTF8_SPANISH_CI = 199; +exports.UTF8_SWEDISH_CI = 200; +exports.UTF8_TURKISH_CI = 201; +exports.UTF8_CZECH_CI = 202; +exports.UTF8_DANISH_CI = 203; +exports.UTF8_LITHUANIAN_CI = 204; +exports.UTF8_SLOVAK_CI = 205; +exports.UTF8_SPANISH2_CI = 206; +exports.UTF8_ROMAN_CI = 207; +exports.UTF8_PERSIAN_CI = 208; +exports.UTF8_ESPERANTO_CI = 209; +exports.UTF8_HUNGARIAN_CI = 210; +exports.UTF8_SINHALA_CI = 211; +exports.UTF8_GERMAN2_CI = 212; +exports.UTF8_CROATIAN_MYSQL561_CI = 213; +exports.UTF8_UNICODE_520_CI = 214; +exports.UTF8_VIETNAMESE_CI = 215; +exports.UTF8_GENERAL_MYSQL500_CI = 223; +exports.UTF8MB4_UNICODE_CI = 224; +exports.UTF8MB4_ICELANDIC_CI = 225; +exports.UTF8MB4_LATVIAN_CI = 226; +exports.UTF8MB4_ROMANIAN_CI = 227; +exports.UTF8MB4_SLOVENIAN_CI = 228; +exports.UTF8MB4_POLISH_CI = 229; +exports.UTF8MB4_ESTONIAN_CI = 230; +exports.UTF8MB4_SPANISH_CI = 231; +exports.UTF8MB4_SWEDISH_CI = 232; +exports.UTF8MB4_TURKISH_CI = 233; +exports.UTF8MB4_CZECH_CI = 234; +exports.UTF8MB4_DANISH_CI = 235; +exports.UTF8MB4_LITHUANIAN_CI = 236; +exports.UTF8MB4_SLOVAK_CI = 237; +exports.UTF8MB4_SPANISH2_CI = 238; +exports.UTF8MB4_ROMAN_CI = 239; +exports.UTF8MB4_PERSIAN_CI = 240; +exports.UTF8MB4_ESPERANTO_CI = 241; +exports.UTF8MB4_HUNGARIAN_CI = 242; +exports.UTF8MB4_SINHALA_CI = 243; +exports.UTF8MB4_GERMAN2_CI = 244; +exports.UTF8MB4_CROATIAN_MYSQL561_CI = 245; +exports.UTF8MB4_UNICODE_520_CI = 246; +exports.UTF8MB4_VIETNAMESE_CI = 247; +exports.UTF8_GENERAL50_CI = 253; + +// short aliases +exports.ARMSCII8 = exports.ARMSCII8_GENERAL_CI; +exports.ASCII = exports.ASCII_GENERAL_CI; +exports.BIG5 = exports.BIG5_CHINESE_CI; +exports.BINARY = exports.BINARY; +exports.CP1250 = exports.CP1250_GENERAL_CI; +exports.CP1251 = exports.CP1251_GENERAL_CI; +exports.CP1256 = exports.CP1256_GENERAL_CI; +exports.CP1257 = exports.CP1257_GENERAL_CI; +exports.CP866 = exports.CP866_GENERAL_CI; +exports.CP850 = exports.CP850_GENERAL_CI; +exports.CP852 = exports.CP852_GENERAL_CI; +exports.CP932 = exports.CP932_JAPANESE_CI; +exports.DEC8 = exports.DEC8_SWEDISH_CI; +exports.EUCJPMS = exports.EUCJPMS_JAPANESE_CI; +exports.EUCKR = exports.EUCKR_KOREAN_CI; +exports.GB2312 = exports.GB2312_CHINESE_CI; +exports.GBK = exports.GBK_CHINESE_CI; +exports.GEOSTD8 = exports.GEOSTD8_GENERAL_CI; +exports.GREEK = exports.GREEK_GENERAL_CI; +exports.HEBREW = exports.HEBREW_GENERAL_CI; +exports.HP8 = exports.HP8_ENGLISH_CI; +exports.KEYBCS2 = exports.KEYBCS2_GENERAL_CI; +exports.KOI8R = exports.KOI8R_GENERAL_CI; +exports.KOI8U = exports.KOI8U_GENERAL_CI; +exports.LATIN1 = exports.LATIN1_SWEDISH_CI; +exports.LATIN2 = exports.LATIN2_GENERAL_CI; +exports.LATIN5 = exports.LATIN5_TURKISH_CI; +exports.LATIN7 = exports.LATIN7_GENERAL_CI; +exports.MACCE = exports.MACCE_GENERAL_CI; +exports.MACROMAN = exports.MACROMAN_GENERAL_CI; +exports.SJIS = exports.SJIS_JAPANESE_CI; +exports.SWE7 = exports.SWE7_SWEDISH_CI; +exports.TIS620 = exports.TIS620_THAI_CI; +exports.UCS2 = exports.UCS2_GENERAL_CI; +exports.UJIS = exports.UJIS_JAPANESE_CI; +exports.UTF16 = exports.UTF16_GENERAL_CI; +exports.UTF16LE = exports.UTF16LE_GENERAL_CI; +exports.UTF8 = exports.UTF8_GENERAL_CI; +exports.UTF8MB4 = exports.UTF8MB4_GENERAL_CI; +exports.UTF32 = exports.UTF32_GENERAL_CI; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/client.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/client.js" new file mode 100644 index 0000000..59aadc6 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/client.js" @@ -0,0 +1,26 @@ +// Manually extracted from mysql-5.5.23/include/mysql_com.h +exports.CLIENT_LONG_PASSWORD = 1; /* new more secure passwords */ +exports.CLIENT_FOUND_ROWS = 2; /* Found instead of affected rows */ +exports.CLIENT_LONG_FLAG = 4; /* Get all column flags */ +exports.CLIENT_CONNECT_WITH_DB = 8; /* One can specify db on connect */ +exports.CLIENT_NO_SCHEMA = 16; /* Don't allow database.table.column */ +exports.CLIENT_COMPRESS = 32; /* Can use compression protocol */ +exports.CLIENT_ODBC = 64; /* Odbc client */ +exports.CLIENT_LOCAL_FILES = 128; /* Can use LOAD DATA LOCAL */ +exports.CLIENT_IGNORE_SPACE = 256; /* Ignore spaces before '(' */ +exports.CLIENT_PROTOCOL_41 = 512; /* New 4.1 protocol */ +exports.CLIENT_INTERACTIVE = 1024; /* This is an interactive client */ +exports.CLIENT_SSL = 2048; /* Switch to SSL after handshake */ +exports.CLIENT_IGNORE_SIGPIPE = 4096; /* IGNORE sigpipes */ +exports.CLIENT_TRANSACTIONS = 8192; /* Client knows about transactions */ +exports.CLIENT_RESERVED = 16384; /* Old flag for 4.1 protocol */ +exports.CLIENT_SECURE_CONNECTION = 32768; /* New 4.1 authentication */ + +exports.CLIENT_MULTI_STATEMENTS = 65536; /* Enable/disable multi-stmt support */ +exports.CLIENT_MULTI_RESULTS = 131072; /* Enable/disable multi-results */ +exports.CLIENT_PS_MULTI_RESULTS = 262144; /* Multi-results in PS-protocol */ + +exports.CLIENT_PLUGIN_AUTH = 524288; /* Client supports plugin authentication */ + +exports.CLIENT_SSL_VERIFY_SERVER_CERT = 1073741824; +exports.CLIENT_REMEMBER_OPTIONS = 2147483648; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/errors.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/errors.js" new file mode 100644 index 0000000..e757741 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/errors.js" @@ -0,0 +1,2476 @@ +/** + * MySQL error constants + * + * Extracted from version 5.7.29 + * + * !! Generated by generate-error-constants.js, do not modify by hand !! + */ + +exports.EE_CANTCREATEFILE = 1; +exports.EE_READ = 2; +exports.EE_WRITE = 3; +exports.EE_BADCLOSE = 4; +exports.EE_OUTOFMEMORY = 5; +exports.EE_DELETE = 6; +exports.EE_LINK = 7; +exports.EE_EOFERR = 9; +exports.EE_CANTLOCK = 10; +exports.EE_CANTUNLOCK = 11; +exports.EE_DIR = 12; +exports.EE_STAT = 13; +exports.EE_CANT_CHSIZE = 14; +exports.EE_CANT_OPEN_STREAM = 15; +exports.EE_GETWD = 16; +exports.EE_SETWD = 17; +exports.EE_LINK_WARNING = 18; +exports.EE_OPEN_WARNING = 19; +exports.EE_DISK_FULL = 20; +exports.EE_CANT_MKDIR = 21; +exports.EE_UNKNOWN_CHARSET = 22; +exports.EE_OUT_OF_FILERESOURCES = 23; +exports.EE_CANT_READLINK = 24; +exports.EE_CANT_SYMLINK = 25; +exports.EE_REALPATH = 26; +exports.EE_SYNC = 27; +exports.EE_UNKNOWN_COLLATION = 28; +exports.EE_FILENOTFOUND = 29; +exports.EE_FILE_NOT_CLOSED = 30; +exports.EE_CHANGE_OWNERSHIP = 31; +exports.EE_CHANGE_PERMISSIONS = 32; +exports.EE_CANT_SEEK = 33; +exports.EE_CAPACITY_EXCEEDED = 34; +exports.HA_ERR_KEY_NOT_FOUND = 120; +exports.HA_ERR_FOUND_DUPP_KEY = 121; +exports.HA_ERR_INTERNAL_ERROR = 122; +exports.HA_ERR_RECORD_CHANGED = 123; +exports.HA_ERR_WRONG_INDEX = 124; +exports.HA_ERR_CRASHED = 126; +exports.HA_ERR_WRONG_IN_RECORD = 127; +exports.HA_ERR_OUT_OF_MEM = 128; +exports.HA_ERR_NOT_A_TABLE = 130; +exports.HA_ERR_WRONG_COMMAND = 131; +exports.HA_ERR_OLD_FILE = 132; +exports.HA_ERR_NO_ACTIVE_RECORD = 133; +exports.HA_ERR_RECORD_DELETED = 134; +exports.HA_ERR_RECORD_FILE_FULL = 135; +exports.HA_ERR_INDEX_FILE_FULL = 136; +exports.HA_ERR_END_OF_FILE = 137; +exports.HA_ERR_UNSUPPORTED = 138; +exports.HA_ERR_TOO_BIG_ROW = 139; +exports.HA_WRONG_CREATE_OPTION = 140; +exports.HA_ERR_FOUND_DUPP_UNIQUE = 141; +exports.HA_ERR_UNKNOWN_CHARSET = 142; +exports.HA_ERR_WRONG_MRG_TABLE_DEF = 143; +exports.HA_ERR_CRASHED_ON_REPAIR = 144; +exports.HA_ERR_CRASHED_ON_USAGE = 145; +exports.HA_ERR_LOCK_WAIT_TIMEOUT = 146; +exports.HA_ERR_LOCK_TABLE_FULL = 147; +exports.HA_ERR_READ_ONLY_TRANSACTION = 148; +exports.HA_ERR_LOCK_DEADLOCK = 149; +exports.HA_ERR_CANNOT_ADD_FOREIGN = 150; +exports.HA_ERR_NO_REFERENCED_ROW = 151; +exports.HA_ERR_ROW_IS_REFERENCED = 152; +exports.HA_ERR_NO_SAVEPOINT = 153; +exports.HA_ERR_NON_UNIQUE_BLOCK_SIZE = 154; +exports.HA_ERR_NO_SUCH_TABLE = 155; +exports.HA_ERR_TABLE_EXIST = 156; +exports.HA_ERR_NO_CONNECTION = 157; +exports.HA_ERR_NULL_IN_SPATIAL = 158; +exports.HA_ERR_TABLE_DEF_CHANGED = 159; +exports.HA_ERR_NO_PARTITION_FOUND = 160; +exports.HA_ERR_RBR_LOGGING_FAILED = 161; +exports.HA_ERR_DROP_INDEX_FK = 162; +exports.HA_ERR_FOREIGN_DUPLICATE_KEY = 163; +exports.HA_ERR_TABLE_NEEDS_UPGRADE = 164; +exports.HA_ERR_TABLE_READONLY = 165; +exports.HA_ERR_AUTOINC_READ_FAILED = 166; +exports.HA_ERR_AUTOINC_ERANGE = 167; +exports.HA_ERR_GENERIC = 168; +exports.HA_ERR_RECORD_IS_THE_SAME = 169; +exports.HA_ERR_LOGGING_IMPOSSIBLE = 170; +exports.HA_ERR_CORRUPT_EVENT = 171; +exports.HA_ERR_NEW_FILE = 172; +exports.HA_ERR_ROWS_EVENT_APPLY = 173; +exports.HA_ERR_INITIALIZATION = 174; +exports.HA_ERR_FILE_TOO_SHORT = 175; +exports.HA_ERR_WRONG_CRC = 176; +exports.HA_ERR_TOO_MANY_CONCURRENT_TRXS = 177; +exports.HA_ERR_NOT_IN_LOCK_PARTITIONS = 178; +exports.HA_ERR_INDEX_COL_TOO_LONG = 179; +exports.HA_ERR_INDEX_CORRUPT = 180; +exports.HA_ERR_UNDO_REC_TOO_BIG = 181; +exports.HA_FTS_INVALID_DOCID = 182; +exports.HA_ERR_TABLE_IN_FK_CHECK = 183; +exports.HA_ERR_TABLESPACE_EXISTS = 184; +exports.HA_ERR_TOO_MANY_FIELDS = 185; +exports.HA_ERR_ROW_IN_WRONG_PARTITION = 186; +exports.HA_ERR_INNODB_READ_ONLY = 187; +exports.HA_ERR_FTS_EXCEED_RESULT_CACHE_LIMIT = 188; +exports.HA_ERR_TEMP_FILE_WRITE_FAILURE = 189; +exports.HA_ERR_INNODB_FORCED_RECOVERY = 190; +exports.HA_ERR_FTS_TOO_MANY_WORDS_IN_PHRASE = 191; +exports.HA_ERR_FK_DEPTH_EXCEEDED = 192; +exports.HA_MISSING_CREATE_OPTION = 193; +exports.HA_ERR_SE_OUT_OF_MEMORY = 194; +exports.HA_ERR_TABLE_CORRUPT = 195; +exports.HA_ERR_QUERY_INTERRUPTED = 196; +exports.HA_ERR_TABLESPACE_MISSING = 197; +exports.HA_ERR_TABLESPACE_IS_NOT_EMPTY = 198; +exports.HA_ERR_WRONG_FILE_NAME = 199; +exports.HA_ERR_NOT_ALLOWED_COMMAND = 200; +exports.HA_ERR_COMPUTE_FAILED = 201; +exports.ER_HASHCHK = 1000; +exports.ER_NISAMCHK = 1001; +exports.ER_NO = 1002; +exports.ER_YES = 1003; +exports.ER_CANT_CREATE_FILE = 1004; +exports.ER_CANT_CREATE_TABLE = 1005; +exports.ER_CANT_CREATE_DB = 1006; +exports.ER_DB_CREATE_EXISTS = 1007; +exports.ER_DB_DROP_EXISTS = 1008; +exports.ER_DB_DROP_DELETE = 1009; +exports.ER_DB_DROP_RMDIR = 1010; +exports.ER_CANT_DELETE_FILE = 1011; +exports.ER_CANT_FIND_SYSTEM_REC = 1012; +exports.ER_CANT_GET_STAT = 1013; +exports.ER_CANT_GET_WD = 1014; +exports.ER_CANT_LOCK = 1015; +exports.ER_CANT_OPEN_FILE = 1016; +exports.ER_FILE_NOT_FOUND = 1017; +exports.ER_CANT_READ_DIR = 1018; +exports.ER_CANT_SET_WD = 1019; +exports.ER_CHECKREAD = 1020; +exports.ER_DISK_FULL = 1021; +exports.ER_DUP_KEY = 1022; +exports.ER_ERROR_ON_CLOSE = 1023; +exports.ER_ERROR_ON_READ = 1024; +exports.ER_ERROR_ON_RENAME = 1025; +exports.ER_ERROR_ON_WRITE = 1026; +exports.ER_FILE_USED = 1027; +exports.ER_FILSORT_ABORT = 1028; +exports.ER_FORM_NOT_FOUND = 1029; +exports.ER_GET_ERRNO = 1030; +exports.ER_ILLEGAL_HA = 1031; +exports.ER_KEY_NOT_FOUND = 1032; +exports.ER_NOT_FORM_FILE = 1033; +exports.ER_NOT_KEYFILE = 1034; +exports.ER_OLD_KEYFILE = 1035; +exports.ER_OPEN_AS_READONLY = 1036; +exports.ER_OUTOFMEMORY = 1037; +exports.ER_OUT_OF_SORTMEMORY = 1038; +exports.ER_UNEXPECTED_EOF = 1039; +exports.ER_CON_COUNT_ERROR = 1040; +exports.ER_OUT_OF_RESOURCES = 1041; +exports.ER_BAD_HOST_ERROR = 1042; +exports.ER_HANDSHAKE_ERROR = 1043; +exports.ER_DBACCESS_DENIED_ERROR = 1044; +exports.ER_ACCESS_DENIED_ERROR = 1045; +exports.ER_NO_DB_ERROR = 1046; +exports.ER_UNKNOWN_COM_ERROR = 1047; +exports.ER_BAD_NULL_ERROR = 1048; +exports.ER_BAD_DB_ERROR = 1049; +exports.ER_TABLE_EXISTS_ERROR = 1050; +exports.ER_BAD_TABLE_ERROR = 1051; +exports.ER_NON_UNIQ_ERROR = 1052; +exports.ER_SERVER_SHUTDOWN = 1053; +exports.ER_BAD_FIELD_ERROR = 1054; +exports.ER_WRONG_FIELD_WITH_GROUP = 1055; +exports.ER_WRONG_GROUP_FIELD = 1056; +exports.ER_WRONG_SUM_SELECT = 1057; +exports.ER_WRONG_VALUE_COUNT = 1058; +exports.ER_TOO_LONG_IDENT = 1059; +exports.ER_DUP_FIELDNAME = 1060; +exports.ER_DUP_KEYNAME = 1061; +exports.ER_DUP_ENTRY = 1062; +exports.ER_WRONG_FIELD_SPEC = 1063; +exports.ER_PARSE_ERROR = 1064; +exports.ER_EMPTY_QUERY = 1065; +exports.ER_NONUNIQ_TABLE = 1066; +exports.ER_INVALID_DEFAULT = 1067; +exports.ER_MULTIPLE_PRI_KEY = 1068; +exports.ER_TOO_MANY_KEYS = 1069; +exports.ER_TOO_MANY_KEY_PARTS = 1070; +exports.ER_TOO_LONG_KEY = 1071; +exports.ER_KEY_COLUMN_DOES_NOT_EXITS = 1072; +exports.ER_BLOB_USED_AS_KEY = 1073; +exports.ER_TOO_BIG_FIELDLENGTH = 1074; +exports.ER_WRONG_AUTO_KEY = 1075; +exports.ER_READY = 1076; +exports.ER_NORMAL_SHUTDOWN = 1077; +exports.ER_GOT_SIGNAL = 1078; +exports.ER_SHUTDOWN_COMPLETE = 1079; +exports.ER_FORCING_CLOSE = 1080; +exports.ER_IPSOCK_ERROR = 1081; +exports.ER_NO_SUCH_INDEX = 1082; +exports.ER_WRONG_FIELD_TERMINATORS = 1083; +exports.ER_BLOBS_AND_NO_TERMINATED = 1084; +exports.ER_TEXTFILE_NOT_READABLE = 1085; +exports.ER_FILE_EXISTS_ERROR = 1086; +exports.ER_LOAD_INFO = 1087; +exports.ER_ALTER_INFO = 1088; +exports.ER_WRONG_SUB_KEY = 1089; +exports.ER_CANT_REMOVE_ALL_FIELDS = 1090; +exports.ER_CANT_DROP_FIELD_OR_KEY = 1091; +exports.ER_INSERT_INFO = 1092; +exports.ER_UPDATE_TABLE_USED = 1093; +exports.ER_NO_SUCH_THREAD = 1094; +exports.ER_KILL_DENIED_ERROR = 1095; +exports.ER_NO_TABLES_USED = 1096; +exports.ER_TOO_BIG_SET = 1097; +exports.ER_NO_UNIQUE_LOGFILE = 1098; +exports.ER_TABLE_NOT_LOCKED_FOR_WRITE = 1099; +exports.ER_TABLE_NOT_LOCKED = 1100; +exports.ER_BLOB_CANT_HAVE_DEFAULT = 1101; +exports.ER_WRONG_DB_NAME = 1102; +exports.ER_WRONG_TABLE_NAME = 1103; +exports.ER_TOO_BIG_SELECT = 1104; +exports.ER_UNKNOWN_ERROR = 1105; +exports.ER_UNKNOWN_PROCEDURE = 1106; +exports.ER_WRONG_PARAMCOUNT_TO_PROCEDURE = 1107; +exports.ER_WRONG_PARAMETERS_TO_PROCEDURE = 1108; +exports.ER_UNKNOWN_TABLE = 1109; +exports.ER_FIELD_SPECIFIED_TWICE = 1110; +exports.ER_INVALID_GROUP_FUNC_USE = 1111; +exports.ER_UNSUPPORTED_EXTENSION = 1112; +exports.ER_TABLE_MUST_HAVE_COLUMNS = 1113; +exports.ER_RECORD_FILE_FULL = 1114; +exports.ER_UNKNOWN_CHARACTER_SET = 1115; +exports.ER_TOO_MANY_TABLES = 1116; +exports.ER_TOO_MANY_FIELDS = 1117; +exports.ER_TOO_BIG_ROWSIZE = 1118; +exports.ER_STACK_OVERRUN = 1119; +exports.ER_WRONG_OUTER_JOIN = 1120; +exports.ER_NULL_COLUMN_IN_INDEX = 1121; +exports.ER_CANT_FIND_UDF = 1122; +exports.ER_CANT_INITIALIZE_UDF = 1123; +exports.ER_UDF_NO_PATHS = 1124; +exports.ER_UDF_EXISTS = 1125; +exports.ER_CANT_OPEN_LIBRARY = 1126; +exports.ER_CANT_FIND_DL_ENTRY = 1127; +exports.ER_FUNCTION_NOT_DEFINED = 1128; +exports.ER_HOST_IS_BLOCKED = 1129; +exports.ER_HOST_NOT_PRIVILEGED = 1130; +exports.ER_PASSWORD_ANONYMOUS_USER = 1131; +exports.ER_PASSWORD_NOT_ALLOWED = 1132; +exports.ER_PASSWORD_NO_MATCH = 1133; +exports.ER_UPDATE_INFO = 1134; +exports.ER_CANT_CREATE_THREAD = 1135; +exports.ER_WRONG_VALUE_COUNT_ON_ROW = 1136; +exports.ER_CANT_REOPEN_TABLE = 1137; +exports.ER_INVALID_USE_OF_NULL = 1138; +exports.ER_REGEXP_ERROR = 1139; +exports.ER_MIX_OF_GROUP_FUNC_AND_FIELDS = 1140; +exports.ER_NONEXISTING_GRANT = 1141; +exports.ER_TABLEACCESS_DENIED_ERROR = 1142; +exports.ER_COLUMNACCESS_DENIED_ERROR = 1143; +exports.ER_ILLEGAL_GRANT_FOR_TABLE = 1144; +exports.ER_GRANT_WRONG_HOST_OR_USER = 1145; +exports.ER_NO_SUCH_TABLE = 1146; +exports.ER_NONEXISTING_TABLE_GRANT = 1147; +exports.ER_NOT_ALLOWED_COMMAND = 1148; +exports.ER_SYNTAX_ERROR = 1149; +exports.ER_DELAYED_CANT_CHANGE_LOCK = 1150; +exports.ER_TOO_MANY_DELAYED_THREADS = 1151; +exports.ER_ABORTING_CONNECTION = 1152; +exports.ER_NET_PACKET_TOO_LARGE = 1153; +exports.ER_NET_READ_ERROR_FROM_PIPE = 1154; +exports.ER_NET_FCNTL_ERROR = 1155; +exports.ER_NET_PACKETS_OUT_OF_ORDER = 1156; +exports.ER_NET_UNCOMPRESS_ERROR = 1157; +exports.ER_NET_READ_ERROR = 1158; +exports.ER_NET_READ_INTERRUPTED = 1159; +exports.ER_NET_ERROR_ON_WRITE = 1160; +exports.ER_NET_WRITE_INTERRUPTED = 1161; +exports.ER_TOO_LONG_STRING = 1162; +exports.ER_TABLE_CANT_HANDLE_BLOB = 1163; +exports.ER_TABLE_CANT_HANDLE_AUTO_INCREMENT = 1164; +exports.ER_DELAYED_INSERT_TABLE_LOCKED = 1165; +exports.ER_WRONG_COLUMN_NAME = 1166; +exports.ER_WRONG_KEY_COLUMN = 1167; +exports.ER_WRONG_MRG_TABLE = 1168; +exports.ER_DUP_UNIQUE = 1169; +exports.ER_BLOB_KEY_WITHOUT_LENGTH = 1170; +exports.ER_PRIMARY_CANT_HAVE_NULL = 1171; +exports.ER_TOO_MANY_ROWS = 1172; +exports.ER_REQUIRES_PRIMARY_KEY = 1173; +exports.ER_NO_RAID_COMPILED = 1174; +exports.ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE = 1175; +exports.ER_KEY_DOES_NOT_EXITS = 1176; +exports.ER_CHECK_NO_SUCH_TABLE = 1177; +exports.ER_CHECK_NOT_IMPLEMENTED = 1178; +exports.ER_CANT_DO_THIS_DURING_AN_TRANSACTION = 1179; +exports.ER_ERROR_DURING_COMMIT = 1180; +exports.ER_ERROR_DURING_ROLLBACK = 1181; +exports.ER_ERROR_DURING_FLUSH_LOGS = 1182; +exports.ER_ERROR_DURING_CHECKPOINT = 1183; +exports.ER_NEW_ABORTING_CONNECTION = 1184; +exports.ER_DUMP_NOT_IMPLEMENTED = 1185; +exports.ER_FLUSH_MASTER_BINLOG_CLOSED = 1186; +exports.ER_INDEX_REBUILD = 1187; +exports.ER_MASTER = 1188; +exports.ER_MASTER_NET_READ = 1189; +exports.ER_MASTER_NET_WRITE = 1190; +exports.ER_FT_MATCHING_KEY_NOT_FOUND = 1191; +exports.ER_LOCK_OR_ACTIVE_TRANSACTION = 1192; +exports.ER_UNKNOWN_SYSTEM_VARIABLE = 1193; +exports.ER_CRASHED_ON_USAGE = 1194; +exports.ER_CRASHED_ON_REPAIR = 1195; +exports.ER_WARNING_NOT_COMPLETE_ROLLBACK = 1196; +exports.ER_TRANS_CACHE_FULL = 1197; +exports.ER_SLAVE_MUST_STOP = 1198; +exports.ER_SLAVE_NOT_RUNNING = 1199; +exports.ER_BAD_SLAVE = 1200; +exports.ER_MASTER_INFO = 1201; +exports.ER_SLAVE_THREAD = 1202; +exports.ER_TOO_MANY_USER_CONNECTIONS = 1203; +exports.ER_SET_CONSTANTS_ONLY = 1204; +exports.ER_LOCK_WAIT_TIMEOUT = 1205; +exports.ER_LOCK_TABLE_FULL = 1206; +exports.ER_READ_ONLY_TRANSACTION = 1207; +exports.ER_DROP_DB_WITH_READ_LOCK = 1208; +exports.ER_CREATE_DB_WITH_READ_LOCK = 1209; +exports.ER_WRONG_ARGUMENTS = 1210; +exports.ER_NO_PERMISSION_TO_CREATE_USER = 1211; +exports.ER_UNION_TABLES_IN_DIFFERENT_DIR = 1212; +exports.ER_LOCK_DEADLOCK = 1213; +exports.ER_TABLE_CANT_HANDLE_FT = 1214; +exports.ER_CANNOT_ADD_FOREIGN = 1215; +exports.ER_NO_REFERENCED_ROW = 1216; +exports.ER_ROW_IS_REFERENCED = 1217; +exports.ER_CONNECT_TO_MASTER = 1218; +exports.ER_QUERY_ON_MASTER = 1219; +exports.ER_ERROR_WHEN_EXECUTING_COMMAND = 1220; +exports.ER_WRONG_USAGE = 1221; +exports.ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT = 1222; +exports.ER_CANT_UPDATE_WITH_READLOCK = 1223; +exports.ER_MIXING_NOT_ALLOWED = 1224; +exports.ER_DUP_ARGUMENT = 1225; +exports.ER_USER_LIMIT_REACHED = 1226; +exports.ER_SPECIFIC_ACCESS_DENIED_ERROR = 1227; +exports.ER_LOCAL_VARIABLE = 1228; +exports.ER_GLOBAL_VARIABLE = 1229; +exports.ER_NO_DEFAULT = 1230; +exports.ER_WRONG_VALUE_FOR_VAR = 1231; +exports.ER_WRONG_TYPE_FOR_VAR = 1232; +exports.ER_VAR_CANT_BE_READ = 1233; +exports.ER_CANT_USE_OPTION_HERE = 1234; +exports.ER_NOT_SUPPORTED_YET = 1235; +exports.ER_MASTER_FATAL_ERROR_READING_BINLOG = 1236; +exports.ER_SLAVE_IGNORED_TABLE = 1237; +exports.ER_INCORRECT_GLOBAL_LOCAL_VAR = 1238; +exports.ER_WRONG_FK_DEF = 1239; +exports.ER_KEY_REF_DO_NOT_MATCH_TABLE_REF = 1240; +exports.ER_OPERAND_COLUMNS = 1241; +exports.ER_SUBQUERY_NO_1_ROW = 1242; +exports.ER_UNKNOWN_STMT_HANDLER = 1243; +exports.ER_CORRUPT_HELP_DB = 1244; +exports.ER_CYCLIC_REFERENCE = 1245; +exports.ER_AUTO_CONVERT = 1246; +exports.ER_ILLEGAL_REFERENCE = 1247; +exports.ER_DERIVED_MUST_HAVE_ALIAS = 1248; +exports.ER_SELECT_REDUCED = 1249; +exports.ER_TABLENAME_NOT_ALLOWED_HERE = 1250; +exports.ER_NOT_SUPPORTED_AUTH_MODE = 1251; +exports.ER_SPATIAL_CANT_HAVE_NULL = 1252; +exports.ER_COLLATION_CHARSET_MISMATCH = 1253; +exports.ER_SLAVE_WAS_RUNNING = 1254; +exports.ER_SLAVE_WAS_NOT_RUNNING = 1255; +exports.ER_TOO_BIG_FOR_UNCOMPRESS = 1256; +exports.ER_ZLIB_Z_MEM_ERROR = 1257; +exports.ER_ZLIB_Z_BUF_ERROR = 1258; +exports.ER_ZLIB_Z_DATA_ERROR = 1259; +exports.ER_CUT_VALUE_GROUP_CONCAT = 1260; +exports.ER_WARN_TOO_FEW_RECORDS = 1261; +exports.ER_WARN_TOO_MANY_RECORDS = 1262; +exports.ER_WARN_NULL_TO_NOTNULL = 1263; +exports.ER_WARN_DATA_OUT_OF_RANGE = 1264; +exports.WARN_DATA_TRUNCATED = 1265; +exports.ER_WARN_USING_OTHER_HANDLER = 1266; +exports.ER_CANT_AGGREGATE_2COLLATIONS = 1267; +exports.ER_DROP_USER = 1268; +exports.ER_REVOKE_GRANTS = 1269; +exports.ER_CANT_AGGREGATE_3COLLATIONS = 1270; +exports.ER_CANT_AGGREGATE_NCOLLATIONS = 1271; +exports.ER_VARIABLE_IS_NOT_STRUCT = 1272; +exports.ER_UNKNOWN_COLLATION = 1273; +exports.ER_SLAVE_IGNORED_SSL_PARAMS = 1274; +exports.ER_SERVER_IS_IN_SECURE_AUTH_MODE = 1275; +exports.ER_WARN_FIELD_RESOLVED = 1276; +exports.ER_BAD_SLAVE_UNTIL_COND = 1277; +exports.ER_MISSING_SKIP_SLAVE = 1278; +exports.ER_UNTIL_COND_IGNORED = 1279; +exports.ER_WRONG_NAME_FOR_INDEX = 1280; +exports.ER_WRONG_NAME_FOR_CATALOG = 1281; +exports.ER_WARN_QC_RESIZE = 1282; +exports.ER_BAD_FT_COLUMN = 1283; +exports.ER_UNKNOWN_KEY_CACHE = 1284; +exports.ER_WARN_HOSTNAME_WONT_WORK = 1285; +exports.ER_UNKNOWN_STORAGE_ENGINE = 1286; +exports.ER_WARN_DEPRECATED_SYNTAX = 1287; +exports.ER_NON_UPDATABLE_TABLE = 1288; +exports.ER_FEATURE_DISABLED = 1289; +exports.ER_OPTION_PREVENTS_STATEMENT = 1290; +exports.ER_DUPLICATED_VALUE_IN_TYPE = 1291; +exports.ER_TRUNCATED_WRONG_VALUE = 1292; +exports.ER_TOO_MUCH_AUTO_TIMESTAMP_COLS = 1293; +exports.ER_INVALID_ON_UPDATE = 1294; +exports.ER_UNSUPPORTED_PS = 1295; +exports.ER_GET_ERRMSG = 1296; +exports.ER_GET_TEMPORARY_ERRMSG = 1297; +exports.ER_UNKNOWN_TIME_ZONE = 1298; +exports.ER_WARN_INVALID_TIMESTAMP = 1299; +exports.ER_INVALID_CHARACTER_STRING = 1300; +exports.ER_WARN_ALLOWED_PACKET_OVERFLOWED = 1301; +exports.ER_CONFLICTING_DECLARATIONS = 1302; +exports.ER_SP_NO_RECURSIVE_CREATE = 1303; +exports.ER_SP_ALREADY_EXISTS = 1304; +exports.ER_SP_DOES_NOT_EXIST = 1305; +exports.ER_SP_DROP_FAILED = 1306; +exports.ER_SP_STORE_FAILED = 1307; +exports.ER_SP_LILABEL_MISMATCH = 1308; +exports.ER_SP_LABEL_REDEFINE = 1309; +exports.ER_SP_LABEL_MISMATCH = 1310; +exports.ER_SP_UNINIT_VAR = 1311; +exports.ER_SP_BADSELECT = 1312; +exports.ER_SP_BADRETURN = 1313; +exports.ER_SP_BADSTATEMENT = 1314; +exports.ER_UPDATE_LOG_DEPRECATED_IGNORED = 1315; +exports.ER_UPDATE_LOG_DEPRECATED_TRANSLATED = 1316; +exports.ER_QUERY_INTERRUPTED = 1317; +exports.ER_SP_WRONG_NO_OF_ARGS = 1318; +exports.ER_SP_COND_MISMATCH = 1319; +exports.ER_SP_NORETURN = 1320; +exports.ER_SP_NORETURNEND = 1321; +exports.ER_SP_BAD_CURSOR_QUERY = 1322; +exports.ER_SP_BAD_CURSOR_SELECT = 1323; +exports.ER_SP_CURSOR_MISMATCH = 1324; +exports.ER_SP_CURSOR_ALREADY_OPEN = 1325; +exports.ER_SP_CURSOR_NOT_OPEN = 1326; +exports.ER_SP_UNDECLARED_VAR = 1327; +exports.ER_SP_WRONG_NO_OF_FETCH_ARGS = 1328; +exports.ER_SP_FETCH_NO_DATA = 1329; +exports.ER_SP_DUP_PARAM = 1330; +exports.ER_SP_DUP_VAR = 1331; +exports.ER_SP_DUP_COND = 1332; +exports.ER_SP_DUP_CURS = 1333; +exports.ER_SP_CANT_ALTER = 1334; +exports.ER_SP_SUBSELECT_NYI = 1335; +exports.ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG = 1336; +exports.ER_SP_VARCOND_AFTER_CURSHNDLR = 1337; +exports.ER_SP_CURSOR_AFTER_HANDLER = 1338; +exports.ER_SP_CASE_NOT_FOUND = 1339; +exports.ER_FPARSER_TOO_BIG_FILE = 1340; +exports.ER_FPARSER_BAD_HEADER = 1341; +exports.ER_FPARSER_EOF_IN_COMMENT = 1342; +exports.ER_FPARSER_ERROR_IN_PARAMETER = 1343; +exports.ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER = 1344; +exports.ER_VIEW_NO_EXPLAIN = 1345; +exports.ER_FRM_UNKNOWN_TYPE = 1346; +exports.ER_WRONG_OBJECT = 1347; +exports.ER_NONUPDATEABLE_COLUMN = 1348; +exports.ER_VIEW_SELECT_DERIVED = 1349; +exports.ER_VIEW_SELECT_CLAUSE = 1350; +exports.ER_VIEW_SELECT_VARIABLE = 1351; +exports.ER_VIEW_SELECT_TMPTABLE = 1352; +exports.ER_VIEW_WRONG_LIST = 1353; +exports.ER_WARN_VIEW_MERGE = 1354; +exports.ER_WARN_VIEW_WITHOUT_KEY = 1355; +exports.ER_VIEW_INVALID = 1356; +exports.ER_SP_NO_DROP_SP = 1357; +exports.ER_SP_GOTO_IN_HNDLR = 1358; +exports.ER_TRG_ALREADY_EXISTS = 1359; +exports.ER_TRG_DOES_NOT_EXIST = 1360; +exports.ER_TRG_ON_VIEW_OR_TEMP_TABLE = 1361; +exports.ER_TRG_CANT_CHANGE_ROW = 1362; +exports.ER_TRG_NO_SUCH_ROW_IN_TRG = 1363; +exports.ER_NO_DEFAULT_FOR_FIELD = 1364; +exports.ER_DIVISION_BY_ZERO = 1365; +exports.ER_TRUNCATED_WRONG_VALUE_FOR_FIELD = 1366; +exports.ER_ILLEGAL_VALUE_FOR_TYPE = 1367; +exports.ER_VIEW_NONUPD_CHECK = 1368; +exports.ER_VIEW_CHECK_FAILED = 1369; +exports.ER_PROCACCESS_DENIED_ERROR = 1370; +exports.ER_RELAY_LOG_FAIL = 1371; +exports.ER_PASSWD_LENGTH = 1372; +exports.ER_UNKNOWN_TARGET_BINLOG = 1373; +exports.ER_IO_ERR_LOG_INDEX_READ = 1374; +exports.ER_BINLOG_PURGE_PROHIBITED = 1375; +exports.ER_FSEEK_FAIL = 1376; +exports.ER_BINLOG_PURGE_FATAL_ERR = 1377; +exports.ER_LOG_IN_USE = 1378; +exports.ER_LOG_PURGE_UNKNOWN_ERR = 1379; +exports.ER_RELAY_LOG_INIT = 1380; +exports.ER_NO_BINARY_LOGGING = 1381; +exports.ER_RESERVED_SYNTAX = 1382; +exports.ER_WSAS_FAILED = 1383; +exports.ER_DIFF_GROUPS_PROC = 1384; +exports.ER_NO_GROUP_FOR_PROC = 1385; +exports.ER_ORDER_WITH_PROC = 1386; +exports.ER_LOGGING_PROHIBIT_CHANGING_OF = 1387; +exports.ER_NO_FILE_MAPPING = 1388; +exports.ER_WRONG_MAGIC = 1389; +exports.ER_PS_MANY_PARAM = 1390; +exports.ER_KEY_PART_0 = 1391; +exports.ER_VIEW_CHECKSUM = 1392; +exports.ER_VIEW_MULTIUPDATE = 1393; +exports.ER_VIEW_NO_INSERT_FIELD_LIST = 1394; +exports.ER_VIEW_DELETE_MERGE_VIEW = 1395; +exports.ER_CANNOT_USER = 1396; +exports.ER_XAER_NOTA = 1397; +exports.ER_XAER_INVAL = 1398; +exports.ER_XAER_RMFAIL = 1399; +exports.ER_XAER_OUTSIDE = 1400; +exports.ER_XAER_RMERR = 1401; +exports.ER_XA_RBROLLBACK = 1402; +exports.ER_NONEXISTING_PROC_GRANT = 1403; +exports.ER_PROC_AUTO_GRANT_FAIL = 1404; +exports.ER_PROC_AUTO_REVOKE_FAIL = 1405; +exports.ER_DATA_TOO_LONG = 1406; +exports.ER_SP_BAD_SQLSTATE = 1407; +exports.ER_STARTUP = 1408; +exports.ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR = 1409; +exports.ER_CANT_CREATE_USER_WITH_GRANT = 1410; +exports.ER_WRONG_VALUE_FOR_TYPE = 1411; +exports.ER_TABLE_DEF_CHANGED = 1412; +exports.ER_SP_DUP_HANDLER = 1413; +exports.ER_SP_NOT_VAR_ARG = 1414; +exports.ER_SP_NO_RETSET = 1415; +exports.ER_CANT_CREATE_GEOMETRY_OBJECT = 1416; +exports.ER_FAILED_ROUTINE_BREAK_BINLOG = 1417; +exports.ER_BINLOG_UNSAFE_ROUTINE = 1418; +exports.ER_BINLOG_CREATE_ROUTINE_NEED_SUPER = 1419; +exports.ER_EXEC_STMT_WITH_OPEN_CURSOR = 1420; +exports.ER_STMT_HAS_NO_OPEN_CURSOR = 1421; +exports.ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG = 1422; +exports.ER_NO_DEFAULT_FOR_VIEW_FIELD = 1423; +exports.ER_SP_NO_RECURSION = 1424; +exports.ER_TOO_BIG_SCALE = 1425; +exports.ER_TOO_BIG_PRECISION = 1426; +exports.ER_M_BIGGER_THAN_D = 1427; +exports.ER_WRONG_LOCK_OF_SYSTEM_TABLE = 1428; +exports.ER_CONNECT_TO_FOREIGN_DATA_SOURCE = 1429; +exports.ER_QUERY_ON_FOREIGN_DATA_SOURCE = 1430; +exports.ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST = 1431; +exports.ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE = 1432; +exports.ER_FOREIGN_DATA_STRING_INVALID = 1433; +exports.ER_CANT_CREATE_FEDERATED_TABLE = 1434; +exports.ER_TRG_IN_WRONG_SCHEMA = 1435; +exports.ER_STACK_OVERRUN_NEED_MORE = 1436; +exports.ER_TOO_LONG_BODY = 1437; +exports.ER_WARN_CANT_DROP_DEFAULT_KEYCACHE = 1438; +exports.ER_TOO_BIG_DISPLAYWIDTH = 1439; +exports.ER_XAER_DUPID = 1440; +exports.ER_DATETIME_FUNCTION_OVERFLOW = 1441; +exports.ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG = 1442; +exports.ER_VIEW_PREVENT_UPDATE = 1443; +exports.ER_PS_NO_RECURSION = 1444; +exports.ER_SP_CANT_SET_AUTOCOMMIT = 1445; +exports.ER_MALFORMED_DEFINER = 1446; +exports.ER_VIEW_FRM_NO_USER = 1447; +exports.ER_VIEW_OTHER_USER = 1448; +exports.ER_NO_SUCH_USER = 1449; +exports.ER_FORBID_SCHEMA_CHANGE = 1450; +exports.ER_ROW_IS_REFERENCED_2 = 1451; +exports.ER_NO_REFERENCED_ROW_2 = 1452; +exports.ER_SP_BAD_VAR_SHADOW = 1453; +exports.ER_TRG_NO_DEFINER = 1454; +exports.ER_OLD_FILE_FORMAT = 1455; +exports.ER_SP_RECURSION_LIMIT = 1456; +exports.ER_SP_PROC_TABLE_CORRUPT = 1457; +exports.ER_SP_WRONG_NAME = 1458; +exports.ER_TABLE_NEEDS_UPGRADE = 1459; +exports.ER_SP_NO_AGGREGATE = 1460; +exports.ER_MAX_PREPARED_STMT_COUNT_REACHED = 1461; +exports.ER_VIEW_RECURSIVE = 1462; +exports.ER_NON_GROUPING_FIELD_USED = 1463; +exports.ER_TABLE_CANT_HANDLE_SPKEYS = 1464; +exports.ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA = 1465; +exports.ER_REMOVED_SPACES = 1466; +exports.ER_AUTOINC_READ_FAILED = 1467; +exports.ER_USERNAME = 1468; +exports.ER_HOSTNAME = 1469; +exports.ER_WRONG_STRING_LENGTH = 1470; +exports.ER_NON_INSERTABLE_TABLE = 1471; +exports.ER_ADMIN_WRONG_MRG_TABLE = 1472; +exports.ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT = 1473; +exports.ER_NAME_BECOMES_EMPTY = 1474; +exports.ER_AMBIGUOUS_FIELD_TERM = 1475; +exports.ER_FOREIGN_SERVER_EXISTS = 1476; +exports.ER_FOREIGN_SERVER_DOESNT_EXIST = 1477; +exports.ER_ILLEGAL_HA_CREATE_OPTION = 1478; +exports.ER_PARTITION_REQUIRES_VALUES_ERROR = 1479; +exports.ER_PARTITION_WRONG_VALUES_ERROR = 1480; +exports.ER_PARTITION_MAXVALUE_ERROR = 1481; +exports.ER_PARTITION_SUBPARTITION_ERROR = 1482; +exports.ER_PARTITION_SUBPART_MIX_ERROR = 1483; +exports.ER_PARTITION_WRONG_NO_PART_ERROR = 1484; +exports.ER_PARTITION_WRONG_NO_SUBPART_ERROR = 1485; +exports.ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR = 1486; +exports.ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR = 1487; +exports.ER_FIELD_NOT_FOUND_PART_ERROR = 1488; +exports.ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR = 1489; +exports.ER_INCONSISTENT_PARTITION_INFO_ERROR = 1490; +exports.ER_PARTITION_FUNC_NOT_ALLOWED_ERROR = 1491; +exports.ER_PARTITIONS_MUST_BE_DEFINED_ERROR = 1492; +exports.ER_RANGE_NOT_INCREASING_ERROR = 1493; +exports.ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR = 1494; +exports.ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR = 1495; +exports.ER_PARTITION_ENTRY_ERROR = 1496; +exports.ER_MIX_HANDLER_ERROR = 1497; +exports.ER_PARTITION_NOT_DEFINED_ERROR = 1498; +exports.ER_TOO_MANY_PARTITIONS_ERROR = 1499; +exports.ER_SUBPARTITION_ERROR = 1500; +exports.ER_CANT_CREATE_HANDLER_FILE = 1501; +exports.ER_BLOB_FIELD_IN_PART_FUNC_ERROR = 1502; +exports.ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF = 1503; +exports.ER_NO_PARTS_ERROR = 1504; +exports.ER_PARTITION_MGMT_ON_NONPARTITIONED = 1505; +exports.ER_FOREIGN_KEY_ON_PARTITIONED = 1506; +exports.ER_DROP_PARTITION_NON_EXISTENT = 1507; +exports.ER_DROP_LAST_PARTITION = 1508; +exports.ER_COALESCE_ONLY_ON_HASH_PARTITION = 1509; +exports.ER_REORG_HASH_ONLY_ON_SAME_NO = 1510; +exports.ER_REORG_NO_PARAM_ERROR = 1511; +exports.ER_ONLY_ON_RANGE_LIST_PARTITION = 1512; +exports.ER_ADD_PARTITION_SUBPART_ERROR = 1513; +exports.ER_ADD_PARTITION_NO_NEW_PARTITION = 1514; +exports.ER_COALESCE_PARTITION_NO_PARTITION = 1515; +exports.ER_REORG_PARTITION_NOT_EXIST = 1516; +exports.ER_SAME_NAME_PARTITION = 1517; +exports.ER_NO_BINLOG_ERROR = 1518; +exports.ER_CONSECUTIVE_REORG_PARTITIONS = 1519; +exports.ER_REORG_OUTSIDE_RANGE = 1520; +exports.ER_PARTITION_FUNCTION_FAILURE = 1521; +exports.ER_PART_STATE_ERROR = 1522; +exports.ER_LIMITED_PART_RANGE = 1523; +exports.ER_PLUGIN_IS_NOT_LOADED = 1524; +exports.ER_WRONG_VALUE = 1525; +exports.ER_NO_PARTITION_FOR_GIVEN_VALUE = 1526; +exports.ER_FILEGROUP_OPTION_ONLY_ONCE = 1527; +exports.ER_CREATE_FILEGROUP_FAILED = 1528; +exports.ER_DROP_FILEGROUP_FAILED = 1529; +exports.ER_TABLESPACE_AUTO_EXTEND_ERROR = 1530; +exports.ER_WRONG_SIZE_NUMBER = 1531; +exports.ER_SIZE_OVERFLOW_ERROR = 1532; +exports.ER_ALTER_FILEGROUP_FAILED = 1533; +exports.ER_BINLOG_ROW_LOGGING_FAILED = 1534; +exports.ER_BINLOG_ROW_WRONG_TABLE_DEF = 1535; +exports.ER_BINLOG_ROW_RBR_TO_SBR = 1536; +exports.ER_EVENT_ALREADY_EXISTS = 1537; +exports.ER_EVENT_STORE_FAILED = 1538; +exports.ER_EVENT_DOES_NOT_EXIST = 1539; +exports.ER_EVENT_CANT_ALTER = 1540; +exports.ER_EVENT_DROP_FAILED = 1541; +exports.ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG = 1542; +exports.ER_EVENT_ENDS_BEFORE_STARTS = 1543; +exports.ER_EVENT_EXEC_TIME_IN_THE_PAST = 1544; +exports.ER_EVENT_OPEN_TABLE_FAILED = 1545; +exports.ER_EVENT_NEITHER_M_EXPR_NOR_M_AT = 1546; +exports.ER_COL_COUNT_DOESNT_MATCH_CORRUPTED = 1547; +exports.ER_CANNOT_LOAD_FROM_TABLE = 1548; +exports.ER_EVENT_CANNOT_DELETE = 1549; +exports.ER_EVENT_COMPILE_ERROR = 1550; +exports.ER_EVENT_SAME_NAME = 1551; +exports.ER_EVENT_DATA_TOO_LONG = 1552; +exports.ER_DROP_INDEX_FK = 1553; +exports.ER_WARN_DEPRECATED_SYNTAX_WITH_VER = 1554; +exports.ER_CANT_WRITE_LOCK_LOG_TABLE = 1555; +exports.ER_CANT_LOCK_LOG_TABLE = 1556; +exports.ER_FOREIGN_DUPLICATE_KEY = 1557; +exports.ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE = 1558; +exports.ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR = 1559; +exports.ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT = 1560; +exports.ER_NDB_CANT_SWITCH_BINLOG_FORMAT = 1561; +exports.ER_PARTITION_NO_TEMPORARY = 1562; +exports.ER_PARTITION_CONST_DOMAIN_ERROR = 1563; +exports.ER_PARTITION_FUNCTION_IS_NOT_ALLOWED = 1564; +exports.ER_DDL_LOG_ERROR = 1565; +exports.ER_NULL_IN_VALUES_LESS_THAN = 1566; +exports.ER_WRONG_PARTITION_NAME = 1567; +exports.ER_CANT_CHANGE_TX_CHARACTERISTICS = 1568; +exports.ER_DUP_ENTRY_AUTOINCREMENT_CASE = 1569; +exports.ER_EVENT_MODIFY_QUEUE_ERROR = 1570; +exports.ER_EVENT_SET_VAR_ERROR = 1571; +exports.ER_PARTITION_MERGE_ERROR = 1572; +exports.ER_CANT_ACTIVATE_LOG = 1573; +exports.ER_RBR_NOT_AVAILABLE = 1574; +exports.ER_BASE64_DECODE_ERROR = 1575; +exports.ER_EVENT_RECURSION_FORBIDDEN = 1576; +exports.ER_EVENTS_DB_ERROR = 1577; +exports.ER_ONLY_INTEGERS_ALLOWED = 1578; +exports.ER_UNSUPORTED_LOG_ENGINE = 1579; +exports.ER_BAD_LOG_STATEMENT = 1580; +exports.ER_CANT_RENAME_LOG_TABLE = 1581; +exports.ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT = 1582; +exports.ER_WRONG_PARAMETERS_TO_NATIVE_FCT = 1583; +exports.ER_WRONG_PARAMETERS_TO_STORED_FCT = 1584; +exports.ER_NATIVE_FCT_NAME_COLLISION = 1585; +exports.ER_DUP_ENTRY_WITH_KEY_NAME = 1586; +exports.ER_BINLOG_PURGE_EMFILE = 1587; +exports.ER_EVENT_CANNOT_CREATE_IN_THE_PAST = 1588; +exports.ER_EVENT_CANNOT_ALTER_IN_THE_PAST = 1589; +exports.ER_SLAVE_INCIDENT = 1590; +exports.ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT = 1591; +exports.ER_BINLOG_UNSAFE_STATEMENT = 1592; +exports.ER_SLAVE_FATAL_ERROR = 1593; +exports.ER_SLAVE_RELAY_LOG_READ_FAILURE = 1594; +exports.ER_SLAVE_RELAY_LOG_WRITE_FAILURE = 1595; +exports.ER_SLAVE_CREATE_EVENT_FAILURE = 1596; +exports.ER_SLAVE_MASTER_COM_FAILURE = 1597; +exports.ER_BINLOG_LOGGING_IMPOSSIBLE = 1598; +exports.ER_VIEW_NO_CREATION_CTX = 1599; +exports.ER_VIEW_INVALID_CREATION_CTX = 1600; +exports.ER_SR_INVALID_CREATION_CTX = 1601; +exports.ER_TRG_CORRUPTED_FILE = 1602; +exports.ER_TRG_NO_CREATION_CTX = 1603; +exports.ER_TRG_INVALID_CREATION_CTX = 1604; +exports.ER_EVENT_INVALID_CREATION_CTX = 1605; +exports.ER_TRG_CANT_OPEN_TABLE = 1606; +exports.ER_CANT_CREATE_SROUTINE = 1607; +exports.ER_NEVER_USED = 1608; +exports.ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT = 1609; +exports.ER_SLAVE_CORRUPT_EVENT = 1610; +exports.ER_LOAD_DATA_INVALID_COLUMN = 1611; +exports.ER_LOG_PURGE_NO_FILE = 1612; +exports.ER_XA_RBTIMEOUT = 1613; +exports.ER_XA_RBDEADLOCK = 1614; +exports.ER_NEED_REPREPARE = 1615; +exports.ER_DELAYED_NOT_SUPPORTED = 1616; +exports.WARN_NO_MASTER_INFO = 1617; +exports.WARN_OPTION_IGNORED = 1618; +exports.ER_PLUGIN_DELETE_BUILTIN = 1619; +exports.WARN_PLUGIN_BUSY = 1620; +exports.ER_VARIABLE_IS_READONLY = 1621; +exports.ER_WARN_ENGINE_TRANSACTION_ROLLBACK = 1622; +exports.ER_SLAVE_HEARTBEAT_FAILURE = 1623; +exports.ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE = 1624; +exports.ER_NDB_REPLICATION_SCHEMA_ERROR = 1625; +exports.ER_CONFLICT_FN_PARSE_ERROR = 1626; +exports.ER_EXCEPTIONS_WRITE_ERROR = 1627; +exports.ER_TOO_LONG_TABLE_COMMENT = 1628; +exports.ER_TOO_LONG_FIELD_COMMENT = 1629; +exports.ER_FUNC_INEXISTENT_NAME_COLLISION = 1630; +exports.ER_DATABASE_NAME = 1631; +exports.ER_TABLE_NAME = 1632; +exports.ER_PARTITION_NAME = 1633; +exports.ER_SUBPARTITION_NAME = 1634; +exports.ER_TEMPORARY_NAME = 1635; +exports.ER_RENAMED_NAME = 1636; +exports.ER_TOO_MANY_CONCURRENT_TRXS = 1637; +exports.WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED = 1638; +exports.ER_DEBUG_SYNC_TIMEOUT = 1639; +exports.ER_DEBUG_SYNC_HIT_LIMIT = 1640; +exports.ER_DUP_SIGNAL_SET = 1641; +exports.ER_SIGNAL_WARN = 1642; +exports.ER_SIGNAL_NOT_FOUND = 1643; +exports.ER_SIGNAL_EXCEPTION = 1644; +exports.ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER = 1645; +exports.ER_SIGNAL_BAD_CONDITION_TYPE = 1646; +exports.WARN_COND_ITEM_TRUNCATED = 1647; +exports.ER_COND_ITEM_TOO_LONG = 1648; +exports.ER_UNKNOWN_LOCALE = 1649; +exports.ER_SLAVE_IGNORE_SERVER_IDS = 1650; +exports.ER_QUERY_CACHE_DISABLED = 1651; +exports.ER_SAME_NAME_PARTITION_FIELD = 1652; +exports.ER_PARTITION_COLUMN_LIST_ERROR = 1653; +exports.ER_WRONG_TYPE_COLUMN_VALUE_ERROR = 1654; +exports.ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR = 1655; +exports.ER_MAXVALUE_IN_VALUES_IN = 1656; +exports.ER_TOO_MANY_VALUES_ERROR = 1657; +exports.ER_ROW_SINGLE_PARTITION_FIELD_ERROR = 1658; +exports.ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD = 1659; +exports.ER_PARTITION_FIELDS_TOO_LONG = 1660; +exports.ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE = 1661; +exports.ER_BINLOG_ROW_MODE_AND_STMT_ENGINE = 1662; +exports.ER_BINLOG_UNSAFE_AND_STMT_ENGINE = 1663; +exports.ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE = 1664; +exports.ER_BINLOG_STMT_MODE_AND_ROW_ENGINE = 1665; +exports.ER_BINLOG_ROW_INJECTION_AND_STMT_MODE = 1666; +exports.ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE = 1667; +exports.ER_BINLOG_UNSAFE_LIMIT = 1668; +exports.ER_BINLOG_UNSAFE_INSERT_DELAYED = 1669; +exports.ER_BINLOG_UNSAFE_SYSTEM_TABLE = 1670; +exports.ER_BINLOG_UNSAFE_AUTOINC_COLUMNS = 1671; +exports.ER_BINLOG_UNSAFE_UDF = 1672; +exports.ER_BINLOG_UNSAFE_SYSTEM_VARIABLE = 1673; +exports.ER_BINLOG_UNSAFE_SYSTEM_FUNCTION = 1674; +exports.ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS = 1675; +exports.ER_MESSAGE_AND_STATEMENT = 1676; +exports.ER_SLAVE_CONVERSION_FAILED = 1677; +exports.ER_SLAVE_CANT_CREATE_CONVERSION = 1678; +exports.ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT = 1679; +exports.ER_PATH_LENGTH = 1680; +exports.ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT = 1681; +exports.ER_WRONG_NATIVE_TABLE_STRUCTURE = 1682; +exports.ER_WRONG_PERFSCHEMA_USAGE = 1683; +exports.ER_WARN_I_S_SKIPPED_TABLE = 1684; +exports.ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT = 1685; +exports.ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT = 1686; +exports.ER_SPATIAL_MUST_HAVE_GEOM_COL = 1687; +exports.ER_TOO_LONG_INDEX_COMMENT = 1688; +exports.ER_LOCK_ABORTED = 1689; +exports.ER_DATA_OUT_OF_RANGE = 1690; +exports.ER_WRONG_SPVAR_TYPE_IN_LIMIT = 1691; +exports.ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE = 1692; +exports.ER_BINLOG_UNSAFE_MIXED_STATEMENT = 1693; +exports.ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN = 1694; +exports.ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN = 1695; +exports.ER_FAILED_READ_FROM_PAR_FILE = 1696; +exports.ER_VALUES_IS_NOT_INT_TYPE_ERROR = 1697; +exports.ER_ACCESS_DENIED_NO_PASSWORD_ERROR = 1698; +exports.ER_SET_PASSWORD_AUTH_PLUGIN = 1699; +exports.ER_GRANT_PLUGIN_USER_EXISTS = 1700; +exports.ER_TRUNCATE_ILLEGAL_FK = 1701; +exports.ER_PLUGIN_IS_PERMANENT = 1702; +exports.ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN = 1703; +exports.ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX = 1704; +exports.ER_STMT_CACHE_FULL = 1705; +exports.ER_MULTI_UPDATE_KEY_CONFLICT = 1706; +exports.ER_TABLE_NEEDS_REBUILD = 1707; +exports.WARN_OPTION_BELOW_LIMIT = 1708; +exports.ER_INDEX_COLUMN_TOO_LONG = 1709; +exports.ER_ERROR_IN_TRIGGER_BODY = 1710; +exports.ER_ERROR_IN_UNKNOWN_TRIGGER_BODY = 1711; +exports.ER_INDEX_CORRUPT = 1712; +exports.ER_UNDO_RECORD_TOO_BIG = 1713; +exports.ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT = 1714; +exports.ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE = 1715; +exports.ER_BINLOG_UNSAFE_REPLACE_SELECT = 1716; +exports.ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT = 1717; +exports.ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT = 1718; +exports.ER_BINLOG_UNSAFE_UPDATE_IGNORE = 1719; +exports.ER_PLUGIN_NO_UNINSTALL = 1720; +exports.ER_PLUGIN_NO_INSTALL = 1721; +exports.ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT = 1722; +exports.ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC = 1723; +exports.ER_BINLOG_UNSAFE_INSERT_TWO_KEYS = 1724; +exports.ER_TABLE_IN_FK_CHECK = 1725; +exports.ER_UNSUPPORTED_ENGINE = 1726; +exports.ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST = 1727; +exports.ER_CANNOT_LOAD_FROM_TABLE_V2 = 1728; +exports.ER_MASTER_DELAY_VALUE_OUT_OF_RANGE = 1729; +exports.ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT = 1730; +exports.ER_PARTITION_EXCHANGE_DIFFERENT_OPTION = 1731; +exports.ER_PARTITION_EXCHANGE_PART_TABLE = 1732; +exports.ER_PARTITION_EXCHANGE_TEMP_TABLE = 1733; +exports.ER_PARTITION_INSTEAD_OF_SUBPARTITION = 1734; +exports.ER_UNKNOWN_PARTITION = 1735; +exports.ER_TABLES_DIFFERENT_METADATA = 1736; +exports.ER_ROW_DOES_NOT_MATCH_PARTITION = 1737; +exports.ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX = 1738; +exports.ER_WARN_INDEX_NOT_APPLICABLE = 1739; +exports.ER_PARTITION_EXCHANGE_FOREIGN_KEY = 1740; +exports.ER_NO_SUCH_KEY_VALUE = 1741; +exports.ER_RPL_INFO_DATA_TOO_LONG = 1742; +exports.ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE = 1743; +exports.ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE = 1744; +exports.ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX = 1745; +exports.ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT = 1746; +exports.ER_PARTITION_CLAUSE_ON_NONPARTITIONED = 1747; +exports.ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET = 1748; +exports.ER_NO_SUCH_PARTITION = 1749; +exports.ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE = 1750; +exports.ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE = 1751; +exports.ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE = 1752; +exports.ER_MTS_FEATURE_IS_NOT_SUPPORTED = 1753; +exports.ER_MTS_UPDATED_DBS_GREATER_MAX = 1754; +exports.ER_MTS_CANT_PARALLEL = 1755; +exports.ER_MTS_INCONSISTENT_DATA = 1756; +exports.ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING = 1757; +exports.ER_DA_INVALID_CONDITION_NUMBER = 1758; +exports.ER_INSECURE_PLAIN_TEXT = 1759; +exports.ER_INSECURE_CHANGE_MASTER = 1760; +exports.ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO = 1761; +exports.ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO = 1762; +exports.ER_SQLTHREAD_WITH_SECURE_SLAVE = 1763; +exports.ER_TABLE_HAS_NO_FT = 1764; +exports.ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER = 1765; +exports.ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION = 1766; +exports.ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST = 1767; +exports.ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION = 1768; +exports.ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION = 1769; +exports.ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL = 1770; +exports.ER_SKIPPING_LOGGED_TRANSACTION = 1771; +exports.ER_MALFORMED_GTID_SET_SPECIFICATION = 1772; +exports.ER_MALFORMED_GTID_SET_ENCODING = 1773; +exports.ER_MALFORMED_GTID_SPECIFICATION = 1774; +exports.ER_GNO_EXHAUSTED = 1775; +exports.ER_BAD_SLAVE_AUTO_POSITION = 1776; +exports.ER_AUTO_POSITION_REQUIRES_GTID_MODE_NOT_OFF = 1777; +exports.ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET = 1778; +exports.ER_GTID_MODE_ON_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON = 1779; +exports.ER_GTID_MODE_REQUIRES_BINLOG = 1780; +exports.ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF = 1781; +exports.ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON = 1782; +exports.ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF = 1783; +exports.ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF = 1784; +exports.ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE = 1785; +exports.ER_GTID_UNSAFE_CREATE_SELECT = 1786; +exports.ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION = 1787; +exports.ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME = 1788; +exports.ER_MASTER_HAS_PURGED_REQUIRED_GTIDS = 1789; +exports.ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID = 1790; +exports.ER_UNKNOWN_EXPLAIN_FORMAT = 1791; +exports.ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION = 1792; +exports.ER_TOO_LONG_TABLE_PARTITION_COMMENT = 1793; +exports.ER_SLAVE_CONFIGURATION = 1794; +exports.ER_INNODB_FT_LIMIT = 1795; +exports.ER_INNODB_NO_FT_TEMP_TABLE = 1796; +exports.ER_INNODB_FT_WRONG_DOCID_COLUMN = 1797; +exports.ER_INNODB_FT_WRONG_DOCID_INDEX = 1798; +exports.ER_INNODB_ONLINE_LOG_TOO_BIG = 1799; +exports.ER_UNKNOWN_ALTER_ALGORITHM = 1800; +exports.ER_UNKNOWN_ALTER_LOCK = 1801; +exports.ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS = 1802; +exports.ER_MTS_RECOVERY_FAILURE = 1803; +exports.ER_MTS_RESET_WORKERS = 1804; +exports.ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 = 1805; +exports.ER_SLAVE_SILENT_RETRY_TRANSACTION = 1806; +exports.ER_DISCARD_FK_CHECKS_RUNNING = 1807; +exports.ER_TABLE_SCHEMA_MISMATCH = 1808; +exports.ER_TABLE_IN_SYSTEM_TABLESPACE = 1809; +exports.ER_IO_READ_ERROR = 1810; +exports.ER_IO_WRITE_ERROR = 1811; +exports.ER_TABLESPACE_MISSING = 1812; +exports.ER_TABLESPACE_EXISTS = 1813; +exports.ER_TABLESPACE_DISCARDED = 1814; +exports.ER_INTERNAL_ERROR = 1815; +exports.ER_INNODB_IMPORT_ERROR = 1816; +exports.ER_INNODB_INDEX_CORRUPT = 1817; +exports.ER_INVALID_YEAR_COLUMN_LENGTH = 1818; +exports.ER_NOT_VALID_PASSWORD = 1819; +exports.ER_MUST_CHANGE_PASSWORD = 1820; +exports.ER_FK_NO_INDEX_CHILD = 1821; +exports.ER_FK_NO_INDEX_PARENT = 1822; +exports.ER_FK_FAIL_ADD_SYSTEM = 1823; +exports.ER_FK_CANNOT_OPEN_PARENT = 1824; +exports.ER_FK_INCORRECT_OPTION = 1825; +exports.ER_FK_DUP_NAME = 1826; +exports.ER_PASSWORD_FORMAT = 1827; +exports.ER_FK_COLUMN_CANNOT_DROP = 1828; +exports.ER_FK_COLUMN_CANNOT_DROP_CHILD = 1829; +exports.ER_FK_COLUMN_NOT_NULL = 1830; +exports.ER_DUP_INDEX = 1831; +exports.ER_FK_COLUMN_CANNOT_CHANGE = 1832; +exports.ER_FK_COLUMN_CANNOT_CHANGE_CHILD = 1833; +exports.ER_FK_CANNOT_DELETE_PARENT = 1834; +exports.ER_MALFORMED_PACKET = 1835; +exports.ER_READ_ONLY_MODE = 1836; +exports.ER_GTID_NEXT_TYPE_UNDEFINED_GROUP = 1837; +exports.ER_VARIABLE_NOT_SETTABLE_IN_SP = 1838; +exports.ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF = 1839; +exports.ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY = 1840; +exports.ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY = 1841; +exports.ER_GTID_PURGED_WAS_CHANGED = 1842; +exports.ER_GTID_EXECUTED_WAS_CHANGED = 1843; +exports.ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES = 1844; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED = 1845; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON = 1846; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY = 1847; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION = 1848; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME = 1849; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE = 1850; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK = 1851; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE = 1852; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK = 1853; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC = 1854; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS = 1855; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS = 1856; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS = 1857; +exports.ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE = 1858; +exports.ER_DUP_UNKNOWN_IN_INDEX = 1859; +exports.ER_IDENT_CAUSES_TOO_LONG_PATH = 1860; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL = 1861; +exports.ER_MUST_CHANGE_PASSWORD_LOGIN = 1862; +exports.ER_ROW_IN_WRONG_PARTITION = 1863; +exports.ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX = 1864; +exports.ER_INNODB_NO_FT_USES_PARSER = 1865; +exports.ER_BINLOG_LOGICAL_CORRUPTION = 1866; +exports.ER_WARN_PURGE_LOG_IN_USE = 1867; +exports.ER_WARN_PURGE_LOG_IS_ACTIVE = 1868; +exports.ER_AUTO_INCREMENT_CONFLICT = 1869; +exports.WARN_ON_BLOCKHOLE_IN_RBR = 1870; +exports.ER_SLAVE_MI_INIT_REPOSITORY = 1871; +exports.ER_SLAVE_RLI_INIT_REPOSITORY = 1872; +exports.ER_ACCESS_DENIED_CHANGE_USER_ERROR = 1873; +exports.ER_INNODB_READ_ONLY = 1874; +exports.ER_STOP_SLAVE_SQL_THREAD_TIMEOUT = 1875; +exports.ER_STOP_SLAVE_IO_THREAD_TIMEOUT = 1876; +exports.ER_TABLE_CORRUPT = 1877; +exports.ER_TEMP_FILE_WRITE_FAILURE = 1878; +exports.ER_INNODB_FT_AUX_NOT_HEX_ID = 1879; +exports.ER_OLD_TEMPORALS_UPGRADED = 1880; +exports.ER_INNODB_FORCED_RECOVERY = 1881; +exports.ER_AES_INVALID_IV = 1882; +exports.ER_PLUGIN_CANNOT_BE_UNINSTALLED = 1883; +exports.ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP = 1884; +exports.ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER = 1885; +exports.ER_MISSING_KEY = 1886; +exports.WARN_NAMED_PIPE_ACCESS_EVERYONE = 1887; +exports.ER_FOUND_MISSING_GTIDS = 1888; +exports.ER_FILE_CORRUPT = 3000; +exports.ER_ERROR_ON_MASTER = 3001; +exports.ER_INCONSISTENT_ERROR = 3002; +exports.ER_STORAGE_ENGINE_NOT_LOADED = 3003; +exports.ER_GET_STACKED_DA_WITHOUT_ACTIVE_HANDLER = 3004; +exports.ER_WARN_LEGACY_SYNTAX_CONVERTED = 3005; +exports.ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN = 3006; +exports.ER_CANNOT_DISCARD_TEMPORARY_TABLE = 3007; +exports.ER_FK_DEPTH_EXCEEDED = 3008; +exports.ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2 = 3009; +exports.ER_WARN_TRIGGER_DOESNT_HAVE_CREATED = 3010; +exports.ER_REFERENCED_TRG_DOES_NOT_EXIST = 3011; +exports.ER_EXPLAIN_NOT_SUPPORTED = 3012; +exports.ER_INVALID_FIELD_SIZE = 3013; +exports.ER_MISSING_HA_CREATE_OPTION = 3014; +exports.ER_ENGINE_OUT_OF_MEMORY = 3015; +exports.ER_PASSWORD_EXPIRE_ANONYMOUS_USER = 3016; +exports.ER_SLAVE_SQL_THREAD_MUST_STOP = 3017; +exports.ER_NO_FT_MATERIALIZED_SUBQUERY = 3018; +exports.ER_INNODB_UNDO_LOG_FULL = 3019; +exports.ER_INVALID_ARGUMENT_FOR_LOGARITHM = 3020; +exports.ER_SLAVE_CHANNEL_IO_THREAD_MUST_STOP = 3021; +exports.ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO = 3022; +exports.ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS = 3023; +exports.ER_QUERY_TIMEOUT = 3024; +exports.ER_NON_RO_SELECT_DISABLE_TIMER = 3025; +exports.ER_DUP_LIST_ENTRY = 3026; +exports.ER_SQL_MODE_NO_EFFECT = 3027; +exports.ER_AGGREGATE_ORDER_FOR_UNION = 3028; +exports.ER_AGGREGATE_ORDER_NON_AGG_QUERY = 3029; +exports.ER_SLAVE_WORKER_STOPPED_PREVIOUS_THD_ERROR = 3030; +exports.ER_DONT_SUPPORT_SLAVE_PRESERVE_COMMIT_ORDER = 3031; +exports.ER_SERVER_OFFLINE_MODE = 3032; +exports.ER_GIS_DIFFERENT_SRIDS = 3033; +exports.ER_GIS_UNSUPPORTED_ARGUMENT = 3034; +exports.ER_GIS_UNKNOWN_ERROR = 3035; +exports.ER_GIS_UNKNOWN_EXCEPTION = 3036; +exports.ER_GIS_INVALID_DATA = 3037; +exports.ER_BOOST_GEOMETRY_EMPTY_INPUT_EXCEPTION = 3038; +exports.ER_BOOST_GEOMETRY_CENTROID_EXCEPTION = 3039; +exports.ER_BOOST_GEOMETRY_OVERLAY_INVALID_INPUT_EXCEPTION = 3040; +exports.ER_BOOST_GEOMETRY_TURN_INFO_EXCEPTION = 3041; +exports.ER_BOOST_GEOMETRY_SELF_INTERSECTION_POINT_EXCEPTION = 3042; +exports.ER_BOOST_GEOMETRY_UNKNOWN_EXCEPTION = 3043; +exports.ER_STD_BAD_ALLOC_ERROR = 3044; +exports.ER_STD_DOMAIN_ERROR = 3045; +exports.ER_STD_LENGTH_ERROR = 3046; +exports.ER_STD_INVALID_ARGUMENT = 3047; +exports.ER_STD_OUT_OF_RANGE_ERROR = 3048; +exports.ER_STD_OVERFLOW_ERROR = 3049; +exports.ER_STD_RANGE_ERROR = 3050; +exports.ER_STD_UNDERFLOW_ERROR = 3051; +exports.ER_STD_LOGIC_ERROR = 3052; +exports.ER_STD_RUNTIME_ERROR = 3053; +exports.ER_STD_UNKNOWN_EXCEPTION = 3054; +exports.ER_GIS_DATA_WRONG_ENDIANESS = 3055; +exports.ER_CHANGE_MASTER_PASSWORD_LENGTH = 3056; +exports.ER_USER_LOCK_WRONG_NAME = 3057; +exports.ER_USER_LOCK_DEADLOCK = 3058; +exports.ER_REPLACE_INACCESSIBLE_ROWS = 3059; +exports.ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_GIS = 3060; +exports.ER_ILLEGAL_USER_VAR = 3061; +exports.ER_GTID_MODE_OFF = 3062; +exports.ER_UNSUPPORTED_BY_REPLICATION_THREAD = 3063; +exports.ER_INCORRECT_TYPE = 3064; +exports.ER_FIELD_IN_ORDER_NOT_SELECT = 3065; +exports.ER_AGGREGATE_IN_ORDER_NOT_SELECT = 3066; +exports.ER_INVALID_RPL_WILD_TABLE_FILTER_PATTERN = 3067; +exports.ER_NET_OK_PACKET_TOO_LARGE = 3068; +exports.ER_INVALID_JSON_DATA = 3069; +exports.ER_INVALID_GEOJSON_MISSING_MEMBER = 3070; +exports.ER_INVALID_GEOJSON_WRONG_TYPE = 3071; +exports.ER_INVALID_GEOJSON_UNSPECIFIED = 3072; +exports.ER_DIMENSION_UNSUPPORTED = 3073; +exports.ER_SLAVE_CHANNEL_DOES_NOT_EXIST = 3074; +exports.ER_SLAVE_MULTIPLE_CHANNELS_HOST_PORT = 3075; +exports.ER_SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG = 3076; +exports.ER_SLAVE_NEW_CHANNEL_WRONG_REPOSITORY = 3077; +exports.ER_SLAVE_CHANNEL_DELETE = 3078; +exports.ER_SLAVE_MULTIPLE_CHANNELS_CMD = 3079; +exports.ER_SLAVE_MAX_CHANNELS_EXCEEDED = 3080; +exports.ER_SLAVE_CHANNEL_MUST_STOP = 3081; +exports.ER_SLAVE_CHANNEL_NOT_RUNNING = 3082; +exports.ER_SLAVE_CHANNEL_WAS_RUNNING = 3083; +exports.ER_SLAVE_CHANNEL_WAS_NOT_RUNNING = 3084; +exports.ER_SLAVE_CHANNEL_SQL_THREAD_MUST_STOP = 3085; +exports.ER_SLAVE_CHANNEL_SQL_SKIP_COUNTER = 3086; +exports.ER_WRONG_FIELD_WITH_GROUP_V2 = 3087; +exports.ER_MIX_OF_GROUP_FUNC_AND_FIELDS_V2 = 3088; +exports.ER_WARN_DEPRECATED_SYSVAR_UPDATE = 3089; +exports.ER_WARN_DEPRECATED_SQLMODE = 3090; +exports.ER_CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID = 3091; +exports.ER_GROUP_REPLICATION_CONFIGURATION = 3092; +exports.ER_GROUP_REPLICATION_RUNNING = 3093; +exports.ER_GROUP_REPLICATION_APPLIER_INIT_ERROR = 3094; +exports.ER_GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT = 3095; +exports.ER_GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR = 3096; +exports.ER_GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR = 3097; +exports.ER_BEFORE_DML_VALIDATION_ERROR = 3098; +exports.ER_PREVENTS_VARIABLE_WITHOUT_RBR = 3099; +exports.ER_RUN_HOOK_ERROR = 3100; +exports.ER_TRANSACTION_ROLLBACK_DURING_COMMIT = 3101; +exports.ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED = 3102; +exports.ER_UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN = 3103; +exports.ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN = 3104; +exports.ER_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN = 3105; +exports.ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN = 3106; +exports.ER_GENERATED_COLUMN_NON_PRIOR = 3107; +exports.ER_DEPENDENT_BY_GENERATED_COLUMN = 3108; +exports.ER_GENERATED_COLUMN_REF_AUTO_INC = 3109; +exports.ER_FEATURE_NOT_AVAILABLE = 3110; +exports.ER_CANT_SET_GTID_MODE = 3111; +exports.ER_CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF = 3112; +exports.ER_CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION = 3113; +exports.ER_CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON = 3114; +exports.ER_CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF = 3115; +exports.ER_CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS = 3116; +exports.ER_SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS = 3117; +exports.ER_ACCOUNT_HAS_BEEN_LOCKED = 3118; +exports.ER_WRONG_TABLESPACE_NAME = 3119; +exports.ER_TABLESPACE_IS_NOT_EMPTY = 3120; +exports.ER_WRONG_FILE_NAME = 3121; +exports.ER_BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION = 3122; +exports.ER_WARN_OPTIMIZER_HINT_SYNTAX_ERROR = 3123; +exports.ER_WARN_BAD_MAX_EXECUTION_TIME = 3124; +exports.ER_WARN_UNSUPPORTED_MAX_EXECUTION_TIME = 3125; +exports.ER_WARN_CONFLICTING_HINT = 3126; +exports.ER_WARN_UNKNOWN_QB_NAME = 3127; +exports.ER_UNRESOLVED_HINT_NAME = 3128; +exports.ER_WARN_ON_MODIFYING_GTID_EXECUTED_TABLE = 3129; +exports.ER_PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED = 3130; +exports.ER_LOCKING_SERVICE_WRONG_NAME = 3131; +exports.ER_LOCKING_SERVICE_DEADLOCK = 3132; +exports.ER_LOCKING_SERVICE_TIMEOUT = 3133; +exports.ER_GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED = 3134; +exports.ER_SQL_MODE_MERGED = 3135; +exports.ER_VTOKEN_PLUGIN_TOKEN_MISMATCH = 3136; +exports.ER_VTOKEN_PLUGIN_TOKEN_NOT_FOUND = 3137; +exports.ER_CANT_SET_VARIABLE_WHEN_OWNING_GTID = 3138; +exports.ER_SLAVE_CHANNEL_OPERATION_NOT_ALLOWED = 3139; +exports.ER_INVALID_JSON_TEXT = 3140; +exports.ER_INVALID_JSON_TEXT_IN_PARAM = 3141; +exports.ER_INVALID_JSON_BINARY_DATA = 3142; +exports.ER_INVALID_JSON_PATH = 3143; +exports.ER_INVALID_JSON_CHARSET = 3144; +exports.ER_INVALID_JSON_CHARSET_IN_FUNCTION = 3145; +exports.ER_INVALID_TYPE_FOR_JSON = 3146; +exports.ER_INVALID_CAST_TO_JSON = 3147; +exports.ER_INVALID_JSON_PATH_CHARSET = 3148; +exports.ER_INVALID_JSON_PATH_WILDCARD = 3149; +exports.ER_JSON_VALUE_TOO_BIG = 3150; +exports.ER_JSON_KEY_TOO_BIG = 3151; +exports.ER_JSON_USED_AS_KEY = 3152; +exports.ER_JSON_VACUOUS_PATH = 3153; +exports.ER_JSON_BAD_ONE_OR_ALL_ARG = 3154; +exports.ER_NUMERIC_JSON_VALUE_OUT_OF_RANGE = 3155; +exports.ER_INVALID_JSON_VALUE_FOR_CAST = 3156; +exports.ER_JSON_DOCUMENT_TOO_DEEP = 3157; +exports.ER_JSON_DOCUMENT_NULL_KEY = 3158; +exports.ER_SECURE_TRANSPORT_REQUIRED = 3159; +exports.ER_NO_SECURE_TRANSPORTS_CONFIGURED = 3160; +exports.ER_DISABLED_STORAGE_ENGINE = 3161; +exports.ER_USER_DOES_NOT_EXIST = 3162; +exports.ER_USER_ALREADY_EXISTS = 3163; +exports.ER_AUDIT_API_ABORT = 3164; +exports.ER_INVALID_JSON_PATH_ARRAY_CELL = 3165; +exports.ER_BUFPOOL_RESIZE_INPROGRESS = 3166; +exports.ER_FEATURE_DISABLED_SEE_DOC = 3167; +exports.ER_SERVER_ISNT_AVAILABLE = 3168; +exports.ER_SESSION_WAS_KILLED = 3169; +exports.ER_CAPACITY_EXCEEDED = 3170; +exports.ER_CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER = 3171; +exports.ER_TABLE_NEEDS_UPG_PART = 3172; +exports.ER_CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID = 3173; +exports.ER_CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL = 3174; +exports.ER_CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT = 3175; +exports.ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE = 3176; +exports.ER_LOCK_REFUSED_BY_ENGINE = 3177; +exports.ER_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN = 3178; +exports.ER_MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE = 3179; +exports.ER_MASTER_KEY_ROTATION_ERROR_BY_SE = 3180; +exports.ER_MASTER_KEY_ROTATION_BINLOG_FAILED = 3181; +exports.ER_MASTER_KEY_ROTATION_SE_UNAVAILABLE = 3182; +exports.ER_TABLESPACE_CANNOT_ENCRYPT = 3183; +exports.ER_INVALID_ENCRYPTION_OPTION = 3184; +exports.ER_CANNOT_FIND_KEY_IN_KEYRING = 3185; +exports.ER_CAPACITY_EXCEEDED_IN_PARSER = 3186; +exports.ER_UNSUPPORTED_ALTER_ENCRYPTION_INPLACE = 3187; +exports.ER_KEYRING_UDF_KEYRING_SERVICE_ERROR = 3188; +exports.ER_USER_COLUMN_OLD_LENGTH = 3189; +exports.ER_CANT_RESET_MASTER = 3190; +exports.ER_GROUP_REPLICATION_MAX_GROUP_SIZE = 3191; +exports.ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED = 3192; +exports.ER_TABLE_REFERENCED = 3193; +exports.ER_PARTITION_ENGINE_DEPRECATED_FOR_TABLE = 3194; +exports.ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID_ZERO = 3195; +exports.ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID = 3196; +exports.ER_XA_RETRY = 3197; +exports.ER_KEYRING_AWS_UDF_AWS_KMS_ERROR = 3198; +exports.ER_BINLOG_UNSAFE_XA = 3199; +exports.ER_UDF_ERROR = 3200; +exports.ER_KEYRING_MIGRATION_FAILURE = 3201; +exports.ER_KEYRING_ACCESS_DENIED_ERROR = 3202; +exports.ER_KEYRING_MIGRATION_STATUS = 3203; +exports.ER_PLUGIN_FAILED_TO_OPEN_TABLES = 3204; +exports.ER_PLUGIN_FAILED_TO_OPEN_TABLE = 3205; +exports.ER_AUDIT_LOG_NO_KEYRING_PLUGIN_INSTALLED = 3206; +exports.ER_AUDIT_LOG_ENCRYPTION_PASSWORD_HAS_NOT_BEEN_SET = 3207; +exports.ER_AUDIT_LOG_COULD_NOT_CREATE_AES_KEY = 3208; +exports.ER_AUDIT_LOG_ENCRYPTION_PASSWORD_CANNOT_BE_FETCHED = 3209; +exports.ER_AUDIT_LOG_JSON_FILTERING_NOT_ENABLED = 3210; +exports.ER_AUDIT_LOG_UDF_INSUFFICIENT_PRIVILEGE = 3211; +exports.ER_AUDIT_LOG_SUPER_PRIVILEGE_REQUIRED = 3212; +exports.ER_COULD_NOT_REINITIALIZE_AUDIT_LOG_FILTERS = 3213; +exports.ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_TYPE = 3214; +exports.ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_COUNT = 3215; +exports.ER_AUDIT_LOG_HAS_NOT_BEEN_INSTALLED = 3216; +exports.ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_TYPE = 3217; +exports.ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_VALUE = 3218; +exports.ER_AUDIT_LOG_JSON_FILTER_PARSING_ERROR = 3219; +exports.ER_AUDIT_LOG_JSON_FILTER_NAME_CANNOT_BE_EMPTY = 3220; +exports.ER_AUDIT_LOG_JSON_USER_NAME_CANNOT_BE_EMPTY = 3221; +exports.ER_AUDIT_LOG_JSON_FILTER_DOES_NOT_EXISTS = 3222; +exports.ER_AUDIT_LOG_USER_FIRST_CHARACTER_MUST_BE_ALPHANUMERIC = 3223; +exports.ER_AUDIT_LOG_USER_NAME_INVALID_CHARACTER = 3224; +exports.ER_AUDIT_LOG_HOST_NAME_INVALID_CHARACTER = 3225; +exports.WARN_DEPRECATED_MAXDB_SQL_MODE_FOR_TIMESTAMP = 3226; +exports.ER_XA_REPLICATION_FILTERS = 3227; +exports.ER_CANT_OPEN_ERROR_LOG = 3228; +exports.ER_GROUPING_ON_TIMESTAMP_IN_DST = 3229; +exports.ER_CANT_START_SERVER_NAMED_PIPE = 3230; + +// Lookup-by-number table +exports[1] = 'EE_CANTCREATEFILE'; +exports[2] = 'EE_READ'; +exports[3] = 'EE_WRITE'; +exports[4] = 'EE_BADCLOSE'; +exports[5] = 'EE_OUTOFMEMORY'; +exports[6] = 'EE_DELETE'; +exports[7] = 'EE_LINK'; +exports[9] = 'EE_EOFERR'; +exports[10] = 'EE_CANTLOCK'; +exports[11] = 'EE_CANTUNLOCK'; +exports[12] = 'EE_DIR'; +exports[13] = 'EE_STAT'; +exports[14] = 'EE_CANT_CHSIZE'; +exports[15] = 'EE_CANT_OPEN_STREAM'; +exports[16] = 'EE_GETWD'; +exports[17] = 'EE_SETWD'; +exports[18] = 'EE_LINK_WARNING'; +exports[19] = 'EE_OPEN_WARNING'; +exports[20] = 'EE_DISK_FULL'; +exports[21] = 'EE_CANT_MKDIR'; +exports[22] = 'EE_UNKNOWN_CHARSET'; +exports[23] = 'EE_OUT_OF_FILERESOURCES'; +exports[24] = 'EE_CANT_READLINK'; +exports[25] = 'EE_CANT_SYMLINK'; +exports[26] = 'EE_REALPATH'; +exports[27] = 'EE_SYNC'; +exports[28] = 'EE_UNKNOWN_COLLATION'; +exports[29] = 'EE_FILENOTFOUND'; +exports[30] = 'EE_FILE_NOT_CLOSED'; +exports[31] = 'EE_CHANGE_OWNERSHIP'; +exports[32] = 'EE_CHANGE_PERMISSIONS'; +exports[33] = 'EE_CANT_SEEK'; +exports[34] = 'EE_CAPACITY_EXCEEDED'; +exports[120] = 'HA_ERR_KEY_NOT_FOUND'; +exports[121] = 'HA_ERR_FOUND_DUPP_KEY'; +exports[122] = 'HA_ERR_INTERNAL_ERROR'; +exports[123] = 'HA_ERR_RECORD_CHANGED'; +exports[124] = 'HA_ERR_WRONG_INDEX'; +exports[126] = 'HA_ERR_CRASHED'; +exports[127] = 'HA_ERR_WRONG_IN_RECORD'; +exports[128] = 'HA_ERR_OUT_OF_MEM'; +exports[130] = 'HA_ERR_NOT_A_TABLE'; +exports[131] = 'HA_ERR_WRONG_COMMAND'; +exports[132] = 'HA_ERR_OLD_FILE'; +exports[133] = 'HA_ERR_NO_ACTIVE_RECORD'; +exports[134] = 'HA_ERR_RECORD_DELETED'; +exports[135] = 'HA_ERR_RECORD_FILE_FULL'; +exports[136] = 'HA_ERR_INDEX_FILE_FULL'; +exports[137] = 'HA_ERR_END_OF_FILE'; +exports[138] = 'HA_ERR_UNSUPPORTED'; +exports[139] = 'HA_ERR_TOO_BIG_ROW'; +exports[140] = 'HA_WRONG_CREATE_OPTION'; +exports[141] = 'HA_ERR_FOUND_DUPP_UNIQUE'; +exports[142] = 'HA_ERR_UNKNOWN_CHARSET'; +exports[143] = 'HA_ERR_WRONG_MRG_TABLE_DEF'; +exports[144] = 'HA_ERR_CRASHED_ON_REPAIR'; +exports[145] = 'HA_ERR_CRASHED_ON_USAGE'; +exports[146] = 'HA_ERR_LOCK_WAIT_TIMEOUT'; +exports[147] = 'HA_ERR_LOCK_TABLE_FULL'; +exports[148] = 'HA_ERR_READ_ONLY_TRANSACTION'; +exports[149] = 'HA_ERR_LOCK_DEADLOCK'; +exports[150] = 'HA_ERR_CANNOT_ADD_FOREIGN'; +exports[151] = 'HA_ERR_NO_REFERENCED_ROW'; +exports[152] = 'HA_ERR_ROW_IS_REFERENCED'; +exports[153] = 'HA_ERR_NO_SAVEPOINT'; +exports[154] = 'HA_ERR_NON_UNIQUE_BLOCK_SIZE'; +exports[155] = 'HA_ERR_NO_SUCH_TABLE'; +exports[156] = 'HA_ERR_TABLE_EXIST'; +exports[157] = 'HA_ERR_NO_CONNECTION'; +exports[158] = 'HA_ERR_NULL_IN_SPATIAL'; +exports[159] = 'HA_ERR_TABLE_DEF_CHANGED'; +exports[160] = 'HA_ERR_NO_PARTITION_FOUND'; +exports[161] = 'HA_ERR_RBR_LOGGING_FAILED'; +exports[162] = 'HA_ERR_DROP_INDEX_FK'; +exports[163] = 'HA_ERR_FOREIGN_DUPLICATE_KEY'; +exports[164] = 'HA_ERR_TABLE_NEEDS_UPGRADE'; +exports[165] = 'HA_ERR_TABLE_READONLY'; +exports[166] = 'HA_ERR_AUTOINC_READ_FAILED'; +exports[167] = 'HA_ERR_AUTOINC_ERANGE'; +exports[168] = 'HA_ERR_GENERIC'; +exports[169] = 'HA_ERR_RECORD_IS_THE_SAME'; +exports[170] = 'HA_ERR_LOGGING_IMPOSSIBLE'; +exports[171] = 'HA_ERR_CORRUPT_EVENT'; +exports[172] = 'HA_ERR_NEW_FILE'; +exports[173] = 'HA_ERR_ROWS_EVENT_APPLY'; +exports[174] = 'HA_ERR_INITIALIZATION'; +exports[175] = 'HA_ERR_FILE_TOO_SHORT'; +exports[176] = 'HA_ERR_WRONG_CRC'; +exports[177] = 'HA_ERR_TOO_MANY_CONCURRENT_TRXS'; +exports[178] = 'HA_ERR_NOT_IN_LOCK_PARTITIONS'; +exports[179] = 'HA_ERR_INDEX_COL_TOO_LONG'; +exports[180] = 'HA_ERR_INDEX_CORRUPT'; +exports[181] = 'HA_ERR_UNDO_REC_TOO_BIG'; +exports[182] = 'HA_FTS_INVALID_DOCID'; +exports[183] = 'HA_ERR_TABLE_IN_FK_CHECK'; +exports[184] = 'HA_ERR_TABLESPACE_EXISTS'; +exports[185] = 'HA_ERR_TOO_MANY_FIELDS'; +exports[186] = 'HA_ERR_ROW_IN_WRONG_PARTITION'; +exports[187] = 'HA_ERR_INNODB_READ_ONLY'; +exports[188] = 'HA_ERR_FTS_EXCEED_RESULT_CACHE_LIMIT'; +exports[189] = 'HA_ERR_TEMP_FILE_WRITE_FAILURE'; +exports[190] = 'HA_ERR_INNODB_FORCED_RECOVERY'; +exports[191] = 'HA_ERR_FTS_TOO_MANY_WORDS_IN_PHRASE'; +exports[192] = 'HA_ERR_FK_DEPTH_EXCEEDED'; +exports[193] = 'HA_MISSING_CREATE_OPTION'; +exports[194] = 'HA_ERR_SE_OUT_OF_MEMORY'; +exports[195] = 'HA_ERR_TABLE_CORRUPT'; +exports[196] = 'HA_ERR_QUERY_INTERRUPTED'; +exports[197] = 'HA_ERR_TABLESPACE_MISSING'; +exports[198] = 'HA_ERR_TABLESPACE_IS_NOT_EMPTY'; +exports[199] = 'HA_ERR_WRONG_FILE_NAME'; +exports[200] = 'HA_ERR_NOT_ALLOWED_COMMAND'; +exports[201] = 'HA_ERR_COMPUTE_FAILED'; +exports[1000] = 'ER_HASHCHK'; +exports[1001] = 'ER_NISAMCHK'; +exports[1002] = 'ER_NO'; +exports[1003] = 'ER_YES'; +exports[1004] = 'ER_CANT_CREATE_FILE'; +exports[1005] = 'ER_CANT_CREATE_TABLE'; +exports[1006] = 'ER_CANT_CREATE_DB'; +exports[1007] = 'ER_DB_CREATE_EXISTS'; +exports[1008] = 'ER_DB_DROP_EXISTS'; +exports[1009] = 'ER_DB_DROP_DELETE'; +exports[1010] = 'ER_DB_DROP_RMDIR'; +exports[1011] = 'ER_CANT_DELETE_FILE'; +exports[1012] = 'ER_CANT_FIND_SYSTEM_REC'; +exports[1013] = 'ER_CANT_GET_STAT'; +exports[1014] = 'ER_CANT_GET_WD'; +exports[1015] = 'ER_CANT_LOCK'; +exports[1016] = 'ER_CANT_OPEN_FILE'; +exports[1017] = 'ER_FILE_NOT_FOUND'; +exports[1018] = 'ER_CANT_READ_DIR'; +exports[1019] = 'ER_CANT_SET_WD'; +exports[1020] = 'ER_CHECKREAD'; +exports[1021] = 'ER_DISK_FULL'; +exports[1022] = 'ER_DUP_KEY'; +exports[1023] = 'ER_ERROR_ON_CLOSE'; +exports[1024] = 'ER_ERROR_ON_READ'; +exports[1025] = 'ER_ERROR_ON_RENAME'; +exports[1026] = 'ER_ERROR_ON_WRITE'; +exports[1027] = 'ER_FILE_USED'; +exports[1028] = 'ER_FILSORT_ABORT'; +exports[1029] = 'ER_FORM_NOT_FOUND'; +exports[1030] = 'ER_GET_ERRNO'; +exports[1031] = 'ER_ILLEGAL_HA'; +exports[1032] = 'ER_KEY_NOT_FOUND'; +exports[1033] = 'ER_NOT_FORM_FILE'; +exports[1034] = 'ER_NOT_KEYFILE'; +exports[1035] = 'ER_OLD_KEYFILE'; +exports[1036] = 'ER_OPEN_AS_READONLY'; +exports[1037] = 'ER_OUTOFMEMORY'; +exports[1038] = 'ER_OUT_OF_SORTMEMORY'; +exports[1039] = 'ER_UNEXPECTED_EOF'; +exports[1040] = 'ER_CON_COUNT_ERROR'; +exports[1041] = 'ER_OUT_OF_RESOURCES'; +exports[1042] = 'ER_BAD_HOST_ERROR'; +exports[1043] = 'ER_HANDSHAKE_ERROR'; +exports[1044] = 'ER_DBACCESS_DENIED_ERROR'; +exports[1045] = 'ER_ACCESS_DENIED_ERROR'; +exports[1046] = 'ER_NO_DB_ERROR'; +exports[1047] = 'ER_UNKNOWN_COM_ERROR'; +exports[1048] = 'ER_BAD_NULL_ERROR'; +exports[1049] = 'ER_BAD_DB_ERROR'; +exports[1050] = 'ER_TABLE_EXISTS_ERROR'; +exports[1051] = 'ER_BAD_TABLE_ERROR'; +exports[1052] = 'ER_NON_UNIQ_ERROR'; +exports[1053] = 'ER_SERVER_SHUTDOWN'; +exports[1054] = 'ER_BAD_FIELD_ERROR'; +exports[1055] = 'ER_WRONG_FIELD_WITH_GROUP'; +exports[1056] = 'ER_WRONG_GROUP_FIELD'; +exports[1057] = 'ER_WRONG_SUM_SELECT'; +exports[1058] = 'ER_WRONG_VALUE_COUNT'; +exports[1059] = 'ER_TOO_LONG_IDENT'; +exports[1060] = 'ER_DUP_FIELDNAME'; +exports[1061] = 'ER_DUP_KEYNAME'; +exports[1062] = 'ER_DUP_ENTRY'; +exports[1063] = 'ER_WRONG_FIELD_SPEC'; +exports[1064] = 'ER_PARSE_ERROR'; +exports[1065] = 'ER_EMPTY_QUERY'; +exports[1066] = 'ER_NONUNIQ_TABLE'; +exports[1067] = 'ER_INVALID_DEFAULT'; +exports[1068] = 'ER_MULTIPLE_PRI_KEY'; +exports[1069] = 'ER_TOO_MANY_KEYS'; +exports[1070] = 'ER_TOO_MANY_KEY_PARTS'; +exports[1071] = 'ER_TOO_LONG_KEY'; +exports[1072] = 'ER_KEY_COLUMN_DOES_NOT_EXITS'; +exports[1073] = 'ER_BLOB_USED_AS_KEY'; +exports[1074] = 'ER_TOO_BIG_FIELDLENGTH'; +exports[1075] = 'ER_WRONG_AUTO_KEY'; +exports[1076] = 'ER_READY'; +exports[1077] = 'ER_NORMAL_SHUTDOWN'; +exports[1078] = 'ER_GOT_SIGNAL'; +exports[1079] = 'ER_SHUTDOWN_COMPLETE'; +exports[1080] = 'ER_FORCING_CLOSE'; +exports[1081] = 'ER_IPSOCK_ERROR'; +exports[1082] = 'ER_NO_SUCH_INDEX'; +exports[1083] = 'ER_WRONG_FIELD_TERMINATORS'; +exports[1084] = 'ER_BLOBS_AND_NO_TERMINATED'; +exports[1085] = 'ER_TEXTFILE_NOT_READABLE'; +exports[1086] = 'ER_FILE_EXISTS_ERROR'; +exports[1087] = 'ER_LOAD_INFO'; +exports[1088] = 'ER_ALTER_INFO'; +exports[1089] = 'ER_WRONG_SUB_KEY'; +exports[1090] = 'ER_CANT_REMOVE_ALL_FIELDS'; +exports[1091] = 'ER_CANT_DROP_FIELD_OR_KEY'; +exports[1092] = 'ER_INSERT_INFO'; +exports[1093] = 'ER_UPDATE_TABLE_USED'; +exports[1094] = 'ER_NO_SUCH_THREAD'; +exports[1095] = 'ER_KILL_DENIED_ERROR'; +exports[1096] = 'ER_NO_TABLES_USED'; +exports[1097] = 'ER_TOO_BIG_SET'; +exports[1098] = 'ER_NO_UNIQUE_LOGFILE'; +exports[1099] = 'ER_TABLE_NOT_LOCKED_FOR_WRITE'; +exports[1100] = 'ER_TABLE_NOT_LOCKED'; +exports[1101] = 'ER_BLOB_CANT_HAVE_DEFAULT'; +exports[1102] = 'ER_WRONG_DB_NAME'; +exports[1103] = 'ER_WRONG_TABLE_NAME'; +exports[1104] = 'ER_TOO_BIG_SELECT'; +exports[1105] = 'ER_UNKNOWN_ERROR'; +exports[1106] = 'ER_UNKNOWN_PROCEDURE'; +exports[1107] = 'ER_WRONG_PARAMCOUNT_TO_PROCEDURE'; +exports[1108] = 'ER_WRONG_PARAMETERS_TO_PROCEDURE'; +exports[1109] = 'ER_UNKNOWN_TABLE'; +exports[1110] = 'ER_FIELD_SPECIFIED_TWICE'; +exports[1111] = 'ER_INVALID_GROUP_FUNC_USE'; +exports[1112] = 'ER_UNSUPPORTED_EXTENSION'; +exports[1113] = 'ER_TABLE_MUST_HAVE_COLUMNS'; +exports[1114] = 'ER_RECORD_FILE_FULL'; +exports[1115] = 'ER_UNKNOWN_CHARACTER_SET'; +exports[1116] = 'ER_TOO_MANY_TABLES'; +exports[1117] = 'ER_TOO_MANY_FIELDS'; +exports[1118] = 'ER_TOO_BIG_ROWSIZE'; +exports[1119] = 'ER_STACK_OVERRUN'; +exports[1120] = 'ER_WRONG_OUTER_JOIN'; +exports[1121] = 'ER_NULL_COLUMN_IN_INDEX'; +exports[1122] = 'ER_CANT_FIND_UDF'; +exports[1123] = 'ER_CANT_INITIALIZE_UDF'; +exports[1124] = 'ER_UDF_NO_PATHS'; +exports[1125] = 'ER_UDF_EXISTS'; +exports[1126] = 'ER_CANT_OPEN_LIBRARY'; +exports[1127] = 'ER_CANT_FIND_DL_ENTRY'; +exports[1128] = 'ER_FUNCTION_NOT_DEFINED'; +exports[1129] = 'ER_HOST_IS_BLOCKED'; +exports[1130] = 'ER_HOST_NOT_PRIVILEGED'; +exports[1131] = 'ER_PASSWORD_ANONYMOUS_USER'; +exports[1132] = 'ER_PASSWORD_NOT_ALLOWED'; +exports[1133] = 'ER_PASSWORD_NO_MATCH'; +exports[1134] = 'ER_UPDATE_INFO'; +exports[1135] = 'ER_CANT_CREATE_THREAD'; +exports[1136] = 'ER_WRONG_VALUE_COUNT_ON_ROW'; +exports[1137] = 'ER_CANT_REOPEN_TABLE'; +exports[1138] = 'ER_INVALID_USE_OF_NULL'; +exports[1139] = 'ER_REGEXP_ERROR'; +exports[1140] = 'ER_MIX_OF_GROUP_FUNC_AND_FIELDS'; +exports[1141] = 'ER_NONEXISTING_GRANT'; +exports[1142] = 'ER_TABLEACCESS_DENIED_ERROR'; +exports[1143] = 'ER_COLUMNACCESS_DENIED_ERROR'; +exports[1144] = 'ER_ILLEGAL_GRANT_FOR_TABLE'; +exports[1145] = 'ER_GRANT_WRONG_HOST_OR_USER'; +exports[1146] = 'ER_NO_SUCH_TABLE'; +exports[1147] = 'ER_NONEXISTING_TABLE_GRANT'; +exports[1148] = 'ER_NOT_ALLOWED_COMMAND'; +exports[1149] = 'ER_SYNTAX_ERROR'; +exports[1150] = 'ER_DELAYED_CANT_CHANGE_LOCK'; +exports[1151] = 'ER_TOO_MANY_DELAYED_THREADS'; +exports[1152] = 'ER_ABORTING_CONNECTION'; +exports[1153] = 'ER_NET_PACKET_TOO_LARGE'; +exports[1154] = 'ER_NET_READ_ERROR_FROM_PIPE'; +exports[1155] = 'ER_NET_FCNTL_ERROR'; +exports[1156] = 'ER_NET_PACKETS_OUT_OF_ORDER'; +exports[1157] = 'ER_NET_UNCOMPRESS_ERROR'; +exports[1158] = 'ER_NET_READ_ERROR'; +exports[1159] = 'ER_NET_READ_INTERRUPTED'; +exports[1160] = 'ER_NET_ERROR_ON_WRITE'; +exports[1161] = 'ER_NET_WRITE_INTERRUPTED'; +exports[1162] = 'ER_TOO_LONG_STRING'; +exports[1163] = 'ER_TABLE_CANT_HANDLE_BLOB'; +exports[1164] = 'ER_TABLE_CANT_HANDLE_AUTO_INCREMENT'; +exports[1165] = 'ER_DELAYED_INSERT_TABLE_LOCKED'; +exports[1166] = 'ER_WRONG_COLUMN_NAME'; +exports[1167] = 'ER_WRONG_KEY_COLUMN'; +exports[1168] = 'ER_WRONG_MRG_TABLE'; +exports[1169] = 'ER_DUP_UNIQUE'; +exports[1170] = 'ER_BLOB_KEY_WITHOUT_LENGTH'; +exports[1171] = 'ER_PRIMARY_CANT_HAVE_NULL'; +exports[1172] = 'ER_TOO_MANY_ROWS'; +exports[1173] = 'ER_REQUIRES_PRIMARY_KEY'; +exports[1174] = 'ER_NO_RAID_COMPILED'; +exports[1175] = 'ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE'; +exports[1176] = 'ER_KEY_DOES_NOT_EXITS'; +exports[1177] = 'ER_CHECK_NO_SUCH_TABLE'; +exports[1178] = 'ER_CHECK_NOT_IMPLEMENTED'; +exports[1179] = 'ER_CANT_DO_THIS_DURING_AN_TRANSACTION'; +exports[1180] = 'ER_ERROR_DURING_COMMIT'; +exports[1181] = 'ER_ERROR_DURING_ROLLBACK'; +exports[1182] = 'ER_ERROR_DURING_FLUSH_LOGS'; +exports[1183] = 'ER_ERROR_DURING_CHECKPOINT'; +exports[1184] = 'ER_NEW_ABORTING_CONNECTION'; +exports[1185] = 'ER_DUMP_NOT_IMPLEMENTED'; +exports[1186] = 'ER_FLUSH_MASTER_BINLOG_CLOSED'; +exports[1187] = 'ER_INDEX_REBUILD'; +exports[1188] = 'ER_MASTER'; +exports[1189] = 'ER_MASTER_NET_READ'; +exports[1190] = 'ER_MASTER_NET_WRITE'; +exports[1191] = 'ER_FT_MATCHING_KEY_NOT_FOUND'; +exports[1192] = 'ER_LOCK_OR_ACTIVE_TRANSACTION'; +exports[1193] = 'ER_UNKNOWN_SYSTEM_VARIABLE'; +exports[1194] = 'ER_CRASHED_ON_USAGE'; +exports[1195] = 'ER_CRASHED_ON_REPAIR'; +exports[1196] = 'ER_WARNING_NOT_COMPLETE_ROLLBACK'; +exports[1197] = 'ER_TRANS_CACHE_FULL'; +exports[1198] = 'ER_SLAVE_MUST_STOP'; +exports[1199] = 'ER_SLAVE_NOT_RUNNING'; +exports[1200] = 'ER_BAD_SLAVE'; +exports[1201] = 'ER_MASTER_INFO'; +exports[1202] = 'ER_SLAVE_THREAD'; +exports[1203] = 'ER_TOO_MANY_USER_CONNECTIONS'; +exports[1204] = 'ER_SET_CONSTANTS_ONLY'; +exports[1205] = 'ER_LOCK_WAIT_TIMEOUT'; +exports[1206] = 'ER_LOCK_TABLE_FULL'; +exports[1207] = 'ER_READ_ONLY_TRANSACTION'; +exports[1208] = 'ER_DROP_DB_WITH_READ_LOCK'; +exports[1209] = 'ER_CREATE_DB_WITH_READ_LOCK'; +exports[1210] = 'ER_WRONG_ARGUMENTS'; +exports[1211] = 'ER_NO_PERMISSION_TO_CREATE_USER'; +exports[1212] = 'ER_UNION_TABLES_IN_DIFFERENT_DIR'; +exports[1213] = 'ER_LOCK_DEADLOCK'; +exports[1214] = 'ER_TABLE_CANT_HANDLE_FT'; +exports[1215] = 'ER_CANNOT_ADD_FOREIGN'; +exports[1216] = 'ER_NO_REFERENCED_ROW'; +exports[1217] = 'ER_ROW_IS_REFERENCED'; +exports[1218] = 'ER_CONNECT_TO_MASTER'; +exports[1219] = 'ER_QUERY_ON_MASTER'; +exports[1220] = 'ER_ERROR_WHEN_EXECUTING_COMMAND'; +exports[1221] = 'ER_WRONG_USAGE'; +exports[1222] = 'ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT'; +exports[1223] = 'ER_CANT_UPDATE_WITH_READLOCK'; +exports[1224] = 'ER_MIXING_NOT_ALLOWED'; +exports[1225] = 'ER_DUP_ARGUMENT'; +exports[1226] = 'ER_USER_LIMIT_REACHED'; +exports[1227] = 'ER_SPECIFIC_ACCESS_DENIED_ERROR'; +exports[1228] = 'ER_LOCAL_VARIABLE'; +exports[1229] = 'ER_GLOBAL_VARIABLE'; +exports[1230] = 'ER_NO_DEFAULT'; +exports[1231] = 'ER_WRONG_VALUE_FOR_VAR'; +exports[1232] = 'ER_WRONG_TYPE_FOR_VAR'; +exports[1233] = 'ER_VAR_CANT_BE_READ'; +exports[1234] = 'ER_CANT_USE_OPTION_HERE'; +exports[1235] = 'ER_NOT_SUPPORTED_YET'; +exports[1236] = 'ER_MASTER_FATAL_ERROR_READING_BINLOG'; +exports[1237] = 'ER_SLAVE_IGNORED_TABLE'; +exports[1238] = 'ER_INCORRECT_GLOBAL_LOCAL_VAR'; +exports[1239] = 'ER_WRONG_FK_DEF'; +exports[1240] = 'ER_KEY_REF_DO_NOT_MATCH_TABLE_REF'; +exports[1241] = 'ER_OPERAND_COLUMNS'; +exports[1242] = 'ER_SUBQUERY_NO_1_ROW'; +exports[1243] = 'ER_UNKNOWN_STMT_HANDLER'; +exports[1244] = 'ER_CORRUPT_HELP_DB'; +exports[1245] = 'ER_CYCLIC_REFERENCE'; +exports[1246] = 'ER_AUTO_CONVERT'; +exports[1247] = 'ER_ILLEGAL_REFERENCE'; +exports[1248] = 'ER_DERIVED_MUST_HAVE_ALIAS'; +exports[1249] = 'ER_SELECT_REDUCED'; +exports[1250] = 'ER_TABLENAME_NOT_ALLOWED_HERE'; +exports[1251] = 'ER_NOT_SUPPORTED_AUTH_MODE'; +exports[1252] = 'ER_SPATIAL_CANT_HAVE_NULL'; +exports[1253] = 'ER_COLLATION_CHARSET_MISMATCH'; +exports[1254] = 'ER_SLAVE_WAS_RUNNING'; +exports[1255] = 'ER_SLAVE_WAS_NOT_RUNNING'; +exports[1256] = 'ER_TOO_BIG_FOR_UNCOMPRESS'; +exports[1257] = 'ER_ZLIB_Z_MEM_ERROR'; +exports[1258] = 'ER_ZLIB_Z_BUF_ERROR'; +exports[1259] = 'ER_ZLIB_Z_DATA_ERROR'; +exports[1260] = 'ER_CUT_VALUE_GROUP_CONCAT'; +exports[1261] = 'ER_WARN_TOO_FEW_RECORDS'; +exports[1262] = 'ER_WARN_TOO_MANY_RECORDS'; +exports[1263] = 'ER_WARN_NULL_TO_NOTNULL'; +exports[1264] = 'ER_WARN_DATA_OUT_OF_RANGE'; +exports[1265] = 'WARN_DATA_TRUNCATED'; +exports[1266] = 'ER_WARN_USING_OTHER_HANDLER'; +exports[1267] = 'ER_CANT_AGGREGATE_2COLLATIONS'; +exports[1268] = 'ER_DROP_USER'; +exports[1269] = 'ER_REVOKE_GRANTS'; +exports[1270] = 'ER_CANT_AGGREGATE_3COLLATIONS'; +exports[1271] = 'ER_CANT_AGGREGATE_NCOLLATIONS'; +exports[1272] = 'ER_VARIABLE_IS_NOT_STRUCT'; +exports[1273] = 'ER_UNKNOWN_COLLATION'; +exports[1274] = 'ER_SLAVE_IGNORED_SSL_PARAMS'; +exports[1275] = 'ER_SERVER_IS_IN_SECURE_AUTH_MODE'; +exports[1276] = 'ER_WARN_FIELD_RESOLVED'; +exports[1277] = 'ER_BAD_SLAVE_UNTIL_COND'; +exports[1278] = 'ER_MISSING_SKIP_SLAVE'; +exports[1279] = 'ER_UNTIL_COND_IGNORED'; +exports[1280] = 'ER_WRONG_NAME_FOR_INDEX'; +exports[1281] = 'ER_WRONG_NAME_FOR_CATALOG'; +exports[1282] = 'ER_WARN_QC_RESIZE'; +exports[1283] = 'ER_BAD_FT_COLUMN'; +exports[1284] = 'ER_UNKNOWN_KEY_CACHE'; +exports[1285] = 'ER_WARN_HOSTNAME_WONT_WORK'; +exports[1286] = 'ER_UNKNOWN_STORAGE_ENGINE'; +exports[1287] = 'ER_WARN_DEPRECATED_SYNTAX'; +exports[1288] = 'ER_NON_UPDATABLE_TABLE'; +exports[1289] = 'ER_FEATURE_DISABLED'; +exports[1290] = 'ER_OPTION_PREVENTS_STATEMENT'; +exports[1291] = 'ER_DUPLICATED_VALUE_IN_TYPE'; +exports[1292] = 'ER_TRUNCATED_WRONG_VALUE'; +exports[1293] = 'ER_TOO_MUCH_AUTO_TIMESTAMP_COLS'; +exports[1294] = 'ER_INVALID_ON_UPDATE'; +exports[1295] = 'ER_UNSUPPORTED_PS'; +exports[1296] = 'ER_GET_ERRMSG'; +exports[1297] = 'ER_GET_TEMPORARY_ERRMSG'; +exports[1298] = 'ER_UNKNOWN_TIME_ZONE'; +exports[1299] = 'ER_WARN_INVALID_TIMESTAMP'; +exports[1300] = 'ER_INVALID_CHARACTER_STRING'; +exports[1301] = 'ER_WARN_ALLOWED_PACKET_OVERFLOWED'; +exports[1302] = 'ER_CONFLICTING_DECLARATIONS'; +exports[1303] = 'ER_SP_NO_RECURSIVE_CREATE'; +exports[1304] = 'ER_SP_ALREADY_EXISTS'; +exports[1305] = 'ER_SP_DOES_NOT_EXIST'; +exports[1306] = 'ER_SP_DROP_FAILED'; +exports[1307] = 'ER_SP_STORE_FAILED'; +exports[1308] = 'ER_SP_LILABEL_MISMATCH'; +exports[1309] = 'ER_SP_LABEL_REDEFINE'; +exports[1310] = 'ER_SP_LABEL_MISMATCH'; +exports[1311] = 'ER_SP_UNINIT_VAR'; +exports[1312] = 'ER_SP_BADSELECT'; +exports[1313] = 'ER_SP_BADRETURN'; +exports[1314] = 'ER_SP_BADSTATEMENT'; +exports[1315] = 'ER_UPDATE_LOG_DEPRECATED_IGNORED'; +exports[1316] = 'ER_UPDATE_LOG_DEPRECATED_TRANSLATED'; +exports[1317] = 'ER_QUERY_INTERRUPTED'; +exports[1318] = 'ER_SP_WRONG_NO_OF_ARGS'; +exports[1319] = 'ER_SP_COND_MISMATCH'; +exports[1320] = 'ER_SP_NORETURN'; +exports[1321] = 'ER_SP_NORETURNEND'; +exports[1322] = 'ER_SP_BAD_CURSOR_QUERY'; +exports[1323] = 'ER_SP_BAD_CURSOR_SELECT'; +exports[1324] = 'ER_SP_CURSOR_MISMATCH'; +exports[1325] = 'ER_SP_CURSOR_ALREADY_OPEN'; +exports[1326] = 'ER_SP_CURSOR_NOT_OPEN'; +exports[1327] = 'ER_SP_UNDECLARED_VAR'; +exports[1328] = 'ER_SP_WRONG_NO_OF_FETCH_ARGS'; +exports[1329] = 'ER_SP_FETCH_NO_DATA'; +exports[1330] = 'ER_SP_DUP_PARAM'; +exports[1331] = 'ER_SP_DUP_VAR'; +exports[1332] = 'ER_SP_DUP_COND'; +exports[1333] = 'ER_SP_DUP_CURS'; +exports[1334] = 'ER_SP_CANT_ALTER'; +exports[1335] = 'ER_SP_SUBSELECT_NYI'; +exports[1336] = 'ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG'; +exports[1337] = 'ER_SP_VARCOND_AFTER_CURSHNDLR'; +exports[1338] = 'ER_SP_CURSOR_AFTER_HANDLER'; +exports[1339] = 'ER_SP_CASE_NOT_FOUND'; +exports[1340] = 'ER_FPARSER_TOO_BIG_FILE'; +exports[1341] = 'ER_FPARSER_BAD_HEADER'; +exports[1342] = 'ER_FPARSER_EOF_IN_COMMENT'; +exports[1343] = 'ER_FPARSER_ERROR_IN_PARAMETER'; +exports[1344] = 'ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER'; +exports[1345] = 'ER_VIEW_NO_EXPLAIN'; +exports[1346] = 'ER_FRM_UNKNOWN_TYPE'; +exports[1347] = 'ER_WRONG_OBJECT'; +exports[1348] = 'ER_NONUPDATEABLE_COLUMN'; +exports[1349] = 'ER_VIEW_SELECT_DERIVED'; +exports[1350] = 'ER_VIEW_SELECT_CLAUSE'; +exports[1351] = 'ER_VIEW_SELECT_VARIABLE'; +exports[1352] = 'ER_VIEW_SELECT_TMPTABLE'; +exports[1353] = 'ER_VIEW_WRONG_LIST'; +exports[1354] = 'ER_WARN_VIEW_MERGE'; +exports[1355] = 'ER_WARN_VIEW_WITHOUT_KEY'; +exports[1356] = 'ER_VIEW_INVALID'; +exports[1357] = 'ER_SP_NO_DROP_SP'; +exports[1358] = 'ER_SP_GOTO_IN_HNDLR'; +exports[1359] = 'ER_TRG_ALREADY_EXISTS'; +exports[1360] = 'ER_TRG_DOES_NOT_EXIST'; +exports[1361] = 'ER_TRG_ON_VIEW_OR_TEMP_TABLE'; +exports[1362] = 'ER_TRG_CANT_CHANGE_ROW'; +exports[1363] = 'ER_TRG_NO_SUCH_ROW_IN_TRG'; +exports[1364] = 'ER_NO_DEFAULT_FOR_FIELD'; +exports[1365] = 'ER_DIVISION_BY_ZERO'; +exports[1366] = 'ER_TRUNCATED_WRONG_VALUE_FOR_FIELD'; +exports[1367] = 'ER_ILLEGAL_VALUE_FOR_TYPE'; +exports[1368] = 'ER_VIEW_NONUPD_CHECK'; +exports[1369] = 'ER_VIEW_CHECK_FAILED'; +exports[1370] = 'ER_PROCACCESS_DENIED_ERROR'; +exports[1371] = 'ER_RELAY_LOG_FAIL'; +exports[1372] = 'ER_PASSWD_LENGTH'; +exports[1373] = 'ER_UNKNOWN_TARGET_BINLOG'; +exports[1374] = 'ER_IO_ERR_LOG_INDEX_READ'; +exports[1375] = 'ER_BINLOG_PURGE_PROHIBITED'; +exports[1376] = 'ER_FSEEK_FAIL'; +exports[1377] = 'ER_BINLOG_PURGE_FATAL_ERR'; +exports[1378] = 'ER_LOG_IN_USE'; +exports[1379] = 'ER_LOG_PURGE_UNKNOWN_ERR'; +exports[1380] = 'ER_RELAY_LOG_INIT'; +exports[1381] = 'ER_NO_BINARY_LOGGING'; +exports[1382] = 'ER_RESERVED_SYNTAX'; +exports[1383] = 'ER_WSAS_FAILED'; +exports[1384] = 'ER_DIFF_GROUPS_PROC'; +exports[1385] = 'ER_NO_GROUP_FOR_PROC'; +exports[1386] = 'ER_ORDER_WITH_PROC'; +exports[1387] = 'ER_LOGGING_PROHIBIT_CHANGING_OF'; +exports[1388] = 'ER_NO_FILE_MAPPING'; +exports[1389] = 'ER_WRONG_MAGIC'; +exports[1390] = 'ER_PS_MANY_PARAM'; +exports[1391] = 'ER_KEY_PART_0'; +exports[1392] = 'ER_VIEW_CHECKSUM'; +exports[1393] = 'ER_VIEW_MULTIUPDATE'; +exports[1394] = 'ER_VIEW_NO_INSERT_FIELD_LIST'; +exports[1395] = 'ER_VIEW_DELETE_MERGE_VIEW'; +exports[1396] = 'ER_CANNOT_USER'; +exports[1397] = 'ER_XAER_NOTA'; +exports[1398] = 'ER_XAER_INVAL'; +exports[1399] = 'ER_XAER_RMFAIL'; +exports[1400] = 'ER_XAER_OUTSIDE'; +exports[1401] = 'ER_XAER_RMERR'; +exports[1402] = 'ER_XA_RBROLLBACK'; +exports[1403] = 'ER_NONEXISTING_PROC_GRANT'; +exports[1404] = 'ER_PROC_AUTO_GRANT_FAIL'; +exports[1405] = 'ER_PROC_AUTO_REVOKE_FAIL'; +exports[1406] = 'ER_DATA_TOO_LONG'; +exports[1407] = 'ER_SP_BAD_SQLSTATE'; +exports[1408] = 'ER_STARTUP'; +exports[1409] = 'ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR'; +exports[1410] = 'ER_CANT_CREATE_USER_WITH_GRANT'; +exports[1411] = 'ER_WRONG_VALUE_FOR_TYPE'; +exports[1412] = 'ER_TABLE_DEF_CHANGED'; +exports[1413] = 'ER_SP_DUP_HANDLER'; +exports[1414] = 'ER_SP_NOT_VAR_ARG'; +exports[1415] = 'ER_SP_NO_RETSET'; +exports[1416] = 'ER_CANT_CREATE_GEOMETRY_OBJECT'; +exports[1417] = 'ER_FAILED_ROUTINE_BREAK_BINLOG'; +exports[1418] = 'ER_BINLOG_UNSAFE_ROUTINE'; +exports[1419] = 'ER_BINLOG_CREATE_ROUTINE_NEED_SUPER'; +exports[1420] = 'ER_EXEC_STMT_WITH_OPEN_CURSOR'; +exports[1421] = 'ER_STMT_HAS_NO_OPEN_CURSOR'; +exports[1422] = 'ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG'; +exports[1423] = 'ER_NO_DEFAULT_FOR_VIEW_FIELD'; +exports[1424] = 'ER_SP_NO_RECURSION'; +exports[1425] = 'ER_TOO_BIG_SCALE'; +exports[1426] = 'ER_TOO_BIG_PRECISION'; +exports[1427] = 'ER_M_BIGGER_THAN_D'; +exports[1428] = 'ER_WRONG_LOCK_OF_SYSTEM_TABLE'; +exports[1429] = 'ER_CONNECT_TO_FOREIGN_DATA_SOURCE'; +exports[1430] = 'ER_QUERY_ON_FOREIGN_DATA_SOURCE'; +exports[1431] = 'ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST'; +exports[1432] = 'ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE'; +exports[1433] = 'ER_FOREIGN_DATA_STRING_INVALID'; +exports[1434] = 'ER_CANT_CREATE_FEDERATED_TABLE'; +exports[1435] = 'ER_TRG_IN_WRONG_SCHEMA'; +exports[1436] = 'ER_STACK_OVERRUN_NEED_MORE'; +exports[1437] = 'ER_TOO_LONG_BODY'; +exports[1438] = 'ER_WARN_CANT_DROP_DEFAULT_KEYCACHE'; +exports[1439] = 'ER_TOO_BIG_DISPLAYWIDTH'; +exports[1440] = 'ER_XAER_DUPID'; +exports[1441] = 'ER_DATETIME_FUNCTION_OVERFLOW'; +exports[1442] = 'ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG'; +exports[1443] = 'ER_VIEW_PREVENT_UPDATE'; +exports[1444] = 'ER_PS_NO_RECURSION'; +exports[1445] = 'ER_SP_CANT_SET_AUTOCOMMIT'; +exports[1446] = 'ER_MALFORMED_DEFINER'; +exports[1447] = 'ER_VIEW_FRM_NO_USER'; +exports[1448] = 'ER_VIEW_OTHER_USER'; +exports[1449] = 'ER_NO_SUCH_USER'; +exports[1450] = 'ER_FORBID_SCHEMA_CHANGE'; +exports[1451] = 'ER_ROW_IS_REFERENCED_2'; +exports[1452] = 'ER_NO_REFERENCED_ROW_2'; +exports[1453] = 'ER_SP_BAD_VAR_SHADOW'; +exports[1454] = 'ER_TRG_NO_DEFINER'; +exports[1455] = 'ER_OLD_FILE_FORMAT'; +exports[1456] = 'ER_SP_RECURSION_LIMIT'; +exports[1457] = 'ER_SP_PROC_TABLE_CORRUPT'; +exports[1458] = 'ER_SP_WRONG_NAME'; +exports[1459] = 'ER_TABLE_NEEDS_UPGRADE'; +exports[1460] = 'ER_SP_NO_AGGREGATE'; +exports[1461] = 'ER_MAX_PREPARED_STMT_COUNT_REACHED'; +exports[1462] = 'ER_VIEW_RECURSIVE'; +exports[1463] = 'ER_NON_GROUPING_FIELD_USED'; +exports[1464] = 'ER_TABLE_CANT_HANDLE_SPKEYS'; +exports[1465] = 'ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA'; +exports[1466] = 'ER_REMOVED_SPACES'; +exports[1467] = 'ER_AUTOINC_READ_FAILED'; +exports[1468] = 'ER_USERNAME'; +exports[1469] = 'ER_HOSTNAME'; +exports[1470] = 'ER_WRONG_STRING_LENGTH'; +exports[1471] = 'ER_NON_INSERTABLE_TABLE'; +exports[1472] = 'ER_ADMIN_WRONG_MRG_TABLE'; +exports[1473] = 'ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT'; +exports[1474] = 'ER_NAME_BECOMES_EMPTY'; +exports[1475] = 'ER_AMBIGUOUS_FIELD_TERM'; +exports[1476] = 'ER_FOREIGN_SERVER_EXISTS'; +exports[1477] = 'ER_FOREIGN_SERVER_DOESNT_EXIST'; +exports[1478] = 'ER_ILLEGAL_HA_CREATE_OPTION'; +exports[1479] = 'ER_PARTITION_REQUIRES_VALUES_ERROR'; +exports[1480] = 'ER_PARTITION_WRONG_VALUES_ERROR'; +exports[1481] = 'ER_PARTITION_MAXVALUE_ERROR'; +exports[1482] = 'ER_PARTITION_SUBPARTITION_ERROR'; +exports[1483] = 'ER_PARTITION_SUBPART_MIX_ERROR'; +exports[1484] = 'ER_PARTITION_WRONG_NO_PART_ERROR'; +exports[1485] = 'ER_PARTITION_WRONG_NO_SUBPART_ERROR'; +exports[1486] = 'ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR'; +exports[1487] = 'ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR'; +exports[1488] = 'ER_FIELD_NOT_FOUND_PART_ERROR'; +exports[1489] = 'ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR'; +exports[1490] = 'ER_INCONSISTENT_PARTITION_INFO_ERROR'; +exports[1491] = 'ER_PARTITION_FUNC_NOT_ALLOWED_ERROR'; +exports[1492] = 'ER_PARTITIONS_MUST_BE_DEFINED_ERROR'; +exports[1493] = 'ER_RANGE_NOT_INCREASING_ERROR'; +exports[1494] = 'ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR'; +exports[1495] = 'ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR'; +exports[1496] = 'ER_PARTITION_ENTRY_ERROR'; +exports[1497] = 'ER_MIX_HANDLER_ERROR'; +exports[1498] = 'ER_PARTITION_NOT_DEFINED_ERROR'; +exports[1499] = 'ER_TOO_MANY_PARTITIONS_ERROR'; +exports[1500] = 'ER_SUBPARTITION_ERROR'; +exports[1501] = 'ER_CANT_CREATE_HANDLER_FILE'; +exports[1502] = 'ER_BLOB_FIELD_IN_PART_FUNC_ERROR'; +exports[1503] = 'ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF'; +exports[1504] = 'ER_NO_PARTS_ERROR'; +exports[1505] = 'ER_PARTITION_MGMT_ON_NONPARTITIONED'; +exports[1506] = 'ER_FOREIGN_KEY_ON_PARTITIONED'; +exports[1507] = 'ER_DROP_PARTITION_NON_EXISTENT'; +exports[1508] = 'ER_DROP_LAST_PARTITION'; +exports[1509] = 'ER_COALESCE_ONLY_ON_HASH_PARTITION'; +exports[1510] = 'ER_REORG_HASH_ONLY_ON_SAME_NO'; +exports[1511] = 'ER_REORG_NO_PARAM_ERROR'; +exports[1512] = 'ER_ONLY_ON_RANGE_LIST_PARTITION'; +exports[1513] = 'ER_ADD_PARTITION_SUBPART_ERROR'; +exports[1514] = 'ER_ADD_PARTITION_NO_NEW_PARTITION'; +exports[1515] = 'ER_COALESCE_PARTITION_NO_PARTITION'; +exports[1516] = 'ER_REORG_PARTITION_NOT_EXIST'; +exports[1517] = 'ER_SAME_NAME_PARTITION'; +exports[1518] = 'ER_NO_BINLOG_ERROR'; +exports[1519] = 'ER_CONSECUTIVE_REORG_PARTITIONS'; +exports[1520] = 'ER_REORG_OUTSIDE_RANGE'; +exports[1521] = 'ER_PARTITION_FUNCTION_FAILURE'; +exports[1522] = 'ER_PART_STATE_ERROR'; +exports[1523] = 'ER_LIMITED_PART_RANGE'; +exports[1524] = 'ER_PLUGIN_IS_NOT_LOADED'; +exports[1525] = 'ER_WRONG_VALUE'; +exports[1526] = 'ER_NO_PARTITION_FOR_GIVEN_VALUE'; +exports[1527] = 'ER_FILEGROUP_OPTION_ONLY_ONCE'; +exports[1528] = 'ER_CREATE_FILEGROUP_FAILED'; +exports[1529] = 'ER_DROP_FILEGROUP_FAILED'; +exports[1530] = 'ER_TABLESPACE_AUTO_EXTEND_ERROR'; +exports[1531] = 'ER_WRONG_SIZE_NUMBER'; +exports[1532] = 'ER_SIZE_OVERFLOW_ERROR'; +exports[1533] = 'ER_ALTER_FILEGROUP_FAILED'; +exports[1534] = 'ER_BINLOG_ROW_LOGGING_FAILED'; +exports[1535] = 'ER_BINLOG_ROW_WRONG_TABLE_DEF'; +exports[1536] = 'ER_BINLOG_ROW_RBR_TO_SBR'; +exports[1537] = 'ER_EVENT_ALREADY_EXISTS'; +exports[1538] = 'ER_EVENT_STORE_FAILED'; +exports[1539] = 'ER_EVENT_DOES_NOT_EXIST'; +exports[1540] = 'ER_EVENT_CANT_ALTER'; +exports[1541] = 'ER_EVENT_DROP_FAILED'; +exports[1542] = 'ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG'; +exports[1543] = 'ER_EVENT_ENDS_BEFORE_STARTS'; +exports[1544] = 'ER_EVENT_EXEC_TIME_IN_THE_PAST'; +exports[1545] = 'ER_EVENT_OPEN_TABLE_FAILED'; +exports[1546] = 'ER_EVENT_NEITHER_M_EXPR_NOR_M_AT'; +exports[1547] = 'ER_COL_COUNT_DOESNT_MATCH_CORRUPTED'; +exports[1548] = 'ER_CANNOT_LOAD_FROM_TABLE'; +exports[1549] = 'ER_EVENT_CANNOT_DELETE'; +exports[1550] = 'ER_EVENT_COMPILE_ERROR'; +exports[1551] = 'ER_EVENT_SAME_NAME'; +exports[1552] = 'ER_EVENT_DATA_TOO_LONG'; +exports[1553] = 'ER_DROP_INDEX_FK'; +exports[1554] = 'ER_WARN_DEPRECATED_SYNTAX_WITH_VER'; +exports[1555] = 'ER_CANT_WRITE_LOCK_LOG_TABLE'; +exports[1556] = 'ER_CANT_LOCK_LOG_TABLE'; +exports[1557] = 'ER_FOREIGN_DUPLICATE_KEY'; +exports[1558] = 'ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE'; +exports[1559] = 'ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR'; +exports[1560] = 'ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT'; +exports[1561] = 'ER_NDB_CANT_SWITCH_BINLOG_FORMAT'; +exports[1562] = 'ER_PARTITION_NO_TEMPORARY'; +exports[1563] = 'ER_PARTITION_CONST_DOMAIN_ERROR'; +exports[1564] = 'ER_PARTITION_FUNCTION_IS_NOT_ALLOWED'; +exports[1565] = 'ER_DDL_LOG_ERROR'; +exports[1566] = 'ER_NULL_IN_VALUES_LESS_THAN'; +exports[1567] = 'ER_WRONG_PARTITION_NAME'; +exports[1568] = 'ER_CANT_CHANGE_TX_CHARACTERISTICS'; +exports[1569] = 'ER_DUP_ENTRY_AUTOINCREMENT_CASE'; +exports[1570] = 'ER_EVENT_MODIFY_QUEUE_ERROR'; +exports[1571] = 'ER_EVENT_SET_VAR_ERROR'; +exports[1572] = 'ER_PARTITION_MERGE_ERROR'; +exports[1573] = 'ER_CANT_ACTIVATE_LOG'; +exports[1574] = 'ER_RBR_NOT_AVAILABLE'; +exports[1575] = 'ER_BASE64_DECODE_ERROR'; +exports[1576] = 'ER_EVENT_RECURSION_FORBIDDEN'; +exports[1577] = 'ER_EVENTS_DB_ERROR'; +exports[1578] = 'ER_ONLY_INTEGERS_ALLOWED'; +exports[1579] = 'ER_UNSUPORTED_LOG_ENGINE'; +exports[1580] = 'ER_BAD_LOG_STATEMENT'; +exports[1581] = 'ER_CANT_RENAME_LOG_TABLE'; +exports[1582] = 'ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT'; +exports[1583] = 'ER_WRONG_PARAMETERS_TO_NATIVE_FCT'; +exports[1584] = 'ER_WRONG_PARAMETERS_TO_STORED_FCT'; +exports[1585] = 'ER_NATIVE_FCT_NAME_COLLISION'; +exports[1586] = 'ER_DUP_ENTRY_WITH_KEY_NAME'; +exports[1587] = 'ER_BINLOG_PURGE_EMFILE'; +exports[1588] = 'ER_EVENT_CANNOT_CREATE_IN_THE_PAST'; +exports[1589] = 'ER_EVENT_CANNOT_ALTER_IN_THE_PAST'; +exports[1590] = 'ER_SLAVE_INCIDENT'; +exports[1591] = 'ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT'; +exports[1592] = 'ER_BINLOG_UNSAFE_STATEMENT'; +exports[1593] = 'ER_SLAVE_FATAL_ERROR'; +exports[1594] = 'ER_SLAVE_RELAY_LOG_READ_FAILURE'; +exports[1595] = 'ER_SLAVE_RELAY_LOG_WRITE_FAILURE'; +exports[1596] = 'ER_SLAVE_CREATE_EVENT_FAILURE'; +exports[1597] = 'ER_SLAVE_MASTER_COM_FAILURE'; +exports[1598] = 'ER_BINLOG_LOGGING_IMPOSSIBLE'; +exports[1599] = 'ER_VIEW_NO_CREATION_CTX'; +exports[1600] = 'ER_VIEW_INVALID_CREATION_CTX'; +exports[1601] = 'ER_SR_INVALID_CREATION_CTX'; +exports[1602] = 'ER_TRG_CORRUPTED_FILE'; +exports[1603] = 'ER_TRG_NO_CREATION_CTX'; +exports[1604] = 'ER_TRG_INVALID_CREATION_CTX'; +exports[1605] = 'ER_EVENT_INVALID_CREATION_CTX'; +exports[1606] = 'ER_TRG_CANT_OPEN_TABLE'; +exports[1607] = 'ER_CANT_CREATE_SROUTINE'; +exports[1608] = 'ER_NEVER_USED'; +exports[1609] = 'ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT'; +exports[1610] = 'ER_SLAVE_CORRUPT_EVENT'; +exports[1611] = 'ER_LOAD_DATA_INVALID_COLUMN'; +exports[1612] = 'ER_LOG_PURGE_NO_FILE'; +exports[1613] = 'ER_XA_RBTIMEOUT'; +exports[1614] = 'ER_XA_RBDEADLOCK'; +exports[1615] = 'ER_NEED_REPREPARE'; +exports[1616] = 'ER_DELAYED_NOT_SUPPORTED'; +exports[1617] = 'WARN_NO_MASTER_INFO'; +exports[1618] = 'WARN_OPTION_IGNORED'; +exports[1619] = 'ER_PLUGIN_DELETE_BUILTIN'; +exports[1620] = 'WARN_PLUGIN_BUSY'; +exports[1621] = 'ER_VARIABLE_IS_READONLY'; +exports[1622] = 'ER_WARN_ENGINE_TRANSACTION_ROLLBACK'; +exports[1623] = 'ER_SLAVE_HEARTBEAT_FAILURE'; +exports[1624] = 'ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE'; +exports[1625] = 'ER_NDB_REPLICATION_SCHEMA_ERROR'; +exports[1626] = 'ER_CONFLICT_FN_PARSE_ERROR'; +exports[1627] = 'ER_EXCEPTIONS_WRITE_ERROR'; +exports[1628] = 'ER_TOO_LONG_TABLE_COMMENT'; +exports[1629] = 'ER_TOO_LONG_FIELD_COMMENT'; +exports[1630] = 'ER_FUNC_INEXISTENT_NAME_COLLISION'; +exports[1631] = 'ER_DATABASE_NAME'; +exports[1632] = 'ER_TABLE_NAME'; +exports[1633] = 'ER_PARTITION_NAME'; +exports[1634] = 'ER_SUBPARTITION_NAME'; +exports[1635] = 'ER_TEMPORARY_NAME'; +exports[1636] = 'ER_RENAMED_NAME'; +exports[1637] = 'ER_TOO_MANY_CONCURRENT_TRXS'; +exports[1638] = 'WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED'; +exports[1639] = 'ER_DEBUG_SYNC_TIMEOUT'; +exports[1640] = 'ER_DEBUG_SYNC_HIT_LIMIT'; +exports[1641] = 'ER_DUP_SIGNAL_SET'; +exports[1642] = 'ER_SIGNAL_WARN'; +exports[1643] = 'ER_SIGNAL_NOT_FOUND'; +exports[1644] = 'ER_SIGNAL_EXCEPTION'; +exports[1645] = 'ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER'; +exports[1646] = 'ER_SIGNAL_BAD_CONDITION_TYPE'; +exports[1647] = 'WARN_COND_ITEM_TRUNCATED'; +exports[1648] = 'ER_COND_ITEM_TOO_LONG'; +exports[1649] = 'ER_UNKNOWN_LOCALE'; +exports[1650] = 'ER_SLAVE_IGNORE_SERVER_IDS'; +exports[1651] = 'ER_QUERY_CACHE_DISABLED'; +exports[1652] = 'ER_SAME_NAME_PARTITION_FIELD'; +exports[1653] = 'ER_PARTITION_COLUMN_LIST_ERROR'; +exports[1654] = 'ER_WRONG_TYPE_COLUMN_VALUE_ERROR'; +exports[1655] = 'ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR'; +exports[1656] = 'ER_MAXVALUE_IN_VALUES_IN'; +exports[1657] = 'ER_TOO_MANY_VALUES_ERROR'; +exports[1658] = 'ER_ROW_SINGLE_PARTITION_FIELD_ERROR'; +exports[1659] = 'ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD'; +exports[1660] = 'ER_PARTITION_FIELDS_TOO_LONG'; +exports[1661] = 'ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE'; +exports[1662] = 'ER_BINLOG_ROW_MODE_AND_STMT_ENGINE'; +exports[1663] = 'ER_BINLOG_UNSAFE_AND_STMT_ENGINE'; +exports[1664] = 'ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE'; +exports[1665] = 'ER_BINLOG_STMT_MODE_AND_ROW_ENGINE'; +exports[1666] = 'ER_BINLOG_ROW_INJECTION_AND_STMT_MODE'; +exports[1667] = 'ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE'; +exports[1668] = 'ER_BINLOG_UNSAFE_LIMIT'; +exports[1669] = 'ER_BINLOG_UNSAFE_INSERT_DELAYED'; +exports[1670] = 'ER_BINLOG_UNSAFE_SYSTEM_TABLE'; +exports[1671] = 'ER_BINLOG_UNSAFE_AUTOINC_COLUMNS'; +exports[1672] = 'ER_BINLOG_UNSAFE_UDF'; +exports[1673] = 'ER_BINLOG_UNSAFE_SYSTEM_VARIABLE'; +exports[1674] = 'ER_BINLOG_UNSAFE_SYSTEM_FUNCTION'; +exports[1675] = 'ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS'; +exports[1676] = 'ER_MESSAGE_AND_STATEMENT'; +exports[1677] = 'ER_SLAVE_CONVERSION_FAILED'; +exports[1678] = 'ER_SLAVE_CANT_CREATE_CONVERSION'; +exports[1679] = 'ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT'; +exports[1680] = 'ER_PATH_LENGTH'; +exports[1681] = 'ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT'; +exports[1682] = 'ER_WRONG_NATIVE_TABLE_STRUCTURE'; +exports[1683] = 'ER_WRONG_PERFSCHEMA_USAGE'; +exports[1684] = 'ER_WARN_I_S_SKIPPED_TABLE'; +exports[1685] = 'ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT'; +exports[1686] = 'ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT'; +exports[1687] = 'ER_SPATIAL_MUST_HAVE_GEOM_COL'; +exports[1688] = 'ER_TOO_LONG_INDEX_COMMENT'; +exports[1689] = 'ER_LOCK_ABORTED'; +exports[1690] = 'ER_DATA_OUT_OF_RANGE'; +exports[1691] = 'ER_WRONG_SPVAR_TYPE_IN_LIMIT'; +exports[1692] = 'ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE'; +exports[1693] = 'ER_BINLOG_UNSAFE_MIXED_STATEMENT'; +exports[1694] = 'ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN'; +exports[1695] = 'ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN'; +exports[1696] = 'ER_FAILED_READ_FROM_PAR_FILE'; +exports[1697] = 'ER_VALUES_IS_NOT_INT_TYPE_ERROR'; +exports[1698] = 'ER_ACCESS_DENIED_NO_PASSWORD_ERROR'; +exports[1699] = 'ER_SET_PASSWORD_AUTH_PLUGIN'; +exports[1700] = 'ER_GRANT_PLUGIN_USER_EXISTS'; +exports[1701] = 'ER_TRUNCATE_ILLEGAL_FK'; +exports[1702] = 'ER_PLUGIN_IS_PERMANENT'; +exports[1703] = 'ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN'; +exports[1704] = 'ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX'; +exports[1705] = 'ER_STMT_CACHE_FULL'; +exports[1706] = 'ER_MULTI_UPDATE_KEY_CONFLICT'; +exports[1707] = 'ER_TABLE_NEEDS_REBUILD'; +exports[1708] = 'WARN_OPTION_BELOW_LIMIT'; +exports[1709] = 'ER_INDEX_COLUMN_TOO_LONG'; +exports[1710] = 'ER_ERROR_IN_TRIGGER_BODY'; +exports[1711] = 'ER_ERROR_IN_UNKNOWN_TRIGGER_BODY'; +exports[1712] = 'ER_INDEX_CORRUPT'; +exports[1713] = 'ER_UNDO_RECORD_TOO_BIG'; +exports[1714] = 'ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT'; +exports[1715] = 'ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE'; +exports[1716] = 'ER_BINLOG_UNSAFE_REPLACE_SELECT'; +exports[1717] = 'ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT'; +exports[1718] = 'ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT'; +exports[1719] = 'ER_BINLOG_UNSAFE_UPDATE_IGNORE'; +exports[1720] = 'ER_PLUGIN_NO_UNINSTALL'; +exports[1721] = 'ER_PLUGIN_NO_INSTALL'; +exports[1722] = 'ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT'; +exports[1723] = 'ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC'; +exports[1724] = 'ER_BINLOG_UNSAFE_INSERT_TWO_KEYS'; +exports[1725] = 'ER_TABLE_IN_FK_CHECK'; +exports[1726] = 'ER_UNSUPPORTED_ENGINE'; +exports[1727] = 'ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST'; +exports[1728] = 'ER_CANNOT_LOAD_FROM_TABLE_V2'; +exports[1729] = 'ER_MASTER_DELAY_VALUE_OUT_OF_RANGE'; +exports[1730] = 'ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT'; +exports[1731] = 'ER_PARTITION_EXCHANGE_DIFFERENT_OPTION'; +exports[1732] = 'ER_PARTITION_EXCHANGE_PART_TABLE'; +exports[1733] = 'ER_PARTITION_EXCHANGE_TEMP_TABLE'; +exports[1734] = 'ER_PARTITION_INSTEAD_OF_SUBPARTITION'; +exports[1735] = 'ER_UNKNOWN_PARTITION'; +exports[1736] = 'ER_TABLES_DIFFERENT_METADATA'; +exports[1737] = 'ER_ROW_DOES_NOT_MATCH_PARTITION'; +exports[1738] = 'ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX'; +exports[1739] = 'ER_WARN_INDEX_NOT_APPLICABLE'; +exports[1740] = 'ER_PARTITION_EXCHANGE_FOREIGN_KEY'; +exports[1741] = 'ER_NO_SUCH_KEY_VALUE'; +exports[1742] = 'ER_RPL_INFO_DATA_TOO_LONG'; +exports[1743] = 'ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE'; +exports[1744] = 'ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE'; +exports[1745] = 'ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX'; +exports[1746] = 'ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT'; +exports[1747] = 'ER_PARTITION_CLAUSE_ON_NONPARTITIONED'; +exports[1748] = 'ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET'; +exports[1749] = 'ER_NO_SUCH_PARTITION'; +exports[1750] = 'ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE'; +exports[1751] = 'ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE'; +exports[1752] = 'ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE'; +exports[1753] = 'ER_MTS_FEATURE_IS_NOT_SUPPORTED'; +exports[1754] = 'ER_MTS_UPDATED_DBS_GREATER_MAX'; +exports[1755] = 'ER_MTS_CANT_PARALLEL'; +exports[1756] = 'ER_MTS_INCONSISTENT_DATA'; +exports[1757] = 'ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING'; +exports[1758] = 'ER_DA_INVALID_CONDITION_NUMBER'; +exports[1759] = 'ER_INSECURE_PLAIN_TEXT'; +exports[1760] = 'ER_INSECURE_CHANGE_MASTER'; +exports[1761] = 'ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO'; +exports[1762] = 'ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO'; +exports[1763] = 'ER_SQLTHREAD_WITH_SECURE_SLAVE'; +exports[1764] = 'ER_TABLE_HAS_NO_FT'; +exports[1765] = 'ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER'; +exports[1766] = 'ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION'; +exports[1767] = 'ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST'; +exports[1768] = 'ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION'; +exports[1769] = 'ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION'; +exports[1770] = 'ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL'; +exports[1771] = 'ER_SKIPPING_LOGGED_TRANSACTION'; +exports[1772] = 'ER_MALFORMED_GTID_SET_SPECIFICATION'; +exports[1773] = 'ER_MALFORMED_GTID_SET_ENCODING'; +exports[1774] = 'ER_MALFORMED_GTID_SPECIFICATION'; +exports[1775] = 'ER_GNO_EXHAUSTED'; +exports[1776] = 'ER_BAD_SLAVE_AUTO_POSITION'; +exports[1777] = 'ER_AUTO_POSITION_REQUIRES_GTID_MODE_NOT_OFF'; +exports[1778] = 'ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET'; +exports[1779] = 'ER_GTID_MODE_ON_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON'; +exports[1780] = 'ER_GTID_MODE_REQUIRES_BINLOG'; +exports[1781] = 'ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF'; +exports[1782] = 'ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON'; +exports[1783] = 'ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF'; +exports[1784] = 'ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF'; +exports[1785] = 'ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE'; +exports[1786] = 'ER_GTID_UNSAFE_CREATE_SELECT'; +exports[1787] = 'ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION'; +exports[1788] = 'ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME'; +exports[1789] = 'ER_MASTER_HAS_PURGED_REQUIRED_GTIDS'; +exports[1790] = 'ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID'; +exports[1791] = 'ER_UNKNOWN_EXPLAIN_FORMAT'; +exports[1792] = 'ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION'; +exports[1793] = 'ER_TOO_LONG_TABLE_PARTITION_COMMENT'; +exports[1794] = 'ER_SLAVE_CONFIGURATION'; +exports[1795] = 'ER_INNODB_FT_LIMIT'; +exports[1796] = 'ER_INNODB_NO_FT_TEMP_TABLE'; +exports[1797] = 'ER_INNODB_FT_WRONG_DOCID_COLUMN'; +exports[1798] = 'ER_INNODB_FT_WRONG_DOCID_INDEX'; +exports[1799] = 'ER_INNODB_ONLINE_LOG_TOO_BIG'; +exports[1800] = 'ER_UNKNOWN_ALTER_ALGORITHM'; +exports[1801] = 'ER_UNKNOWN_ALTER_LOCK'; +exports[1802] = 'ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS'; +exports[1803] = 'ER_MTS_RECOVERY_FAILURE'; +exports[1804] = 'ER_MTS_RESET_WORKERS'; +exports[1805] = 'ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2'; +exports[1806] = 'ER_SLAVE_SILENT_RETRY_TRANSACTION'; +exports[1807] = 'ER_DISCARD_FK_CHECKS_RUNNING'; +exports[1808] = 'ER_TABLE_SCHEMA_MISMATCH'; +exports[1809] = 'ER_TABLE_IN_SYSTEM_TABLESPACE'; +exports[1810] = 'ER_IO_READ_ERROR'; +exports[1811] = 'ER_IO_WRITE_ERROR'; +exports[1812] = 'ER_TABLESPACE_MISSING'; +exports[1813] = 'ER_TABLESPACE_EXISTS'; +exports[1814] = 'ER_TABLESPACE_DISCARDED'; +exports[1815] = 'ER_INTERNAL_ERROR'; +exports[1816] = 'ER_INNODB_IMPORT_ERROR'; +exports[1817] = 'ER_INNODB_INDEX_CORRUPT'; +exports[1818] = 'ER_INVALID_YEAR_COLUMN_LENGTH'; +exports[1819] = 'ER_NOT_VALID_PASSWORD'; +exports[1820] = 'ER_MUST_CHANGE_PASSWORD'; +exports[1821] = 'ER_FK_NO_INDEX_CHILD'; +exports[1822] = 'ER_FK_NO_INDEX_PARENT'; +exports[1823] = 'ER_FK_FAIL_ADD_SYSTEM'; +exports[1824] = 'ER_FK_CANNOT_OPEN_PARENT'; +exports[1825] = 'ER_FK_INCORRECT_OPTION'; +exports[1826] = 'ER_FK_DUP_NAME'; +exports[1827] = 'ER_PASSWORD_FORMAT'; +exports[1828] = 'ER_FK_COLUMN_CANNOT_DROP'; +exports[1829] = 'ER_FK_COLUMN_CANNOT_DROP_CHILD'; +exports[1830] = 'ER_FK_COLUMN_NOT_NULL'; +exports[1831] = 'ER_DUP_INDEX'; +exports[1832] = 'ER_FK_COLUMN_CANNOT_CHANGE'; +exports[1833] = 'ER_FK_COLUMN_CANNOT_CHANGE_CHILD'; +exports[1834] = 'ER_FK_CANNOT_DELETE_PARENT'; +exports[1835] = 'ER_MALFORMED_PACKET'; +exports[1836] = 'ER_READ_ONLY_MODE'; +exports[1837] = 'ER_GTID_NEXT_TYPE_UNDEFINED_GROUP'; +exports[1838] = 'ER_VARIABLE_NOT_SETTABLE_IN_SP'; +exports[1839] = 'ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF'; +exports[1840] = 'ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY'; +exports[1841] = 'ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY'; +exports[1842] = 'ER_GTID_PURGED_WAS_CHANGED'; +exports[1843] = 'ER_GTID_EXECUTED_WAS_CHANGED'; +exports[1844] = 'ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES'; +exports[1845] = 'ER_ALTER_OPERATION_NOT_SUPPORTED'; +exports[1846] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON'; +exports[1847] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY'; +exports[1848] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION'; +exports[1849] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME'; +exports[1850] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE'; +exports[1851] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK'; +exports[1852] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE'; +exports[1853] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK'; +exports[1854] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC'; +exports[1855] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS'; +exports[1856] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS'; +exports[1857] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS'; +exports[1858] = 'ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE'; +exports[1859] = 'ER_DUP_UNKNOWN_IN_INDEX'; +exports[1860] = 'ER_IDENT_CAUSES_TOO_LONG_PATH'; +exports[1861] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL'; +exports[1862] = 'ER_MUST_CHANGE_PASSWORD_LOGIN'; +exports[1863] = 'ER_ROW_IN_WRONG_PARTITION'; +exports[1864] = 'ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX'; +exports[1865] = 'ER_INNODB_NO_FT_USES_PARSER'; +exports[1866] = 'ER_BINLOG_LOGICAL_CORRUPTION'; +exports[1867] = 'ER_WARN_PURGE_LOG_IN_USE'; +exports[1868] = 'ER_WARN_PURGE_LOG_IS_ACTIVE'; +exports[1869] = 'ER_AUTO_INCREMENT_CONFLICT'; +exports[1870] = 'WARN_ON_BLOCKHOLE_IN_RBR'; +exports[1871] = 'ER_SLAVE_MI_INIT_REPOSITORY'; +exports[1872] = 'ER_SLAVE_RLI_INIT_REPOSITORY'; +exports[1873] = 'ER_ACCESS_DENIED_CHANGE_USER_ERROR'; +exports[1874] = 'ER_INNODB_READ_ONLY'; +exports[1875] = 'ER_STOP_SLAVE_SQL_THREAD_TIMEOUT'; +exports[1876] = 'ER_STOP_SLAVE_IO_THREAD_TIMEOUT'; +exports[1877] = 'ER_TABLE_CORRUPT'; +exports[1878] = 'ER_TEMP_FILE_WRITE_FAILURE'; +exports[1879] = 'ER_INNODB_FT_AUX_NOT_HEX_ID'; +exports[1880] = 'ER_OLD_TEMPORALS_UPGRADED'; +exports[1881] = 'ER_INNODB_FORCED_RECOVERY'; +exports[1882] = 'ER_AES_INVALID_IV'; +exports[1883] = 'ER_PLUGIN_CANNOT_BE_UNINSTALLED'; +exports[1884] = 'ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_GTID_GROUP'; +exports[1885] = 'ER_SLAVE_HAS_MORE_GTIDS_THAN_MASTER'; +exports[1886] = 'ER_MISSING_KEY'; +exports[1887] = 'WARN_NAMED_PIPE_ACCESS_EVERYONE'; +exports[1888] = 'ER_FOUND_MISSING_GTIDS'; +exports[3000] = 'ER_FILE_CORRUPT'; +exports[3001] = 'ER_ERROR_ON_MASTER'; +exports[3002] = 'ER_INCONSISTENT_ERROR'; +exports[3003] = 'ER_STORAGE_ENGINE_NOT_LOADED'; +exports[3004] = 'ER_GET_STACKED_DA_WITHOUT_ACTIVE_HANDLER'; +exports[3005] = 'ER_WARN_LEGACY_SYNTAX_CONVERTED'; +exports[3006] = 'ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN'; +exports[3007] = 'ER_CANNOT_DISCARD_TEMPORARY_TABLE'; +exports[3008] = 'ER_FK_DEPTH_EXCEEDED'; +exports[3009] = 'ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2'; +exports[3010] = 'ER_WARN_TRIGGER_DOESNT_HAVE_CREATED'; +exports[3011] = 'ER_REFERENCED_TRG_DOES_NOT_EXIST'; +exports[3012] = 'ER_EXPLAIN_NOT_SUPPORTED'; +exports[3013] = 'ER_INVALID_FIELD_SIZE'; +exports[3014] = 'ER_MISSING_HA_CREATE_OPTION'; +exports[3015] = 'ER_ENGINE_OUT_OF_MEMORY'; +exports[3016] = 'ER_PASSWORD_EXPIRE_ANONYMOUS_USER'; +exports[3017] = 'ER_SLAVE_SQL_THREAD_MUST_STOP'; +exports[3018] = 'ER_NO_FT_MATERIALIZED_SUBQUERY'; +exports[3019] = 'ER_INNODB_UNDO_LOG_FULL'; +exports[3020] = 'ER_INVALID_ARGUMENT_FOR_LOGARITHM'; +exports[3021] = 'ER_SLAVE_CHANNEL_IO_THREAD_MUST_STOP'; +exports[3022] = 'ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO'; +exports[3023] = 'ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS'; +exports[3024] = 'ER_QUERY_TIMEOUT'; +exports[3025] = 'ER_NON_RO_SELECT_DISABLE_TIMER'; +exports[3026] = 'ER_DUP_LIST_ENTRY'; +exports[3027] = 'ER_SQL_MODE_NO_EFFECT'; +exports[3028] = 'ER_AGGREGATE_ORDER_FOR_UNION'; +exports[3029] = 'ER_AGGREGATE_ORDER_NON_AGG_QUERY'; +exports[3030] = 'ER_SLAVE_WORKER_STOPPED_PREVIOUS_THD_ERROR'; +exports[3031] = 'ER_DONT_SUPPORT_SLAVE_PRESERVE_COMMIT_ORDER'; +exports[3032] = 'ER_SERVER_OFFLINE_MODE'; +exports[3033] = 'ER_GIS_DIFFERENT_SRIDS'; +exports[3034] = 'ER_GIS_UNSUPPORTED_ARGUMENT'; +exports[3035] = 'ER_GIS_UNKNOWN_ERROR'; +exports[3036] = 'ER_GIS_UNKNOWN_EXCEPTION'; +exports[3037] = 'ER_GIS_INVALID_DATA'; +exports[3038] = 'ER_BOOST_GEOMETRY_EMPTY_INPUT_EXCEPTION'; +exports[3039] = 'ER_BOOST_GEOMETRY_CENTROID_EXCEPTION'; +exports[3040] = 'ER_BOOST_GEOMETRY_OVERLAY_INVALID_INPUT_EXCEPTION'; +exports[3041] = 'ER_BOOST_GEOMETRY_TURN_INFO_EXCEPTION'; +exports[3042] = 'ER_BOOST_GEOMETRY_SELF_INTERSECTION_POINT_EXCEPTION'; +exports[3043] = 'ER_BOOST_GEOMETRY_UNKNOWN_EXCEPTION'; +exports[3044] = 'ER_STD_BAD_ALLOC_ERROR'; +exports[3045] = 'ER_STD_DOMAIN_ERROR'; +exports[3046] = 'ER_STD_LENGTH_ERROR'; +exports[3047] = 'ER_STD_INVALID_ARGUMENT'; +exports[3048] = 'ER_STD_OUT_OF_RANGE_ERROR'; +exports[3049] = 'ER_STD_OVERFLOW_ERROR'; +exports[3050] = 'ER_STD_RANGE_ERROR'; +exports[3051] = 'ER_STD_UNDERFLOW_ERROR'; +exports[3052] = 'ER_STD_LOGIC_ERROR'; +exports[3053] = 'ER_STD_RUNTIME_ERROR'; +exports[3054] = 'ER_STD_UNKNOWN_EXCEPTION'; +exports[3055] = 'ER_GIS_DATA_WRONG_ENDIANESS'; +exports[3056] = 'ER_CHANGE_MASTER_PASSWORD_LENGTH'; +exports[3057] = 'ER_USER_LOCK_WRONG_NAME'; +exports[3058] = 'ER_USER_LOCK_DEADLOCK'; +exports[3059] = 'ER_REPLACE_INACCESSIBLE_ROWS'; +exports[3060] = 'ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_GIS'; +exports[3061] = 'ER_ILLEGAL_USER_VAR'; +exports[3062] = 'ER_GTID_MODE_OFF'; +exports[3063] = 'ER_UNSUPPORTED_BY_REPLICATION_THREAD'; +exports[3064] = 'ER_INCORRECT_TYPE'; +exports[3065] = 'ER_FIELD_IN_ORDER_NOT_SELECT'; +exports[3066] = 'ER_AGGREGATE_IN_ORDER_NOT_SELECT'; +exports[3067] = 'ER_INVALID_RPL_WILD_TABLE_FILTER_PATTERN'; +exports[3068] = 'ER_NET_OK_PACKET_TOO_LARGE'; +exports[3069] = 'ER_INVALID_JSON_DATA'; +exports[3070] = 'ER_INVALID_GEOJSON_MISSING_MEMBER'; +exports[3071] = 'ER_INVALID_GEOJSON_WRONG_TYPE'; +exports[3072] = 'ER_INVALID_GEOJSON_UNSPECIFIED'; +exports[3073] = 'ER_DIMENSION_UNSUPPORTED'; +exports[3074] = 'ER_SLAVE_CHANNEL_DOES_NOT_EXIST'; +exports[3075] = 'ER_SLAVE_MULTIPLE_CHANNELS_HOST_PORT'; +exports[3076] = 'ER_SLAVE_CHANNEL_NAME_INVALID_OR_TOO_LONG'; +exports[3077] = 'ER_SLAVE_NEW_CHANNEL_WRONG_REPOSITORY'; +exports[3078] = 'ER_SLAVE_CHANNEL_DELETE'; +exports[3079] = 'ER_SLAVE_MULTIPLE_CHANNELS_CMD'; +exports[3080] = 'ER_SLAVE_MAX_CHANNELS_EXCEEDED'; +exports[3081] = 'ER_SLAVE_CHANNEL_MUST_STOP'; +exports[3082] = 'ER_SLAVE_CHANNEL_NOT_RUNNING'; +exports[3083] = 'ER_SLAVE_CHANNEL_WAS_RUNNING'; +exports[3084] = 'ER_SLAVE_CHANNEL_WAS_NOT_RUNNING'; +exports[3085] = 'ER_SLAVE_CHANNEL_SQL_THREAD_MUST_STOP'; +exports[3086] = 'ER_SLAVE_CHANNEL_SQL_SKIP_COUNTER'; +exports[3087] = 'ER_WRONG_FIELD_WITH_GROUP_V2'; +exports[3088] = 'ER_MIX_OF_GROUP_FUNC_AND_FIELDS_V2'; +exports[3089] = 'ER_WARN_DEPRECATED_SYSVAR_UPDATE'; +exports[3090] = 'ER_WARN_DEPRECATED_SQLMODE'; +exports[3091] = 'ER_CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID'; +exports[3092] = 'ER_GROUP_REPLICATION_CONFIGURATION'; +exports[3093] = 'ER_GROUP_REPLICATION_RUNNING'; +exports[3094] = 'ER_GROUP_REPLICATION_APPLIER_INIT_ERROR'; +exports[3095] = 'ER_GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT'; +exports[3096] = 'ER_GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR'; +exports[3097] = 'ER_GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR'; +exports[3098] = 'ER_BEFORE_DML_VALIDATION_ERROR'; +exports[3099] = 'ER_PREVENTS_VARIABLE_WITHOUT_RBR'; +exports[3100] = 'ER_RUN_HOOK_ERROR'; +exports[3101] = 'ER_TRANSACTION_ROLLBACK_DURING_COMMIT'; +exports[3102] = 'ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED'; +exports[3103] = 'ER_UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN'; +exports[3104] = 'ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN'; +exports[3105] = 'ER_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN'; +exports[3106] = 'ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN'; +exports[3107] = 'ER_GENERATED_COLUMN_NON_PRIOR'; +exports[3108] = 'ER_DEPENDENT_BY_GENERATED_COLUMN'; +exports[3109] = 'ER_GENERATED_COLUMN_REF_AUTO_INC'; +exports[3110] = 'ER_FEATURE_NOT_AVAILABLE'; +exports[3111] = 'ER_CANT_SET_GTID_MODE'; +exports[3112] = 'ER_CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF'; +exports[3113] = 'ER_CANT_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION'; +exports[3114] = 'ER_CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON'; +exports[3115] = 'ER_CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF'; +exports[3116] = 'ER_CANT_SET_ENFORCE_GTID_CONSISTENCY_ON_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS'; +exports[3117] = 'ER_SET_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TRANSACTIONS'; +exports[3118] = 'ER_ACCOUNT_HAS_BEEN_LOCKED'; +exports[3119] = 'ER_WRONG_TABLESPACE_NAME'; +exports[3120] = 'ER_TABLESPACE_IS_NOT_EMPTY'; +exports[3121] = 'ER_WRONG_FILE_NAME'; +exports[3122] = 'ER_BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION'; +exports[3123] = 'ER_WARN_OPTIMIZER_HINT_SYNTAX_ERROR'; +exports[3124] = 'ER_WARN_BAD_MAX_EXECUTION_TIME'; +exports[3125] = 'ER_WARN_UNSUPPORTED_MAX_EXECUTION_TIME'; +exports[3126] = 'ER_WARN_CONFLICTING_HINT'; +exports[3127] = 'ER_WARN_UNKNOWN_QB_NAME'; +exports[3128] = 'ER_UNRESOLVED_HINT_NAME'; +exports[3129] = 'ER_WARN_ON_MODIFYING_GTID_EXECUTED_TABLE'; +exports[3130] = 'ER_PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED'; +exports[3131] = 'ER_LOCKING_SERVICE_WRONG_NAME'; +exports[3132] = 'ER_LOCKING_SERVICE_DEADLOCK'; +exports[3133] = 'ER_LOCKING_SERVICE_TIMEOUT'; +exports[3134] = 'ER_GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED'; +exports[3135] = 'ER_SQL_MODE_MERGED'; +exports[3136] = 'ER_VTOKEN_PLUGIN_TOKEN_MISMATCH'; +exports[3137] = 'ER_VTOKEN_PLUGIN_TOKEN_NOT_FOUND'; +exports[3138] = 'ER_CANT_SET_VARIABLE_WHEN_OWNING_GTID'; +exports[3139] = 'ER_SLAVE_CHANNEL_OPERATION_NOT_ALLOWED'; +exports[3140] = 'ER_INVALID_JSON_TEXT'; +exports[3141] = 'ER_INVALID_JSON_TEXT_IN_PARAM'; +exports[3142] = 'ER_INVALID_JSON_BINARY_DATA'; +exports[3143] = 'ER_INVALID_JSON_PATH'; +exports[3144] = 'ER_INVALID_JSON_CHARSET'; +exports[3145] = 'ER_INVALID_JSON_CHARSET_IN_FUNCTION'; +exports[3146] = 'ER_INVALID_TYPE_FOR_JSON'; +exports[3147] = 'ER_INVALID_CAST_TO_JSON'; +exports[3148] = 'ER_INVALID_JSON_PATH_CHARSET'; +exports[3149] = 'ER_INVALID_JSON_PATH_WILDCARD'; +exports[3150] = 'ER_JSON_VALUE_TOO_BIG'; +exports[3151] = 'ER_JSON_KEY_TOO_BIG'; +exports[3152] = 'ER_JSON_USED_AS_KEY'; +exports[3153] = 'ER_JSON_VACUOUS_PATH'; +exports[3154] = 'ER_JSON_BAD_ONE_OR_ALL_ARG'; +exports[3155] = 'ER_NUMERIC_JSON_VALUE_OUT_OF_RANGE'; +exports[3156] = 'ER_INVALID_JSON_VALUE_FOR_CAST'; +exports[3157] = 'ER_JSON_DOCUMENT_TOO_DEEP'; +exports[3158] = 'ER_JSON_DOCUMENT_NULL_KEY'; +exports[3159] = 'ER_SECURE_TRANSPORT_REQUIRED'; +exports[3160] = 'ER_NO_SECURE_TRANSPORTS_CONFIGURED'; +exports[3161] = 'ER_DISABLED_STORAGE_ENGINE'; +exports[3162] = 'ER_USER_DOES_NOT_EXIST'; +exports[3163] = 'ER_USER_ALREADY_EXISTS'; +exports[3164] = 'ER_AUDIT_API_ABORT'; +exports[3165] = 'ER_INVALID_JSON_PATH_ARRAY_CELL'; +exports[3166] = 'ER_BUFPOOL_RESIZE_INPROGRESS'; +exports[3167] = 'ER_FEATURE_DISABLED_SEE_DOC'; +exports[3168] = 'ER_SERVER_ISNT_AVAILABLE'; +exports[3169] = 'ER_SESSION_WAS_KILLED'; +exports[3170] = 'ER_CAPACITY_EXCEEDED'; +exports[3171] = 'ER_CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER'; +exports[3172] = 'ER_TABLE_NEEDS_UPG_PART'; +exports[3173] = 'ER_CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID'; +exports[3174] = 'ER_CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL'; +exports[3175] = 'ER_CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT'; +exports[3176] = 'ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE'; +exports[3177] = 'ER_LOCK_REFUSED_BY_ENGINE'; +exports[3178] = 'ER_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN'; +exports[3179] = 'ER_MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE'; +exports[3180] = 'ER_MASTER_KEY_ROTATION_ERROR_BY_SE'; +exports[3181] = 'ER_MASTER_KEY_ROTATION_BINLOG_FAILED'; +exports[3182] = 'ER_MASTER_KEY_ROTATION_SE_UNAVAILABLE'; +exports[3183] = 'ER_TABLESPACE_CANNOT_ENCRYPT'; +exports[3184] = 'ER_INVALID_ENCRYPTION_OPTION'; +exports[3185] = 'ER_CANNOT_FIND_KEY_IN_KEYRING'; +exports[3186] = 'ER_CAPACITY_EXCEEDED_IN_PARSER'; +exports[3187] = 'ER_UNSUPPORTED_ALTER_ENCRYPTION_INPLACE'; +exports[3188] = 'ER_KEYRING_UDF_KEYRING_SERVICE_ERROR'; +exports[3189] = 'ER_USER_COLUMN_OLD_LENGTH'; +exports[3190] = 'ER_CANT_RESET_MASTER'; +exports[3191] = 'ER_GROUP_REPLICATION_MAX_GROUP_SIZE'; +exports[3192] = 'ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED'; +exports[3193] = 'ER_TABLE_REFERENCED'; +exports[3194] = 'ER_PARTITION_ENGINE_DEPRECATED_FOR_TABLE'; +exports[3195] = 'ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID_ZERO'; +exports[3196] = 'ER_WARN_USING_GEOMFROMWKB_TO_SET_SRID'; +exports[3197] = 'ER_XA_RETRY'; +exports[3198] = 'ER_KEYRING_AWS_UDF_AWS_KMS_ERROR'; +exports[3199] = 'ER_BINLOG_UNSAFE_XA'; +exports[3200] = 'ER_UDF_ERROR'; +exports[3201] = 'ER_KEYRING_MIGRATION_FAILURE'; +exports[3202] = 'ER_KEYRING_ACCESS_DENIED_ERROR'; +exports[3203] = 'ER_KEYRING_MIGRATION_STATUS'; +exports[3204] = 'ER_PLUGIN_FAILED_TO_OPEN_TABLES'; +exports[3205] = 'ER_PLUGIN_FAILED_TO_OPEN_TABLE'; +exports[3206] = 'ER_AUDIT_LOG_NO_KEYRING_PLUGIN_INSTALLED'; +exports[3207] = 'ER_AUDIT_LOG_ENCRYPTION_PASSWORD_HAS_NOT_BEEN_SET'; +exports[3208] = 'ER_AUDIT_LOG_COULD_NOT_CREATE_AES_KEY'; +exports[3209] = 'ER_AUDIT_LOG_ENCRYPTION_PASSWORD_CANNOT_BE_FETCHED'; +exports[3210] = 'ER_AUDIT_LOG_JSON_FILTERING_NOT_ENABLED'; +exports[3211] = 'ER_AUDIT_LOG_UDF_INSUFFICIENT_PRIVILEGE'; +exports[3212] = 'ER_AUDIT_LOG_SUPER_PRIVILEGE_REQUIRED'; +exports[3213] = 'ER_COULD_NOT_REINITIALIZE_AUDIT_LOG_FILTERS'; +exports[3214] = 'ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_TYPE'; +exports[3215] = 'ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_COUNT'; +exports[3216] = 'ER_AUDIT_LOG_HAS_NOT_BEEN_INSTALLED'; +exports[3217] = 'ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_TYPE'; +exports[3218] = 'ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_VALUE'; +exports[3219] = 'ER_AUDIT_LOG_JSON_FILTER_PARSING_ERROR'; +exports[3220] = 'ER_AUDIT_LOG_JSON_FILTER_NAME_CANNOT_BE_EMPTY'; +exports[3221] = 'ER_AUDIT_LOG_JSON_USER_NAME_CANNOT_BE_EMPTY'; +exports[3222] = 'ER_AUDIT_LOG_JSON_FILTER_DOES_NOT_EXISTS'; +exports[3223] = 'ER_AUDIT_LOG_USER_FIRST_CHARACTER_MUST_BE_ALPHANUMERIC'; +exports[3224] = 'ER_AUDIT_LOG_USER_NAME_INVALID_CHARACTER'; +exports[3225] = 'ER_AUDIT_LOG_HOST_NAME_INVALID_CHARACTER'; +exports[3226] = 'WARN_DEPRECATED_MAXDB_SQL_MODE_FOR_TIMESTAMP'; +exports[3227] = 'ER_XA_REPLICATION_FILTERS'; +exports[3228] = 'ER_CANT_OPEN_ERROR_LOG'; +exports[3229] = 'ER_GROUPING_ON_TIMESTAMP_IN_DST'; +exports[3230] = 'ER_CANT_START_SERVER_NAMED_PIPE'; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/field_flags.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/field_flags.js" new file mode 100644 index 0000000..c698da5 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/field_flags.js" @@ -0,0 +1,18 @@ +// Manually extracted from mysql-5.5.23/include/mysql_com.h +exports.NOT_NULL_FLAG = 1; /* Field can't be NULL */ +exports.PRI_KEY_FLAG = 2; /* Field is part of a primary key */ +exports.UNIQUE_KEY_FLAG = 4; /* Field is part of a unique key */ +exports.MULTIPLE_KEY_FLAG = 8; /* Field is part of a key */ +exports.BLOB_FLAG = 16; /* Field is a blob */ +exports.UNSIGNED_FLAG = 32; /* Field is unsigned */ +exports.ZEROFILL_FLAG = 64; /* Field is zerofill */ +exports.BINARY_FLAG = 128; /* Field is binary */ + +/* The following are only sent to new clients */ +exports.ENUM_FLAG = 256; /* field is an enum */ +exports.AUTO_INCREMENT_FLAG = 512; /* field is a autoincrement field */ +exports.TIMESTAMP_FLAG = 1024; /* Field is a timestamp */ +exports.SET_FLAG = 2048; /* field is a set */ +exports.NO_DEFAULT_VALUE_FLAG = 4096; /* Field doesn't have default value */ +exports.ON_UPDATE_NOW_FLAG = 8192; /* Field is set to NOW on UPDATE */ +exports.NUM_FLAG = 32768; /* Field is num (for clients) */ diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/server_status.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/server_status.js" new file mode 100644 index 0000000..48880c3 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/server_status.js" @@ -0,0 +1,39 @@ +// Manually extracted from mysql-5.5.23/include/mysql_com.h + +/** + Is raised when a multi-statement transaction + has been started, either explicitly, by means + of BEGIN or COMMIT AND CHAIN, or + implicitly, by the first transactional + statement, when autocommit=off. +*/ +exports.SERVER_STATUS_IN_TRANS = 1; +exports.SERVER_STATUS_AUTOCOMMIT = 2; /* Server in auto_commit mode */ +exports.SERVER_MORE_RESULTS_EXISTS = 8; /* Multi query - next query exists */ +exports.SERVER_QUERY_NO_GOOD_INDEX_USED = 16; +exports.SERVER_QUERY_NO_INDEX_USED = 32; +/** + The server was able to fulfill the clients request and opened a + read-only non-scrollable cursor for a query. This flag comes + in reply to COM_STMT_EXECUTE and COM_STMT_FETCH commands. +*/ +exports.SERVER_STATUS_CURSOR_EXISTS = 64; +/** + This flag is sent when a read-only cursor is exhausted, in reply to + COM_STMT_FETCH command. +*/ +exports.SERVER_STATUS_LAST_ROW_SENT = 128; +exports.SERVER_STATUS_DB_DROPPED = 256; /* A database was dropped */ +exports.SERVER_STATUS_NO_BACKSLASH_ESCAPES = 512; +/** + Sent to the client if after a prepared statement reprepare + we discovered that the new statement returns a different + number of result set columns. +*/ +exports.SERVER_STATUS_METADATA_CHANGED = 1024; +exports.SERVER_QUERY_WAS_SLOW = 2048; + +/** + To mark ResultSet containing output parameter values. +*/ +exports.SERVER_PS_OUT_PARAMS = 4096; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/ssl_profiles.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/ssl_profiles.js" new file mode 100644 index 0000000..bec1864 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/ssl_profiles.js" @@ -0,0 +1,1480 @@ +// Certificates for Amazon RDS +exports['Amazon RDS'] = { + ca: [ + /** + * Amazon RDS global certificate 2010 to 2015 + * + * CN = aws.amazon.com/rds/ + * OU = RDS + * O = Amazon.com + * L = Seattle + * ST = Washington + * C = US + * P = 2010-04-05T22:44:31Z/2015-04-04T22:41:31Z + * F = 7F:09:8D:A5:7D:BB:A6:EF:7C:70:D8:CA:4E:49:11:55:7E:89:A7:D3 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIDQzCCAqygAwIBAgIJAOd1tlfiGoEoMA0GCSqGSIb3DQEBBQUAMHUxCzAJBgNV\n' + + 'BAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdTZWF0dGxlMRMw\n' + + 'EQYDVQQKEwpBbWF6b24uY29tMQwwCgYDVQQLEwNSRFMxHDAaBgNVBAMTE2F3cy5h\n' + + 'bWF6b24uY29tL3Jkcy8wHhcNMTAwNDA1MjI0NDMxWhcNMTUwNDA0MjI0NDMxWjB1\n' + + 'MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHU2Vh\n' + + 'dHRsZTETMBEGA1UEChMKQW1hem9uLmNvbTEMMAoGA1UECxMDUkRTMRwwGgYDVQQD\n' + + 'ExNhd3MuYW1hem9uLmNvbS9yZHMvMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKB\n' + + 'gQDKhXGU7tizxUR5WaFoMTFcxNxa05PEjZaIOEN5ctkWrqYSRov0/nOMoZjqk8bC\n' + + 'med9vPFoQGD0OTakPs0jVe3wwmR735hyVwmKIPPsGlaBYj1O6llIpZeQVyupNx56\n' + + 'UzqtiLaDzh1KcmfqP3qP2dInzBfJQKjiRudo1FWnpPt33QIDAQABo4HaMIHXMB0G\n' + + 'A1UdDgQWBBT/H3x+cqSkR/ePSIinPtc4yWKe3DCBpwYDVR0jBIGfMIGcgBT/H3x+\n' + + 'cqSkR/ePSIinPtc4yWKe3KF5pHcwdTELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldh\n' + + 'c2hpbmd0b24xEDAOBgNVBAcTB1NlYXR0bGUxEzARBgNVBAoTCkFtYXpvbi5jb20x\n' + + 'DDAKBgNVBAsTA1JEUzEcMBoGA1UEAxMTYXdzLmFtYXpvbi5jb20vcmRzL4IJAOd1\n' + + 'tlfiGoEoMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAvguZy/BDT66x\n' + + 'GfgnJlyQwnFSeVLQm9u/FIvz4huGjbq9dqnD6h/Gm56QPFdyMEyDiZWaqY6V08lY\n' + + 'LTBNb4kcIc9/6pc0/ojKciP5QJRm6OiZ4vgG05nF4fYjhU7WClUx7cxq1fKjNc2J\n' + + 'UCmmYqgiVkAGWRETVo+byOSDZ4swb10=\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS global root CA 2015 to 2020 + * + * CN = Amazon RDS Root CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2015-02-05T09:11:31Z/2020-03-05T09:11:31Z + * F = E8:11:88:56:E7:A7:CE:3E:5E:DC:9A:31:25:1B:93:AC:DC:43:CE:B0 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID9DCCAtygAwIBAgIBQjANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNTAyMDUwOTExMzFaFw0y\n' + + 'MDAzMDUwOTExMzFaMIGKMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEbMBkGA1UEAwwSQW1hem9uIFJE\n' + + 'UyBSb290IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuD8nrZ8V\n' + + 'u+VA8yVlUipCZIKPTDcOILYpUe8Tct0YeQQr0uyl018StdBsa3CjBgvwpDRq1HgF\n' + + 'Ji2N3+39+shCNspQeE6aYU+BHXhKhIIStt3r7gl/4NqYiDDMWKHxHq0nsGDFfArf\n' + + 'AOcjZdJagOMqb3fF46flc8k2E7THTm9Sz4L7RY1WdABMuurpICLFE3oHcGdapOb9\n' + + 'T53pQR+xpHW9atkcf3pf7gbO0rlKVSIoUenBlZipUlp1VZl/OD/E+TtRhDDNdI2J\n' + + 'P/DSMM3aEsq6ZQkfbz/Ilml+Lx3tJYXUDmp+ZjzMPLk/+3beT8EhrwtcG3VPpvwp\n' + + 'BIOqsqVVTvw/CwIDAQABo2MwYTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw\n' + + 'AwEB/zAdBgNVHQ4EFgQUTgLurD72FchM7Sz1BcGPnIQISYMwHwYDVR0jBBgwFoAU\n' + + 'TgLurD72FchM7Sz1BcGPnIQISYMwDQYJKoZIhvcNAQEFBQADggEBAHZcgIio8pAm\n' + + 'MjHD5cl6wKjXxScXKtXygWH2BoDMYBJF9yfyKO2jEFxYKbHePpnXB1R04zJSWAw5\n' + + '2EUuDI1pSBh9BA82/5PkuNlNeSTB3dXDD2PEPdzVWbSKvUB8ZdooV+2vngL0Zm4r\n' + + '47QPyd18yPHrRIbtBtHR/6CwKevLZ394zgExqhnekYKIqqEX41xsUV0Gm6x4vpjf\n' + + '2u6O/+YE2U+qyyxHE5Wd5oqde0oo9UUpFETJPVb6Q2cEeQib8PBAyi0i6KnF+kIV\n' + + 'A9dY7IHSubtCK/i8wxMVqfd5GtbA8mmpeJFwnDvm9rBEsHybl08qlax9syEwsUYr\n' + + '/40NawZfTUU=\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS global root CA 2019 to 2024 + * + * CN = Amazon RDS Root 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-08-22T17:08:50Z/2024-08-22T17:08:50Z + * F = D4:0D:DB:29:E3:75:0D:FF:A6:71:C3:14:0B:BF:5F:47:8D:1C:80:96 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEBjCCAu6gAwIBAgIJAMc0ZzaSUK51MA0GCSqGSIb3DQEBCwUAMIGPMQswCQYD\n' + + 'VQQGEwJVUzEQMA4GA1UEBwwHU2VhdHRsZTETMBEGA1UECAwKV2FzaGluZ3RvbjEi\n' + + 'MCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1h\n' + + 'em9uIFJEUzEgMB4GA1UEAwwXQW1hem9uIFJEUyBSb290IDIwMTkgQ0EwHhcNMTkw\n' + + 'ODIyMTcwODUwWhcNMjQwODIyMTcwODUwWjCBjzELMAkGA1UEBhMCVVMxEDAOBgNV\n' + + 'BAcMB1NlYXR0bGUxEzARBgNVBAgMCldhc2hpbmd0b24xIjAgBgNVBAoMGUFtYXpv\n' + + 'biBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMxIDAeBgNV\n' + + 'BAMMF0FtYXpvbiBSRFMgUm9vdCAyMDE5IENBMIIBIjANBgkqhkiG9w0BAQEFAAOC\n' + + 'AQ8AMIIBCgKCAQEArXnF/E6/Qh+ku3hQTSKPMhQQlCpoWvnIthzX6MK3p5a0eXKZ\n' + + 'oWIjYcNNG6UwJjp4fUXl6glp53Jobn+tWNX88dNH2n8DVbppSwScVE2LpuL+94vY\n' + + '0EYE/XxN7svKea8YvlrqkUBKyxLxTjh+U/KrGOaHxz9v0l6ZNlDbuaZw3qIWdD/I\n' + + '6aNbGeRUVtpM6P+bWIoxVl/caQylQS6CEYUk+CpVyJSkopwJlzXT07tMoDL5WgX9\n' + + 'O08KVgDNz9qP/IGtAcRduRcNioH3E9v981QO1zt/Gpb2f8NqAjUUCUZzOnij6mx9\n' + + 'McZ+9cWX88CRzR0vQODWuZscgI08NvM69Fn2SQIDAQABo2MwYTAOBgNVHQ8BAf8E\n' + + 'BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUc19g2LzLA5j0Kxc0LjZa\n' + + 'pmD/vB8wHwYDVR0jBBgwFoAUc19g2LzLA5j0Kxc0LjZapmD/vB8wDQYJKoZIhvcN\n' + + 'AQELBQADggEBAHAG7WTmyjzPRIM85rVj+fWHsLIvqpw6DObIjMWokpliCeMINZFV\n' + + 'ynfgBKsf1ExwbvJNzYFXW6dihnguDG9VMPpi2up/ctQTN8tm9nDKOy08uNZoofMc\n' + + 'NUZxKCEkVKZv+IL4oHoeayt8egtv3ujJM6V14AstMQ6SwvwvA93EP/Ug2e4WAXHu\n' + + 'cbI1NAbUgVDqp+DRdfvZkgYKryjTWd/0+1fS8X1bBZVWzl7eirNVnHbSH2ZDpNuY\n' + + '0SBd8dj5F6ld3t58ydZbrTHze7JJOd8ijySAp4/kiu9UfZWuTPABzDa/DSdz9Dk/\n' + + 'zPW4CXXvhLmE02TA9/HeCw3KEHIwicNuEfw=\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-northeast-1 certificate CA 2015 to 2020 + * + * CN = Amazon RDS ap-northeast-1 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2015-02-05T22:03:06Z/2020-03-05T22:03:06Z + * F = 4B:2D:8A:E0:C1:A3:A9:AF:A7:BB:65:0C:5A:16:8A:39:3C:03:F2:C5 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEATCCAumgAwIBAgIBRDANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNTAyMDUyMjAzMDZaFw0y\n' + + 'MDAzMDUyMjAzMDZaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzElMCMGA1UEAwwcQW1hem9uIFJE\n' + + 'UyBhcC1ub3J0aGVhc3QtMSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\n' + + 'ggEBAMmM2B4PfTXCZjbZMWiDPyxvk/eeNwIRJAhfzesiGUiLozX6CRy3rwC1ZOPV\n' + + 'AcQf0LB+O8wY88C/cV+d4Q2nBDmnk+Vx7o2MyMh343r5rR3Na+4izd89tkQVt0WW\n' + + 'vO21KRH5i8EuBjinboOwAwu6IJ+HyiQiM0VjgjrmEr/YzFPL8MgHD/YUHehqjACn\n' + + 'C0+B7/gu7W4qJzBL2DOf7ub2qszGtwPE+qQzkCRDwE1A4AJmVE++/FLH2Zx78Egg\n' + + 'fV1sUxPtYgjGH76VyyO6GNKM6rAUMD/q5mnPASQVIXgKbupr618bnH+SWHFjBqZq\n' + + 'HvDGPMtiiWII41EmGUypyt5AbysCAwEAAaNmMGQwDgYDVR0PAQH/BAQDAgEGMBIG\n' + + 'A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFIiKM0Q6n1K4EmLxs3ZXxINbwEwR\n' + + 'MB8GA1UdIwQYMBaAFE4C7qw+9hXITO0s9QXBj5yECEmDMA0GCSqGSIb3DQEBBQUA\n' + + 'A4IBAQBezGbE9Rw/k2e25iGjj5n8r+M3dlye8ORfCE/dijHtxqAKasXHgKX8I9Tw\n' + + 'JkBiGWiuzqn7gO5MJ0nMMro1+gq29qjZnYX1pDHPgsRjUX8R+juRhgJ3JSHijRbf\n' + + '4qNJrnwga7pj94MhcLq9u0f6dxH6dXbyMv21T4TZMTmcFduf1KgaiVx1PEyJjC6r\n' + + 'M+Ru+A0eM+jJ7uCjUoZKcpX8xkj4nmSnz9NMPog3wdOSB9cAW7XIc5mHa656wr7I\n' + + 'WJxVcYNHTXIjCcng2zMKd1aCcl2KSFfy56sRfT7J5Wp69QSr+jq8KM55gw8uqAwi\n' + + 'VPrXn2899T1rcTtFYFP16WXjGuc0\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-northeast-2 certificate CA 2015 to 2020 + * + * CN = Amazon RDS ap-northeast-2 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2015-11-06T00:05:46Z/2020-03-05T00:05:46Z + * F = 77:D9:33:4E:CE:56:FC:42:7B:29:57:8D:67:59:ED:29:4E:18:CB:6B + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEATCCAumgAwIBAgIBTDANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNTExMDYwMDA1NDZaFw0y\n' + + 'MDAzMDUwMDA1NDZaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzElMCMGA1UEAwwcQW1hem9uIFJE\n' + + 'UyBhcC1ub3J0aGVhc3QtMiBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\n' + + 'ggEBAKSwd+RVUzTRH0FgnbwoTK8TMm/zMT4+2BvALpAUe6YXbkisg2goycWuuWLg\n' + + 'jOpFBB3GtyvXZnkqi7MkDWUmj1a2kf8l2oLyoaZ+Hm9x/sV+IJzOqPvj1XVUGjP6\n' + + 'yYYnPJmUYqvZeI7fEkIGdFkP2m4/sgsSGsFvpD9FK1bL1Kx2UDpYX0kHTtr18Zm/\n' + + '1oN6irqWALSmXMDydb8hE0FB2A1VFyeKE6PnoDj/Y5cPHwPPdEi6/3gkDkSaOG30\n' + + 'rWeQfL3pOcKqzbHaWTxMphd0DSL/quZ64Nr+Ly65Q5PRcTrtr55ekOUziuqXwk+o\n' + + '9QpACMwcJ7ROqOznZTqTzSFVXFECAwEAAaNmMGQwDgYDVR0PAQH/BAQDAgEGMBIG\n' + + 'A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFM6Nox/QWbhzWVvzoJ/y0kGpNPK+\n' + + 'MB8GA1UdIwQYMBaAFE4C7qw+9hXITO0s9QXBj5yECEmDMA0GCSqGSIb3DQEBBQUA\n' + + 'A4IBAQCTkWBqNvyRf3Y/W21DwFx3oT/AIWrHt0BdGZO34tavummXemTH9LZ/mqv9\n' + + 'aljt6ZuDtf5DEQjdsAwXMsyo03ffnP7doWm8iaF1+Mui77ot0TmTsP/deyGwukvJ\n' + + 'tkxX8bZjDh+EaNauWKr+CYnniNxCQLfFtXYJsfOdVBzK3xNL+Z3ucOQRhr2helWc\n' + + 'CDQgwfhP1+3pRVKqHvWCPC4R3fT7RZHuRmZ38kndv476GxRntejh+ePffif78bFI\n' + + '3rIZCPBGobrrUMycafSbyXteoGca/kA+/IqrAPlk0pWQ4aEL0yTWN2h2dnjoD7oX\n' + + 'byIuL/g9AGRh97+ssn7D6bDRPTbW\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-southeast-1 certificate CA 2015 to 2020 + * + * CN = Amazon RDS ap-southeast-1 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2015-02-05T22:03:19Z/2020-03-05T22:03:19Z + * F = 0E:EC:5D:BD:F9:80:EE:A9:A0:8D:81:AC:37:D9:8D:34:1C:CD:27:D1 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEATCCAumgAwIBAgIBRTANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNTAyMDUyMjAzMTlaFw0y\n' + + 'MDAzMDUyMjAzMTlaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzElMCMGA1UEAwwcQW1hem9uIFJE\n' + + 'UyBhcC1zb3V0aGVhc3QtMSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\n' + + 'ggEBANaXElmSEYt/UtxHFsARFhSUahTf1KNJzR0Dmay6hqOXQuRVbKRwPd19u5vx\n' + + 'DdF1sLT7D69IK3VDnUiQScaCv2Dpu9foZt+rLx+cpx1qiQd1UHrvqq8xPzQOqCdC\n' + + 'RFStq6yVYZ69yfpfoI67AjclMOjl2Vph3ftVnqP0IgVKZdzeC7fd+umGgR9xY0Qr\n' + + 'Ubhd/lWdsbNvzK3f1TPWcfIKQnpvSt85PIEDJir6/nuJUKMtmJRwTymJf0i+JZ4x\n' + + '7dJa341p2kHKcHMgOPW7nJQklGBA70ytjUV6/qebS3yIugr/28mwReflg3TJzVDl\n' + + 'EOvi6pqbqNbkMuEwGDCmEQIVqgkCAwEAAaNmMGQwDgYDVR0PAQH/BAQDAgEGMBIG\n' + + 'A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFAu93/4k5xbWOsgdCdn+/KdiRuit\n' + + 'MB8GA1UdIwQYMBaAFE4C7qw+9hXITO0s9QXBj5yECEmDMA0GCSqGSIb3DQEBBQUA\n' + + 'A4IBAQBlcjSyscpPjf5+MgzMuAsCxByqUt+WFspwcMCpwdaBeHOPSQrXNqX2Sk6P\n' + + 'kth6oCivA64trWo8tFMvPYlUA1FYVD5WpN0kCK+P5pD4KHlaDsXhuhClJzp/OP8t\n' + + 'pOyUr5109RHLxqoKB5J5m1XA7rgcFjnMxwBSWFe3/4uMk/+4T53YfCVXuc6QV3i7\n' + + 'I/2LAJwFf//pTtt6fZenYfCsahnr2nvrNRNyAxcfvGZ/4Opn/mJtR6R/AjvQZHiR\n' + + 'bkRNKF2GW0ueK5W4FkZVZVhhX9xh1Aj2Ollb+lbOqADaVj+AT3PoJPZ3MPQHKCXm\n' + + 'xwG0LOLlRr/TfD6li1AfOVTAJXv9\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-southeast-2 certificate CA 2015 to 2020 + * + * CN = Amazon RDS ap-southeast-2 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2015-02-05T22:03:24Z/2020-03-05T22:03:24Z + * F = 20:D9:A8:82:23:AB:B9:E5:C5:24:10:D3:4D:0F:3D:B1:31:DF:E5:14 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEATCCAumgAwIBAgIBRjANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNTAyMDUyMjAzMjRaFw0y\n' + + 'MDAzMDUyMjAzMjRaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzElMCMGA1UEAwwcQW1hem9uIFJE\n' + + 'UyBhcC1zb3V0aGVhc3QtMiBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\n' + + 'ggEBAJqBAJutz69hFOh3BtLHZTbwE8eejGGKayn9hu98YMDPzWzGXWCmW+ZYWELA\n' + + 'cY3cNWNF8K4FqKXFr2ssorBYim1UtYFX8yhydT2hMD5zgQ2sCGUpuidijuPA6zaq\n' + + 'Z3tdhVR94f0q8mpwpv2zqR9PcqaGDx2VR1x773FupRPRo7mEW1vC3IptHCQlP/zE\n' + + '7jQiLl28bDIH2567xg7e7E9WnZToRnhlYdTaDaJsHTzi5mwILi4cihSok7Shv/ME\n' + + 'hnukvxeSPUpaVtFaBhfBqq055ePq9I+Ns4KGreTKMhU0O9fkkaBaBmPaFgmeX/XO\n' + + 'n2AX7gMouo3mtv34iDTZ0h6YCGkCAwEAAaNmMGQwDgYDVR0PAQH/BAQDAgEGMBIG\n' + + 'A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFIlQnY0KHYWn1jYumSdJYfwj/Nfw\n' + + 'MB8GA1UdIwQYMBaAFE4C7qw+9hXITO0s9QXBj5yECEmDMA0GCSqGSIb3DQEBBQUA\n' + + 'A4IBAQA0wVU6/l41cTzHc4azc4CDYY2Wd90DFWiH9C/mw0SgToYfCJ/5Cfi0NT/Y\n' + + 'PRnk3GchychCJgoPA/k9d0//IhYEAIiIDjyFVgjbTkKV3sh4RbdldKVOUB9kumz/\n' + + 'ZpShplsGt3z4QQiVnKfrAgqxWDjR0I0pQKkxXa6Sjkicos9LQxVtJ0XA4ieG1E7z\n' + + 'zJr+6t80wmzxvkInSaWP3xNJK9azVRTrgQZQlvkbpDbExl4mNTG66VD3bAp6t3Wa\n' + + 'B49//uDdfZmPkqqbX+hsxp160OH0rxJppwO3Bh869PkDnaPEd/Pxw7PawC+li0gi\n' + + 'NRV8iCEx85aFxcyOhqn0WZOasxee\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS eu-central-1 certificate CA 2015 to 2020 + * + * CN = Amazon RDS eu-central-1 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2015-02-05T22:03:31Z/2020-03-05T22:03:31Z + * F = 94:B4:DF:B9:6D:7E:F7:C3:B7:BF:51:E9:A6:B7:44:A0:D0:82:11:84 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID/zCCAuegAwIBAgIBRzANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNTAyMDUyMjAzMzFaFw0y\n' + + 'MDAzMDUyMjAzMzFaMIGSMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEjMCEGA1UEAwwaQW1hem9uIFJE\n' + + 'UyBldS1jZW50cmFsLTEgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB\n' + + 'AQDFtP2dhSLuaPOI4ZrrPWsK4OY9ocQBp3yApH1KJYmI9wpQKZG/KCH2E6Oo7JAw\n' + + 'QORU519r033T+FO2Z7pFPlmz1yrxGXyHpJs8ySx3Yo5S8ncDCdZJCLmtPiq/hahg\n' + + '5/0ffexMFUCQaYicFZsrJ/cStdxUV+tSw2JQLD7UxS9J97LQWUPyyG+ZrjYVTVq+\n' + + 'zudnFmNSe4QoecXMhAFTGJFQXxP7nhSL9Ao5FGgdXy7/JWeWdQIAj8ku6cBDKPa6\n' + + 'Y6kP+ak+In+Lye8z9qsCD/afUozfWjPR2aA4JoIZVF8dNRShIMo8l0XfgfM2q0+n\n' + + 'ApZWZ+BjhIO5XuoUgHS3D2YFAgMBAAGjZjBkMA4GA1UdDwEB/wQEAwIBBjASBgNV\n' + + 'HRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBRm4GsWIA/M6q+tK8WGHWDGh2gcyTAf\n' + + 'BgNVHSMEGDAWgBROAu6sPvYVyEztLPUFwY+chAhJgzANBgkqhkiG9w0BAQUFAAOC\n' + + 'AQEAHpMmeVQNqcxgfQdbDIi5UIy+E7zZykmtAygN1XQrvga9nXTis4kOTN6g5/+g\n' + + 'HCx7jIXeNJzAbvg8XFqBN84Quqgpl/tQkbpco9Jh1HDs558D5NnZQxNqH5qXQ3Mm\n' + + 'uPgCw0pYcPOa7bhs07i+MdVwPBsX27CFDtsgAIru8HvKxY1oTZrWnyIRo93tt/pk\n' + + 'WuItVMVHjaQZVfTCow0aDUbte6Vlw82KjUFq+n2NMSCJDiDKsDDHT6BJc4AJHIq3\n' + + '/4Z52MSC9KMr0yAaaoWfW/yMEj9LliQauAgwVjArF4q78rxpfKTG9Rfd8U1BZANP\n' + + '7FrFMN0ThjfA1IvmOYcgskY5bQ==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS eu-west-1 certificate CA 2015 to 2020 + * + * CN = Amazon RDS eu-west-1 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2015-02-05T22:03:35Z/2020-03-05T22:03:35Z + * F = 1A:95:F0:43:82:D2:5D:A6:AD:F5:13:27:0B:40:8A:72:D9:92:F3:E0 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID/DCCAuSgAwIBAgIBSDANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNTAyMDUyMjAzMzVaFw0y\n' + + 'MDAzMDUyMjAzMzVaMIGPMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEgMB4GA1UEAwwXQW1hem9uIFJE\n' + + 'UyBldS13ZXN0LTEgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCx\n' + + 'PdbqQ0HKRj79Pmocxvjc+P6i4Ux24kgFIl+ckiir1vzkmesc3a58gjrMlCksEObt\n' + + 'Yihs5IhzEq1ePT0gbfS9GYFp34Uj/MtPwlrfCBWG4d2TcrsKRHr1/EXUYhWqmdrb\n' + + 'RhX8XqoRhVkbF/auzFSBhTzcGGvZpQ2KIaxRcQfcXlMVhj/pxxAjh8U4F350Fb0h\n' + + 'nX1jw4/KvEreBL0Xb2lnlGTkwVxaKGSgXEnOgIyOFdOQc61vdome0+eeZsP4jqeR\n' + + 'TGYJA9izJsRbe2YJxHuazD+548hsPlM3vFzKKEVURCha466rAaYAHy3rKur3HYQx\n' + + 'Yt+SoKcEz9PXuSGj96ejAgMBAAGjZjBkMA4GA1UdDwEB/wQEAwIBBjASBgNVHRMB\n' + + 'Af8ECDAGAQH/AgEAMB0GA1UdDgQWBBTebg//h2oeXbZjQ4uuoiuLYzuiPDAfBgNV\n' + + 'HSMEGDAWgBROAu6sPvYVyEztLPUFwY+chAhJgzANBgkqhkiG9w0BAQUFAAOCAQEA\n' + + 'TikPaGeZasTPw+4RBemlsyPAjtFFQLo7ddaFdORLgdEysVf8aBqndvbA6MT/v4lj\n' + + 'GtEtUdF59ZcbWOrVm+fBZ2h/jYJ59dYF/xzb09nyRbdMSzB9+mkSsnOMqluq5y8o\n' + + 'DY/PfP2vGhEg/2ZncRC7nlQU1Dm8F4lFWEiQ2fi7O1cW852Vmbq61RIfcYsH/9Ma\n' + + 'kpgk10VZ75b8m3UhmpZ/2uRY+JEHImH5WpcTJ7wNiPNJsciZMznGtrgOnPzYco8L\n' + + 'cDleOASIZifNMQi9PKOJKvi0ITz0B/imr8KBsW0YjZVJ54HMa7W1lwugSM7aMAs+\n' + + 'E3Sd5lS+SHwWaOCHwhOEVA==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS sa-east-1 certificate CA 2015 to 2020 + * + * CN = Amazon RDS sa-east-1 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2015-02-05T22:03:40Z/2020-03-05T22:03:40Z + * F = 32:10:3D:FA:6D:42:F5:35:98:40:15:F4:4C:74:74:27:CB:CE:D4:B5 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID/DCCAuSgAwIBAgIBSTANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNTAyMDUyMjAzNDBaFw0y\n' + + 'MDAzMDUyMjAzNDBaMIGPMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEgMB4GA1UEAwwXQW1hem9uIFJE\n' + + 'UyBzYS1lYXN0LTEgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCU\n' + + 'X4OBnQ5xA6TLJAiFEI6l7bUWjoVJBa/VbMdCCSs2i2dOKmqUaXu2ix2zcPILj3lZ\n' + + 'GMk3d/2zvTK/cKhcFrewHUBamTeVHdEmynhMQamqNmkM4ptYzFcvEUw1TGxHT4pV\n' + + 'Q6gSN7+/AJewQvyHexHo8D0+LDN0/Wa9mRm4ixCYH2CyYYJNKaZt9+EZfNu+PPS4\n' + + '8iB0TWH0DgQkbWMBfCRgolLLitAZklZ4dvdlEBS7evN1/7ttBxUK6SvkeeSx3zBl\n' + + 'ww3BlXqc3bvTQL0A+RRysaVyFbvtp9domFaDKZCpMmDFAN/ntx215xmQdrSt+K3F\n' + + 'cXdGQYHx5q410CAclGnbAgMBAAGjZjBkMA4GA1UdDwEB/wQEAwIBBjASBgNVHRMB\n' + + 'Af8ECDAGAQH/AgEAMB0GA1UdDgQWBBT6iVWnm/uakS+tEX2mzIfw+8JL0zAfBgNV\n' + + 'HSMEGDAWgBROAu6sPvYVyEztLPUFwY+chAhJgzANBgkqhkiG9w0BAQUFAAOCAQEA\n' + + 'FmDD+QuDklXn2EgShwQxV13+txPRuVdOSrutHhoCgMwFWCMtPPtBAKs6KPY7Guvw\n' + + 'DpJoZSehDiOfsgMirjOWjvfkeWSNvKfjWTVneX7pZD9W5WPnsDBvTbCGezm+v87z\n' + + 'b+ZM2ZMo98m/wkMcIEAgdSKilR2fuw8rLkAjhYFfs0A7tDgZ9noKwgHvoE4dsrI0\n' + + 'KZYco6DlP/brASfHTPa2puBLN9McK3v+h0JaSqqm5Ro2Bh56tZkQh8AWy/miuDuK\n' + + '3+hNEVdxosxlkM1TPa1DGj0EzzK0yoeerXuH2HX7LlCrrxf6/wdKnjR12PMrLQ4A\n' + + 'pCqkcWw894z6bV9MAvKe6A==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS us-east-1 certificate CA 2015 to 2020 + * + * CN = Amazon RDS us-east-1 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2015-02-05T21:54:04Z/2020-03-05T21:54:04Z + * F = 34:47:8A:90:8A:83:AE:45:DC:B6:16:76:D2:35:EC:E9:75:C6:2C:63 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID/DCCAuSgAwIBAgIBQzANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNTAyMDUyMTU0MDRaFw0y\n' + + 'MDAzMDUyMTU0MDRaMIGPMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEgMB4GA1UEAwwXQW1hem9uIFJE\n' + + 'UyB1cy1lYXN0LTEgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDI\n' + + 'UIuwh8NusKHk1SqPXcP7OqxY3S/M2ZyQWD3w7Bfihpyyy/fc1w0/suIpX3kbMhAV\n' + + '2ESwged2/2zSx4pVnjp/493r4luhSqQYzru78TuPt9bhJIJ51WXunZW2SWkisSaf\n' + + 'USYUzVN9ezR/bjXTumSUQaLIouJt3OHLX49s+3NAbUyOI8EdvgBQWD68H1epsC0n\n' + + 'CI5s+pIktyOZ59c4DCDLQcXErQ+tNbDC++oct1ANd/q8p9URonYwGCGOBy7sbCYq\n' + + '9eVHh1Iy2M+SNXddVOGw5EuruvHoCIQyOz5Lz4zSuZA9dRbrfztNOpezCNYu6NKM\n' + + 'n+hzcvdiyxv77uNm8EaxAgMBAAGjZjBkMA4GA1UdDwEB/wQEAwIBBjASBgNVHRMB\n' + + 'Af8ECDAGAQH/AgEAMB0GA1UdDgQWBBQSQG3TmMe6Sa3KufaPBa72v4QFDzAfBgNV\n' + + 'HSMEGDAWgBROAu6sPvYVyEztLPUFwY+chAhJgzANBgkqhkiG9w0BAQUFAAOCAQEA\n' + + 'L/mOZfB3187xTmjOHMqN2G2oSKHBKiQLM9uv8+97qT+XR+TVsBT6b3yoPpMAGhHA\n' + + 'Pc7nxAF5gPpuzatx0OTLPcmYucFmfqT/1qA5WlgCnMNtczyNMH97lKFTNV7Njtek\n' + + 'jWEzAEQSyEWrkNpNlC4j6kMYyPzVXQeXUeZTgJ9FNnVZqmvfjip2N22tawMjrCn5\n' + + '7KN/zN65EwY2oO9XsaTwwWmBu3NrDdMbzJnbxoWcFWj4RBwanR1XjQOVNhDwmCOl\n' + + '/1Et13b8CPyj69PC8BOVU6cfTSx8WUVy0qvYOKHNY9Bqa5BDnIL3IVmUkeTlM1mt\n' + + 'enRpyBj+Bk9rh/ICdiRKmA==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS us-west-1 certificate CA 2015 to 2020 + * + * CN = Amazon RDS us-west-1 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2015-02-05T22:03:45Z/2020-03-05T22:03:45Z + * F = EF:94:2F:E3:58:0E:09:D6:79:C2:16:97:91:FB:37:EA:D7:70:A8:4B + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID/DCCAuSgAwIBAgIBSjANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNTAyMDUyMjAzNDVaFw0y\n' + + 'MDAzMDUyMjAzNDVaMIGPMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEgMB4GA1UEAwwXQW1hem9uIFJE\n' + + 'UyB1cy13ZXN0LTEgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDE\n' + + 'Dhw+uw/ycaiIhhyu2pXFRimq0DlB8cNtIe8hdqndH8TV/TFrljNgR8QdzOgZtZ9C\n' + + 'zzQ2GRpInN/qJF6slEd6wO+6TaDBQkPY+07TXNt52POFUhdVkhJXHpE2BS7Xn6J7\n' + + '7RFAOeG1IZmc2DDt+sR1BgXzUqHslQGfFYNS0/MBO4P+ya6W7IhruB1qfa4HiYQS\n' + + 'dbe4MvGWnv0UzwAqdR7OF8+8/5c58YXZIXCO9riYF2ql6KNSL5cyDPcYK5VK0+Q9\n' + + 'VI6vuJHSMYcF7wLePw8jtBktqAFE/wbdZiIHhZvNyiNWPPNTGUmQbaJ+TzQEHDs5\n' + + '8en+/W7JKnPyBOkxxENbAgMBAAGjZjBkMA4GA1UdDwEB/wQEAwIBBjASBgNVHRMB\n' + + 'Af8ECDAGAQH/AgEAMB0GA1UdDgQWBBS0nw/tFR9bCjgqWTPJkyy4oOD8bzAfBgNV\n' + + 'HSMEGDAWgBROAu6sPvYVyEztLPUFwY+chAhJgzANBgkqhkiG9w0BAQUFAAOCAQEA\n' + + 'CXGAY3feAak6lHdqj6+YWjy6yyUnLK37bRxZDsyDVXrPRQaXRzPTzx79jvDwEb/H\n' + + 'Q/bdQ7zQRWqJcbivQlwhuPJ4kWPUZgSt3JUUuqkMsDzsvj/bwIjlrEFDOdHGh0mi\n' + + 'eVIngFEjUXjMh+5aHPEF9BlQnB8LfVtKj18e15UDTXFa+xJPFxUR7wDzCfo4WI1m\n' + + 'sUMG4q1FkGAZgsoyFPZfF8IVvgCuGdR8z30VWKklFxttlK0eGLlPAyIO0CQxPQlo\n' + + 'saNJrHf4tLOgZIWk+LpDhNd9Et5EzvJ3aURUsKY4pISPPF5WdvM9OE59bERwUErd\n' + + 'nuOuQWQeeadMceZnauRzJQ==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS us-west-2 certificate CA 2015 to 2020 + * + * CN = Amazon RDS us-west-2 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2015-02-05T22:03:50Z/2020-03-05T22:03:50Z + * F = 94:2C:A8:B0:23:48:17:F0:CD:2F:19:7F:C1:E0:21:7C:65:79:13:3A + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID/DCCAuSgAwIBAgIBSzANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNTAyMDUyMjAzNTBaFw0y\n' + + 'MDAzMDUyMjAzNTBaMIGPMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEgMB4GA1UEAwwXQW1hem9uIFJE\n' + + 'UyB1cy13ZXN0LTIgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDM\n' + + 'H58SR48U6jyERC1vYTnub34smf5EQVXyzaTmspWGWGzT31NLNZGSDFaa7yef9kdO\n' + + 'mzJsgebR5tXq6LdwlIoWkKYQ7ycUaadtVKVYdI40QcI3cHn0qLFlg2iBXmWp/B+i\n' + + 'Z34VuVlCh31Uj5WmhaBoz8t/GRqh1V/aCsf3Wc6jCezH3QfuCjBpzxdOOHN6Ie2v\n' + + 'xX09O5qmZTvMoRBAvPkxdaPg/Mi7fxueWTbEVk78kuFbF1jHYw8U1BLILIAhcqlq\n' + + 'x4u8nl73t3O3l/soNUcIwUDK0/S+Kfqhwn9yQyPlhb4Wy3pfnZLJdkyHldktnQav\n' + + '9TB9u7KH5Lk0aAYslMLxAgMBAAGjZjBkMA4GA1UdDwEB/wQEAwIBBjASBgNVHRMB\n' + + 'Af8ECDAGAQH/AgEAMB0GA1UdDgQWBBT8roM4lRnlFHWMPWRz0zkwFZog1jAfBgNV\n' + + 'HSMEGDAWgBROAu6sPvYVyEztLPUFwY+chAhJgzANBgkqhkiG9w0BAQUFAAOCAQEA\n' + + 'JwrxwgwmPtcdaU7O7WDdYa4hprpOMamI49NDzmE0s10oGrqmLwZygcWU0jT+fJ+Y\n' + + 'pJe1w0CVfKaeLYNsOBVW3X4ZPmffYfWBheZiaiEflq/P6t7/Eg81gaKYnZ/x1Dfa\n' + + 'sUYkzPvCkXe9wEz5zdUTOCptDt89rBR9CstL9vE7WYUgiVVmBJffWbHQLtfjv6OF\n' + + 'NMb0QME981kGRzc2WhgP71YS2hHd1kXtsoYP1yTu4vThSKsoN4bkiHsaC1cRkLoy\n' + + '0fFA4wpB3WloMEvCDaUvvH1LZlBXTNlwi9KtcwD4tDxkkBt4tQczKLGpQ/nF/W9n\n' + + '8YDWk3IIc1sd0bkZqoau2Q==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-south-1 certificate CA 2016 to 2020 + * + * CN = Amazon RDS ap-south-1 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2016-05-03T21:29:22Z/2020-03-05T21:29:22Z + * F = F3:A3:C2:52:D9:82:20:AC:8C:62:31:2A:8C:AD:5D:7B:1C:31:F1:DD + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID/TCCAuWgAwIBAgIBTTANBgkqhkiG9w0BAQsFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNjA1MDMyMTI5MjJaFw0y\n' + + 'MDAzMDUyMTI5MjJaMIGQMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEhMB8GA1UEAwwYQW1hem9uIFJE\n' + + 'UyBhcC1zb3V0aC0xIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA\n' + + '06eWGLE0TeqL9kyWOLkS8q0fXO97z+xyBV3DKSB2lg2GkgBz3B98MkmkeB0SZy3G\n' + + 'Ce4uCpCPbFKiFEdiUclOlhZsrBuCeaimxLM3Ig2wuenElO/7TqgaYHYUbT3d+VQW\n' + + 'GUbLn5GRZJZe1OAClYdOWm7A1CKpuo+cVV1vxbY2nGUQSJPpVn2sT9gnwvjdE60U\n' + + 'JGYU/RLCTm8zmZBvlWaNIeKDnreIc4rKn6gUnJ2cQn1ryCVleEeyc3xjYDSrjgdn\n' + + 'FLYGcp9mphqVT0byeQMOk0c7RHpxrCSA0V5V6/CreFV2LteK50qcDQzDSM18vWP/\n' + + 'p09FoN8O7QrtOeZJzH/lmwIDAQABo2YwZDAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0T\n' + + 'AQH/BAgwBgEB/wIBADAdBgNVHQ4EFgQU2i83QHuEl/d0keXF+69HNJph7cMwHwYD\n' + + 'VR0jBBgwFoAUTgLurD72FchM7Sz1BcGPnIQISYMwDQYJKoZIhvcNAQELBQADggEB\n' + + 'ACqnH2VjApoDqoSQOky52QBwsGaj+xWYHW5Gm7EvCqvQuhWMkeBuD6YJmMvNyA9G\n' + + 'I2lh6/o+sUk/RIsbYbxPRdhNPTOgDR9zsNRw6qxaHztq/CEC+mxDCLa3O1hHBaDV\n' + + 'BmB3nCZb93BvO0EQSEk7aytKq/f+sjyxqOcs385gintdHGU9uM7gTZHnU9vByJsm\n' + + '/TL07Miq67X0NlhIoo3jAk+xHaeKJdxdKATQp0448P5cY20q4b8aMk1twcNaMvCP\n' + + 'dG4M5doaoUA8OQ/0ukLLae/LBxLeTw04q1/a2SyFaVUX2Twbb1S3xVWwLA8vsyGr\n' + + 'igXx7B5GgP+IHb6DTjPJAi0=\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS us-east-2 certificate CA 2016 to 2020 + * + * CN = Amazon RDS us-east-2 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2016-08-11T19:58:45Z/2020-03-05T19:58:45Z + * F = 9B:78:E3:64:7F:74:BC:B2:52:18:CF:13:C3:62:B8:35:9D:3D:5F:B6 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID/DCCAuSgAwIBAgIBTjANBgkqhkiG9w0BAQsFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNjA4MTExOTU4NDVaFw0y\n' + + 'MDAzMDUxOTU4NDVaMIGPMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEgMB4GA1UEAwwXQW1hem9uIFJE\n' + + 'UyB1cy1lYXN0LTIgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCp\n' + + 'WnnUX7wM0zzstccX+4iXKJa9GR0a2PpvB1paEX4QRCgfhEdQWDaSqyrWNgdVCKkt\n' + + '1aQkWu5j6VAC2XIG7kKoonm1ZdBVyBLqW5lXNywlaiU9yhJkwo8BR+/OqgE+PLt/\n' + + 'EO1mlN0PQudja/XkExCXTO29TG2j7F/O7hox6vTyHNHc0H88zS21uPuBE+jivViS\n' + + 'yzj/BkyoQ85hnkues3f9R6gCGdc+J51JbZnmgzUkvXjAEuKhAm9JksVOxcOKUYe5\n' + + 'ERhn0U9zjzpfbAITIkul97VVa5IxskFFTHIPJbvRKHJkiF6wTJww/tc9wm+fSCJ1\n' + + '+DbQTGZgkQ3bJrqRN29/AgMBAAGjZjBkMA4GA1UdDwEB/wQEAwIBBjASBgNVHRMB\n' + + 'Af8ECDAGAQH/AgEAMB0GA1UdDgQWBBSAHQzUYYZbepwKEMvGdHp8wzHnfDAfBgNV\n' + + 'HSMEGDAWgBROAu6sPvYVyEztLPUFwY+chAhJgzANBgkqhkiG9w0BAQsFAAOCAQEA\n' + + 'MbaEzSYZ+aZeTBxf8yi0ta8K4RdwEJsEmP6IhFFQHYUtva2Cynl4Q9tZg3RMsybT\n' + + '9mlnSQQlbN/wqIIXbkrcgFcHoXG9Odm/bDtUwwwDaiEhXVfeQom3G77QHOWMTCGK\n' + + 'qadwuh5msrb17JdXZoXr4PYHDKP7j0ONfAyFNER2+uecblHfRSpVq5UeF3L6ZJb8\n' + + 'fSw/GtAV6an+/0r+Qm+PiI2H5XuZ4GmRJYnGMhqWhBYrY7p3jtVnKcsh39wgfUnW\n' + + 'AvZEZG/yhFyAZW0Essa39LiL5VSq14Y1DOj0wgnhSY/9WHxaAo1HB1T9OeZknYbD\n' + + 'fl/EGSZ0TEvZkENrXcPlVA==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ca-central-1 certificate CA 2016 to 2020 + * + * CN = Amazon RDS ca-central-1 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2016-09-15T00:10:11Z/2020-03-05T00:10:11Z + * F = D7:E0:16:AB:8A:0B:63:9F:67:1F:16:87:42:F4:0A:EE:73:A6:FC:04 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID/zCCAuegAwIBAgIBTzANBgkqhkiG9w0BAQsFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNjA5MTUwMDEwMTFaFw0y\n' + + 'MDAzMDUwMDEwMTFaMIGSMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEjMCEGA1UEAwwaQW1hem9uIFJE\n' + + 'UyBjYS1jZW50cmFsLTEgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB\n' + + 'AQCZYI/iQ6DrS3ny3t1EwX1wAD+3LMgh7Fd01EW5LIuaK2kYIIQpsVKhxLCit/V5\n' + + 'AGc/1qiJS1Qz9ODLTh0Na6bZW6EakRzuHJLe32KJtoFYPC7Z09UqzXrpA/XL+1hM\n' + + 'P0ZmCWsU7Nn/EmvfBp9zX3dZp6P6ATrvDuYaVFr+SA7aT3FXpBroqBS1fyzUPs+W\n' + + 'c6zTR6+yc4zkHX0XQxC5RH6xjgpeRkoOajA/sNo7AQF7KlWmKHbdVF44cvvAhRKZ\n' + + 'XaoVs/C4GjkaAEPTCbopYdhzg+KLx9eB2BQnYLRrIOQZtRfbQI2Nbj7p3VsRuOW1\n' + + 'tlcks2w1Gb0YC6w6SuIMFkl1AgMBAAGjZjBkMA4GA1UdDwEB/wQEAwIBBjASBgNV\n' + + 'HRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBToYWxE1lawl6Ks6NsvpbHQ3GKEtzAf\n' + + 'BgNVHSMEGDAWgBROAu6sPvYVyEztLPUFwY+chAhJgzANBgkqhkiG9w0BAQsFAAOC\n' + + 'AQEAG/8tQ0ooi3hoQpa5EJz0/E5VYBsAz3YxA2HoIonn0jJyG16bzB4yZt4vNQMA\n' + + 'KsNlQ1uwDWYL1nz63axieUUFIxqxl1KmwfhsmLgZ0Hd2mnTPIl2Hw3uj5+wdgGBg\n' + + 'agnAZ0bajsBYgD2VGQbqjdk2Qn7Fjy3LEWIvGZx4KyZ99OJ2QxB7JOPdauURAtWA\n' + + 'DKYkP4LLJxtj07DSzG8kuRWb9B47uqUD+eKDIyjfjbnzGtd9HqqzYFau7EX3HVD9\n' + + '9Qhnjl7bTZ6YfAEZ3nH2t3Vc0z76XfGh47rd0pNRhMV+xpok75asKf/lNh5mcUrr\n' + + 'VKwflyMkQpSbDCmcdJ90N2xEXQ==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS eu-west-2 certificate CA 2016 to 2020 + * + * CN = Amazon RDS eu-west-2 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2016-10-10T17:44:42Z/2020-03-05T17:44:42Z + * F = 47:79:51:9F:FF:07:D3:F4:27:D3:AB:64:56:7F:00:45:BB:84:C1:71 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID/DCCAuSgAwIBAgIBUDANBgkqhkiG9w0BAQsFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNjEwMTAxNzQ0NDJaFw0y\n' + + 'MDAzMDUxNzQ0NDJaMIGPMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEgMB4GA1UEAwwXQW1hem9uIFJE\n' + + 'UyBldS13ZXN0LTIgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDO\n' + + 'cttLJfubB4XMMIGWNfJISkIdCMGJyOzLiMJaiWB5GYoXKhEl7YGotpy0qklwW3BQ\n' + + 'a0fmVdcCLX+dIuVQ9iFK+ZcK7zwm7HtdDTCHOCKeOh2IcnU4c/VIokFi6Gn8udM6\n' + + 'N/Zi5M5OGpVwLVALQU7Yctsn3c95el6MdVx6mJiIPVu7tCVZn88Z2koBQ2gq9P4O\n' + + 'Sb249SHFqOb03lYDsaqy1NDsznEOhaRBw7DPJFpvmw1lA3/Y6qrExRI06H2VYR2i\n' + + '7qxwDV50N58fs10n7Ye1IOxTVJsgEA7X6EkRRXqYaM39Z76R894548WHfwXWjUsi\n' + + 'MEX0RS0/t1GmnUQjvevDAgMBAAGjZjBkMA4GA1UdDwEB/wQEAwIBBjASBgNVHRMB\n' + + 'Af8ECDAGAQH/AgEAMB0GA1UdDgQWBBQBxmcuRSxERYCtNnSr5xNfySokHjAfBgNV\n' + + 'HSMEGDAWgBROAu6sPvYVyEztLPUFwY+chAhJgzANBgkqhkiG9w0BAQsFAAOCAQEA\n' + + 'UyCUQjsF3nUAABjfEZmpksTuUo07aT3KGYt+EMMFdejnBQ0+2lJJFGtT+CDAk1SD\n' + + 'RSgfEBon5vvKEtlnTf9a3pv8WXOAkhfxnryr9FH6NiB8obISHNQNPHn0ljT2/T+I\n' + + 'Y6ytfRvKHa0cu3V0NXbJm2B4KEOt4QCDiFxUIX9z6eB4Kditwu05OgQh6KcogOiP\n' + + 'JesWxBMXXGoDC1rIYTFO7szwDyOHlCcVXJDNsTJhc32oDWYdeIbW7o/5I+aQsrXZ\n' + + 'C96HykZcgWzz6sElrQxUaT3IoMw/5nmw4uWKKnZnxgI9bY4fpQwMeBZ96iHfFxvH\n' + + 'mqfEEuC7uUoPofXdBp2ObQ==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS us-gov-west-1 CA 2017 to 2022 + * + * CN = Amazon RDS us-gov-west-1 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2017-05-19T22:31:19Z/2022-05-18T12:00:00Z + * F = 77:55:8C:C4:5E:71:1F:1B:57:E3:DA:6E:5B:74:27:12:4E:E8:69:E8 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIECjCCAvKgAwIBAgICEAAwDQYJKoZIhvcNAQELBQAwgZMxCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSQwIgYDVQQDDBtBbWF6b24gUkRTIEdvdkNsb3VkIFJvb3QgQ0EwHhcNMTcwNTE5\n' + + 'MjIzMTE5WhcNMjIwNTE4MTIwMDAwWjCBkzELMAkGA1UEBhMCVVMxEzARBgNVBAgM\n' + + 'Cldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoMGUFtYXpvbiBX\n' + + 'ZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMxJDAiBgNVBAMM\n' + + 'G0FtYXpvbiBSRFMgdXMtZ292LXdlc3QtMSBDQTCCASIwDQYJKoZIhvcNAQEBBQAD\n' + + 'ggEPADCCAQoCggEBAM8YZLKAzzOdNnoi7Klih26Zkj+OCpDfwx4ZYB6f8L8UoQi5\n' + + '8z9ZtIwMjiJ/kO08P1yl4gfc7YZcNFvhGruQZNat3YNpxwUpQcr4mszjuffbL4uz\n' + + '+/8FBxALdqCVOJ5Q0EVSfz3d9Bd1pUPL7ARtSpy7bn/tUPyQeI+lODYO906C0TQ3\n' + + 'b9bjOsgAdBKkHfjLdsknsOZYYIzYWOJyFJJa0B11XjDUNBy/3IuC0KvDl6At0V5b\n' + + '8M6cWcKhte2hgjwTYepV+/GTadeube1z5z6mWsN5arOAQUtYDLH6Aztq9mCJzLHm\n' + + 'RccBugnGl3fRLJ2VjioN8PoGoN9l9hFBy5fnFgsCAwEAAaNmMGQwDgYDVR0PAQH/\n' + + 'BAQDAgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFEG7+br8KkvwPd5g\n' + + '71Rvh2stclJbMB8GA1UdIwQYMBaAFEkQz6S4NS5lOYKcDjBSuCcVpdzjMA0GCSqG\n' + + 'SIb3DQEBCwUAA4IBAQBMA327u5ABmhX+aPxljoIbxnydmAFWxW6wNp5+rZrvPig8\n' + + 'zDRqGQWWr7wWOIjfcWugSElYtf/m9KZHG/Z6+NG7nAoUrdcd1h/IQhb+lFQ2b5g9\n' + + 'sVzQv/H2JNkfZA8fL/Ko/Tm/f9tcqe0zrGCtT+5u0Nvz35Wl8CEUKLloS5xEb3k5\n' + + '7D9IhG3fsE3vHWlWrGCk1cKry3j12wdPG5cUsug0vt34u6rdhP+FsM0tHI15Kjch\n' + + 'RuUCvyQecy2ZFNAa3jmd5ycNdL63RWe8oayRBpQBxPPCbHfILxGZEdJbCH9aJ2D/\n' + + 'l8oHIDnvOLdv7/cBjyYuvmprgPtu3QEkbre5Hln/\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS eu-west-3 certificate CA 2017 to 2020 + * + * CN = Amazon RDS eu-west-3 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2017-08-25T21:39:26Z/2020-03-05T21:39:26Z + * F = FD:35:A7:84:60:68:98:00:12:54:ED:34:26:8C:66:0F:72:DD:B2:F4 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIID/DCCAuSgAwIBAgIBUTANBgkqhkiG9w0BAQsFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNzA4MjUyMTM5MjZaFw0y\n' + + 'MDAzMDUyMTM5MjZaMIGPMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEgMB4GA1UEAwwXQW1hem9uIFJE\n' + + 'UyBldS13ZXN0LTMgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC+\n' + + 'xmlEC/3a4cJH+UPwXCE02lC7Zq5NHd0dn6peMeLN8agb6jW4VfSY0NydjRj2DJZ8\n' + + 'K7wV6sub5NUGT1NuFmvSmdbNR2T59KX0p2dVvxmXHHtIpQ9Y8Aq3ZfhmC5q5Bqgw\n' + + 'tMA1xayDi7HmoPX3R8kk9ktAZQf6lDeksCvok8idjTu9tiSpDiMwds5BjMsWfyjZ\n' + + 'd13PTGGNHYVdP692BSyXzSP1Vj84nJKnciW8tAqwIiadreJt5oXyrCXi8ekUMs80\n' + + 'cUTuGm3aA3Q7PB5ljJMPqz0eVddaiIvmTJ9O3Ez3Du/HpImyMzXjkFaf+oNXf/Hx\n' + + '/EW5jCRR6vEiXJcDRDS7AgMBAAGjZjBkMA4GA1UdDwEB/wQEAwIBBjASBgNVHRMB\n' + + 'Af8ECDAGAQH/AgEAMB0GA1UdDgQWBBRZ9mRtS5fHk3ZKhG20Oack4cAqMTAfBgNV\n' + + 'HSMEGDAWgBROAu6sPvYVyEztLPUFwY+chAhJgzANBgkqhkiG9w0BAQsFAAOCAQEA\n' + + 'F/u/9L6ExQwD73F/bhCw7PWcwwqsK1mypIdrjdIsu0JSgwWwGCXmrIspA3n3Dqxq\n' + + 'sMhAJD88s9Em7337t+naar2VyLO63MGwjj+vA4mtvQRKq8ScIpiEc7xN6g8HUMsd\n' + + 'gPG9lBGfNjuAZsrGJflrko4HyuSM7zHExMjXLH+CXcv/m3lWOZwnIvlVMa4x0Tz0\n' + + 'A4fklaawryngzeEjuW6zOiYCzjZtPlP8Fw0SpzppJ8VpQfrZ751RDo4yudmPqoPK\n' + + '5EUe36L8U+oYBXnC5TlYs9bpVv9o5wJQI5qA9oQE2eFWxF1E0AyZ4V5sgGUBStaX\n' + + 'BjDDWul0wSo7rt1Tq7XpnA==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-northeast-3 certificate CA 2017 to 2020 + * + * CN = Amazon RDS ap-northeast-3 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2017-12-01T00:55:42Z/2020-03-05T00:55:42Z + * F = C0:C7:D4:B3:91:40:A0:77:43:28:BF:AF:77:57:DF:FD:98:FB:10:3F + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEATCCAumgAwIBAgIBTjANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMCVVMx\n' + + 'EzARBgNVBAgMCldhc2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'GzAZBgNVBAMMEkFtYXpvbiBSRFMgUm9vdCBDQTAeFw0xNzEyMDEwMDU1NDJaFw0y\n' + + 'MDAzMDUwMDU1NDJaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3Rv\n' + + 'bjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNl\n' + + 'cywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzElMCMGA1UEAwwcQW1hem9uIFJE\n' + + 'UyBhcC1ub3J0aGVhc3QtMyBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\n' + + 'ggEBAMZtQNnm/XT19mTa10ftHLzg5UhajoI65JHv4TQNdGXdsv+CQdGYU49BJ9Eu\n' + + '3bYgiEtTzR2lQe9zGMvtuJobLhOWuavzp7IixoIQcHkFHN6wJ1CvqrxgvJfBq6Hy\n' + + 'EuCDCiU+PPDLUNA6XM6Qx3IpHd1wrJkjRB80dhmMSpxmRmx849uFafhN+P1QybsM\n' + + 'TI0o48VON2+vj+mNuQTyLMMP8D4odSQHjaoG+zyJfJGZeAyqQyoOUOFEyQaHC3TT\n' + + '3IDSNCQlpxb9LerbCoKu79WFBBq3CS5cYpg8/fsnV2CniRBFFUumBt5z4dhw9RJU\n' + + 'qlUXXO1ZyzpGd+c5v6FtrfXtnIUCAwEAAaNmMGQwDgYDVR0PAQH/BAQDAgEGMBIG\n' + + 'A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFETv7ELNplYy/xTeIOInl6nzeiHg\n' + + 'MB8GA1UdIwQYMBaAFE4C7qw+9hXITO0s9QXBj5yECEmDMA0GCSqGSIb3DQEBBQUA\n' + + 'A4IBAQCpKxOQcd0tEKb3OtsOY8q/MPwTyustGk2Rt7t9G68idADp8IytB7M0SDRo\n' + + 'wWZqynEq7orQVKdVOanhEWksNDzGp0+FPAf/KpVvdYCd7ru3+iI+V4ZEp2JFdjuZ\n' + + 'Zz0PIjS6AgsZqE5Ri1J+NmfmjGZCPhsHnGZiBaenX6K5VRwwwmLN6xtoqrrfR5zL\n' + + 'QfBeeZNJG6KiM3R/DxJ5rAa6Fz+acrhJ60L7HprhB7SFtj1RCijau3+ZwiGmUOMr\n' + + 'yKlMv+VgmzSw7o4Hbxy1WVrA6zQsTHHSGf+vkQn2PHvnFMUEu/ZLbTDYFNmTLK91\n' + + 'K6o4nMsEvhBKgo4z7H1EqqxXhvN2\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS GovCloud Root CA 2017 to 2022 + * + * CN = Amazon RDS GovCloud Root CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2017-05-19T22:29:11Z/2022-05-18T22:29:11Z + * F = A3:61:F9:C9:A2:5B:91:FE:73:A6:52:E3:59:14:8E:CE:35:12:0F:FD + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEDjCCAvagAwIBAgIJAMM61RQn3/kdMA0GCSqGSIb3DQEBCwUAMIGTMQswCQYD\n' + + 'VQQGEwJVUzEQMA4GA1UEBwwHU2VhdHRsZTETMBEGA1UECAwKV2FzaGluZ3RvbjEi\n' + + 'MCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1h\n' + + 'em9uIFJEUzEkMCIGA1UEAwwbQW1hem9uIFJEUyBHb3ZDbG91ZCBSb290IENBMB4X\n' + + 'DTE3MDUxOTIyMjkxMVoXDTIyMDUxODIyMjkxMVowgZMxCzAJBgNVBAYTAlVTMRAw\n' + + 'DgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQKDBlB\n' + + 'bWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRTMSQw\n' + + 'IgYDVQQDDBtBbWF6b24gUkRTIEdvdkNsb3VkIFJvb3QgQ0EwggEiMA0GCSqGSIb3\n' + + 'DQEBAQUAA4IBDwAwggEKAoIBAQDGS9bh1FGiJPT+GRb3C5aKypJVDC1H2gbh6n3u\n' + + 'j8cUiyMXfmm+ak402zdLpSYMaxiQ7oL/B3wEmumIpRDAsQrSp3B/qEeY7ipQGOfh\n' + + 'q2TXjXGIUjiJ/FaoGqkymHRLG+XkNNBtb7MRItsjlMVNELXECwSiMa3nJL2/YyHW\n' + + 'nTr1+11/weeZEKgVbCUrOugFkMXnfZIBSn40j6EnRlO2u/NFU5ksK5ak2+j8raZ7\n' + + 'xW7VXp9S1Tgf1IsWHjGZZZguwCkkh1tHOlHC9gVA3p63WecjrIzcrR/V27atul4m\n' + + 'tn56s5NwFvYPUIx1dbC8IajLUrepVm6XOwdQCfd02DmOyjWJAgMBAAGjYzBhMA4G\n' + + 'A1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRJEM+kuDUu\n' + + 'ZTmCnA4wUrgnFaXc4zAfBgNVHSMEGDAWgBRJEM+kuDUuZTmCnA4wUrgnFaXc4zAN\n' + + 'BgkqhkiG9w0BAQsFAAOCAQEAcfA7uirXsNZyI2j4AJFVtOTKOZlQwqbyNducnmlg\n' + + '/5nug9fAkwM4AgvF5bBOD1Hw6khdsccMwIj+1S7wpL+EYb/nSc8G0qe1p/9lZ/mZ\n' + + 'ff5g4JOa26lLuCrZDqAk4TzYnt6sQKfa5ZXVUUn0BK3okhiXS0i+NloMyaBCL7vk\n' + + 'kDwkHwEqflRKfZ9/oFTcCfoiHPA7AdBtaPVr0/Kj9L7k+ouz122huqG5KqX0Zpo8\n' + + 'S0IGvcd2FZjNSNPttNAK7YuBVsZ0m2nIH1SLp//00v7yAHIgytQwwB17PBcp4NXD\n' + + 'pCfTa27ng9mMMC2YLqWQpW4TkqjDin2ZC+5X/mbrjzTvVg==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-east-1 certificate CA 2019 to 2022 + * + * CN = Amazon RDS ap-east-1 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-02-17T02:47:00Z/2022-06-01T12:00:00Z + * F = BC:F8:70:75:1F:93:3F:A7:82:86:67:63:A8:86:1F:A4:E8:07:CE:06 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEBzCCAu+gAwIBAgICEAAwDQYJKoZIhvcNAQELBQAwgZQxCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSUwIwYDVQQDDBxBbWF6b24gUkRTIGFwLWVhc3QtMSBSb290IENBMB4XDTE5MDIx\n' + + 'NzAyNDcwMFoXDTIyMDYwMTEyMDAwMFowgY8xCzAJBgNVBAYTAlVTMRMwEQYDVQQI\n' + + 'DApXYXNoaW5ndG9uMRAwDgYDVQQHDAdTZWF0dGxlMSIwIAYDVQQKDBlBbWF6b24g\n' + + 'V2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRTMSAwHgYDVQQD\n' + + 'DBdBbWF6b24gUkRTIGFwLWVhc3QtMSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n' + + 'ADCCAQoCggEBAOcJAUofyJuBuPr5ISHi/Ha5ed8h3eGdzn4MBp6rytPOg9NVGRQs\n' + + 'O93fNGCIKsUT6gPuk+1f1ncMTV8Y0Fdf4aqGWme+Khm3ZOP3V1IiGnVq0U2xiOmn\n' + + 'SQ4Q7LoeQC4lC6zpoCHVJyDjZ4pAknQQfsXb77Togdt/tK5ahev0D+Q3gCwAoBoO\n' + + 'DHKJ6t820qPi63AeGbJrsfNjLKiXlFPDUj4BGir4dUzjEeH7/hx37na1XG/3EcxP\n' + + '399cT5k7sY/CR9kctMlUyEEUNQOmhi/ly1Lgtihm3QfjL6K9aGLFNwX35Bkh9aL2\n' + + 'F058u+n8DP/dPeKUAcJKiQZUmzuen5n57x8CAwEAAaNmMGQwDgYDVR0PAQH/BAQD\n' + + 'AgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFFlqgF4FQlb9yP6c+Q3E\n' + + 'O3tXv+zOMB8GA1UdIwQYMBaAFK9T6sY/PBZVbnHcNcQXf58P4OuPMA0GCSqGSIb3\n' + + 'DQEBCwUAA4IBAQDeXiS3v1z4jWAo1UvVyKDeHjtrtEH1Rida1eOXauFuEQa5tuOk\n' + + 'E53Os4haZCW4mOlKjigWs4LN+uLIAe1aFXGo92nGIqyJISHJ1L+bopx/JmIbHMCZ\n' + + '0lTNJfR12yBma5VQy7vzeFku/SisKwX0Lov1oHD4MVhJoHbUJYkmAjxorcIHORvh\n' + + 'I3Vj5XrgDWtLDPL8/Id/roul/L+WX5ir+PGScKBfQIIN2lWdZoqdsx8YWqhm/ikL\n' + + 'C6qNieSwcvWL7C03ri0DefTQMY54r5wP33QU5hJ71JoaZI3YTeT0Nf+NRL4hM++w\n' + + 'Q0veeNzBQXg1f/JxfeA39IDIX1kiCf71tGlT\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-northeast-1 certificate CA 2019 to 2024 + * + * CN = Amazon RDS ap-northeast-1 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-18T16:56:20Z/2024-08-22T17:08:50Z + * F = 47:A3:F9:20:64:5C:9F:9D:48:8C:7D:E6:0B:86:D6:05:13:00:16:A1 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEDDCCAvSgAwIBAgICcEUwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTgxNjU2\n' + + 'MjBaFw0yNDA4MjIxNzA4NTBaMIGZMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEqMCgGA1UEAwwhQW1h\n' + + 'em9uIFJEUyBhcC1ub3J0aGVhc3QtMSAyMDE5IENBMIIBIjANBgkqhkiG9w0BAQEF\n' + + 'AAOCAQ8AMIIBCgKCAQEAndtkldmHtk4TVQAyqhAvtEHSMb6pLhyKrIFved1WO3S7\n' + + '+I+bWwv9b2W/ljJxLq9kdT43bhvzonNtI4a1LAohS6bqyirmk8sFfsWT3akb+4Sx\n' + + '1sjc8Ovc9eqIWJCrUiSvv7+cS7ZTA9AgM1PxvHcsqrcUXiK3Jd/Dax9jdZE1e15s\n' + + 'BEhb2OEPE+tClFZ+soj8h8Pl2Clo5OAppEzYI4LmFKtp1X/BOf62k4jviXuCSst3\n' + + 'UnRJzE/CXtjmN6oZySVWSe0rQYuyqRl6//9nK40cfGKyxVnimB8XrrcxUN743Vud\n' + + 'QQVU0Esm8OVTX013mXWQXJHP2c0aKkog8LOga0vobQIDAQABo2YwZDAOBgNVHQ8B\n' + + 'Af8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHQ4EFgQULmoOS1mFSjj+\n' + + 'snUPx4DgS3SkLFYwHwYDVR0jBBgwFoAUc19g2LzLA5j0Kxc0LjZapmD/vB8wDQYJ\n' + + 'KoZIhvcNAQELBQADggEBAAkVL2P1M2/G9GM3DANVAqYOwmX0Xk58YBHQu6iiQg4j\n' + + 'b4Ky/qsZIsgT7YBsZA4AOcPKQFgGTWhe9pvhmXqoN3RYltN8Vn7TbUm/ZVDoMsrM\n' + + 'gwv0+TKxW1/u7s8cXYfHPiTzVSJuOogHx99kBW6b2f99GbP7O1Sv3sLq4j6lVvBX\n' + + 'Fiacf5LAWC925nvlTzLlBgIc3O9xDtFeAGtZcEtxZJ4fnGXiqEnN4539+nqzIyYq\n' + + 'nvlgCzyvcfRAxwltrJHuuRu6Maw5AGcd2Y0saMhqOVq9KYKFKuD/927BTrbd2JVf\n' + + '2sGWyuPZPCk3gq+5pCjbD0c6DkhcMGI6WwxvM5V/zSM=\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-northeast-2 certificate CA 2019 to 2024 + * + * CN = Amazon RDS ap-northeast-2 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-10T17:46:21Z/2024-08-22T17:08:50Z + * F = 8E:1C:70:C1:64:BD:FC:F9:93:9B:A2:67:CA:CF:52:F0:E1:F7:B4:F0 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEDDCCAvSgAwIBAgICOFAwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTAxNzQ2\n' + + 'MjFaFw0yNDA4MjIxNzA4NTBaMIGZMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEqMCgGA1UEAwwhQW1h\n' + + 'em9uIFJEUyBhcC1ub3J0aGVhc3QtMiAyMDE5IENBMIIBIjANBgkqhkiG9w0BAQEF\n' + + 'AAOCAQ8AMIIBCgKCAQEAzU72e6XbaJbi4HjJoRNjKxzUEuChKQIt7k3CWzNnmjc5\n' + + '8I1MjCpa2W1iw1BYVysXSNSsLOtUsfvBZxi/1uyMn5ZCaf9aeoA9UsSkFSZBjOCN\n' + + 'DpKPCmfV1zcEOvJz26+1m8WDg+8Oa60QV0ou2AU1tYcw98fOQjcAES0JXXB80P2s\n' + + '3UfkNcnDz+l4k7j4SllhFPhH6BQ4lD2NiFAP4HwoG6FeJUn45EPjzrydxjq6v5Fc\n' + + 'cQ8rGuHADVXotDbEhaYhNjIrsPL+puhjWfhJjheEw8c4whRZNp6gJ/b6WEes/ZhZ\n' + + 'h32DwsDsZw0BfRDUMgUn8TdecNexHUw8vQWeC181hwIDAQABo2YwZDAOBgNVHQ8B\n' + + 'Af8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHQ4EFgQUwW9bWgkWkr0U\n' + + 'lrOsq2kvIdrECDgwHwYDVR0jBBgwFoAUc19g2LzLA5j0Kxc0LjZapmD/vB8wDQYJ\n' + + 'KoZIhvcNAQELBQADggEBAEugF0Gj7HVhX0ehPZoGRYRt3PBuI2YjfrrJRTZ9X5wc\n' + + '9T8oHmw07mHmNy1qqWvooNJg09bDGfB0k5goC2emDiIiGfc/kvMLI7u+eQOoMKj6\n' + + 'mkfCncyRN3ty08Po45vTLBFZGUvtQmjM6yKewc4sXiASSBmQUpsMbiHRCL72M5qV\n' + + 'obcJOjGcIdDTmV1BHdWT+XcjynsGjUqOvQWWhhLPrn4jWe6Xuxll75qlrpn3IrIx\n' + + 'CRBv/5r7qbcQJPOgwQsyK4kv9Ly8g7YT1/vYBlR3cRsYQjccw5ceWUj2DrMVWhJ4\n' + + 'prf+E3Aa4vYmLLOUUvKnDQ1k3RGNu56V0tonsQbfsaM=\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-northeast-3 certificate CA 2019 to 2024 + * + * CN = Amazon RDS ap-northeast-3 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-17T20:05:29Z/2024-08-22T17:08:50Z + * F = D1:08:B1:40:6D:6C:80:8E:F4:C1:2C:8A:1F:66:17:01:54:CD:1A:4E + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEDDCCAvSgAwIBAgICOYIwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTcyMDA1\n' + + 'MjlaFw0yNDA4MjIxNzA4NTBaMIGZMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEqMCgGA1UEAwwhQW1h\n' + + 'em9uIFJEUyBhcC1ub3J0aGVhc3QtMyAyMDE5IENBMIIBIjANBgkqhkiG9w0BAQEF\n' + + 'AAOCAQ8AMIIBCgKCAQEA4dMak8W+XW8y/2F6nRiytFiA4XLwePadqWebGtlIgyCS\n' + + 'kbug8Jv5w7nlMkuxOxoUeD4WhI6A9EkAn3r0REM/2f0aYnd2KPxeqS2MrtdxxHw1\n' + + 'xoOxk2x0piNSlOz6yog1idsKR5Wurf94fvM9FdTrMYPPrDabbGqiBMsZZmoHLvA3\n' + + 'Z+57HEV2tU0Ei3vWeGIqnNjIekS+E06KhASxrkNU5vi611UsnYZlSi0VtJsH4UGV\n' + + 'LhnHl53aZL0YFO5mn/fzuNG/51qgk/6EFMMhaWInXX49Dia9FnnuWXwVwi6uX1Wn\n' + + '7kjoHi5VtmC8ZlGEHroxX2DxEr6bhJTEpcLMnoQMqwIDAQABo2YwZDAOBgNVHQ8B\n' + + 'Af8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHQ4EFgQUsUI5Cb3SWB8+\n' + + 'gv1YLN/ABPMdxSAwHwYDVR0jBBgwFoAUc19g2LzLA5j0Kxc0LjZapmD/vB8wDQYJ\n' + + 'KoZIhvcNAQELBQADggEBAJAF3E9PM1uzVL8YNdzb6fwJrxxqI2shvaMVmC1mXS+w\n' + + 'G0zh4v2hBZOf91l1EO0rwFD7+fxoI6hzQfMxIczh875T6vUXePKVOCOKI5wCrDad\n' + + 'zQbVqbFbdhsBjF4aUilOdtw2qjjs9JwPuB0VXN4/jY7m21oKEOcnpe36+7OiSPjN\n' + + 'xngYewCXKrSRqoj3mw+0w/+exYj3Wsush7uFssX18av78G+ehKPIVDXptOCP/N7W\n' + + '8iKVNeQ2QGTnu2fzWsGUSvMGyM7yqT+h1ILaT//yQS8er511aHMLc142bD4D9VSy\n' + + 'DgactwPDTShK/PXqhvNey9v/sKXm4XatZvwcc8KYlW4=\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-south-1 certificate CA 2019 to 2024 + * + * CN = Amazon RDS ap-south-1 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-04T17:13:04Z/2024-08-22T17:08:50Z + * F = D6:AD:45:A9:54:36:E4:BA:9C:B7:9B:06:8C:0C:CD:CC:1E:81:B5:00 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIECDCCAvCgAwIBAgICVIYwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MDQxNzEz\n' + + 'MDRaFw0yNDA4MjIxNzA4NTBaMIGVMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEmMCQGA1UEAwwdQW1h\n' + + 'em9uIFJEUyBhcC1zb3V0aC0xIDIwMTkgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IB\n' + + 'DwAwggEKAoIBAQDUYOz1hGL42yUCrcsMSOoU8AeD/3KgZ4q7gP+vAz1WnY9K/kim\n' + + 'eWN/2Qqzlo3+mxSFQFyD4MyV3+CnCPnBl9Sh1G/F6kThNiJ7dEWSWBQGAB6HMDbC\n' + + 'BaAsmUc1UIz8sLTL3fO+S9wYhA63Wun0Fbm/Rn2yk/4WnJAaMZcEtYf6e0KNa0LM\n' + + 'p/kN/70/8cD3iz3dDR8zOZFpHoCtf0ek80QqTich0A9n3JLxR6g6tpwoYviVg89e\n' + + 'qCjQ4axxOkWWeusLeTJCcY6CkVyFvDAKvcUl1ytM5AiaUkXblE7zDFXRM4qMMRdt\n' + + 'lPm8d3pFxh0fRYk8bIKnpmtOpz3RIctDrZZxAgMBAAGjZjBkMA4GA1UdDwEB/wQE\n' + + 'AwIBBjASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBT99wKJftD3jb4sHoHG\n' + + 'i3uGlH6W6TAfBgNVHSMEGDAWgBRzX2DYvMsDmPQrFzQuNlqmYP+8HzANBgkqhkiG\n' + + '9w0BAQsFAAOCAQEAZ17hhr3dII3hUfuHQ1hPWGrpJOX/G9dLzkprEIcCidkmRYl+\n' + + 'hu1Pe3caRMh/17+qsoEErmnVq5jNY9X1GZL04IZH8YbHc7iRHw3HcWAdhN8633+K\n' + + 'jYEB2LbJ3vluCGnCejq9djDb6alOugdLMJzxOkHDhMZ6/gYbECOot+ph1tQuZXzD\n' + + 'tZ7prRsrcuPBChHlPjmGy8M9z8u+kF196iNSUGC4lM8vLkHM7ycc1/ZOwRq9aaTe\n' + + 'iOghbQQyAEe03MWCyDGtSmDfr0qEk+CHN+6hPiaL8qKt4s+V9P7DeK4iW08ny8Ox\n' + + 'AVS7u0OK/5+jKMAMrKwpYrBydOjTUTHScocyNw==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-southeast-1 certificate CA 2019 to 2024 + * + * CN = Amazon RDS ap-southeast-1 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-13T20:11:42Z/2024-08-22T17:08:50Z + * F = 0D:20:FB:91:DE:BE:D2:CF:F3:F8:F8:43:AF:68:C6:03:76:F3:DD:B8 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEDDCCAvSgAwIBAgICY4kwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTMyMDEx\n' + + 'NDJaFw0yNDA4MjIxNzA4NTBaMIGZMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEqMCgGA1UEAwwhQW1h\n' + + 'em9uIFJEUyBhcC1zb3V0aGVhc3QtMSAyMDE5IENBMIIBIjANBgkqhkiG9w0BAQEF\n' + + 'AAOCAQ8AMIIBCgKCAQEAr5u9OuLL/OF/fBNUX2kINJLzFl4DnmrhnLuSeSnBPgbb\n' + + 'qddjf5EFFJBfv7IYiIWEFPDbDG5hoBwgMup5bZDbas+ZTJTotnnxVJTQ6wlhTmns\n' + + 'eHECcg2pqGIKGrxZfbQhlj08/4nNAPvyYCTS0bEcmQ1emuDPyvJBYDDLDU6AbCB5\n' + + '6Z7YKFQPTiCBblvvNzchjLWF9IpkqiTsPHiEt21sAdABxj9ityStV3ja/W9BfgxH\n' + + 'wzABSTAQT6FbDwmQMo7dcFOPRX+hewQSic2Rn1XYjmNYzgEHisdUsH7eeXREAcTw\n' + + '61TRvaLH8AiOWBnTEJXPAe6wYfrcSd1pD0MXpoB62wIDAQABo2YwZDAOBgNVHQ8B\n' + + 'Af8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHQ4EFgQUytwMiomQOgX5\n' + + 'Ichd+2lDWRUhkikwHwYDVR0jBBgwFoAUc19g2LzLA5j0Kxc0LjZapmD/vB8wDQYJ\n' + + 'KoZIhvcNAQELBQADggEBACf6lRDpfCD7BFRqiWM45hqIzffIaysmVfr+Jr+fBTjP\n' + + 'uYe/ba1omSrNGG23bOcT9LJ8hkQJ9d+FxUwYyICQNWOy6ejicm4z0C3VhphbTPqj\n' + + 'yjpt9nG56IAcV8BcRJh4o/2IfLNzC/dVuYJV8wj7XzwlvjysenwdrJCoLadkTr1h\n' + + 'eIdG6Le07sB9IxrGJL9e04afk37h7c8ESGSE4E+oS4JQEi3ATq8ne1B9DQ9SasXi\n' + + 'IRmhNAaISDzOPdyLXi9N9V9Lwe/DHcja7hgLGYx3UqfjhLhOKwp8HtoZORixAmOI\n' + + 'HfILgNmwyugAbuZoCazSKKBhQ0wgO0WZ66ZKTMG8Oho=\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ap-southeast-2 certificate CA 2019 to 2024 + * + * CN = Amazon RDS ap-southeast-2 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-16T19:53:47Z/2024-08-22T17:08:50Z + * F = D5:D4:51:83:D9:A3:AC:47:B0:0A:5A:77:D8:A0:79:A9:6A:3F:6D:96 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEDDCCAvSgAwIBAgICEkYwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTYxOTUz\n' + + 'NDdaFw0yNDA4MjIxNzA4NTBaMIGZMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEqMCgGA1UEAwwhQW1h\n' + + 'em9uIFJEUyBhcC1zb3V0aGVhc3QtMiAyMDE5IENBMIIBIjANBgkqhkiG9w0BAQEF\n' + + 'AAOCAQ8AMIIBCgKCAQEAufodI2Flker8q7PXZG0P0vmFSlhQDw907A6eJuF/WeMo\n' + + 'GHnll3b4S6nC3oRS3nGeRMHbyU2KKXDwXNb3Mheu+ox+n5eb/BJ17eoj9HbQR1cd\n' + + 'gEkIciiAltf8gpMMQH4anP7TD+HNFlZnP7ii3geEJB2GGXSxgSWvUzH4etL67Zmn\n' + + 'TpGDWQMB0T8lK2ziLCMF4XAC/8xDELN/buHCNuhDpxpPebhct0T+f6Arzsiswt2j\n' + + '7OeNeLLZwIZvVwAKF7zUFjC6m7/VmTQC8nidVY559D6l0UhhU0Co/txgq3HVsMOH\n' + + 'PbxmQUwJEKAzQXoIi+4uZzHFZrvov/nDTNJUhC6DqwIDAQABo2YwZDAOBgNVHQ8B\n' + + 'Af8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHQ4EFgQUwaZpaCme+EiV\n' + + 'M5gcjeHZSTgOn4owHwYDVR0jBBgwFoAUc19g2LzLA5j0Kxc0LjZapmD/vB8wDQYJ\n' + + 'KoZIhvcNAQELBQADggEBAAR6a2meCZuXO2TF9bGqKGtZmaah4pH2ETcEVUjkvXVz\n' + + 'sl+ZKbYjrun+VkcMGGKLUjS812e7eDF726ptoku9/PZZIxlJB0isC/0OyixI8N4M\n' + + 'NsEyvp52XN9QundTjkl362bomPnHAApeU0mRbMDRR2JdT70u6yAzGLGsUwMkoNnw\n' + + '1VR4XKhXHYGWo7KMvFrZ1KcjWhubxLHxZWXRulPVtGmyWg/MvE6KF+2XMLhojhUL\n' + + '+9jB3Fpn53s6KMx5tVq1x8PukHmowcZuAF8k+W4gk8Y68wIwynrdZrKRyRv6CVtR\n' + + 'FZ8DeJgoNZT3y/GT254VqMxxfuy2Ccb/RInd16tEvVk=\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS ca-central-1 certificate CA 2019 to 2024 + * + * CN = Amazon RDS ca-central-1 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-10T20:52:25Z/2024-08-22T17:08:50Z + * F = A1:03:46:F2:BB:29:BF:4F:EC:04:7E:82:9A:A6:C0:11:4D:AB:82:25 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIECjCCAvKgAwIBAgICEzUwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTAyMDUy\n' + + 'MjVaFw0yNDA4MjIxNzA4NTBaMIGXMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEoMCYGA1UEAwwfQW1h\n' + + 'em9uIFJEUyBjYS1jZW50cmFsLTEgMjAxOSBDQTCCASIwDQYJKoZIhvcNAQEBBQAD\n' + + 'ggEPADCCAQoCggEBAOxHqdcPSA2uBjsCP4DLSlqSoPuQ/X1kkJLusVRKiQE2zayB\n' + + 'viuCBt4VB9Qsh2rW3iYGM+usDjltGnI1iUWA5KHcvHszSMkWAOYWLiMNKTlg6LCp\n' + + 'XnE89tvj5dIH6U8WlDvXLdjB/h30gW9JEX7S8supsBSci2GxEzb5mRdKaDuuF/0O\n' + + 'qvz4YE04pua3iZ9QwmMFuTAOYzD1M72aOpj+7Ac+YLMM61qOtU+AU6MndnQkKoQi\n' + + 'qmUN2A9IFaqHFzRlSdXwKCKUA4otzmz+/N3vFwjb5F4DSsbsrMfjeHMo6o/nb6Nh\n' + + 'YDb0VJxxPee6TxSuN7CQJ2FxMlFUezcoXqwqXD0CAwEAAaNmMGQwDgYDVR0PAQH/\n' + + 'BAQDAgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFDGGpon9WfIpsggE\n' + + 'CxHq8hZ7E2ESMB8GA1UdIwQYMBaAFHNfYNi8ywOY9CsXNC42WqZg/7wfMA0GCSqG\n' + + 'SIb3DQEBCwUAA4IBAQAvpeQYEGZvoTVLgV9rd2+StPYykMsmFjWQcyn3dBTZRXC2\n' + + 'lKq7QhQczMAOhEaaN29ZprjQzsA2X/UauKzLR2Uyqc2qOeO9/YOl0H3qauo8C/W9\n' + + 'r8xqPbOCDLEXlOQ19fidXyyEPHEq5WFp8j+fTh+s8WOx2M7IuC0ANEetIZURYhSp\n' + + 'xl9XOPRCJxOhj7JdelhpweX0BJDNHeUFi0ClnFOws8oKQ7sQEv66d5ddxqqZ3NVv\n' + + 'RbCvCtEutQMOUMIuaygDlMn1anSM8N7Wndx8G6+Uy67AnhjGx7jw/0YPPxopEj6x\n' + + 'JXP8j0sJbcT9K/9/fPVLNT25RvQ/93T2+IQL4Ca2\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS eu-central-1 certificate CA 2019 to 2024 + * + * CN = Amazon RDS eu-central-1 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-11T19:36:20Z/2024-08-22T17:08:50Z + * F = 53:46:18:4A:42:65:A2:8C:5F:5B:0A:AD:E2:2C:80:E5:E6:8A:6D:2F + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIECjCCAvKgAwIBAgICV2YwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTExOTM2\n' + + 'MjBaFw0yNDA4MjIxNzA4NTBaMIGXMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEoMCYGA1UEAwwfQW1h\n' + + 'em9uIFJEUyBldS1jZW50cmFsLTEgMjAxOSBDQTCCASIwDQYJKoZIhvcNAQEBBQAD\n' + + 'ggEPADCCAQoCggEBAMEx54X2pHVv86APA0RWqxxRNmdkhAyp2R1cFWumKQRofoFv\n' + + 'n+SPXdkpIINpMuEIGJANozdiEz7SPsrAf8WHyD93j/ZxrdQftRcIGH41xasetKGl\n' + + 'I67uans8d+pgJgBKGb/Z+B5m+UsIuEVekpvgpwKtmmaLFC/NCGuSsJoFsRqoa6Gh\n' + + 'm34W6yJoY87UatddCqLY4IIXaBFsgK9Q/wYzYLbnWM6ZZvhJ52VMtdhcdzeTHNW0\n' + + '5LGuXJOF7Ahb4JkEhoo6TS2c0NxB4l4MBfBPgti+O7WjR3FfZHpt18A6Zkq6A2u6\n' + + 'D/oTSL6c9/3sAaFTFgMyL3wHb2YlW0BPiljZIqECAwEAAaNmMGQwDgYDVR0PAQH/\n' + + 'BAQDAgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFOcAToAc6skWffJa\n' + + 'TnreaswAfrbcMB8GA1UdIwQYMBaAFHNfYNi8ywOY9CsXNC42WqZg/7wfMA0GCSqG\n' + + 'SIb3DQEBCwUAA4IBAQA1d0Whc1QtspK496mFWfFEQNegLh0a9GWYlJm+Htcj5Nxt\n' + + 'DAIGXb+8xrtOZFHmYP7VLCT5Zd2C+XytqseK/+s07iAr0/EPF+O2qcyQWMN5KhgE\n' + + 'cXw2SwuP9FPV3i+YAm11PBVeenrmzuk9NrdHQ7TxU4v7VGhcsd2C++0EisrmquWH\n' + + 'mgIfmVDGxphwoES52cY6t3fbnXmTkvENvR+h3rj+fUiSz0aSo+XZUGHPgvuEKM/W\n' + + 'CBD9Smc9CBoBgvy7BgHRgRUmwtABZHFUIEjHI5rIr7ZvYn+6A0O6sogRfvVYtWFc\n' + + 'qpyrW1YX8mD0VlJ8fGKM3G+aCOsiiPKDV/Uafrm+\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS eu-north-1 certificate CA 2019 to 2024 + * + * CN = Amazon RDS eu-north-1 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-12T18:19:44Z/2024-08-22T17:08:50Z + * F = D0:CA:9C:6E:47:4C:4F:DB:85:28:03:4A:60:AC:14:E0:E6:DF:D4:42 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIECDCCAvCgAwIBAgICGAcwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTIxODE5\n' + + 'NDRaFw0yNDA4MjIxNzA4NTBaMIGVMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzEmMCQGA1UEAwwdQW1h\n' + + 'em9uIFJEUyBldS1ub3J0aC0xIDIwMTkgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IB\n' + + 'DwAwggEKAoIBAQCiIYnhe4UNBbdBb/nQxl5giM0XoVHWNrYV5nB0YukA98+TPn9v\n' + + 'Aoj1RGYmtryjhrf01Kuv8SWO+Eom95L3zquoTFcE2gmxCfk7bp6qJJ3eHOJB+QUO\n' + + 'XsNRh76fwDzEF1yTeZWH49oeL2xO13EAx4PbZuZpZBttBM5zAxgZkqu4uWQczFEs\n' + + 'JXfla7z2fvWmGcTagX10O5C18XaFroV0ubvSyIi75ue9ykg/nlFAeB7O0Wxae88e\n' + + 'uhiBEFAuLYdqWnsg3459NfV8Yi1GnaitTym6VI3tHKIFiUvkSiy0DAlAGV2iiyJE\n' + + 'q+DsVEO4/hSINJEtII4TMtysOsYPpINqeEzRAgMBAAGjZjBkMA4GA1UdDwEB/wQE\n' + + 'AwIBBjASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBRR0UpnbQyjnHChgmOc\n' + + 'hnlc0PogzTAfBgNVHSMEGDAWgBRzX2DYvMsDmPQrFzQuNlqmYP+8HzANBgkqhkiG\n' + + '9w0BAQsFAAOCAQEAKJD4xVzSf4zSGTBJrmamo86jl1NHQxXUApAZuBZEc8tqC6TI\n' + + 'T5CeoSr9CMuVC8grYyBjXblC4OsM5NMvmsrXl/u5C9dEwtBFjo8mm53rOOIm1fxl\n' + + 'I1oYB/9mtO9ANWjkykuLzWeBlqDT/i7ckaKwalhLODsRDO73vRhYNjsIUGloNsKe\n' + + 'pxw3dzHwAZx4upSdEVG4RGCZ1D0LJ4Gw40OfD69hfkDfRVVxKGrbEzqxXRvovmDc\n' + + 'tKLdYZO/6REoca36v4BlgIs1CbUXJGLSXUwtg7YXGLSVBJ/U0+22iGJmBSNcoyUN\n' + + 'cjPFD9JQEhDDIYYKSGzIYpvslvGc4T5ISXFiuQ==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS eu-west-1 certificate CA 2019 to 2024 + * + * CN = Amazon RDS eu-west-1 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-11T17:31:48Z/2024-08-22T17:08:50Z + * F = 2D:1A:A6:3E:0D:EB:D6:26:03:3E:A1:8A:0A:DF:14:80:78:EC:B6:63 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEBzCCAu+gAwIBAgICYpgwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTExNzMx\n' + + 'NDhaFw0yNDA4MjIxNzA4NTBaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzElMCMGA1UEAwwcQW1h\n' + + 'em9uIFJEUyBldS13ZXN0LTEgMjAxOSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n' + + 'ADCCAQoCggEBAMk3YdSZ64iAYp6MyyKtYJtNzv7zFSnnNf6vv0FB4VnfITTMmOyZ\n' + + 'LXqKAT2ahZ00hXi34ewqJElgU6eUZT/QlzdIu359TEZyLVPwURflL6SWgdG01Q5X\n' + + 'O++7fSGcBRyIeuQWs9FJNIIqK8daF6qw0Rl5TXfu7P9dBc3zkgDXZm2DHmxGDD69\n' + + '7liQUiXzoE1q2Z9cA8+jirDioJxN9av8hQt12pskLQumhlArsMIhjhHRgF03HOh5\n' + + 'tvi+RCfihVOxELyIRTRpTNiIwAqfZxxTWFTgfn+gijTmd0/1DseAe82aYic8JbuS\n' + + 'EMbrDduAWsqrnJ4GPzxHKLXX0JasCUcWyMECAwEAAaNmMGQwDgYDVR0PAQH/BAQD\n' + + 'AgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFPLtsq1NrwJXO13C9eHt\n' + + 'sLY11AGwMB8GA1UdIwQYMBaAFHNfYNi8ywOY9CsXNC42WqZg/7wfMA0GCSqGSIb3\n' + + 'DQEBCwUAA4IBAQAnWBKj5xV1A1mYd0kIgDdkjCwQkiKF5bjIbGkT3YEFFbXoJlSP\n' + + '0lZZ/hDaOHI8wbLT44SzOvPEEmWF9EE7SJzkvSdQrUAWR9FwDLaU427ALI3ngNHy\n' + + 'lGJ2hse1fvSRNbmg8Sc9GBv8oqNIBPVuw+AJzHTacZ1OkyLZrz1c1QvwvwN2a+Jd\n' + + 'vH0V0YIhv66llKcYDMUQJAQi4+8nbRxXWv6Gq3pvrFoorzsnkr42V3JpbhnYiK+9\n' + + 'nRKd4uWl62KRZjGkfMbmsqZpj2fdSWMY1UGyN1k+kDmCSWYdrTRDP0xjtIocwg+A\n' + + 'J116n4hV/5mbA0BaPiS2krtv17YAeHABZcvz\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS eu-west-2 certificate CA 2019 to 2024 + * + * CN = Amazon RDS eu-west-2 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-12T21:32:32Z/2024-08-22T17:08:50Z + * F = 60:65:44:F4:74:6E:2E:29:50:19:38:7C:4B:BE:18:B9:5B:D4:CD:23 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEBzCCAu+gAwIBAgICZIEwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTIyMTMy\n' + + 'MzJaFw0yNDA4MjIxNzA4NTBaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzElMCMGA1UEAwwcQW1h\n' + + 'em9uIFJEUyBldS13ZXN0LTIgMjAxOSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n' + + 'ADCCAQoCggEBALGiwqjiF7xIjT0Sx7zB3764K2T2a1DHnAxEOr+/EIftWKxWzT3u\n' + + 'PFwS2eEZcnKqSdRQ+vRzonLBeNLO4z8aLjQnNbkizZMBuXGm4BqRm1Kgq3nlLDQn\n' + + '7YqdijOq54SpShvR/8zsO4sgMDMmHIYAJJOJqBdaus2smRt0NobIKc0liy7759KB\n' + + '6kmQ47Gg+kfIwxrQA5zlvPLeQImxSoPi9LdbRoKvu7Iot7SOa+jGhVBh3VdqndJX\n' + + '7tm/saj4NE375csmMETFLAOXjat7zViMRwVorX4V6AzEg1vkzxXpA9N7qywWIT5Y\n' + + 'fYaq5M8i6vvLg0CzrH9fHORtnkdjdu1y+0MCAwEAAaNmMGQwDgYDVR0PAQH/BAQD\n' + + 'AgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFFOhOx1yt3Z7mvGB9jBv\n' + + '2ymdZwiOMB8GA1UdIwQYMBaAFHNfYNi8ywOY9CsXNC42WqZg/7wfMA0GCSqGSIb3\n' + + 'DQEBCwUAA4IBAQBehqY36UGDvPVU9+vtaYGr38dBbp+LzkjZzHwKT1XJSSUc2wqM\n' + + 'hnCIQKilonrTIvP1vmkQi8qHPvDRtBZKqvz/AErW/ZwQdZzqYNFd+BmOXaeZWV0Q\n' + + 'oHtDzXmcwtP8aUQpxN0e1xkWb1E80qoy+0uuRqb/50b/R4Q5qqSfJhkn6z8nwB10\n' + + '7RjLtJPrK8igxdpr3tGUzfAOyiPrIDncY7UJaL84GFp7WWAkH0WG3H8Y8DRcRXOU\n' + + 'mqDxDLUP3rNuow3jnGxiUY+gGX5OqaZg4f4P6QzOSmeQYs6nLpH0PiN00+oS1BbD\n' + + 'bpWdZEttILPI+vAYkU4QuBKKDjJL6HbSd+cn\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS eu-west-3 certificate CA 2019 to 2024 + * + * CN = Amazon RDS eu-west-3 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-18T17:03:15Z/2024-08-22T17:08:50Z + * F = 6F:79:56:B0:74:9C:C6:3E:3B:50:26:C8:51:55:08:F0:BB:7E:32:04 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEBzCCAu+gAwIBAgICJDQwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTgxNzAz\n' + + 'MTVaFw0yNDA4MjIxNzA4NTBaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzElMCMGA1UEAwwcQW1h\n' + + 'em9uIFJEUyBldS13ZXN0LTMgMjAxOSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n' + + 'ADCCAQoCggEBAL9bL7KE0n02DLVtlZ2PL+g/BuHpMYFq2JnE2RgompGurDIZdjmh\n' + + '1pxfL3nT+QIVMubuAOy8InRfkRxfpxyjKYdfLJTPJG+jDVL+wDcPpACFVqoV7Prg\n' + + 'pVYEV0lc5aoYw4bSeYFhdzgim6F8iyjoPnObjll9mo4XsHzSoqJLCd0QC+VG9Fw2\n' + + 'q+GDRZrLRmVM2oNGDRbGpGIFg77aRxRapFZa8SnUgs2AqzuzKiprVH5i0S0M6dWr\n' + + 'i+kk5epmTtkiDHceX+dP/0R1NcnkCPoQ9TglyXyPdUdTPPRfKCq12dftqll+u4mV\n' + + 'ARdN6WFjovxax8EAP2OAUTi1afY+1JFMj+sCAwEAAaNmMGQwDgYDVR0PAQH/BAQD\n' + + 'AgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFLfhrbrO5exkCVgxW0x3\n' + + 'Y2mAi8lNMB8GA1UdIwQYMBaAFHNfYNi8ywOY9CsXNC42WqZg/7wfMA0GCSqGSIb3\n' + + 'DQEBCwUAA4IBAQAigQ5VBNGyw+OZFXwxeJEAUYaXVoP/qrhTOJ6mCE2DXUVEoJeV\n' + + 'SxScy/TlFA9tJXqmit8JH8VQ/xDL4ubBfeMFAIAo4WzNWDVoeVMqphVEcDWBHsI1\n' + + 'AETWzfsapRS9yQekOMmxg63d/nV8xewIl8aNVTHdHYXMqhhik47VrmaVEok1UQb3\n' + + 'O971RadLXIEbVd9tjY5bMEHm89JsZDnDEw1hQXBb67Elu64OOxoKaHBgUH8AZn/2\n' + + 'zFsL1ynNUjOhCSAA15pgd1vjwc0YsBbAEBPcHBWYBEyME6NLNarjOzBl4FMtATSF\n' + + 'wWCKRGkvqN8oxYhwR2jf2rR5Mu4DWkK5Q8Ep\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS me-south-1 certificate CA 2019 to 2024 + * + * CN = Amazon RDS me-south-1 Root CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-05-10T21:48:27Z/2024-05-08T21:48:27Z + * F = 8A:69:D7:00:FB:5D:62:9C:B0:D1:75:6F:B7:B6:38:AA:76:C4:BD:1F + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEEjCCAvqgAwIBAgIJANew34ehz5l8MA0GCSqGSIb3DQEBCwUAMIGVMQswCQYD\n' + + 'VQQGEwJVUzEQMA4GA1UEBwwHU2VhdHRsZTETMBEGA1UECAwKV2FzaGluZ3RvbjEi\n' + + 'MCAGA1UECgwZQW1hem9uIFdlYiBTZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1h\n' + + 'em9uIFJEUzEmMCQGA1UEAwwdQW1hem9uIFJEUyBtZS1zb3V0aC0xIFJvb3QgQ0Ew\n' + + 'HhcNMTkwNTEwMjE0ODI3WhcNMjQwNTA4MjE0ODI3WjCBlTELMAkGA1UEBhMCVVMx\n' + + 'EDAOBgNVBAcMB1NlYXR0bGUxEzARBgNVBAgMCldhc2hpbmd0b24xIjAgBgNVBAoM\n' + + 'GUFtYXpvbiBXZWIgU2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMx\n' + + 'JjAkBgNVBAMMHUFtYXpvbiBSRFMgbWUtc291dGgtMSBSb290IENBMIIBIjANBgkq\n' + + 'hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp7BYV88MukcY+rq0r79+C8UzkT30fEfT\n' + + 'aPXbx1d6M7uheGN4FMaoYmL+JE1NZPaMRIPTHhFtLSdPccInvenRDIatcXX+jgOk\n' + + 'UA6lnHQ98pwN0pfDUyz/Vph4jBR9LcVkBbe0zdoKKp+HGbMPRU0N2yNrog9gM5O8\n' + + 'gkU/3O2csJ/OFQNnj4c2NQloGMUpEmedwJMOyQQfcUyt9CvZDfIPNnheUS29jGSw\n' + + 'ERpJe/AENu8Pxyc72jaXQuD+FEi2Ck6lBkSlWYQFhTottAeGvVFNCzKszCntrtqd\n' + + 'rdYUwurYsLTXDHv9nW2hfDUQa0mhXf9gNDOBIVAZugR9NqNRNyYLHQIDAQABo2Mw\n' + + 'YTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU54cf\n' + + 'DjgwBx4ycBH8+/r8WXdaiqYwHwYDVR0jBBgwFoAU54cfDjgwBx4ycBH8+/r8WXda\n' + + 'iqYwDQYJKoZIhvcNAQELBQADggEBAIIMTSPx/dR7jlcxggr+O6OyY49Rlap2laKA\n' + + 'eC/XI4ySP3vQkIFlP822U9Kh8a9s46eR0uiwV4AGLabcu0iKYfXjPkIprVCqeXV7\n' + + 'ny9oDtrbflyj7NcGdZLvuzSwgl9SYTJp7PVCZtZutsPYlbJrBPHwFABvAkMvRtDB\n' + + 'hitIg4AESDGPoCl94sYHpfDfjpUDMSrAMDUyO6DyBdZH5ryRMAs3lGtsmkkNUrso\n' + + 'aTW6R05681Z0mvkRdb+cdXtKOSuDZPoe2wJJIaz3IlNQNSrB5TImMYgmt6iAsFhv\n' + + '3vfTSTKrZDNTJn4ybG6pq1zWExoXsktZPylJly6R3RBwV6nwqBM=\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS sa-east-1 certificate CA 2019 to 2024 + * + * CN = Amazon RDS sa-east-1 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-05T18:46:29Z/2024-08-22T17:08:50Z + * F = 8C:34:0F:AA:FB:10:80:9C:05:CE:D7:BF:0B:12:4D:07:42:39:74:7A + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEBzCCAu+gAwIBAgICQ2QwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MDUxODQ2\n' + + 'MjlaFw0yNDA4MjIxNzA4NTBaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzElMCMGA1UEAwwcQW1h\n' + + 'em9uIFJEUyBzYS1lYXN0LTEgMjAxOSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n' + + 'ADCCAQoCggEBAMMvR+ReRnOzqJzoaPipNTt1Z2VA968jlN1+SYKUrYM3No+Vpz0H\n' + + 'M6Tn0oYB66ByVsXiGc28ulsqX1HbHsxqDPwvQTKvO7SrmDokoAkjJgLocOLUAeld\n' + + '5AwvUjxGRP6yY90NV7X786MpnYb2Il9DIIaV9HjCmPt+rjy2CZjS0UjPjCKNfB8J\n' + + 'bFjgW6GGscjeyGb/zFwcom5p4j0rLydbNaOr9wOyQrtt3ZQWLYGY9Zees/b8pmcc\n' + + 'Jt+7jstZ2UMV32OO/kIsJ4rMUn2r/uxccPwAc1IDeRSSxOrnFKhW3Cu69iB3bHp7\n' + + 'JbawY12g7zshE4I14sHjv3QoXASoXjx4xgMCAwEAAaNmMGQwDgYDVR0PAQH/BAQD\n' + + 'AgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI1Fc/Ql2jx+oJPgBVYq\n' + + 'ccgP0pQ8MB8GA1UdIwQYMBaAFHNfYNi8ywOY9CsXNC42WqZg/7wfMA0GCSqGSIb3\n' + + 'DQEBCwUAA4IBAQB4VVVabVp70myuYuZ3vltQIWqSUMhkaTzehMgGcHjMf9iLoZ/I\n' + + '93KiFUSGnek5cRePyS9wcpp0fcBT3FvkjpUdCjVtdttJgZFhBxgTd8y26ImdDDMR\n' + + '4+BUuhI5msvjL08f+Vkkpu1GQcGmyFVPFOy/UY8iefu+QyUuiBUnUuEDd49Hw0Fn\n' + + '/kIPII6Vj82a2mWV/Q8e+rgN8dIRksRjKI03DEoP8lhPlsOkhdwU6Uz9Vu6NOB2Q\n' + + 'Ls1kbcxAc7cFSyRVJEhh12Sz9d0q/CQSTFsVJKOjSNQBQfVnLz1GwO/IieUEAr4C\n' + + 'jkTntH0r1LX5b/GwN4R887LvjAEdTbg1his7\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS us-east-1 certificate CA 2019 to 2024 + * + * CN = Amazon RDS us-east-1 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-19T18:16:53Z/2024-08-22T17:08:50Z + * F = F0:ED:82:3E:D1:44:47:BA:B5:57:FD:F3:E4:92:74:66:98:8C:1C:78 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEBzCCAu+gAwIBAgICJVUwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTkxODE2\n' + + 'NTNaFw0yNDA4MjIxNzA4NTBaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzElMCMGA1UEAwwcQW1h\n' + + 'em9uIFJEUyB1cy1lYXN0LTEgMjAxOSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n' + + 'ADCCAQoCggEBAM3i/k2u6cqbMdcISGRvh+m+L0yaSIoOXjtpNEoIftAipTUYoMhL\n' + + 'InXGlQBVA4shkekxp1N7HXe1Y/iMaPEyb3n+16pf3vdjKl7kaSkIhjdUz3oVUEYt\n' + + 'i8Z/XeJJ9H2aEGuiZh3kHixQcZczn8cg3dA9aeeyLSEnTkl/npzLf//669Ammyhs\n' + + 'XcAo58yvT0D4E0D/EEHf2N7HRX7j/TlyWvw/39SW0usiCrHPKDLxByLojxLdHzso\n' + + 'QIp/S04m+eWn6rmD+uUiRteN1hI5ncQiA3wo4G37mHnUEKo6TtTUh+sd/ku6a8HK\n' + + 'glMBcgqudDI90s1OpuIAWmuWpY//8xEG2YECAwEAAaNmMGQwDgYDVR0PAQH/BAQD\n' + + 'AgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFPqhoWZcrVY9mU7tuemR\n' + + 'RBnQIj1jMB8GA1UdIwQYMBaAFHNfYNi8ywOY9CsXNC42WqZg/7wfMA0GCSqGSIb3\n' + + 'DQEBCwUAA4IBAQB6zOLZ+YINEs72heHIWlPZ8c6WY8MDU+Be5w1M+BK2kpcVhCUK\n' + + 'PJO4nMXpgamEX8DIiaO7emsunwJzMSvavSPRnxXXTKIc0i/g1EbiDjnYX9d85DkC\n' + + 'E1LaAUCmCZBVi9fIe0H2r9whIh4uLWZA41oMnJx/MOmo3XyMfQoWcqaSFlMqfZM4\n' + + '0rNoB/tdHLNuV4eIdaw2mlHxdWDtF4oH+HFm+2cVBUVC1jXKrFv/euRVtsTT+A6i\n' + + 'h2XBHKxQ1Y4HgAn0jACP2QSPEmuoQEIa57bEKEcZsBR8SDY6ZdTd2HLRIApcCOSF\n' + + 'MRM8CKLeF658I0XgF8D5EsYoKPsA+74Z+jDH\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS us-east-2 certificate CA 2019 to 2024 + * + * CN = Amazon RDS us-east-2 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-13T17:06:41Z/2024-08-22T17:08:50Z + * F = E9:FE:27:2A:A0:0F:CE:DF:AD:51:03:A6:94:F7:1F:6F:BD:1E:28:D3 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIECDCCAvCgAwIBAgIDAIVCMA0GCSqGSIb3DQEBCwUAMIGPMQswCQYDVQQGEwJV\n' + + 'UzEQMA4GA1UEBwwHU2VhdHRsZTETMBEGA1UECAwKV2FzaGluZ3RvbjEiMCAGA1UE\n' + + 'CgwZQW1hem9uIFdlYiBTZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJE\n' + + 'UzEgMB4GA1UEAwwXQW1hem9uIFJEUyBSb290IDIwMTkgQ0EwHhcNMTkwOTEzMTcw\n' + + 'NjQxWhcNMjQwODIyMTcwODUwWjCBlDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldh\n' + + 'c2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoMGUFtYXpvbiBXZWIg\n' + + 'U2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMxJTAjBgNVBAMMHEFt\n' + + 'YXpvbiBSRFMgdXMtZWFzdC0yIDIwMTkgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IB\n' + + 'DwAwggEKAoIBAQDE+T2xYjUbxOp+pv+gRA3FO24+1zCWgXTDF1DHrh1lsPg5k7ht\n' + + '2KPYzNc+Vg4E+jgPiW0BQnA6jStX5EqVh8BU60zELlxMNvpg4KumniMCZ3krtMUC\n' + + 'au1NF9rM7HBh+O+DYMBLK5eSIVt6lZosOb7bCi3V6wMLA8YqWSWqabkxwN4w0vXI\n' + + '8lu5uXXFRemHnlNf+yA/4YtN4uaAyd0ami9+klwdkZfkrDOaiy59haOeBGL8EB/c\n' + + 'dbJJlguHH5CpCscs3RKtOOjEonXnKXldxarFdkMzi+aIIjQ8GyUOSAXHtQHb3gZ4\n' + + 'nS6Ey0CMlwkB8vUObZU9fnjKJcL5QCQqOfwvAgMBAAGjZjBkMA4GA1UdDwEB/wQE\n' + + 'AwIBBjASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBQUPuRHohPxx4VjykmH\n' + + '6usGrLL1ETAfBgNVHSMEGDAWgBRzX2DYvMsDmPQrFzQuNlqmYP+8HzANBgkqhkiG\n' + + '9w0BAQsFAAOCAQEAUdR9Vb3y33Yj6X6KGtuthZ08SwjImVQPtknzpajNE5jOJAh8\n' + + 'quvQnU9nlnMO85fVDU1Dz3lLHGJ/YG1pt1Cqq2QQ200JcWCvBRgdvH6MjHoDQpqZ\n' + + 'HvQ3vLgOGqCLNQKFuet9BdpsHzsctKvCVaeBqbGpeCtt3Hh/26tgx0rorPLw90A2\n' + + 'V8QSkZJjlcKkLa58N5CMM8Xz8KLWg3MZeT4DmlUXVCukqK2RGuP2L+aME8dOxqNv\n' + + 'OnOz1zrL5mR2iJoDpk8+VE/eBDmJX40IJk6jBjWoxAO/RXq+vBozuF5YHN1ujE92\n' + + 'tO8HItgTp37XT8bJBAiAnt5mxw+NLSqtxk2QdQ==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS us-west-1 certificate CA 2019 to 2024 + * + * CN = Amazon RDS us-west-1 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-06T17:40:21Z/2024-08-22T17:08:50Z + * F = 1C:9F:DF:84:E6:13:32:F3:91:12:2D:0D:A5:9A:16:5D:AC:DC:E8:93 + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIECDCCAvCgAwIBAgIDAIkHMA0GCSqGSIb3DQEBCwUAMIGPMQswCQYDVQQGEwJV\n' + + 'UzEQMA4GA1UEBwwHU2VhdHRsZTETMBEGA1UECAwKV2FzaGluZ3RvbjEiMCAGA1UE\n' + + 'CgwZQW1hem9uIFdlYiBTZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJE\n' + + 'UzEgMB4GA1UEAwwXQW1hem9uIFJEUyBSb290IDIwMTkgQ0EwHhcNMTkwOTA2MTc0\n' + + 'MDIxWhcNMjQwODIyMTcwODUwWjCBlDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldh\n' + + 'c2hpbmd0b24xEDAOBgNVBAcMB1NlYXR0bGUxIjAgBgNVBAoMGUFtYXpvbiBXZWIg\n' + + 'U2VydmljZXMsIEluYy4xEzARBgNVBAsMCkFtYXpvbiBSRFMxJTAjBgNVBAMMHEFt\n' + + 'YXpvbiBSRFMgdXMtd2VzdC0xIDIwMTkgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IB\n' + + 'DwAwggEKAoIBAQDD2yzbbAl77OofTghDMEf624OvU0eS9O+lsdO0QlbfUfWa1Kd6\n' + + '0WkgjkLZGfSRxEHMCnrv4UPBSK/Qwn6FTjkDLgemhqBtAnplN4VsoDL+BkRX4Wwq\n' + + '/dSQJE2b+0hm9w9UMVGFDEq1TMotGGTD2B71eh9HEKzKhGzqiNeGsiX4VV+LJzdH\n' + + 'uM23eGisNqmd4iJV0zcAZ+Gbh2zK6fqTOCvXtm7Idccv8vZZnyk1FiWl3NR4WAgK\n' + + 'AkvWTIoFU3Mt7dIXKKClVmvssG8WHCkd3Xcb4FHy/G756UZcq67gMMTX/9fOFM/v\n' + + 'l5C0+CHl33Yig1vIDZd+fXV1KZD84dEJfEvHAgMBAAGjZjBkMA4GA1UdDwEB/wQE\n' + + 'AwIBBjASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBR+ap20kO/6A7pPxo3+\n' + + 'T3CfqZpQWjAfBgNVHSMEGDAWgBRzX2DYvMsDmPQrFzQuNlqmYP+8HzANBgkqhkiG\n' + + '9w0BAQsFAAOCAQEAHCJky2tPjPttlDM/RIqExupBkNrnSYnOK4kr9xJ3sl8UF2DA\n' + + 'PAnYsjXp3rfcjN/k/FVOhxwzi3cXJF/2Tjj39Bm/OEfYTOJDNYtBwB0VVH4ffa/6\n' + + 'tZl87jaIkrxJcreeeHqYMnIxeN0b/kliyA+a5L2Yb0VPjt9INq34QDc1v74FNZ17\n' + + '4z8nr1nzg4xsOWu0Dbjo966lm4nOYIGBRGOKEkHZRZ4mEiMgr3YLkv8gSmeitx57\n' + + 'Z6dVemNtUic/LVo5Iqw4n3TBS0iF2C1Q1xT/s3h+0SXZlfOWttzSluDvoMv5PvCd\n' + + 'pFjNn+aXLAALoihL1MJSsxydtsLjOBro5eK0Vw==\n' + + '-----END CERTIFICATE-----\n', + + /** + * Amazon RDS us-west-2 certificate CA 2019 to 2024 + * + * CN = Amazon RDS us-west-2 2019 CA + * OU = Amazon RDS + * O = Amazon Web Services, Inc. + * L = Seattle + * ST = Washington + * C = US + * P = 2019-09-16T18:21:15Z/2024-08-22T17:08:50Z + * F = C8:DE:1D:13:AD:35:9B:3D:EA:18:2A:DC:B4:79:6D:22:47:75:3C:4A + */ + '-----BEGIN CERTIFICATE-----\n' + + 'MIIEBzCCAu+gAwIBAgICUYkwDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNVBAYTAlVT\n' + + 'MRAwDgYDVQQHDAdTZWF0dGxlMRMwEQYDVQQIDApXYXNoaW5ndG9uMSIwIAYDVQQK\n' + + 'DBlBbWF6b24gV2ViIFNlcnZpY2VzLCBJbmMuMRMwEQYDVQQLDApBbWF6b24gUkRT\n' + + 'MSAwHgYDVQQDDBdBbWF6b24gUkRTIFJvb3QgMjAxOSBDQTAeFw0xOTA5MTYxODIx\n' + + 'MTVaFw0yNDA4MjIxNzA4NTBaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECAwKV2Fz\n' + + 'aGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEiMCAGA1UECgwZQW1hem9uIFdlYiBT\n' + + 'ZXJ2aWNlcywgSW5jLjETMBEGA1UECwwKQW1hem9uIFJEUzElMCMGA1UEAwwcQW1h\n' + + 'em9uIFJEUyB1cy13ZXN0LTIgMjAxOSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n' + + 'ADCCAQoCggEBANCEZBZyu6yJQFZBJmSUZfSZd3Ui2gitczMKC4FLr0QzkbxY+cLa\n' + + 'uVONIOrPt4Rwi+3h/UdnUg917xao3S53XDf1TDMFEYp4U8EFPXqCn/GXBIWlU86P\n' + + 'PvBN+gzw3nS+aco7WXb+woTouvFVkk8FGU7J532llW8o/9ydQyDIMtdIkKTuMfho\n' + + 'OiNHSaNc+QXQ32TgvM9A/6q7ksUoNXGCP8hDOkSZ/YOLiI5TcdLh/aWj00ziL5bj\n' + + 'pvytiMZkilnc9dLY9QhRNr0vGqL0xjmWdoEXz9/OwjmCihHqJq+20MJPsvFm7D6a\n' + + '2NKybR9U+ddrjb8/iyLOjURUZnj5O+2+OPcCAwEAAaNmMGQwDgYDVR0PAQH/BAQD\n' + + 'AgEGMBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFEBxMBdv81xuzqcK5TVu\n' + + 'pHj+Aor8MB8GA1UdIwQYMBaAFHNfYNi8ywOY9CsXNC42WqZg/7wfMA0GCSqGSIb3\n' + + 'DQEBCwUAA4IBAQBZkfiVqGoJjBI37aTlLOSjLcjI75L5wBrwO39q+B4cwcmpj58P\n' + + '3sivv+jhYfAGEbQnGRzjuFoyPzWnZ1DesRExX+wrmHsLLQbF2kVjLZhEJMHF9eB7\n' + + 'GZlTPdTzHErcnuXkwA/OqyXMpj9aghcQFuhCNguEfnROY9sAoK2PTfnTz9NJHL+Q\n' + + 'UpDLEJEUfc0GZMVWYhahc0x38ZnSY2SKacIPECQrTI0KpqZv/P+ijCEcMD9xmYEb\n' + + 'jL4en+XKS1uJpw5fIU5Sj0MxhdGstH6S84iAE5J3GM3XHklGSFwwqPYvuTXvANH6\n' + + 'uboynxRgSae59jIlAK6Jrr6GWMwQRbgcaAlW\n' + + '-----END CERTIFICATE-----\n' + ] +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/types.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/types.js" new file mode 100644 index 0000000..a33cd50 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/constants/types.js" @@ -0,0 +1,72 @@ +/** + * MySQL type constants + * + * Extracted from version 5.7.29 + * + * !! Generated by generate-type-constants.js, do not modify by hand !! + */ + +exports.DECIMAL = 0; +exports.TINY = 1; +exports.SHORT = 2; +exports.LONG = 3; +exports.FLOAT = 4; +exports.DOUBLE = 5; +exports.NULL = 6; +exports.TIMESTAMP = 7; +exports.LONGLONG = 8; +exports.INT24 = 9; +exports.DATE = 10; +exports.TIME = 11; +exports.DATETIME = 12; +exports.YEAR = 13; +exports.NEWDATE = 14; +exports.VARCHAR = 15; +exports.BIT = 16; +exports.TIMESTAMP2 = 17; +exports.DATETIME2 = 18; +exports.TIME2 = 19; +exports.JSON = 245; +exports.NEWDECIMAL = 246; +exports.ENUM = 247; +exports.SET = 248; +exports.TINY_BLOB = 249; +exports.MEDIUM_BLOB = 250; +exports.LONG_BLOB = 251; +exports.BLOB = 252; +exports.VAR_STRING = 253; +exports.STRING = 254; +exports.GEOMETRY = 255; + +// Lookup-by-number table +exports[0] = 'DECIMAL'; +exports[1] = 'TINY'; +exports[2] = 'SHORT'; +exports[3] = 'LONG'; +exports[4] = 'FLOAT'; +exports[5] = 'DOUBLE'; +exports[6] = 'NULL'; +exports[7] = 'TIMESTAMP'; +exports[8] = 'LONGLONG'; +exports[9] = 'INT24'; +exports[10] = 'DATE'; +exports[11] = 'TIME'; +exports[12] = 'DATETIME'; +exports[13] = 'YEAR'; +exports[14] = 'NEWDATE'; +exports[15] = 'VARCHAR'; +exports[16] = 'BIT'; +exports[17] = 'TIMESTAMP2'; +exports[18] = 'DATETIME2'; +exports[19] = 'TIME2'; +exports[245] = 'JSON'; +exports[246] = 'NEWDECIMAL'; +exports[247] = 'ENUM'; +exports[248] = 'SET'; +exports[249] = 'TINY_BLOB'; +exports[250] = 'MEDIUM_BLOB'; +exports[251] = 'LONG_BLOB'; +exports[252] = 'BLOB'; +exports[253] = 'VAR_STRING'; +exports[254] = 'STRING'; +exports[255] = 'GEOMETRY'; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js" new file mode 100644 index 0000000..c74e6ec --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/AuthSwitchRequestPacket.js" @@ -0,0 +1,20 @@ +module.exports = AuthSwitchRequestPacket; +function AuthSwitchRequestPacket(options) { + options = options || {}; + + this.status = 0xfe; + this.authMethodName = options.authMethodName; + this.authMethodData = options.authMethodData; +} + +AuthSwitchRequestPacket.prototype.parse = function parse(parser) { + this.status = parser.parseUnsignedNumber(1); + this.authMethodName = parser.parseNullTerminatedString(); + this.authMethodData = parser.parsePacketTerminatedBuffer(); +}; + +AuthSwitchRequestPacket.prototype.write = function write(writer) { + writer.writeUnsignedNumber(1, this.status); + writer.writeNullTerminatedString(this.authMethodName); + writer.writeBuffer(this.authMethodData); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js" new file mode 100644 index 0000000..488abbd --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/AuthSwitchResponsePacket.js" @@ -0,0 +1,14 @@ +module.exports = AuthSwitchResponsePacket; +function AuthSwitchResponsePacket(options) { + options = options || {}; + + this.data = options.data; +} + +AuthSwitchResponsePacket.prototype.parse = function parse(parser) { + this.data = parser.parsePacketTerminatedBuffer(); +}; + +AuthSwitchResponsePacket.prototype.write = function write(writer) { + writer.writeBuffer(this.data); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js" new file mode 100644 index 0000000..595db77 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ClientAuthenticationPacket.js" @@ -0,0 +1,54 @@ +var Buffer = require('safe-buffer').Buffer; + +module.exports = ClientAuthenticationPacket; +function ClientAuthenticationPacket(options) { + options = options || {}; + + this.clientFlags = options.clientFlags; + this.maxPacketSize = options.maxPacketSize; + this.charsetNumber = options.charsetNumber; + this.filler = undefined; + this.user = options.user; + this.scrambleBuff = options.scrambleBuff; + this.database = options.database; + this.protocol41 = options.protocol41; +} + +ClientAuthenticationPacket.prototype.parse = function(parser) { + if (this.protocol41) { + this.clientFlags = parser.parseUnsignedNumber(4); + this.maxPacketSize = parser.parseUnsignedNumber(4); + this.charsetNumber = parser.parseUnsignedNumber(1); + this.filler = parser.parseFiller(23); + this.user = parser.parseNullTerminatedString(); + this.scrambleBuff = parser.parseLengthCodedBuffer(); + this.database = parser.parseNullTerminatedString(); + } else { + this.clientFlags = parser.parseUnsignedNumber(2); + this.maxPacketSize = parser.parseUnsignedNumber(3); + this.user = parser.parseNullTerminatedString(); + this.scrambleBuff = parser.parseBuffer(8); + this.database = parser.parseLengthCodedBuffer(); + } +}; + +ClientAuthenticationPacket.prototype.write = function(writer) { + if (this.protocol41) { + writer.writeUnsignedNumber(4, this.clientFlags); + writer.writeUnsignedNumber(4, this.maxPacketSize); + writer.writeUnsignedNumber(1, this.charsetNumber); + writer.writeFiller(23); + writer.writeNullTerminatedString(this.user); + writer.writeLengthCodedBuffer(this.scrambleBuff); + writer.writeNullTerminatedString(this.database); + } else { + writer.writeUnsignedNumber(2, this.clientFlags); + writer.writeUnsignedNumber(3, this.maxPacketSize); + writer.writeNullTerminatedString(this.user); + writer.writeBuffer(this.scrambleBuff); + if (this.database && this.database.length) { + writer.writeFiller(1); + writer.writeBuffer(Buffer.from(this.database)); + } + } +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js" new file mode 100644 index 0000000..3278842 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComChangeUserPacket.js" @@ -0,0 +1,26 @@ +module.exports = ComChangeUserPacket; +function ComChangeUserPacket(options) { + options = options || {}; + + this.command = 0x11; + this.user = options.user; + this.scrambleBuff = options.scrambleBuff; + this.database = options.database; + this.charsetNumber = options.charsetNumber; +} + +ComChangeUserPacket.prototype.parse = function(parser) { + this.command = parser.parseUnsignedNumber(1); + this.user = parser.parseNullTerminatedString(); + this.scrambleBuff = parser.parseLengthCodedBuffer(); + this.database = parser.parseNullTerminatedString(); + this.charsetNumber = parser.parseUnsignedNumber(1); +}; + +ComChangeUserPacket.prototype.write = function(writer) { + writer.writeUnsignedNumber(1, this.command); + writer.writeNullTerminatedString(this.user); + writer.writeLengthCodedBuffer(this.scrambleBuff); + writer.writeNullTerminatedString(this.database); + writer.writeUnsignedNumber(2, this.charsetNumber); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComPingPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComPingPacket.js" new file mode 100644 index 0000000..dd332c9 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComPingPacket.js" @@ -0,0 +1,12 @@ +module.exports = ComPingPacket; +function ComPingPacket() { + this.command = 0x0e; +} + +ComPingPacket.prototype.write = function(writer) { + writer.writeUnsignedNumber(1, this.command); +}; + +ComPingPacket.prototype.parse = function(parser) { + this.command = parser.parseUnsignedNumber(1); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js" new file mode 100644 index 0000000..7ac191f --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComQueryPacket.js" @@ -0,0 +1,15 @@ +module.exports = ComQueryPacket; +function ComQueryPacket(sql) { + this.command = 0x03; + this.sql = sql; +} + +ComQueryPacket.prototype.write = function(writer) { + writer.writeUnsignedNumber(1, this.command); + writer.writeString(this.sql); +}; + +ComQueryPacket.prototype.parse = function(parser) { + this.command = parser.parseUnsignedNumber(1); + this.sql = parser.parsePacketTerminatedString(); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js" new file mode 100644 index 0000000..1104061 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComQuitPacket.js" @@ -0,0 +1,12 @@ +module.exports = ComQuitPacket; +function ComQuitPacket() { + this.command = 0x01; +} + +ComQuitPacket.prototype.parse = function parse(parser) { + this.command = parser.parseUnsignedNumber(1); +}; + +ComQuitPacket.prototype.write = function write(writer) { + writer.writeUnsignedNumber(1, this.command); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js" new file mode 100644 index 0000000..5e3913e --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ComStatisticsPacket.js" @@ -0,0 +1,12 @@ +module.exports = ComStatisticsPacket; +function ComStatisticsPacket() { + this.command = 0x09; +} + +ComStatisticsPacket.prototype.write = function(writer) { + writer.writeUnsignedNumber(1, this.command); +}; + +ComStatisticsPacket.prototype.parse = function(parser) { + this.command = parser.parseUnsignedNumber(1); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/EmptyPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/EmptyPacket.js" new file mode 100644 index 0000000..27dd686 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/EmptyPacket.js" @@ -0,0 +1,9 @@ +module.exports = EmptyPacket; +function EmptyPacket() { +} + +EmptyPacket.prototype.parse = function parse() { +}; + +EmptyPacket.prototype.write = function write() { +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/EofPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/EofPacket.js" new file mode 100644 index 0000000..b80ca5e --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/EofPacket.js" @@ -0,0 +1,25 @@ +module.exports = EofPacket; +function EofPacket(options) { + options = options || {}; + + this.fieldCount = undefined; + this.warningCount = options.warningCount; + this.serverStatus = options.serverStatus; + this.protocol41 = options.protocol41; +} + +EofPacket.prototype.parse = function(parser) { + this.fieldCount = parser.parseUnsignedNumber(1); + if (this.protocol41) { + this.warningCount = parser.parseUnsignedNumber(2); + this.serverStatus = parser.parseUnsignedNumber(2); + } +}; + +EofPacket.prototype.write = function(writer) { + writer.writeUnsignedNumber(1, 0xfe); + if (this.protocol41) { + writer.writeUnsignedNumber(2, this.warningCount); + writer.writeUnsignedNumber(2, this.serverStatus); + } +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ErrorPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ErrorPacket.js" new file mode 100644 index 0000000..e03de00 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ErrorPacket.js" @@ -0,0 +1,35 @@ +module.exports = ErrorPacket; +function ErrorPacket(options) { + options = options || {}; + + this.fieldCount = options.fieldCount; + this.errno = options.errno; + this.sqlStateMarker = options.sqlStateMarker; + this.sqlState = options.sqlState; + this.message = options.message; +} + +ErrorPacket.prototype.parse = function(parser) { + this.fieldCount = parser.parseUnsignedNumber(1); + this.errno = parser.parseUnsignedNumber(2); + + // sqlStateMarker ('#' = 0x23) indicates error packet format + if (parser.peak() === 0x23) { + this.sqlStateMarker = parser.parseString(1); + this.sqlState = parser.parseString(5); + } + + this.message = parser.parsePacketTerminatedString(); +}; + +ErrorPacket.prototype.write = function(writer) { + writer.writeUnsignedNumber(1, 0xff); + writer.writeUnsignedNumber(2, this.errno); + + if (this.sqlStateMarker) { + writer.writeString(this.sqlStateMarker); + writer.writeString(this.sqlState); + } + + writer.writeString(this.message); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/Field.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/Field.js" new file mode 100644 index 0000000..a5d58ed --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/Field.js" @@ -0,0 +1,26 @@ +var Types = require('../constants/types'); + +module.exports = Field; +function Field(options) { + options = options || {}; + + this.parser = options.parser; + this.packet = options.packet; + this.db = options.packet.db; + this.table = options.packet.table; + this.name = options.packet.name; + this.type = Types[options.packet.type]; + this.length = options.packet.length; +} + +Field.prototype.string = function () { + return this.parser.parseLengthCodedString(); +}; + +Field.prototype.buffer = function () { + return this.parser.parseLengthCodedBuffer(); +}; + +Field.prototype.geometry = function () { + return this.parser.parseGeometryValue(); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/FieldPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/FieldPacket.js" new file mode 100644 index 0000000..12cfed1 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/FieldPacket.js" @@ -0,0 +1,93 @@ +module.exports = FieldPacket; +function FieldPacket(options) { + options = options || {}; + + this.catalog = options.catalog; + this.db = options.db; + this.table = options.table; + this.orgTable = options.orgTable; + this.name = options.name; + this.orgName = options.orgName; + this.charsetNr = options.charsetNr; + this.length = options.length; + this.type = options.type; + this.flags = options.flags; + this.decimals = options.decimals; + this.default = options.default; + this.zeroFill = options.zeroFill; + this.protocol41 = options.protocol41; +} + +FieldPacket.prototype.parse = function(parser) { + if (this.protocol41) { + this.catalog = parser.parseLengthCodedString(); + this.db = parser.parseLengthCodedString(); + this.table = parser.parseLengthCodedString(); + this.orgTable = parser.parseLengthCodedString(); + this.name = parser.parseLengthCodedString(); + this.orgName = parser.parseLengthCodedString(); + + if (parser.parseLengthCodedNumber() !== 0x0c) { + var err = new TypeError('Received invalid field length'); + err.code = 'PARSER_INVALID_FIELD_LENGTH'; + throw err; + } + + this.charsetNr = parser.parseUnsignedNumber(2); + this.length = parser.parseUnsignedNumber(4); + this.type = parser.parseUnsignedNumber(1); + this.flags = parser.parseUnsignedNumber(2); + this.decimals = parser.parseUnsignedNumber(1); + + var filler = parser.parseBuffer(2); + if (filler[0] !== 0x0 || filler[1] !== 0x0) { + var err = new TypeError('Received invalid filler'); + err.code = 'PARSER_INVALID_FILLER'; + throw err; + } + + // parsed flags + this.zeroFill = (this.flags & 0x0040 ? true : false); + + if (parser.reachedPacketEnd()) { + return; + } + + this.default = parser.parseLengthCodedString(); + } else { + this.table = parser.parseLengthCodedString(); + this.name = parser.parseLengthCodedString(); + this.length = parser.parseUnsignedNumber(parser.parseUnsignedNumber(1)); + this.type = parser.parseUnsignedNumber(parser.parseUnsignedNumber(1)); + } +}; + +FieldPacket.prototype.write = function(writer) { + if (this.protocol41) { + writer.writeLengthCodedString(this.catalog); + writer.writeLengthCodedString(this.db); + writer.writeLengthCodedString(this.table); + writer.writeLengthCodedString(this.orgTable); + writer.writeLengthCodedString(this.name); + writer.writeLengthCodedString(this.orgName); + + writer.writeLengthCodedNumber(0x0c); + writer.writeUnsignedNumber(2, this.charsetNr || 0); + writer.writeUnsignedNumber(4, this.length || 0); + writer.writeUnsignedNumber(1, this.type || 0); + writer.writeUnsignedNumber(2, this.flags || 0); + writer.writeUnsignedNumber(1, this.decimals || 0); + writer.writeFiller(2); + + if (this.default !== undefined) { + writer.writeLengthCodedString(this.default); + } + } else { + writer.writeLengthCodedString(this.table); + writer.writeLengthCodedString(this.name); + writer.writeUnsignedNumber(1, 0x01); + writer.writeUnsignedNumber(1, this.length); + writer.writeUnsignedNumber(1, 0x01); + writer.writeUnsignedNumber(1, this.type); + } +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js" new file mode 100644 index 0000000..b251063 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/HandshakeInitializationPacket.js" @@ -0,0 +1,103 @@ +var Buffer = require('safe-buffer').Buffer; +var Client = require('../constants/client'); + +module.exports = HandshakeInitializationPacket; +function HandshakeInitializationPacket(options) { + options = options || {}; + + this.protocolVersion = options.protocolVersion; + this.serverVersion = options.serverVersion; + this.threadId = options.threadId; + this.scrambleBuff1 = options.scrambleBuff1; + this.filler1 = options.filler1; + this.serverCapabilities1 = options.serverCapabilities1; + this.serverLanguage = options.serverLanguage; + this.serverStatus = options.serverStatus; + this.serverCapabilities2 = options.serverCapabilities2; + this.scrambleLength = options.scrambleLength; + this.filler2 = options.filler2; + this.scrambleBuff2 = options.scrambleBuff2; + this.filler3 = options.filler3; + this.pluginData = options.pluginData; + this.protocol41 = options.protocol41; + + if (this.protocol41) { + // force set the bit in serverCapabilities1 + this.serverCapabilities1 |= Client.CLIENT_PROTOCOL_41; + } +} + +HandshakeInitializationPacket.prototype.parse = function(parser) { + this.protocolVersion = parser.parseUnsignedNumber(1); + this.serverVersion = parser.parseNullTerminatedString(); + this.threadId = parser.parseUnsignedNumber(4); + this.scrambleBuff1 = parser.parseBuffer(8); + this.filler1 = parser.parseFiller(1); + this.serverCapabilities1 = parser.parseUnsignedNumber(2); + this.serverLanguage = parser.parseUnsignedNumber(1); + this.serverStatus = parser.parseUnsignedNumber(2); + + this.protocol41 = (this.serverCapabilities1 & (1 << 9)) > 0; + + if (this.protocol41) { + this.serverCapabilities2 = parser.parseUnsignedNumber(2); + this.scrambleLength = parser.parseUnsignedNumber(1); + this.filler2 = parser.parseFiller(10); + // scrambleBuff2 should be 0x00 terminated, but sphinx does not do this + // so we assume scrambleBuff2 to be 12 byte and treat the next byte as a + // filler byte. + this.scrambleBuff2 = parser.parseBuffer(12); + this.filler3 = parser.parseFiller(1); + } else { + this.filler2 = parser.parseFiller(13); + } + + if (parser.reachedPacketEnd()) { + return; + } + + // According to the docs this should be 0x00 terminated, but MariaDB does + // not do this, so we assume this string to be packet terminated. + this.pluginData = parser.parsePacketTerminatedString(); + + // However, if there is a trailing '\0', strip it + var lastChar = this.pluginData.length - 1; + if (this.pluginData[lastChar] === '\0') { + this.pluginData = this.pluginData.substr(0, lastChar); + } +}; + +HandshakeInitializationPacket.prototype.write = function(writer) { + writer.writeUnsignedNumber(1, this.protocolVersion); + writer.writeNullTerminatedString(this.serverVersion); + writer.writeUnsignedNumber(4, this.threadId); + writer.writeBuffer(this.scrambleBuff1); + writer.writeFiller(1); + writer.writeUnsignedNumber(2, this.serverCapabilities1); + writer.writeUnsignedNumber(1, this.serverLanguage); + writer.writeUnsignedNumber(2, this.serverStatus); + if (this.protocol41) { + writer.writeUnsignedNumber(2, this.serverCapabilities2); + writer.writeUnsignedNumber(1, this.scrambleLength); + writer.writeFiller(10); + } + writer.writeNullTerminatedBuffer(this.scrambleBuff2); + + if (this.pluginData !== undefined) { + writer.writeNullTerminatedString(this.pluginData); + } +}; + +HandshakeInitializationPacket.prototype.scrambleBuff = function() { + var buffer = null; + + if (typeof this.scrambleBuff2 === 'undefined') { + buffer = Buffer.from(this.scrambleBuff1); + } else { + buffer = Buffer.allocUnsafe(this.scrambleBuff1.length + this.scrambleBuff2.length); + this.scrambleBuff1.copy(buffer, 0); + this.scrambleBuff2.copy(buffer, this.scrambleBuff1.length); + } + + return buffer; +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js" new file mode 100644 index 0000000..af7aaa0 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/LocalDataFilePacket.js" @@ -0,0 +1,15 @@ +module.exports = LocalDataFilePacket; + +/** + * Create a new LocalDataFilePacket + * @constructor + * @param {Buffer} data The data contents of the packet + * @public + */ +function LocalDataFilePacket(data) { + this.data = data; +} + +LocalDataFilePacket.prototype.write = function(writer) { + writer.writeBuffer(this.data); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js" new file mode 100644 index 0000000..b1f68ba --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/LocalInfileRequestPacket.js" @@ -0,0 +1,21 @@ +module.exports = LocalInfileRequestPacket; +function LocalInfileRequestPacket(options) { + options = options || {}; + + this.filename = options.filename; +} + +LocalInfileRequestPacket.prototype.parse = function parse(parser) { + if (parser.parseLengthCodedNumber() !== null) { + var err = new TypeError('Received invalid field length'); + err.code = 'PARSER_INVALID_FIELD_LENGTH'; + throw err; + } + + this.filename = parser.parsePacketTerminatedString(); +}; + +LocalInfileRequestPacket.prototype.write = function write(writer) { + writer.writeLengthCodedNumber(null); + writer.writeString(this.filename); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/OkPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/OkPacket.js" new file mode 100644 index 0000000..7caf3b0 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/OkPacket.js" @@ -0,0 +1,44 @@ + +// Language-neutral expression to match ER_UPDATE_INFO +var ER_UPDATE_INFO_REGEXP = /^[^:0-9]+: [0-9]+[^:0-9]+: ([0-9]+)[^:0-9]+: [0-9]+[^:0-9]*$/; + +module.exports = OkPacket; +function OkPacket(options) { + options = options || {}; + + this.fieldCount = undefined; + this.affectedRows = undefined; + this.insertId = undefined; + this.serverStatus = undefined; + this.warningCount = undefined; + this.message = undefined; + this.protocol41 = options.protocol41; +} + +OkPacket.prototype.parse = function(parser) { + this.fieldCount = parser.parseUnsignedNumber(1); + this.affectedRows = parser.parseLengthCodedNumber(); + this.insertId = parser.parseLengthCodedNumber(); + if (this.protocol41) { + this.serverStatus = parser.parseUnsignedNumber(2); + this.warningCount = parser.parseUnsignedNumber(2); + } + this.message = parser.parsePacketTerminatedString(); + this.changedRows = 0; + + var m = ER_UPDATE_INFO_REGEXP.exec(this.message); + if (m !== null) { + this.changedRows = parseInt(m[1], 10); + } +}; + +OkPacket.prototype.write = function(writer) { + writer.writeUnsignedNumber(1, 0x00); + writer.writeLengthCodedNumber(this.affectedRows || 0); + writer.writeLengthCodedNumber(this.insertId || 0); + if (this.protocol41) { + writer.writeUnsignedNumber(2, this.serverStatus || 0); + writer.writeUnsignedNumber(2, this.warningCount || 0); + } + writer.writeString(this.message); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js" new file mode 100644 index 0000000..a729510 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/OldPasswordPacket.js" @@ -0,0 +1,14 @@ +module.exports = OldPasswordPacket; +function OldPasswordPacket(options) { + options = options || {}; + + this.scrambleBuff = options.scrambleBuff; +} + +OldPasswordPacket.prototype.parse = function(parser) { + this.scrambleBuff = parser.parsePacketTerminatedBuffer(); +}; + +OldPasswordPacket.prototype.write = function(writer) { + writer.writeBuffer(this.scrambleBuff); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js" new file mode 100644 index 0000000..a097ea1 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/ResultSetHeaderPacket.js" @@ -0,0 +1,14 @@ +module.exports = ResultSetHeaderPacket; +function ResultSetHeaderPacket(options) { + options = options || {}; + + this.fieldCount = options.fieldCount; +} + +ResultSetHeaderPacket.prototype.parse = function(parser) { + this.fieldCount = parser.parseLengthCodedNumber(); +}; + +ResultSetHeaderPacket.prototype.write = function(writer) { + writer.writeLengthCodedNumber(this.fieldCount); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/RowDataPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/RowDataPacket.js" new file mode 100644 index 0000000..b8ec4b8 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/RowDataPacket.js" @@ -0,0 +1,130 @@ +var Types = require('../constants/types'); +var Charsets = require('../constants/charsets'); +var Field = require('./Field'); +var IEEE_754_BINARY_64_PRECISION = Math.pow(2, 53); + +module.exports = RowDataPacket; +function RowDataPacket() { +} + +Object.defineProperty(RowDataPacket.prototype, 'parse', { + configurable : true, + enumerable : false, + value : parse +}); + +Object.defineProperty(RowDataPacket.prototype, '_typeCast', { + configurable : true, + enumerable : false, + value : typeCast +}); + +function parse(parser, fieldPackets, typeCast, nestTables, connection) { + var self = this; + var next = function () { + return self._typeCast(fieldPacket, parser, connection.config.timezone, connection.config.supportBigNumbers, connection.config.bigNumberStrings, connection.config.dateStrings); + }; + + for (var i = 0; i < fieldPackets.length; i++) { + var fieldPacket = fieldPackets[i]; + var value; + + if (typeof typeCast === 'function') { + value = typeCast.apply(connection, [ new Field({ packet: fieldPacket, parser: parser }), next ]); + } else { + value = (typeCast) + ? this._typeCast(fieldPacket, parser, connection.config.timezone, connection.config.supportBigNumbers, connection.config.bigNumberStrings, connection.config.dateStrings) + : ( (fieldPacket.charsetNr === Charsets.BINARY) + ? parser.parseLengthCodedBuffer() + : parser.parseLengthCodedString() ); + } + + if (typeof nestTables === 'string' && nestTables.length) { + this[fieldPacket.table + nestTables + fieldPacket.name] = value; + } else if (nestTables) { + this[fieldPacket.table] = this[fieldPacket.table] || {}; + this[fieldPacket.table][fieldPacket.name] = value; + } else { + this[fieldPacket.name] = value; + } + } +} + +function typeCast(field, parser, timeZone, supportBigNumbers, bigNumberStrings, dateStrings) { + var numberString; + + switch (field.type) { + case Types.TIMESTAMP: + case Types.TIMESTAMP2: + case Types.DATE: + case Types.DATETIME: + case Types.DATETIME2: + case Types.NEWDATE: + var dateString = parser.parseLengthCodedString(); + + if (typeMatch(field.type, dateStrings)) { + return dateString; + } + + if (dateString === null) { + return null; + } + + var originalString = dateString; + if (field.type === Types.DATE) { + dateString += ' 00:00:00'; + } + + if (timeZone !== 'local') { + dateString += ' ' + timeZone; + } + + var dt = new Date(dateString); + if (isNaN(dt.getTime())) { + return originalString; + } + + return dt; + case Types.TINY: + case Types.SHORT: + case Types.LONG: + case Types.INT24: + case Types.YEAR: + case Types.FLOAT: + case Types.DOUBLE: + numberString = parser.parseLengthCodedString(); + return (numberString === null || (field.zeroFill && numberString[0] === '0')) + ? numberString : Number(numberString); + case Types.NEWDECIMAL: + case Types.LONGLONG: + numberString = parser.parseLengthCodedString(); + return (numberString === null || (field.zeroFill && numberString[0] === '0')) + ? numberString + : ((supportBigNumbers && (bigNumberStrings || (Number(numberString) >= IEEE_754_BINARY_64_PRECISION) || Number(numberString) <= -IEEE_754_BINARY_64_PRECISION)) + ? numberString + : Number(numberString)); + case Types.BIT: + return parser.parseLengthCodedBuffer(); + case Types.STRING: + case Types.VAR_STRING: + case Types.TINY_BLOB: + case Types.MEDIUM_BLOB: + case Types.LONG_BLOB: + case Types.BLOB: + return (field.charsetNr === Charsets.BINARY) + ? parser.parseLengthCodedBuffer() + : parser.parseLengthCodedString(); + case Types.GEOMETRY: + return parser.parseGeometryValue(); + default: + return parser.parseLengthCodedString(); + } +} + +function typeMatch(type, list) { + if (Array.isArray(list)) { + return list.indexOf(Types[type]) !== -1; + } else { + return Boolean(list); + } +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js" new file mode 100644 index 0000000..a57cfc1 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/SSLRequestPacket.js" @@ -0,0 +1,27 @@ +// http://dev.mysql.com/doc/internals/en/ssl.html +// http://dev.mysql.com/doc/internals/en/connection-phase-packets.html#packet-Protocol::SSLRequest + +var ClientConstants = require('../constants/client'); + +module.exports = SSLRequestPacket; + +function SSLRequestPacket(options) { + options = options || {}; + this.clientFlags = options.clientFlags | ClientConstants.CLIENT_SSL; + this.maxPacketSize = options.maxPacketSize; + this.charsetNumber = options.charsetNumber; +} + +SSLRequestPacket.prototype.parse = function(parser) { + // TODO: check SSLRequest packet v41 vs pre v41 + this.clientFlags = parser.parseUnsignedNumber(4); + this.maxPacketSize = parser.parseUnsignedNumber(4); + this.charsetNumber = parser.parseUnsignedNumber(1); +}; + +SSLRequestPacket.prototype.write = function(writer) { + writer.writeUnsignedNumber(4, this.clientFlags); + writer.writeUnsignedNumber(4, this.maxPacketSize); + writer.writeUnsignedNumber(1, this.charsetNumber); + writer.writeFiller(23); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js" new file mode 100644 index 0000000..5f70b3b --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/StatisticsPacket.js" @@ -0,0 +1,20 @@ +module.exports = StatisticsPacket; +function StatisticsPacket() { + this.message = undefined; +} + +StatisticsPacket.prototype.parse = function(parser) { + this.message = parser.parsePacketTerminatedString(); + + var items = this.message.split(/\s\s/); + for (var i = 0; i < items.length; i++) { + var m = items[i].match(/^(.+)\:\s+(.+)$/); + if (m !== null) { + this[m[1].toLowerCase().replace(/\s/g, '_')] = Number(m[2]); + } + } +}; + +StatisticsPacket.prototype.write = function(writer) { + writer.writeString(this.message); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js" new file mode 100644 index 0000000..d73bf44 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/UseOldPasswordPacket.js" @@ -0,0 +1,14 @@ +module.exports = UseOldPasswordPacket; +function UseOldPasswordPacket(options) { + options = options || {}; + + this.firstByte = options.firstByte || 0xfe; +} + +UseOldPasswordPacket.prototype.parse = function(parser) { + this.firstByte = parser.parseUnsignedNumber(1); +}; + +UseOldPasswordPacket.prototype.write = function(writer) { + writer.writeUnsignedNumber(1, this.firstByte); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/index.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/index.js" new file mode 100644 index 0000000..5e93524 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/packets/index.js" @@ -0,0 +1,23 @@ +exports.AuthSwitchRequestPacket = require('./AuthSwitchRequestPacket'); +exports.AuthSwitchResponsePacket = require('./AuthSwitchResponsePacket'); +exports.ClientAuthenticationPacket = require('./ClientAuthenticationPacket'); +exports.ComChangeUserPacket = require('./ComChangeUserPacket'); +exports.ComPingPacket = require('./ComPingPacket'); +exports.ComQueryPacket = require('./ComQueryPacket'); +exports.ComQuitPacket = require('./ComQuitPacket'); +exports.ComStatisticsPacket = require('./ComStatisticsPacket'); +exports.EmptyPacket = require('./EmptyPacket'); +exports.EofPacket = require('./EofPacket'); +exports.ErrorPacket = require('./ErrorPacket'); +exports.Field = require('./Field'); +exports.FieldPacket = require('./FieldPacket'); +exports.HandshakeInitializationPacket = require('./HandshakeInitializationPacket'); +exports.LocalDataFilePacket = require('./LocalDataFilePacket'); +exports.LocalInfileRequestPacket = require('./LocalInfileRequestPacket'); +exports.OkPacket = require('./OkPacket'); +exports.OldPasswordPacket = require('./OldPasswordPacket'); +exports.ResultSetHeaderPacket = require('./ResultSetHeaderPacket'); +exports.RowDataPacket = require('./RowDataPacket'); +exports.SSLRequestPacket = require('./SSLRequestPacket'); +exports.StatisticsPacket = require('./StatisticsPacket'); +exports.UseOldPasswordPacket = require('./UseOldPasswordPacket'); diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/ChangeUser.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/ChangeUser.js" new file mode 100644 index 0000000..e1cc1fb --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/ChangeUser.js" @@ -0,0 +1,67 @@ +var Sequence = require('./Sequence'); +var Util = require('util'); +var Packets = require('../packets'); +var Auth = require('../Auth'); + +module.exports = ChangeUser; +Util.inherits(ChangeUser, Sequence); +function ChangeUser(options, callback) { + Sequence.call(this, options, callback); + + this._user = options.user; + this._password = options.password; + this._database = options.database; + this._charsetNumber = options.charsetNumber; + this._currentConfig = options.currentConfig; +} + +ChangeUser.prototype.determinePacket = function determinePacket(firstByte) { + switch (firstByte) { + case 0xfe: return Packets.AuthSwitchRequestPacket; + case 0xff: return Packets.ErrorPacket; + default: return undefined; + } +}; + +ChangeUser.prototype.start = function(handshakeInitializationPacket) { + var scrambleBuff = handshakeInitializationPacket.scrambleBuff(); + scrambleBuff = Auth.token(this._password, scrambleBuff); + + var packet = new Packets.ComChangeUserPacket({ + user : this._user, + scrambleBuff : scrambleBuff, + database : this._database, + charsetNumber : this._charsetNumber + }); + + this._currentConfig.user = this._user; + this._currentConfig.password = this._password; + this._currentConfig.database = this._database; + this._currentConfig.charsetNumber = this._charsetNumber; + + this.emit('packet', packet); +}; + +ChangeUser.prototype['AuthSwitchRequestPacket'] = function (packet) { + var name = packet.authMethodName; + var data = Auth.auth(name, packet.authMethodData, { + password: this._password + }); + + if (data !== undefined) { + this.emit('packet', new Packets.AuthSwitchResponsePacket({ + data: data + })); + } else { + var err = new Error('MySQL is requesting the ' + name + ' authentication method, which is not supported.'); + err.code = 'UNSUPPORTED_AUTH_METHOD'; + err.fatal = true; + this.end(err); + } +}; + +ChangeUser.prototype['ErrorPacket'] = function(packet) { + var err = this._packetToError(packet); + err.fatal = true; + this.end(err); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Handshake.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Handshake.js" new file mode 100644 index 0000000..8fad0fc --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Handshake.js" @@ -0,0 +1,126 @@ +var Sequence = require('./Sequence'); +var Util = require('util'); +var Packets = require('../packets'); +var Auth = require('../Auth'); +var ClientConstants = require('../constants/client'); + +module.exports = Handshake; +Util.inherits(Handshake, Sequence); +function Handshake(options, callback) { + Sequence.call(this, options, callback); + + options = options || {}; + + this._config = options.config; + this._handshakeInitializationPacket = null; +} + +Handshake.prototype.determinePacket = function determinePacket(firstByte, parser) { + if (firstByte === 0xff) { + return Packets.ErrorPacket; + } + + if (!this._handshakeInitializationPacket) { + return Packets.HandshakeInitializationPacket; + } + + if (firstByte === 0xfe) { + return (parser.packetLength() === 1) + ? Packets.UseOldPasswordPacket + : Packets.AuthSwitchRequestPacket; + } + + return undefined; +}; + +Handshake.prototype['AuthSwitchRequestPacket'] = function (packet) { + var name = packet.authMethodName; + var data = Auth.auth(name, packet.authMethodData, { + password: this._config.password + }); + + if (data !== undefined) { + this.emit('packet', new Packets.AuthSwitchResponsePacket({ + data: data + })); + } else { + var err = new Error('MySQL is requesting the ' + name + ' authentication method, which is not supported.'); + err.code = 'UNSUPPORTED_AUTH_METHOD'; + err.fatal = true; + this.end(err); + } +}; + +Handshake.prototype['HandshakeInitializationPacket'] = function(packet) { + this._handshakeInitializationPacket = packet; + + this._config.protocol41 = packet.protocol41; + + var serverSSLSupport = packet.serverCapabilities1 & ClientConstants.CLIENT_SSL; + + if (this._config.ssl) { + if (!serverSSLSupport) { + var err = new Error('Server does not support secure connection'); + + err.code = 'HANDSHAKE_NO_SSL_SUPPORT'; + err.fatal = true; + + this.end(err); + return; + } + + this._config.clientFlags |= ClientConstants.CLIENT_SSL; + this.emit('packet', new Packets.SSLRequestPacket({ + clientFlags : this._config.clientFlags, + maxPacketSize : this._config.maxPacketSize, + charsetNumber : this._config.charsetNumber + })); + this.emit('start-tls'); + } else { + this._sendCredentials(); + } +}; + +Handshake.prototype._tlsUpgradeCompleteHandler = function() { + this._sendCredentials(); +}; + +Handshake.prototype._sendCredentials = function() { + var packet = this._handshakeInitializationPacket; + this.emit('packet', new Packets.ClientAuthenticationPacket({ + clientFlags : this._config.clientFlags, + maxPacketSize : this._config.maxPacketSize, + charsetNumber : this._config.charsetNumber, + user : this._config.user, + database : this._config.database, + protocol41 : packet.protocol41, + scrambleBuff : (packet.protocol41) + ? Auth.token(this._config.password, packet.scrambleBuff()) + : Auth.scramble323(packet.scrambleBuff(), this._config.password) + })); +}; + +Handshake.prototype['UseOldPasswordPacket'] = function() { + if (!this._config.insecureAuth) { + var err = new Error( + 'MySQL server is requesting the old and insecure pre-4.1 auth mechanism. ' + + 'Upgrade the user password or use the {insecureAuth: true} option.' + ); + + err.code = 'HANDSHAKE_INSECURE_AUTH'; + err.fatal = true; + + this.end(err); + return; + } + + this.emit('packet', new Packets.OldPasswordPacket({ + scrambleBuff: Auth.scramble323(this._handshakeInitializationPacket.scrambleBuff(), this._config.password) + })); +}; + +Handshake.prototype['ErrorPacket'] = function(packet) { + var err = this._packetToError(packet, true); + err.fatal = true; + this.end(err); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Ping.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Ping.js" new file mode 100644 index 0000000..230f3c1 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Ping.js" @@ -0,0 +1,19 @@ +var Sequence = require('./Sequence'); +var Util = require('util'); +var Packets = require('../packets'); + +module.exports = Ping; +Util.inherits(Ping, Sequence); + +function Ping(options, callback) { + if (!callback && typeof options === 'function') { + callback = options; + options = {}; + } + + Sequence.call(this, options, callback); +} + +Ping.prototype.start = function() { + this.emit('packet', new Packets.ComPingPacket()); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Query.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Query.js" new file mode 100644 index 0000000..b763295 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Query.js" @@ -0,0 +1,228 @@ +var ClientConstants = require('../constants/client'); +var fs = require('fs'); +var Packets = require('../packets'); +var ResultSet = require('../ResultSet'); +var Sequence = require('./Sequence'); +var ServerStatus = require('../constants/server_status'); +var Readable = require('readable-stream'); +var Util = require('util'); + +module.exports = Query; +Util.inherits(Query, Sequence); +function Query(options, callback) { + Sequence.call(this, options, callback); + + this.sql = options.sql; + this.values = options.values; + this.typeCast = (options.typeCast === undefined) + ? true + : options.typeCast; + this.nestTables = options.nestTables || false; + + this._resultSet = null; + this._results = []; + this._fields = []; + this._index = 0; + this._loadError = null; +} + +Query.prototype.start = function() { + this.emit('packet', new Packets.ComQueryPacket(this.sql)); +}; + +Query.prototype.determinePacket = function determinePacket(byte, parser) { + var resultSet = this._resultSet; + + if (!resultSet) { + switch (byte) { + case 0x00: return Packets.OkPacket; + case 0xfb: return Packets.LocalInfileRequestPacket; + case 0xff: return Packets.ErrorPacket; + default: return Packets.ResultSetHeaderPacket; + } + } + + if (resultSet.eofPackets.length === 0) { + return (resultSet.fieldPackets.length < resultSet.resultSetHeaderPacket.fieldCount) + ? Packets.FieldPacket + : Packets.EofPacket; + } + + if (byte === 0xff) { + return Packets.ErrorPacket; + } + + if (byte === 0xfe && parser.packetLength() < 9) { + return Packets.EofPacket; + } + + return Packets.RowDataPacket; +}; + +Query.prototype['OkPacket'] = function(packet) { + // try...finally for exception safety + try { + if (!this._callback) { + this.emit('result', packet, this._index); + } else { + this._results.push(packet); + this._fields.push(undefined); + } + } finally { + this._index++; + this._resultSet = null; + this._handleFinalResultPacket(packet); + } +}; + +Query.prototype['ErrorPacket'] = function(packet) { + var err = this._packetToError(packet); + + var results = (this._results.length > 0) + ? this._results + : undefined; + + var fields = (this._fields.length > 0) + ? this._fields + : undefined; + + err.index = this._index; + err.sql = this.sql; + + this.end(err, results, fields); +}; + +Query.prototype['LocalInfileRequestPacket'] = function(packet) { + if (this._connection.config.clientFlags & ClientConstants.CLIENT_LOCAL_FILES) { + this._sendLocalDataFile(packet.filename); + } else { + this._loadError = new Error('Load local files command is disabled'); + this._loadError.code = 'LOCAL_FILES_DISABLED'; + this._loadError.fatal = false; + + this.emit('packet', new Packets.EmptyPacket()); + } +}; + +Query.prototype['ResultSetHeaderPacket'] = function(packet) { + this._resultSet = new ResultSet(packet); +}; + +Query.prototype['FieldPacket'] = function(packet) { + this._resultSet.fieldPackets.push(packet); +}; + +Query.prototype['EofPacket'] = function(packet) { + this._resultSet.eofPackets.push(packet); + + if (this._resultSet.eofPackets.length === 1 && !this._callback) { + this.emit('fields', this._resultSet.fieldPackets, this._index); + } + + if (this._resultSet.eofPackets.length !== 2) { + return; + } + + if (this._callback) { + this._results.push(this._resultSet.rows); + this._fields.push(this._resultSet.fieldPackets); + } + + this._index++; + this._resultSet = null; + this._handleFinalResultPacket(packet); +}; + +Query.prototype._handleFinalResultPacket = function(packet) { + if (packet.serverStatus & ServerStatus.SERVER_MORE_RESULTS_EXISTS) { + return; + } + + var results = (this._results.length > 1) + ? this._results + : this._results[0]; + + var fields = (this._fields.length > 1) + ? this._fields + : this._fields[0]; + + this.end(this._loadError, results, fields); +}; + +Query.prototype['RowDataPacket'] = function(packet, parser, connection) { + packet.parse(parser, this._resultSet.fieldPackets, this.typeCast, this.nestTables, connection); + + if (this._callback) { + this._resultSet.rows.push(packet); + } else { + this.emit('result', packet, this._index); + } +}; + +Query.prototype._sendLocalDataFile = function(path) { + var self = this; + var localStream = fs.createReadStream(path, { + flag : 'r', + encoding : null, + autoClose : true + }); + + this.on('pause', function () { + localStream.pause(); + }); + + this.on('resume', function () { + localStream.resume(); + }); + + localStream.on('data', function (data) { + self.emit('packet', new Packets.LocalDataFilePacket(data)); + }); + + localStream.on('error', function (err) { + self._loadError = err; + localStream.emit('end'); + }); + + localStream.on('end', function () { + self.emit('packet', new Packets.EmptyPacket()); + }); +}; + +Query.prototype.stream = function(options) { + var self = this; + + options = options || {}; + options.objectMode = true; + + var stream = new Readable(options); + + stream._read = function() { + self._connection && self._connection.resume(); + }; + + stream.once('end', function() { + process.nextTick(function () { + stream.emit('close'); + }); + }); + + this.on('result', function(row, i) { + if (!stream.push(row)) self._connection.pause(); + stream.emit('result', row, i); // replicate old emitter + }); + + this.on('error', function(err) { + stream.emit('error', err); // Pass on any errors + }); + + this.on('end', function() { + stream.push(null); // pushing null, indicating EOF + }); + + this.on('fields', function(fields, i) { + stream.emit('fields', fields, i); // replicate old emitter + }); + + return stream; +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Quit.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Quit.js" new file mode 100644 index 0000000..3c34c58 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Quit.js" @@ -0,0 +1,40 @@ +var Sequence = require('./Sequence'); +var Util = require('util'); +var Packets = require('../packets'); + +module.exports = Quit; +Util.inherits(Quit, Sequence); +function Quit(options, callback) { + if (!callback && typeof options === 'function') { + callback = options; + options = {}; + } + + Sequence.call(this, options, callback); + + this._started = false; +} + +Quit.prototype.end = function end(err) { + if (this._ended) { + return; + } + + if (!this._started) { + Sequence.prototype.end.call(this, err); + return; + } + + if (err && err.code === 'ECONNRESET' && err.syscall === 'read') { + // Ignore read errors after packet sent + Sequence.prototype.end.call(this); + return; + } + + Sequence.prototype.end.call(this, err); +}; + +Quit.prototype.start = function() { + this._started = true; + this.emit('packet', new Packets.ComQuitPacket()); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Sequence.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Sequence.js" new file mode 100644 index 0000000..de82dc2 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Sequence.js" @@ -0,0 +1,125 @@ +var Util = require('util'); +var EventEmitter = require('events').EventEmitter; +var Packets = require('../packets'); +var ErrorConstants = require('../constants/errors'); +var Timer = require('../Timer'); + +// istanbul ignore next: Node.js < 0.10 not covered +var listenerCount = EventEmitter.listenerCount + || function(emitter, type){ return emitter.listeners(type).length; }; + +var LONG_STACK_DELIMITER = '\n --------------------\n'; + +module.exports = Sequence; +Util.inherits(Sequence, EventEmitter); +function Sequence(options, callback) { + if (typeof options === 'function') { + callback = options; + options = {}; + } + + EventEmitter.call(this); + + options = options || {}; + + this._callback = callback; + this._callSite = null; + this._ended = false; + this._timeout = options.timeout; + this._timer = new Timer(this); +} + +Sequence.determinePacket = function(byte) { + switch (byte) { + case 0x00: return Packets.OkPacket; + case 0xfe: return Packets.EofPacket; + case 0xff: return Packets.ErrorPacket; + default: return undefined; + } +}; + +Sequence.prototype.hasErrorHandler = function() { + return Boolean(this._callback) || listenerCount(this, 'error') > 1; +}; + +Sequence.prototype._packetToError = function(packet) { + var code = ErrorConstants[packet.errno] || 'UNKNOWN_CODE_PLEASE_REPORT'; + var err = new Error(code + ': ' + packet.message); + err.code = code; + err.errno = packet.errno; + + err.sqlMessage = packet.message; + err.sqlState = packet.sqlState; + + return err; +}; + +Sequence.prototype.end = function(err) { + if (this._ended) { + return; + } + + this._ended = true; + + if (err) { + this._addLongStackTrace(err); + } + + // Without this we are leaking memory. This problem was introduced in + // 8189925374e7ce3819bbe88b64c7b15abac96b16. I suspect that the error object + // causes a cyclic reference that the GC does not detect properly, but I was + // unable to produce a standalone version of this leak. This would be a great + // challenge for somebody interested in difficult problems : )! + this._callSite = null; + + // try...finally for exception safety + try { + if (err) { + this.emit('error', err); + } + } finally { + try { + if (this._callback) { + this._callback.apply(this, arguments); + } + } finally { + this.emit('end'); + } + } +}; + +Sequence.prototype['OkPacket'] = function(packet) { + this.end(null, packet); +}; + +Sequence.prototype['ErrorPacket'] = function(packet) { + this.end(this._packetToError(packet)); +}; + +// Implemented by child classes +Sequence.prototype.start = function() {}; + +Sequence.prototype._addLongStackTrace = function _addLongStackTrace(err) { + var callSiteStack = this._callSite && this._callSite.stack; + + if (!callSiteStack || typeof callSiteStack !== 'string') { + // No recorded call site + return; + } + + if (err.stack.indexOf(LONG_STACK_DELIMITER) !== -1) { + // Error stack already looks long + return; + } + + var index = callSiteStack.indexOf('\n'); + + if (index !== -1) { + // Append recorded call site + err.stack += LONG_STACK_DELIMITER + callSiteStack.substr(index + 1); + } +}; + +Sequence.prototype._onTimeout = function _onTimeout() { + this.emit('timeout'); +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Statistics.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Statistics.js" new file mode 100644 index 0000000..c75b5d9 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/Statistics.js" @@ -0,0 +1,30 @@ +var Sequence = require('./Sequence'); +var Util = require('util'); +var Packets = require('../packets'); + +module.exports = Statistics; +Util.inherits(Statistics, Sequence); +function Statistics(options, callback) { + if (!callback && typeof options === 'function') { + callback = options; + options = {}; + } + + Sequence.call(this, options, callback); +} + +Statistics.prototype.start = function() { + this.emit('packet', new Packets.ComStatisticsPacket()); +}; + +Statistics.prototype['StatisticsPacket'] = function (packet) { + this.end(null, packet); +}; + +Statistics.prototype.determinePacket = function determinePacket(firstByte) { + if (firstByte === 0x55) { + return Packets.StatisticsPacket; + } + + return undefined; +}; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/index.js" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/index.js" new file mode 100644 index 0000000..0eae5ce --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/lib/protocol/sequences/index.js" @@ -0,0 +1,7 @@ +exports.ChangeUser = require('./ChangeUser'); +exports.Handshake = require('./Handshake'); +exports.Ping = require('./Ping'); +exports.Query = require('./Query'); +exports.Quit = require('./Quit'); +exports.Sequence = require('./Sequence'); +exports.Statistics = require('./Statistics'); diff --git "a/\345\210\230\351\234\236/3.8/node_modules/mysql/package.json" "b/\345\210\230\351\234\236/3.8/node_modules/mysql/package.json" new file mode 100644 index 0000000..7ed9d55 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/mysql/package.json" @@ -0,0 +1,46 @@ +{ + "name": "mysql", + "description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.", + "version": "2.18.1", + "license": "MIT", + "author": "Felix Geisendörfer (http://debuggable.com/)", + "contributors": [ + "Andrey Sidorov ", + "Bradley Grainger ", + "Douglas Christopher Wilson ", + "Diogo Resende ", + "Nathan Woltman " + ], + "repository": "mysqljs/mysql", + "dependencies": { + "bignumber.js": "9.0.0", + "readable-stream": "2.3.7", + "safe-buffer": "5.1.2", + "sqlstring": "2.3.1" + }, + "devDependencies": { + "after": "0.8.2", + "eslint": "5.16.0", + "seedrandom": "3.0.5", + "timezone-mock": "0.0.7", + "urun": "0.0.8", + "utest": "0.0.8" + }, + "files": [ + "lib/", + "Changes.md", + "License", + "Readme.md", + "index.js" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "lint": "eslint . && node tool/lint-readme.js", + "test": "node test/run.js", + "test-ci": "node tool/install-nyc.js --nyc-optional --reporter=text -- npm test", + "test-cov": "node tool/install-nyc.js --reporter=html --reporter=text -- npm test", + "version": "node tool/version-changes.js && git add Changes.md" + } +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/index.js" "b/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/index.js" new file mode 100644 index 0000000..3eecf11 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/index.js" @@ -0,0 +1,45 @@ +'use strict'; + +if (typeof process === 'undefined' || + !process.version || + process.version.indexOf('v0.') === 0 || + process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) { + module.exports = { nextTick: nextTick }; +} else { + module.exports = process +} + +function nextTick(fn, arg1, arg2, arg3) { + if (typeof fn !== 'function') { + throw new TypeError('"callback" argument must be a function'); + } + var len = arguments.length; + var args, i; + switch (len) { + case 0: + case 1: + return process.nextTick(fn); + case 2: + return process.nextTick(function afterTickOne() { + fn.call(null, arg1); + }); + case 3: + return process.nextTick(function afterTickTwo() { + fn.call(null, arg1, arg2); + }); + case 4: + return process.nextTick(function afterTickThree() { + fn.call(null, arg1, arg2, arg3); + }); + default: + args = new Array(len - 1); + i = 0; + while (i < args.length) { + args[i++] = arguments[i]; + } + return process.nextTick(function afterTick() { + fn.apply(null, args); + }); + } +} + diff --git "a/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/license.md" "b/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/license.md" new file mode 100644 index 0000000..c67e353 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/license.md" @@ -0,0 +1,19 @@ +# Copyright (c) 2015 Calvin Metcalf + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.** diff --git "a/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/package.json" "b/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/package.json" new file mode 100644 index 0000000..6070b72 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/package.json" @@ -0,0 +1,25 @@ +{ + "name": "process-nextick-args", + "version": "2.0.1", + "description": "process.nextTick but always with args", + "main": "index.js", + "files": [ + "index.js" + ], + "scripts": { + "test": "node test.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/calvinmetcalf/process-nextick-args.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" + }, + "homepage": "https://github.com/calvinmetcalf/process-nextick-args", + "devDependencies": { + "tap": "~0.2.6" + } +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/readme.md" "b/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/readme.md" new file mode 100644 index 0000000..ecb432c --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/process-nextick-args/readme.md" @@ -0,0 +1,18 @@ +process-nextick-args +===== + +[![Build Status](https://travis-ci.org/calvinmetcalf/process-nextick-args.svg?branch=master)](https://travis-ci.org/calvinmetcalf/process-nextick-args) + +```bash +npm install --save process-nextick-args +``` + +Always be able to pass arguments to process.nextTick, no matter the platform + +```js +var pna = require('process-nextick-args'); + +pna.nextTick(function (a, b, c) { + console.log(a, b, c); +}, 'step', 3, 'profit'); +``` diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/.travis.yml" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/.travis.yml" new file mode 100644 index 0000000..f62cdac --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/.travis.yml" @@ -0,0 +1,34 @@ +sudo: false +language: node_js +before_install: + - (test $NPM_LEGACY && npm install -g npm@2 && npm install -g npm@3) || true +notifications: + email: false +matrix: + fast_finish: true + include: + - node_js: '0.8' + env: NPM_LEGACY=true + - node_js: '0.10' + env: NPM_LEGACY=true + - node_js: '0.11' + env: NPM_LEGACY=true + - node_js: '0.12' + env: NPM_LEGACY=true + - node_js: 1 + env: NPM_LEGACY=true + - node_js: 2 + env: NPM_LEGACY=true + - node_js: 3 + env: NPM_LEGACY=true + - node_js: 4 + - node_js: 5 + - node_js: 6 + - node_js: 7 + - node_js: 8 + - node_js: 9 +script: "npm run test" +env: + global: + - secure: rE2Vvo7vnjabYNULNyLFxOyt98BoJexDqsiOnfiD6kLYYsiQGfr/sbZkPMOFm9qfQG7pjqx+zZWZjGSswhTt+626C0t/njXqug7Yps4c3dFblzGfreQHp7wNX5TFsvrxd6dAowVasMp61sJcRnB2w8cUzoe3RAYUDHyiHktwqMc= + - secure: g9YINaKAdMatsJ28G9jCGbSaguXCyxSTy+pBO6Ch0Cf57ZLOTka3HqDj8p3nV28LUIHZ3ut5WO43CeYKwt4AUtLpBS3a0dndHdY6D83uY6b2qh5hXlrcbeQTq2cvw2y95F7hm4D1kwrgZ7ViqaKggRcEupAL69YbJnxeUDKWEdI= diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/CONTRIBUTING.md" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/CONTRIBUTING.md" new file mode 100644 index 0000000..f478d58 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/CONTRIBUTING.md" @@ -0,0 +1,38 @@ +# Developer's Certificate of Origin 1.1 + +By making a contribution to this project, I certify that: + +* (a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + +* (b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + +* (c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + +* (d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved. + +## Moderation Policy + +The [Node.js Moderation Policy] applies to this WG. + +## Code of Conduct + +The [Node.js Code of Conduct][] applies to this WG. + +[Node.js Code of Conduct]: +https://github.com/nodejs/node/blob/master/CODE_OF_CONDUCT.md +[Node.js Moderation Policy]: +https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/GOVERNANCE.md" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/GOVERNANCE.md" new file mode 100644 index 0000000..16ffb93 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/GOVERNANCE.md" @@ -0,0 +1,136 @@ +### Streams Working Group + +The Node.js Streams is jointly governed by a Working Group +(WG) +that is responsible for high-level guidance of the project. + +The WG has final authority over this project including: + +* Technical direction +* Project governance and process (including this policy) +* Contribution policy +* GitHub repository hosting +* Conduct guidelines +* Maintaining the list of additional Collaborators + +For the current list of WG members, see the project +[README.md](./README.md#current-project-team-members). + +### Collaborators + +The readable-stream GitHub repository is +maintained by the WG and additional Collaborators who are added by the +WG on an ongoing basis. + +Individuals making significant and valuable contributions are made +Collaborators and given commit-access to the project. These +individuals are identified by the WG and their addition as +Collaborators is discussed during the WG meeting. + +_Note:_ If you make a significant contribution and are not considered +for commit-access log an issue or contact a WG member directly and it +will be brought up in the next WG meeting. + +Modifications of the contents of the readable-stream repository are +made on +a collaborative basis. Anybody with a GitHub account may propose a +modification via pull request and it will be considered by the project +Collaborators. All pull requests must be reviewed and accepted by a +Collaborator with sufficient expertise who is able to take full +responsibility for the change. In the case of pull requests proposed +by an existing Collaborator, an additional Collaborator is required +for sign-off. Consensus should be sought if additional Collaborators +participate and there is disagreement around a particular +modification. See _Consensus Seeking Process_ below for further detail +on the consensus model used for governance. + +Collaborators may opt to elevate significant or controversial +modifications, or modifications that have not found consensus to the +WG for discussion by assigning the ***WG-agenda*** tag to a pull +request or issue. The WG should serve as the final arbiter where +required. + +For the current list of Collaborators, see the project +[README.md](./README.md#members). + +### WG Membership + +WG seats are not time-limited. There is no fixed size of the WG. +However, the expected target is between 6 and 12, to ensure adequate +coverage of important areas of expertise, balanced with the ability to +make decisions efficiently. + +There is no specific set of requirements or qualifications for WG +membership beyond these rules. + +The WG may add additional members to the WG by unanimous consensus. + +A WG member may be removed from the WG by voluntary resignation, or by +unanimous consensus of all other WG members. + +Changes to WG membership should be posted in the agenda, and may be +suggested as any other agenda item (see "WG Meetings" below). + +If an addition or removal is proposed during a meeting, and the full +WG is not in attendance to participate, then the addition or removal +is added to the agenda for the subsequent meeting. This is to ensure +that all members are given the opportunity to participate in all +membership decisions. If a WG member is unable to attend a meeting +where a planned membership decision is being made, then their consent +is assumed. + +No more than 1/3 of the WG members may be affiliated with the same +employer. If removal or resignation of a WG member, or a change of +employment by a WG member, creates a situation where more than 1/3 of +the WG membership shares an employer, then the situation must be +immediately remedied by the resignation or removal of one or more WG +members affiliated with the over-represented employer(s). + +### WG Meetings + +The WG meets occasionally on a Google Hangout On Air. A designated moderator +approved by the WG runs the meeting. Each meeting should be +published to YouTube. + +Items are added to the WG agenda that are considered contentious or +are modifications of governance, contribution policy, WG membership, +or release process. + +The intention of the agenda is not to approve or review all patches; +that should happen continuously on GitHub and be handled by the larger +group of Collaborators. + +Any community member or contributor can ask that something be added to +the next meeting's agenda by logging a GitHub Issue. Any Collaborator, +WG member or the moderator can add the item to the agenda by adding +the ***WG-agenda*** tag to the issue. + +Prior to each WG meeting the moderator will share the Agenda with +members of the WG. WG members can add any items they like to the +agenda at the beginning of each meeting. The moderator and the WG +cannot veto or remove items. + +The WG may invite persons or representatives from certain projects to +participate in a non-voting capacity. + +The moderator is responsible for summarizing the discussion of each +agenda item and sends it as a pull request after the meeting. + +### Consensus Seeking Process + +The WG follows a +[Consensus +Seeking](http://en.wikipedia.org/wiki/Consensus-seeking_decision-making) +decision-making model. + +When an agenda item has appeared to reach a consensus the moderator +will ask "Does anyone object?" as a final call for dissent from the +consensus. + +If an agenda item cannot reach a consensus a WG member can call for +either a closing vote or a vote to table the issue to the next +meeting. The call for a vote must be seconded by a majority of the WG +or else the discussion will continue. Simple majority wins. + +Note that changes to WG membership require a majority consensus. See +"WG Membership" above. diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/LICENSE" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/LICENSE" new file mode 100644 index 0000000..2873b3b --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/LICENSE" @@ -0,0 +1,47 @@ +Node.js is licensed for use as follows: + +""" +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + +This license applies to parts of Node.js originating from the +https://github.com/joyent/node repository: + +""" +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/README.md" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/README.md" new file mode 100644 index 0000000..23fe3f3 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/README.md" @@ -0,0 +1,58 @@ +# readable-stream + +***Node-core v8.11.1 streams for userland*** [![Build Status](https://travis-ci.org/nodejs/readable-stream.svg?branch=master)](https://travis-ci.org/nodejs/readable-stream) + + +[![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.co/npm/readable-stream/) +[![NPM](https://nodei.co/npm-dl/readable-stream.png?&months=6&height=3)](https://nodei.co/npm/readable-stream/) + + +[![Sauce Test Status](https://saucelabs.com/browser-matrix/readable-stream.svg)](https://saucelabs.com/u/readable-stream) + +```bash +npm install --save readable-stream +``` + +***Node-core streams for userland*** + +This package is a mirror of the Streams2 and Streams3 implementations in +Node-core. + +Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.11.1/docs/api/stream.html). + +If you want to guarantee a stable streams base, regardless of what version of +Node you, or the users of your libraries are using, use **readable-stream** *only* and avoid the *"stream"* module in Node-core, for background see [this blogpost](http://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html). + +As of version 2.0.0 **readable-stream** uses semantic versioning. + +# Streams Working Group + +`readable-stream` is maintained by the Streams Working Group, which +oversees the development and maintenance of the Streams API within +Node.js. The responsibilities of the Streams Working Group include: + +* Addressing stream issues on the Node.js issue tracker. +* Authoring and editing stream documentation within the Node.js project. +* Reviewing changes to stream subclasses within the Node.js project. +* Redirecting changes to streams from the Node.js project to this + project. +* Assisting in the implementation of stream providers within Node.js. +* Recommending versions of `readable-stream` to be included in Node.js. +* Messaging about the future of streams to give the community advance + notice of changes. + + +## Team Members + +* **Chris Dickinson** ([@chrisdickinson](https://github.com/chrisdickinson)) <christopher.s.dickinson@gmail.com> + - Release GPG key: 9554F04D7259F04124DE6B476D5A82AC7E37093B +* **Calvin Metcalf** ([@calvinmetcalf](https://github.com/calvinmetcalf)) <calvin.metcalf@gmail.com> + - Release GPG key: F3EF5F62A87FC27A22E643F714CE4FF5015AA242 +* **Rod Vagg** ([@rvagg](https://github.com/rvagg)) <rod@vagg.org> + - Release GPG key: DD8F2338BAE7501E3DD5AC78C273792F7D83545D +* **Sam Newman** ([@sonewman](https://github.com/sonewman)) <newmansam@outlook.com> +* **Mathias Buus** ([@mafintosh](https://github.com/mafintosh)) <mathiasbuus@gmail.com> +* **Domenic Denicola** ([@domenic](https://github.com/domenic)) <d@domenic.me> +* **Matteo Collina** ([@mcollina](https://github.com/mcollina)) <matteo.collina@gmail.com> + - Release GPG key: 3ABC01543F22DD2239285CDD818674489FBC127E +* **Irina Shestak** ([@lrlna](https://github.com/lrlna)) <shestak.irina@gmail.com> diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md" new file mode 100644 index 0000000..83275f1 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md" @@ -0,0 +1,60 @@ +# streams WG Meeting 2015-01-30 + +## Links + +* **Google Hangouts Video**: http://www.youtube.com/watch?v=I9nDOSGfwZg +* **GitHub Issue**: https://github.com/iojs/readable-stream/issues/106 +* **Original Minutes Google Doc**: https://docs.google.com/document/d/17aTgLnjMXIrfjgNaTUnHQO7m3xgzHR2VXBTmi03Qii4/ + +## Agenda + +Extracted from https://github.com/iojs/readable-stream/labels/wg-agenda prior to meeting. + +* adopt a charter [#105](https://github.com/iojs/readable-stream/issues/105) +* release and versioning strategy [#101](https://github.com/iojs/readable-stream/issues/101) +* simpler stream creation [#102](https://github.com/iojs/readable-stream/issues/102) +* proposal: deprecate implicit flowing of streams [#99](https://github.com/iojs/readable-stream/issues/99) + +## Minutes + +### adopt a charter + +* group: +1's all around + +### What versioning scheme should be adopted? +* group: +1’s 3.0.0 +* domenic+group: pulling in patches from other sources where appropriate +* mikeal: version independently, suggesting versions for io.js +* mikeal+domenic: work with TC to notify in advance of changes +simpler stream creation + +### streamline creation of streams +* sam: streamline creation of streams +* domenic: nice simple solution posted + but, we lose the opportunity to change the model + may not be backwards incompatible (double check keys) + + **action item:** domenic will check + +### remove implicit flowing of streams on(‘data’) +* add isFlowing / isPaused +* mikeal: worrying that we’re documenting polyfill methods – confuses users +* domenic: more reflective API is probably good, with warning labels for users +* new section for mad scientists (reflective stream access) +* calvin: name the “third state” +* mikeal: maybe borrow the name from whatwg? +* domenic: we’re missing the “third state” +* consensus: kind of difficult to name the third state +* mikeal: figure out differences in states / compat +* mathias: always flow on data – eliminates third state + * explore what it breaks + +**action items:** +* ask isaac for ability to list packages by what public io.js APIs they use (esp. Stream) +* ask rod/build for infrastructure +* **chris**: explore the “flow on data” approach +* add isPaused/isFlowing +* add new docs section +* move isPaused to that section + + diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/duplex-browser.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/duplex-browser.js" new file mode 100644 index 0000000..f8b2db8 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/duplex-browser.js" @@ -0,0 +1 @@ +module.exports = require('./lib/_stream_duplex.js'); diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/duplex.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/duplex.js" new file mode 100644 index 0000000..46924cb --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/duplex.js" @@ -0,0 +1 @@ +module.exports = require('./readable').Duplex diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_duplex.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_duplex.js" new file mode 100644 index 0000000..57003c3 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_duplex.js" @@ -0,0 +1,131 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// a duplex stream is just a stream that is both readable and writable. +// Since JS doesn't have multiple prototypal inheritance, this class +// prototypally inherits from Readable, and then parasitically from +// Writable. + +'use strict'; + +/**/ + +var pna = require('process-nextick-args'); +/**/ + +/**/ +var objectKeys = Object.keys || function (obj) { + var keys = []; + for (var key in obj) { + keys.push(key); + }return keys; +}; +/**/ + +module.exports = Duplex; + +/**/ +var util = Object.create(require('core-util-is')); +util.inherits = require('inherits'); +/**/ + +var Readable = require('./_stream_readable'); +var Writable = require('./_stream_writable'); + +util.inherits(Duplex, Readable); + +{ + // avoid scope creep, the keys array can then be collected + var keys = objectKeys(Writable.prototype); + for (var v = 0; v < keys.length; v++) { + var method = keys[v]; + if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; + } +} + +function Duplex(options) { + if (!(this instanceof Duplex)) return new Duplex(options); + + Readable.call(this, options); + Writable.call(this, options); + + if (options && options.readable === false) this.readable = false; + + if (options && options.writable === false) this.writable = false; + + this.allowHalfOpen = true; + if (options && options.allowHalfOpen === false) this.allowHalfOpen = false; + + this.once('end', onend); +} + +Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function () { + return this._writableState.highWaterMark; + } +}); + +// the no-half-open enforcer +function onend() { + // if we allow half-open state, or if the writable side ended, + // then we're ok. + if (this.allowHalfOpen || this._writableState.ended) return; + + // no more data can be written. + // But allow more writes to happen in this tick. + pna.nextTick(onEndNT, this); +} + +function onEndNT(self) { + self.end(); +} + +Object.defineProperty(Duplex.prototype, 'destroyed', { + get: function () { + if (this._readableState === undefined || this._writableState === undefined) { + return false; + } + return this._readableState.destroyed && this._writableState.destroyed; + }, + set: function (value) { + // we ignore the value if the stream + // has not been initialized yet + if (this._readableState === undefined || this._writableState === undefined) { + return; + } + + // backward compatibility, the user is explicitly + // managing destroyed + this._readableState.destroyed = value; + this._writableState.destroyed = value; + } +}); + +Duplex.prototype._destroy = function (err, cb) { + this.push(null); + this.end(); + + pna.nextTick(cb, err); +}; \ No newline at end of file diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_passthrough.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_passthrough.js" new file mode 100644 index 0000000..612edb4 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_passthrough.js" @@ -0,0 +1,47 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// a passthrough stream. +// basically just the most minimal sort of Transform stream. +// Every written chunk gets output as-is. + +'use strict'; + +module.exports = PassThrough; + +var Transform = require('./_stream_transform'); + +/**/ +var util = Object.create(require('core-util-is')); +util.inherits = require('inherits'); +/**/ + +util.inherits(PassThrough, Transform); + +function PassThrough(options) { + if (!(this instanceof PassThrough)) return new PassThrough(options); + + Transform.call(this, options); +} + +PassThrough.prototype._transform = function (chunk, encoding, cb) { + cb(null, chunk); +}; \ No newline at end of file diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_readable.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_readable.js" new file mode 100644 index 0000000..0f80764 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_readable.js" @@ -0,0 +1,1019 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +'use strict'; + +/**/ + +var pna = require('process-nextick-args'); +/**/ + +module.exports = Readable; + +/**/ +var isArray = require('isarray'); +/**/ + +/**/ +var Duplex; +/**/ + +Readable.ReadableState = ReadableState; + +/**/ +var EE = require('events').EventEmitter; + +var EElistenerCount = function (emitter, type) { + return emitter.listeners(type).length; +}; +/**/ + +/**/ +var Stream = require('./internal/streams/stream'); +/**/ + +/**/ + +var Buffer = require('safe-buffer').Buffer; +var OurUint8Array = global.Uint8Array || function () {}; +function _uint8ArrayToBuffer(chunk) { + return Buffer.from(chunk); +} +function _isUint8Array(obj) { + return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; +} + +/**/ + +/**/ +var util = Object.create(require('core-util-is')); +util.inherits = require('inherits'); +/**/ + +/**/ +var debugUtil = require('util'); +var debug = void 0; +if (debugUtil && debugUtil.debuglog) { + debug = debugUtil.debuglog('stream'); +} else { + debug = function () {}; +} +/**/ + +var BufferList = require('./internal/streams/BufferList'); +var destroyImpl = require('./internal/streams/destroy'); +var StringDecoder; + +util.inherits(Readable, Stream); + +var kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume']; + +function prependListener(emitter, event, fn) { + // Sadly this is not cacheable as some libraries bundle their own + // event emitter implementation with them. + if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn); + + // This is a hack to make sure that our error handler is attached before any + // userland ones. NEVER DO THIS. This is here only because this code needs + // to continue to work with older versions of Node.js that do not include + // the prependListener() method. The goal is to eventually remove this hack. + if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]]; +} + +function ReadableState(options, stream) { + Duplex = Duplex || require('./_stream_duplex'); + + options = options || {}; + + // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream. + // These options can be provided separately as readableXXX and writableXXX. + var isDuplex = stream instanceof Duplex; + + // object stream flag. Used to make read(n) ignore n and to + // make all the buffer merging and length checks go away + this.objectMode = !!options.objectMode; + + if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; + + // the point at which it stops calling _read() to fill the buffer + // Note: 0 is a valid value, means "don't call _read preemptively ever" + var hwm = options.highWaterMark; + var readableHwm = options.readableHighWaterMark; + var defaultHwm = this.objectMode ? 16 : 16 * 1024; + + if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (readableHwm || readableHwm === 0)) this.highWaterMark = readableHwm;else this.highWaterMark = defaultHwm; + + // cast to ints. + this.highWaterMark = Math.floor(this.highWaterMark); + + // A linked list is used to store data chunks instead of an array because the + // linked list can remove elements from the beginning faster than + // array.shift() + this.buffer = new BufferList(); + this.length = 0; + this.pipes = null; + this.pipesCount = 0; + this.flowing = null; + this.ended = false; + this.endEmitted = false; + this.reading = false; + + // a flag to be able to tell if the event 'readable'/'data' is emitted + // immediately, or on a later tick. We set this to true at first, because + // any actions that shouldn't happen until "later" should generally also + // not happen before the first read call. + this.sync = true; + + // whenever we return null, then we set a flag to say + // that we're awaiting a 'readable' event emission. + this.needReadable = false; + this.emittedReadable = false; + this.readableListening = false; + this.resumeScheduled = false; + + // has it been destroyed + this.destroyed = false; + + // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + this.defaultEncoding = options.defaultEncoding || 'utf8'; + + // the number of writers that are awaiting a drain event in .pipe()s + this.awaitDrain = 0; + + // if true, a maybeReadMore has been scheduled + this.readingMore = false; + + this.decoder = null; + this.encoding = null; + if (options.encoding) { + if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; + this.decoder = new StringDecoder(options.encoding); + this.encoding = options.encoding; + } +} + +function Readable(options) { + Duplex = Duplex || require('./_stream_duplex'); + + if (!(this instanceof Readable)) return new Readable(options); + + this._readableState = new ReadableState(options, this); + + // legacy + this.readable = true; + + if (options) { + if (typeof options.read === 'function') this._read = options.read; + + if (typeof options.destroy === 'function') this._destroy = options.destroy; + } + + Stream.call(this); +} + +Object.defineProperty(Readable.prototype, 'destroyed', { + get: function () { + if (this._readableState === undefined) { + return false; + } + return this._readableState.destroyed; + }, + set: function (value) { + // we ignore the value if the stream + // has not been initialized yet + if (!this._readableState) { + return; + } + + // backward compatibility, the user is explicitly + // managing destroyed + this._readableState.destroyed = value; + } +}); + +Readable.prototype.destroy = destroyImpl.destroy; +Readable.prototype._undestroy = destroyImpl.undestroy; +Readable.prototype._destroy = function (err, cb) { + this.push(null); + cb(err); +}; + +// Manually shove something into the read() buffer. +// This returns true if the highWaterMark has not been hit yet, +// similar to how Writable.write() returns true if you should +// write() some more. +Readable.prototype.push = function (chunk, encoding) { + var state = this._readableState; + var skipChunkCheck; + + if (!state.objectMode) { + if (typeof chunk === 'string') { + encoding = encoding || state.defaultEncoding; + if (encoding !== state.encoding) { + chunk = Buffer.from(chunk, encoding); + encoding = ''; + } + skipChunkCheck = true; + } + } else { + skipChunkCheck = true; + } + + return readableAddChunk(this, chunk, encoding, false, skipChunkCheck); +}; + +// Unshift should *always* be something directly out of read() +Readable.prototype.unshift = function (chunk) { + return readableAddChunk(this, chunk, null, true, false); +}; + +function readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) { + var state = stream._readableState; + if (chunk === null) { + state.reading = false; + onEofChunk(stream, state); + } else { + var er; + if (!skipChunkCheck) er = chunkInvalid(state, chunk); + if (er) { + stream.emit('error', er); + } else if (state.objectMode || chunk && chunk.length > 0) { + if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) { + chunk = _uint8ArrayToBuffer(chunk); + } + + if (addToFront) { + if (state.endEmitted) stream.emit('error', new Error('stream.unshift() after end event'));else addChunk(stream, state, chunk, true); + } else if (state.ended) { + stream.emit('error', new Error('stream.push() after EOF')); + } else { + state.reading = false; + if (state.decoder && !encoding) { + chunk = state.decoder.write(chunk); + if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state); + } else { + addChunk(stream, state, chunk, false); + } + } + } else if (!addToFront) { + state.reading = false; + } + } + + return needMoreData(state); +} + +function addChunk(stream, state, chunk, addToFront) { + if (state.flowing && state.length === 0 && !state.sync) { + stream.emit('data', chunk); + stream.read(0); + } else { + // update the buffer info. + state.length += state.objectMode ? 1 : chunk.length; + if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk); + + if (state.needReadable) emitReadable(stream); + } + maybeReadMore(stream, state); +} + +function chunkInvalid(state, chunk) { + var er; + if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) { + er = new TypeError('Invalid non-string/buffer chunk'); + } + return er; +} + +// if it's past the high water mark, we can push in some more. +// Also, if we have no data yet, we can stand some +// more bytes. This is to work around cases where hwm=0, +// such as the repl. Also, if the push() triggered a +// readable event, and the user called read(largeNumber) such that +// needReadable was set, then we ought to push more, so that another +// 'readable' event will be triggered. +function needMoreData(state) { + return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0); +} + +Readable.prototype.isPaused = function () { + return this._readableState.flowing === false; +}; + +// backwards compatibility. +Readable.prototype.setEncoding = function (enc) { + if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; + this._readableState.decoder = new StringDecoder(enc); + this._readableState.encoding = enc; + return this; +}; + +// Don't raise the hwm > 8MB +var MAX_HWM = 0x800000; +function computeNewHighWaterMark(n) { + if (n >= MAX_HWM) { + n = MAX_HWM; + } else { + // Get the next highest power of 2 to prevent increasing hwm excessively in + // tiny amounts + n--; + n |= n >>> 1; + n |= n >>> 2; + n |= n >>> 4; + n |= n >>> 8; + n |= n >>> 16; + n++; + } + return n; +} + +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function howMuchToRead(n, state) { + if (n <= 0 || state.length === 0 && state.ended) return 0; + if (state.objectMode) return 1; + if (n !== n) { + // Only flow one buffer at a time + if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length; + } + // If we're asking for more than the current hwm, then raise the hwm. + if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n); + if (n <= state.length) return n; + // Don't have enough + if (!state.ended) { + state.needReadable = true; + return 0; + } + return state.length; +} + +// you can override either this method, or the async _read(n) below. +Readable.prototype.read = function (n) { + debug('read', n); + n = parseInt(n, 10); + var state = this._readableState; + var nOrig = n; + + if (n !== 0) state.emittedReadable = false; + + // if we're doing read(0) to trigger a readable event, but we + // already have a bunch of data in the buffer, then just trigger + // the 'readable' event and move on. + if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) { + debug('read: emitReadable', state.length, state.ended); + if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this); + return null; + } + + n = howMuchToRead(n, state); + + // if we've ended, and we're now clear, then finish it up. + if (n === 0 && state.ended) { + if (state.length === 0) endReadable(this); + return null; + } + + // All the actual chunk generation logic needs to be + // *below* the call to _read. The reason is that in certain + // synthetic stream cases, such as passthrough streams, _read + // may be a completely synchronous operation which may change + // the state of the read buffer, providing enough data when + // before there was *not* enough. + // + // So, the steps are: + // 1. Figure out what the state of things will be after we do + // a read from the buffer. + // + // 2. If that resulting state will trigger a _read, then call _read. + // Note that this may be asynchronous, or synchronous. Yes, it is + // deeply ugly to write APIs this way, but that still doesn't mean + // that the Readable class should behave improperly, as streams are + // designed to be sync/async agnostic. + // Take note if the _read call is sync or async (ie, if the read call + // has returned yet), so that we know whether or not it's safe to emit + // 'readable' etc. + // + // 3. Actually pull the requested chunks out of the buffer and return. + + // if we need a readable event, then we need to do some reading. + var doRead = state.needReadable; + debug('need readable', doRead); + + // if we currently have less than the highWaterMark, then also read some + if (state.length === 0 || state.length - n < state.highWaterMark) { + doRead = true; + debug('length less than watermark', doRead); + } + + // however, if we've ended, then there's no point, and if we're already + // reading, then it's unnecessary. + if (state.ended || state.reading) { + doRead = false; + debug('reading or ended', doRead); + } else if (doRead) { + debug('do read'); + state.reading = true; + state.sync = true; + // if the length is currently zero, then we *need* a readable event. + if (state.length === 0) state.needReadable = true; + // call internal read method + this._read(state.highWaterMark); + state.sync = false; + // If _read pushed data synchronously, then `reading` will be false, + // and we need to re-evaluate how much data we can return to the user. + if (!state.reading) n = howMuchToRead(nOrig, state); + } + + var ret; + if (n > 0) ret = fromList(n, state);else ret = null; + + if (ret === null) { + state.needReadable = true; + n = 0; + } else { + state.length -= n; + } + + if (state.length === 0) { + // If we have nothing in the buffer, then we want to know + // as soon as we *do* get something into the buffer. + if (!state.ended) state.needReadable = true; + + // If we tried to read() past the EOF, then emit end on the next tick. + if (nOrig !== n && state.ended) endReadable(this); + } + + if (ret !== null) this.emit('data', ret); + + return ret; +}; + +function onEofChunk(stream, state) { + if (state.ended) return; + if (state.decoder) { + var chunk = state.decoder.end(); + if (chunk && chunk.length) { + state.buffer.push(chunk); + state.length += state.objectMode ? 1 : chunk.length; + } + } + state.ended = true; + + // emit 'readable' now to make sure it gets picked up. + emitReadable(stream); +} + +// Don't emit readable right away in sync mode, because this can trigger +// another read() call => stack overflow. This way, it might trigger +// a nextTick recursion warning, but that's not so bad. +function emitReadable(stream) { + var state = stream._readableState; + state.needReadable = false; + if (!state.emittedReadable) { + debug('emitReadable', state.flowing); + state.emittedReadable = true; + if (state.sync) pna.nextTick(emitReadable_, stream);else emitReadable_(stream); + } +} + +function emitReadable_(stream) { + debug('emit readable'); + stream.emit('readable'); + flow(stream); +} + +// at this point, the user has presumably seen the 'readable' event, +// and called read() to consume some data. that may have triggered +// in turn another _read(n) call, in which case reading = true if +// it's in progress. +// However, if we're not ended, or reading, and the length < hwm, +// then go ahead and try to read some more preemptively. +function maybeReadMore(stream, state) { + if (!state.readingMore) { + state.readingMore = true; + pna.nextTick(maybeReadMore_, stream, state); + } +} + +function maybeReadMore_(stream, state) { + var len = state.length; + while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) { + debug('maybeReadMore read 0'); + stream.read(0); + if (len === state.length) + // didn't get any data, stop spinning. + break;else len = state.length; + } + state.readingMore = false; +} + +// abstract method. to be overridden in specific implementation classes. +// call cb(er, data) where data is <= n in length. +// for virtual (non-string, non-buffer) streams, "length" is somewhat +// arbitrary, and perhaps not very meaningful. +Readable.prototype._read = function (n) { + this.emit('error', new Error('_read() is not implemented')); +}; + +Readable.prototype.pipe = function (dest, pipeOpts) { + var src = this; + var state = this._readableState; + + switch (state.pipesCount) { + case 0: + state.pipes = dest; + break; + case 1: + state.pipes = [state.pipes, dest]; + break; + default: + state.pipes.push(dest); + break; + } + state.pipesCount += 1; + debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts); + + var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr; + + var endFn = doEnd ? onend : unpipe; + if (state.endEmitted) pna.nextTick(endFn);else src.once('end', endFn); + + dest.on('unpipe', onunpipe); + function onunpipe(readable, unpipeInfo) { + debug('onunpipe'); + if (readable === src) { + if (unpipeInfo && unpipeInfo.hasUnpiped === false) { + unpipeInfo.hasUnpiped = true; + cleanup(); + } + } + } + + function onend() { + debug('onend'); + dest.end(); + } + + // when the dest drains, it reduces the awaitDrain counter + // on the source. This would be more elegant with a .once() + // handler in flow(), but adding and removing repeatedly is + // too slow. + var ondrain = pipeOnDrain(src); + dest.on('drain', ondrain); + + var cleanedUp = false; + function cleanup() { + debug('cleanup'); + // cleanup event handlers once the pipe is broken + dest.removeListener('close', onclose); + dest.removeListener('finish', onfinish); + dest.removeListener('drain', ondrain); + dest.removeListener('error', onerror); + dest.removeListener('unpipe', onunpipe); + src.removeListener('end', onend); + src.removeListener('end', unpipe); + src.removeListener('data', ondata); + + cleanedUp = true; + + // if the reader is waiting for a drain event from this + // specific writer, then it would cause it to never start + // flowing again. + // So, if this is awaiting a drain, then we just call it now. + // If we don't know, then assume that we are waiting for one. + if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain(); + } + + // If the user pushes more data while we're writing to dest then we'll end up + // in ondata again. However, we only want to increase awaitDrain once because + // dest will only emit one 'drain' event for the multiple writes. + // => Introduce a guard on increasing awaitDrain. + var increasedAwaitDrain = false; + src.on('data', ondata); + function ondata(chunk) { + debug('ondata'); + increasedAwaitDrain = false; + var ret = dest.write(chunk); + if (false === ret && !increasedAwaitDrain) { + // If the user unpiped during `dest.write()`, it is possible + // to get stuck in a permanently paused state if that write + // also returned false. + // => Check whether `dest` is still a piping destination. + if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) { + debug('false write response, pause', src._readableState.awaitDrain); + src._readableState.awaitDrain++; + increasedAwaitDrain = true; + } + src.pause(); + } + } + + // if the dest has an error, then stop piping into it. + // however, don't suppress the throwing behavior for this. + function onerror(er) { + debug('onerror', er); + unpipe(); + dest.removeListener('error', onerror); + if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er); + } + + // Make sure our error handler is attached before userland ones. + prependListener(dest, 'error', onerror); + + // Both close and finish should trigger unpipe, but only once. + function onclose() { + dest.removeListener('finish', onfinish); + unpipe(); + } + dest.once('close', onclose); + function onfinish() { + debug('onfinish'); + dest.removeListener('close', onclose); + unpipe(); + } + dest.once('finish', onfinish); + + function unpipe() { + debug('unpipe'); + src.unpipe(dest); + } + + // tell the dest that it's being piped to + dest.emit('pipe', src); + + // start the flow if it hasn't been started already. + if (!state.flowing) { + debug('pipe resume'); + src.resume(); + } + + return dest; +}; + +function pipeOnDrain(src) { + return function () { + var state = src._readableState; + debug('pipeOnDrain', state.awaitDrain); + if (state.awaitDrain) state.awaitDrain--; + if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) { + state.flowing = true; + flow(src); + } + }; +} + +Readable.prototype.unpipe = function (dest) { + var state = this._readableState; + var unpipeInfo = { hasUnpiped: false }; + + // if we're not piping anywhere, then do nothing. + if (state.pipesCount === 0) return this; + + // just one destination. most common case. + if (state.pipesCount === 1) { + // passed in one, but it's not the right one. + if (dest && dest !== state.pipes) return this; + + if (!dest) dest = state.pipes; + + // got a match. + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + if (dest) dest.emit('unpipe', this, unpipeInfo); + return this; + } + + // slow case. multiple pipe destinations. + + if (!dest) { + // remove all. + var dests = state.pipes; + var len = state.pipesCount; + state.pipes = null; + state.pipesCount = 0; + state.flowing = false; + + for (var i = 0; i < len; i++) { + dests[i].emit('unpipe', this, unpipeInfo); + }return this; + } + + // try to find the right one. + var index = indexOf(state.pipes, dest); + if (index === -1) return this; + + state.pipes.splice(index, 1); + state.pipesCount -= 1; + if (state.pipesCount === 1) state.pipes = state.pipes[0]; + + dest.emit('unpipe', this, unpipeInfo); + + return this; +}; + +// set up data events if they are asked for +// Ensure readable listeners eventually get something +Readable.prototype.on = function (ev, fn) { + var res = Stream.prototype.on.call(this, ev, fn); + + if (ev === 'data') { + // Start flowing on next tick if stream isn't explicitly paused + if (this._readableState.flowing !== false) this.resume(); + } else if (ev === 'readable') { + var state = this._readableState; + if (!state.endEmitted && !state.readableListening) { + state.readableListening = state.needReadable = true; + state.emittedReadable = false; + if (!state.reading) { + pna.nextTick(nReadingNextTick, this); + } else if (state.length) { + emitReadable(this); + } + } + } + + return res; +}; +Readable.prototype.addListener = Readable.prototype.on; + +function nReadingNextTick(self) { + debug('readable nexttick read 0'); + self.read(0); +} + +// pause() and resume() are remnants of the legacy readable stream API +// If the user uses them, then switch into old mode. +Readable.prototype.resume = function () { + var state = this._readableState; + if (!state.flowing) { + debug('resume'); + state.flowing = true; + resume(this, state); + } + return this; +}; + +function resume(stream, state) { + if (!state.resumeScheduled) { + state.resumeScheduled = true; + pna.nextTick(resume_, stream, state); + } +} + +function resume_(stream, state) { + if (!state.reading) { + debug('resume read 0'); + stream.read(0); + } + + state.resumeScheduled = false; + state.awaitDrain = 0; + stream.emit('resume'); + flow(stream); + if (state.flowing && !state.reading) stream.read(0); +} + +Readable.prototype.pause = function () { + debug('call pause flowing=%j', this._readableState.flowing); + if (false !== this._readableState.flowing) { + debug('pause'); + this._readableState.flowing = false; + this.emit('pause'); + } + return this; +}; + +function flow(stream) { + var state = stream._readableState; + debug('flow', state.flowing); + while (state.flowing && stream.read() !== null) {} +} + +// wrap an old-style stream as the async data source. +// This is *not* part of the readable stream interface. +// It is an ugly unfortunate mess of history. +Readable.prototype.wrap = function (stream) { + var _this = this; + + var state = this._readableState; + var paused = false; + + stream.on('end', function () { + debug('wrapped end'); + if (state.decoder && !state.ended) { + var chunk = state.decoder.end(); + if (chunk && chunk.length) _this.push(chunk); + } + + _this.push(null); + }); + + stream.on('data', function (chunk) { + debug('wrapped data'); + if (state.decoder) chunk = state.decoder.write(chunk); + + // don't skip over falsy values in objectMode + if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return; + + var ret = _this.push(chunk); + if (!ret) { + paused = true; + stream.pause(); + } + }); + + // proxy all the other methods. + // important when wrapping filters and duplexes. + for (var i in stream) { + if (this[i] === undefined && typeof stream[i] === 'function') { + this[i] = function (method) { + return function () { + return stream[method].apply(stream, arguments); + }; + }(i); + } + } + + // proxy certain important events. + for (var n = 0; n < kProxyEvents.length; n++) { + stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n])); + } + + // when we try to consume some more bytes, simply unpause the + // underlying stream. + this._read = function (n) { + debug('wrapped _read', n); + if (paused) { + paused = false; + stream.resume(); + } + }; + + return this; +}; + +Object.defineProperty(Readable.prototype, 'readableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function () { + return this._readableState.highWaterMark; + } +}); + +// exposed for testing purposes only. +Readable._fromList = fromList; + +// Pluck off n bytes from an array of buffers. +// Length is the combined lengths of all the buffers in the list. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function fromList(n, state) { + // nothing buffered + if (state.length === 0) return null; + + var ret; + if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) { + // read it all, truncate the list + if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length); + state.buffer.clear(); + } else { + // read part of list + ret = fromListPartial(n, state.buffer, state.decoder); + } + + return ret; +} + +// Extracts only enough buffered data to satisfy the amount requested. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function fromListPartial(n, list, hasStrings) { + var ret; + if (n < list.head.data.length) { + // slice is the same for buffers and strings + ret = list.head.data.slice(0, n); + list.head.data = list.head.data.slice(n); + } else if (n === list.head.data.length) { + // first chunk is a perfect match + ret = list.shift(); + } else { + // result spans more than one buffer + ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list); + } + return ret; +} + +// Copies a specified amount of characters from the list of buffered data +// chunks. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function copyFromBufferString(n, list) { + var p = list.head; + var c = 1; + var ret = p.data; + n -= ret.length; + while (p = p.next) { + var str = p.data; + var nb = n > str.length ? str.length : n; + if (nb === str.length) ret += str;else ret += str.slice(0, n); + n -= nb; + if (n === 0) { + if (nb === str.length) { + ++c; + if (p.next) list.head = p.next;else list.head = list.tail = null; + } else { + list.head = p; + p.data = str.slice(nb); + } + break; + } + ++c; + } + list.length -= c; + return ret; +} + +// Copies a specified amount of bytes from the list of buffered data chunks. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function copyFromBuffer(n, list) { + var ret = Buffer.allocUnsafe(n); + var p = list.head; + var c = 1; + p.data.copy(ret); + n -= p.data.length; + while (p = p.next) { + var buf = p.data; + var nb = n > buf.length ? buf.length : n; + buf.copy(ret, ret.length - n, 0, nb); + n -= nb; + if (n === 0) { + if (nb === buf.length) { + ++c; + if (p.next) list.head = p.next;else list.head = list.tail = null; + } else { + list.head = p; + p.data = buf.slice(nb); + } + break; + } + ++c; + } + list.length -= c; + return ret; +} + +function endReadable(stream) { + var state = stream._readableState; + + // If we get here before consuming all the bytes, then that is a + // bug in node. Should never happen. + if (state.length > 0) throw new Error('"endReadable()" called on non-empty stream'); + + if (!state.endEmitted) { + state.ended = true; + pna.nextTick(endReadableNT, state, stream); + } +} + +function endReadableNT(state, stream) { + // Check that we didn't get one last unshift. + if (!state.endEmitted && state.length === 0) { + state.endEmitted = true; + stream.readable = false; + stream.emit('end'); + } +} + +function indexOf(xs, x) { + for (var i = 0, l = xs.length; i < l; i++) { + if (xs[i] === x) return i; + } + return -1; +} \ No newline at end of file diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_transform.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_transform.js" new file mode 100644 index 0000000..fcfc105 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_transform.js" @@ -0,0 +1,214 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// a transform stream is a readable/writable stream where you do +// something with the data. Sometimes it's called a "filter", +// but that's not a great name for it, since that implies a thing where +// some bits pass through, and others are simply ignored. (That would +// be a valid example of a transform, of course.) +// +// While the output is causally related to the input, it's not a +// necessarily symmetric or synchronous transformation. For example, +// a zlib stream might take multiple plain-text writes(), and then +// emit a single compressed chunk some time in the future. +// +// Here's how this works: +// +// The Transform stream has all the aspects of the readable and writable +// stream classes. When you write(chunk), that calls _write(chunk,cb) +// internally, and returns false if there's a lot of pending writes +// buffered up. When you call read(), that calls _read(n) until +// there's enough pending readable data buffered up. +// +// In a transform stream, the written data is placed in a buffer. When +// _read(n) is called, it transforms the queued up data, calling the +// buffered _write cb's as it consumes chunks. If consuming a single +// written chunk would result in multiple output chunks, then the first +// outputted bit calls the readcb, and subsequent chunks just go into +// the read buffer, and will cause it to emit 'readable' if necessary. +// +// This way, back-pressure is actually determined by the reading side, +// since _read has to be called to start processing a new chunk. However, +// a pathological inflate type of transform can cause excessive buffering +// here. For example, imagine a stream where every byte of input is +// interpreted as an integer from 0-255, and then results in that many +// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in +// 1kb of data being output. In this case, you could write a very small +// amount of input, and end up with a very large amount of output. In +// such a pathological inflating mechanism, there'd be no way to tell +// the system to stop doing the transform. A single 4MB write could +// cause the system to run out of memory. +// +// However, even in such a pathological case, only a single written chunk +// would be consumed, and then the rest would wait (un-transformed) until +// the results of the previous transformed chunk were consumed. + +'use strict'; + +module.exports = Transform; + +var Duplex = require('./_stream_duplex'); + +/**/ +var util = Object.create(require('core-util-is')); +util.inherits = require('inherits'); +/**/ + +util.inherits(Transform, Duplex); + +function afterTransform(er, data) { + var ts = this._transformState; + ts.transforming = false; + + var cb = ts.writecb; + + if (!cb) { + return this.emit('error', new Error('write callback called multiple times')); + } + + ts.writechunk = null; + ts.writecb = null; + + if (data != null) // single equals check for both `null` and `undefined` + this.push(data); + + cb(er); + + var rs = this._readableState; + rs.reading = false; + if (rs.needReadable || rs.length < rs.highWaterMark) { + this._read(rs.highWaterMark); + } +} + +function Transform(options) { + if (!(this instanceof Transform)) return new Transform(options); + + Duplex.call(this, options); + + this._transformState = { + afterTransform: afterTransform.bind(this), + needTransform: false, + transforming: false, + writecb: null, + writechunk: null, + writeencoding: null + }; + + // start out asking for a readable event once data is transformed. + this._readableState.needReadable = true; + + // we have implemented the _read method, and done the other things + // that Readable wants before the first _read call, so unset the + // sync guard flag. + this._readableState.sync = false; + + if (options) { + if (typeof options.transform === 'function') this._transform = options.transform; + + if (typeof options.flush === 'function') this._flush = options.flush; + } + + // When the writable side finishes, then flush out anything remaining. + this.on('prefinish', prefinish); +} + +function prefinish() { + var _this = this; + + if (typeof this._flush === 'function') { + this._flush(function (er, data) { + done(_this, er, data); + }); + } else { + done(this, null, null); + } +} + +Transform.prototype.push = function (chunk, encoding) { + this._transformState.needTransform = false; + return Duplex.prototype.push.call(this, chunk, encoding); +}; + +// This is the part where you do stuff! +// override this function in implementation classes. +// 'chunk' is an input chunk. +// +// Call `push(newChunk)` to pass along transformed output +// to the readable side. You may call 'push' zero or more times. +// +// Call `cb(err)` when you are done with this chunk. If you pass +// an error, then that'll put the hurt on the whole operation. If you +// never call cb(), then you'll never get another chunk. +Transform.prototype._transform = function (chunk, encoding, cb) { + throw new Error('_transform() is not implemented'); +}; + +Transform.prototype._write = function (chunk, encoding, cb) { + var ts = this._transformState; + ts.writecb = cb; + ts.writechunk = chunk; + ts.writeencoding = encoding; + if (!ts.transforming) { + var rs = this._readableState; + if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark); + } +}; + +// Doesn't matter what the args are here. +// _transform does all the work. +// That we got here means that the readable side wants more data. +Transform.prototype._read = function (n) { + var ts = this._transformState; + + if (ts.writechunk !== null && ts.writecb && !ts.transforming) { + ts.transforming = true; + this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform); + } else { + // mark that we need a transform, so that any data that comes in + // will get processed, now that we've asked for it. + ts.needTransform = true; + } +}; + +Transform.prototype._destroy = function (err, cb) { + var _this2 = this; + + Duplex.prototype._destroy.call(this, err, function (err2) { + cb(err2); + _this2.emit('close'); + }); +}; + +function done(stream, er, data) { + if (er) return stream.emit('error', er); + + if (data != null) // single equals check for both `null` and `undefined` + stream.push(data); + + // if there's nothing in the write buffer, then that means + // that nothing more will ever be provided + if (stream._writableState.length) throw new Error('Calling transform done when ws.length != 0'); + + if (stream._transformState.transforming) throw new Error('Calling transform done when still transforming'); + + return stream.push(null); +} \ No newline at end of file diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_writable.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_writable.js" new file mode 100644 index 0000000..b0b0220 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/_stream_writable.js" @@ -0,0 +1,687 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// A bit simpler than readable streams. +// Implement an async ._write(chunk, encoding, cb), and it'll handle all +// the drain event emission and buffering. + +'use strict'; + +/**/ + +var pna = require('process-nextick-args'); +/**/ + +module.exports = Writable; + +/* */ +function WriteReq(chunk, encoding, cb) { + this.chunk = chunk; + this.encoding = encoding; + this.callback = cb; + this.next = null; +} + +// It seems a linked list but it is not +// there will be only 2 of these for each stream +function CorkedRequest(state) { + var _this = this; + + this.next = null; + this.entry = null; + this.finish = function () { + onCorkedFinish(_this, state); + }; +} +/* */ + +/**/ +var asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : pna.nextTick; +/**/ + +/**/ +var Duplex; +/**/ + +Writable.WritableState = WritableState; + +/**/ +var util = Object.create(require('core-util-is')); +util.inherits = require('inherits'); +/**/ + +/**/ +var internalUtil = { + deprecate: require('util-deprecate') +}; +/**/ + +/**/ +var Stream = require('./internal/streams/stream'); +/**/ + +/**/ + +var Buffer = require('safe-buffer').Buffer; +var OurUint8Array = global.Uint8Array || function () {}; +function _uint8ArrayToBuffer(chunk) { + return Buffer.from(chunk); +} +function _isUint8Array(obj) { + return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; +} + +/**/ + +var destroyImpl = require('./internal/streams/destroy'); + +util.inherits(Writable, Stream); + +function nop() {} + +function WritableState(options, stream) { + Duplex = Duplex || require('./_stream_duplex'); + + options = options || {}; + + // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream. + // These options can be provided separately as readableXXX and writableXXX. + var isDuplex = stream instanceof Duplex; + + // object stream flag to indicate whether or not this stream + // contains buffers or objects. + this.objectMode = !!options.objectMode; + + if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; + + // the point at which write() starts returning false + // Note: 0 is a valid value, means that we always return false if + // the entire buffer is not flushed immediately on write() + var hwm = options.highWaterMark; + var writableHwm = options.writableHighWaterMark; + var defaultHwm = this.objectMode ? 16 : 16 * 1024; + + if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (writableHwm || writableHwm === 0)) this.highWaterMark = writableHwm;else this.highWaterMark = defaultHwm; + + // cast to ints. + this.highWaterMark = Math.floor(this.highWaterMark); + + // if _final has been called + this.finalCalled = false; + + // drain event flag. + this.needDrain = false; + // at the start of calling end() + this.ending = false; + // when end() has been called, and returned + this.ended = false; + // when 'finish' is emitted + this.finished = false; + + // has it been destroyed + this.destroyed = false; + + // should we decode strings into buffers before passing to _write? + // this is here so that some node-core streams can optimize string + // handling at a lower level. + var noDecode = options.decodeStrings === false; + this.decodeStrings = !noDecode; + + // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + this.defaultEncoding = options.defaultEncoding || 'utf8'; + + // not an actual buffer we keep track of, but a measurement + // of how much we're waiting to get pushed to some underlying + // socket or file. + this.length = 0; + + // a flag to see when we're in the middle of a write. + this.writing = false; + + // when true all writes will be buffered until .uncork() call + this.corked = 0; + + // a flag to be able to tell if the onwrite cb is called immediately, + // or on a later tick. We set this to true at first, because any + // actions that shouldn't happen until "later" should generally also + // not happen before the first write call. + this.sync = true; + + // a flag to know if we're processing previously buffered items, which + // may call the _write() callback in the same tick, so that we don't + // end up in an overlapped onwrite situation. + this.bufferProcessing = false; + + // the callback that's passed to _write(chunk,cb) + this.onwrite = function (er) { + onwrite(stream, er); + }; + + // the callback that the user supplies to write(chunk,encoding,cb) + this.writecb = null; + + // the amount that is being written when _write is called. + this.writelen = 0; + + this.bufferedRequest = null; + this.lastBufferedRequest = null; + + // number of pending user-supplied write callbacks + // this must be 0 before 'finish' can be emitted + this.pendingcb = 0; + + // emit prefinish if the only thing we're waiting for is _write cbs + // This is relevant for synchronous Transform streams + this.prefinished = false; + + // True if the error was already emitted and should not be thrown again + this.errorEmitted = false; + + // count buffered requests + this.bufferedRequestCount = 0; + + // allocate the first CorkedRequest, there is always + // one allocated and free to use, and we maintain at most two + this.corkedRequestsFree = new CorkedRequest(this); +} + +WritableState.prototype.getBuffer = function getBuffer() { + var current = this.bufferedRequest; + var out = []; + while (current) { + out.push(current); + current = current.next; + } + return out; +}; + +(function () { + try { + Object.defineProperty(WritableState.prototype, 'buffer', { + get: internalUtil.deprecate(function () { + return this.getBuffer(); + }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003') + }); + } catch (_) {} +})(); + +// Test _writableState for inheritance to account for Duplex streams, +// whose prototype chain only points to Readable. +var realHasInstance; +if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') { + realHasInstance = Function.prototype[Symbol.hasInstance]; + Object.defineProperty(Writable, Symbol.hasInstance, { + value: function (object) { + if (realHasInstance.call(this, object)) return true; + if (this !== Writable) return false; + + return object && object._writableState instanceof WritableState; + } + }); +} else { + realHasInstance = function (object) { + return object instanceof this; + }; +} + +function Writable(options) { + Duplex = Duplex || require('./_stream_duplex'); + + // Writable ctor is applied to Duplexes, too. + // `realHasInstance` is necessary because using plain `instanceof` + // would return false, as no `_writableState` property is attached. + + // Trying to use the custom `instanceof` for Writable here will also break the + // Node.js LazyTransform implementation, which has a non-trivial getter for + // `_writableState` that would lead to infinite recursion. + if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) { + return new Writable(options); + } + + this._writableState = new WritableState(options, this); + + // legacy. + this.writable = true; + + if (options) { + if (typeof options.write === 'function') this._write = options.write; + + if (typeof options.writev === 'function') this._writev = options.writev; + + if (typeof options.destroy === 'function') this._destroy = options.destroy; + + if (typeof options.final === 'function') this._final = options.final; + } + + Stream.call(this); +} + +// Otherwise people can pipe Writable streams, which is just wrong. +Writable.prototype.pipe = function () { + this.emit('error', new Error('Cannot pipe, not readable')); +}; + +function writeAfterEnd(stream, cb) { + var er = new Error('write after end'); + // TODO: defer error events consistently everywhere, not just the cb + stream.emit('error', er); + pna.nextTick(cb, er); +} + +// Checks that a user-supplied chunk is valid, especially for the particular +// mode the stream is in. Currently this means that `null` is never accepted +// and undefined/non-string values are only allowed in object mode. +function validChunk(stream, state, chunk, cb) { + var valid = true; + var er = false; + + if (chunk === null) { + er = new TypeError('May not write null values to stream'); + } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) { + er = new TypeError('Invalid non-string/buffer chunk'); + } + if (er) { + stream.emit('error', er); + pna.nextTick(cb, er); + valid = false; + } + return valid; +} + +Writable.prototype.write = function (chunk, encoding, cb) { + var state = this._writableState; + var ret = false; + var isBuf = !state.objectMode && _isUint8Array(chunk); + + if (isBuf && !Buffer.isBuffer(chunk)) { + chunk = _uint8ArrayToBuffer(chunk); + } + + if (typeof encoding === 'function') { + cb = encoding; + encoding = null; + } + + if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding; + + if (typeof cb !== 'function') cb = nop; + + if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) { + state.pendingcb++; + ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb); + } + + return ret; +}; + +Writable.prototype.cork = function () { + var state = this._writableState; + + state.corked++; +}; + +Writable.prototype.uncork = function () { + var state = this._writableState; + + if (state.corked) { + state.corked--; + + if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state); + } +}; + +Writable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) { + // node::ParseEncoding() requires lower case. + if (typeof encoding === 'string') encoding = encoding.toLowerCase(); + if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding); + this._writableState.defaultEncoding = encoding; + return this; +}; + +function decodeChunk(state, chunk, encoding) { + if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') { + chunk = Buffer.from(chunk, encoding); + } + return chunk; +} + +Object.defineProperty(Writable.prototype, 'writableHighWaterMark', { + // making it explicit this property is not enumerable + // because otherwise some prototype manipulation in + // userland will fail + enumerable: false, + get: function () { + return this._writableState.highWaterMark; + } +}); + +// if we're already writing something, then just put this +// in the queue, and wait our turn. Otherwise, call _write +// If we return false, then we need a drain event, so set that flag. +function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { + if (!isBuf) { + var newChunk = decodeChunk(state, chunk, encoding); + if (chunk !== newChunk) { + isBuf = true; + encoding = 'buffer'; + chunk = newChunk; + } + } + var len = state.objectMode ? 1 : chunk.length; + + state.length += len; + + var ret = state.length < state.highWaterMark; + // we must ensure that previous needDrain will not be reset to false. + if (!ret) state.needDrain = true; + + if (state.writing || state.corked) { + var last = state.lastBufferedRequest; + state.lastBufferedRequest = { + chunk: chunk, + encoding: encoding, + isBuf: isBuf, + callback: cb, + next: null + }; + if (last) { + last.next = state.lastBufferedRequest; + } else { + state.bufferedRequest = state.lastBufferedRequest; + } + state.bufferedRequestCount += 1; + } else { + doWrite(stream, state, false, len, chunk, encoding, cb); + } + + return ret; +} + +function doWrite(stream, state, writev, len, chunk, encoding, cb) { + state.writelen = len; + state.writecb = cb; + state.writing = true; + state.sync = true; + if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite); + state.sync = false; +} + +function onwriteError(stream, state, sync, er, cb) { + --state.pendingcb; + + if (sync) { + // defer the callback if we are being called synchronously + // to avoid piling up things on the stack + pna.nextTick(cb, er); + // this can emit finish, and it will always happen + // after error + pna.nextTick(finishMaybe, stream, state); + stream._writableState.errorEmitted = true; + stream.emit('error', er); + } else { + // the caller expect this to happen before if + // it is async + cb(er); + stream._writableState.errorEmitted = true; + stream.emit('error', er); + // this can emit finish, but finish must + // always follow error + finishMaybe(stream, state); + } +} + +function onwriteStateUpdate(state) { + state.writing = false; + state.writecb = null; + state.length -= state.writelen; + state.writelen = 0; +} + +function onwrite(stream, er) { + var state = stream._writableState; + var sync = state.sync; + var cb = state.writecb; + + onwriteStateUpdate(state); + + if (er) onwriteError(stream, state, sync, er, cb);else { + // Check if we're actually ready to finish, but don't emit yet + var finished = needFinish(state); + + if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) { + clearBuffer(stream, state); + } + + if (sync) { + /**/ + asyncWrite(afterWrite, stream, state, finished, cb); + /**/ + } else { + afterWrite(stream, state, finished, cb); + } + } +} + +function afterWrite(stream, state, finished, cb) { + if (!finished) onwriteDrain(stream, state); + state.pendingcb--; + cb(); + finishMaybe(stream, state); +} + +// Must force callback to be called on nextTick, so that we don't +// emit 'drain' before the write() consumer gets the 'false' return +// value, and has a chance to attach a 'drain' listener. +function onwriteDrain(stream, state) { + if (state.length === 0 && state.needDrain) { + state.needDrain = false; + stream.emit('drain'); + } +} + +// if there's something in the buffer waiting, then process it +function clearBuffer(stream, state) { + state.bufferProcessing = true; + var entry = state.bufferedRequest; + + if (stream._writev && entry && entry.next) { + // Fast case, write everything using _writev() + var l = state.bufferedRequestCount; + var buffer = new Array(l); + var holder = state.corkedRequestsFree; + holder.entry = entry; + + var count = 0; + var allBuffers = true; + while (entry) { + buffer[count] = entry; + if (!entry.isBuf) allBuffers = false; + entry = entry.next; + count += 1; + } + buffer.allBuffers = allBuffers; + + doWrite(stream, state, true, state.length, buffer, '', holder.finish); + + // doWrite is almost always async, defer these to save a bit of time + // as the hot path ends with doWrite + state.pendingcb++; + state.lastBufferedRequest = null; + if (holder.next) { + state.corkedRequestsFree = holder.next; + holder.next = null; + } else { + state.corkedRequestsFree = new CorkedRequest(state); + } + state.bufferedRequestCount = 0; + } else { + // Slow case, write chunks one-by-one + while (entry) { + var chunk = entry.chunk; + var encoding = entry.encoding; + var cb = entry.callback; + var len = state.objectMode ? 1 : chunk.length; + + doWrite(stream, state, false, len, chunk, encoding, cb); + entry = entry.next; + state.bufferedRequestCount--; + // if we didn't call the onwrite immediately, then + // it means that we need to wait until it does. + // also, that means that the chunk and cb are currently + // being processed, so move the buffer counter past them. + if (state.writing) { + break; + } + } + + if (entry === null) state.lastBufferedRequest = null; + } + + state.bufferedRequest = entry; + state.bufferProcessing = false; +} + +Writable.prototype._write = function (chunk, encoding, cb) { + cb(new Error('_write() is not implemented')); +}; + +Writable.prototype._writev = null; + +Writable.prototype.end = function (chunk, encoding, cb) { + var state = this._writableState; + + if (typeof chunk === 'function') { + cb = chunk; + chunk = null; + encoding = null; + } else if (typeof encoding === 'function') { + cb = encoding; + encoding = null; + } + + if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); + + // .end() fully uncorks + if (state.corked) { + state.corked = 1; + this.uncork(); + } + + // ignore unnecessary end() calls. + if (!state.ending && !state.finished) endWritable(this, state, cb); +}; + +function needFinish(state) { + return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing; +} +function callFinal(stream, state) { + stream._final(function (err) { + state.pendingcb--; + if (err) { + stream.emit('error', err); + } + state.prefinished = true; + stream.emit('prefinish'); + finishMaybe(stream, state); + }); +} +function prefinish(stream, state) { + if (!state.prefinished && !state.finalCalled) { + if (typeof stream._final === 'function') { + state.pendingcb++; + state.finalCalled = true; + pna.nextTick(callFinal, stream, state); + } else { + state.prefinished = true; + stream.emit('prefinish'); + } + } +} + +function finishMaybe(stream, state) { + var need = needFinish(state); + if (need) { + prefinish(stream, state); + if (state.pendingcb === 0) { + state.finished = true; + stream.emit('finish'); + } + } + return need; +} + +function endWritable(stream, state, cb) { + state.ending = true; + finishMaybe(stream, state); + if (cb) { + if (state.finished) pna.nextTick(cb);else stream.once('finish', cb); + } + state.ended = true; + stream.writable = false; +} + +function onCorkedFinish(corkReq, state, err) { + var entry = corkReq.entry; + corkReq.entry = null; + while (entry) { + var cb = entry.callback; + state.pendingcb--; + cb(err); + entry = entry.next; + } + if (state.corkedRequestsFree) { + state.corkedRequestsFree.next = corkReq; + } else { + state.corkedRequestsFree = corkReq; + } +} + +Object.defineProperty(Writable.prototype, 'destroyed', { + get: function () { + if (this._writableState === undefined) { + return false; + } + return this._writableState.destroyed; + }, + set: function (value) { + // we ignore the value if the stream + // has not been initialized yet + if (!this._writableState) { + return; + } + + // backward compatibility, the user is explicitly + // managing destroyed + this._writableState.destroyed = value; + } +}); + +Writable.prototype.destroy = destroyImpl.destroy; +Writable.prototype._undestroy = destroyImpl.undestroy; +Writable.prototype._destroy = function (err, cb) { + this.end(); + cb(err); +}; \ No newline at end of file diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/BufferList.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/BufferList.js" new file mode 100644 index 0000000..aefc68b --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/BufferList.js" @@ -0,0 +1,79 @@ +'use strict'; + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var Buffer = require('safe-buffer').Buffer; +var util = require('util'); + +function copyBuffer(src, target, offset) { + src.copy(target, offset); +} + +module.exports = function () { + function BufferList() { + _classCallCheck(this, BufferList); + + this.head = null; + this.tail = null; + this.length = 0; + } + + BufferList.prototype.push = function push(v) { + var entry = { data: v, next: null }; + if (this.length > 0) this.tail.next = entry;else this.head = entry; + this.tail = entry; + ++this.length; + }; + + BufferList.prototype.unshift = function unshift(v) { + var entry = { data: v, next: this.head }; + if (this.length === 0) this.tail = entry; + this.head = entry; + ++this.length; + }; + + BufferList.prototype.shift = function shift() { + if (this.length === 0) return; + var ret = this.head.data; + if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next; + --this.length; + return ret; + }; + + BufferList.prototype.clear = function clear() { + this.head = this.tail = null; + this.length = 0; + }; + + BufferList.prototype.join = function join(s) { + if (this.length === 0) return ''; + var p = this.head; + var ret = '' + p.data; + while (p = p.next) { + ret += s + p.data; + }return ret; + }; + + BufferList.prototype.concat = function concat(n) { + if (this.length === 0) return Buffer.alloc(0); + if (this.length === 1) return this.head.data; + var ret = Buffer.allocUnsafe(n >>> 0); + var p = this.head; + var i = 0; + while (p) { + copyBuffer(p.data, ret, i); + i += p.data.length; + p = p.next; + } + return ret; + }; + + return BufferList; +}(); + +if (util && util.inspect && util.inspect.custom) { + module.exports.prototype[util.inspect.custom] = function () { + var obj = util.inspect({ length: this.length }); + return this.constructor.name + ' ' + obj; + }; +} \ No newline at end of file diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/destroy.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/destroy.js" new file mode 100644 index 0000000..5a0a0d8 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/destroy.js" @@ -0,0 +1,74 @@ +'use strict'; + +/**/ + +var pna = require('process-nextick-args'); +/**/ + +// undocumented cb() API, needed for core, not for public API +function destroy(err, cb) { + var _this = this; + + var readableDestroyed = this._readableState && this._readableState.destroyed; + var writableDestroyed = this._writableState && this._writableState.destroyed; + + if (readableDestroyed || writableDestroyed) { + if (cb) { + cb(err); + } else if (err && (!this._writableState || !this._writableState.errorEmitted)) { + pna.nextTick(emitErrorNT, this, err); + } + return this; + } + + // we set destroyed to true before firing error callbacks in order + // to make it re-entrance safe in case destroy() is called within callbacks + + if (this._readableState) { + this._readableState.destroyed = true; + } + + // if this is a duplex stream mark the writable part as destroyed as well + if (this._writableState) { + this._writableState.destroyed = true; + } + + this._destroy(err || null, function (err) { + if (!cb && err) { + pna.nextTick(emitErrorNT, _this, err); + if (_this._writableState) { + _this._writableState.errorEmitted = true; + } + } else if (cb) { + cb(err); + } + }); + + return this; +} + +function undestroy() { + if (this._readableState) { + this._readableState.destroyed = false; + this._readableState.reading = false; + this._readableState.ended = false; + this._readableState.endEmitted = false; + } + + if (this._writableState) { + this._writableState.destroyed = false; + this._writableState.ended = false; + this._writableState.ending = false; + this._writableState.finished = false; + this._writableState.errorEmitted = false; + } +} + +function emitErrorNT(self, err) { + self.emit('error', err); +} + +module.exports = { + destroy: destroy, + undestroy: undestroy +}; \ No newline at end of file diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/stream-browser.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/stream-browser.js" new file mode 100644 index 0000000..9332a3f --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/stream-browser.js" @@ -0,0 +1 @@ +module.exports = require('events').EventEmitter; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/stream.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/stream.js" new file mode 100644 index 0000000..ce2ad5b --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/lib/internal/streams/stream.js" @@ -0,0 +1 @@ +module.exports = require('stream'); diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/package.json" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/package.json" new file mode 100644 index 0000000..2afa6fb --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/package.json" @@ -0,0 +1,52 @@ +{ + "name": "readable-stream", + "version": "2.3.7", + "description": "Streams3, a user-land copy of the stream library from Node.js", + "main": "readable.js", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "devDependencies": { + "assert": "^1.4.0", + "babel-polyfill": "^6.9.1", + "buffer": "^4.9.0", + "lolex": "^2.3.2", + "nyc": "^6.4.0", + "tap": "^0.7.0", + "tape": "^4.8.0" + }, + "scripts": { + "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js", + "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js", + "cover": "nyc npm test", + "report": "nyc report --reporter=lcov" + }, + "repository": { + "type": "git", + "url": "git://github.com/nodejs/readable-stream" + }, + "keywords": [ + "readable", + "stream", + "pipe" + ], + "browser": { + "util": false, + "./readable.js": "./readable-browser.js", + "./writable.js": "./writable-browser.js", + "./duplex.js": "./duplex-browser.js", + "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js" + }, + "nyc": { + "include": [ + "lib/**.js" + ] + }, + "license": "MIT" +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/passthrough.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/passthrough.js" new file mode 100644 index 0000000..ffd791d --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/passthrough.js" @@ -0,0 +1 @@ +module.exports = require('./readable').PassThrough diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/readable-browser.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/readable-browser.js" new file mode 100644 index 0000000..e503725 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/readable-browser.js" @@ -0,0 +1,7 @@ +exports = module.exports = require('./lib/_stream_readable.js'); +exports.Stream = exports; +exports.Readable = exports; +exports.Writable = require('./lib/_stream_writable.js'); +exports.Duplex = require('./lib/_stream_duplex.js'); +exports.Transform = require('./lib/_stream_transform.js'); +exports.PassThrough = require('./lib/_stream_passthrough.js'); diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/readable.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/readable.js" new file mode 100644 index 0000000..ec89ec5 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/readable.js" @@ -0,0 +1,19 @@ +var Stream = require('stream'); +if (process.env.READABLE_STREAM === 'disable' && Stream) { + module.exports = Stream; + exports = module.exports = Stream.Readable; + exports.Readable = Stream.Readable; + exports.Writable = Stream.Writable; + exports.Duplex = Stream.Duplex; + exports.Transform = Stream.Transform; + exports.PassThrough = Stream.PassThrough; + exports.Stream = Stream; +} else { + exports = module.exports = require('./lib/_stream_readable.js'); + exports.Stream = Stream || exports; + exports.Readable = exports; + exports.Writable = require('./lib/_stream_writable.js'); + exports.Duplex = require('./lib/_stream_duplex.js'); + exports.Transform = require('./lib/_stream_transform.js'); + exports.PassThrough = require('./lib/_stream_passthrough.js'); +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/transform.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/transform.js" new file mode 100644 index 0000000..b1baba2 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/transform.js" @@ -0,0 +1 @@ +module.exports = require('./readable').Transform diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/writable-browser.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/writable-browser.js" new file mode 100644 index 0000000..ebdde6a --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/writable-browser.js" @@ -0,0 +1 @@ +module.exports = require('./lib/_stream_writable.js'); diff --git "a/\345\210\230\351\234\236/3.8/node_modules/readable-stream/writable.js" "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/writable.js" new file mode 100644 index 0000000..3211a6f --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/readable-stream/writable.js" @@ -0,0 +1,8 @@ +var Stream = require("stream") +var Writable = require("./lib/_stream_writable.js") + +if (process.env.READABLE_STREAM === 'disable') { + module.exports = Stream && Stream.Writable || Writable +} else { + module.exports = Writable +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/LICENSE" "b/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/LICENSE" new file mode 100644 index 0000000..0c068ce --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/LICENSE" @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git "a/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/README.md" "b/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/README.md" new file mode 100644 index 0000000..e9a81af --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/README.md" @@ -0,0 +1,584 @@ +# safe-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] + +[travis-image]: https://img.shields.io/travis/feross/safe-buffer/master.svg +[travis-url]: https://travis-ci.org/feross/safe-buffer +[npm-image]: https://img.shields.io/npm/v/safe-buffer.svg +[npm-url]: https://npmjs.org/package/safe-buffer +[downloads-image]: https://img.shields.io/npm/dm/safe-buffer.svg +[downloads-url]: https://npmjs.org/package/safe-buffer +[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg +[standard-url]: https://standardjs.com + +#### Safer Node.js Buffer API + +**Use the new Node.js Buffer APIs (`Buffer.from`, `Buffer.alloc`, +`Buffer.allocUnsafe`, `Buffer.allocUnsafeSlow`) in all versions of Node.js.** + +**Uses the built-in implementation when available.** + +## install + +``` +npm install safe-buffer +``` + +## usage + +The goal of this package is to provide a safe replacement for the node.js `Buffer`. + +It's a drop-in replacement for `Buffer`. You can use it by adding one `require` line to +the top of your node.js modules: + +```js +var Buffer = require('safe-buffer').Buffer + +// Existing buffer code will continue to work without issues: + +new Buffer('hey', 'utf8') +new Buffer([1, 2, 3], 'utf8') +new Buffer(obj) +new Buffer(16) // create an uninitialized buffer (potentially unsafe) + +// But you can use these new explicit APIs to make clear what you want: + +Buffer.from('hey', 'utf8') // convert from many types to a Buffer +Buffer.alloc(16) // create a zero-filled buffer (safe) +Buffer.allocUnsafe(16) // create an uninitialized buffer (potentially unsafe) +``` + +## api + +### Class Method: Buffer.from(array) + + +* `array` {Array} + +Allocates a new `Buffer` using an `array` of octets. + +```js +const buf = Buffer.from([0x62,0x75,0x66,0x66,0x65,0x72]); + // creates a new Buffer containing ASCII bytes + // ['b','u','f','f','e','r'] +``` + +A `TypeError` will be thrown if `array` is not an `Array`. + +### Class Method: Buffer.from(arrayBuffer[, byteOffset[, length]]) + + +* `arrayBuffer` {ArrayBuffer} The `.buffer` property of a `TypedArray` or + a `new ArrayBuffer()` +* `byteOffset` {Number} Default: `0` +* `length` {Number} Default: `arrayBuffer.length - byteOffset` + +When passed a reference to the `.buffer` property of a `TypedArray` instance, +the newly created `Buffer` will share the same allocated memory as the +TypedArray. + +```js +const arr = new Uint16Array(2); +arr[0] = 5000; +arr[1] = 4000; + +const buf = Buffer.from(arr.buffer); // shares the memory with arr; + +console.log(buf); + // Prints: + +// changing the TypedArray changes the Buffer also +arr[1] = 6000; + +console.log(buf); + // Prints: +``` + +The optional `byteOffset` and `length` arguments specify a memory range within +the `arrayBuffer` that will be shared by the `Buffer`. + +```js +const ab = new ArrayBuffer(10); +const buf = Buffer.from(ab, 0, 2); +console.log(buf.length); + // Prints: 2 +``` + +A `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer`. + +### Class Method: Buffer.from(buffer) + + +* `buffer` {Buffer} + +Copies the passed `buffer` data onto a new `Buffer` instance. + +```js +const buf1 = Buffer.from('buffer'); +const buf2 = Buffer.from(buf1); + +buf1[0] = 0x61; +console.log(buf1.toString()); + // 'auffer' +console.log(buf2.toString()); + // 'buffer' (copy is not changed) +``` + +A `TypeError` will be thrown if `buffer` is not a `Buffer`. + +### Class Method: Buffer.from(str[, encoding]) + + +* `str` {String} String to encode. +* `encoding` {String} Encoding to use, Default: `'utf8'` + +Creates a new `Buffer` containing the given JavaScript string `str`. If +provided, the `encoding` parameter identifies the character encoding. +If not provided, `encoding` defaults to `'utf8'`. + +```js +const buf1 = Buffer.from('this is a tést'); +console.log(buf1.toString()); + // prints: this is a tést +console.log(buf1.toString('ascii')); + // prints: this is a tC)st + +const buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex'); +console.log(buf2.toString()); + // prints: this is a tést +``` + +A `TypeError` will be thrown if `str` is not a string. + +### Class Method: Buffer.alloc(size[, fill[, encoding]]) + + +* `size` {Number} +* `fill` {Value} Default: `undefined` +* `encoding` {String} Default: `utf8` + +Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the +`Buffer` will be *zero-filled*. + +```js +const buf = Buffer.alloc(5); +console.log(buf); + // +``` + +The `size` must be less than or equal to the value of +`require('buffer').kMaxLength` (on 64-bit architectures, `kMaxLength` is +`(2^31)-1`). Otherwise, a [`RangeError`][] is thrown. A zero-length Buffer will +be created if a `size` less than or equal to 0 is specified. + +If `fill` is specified, the allocated `Buffer` will be initialized by calling +`buf.fill(fill)`. See [`buf.fill()`][] for more information. + +```js +const buf = Buffer.alloc(5, 'a'); +console.log(buf); + // +``` + +If both `fill` and `encoding` are specified, the allocated `Buffer` will be +initialized by calling `buf.fill(fill, encoding)`. For example: + +```js +const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); +console.log(buf); + // +``` + +Calling `Buffer.alloc(size)` can be significantly slower than the alternative +`Buffer.allocUnsafe(size)` but ensures that the newly created `Buffer` instance +contents will *never contain sensitive data*. + +A `TypeError` will be thrown if `size` is not a number. + +### Class Method: Buffer.allocUnsafe(size) + + +* `size` {Number} + +Allocates a new *non-zero-filled* `Buffer` of `size` bytes. The `size` must +be less than or equal to the value of `require('buffer').kMaxLength` (on 64-bit +architectures, `kMaxLength` is `(2^31)-1`). Otherwise, a [`RangeError`][] is +thrown. A zero-length Buffer will be created if a `size` less than or equal to +0 is specified. + +The underlying memory for `Buffer` instances created in this way is *not +initialized*. The contents of the newly created `Buffer` are unknown and +*may contain sensitive data*. Use [`buf.fill(0)`][] to initialize such +`Buffer` instances to zeroes. + +```js +const buf = Buffer.allocUnsafe(5); +console.log(buf); + // + // (octets will be different, every time) +buf.fill(0); +console.log(buf); + // +``` + +A `TypeError` will be thrown if `size` is not a number. + +Note that the `Buffer` module pre-allocates an internal `Buffer` instance of +size `Buffer.poolSize` that is used as a pool for the fast allocation of new +`Buffer` instances created using `Buffer.allocUnsafe(size)` (and the deprecated +`new Buffer(size)` constructor) only when `size` is less than or equal to +`Buffer.poolSize >> 1` (floor of `Buffer.poolSize` divided by two). The default +value of `Buffer.poolSize` is `8192` but can be modified. + +Use of this pre-allocated internal memory pool is a key difference between +calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. +Specifically, `Buffer.alloc(size, fill)` will *never* use the internal Buffer +pool, while `Buffer.allocUnsafe(size).fill(fill)` *will* use the internal +Buffer pool if `size` is less than or equal to half `Buffer.poolSize`. The +difference is subtle but can be important when an application requires the +additional performance that `Buffer.allocUnsafe(size)` provides. + +### Class Method: Buffer.allocUnsafeSlow(size) + + +* `size` {Number} + +Allocates a new *non-zero-filled* and non-pooled `Buffer` of `size` bytes. The +`size` must be less than or equal to the value of +`require('buffer').kMaxLength` (on 64-bit architectures, `kMaxLength` is +`(2^31)-1`). Otherwise, a [`RangeError`][] is thrown. A zero-length Buffer will +be created if a `size` less than or equal to 0 is specified. + +The underlying memory for `Buffer` instances created in this way is *not +initialized*. The contents of the newly created `Buffer` are unknown and +*may contain sensitive data*. Use [`buf.fill(0)`][] to initialize such +`Buffer` instances to zeroes. + +When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, +allocations under 4KB are, by default, sliced from a single pre-allocated +`Buffer`. This allows applications to avoid the garbage collection overhead of +creating many individually allocated Buffers. This approach improves both +performance and memory usage by eliminating the need to track and cleanup as +many `Persistent` objects. + +However, in the case where a developer may need to retain a small chunk of +memory from a pool for an indeterminate amount of time, it may be appropriate +to create an un-pooled Buffer instance using `Buffer.allocUnsafeSlow()` then +copy out the relevant bits. + +```js +// need to keep around a few small chunks of memory +const store = []; + +socket.on('readable', () => { + const data = socket.read(); + // allocate for retained data + const sb = Buffer.allocUnsafeSlow(10); + // copy the data into the new allocation + data.copy(sb, 0, 0, 10); + store.push(sb); +}); +``` + +Use of `Buffer.allocUnsafeSlow()` should be used only as a last resort *after* +a developer has observed undue memory retention in their applications. + +A `TypeError` will be thrown if `size` is not a number. + +### All the Rest + +The rest of the `Buffer` API is exactly the same as in node.js. +[See the docs](https://nodejs.org/api/buffer.html). + + +## Related links + +- [Node.js issue: Buffer(number) is unsafe](https://github.com/nodejs/node/issues/4660) +- [Node.js Enhancement Proposal: Buffer.from/Buffer.alloc/Buffer.zalloc/Buffer() soft-deprecate](https://github.com/nodejs/node-eps/pull/4) + +## Why is `Buffer` unsafe? + +Today, the node.js `Buffer` constructor is overloaded to handle many different argument +types like `String`, `Array`, `Object`, `TypedArrayView` (`Uint8Array`, etc.), +`ArrayBuffer`, and also `Number`. + +The API is optimized for convenience: you can throw any type at it, and it will try to do +what you want. + +Because the Buffer constructor is so powerful, you often see code like this: + +```js +// Convert UTF-8 strings to hex +function toHex (str) { + return new Buffer(str).toString('hex') +} +``` + +***But what happens if `toHex` is called with a `Number` argument?*** + +### Remote Memory Disclosure + +If an attacker can make your program call the `Buffer` constructor with a `Number` +argument, then they can make it allocate uninitialized memory from the node.js process. +This could potentially disclose TLS private keys, user data, or database passwords. + +When the `Buffer` constructor is passed a `Number` argument, it returns an +**UNINITIALIZED** block of memory of the specified `size`. When you create a `Buffer` like +this, you **MUST** overwrite the contents before returning it to the user. + +From the [node.js docs](https://nodejs.org/api/buffer.html#buffer_new_buffer_size): + +> `new Buffer(size)` +> +> - `size` Number +> +> The underlying memory for `Buffer` instances created in this way is not initialized. +> **The contents of a newly created `Buffer` are unknown and could contain sensitive +> data.** Use `buf.fill(0)` to initialize a Buffer to zeroes. + +(Emphasis our own.) + +Whenever the programmer intended to create an uninitialized `Buffer` you often see code +like this: + +```js +var buf = new Buffer(16) + +// Immediately overwrite the uninitialized buffer with data from another buffer +for (var i = 0; i < buf.length; i++) { + buf[i] = otherBuf[i] +} +``` + + +### Would this ever be a problem in real code? + +Yes. It's surprisingly common to forget to check the type of your variables in a +dynamically-typed language like JavaScript. + +Usually the consequences of assuming the wrong type is that your program crashes with an +uncaught exception. But the failure mode for forgetting to check the type of arguments to +the `Buffer` constructor is more catastrophic. + +Here's an example of a vulnerable service that takes a JSON payload and converts it to +hex: + +```js +// Take a JSON payload {str: "some string"} and convert it to hex +var server = http.createServer(function (req, res) { + var data = '' + req.setEncoding('utf8') + req.on('data', function (chunk) { + data += chunk + }) + req.on('end', function () { + var body = JSON.parse(data) + res.end(new Buffer(body.str).toString('hex')) + }) +}) + +server.listen(8080) +``` + +In this example, an http client just has to send: + +```json +{ + "str": 1000 +} +``` + +and it will get back 1,000 bytes of uninitialized memory from the server. + +This is a very serious bug. It's similar in severity to the +[the Heartbleed bug](http://heartbleed.com/) that allowed disclosure of OpenSSL process +memory by remote attackers. + + +### Which real-world packages were vulnerable? + +#### [`bittorrent-dht`](https://www.npmjs.com/package/bittorrent-dht) + +[Mathias Buus](https://github.com/mafintosh) and I +([Feross Aboukhadijeh](http://feross.org/)) found this issue in one of our own packages, +[`bittorrent-dht`](https://www.npmjs.com/package/bittorrent-dht). The bug would allow +anyone on the internet to send a series of messages to a user of `bittorrent-dht` and get +them to reveal 20 bytes at a time of uninitialized memory from the node.js process. + +Here's +[the commit](https://github.com/feross/bittorrent-dht/commit/6c7da04025d5633699800a99ec3fbadf70ad35b8) +that fixed it. We released a new fixed version, created a +[Node Security Project disclosure](https://nodesecurity.io/advisories/68), and deprecated all +vulnerable versions on npm so users will get a warning to upgrade to a newer version. + +#### [`ws`](https://www.npmjs.com/package/ws) + +That got us wondering if there were other vulnerable packages. Sure enough, within a short +period of time, we found the same issue in [`ws`](https://www.npmjs.com/package/ws), the +most popular WebSocket implementation in node.js. + +If certain APIs were called with `Number` parameters instead of `String` or `Buffer` as +expected, then uninitialized server memory would be disclosed to the remote peer. + +These were the vulnerable methods: + +```js +socket.send(number) +socket.ping(number) +socket.pong(number) +``` + +Here's a vulnerable socket server with some echo functionality: + +```js +server.on('connection', function (socket) { + socket.on('message', function (message) { + message = JSON.parse(message) + if (message.type === 'echo') { + socket.send(message.data) // send back the user's message + } + }) +}) +``` + +`socket.send(number)` called on the server, will disclose server memory. + +Here's [the release](https://github.com/websockets/ws/releases/tag/1.0.1) where the issue +was fixed, with a more detailed explanation. Props to +[Arnout Kazemier](https://github.com/3rd-Eden) for the quick fix. Here's the +[Node Security Project disclosure](https://nodesecurity.io/advisories/67). + + +### What's the solution? + +It's important that node.js offers a fast way to get memory otherwise performance-critical +applications would needlessly get a lot slower. + +But we need a better way to *signal our intent* as programmers. **When we want +uninitialized memory, we should request it explicitly.** + +Sensitive functionality should not be packed into a developer-friendly API that loosely +accepts many different types. This type of API encourages the lazy practice of passing +variables in without checking the type very carefully. + +#### A new API: `Buffer.allocUnsafe(number)` + +The functionality of creating buffers with uninitialized memory should be part of another +API. We propose `Buffer.allocUnsafe(number)`. This way, it's not part of an API that +frequently gets user input of all sorts of different types passed into it. + +```js +var buf = Buffer.allocUnsafe(16) // careful, uninitialized memory! + +// Immediately overwrite the uninitialized buffer with data from another buffer +for (var i = 0; i < buf.length; i++) { + buf[i] = otherBuf[i] +} +``` + + +### How do we fix node.js core? + +We sent [a PR to node.js core](https://github.com/nodejs/node/pull/4514) (merged as +`semver-major`) which defends against one case: + +```js +var str = 16 +new Buffer(str, 'utf8') +``` + +In this situation, it's implied that the programmer intended the first argument to be a +string, since they passed an encoding as a second argument. Today, node.js will allocate +uninitialized memory in the case of `new Buffer(number, encoding)`, which is probably not +what the programmer intended. + +But this is only a partial solution, since if the programmer does `new Buffer(variable)` +(without an `encoding` parameter) there's no way to know what they intended. If `variable` +is sometimes a number, then uninitialized memory will sometimes be returned. + +### What's the real long-term fix? + +We could deprecate and remove `new Buffer(number)` and use `Buffer.allocUnsafe(number)` when +we need uninitialized memory. But that would break 1000s of packages. + +~~We believe the best solution is to:~~ + +~~1. Change `new Buffer(number)` to return safe, zeroed-out memory~~ + +~~2. Create a new API for creating uninitialized Buffers. We propose: `Buffer.allocUnsafe(number)`~~ + +#### Update + +We now support adding three new APIs: + +- `Buffer.from(value)` - convert from any type to a buffer +- `Buffer.alloc(size)` - create a zero-filled buffer +- `Buffer.allocUnsafe(size)` - create an uninitialized buffer with given size + +This solves the core problem that affected `ws` and `bittorrent-dht` which is +`Buffer(variable)` getting tricked into taking a number argument. + +This way, existing code continues working and the impact on the npm ecosystem will be +minimal. Over time, npm maintainers can migrate performance-critical code to use +`Buffer.allocUnsafe(number)` instead of `new Buffer(number)`. + + +### Conclusion + +We think there's a serious design issue with the `Buffer` API as it exists today. It +promotes insecure software by putting high-risk functionality into a convenient API +with friendly "developer ergonomics". + +This wasn't merely a theoretical exercise because we found the issue in some of the +most popular npm packages. + +Fortunately, there's an easy fix that can be applied today. Use `safe-buffer` in place of +`buffer`. + +```js +var Buffer = require('safe-buffer').Buffer +``` + +Eventually, we hope that node.js core can switch to this new, safer behavior. We believe +the impact on the ecosystem would be minimal since it's not a breaking change. +Well-maintained, popular packages would be updated to use `Buffer.alloc` quickly, while +older, insecure packages would magically become safe from this attack vector. + + +## links + +- [Node.js PR: buffer: throw if both length and enc are passed](https://github.com/nodejs/node/pull/4514) +- [Node Security Project disclosure for `ws`](https://nodesecurity.io/advisories/67) +- [Node Security Project disclosure for`bittorrent-dht`](https://nodesecurity.io/advisories/68) + + +## credit + +The original issues in `bittorrent-dht` +([disclosure](https://nodesecurity.io/advisories/68)) and +`ws` ([disclosure](https://nodesecurity.io/advisories/67)) were discovered by +[Mathias Buus](https://github.com/mafintosh) and +[Feross Aboukhadijeh](http://feross.org/). + +Thanks to [Adam Baldwin](https://github.com/evilpacket) for helping disclose these issues +and for his work running the [Node Security Project](https://nodesecurity.io/). + +Thanks to [John Hiesey](https://github.com/jhiesey) for proofreading this README and +auditing the code. + + +## license + +MIT. Copyright (C) [Feross Aboukhadijeh](http://feross.org) diff --git "a/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/index.d.ts" "b/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/index.d.ts" new file mode 100644 index 0000000..e9fed80 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/index.d.ts" @@ -0,0 +1,187 @@ +declare module "safe-buffer" { + export class Buffer { + length: number + write(string: string, offset?: number, length?: number, encoding?: string): number; + toString(encoding?: string, start?: number, end?: number): string; + toJSON(): { type: 'Buffer', data: any[] }; + equals(otherBuffer: Buffer): boolean; + compare(otherBuffer: Buffer, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): number; + copy(targetBuffer: Buffer, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + slice(start?: number, end?: number): Buffer; + writeUIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeUIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + readUIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readUIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readUInt8(offset: number, noAssert?: boolean): number; + readUInt16LE(offset: number, noAssert?: boolean): number; + readUInt16BE(offset: number, noAssert?: boolean): number; + readUInt32LE(offset: number, noAssert?: boolean): number; + readUInt32BE(offset: number, noAssert?: boolean): number; + readInt8(offset: number, noAssert?: boolean): number; + readInt16LE(offset: number, noAssert?: boolean): number; + readInt16BE(offset: number, noAssert?: boolean): number; + readInt32LE(offset: number, noAssert?: boolean): number; + readInt32BE(offset: number, noAssert?: boolean): number; + readFloatLE(offset: number, noAssert?: boolean): number; + readFloatBE(offset: number, noAssert?: boolean): number; + readDoubleLE(offset: number, noAssert?: boolean): number; + readDoubleBE(offset: number, noAssert?: boolean): number; + swap16(): Buffer; + swap32(): Buffer; + swap64(): Buffer; + writeUInt8(value: number, offset: number, noAssert?: boolean): number; + writeUInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeInt8(value: number, offset: number, noAssert?: boolean): number; + writeInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeFloatLE(value: number, offset: number, noAssert?: boolean): number; + writeFloatBE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleLE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleBE(value: number, offset: number, noAssert?: boolean): number; + fill(value: any, offset?: number, end?: number): this; + indexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + lastIndexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + includes(value: string | number | Buffer, byteOffset?: number, encoding?: string): boolean; + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + */ + constructor (str: string, encoding?: string); + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + */ + constructor (size: number); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: Uint8Array); + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}. + * + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + */ + constructor (arrayBuffer: ArrayBuffer); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: any[]); + /** + * Copies the passed {buffer} data onto a new {Buffer} instance. + * + * @param buffer The buffer to copy. + */ + constructor (buffer: Buffer); + prototype: Buffer; + /** + * Allocates a new Buffer using an {array} of octets. + * + * @param array + */ + static from(array: any[]): Buffer; + /** + * When passed a reference to the .buffer property of a TypedArray instance, + * the newly created Buffer will share the same allocated memory as the TypedArray. + * The optional {byteOffset} and {length} arguments specify a memory range + * within the {arrayBuffer} that will be shared by the Buffer. + * + * @param arrayBuffer The .buffer property of a TypedArray or a new ArrayBuffer() + * @param byteOffset + * @param length + */ + static from(arrayBuffer: ArrayBuffer, byteOffset?: number, length?: number): Buffer; + /** + * Copies the passed {buffer} data onto a new Buffer instance. + * + * @param buffer + */ + static from(buffer: Buffer): Buffer; + /** + * Creates a new Buffer containing the given JavaScript string {str}. + * If provided, the {encoding} parameter identifies the character encoding. + * If not provided, {encoding} defaults to 'utf8'. + * + * @param str + */ + static from(str: string, encoding?: string): Buffer; + /** + * Returns true if {obj} is a Buffer + * + * @param obj object to test. + */ + static isBuffer(obj: any): obj is Buffer; + /** + * Returns true if {encoding} is a valid encoding argument. + * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' + * + * @param encoding string to test. + */ + static isEncoding(encoding: string): boolean; + /** + * Gives the actual byte length of a string. encoding defaults to 'utf8'. + * This is not the same as String.prototype.length since that returns the number of characters in a string. + * + * @param string string to test. + * @param encoding encoding used to evaluate (defaults to 'utf8') + */ + static byteLength(string: string, encoding?: string): number; + /** + * Returns a buffer which is the result of concatenating all the buffers in the list together. + * + * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. + * If the list has exactly one item, then the first item of the list is returned. + * If the list has more than one item, then a new Buffer is created. + * + * @param list An array of Buffer objects to concatenate + * @param totalLength Total length of the buffers when concatenated. + * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. + */ + static concat(list: Buffer[], totalLength?: number): Buffer; + /** + * The same as buf1.compare(buf2). + */ + static compare(buf1: Buffer, buf2: Buffer): number; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @param fill if specified, buffer will be initialized by calling buf.fill(fill). + * If parameter is omitted, buffer will be filled with zeros. + * @param encoding encoding used for call to buf.fill while initalizing + */ + static alloc(size: number, fill?: string | Buffer | number, encoding?: string): Buffer; + /** + * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafe(size: number): Buffer; + /** + * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafeSlow(size: number): Buffer; + } +} \ No newline at end of file diff --git "a/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/index.js" "b/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/index.js" new file mode 100644 index 0000000..22438da --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/index.js" @@ -0,0 +1,62 @@ +/* eslint-disable node/no-deprecated-api */ +var buffer = require('buffer') +var Buffer = buffer.Buffer + +// alternative to using Object.keys for old browsers +function copyProps (src, dst) { + for (var key in src) { + dst[key] = src[key] + } +} +if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) { + module.exports = buffer +} else { + // Copy properties from require('buffer') + copyProps(buffer, exports) + exports.Buffer = SafeBuffer +} + +function SafeBuffer (arg, encodingOrOffset, length) { + return Buffer(arg, encodingOrOffset, length) +} + +// Copy static methods from Buffer +copyProps(Buffer, SafeBuffer) + +SafeBuffer.from = function (arg, encodingOrOffset, length) { + if (typeof arg === 'number') { + throw new TypeError('Argument must not be a number') + } + return Buffer(arg, encodingOrOffset, length) +} + +SafeBuffer.alloc = function (size, fill, encoding) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + var buf = Buffer(size) + if (fill !== undefined) { + if (typeof encoding === 'string') { + buf.fill(fill, encoding) + } else { + buf.fill(fill) + } + } else { + buf.fill(0) + } + return buf +} + +SafeBuffer.allocUnsafe = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return Buffer(size) +} + +SafeBuffer.allocUnsafeSlow = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return buffer.SlowBuffer(size) +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/package.json" "b/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/package.json" new file mode 100644 index 0000000..623fbc3 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/safe-buffer/package.json" @@ -0,0 +1,37 @@ +{ + "name": "safe-buffer", + "description": "Safer Node.js Buffer API", + "version": "5.1.2", + "author": { + "name": "Feross Aboukhadijeh", + "email": "feross@feross.org", + "url": "http://feross.org" + }, + "bugs": { + "url": "https://github.com/feross/safe-buffer/issues" + }, + "devDependencies": { + "standard": "*", + "tape": "^4.0.0" + }, + "homepage": "https://github.com/feross/safe-buffer", + "keywords": [ + "buffer", + "buffer allocate", + "node security", + "safe", + "safe-buffer", + "security", + "uninitialized" + ], + "license": "MIT", + "main": "index.js", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "git://github.com/feross/safe-buffer.git" + }, + "scripts": { + "test": "standard && tape test/*.js" + } +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/sqlstring/HISTORY.md" "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/HISTORY.md" new file mode 100644 index 0000000..e2c7e51 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/HISTORY.md" @@ -0,0 +1,43 @@ +2.3.1 / 2018-02-24 +================== + + * Fix incorrectly replacing non-placeholders in SQL + +2.3.0 / 2017-10-01 +================== + + * Add `.toSqlString()` escape overriding + * Add `raw` method to wrap raw strings for escape overriding + * Small performance improvement on `escapeId` + +2.2.0 / 2016-11-01 +================== + + * Escape invalid `Date` objects as `NULL` + +2.1.0 / 2016-09-26 +================== + + * Accept numbers and other value types in `escapeId` + * Run `buffer.toString()` through escaping + +2.0.1 / 2016-06-06 +================== + + * Fix npm package to include missing `lib/` directory + +2.0.0 / 2016-06-06 +================== + + * Bring repository up-to-date with `mysql` module changes + * Support Node.js 0.6.x + +1.0.0 / 2014-11-09 +================== + + * Support Node.js 0.8.x + +0.0.1 / 2014-02-25 +================== + + * Initial release diff --git "a/\345\210\230\351\234\236/3.8/node_modules/sqlstring/LICENSE" "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/LICENSE" new file mode 100644 index 0000000..c7ff12a --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/LICENSE" @@ -0,0 +1,19 @@ +Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. diff --git "a/\345\210\230\351\234\236/3.8/node_modules/sqlstring/README.md" "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/README.md" new file mode 100644 index 0000000..fafe6f4 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/README.md" @@ -0,0 +1,206 @@ +# sqlstring + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-image]][node-url] +[![Build Status][travis-image]][travis-url] +[![Coverage Status][coveralls-image]][coveralls-url] + +Simple SQL escape and format for MySQL + +## Install + +```sh +$ npm install sqlstring +``` + +## Usage + + + +```js +var SqlString = require('sqlstring'); +``` + +### Escaping query values + +**Caution** These methods of escaping values only works when the +[NO_BACKSLASH_ESCAPES](https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_no_backslash_escapes) +SQL mode is disabled (which is the default state for MySQL servers). + +In order to avoid SQL Injection attacks, you should always escape any user +provided data before using it inside a SQL query. You can do so using the +`SqlString.escape()` method: + +```js +var userId = 'some user provided value'; +var sql = 'SELECT * FROM users WHERE id = ' + SqlString.escape(userId); +console.log(sql); // SELECT * FROM users WHERE id = 'some user provided value' +``` + +Alternatively, you can use `?` characters as placeholders for values you would +like to have escaped like this: + +```js +var userId = 1; +var sql = SqlString.format('SELECT * FROM users WHERE id = ?', [userId]); +console.log(sql); // SELECT * FROM users WHERE id = 1 +``` + +Multiple placeholders are mapped to values in the same order as passed. For example, +in the following query `foo` equals `a`, `bar` equals `b`, `baz` equals `c`, and +`id` will be `userId`: + +```js +var userId = 1; +var sql = SqlString.format('UPDATE users SET foo = ?, bar = ?, baz = ? WHERE id = ?', + ['a', 'b', 'c', userId]); +console.log(sql); // UPDATE users SET foo = 'a', bar = 'b', baz = 'c' WHERE id = 1 +``` + +This looks similar to prepared statements in MySQL, however it really just uses +the same `SqlString.escape()` method internally. + +**Caution** This also differs from prepared statements in that all `?` are +replaced, even those contained in comments and strings. + +Different value types are escaped differently, here is how: + +* Numbers are left untouched +* Booleans are converted to `true` / `false` +* Date objects are converted to `'YYYY-mm-dd HH:ii:ss'` strings +* Buffers are converted to hex strings, e.g. `X'0fa5'` +* Strings are safely escaped +* Arrays are turned into list, e.g. `['a', 'b']` turns into `'a', 'b'` +* Nested arrays are turned into grouped lists (for bulk inserts), e.g. `[['a', + 'b'], ['c', 'd']]` turns into `('a', 'b'), ('c', 'd')` +* Objects that have a `toSqlString` method will have `.toSqlString()` called + and the returned value is used as the raw SQL. +* Objects are turned into `key = 'val'` pairs for each enumerable property on + the object. If the property's value is a function, it is skipped; if the + property's value is an object, toString() is called on it and the returned + value is used. +* `undefined` / `null` are converted to `NULL` +* `NaN` / `Infinity` are left as-is. MySQL does not support these, and trying + to insert them as values will trigger MySQL errors until they implement + support. + +You may have noticed that this escaping allows you to do neat things like this: + +```js +var post = {id: 1, title: 'Hello MySQL'}; +var sql = SqlString.format('INSERT INTO posts SET ?', post); +console.log(sql); // INSERT INTO posts SET `id` = 1, `title` = 'Hello MySQL' +``` + +And the `toSqlString` method allows you to form complex queries with functions: + +```js +var CURRENT_TIMESTAMP = { toSqlString: function() { return 'CURRENT_TIMESTAMP()'; } }; +var sql = SqlString.format('UPDATE posts SET modified = ? WHERE id = ?', [CURRENT_TIMESTAMP, 42]); +console.log(sql); // UPDATE posts SET modified = CURRENT_TIMESTAMP() WHERE id = 42 +``` + +To generate objects with a `toSqlString` method, the `SqlString.raw()` method can +be used. This creates an object that will be left un-touched when using in a `?` +placeholder, useful for using functions as dynamic values: + +**Caution** The string provided to `SqlString.raw()` will skip all escaping +functions when used, so be careful when passing in unvalidated input. + +```js +var CURRENT_TIMESTAMP = SqlString.raw('CURRENT_TIMESTAMP()'); +var sql = SqlString.format('UPDATE posts SET modified = ? WHERE id = ?', [CURRENT_TIMESTAMP, 42]); +console.log(sql); // UPDATE posts SET modified = CURRENT_TIMESTAMP() WHERE id = 42 +``` + +If you feel the need to escape queries by yourself, you can also use the escaping +function directly: + +```js +var sql = 'SELECT * FROM posts WHERE title=' + SqlString.escape('Hello MySQL'); +console.log(sql); // SELECT * FROM posts WHERE title='Hello MySQL' +``` + +### Escaping query identifiers + +If you can't trust an SQL identifier (database / table / column name) because it is +provided by a user, you should escape it with `SqlString.escapeId(identifier)` like this: + +```js +var sorter = 'date'; +var sql = 'SELECT * FROM posts ORDER BY ' + SqlString.escapeId(sorter); +console.log(sql); // SELECT * FROM posts ORDER BY `date` +``` + +It also supports adding qualified identifiers. It will escape both parts. + +```js +var sorter = 'date'; +var sql = 'SELECT * FROM posts ORDER BY ' + SqlString.escapeId('posts.' + sorter); +console.log(sql); // SELECT * FROM posts ORDER BY `posts`.`date` +``` + +If you do not want to treat `.` as qualified identifiers, you can set the second +argument to `true` in order to keep the string as a literal identifier: + +```js +var sorter = 'date.2'; +var sql = 'SELECT * FROM posts ORDER BY ' + SqlString.escapeId(sorter, true); +console.log(sql); // SELECT * FROM posts ORDER BY `date.2` +``` + +Alternatively, you can use `??` characters as placeholders for identifiers you would +like to have escaped like this: + +```js +var userId = 1; +var columns = ['username', 'email']; +var sql = SqlString.format('SELECT ?? FROM ?? WHERE id = ?', [columns, 'users', userId]); +console.log(sql); // SELECT `username`, `email` FROM `users` WHERE id = 1 +``` +**Please note that this last character sequence is experimental and syntax might change** + +When you pass an Object to `.escape()` or `.format()`, `.escapeId()` is used to avoid SQL injection in object keys. + +### Formatting queries + +You can use `SqlString.format` to prepare a query with multiple insertion points, +utilizing the proper escaping for ids and values. A simple example of this follows: + +```js +var userId = 1; +var inserts = ['users', 'id', userId]; +var sql = SqlString.format('SELECT * FROM ?? WHERE ?? = ?', inserts); +console.log(sql); // SELECT * FROM `users` WHERE `id` = 1 +``` + +Following this you then have a valid, escaped query that you can then send to the database safely. +This is useful if you are looking to prepare the query before actually sending it to the database. +You also have the option (but are not required) to pass in `stringifyObject` and `timeZone`, +allowing you provide a custom means of turning objects into strings, as well as a +location-specific/timezone-aware `Date`. + +This can be further combined with the `SqlString.raw()` helper to generate SQL +that includes MySQL functions as dynamic vales: + +```js +var userId = 1; +var data = { email: 'foobar@example.com', modified: SqlString.raw('NOW()') }; +var sql = SqlString.format('UPDATE ?? SET ? WHERE `id` = ?', ['users', data, userId]); +console.log(sql); // UPDATE `users` SET `email` = 'foobar@example.com', `modified` = NOW() WHERE `id` = 1 +``` + +## License + +[MIT](LICENSE) + +[npm-version-image]: https://img.shields.io/npm/v/sqlstring.svg +[npm-downloads-image]: https://img.shields.io/npm/dm/sqlstring.svg +[npm-url]: https://npmjs.org/package/sqlstring +[travis-image]: https://img.shields.io/travis/mysqljs/sqlstring/master.svg +[travis-url]: https://travis-ci.org/mysqljs/sqlstring +[coveralls-image]: https://img.shields.io/coveralls/mysqljs/sqlstring/master.svg +[coveralls-url]: https://coveralls.io/r/mysqljs/sqlstring?branch=master +[node-image]: https://img.shields.io/node/v/sqlstring.svg +[node-url]: https://nodejs.org/en/download diff --git "a/\345\210\230\351\234\236/3.8/node_modules/sqlstring/index.js" "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/index.js" new file mode 100644 index 0000000..4ef5944 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/index.js" @@ -0,0 +1 @@ +module.exports = require('./lib/SqlString'); diff --git "a/\345\210\230\351\234\236/3.8/node_modules/sqlstring/lib/SqlString.js" "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/lib/SqlString.js" new file mode 100644 index 0000000..419adec --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/lib/SqlString.js" @@ -0,0 +1,237 @@ +var SqlString = exports; + +var ID_GLOBAL_REGEXP = /`/g; +var QUAL_GLOBAL_REGEXP = /\./g; +var CHARS_GLOBAL_REGEXP = /[\0\b\t\n\r\x1a\"\'\\]/g; // eslint-disable-line no-control-regex +var CHARS_ESCAPE_MAP = { + '\0' : '\\0', + '\b' : '\\b', + '\t' : '\\t', + '\n' : '\\n', + '\r' : '\\r', + '\x1a' : '\\Z', + '"' : '\\"', + '\'' : '\\\'', + '\\' : '\\\\' +}; + +SqlString.escapeId = function escapeId(val, forbidQualified) { + if (Array.isArray(val)) { + var sql = ''; + + for (var i = 0; i < val.length; i++) { + sql += (i === 0 ? '' : ', ') + SqlString.escapeId(val[i], forbidQualified); + } + + return sql; + } else if (forbidQualified) { + return '`' + String(val).replace(ID_GLOBAL_REGEXP, '``') + '`'; + } else { + return '`' + String(val).replace(ID_GLOBAL_REGEXP, '``').replace(QUAL_GLOBAL_REGEXP, '`.`') + '`'; + } +}; + +SqlString.escape = function escape(val, stringifyObjects, timeZone) { + if (val === undefined || val === null) { + return 'NULL'; + } + + switch (typeof val) { + case 'boolean': return (val) ? 'true' : 'false'; + case 'number': return val + ''; + case 'object': + if (val instanceof Date) { + return SqlString.dateToString(val, timeZone || 'local'); + } else if (Array.isArray(val)) { + return SqlString.arrayToList(val, timeZone); + } else if (Buffer.isBuffer(val)) { + return SqlString.bufferToString(val); + } else if (typeof val.toSqlString === 'function') { + return String(val.toSqlString()); + } else if (stringifyObjects) { + return escapeString(val.toString()); + } else { + return SqlString.objectToValues(val, timeZone); + } + default: return escapeString(val); + } +}; + +SqlString.arrayToList = function arrayToList(array, timeZone) { + var sql = ''; + + for (var i = 0; i < array.length; i++) { + var val = array[i]; + + if (Array.isArray(val)) { + sql += (i === 0 ? '' : ', ') + '(' + SqlString.arrayToList(val, timeZone) + ')'; + } else { + sql += (i === 0 ? '' : ', ') + SqlString.escape(val, true, timeZone); + } + } + + return sql; +}; + +SqlString.format = function format(sql, values, stringifyObjects, timeZone) { + if (values == null) { + return sql; + } + + if (!(values instanceof Array || Array.isArray(values))) { + values = [values]; + } + + var chunkIndex = 0; + var placeholdersRegex = /\?+/g; + var result = ''; + var valuesIndex = 0; + var match; + + while (valuesIndex < values.length && (match = placeholdersRegex.exec(sql))) { + var len = match[0].length; + + if (len > 2) { + continue; + } + + var value = len === 2 + ? SqlString.escapeId(values[valuesIndex]) + : SqlString.escape(values[valuesIndex], stringifyObjects, timeZone); + + result += sql.slice(chunkIndex, match.index) + value; + chunkIndex = placeholdersRegex.lastIndex; + valuesIndex++; + } + + if (chunkIndex === 0) { + // Nothing was replaced + return sql; + } + + if (chunkIndex < sql.length) { + return result + sql.slice(chunkIndex); + } + + return result; +}; + +SqlString.dateToString = function dateToString(date, timeZone) { + var dt = new Date(date); + + if (isNaN(dt.getTime())) { + return 'NULL'; + } + + var year; + var month; + var day; + var hour; + var minute; + var second; + var millisecond; + + if (timeZone === 'local') { + year = dt.getFullYear(); + month = dt.getMonth() + 1; + day = dt.getDate(); + hour = dt.getHours(); + minute = dt.getMinutes(); + second = dt.getSeconds(); + millisecond = dt.getMilliseconds(); + } else { + var tz = convertTimezone(timeZone); + + if (tz !== false && tz !== 0) { + dt.setTime(dt.getTime() + (tz * 60000)); + } + + year = dt.getUTCFullYear(); + month = dt.getUTCMonth() + 1; + day = dt.getUTCDate(); + hour = dt.getUTCHours(); + minute = dt.getUTCMinutes(); + second = dt.getUTCSeconds(); + millisecond = dt.getUTCMilliseconds(); + } + + // YYYY-MM-DD HH:mm:ss.mmm + var str = zeroPad(year, 4) + '-' + zeroPad(month, 2) + '-' + zeroPad(day, 2) + ' ' + + zeroPad(hour, 2) + ':' + zeroPad(minute, 2) + ':' + zeroPad(second, 2) + '.' + + zeroPad(millisecond, 3); + + return escapeString(str); +}; + +SqlString.bufferToString = function bufferToString(buffer) { + return 'X' + escapeString(buffer.toString('hex')); +}; + +SqlString.objectToValues = function objectToValues(object, timeZone) { + var sql = ''; + + for (var key in object) { + var val = object[key]; + + if (typeof val === 'function') { + continue; + } + + sql += (sql.length === 0 ? '' : ', ') + SqlString.escapeId(key) + ' = ' + SqlString.escape(val, true, timeZone); + } + + return sql; +}; + +SqlString.raw = function raw(sql) { + if (typeof sql !== 'string') { + throw new TypeError('argument sql must be a string'); + } + + return { + toSqlString: function toSqlString() { return sql; } + }; +}; + +function escapeString(val) { + var chunkIndex = CHARS_GLOBAL_REGEXP.lastIndex = 0; + var escapedVal = ''; + var match; + + while ((match = CHARS_GLOBAL_REGEXP.exec(val))) { + escapedVal += val.slice(chunkIndex, match.index) + CHARS_ESCAPE_MAP[match[0]]; + chunkIndex = CHARS_GLOBAL_REGEXP.lastIndex; + } + + if (chunkIndex === 0) { + // Nothing was escaped + return "'" + val + "'"; + } + + if (chunkIndex < val.length) { + return "'" + escapedVal + val.slice(chunkIndex) + "'"; + } + + return "'" + escapedVal + "'"; +} + +function zeroPad(number, length) { + number = number.toString(); + while (number.length < length) { + number = '0' + number; + } + + return number; +} + +function convertTimezone(tz) { + if (tz === 'Z') { + return 0; + } + + var m = tz.match(/([\+\-\s])(\d\d):?(\d\d)?/); + if (m) { + return (m[1] === '-' ? -1 : 1) * (parseInt(m[2], 10) + ((m[3] ? parseInt(m[3], 10) : 0) / 60)) * 60; + } + return false; +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/sqlstring/package.json" "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/package.json" new file mode 100644 index 0000000..2c951a3 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/sqlstring/package.json" @@ -0,0 +1,47 @@ +{ + "name": "sqlstring", + "description": "Simple SQL escape and format for MySQL", + "version": "2.3.1", + "contributors": [ + "Adri Van Houdt ", + "Douglas Christopher Wilson ", + "fengmk2 (http://fengmk2.github.com)", + "Kevin Jose Martin ", + "Nathan Woltman ", + "Sergej Sintschilin " + ], + "license": "MIT", + "keywords": [ + "sqlstring", + "sql", + "escape", + "sql escape" + ], + "repository": "mysqljs/sqlstring", + "devDependencies": { + "beautify-benchmark": "0.2.4", + "benchmark": "2.1.4", + "eslint": "4.18.1", + "eslint-plugin-markdown": "1.0.0-beta.6", + "nyc": "10.3.2", + "urun": "0.0.8", + "utest": "0.0.8" + }, + "files": [ + "lib/", + "HISTORY.md", + "LICENSE", + "README.md", + "index.js" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "bench": "node benchmark/index.js", + "lint": "eslint --plugin markdown --ext js,md .", + "test": "node test/run.js", + "test-ci": "nyc --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/string_decoder/.travis.yml" "b/\345\210\230\351\234\236/3.8/node_modules/string_decoder/.travis.yml" new file mode 100644 index 0000000..3347a72 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/string_decoder/.travis.yml" @@ -0,0 +1,50 @@ +sudo: false +language: node_js +before_install: + - npm install -g npm@2 + - test $NPM_LEGACY && npm install -g npm@latest-3 || npm install npm -g +notifications: + email: false +matrix: + fast_finish: true + include: + - node_js: '0.8' + env: + - TASK=test + - NPM_LEGACY=true + - node_js: '0.10' + env: + - TASK=test + - NPM_LEGACY=true + - node_js: '0.11' + env: + - TASK=test + - NPM_LEGACY=true + - node_js: '0.12' + env: + - TASK=test + - NPM_LEGACY=true + - node_js: 1 + env: + - TASK=test + - NPM_LEGACY=true + - node_js: 2 + env: + - TASK=test + - NPM_LEGACY=true + - node_js: 3 + env: + - TASK=test + - NPM_LEGACY=true + - node_js: 4 + env: TASK=test + - node_js: 5 + env: TASK=test + - node_js: 6 + env: TASK=test + - node_js: 7 + env: TASK=test + - node_js: 8 + env: TASK=test + - node_js: 9 + env: TASK=test diff --git "a/\345\210\230\351\234\236/3.8/node_modules/string_decoder/LICENSE" "b/\345\210\230\351\234\236/3.8/node_modules/string_decoder/LICENSE" new file mode 100644 index 0000000..778edb2 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/string_decoder/LICENSE" @@ -0,0 +1,48 @@ +Node.js is licensed for use as follows: + +""" +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + +This license applies to parts of Node.js originating from the +https://github.com/joyent/node repository: + +""" +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + diff --git "a/\345\210\230\351\234\236/3.8/node_modules/string_decoder/README.md" "b/\345\210\230\351\234\236/3.8/node_modules/string_decoder/README.md" new file mode 100644 index 0000000..5fd5831 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/string_decoder/README.md" @@ -0,0 +1,47 @@ +# string_decoder + +***Node-core v8.9.4 string_decoder for userland*** + + +[![NPM](https://nodei.co/npm/string_decoder.png?downloads=true&downloadRank=true)](https://nodei.co/npm/string_decoder/) +[![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](https://nodei.co/npm/string_decoder/) + + +```bash +npm install --save string_decoder +``` + +***Node-core string_decoder for userland*** + +This package is a mirror of the string_decoder implementation in Node-core. + +Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). + +As of version 1.0.0 **string_decoder** uses semantic versioning. + +## Previous versions + +Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10. + +## Update + +The *build/* directory contains a build script that will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specific Node version. + +## Streams Working Group + +`string_decoder` is maintained by the Streams Working Group, which +oversees the development and maintenance of the Streams API within +Node.js. The responsibilities of the Streams Working Group include: + +* Addressing stream issues on the Node.js issue tracker. +* Authoring and editing stream documentation within the Node.js project. +* Reviewing changes to stream subclasses within the Node.js project. +* Redirecting changes to streams from the Node.js project to this + project. +* Assisting in the implementation of stream providers within Node.js. +* Recommending versions of `readable-stream` to be included in Node.js. +* Messaging about the future of streams to give the community advance + notice of changes. + +See [readable-stream](https://github.com/nodejs/readable-stream) for +more details. diff --git "a/\345\210\230\351\234\236/3.8/node_modules/string_decoder/lib/string_decoder.js" "b/\345\210\230\351\234\236/3.8/node_modules/string_decoder/lib/string_decoder.js" new file mode 100644 index 0000000..2e89e63 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/string_decoder/lib/string_decoder.js" @@ -0,0 +1,296 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +'use strict'; + +/**/ + +var Buffer = require('safe-buffer').Buffer; +/**/ + +var isEncoding = Buffer.isEncoding || function (encoding) { + encoding = '' + encoding; + switch (encoding && encoding.toLowerCase()) { + case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw': + return true; + default: + return false; + } +}; + +function _normalizeEncoding(enc) { + if (!enc) return 'utf8'; + var retried; + while (true) { + switch (enc) { + case 'utf8': + case 'utf-8': + return 'utf8'; + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return 'utf16le'; + case 'latin1': + case 'binary': + return 'latin1'; + case 'base64': + case 'ascii': + case 'hex': + return enc; + default: + if (retried) return; // undefined + enc = ('' + enc).toLowerCase(); + retried = true; + } + } +}; + +// Do not cache `Buffer.isEncoding` when checking encoding names as some +// modules monkey-patch it to support additional encodings +function normalizeEncoding(enc) { + var nenc = _normalizeEncoding(enc); + if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc); + return nenc || enc; +} + +// StringDecoder provides an interface for efficiently splitting a series of +// buffers into a series of JS strings without breaking apart multi-byte +// characters. +exports.StringDecoder = StringDecoder; +function StringDecoder(encoding) { + this.encoding = normalizeEncoding(encoding); + var nb; + switch (this.encoding) { + case 'utf16le': + this.text = utf16Text; + this.end = utf16End; + nb = 4; + break; + case 'utf8': + this.fillLast = utf8FillLast; + nb = 4; + break; + case 'base64': + this.text = base64Text; + this.end = base64End; + nb = 3; + break; + default: + this.write = simpleWrite; + this.end = simpleEnd; + return; + } + this.lastNeed = 0; + this.lastTotal = 0; + this.lastChar = Buffer.allocUnsafe(nb); +} + +StringDecoder.prototype.write = function (buf) { + if (buf.length === 0) return ''; + var r; + var i; + if (this.lastNeed) { + r = this.fillLast(buf); + if (r === undefined) return ''; + i = this.lastNeed; + this.lastNeed = 0; + } else { + i = 0; + } + if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i); + return r || ''; +}; + +StringDecoder.prototype.end = utf8End; + +// Returns only complete characters in a Buffer +StringDecoder.prototype.text = utf8Text; + +// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer +StringDecoder.prototype.fillLast = function (buf) { + if (this.lastNeed <= buf.length) { + buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed); + return this.lastChar.toString(this.encoding, 0, this.lastTotal); + } + buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length); + this.lastNeed -= buf.length; +}; + +// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a +// continuation byte. If an invalid byte is detected, -2 is returned. +function utf8CheckByte(byte) { + if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4; + return byte >> 6 === 0x02 ? -1 : -2; +} + +// Checks at most 3 bytes at the end of a Buffer in order to detect an +// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4) +// needed to complete the UTF-8 character (if applicable) are returned. +function utf8CheckIncomplete(self, buf, i) { + var j = buf.length - 1; + if (j < i) return 0; + var nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) self.lastNeed = nb - 1; + return nb; + } + if (--j < i || nb === -2) return 0; + nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) self.lastNeed = nb - 2; + return nb; + } + if (--j < i || nb === -2) return 0; + nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) { + if (nb === 2) nb = 0;else self.lastNeed = nb - 3; + } + return nb; + } + return 0; +} + +// Validates as many continuation bytes for a multi-byte UTF-8 character as +// needed or are available. If we see a non-continuation byte where we expect +// one, we "replace" the validated continuation bytes we've seen so far with +// a single UTF-8 replacement character ('\ufffd'), to match v8's UTF-8 decoding +// behavior. The continuation byte check is included three times in the case +// where all of the continuation bytes for a character exist in the same buffer. +// It is also done this way as a slight performance increase instead of using a +// loop. +function utf8CheckExtraBytes(self, buf, p) { + if ((buf[0] & 0xC0) !== 0x80) { + self.lastNeed = 0; + return '\ufffd'; + } + if (self.lastNeed > 1 && buf.length > 1) { + if ((buf[1] & 0xC0) !== 0x80) { + self.lastNeed = 1; + return '\ufffd'; + } + if (self.lastNeed > 2 && buf.length > 2) { + if ((buf[2] & 0xC0) !== 0x80) { + self.lastNeed = 2; + return '\ufffd'; + } + } + } +} + +// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer. +function utf8FillLast(buf) { + var p = this.lastTotal - this.lastNeed; + var r = utf8CheckExtraBytes(this, buf, p); + if (r !== undefined) return r; + if (this.lastNeed <= buf.length) { + buf.copy(this.lastChar, p, 0, this.lastNeed); + return this.lastChar.toString(this.encoding, 0, this.lastTotal); + } + buf.copy(this.lastChar, p, 0, buf.length); + this.lastNeed -= buf.length; +} + +// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a +// partial character, the character's bytes are buffered until the required +// number of bytes are available. +function utf8Text(buf, i) { + var total = utf8CheckIncomplete(this, buf, i); + if (!this.lastNeed) return buf.toString('utf8', i); + this.lastTotal = total; + var end = buf.length - (total - this.lastNeed); + buf.copy(this.lastChar, 0, end); + return buf.toString('utf8', i, end); +} + +// For UTF-8, a replacement character is added when ending on a partial +// character. +function utf8End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) return r + '\ufffd'; + return r; +} + +// UTF-16LE typically needs two bytes per character, but even if we have an even +// number of bytes available, we need to check if we end on a leading/high +// surrogate. In that case, we need to wait for the next two bytes in order to +// decode the last character properly. +function utf16Text(buf, i) { + if ((buf.length - i) % 2 === 0) { + var r = buf.toString('utf16le', i); + if (r) { + var c = r.charCodeAt(r.length - 1); + if (c >= 0xD800 && c <= 0xDBFF) { + this.lastNeed = 2; + this.lastTotal = 4; + this.lastChar[0] = buf[buf.length - 2]; + this.lastChar[1] = buf[buf.length - 1]; + return r.slice(0, -1); + } + } + return r; + } + this.lastNeed = 1; + this.lastTotal = 2; + this.lastChar[0] = buf[buf.length - 1]; + return buf.toString('utf16le', i, buf.length - 1); +} + +// For UTF-16LE we do not explicitly append special replacement characters if we +// end on a partial character, we simply let v8 handle that. +function utf16End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) { + var end = this.lastTotal - this.lastNeed; + return r + this.lastChar.toString('utf16le', 0, end); + } + return r; +} + +function base64Text(buf, i) { + var n = (buf.length - i) % 3; + if (n === 0) return buf.toString('base64', i); + this.lastNeed = 3 - n; + this.lastTotal = 3; + if (n === 1) { + this.lastChar[0] = buf[buf.length - 1]; + } else { + this.lastChar[0] = buf[buf.length - 2]; + this.lastChar[1] = buf[buf.length - 1]; + } + return buf.toString('base64', i, buf.length - n); +} + +function base64End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed); + return r; +} + +// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex) +function simpleWrite(buf) { + return buf.toString(this.encoding); +} + +function simpleEnd(buf) { + return buf && buf.length ? this.write(buf) : ''; +} \ No newline at end of file diff --git "a/\345\210\230\351\234\236/3.8/node_modules/string_decoder/package.json" "b/\345\210\230\351\234\236/3.8/node_modules/string_decoder/package.json" new file mode 100644 index 0000000..518c3eb --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/string_decoder/package.json" @@ -0,0 +1,31 @@ +{ + "name": "string_decoder", + "version": "1.1.1", + "description": "The string_decoder module from Node core", + "main": "lib/string_decoder.js", + "dependencies": { + "safe-buffer": "~5.1.0" + }, + "devDependencies": { + "babel-polyfill": "^6.23.0", + "core-util-is": "^1.0.2", + "inherits": "^2.0.3", + "tap": "~0.4.8" + }, + "scripts": { + "test": "tap test/parallel/*.js && node test/verify-dependencies", + "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js" + }, + "repository": { + "type": "git", + "url": "git://github.com/nodejs/string_decoder.git" + }, + "homepage": "https://github.com/nodejs/string_decoder", + "keywords": [ + "string", + "decoder", + "browser", + "browserify" + ], + "license": "MIT" +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/History.md" "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/History.md" new file mode 100644 index 0000000..acc8675 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/History.md" @@ -0,0 +1,16 @@ + +1.0.2 / 2015-10-07 +================== + + * use try/catch when checking `localStorage` (#3, @kumavis) + +1.0.1 / 2014-11-25 +================== + + * browser: use `console.warn()` for deprecation calls + * browser: more jsdocs + +1.0.0 / 2014-04-30 +================== + + * initial commit diff --git "a/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/LICENSE" "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/LICENSE" new file mode 100644 index 0000000..6a60e8c --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/LICENSE" @@ -0,0 +1,24 @@ +(The MIT License) + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git "a/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/README.md" "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/README.md" new file mode 100644 index 0000000..75622fa --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/README.md" @@ -0,0 +1,53 @@ +util-deprecate +============== +### The Node.js `util.deprecate()` function with browser support + +In Node.js, this module simply re-exports the `util.deprecate()` function. + +In the web browser (i.e. via browserify), a browser-specific implementation +of the `util.deprecate()` function is used. + + +## API + +A `deprecate()` function is the only thing exposed by this module. + +``` javascript +// setup: +exports.foo = deprecate(foo, 'foo() is deprecated, use bar() instead'); + + +// users see: +foo(); +// foo() is deprecated, use bar() instead +foo(); +foo(); +``` + + +## License + +(The MIT License) + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git "a/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/browser.js" "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/browser.js" new file mode 100644 index 0000000..549ae2f --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/browser.js" @@ -0,0 +1,67 @@ + +/** + * Module exports. + */ + +module.exports = deprecate; + +/** + * Mark that a method should not be used. + * Returns a modified function which warns once by default. + * + * If `localStorage.noDeprecation = true` is set, then it is a no-op. + * + * If `localStorage.throwDeprecation = true` is set, then deprecated functions + * will throw an Error when invoked. + * + * If `localStorage.traceDeprecation = true` is set, then deprecated functions + * will invoke `console.trace()` instead of `console.error()`. + * + * @param {Function} fn - the function to deprecate + * @param {String} msg - the string to print to the console when `fn` is invoked + * @returns {Function} a new "deprecated" version of `fn` + * @api public + */ + +function deprecate (fn, msg) { + if (config('noDeprecation')) { + return fn; + } + + var warned = false; + function deprecated() { + if (!warned) { + if (config('throwDeprecation')) { + throw new Error(msg); + } else if (config('traceDeprecation')) { + console.trace(msg); + } else { + console.warn(msg); + } + warned = true; + } + return fn.apply(this, arguments); + } + + return deprecated; +} + +/** + * Checks `localStorage` for boolean values for the given `name`. + * + * @param {String} name + * @returns {Boolean} + * @api private + */ + +function config (name) { + // accessing global.localStorage can trigger a DOMException in sandboxed iframes + try { + if (!global.localStorage) return false; + } catch (_) { + return false; + } + var val = global.localStorage[name]; + if (null == val) return false; + return String(val).toLowerCase() === 'true'; +} diff --git "a/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/node.js" "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/node.js" new file mode 100644 index 0000000..5e6fcff --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/node.js" @@ -0,0 +1,6 @@ + +/** + * For Node.js, simply re-export the core `util.deprecate` function. + */ + +module.exports = require('util').deprecate; diff --git "a/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/package.json" "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/package.json" new file mode 100644 index 0000000..2e79f89 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/node_modules/util-deprecate/package.json" @@ -0,0 +1,27 @@ +{ + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "main": "node.js", + "browser": "browser.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/util-deprecate.git" + }, + "keywords": [ + "util", + "deprecate", + "browserify", + "browser", + "node" + ], + "author": "Nathan Rajlich (http://n8.io/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/TooTallNate/util-deprecate/issues" + }, + "homepage": "https://github.com/TooTallNate/util-deprecate" +} diff --git "a/\345\210\230\351\234\236/3.8/package-lock.json" "b/\345\210\230\351\234\236/3.8/package-lock.json" new file mode 100644 index 0000000..181dd9f --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/package-lock.json" @@ -0,0 +1,169 @@ +{ + "name": "3.7使用mysql模块实现增删改查", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "dependencies": { + "mysql": "^2.18.1" + } + }, + "node_modules/bignumber.js": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.0.tgz", + "integrity": "sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A==", + "engines": { + "node": "*" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "node_modules/mysql": { + "version": "2.18.1", + "resolved": "https://registry.npmjs.org/mysql/-/mysql-2.18.1.tgz", + "integrity": "sha512-Bca+gk2YWmqp2Uf6k5NFEurwY/0td0cpebAucFpY/3jhrwrVGuxU2uQFCHjU19SJfje0yQvi+rVWdq78hR5lig==", + "dependencies": { + "bignumber.js": "9.0.0", + "readable-stream": "2.3.7", + "safe-buffer": "5.1.2", + "sqlstring": "2.3.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/sqlstring": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.1.tgz", + "integrity": "sha1-R1OT/56RR5rqYtyvDKPRSYOn+0A=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + } + }, + "dependencies": { + "bignumber.js": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.0.tgz", + "integrity": "sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A==" + }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "mysql": { + "version": "2.18.1", + "resolved": "https://registry.npmjs.org/mysql/-/mysql-2.18.1.tgz", + "integrity": "sha512-Bca+gk2YWmqp2Uf6k5NFEurwY/0td0cpebAucFpY/3jhrwrVGuxU2uQFCHjU19SJfje0yQvi+rVWdq78hR5lig==", + "requires": { + "bignumber.js": "9.0.0", + "readable-stream": "2.3.7", + "safe-buffer": "5.1.2", + "sqlstring": "2.3.1" + } + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "sqlstring": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.1.tgz", + "integrity": "sha1-R1OT/56RR5rqYtyvDKPRSYOn+0A=" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + } + } +} diff --git "a/\345\210\230\351\234\236/3.8/package.json" "b/\345\210\230\351\234\236/3.8/package.json" new file mode 100644 index 0000000..49ed5f9 --- /dev/null +++ "b/\345\210\230\351\234\236/3.8/package.json" @@ -0,0 +1,5 @@ +{ + "dependencies": { + "mysql": "^2.18.1" + } +} diff --git "a/\345\210\230\351\234\236/3.9/index.js" "b/\345\210\230\351\234\236/3.9/index.js" new file mode 100644 index 0000000..38f09f9 --- /dev/null +++ "b/\345\210\230\351\234\236/3.9/index.js" @@ -0,0 +1,40 @@ +// 建一个表 user,里面有字段 name,password ,当然还可以加入别的字段,要求用node实现,写入数据, +// password 需要被md5加密。查询数据时候能通过明文,加密后查找到对应的数据。 + +let crypto =require('crypto'); + +let mysql =require('mysql'); + +let db =mysql.createConnection({ + host:'localhost', + port:'3306', + database:'user', + user:'root', + password:'root' +}); + +function query(sql,callback){ + db.connect(); + db.query(sql,function(err, result){ + if(err){ + console.log(err.message); + } + callback(result); + }) + db.end(); +} + +//加密 +function encrypt(password){ + let md5 =crypto.createHash('md5'); + md5.update(password); + let pw = md5.digest('hex'); + return pw; +} +let password =encrypt('2333'); + +let sql = `INSERT INTO userinfo(username,password) VALUES ("admin1",'${password}')`; +query(sql,function(result){ + console.log('插入成功'); + console.log(result); +}); \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/.keep" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/.keep" new file mode 100644 index 0000000..e69de29 diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/app.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/app.js" new file mode 100644 index 0000000..7bb8c75 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/app.js" @@ -0,0 +1,72 @@ +/** + * 搭建Web服务器:展示静态资源 + * + * + */ + + +let http = require("http"); +let fs = require("fs"); + +let server = http.createServer(); + +server.listen(8080); + +server.on('request', function (req, res) { + let url = req.url; + //静态资源与动态资源判断 + //在web服务器,要尽量使用异步函数 + //web服务器给谁用的,给用户,给管理员用 + //node自身的问题,node 是单线程的. + //404 页面 + if (url.lastIndexOf('.') > -1) { + console.log(url); + let path = '.' + url; + readFileByPromise(path,res); + } else { + res.end(); + + } + +}) + + +let promise= function(filename){ + + return new Promise(function(resolve,reject){ + + fs.exists(filename,function(result){ + if(!result){ + filename='./home/imgs/404.png'; + } + fs.readFile(filename,function(err,data){ + resolve(data); + }) + }) + }) +} + +async function readFileByPromise(fileName,res) { + let data = await promise(fileName); + res.write(data); + res.end(); +} + +/** + * 写代码的目录 + * + * 职责单一 + * + * 高内聚低耦合 + * + */ + +/** + * 作业:搭建自己web服务器,然后把 home 目录搭建起来,至少要实现静态文件的加载展示 + * + * 去谢谢 promise用法,看不懂没关系,我们接下去会用到,还会再讲讲......... + * + * + * + * + */ diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/china.html" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/china.html" new file mode 100644 index 0000000..614ea27 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/china.html" @@ -0,0 +1,27 @@ + + + + + 表格实例 + + + + + + + + + + + + + + + + + {{result}} + +
全国疫情分布
城市数量日期
+ + + \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc.js" new file mode 100644 index 0000000..a8c3f52 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc.js" @@ -0,0 +1,40 @@ +/** + * + * url 资源定位: + * + * 1.静态资源 css img js html... /home/css/1.css + * + * 2.动态资源,我们简单理解,需要请求数据库的资源 ?front=home&c=index&a=index + * + * c 是 controller 简写,a action(就是 class 里面function) 的简写, + * + * 要用到 class,为什么要 class ,不用json 处理, class 有继承 + * + * url 是我们开发人员来定的,我想怎么规定就怎么规定 + * + * + * 目录结构先完善: + * + * home + * + * controller + * + * imgs + * + * css + * + * html + * + * admin + * + * controller + * + * imgs + * + * css + * + * html + * + * + * + */ \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\225\264\346\224\271/ThikNode.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\225\264\346\224\271/ThikNode.js" new file mode 100644 index 0000000..ca63e42 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\225\264\346\224\271/ThikNode.js" @@ -0,0 +1,36 @@ + let http = require("http"); + ThinkNode{ + + listen:function(port,callback){ + http.createServer(ThinkNode.app()).listen(port,callback); + } + + app:function(){ + var funcs = []; // 待执行的函数数组 + + var app = function (req, res) { + var i = 0; + + function next() { + var task = funcs[i++]; // 取出函数数组里的下一个函数 + if (!task) { // 如果函数不存在,return + return; + } + task(req, res, next); // 否则,执行下一个函数 + } + + next(); + } + + /** + * use方法就是把函数添加到函数数组中 + * @param task + */ + app.use = function (task) { + funcs.push(task); + } + + return app; // 返回实例 + } + +} \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/.keep" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/.keep" new file mode 100644 index 0000000..e69de29 diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/ThinkNode.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/ThinkNode.js" new file mode 100644 index 0000000..aa13660 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/ThinkNode.js" @@ -0,0 +1,218 @@ +let fs = require("fs"); +let nunjucks = require("nunjucks"); +let ArrayHelp = require("./untis/ArrayHelp"); +let dbCofig = require('./config/db'); +let mysql = require("mysql"); +let staticFileType = ['.ico', '.gif', '.png', '.jpg', '.css', '.js']; +let ThinkNode = { + + buildController: function () { + let connection = mysql.createConnection({ host: dbCofig.host, user: dbCofig.user, password: dbCofig.password, database: dbCofig.database, port: dbCofig.port }) + connection.createConnection(); + //查询所以的表 + let tables = 'show tables' + connection.query(tables, function (err, result) { + if (err) { + console.log(err); + } else { + + + } + + }) + + + }, + staticFileHandle: function (path, res) { + fs.readFile(path, function (err, data) { + if (err) { + console.log(err); + } else { + res.end(data); + } + + }) + + }, + findControllAndHandle: async function (req, res, funcend,session) { + let url = req.url; + let isStatic = false; + //静态资源 + staticFileType.forEach(element => { + if (url.lastIndexOf(element) > -1) { + isStatic = true; + + let path = '.' +decodeURI(url); + ThinkNode.staticFileHandle(path, res); + } + + }); + if (isStatic == false) { + res.setHeader("Content-Type", "text/html; charset=utf-8"); + let controllerAndAction = ArrayHelp.buildKeyAndVal(url.split("?")[1], '&', "="); + let front = controllerAndAction["f"] ? controllerAndAction["f"] : 'home'; + let controller = controllerAndAction["c"] ? controllerAndAction["c"] : 'Index'; + let action = controllerAndAction["a"] ? controllerAndAction["a"] : 'index'; + let controllerPath = './' + front + '/controller/' + controller.replace(controller[0], controller[0].toUpperCase()) + "Controller.js"; + fs.stat(controllerPath, async function (err, stats) { + if (err) { + console.log('控制器找不到,请确认url中c 对应的值得控制器是否存在!'); + } else { + let classFile = require(controllerPath); + try { + let obj = new classFile(req, res, nunjucks); + if (obj.__proto__.hasOwnProperty(action)) {//判断该类中是否存在该方法 + let content = await obj[action](); + //console.log('业务逻辑执行的结果'+content); + //前置中间件 + //var i = 0; + //ThinkNode.next(funcsend, i, req, res, content); + if(typeof(content)==='object'){ + content = JSON.stringify(content); + } + res.write(content); + //写入session + if(res.session){ + console.log(res.session,req.session); + let newSession=extend(req.session,res.session); + delete(session[req.cookie.node_session]); + session[req.cookie.node_session]=newSession; + } + res.end(); + return content; + } else { + //console.log('no method'); + res.end('

八戒你又调皮了,这个类中不存在' + action + '方法

'); + } + + } catch (err) { + console.log(err); + //报错结束请求响应 + res.end(); + } + + } + }) + + } + + }, + + next: function (funcs, i, req, res, content) { + if (isNaN(i)) return; + var task = funcs[i++]; // 取出函数数组里的下一个函数 + if (!task) { // 如果函数不存在,return + return; + } + if (content) { + task(req, res, content, ThinkNode.next(funcs, i, req, res)); // 否则,执行下一个函数 + } else { + task(req, res, ThinkNode.next(funcs, i, req, res)); // 否则,执行下一个函数 + } + }, + + parseDataAndHanle: function (req, res, funcsend,session) { + let postData = ''; + req.on('data', function (chunk) {//流方式读取数据,数据一段一段传输,这一段代码是异步的 + postData += chunk; + }); + + req.on('end', async function () { + //解析提交数据 + let data = ArrayHelp.buildKeyAndVal(postData, '&', "="); + //把get和post数据都写入到query + req.query = data; + //如果是get方式把数据写入到 get 属性中 + if (req.method == 'GET') { + req.get = data; + } + //如果是post方式把数据写入到 post 属性中 + if (req.method == 'POST') { + req.post = data; + } + //解析cookie + req.cookie = ArrayHelp.buildKeyAndVal(req.headers.cookie, '; ', '='); + res.session={}; + req.session={}; + node_session=null; + //如果没有 node_session 则设置一个 + if (!req.cookie.node_session) { + node_session = new Date().getTime() + '_' + Math.random(); + res.setHeader('Set-Cookie', "node_session=" + node_session); + req.cookie.node_session=node_session; + // fs.exists('./session'),function(result){ + // if(!result){ + // fs.mkdir('./session',function(err){ + // fs.writeFile('./session/'+node_session+'.txt',function(){ + // ThinkNode.findControllAndHandle(req, res, funcsend); + // }) + // }) + // }else{ + // ThinkNode.findControllAndHandle(req, res, funcsend); + // } + // } + + } else { + node_session=req.cookie.node_session; + if(session[node_session]){ + req.session=session[node_session]; + } + // //session以文件存储 + // let sessionId = req.cookie.node_session; + // //获取session的数据 + // fs.readFile("./session/" + sessionId + ".txt", function (err, data) { + // //执行控制器,与后置控制器 + // let session = data; + // req.session = session; + // ThinkNode.findControllAndHandle(req, res, funcsend); + // }) + } + ThinkNode.findControllAndHandle(req, res, funcsend,session); + }) + }, + server: function () { + + var funcs = []; // 待执行的函数数组----前置控制器 + var funcsend = []; // 待执行的函数数组----后置控制器 + let session=[]; + var app = function (req, res) { + var i = 0; + //前置中间件 + ThinkNode.next(funcs, i, req, res); + //中间件end + //执行解析数据与控制器与后置控制器 + ThinkNode.parseDataAndHanle(req, res, funcsend,session); + //console.log(session); + } + + /** + * use方法就是把函数添加到函数数组中---前置控制器 + * @param task + */ + app.use = function (task) { + funcs.push(task); + } + + /** + * use方法就是把函数添加到函数数组中---后置控制器 + * @param task + */ + app.useend = function (task) { + funcsend.push(task); + } + + return app; // 返回实例 + } + + +} +function extend(target, source) { + for (var obj in source) { + target[obj] = source[obj]; + } + return target; +} + + +module.exports = ThinkNode; + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/app.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/app.js" new file mode 100644 index 0000000..b215410 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/app.js" @@ -0,0 +1,36 @@ +/** +//////////////////////////////////////////////////////////////////// +// _ooOoo_ // +// o8888888o // +// 88" . "88 // +// (| ^_^ |) // +// O\ = /O // +// ____/`---'\____ // +// .' \\| |// `. // +// / \\||| : |||// \ // +// / _||||| -:- |||||- \ // +// | | \\\ - /// | | // +// | \_| ''\---/'' | | // +// \ .-\__ `-` ___/-. / // +// ___`. .' /--.--\ `. . ___ // +// ."" '< `.___\_<|>_/___.' >'"". // +// | | : `- \`.;`\ _ /`;.`/ - ` : | | // +// \ \ `-. \_ __\ /__ _/ .-` / / // +// ========`-.____`-.___\_____/___.-`____.-'======== // +// `=---=' // +// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ // +// 佛祖保佑 永不宕机 永无BUG // +//////////////////////////////////////////////////////////////////// + * + * + * + * + * / + */ + +let http= require("http"); +let ThinkNode = require("./ThinkNode"); +let app=ThinkNode.server(); + +http.createServer(app).listen(8080); + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/config/application.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/config/application.js" new file mode 100644 index 0000000..98c1dee --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/config/application.js" @@ -0,0 +1,5 @@ +let application={ + even:'dev' +} + +module.exports=application; \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/config/db.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/config/db.js" new file mode 100644 index 0000000..e1b1434 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/config/db.js" @@ -0,0 +1,18 @@ +let dbconfig = { + + host: '127.0.0.1', + user: 'root', + password: '123456', + database: 'yiqing', + port: '3306' + +} +module.exports = dbconfig; + +//dbconfig.key(); + +// json 非常重要!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +// 其实它很单纯,看到 { 开头 }结尾就是json ,它是 key val 形式 ,key 就是 类型数组的键名,value 是对应的值 + +// value 不限定类型 \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/cookie.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/cookie.md" new file mode 100644 index 0000000..4ee2210 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/cookie.md" @@ -0,0 +1,20 @@ +# 作业回顾,写一个登陆页面,实现注册密码保存为md5 + + +# 前台数据怎么提交到后台?form 表单中的 action就是可以指向后端的地址 + +# get 和 post 区别? 从传递参数区分:get 通过 url post 参数 todo ,数据大小区分:url 有没长度限制?有长度限制,post没有大小限制 + +# 怎么去获取post数据? 在node web服务器上,post传递它是以流的方式传递 + +# http协议:特点 无状态 短连接 多媒体, 从清除 码云的cookie 码云就没有登录状态可知 cookie是实现状态记录的方式之一 + +# 首先什么是cookie:中文编译 小饼干,曲奇,从我们清除码云的行为可知道,cookie 是存在哪的数据?存储在客户端的数据,以域名为区分 + +# todo 三四节课,去看看cookie的其它介绍 + +# node 如何获取与写入cookie,首先实现 cookie的写入,服务端的cookie的写入,res.setHeader('Set-Cookie',[数组]) 数组的元素字符串用=相连 + +# 如 res.setHeader('Set-Cookie',['demo=123456','demo2=78910']); + +# 作业:把用户注册页完善下,继续实现登录逻辑 \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/expressdemo.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/expressdemo.js" new file mode 100644 index 0000000..9dd1648 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/expressdemo.js" @@ -0,0 +1,37 @@ + + + +let http= require("http"); + +function app(){ + var urls = []; // + var app = function (req, res) { + let url = req.url; + for(let key in urls){ + if(url==key){ + urls[url](req,res); + } + } + res.end(); + } + + /** + * use方法就是把函数添加到函数数组中---前置控制器 + * @param task + */ + app.get = function (url,task) { + urls[url]=task; + } + return app; // 返回实例 +} + +let a= app(); +a.get('/demo.html',function(req,res){ + res.write("this is demo"); + }) +a.get('/demo2.html',function(req,res){ + res.write("this is demo2"); + }) +http.createServer(a).listen(8080); + + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/favicon.ico" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/favicon.ico" new file mode 100644 index 0000000..e69de29 diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/.keep" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/.keep" new file mode 100644 index 0000000..e69de29 diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/.keep" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/.keep" new file mode 100644 index 0000000..e69de29 diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/BaseController.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/BaseController.js" new file mode 100644 index 0000000..8d808f8 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/BaseController.js" @@ -0,0 +1,42 @@ + + + +class BaseController { + + constructor(req, res, nunjucks) { + + this.req = req; + this.res = res; + this.nunjucks = nunjucks; + this.nunjucks.configure('./home/html', { autoescape: true });//配置模板的目录 + + } + + setSession(key, val) { + this.res.session[key] = val; + } + + getSession(key) { + //console.log(this.req.session); + return this.req.session[key]; + } + + setCookie(key, val, expries) { + this.res.setHeader('Set-Cookie', key + "=" + val + "; expries:" + expries); + } + + getCookie(key) { + //console.log('cookie json'); + //console.log(this.req.cookie); + return this.req.cookie[key]; + } + + + display(path, data) { + return this.nunjucks.render(path, data); + } + + +} + +module.exports = BaseController; \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/IndexController.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/IndexController.js" new file mode 100644 index 0000000..04d2d41 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/IndexController.js" @@ -0,0 +1,124 @@ +const BaseController = require("./BaseController"); +let mysql = require("../../model/Base"); + +class IndexController extends BaseController { + + + async index() { + + return "

你好世界!

"; + } + + async list(){ + + let mysqlObj = new mysql(); + let date = this.req.query['date']?this.req.query['date']:'2022-3-15'; + //console.log('date-----'+date); + let sql = 'select * from number where date=?'; + //console.log(res); + try { + let result = await mysqlObj.query(sql, date);//等待数据的返回,但是线程可以干别的事情,线程我们就理解为饭店的服务员, + //node只能请得起一个服务员, await + promise 表示,这一段代码需要同步(服务员招待了客户, + //客户告诉服务器,我自己来,你忙别的) 如果说这块是阻塞的,那请求2次,5*2 =10 + //如果不是阻塞的 + //result 是啥类型?数组 + return this.display('index.html', { data: result,title:'我是index11111111' }) + } catch (err) { + console.log(err); + } + + } + + async detail() { + + let mysqlObj = new mysql(); + let date = this.req.query['date']; + //console.log('date-----'+date); + let sql = 'select * from number where date=?'; + //console.log(res); + try { + let result = await mysqlObj.query(sql, date);//等待数据的返回,但是线程可以干别的事情,线程我们就理解为饭店的服务员, + //node只能请得起一个服务员, await + promise 表示,这一段代码需要同步(服务员招待了客户, + //客户告诉服务器,我自己来,你忙别的) 如果说这块是阻塞的,那请求2次,5*2 =10 + //如果不是阻塞的 + //result 是啥类型?数组 + return this.display('detail.html', { data: result }) + } catch (err) { + console.log(err); + } + + } + + + diji() { + + console.log("盖地基"); + + } + + zhuzi() { + + console.log("盖柱子"); + + } + + qizhuang() { + + console.log("砌砖"); + + } + + quchunishuijiang() { + console.log(this.nishuijiang); + + } + + + +} +module.exports = IndexController; + +// let obj = new IndexController('李四');//开始去搭积木,比方说我想搭建个小房子 ,new 就表示 具体要做个工程了 +// // 类是不限制构建次数 +// obj.diji(); +// obj.zhuzi(); +// obj.qizhuang(); +// obj.quchunishuijiang(); + +// let obj2 = new IndexController('张三');//我们每次项目对象正常我们目的是不一样的 +// //this就表示每次构建的这个对象 +// obj2.quchunishuijiang(); + +// console.log(obj==obj2) + + +/** + * 回顾 class java es6 + * + * 面向对象编程三大特点:继承,封装,多态(方法的重写) + * + * 封装: + * 继承:extends 需要继承 + * + * + * + * + * class 中文翻译过来 班级 在编程里面叫 类,我们就按班级理解 + * + * 班级里有很多成员,单元可以有一个,元素 在js 里面就是 函数(js class 里面不写function 就是函数名与 {} , + * + * 在class 里面就不叫函数了,就叫 方法),和属性() + * + * class 的使用 , new 加一个class 名称,我们可以理解为, class 就是一堆的积木,里面有 圆柱体,有长方体.....(就是方法),但是我们积木 + * + * 没有构建成具体的建筑. + * + * + * class :元素 + * 1 函数,不用function 去标识,而且在类里面不叫函数了,叫方法 + * 2 属性 就理解成变量,跟普通变量相对多个 this + * + * + * + */ + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/UserController.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/UserController.js" new file mode 100644 index 0000000..4029939 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/UserController.js" @@ -0,0 +1,69 @@ +const BaseController = require("./BaseController"); + +const UserModel = require("../../model/UserModel"); +const EncAndDec = require("../../untis/EecAndDec"); + + +class UserController extends BaseController { + + async login() { + this.setCookie("userLogin","ok"); + this.setSession('userInfo',{name:123}); + return this.display("login.html"); + } + + async insert() { + let user = new UserModel(); + return await user.insert({name:'admin2',password:'654321'}); + } + + async delete() { + let user = new UserModel(); + return await user.delete({name:'admin2'}); + } + + + async update() { + let user = new UserModel(); + return await user.update({name:'admin2'},{id:3}); + } + + /** + * 前台用户注册页面 + * @returns + */ + async userReg(){ + return this.display("userReg.html"); + } + + /** + * + * @returns 用户注册后端逻辑 + */ + async handleReg(){ + + //let name = this.req.post['name']; + //let password = EncAndDec.md5(this.req.post['password']); + //写入到数据库 你们完善 TODO + return this.display("userReg.html"); + } + + async userList(){ + let cookie = this.getCookie('userLogin'); + console.log('session 取到的值'+cookie); + console.log(this.getSession('userInfo')); + let user = new UserModel(); + + try{ + let userList = await user.find({name:'demo',password:'123456'}); + return JSON.stringify(userList);//就是把对象转成json格式 + + }catch(err){ + console.log(err); + } + + + } + +} +module.exports = UserController; \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/index.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/index.js" new file mode 100644 index 0000000..fb69ae8 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/controller/index.js" @@ -0,0 +1,79 @@ +/** + * 在mvc 中,controller 是指挥者者,他指挥着数据获取与模板的渲染 + * + */ + let fs = require("fs"); +let index={ + + + index:async function(req,res){ + let mysql = require("../../model/base"); + let date = req.query['date']; + //console.log('date-----'+date); + let sql = 'select * from number where date=?'; + //console.log(res); + let result= await mysql.query(sql,date,res);//等待数据的返回,但是线程可以干别的事情,线程我们就理解为饭店的服务员, + //node只能请得起一个服务员, await + promise 表示,这一段代码需要同步(服务员招待了客户, + //客户告诉服务器,我自己来,你忙别的) 如果说这块是阻塞的,那请求2次,5*2 =10 + //如果不是阻塞的 + + console.log(result); + let html=''; + for (let val in result) { + html += '' + html += '' + result[val].city + "" + html += '' + result[val].nums + "" + html += '' + + } + + fs.readFile("./home/html/index.html", function (err, data) { + console.log(err); + let datas = data.toString(); + let formatHtml = datas.replace("{{result}}", html); + res.write(formatHtml); + res.end(); + + }) + + + }, + + show: async function(req,res){ + + let mysql = require("../../model/base"); + let date = req.query['date']; + //console.log('date-----'+date); + let sql = 'select * from number order by id desc limit 1 ';//取出最先的一条数据 + //console.log(res); + let result= await mysql.query(sql,date,res);//等待数据的返回,但是线程可以干别的事情,线程我们就理解为饭店的服务员, + //node只能请得起一个服务员, await + promise 表示,这一段代码需要同步(服务员招待了客户, + //客户告诉服务器,我自己来,你忙别的) 如果说这块是阻塞的,那请求2次,5*2 =10 + //如果不是阻塞的 + + console.log(result); + let html=''; + for (let val in result) { + html += '' + html += '' + result[val].city + "" + html += '' + result[val].nums + "" + html += '' + + } + + fs.readFile("./home/html/index.html", function (err, data) { + console.log(err); + let datas = data.toString(); + let formatHtml = datas.replace("{{result}}", html); + res.write(formatHtml); + res.end(); + + }) + + + } +} + +module.exports=index; + +// \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/.keep" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/.keep" new file mode 100644 index 0000000..e69de29 diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/detail.html" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/detail.html" new file mode 100644 index 0000000..f6fbfa9 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/detail.html" @@ -0,0 +1,9 @@ +{% include='header.html' %} +

各城市疫情

+ {% for item in data %} + + {{ item.city }} + {{ item.nums }} + + {% endfor %} +{% include='footer.html' %} \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/footer.html" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/footer.html" new file mode 100644 index 0000000..d619210 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/footer.html" @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/header.html" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/header.html" new file mode 100644 index 0000000..349ba5b --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/header.html" @@ -0,0 +1,10 @@ + + + + + + + + {{title}} + + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/index.html" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/index.html" new file mode 100644 index 0000000..d545162 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/index.html" @@ -0,0 +1,10 @@ +{% include 'header.html' %} + +

各城市疫情

+{% for item in data %} + + {{ item.city }} + {{ item.nums }} + +{% endfor %} +{% include 'footer.html' %} \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/login.html" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/login.html" new file mode 100644 index 0000000..02a802e --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/login.html" @@ -0,0 +1,86 @@ + + + + + + + Document + + + +
+
+ +
+ 用户名:  
+
+
+ 密码   :   
+
+
+
+ +
+
+ + \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/userReg.html" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/userReg.html" new file mode 100644 index 0000000..a29c385 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/html/userReg.html" @@ -0,0 +1,89 @@ + + + + + + + + 注册于登陆 + + + +
+
+ +
+ 用户名:  
+
+
+ 密码   :   
+
+
+
+ +
+
+ + \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\345\277\231\347\242\214.png" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\345\277\231\347\242\214.png" new file mode 100644 index 0000000000000000000000000000000000000000..8b002453d3b03de023460d0e67ccc94468d58c4a GIT binary patch literal 59292 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�Fh^zK<5Kzx3iGZ%tB!1 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�o3L~&O( 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 a;6L-dh-12QV$HuX0D-5gpUXO@geCxMkOas8 literal 0 HcmV?d00001 diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\350\207\252\346\213\215.png" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/home/imgs/\350\207\252\346\213\215.png" new file mode 100644 index 0000000000000000000000000000000000000000..9800d9f8aa68dc7d6891bff1ea7a568faa1f3290 GIT binary patch literal 47611 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 + } +})(this); diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/package.json" new file mode 100644 index 0000000..b1adfa2 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/package.json" @@ -0,0 +1,53 @@ +{ + "_from": "a-sync-waterfall@^1.0.0", + "_id": "a-sync-waterfall@1.0.1", + "_inBundle": false, + "_integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==", + "_location": "/a-sync-waterfall", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "a-sync-waterfall@^1.0.0", + "name": "a-sync-waterfall", + "escapedName": "a-sync-waterfall", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/nunjucks" + ], + "_resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", + "_shasum": "75b6b6aa72598b497a125e7a2770f14f4c8a1fa7", + "_spec": "a-sync-waterfall@^1.0.0", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc第六课项目初始cookie\\node_modules\\nunjucks", + "author": { + "name": "Gleb Khudyakov", + "url": "https://github.com/hydiak/a-sync-waterfall" + }, + "bugs": { + "url": "https://github.com/hydiak/a-sync-waterfall/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "Runs a list of async tasks, passing the results of each into the next one", + "homepage": "https://github.com/hydiak/a-sync-waterfall", + "keywords": [ + "async", + "sync", + "waterfall", + "tasks", + "control", + "flow" + ], + "license": "MIT", + "main": "./index", + "name": "a-sync-waterfall", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/hydiak/a-sync-waterfall.git" + }, + "version": "1.0.1" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/test.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/test.js" new file mode 100644 index 0000000..ebb5883 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/a-sync-waterfall/test.js" @@ -0,0 +1,77 @@ +"use strict"; +const waterfall = require('./index'); + +var generateSyncTask = function(index) { + return function (x){ + return function(cb){ + console.log(x); + cb(null); + }; + }(index); +}; + + +var generateAsyncTask = function(index) { + return function (x){ + return function(cb){ + setTimeout(function(){ + console.log(x); + cb(null); + }, 0); + }; + }(index); +}; + +var generateSyncTasks = function(count){ + var tasks = []; + for(var i=0; i .5 ? tasks.push(generateAsyncTask(i)) : tasks.push(generateSyncTask(i)) + } + return tasks; +} + +var done = function(){ + console.log('done'); +} + +var testSync = function(){ + waterfall(generateSyncTasks(10), done); + console.log('this text should be after waterfall'); + +}; + +var testAsync = function(){ + waterfall(generateAsyncTasks(5), done); + console.log('this text should be before waterfall'); +}; + +var testMixed = function(){ + waterfall(generateRandomTasks(20), done); +}; + + +console.log('testSync:'); +testSync(); + +// console.log('\ntestAsync: '); +// testAsync(); + +console.log('\ntestMixed: '); +testMixed(); \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/.tonic_example.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/.tonic_example.js" new file mode 100644 index 0000000..aa11812 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/.tonic_example.js" @@ -0,0 +1,20 @@ +var Ajv = require('ajv'); +var ajv = new Ajv({allErrors: true}); + +var schema = { + "properties": { + "foo": { "type": "string" }, + "bar": { "type": "number", "maximum": 3 } + } +}; + +var validate = ajv.compile(schema); + +test({"foo": "abc", "bar": 2}); +test({"foo": 2, "bar": 4}); + +function test(data) { + var valid = validate(data); + if (valid) console.log('Valid!'); + else console.log('Invalid: ' + ajv.errorsText(validate.errors)); +} \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/LICENSE" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/LICENSE" new file mode 100644 index 0000000..96ee719 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/LICENSE" @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015-2017 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/README.md" new file mode 100644 index 0000000..5aa2078 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/README.md" @@ -0,0 +1,1497 @@ +Ajv logo + +# Ajv: Another JSON Schema Validator + +The fastest JSON Schema validator for Node.js and browser. Supports draft-04/06/07. + +[![Build Status](https://travis-ci.org/ajv-validator/ajv.svg?branch=master)](https://travis-ci.org/ajv-validator/ajv) +[![npm](https://img.shields.io/npm/v/ajv.svg)](https://www.npmjs.com/package/ajv) +[![npm (beta)](https://img.shields.io/npm/v/ajv/beta)](https://www.npmjs.com/package/ajv/v/7.0.0-beta.0) +[![npm downloads](https://img.shields.io/npm/dm/ajv.svg)](https://www.npmjs.com/package/ajv) +[![Coverage Status](https://coveralls.io/repos/github/ajv-validator/ajv/badge.svg?branch=master)](https://coveralls.io/github/ajv-validator/ajv?branch=master) +[![Gitter](https://img.shields.io/gitter/room/ajv-validator/ajv.svg)](https://gitter.im/ajv-validator/ajv) +[![GitHub Sponsors](https://img.shields.io/badge/$-sponsors-brightgreen)](https://github.com/sponsors/epoberezkin) + + +## Ajv v7 beta is released + +[Ajv version 7.0.0-beta.0](https://github.com/ajv-validator/ajv/tree/v7-beta) is released with these changes: + +- to reduce the mistakes in JSON schemas and unexpected validation results, [strict mode](./docs/strict-mode.md) is added - it prohibits ignored or ambiguous JSON Schema elements. +- to make code injection from untrusted schemas impossible, [code generation](./docs/codegen.md) is fully re-written to be safe. +- to simplify Ajv extensions, the new keyword API that is used by pre-defined keywords is available to user-defined keywords - it is much easier to define any keywords now, especially with subschemas. +- schemas are compiled to ES6 code (ES5 code generation is supported with an option). +- to improve reliability and maintainability the code is migrated to TypeScript. + +**Please note**: + +- the support for JSON-Schema draft-04 is removed - if you have schemas using "id" attributes you have to replace them with "\$id" (or continue using version 6 that will be supported until 02/28/2021). +- all formats are separated to ajv-formats package - they have to be explicitely added if you use them. + +See [release notes](https://github.com/ajv-validator/ajv/releases/tag/v7.0.0-beta.0) for the details. + +To install the new version: + +```bash +npm install ajv@beta +``` + +See [Getting started with v7](https://github.com/ajv-validator/ajv/tree/v7-beta#usage) for code example. + + +## Mozilla MOSS grant and OpenJS Foundation + +[](https://www.mozilla.org/en-US/moss/)     [](https://openjsf.org/blog/2020/08/14/ajv-joins-openjs-foundation-as-an-incubation-project/) + +Ajv has been awarded a grant from Mozilla’s [Open Source Support (MOSS) program](https://www.mozilla.org/en-US/moss/) in the “Foundational Technology” track! It will sponsor the development of Ajv support of [JSON Schema version 2019-09](https://tools.ietf.org/html/draft-handrews-json-schema-02) and of [JSON Type Definition](https://tools.ietf.org/html/draft-ucarion-json-type-definition-04). + +Ajv also joined [OpenJS Foundation](https://openjsf.org/) – having this support will help ensure the longevity and stability of Ajv for all its users. + +This [blog post](https://www.poberezkin.com/posts/2020-08-14-ajv-json-validator-mozilla-open-source-grant-openjs-foundation.html) has more details. + +I am looking for the long term maintainers of Ajv – working with [ReadySet](https://www.thereadyset.co/), also sponsored by Mozilla, to establish clear guidelines for the role of a "maintainer" and the contribution standards, and to encourage a wider, more inclusive, contribution from the community. + + +## Please [sponsor Ajv development](https://github.com/sponsors/epoberezkin) + +Since I asked to support Ajv development 40 people and 6 organizations contributed via GitHub and OpenCollective - this support helped receiving the MOSS grant! + +Your continuing support is very important - the funds will be used to develop and maintain Ajv once the next major version is released. + +Please sponsor Ajv via: +- [GitHub sponsors page](https://github.com/sponsors/epoberezkin) (GitHub will match it) +- [Ajv Open Collective️](https://opencollective.com/ajv) + +Thank you. + + +#### Open Collective sponsors + + + + + + + + + + + + + + + +## Using version 6 + +[JSON Schema draft-07](http://json-schema.org/latest/json-schema-validation.html) is published. + +[Ajv version 6.0.0](https://github.com/ajv-validator/ajv/releases/tag/v6.0.0) that supports draft-07 is released. It may require either migrating your schemas or updating your code (to continue using draft-04 and v5 schemas, draft-06 schemas will be supported without changes). + +__Please note__: To use Ajv with draft-06 schemas you need to explicitly add the meta-schema to the validator instance: + +```javascript +ajv.addMetaSchema(require('ajv/lib/refs/json-schema-draft-06.json')); +``` + +To use Ajv with draft-04 schemas in addition to explicitly adding meta-schema you also need to use option schemaId: + +```javascript +var ajv = new Ajv({schemaId: 'id'}); +// If you want to use both draft-04 and draft-06/07 schemas: +// var ajv = new Ajv({schemaId: 'auto'}); +ajv.addMetaSchema(require('ajv/lib/refs/json-schema-draft-04.json')); +``` + + +## Contents + +- [Performance](#performance) +- [Features](#features) +- [Getting started](#getting-started) +- [Frequently Asked Questions](https://github.com/ajv-validator/ajv/blob/master/FAQ.md) +- [Using in browser](#using-in-browser) + - [Ajv and Content Security Policies (CSP)](#ajv-and-content-security-policies-csp) +- [Command line interface](#command-line-interface) +- Validation + - [Keywords](#validation-keywords) + - [Annotation keywords](#annotation-keywords) + - [Formats](#formats) + - [Combining schemas with $ref](#ref) + - [$data reference](#data-reference) + - NEW: [$merge and $patch keywords](#merge-and-patch-keywords) + - [Defining custom keywords](#defining-custom-keywords) + - [Asynchronous schema compilation](#asynchronous-schema-compilation) + - [Asynchronous validation](#asynchronous-validation) +- [Security considerations](#security-considerations) + - [Security contact](#security-contact) + - [Untrusted schemas](#untrusted-schemas) + - [Circular references in objects](#circular-references-in-javascript-objects) + - [Trusted schemas](#security-risks-of-trusted-schemas) + - [ReDoS attack](#redos-attack) +- Modifying data during validation + - [Filtering data](#filtering-data) + - [Assigning defaults](#assigning-defaults) + - [Coercing data types](#coercing-data-types) +- API + - [Methods](#api) + - [Options](#options) + - [Validation errors](#validation-errors) +- [Plugins](#plugins) +- [Related packages](#related-packages) +- [Some packages using Ajv](#some-packages-using-ajv) +- [Tests, Contributing, Changes history](#tests) +- [Support, Code of conduct, License](#open-source-software-support) + + +## Performance + +Ajv generates code using [doT templates](https://github.com/olado/doT) to turn JSON Schemas into super-fast validation functions that are efficient for v8 optimization. + +Currently Ajv is the fastest and the most standard compliant validator according to these benchmarks: + +- [json-schema-benchmark](https://github.com/ebdrup/json-schema-benchmark) - 50% faster than the second place +- [jsck benchmark](https://github.com/pandastrike/jsck#benchmarks) - 20-190% faster +- [z-schema benchmark](https://rawgit.com/zaggino/z-schema/master/benchmark/results.html) +- [themis benchmark](https://cdn.rawgit.com/playlyfe/themis/master/benchmark/results.html) + + +Performance of different validators by [json-schema-benchmark](https://github.com/ebdrup/json-schema-benchmark): + +[![performance](https://chart.googleapis.com/chart?chxt=x,y&cht=bhs&chco=76A4FB&chls=2.0&chbh=32,4,1&chs=600x416&chxl=-1:|djv|ajv|json-schema-validator-generator|jsen|is-my-json-valid|themis|z-schema|jsck|skeemas|json-schema-library|tv4&chd=t:100,98,72.1,66.8,50.1,15.1,6.1,3.8,1.2,0.7,0.2)](https://github.com/ebdrup/json-schema-benchmark/blob/master/README.md#performance) + + +## Features + +- Ajv implements full JSON Schema [draft-06/07](http://json-schema.org/) and draft-04 standards: + - all validation keywords (see [JSON Schema validation keywords](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md)) + - full support of remote refs (remote schemas have to be added with `addSchema` or compiled to be available) + - support of circular references between schemas + - correct string lengths for strings with unicode pairs (can be turned off) + - [formats](#formats) defined by JSON Schema draft-07 standard and custom formats (can be turned off) + - [validates schemas against meta-schema](#api-validateschema) +- supports [browsers](#using-in-browser) and Node.js 0.10-14.x +- [asynchronous loading](#asynchronous-schema-compilation) of referenced schemas during compilation +- "All errors" validation mode with [option allErrors](#options) +- [error messages with parameters](#validation-errors) describing error reasons to allow creating custom error messages +- i18n error messages support with [ajv-i18n](https://github.com/ajv-validator/ajv-i18n) package +- [filtering data](#filtering-data) from additional properties +- [assigning defaults](#assigning-defaults) to missing properties and items +- [coercing data](#coercing-data-types) to the types specified in `type` keywords +- [custom keywords](#defining-custom-keywords) +- draft-06/07 keywords `const`, `contains`, `propertyNames` and `if/then/else` +- draft-06 boolean schemas (`true`/`false` as a schema to always pass/fail). +- keywords `switch`, `patternRequired`, `formatMaximum` / `formatMinimum` and `formatExclusiveMaximum` / `formatExclusiveMinimum` from [JSON Schema extension proposals](https://github.com/json-schema/json-schema/wiki/v5-Proposals) with [ajv-keywords](https://github.com/ajv-validator/ajv-keywords) package +- [$data reference](#data-reference) to use values from the validated data as values for the schema keywords +- [asynchronous validation](#asynchronous-validation) of custom formats and keywords + + +## Install + +``` +npm install ajv +``` + + +## Getting started + +Try it in the Node.js REPL: https://tonicdev.com/npm/ajv + + +The fastest validation call: + +```javascript +// Node.js require: +var Ajv = require('ajv'); +// or ESM/TypeScript import +import Ajv from 'ajv'; + +var ajv = new Ajv(); // options can be passed, e.g. {allErrors: true} +var validate = ajv.compile(schema); +var valid = validate(data); +if (!valid) console.log(validate.errors); +``` + +or with less code + +```javascript +// ... +var valid = ajv.validate(schema, data); +if (!valid) console.log(ajv.errors); +// ... +``` + +or + +```javascript +// ... +var valid = ajv.addSchema(schema, 'mySchema') + .validate('mySchema', data); +if (!valid) console.log(ajv.errorsText()); +// ... +``` + +See [API](#api) and [Options](#options) for more details. + +Ajv compiles schemas to functions and caches them in all cases (using schema serialized with [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) or a custom function as a key), so that the next time the same schema is used (not necessarily the same object instance) it won't be compiled again. + +The best performance is achieved when using compiled functions returned by `compile` or `getSchema` methods (there is no additional function call). + +__Please note__: every time a validation function or `ajv.validate` are called `errors` property is overwritten. You need to copy `errors` array reference to another variable if you want to use it later (e.g., in the callback). See [Validation errors](#validation-errors) + +__Note for TypeScript users__: `ajv` provides its own TypeScript declarations +out of the box, so you don't need to install the deprecated `@types/ajv` +module. + + +## Using in browser + +You can require Ajv directly from the code you browserify - in this case Ajv will be a part of your bundle. + +If you need to use Ajv in several bundles you can create a separate UMD bundle using `npm run bundle` script (thanks to [siddo420](https://github.com/siddo420)). + +Then you need to load Ajv in the browser: +```html + +``` + +This bundle can be used with different module systems; it creates global `Ajv` if no module system is found. + +The browser bundle is available on [cdnjs](https://cdnjs.com/libraries/ajv). + +Ajv is tested with these browsers: + +[![Sauce Test Status](https://saucelabs.com/browser-matrix/epoberezkin.svg)](https://saucelabs.com/u/epoberezkin) + +__Please note__: some frameworks, e.g. Dojo, may redefine global require in such way that is not compatible with CommonJS module format. In such case Ajv bundle has to be loaded before the framework and then you can use global Ajv (see issue [#234](https://github.com/ajv-validator/ajv/issues/234)). + + +### Ajv and Content Security Policies (CSP) + +If you're using Ajv to compile a schema (the typical use) in a browser document that is loaded with a Content Security Policy (CSP), that policy will require a `script-src` directive that includes the value `'unsafe-eval'`. +:warning: NOTE, however, that `unsafe-eval` is NOT recommended in a secure CSP[[1]](https://developer.chrome.com/extensions/contentSecurityPolicy#relaxing-eval), as it has the potential to open the document to cross-site scripting (XSS) attacks. + +In order to make use of Ajv without easing your CSP, you can [pre-compile a schema using the CLI](https://github.com/ajv-validator/ajv-cli#compile-schemas). This will transpile the schema JSON into a JavaScript file that exports a `validate` function that works simlarly to a schema compiled at runtime. + +Note that pre-compilation of schemas is performed using [ajv-pack](https://github.com/ajv-validator/ajv-pack) and there are [some limitations to the schema features it can compile](https://github.com/ajv-validator/ajv-pack#limitations). A successfully pre-compiled schema is equivalent to the same schema compiled at runtime. + + +## Command line interface + +CLI is available as a separate npm package [ajv-cli](https://github.com/ajv-validator/ajv-cli). It supports: + +- compiling JSON Schemas to test their validity +- BETA: generating standalone module exporting a validation function to be used without Ajv (using [ajv-pack](https://github.com/ajv-validator/ajv-pack)) +- migrate schemas to draft-07 (using [json-schema-migrate](https://github.com/epoberezkin/json-schema-migrate)) +- validating data file(s) against JSON Schema +- testing expected validity of data against JSON Schema +- referenced schemas +- custom meta-schemas +- files in JSON, JSON5, YAML, and JavaScript format +- all Ajv options +- reporting changes in data after validation in [JSON-patch](https://tools.ietf.org/html/rfc6902) format + + +## Validation keywords + +Ajv supports all validation keywords from draft-07 of JSON Schema standard: + +- [type](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#type) +- [for numbers](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#keywords-for-numbers) - maximum, minimum, exclusiveMaximum, exclusiveMinimum, multipleOf +- [for strings](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#keywords-for-strings) - maxLength, minLength, pattern, format +- [for arrays](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#keywords-for-arrays) - maxItems, minItems, uniqueItems, items, additionalItems, [contains](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#contains) +- [for objects](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#keywords-for-objects) - maxProperties, minProperties, required, properties, patternProperties, additionalProperties, dependencies, [propertyNames](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#propertynames) +- [for all types](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#keywords-for-all-types) - enum, [const](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#const) +- [compound keywords](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#compound-keywords) - not, oneOf, anyOf, allOf, [if/then/else](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#ifthenelse) + +With [ajv-keywords](https://github.com/ajv-validator/ajv-keywords) package Ajv also supports validation keywords from [JSON Schema extension proposals](https://github.com/json-schema/json-schema/wiki/v5-Proposals) for JSON Schema standard: + +- [patternRequired](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#patternrequired-proposed) - like `required` but with patterns that some property should match. +- [formatMaximum, formatMinimum, formatExclusiveMaximum, formatExclusiveMinimum](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#formatmaximum--formatminimum-and-exclusiveformatmaximum--exclusiveformatminimum-proposed) - setting limits for date, time, etc. + +See [JSON Schema validation keywords](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md) for more details. + + +## Annotation keywords + +JSON Schema specification defines several annotation keywords that describe schema itself but do not perform any validation. + +- `title` and `description`: information about the data represented by that schema +- `$comment` (NEW in draft-07): information for developers. With option `$comment` Ajv logs or passes the comment string to the user-supplied function. See [Options](#options). +- `default`: a default value of the data instance, see [Assigning defaults](#assigning-defaults). +- `examples` (NEW in draft-06): an array of data instances. Ajv does not check the validity of these instances against the schema. +- `readOnly` and `writeOnly` (NEW in draft-07): marks data-instance as read-only or write-only in relation to the source of the data (database, api, etc.). +- `contentEncoding`: [RFC 2045](https://tools.ietf.org/html/rfc2045#section-6.1 ), e.g., "base64". +- `contentMediaType`: [RFC 2046](https://tools.ietf.org/html/rfc2046), e.g., "image/png". + +__Please note__: Ajv does not implement validation of the keywords `examples`, `contentEncoding` and `contentMediaType` but it reserves them. If you want to create a plugin that implements some of them, it should remove these keywords from the instance. + + +## Formats + +Ajv implements formats defined by JSON Schema specification and several other formats. It is recommended NOT to use "format" keyword implementations with untrusted data, as they use potentially unsafe regular expressions - see [ReDoS attack](#redos-attack). + +__Please note__: if you need to use "format" keyword to validate untrusted data, you MUST assess their suitability and safety for your validation scenarios. + +The following formats are implemented for string validation with "format" keyword: + +- _date_: full-date according to [RFC3339](http://tools.ietf.org/html/rfc3339#section-5.6). +- _time_: time with optional time-zone. +- _date-time_: date-time from the same source (time-zone is mandatory). `date`, `time` and `date-time` validate ranges in `full` mode and only regexp in `fast` mode (see [options](#options)). +- _uri_: full URI. +- _uri-reference_: URI reference, including full and relative URIs. +- _uri-template_: URI template according to [RFC6570](https://tools.ietf.org/html/rfc6570) +- _url_ (deprecated): [URL record](https://url.spec.whatwg.org/#concept-url). +- _email_: email address. +- _hostname_: host name according to [RFC1034](http://tools.ietf.org/html/rfc1034#section-3.5). +- _ipv4_: IP address v4. +- _ipv6_: IP address v6. +- _regex_: tests whether a string is a valid regular expression by passing it to RegExp constructor. +- _uuid_: Universally Unique IDentifier according to [RFC4122](http://tools.ietf.org/html/rfc4122). +- _json-pointer_: JSON-pointer according to [RFC6901](https://tools.ietf.org/html/rfc6901). +- _relative-json-pointer_: relative JSON-pointer according to [this draft](http://tools.ietf.org/html/draft-luff-relative-json-pointer-00). + +__Please note__: JSON Schema draft-07 also defines formats `iri`, `iri-reference`, `idn-hostname` and `idn-email` for URLs, hostnames and emails with international characters. Ajv does not implement these formats. If you create Ajv plugin that implements them please make a PR to mention this plugin here. + +There are two modes of format validation: `fast` and `full`. This mode affects formats `date`, `time`, `date-time`, `uri`, `uri-reference`, and `email`. See [Options](#options) for details. + +You can add additional formats and replace any of the formats above using [addFormat](#api-addformat) method. + +The option `unknownFormats` allows changing the default behaviour when an unknown format is encountered. In this case Ajv can either fail schema compilation (default) or ignore it (default in versions before 5.0.0). You also can allow specific format(s) that will be ignored. See [Options](#options) for details. + +You can find regular expressions used for format validation and the sources that were used in [formats.js](https://github.com/ajv-validator/ajv/blob/master/lib/compile/formats.js). + + +## Combining schemas with $ref + +You can structure your validation logic across multiple schema files and have schemas reference each other using `$ref` keyword. + +Example: + +```javascript +var schema = { + "$id": "http://example.com/schemas/schema.json", + "type": "object", + "properties": { + "foo": { "$ref": "defs.json#/definitions/int" }, + "bar": { "$ref": "defs.json#/definitions/str" } + } +}; + +var defsSchema = { + "$id": "http://example.com/schemas/defs.json", + "definitions": { + "int": { "type": "integer" }, + "str": { "type": "string" } + } +}; +``` + +Now to compile your schema you can either pass all schemas to Ajv instance: + +```javascript +var ajv = new Ajv({schemas: [schema, defsSchema]}); +var validate = ajv.getSchema('http://example.com/schemas/schema.json'); +``` + +or use `addSchema` method: + +```javascript +var ajv = new Ajv; +var validate = ajv.addSchema(defsSchema) + .compile(schema); +``` + +See [Options](#options) and [addSchema](#api) method. + +__Please note__: +- `$ref` is resolved as the uri-reference using schema $id as the base URI (see the example). +- References can be recursive (and mutually recursive) to implement the schemas for different data structures (such as linked lists, trees, graphs, etc.). +- You don't have to host your schema files at the URIs that you use as schema $id. These URIs are only used to identify the schemas, and according to JSON Schema specification validators should not expect to be able to download the schemas from these URIs. +- The actual location of the schema file in the file system is not used. +- You can pass the identifier of the schema as the second parameter of `addSchema` method or as a property name in `schemas` option. This identifier can be used instead of (or in addition to) schema $id. +- You cannot have the same $id (or the schema identifier) used for more than one schema - the exception will be thrown. +- You can implement dynamic resolution of the referenced schemas using `compileAsync` method. In this way you can store schemas in any system (files, web, database, etc.) and reference them without explicitly adding to Ajv instance. See [Asynchronous schema compilation](#asynchronous-schema-compilation). + + +## $data reference + +With `$data` option you can use values from the validated data as the values for the schema keywords. See [proposal](https://github.com/json-schema-org/json-schema-spec/issues/51) for more information about how it works. + +`$data` reference is supported in the keywords: const, enum, format, maximum/minimum, exclusiveMaximum / exclusiveMinimum, maxLength / minLength, maxItems / minItems, maxProperties / minProperties, formatMaximum / formatMinimum, formatExclusiveMaximum / formatExclusiveMinimum, multipleOf, pattern, required, uniqueItems. + +The value of "$data" should be a [JSON-pointer](https://tools.ietf.org/html/rfc6901) to the data (the root is always the top level data object, even if the $data reference is inside a referenced subschema) or a [relative JSON-pointer](http://tools.ietf.org/html/draft-luff-relative-json-pointer-00) (it is relative to the current point in data; if the $data reference is inside a referenced subschema it cannot point to the data outside of the root level for this subschema). + +Examples. + +This schema requires that the value in property `smaller` is less or equal than the value in the property larger: + +```javascript +var ajv = new Ajv({$data: true}); + +var schema = { + "properties": { + "smaller": { + "type": "number", + "maximum": { "$data": "1/larger" } + }, + "larger": { "type": "number" } + } +}; + +var validData = { + smaller: 5, + larger: 7 +}; + +ajv.validate(schema, validData); // true +``` + +This schema requires that the properties have the same format as their field names: + +```javascript +var schema = { + "additionalProperties": { + "type": "string", + "format": { "$data": "0#" } + } +}; + +var validData = { + 'date-time': '1963-06-19T08:30:06.283185Z', + email: 'joe.bloggs@example.com' +} +``` + +`$data` reference is resolved safely - it won't throw even if some property is undefined. If `$data` resolves to `undefined` the validation succeeds (with the exclusion of `const` keyword). If `$data` resolves to incorrect type (e.g. not "number" for maximum keyword) the validation fails. + + +## $merge and $patch keywords + +With the package [ajv-merge-patch](https://github.com/ajv-validator/ajv-merge-patch) you can use the keywords `$merge` and `$patch` that allow extending JSON Schemas with patches using formats [JSON Merge Patch (RFC 7396)](https://tools.ietf.org/html/rfc7396) and [JSON Patch (RFC 6902)](https://tools.ietf.org/html/rfc6902). + +To add keywords `$merge` and `$patch` to Ajv instance use this code: + +```javascript +require('ajv-merge-patch')(ajv); +``` + +Examples. + +Using `$merge`: + +```json +{ + "$merge": { + "source": { + "type": "object", + "properties": { "p": { "type": "string" } }, + "additionalProperties": false + }, + "with": { + "properties": { "q": { "type": "number" } } + } + } +} +``` + +Using `$patch`: + +```json +{ + "$patch": { + "source": { + "type": "object", + "properties": { "p": { "type": "string" } }, + "additionalProperties": false + }, + "with": [ + { "op": "add", "path": "/properties/q", "value": { "type": "number" } } + ] + } +} +``` + +The schemas above are equivalent to this schema: + +```json +{ + "type": "object", + "properties": { + "p": { "type": "string" }, + "q": { "type": "number" } + }, + "additionalProperties": false +} +``` + +The properties `source` and `with` in the keywords `$merge` and `$patch` can use absolute or relative `$ref` to point to other schemas previously added to the Ajv instance or to the fragments of the current schema. + +See the package [ajv-merge-patch](https://github.com/ajv-validator/ajv-merge-patch) for more information. + + +## Defining custom keywords + +The advantages of using custom keywords are: + +- allow creating validation scenarios that cannot be expressed using JSON Schema +- simplify your schemas +- help bringing a bigger part of the validation logic to your schemas +- make your schemas more expressive, less verbose and closer to your application domain +- implement custom data processors that modify your data (`modifying` option MUST be used in keyword definition) and/or create side effects while the data is being validated + +If a keyword is used only for side-effects and its validation result is pre-defined, use option `valid: true/false` in keyword definition to simplify both generated code (no error handling in case of `valid: true`) and your keyword functions (no need to return any validation result). + +The concerns you have to be aware of when extending JSON Schema standard with custom keywords are the portability and understanding of your schemas. You will have to support these custom keywords on other platforms and to properly document these keywords so that everybody can understand them in your schemas. + +You can define custom keywords with [addKeyword](#api-addkeyword) method. Keywords are defined on the `ajv` instance level - new instances will not have previously defined keywords. + +Ajv allows defining keywords with: +- validation function +- compilation function +- macro function +- inline compilation function that should return code (as string) that will be inlined in the currently compiled schema. + +Example. `range` and `exclusiveRange` keywords using compiled schema: + +```javascript +ajv.addKeyword('range', { + type: 'number', + compile: function (sch, parentSchema) { + var min = sch[0]; + var max = sch[1]; + + return parentSchema.exclusiveRange === true + ? function (data) { return data > min && data < max; } + : function (data) { return data >= min && data <= max; } + } +}); + +var schema = { "range": [2, 4], "exclusiveRange": true }; +var validate = ajv.compile(schema); +console.log(validate(2.01)); // true +console.log(validate(3.99)); // true +console.log(validate(2)); // false +console.log(validate(4)); // false +``` + +Several custom keywords (typeof, instanceof, range and propertyNames) are defined in [ajv-keywords](https://github.com/ajv-validator/ajv-keywords) package - they can be used for your schemas and as a starting point for your own custom keywords. + +See [Defining custom keywords](https://github.com/ajv-validator/ajv/blob/master/CUSTOM.md) for more details. + + +## Asynchronous schema compilation + +During asynchronous compilation remote references are loaded using supplied function. See `compileAsync` [method](#api-compileAsync) and `loadSchema` [option](#options). + +Example: + +```javascript +var ajv = new Ajv({ loadSchema: loadSchema }); + +ajv.compileAsync(schema).then(function (validate) { + var valid = validate(data); + // ... +}); + +function loadSchema(uri) { + return request.json(uri).then(function (res) { + if (res.statusCode >= 400) + throw new Error('Loading error: ' + res.statusCode); + return res.body; + }); +} +``` + +__Please note__: [Option](#options) `missingRefs` should NOT be set to `"ignore"` or `"fail"` for asynchronous compilation to work. + + +## Asynchronous validation + +Example in Node.js REPL: https://tonicdev.com/esp/ajv-asynchronous-validation + +You can define custom formats and keywords that perform validation asynchronously by accessing database or some other service. You should add `async: true` in the keyword or format definition (see [addFormat](#api-addformat), [addKeyword](#api-addkeyword) and [Defining custom keywords](#defining-custom-keywords)). + +If your schema uses asynchronous formats/keywords or refers to some schema that contains them it should have `"$async": true` keyword so that Ajv can compile it correctly. If asynchronous format/keyword or reference to asynchronous schema is used in the schema without `$async` keyword Ajv will throw an exception during schema compilation. + +__Please note__: all asynchronous subschemas that are referenced from the current or other schemas should have `"$async": true` keyword as well, otherwise the schema compilation will fail. + +Validation function for an asynchronous custom format/keyword should return a promise that resolves with `true` or `false` (or rejects with `new Ajv.ValidationError(errors)` if you want to return custom errors from the keyword function). + +Ajv compiles asynchronous schemas to [es7 async functions](http://tc39.github.io/ecmascript-asyncawait/) that can optionally be transpiled with [nodent](https://github.com/MatAtBread/nodent). Async functions are supported in Node.js 7+ and all modern browsers. You can also supply any other transpiler as a function via `processCode` option. See [Options](#options). + +The compiled validation function has `$async: true` property (if the schema is asynchronous), so you can differentiate these functions if you are using both synchronous and asynchronous schemas. + +Validation result will be a promise that resolves with validated data or rejects with an exception `Ajv.ValidationError` that contains the array of validation errors in `errors` property. + + +Example: + +```javascript +var ajv = new Ajv; +// require('ajv-async')(ajv); + +ajv.addKeyword('idExists', { + async: true, + type: 'number', + validate: checkIdExists +}); + + +function checkIdExists(schema, data) { + return knex(schema.table) + .select('id') + .where('id', data) + .then(function (rows) { + return !!rows.length; // true if record is found + }); +} + +var schema = { + "$async": true, + "properties": { + "userId": { + "type": "integer", + "idExists": { "table": "users" } + }, + "postId": { + "type": "integer", + "idExists": { "table": "posts" } + } + } +}; + +var validate = ajv.compile(schema); + +validate({ userId: 1, postId: 19 }) +.then(function (data) { + console.log('Data is valid', data); // { userId: 1, postId: 19 } +}) +.catch(function (err) { + if (!(err instanceof Ajv.ValidationError)) throw err; + // data is invalid + console.log('Validation errors:', err.errors); +}); +``` + +### Using transpilers with asynchronous validation functions. + +[ajv-async](https://github.com/ajv-validator/ajv-async) uses [nodent](https://github.com/MatAtBread/nodent) to transpile async functions. To use another transpiler you should separately install it (or load its bundle in the browser). + + +#### Using nodent + +```javascript +var ajv = new Ajv; +require('ajv-async')(ajv); +// in the browser if you want to load ajv-async bundle separately you can: +// window.ajvAsync(ajv); +var validate = ajv.compile(schema); // transpiled es7 async function +validate(data).then(successFunc).catch(errorFunc); +``` + + +#### Using other transpilers + +```javascript +var ajv = new Ajv({ processCode: transpileFunc }); +var validate = ajv.compile(schema); // transpiled es7 async function +validate(data).then(successFunc).catch(errorFunc); +``` + +See [Options](#options). + + +## Security considerations + +JSON Schema, if properly used, can replace data sanitisation. It doesn't replace other API security considerations. It also introduces additional security aspects to consider. + + +##### Security contact + +To report a security vulnerability, please use the +[Tidelift security contact](https://tidelift.com/security). +Tidelift will coordinate the fix and disclosure. Please do NOT report security vulnerabilities via GitHub issues. + + +##### Untrusted schemas + +Ajv treats JSON schemas as trusted as your application code. This security model is based on the most common use case, when the schemas are static and bundled together with the application. + +If your schemas are received from untrusted sources (or generated from untrusted data) there are several scenarios you need to prevent: +- compiling schemas can cause stack overflow (if they are too deep) +- compiling schemas can be slow (e.g. [#557](https://github.com/ajv-validator/ajv/issues/557)) +- validating certain data can be slow + +It is difficult to predict all the scenarios, but at the very least it may help to limit the size of untrusted schemas (e.g. limit JSON string length) and also the maximum schema object depth (that can be high for relatively small JSON strings). You also may want to mitigate slow regular expressions in `pattern` and `patternProperties` keywords. + +Regardless the measures you take, using untrusted schemas increases security risks. + + +##### Circular references in JavaScript objects + +Ajv does not support schemas and validated data that have circular references in objects. See [issue #802](https://github.com/ajv-validator/ajv/issues/802). + +An attempt to compile such schemas or validate such data would cause stack overflow (or will not complete in case of asynchronous validation). Depending on the parser you use, untrusted data can lead to circular references. + + +##### Security risks of trusted schemas + +Some keywords in JSON Schemas can lead to very slow validation for certain data. These keywords include (but may be not limited to): + +- `pattern` and `format` for large strings - in some cases using `maxLength` can help mitigate it, but certain regular expressions can lead to exponential validation time even with relatively short strings (see [ReDoS attack](#redos-attack)). +- `patternProperties` for large property names - use `propertyNames` to mitigate, but some regular expressions can have exponential evaluation time as well. +- `uniqueItems` for large non-scalar arrays - use `maxItems` to mitigate + +__Please note__: The suggestions above to prevent slow validation would only work if you do NOT use `allErrors: true` in production code (using it would continue validation after validation errors). + +You can validate your JSON schemas against [this meta-schema](https://github.com/ajv-validator/ajv/blob/master/lib/refs/json-schema-secure.json) to check that these recommendations are followed: + +```javascript +const isSchemaSecure = ajv.compile(require('ajv/lib/refs/json-schema-secure.json')); + +const schema1 = {format: 'email'}; +isSchemaSecure(schema1); // false + +const schema2 = {format: 'email', maxLength: MAX_LENGTH}; +isSchemaSecure(schema2); // true +``` + +__Please note__: following all these recommendation is not a guarantee that validation of untrusted data is safe - it can still lead to some undesirable results. + + +##### Content Security Policies (CSP) +See [Ajv and Content Security Policies (CSP)](#ajv-and-content-security-policies-csp) + + +## ReDoS attack + +Certain regular expressions can lead to the exponential evaluation time even with relatively short strings. + +Please assess the regular expressions you use in the schemas on their vulnerability to this attack - see [safe-regex](https://github.com/substack/safe-regex), for example. + +__Please note__: some formats that Ajv implements use [regular expressions](https://github.com/ajv-validator/ajv/blob/master/lib/compile/formats.js) that can be vulnerable to ReDoS attack, so if you use Ajv to validate data from untrusted sources __it is strongly recommended__ to consider the following: + +- making assessment of "format" implementations in Ajv. +- using `format: 'fast'` option that simplifies some of the regular expressions (although it does not guarantee that they are safe). +- replacing format implementations provided by Ajv with your own implementations of "format" keyword that either uses different regular expressions or another approach to format validation. Please see [addFormat](#api-addformat) method. +- disabling format validation by ignoring "format" keyword with option `format: false` + +Whatever mitigation you choose, please assume all formats provided by Ajv as potentially unsafe and make your own assessment of their suitability for your validation scenarios. + + +## Filtering data + +With [option `removeAdditional`](#options) (added by [andyscott](https://github.com/andyscott)) you can filter data during the validation. + +This option modifies original data. + +Example: + +```javascript +var ajv = new Ajv({ removeAdditional: true }); +var schema = { + "additionalProperties": false, + "properties": { + "foo": { "type": "number" }, + "bar": { + "additionalProperties": { "type": "number" }, + "properties": { + "baz": { "type": "string" } + } + } + } +} + +var data = { + "foo": 0, + "additional1": 1, // will be removed; `additionalProperties` == false + "bar": { + "baz": "abc", + "additional2": 2 // will NOT be removed; `additionalProperties` != false + }, +} + +var validate = ajv.compile(schema); + +console.log(validate(data)); // true +console.log(data); // { "foo": 0, "bar": { "baz": "abc", "additional2": 2 } +``` + +If `removeAdditional` option in the example above were `"all"` then both `additional1` and `additional2` properties would have been removed. + +If the option were `"failing"` then property `additional1` would have been removed regardless of its value and property `additional2` would have been removed only if its value were failing the schema in the inner `additionalProperties` (so in the example above it would have stayed because it passes the schema, but any non-number would have been removed). + +__Please note__: If you use `removeAdditional` option with `additionalProperties` keyword inside `anyOf`/`oneOf` keywords your validation can fail with this schema, for example: + +```json +{ + "type": "object", + "oneOf": [ + { + "properties": { + "foo": { "type": "string" } + }, + "required": [ "foo" ], + "additionalProperties": false + }, + { + "properties": { + "bar": { "type": "integer" } + }, + "required": [ "bar" ], + "additionalProperties": false + } + ] +} +``` + +The intention of the schema above is to allow objects with either the string property "foo" or the integer property "bar", but not with both and not with any other properties. + +With the option `removeAdditional: true` the validation will pass for the object `{ "foo": "abc"}` but will fail for the object `{"bar": 1}`. It happens because while the first subschema in `oneOf` is validated, the property `bar` is removed because it is an additional property according to the standard (because it is not included in `properties` keyword in the same schema). + +While this behaviour is unexpected (issues [#129](https://github.com/ajv-validator/ajv/issues/129), [#134](https://github.com/ajv-validator/ajv/issues/134)), it is correct. To have the expected behaviour (both objects are allowed and additional properties are removed) the schema has to be refactored in this way: + +```json +{ + "type": "object", + "properties": { + "foo": { "type": "string" }, + "bar": { "type": "integer" } + }, + "additionalProperties": false, + "oneOf": [ + { "required": [ "foo" ] }, + { "required": [ "bar" ] } + ] +} +``` + +The schema above is also more efficient - it will compile into a faster function. + + +## Assigning defaults + +With [option `useDefaults`](#options) Ajv will assign values from `default` keyword in the schemas of `properties` and `items` (when it is the array of schemas) to the missing properties and items. + +With the option value `"empty"` properties and items equal to `null` or `""` (empty string) will be considered missing and assigned defaults. + +This option modifies original data. + +__Please note__: the default value is inserted in the generated validation code as a literal, so the value inserted in the data will be the deep clone of the default in the schema. + + +Example 1 (`default` in `properties`): + +```javascript +var ajv = new Ajv({ useDefaults: true }); +var schema = { + "type": "object", + "properties": { + "foo": { "type": "number" }, + "bar": { "type": "string", "default": "baz" } + }, + "required": [ "foo", "bar" ] +}; + +var data = { "foo": 1 }; + +var validate = ajv.compile(schema); + +console.log(validate(data)); // true +console.log(data); // { "foo": 1, "bar": "baz" } +``` + +Example 2 (`default` in `items`): + +```javascript +var schema = { + "type": "array", + "items": [ + { "type": "number" }, + { "type": "string", "default": "foo" } + ] +} + +var data = [ 1 ]; + +var validate = ajv.compile(schema); + +console.log(validate(data)); // true +console.log(data); // [ 1, "foo" ] +``` + +`default` keywords in other cases are ignored: + +- not in `properties` or `items` subschemas +- in schemas inside `anyOf`, `oneOf` and `not` (see [#42](https://github.com/ajv-validator/ajv/issues/42)) +- in `if` subschema of `switch` keyword +- in schemas generated by custom macro keywords + +The [`strictDefaults` option](#options) customizes Ajv's behavior for the defaults that Ajv ignores (`true` raises an error, and `"log"` outputs a warning). + + +## Coercing data types + +When you are validating user inputs all your data properties are usually strings. The option `coerceTypes` allows you to have your data types coerced to the types specified in your schema `type` keywords, both to pass the validation and to use the correctly typed data afterwards. + +This option modifies original data. + +__Please note__: if you pass a scalar value to the validating function its type will be coerced and it will pass the validation, but the value of the variable you pass won't be updated because scalars are passed by value. + + +Example 1: + +```javascript +var ajv = new Ajv({ coerceTypes: true }); +var schema = { + "type": "object", + "properties": { + "foo": { "type": "number" }, + "bar": { "type": "boolean" } + }, + "required": [ "foo", "bar" ] +}; + +var data = { "foo": "1", "bar": "false" }; + +var validate = ajv.compile(schema); + +console.log(validate(data)); // true +console.log(data); // { "foo": 1, "bar": false } +``` + +Example 2 (array coercions): + +```javascript +var ajv = new Ajv({ coerceTypes: 'array' }); +var schema = { + "properties": { + "foo": { "type": "array", "items": { "type": "number" } }, + "bar": { "type": "boolean" } + } +}; + +var data = { "foo": "1", "bar": ["false"] }; + +var validate = ajv.compile(schema); + +console.log(validate(data)); // true +console.log(data); // { "foo": [1], "bar": false } +``` + +The coercion rules, as you can see from the example, are different from JavaScript both to validate user input as expected and to have the coercion reversible (to correctly validate cases where different types are defined in subschemas of "anyOf" and other compound keywords). + +See [Coercion rules](https://github.com/ajv-validator/ajv/blob/master/COERCION.md) for details. + + +## API + +##### new Ajv(Object options) -> Object + +Create Ajv instance. + + +##### .compile(Object schema) -> Function<Object data> + +Generate validating function and cache the compiled schema for future use. + +Validating function returns a boolean value. This function has properties `errors` and `schema`. Errors encountered during the last validation are assigned to `errors` property (it is assigned `null` if there was no errors). `schema` property contains the reference to the original schema. + +The schema passed to this method will be validated against meta-schema unless `validateSchema` option is false. If schema is invalid, an error will be thrown. See [options](#options). + + +##### .compileAsync(Object schema [, Boolean meta] [, Function callback]) -> Promise + +Asynchronous version of `compile` method that loads missing remote schemas using asynchronous function in `options.loadSchema`. This function returns a Promise that resolves to a validation function. An optional callback passed to `compileAsync` will be called with 2 parameters: error (or null) and validating function. The returned promise will reject (and the callback will be called with an error) when: + +- missing schema can't be loaded (`loadSchema` returns a Promise that rejects). +- a schema containing a missing reference is loaded, but the reference cannot be resolved. +- schema (or some loaded/referenced schema) is invalid. + +The function compiles schema and loads the first missing schema (or meta-schema) until all missing schemas are loaded. + +You can asynchronously compile meta-schema by passing `true` as the second parameter. + +See example in [Asynchronous compilation](#asynchronous-schema-compilation). + + +##### .validate(Object schema|String key|String ref, data) -> Boolean + +Validate data using passed schema (it will be compiled and cached). + +Instead of the schema you can use the key that was previously passed to `addSchema`, the schema id if it was present in the schema or any previously resolved reference. + +Validation errors will be available in the `errors` property of Ajv instance (`null` if there were no errors). + +__Please note__: every time this method is called the errors are overwritten so you need to copy them to another variable if you want to use them later. + +If the schema is asynchronous (has `$async` keyword on the top level) this method returns a Promise. See [Asynchronous validation](#asynchronous-validation). + + +##### .addSchema(Array<Object>|Object schema [, String key]) -> Ajv + +Add schema(s) to validator instance. This method does not compile schemas (but it still validates them). Because of that dependencies can be added in any order and circular dependencies are supported. It also prevents unnecessary compilation of schemas that are containers for other schemas but not used as a whole. + +Array of schemas can be passed (schemas should have ids), the second parameter will be ignored. + +Key can be passed that can be used to reference the schema and will be used as the schema id if there is no id inside the schema. If the key is not passed, the schema id will be used as the key. + + +Once the schema is added, it (and all the references inside it) can be referenced in other schemas and used to validate data. + +Although `addSchema` does not compile schemas, explicit compilation is not required - the schema will be compiled when it is used first time. + +By default the schema is validated against meta-schema before it is added, and if the schema does not pass validation the exception is thrown. This behaviour is controlled by `validateSchema` option. + +__Please note__: Ajv uses the [method chaining syntax](https://en.wikipedia.org/wiki/Method_chaining) for all methods with the prefix `add*` and `remove*`. +This allows you to do nice things like the following. + +```javascript +var validate = new Ajv().addSchema(schema).addFormat(name, regex).getSchema(uri); +``` + +##### .addMetaSchema(Array<Object>|Object schema [, String key]) -> Ajv + +Adds meta schema(s) that can be used to validate other schemas. That function should be used instead of `addSchema` because there may be instance options that would compile a meta schema incorrectly (at the moment it is `removeAdditional` option). + +There is no need to explicitly add draft-07 meta schema (http://json-schema.org/draft-07/schema) - it is added by default, unless option `meta` is set to `false`. You only need to use it if you have a changed meta-schema that you want to use to validate your schemas. See `validateSchema`. + + +##### .validateSchema(Object schema) -> Boolean + +Validates schema. This method should be used to validate schemas rather than `validate` due to the inconsistency of `uri` format in JSON Schema standard. + +By default this method is called automatically when the schema is added, so you rarely need to use it directly. + +If schema doesn't have `$schema` property, it is validated against draft 6 meta-schema (option `meta` should not be false). + +If schema has `$schema` property, then the schema with this id (that should be previously added) is used to validate passed schema. + +Errors will be available at `ajv.errors`. + + +##### .getSchema(String key) -> Function<Object data> + +Retrieve compiled schema previously added with `addSchema` by the key passed to `addSchema` or by its full reference (id). The returned validating function has `schema` property with the reference to the original schema. + + +##### .removeSchema([Object schema|String key|String ref|RegExp pattern]) -> Ajv + +Remove added/cached schema. Even if schema is referenced by other schemas it can be safely removed as dependent schemas have local references. + +Schema can be removed using: +- key passed to `addSchema` +- it's full reference (id) +- RegExp that should match schema id or key (meta-schemas won't be removed) +- actual schema object that will be stable-stringified to remove schema from cache + +If no parameter is passed all schemas but meta-schemas will be removed and the cache will be cleared. + + +##### .addFormat(String name, String|RegExp|Function|Object format) -> Ajv + +Add custom format to validate strings or numbers. It can also be used to replace pre-defined formats for Ajv instance. + +Strings are converted to RegExp. + +Function should return validation result as `true` or `false`. + +If object is passed it should have properties `validate`, `compare` and `async`: + +- _validate_: a string, RegExp or a function as described above. +- _compare_: an optional comparison function that accepts two strings and compares them according to the format meaning. This function is used with keywords `formatMaximum`/`formatMinimum` (defined in [ajv-keywords](https://github.com/ajv-validator/ajv-keywords) package). It should return `1` if the first value is bigger than the second value, `-1` if it is smaller and `0` if it is equal. +- _async_: an optional `true` value if `validate` is an asynchronous function; in this case it should return a promise that resolves with a value `true` or `false`. +- _type_: an optional type of data that the format applies to. It can be `"string"` (default) or `"number"` (see https://github.com/ajv-validator/ajv/issues/291#issuecomment-259923858). If the type of data is different, the validation will pass. + +Custom formats can be also added via `formats` option. + + +##### .addKeyword(String keyword, Object definition) -> Ajv + +Add custom validation keyword to Ajv instance. + +Keyword should be different from all standard JSON Schema keywords and different from previously defined keywords. There is no way to redefine keywords or to remove keyword definition from the instance. + +Keyword must start with a letter, `_` or `$`, and may continue with letters, numbers, `_`, `$`, or `-`. +It is recommended to use an application-specific prefix for keywords to avoid current and future name collisions. + +Example Keywords: +- `"xyz-example"`: valid, and uses prefix for the xyz project to avoid name collisions. +- `"example"`: valid, but not recommended as it could collide with future versions of JSON Schema etc. +- `"3-example"`: invalid as numbers are not allowed to be the first character in a keyword + +Keyword definition is an object with the following properties: + +- _type_: optional string or array of strings with data type(s) that the keyword applies to. If not present, the keyword will apply to all types. +- _validate_: validating function +- _compile_: compiling function +- _macro_: macro function +- _inline_: compiling function that returns code (as string) +- _schema_: an optional `false` value used with "validate" keyword to not pass schema +- _metaSchema_: an optional meta-schema for keyword schema +- _dependencies_: an optional list of properties that must be present in the parent schema - it will be checked during schema compilation +- _modifying_: `true` MUST be passed if keyword modifies data +- _statements_: `true` can be passed in case inline keyword generates statements (as opposed to expression) +- _valid_: pass `true`/`false` to pre-define validation result, the result returned from validation function will be ignored. This option cannot be used with macro keywords. +- _$data_: an optional `true` value to support [$data reference](#data-reference) as the value of custom keyword. The reference will be resolved at validation time. If the keyword has meta-schema it would be extended to allow $data and it will be used to validate the resolved value. Supporting $data reference requires that keyword has validating function (as the only option or in addition to compile, macro or inline function). +- _async_: an optional `true` value if the validation function is asynchronous (whether it is compiled or passed in _validate_ property); in this case it should return a promise that resolves with a value `true` or `false`. This option is ignored in case of "macro" and "inline" keywords. +- _errors_: an optional boolean or string `"full"` indicating whether keyword returns errors. If this property is not set Ajv will determine if the errors were set in case of failed validation. + +_compile_, _macro_ and _inline_ are mutually exclusive, only one should be used at a time. _validate_ can be used separately or in addition to them to support $data reference. + +__Please note__: If the keyword is validating data type that is different from the type(s) in its definition, the validation function will not be called (and expanded macro will not be used), so there is no need to check for data type inside validation function or inside schema returned by macro function (unless you want to enforce a specific type and for some reason do not want to use a separate `type` keyword for that). In the same way as standard keywords work, if the keyword does not apply to the data type being validated, the validation of this keyword will succeed. + +See [Defining custom keywords](#defining-custom-keywords) for more details. + + +##### .getKeyword(String keyword) -> Object|Boolean + +Returns custom keyword definition, `true` for pre-defined keywords and `false` if the keyword is unknown. + + +##### .removeKeyword(String keyword) -> Ajv + +Removes custom or pre-defined keyword so you can redefine them. + +While this method can be used to extend pre-defined keywords, it can also be used to completely change their meaning - it may lead to unexpected results. + +__Please note__: schemas compiled before the keyword is removed will continue to work without changes. To recompile schemas use `removeSchema` method and compile them again. + + +##### .errorsText([Array<Object> errors [, Object options]]) -> String + +Returns the text with all errors in a String. + +Options can have properties `separator` (string used to separate errors, ", " by default) and `dataVar` (the variable name that dataPaths are prefixed with, "data" by default). + + +## Options + +Defaults: + +```javascript +{ + // validation and reporting options: + $data: false, + allErrors: false, + verbose: false, + $comment: false, // NEW in Ajv version 6.0 + jsonPointers: false, + uniqueItems: true, + unicode: true, + nullable: false, + format: 'fast', + formats: {}, + unknownFormats: true, + schemas: {}, + logger: undefined, + // referenced schema options: + schemaId: '$id', + missingRefs: true, + extendRefs: 'ignore', // recommended 'fail' + loadSchema: undefined, // function(uri: string): Promise {} + // options to modify validated data: + removeAdditional: false, + useDefaults: false, + coerceTypes: false, + // strict mode options + strictDefaults: false, + strictKeywords: false, + strictNumbers: false, + // asynchronous validation options: + transpile: undefined, // requires ajv-async package + // advanced options: + meta: true, + validateSchema: true, + addUsedSchema: true, + inlineRefs: true, + passContext: false, + loopRequired: Infinity, + ownProperties: false, + multipleOfPrecision: false, + errorDataPath: 'object', // deprecated + messages: true, + sourceCode: false, + processCode: undefined, // function (str: string, schema: object): string {} + cache: new Cache, + serialize: undefined +} +``` + +##### Validation and reporting options + +- _$data_: support [$data references](#data-reference). Draft 6 meta-schema that is added by default will be extended to allow them. If you want to use another meta-schema you need to use $dataMetaSchema method to add support for $data reference. See [API](#api). +- _allErrors_: check all rules collecting all errors. Default is to return after the first error. +- _verbose_: include the reference to the part of the schema (`schema` and `parentSchema`) and validated data in errors (false by default). +- _$comment_ (NEW in Ajv version 6.0): log or pass the value of `$comment` keyword to a function. Option values: + - `false` (default): ignore $comment keyword. + - `true`: log the keyword value to console. + - function: pass the keyword value, its schema path and root schema to the specified function +- _jsonPointers_: set `dataPath` property of errors using [JSON Pointers](https://tools.ietf.org/html/rfc6901) instead of JavaScript property access notation. +- _uniqueItems_: validate `uniqueItems` keyword (true by default). +- _unicode_: calculate correct length of strings with unicode pairs (true by default). Pass `false` to use `.length` of strings that is faster, but gives "incorrect" lengths of strings with unicode pairs - each unicode pair is counted as two characters. +- _nullable_: support keyword "nullable" from [Open API 3 specification](https://swagger.io/docs/specification/data-models/data-types/). +- _format_: formats validation mode. Option values: + - `"fast"` (default) - simplified and fast validation (see [Formats](#formats) for details of which formats are available and affected by this option). + - `"full"` - more restrictive and slow validation. E.g., 25:00:00 and 2015/14/33 will be invalid time and date in 'full' mode but it will be valid in 'fast' mode. + - `false` - ignore all format keywords. +- _formats_: an object with custom formats. Keys and values will be passed to `addFormat` method. +- _keywords_: an object with custom keywords. Keys and values will be passed to `addKeyword` method. +- _unknownFormats_: handling of unknown formats. Option values: + - `true` (default) - if an unknown format is encountered the exception is thrown during schema compilation. If `format` keyword value is [$data reference](#data-reference) and it is unknown the validation will fail. + - `[String]` - an array of unknown format names that will be ignored. This option can be used to allow usage of third party schemas with format(s) for which you don't have definitions, but still fail if another unknown format is used. If `format` keyword value is [$data reference](#data-reference) and it is not in this array the validation will fail. + - `"ignore"` - to log warning during schema compilation and always pass validation (the default behaviour in versions before 5.0.0). This option is not recommended, as it allows to mistype format name and it won't be validated without any error message. This behaviour is required by JSON Schema specification. +- _schemas_: an array or object of schemas that will be added to the instance. In case you pass the array the schemas must have IDs in them. When the object is passed the method `addSchema(value, key)` will be called for each schema in this object. +- _logger_: sets the logging method. Default is the global `console` object that should have methods `log`, `warn` and `error`. See [Error logging](#error-logging). Option values: + - custom logger - it should have methods `log`, `warn` and `error`. If any of these methods is missing an exception will be thrown. + - `false` - logging is disabled. + + +##### Referenced schema options + +- _schemaId_: this option defines which keywords are used as schema URI. Option value: + - `"$id"` (default) - only use `$id` keyword as schema URI (as specified in JSON Schema draft-06/07), ignore `id` keyword (if it is present a warning will be logged). + - `"id"` - only use `id` keyword as schema URI (as specified in JSON Schema draft-04), ignore `$id` keyword (if it is present a warning will be logged). + - `"auto"` - use both `$id` and `id` keywords as schema URI. If both are present (in the same schema object) and different the exception will be thrown during schema compilation. +- _missingRefs_: handling of missing referenced schemas. Option values: + - `true` (default) - if the reference cannot be resolved during compilation the exception is thrown. The thrown error has properties `missingRef` (with hash fragment) and `missingSchema` (without it). Both properties are resolved relative to the current base id (usually schema id, unless it was substituted). + - `"ignore"` - to log error during compilation and always pass validation. + - `"fail"` - to log error and successfully compile schema but fail validation if this rule is checked. +- _extendRefs_: validation of other keywords when `$ref` is present in the schema. Option values: + - `"ignore"` (default) - when `$ref` is used other keywords are ignored (as per [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03#section-3) standard). A warning will be logged during the schema compilation. + - `"fail"` (recommended) - if other validation keywords are used together with `$ref` the exception will be thrown when the schema is compiled. This option is recommended to make sure schema has no keywords that are ignored, which can be confusing. + - `true` - validate all keywords in the schemas with `$ref` (the default behaviour in versions before 5.0.0). +- _loadSchema_: asynchronous function that will be used to load remote schemas when `compileAsync` [method](#api-compileAsync) is used and some reference is missing (option `missingRefs` should NOT be 'fail' or 'ignore'). This function should accept remote schema uri as a parameter and return a Promise that resolves to a schema. See example in [Asynchronous compilation](#asynchronous-schema-compilation). + + +##### Options to modify validated data + +- _removeAdditional_: remove additional properties - see example in [Filtering data](#filtering-data). This option is not used if schema is added with `addMetaSchema` method. Option values: + - `false` (default) - not to remove additional properties + - `"all"` - all additional properties are removed, regardless of `additionalProperties` keyword in schema (and no validation is made for them). + - `true` - only additional properties with `additionalProperties` keyword equal to `false` are removed. + - `"failing"` - additional properties that fail schema validation will be removed (where `additionalProperties` keyword is `false` or schema). +- _useDefaults_: replace missing or undefined properties and items with the values from corresponding `default` keywords. Default behaviour is to ignore `default` keywords. This option is not used if schema is added with `addMetaSchema` method. See examples in [Assigning defaults](#assigning-defaults). Option values: + - `false` (default) - do not use defaults + - `true` - insert defaults by value (object literal is used). + - `"empty"` - in addition to missing or undefined, use defaults for properties and items that are equal to `null` or `""` (an empty string). + - `"shared"` (deprecated) - insert defaults by reference. If the default is an object, it will be shared by all instances of validated data. If you modify the inserted default in the validated data, it will be modified in the schema as well. +- _coerceTypes_: change data type of data to match `type` keyword. See the example in [Coercing data types](#coercing-data-types) and [coercion rules](https://github.com/ajv-validator/ajv/blob/master/COERCION.md). Option values: + - `false` (default) - no type coercion. + - `true` - coerce scalar data types. + - `"array"` - in addition to coercions between scalar types, coerce scalar data to an array with one element and vice versa (as required by the schema). + + +##### Strict mode options + +- _strictDefaults_: report ignored `default` keywords in schemas. Option values: + - `false` (default) - ignored defaults are not reported + - `true` - if an ignored default is present, throw an error + - `"log"` - if an ignored default is present, log warning +- _strictKeywords_: report unknown keywords in schemas. Option values: + - `false` (default) - unknown keywords are not reported + - `true` - if an unknown keyword is present, throw an error + - `"log"` - if an unknown keyword is present, log warning +- _strictNumbers_: validate numbers strictly, failing validation for NaN and Infinity. Option values: + - `false` (default) - NaN or Infinity will pass validation for numeric types + - `true` - NaN or Infinity will not pass validation for numeric types + +##### Asynchronous validation options + +- _transpile_: Requires [ajv-async](https://github.com/ajv-validator/ajv-async) package. It determines whether Ajv transpiles compiled asynchronous validation function. Option values: + - `undefined` (default) - transpile with [nodent](https://github.com/MatAtBread/nodent) if async functions are not supported. + - `true` - always transpile with nodent. + - `false` - do not transpile; if async functions are not supported an exception will be thrown. + + +##### Advanced options + +- _meta_: add [meta-schema](http://json-schema.org/documentation.html) so it can be used by other schemas (true by default). If an object is passed, it will be used as the default meta-schema for schemas that have no `$schema` keyword. This default meta-schema MUST have `$schema` keyword. +- _validateSchema_: validate added/compiled schemas against meta-schema (true by default). `$schema` property in the schema can be http://json-schema.org/draft-07/schema or absent (draft-07 meta-schema will be used) or can be a reference to the schema previously added with `addMetaSchema` method. Option values: + - `true` (default) - if the validation fails, throw the exception. + - `"log"` - if the validation fails, log error. + - `false` - skip schema validation. +- _addUsedSchema_: by default methods `compile` and `validate` add schemas to the instance if they have `$id` (or `id`) property that doesn't start with "#". If `$id` is present and it is not unique the exception will be thrown. Set this option to `false` to skip adding schemas to the instance and the `$id` uniqueness check when these methods are used. This option does not affect `addSchema` method. +- _inlineRefs_: Affects compilation of referenced schemas. Option values: + - `true` (default) - the referenced schemas that don't have refs in them are inlined, regardless of their size - that substantially improves performance at the cost of the bigger size of compiled schema functions. + - `false` - to not inline referenced schemas (they will be compiled as separate functions). + - integer number - to limit the maximum number of keywords of the schema that will be inlined. +- _passContext_: pass validation context to custom keyword functions. If this option is `true` and you pass some context to the compiled validation function with `validate.call(context, data)`, the `context` will be available as `this` in your custom keywords. By default `this` is Ajv instance. +- _loopRequired_: by default `required` keyword is compiled into a single expression (or a sequence of statements in `allErrors` mode). In case of a very large number of properties in this keyword it may result in a very big validation function. Pass integer to set the number of properties above which `required` keyword will be validated in a loop - smaller validation function size but also worse performance. +- _ownProperties_: by default Ajv iterates over all enumerable object properties; when this option is `true` only own enumerable object properties (i.e. found directly on the object rather than on its prototype) are iterated. Contributed by @mbroadst. +- _multipleOfPrecision_: by default `multipleOf` keyword is validated by comparing the result of division with parseInt() of that result. It works for dividers that are bigger than 1. For small dividers such as 0.01 the result of the division is usually not integer (even when it should be integer, see issue [#84](https://github.com/ajv-validator/ajv/issues/84)). If you need to use fractional dividers set this option to some positive integer N to have `multipleOf` validated using this formula: `Math.abs(Math.round(division) - division) < 1e-N` (it is slower but allows for float arithmetics deviations). +- _errorDataPath_ (deprecated): set `dataPath` to point to 'object' (default) or to 'property' when validating keywords `required`, `additionalProperties` and `dependencies`. +- _messages_: Include human-readable messages in errors. `true` by default. `false` can be passed when custom messages are used (e.g. with [ajv-i18n](https://github.com/ajv-validator/ajv-i18n)). +- _sourceCode_: add `sourceCode` property to validating function (for debugging; this code can be different from the result of toString call). +- _processCode_: an optional function to process generated code before it is passed to Function constructor. It can be used to either beautify (the validating function is generated without line-breaks) or to transpile code. Starting from version 5.0.0 this option replaced options: + - `beautify` that formatted the generated function using [js-beautify](https://github.com/beautify-web/js-beautify). If you want to beautify the generated code pass a function calling `require('js-beautify').js_beautify` as `processCode: code => js_beautify(code)`. + - `transpile` that transpiled asynchronous validation function. You can still use `transpile` option with [ajv-async](https://github.com/ajv-validator/ajv-async) package. See [Asynchronous validation](#asynchronous-validation) for more information. +- _cache_: an optional instance of cache to store compiled schemas using stable-stringified schema as a key. For example, set-associative cache [sacjs](https://github.com/epoberezkin/sacjs) can be used. If not passed then a simple hash is used which is good enough for the common use case (a limited number of statically defined schemas). Cache should have methods `put(key, value)`, `get(key)`, `del(key)` and `clear()`. +- _serialize_: an optional function to serialize schema to cache key. Pass `false` to use schema itself as a key (e.g., if WeakMap used as a cache). By default [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) is used. + + +## Validation errors + +In case of validation failure, Ajv assigns the array of errors to `errors` property of validation function (or to `errors` property of Ajv instance when `validate` or `validateSchema` methods were called). In case of [asynchronous validation](#asynchronous-validation), the returned promise is rejected with exception `Ajv.ValidationError` that has `errors` property. + + +### Error objects + +Each error is an object with the following properties: + +- _keyword_: validation keyword. +- _dataPath_: the path to the part of the data that was validated. By default `dataPath` uses JavaScript property access notation (e.g., `".prop[1].subProp"`). When the option `jsonPointers` is true (see [Options](#options)) `dataPath` will be set using JSON pointer standard (e.g., `"/prop/1/subProp"`). +- _schemaPath_: the path (JSON-pointer as a URI fragment) to the schema of the keyword that failed validation. +- _params_: the object with the additional information about error that can be used to create custom error messages (e.g., using [ajv-i18n](https://github.com/ajv-validator/ajv-i18n) package). See below for parameters set by all keywords. +- _message_: the standard error message (can be excluded with option `messages` set to false). +- _schema_: the schema of the keyword (added with `verbose` option). +- _parentSchema_: the schema containing the keyword (added with `verbose` option) +- _data_: the data validated by the keyword (added with `verbose` option). + +__Please note__: `propertyNames` keyword schema validation errors have an additional property `propertyName`, `dataPath` points to the object. After schema validation for each property name, if it is invalid an additional error is added with the property `keyword` equal to `"propertyNames"`. + + +### Error parameters + +Properties of `params` object in errors depend on the keyword that failed validation. + +- `maxItems`, `minItems`, `maxLength`, `minLength`, `maxProperties`, `minProperties` - property `limit` (number, the schema of the keyword). +- `additionalItems` - property `limit` (the maximum number of allowed items in case when `items` keyword is an array of schemas and `additionalItems` is false). +- `additionalProperties` - property `additionalProperty` (the property not used in `properties` and `patternProperties` keywords). +- `dependencies` - properties: + - `property` (dependent property), + - `missingProperty` (required missing dependency - only the first one is reported currently) + - `deps` (required dependencies, comma separated list as a string), + - `depsCount` (the number of required dependencies). +- `format` - property `format` (the schema of the keyword). +- `maximum`, `minimum` - properties: + - `limit` (number, the schema of the keyword), + - `exclusive` (boolean, the schema of `exclusiveMaximum` or `exclusiveMinimum`), + - `comparison` (string, comparison operation to compare the data to the limit, with the data on the left and the limit on the right; can be "<", "<=", ">", ">=") +- `multipleOf` - property `multipleOf` (the schema of the keyword) +- `pattern` - property `pattern` (the schema of the keyword) +- `required` - property `missingProperty` (required property that is missing). +- `propertyNames` - property `propertyName` (an invalid property name). +- `patternRequired` (in ajv-keywords) - property `missingPattern` (required pattern that did not match any property). +- `type` - property `type` (required type(s), a string, can be a comma-separated list) +- `uniqueItems` - properties `i` and `j` (indices of duplicate items). +- `const` - property `allowedValue` pointing to the value (the schema of the keyword). +- `enum` - property `allowedValues` pointing to the array of values (the schema of the keyword). +- `$ref` - property `ref` with the referenced schema URI. +- `oneOf` - property `passingSchemas` (array of indices of passing schemas, null if no schema passes). +- custom keywords (in case keyword definition doesn't create errors) - property `keyword` (the keyword name). + + +### Error logging + +Using the `logger` option when initiallizing Ajv will allow you to define custom logging. Here you can build upon the exisiting logging. The use of other logging packages is supported as long as the package or its associated wrapper exposes the required methods. If any of the required methods are missing an exception will be thrown. +- **Required Methods**: `log`, `warn`, `error` + +```javascript +var otherLogger = new OtherLogger(); +var ajv = new Ajv({ + logger: { + log: console.log.bind(console), + warn: function warn() { + otherLogger.logWarn.apply(otherLogger, arguments); + }, + error: function error() { + otherLogger.logError.apply(otherLogger, arguments); + console.error.apply(console, arguments); + } + } +}); +``` + + +## Plugins + +Ajv can be extended with plugins that add custom keywords, formats or functions to process generated code. When such plugin is published as npm package it is recommended that it follows these conventions: + +- it exports a function +- this function accepts ajv instance as the first parameter and returns the same instance to allow chaining +- this function can accept an optional configuration as the second parameter + +If you have published a useful plugin please submit a PR to add it to the next section. + + +## Related packages + +- [ajv-async](https://github.com/ajv-validator/ajv-async) - plugin to configure async validation mode +- [ajv-bsontype](https://github.com/BoLaMN/ajv-bsontype) - plugin to validate mongodb's bsonType formats +- [ajv-cli](https://github.com/jessedc/ajv-cli) - command line interface +- [ajv-errors](https://github.com/ajv-validator/ajv-errors) - plugin for custom error messages +- [ajv-i18n](https://github.com/ajv-validator/ajv-i18n) - internationalised error messages +- [ajv-istanbul](https://github.com/ajv-validator/ajv-istanbul) - plugin to instrument generated validation code to measure test coverage of your schemas +- [ajv-keywords](https://github.com/ajv-validator/ajv-keywords) - plugin with custom validation keywords (select, typeof, etc.) +- [ajv-merge-patch](https://github.com/ajv-validator/ajv-merge-patch) - plugin with keywords $merge and $patch +- [ajv-pack](https://github.com/ajv-validator/ajv-pack) - produces a compact module exporting validation functions +- [ajv-formats-draft2019](https://github.com/luzlab/ajv-formats-draft2019) - format validators for draft2019 that aren't already included in ajv (ie. `idn-hostname`, `idn-email`, `iri`, `iri-reference` and `duration`). + +## Some packages using Ajv + +- [webpack](https://github.com/webpack/webpack) - a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser +- [jsonscript-js](https://github.com/JSONScript/jsonscript-js) - the interpreter for [JSONScript](http://www.jsonscript.org) - scripted processing of existing endpoints and services +- [osprey-method-handler](https://github.com/mulesoft-labs/osprey-method-handler) - Express middleware for validating requests and responses based on a RAML method object, used in [osprey](https://github.com/mulesoft/osprey) - validating API proxy generated from a RAML definition +- [har-validator](https://github.com/ahmadnassri/har-validator) - HTTP Archive (HAR) validator +- [jsoneditor](https://github.com/josdejong/jsoneditor) - a web-based tool to view, edit, format, and validate JSON http://jsoneditoronline.org +- [JSON Schema Lint](https://github.com/nickcmaynard/jsonschemalint) - a web tool to validate JSON/YAML document against a single JSON Schema http://jsonschemalint.com +- [objection](https://github.com/vincit/objection.js) - SQL-friendly ORM for Node.js +- [table](https://github.com/gajus/table) - formats data into a string table +- [ripple-lib](https://github.com/ripple/ripple-lib) - a JavaScript API for interacting with [Ripple](https://ripple.com) in Node.js and the browser +- [restbase](https://github.com/wikimedia/restbase) - distributed storage with REST API & dispatcher for backend services built to provide a low-latency & high-throughput API for Wikipedia / Wikimedia content +- [hippie-swagger](https://github.com/CacheControl/hippie-swagger) - [Hippie](https://github.com/vesln/hippie) wrapper that provides end to end API testing with swagger validation +- [react-form-controlled](https://github.com/seeden/react-form-controlled) - React controlled form components with validation +- [rabbitmq-schema](https://github.com/tjmehta/rabbitmq-schema) - a schema definition module for RabbitMQ graphs and messages +- [@query/schema](https://www.npmjs.com/package/@query/schema) - stream filtering with a URI-safe query syntax parsing to JSON Schema +- [chai-ajv-json-schema](https://github.com/peon374/chai-ajv-json-schema) - chai plugin to us JSON Schema with expect in mocha tests +- [grunt-jsonschema-ajv](https://github.com/SignpostMarv/grunt-jsonschema-ajv) - Grunt plugin for validating files against JSON Schema +- [extract-text-webpack-plugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) - extract text from bundle into a file +- [electron-builder](https://github.com/electron-userland/electron-builder) - a solution to package and build a ready for distribution Electron app +- [addons-linter](https://github.com/mozilla/addons-linter) - Mozilla Add-ons Linter +- [gh-pages-generator](https://github.com/epoberezkin/gh-pages-generator) - multi-page site generator converting markdown files to GitHub pages +- [ESLint](https://github.com/eslint/eslint) - the pluggable linting utility for JavaScript and JSX + + +## Tests + +``` +npm install +git submodule update --init +npm test +``` + +## Contributing + +All validation functions are generated using doT templates in [dot](https://github.com/ajv-validator/ajv/tree/master/lib/dot) folder. Templates are precompiled so doT is not a run-time dependency. + +`npm run build` - compiles templates to [dotjs](https://github.com/ajv-validator/ajv/tree/master/lib/dotjs) folder. + +`npm run watch` - automatically compiles templates when files in dot folder change + +Please see [Contributing guidelines](https://github.com/ajv-validator/ajv/blob/master/CONTRIBUTING.md) + + +## Changes history + +See https://github.com/ajv-validator/ajv/releases + +__Please note__: [Changes in version 7.0.0-beta](https://github.com/ajv-validator/ajv/releases/tag/v7.0.0-beta.0) + +[Version 6.0.0](https://github.com/ajv-validator/ajv/releases/tag/v6.0.0). + +## Code of conduct + +Please review and follow the [Code of conduct](https://github.com/ajv-validator/ajv/blob/master/CODE_OF_CONDUCT.md). + +Please report any unacceptable behaviour to ajv.validator@gmail.com - it will be reviewed by the project team. + + +## Open-source software support + +Ajv is a part of [Tidelift subscription](https://tidelift.com/subscription/pkg/npm-ajv?utm_source=npm-ajv&utm_medium=referral&utm_campaign=readme) - it provides a centralised support to open-source software users, in addition to the support provided by software maintainers. + + +## License + +[MIT](https://github.com/ajv-validator/ajv/blob/master/LICENSE) diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/dist/ajv.bundle.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/dist/ajv.bundle.js" new file mode 100644 index 0000000..e4d9d15 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/dist/ajv.bundle.js" @@ -0,0 +1,7189 @@ +(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Ajv = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i; +// For the source: https://gist.github.com/dperini/729294 +// For test cases: https://mathiasbynens.be/demo/url-regex +// @todo Delete current URL in favour of the commented out URL rule when this issue is fixed https://github.com/eslint/eslint/issues/7983. +// var URL = /^(?:(?:https?|ftp):\/\/)(?:\S+(?::\S*)?@)?(?:(?!10(?:\.\d{1,3}){3})(?!127(?:\.\d{1,3}){3})(?!169\.254(?:\.\d{1,3}){2})(?!192\.168(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u{00a1}-\u{ffff}0-9]+-)*[a-z\u{00a1}-\u{ffff}0-9]+)(?:\.(?:[a-z\u{00a1}-\u{ffff}0-9]+-)*[a-z\u{00a1}-\u{ffff}0-9]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu; +var URL = /^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i; +var UUID = /^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i; +var JSON_POINTER = /^(?:\/(?:[^~/]|~0|~1)*)*$/; +var JSON_POINTER_URI_FRAGMENT = /^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i; +var RELATIVE_JSON_POINTER = /^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/; + + +module.exports = formats; + +function formats(mode) { + mode = mode == 'full' ? 'full' : 'fast'; + return util.copy(formats[mode]); +} + + +formats.fast = { + // date: http://tools.ietf.org/html/rfc3339#section-5.6 + date: /^\d\d\d\d-[0-1]\d-[0-3]\d$/, + // date-time: http://tools.ietf.org/html/rfc3339#section-5.6 + time: /^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i, + 'date-time': /^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i, + // uri: https://github.com/mafintosh/is-my-json-valid/blob/master/formats.js + uri: /^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i, + 'uri-reference': /^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i, + 'uri-template': URITEMPLATE, + url: URL, + // email (sources from jsen validator): + // http://stackoverflow.com/questions/201323/using-a-regular-expression-to-validate-an-email-address#answer-8829363 + // http://www.w3.org/TR/html5/forms.html#valid-e-mail-address (search for 'willful violation') + email: /^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i, + hostname: HOSTNAME, + // optimized https://www.safaribooksonline.com/library/view/regular-expressions-cookbook/9780596802837/ch07s16.html + ipv4: /^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/, + // optimized http://stackoverflow.com/questions/53497/regular-expression-that-matches-valid-ipv6-addresses + ipv6: /^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i, + regex: regex, + // uuid: http://tools.ietf.org/html/rfc4122 + uuid: UUID, + // JSON-pointer: https://tools.ietf.org/html/rfc6901 + // uri fragment: https://tools.ietf.org/html/rfc3986#appendix-A + 'json-pointer': JSON_POINTER, + 'json-pointer-uri-fragment': JSON_POINTER_URI_FRAGMENT, + // relative JSON-pointer: http://tools.ietf.org/html/draft-luff-relative-json-pointer-00 + 'relative-json-pointer': RELATIVE_JSON_POINTER +}; + + +formats.full = { + date: date, + time: time, + 'date-time': date_time, + uri: uri, + 'uri-reference': URIREF, + 'uri-template': URITEMPLATE, + url: URL, + email: /^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i, + hostname: HOSTNAME, + ipv4: /^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/, + ipv6: /^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i, + regex: regex, + uuid: UUID, + 'json-pointer': JSON_POINTER, + 'json-pointer-uri-fragment': JSON_POINTER_URI_FRAGMENT, + 'relative-json-pointer': RELATIVE_JSON_POINTER +}; + + +function isLeapYear(year) { + // https://tools.ietf.org/html/rfc3339#appendix-C + return year % 4 === 0 && (year % 100 !== 0 || year % 400 === 0); +} + + +function date(str) { + // full-date from http://tools.ietf.org/html/rfc3339#section-5.6 + var matches = str.match(DATE); + if (!matches) return false; + + var year = +matches[1]; + var month = +matches[2]; + var day = +matches[3]; + + return month >= 1 && month <= 12 && day >= 1 && + day <= (month == 2 && isLeapYear(year) ? 29 : DAYS[month]); +} + + +function time(str, full) { + var matches = str.match(TIME); + if (!matches) return false; + + var hour = matches[1]; + var minute = matches[2]; + var second = matches[3]; + var timeZone = matches[5]; + return ((hour <= 23 && minute <= 59 && second <= 59) || + (hour == 23 && minute == 59 && second == 60)) && + (!full || timeZone); +} + + +var DATE_TIME_SEPARATOR = /t|\s/i; +function date_time(str) { + // http://tools.ietf.org/html/rfc3339#section-5.6 + var dateTime = str.split(DATE_TIME_SEPARATOR); + return dateTime.length == 2 && date(dateTime[0]) && time(dateTime[1], true); +} + + +var NOT_URI_FRAGMENT = /\/|:/; +function uri(str) { + // http://jmrware.com/articles/2009/uri_regexp/URI_regex.html + optional protocol + required "." + return NOT_URI_FRAGMENT.test(str) && URI.test(str); +} + + +var Z_ANCHOR = /[^\\]\\Z/; +function regex(str) { + if (Z_ANCHOR.test(str)) return false; + try { + new RegExp(str); + return true; + } catch(e) { + return false; + } +} + +},{"./util":10}],5:[function(require,module,exports){ +'use strict'; + +var resolve = require('./resolve') + , util = require('./util') + , errorClasses = require('./error_classes') + , stableStringify = require('fast-json-stable-stringify'); + +var validateGenerator = require('../dotjs/validate'); + +/** + * Functions below are used inside compiled validations function + */ + +var ucs2length = util.ucs2length; +var equal = require('fast-deep-equal'); + +// this error is thrown by async schemas to return validation errors via exception +var ValidationError = errorClasses.Validation; + +module.exports = compile; + + +/** + * Compiles schema to validation function + * @this Ajv + * @param {Object} schema schema object + * @param {Object} root object with information about the root schema for this schema + * @param {Object} localRefs the hash of local references inside the schema (created by resolve.id), used for inline resolution + * @param {String} baseId base ID for IDs in the schema + * @return {Function} validation function + */ +function compile(schema, root, localRefs, baseId) { + /* jshint validthis: true, evil: true */ + /* eslint no-shadow: 0 */ + var self = this + , opts = this._opts + , refVal = [ undefined ] + , refs = {} + , patterns = [] + , patternsHash = {} + , defaults = [] + , defaultsHash = {} + , customRules = []; + + root = root || { schema: schema, refVal: refVal, refs: refs }; + + var c = checkCompiling.call(this, schema, root, baseId); + var compilation = this._compilations[c.index]; + if (c.compiling) return (compilation.callValidate = callValidate); + + var formats = this._formats; + var RULES = this.RULES; + + try { + var v = localCompile(schema, root, localRefs, baseId); + compilation.validate = v; + var cv = compilation.callValidate; + if (cv) { + cv.schema = v.schema; + cv.errors = null; + cv.refs = v.refs; + cv.refVal = v.refVal; + cv.root = v.root; + cv.$async = v.$async; + if (opts.sourceCode) cv.source = v.source; + } + return v; + } finally { + endCompiling.call(this, schema, root, baseId); + } + + /* @this {*} - custom context, see passContext option */ + function callValidate() { + /* jshint validthis: true */ + var validate = compilation.validate; + var result = validate.apply(this, arguments); + callValidate.errors = validate.errors; + return result; + } + + function localCompile(_schema, _root, localRefs, baseId) { + var isRoot = !_root || (_root && _root.schema == _schema); + if (_root.schema != root.schema) + return compile.call(self, _schema, _root, localRefs, baseId); + + var $async = _schema.$async === true; + + var sourceCode = validateGenerator({ + isTop: true, + schema: _schema, + isRoot: isRoot, + baseId: baseId, + root: _root, + schemaPath: '', + errSchemaPath: '#', + errorPath: '""', + MissingRefError: errorClasses.MissingRef, + RULES: RULES, + validate: validateGenerator, + util: util, + resolve: resolve, + resolveRef: resolveRef, + usePattern: usePattern, + useDefault: useDefault, + useCustomRule: useCustomRule, + opts: opts, + formats: formats, + logger: self.logger, + self: self + }); + + sourceCode = vars(refVal, refValCode) + vars(patterns, patternCode) + + vars(defaults, defaultCode) + vars(customRules, customRuleCode) + + sourceCode; + + if (opts.processCode) sourceCode = opts.processCode(sourceCode, _schema); + // console.log('\n\n\n *** \n', JSON.stringify(sourceCode)); + var validate; + try { + var makeValidate = new Function( + 'self', + 'RULES', + 'formats', + 'root', + 'refVal', + 'defaults', + 'customRules', + 'equal', + 'ucs2length', + 'ValidationError', + sourceCode + ); + + validate = makeValidate( + self, + RULES, + formats, + root, + refVal, + defaults, + customRules, + equal, + ucs2length, + ValidationError + ); + + refVal[0] = validate; + } catch(e) { + self.logger.error('Error compiling schema, function code:', sourceCode); + throw e; + } + + validate.schema = _schema; + validate.errors = null; + validate.refs = refs; + validate.refVal = refVal; + validate.root = isRoot ? validate : _root; + if ($async) validate.$async = true; + if (opts.sourceCode === true) { + validate.source = { + code: sourceCode, + patterns: patterns, + defaults: defaults + }; + } + + return validate; + } + + function resolveRef(baseId, ref, isRoot) { + ref = resolve.url(baseId, ref); + var refIndex = refs[ref]; + var _refVal, refCode; + if (refIndex !== undefined) { + _refVal = refVal[refIndex]; + refCode = 'refVal[' + refIndex + ']'; + return resolvedRef(_refVal, refCode); + } + if (!isRoot && root.refs) { + var rootRefId = root.refs[ref]; + if (rootRefId !== undefined) { + _refVal = root.refVal[rootRefId]; + refCode = addLocalRef(ref, _refVal); + return resolvedRef(_refVal, refCode); + } + } + + refCode = addLocalRef(ref); + var v = resolve.call(self, localCompile, root, ref); + if (v === undefined) { + var localSchema = localRefs && localRefs[ref]; + if (localSchema) { + v = resolve.inlineRef(localSchema, opts.inlineRefs) + ? localSchema + : compile.call(self, localSchema, root, localRefs, baseId); + } + } + + if (v === undefined) { + removeLocalRef(ref); + } else { + replaceLocalRef(ref, v); + return resolvedRef(v, refCode); + } + } + + function addLocalRef(ref, v) { + var refId = refVal.length; + refVal[refId] = v; + refs[ref] = refId; + return 'refVal' + refId; + } + + function removeLocalRef(ref) { + delete refs[ref]; + } + + function replaceLocalRef(ref, v) { + var refId = refs[ref]; + refVal[refId] = v; + } + + function resolvedRef(refVal, code) { + return typeof refVal == 'object' || typeof refVal == 'boolean' + ? { code: code, schema: refVal, inline: true } + : { code: code, $async: refVal && !!refVal.$async }; + } + + function usePattern(regexStr) { + var index = patternsHash[regexStr]; + if (index === undefined) { + index = patternsHash[regexStr] = patterns.length; + patterns[index] = regexStr; + } + return 'pattern' + index; + } + + function useDefault(value) { + switch (typeof value) { + case 'boolean': + case 'number': + return '' + value; + case 'string': + return util.toQuotedString(value); + case 'object': + if (value === null) return 'null'; + var valueStr = stableStringify(value); + var index = defaultsHash[valueStr]; + if (index === undefined) { + index = defaultsHash[valueStr] = defaults.length; + defaults[index] = value; + } + return 'default' + index; + } + } + + function useCustomRule(rule, schema, parentSchema, it) { + if (self._opts.validateSchema !== false) { + var deps = rule.definition.dependencies; + if (deps && !deps.every(function(keyword) { + return Object.prototype.hasOwnProperty.call(parentSchema, keyword); + })) + throw new Error('parent schema must have all required keywords: ' + deps.join(',')); + + var validateSchema = rule.definition.validateSchema; + if (validateSchema) { + var valid = validateSchema(schema); + if (!valid) { + var message = 'keyword schema is invalid: ' + self.errorsText(validateSchema.errors); + if (self._opts.validateSchema == 'log') self.logger.error(message); + else throw new Error(message); + } + } + } + + var compile = rule.definition.compile + , inline = rule.definition.inline + , macro = rule.definition.macro; + + var validate; + if (compile) { + validate = compile.call(self, schema, parentSchema, it); + } else if (macro) { + validate = macro.call(self, schema, parentSchema, it); + if (opts.validateSchema !== false) self.validateSchema(validate, true); + } else if (inline) { + validate = inline.call(self, it, rule.keyword, schema, parentSchema); + } else { + validate = rule.definition.validate; + if (!validate) return; + } + + if (validate === undefined) + throw new Error('custom keyword "' + rule.keyword + '"failed to compile'); + + var index = customRules.length; + customRules[index] = validate; + + return { + code: 'customRule' + index, + validate: validate + }; + } +} + + +/** + * Checks if the schema is currently compiled + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + * @return {Object} object with properties "index" (compilation index) and "compiling" (boolean) + */ +function checkCompiling(schema, root, baseId) { + /* jshint validthis: true */ + var index = compIndex.call(this, schema, root, baseId); + if (index >= 0) return { index: index, compiling: true }; + index = this._compilations.length; + this._compilations[index] = { + schema: schema, + root: root, + baseId: baseId + }; + return { index: index, compiling: false }; +} + + +/** + * Removes the schema from the currently compiled list + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + */ +function endCompiling(schema, root, baseId) { + /* jshint validthis: true */ + var i = compIndex.call(this, schema, root, baseId); + if (i >= 0) this._compilations.splice(i, 1); +} + + +/** + * Index of schema compilation in the currently compiled list + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + * @return {Integer} compilation index + */ +function compIndex(schema, root, baseId) { + /* jshint validthis: true */ + for (var i=0; i= 0xD800 && value <= 0xDBFF && pos < len) { + // high surrogate, and there is a next character + value = str.charCodeAt(pos); + if ((value & 0xFC00) == 0xDC00) pos++; // low surrogate + } + } + return length; +}; + +},{}],10:[function(require,module,exports){ +'use strict'; + + +module.exports = { + copy: copy, + checkDataType: checkDataType, + checkDataTypes: checkDataTypes, + coerceToTypes: coerceToTypes, + toHash: toHash, + getProperty: getProperty, + escapeQuotes: escapeQuotes, + equal: require('fast-deep-equal'), + ucs2length: require('./ucs2length'), + varOccurences: varOccurences, + varReplace: varReplace, + schemaHasRules: schemaHasRules, + schemaHasRulesExcept: schemaHasRulesExcept, + schemaUnknownRules: schemaUnknownRules, + toQuotedString: toQuotedString, + getPathExpr: getPathExpr, + getPath: getPath, + getData: getData, + unescapeFragment: unescapeFragment, + unescapeJsonPointer: unescapeJsonPointer, + escapeFragment: escapeFragment, + escapeJsonPointer: escapeJsonPointer +}; + + +function copy(o, to) { + to = to || {}; + for (var key in o) to[key] = o[key]; + return to; +} + + +function checkDataType(dataType, data, strictNumbers, negate) { + var EQUAL = negate ? ' !== ' : ' === ' + , AND = negate ? ' || ' : ' && ' + , OK = negate ? '!' : '' + , NOT = negate ? '' : '!'; + switch (dataType) { + case 'null': return data + EQUAL + 'null'; + case 'array': return OK + 'Array.isArray(' + data + ')'; + case 'object': return '(' + OK + data + AND + + 'typeof ' + data + EQUAL + '"object"' + AND + + NOT + 'Array.isArray(' + data + '))'; + case 'integer': return '(typeof ' + data + EQUAL + '"number"' + AND + + NOT + '(' + data + ' % 1)' + + AND + data + EQUAL + data + + (strictNumbers ? (AND + OK + 'isFinite(' + data + ')') : '') + ')'; + case 'number': return '(typeof ' + data + EQUAL + '"' + dataType + '"' + + (strictNumbers ? (AND + OK + 'isFinite(' + data + ')') : '') + ')'; + default: return 'typeof ' + data + EQUAL + '"' + dataType + '"'; + } +} + + +function checkDataTypes(dataTypes, data, strictNumbers) { + switch (dataTypes.length) { + case 1: return checkDataType(dataTypes[0], data, strictNumbers, true); + default: + var code = ''; + var types = toHash(dataTypes); + if (types.array && types.object) { + code = types.null ? '(': '(!' + data + ' || '; + code += 'typeof ' + data + ' !== "object")'; + delete types.null; + delete types.array; + delete types.object; + } + if (types.number) delete types.integer; + for (var t in types) + code += (code ? ' && ' : '' ) + checkDataType(t, data, strictNumbers, true); + + return code; + } +} + + +var COERCE_TO_TYPES = toHash([ 'string', 'number', 'integer', 'boolean', 'null' ]); +function coerceToTypes(optionCoerceTypes, dataTypes) { + if (Array.isArray(dataTypes)) { + var types = []; + for (var i=0; i= lvl) throw new Error('Cannot access property/index ' + up + ' levels up, current level is ' + lvl); + return paths[lvl - up]; + } + + if (up > lvl) throw new Error('Cannot access data ' + up + ' levels up, current level is ' + lvl); + data = 'data' + ((lvl - up) || ''); + if (!jsonPointer) return data; + } + + var expr = data; + var segments = jsonPointer.split('/'); + for (var i=0; i', + $notOp = $isMax ? '>' : '<', + $errorKeyword = undefined; + if (!($isData || typeof $schema == 'number' || $schema === undefined)) { + throw new Error($keyword + ' must be number'); + } + if (!($isDataExcl || $schemaExcl === undefined || typeof $schemaExcl == 'number' || typeof $schemaExcl == 'boolean')) { + throw new Error($exclusiveKeyword + ' must be number or boolean'); + } + if ($isDataExcl) { + var $schemaValueExcl = it.util.getData($schemaExcl.$data, $dataLvl, it.dataPathArr), + $exclusive = 'exclusive' + $lvl, + $exclType = 'exclType' + $lvl, + $exclIsNumber = 'exclIsNumber' + $lvl, + $opExpr = 'op' + $lvl, + $opStr = '\' + ' + $opExpr + ' + \''; + out += ' var schemaExcl' + ($lvl) + ' = ' + ($schemaValueExcl) + '; '; + $schemaValueExcl = 'schemaExcl' + $lvl; + out += ' var ' + ($exclusive) + '; var ' + ($exclType) + ' = typeof ' + ($schemaValueExcl) + '; if (' + ($exclType) + ' != \'boolean\' && ' + ($exclType) + ' != \'undefined\' && ' + ($exclType) + ' != \'number\') { '; + var $errorKeyword = $exclusiveKeyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_exclusiveLimit') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'' + ($exclusiveKeyword) + ' should be boolean\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($exclType) + ' == \'number\' ? ( (' + ($exclusive) + ' = ' + ($schemaValue) + ' === undefined || ' + ($schemaValueExcl) + ' ' + ($op) + '= ' + ($schemaValue) + ') ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaValueExcl) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) : ( (' + ($exclusive) + ' = ' + ($schemaValueExcl) + ' === true) ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaValue) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) || ' + ($data) + ' !== ' + ($data) + ') { var op' + ($lvl) + ' = ' + ($exclusive) + ' ? \'' + ($op) + '\' : \'' + ($op) + '=\'; '; + if ($schema === undefined) { + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $schemaValue = $schemaValueExcl; + $isData = $isDataExcl; + } + } else { + var $exclIsNumber = typeof $schemaExcl == 'number', + $opStr = $op; + if ($exclIsNumber && $isData) { + var $opExpr = '\'' + $opStr + '\''; + out += ' if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ( ' + ($schemaValue) + ' === undefined || ' + ($schemaExcl) + ' ' + ($op) + '= ' + ($schemaValue) + ' ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaExcl) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) || ' + ($data) + ' !== ' + ($data) + ') { '; + } else { + if ($exclIsNumber && $schema === undefined) { + $exclusive = true; + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $schemaValue = $schemaExcl; + $notOp += '='; + } else { + if ($exclIsNumber) $schemaValue = Math[$isMax ? 'min' : 'max']($schemaExcl, $schema); + if ($schemaExcl === ($exclIsNumber ? $schemaValue : true)) { + $exclusive = true; + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $notOp += '='; + } else { + $exclusive = false; + $opStr += '='; + } + } + var $opExpr = '\'' + $opStr + '\''; + out += ' if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' || ' + ($data) + ' !== ' + ($data) + ') { '; + } + } + $errorKeyword = $errorKeyword || $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limit') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { comparison: ' + ($opExpr) + ', limit: ' + ($schemaValue) + ', exclusive: ' + ($exclusive) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be ' + ($opStr) + ' '; + if ($isData) { + out += '\' + ' + ($schemaValue); + } else { + out += '' + ($schemaValue) + '\''; + } + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],14:[function(require,module,exports){ +'use strict'; +module.exports = function generate__limitItems(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxItems' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($data) + '.length ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have '; + if ($keyword == 'maxItems') { + out += 'more'; + } else { + out += 'fewer'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' items\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],15:[function(require,module,exports){ +'use strict'; +module.exports = function generate__limitLength(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxLength' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + if (it.opts.unicode === false) { + out += ' ' + ($data) + '.length '; + } else { + out += ' ucs2length(' + ($data) + ') '; + } + out += ' ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitLength') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be '; + if ($keyword == 'maxLength') { + out += 'longer'; + } else { + out += 'shorter'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' characters\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],16:[function(require,module,exports){ +'use strict'; +module.exports = function generate__limitProperties(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxProperties' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' Object.keys(' + ($data) + ').length ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitProperties') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have '; + if ($keyword == 'maxProperties') { + out += 'more'; + } else { + out += 'fewer'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' properties\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],17:[function(require,module,exports){ +'use strict'; +module.exports = function generate_allOf(it, $keyword, $ruleType) { + var out = ' '; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $currentBaseId = $it.baseId, + $allSchemasEmpty = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $allSchemasEmpty = false; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if ($breakOnError) { + if ($allSchemasEmpty) { + out += ' if (true) { '; + } else { + out += ' ' + ($closingBraces.slice(0, -1)) + ' '; + } + } + return out; +} + +},{}],18:[function(require,module,exports){ +'use strict'; +module.exports = function generate_anyOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $noEmptySchema = $schema.every(function($sch) { + return (it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all)); + }); + if ($noEmptySchema) { + var $currentBaseId = $it.baseId; + out += ' var ' + ($errs) + ' = errors; var ' + ($valid) + ' = false; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($valid) + ' || ' + ($nextValid) + '; if (!' + ($valid) + ') { '; + $closingBraces += '}'; + } + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($closingBraces) + ' if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('anyOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should match some schema in anyOf\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += ' } else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + if (it.opts.allErrors) { + out += ' } '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} + +},{}],19:[function(require,module,exports){ +'use strict'; +module.exports = function generate_comment(it, $keyword, $ruleType) { + var out = ' '; + var $schema = it.schema[$keyword]; + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $comment = it.util.toQuotedString($schema); + if (it.opts.$comment === true) { + out += ' console.log(' + ($comment) + ');'; + } else if (typeof it.opts.$comment == 'function') { + out += ' self._opts.$comment(' + ($comment) + ', ' + (it.util.toQuotedString($errSchemaPath)) + ', validate.root.schema);'; + } + return out; +} + +},{}],20:[function(require,module,exports){ +'use strict'; +module.exports = function generate_const(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!$isData) { + out += ' var schema' + ($lvl) + ' = validate.schema' + ($schemaPath) + ';'; + } + out += 'var ' + ($valid) + ' = equal(' + ($data) + ', schema' + ($lvl) + '); if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('const') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { allowedValue: schema' + ($lvl) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be equal to constant\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' }'; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],21:[function(require,module,exports){ +'use strict'; +module.exports = function generate_contains(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $idx = 'i' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $currentBaseId = it.baseId, + $nonEmptySchema = (it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all)); + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if ($nonEmptySchema) { + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($nextValid) + ' = false; for (var ' + ($idx) + ' = 0; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' if (' + ($nextValid) + ') break; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($closingBraces) + ' if (!' + ($nextValid) + ') {'; + } else { + out += ' if (' + ($data) + '.length == 0) {'; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('contains') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should contain a valid item\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + if ($nonEmptySchema) { + out += ' errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + } + if (it.opts.allErrors) { + out += ' } '; + } + return out; +} + +},{}],22:[function(require,module,exports){ +'use strict'; +module.exports = function generate_custom(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $rule = this, + $definition = 'definition' + $lvl, + $rDef = $rule.definition, + $closingBraces = ''; + var $compile, $inline, $macro, $ruleValidate, $validateCode; + if ($isData && $rDef.$data) { + $validateCode = 'keywordValidate' + $lvl; + var $validateSchema = $rDef.validateSchema; + out += ' var ' + ($definition) + ' = RULES.custom[\'' + ($keyword) + '\'].definition; var ' + ($validateCode) + ' = ' + ($definition) + '.validate;'; + } else { + $ruleValidate = it.useCustomRule($rule, $schema, it.schema, it); + if (!$ruleValidate) return; + $schemaValue = 'validate.schema' + $schemaPath; + $validateCode = $ruleValidate.code; + $compile = $rDef.compile; + $inline = $rDef.inline; + $macro = $rDef.macro; + } + var $ruleErrs = $validateCode + '.errors', + $i = 'i' + $lvl, + $ruleErr = 'ruleErr' + $lvl, + $asyncKeyword = $rDef.async; + if ($asyncKeyword && !it.async) throw new Error('async keyword in sync schema'); + if (!($inline || $macro)) { + out += '' + ($ruleErrs) + ' = null;'; + } + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if ($isData && $rDef.$data) { + $closingBraces += '}'; + out += ' if (' + ($schemaValue) + ' === undefined) { ' + ($valid) + ' = true; } else { '; + if ($validateSchema) { + $closingBraces += '}'; + out += ' ' + ($valid) + ' = ' + ($definition) + '.validateSchema(' + ($schemaValue) + '); if (' + ($valid) + ') { '; + } + } + if ($inline) { + if ($rDef.statements) { + out += ' ' + ($ruleValidate.validate) + ' '; + } else { + out += ' ' + ($valid) + ' = ' + ($ruleValidate.validate) + '; '; + } + } else if ($macro) { + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + $it.schema = $ruleValidate.validate; + $it.schemaPath = ''; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var $code = it.validate($it).replace(/validate\.schema/g, $validateCode); + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($code); + } else { + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; + out += ' ' + ($validateCode) + '.call( '; + if (it.opts.passContext) { + out += 'this'; + } else { + out += 'self'; + } + if ($compile || $rDef.schema === false) { + out += ' , ' + ($data) + ' '; + } else { + out += ' , ' + ($schemaValue) + ' , ' + ($data) + ' , validate.schema' + (it.schemaPath) + ' '; + } + out += ' , (dataPath || \'\')'; + if (it.errorPath != '""') { + out += ' + ' + (it.errorPath); + } + var $parentData = $dataLvl ? 'data' + (($dataLvl - 1) || '') : 'parentData', + $parentDataProperty = $dataLvl ? it.dataPathArr[$dataLvl] : 'parentDataProperty'; + out += ' , ' + ($parentData) + ' , ' + ($parentDataProperty) + ' , rootData ) '; + var def_callRuleValidate = out; + out = $$outStack.pop(); + if ($rDef.errors === false) { + out += ' ' + ($valid) + ' = '; + if ($asyncKeyword) { + out += 'await '; + } + out += '' + (def_callRuleValidate) + '; '; + } else { + if ($asyncKeyword) { + $ruleErrs = 'customErrors' + $lvl; + out += ' var ' + ($ruleErrs) + ' = null; try { ' + ($valid) + ' = await ' + (def_callRuleValidate) + '; } catch (e) { ' + ($valid) + ' = false; if (e instanceof ValidationError) ' + ($ruleErrs) + ' = e.errors; else throw e; } '; + } else { + out += ' ' + ($ruleErrs) + ' = null; ' + ($valid) + ' = ' + (def_callRuleValidate) + '; '; + } + } + } + if ($rDef.modifying) { + out += ' if (' + ($parentData) + ') ' + ($data) + ' = ' + ($parentData) + '[' + ($parentDataProperty) + '];'; + } + out += '' + ($closingBraces); + if ($rDef.valid) { + if ($breakOnError) { + out += ' if (true) { '; + } + } else { + out += ' if ( '; + if ($rDef.valid === undefined) { + out += ' !'; + if ($macro) { + out += '' + ($nextValid); + } else { + out += '' + ($valid); + } + } else { + out += ' ' + (!$rDef.valid) + ' '; + } + out += ') { '; + $errorKeyword = $rule.keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'custom') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { keyword: \'' + ($rule.keyword) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should pass "' + ($rule.keyword) + '" keyword validation\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + var def_customError = out; + out = $$outStack.pop(); + if ($inline) { + if ($rDef.errors) { + if ($rDef.errors != 'full') { + out += ' for (var ' + ($i) + '=' + ($errs) + '; ' + ($i) + ' 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + out += ' ' + ($nextValid) + ' = true; if ( ' + ($data) + (it.util.getProperty($property)) + ' !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($property)) + '\') '; + } + out += ') { '; + $it.schema = $sch; + $it.schemaPath = $schemaPath + it.util.getProperty($property); + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($property); + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} + +},{}],24:[function(require,module,exports){ +'use strict'; +module.exports = function generate_enum(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $i = 'i' + $lvl, + $vSchema = 'schema' + $lvl; + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + ';'; + } + out += 'var ' + ($valid) + ';'; + if ($isData) { + out += ' if (schema' + ($lvl) + ' === undefined) ' + ($valid) + ' = true; else if (!Array.isArray(schema' + ($lvl) + ')) ' + ($valid) + ' = false; else {'; + } + out += '' + ($valid) + ' = false;for (var ' + ($i) + '=0; ' + ($i) + '<' + ($vSchema) + '.length; ' + ($i) + '++) if (equal(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + '])) { ' + ($valid) + ' = true; break; }'; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('enum') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { allowedValues: schema' + ($lvl) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be equal to one of the allowed values\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' }'; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],25:[function(require,module,exports){ +'use strict'; +module.exports = function generate_format(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + if (it.opts.format === false) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $unknownFormats = it.opts.unknownFormats, + $allowUnknown = Array.isArray($unknownFormats); + if ($isData) { + var $format = 'format' + $lvl, + $isObject = 'isObject' + $lvl, + $formatType = 'formatType' + $lvl; + out += ' var ' + ($format) + ' = formats[' + ($schemaValue) + ']; var ' + ($isObject) + ' = typeof ' + ($format) + ' == \'object\' && !(' + ($format) + ' instanceof RegExp) && ' + ($format) + '.validate; var ' + ($formatType) + ' = ' + ($isObject) + ' && ' + ($format) + '.type || \'string\'; if (' + ($isObject) + ') { '; + if (it.async) { + out += ' var async' + ($lvl) + ' = ' + ($format) + '.async; '; + } + out += ' ' + ($format) + ' = ' + ($format) + '.validate; } if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'string\') || '; + } + out += ' ('; + if ($unknownFormats != 'ignore') { + out += ' (' + ($schemaValue) + ' && !' + ($format) + ' '; + if ($allowUnknown) { + out += ' && self._opts.unknownFormats.indexOf(' + ($schemaValue) + ') == -1 '; + } + out += ') || '; + } + out += ' (' + ($format) + ' && ' + ($formatType) + ' == \'' + ($ruleType) + '\' && !(typeof ' + ($format) + ' == \'function\' ? '; + if (it.async) { + out += ' (async' + ($lvl) + ' ? await ' + ($format) + '(' + ($data) + ') : ' + ($format) + '(' + ($data) + ')) '; + } else { + out += ' ' + ($format) + '(' + ($data) + ') '; + } + out += ' : ' + ($format) + '.test(' + ($data) + '))))) {'; + } else { + var $format = it.formats[$schema]; + if (!$format) { + if ($unknownFormats == 'ignore') { + it.logger.warn('unknown format "' + $schema + '" ignored in schema at path "' + it.errSchemaPath + '"'); + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } else if ($allowUnknown && $unknownFormats.indexOf($schema) >= 0) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } else { + throw new Error('unknown format "' + $schema + '" is used in schema at path "' + it.errSchemaPath + '"'); + } + } + var $isObject = typeof $format == 'object' && !($format instanceof RegExp) && $format.validate; + var $formatType = $isObject && $format.type || 'string'; + if ($isObject) { + var $async = $format.async === true; + $format = $format.validate; + } + if ($formatType != $ruleType) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } + if ($async) { + if (!it.async) throw new Error('async format in sync schema'); + var $formatRef = 'formats' + it.util.getProperty($schema) + '.validate'; + out += ' if (!(await ' + ($formatRef) + '(' + ($data) + '))) { '; + } else { + out += ' if (! '; + var $formatRef = 'formats' + it.util.getProperty($schema); + if ($isObject) $formatRef += '.validate'; + if (typeof $format == 'function') { + out += ' ' + ($formatRef) + '(' + ($data) + ') '; + } else { + out += ' ' + ($formatRef) + '.test(' + ($data) + ') '; + } + out += ') { '; + } + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('format') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { format: '; + if ($isData) { + out += '' + ($schemaValue); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match format "'; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + (it.util.escapeQuotes($schema)); + } + out += '"\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],26:[function(require,module,exports){ +'use strict'; +module.exports = function generate_if(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + $it.level++; + var $nextValid = 'valid' + $it.level; + var $thenSch = it.schema['then'], + $elseSch = it.schema['else'], + $thenPresent = $thenSch !== undefined && (it.opts.strictKeywords ? (typeof $thenSch == 'object' && Object.keys($thenSch).length > 0) || $thenSch === false : it.util.schemaHasRules($thenSch, it.RULES.all)), + $elsePresent = $elseSch !== undefined && (it.opts.strictKeywords ? (typeof $elseSch == 'object' && Object.keys($elseSch).length > 0) || $elseSch === false : it.util.schemaHasRules($elseSch, it.RULES.all)), + $currentBaseId = $it.baseId; + if ($thenPresent || $elsePresent) { + var $ifClause; + $it.createErrors = false; + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($errs) + ' = errors; var ' + ($valid) + ' = true; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + $it.createErrors = true; + out += ' errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + if ($thenPresent) { + out += ' if (' + ($nextValid) + ') { '; + $it.schema = it.schema['then']; + $it.schemaPath = it.schemaPath + '.then'; + $it.errSchemaPath = it.errSchemaPath + '/then'; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($nextValid) + '; '; + if ($thenPresent && $elsePresent) { + $ifClause = 'ifClause' + $lvl; + out += ' var ' + ($ifClause) + ' = \'then\'; '; + } else { + $ifClause = '\'then\''; + } + out += ' } '; + if ($elsePresent) { + out += ' else { '; + } + } else { + out += ' if (!' + ($nextValid) + ') { '; + } + if ($elsePresent) { + $it.schema = it.schema['else']; + $it.schemaPath = it.schemaPath + '.else'; + $it.errSchemaPath = it.errSchemaPath + '/else'; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($nextValid) + '; '; + if ($thenPresent && $elsePresent) { + $ifClause = 'ifClause' + $lvl; + out += ' var ' + ($ifClause) + ' = \'else\'; '; + } else { + $ifClause = '\'else\''; + } + out += ' } '; + } + out += ' if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('if') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { failingKeyword: ' + ($ifClause) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match "\' + ' + ($ifClause) + ' + \'" schema\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} + +},{}],27:[function(require,module,exports){ +'use strict'; + +//all requires must be explicit because browserify won't work with dynamic requires +module.exports = { + '$ref': require('./ref'), + allOf: require('./allOf'), + anyOf: require('./anyOf'), + '$comment': require('./comment'), + const: require('./const'), + contains: require('./contains'), + dependencies: require('./dependencies'), + 'enum': require('./enum'), + format: require('./format'), + 'if': require('./if'), + items: require('./items'), + maximum: require('./_limit'), + minimum: require('./_limit'), + maxItems: require('./_limitItems'), + minItems: require('./_limitItems'), + maxLength: require('./_limitLength'), + minLength: require('./_limitLength'), + maxProperties: require('./_limitProperties'), + minProperties: require('./_limitProperties'), + multipleOf: require('./multipleOf'), + not: require('./not'), + oneOf: require('./oneOf'), + pattern: require('./pattern'), + properties: require('./properties'), + propertyNames: require('./propertyNames'), + required: require('./required'), + uniqueItems: require('./uniqueItems'), + validate: require('./validate') +}; + +},{"./_limit":13,"./_limitItems":14,"./_limitLength":15,"./_limitProperties":16,"./allOf":17,"./anyOf":18,"./comment":19,"./const":20,"./contains":21,"./dependencies":23,"./enum":24,"./format":25,"./if":26,"./items":28,"./multipleOf":29,"./not":30,"./oneOf":31,"./pattern":32,"./properties":33,"./propertyNames":34,"./ref":35,"./required":36,"./uniqueItems":37,"./validate":38}],28:[function(require,module,exports){ +'use strict'; +module.exports = function generate_items(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $idx = 'i' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $currentBaseId = it.baseId; + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if (Array.isArray($schema)) { + var $additionalItems = it.schema.additionalItems; + if ($additionalItems === false) { + out += ' ' + ($valid) + ' = ' + ($data) + '.length <= ' + ($schema.length) + '; '; + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalItems'; + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('additionalItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schema.length) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have more than ' + ($schema.length) + ' items\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + $errSchemaPath = $currErrSchemaPath; + if ($breakOnError) { + $closingBraces += '}'; + out += ' else { '; + } + } + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + out += ' ' + ($nextValid) + ' = true; if (' + ($data) + '.length > ' + ($i) + ') { '; + var $passData = $data + '[' + $i + ']'; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + $it.errorPath = it.util.getPathExpr(it.errorPath, $i, it.opts.jsonPointers, true); + $it.dataPathArr[$dataNxt] = $i; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if (typeof $additionalItems == 'object' && (it.opts.strictKeywords ? (typeof $additionalItems == 'object' && Object.keys($additionalItems).length > 0) || $additionalItems === false : it.util.schemaHasRules($additionalItems, it.RULES.all))) { + $it.schema = $additionalItems; + $it.schemaPath = it.schemaPath + '.additionalItems'; + $it.errSchemaPath = it.errSchemaPath + '/additionalItems'; + out += ' ' + ($nextValid) + ' = true; if (' + ($data) + '.length > ' + ($schema.length) + ') { for (var ' + ($idx) + ' = ' + ($schema.length) + '; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' } } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } else if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' for (var ' + ($idx) + ' = ' + (0) + '; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' }'; + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} + +},{}],29:[function(require,module,exports){ +'use strict'; +module.exports = function generate_multipleOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + out += 'var division' + ($lvl) + ';if ('; + if ($isData) { + out += ' ' + ($schemaValue) + ' !== undefined && ( typeof ' + ($schemaValue) + ' != \'number\' || '; + } + out += ' (division' + ($lvl) + ' = ' + ($data) + ' / ' + ($schemaValue) + ', '; + if (it.opts.multipleOfPrecision) { + out += ' Math.abs(Math.round(division' + ($lvl) + ') - division' + ($lvl) + ') > 1e-' + (it.opts.multipleOfPrecision) + ' '; + } else { + out += ' division' + ($lvl) + ' !== parseInt(division' + ($lvl) + ') '; + } + out += ' ) '; + if ($isData) { + out += ' ) '; + } + out += ' ) { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('multipleOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { multipleOf: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be multiple of '; + if ($isData) { + out += '\' + ' + ($schemaValue); + } else { + out += '' + ($schemaValue) + '\''; + } + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],30:[function(require,module,exports){ +'use strict'; +module.exports = function generate_not(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + $it.level++; + var $nextValid = 'valid' + $it.level; + if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($errs) + ' = errors; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.createErrors = false; + var $allErrorsOption; + if ($it.opts.allErrors) { + $allErrorsOption = $it.opts.allErrors; + $it.opts.allErrors = false; + } + out += ' ' + (it.validate($it)) + ' '; + $it.createErrors = true; + if ($allErrorsOption) $it.opts.allErrors = $allErrorsOption; + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' if (' + ($nextValid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('not') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be valid\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + if (it.opts.allErrors) { + out += ' } '; + } + } else { + out += ' var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('not') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be valid\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if ($breakOnError) { + out += ' if (false) { '; + } + } + return out; +} + +},{}],31:[function(require,module,exports){ +'use strict'; +module.exports = function generate_oneOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $currentBaseId = $it.baseId, + $prevValid = 'prevValid' + $lvl, + $passingSchemas = 'passingSchemas' + $lvl; + out += 'var ' + ($errs) + ' = errors , ' + ($prevValid) + ' = false , ' + ($valid) + ' = false , ' + ($passingSchemas) + ' = null; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + } else { + out += ' var ' + ($nextValid) + ' = true; '; + } + if ($i) { + out += ' if (' + ($nextValid) + ' && ' + ($prevValid) + ') { ' + ($valid) + ' = false; ' + ($passingSchemas) + ' = [' + ($passingSchemas) + ', ' + ($i) + ']; } else { '; + $closingBraces += '}'; + } + out += ' if (' + ($nextValid) + ') { ' + ($valid) + ' = ' + ($prevValid) + ' = true; ' + ($passingSchemas) + ' = ' + ($i) + '; }'; + } + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += '' + ($closingBraces) + 'if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('oneOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { passingSchemas: ' + ($passingSchemas) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match exactly one schema in oneOf\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += '} else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; }'; + if (it.opts.allErrors) { + out += ' } '; + } + return out; +} + +},{}],32:[function(require,module,exports){ +'use strict'; +module.exports = function generate_pattern(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $regexp = $isData ? '(new RegExp(' + $schemaValue + '))' : it.usePattern($schema); + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'string\') || '; + } + out += ' !' + ($regexp) + '.test(' + ($data) + ') ) { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('pattern') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { pattern: '; + if ($isData) { + out += '' + ($schemaValue); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match pattern "'; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + (it.util.escapeQuotes($schema)); + } + out += '"\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],33:[function(require,module,exports){ +'use strict'; +module.exports = function generate_properties(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $key = 'key' + $lvl, + $idx = 'idx' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $dataProperties = 'dataProperties' + $lvl; + var $schemaKeys = Object.keys($schema || {}).filter(notProto), + $pProperties = it.schema.patternProperties || {}, + $pPropertyKeys = Object.keys($pProperties).filter(notProto), + $aProperties = it.schema.additionalProperties, + $someProperties = $schemaKeys.length || $pPropertyKeys.length, + $noAdditional = $aProperties === false, + $additionalIsSchema = typeof $aProperties == 'object' && Object.keys($aProperties).length, + $removeAdditional = it.opts.removeAdditional, + $checkAdditional = $noAdditional || $additionalIsSchema || $removeAdditional, + $ownProperties = it.opts.ownProperties, + $currentBaseId = it.baseId; + var $required = it.schema.required; + if ($required && !(it.opts.$data && $required.$data) && $required.length < it.opts.loopRequired) { + var $requiredHash = it.util.toHash($required); + } + + function notProto(p) { + return p !== '__proto__'; + } + out += 'var ' + ($errs) + ' = errors;var ' + ($nextValid) + ' = true;'; + if ($ownProperties) { + out += ' var ' + ($dataProperties) + ' = undefined;'; + } + if ($checkAdditional) { + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + if ($someProperties) { + out += ' var isAdditional' + ($lvl) + ' = !(false '; + if ($schemaKeys.length) { + if ($schemaKeys.length > 8) { + out += ' || validate.schema' + ($schemaPath) + '.hasOwnProperty(' + ($key) + ') '; + } else { + var arr1 = $schemaKeys; + if (arr1) { + var $propertyKey, i1 = -1, + l1 = arr1.length - 1; + while (i1 < l1) { + $propertyKey = arr1[i1 += 1]; + out += ' || ' + ($key) + ' == ' + (it.util.toQuotedString($propertyKey)) + ' '; + } + } + } + } + if ($pPropertyKeys.length) { + var arr2 = $pPropertyKeys; + if (arr2) { + var $pProperty, $i = -1, + l2 = arr2.length - 1; + while ($i < l2) { + $pProperty = arr2[$i += 1]; + out += ' || ' + (it.usePattern($pProperty)) + '.test(' + ($key) + ') '; + } + } + } + out += ' ); if (isAdditional' + ($lvl) + ') { '; + } + if ($removeAdditional == 'all') { + out += ' delete ' + ($data) + '[' + ($key) + ']; '; + } else { + var $currentErrorPath = it.errorPath; + var $additionalProperty = '\' + ' + $key + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + } + if ($noAdditional) { + if ($removeAdditional) { + out += ' delete ' + ($data) + '[' + ($key) + ']; '; + } else { + out += ' ' + ($nextValid) + ' = false; '; + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalProperties'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('additionalProperties') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { additionalProperty: \'' + ($additionalProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is an invalid additional property'; + } else { + out += 'should NOT have additional properties'; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + $errSchemaPath = $currErrSchemaPath; + if ($breakOnError) { + out += ' break; '; + } + } + } else if ($additionalIsSchema) { + if ($removeAdditional == 'failing') { + out += ' var ' + ($errs) + ' = errors; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.schema = $aProperties; + $it.schemaPath = it.schemaPath + '.additionalProperties'; + $it.errSchemaPath = it.errSchemaPath + '/additionalProperties'; + $it.errorPath = it.opts._errorDataPathProperty ? it.errorPath : it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' if (!' + ($nextValid) + ') { errors = ' + ($errs) + '; if (validate.errors !== null) { if (errors) validate.errors.length = errors; else validate.errors = null; } delete ' + ($data) + '[' + ($key) + ']; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + } else { + $it.schema = $aProperties; + $it.schemaPath = it.schemaPath + '.additionalProperties'; + $it.errSchemaPath = it.errSchemaPath + '/additionalProperties'; + $it.errorPath = it.opts._errorDataPathProperty ? it.errorPath : it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + } + } + it.errorPath = $currentErrorPath; + } + if ($someProperties) { + out += ' } '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + var $useDefaults = it.opts.useDefaults && !it.compositeRule; + if ($schemaKeys.length) { + var arr3 = $schemaKeys; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $sch = $schema[$propertyKey]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + var $prop = it.util.getProperty($propertyKey), + $passData = $data + $prop, + $hasDefault = $useDefaults && $sch.default !== undefined; + $it.schema = $sch; + $it.schemaPath = $schemaPath + $prop; + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($propertyKey); + $it.errorPath = it.util.getPath(it.errorPath, $propertyKey, it.opts.jsonPointers); + $it.dataPathArr[$dataNxt] = it.util.toQuotedString($propertyKey); + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + $code = it.util.varReplace($code, $nextData, $passData); + var $useData = $passData; + } else { + var $useData = $nextData; + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; '; + } + if ($hasDefault) { + out += ' ' + ($code) + ' '; + } else { + if ($requiredHash && $requiredHash[$propertyKey]) { + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { ' + ($nextValid) + ' = false; '; + var $currentErrorPath = it.errorPath, + $currErrSchemaPath = $errSchemaPath, + $missingProperty = it.util.escapeQuotes($propertyKey); + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + $errSchemaPath = it.errSchemaPath + '/required'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + $errSchemaPath = $currErrSchemaPath; + it.errorPath = $currentErrorPath; + out += ' } else { '; + } else { + if ($breakOnError) { + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { ' + ($nextValid) + ' = true; } else { '; + } else { + out += ' if (' + ($useData) + ' !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ' ) { '; + } + } + out += ' ' + ($code) + ' } '; + } + } + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if ($pPropertyKeys.length) { + var arr4 = $pPropertyKeys; + if (arr4) { + var $pProperty, i4 = -1, + l4 = arr4.length - 1; + while (i4 < l4) { + $pProperty = arr4[i4 += 1]; + var $sch = $pProperties[$pProperty]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $it.schema = $sch; + $it.schemaPath = it.schemaPath + '.patternProperties' + it.util.getProperty($pProperty); + $it.errSchemaPath = it.errSchemaPath + '/patternProperties/' + it.util.escapeFragment($pProperty); + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + out += ' if (' + (it.usePattern($pProperty)) + '.test(' + ($key) + ')) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else ' + ($nextValid) + ' = true; '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} + +},{}],34:[function(require,module,exports){ +'use strict'; +module.exports = function generate_propertyNames(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + out += 'var ' + ($errs) + ' = errors;'; + if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + var $key = 'key' + $lvl, + $idx = 'idx' + $lvl, + $i = 'i' + $lvl, + $invalidName = '\' + ' + $key + ' + \'', + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $dataProperties = 'dataProperties' + $lvl, + $ownProperties = it.opts.ownProperties, + $currentBaseId = it.baseId; + if ($ownProperties) { + out += ' var ' + ($dataProperties) + ' = undefined; '; + } + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + out += ' var startErrs' + ($lvl) + ' = errors; '; + var $passData = $key; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' if (!' + ($nextValid) + ') { for (var ' + ($i) + '=startErrs' + ($lvl) + '; ' + ($i) + ' 0) || $propertySch === false : it.util.schemaHasRules($propertySch, it.RULES.all)))) { + $required[$required.length] = $property; + } + } + } + } else { + var $required = $schema; + } + } + if ($isData || $required.length) { + var $currentErrorPath = it.errorPath, + $loopRequired = $isData || $required.length >= it.opts.loopRequired, + $ownProperties = it.opts.ownProperties; + if ($breakOnError) { + out += ' var missing' + ($lvl) + '; '; + if ($loopRequired) { + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + '; '; + } + var $i = 'i' + $lvl, + $propertyPath = 'schema' + $lvl + '[' + $i + ']', + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr($currentErrorPath, $propertyPath, it.opts.jsonPointers); + } + out += ' var ' + ($valid) + ' = true; '; + if ($isData) { + out += ' if (schema' + ($lvl) + ' === undefined) ' + ($valid) + ' = true; else if (!Array.isArray(schema' + ($lvl) + ')) ' + ($valid) + ' = false; else {'; + } + out += ' for (var ' + ($i) + ' = 0; ' + ($i) + ' < ' + ($vSchema) + '.length; ' + ($i) + '++) { ' + ($valid) + ' = ' + ($data) + '[' + ($vSchema) + '[' + ($i) + ']] !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + ']) '; + } + out += '; if (!' + ($valid) + ') break; } '; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + } else { + out += ' if ( '; + var arr2 = $required; + if (arr2) { + var $propertyKey, $i = -1, + l2 = arr2.length - 1; + while ($i < l2) { + $propertyKey = arr2[$i += 1]; + if ($i) { + out += ' || '; + } + var $prop = it.util.getProperty($propertyKey), + $useData = $data + $prop; + out += ' ( ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') && (missing' + ($lvl) + ' = ' + (it.util.toQuotedString(it.opts.jsonPointers ? $propertyKey : $prop)) + ') ) '; + } + } + out += ') { '; + var $propertyPath = 'missing' + $lvl, + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.opts.jsonPointers ? it.util.getPathExpr($currentErrorPath, $propertyPath, true) : $currentErrorPath + ' + ' + $propertyPath; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + } + } else { + if ($loopRequired) { + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + '; '; + } + var $i = 'i' + $lvl, + $propertyPath = 'schema' + $lvl + '[' + $i + ']', + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr($currentErrorPath, $propertyPath, it.opts.jsonPointers); + } + if ($isData) { + out += ' if (' + ($vSchema) + ' && !Array.isArray(' + ($vSchema) + ')) { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } else if (' + ($vSchema) + ' !== undefined) { '; + } + out += ' for (var ' + ($i) + ' = 0; ' + ($i) + ' < ' + ($vSchema) + '.length; ' + ($i) + '++) { if (' + ($data) + '[' + ($vSchema) + '[' + ($i) + ']] === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + ']) '; + } + out += ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } } '; + if ($isData) { + out += ' } '; + } + } else { + var arr3 = $required; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $prop = it.util.getProperty($propertyKey), + $missingProperty = it.util.escapeQuotes($propertyKey), + $useData = $data + $prop; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } '; + } + } + } + } + it.errorPath = $currentErrorPath; + } else if ($breakOnError) { + out += ' if (true) {'; + } + return out; +} + +},{}],37:[function(require,module,exports){ +'use strict'; +module.exports = function generate_uniqueItems(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (($schema || $isData) && it.opts.uniqueItems !== false) { + if ($isData) { + out += ' var ' + ($valid) + '; if (' + ($schemaValue) + ' === false || ' + ($schemaValue) + ' === undefined) ' + ($valid) + ' = true; else if (typeof ' + ($schemaValue) + ' != \'boolean\') ' + ($valid) + ' = false; else { '; + } + out += ' var i = ' + ($data) + '.length , ' + ($valid) + ' = true , j; if (i > 1) { '; + var $itemType = it.schema.items && it.schema.items.type, + $typeIsArray = Array.isArray($itemType); + if (!$itemType || $itemType == 'object' || $itemType == 'array' || ($typeIsArray && ($itemType.indexOf('object') >= 0 || $itemType.indexOf('array') >= 0))) { + out += ' outer: for (;i--;) { for (j = i; j--;) { if (equal(' + ($data) + '[i], ' + ($data) + '[j])) { ' + ($valid) + ' = false; break outer; } } } '; + } else { + out += ' var itemIndices = {}, item; for (;i--;) { var item = ' + ($data) + '[i]; '; + var $method = 'checkDataType' + ($typeIsArray ? 's' : ''); + out += ' if (' + (it.util[$method]($itemType, 'item', it.opts.strictNumbers, true)) + ') continue; '; + if ($typeIsArray) { + out += ' if (typeof item == \'string\') item = \'"\' + item; '; + } + out += ' if (typeof itemIndices[item] == \'number\') { ' + ($valid) + ' = false; j = itemIndices[item]; break; } itemIndices[item] = i; } '; + } + out += ' } '; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('uniqueItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { i: i, j: j } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have duplicate items (items ## \' + j + \' and \' + i + \' are identical)\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} + +},{}],38:[function(require,module,exports){ +'use strict'; +module.exports = function generate_validate(it, $keyword, $ruleType) { + var out = ''; + var $async = it.schema.$async === true, + $refKeywords = it.util.schemaHasRulesExcept(it.schema, it.RULES.all, '$ref'), + $id = it.self._getId(it.schema); + if (it.opts.strictKeywords) { + var $unknownKwd = it.util.schemaUnknownRules(it.schema, it.RULES.keywords); + if ($unknownKwd) { + var $keywordsMsg = 'unknown keyword: ' + $unknownKwd; + if (it.opts.strictKeywords === 'log') it.logger.warn($keywordsMsg); + else throw new Error($keywordsMsg); + } + } + if (it.isTop) { + out += ' var validate = '; + if ($async) { + it.async = true; + out += 'async '; + } + out += 'function(data, dataPath, parentData, parentDataProperty, rootData) { \'use strict\'; '; + if ($id && (it.opts.sourceCode || it.opts.processCode)) { + out += ' ' + ('/\*# sourceURL=' + $id + ' */') + ' '; + } + } + if (typeof it.schema == 'boolean' || !($refKeywords || it.schema.$ref)) { + var $keyword = 'false schema'; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + if (it.schema === false) { + if (it.isTop) { + $breakOnError = true; + } else { + out += ' var ' + ($valid) + ' = false; '; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'false schema') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'boolean schema is false\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + } else { + if (it.isTop) { + if ($async) { + out += ' return data; '; + } else { + out += ' validate.errors = null; return true; '; + } + } else { + out += ' var ' + ($valid) + ' = true; '; + } + } + if (it.isTop) { + out += ' }; return validate; '; + } + return out; + } + if (it.isTop) { + var $top = it.isTop, + $lvl = it.level = 0, + $dataLvl = it.dataLevel = 0, + $data = 'data'; + it.rootId = it.resolve.fullPath(it.self._getId(it.root.schema)); + it.baseId = it.baseId || it.rootId; + delete it.isTop; + it.dataPathArr = [""]; + if (it.schema.default !== undefined && it.opts.useDefaults && it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored in the schema root'; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + out += ' var vErrors = null; '; + out += ' var errors = 0; '; + out += ' if (rootData === undefined) rootData = data; '; + } else { + var $lvl = it.level, + $dataLvl = it.dataLevel, + $data = 'data' + ($dataLvl || ''); + if ($id) it.baseId = it.resolve.url(it.baseId, $id); + if ($async && !it.async) throw new Error('async schema in sync schema'); + out += ' var errs_' + ($lvl) + ' = errors;'; + } + var $valid = 'valid' + $lvl, + $breakOnError = !it.opts.allErrors, + $closingBraces1 = '', + $closingBraces2 = ''; + var $errorKeyword; + var $typeSchema = it.schema.type, + $typeIsArray = Array.isArray($typeSchema); + if ($typeSchema && it.opts.nullable && it.schema.nullable === true) { + if ($typeIsArray) { + if ($typeSchema.indexOf('null') == -1) $typeSchema = $typeSchema.concat('null'); + } else if ($typeSchema != 'null') { + $typeSchema = [$typeSchema, 'null']; + $typeIsArray = true; + } + } + if ($typeIsArray && $typeSchema.length == 1) { + $typeSchema = $typeSchema[0]; + $typeIsArray = false; + } + if (it.schema.$ref && $refKeywords) { + if (it.opts.extendRefs == 'fail') { + throw new Error('$ref: validation keywords used in schema at path "' + it.errSchemaPath + '" (see option extendRefs)'); + } else if (it.opts.extendRefs !== true) { + $refKeywords = false; + it.logger.warn('$ref: keywords ignored in schema at path "' + it.errSchemaPath + '"'); + } + } + if (it.schema.$comment && it.opts.$comment) { + out += ' ' + (it.RULES.all.$comment.code(it, '$comment')); + } + if ($typeSchema) { + if (it.opts.coerceTypes) { + var $coerceToTypes = it.util.coerceToTypes(it.opts.coerceTypes, $typeSchema); + } + var $rulesGroup = it.RULES.types[$typeSchema]; + if ($coerceToTypes || $typeIsArray || $rulesGroup === true || ($rulesGroup && !$shouldUseGroup($rulesGroup))) { + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type'; + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type', + $method = $typeIsArray ? 'checkDataTypes' : 'checkDataType'; + out += ' if (' + (it.util[$method]($typeSchema, $data, it.opts.strictNumbers, true)) + ') { '; + if ($coerceToTypes) { + var $dataType = 'dataType' + $lvl, + $coerced = 'coerced' + $lvl; + out += ' var ' + ($dataType) + ' = typeof ' + ($data) + '; var ' + ($coerced) + ' = undefined; '; + if (it.opts.coerceTypes == 'array') { + out += ' if (' + ($dataType) + ' == \'object\' && Array.isArray(' + ($data) + ') && ' + ($data) + '.length == 1) { ' + ($data) + ' = ' + ($data) + '[0]; ' + ($dataType) + ' = typeof ' + ($data) + '; if (' + (it.util.checkDataType(it.schema.type, $data, it.opts.strictNumbers)) + ') ' + ($coerced) + ' = ' + ($data) + '; } '; + } + out += ' if (' + ($coerced) + ' !== undefined) ; '; + var arr1 = $coerceToTypes; + if (arr1) { + var $type, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $type = arr1[$i += 1]; + if ($type == 'string') { + out += ' else if (' + ($dataType) + ' == \'number\' || ' + ($dataType) + ' == \'boolean\') ' + ($coerced) + ' = \'\' + ' + ($data) + '; else if (' + ($data) + ' === null) ' + ($coerced) + ' = \'\'; '; + } else if ($type == 'number' || $type == 'integer') { + out += ' else if (' + ($dataType) + ' == \'boolean\' || ' + ($data) + ' === null || (' + ($dataType) + ' == \'string\' && ' + ($data) + ' && ' + ($data) + ' == +' + ($data) + ' '; + if ($type == 'integer') { + out += ' && !(' + ($data) + ' % 1)'; + } + out += ')) ' + ($coerced) + ' = +' + ($data) + '; '; + } else if ($type == 'boolean') { + out += ' else if (' + ($data) + ' === \'false\' || ' + ($data) + ' === 0 || ' + ($data) + ' === null) ' + ($coerced) + ' = false; else if (' + ($data) + ' === \'true\' || ' + ($data) + ' === 1) ' + ($coerced) + ' = true; '; + } else if ($type == 'null') { + out += ' else if (' + ($data) + ' === \'\' || ' + ($data) + ' === 0 || ' + ($data) + ' === false) ' + ($coerced) + ' = null; '; + } else if (it.opts.coerceTypes == 'array' && $type == 'array') { + out += ' else if (' + ($dataType) + ' == \'string\' || ' + ($dataType) + ' == \'number\' || ' + ($dataType) + ' == \'boolean\' || ' + ($data) + ' == null) ' + ($coerced) + ' = [' + ($data) + ']; '; + } + } + } + out += ' else { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } if (' + ($coerced) + ' !== undefined) { '; + var $parentData = $dataLvl ? 'data' + (($dataLvl - 1) || '') : 'parentData', + $parentDataProperty = $dataLvl ? it.dataPathArr[$dataLvl] : 'parentDataProperty'; + out += ' ' + ($data) + ' = ' + ($coerced) + '; '; + if (!$dataLvl) { + out += 'if (' + ($parentData) + ' !== undefined)'; + } + out += ' ' + ($parentData) + '[' + ($parentDataProperty) + '] = ' + ($coerced) + '; } '; + } else { + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + } + out += ' } '; + } + } + if (it.schema.$ref && !$refKeywords) { + out += ' ' + (it.RULES.all.$ref.code(it, '$ref')) + ' '; + if ($breakOnError) { + out += ' } if (errors === '; + if ($top) { + out += '0'; + } else { + out += 'errs_' + ($lvl); + } + out += ') { '; + $closingBraces2 += '}'; + } + } else { + var arr2 = it.RULES; + if (arr2) { + var $rulesGroup, i2 = -1, + l2 = arr2.length - 1; + while (i2 < l2) { + $rulesGroup = arr2[i2 += 1]; + if ($shouldUseGroup($rulesGroup)) { + if ($rulesGroup.type) { + out += ' if (' + (it.util.checkDataType($rulesGroup.type, $data, it.opts.strictNumbers)) + ') { '; + } + if (it.opts.useDefaults) { + if ($rulesGroup.type == 'object' && it.schema.properties) { + var $schema = it.schema.properties, + $schemaKeys = Object.keys($schema); + var arr3 = $schemaKeys; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $sch = $schema[$propertyKey]; + if ($sch.default !== undefined) { + var $passData = $data + it.util.getProperty($propertyKey); + if (it.compositeRule) { + if (it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored for: ' + $passData; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + } else { + out += ' if (' + ($passData) + ' === undefined '; + if (it.opts.useDefaults == 'empty') { + out += ' || ' + ($passData) + ' === null || ' + ($passData) + ' === \'\' '; + } + out += ' ) ' + ($passData) + ' = '; + if (it.opts.useDefaults == 'shared') { + out += ' ' + (it.useDefault($sch.default)) + ' '; + } else { + out += ' ' + (JSON.stringify($sch.default)) + ' '; + } + out += '; '; + } + } + } + } + } else if ($rulesGroup.type == 'array' && Array.isArray(it.schema.items)) { + var arr4 = it.schema.items; + if (arr4) { + var $sch, $i = -1, + l4 = arr4.length - 1; + while ($i < l4) { + $sch = arr4[$i += 1]; + if ($sch.default !== undefined) { + var $passData = $data + '[' + $i + ']'; + if (it.compositeRule) { + if (it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored for: ' + $passData; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + } else { + out += ' if (' + ($passData) + ' === undefined '; + if (it.opts.useDefaults == 'empty') { + out += ' || ' + ($passData) + ' === null || ' + ($passData) + ' === \'\' '; + } + out += ' ) ' + ($passData) + ' = '; + if (it.opts.useDefaults == 'shared') { + out += ' ' + (it.useDefault($sch.default)) + ' '; + } else { + out += ' ' + (JSON.stringify($sch.default)) + ' '; + } + out += '; '; + } + } + } + } + } + } + var arr5 = $rulesGroup.rules; + if (arr5) { + var $rule, i5 = -1, + l5 = arr5.length - 1; + while (i5 < l5) { + $rule = arr5[i5 += 1]; + if ($shouldUseRule($rule)) { + var $code = $rule.code(it, $rule.keyword, $rulesGroup.type); + if ($code) { + out += ' ' + ($code) + ' '; + if ($breakOnError) { + $closingBraces1 += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces1) + ' '; + $closingBraces1 = ''; + } + if ($rulesGroup.type) { + out += ' } '; + if ($typeSchema && $typeSchema === $rulesGroup.type && !$coerceToTypes) { + out += ' else { '; + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + } + } + if ($breakOnError) { + out += ' if (errors === '; + if ($top) { + out += '0'; + } else { + out += 'errs_' + ($lvl); + } + out += ') { '; + $closingBraces2 += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces2) + ' '; + } + if ($top) { + if ($async) { + out += ' if (errors === 0) return data; '; + out += ' else throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; '; + out += ' return errors === 0; '; + } + out += ' }; return validate;'; + } else { + out += ' var ' + ($valid) + ' = errors === errs_' + ($lvl) + ';'; + } + + function $shouldUseGroup($rulesGroup) { + var rules = $rulesGroup.rules; + for (var i = 0; i < rules.length; i++) + if ($shouldUseRule(rules[i])) return true; + } + + function $shouldUseRule($rule) { + return it.schema[$rule.keyword] !== undefined || ($rule.implements && $ruleImplementsSomeKeyword($rule)); + } + + function $ruleImplementsSomeKeyword($rule) { + var impl = $rule.implements; + for (var i = 0; i < impl.length; i++) + if (it.schema[impl[i]] !== undefined) return true; + } + return out; +} + +},{}],39:[function(require,module,exports){ +'use strict'; + +var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i; +var customRuleCode = require('./dotjs/custom'); +var definitionSchema = require('./definition_schema'); + +module.exports = { + add: addKeyword, + get: getKeyword, + remove: removeKeyword, + validate: validateKeyword +}; + + +/** + * Define custom keyword + * @this Ajv + * @param {String} keyword custom keyword, should be unique (including different from all standard, custom and macro keywords). + * @param {Object} definition keyword definition object with properties `type` (type(s) which the keyword applies to), `validate` or `compile`. + * @return {Ajv} this for method chaining + */ +function addKeyword(keyword, definition) { + /* jshint validthis: true */ + /* eslint no-shadow: 0 */ + var RULES = this.RULES; + if (RULES.keywords[keyword]) + throw new Error('Keyword ' + keyword + ' is already defined'); + + if (!IDENTIFIER.test(keyword)) + throw new Error('Keyword ' + keyword + ' is not a valid identifier'); + + if (definition) { + this.validateKeyword(definition, true); + + var dataType = definition.type; + if (Array.isArray(dataType)) { + for (var i=0; i 1) { + sets[0] = sets[0].slice(0, -1); + var xl = sets.length - 1; + for (var x = 1; x < xl; ++x) { + sets[x] = sets[x].slice(1, -1); + } + sets[xl] = sets[xl].slice(1); + return sets.join(''); + } else { + return sets[0]; + } +} +function subexp(str) { + return "(?:" + str + ")"; +} +function typeOf(o) { + return o === undefined ? "undefined" : o === null ? "null" : Object.prototype.toString.call(o).split(" ").pop().split("]").shift().toLowerCase(); +} +function toUpperCase(str) { + return str.toUpperCase(); +} +function toArray(obj) { + return obj !== undefined && obj !== null ? obj instanceof Array ? obj : typeof obj.length !== "number" || obj.split || obj.setInterval || obj.call ? [obj] : Array.prototype.slice.call(obj) : []; +} +function assign(target, source) { + var obj = target; + if (source) { + for (var key in source) { + obj[key] = source[key]; + } + } + return obj; +} + +function buildExps(isIRI) { + var ALPHA$$ = "[A-Za-z]", + CR$ = "[\\x0D]", + DIGIT$$ = "[0-9]", + DQUOTE$$ = "[\\x22]", + HEXDIG$$ = merge(DIGIT$$, "[A-Fa-f]"), + //case-insensitive + LF$$ = "[\\x0A]", + SP$$ = "[\\x20]", + PCT_ENCODED$ = subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%[89A-Fa-f]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%" + HEXDIG$$ + HEXDIG$$)), + //expanded + GEN_DELIMS$$ = "[\\:\\/\\?\\#\\[\\]\\@]", + SUB_DELIMS$$ = "[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]", + RESERVED$$ = merge(GEN_DELIMS$$, SUB_DELIMS$$), + UCSCHAR$$ = isIRI ? "[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]" : "[]", + //subset, excludes bidi control characters + IPRIVATE$$ = isIRI ? "[\\uE000-\\uF8FF]" : "[]", + //subset + UNRESERVED$$ = merge(ALPHA$$, DIGIT$$, "[\\-\\.\\_\\~]", UCSCHAR$$), + SCHEME$ = subexp(ALPHA$$ + merge(ALPHA$$, DIGIT$$, "[\\+\\-\\.]") + "*"), + USERINFO$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:]")) + "*"), + DEC_OCTET$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" + DIGIT$$ + DIGIT$$) + "|" + subexp("[1-9]" + DIGIT$$) + "|" + DIGIT$$), + DEC_OCTET_RELAXED$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" + DIGIT$$ + DIGIT$$) + "|" + subexp("0?[1-9]" + DIGIT$$) + "|0?0?" + DIGIT$$), + //relaxed parsing rules + IPV4ADDRESS$ = subexp(DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$), + H16$ = subexp(HEXDIG$$ + "{1,4}"), + LS32$ = subexp(subexp(H16$ + "\\:" + H16$) + "|" + IPV4ADDRESS$), + IPV6ADDRESS1$ = subexp(subexp(H16$ + "\\:") + "{6}" + LS32$), + // 6( h16 ":" ) ls32 + IPV6ADDRESS2$ = subexp("\\:\\:" + subexp(H16$ + "\\:") + "{5}" + LS32$), + // "::" 5( h16 ":" ) ls32 + IPV6ADDRESS3$ = subexp(subexp(H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{4}" + LS32$), + //[ h16 ] "::" 4( h16 ":" ) ls32 + IPV6ADDRESS4$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,1}" + H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{3}" + LS32$), + //[ *1( h16 ":" ) h16 ] "::" 3( h16 ":" ) ls32 + IPV6ADDRESS5$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,2}" + H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{2}" + LS32$), + //[ *2( h16 ":" ) h16 ] "::" 2( h16 ":" ) ls32 + IPV6ADDRESS6$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,3}" + H16$) + "?\\:\\:" + H16$ + "\\:" + LS32$), + //[ *3( h16 ":" ) h16 ] "::" h16 ":" ls32 + IPV6ADDRESS7$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,4}" + H16$) + "?\\:\\:" + LS32$), + //[ *4( h16 ":" ) h16 ] "::" ls32 + IPV6ADDRESS8$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,5}" + H16$) + "?\\:\\:" + H16$), + //[ *5( h16 ":" ) h16 ] "::" h16 + IPV6ADDRESS9$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,6}" + H16$) + "?\\:\\:"), + //[ *6( h16 ":" ) h16 ] "::" + IPV6ADDRESS$ = subexp([IPV6ADDRESS1$, IPV6ADDRESS2$, IPV6ADDRESS3$, IPV6ADDRESS4$, IPV6ADDRESS5$, IPV6ADDRESS6$, IPV6ADDRESS7$, IPV6ADDRESS8$, IPV6ADDRESS9$].join("|")), + ZONEID$ = subexp(subexp(UNRESERVED$$ + "|" + PCT_ENCODED$) + "+"), + //RFC 6874 + IPV6ADDRZ$ = subexp(IPV6ADDRESS$ + "\\%25" + ZONEID$), + //RFC 6874 + IPV6ADDRZ_RELAXED$ = subexp(IPV6ADDRESS$ + subexp("\\%25|\\%(?!" + HEXDIG$$ + "{2})") + ZONEID$), + //RFC 6874, with relaxed parsing rules + IPVFUTURE$ = subexp("[vV]" + HEXDIG$$ + "+\\." + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:]") + "+"), + IP_LITERAL$ = subexp("\\[" + subexp(IPV6ADDRZ_RELAXED$ + "|" + IPV6ADDRESS$ + "|" + IPVFUTURE$) + "\\]"), + //RFC 6874 + REG_NAME$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$)) + "*"), + HOST$ = subexp(IP_LITERAL$ + "|" + IPV4ADDRESS$ + "(?!" + REG_NAME$ + ")" + "|" + REG_NAME$), + PORT$ = subexp(DIGIT$$ + "*"), + AUTHORITY$ = subexp(subexp(USERINFO$ + "@") + "?" + HOST$ + subexp("\\:" + PORT$) + "?"), + PCHAR$ = subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@]")), + SEGMENT$ = subexp(PCHAR$ + "*"), + SEGMENT_NZ$ = subexp(PCHAR$ + "+"), + SEGMENT_NZ_NC$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\@]")) + "+"), + PATH_ABEMPTY$ = subexp(subexp("\\/" + SEGMENT$) + "*"), + PATH_ABSOLUTE$ = subexp("\\/" + subexp(SEGMENT_NZ$ + PATH_ABEMPTY$) + "?"), + //simplified + PATH_NOSCHEME$ = subexp(SEGMENT_NZ_NC$ + PATH_ABEMPTY$), + //simplified + PATH_ROOTLESS$ = subexp(SEGMENT_NZ$ + PATH_ABEMPTY$), + //simplified + PATH_EMPTY$ = "(?!" + PCHAR$ + ")", + PATH$ = subexp(PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$), + QUERY$ = subexp(subexp(PCHAR$ + "|" + merge("[\\/\\?]", IPRIVATE$$)) + "*"), + FRAGMENT$ = subexp(subexp(PCHAR$ + "|[\\/\\?]") + "*"), + HIER_PART$ = subexp(subexp("\\/\\/" + AUTHORITY$ + PATH_ABEMPTY$) + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$), + URI$ = subexp(SCHEME$ + "\\:" + HIER_PART$ + subexp("\\?" + QUERY$) + "?" + subexp("\\#" + FRAGMENT$) + "?"), + RELATIVE_PART$ = subexp(subexp("\\/\\/" + AUTHORITY$ + PATH_ABEMPTY$) + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_EMPTY$), + RELATIVE$ = subexp(RELATIVE_PART$ + subexp("\\?" + QUERY$) + "?" + subexp("\\#" + FRAGMENT$) + "?"), + URI_REFERENCE$ = subexp(URI$ + "|" + RELATIVE$), + ABSOLUTE_URI$ = subexp(SCHEME$ + "\\:" + HIER_PART$ + subexp("\\?" + QUERY$) + "?"), + GENERIC_REF$ = "^(" + SCHEME$ + ")\\:" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", + RELATIVE_REF$ = "^(){0}" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", + ABSOLUTE_REF$ = "^(" + SCHEME$ + ")\\:" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?$", + SAMEDOC_REF$ = "^" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", + AUTHORITY_REF$ = "^" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?$"; + return { + NOT_SCHEME: new RegExp(merge("[^]", ALPHA$$, DIGIT$$, "[\\+\\-\\.]"), "g"), + NOT_USERINFO: new RegExp(merge("[^\\%\\:]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_HOST: new RegExp(merge("[^\\%\\[\\]\\:]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_PATH: new RegExp(merge("[^\\%\\/\\:\\@]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_PATH_NOSCHEME: new RegExp(merge("[^\\%\\/\\@]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_QUERY: new RegExp(merge("[^\\%]", UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@\\/\\?]", IPRIVATE$$), "g"), + NOT_FRAGMENT: new RegExp(merge("[^\\%]", UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@\\/\\?]"), "g"), + ESCAPE: new RegExp(merge("[^]", UNRESERVED$$, SUB_DELIMS$$), "g"), + UNRESERVED: new RegExp(UNRESERVED$$, "g"), + OTHER_CHARS: new RegExp(merge("[^\\%]", UNRESERVED$$, RESERVED$$), "g"), + PCT_ENCODED: new RegExp(PCT_ENCODED$, "g"), + IPV4ADDRESS: new RegExp("^(" + IPV4ADDRESS$ + ")$"), + IPV6ADDRESS: new RegExp("^\\[?(" + IPV6ADDRESS$ + ")" + subexp(subexp("\\%25|\\%(?!" + HEXDIG$$ + "{2})") + "(" + ZONEID$ + ")") + "?\\]?$") //RFC 6874, with relaxed parsing rules + }; +} +var URI_PROTOCOL = buildExps(false); + +var IRI_PROTOCOL = buildExps(true); + +var slicedToArray = function () { + function sliceIterator(arr, i) { + var _arr = []; + var _n = true; + var _d = false; + var _e = undefined; + + try { + for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { + _arr.push(_s.value); + + if (i && _arr.length === i) break; + } + } catch (err) { + _d = true; + _e = err; + } finally { + try { + if (!_n && _i["return"]) _i["return"](); + } finally { + if (_d) throw _e; + } + } + + return _arr; + } + + return function (arr, i) { + if (Array.isArray(arr)) { + return arr; + } else if (Symbol.iterator in Object(arr)) { + return sliceIterator(arr, i); + } else { + throw new TypeError("Invalid attempt to destructure non-iterable instance"); + } + }; +}(); + + + + + + + + + + + + + +var toConsumableArray = function (arr) { + if (Array.isArray(arr)) { + for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) arr2[i] = arr[i]; + + return arr2; + } else { + return Array.from(arr); + } +}; + +/** Highest positive signed 32-bit float value */ + +var maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1 + +/** Bootstring parameters */ +var base = 36; +var tMin = 1; +var tMax = 26; +var skew = 38; +var damp = 700; +var initialBias = 72; +var initialN = 128; // 0x80 +var delimiter = '-'; // '\x2D' + +/** Regular expressions */ +var regexPunycode = /^xn--/; +var regexNonASCII = /[^\0-\x7E]/; // non-ASCII chars +var regexSeparators = /[\x2E\u3002\uFF0E\uFF61]/g; // RFC 3490 separators + +/** Error messages */ +var errors = { + 'overflow': 'Overflow: input needs wider integers to process', + 'not-basic': 'Illegal input >= 0x80 (not a basic code point)', + 'invalid-input': 'Invalid input' +}; + +/** Convenience shortcuts */ +var baseMinusTMin = base - tMin; +var floor = Math.floor; +var stringFromCharCode = String.fromCharCode; + +/*--------------------------------------------------------------------------*/ + +/** + * A generic error utility function. + * @private + * @param {String} type The error type. + * @returns {Error} Throws a `RangeError` with the applicable error message. + */ +function error$1(type) { + throw new RangeError(errors[type]); +} + +/** + * A generic `Array#map` utility function. + * @private + * @param {Array} array The array to iterate over. + * @param {Function} callback The function that gets called for every array + * item. + * @returns {Array} A new array of values returned by the callback function. + */ +function map(array, fn) { + var result = []; + var length = array.length; + while (length--) { + result[length] = fn(array[length]); + } + return result; +} + +/** + * A simple `Array#map`-like wrapper to work with domain name strings or email + * addresses. + * @private + * @param {String} domain The domain name or email address. + * @param {Function} callback The function that gets called for every + * character. + * @returns {Array} A new string of characters returned by the callback + * function. + */ +function mapDomain(string, fn) { + var parts = string.split('@'); + var result = ''; + if (parts.length > 1) { + // In email addresses, only the domain name should be punycoded. Leave + // the local part (i.e. everything up to `@`) intact. + result = parts[0] + '@'; + string = parts[1]; + } + // Avoid `split(regex)` for IE8 compatibility. See #17. + string = string.replace(regexSeparators, '\x2E'); + var labels = string.split('.'); + var encoded = map(labels, fn).join('.'); + return result + encoded; +} + +/** + * Creates an array containing the numeric code points of each Unicode + * character in the string. While JavaScript uses UCS-2 internally, + * this function will convert a pair of surrogate halves (each of which + * UCS-2 exposes as separate characters) into a single code point, + * matching UTF-16. + * @see `punycode.ucs2.encode` + * @see + * @memberOf punycode.ucs2 + * @name decode + * @param {String} string The Unicode input string (UCS-2). + * @returns {Array} The new array of code points. + */ +function ucs2decode(string) { + var output = []; + var counter = 0; + var length = string.length; + while (counter < length) { + var value = string.charCodeAt(counter++); + if (value >= 0xD800 && value <= 0xDBFF && counter < length) { + // It's a high surrogate, and there is a next character. + var extra = string.charCodeAt(counter++); + if ((extra & 0xFC00) == 0xDC00) { + // Low surrogate. + output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000); + } else { + // It's an unmatched surrogate; only append this code unit, in case the + // next code unit is the high surrogate of a surrogate pair. + output.push(value); + counter--; + } + } else { + output.push(value); + } + } + return output; +} + +/** + * Creates a string based on an array of numeric code points. + * @see `punycode.ucs2.decode` + * @memberOf punycode.ucs2 + * @name encode + * @param {Array} codePoints The array of numeric code points. + * @returns {String} The new Unicode string (UCS-2). + */ +var ucs2encode = function ucs2encode(array) { + return String.fromCodePoint.apply(String, toConsumableArray(array)); +}; + +/** + * Converts a basic code point into a digit/integer. + * @see `digitToBasic()` + * @private + * @param {Number} codePoint The basic numeric code point value. + * @returns {Number} The numeric value of a basic code point (for use in + * representing integers) in the range `0` to `base - 1`, or `base` if + * the code point does not represent a value. + */ +var basicToDigit = function basicToDigit(codePoint) { + if (codePoint - 0x30 < 0x0A) { + return codePoint - 0x16; + } + if (codePoint - 0x41 < 0x1A) { + return codePoint - 0x41; + } + if (codePoint - 0x61 < 0x1A) { + return codePoint - 0x61; + } + return base; +}; + +/** + * Converts a digit/integer into a basic code point. + * @see `basicToDigit()` + * @private + * @param {Number} digit The numeric value of a basic code point. + * @returns {Number} The basic code point whose value (when used for + * representing integers) is `digit`, which needs to be in the range + * `0` to `base - 1`. If `flag` is non-zero, the uppercase form is + * used; else, the lowercase form is used. The behavior is undefined + * if `flag` is non-zero and `digit` has no uppercase form. + */ +var digitToBasic = function digitToBasic(digit, flag) { + // 0..25 map to ASCII a..z or A..Z + // 26..35 map to ASCII 0..9 + return digit + 22 + 75 * (digit < 26) - ((flag != 0) << 5); +}; + +/** + * Bias adaptation function as per section 3.4 of RFC 3492. + * https://tools.ietf.org/html/rfc3492#section-3.4 + * @private + */ +var adapt = function adapt(delta, numPoints, firstTime) { + var k = 0; + delta = firstTime ? floor(delta / damp) : delta >> 1; + delta += floor(delta / numPoints); + for (; /* no initialization */delta > baseMinusTMin * tMax >> 1; k += base) { + delta = floor(delta / baseMinusTMin); + } + return floor(k + (baseMinusTMin + 1) * delta / (delta + skew)); +}; + +/** + * Converts a Punycode string of ASCII-only symbols to a string of Unicode + * symbols. + * @memberOf punycode + * @param {String} input The Punycode string of ASCII-only symbols. + * @returns {String} The resulting string of Unicode symbols. + */ +var decode = function decode(input) { + // Don't use UCS-2. + var output = []; + var inputLength = input.length; + var i = 0; + var n = initialN; + var bias = initialBias; + + // Handle the basic code points: let `basic` be the number of input code + // points before the last delimiter, or `0` if there is none, then copy + // the first basic code points to the output. + + var basic = input.lastIndexOf(delimiter); + if (basic < 0) { + basic = 0; + } + + for (var j = 0; j < basic; ++j) { + // if it's not a basic code point + if (input.charCodeAt(j) >= 0x80) { + error$1('not-basic'); + } + output.push(input.charCodeAt(j)); + } + + // Main decoding loop: start just after the last delimiter if any basic code + // points were copied; start at the beginning otherwise. + + for (var index = basic > 0 ? basic + 1 : 0; index < inputLength;) /* no final expression */{ + + // `index` is the index of the next character to be consumed. + // Decode a generalized variable-length integer into `delta`, + // which gets added to `i`. The overflow checking is easier + // if we increase `i` as we go, then subtract off its starting + // value at the end to obtain `delta`. + var oldi = i; + for (var w = 1, k = base;; /* no condition */k += base) { + + if (index >= inputLength) { + error$1('invalid-input'); + } + + var digit = basicToDigit(input.charCodeAt(index++)); + + if (digit >= base || digit > floor((maxInt - i) / w)) { + error$1('overflow'); + } + + i += digit * w; + var t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias; + + if (digit < t) { + break; + } + + var baseMinusT = base - t; + if (w > floor(maxInt / baseMinusT)) { + error$1('overflow'); + } + + w *= baseMinusT; + } + + var out = output.length + 1; + bias = adapt(i - oldi, out, oldi == 0); + + // `i` was supposed to wrap around from `out` to `0`, + // incrementing `n` each time, so we'll fix that now: + if (floor(i / out) > maxInt - n) { + error$1('overflow'); + } + + n += floor(i / out); + i %= out; + + // Insert `n` at position `i` of the output. + output.splice(i++, 0, n); + } + + return String.fromCodePoint.apply(String, output); +}; + +/** + * Converts a string of Unicode symbols (e.g. a domain name label) to a + * Punycode string of ASCII-only symbols. + * @memberOf punycode + * @param {String} input The string of Unicode symbols. + * @returns {String} The resulting Punycode string of ASCII-only symbols. + */ +var encode = function encode(input) { + var output = []; + + // Convert the input in UCS-2 to an array of Unicode code points. + input = ucs2decode(input); + + // Cache the length. + var inputLength = input.length; + + // Initialize the state. + var n = initialN; + var delta = 0; + var bias = initialBias; + + // Handle the basic code points. + var _iteratorNormalCompletion = true; + var _didIteratorError = false; + var _iteratorError = undefined; + + try { + for (var _iterator = input[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) { + var _currentValue2 = _step.value; + + if (_currentValue2 < 0x80) { + output.push(stringFromCharCode(_currentValue2)); + } + } + } catch (err) { + _didIteratorError = true; + _iteratorError = err; + } finally { + try { + if (!_iteratorNormalCompletion && _iterator.return) { + _iterator.return(); + } + } finally { + if (_didIteratorError) { + throw _iteratorError; + } + } + } + + var basicLength = output.length; + var handledCPCount = basicLength; + + // `handledCPCount` is the number of code points that have been handled; + // `basicLength` is the number of basic code points. + + // Finish the basic string with a delimiter unless it's empty. + if (basicLength) { + output.push(delimiter); + } + + // Main encoding loop: + while (handledCPCount < inputLength) { + + // All non-basic code points < n have been handled already. Find the next + // larger one: + var m = maxInt; + var _iteratorNormalCompletion2 = true; + var _didIteratorError2 = false; + var _iteratorError2 = undefined; + + try { + for (var _iterator2 = input[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = true) { + var currentValue = _step2.value; + + if (currentValue >= n && currentValue < m) { + m = currentValue; + } + } + + // Increase `delta` enough to advance the decoder's state to , + // but guard against overflow. + } catch (err) { + _didIteratorError2 = true; + _iteratorError2 = err; + } finally { + try { + if (!_iteratorNormalCompletion2 && _iterator2.return) { + _iterator2.return(); + } + } finally { + if (_didIteratorError2) { + throw _iteratorError2; + } + } + } + + var handledCPCountPlusOne = handledCPCount + 1; + if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) { + error$1('overflow'); + } + + delta += (m - n) * handledCPCountPlusOne; + n = m; + + var _iteratorNormalCompletion3 = true; + var _didIteratorError3 = false; + var _iteratorError3 = undefined; + + try { + for (var _iterator3 = input[Symbol.iterator](), _step3; !(_iteratorNormalCompletion3 = (_step3 = _iterator3.next()).done); _iteratorNormalCompletion3 = true) { + var _currentValue = _step3.value; + + if (_currentValue < n && ++delta > maxInt) { + error$1('overflow'); + } + if (_currentValue == n) { + // Represent delta as a generalized variable-length integer. + var q = delta; + for (var k = base;; /* no condition */k += base) { + var t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias; + if (q < t) { + break; + } + var qMinusT = q - t; + var baseMinusT = base - t; + output.push(stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT, 0))); + q = floor(qMinusT / baseMinusT); + } + + output.push(stringFromCharCode(digitToBasic(q, 0))); + bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength); + delta = 0; + ++handledCPCount; + } + } + } catch (err) { + _didIteratorError3 = true; + _iteratorError3 = err; + } finally { + try { + if (!_iteratorNormalCompletion3 && _iterator3.return) { + _iterator3.return(); + } + } finally { + if (_didIteratorError3) { + throw _iteratorError3; + } + } + } + + ++delta; + ++n; + } + return output.join(''); +}; + +/** + * Converts a Punycode string representing a domain name or an email address + * to Unicode. Only the Punycoded parts of the input will be converted, i.e. + * it doesn't matter if you call it on a string that has already been + * converted to Unicode. + * @memberOf punycode + * @param {String} input The Punycoded domain name or email address to + * convert to Unicode. + * @returns {String} The Unicode representation of the given Punycode + * string. + */ +var toUnicode = function toUnicode(input) { + return mapDomain(input, function (string) { + return regexPunycode.test(string) ? decode(string.slice(4).toLowerCase()) : string; + }); +}; + +/** + * Converts a Unicode string representing a domain name or an email address to + * Punycode. Only the non-ASCII parts of the domain name will be converted, + * i.e. it doesn't matter if you call it with a domain that's already in + * ASCII. + * @memberOf punycode + * @param {String} input The domain name or email address to convert, as a + * Unicode string. + * @returns {String} The Punycode representation of the given domain name or + * email address. + */ +var toASCII = function toASCII(input) { + return mapDomain(input, function (string) { + return regexNonASCII.test(string) ? 'xn--' + encode(string) : string; + }); +}; + +/*--------------------------------------------------------------------------*/ + +/** Define the public API */ +var punycode = { + /** + * A string representing the current Punycode.js version number. + * @memberOf punycode + * @type String + */ + 'version': '2.1.0', + /** + * An object of methods to convert from JavaScript's internal character + * representation (UCS-2) to Unicode code points, and back. + * @see + * @memberOf punycode + * @type Object + */ + 'ucs2': { + 'decode': ucs2decode, + 'encode': ucs2encode + }, + 'decode': decode, + 'encode': encode, + 'toASCII': toASCII, + 'toUnicode': toUnicode +}; + +/** + * URI.js + * + * @fileoverview An RFC 3986 compliant, scheme extendable URI parsing/validating/resolving library for JavaScript. + * @author Gary Court + * @see http://github.com/garycourt/uri-js + */ +/** + * Copyright 2011 Gary Court. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, are + * permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY GARY COURT ``AS IS'' AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GARY COURT OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those of the + * authors and should not be interpreted as representing official policies, either expressed + * or implied, of Gary Court. + */ +var SCHEMES = {}; +function pctEncChar(chr) { + var c = chr.charCodeAt(0); + var e = void 0; + if (c < 16) e = "%0" + c.toString(16).toUpperCase();else if (c < 128) e = "%" + c.toString(16).toUpperCase();else if (c < 2048) e = "%" + (c >> 6 | 192).toString(16).toUpperCase() + "%" + (c & 63 | 128).toString(16).toUpperCase();else e = "%" + (c >> 12 | 224).toString(16).toUpperCase() + "%" + (c >> 6 & 63 | 128).toString(16).toUpperCase() + "%" + (c & 63 | 128).toString(16).toUpperCase(); + return e; +} +function pctDecChars(str) { + var newStr = ""; + var i = 0; + var il = str.length; + while (i < il) { + var c = parseInt(str.substr(i + 1, 2), 16); + if (c < 128) { + newStr += String.fromCharCode(c); + i += 3; + } else if (c >= 194 && c < 224) { + if (il - i >= 6) { + var c2 = parseInt(str.substr(i + 4, 2), 16); + newStr += String.fromCharCode((c & 31) << 6 | c2 & 63); + } else { + newStr += str.substr(i, 6); + } + i += 6; + } else if (c >= 224) { + if (il - i >= 9) { + var _c = parseInt(str.substr(i + 4, 2), 16); + var c3 = parseInt(str.substr(i + 7, 2), 16); + newStr += String.fromCharCode((c & 15) << 12 | (_c & 63) << 6 | c3 & 63); + } else { + newStr += str.substr(i, 9); + } + i += 9; + } else { + newStr += str.substr(i, 3); + i += 3; + } + } + return newStr; +} +function _normalizeComponentEncoding(components, protocol) { + function decodeUnreserved(str) { + var decStr = pctDecChars(str); + return !decStr.match(protocol.UNRESERVED) ? str : decStr; + } + if (components.scheme) components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_SCHEME, ""); + if (components.userinfo !== undefined) components.userinfo = String(components.userinfo).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_USERINFO, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.host !== undefined) components.host = String(components.host).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_HOST, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.path !== undefined) components.path = String(components.path).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(components.scheme ? protocol.NOT_PATH : protocol.NOT_PATH_NOSCHEME, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.query !== undefined) components.query = String(components.query).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_QUERY, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.fragment !== undefined) components.fragment = String(components.fragment).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_FRAGMENT, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + return components; +} + +function _stripLeadingZeros(str) { + return str.replace(/^0*(.*)/, "$1") || "0"; +} +function _normalizeIPv4(host, protocol) { + var matches = host.match(protocol.IPV4ADDRESS) || []; + + var _matches = slicedToArray(matches, 2), + address = _matches[1]; + + if (address) { + return address.split(".").map(_stripLeadingZeros).join("."); + } else { + return host; + } +} +function _normalizeIPv6(host, protocol) { + var matches = host.match(protocol.IPV6ADDRESS) || []; + + var _matches2 = slicedToArray(matches, 3), + address = _matches2[1], + zone = _matches2[2]; + + if (address) { + var _address$toLowerCase$ = address.toLowerCase().split('::').reverse(), + _address$toLowerCase$2 = slicedToArray(_address$toLowerCase$, 2), + last = _address$toLowerCase$2[0], + first = _address$toLowerCase$2[1]; + + var firstFields = first ? first.split(":").map(_stripLeadingZeros) : []; + var lastFields = last.split(":").map(_stripLeadingZeros); + var isLastFieldIPv4Address = protocol.IPV4ADDRESS.test(lastFields[lastFields.length - 1]); + var fieldCount = isLastFieldIPv4Address ? 7 : 8; + var lastFieldsStart = lastFields.length - fieldCount; + var fields = Array(fieldCount); + for (var x = 0; x < fieldCount; ++x) { + fields[x] = firstFields[x] || lastFields[lastFieldsStart + x] || ''; + } + if (isLastFieldIPv4Address) { + fields[fieldCount - 1] = _normalizeIPv4(fields[fieldCount - 1], protocol); + } + var allZeroFields = fields.reduce(function (acc, field, index) { + if (!field || field === "0") { + var lastLongest = acc[acc.length - 1]; + if (lastLongest && lastLongest.index + lastLongest.length === index) { + lastLongest.length++; + } else { + acc.push({ index: index, length: 1 }); + } + } + return acc; + }, []); + var longestZeroFields = allZeroFields.sort(function (a, b) { + return b.length - a.length; + })[0]; + var newHost = void 0; + if (longestZeroFields && longestZeroFields.length > 1) { + var newFirst = fields.slice(0, longestZeroFields.index); + var newLast = fields.slice(longestZeroFields.index + longestZeroFields.length); + newHost = newFirst.join(":") + "::" + newLast.join(":"); + } else { + newHost = fields.join(":"); + } + if (zone) { + newHost += "%" + zone; + } + return newHost; + } else { + return host; + } +} +var URI_PARSE = /^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i; +var NO_MATCH_IS_UNDEFINED = "".match(/(){0}/)[1] === undefined; +function parse(uriString) { + var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + var components = {}; + var protocol = options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL; + if (options.reference === "suffix") uriString = (options.scheme ? options.scheme + ":" : "") + "//" + uriString; + var matches = uriString.match(URI_PARSE); + if (matches) { + if (NO_MATCH_IS_UNDEFINED) { + //store each component + components.scheme = matches[1]; + components.userinfo = matches[3]; + components.host = matches[4]; + components.port = parseInt(matches[5], 10); + components.path = matches[6] || ""; + components.query = matches[7]; + components.fragment = matches[8]; + //fix port number + if (isNaN(components.port)) { + components.port = matches[5]; + } + } else { + //IE FIX for improper RegExp matching + //store each component + components.scheme = matches[1] || undefined; + components.userinfo = uriString.indexOf("@") !== -1 ? matches[3] : undefined; + components.host = uriString.indexOf("//") !== -1 ? matches[4] : undefined; + components.port = parseInt(matches[5], 10); + components.path = matches[6] || ""; + components.query = uriString.indexOf("?") !== -1 ? matches[7] : undefined; + components.fragment = uriString.indexOf("#") !== -1 ? matches[8] : undefined; + //fix port number + if (isNaN(components.port)) { + components.port = uriString.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/) ? matches[4] : undefined; + } + } + if (components.host) { + //normalize IP hosts + components.host = _normalizeIPv6(_normalizeIPv4(components.host, protocol), protocol); + } + //determine reference type + if (components.scheme === undefined && components.userinfo === undefined && components.host === undefined && components.port === undefined && !components.path && components.query === undefined) { + components.reference = "same-document"; + } else if (components.scheme === undefined) { + components.reference = "relative"; + } else if (components.fragment === undefined) { + components.reference = "absolute"; + } else { + components.reference = "uri"; + } + //check for reference errors + if (options.reference && options.reference !== "suffix" && options.reference !== components.reference) { + components.error = components.error || "URI is not a " + options.reference + " reference."; + } + //find scheme handler + var schemeHandler = SCHEMES[(options.scheme || components.scheme || "").toLowerCase()]; + //check if scheme can't handle IRIs + if (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport)) { + //if host component is a domain name + if (components.host && (options.domainHost || schemeHandler && schemeHandler.domainHost)) { + //convert Unicode IDN -> ASCII IDN + try { + components.host = punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase()); + } catch (e) { + components.error = components.error || "Host's domain name can not be converted to ASCII via punycode: " + e; + } + } + //convert IRI -> URI + _normalizeComponentEncoding(components, URI_PROTOCOL); + } else { + //normalize encodings + _normalizeComponentEncoding(components, protocol); + } + //perform scheme specific parsing + if (schemeHandler && schemeHandler.parse) { + schemeHandler.parse(components, options); + } + } else { + components.error = components.error || "URI can not be parsed."; + } + return components; +} + +function _recomposeAuthority(components, options) { + var protocol = options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL; + var uriTokens = []; + if (components.userinfo !== undefined) { + uriTokens.push(components.userinfo); + uriTokens.push("@"); + } + if (components.host !== undefined) { + //normalize IP hosts, add brackets and escape zone separator for IPv6 + uriTokens.push(_normalizeIPv6(_normalizeIPv4(String(components.host), protocol), protocol).replace(protocol.IPV6ADDRESS, function (_, $1, $2) { + return "[" + $1 + ($2 ? "%25" + $2 : "") + "]"; + })); + } + if (typeof components.port === "number" || typeof components.port === "string") { + uriTokens.push(":"); + uriTokens.push(String(components.port)); + } + return uriTokens.length ? uriTokens.join("") : undefined; +} + +var RDS1 = /^\.\.?\//; +var RDS2 = /^\/\.(\/|$)/; +var RDS3 = /^\/\.\.(\/|$)/; +var RDS5 = /^\/?(?:.|\n)*?(?=\/|$)/; +function removeDotSegments(input) { + var output = []; + while (input.length) { + if (input.match(RDS1)) { + input = input.replace(RDS1, ""); + } else if (input.match(RDS2)) { + input = input.replace(RDS2, "/"); + } else if (input.match(RDS3)) { + input = input.replace(RDS3, "/"); + output.pop(); + } else if (input === "." || input === "..") { + input = ""; + } else { + var im = input.match(RDS5); + if (im) { + var s = im[0]; + input = input.slice(s.length); + output.push(s); + } else { + throw new Error("Unexpected dot segment condition"); + } + } + } + return output.join(""); +} + +function serialize(components) { + var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + var protocol = options.iri ? IRI_PROTOCOL : URI_PROTOCOL; + var uriTokens = []; + //find scheme handler + var schemeHandler = SCHEMES[(options.scheme || components.scheme || "").toLowerCase()]; + //perform scheme specific serialization + if (schemeHandler && schemeHandler.serialize) schemeHandler.serialize(components, options); + if (components.host) { + //if host component is an IPv6 address + if (protocol.IPV6ADDRESS.test(components.host)) {} + //TODO: normalize IPv6 address as per RFC 5952 + + //if host component is a domain name + else if (options.domainHost || schemeHandler && schemeHandler.domainHost) { + //convert IDN via punycode + try { + components.host = !options.iri ? punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase()) : punycode.toUnicode(components.host); + } catch (e) { + components.error = components.error || "Host's domain name can not be converted to " + (!options.iri ? "ASCII" : "Unicode") + " via punycode: " + e; + } + } + } + //normalize encoding + _normalizeComponentEncoding(components, protocol); + if (options.reference !== "suffix" && components.scheme) { + uriTokens.push(components.scheme); + uriTokens.push(":"); + } + var authority = _recomposeAuthority(components, options); + if (authority !== undefined) { + if (options.reference !== "suffix") { + uriTokens.push("//"); + } + uriTokens.push(authority); + if (components.path && components.path.charAt(0) !== "/") { + uriTokens.push("/"); + } + } + if (components.path !== undefined) { + var s = components.path; + if (!options.absolutePath && (!schemeHandler || !schemeHandler.absolutePath)) { + s = removeDotSegments(s); + } + if (authority === undefined) { + s = s.replace(/^\/\//, "/%2F"); //don't allow the path to start with "//" + } + uriTokens.push(s); + } + if (components.query !== undefined) { + uriTokens.push("?"); + uriTokens.push(components.query); + } + if (components.fragment !== undefined) { + uriTokens.push("#"); + uriTokens.push(components.fragment); + } + return uriTokens.join(""); //merge tokens into a string +} + +function resolveComponents(base, relative) { + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + var skipNormalization = arguments[3]; + + var target = {}; + if (!skipNormalization) { + base = parse(serialize(base, options), options); //normalize base components + relative = parse(serialize(relative, options), options); //normalize relative components + } + options = options || {}; + if (!options.tolerant && relative.scheme) { + target.scheme = relative.scheme; + //target.authority = relative.authority; + target.userinfo = relative.userinfo; + target.host = relative.host; + target.port = relative.port; + target.path = removeDotSegments(relative.path || ""); + target.query = relative.query; + } else { + if (relative.userinfo !== undefined || relative.host !== undefined || relative.port !== undefined) { + //target.authority = relative.authority; + target.userinfo = relative.userinfo; + target.host = relative.host; + target.port = relative.port; + target.path = removeDotSegments(relative.path || ""); + target.query = relative.query; + } else { + if (!relative.path) { + target.path = base.path; + if (relative.query !== undefined) { + target.query = relative.query; + } else { + target.query = base.query; + } + } else { + if (relative.path.charAt(0) === "/") { + target.path = removeDotSegments(relative.path); + } else { + if ((base.userinfo !== undefined || base.host !== undefined || base.port !== undefined) && !base.path) { + target.path = "/" + relative.path; + } else if (!base.path) { + target.path = relative.path; + } else { + target.path = base.path.slice(0, base.path.lastIndexOf("/") + 1) + relative.path; + } + target.path = removeDotSegments(target.path); + } + target.query = relative.query; + } + //target.authority = base.authority; + target.userinfo = base.userinfo; + target.host = base.host; + target.port = base.port; + } + target.scheme = base.scheme; + } + target.fragment = relative.fragment; + return target; +} + +function resolve(baseURI, relativeURI, options) { + var schemelessOptions = assign({ scheme: 'null' }, options); + return serialize(resolveComponents(parse(baseURI, schemelessOptions), parse(relativeURI, schemelessOptions), schemelessOptions, true), schemelessOptions); +} + +function normalize(uri, options) { + if (typeof uri === "string") { + uri = serialize(parse(uri, options), options); + } else if (typeOf(uri) === "object") { + uri = parse(serialize(uri, options), options); + } + return uri; +} + +function equal(uriA, uriB, options) { + if (typeof uriA === "string") { + uriA = serialize(parse(uriA, options), options); + } else if (typeOf(uriA) === "object") { + uriA = serialize(uriA, options); + } + if (typeof uriB === "string") { + uriB = serialize(parse(uriB, options), options); + } else if (typeOf(uriB) === "object") { + uriB = serialize(uriB, options); + } + return uriA === uriB; +} + +function escapeComponent(str, options) { + return str && str.toString().replace(!options || !options.iri ? URI_PROTOCOL.ESCAPE : IRI_PROTOCOL.ESCAPE, pctEncChar); +} + +function unescapeComponent(str, options) { + return str && str.toString().replace(!options || !options.iri ? URI_PROTOCOL.PCT_ENCODED : IRI_PROTOCOL.PCT_ENCODED, pctDecChars); +} + +var handler = { + scheme: "http", + domainHost: true, + parse: function parse(components, options) { + //report missing host + if (!components.host) { + components.error = components.error || "HTTP URIs must have a host."; + } + return components; + }, + serialize: function serialize(components, options) { + var secure = String(components.scheme).toLowerCase() === "https"; + //normalize the default port + if (components.port === (secure ? 443 : 80) || components.port === "") { + components.port = undefined; + } + //normalize the empty path + if (!components.path) { + components.path = "/"; + } + //NOTE: We do not parse query strings for HTTP URIs + //as WWW Form Url Encoded query strings are part of the HTML4+ spec, + //and not the HTTP spec. + return components; + } +}; + +var handler$1 = { + scheme: "https", + domainHost: handler.domainHost, + parse: handler.parse, + serialize: handler.serialize +}; + +function isSecure(wsComponents) { + return typeof wsComponents.secure === 'boolean' ? wsComponents.secure : String(wsComponents.scheme).toLowerCase() === "wss"; +} +//RFC 6455 +var handler$2 = { + scheme: "ws", + domainHost: true, + parse: function parse(components, options) { + var wsComponents = components; + //indicate if the secure flag is set + wsComponents.secure = isSecure(wsComponents); + //construct resouce name + wsComponents.resourceName = (wsComponents.path || '/') + (wsComponents.query ? '?' + wsComponents.query : ''); + wsComponents.path = undefined; + wsComponents.query = undefined; + return wsComponents; + }, + serialize: function serialize(wsComponents, options) { + //normalize the default port + if (wsComponents.port === (isSecure(wsComponents) ? 443 : 80) || wsComponents.port === "") { + wsComponents.port = undefined; + } + //ensure scheme matches secure flag + if (typeof wsComponents.secure === 'boolean') { + wsComponents.scheme = wsComponents.secure ? 'wss' : 'ws'; + wsComponents.secure = undefined; + } + //reconstruct path from resource name + if (wsComponents.resourceName) { + var _wsComponents$resourc = wsComponents.resourceName.split('?'), + _wsComponents$resourc2 = slicedToArray(_wsComponents$resourc, 2), + path = _wsComponents$resourc2[0], + query = _wsComponents$resourc2[1]; + + wsComponents.path = path && path !== '/' ? path : undefined; + wsComponents.query = query; + wsComponents.resourceName = undefined; + } + //forbid fragment component + wsComponents.fragment = undefined; + return wsComponents; + } +}; + +var handler$3 = { + scheme: "wss", + domainHost: handler$2.domainHost, + parse: handler$2.parse, + serialize: handler$2.serialize +}; + +var O = {}; +var isIRI = true; +//RFC 3986 +var UNRESERVED$$ = "[A-Za-z0-9\\-\\.\\_\\~" + (isIRI ? "\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF" : "") + "]"; +var HEXDIG$$ = "[0-9A-Fa-f]"; //case-insensitive +var PCT_ENCODED$ = subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%[89A-Fa-f]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%" + HEXDIG$$ + HEXDIG$$)); //expanded +//RFC 5322, except these symbols as per RFC 6068: @ : / ? # [ ] & ; = +//const ATEXT$$ = "[A-Za-z0-9\\!\\#\\$\\%\\&\\'\\*\\+\\-\\/\\=\\?\\^\\_\\`\\{\\|\\}\\~]"; +//const WSP$$ = "[\\x20\\x09]"; +//const OBS_QTEXT$$ = "[\\x01-\\x08\\x0B\\x0C\\x0E-\\x1F\\x7F]"; //(%d1-8 / %d11-12 / %d14-31 / %d127) +//const QTEXT$$ = merge("[\\x21\\x23-\\x5B\\x5D-\\x7E]", OBS_QTEXT$$); //%d33 / %d35-91 / %d93-126 / obs-qtext +//const VCHAR$$ = "[\\x21-\\x7E]"; +//const WSP$$ = "[\\x20\\x09]"; +//const OBS_QP$ = subexp("\\\\" + merge("[\\x00\\x0D\\x0A]", OBS_QTEXT$$)); //%d0 / CR / LF / obs-qtext +//const FWS$ = subexp(subexp(WSP$$ + "*" + "\\x0D\\x0A") + "?" + WSP$$ + "+"); +//const QUOTED_PAIR$ = subexp(subexp("\\\\" + subexp(VCHAR$$ + "|" + WSP$$)) + "|" + OBS_QP$); +//const QUOTED_STRING$ = subexp('\\"' + subexp(FWS$ + "?" + QCONTENT$) + "*" + FWS$ + "?" + '\\"'); +var ATEXT$$ = "[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]"; +var QTEXT$$ = "[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]"; +var VCHAR$$ = merge(QTEXT$$, "[\\\"\\\\]"); +var SOME_DELIMS$$ = "[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"; +var UNRESERVED = new RegExp(UNRESERVED$$, "g"); +var PCT_ENCODED = new RegExp(PCT_ENCODED$, "g"); +var NOT_LOCAL_PART = new RegExp(merge("[^]", ATEXT$$, "[\\.]", '[\\"]', VCHAR$$), "g"); +var NOT_HFNAME = new RegExp(merge("[^]", UNRESERVED$$, SOME_DELIMS$$), "g"); +var NOT_HFVALUE = NOT_HFNAME; +function decodeUnreserved(str) { + var decStr = pctDecChars(str); + return !decStr.match(UNRESERVED) ? str : decStr; +} +var handler$4 = { + scheme: "mailto", + parse: function parse$$1(components, options) { + var mailtoComponents = components; + var to = mailtoComponents.to = mailtoComponents.path ? mailtoComponents.path.split(",") : []; + mailtoComponents.path = undefined; + if (mailtoComponents.query) { + var unknownHeaders = false; + var headers = {}; + var hfields = mailtoComponents.query.split("&"); + for (var x = 0, xl = hfields.length; x < xl; ++x) { + var hfield = hfields[x].split("="); + switch (hfield[0]) { + case "to": + var toAddrs = hfield[1].split(","); + for (var _x = 0, _xl = toAddrs.length; _x < _xl; ++_x) { + to.push(toAddrs[_x]); + } + break; + case "subject": + mailtoComponents.subject = unescapeComponent(hfield[1], options); + break; + case "body": + mailtoComponents.body = unescapeComponent(hfield[1], options); + break; + default: + unknownHeaders = true; + headers[unescapeComponent(hfield[0], options)] = unescapeComponent(hfield[1], options); + break; + } + } + if (unknownHeaders) mailtoComponents.headers = headers; + } + mailtoComponents.query = undefined; + for (var _x2 = 0, _xl2 = to.length; _x2 < _xl2; ++_x2) { + var addr = to[_x2].split("@"); + addr[0] = unescapeComponent(addr[0]); + if (!options.unicodeSupport) { + //convert Unicode IDN -> ASCII IDN + try { + addr[1] = punycode.toASCII(unescapeComponent(addr[1], options).toLowerCase()); + } catch (e) { + mailtoComponents.error = mailtoComponents.error || "Email address's domain name can not be converted to ASCII via punycode: " + e; + } + } else { + addr[1] = unescapeComponent(addr[1], options).toLowerCase(); + } + to[_x2] = addr.join("@"); + } + return mailtoComponents; + }, + serialize: function serialize$$1(mailtoComponents, options) { + var components = mailtoComponents; + var to = toArray(mailtoComponents.to); + if (to) { + for (var x = 0, xl = to.length; x < xl; ++x) { + var toAddr = String(to[x]); + var atIdx = toAddr.lastIndexOf("@"); + var localPart = toAddr.slice(0, atIdx).replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_LOCAL_PART, pctEncChar); + var domain = toAddr.slice(atIdx + 1); + //convert IDN via punycode + try { + domain = !options.iri ? punycode.toASCII(unescapeComponent(domain, options).toLowerCase()) : punycode.toUnicode(domain); + } catch (e) { + components.error = components.error || "Email address's domain name can not be converted to " + (!options.iri ? "ASCII" : "Unicode") + " via punycode: " + e; + } + to[x] = localPart + "@" + domain; + } + components.path = to.join(","); + } + var headers = mailtoComponents.headers = mailtoComponents.headers || {}; + if (mailtoComponents.subject) headers["subject"] = mailtoComponents.subject; + if (mailtoComponents.body) headers["body"] = mailtoComponents.body; + var fields = []; + for (var name in headers) { + if (headers[name] !== O[name]) { + fields.push(name.replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFNAME, pctEncChar) + "=" + headers[name].replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFVALUE, pctEncChar)); + } + } + if (fields.length) { + components.query = fields.join("&"); + } + return components; + } +}; + +var URN_PARSE = /^([^\:]+)\:(.*)/; +//RFC 2141 +var handler$5 = { + scheme: "urn", + parse: function parse$$1(components, options) { + var matches = components.path && components.path.match(URN_PARSE); + var urnComponents = components; + if (matches) { + var scheme = options.scheme || urnComponents.scheme || "urn"; + var nid = matches[1].toLowerCase(); + var nss = matches[2]; + var urnScheme = scheme + ":" + (options.nid || nid); + var schemeHandler = SCHEMES[urnScheme]; + urnComponents.nid = nid; + urnComponents.nss = nss; + urnComponents.path = undefined; + if (schemeHandler) { + urnComponents = schemeHandler.parse(urnComponents, options); + } + } else { + urnComponents.error = urnComponents.error || "URN can not be parsed."; + } + return urnComponents; + }, + serialize: function serialize$$1(urnComponents, options) { + var scheme = options.scheme || urnComponents.scheme || "urn"; + var nid = urnComponents.nid; + var urnScheme = scheme + ":" + (options.nid || nid); + var schemeHandler = SCHEMES[urnScheme]; + if (schemeHandler) { + urnComponents = schemeHandler.serialize(urnComponents, options); + } + var uriComponents = urnComponents; + var nss = urnComponents.nss; + uriComponents.path = (nid || options.nid) + ":" + nss; + return uriComponents; + } +}; + +var UUID = /^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/; +//RFC 4122 +var handler$6 = { + scheme: "urn:uuid", + parse: function parse(urnComponents, options) { + var uuidComponents = urnComponents; + uuidComponents.uuid = uuidComponents.nss; + uuidComponents.nss = undefined; + if (!options.tolerant && (!uuidComponents.uuid || !uuidComponents.uuid.match(UUID))) { + uuidComponents.error = uuidComponents.error || "UUID is not valid."; + } + return uuidComponents; + }, + serialize: function serialize(uuidComponents, options) { + var urnComponents = uuidComponents; + //normalize UUID + urnComponents.nss = (uuidComponents.uuid || "").toLowerCase(); + return urnComponents; + } +}; + +SCHEMES[handler.scheme] = handler; +SCHEMES[handler$1.scheme] = handler$1; +SCHEMES[handler$2.scheme] = handler$2; +SCHEMES[handler$3.scheme] = handler$3; +SCHEMES[handler$4.scheme] = handler$4; +SCHEMES[handler$5.scheme] = handler$5; +SCHEMES[handler$6.scheme] = handler$6; + +exports.SCHEMES = SCHEMES; +exports.pctEncChar = pctEncChar; +exports.pctDecChars = pctDecChars; +exports.parse = parse; +exports.removeDotSegments = removeDotSegments; +exports.serialize = serialize; +exports.resolveComponents = resolveComponents; +exports.resolve = resolve; +exports.normalize = normalize; +exports.equal = equal; +exports.escapeComponent = escapeComponent; +exports.unescapeComponent = unescapeComponent; + +Object.defineProperty(exports, '__esModule', { value: true }); + +}))); + + +},{}],"ajv":[function(require,module,exports){ +'use strict'; + +var compileSchema = require('./compile') + , resolve = require('./compile/resolve') + , Cache = require('./cache') + , SchemaObject = require('./compile/schema_obj') + , stableStringify = require('fast-json-stable-stringify') + , formats = require('./compile/formats') + , rules = require('./compile/rules') + , $dataMetaSchema = require('./data') + , util = require('./compile/util'); + +module.exports = Ajv; + +Ajv.prototype.validate = validate; +Ajv.prototype.compile = compile; +Ajv.prototype.addSchema = addSchema; +Ajv.prototype.addMetaSchema = addMetaSchema; +Ajv.prototype.validateSchema = validateSchema; +Ajv.prototype.getSchema = getSchema; +Ajv.prototype.removeSchema = removeSchema; +Ajv.prototype.addFormat = addFormat; +Ajv.prototype.errorsText = errorsText; + +Ajv.prototype._addSchema = _addSchema; +Ajv.prototype._compile = _compile; + +Ajv.prototype.compileAsync = require('./compile/async'); +var customKeyword = require('./keyword'); +Ajv.prototype.addKeyword = customKeyword.add; +Ajv.prototype.getKeyword = customKeyword.get; +Ajv.prototype.removeKeyword = customKeyword.remove; +Ajv.prototype.validateKeyword = customKeyword.validate; + +var errorClasses = require('./compile/error_classes'); +Ajv.ValidationError = errorClasses.Validation; +Ajv.MissingRefError = errorClasses.MissingRef; +Ajv.$dataMetaSchema = $dataMetaSchema; + +var META_SCHEMA_ID = 'http://json-schema.org/draft-07/schema'; + +var META_IGNORE_OPTIONS = [ 'removeAdditional', 'useDefaults', 'coerceTypes', 'strictDefaults' ]; +var META_SUPPORT_DATA = ['/properties']; + +/** + * Creates validator instance. + * Usage: `Ajv(opts)` + * @param {Object} opts optional options + * @return {Object} ajv instance + */ +function Ajv(opts) { + if (!(this instanceof Ajv)) return new Ajv(opts); + opts = this._opts = util.copy(opts) || {}; + setLogger(this); + this._schemas = {}; + this._refs = {}; + this._fragments = {}; + this._formats = formats(opts.format); + + this._cache = opts.cache || new Cache; + this._loadingSchemas = {}; + this._compilations = []; + this.RULES = rules(); + this._getId = chooseGetId(opts); + + opts.loopRequired = opts.loopRequired || Infinity; + if (opts.errorDataPath == 'property') opts._errorDataPathProperty = true; + if (opts.serialize === undefined) opts.serialize = stableStringify; + this._metaOpts = getMetaSchemaOptions(this); + + if (opts.formats) addInitialFormats(this); + if (opts.keywords) addInitialKeywords(this); + addDefaultMetaSchema(this); + if (typeof opts.meta == 'object') this.addMetaSchema(opts.meta); + if (opts.nullable) this.addKeyword('nullable', {metaSchema: {type: 'boolean'}}); + addInitialSchemas(this); +} + + + +/** + * Validate data using schema + * Schema will be compiled and cached (using serialized JSON as key. [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) is used to serialize. + * @this Ajv + * @param {String|Object} schemaKeyRef key, ref or schema object + * @param {Any} data to be validated + * @return {Boolean} validation result. Errors from the last validation will be available in `ajv.errors` (and also in compiled schema: `schema.errors`). + */ +function validate(schemaKeyRef, data) { + var v; + if (typeof schemaKeyRef == 'string') { + v = this.getSchema(schemaKeyRef); + if (!v) throw new Error('no schema with key or ref "' + schemaKeyRef + '"'); + } else { + var schemaObj = this._addSchema(schemaKeyRef); + v = schemaObj.validate || this._compile(schemaObj); + } + + var valid = v(data); + if (v.$async !== true) this.errors = v.errors; + return valid; +} + + +/** + * Create validating function for passed schema. + * @this Ajv + * @param {Object} schema schema object + * @param {Boolean} _meta true if schema is a meta-schema. Used internally to compile meta schemas of custom keywords. + * @return {Function} validating function + */ +function compile(schema, _meta) { + var schemaObj = this._addSchema(schema, undefined, _meta); + return schemaObj.validate || this._compile(schemaObj); +} + + +/** + * Adds schema to the instance. + * @this Ajv + * @param {Object|Array} schema schema or array of schemas. If array is passed, `key` and other parameters will be ignored. + * @param {String} key Optional schema key. Can be passed to `validate` method instead of schema object or id/ref. One schema per instance can have empty `id` and `key`. + * @param {Boolean} _skipValidation true to skip schema validation. Used internally, option validateSchema should be used instead. + * @param {Boolean} _meta true if schema is a meta-schema. Used internally, addMetaSchema should be used instead. + * @return {Ajv} this for method chaining + */ +function addSchema(schema, key, _skipValidation, _meta) { + if (Array.isArray(schema)){ + for (var i=0; i} errors optional array of validation errors, if not passed errors from the instance are used. + * @param {Object} options optional options with properties `separator` and `dataVar`. + * @return {String} human readable string with all errors descriptions + */ +function errorsText(errors, options) { + errors = errors || this.errors; + if (!errors) return 'No errors'; + options = options || {}; + var separator = options.separator === undefined ? ', ' : options.separator; + var dataVar = options.dataVar === undefined ? 'data' : options.dataVar; + + var text = ''; + for (var i=0; i%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,u=/^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i,h=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,d=/^(?:\/(?:[^~/]|~0|~1)*)*$/,p=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,f=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;function m(e){return a.copy(m[e="full"==e?"full":"fast"])}function v(e){var r=e.match(o);if(!r)return!1;var t,a=+r[2],s=+r[3];return 1<=a&&a<=12&&1<=s&&s<=(2!=a||((t=+r[1])%4!=0||t%100==0&&t%400!=0)?i[a]:29)}function y(e,r){var t=e.match(n);if(!t)return!1;var a=t[1],s=t[2],o=t[3];return(a<=23&&s<=59&&o<=59||23==a&&59==s&&60==o)&&(!r||t[5])}(r.exports=m).fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,"uri-template":c,url:u,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:s,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:w,uuid:h,"json-pointer":d,"json-pointer-uri-fragment":p,"relative-json-pointer":f},m.full={date:v,time:y,"date-time":function(e){var r=e.split(g);return 2==r.length&&v(r[0])&&y(r[1],!0)},uri:function(e){return P.test(e)&&l.test(e)},"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":c,url:u,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:s,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:w,uuid:h,"json-pointer":d,"json-pointer-uri-fragment":p,"relative-json-pointer":f};var g=/t|\s/i;var P=/\/|:/;var E=/[^\\]\\Z/;function w(e){if(E.test(e))return!1;try{return new RegExp(e),!0}catch(e){return!1}}},{"./util":10}],5:[function(e,r,t){"use strict";var R=e("./resolve"),$=e("./util"),j=e("./error_classes"),D=e("fast-json-stable-stringify"),O=e("../dotjs/validate"),I=$.ucs2length,A=e("fast-deep-equal"),k=j.Validation;function C(e,c,u,r){var d=this,p=this._opts,h=[void 0],f={},l=[],t={},m=[],a={},v=[],s=function(e,r,t){var a=L.call(this,e,r,t);return 0<=a?{index:a,compiling:!0}:{index:a=this._compilations.length,compiling:!(this._compilations[a]={schema:e,root:r,baseId:t})}}.call(this,e,c=c||{schema:e,refVal:h,refs:f},r),o=this._compilations[s.index];if(s.compiling)return o.callValidate=P;var y=this._formats,g=this.RULES;try{var i=E(e,c,u,r);o.validate=i;var n=o.callValidate;return n&&(n.schema=i.schema,n.errors=null,n.refs=i.refs,n.refVal=i.refVal,n.root=i.root,n.$async=i.$async,p.sourceCode&&(n.source=i.source)),i}finally{(function(e,r,t){var a=L.call(this,e,r,t);0<=a&&this._compilations.splice(a,1)}).call(this,e,c,r)}function P(){var e=o.validate,r=e.apply(this,arguments);return P.errors=e.errors,r}function E(e,r,t,a){var s=!r||r&&r.schema==e;if(r.schema!=c.schema)return C.call(d,e,r,t,a);var o=!0===e.$async,i=O({isTop:!0,schema:e,isRoot:s,baseId:a,root:r,schemaPath:"",errSchemaPath:"#",errorPath:'""',MissingRefError:j.MissingRef,RULES:g,validate:O,util:$,resolve:R,resolveRef:w,usePattern:_,useDefault:F,useCustomRule:x,opts:p,formats:y,logger:d.logger,self:d}),i=Q(h,z)+Q(l,N)+Q(m,q)+Q(v,T)+i;p.processCode&&(i=p.processCode(i,e));try{var n=new Function("self","RULES","formats","root","refVal","defaults","customRules","equal","ucs2length","ValidationError",i)(d,g,y,c,h,m,v,A,I,k);h[0]=n}catch(e){throw d.logger.error("Error compiling schema, function code:",i),e}return n.schema=e,n.errors=null,n.refs=f,n.refVal=h,n.root=s?n:r,o&&(n.$async=!0),!0===p.sourceCode&&(n.source={code:i,patterns:l,defaults:m}),n}function w(e,r,t){r=R.url(e,r);var a,s,o=f[r];if(void 0!==o)return S(a=h[o],s="refVal["+o+"]");if(!t&&c.refs){var i=c.refs[r];if(void 0!==i)return S(a=c.refVal[i],s=b(r,a))}s=b(r);var n,l=R.call(d,E,c,r);if(void 0!==l||(n=u&&u[r])&&(l=R.inlineRef(n,p.inlineRefs)?n:C.call(d,n,c,u,e)),void 0!==l)return S(h[f[r]]=l,s);delete f[r]}function b(e,r){var t=h.length;return h[t]=r,"refVal"+(f[e]=t)}function S(e,r){return"object"==typeof e||"boolean"==typeof e?{code:r,schema:e,inline:!0}:{code:r,$async:e&&!!e.$async}}function _(e){var r=t[e];return void 0===r&&(r=t[e]=l.length,l[r]=e),"pattern"+r}function F(e){switch(typeof e){case"boolean":case"number":return""+e;case"string":return $.toQuotedString(e);case"object":if(null===e)return"null";var r=D(e),t=a[r];return void 0===t&&(t=a[r]=m.length,m[t]=e),"default"+t}}function x(e,r,t,a){if(!1!==d._opts.validateSchema){var s=e.definition.dependencies;if(s&&!s.every(function(e){return Object.prototype.hasOwnProperty.call(t,e)}))throw new Error("parent schema must have all required keywords: "+s.join(","));var o=e.definition.validateSchema;if(o)if(!o(r)){var i="keyword schema is invalid: "+d.errorsText(o.errors);if("log"!=d._opts.validateSchema)throw new Error(i);d.logger.error(i)}}var n,l=e.definition.compile,c=e.definition.inline,u=e.definition.macro;if(l)n=l.call(d,r,t,a);else if(u)n=u.call(d,r,t,a),!1!==p.validateSchema&&d.validateSchema(n,!0);else if(c)n=c.call(d,a,e.keyword,r,t);else if(!(n=e.definition.validate))return;if(void 0===n)throw new Error('custom keyword "'+e.keyword+'"failed to compile');var h=v.length;return{code:"customRule"+h,validate:v[h]=n}}}function L(e,r,t){for(var a=0;a",_=P?">":"<",F=void 0;if(!y&&"number"!=typeof d&&void 0!==d)throw new Error(r+" must be number");if(!b&&void 0!==w&&"number"!=typeof w&&"boolean"!=typeof w)throw new Error(E+" must be number or boolean");b?(o="exclIsNumber"+u,i="' + "+(n="op"+u)+" + '",c+=" var schemaExcl"+u+" = "+(t=e.util.getData(w.$data,h,e.dataPathArr))+"; ",F=E,(l=l||[]).push(c+=" var "+(a="exclusive"+u)+"; var "+(s="exclType"+u)+" = typeof "+(t="schemaExcl"+u)+"; if ("+s+" != 'boolean' && "+s+" != 'undefined' && "+s+" != 'number') { "),c="",!1!==e.createErrors?(c+=" { keyword: '"+(F||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(f)+" , params: {} ",!1!==e.opts.messages&&(c+=" , message: '"+E+" should be boolean' "),e.opts.verbose&&(c+=" , schema: validate.schema"+p+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+v+" "),c+=" } "):c+=" {} ",x=c,c=l.pop(),c+=!e.compositeRule&&m?e.async?" throw new ValidationError(["+x+"]); ":" validate.errors = ["+x+"]; return false; ":" var err = "+x+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",c+=" } else if ( ",y&&(c+=" ("+g+" !== undefined && typeof "+g+" != 'number') || "),c+=" "+s+" == 'number' ? ( ("+a+" = "+g+" === undefined || "+t+" "+S+"= "+g+") ? "+v+" "+_+"= "+t+" : "+v+" "+_+" "+g+" ) : ( ("+a+" = "+t+" === true) ? "+v+" "+_+"= "+g+" : "+v+" "+_+" "+g+" ) || "+v+" !== "+v+") { var op"+u+" = "+a+" ? '"+S+"' : '"+S+"='; ",void 0===d&&(f=e.errSchemaPath+"/"+(F=E),g=t,y=b)):(i=S,(o="number"==typeof w)&&y?(n="'"+i+"'",c+=" if ( ",y&&(c+=" ("+g+" !== undefined && typeof "+g+" != 'number') || "),c+=" ( "+g+" === undefined || "+w+" "+S+"= "+g+" ? "+v+" "+_+"= "+w+" : "+v+" "+_+" "+g+" ) || "+v+" !== "+v+") { "):(o&&void 0===d?(a=!0,f=e.errSchemaPath+"/"+(F=E),g=w,_+="="):(o&&(g=Math[P?"min":"max"](w,d)),w===(!o||g)?(a=!0,f=e.errSchemaPath+"/"+(F=E),_+="="):(a=!1,i+="=")),n="'"+i+"'",c+=" if ( ",y&&(c+=" ("+g+" !== undefined && typeof "+g+" != 'number') || "),c+=" "+v+" "+_+" "+g+" || "+v+" !== "+v+") { ")),F=F||r,(l=l||[]).push(c),c="",!1!==e.createErrors?(c+=" { keyword: '"+(F||"_limit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(f)+" , params: { comparison: "+n+", limit: "+g+", exclusive: "+a+" } ",!1!==e.opts.messages&&(c+=" , message: 'should be "+i+" ",c+=y?"' + "+g:g+"'"),e.opts.verbose&&(c+=" , schema: ",c+=y?"validate.schema"+p:""+d,c+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+v+" "),c+=" } "):c+=" {} ";var x=c;return c=l.pop(),c+=!e.compositeRule&&m?e.async?" throw new ValidationError(["+x+"]); ":" validate.errors = ["+x+"]; return false; ":" var err = "+x+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",c+=" } ",m&&(c+=" else { "),c}},{}],14:[function(e,r,t){"use strict";r.exports=function(e,r){var t=" ",a=e.level,s=e.dataLevel,o=e.schema[r],i=e.schemaPath+e.util.getProperty(r),n=e.errSchemaPath+"/"+r,l=!e.opts.allErrors,c="data"+(s||""),u=e.opts.$data&&o&&o.$data,h=u?(t+=" var schema"+a+" = "+e.util.getData(o.$data,s,e.dataPathArr)+"; ","schema"+a):o;if(!u&&"number"!=typeof o)throw new Error(r+" must be number");t+="if ( ",u&&(t+=" ("+h+" !== undefined && typeof "+h+" != 'number') || ");var d=r,p=p||[];p.push(t+=" "+c+".length "+("maxItems"==r?">":"<")+" "+h+") { "),t="",!1!==e.createErrors?(t+=" { keyword: '"+(d||"_limitItems")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(n)+" , params: { limit: "+h+" } ",!1!==e.opts.messages&&(t+=" , message: 'should NOT have ",t+="maxItems"==r?"more":"fewer",t+=" than ",t+=u?"' + "+h+" + '":""+o,t+=" items' "),e.opts.verbose&&(t+=" , schema: ",t+=u?"validate.schema"+i:""+o,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),t+=" } "):t+=" {} ";var f=t,t=p.pop();return t+=!e.compositeRule&&l?e.async?" throw new ValidationError(["+f+"]); ":" validate.errors = ["+f+"]; return false; ":" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",l&&(t+=" else { "),t}},{}],15:[function(e,r,t){"use strict";r.exports=function(e,r){var t=" ",a=e.level,s=e.dataLevel,o=e.schema[r],i=e.schemaPath+e.util.getProperty(r),n=e.errSchemaPath+"/"+r,l=!e.opts.allErrors,c="data"+(s||""),u=e.opts.$data&&o&&o.$data,h=u?(t+=" var schema"+a+" = "+e.util.getData(o.$data,s,e.dataPathArr)+"; ","schema"+a):o;if(!u&&"number"!=typeof o)throw new Error(r+" must be number");t+="if ( ",u&&(t+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),t+=!1===e.opts.unicode?" "+c+".length ":" ucs2length("+c+") ";var d=r,p=p||[];p.push(t+=" "+("maxLength"==r?">":"<")+" "+h+") { "),t="",!1!==e.createErrors?(t+=" { keyword: '"+(d||"_limitLength")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(n)+" , params: { limit: "+h+" } ",!1!==e.opts.messages&&(t+=" , message: 'should NOT be ",t+="maxLength"==r?"longer":"shorter",t+=" than ",t+=u?"' + "+h+" + '":""+o,t+=" characters' "),e.opts.verbose&&(t+=" , schema: ",t+=u?"validate.schema"+i:""+o,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),t+=" } "):t+=" {} ";var f=t,t=p.pop();return t+=!e.compositeRule&&l?e.async?" throw new ValidationError(["+f+"]); ":" validate.errors = ["+f+"]; return false; ":" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",l&&(t+=" else { "),t}},{}],16:[function(e,r,t){"use strict";r.exports=function(e,r){var t=" ",a=e.level,s=e.dataLevel,o=e.schema[r],i=e.schemaPath+e.util.getProperty(r),n=e.errSchemaPath+"/"+r,l=!e.opts.allErrors,c="data"+(s||""),u=e.opts.$data&&o&&o.$data,h=u?(t+=" var schema"+a+" = "+e.util.getData(o.$data,s,e.dataPathArr)+"; ","schema"+a):o;if(!u&&"number"!=typeof o)throw new Error(r+" must be number");t+="if ( ",u&&(t+=" ("+h+" !== undefined && typeof "+h+" != 'number') || ");var d=r,p=p||[];p.push(t+=" Object.keys("+c+").length "+("maxProperties"==r?">":"<")+" "+h+") { "),t="",!1!==e.createErrors?(t+=" { keyword: '"+(d||"_limitProperties")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(n)+" , params: { limit: "+h+" } ",!1!==e.opts.messages&&(t+=" , message: 'should NOT have ",t+="maxProperties"==r?"more":"fewer",t+=" than ",t+=u?"' + "+h+" + '":""+o,t+=" properties' "),e.opts.verbose&&(t+=" , schema: ",t+=u?"validate.schema"+i:""+o,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),t+=" } "):t+=" {} ";var f=t,t=p.pop();return t+=!e.compositeRule&&l?e.async?" throw new ValidationError(["+f+"]); ":" validate.errors = ["+f+"]; return false; ":" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",l&&(t+=" else { "),t}},{}],17:[function(e,r,t){"use strict";r.exports=function(e,r){var t=" ",a=e.schema[r],s=e.schemaPath+e.util.getProperty(r),o=e.errSchemaPath+"/"+r,i=!e.opts.allErrors,n=e.util.copy(e),l="";n.level++;var c="valid"+n.level,u=n.baseId,h=!0,d=a;if(d)for(var p,f=-1,m=d.length-1;f "+_+") { ",x=c+"["+_+"]",d.schema=$,d.schemaPath=i+"["+_+"]",d.errSchemaPath=n+"/"+_,d.errorPath=e.util.getPathExpr(e.errorPath,_,e.opts.jsonPointers,!0),d.dataPathArr[v]=_,R=e.validate(d),d.baseId=g,e.util.varOccurences(R,y)<2?t+=" "+e.util.varReplace(R,y,x)+" ":t+=" var "+y+" = "+x+"; "+R+" ",t+=" } ",l&&(t+=" if ("+f+") { ",p+="}"))}"object"==typeof b&&(e.opts.strictKeywords?"object"==typeof b&&0 "+o.length+") { for (var "+m+" = "+o.length+"; "+m+" < "+c+".length; "+m+"++) { ",d.errorPath=e.util.getPathExpr(e.errorPath,m,e.opts.jsonPointers,!0),x=c+"["+m+"]",d.dataPathArr[v]=m,R=e.validate(d),d.baseId=g,e.util.varOccurences(R,y)<2?t+=" "+e.util.varReplace(R,y,x)+" ":t+=" var "+y+" = "+x+"; "+R+" ",l&&(t+=" if (!"+f+") break; "),t+=" } } ",l&&(t+=" if ("+f+") { ",p+="}"))}else{(e.opts.strictKeywords?"object"==typeof o&&0 1e-"+e.opts.multipleOfPrecision+" ":" division"+a+" !== parseInt(division"+a+") ",t+=" ) ",u&&(t+=" ) ");var d=d||[];d.push(t+=" ) { "),t="",!1!==e.createErrors?(t+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(n)+" , params: { multipleOf: "+h+" } ",!1!==e.opts.messages&&(t+=" , message: 'should be multiple of ",t+=u?"' + "+h:h+"'"),e.opts.verbose&&(t+=" , schema: ",t+=u?"validate.schema"+i:""+o,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),t+=" } "):t+=" {} ";var p=t,t=d.pop();return t+=!e.compositeRule&&l?e.async?" throw new ValidationError(["+p+"]); ":" validate.errors = ["+p+"]; return false; ":" var err = "+p+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",l&&(t+=" else { "),t}},{}],30:[function(e,r,t){"use strict";r.exports=function(e,r){var t=" ",a=e.level,s=e.dataLevel,o=e.schema[r],i=e.schemaPath+e.util.getProperty(r),n=e.errSchemaPath+"/"+r,l=!e.opts.allErrors,c="data"+(s||""),u="errs__"+a,h=e.util.copy(e);h.level++;var d,p,f,m,v="valid"+h.level;return(e.opts.strictKeywords?"object"==typeof o&&0 1) { ",t=e.schema.items&&e.schema.items.type,a=Array.isArray(t),!t||"object"==t||"array"==t||a&&(0<=t.indexOf("object")||0<=t.indexOf("array"))?i+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+p+"[i], "+p+"[j])) { "+f+" = false; break outer; } } } ":(i+=" var itemIndices = {}, item; for (;i--;) { var item = "+p+"[i]; ",i+=" if ("+e.util["checkDataType"+(a?"s":"")](t,"item",e.opts.strictNumbers,!0)+") continue; ",a&&(i+=" if (typeof item == 'string') item = '\"' + item; "),i+=" if (typeof itemIndices[item] == 'number') { "+f+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "),i+=" } ",m&&(i+=" } "),(s=s||[]).push(i+=" if (!"+f+") { "),i="",!1!==e.createErrors?(i+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(h)+" , params: { i: i, j: j } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "),e.opts.verbose&&(i+=" , schema: ",i+=m?"validate.schema"+u:""+c,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ",o=i,i=s.pop(),i+=!e.compositeRule&&d?e.async?" throw new ValidationError(["+o+"]); ":" validate.errors = ["+o+"]; return false; ":" var err = "+o+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",d&&(i+=" else { ")):d&&(i+=" if (true) { "),i}},{}],38:[function(e,r,t){"use strict";r.exports=function(a,e){var r="",t=!0===a.schema.$async,s=a.util.schemaHasRulesExcept(a.schema,a.RULES.all,"$ref"),o=a.self._getId(a.schema);if(a.opts.strictKeywords){var i=a.util.schemaUnknownRules(a.schema,a.RULES.keywords);if(i){var n="unknown keyword: "+i;if("log"!==a.opts.strictKeywords)throw new Error(n);a.logger.warn(n)}}if(a.isTop&&(r+=" var validate = ",t&&(a.async=!0,r+="async "),r+="function(data, dataPath, parentData, parentDataProperty, rootData) { 'use strict'; ",o&&(a.opts.sourceCode||a.opts.processCode)&&(r+=" /*# sourceURL="+o+" */ ")),"boolean"==typeof a.schema||!s&&!a.schema.$ref){var l=a.level,c=a.dataLevel,u=a.schema[e="false schema"],h=a.schemaPath+a.util.getProperty(e),d=a.errSchemaPath+"/"+e,p=!a.opts.allErrors,f="data"+(c||""),m="valid"+l;return!1===a.schema?(a.isTop?p=!0:r+=" var "+m+" = false; ",(U=U||[]).push(r),r="",!1!==a.createErrors?(r+=" { keyword: 'false schema' , dataPath: (dataPath || '') + "+a.errorPath+" , schemaPath: "+a.util.toQuotedString(d)+" , params: {} ",!1!==a.opts.messages&&(r+=" , message: 'boolean schema is false' "),a.opts.verbose&&(r+=" , schema: false , parentSchema: validate.schema"+a.schemaPath+" , data: "+f+" "),r+=" } "):r+=" {} ",D=r,r=U.pop(),r+=!a.compositeRule&&p?a.async?" throw new ValidationError(["+D+"]); ":" validate.errors = ["+D+"]; return false; ":" var err = "+D+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "):r+=a.isTop?t?" return data; ":" validate.errors = null; return true; ":" var "+m+" = true; ",a.isTop&&(r+=" }; return validate; "),r}if(a.isTop){var v=a.isTop,l=a.level=0,c=a.dataLevel=0,f="data";if(a.rootId=a.resolve.fullPath(a.self._getId(a.root.schema)),a.baseId=a.baseId||a.rootId,delete a.isTop,a.dataPathArr=[""],void 0!==a.schema.default&&a.opts.useDefaults&&a.opts.strictDefaults){var y="default is ignored in the schema root";if("log"!==a.opts.strictDefaults)throw new Error(y);a.logger.warn(y)}r+=" var vErrors = null; ",r+=" var errors = 0; ",r+=" if (rootData === undefined) rootData = data; "}else{l=a.level,f="data"+((c=a.dataLevel)||"");if(o&&(a.baseId=a.resolve.url(a.baseId,o)),t&&!a.async)throw new Error("async schema in sync schema");r+=" var errs_"+l+" = errors;"}var g,m="valid"+l,p=!a.opts.allErrors,P="",E="",w=a.schema.type,b=Array.isArray(w);if(w&&a.opts.nullable&&!0===a.schema.nullable&&(b?-1==w.indexOf("null")&&(w=w.concat("null")):"null"!=w&&(w=[w,"null"],b=!0)),b&&1==w.length&&(w=w[0],b=!1),a.schema.$ref&&s){if("fail"==a.opts.extendRefs)throw new Error('$ref: validation keywords used in schema at path "'+a.errSchemaPath+'" (see option extendRefs)');!0!==a.opts.extendRefs&&(s=!1,a.logger.warn('$ref: keywords ignored in schema at path "'+a.errSchemaPath+'"'))}if(a.schema.$comment&&a.opts.$comment&&(r+=" "+a.RULES.all.$comment.code(a,"$comment")),w){a.opts.coerceTypes&&(g=a.util.coerceToTypes(a.opts.coerceTypes,w));var S=a.RULES.types[w];if(g||b||!0===S||S&&!Z(S)){h=a.schemaPath+".type",d=a.errSchemaPath+"/type",h=a.schemaPath+".type",d=a.errSchemaPath+"/type";if(r+=" if ("+a.util[b?"checkDataTypes":"checkDataType"](w,f,a.opts.strictNumbers,!0)+") { ",g){var _="dataType"+l,F="coerced"+l;r+=" var "+_+" = typeof "+f+"; var "+F+" = undefined; ","array"==a.opts.coerceTypes&&(r+=" if ("+_+" == 'object' && Array.isArray("+f+") && "+f+".length == 1) { "+f+" = "+f+"[0]; "+_+" = typeof "+f+"; if ("+a.util.checkDataType(a.schema.type,f,a.opts.strictNumbers)+") "+F+" = "+f+"; } "),r+=" if ("+F+" !== undefined) ; ";var x=g;if(x)for(var R,$=-1,j=x.length-1;$= 0x80 (not a basic code point)","invalid-input":"Invalid input"},k=Math.floor,C=String.fromCharCode;function L(e){throw new RangeError(i[e])}function n(e,r){var t=e.split("@"),a="";return 1>1,e+=k(e/r);455k((A-a)/h))&&L("overflow"),a+=p*h;var f=d<=o?1:o+26<=d?26:d-o;if(pk(A/m)&&L("overflow"),h*=m}var v=r.length+1,o=z(a-u,v,0==u);k(a/v)>A-s&&L("overflow"),s+=k(a/v),a%=v,r.splice(a++,0,s)}return String.fromCodePoint.apply(String,r)}function c(e){var r=[],t=(e=N(e)).length,a=128,s=0,o=72,i=!0,n=!1,l=void 0;try{for(var c,u=e[Symbol.iterator]();!(i=(c=u.next()).done);i=!0){var h=c.value;h<128&&r.push(C(h))}}catch(e){n=!0,l=e}finally{try{!i&&u.return&&u.return()}finally{if(n)throw l}}var d=r.length,p=d;for(d&&r.push("-");pk((A-s)/w)&&L("overflow"),s+=(f-a)*w,a=f;var b=!0,S=!1,_=void 0;try{for(var F,x=e[Symbol.iterator]();!(b=(F=x.next()).done);b=!0){var R=F.value;if(RA&&L("overflow"),R==a){for(var $=s,j=36;;j+=36){var D=j<=o?1:o+26<=j?26:j-o;if($>6|192).toString(16).toUpperCase()+"%"+(63&r|128).toString(16).toUpperCase():"%"+(r>>12|224).toString(16).toUpperCase()+"%"+(r>>6&63|128).toString(16).toUpperCase()+"%"+(63&r|128).toString(16).toUpperCase()}function p(e){for(var r="",t=0,a=e.length;tA-Z\\x5E-\\x7E]",'[\\"\\\\]')),Y=new RegExp(K,"g"),W=new RegExp("(?:(?:%[EFef][0-9A-Fa-f]%[0-9A-Fa-f][0-9A-Fa-f]%[0-9A-Fa-f][0-9A-Fa-f])|(?:%[89A-Fa-f][0-9A-Fa-f]%[0-9A-Fa-f][0-9A-Fa-f])|(?:%[0-9A-Fa-f][0-9A-Fa-f]))","g"),X=new RegExp(J("[^]","[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]","[\\.]",'[\\"]',G),"g"),ee=new RegExp(J("[^]",K,"[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"),"g"),re=ee;function te(e){var r=p(e);return r.match(Y)?r:e}var ae={scheme:"mailto",parse:function(e,r){var t=e,a=t.to=t.path?t.path.split(","):[];if(t.path=void 0,t.query){for(var s=!1,o={},i=t.query.split("&"),n=0,l=i.length;n); + + message: string; + errors: Array; + ajv: true; + validation: true; + } + + class MissingRefError extends Error { + constructor(baseId: string, ref: string, message?: string); + static message: (baseId: string, ref: string) => string; + + message: string; + missingRef: string; + missingSchema: string; + } +} + +declare namespace ajv { + type ValidationError = AjvErrors.ValidationError; + + type MissingRefError = AjvErrors.MissingRefError; + + interface Ajv { + /** + * Validate data using schema + * Schema will be compiled and cached (using serialized JSON as key, [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) is used to serialize by default). + * @param {string|object|Boolean} schemaKeyRef key, ref or schema object + * @param {Any} data to be validated + * @return {Boolean} validation result. Errors from the last validation will be available in `ajv.errors` (and also in compiled schema: `schema.errors`). + */ + validate(schemaKeyRef: object | string | boolean, data: any): boolean | PromiseLike; + /** + * Create validating function for passed schema. + * @param {object|Boolean} schema schema object + * @return {Function} validating function + */ + compile(schema: object | boolean): ValidateFunction; + /** + * Creates validating function for passed schema with asynchronous loading of missing schemas. + * `loadSchema` option should be a function that accepts schema uri and node-style callback. + * @this Ajv + * @param {object|Boolean} schema schema object + * @param {Boolean} meta optional true to compile meta-schema; this parameter can be skipped + * @param {Function} callback optional node-style callback, it is always called with 2 parameters: error (or null) and validating function. + * @return {PromiseLike} validating function + */ + compileAsync(schema: object | boolean, meta?: Boolean, callback?: (err: Error, validate: ValidateFunction) => any): PromiseLike; + /** + * Adds schema to the instance. + * @param {object|Array} schema schema or array of schemas. If array is passed, `key` and other parameters will be ignored. + * @param {string} key Optional schema key. Can be passed to `validate` method instead of schema object or id/ref. One schema per instance can have empty `id` and `key`. + * @return {Ajv} this for method chaining + */ + addSchema(schema: Array | object, key?: string): Ajv; + /** + * Add schema that will be used to validate other schemas + * options in META_IGNORE_OPTIONS are alway set to false + * @param {object} schema schema object + * @param {string} key optional schema key + * @return {Ajv} this for method chaining + */ + addMetaSchema(schema: object, key?: string): Ajv; + /** + * Validate schema + * @param {object|Boolean} schema schema to validate + * @return {Boolean} true if schema is valid + */ + validateSchema(schema: object | boolean): boolean; + /** + * Get compiled schema from the instance by `key` or `ref`. + * @param {string} keyRef `key` that was passed to `addSchema` or full schema reference (`schema.id` or resolved id). + * @return {Function} schema validating function (with property `schema`). Returns undefined if keyRef can't be resolved to an existing schema. + */ + getSchema(keyRef: string): ValidateFunction | undefined; + /** + * Remove cached schema(s). + * If no parameter is passed all schemas but meta-schemas are removed. + * If RegExp is passed all schemas with key/id matching pattern but meta-schemas are removed. + * Even if schema is referenced by other schemas it still can be removed as other schemas have local references. + * @param {string|object|RegExp|Boolean} schemaKeyRef key, ref, pattern to match key/ref or schema object + * @return {Ajv} this for method chaining + */ + removeSchema(schemaKeyRef?: object | string | RegExp | boolean): Ajv; + /** + * Add custom format + * @param {string} name format name + * @param {string|RegExp|Function} format string is converted to RegExp; function should return boolean (true when valid) + * @return {Ajv} this for method chaining + */ + addFormat(name: string, format: FormatValidator | FormatDefinition): Ajv; + /** + * Define custom keyword + * @this Ajv + * @param {string} keyword custom keyword, should be a valid identifier, should be different from all standard, custom and macro keywords. + * @param {object} definition keyword definition object with properties `type` (type(s) which the keyword applies to), `validate` or `compile`. + * @return {Ajv} this for method chaining + */ + addKeyword(keyword: string, definition: KeywordDefinition): Ajv; + /** + * Get keyword definition + * @this Ajv + * @param {string} keyword pre-defined or custom keyword. + * @return {object|Boolean} custom keyword definition, `true` if it is a predefined keyword, `false` otherwise. + */ + getKeyword(keyword: string): object | boolean; + /** + * Remove keyword + * @this Ajv + * @param {string} keyword pre-defined or custom keyword. + * @return {Ajv} this for method chaining + */ + removeKeyword(keyword: string): Ajv; + /** + * Validate keyword + * @this Ajv + * @param {object} definition keyword definition object + * @param {boolean} throwError true to throw exception if definition is invalid + * @return {boolean} validation result + */ + validateKeyword(definition: KeywordDefinition, throwError: boolean): boolean; + /** + * Convert array of error message objects to string + * @param {Array} errors optional array of validation errors, if not passed errors from the instance are used. + * @param {object} options optional options with properties `separator` and `dataVar`. + * @return {string} human readable string with all errors descriptions + */ + errorsText(errors?: Array | null, options?: ErrorsTextOptions): string; + errors?: Array | null; + _opts: Options; + } + + interface CustomLogger { + log(...args: any[]): any; + warn(...args: any[]): any; + error(...args: any[]): any; + } + + interface ValidateFunction { + ( + data: any, + dataPath?: string, + parentData?: object | Array, + parentDataProperty?: string | number, + rootData?: object | Array + ): boolean | PromiseLike; + schema?: object | boolean; + errors?: null | Array; + refs?: object; + refVal?: Array; + root?: ValidateFunction | object; + $async?: true; + source?: object; + } + + interface Options { + $data?: boolean; + allErrors?: boolean; + verbose?: boolean; + jsonPointers?: boolean; + uniqueItems?: boolean; + unicode?: boolean; + format?: false | string; + formats?: object; + keywords?: object; + unknownFormats?: true | string[] | 'ignore'; + schemas?: Array | object; + schemaId?: '$id' | 'id' | 'auto'; + missingRefs?: true | 'ignore' | 'fail'; + extendRefs?: true | 'ignore' | 'fail'; + loadSchema?: (uri: string, cb?: (err: Error, schema: object) => void) => PromiseLike; + removeAdditional?: boolean | 'all' | 'failing'; + useDefaults?: boolean | 'empty' | 'shared'; + coerceTypes?: boolean | 'array'; + strictDefaults?: boolean | 'log'; + strictKeywords?: boolean | 'log'; + strictNumbers?: boolean; + async?: boolean | string; + transpile?: string | ((code: string) => string); + meta?: boolean | object; + validateSchema?: boolean | 'log'; + addUsedSchema?: boolean; + inlineRefs?: boolean | number; + passContext?: boolean; + loopRequired?: number; + ownProperties?: boolean; + multipleOfPrecision?: boolean | number; + errorDataPath?: string, + messages?: boolean; + sourceCode?: boolean; + processCode?: (code: string, schema: object) => string; + cache?: object; + logger?: CustomLogger | false; + nullable?: boolean; + serialize?: ((schema: object | boolean) => any) | false; + } + + type FormatValidator = string | RegExp | ((data: string) => boolean | PromiseLike); + type NumberFormatValidator = ((data: number) => boolean | PromiseLike); + + interface NumberFormatDefinition { + type: "number", + validate: NumberFormatValidator; + compare?: (data1: number, data2: number) => number; + async?: boolean; + } + + interface StringFormatDefinition { + type?: "string", + validate: FormatValidator; + compare?: (data1: string, data2: string) => number; + async?: boolean; + } + + type FormatDefinition = NumberFormatDefinition | StringFormatDefinition; + + interface KeywordDefinition { + type?: string | Array; + async?: boolean; + $data?: boolean; + errors?: boolean | string; + metaSchema?: object; + // schema: false makes validate not to expect schema (ValidateFunction) + schema?: boolean; + statements?: boolean; + dependencies?: Array; + modifying?: boolean; + valid?: boolean; + // one and only one of the following properties should be present + validate?: SchemaValidateFunction | ValidateFunction; + compile?: (schema: any, parentSchema: object, it: CompilationContext) => ValidateFunction; + macro?: (schema: any, parentSchema: object, it: CompilationContext) => object | boolean; + inline?: (it: CompilationContext, keyword: string, schema: any, parentSchema: object) => string; + } + + interface CompilationContext { + level: number; + dataLevel: number; + dataPathArr: string[]; + schema: any; + schemaPath: string; + baseId: string; + async: boolean; + opts: Options; + formats: { + [index: string]: FormatDefinition | undefined; + }; + keywords: { + [index: string]: KeywordDefinition | undefined; + }; + compositeRule: boolean; + validate: (schema: object) => boolean; + util: { + copy(obj: any, target?: any): any; + toHash(source: string[]): { [index: string]: true | undefined }; + equal(obj: any, target: any): boolean; + getProperty(str: string): string; + schemaHasRules(schema: object, rules: any): string; + escapeQuotes(str: string): string; + toQuotedString(str: string): string; + getData(jsonPointer: string, dataLevel: number, paths: string[]): string; + escapeJsonPointer(str: string): string; + unescapeJsonPointer(str: string): string; + escapeFragment(str: string): string; + unescapeFragment(str: string): string; + }; + self: Ajv; + } + + interface SchemaValidateFunction { + ( + schema: any, + data: any, + parentSchema?: object, + dataPath?: string, + parentData?: object | Array, + parentDataProperty?: string | number, + rootData?: object | Array + ): boolean | PromiseLike; + errors?: Array; + } + + interface ErrorsTextOptions { + separator?: string; + dataVar?: string; + } + + interface ErrorObject { + keyword: string; + dataPath: string; + schemaPath: string; + params: ErrorParameters; + // Added to validation errors of propertyNames keyword schema + propertyName?: string; + // Excluded if messages set to false. + message?: string; + // These are added with the `verbose` option. + schema?: any; + parentSchema?: object; + data?: any; + } + + type ErrorParameters = RefParams | LimitParams | AdditionalPropertiesParams | + DependenciesParams | FormatParams | ComparisonParams | + MultipleOfParams | PatternParams | RequiredParams | + TypeParams | UniqueItemsParams | CustomParams | + PatternRequiredParams | PropertyNamesParams | + IfParams | SwitchParams | NoParams | EnumParams; + + interface RefParams { + ref: string; + } + + interface LimitParams { + limit: number; + } + + interface AdditionalPropertiesParams { + additionalProperty: string; + } + + interface DependenciesParams { + property: string; + missingProperty: string; + depsCount: number; + deps: string; + } + + interface FormatParams { + format: string + } + + interface ComparisonParams { + comparison: string; + limit: number | string; + exclusive: boolean; + } + + interface MultipleOfParams { + multipleOf: number; + } + + interface PatternParams { + pattern: string; + } + + interface RequiredParams { + missingProperty: string; + } + + interface TypeParams { + type: string; + } + + interface UniqueItemsParams { + i: number; + j: number; + } + + interface CustomParams { + keyword: string; + } + + interface PatternRequiredParams { + missingPattern: string; + } + + interface PropertyNamesParams { + propertyName: string; + } + + interface IfParams { + failingKeyword: string; + } + + interface SwitchParams { + caseIndex: number; + } + + interface NoParams { } + + interface EnumParams { + allowedValues: Array; + } +} + +export = ajv; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/ajv.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/ajv.js" new file mode 100644 index 0000000..06a45b6 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/ajv.js" @@ -0,0 +1,506 @@ +'use strict'; + +var compileSchema = require('./compile') + , resolve = require('./compile/resolve') + , Cache = require('./cache') + , SchemaObject = require('./compile/schema_obj') + , stableStringify = require('fast-json-stable-stringify') + , formats = require('./compile/formats') + , rules = require('./compile/rules') + , $dataMetaSchema = require('./data') + , util = require('./compile/util'); + +module.exports = Ajv; + +Ajv.prototype.validate = validate; +Ajv.prototype.compile = compile; +Ajv.prototype.addSchema = addSchema; +Ajv.prototype.addMetaSchema = addMetaSchema; +Ajv.prototype.validateSchema = validateSchema; +Ajv.prototype.getSchema = getSchema; +Ajv.prototype.removeSchema = removeSchema; +Ajv.prototype.addFormat = addFormat; +Ajv.prototype.errorsText = errorsText; + +Ajv.prototype._addSchema = _addSchema; +Ajv.prototype._compile = _compile; + +Ajv.prototype.compileAsync = require('./compile/async'); +var customKeyword = require('./keyword'); +Ajv.prototype.addKeyword = customKeyword.add; +Ajv.prototype.getKeyword = customKeyword.get; +Ajv.prototype.removeKeyword = customKeyword.remove; +Ajv.prototype.validateKeyword = customKeyword.validate; + +var errorClasses = require('./compile/error_classes'); +Ajv.ValidationError = errorClasses.Validation; +Ajv.MissingRefError = errorClasses.MissingRef; +Ajv.$dataMetaSchema = $dataMetaSchema; + +var META_SCHEMA_ID = 'http://json-schema.org/draft-07/schema'; + +var META_IGNORE_OPTIONS = [ 'removeAdditional', 'useDefaults', 'coerceTypes', 'strictDefaults' ]; +var META_SUPPORT_DATA = ['/properties']; + +/** + * Creates validator instance. + * Usage: `Ajv(opts)` + * @param {Object} opts optional options + * @return {Object} ajv instance + */ +function Ajv(opts) { + if (!(this instanceof Ajv)) return new Ajv(opts); + opts = this._opts = util.copy(opts) || {}; + setLogger(this); + this._schemas = {}; + this._refs = {}; + this._fragments = {}; + this._formats = formats(opts.format); + + this._cache = opts.cache || new Cache; + this._loadingSchemas = {}; + this._compilations = []; + this.RULES = rules(); + this._getId = chooseGetId(opts); + + opts.loopRequired = opts.loopRequired || Infinity; + if (opts.errorDataPath == 'property') opts._errorDataPathProperty = true; + if (opts.serialize === undefined) opts.serialize = stableStringify; + this._metaOpts = getMetaSchemaOptions(this); + + if (opts.formats) addInitialFormats(this); + if (opts.keywords) addInitialKeywords(this); + addDefaultMetaSchema(this); + if (typeof opts.meta == 'object') this.addMetaSchema(opts.meta); + if (opts.nullable) this.addKeyword('nullable', {metaSchema: {type: 'boolean'}}); + addInitialSchemas(this); +} + + + +/** + * Validate data using schema + * Schema will be compiled and cached (using serialized JSON as key. [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) is used to serialize. + * @this Ajv + * @param {String|Object} schemaKeyRef key, ref or schema object + * @param {Any} data to be validated + * @return {Boolean} validation result. Errors from the last validation will be available in `ajv.errors` (and also in compiled schema: `schema.errors`). + */ +function validate(schemaKeyRef, data) { + var v; + if (typeof schemaKeyRef == 'string') { + v = this.getSchema(schemaKeyRef); + if (!v) throw new Error('no schema with key or ref "' + schemaKeyRef + '"'); + } else { + var schemaObj = this._addSchema(schemaKeyRef); + v = schemaObj.validate || this._compile(schemaObj); + } + + var valid = v(data); + if (v.$async !== true) this.errors = v.errors; + return valid; +} + + +/** + * Create validating function for passed schema. + * @this Ajv + * @param {Object} schema schema object + * @param {Boolean} _meta true if schema is a meta-schema. Used internally to compile meta schemas of custom keywords. + * @return {Function} validating function + */ +function compile(schema, _meta) { + var schemaObj = this._addSchema(schema, undefined, _meta); + return schemaObj.validate || this._compile(schemaObj); +} + + +/** + * Adds schema to the instance. + * @this Ajv + * @param {Object|Array} schema schema or array of schemas. If array is passed, `key` and other parameters will be ignored. + * @param {String} key Optional schema key. Can be passed to `validate` method instead of schema object or id/ref. One schema per instance can have empty `id` and `key`. + * @param {Boolean} _skipValidation true to skip schema validation. Used internally, option validateSchema should be used instead. + * @param {Boolean} _meta true if schema is a meta-schema. Used internally, addMetaSchema should be used instead. + * @return {Ajv} this for method chaining + */ +function addSchema(schema, key, _skipValidation, _meta) { + if (Array.isArray(schema)){ + for (var i=0; i} errors optional array of validation errors, if not passed errors from the instance are used. + * @param {Object} options optional options with properties `separator` and `dataVar`. + * @return {String} human readable string with all errors descriptions + */ +function errorsText(errors, options) { + errors = errors || this.errors; + if (!errors) return 'No errors'; + options = options || {}; + var separator = options.separator === undefined ? ', ' : options.separator; + var dataVar = options.dataVar === undefined ? 'data' : options.dataVar; + + var text = ''; + for (var i=0; i%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i; +// For the source: https://gist.github.com/dperini/729294 +// For test cases: https://mathiasbynens.be/demo/url-regex +// @todo Delete current URL in favour of the commented out URL rule when this issue is fixed https://github.com/eslint/eslint/issues/7983. +// var URL = /^(?:(?:https?|ftp):\/\/)(?:\S+(?::\S*)?@)?(?:(?!10(?:\.\d{1,3}){3})(?!127(?:\.\d{1,3}){3})(?!169\.254(?:\.\d{1,3}){2})(?!192\.168(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u{00a1}-\u{ffff}0-9]+-)*[a-z\u{00a1}-\u{ffff}0-9]+)(?:\.(?:[a-z\u{00a1}-\u{ffff}0-9]+-)*[a-z\u{00a1}-\u{ffff}0-9]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu; +var URL = /^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i; +var UUID = /^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i; +var JSON_POINTER = /^(?:\/(?:[^~/]|~0|~1)*)*$/; +var JSON_POINTER_URI_FRAGMENT = /^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i; +var RELATIVE_JSON_POINTER = /^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/; + + +module.exports = formats; + +function formats(mode) { + mode = mode == 'full' ? 'full' : 'fast'; + return util.copy(formats[mode]); +} + + +formats.fast = { + // date: http://tools.ietf.org/html/rfc3339#section-5.6 + date: /^\d\d\d\d-[0-1]\d-[0-3]\d$/, + // date-time: http://tools.ietf.org/html/rfc3339#section-5.6 + time: /^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i, + 'date-time': /^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i, + // uri: https://github.com/mafintosh/is-my-json-valid/blob/master/formats.js + uri: /^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i, + 'uri-reference': /^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i, + 'uri-template': URITEMPLATE, + url: URL, + // email (sources from jsen validator): + // http://stackoverflow.com/questions/201323/using-a-regular-expression-to-validate-an-email-address#answer-8829363 + // http://www.w3.org/TR/html5/forms.html#valid-e-mail-address (search for 'willful violation') + email: /^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i, + hostname: HOSTNAME, + // optimized https://www.safaribooksonline.com/library/view/regular-expressions-cookbook/9780596802837/ch07s16.html + ipv4: /^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/, + // optimized http://stackoverflow.com/questions/53497/regular-expression-that-matches-valid-ipv6-addresses + ipv6: /^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i, + regex: regex, + // uuid: http://tools.ietf.org/html/rfc4122 + uuid: UUID, + // JSON-pointer: https://tools.ietf.org/html/rfc6901 + // uri fragment: https://tools.ietf.org/html/rfc3986#appendix-A + 'json-pointer': JSON_POINTER, + 'json-pointer-uri-fragment': JSON_POINTER_URI_FRAGMENT, + // relative JSON-pointer: http://tools.ietf.org/html/draft-luff-relative-json-pointer-00 + 'relative-json-pointer': RELATIVE_JSON_POINTER +}; + + +formats.full = { + date: date, + time: time, + 'date-time': date_time, + uri: uri, + 'uri-reference': URIREF, + 'uri-template': URITEMPLATE, + url: URL, + email: /^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i, + hostname: HOSTNAME, + ipv4: /^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/, + ipv6: /^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i, + regex: regex, + uuid: UUID, + 'json-pointer': JSON_POINTER, + 'json-pointer-uri-fragment': JSON_POINTER_URI_FRAGMENT, + 'relative-json-pointer': RELATIVE_JSON_POINTER +}; + + +function isLeapYear(year) { + // https://tools.ietf.org/html/rfc3339#appendix-C + return year % 4 === 0 && (year % 100 !== 0 || year % 400 === 0); +} + + +function date(str) { + // full-date from http://tools.ietf.org/html/rfc3339#section-5.6 + var matches = str.match(DATE); + if (!matches) return false; + + var year = +matches[1]; + var month = +matches[2]; + var day = +matches[3]; + + return month >= 1 && month <= 12 && day >= 1 && + day <= (month == 2 && isLeapYear(year) ? 29 : DAYS[month]); +} + + +function time(str, full) { + var matches = str.match(TIME); + if (!matches) return false; + + var hour = matches[1]; + var minute = matches[2]; + var second = matches[3]; + var timeZone = matches[5]; + return ((hour <= 23 && minute <= 59 && second <= 59) || + (hour == 23 && minute == 59 && second == 60)) && + (!full || timeZone); +} + + +var DATE_TIME_SEPARATOR = /t|\s/i; +function date_time(str) { + // http://tools.ietf.org/html/rfc3339#section-5.6 + var dateTime = str.split(DATE_TIME_SEPARATOR); + return dateTime.length == 2 && date(dateTime[0]) && time(dateTime[1], true); +} + + +var NOT_URI_FRAGMENT = /\/|:/; +function uri(str) { + // http://jmrware.com/articles/2009/uri_regexp/URI_regex.html + optional protocol + required "." + return NOT_URI_FRAGMENT.test(str) && URI.test(str); +} + + +var Z_ANCHOR = /[^\\]\\Z/; +function regex(str) { + if (Z_ANCHOR.test(str)) return false; + try { + new RegExp(str); + return true; + } catch(e) { + return false; + } +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/index.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/index.js" new file mode 100644 index 0000000..97518c4 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/index.js" @@ -0,0 +1,387 @@ +'use strict'; + +var resolve = require('./resolve') + , util = require('./util') + , errorClasses = require('./error_classes') + , stableStringify = require('fast-json-stable-stringify'); + +var validateGenerator = require('../dotjs/validate'); + +/** + * Functions below are used inside compiled validations function + */ + +var ucs2length = util.ucs2length; +var equal = require('fast-deep-equal'); + +// this error is thrown by async schemas to return validation errors via exception +var ValidationError = errorClasses.Validation; + +module.exports = compile; + + +/** + * Compiles schema to validation function + * @this Ajv + * @param {Object} schema schema object + * @param {Object} root object with information about the root schema for this schema + * @param {Object} localRefs the hash of local references inside the schema (created by resolve.id), used for inline resolution + * @param {String} baseId base ID for IDs in the schema + * @return {Function} validation function + */ +function compile(schema, root, localRefs, baseId) { + /* jshint validthis: true, evil: true */ + /* eslint no-shadow: 0 */ + var self = this + , opts = this._opts + , refVal = [ undefined ] + , refs = {} + , patterns = [] + , patternsHash = {} + , defaults = [] + , defaultsHash = {} + , customRules = []; + + root = root || { schema: schema, refVal: refVal, refs: refs }; + + var c = checkCompiling.call(this, schema, root, baseId); + var compilation = this._compilations[c.index]; + if (c.compiling) return (compilation.callValidate = callValidate); + + var formats = this._formats; + var RULES = this.RULES; + + try { + var v = localCompile(schema, root, localRefs, baseId); + compilation.validate = v; + var cv = compilation.callValidate; + if (cv) { + cv.schema = v.schema; + cv.errors = null; + cv.refs = v.refs; + cv.refVal = v.refVal; + cv.root = v.root; + cv.$async = v.$async; + if (opts.sourceCode) cv.source = v.source; + } + return v; + } finally { + endCompiling.call(this, schema, root, baseId); + } + + /* @this {*} - custom context, see passContext option */ + function callValidate() { + /* jshint validthis: true */ + var validate = compilation.validate; + var result = validate.apply(this, arguments); + callValidate.errors = validate.errors; + return result; + } + + function localCompile(_schema, _root, localRefs, baseId) { + var isRoot = !_root || (_root && _root.schema == _schema); + if (_root.schema != root.schema) + return compile.call(self, _schema, _root, localRefs, baseId); + + var $async = _schema.$async === true; + + var sourceCode = validateGenerator({ + isTop: true, + schema: _schema, + isRoot: isRoot, + baseId: baseId, + root: _root, + schemaPath: '', + errSchemaPath: '#', + errorPath: '""', + MissingRefError: errorClasses.MissingRef, + RULES: RULES, + validate: validateGenerator, + util: util, + resolve: resolve, + resolveRef: resolveRef, + usePattern: usePattern, + useDefault: useDefault, + useCustomRule: useCustomRule, + opts: opts, + formats: formats, + logger: self.logger, + self: self + }); + + sourceCode = vars(refVal, refValCode) + vars(patterns, patternCode) + + vars(defaults, defaultCode) + vars(customRules, customRuleCode) + + sourceCode; + + if (opts.processCode) sourceCode = opts.processCode(sourceCode, _schema); + // console.log('\n\n\n *** \n', JSON.stringify(sourceCode)); + var validate; + try { + var makeValidate = new Function( + 'self', + 'RULES', + 'formats', + 'root', + 'refVal', + 'defaults', + 'customRules', + 'equal', + 'ucs2length', + 'ValidationError', + sourceCode + ); + + validate = makeValidate( + self, + RULES, + formats, + root, + refVal, + defaults, + customRules, + equal, + ucs2length, + ValidationError + ); + + refVal[0] = validate; + } catch(e) { + self.logger.error('Error compiling schema, function code:', sourceCode); + throw e; + } + + validate.schema = _schema; + validate.errors = null; + validate.refs = refs; + validate.refVal = refVal; + validate.root = isRoot ? validate : _root; + if ($async) validate.$async = true; + if (opts.sourceCode === true) { + validate.source = { + code: sourceCode, + patterns: patterns, + defaults: defaults + }; + } + + return validate; + } + + function resolveRef(baseId, ref, isRoot) { + ref = resolve.url(baseId, ref); + var refIndex = refs[ref]; + var _refVal, refCode; + if (refIndex !== undefined) { + _refVal = refVal[refIndex]; + refCode = 'refVal[' + refIndex + ']'; + return resolvedRef(_refVal, refCode); + } + if (!isRoot && root.refs) { + var rootRefId = root.refs[ref]; + if (rootRefId !== undefined) { + _refVal = root.refVal[rootRefId]; + refCode = addLocalRef(ref, _refVal); + return resolvedRef(_refVal, refCode); + } + } + + refCode = addLocalRef(ref); + var v = resolve.call(self, localCompile, root, ref); + if (v === undefined) { + var localSchema = localRefs && localRefs[ref]; + if (localSchema) { + v = resolve.inlineRef(localSchema, opts.inlineRefs) + ? localSchema + : compile.call(self, localSchema, root, localRefs, baseId); + } + } + + if (v === undefined) { + removeLocalRef(ref); + } else { + replaceLocalRef(ref, v); + return resolvedRef(v, refCode); + } + } + + function addLocalRef(ref, v) { + var refId = refVal.length; + refVal[refId] = v; + refs[ref] = refId; + return 'refVal' + refId; + } + + function removeLocalRef(ref) { + delete refs[ref]; + } + + function replaceLocalRef(ref, v) { + var refId = refs[ref]; + refVal[refId] = v; + } + + function resolvedRef(refVal, code) { + return typeof refVal == 'object' || typeof refVal == 'boolean' + ? { code: code, schema: refVal, inline: true } + : { code: code, $async: refVal && !!refVal.$async }; + } + + function usePattern(regexStr) { + var index = patternsHash[regexStr]; + if (index === undefined) { + index = patternsHash[regexStr] = patterns.length; + patterns[index] = regexStr; + } + return 'pattern' + index; + } + + function useDefault(value) { + switch (typeof value) { + case 'boolean': + case 'number': + return '' + value; + case 'string': + return util.toQuotedString(value); + case 'object': + if (value === null) return 'null'; + var valueStr = stableStringify(value); + var index = defaultsHash[valueStr]; + if (index === undefined) { + index = defaultsHash[valueStr] = defaults.length; + defaults[index] = value; + } + return 'default' + index; + } + } + + function useCustomRule(rule, schema, parentSchema, it) { + if (self._opts.validateSchema !== false) { + var deps = rule.definition.dependencies; + if (deps && !deps.every(function(keyword) { + return Object.prototype.hasOwnProperty.call(parentSchema, keyword); + })) + throw new Error('parent schema must have all required keywords: ' + deps.join(',')); + + var validateSchema = rule.definition.validateSchema; + if (validateSchema) { + var valid = validateSchema(schema); + if (!valid) { + var message = 'keyword schema is invalid: ' + self.errorsText(validateSchema.errors); + if (self._opts.validateSchema == 'log') self.logger.error(message); + else throw new Error(message); + } + } + } + + var compile = rule.definition.compile + , inline = rule.definition.inline + , macro = rule.definition.macro; + + var validate; + if (compile) { + validate = compile.call(self, schema, parentSchema, it); + } else if (macro) { + validate = macro.call(self, schema, parentSchema, it); + if (opts.validateSchema !== false) self.validateSchema(validate, true); + } else if (inline) { + validate = inline.call(self, it, rule.keyword, schema, parentSchema); + } else { + validate = rule.definition.validate; + if (!validate) return; + } + + if (validate === undefined) + throw new Error('custom keyword "' + rule.keyword + '"failed to compile'); + + var index = customRules.length; + customRules[index] = validate; + + return { + code: 'customRule' + index, + validate: validate + }; + } +} + + +/** + * Checks if the schema is currently compiled + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + * @return {Object} object with properties "index" (compilation index) and "compiling" (boolean) + */ +function checkCompiling(schema, root, baseId) { + /* jshint validthis: true */ + var index = compIndex.call(this, schema, root, baseId); + if (index >= 0) return { index: index, compiling: true }; + index = this._compilations.length; + this._compilations[index] = { + schema: schema, + root: root, + baseId: baseId + }; + return { index: index, compiling: false }; +} + + +/** + * Removes the schema from the currently compiled list + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + */ +function endCompiling(schema, root, baseId) { + /* jshint validthis: true */ + var i = compIndex.call(this, schema, root, baseId); + if (i >= 0) this._compilations.splice(i, 1); +} + + +/** + * Index of schema compilation in the currently compiled list + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + * @return {Integer} compilation index + */ +function compIndex(schema, root, baseId) { + /* jshint validthis: true */ + for (var i=0; i= 0xD800 && value <= 0xDBFF && pos < len) { + // high surrogate, and there is a next character + value = str.charCodeAt(pos); + if ((value & 0xFC00) == 0xDC00) pos++; // low surrogate + } + } + return length; +}; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/util.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/util.js" new file mode 100644 index 0000000..ef07b8c --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/compile/util.js" @@ -0,0 +1,239 @@ +'use strict'; + + +module.exports = { + copy: copy, + checkDataType: checkDataType, + checkDataTypes: checkDataTypes, + coerceToTypes: coerceToTypes, + toHash: toHash, + getProperty: getProperty, + escapeQuotes: escapeQuotes, + equal: require('fast-deep-equal'), + ucs2length: require('./ucs2length'), + varOccurences: varOccurences, + varReplace: varReplace, + schemaHasRules: schemaHasRules, + schemaHasRulesExcept: schemaHasRulesExcept, + schemaUnknownRules: schemaUnknownRules, + toQuotedString: toQuotedString, + getPathExpr: getPathExpr, + getPath: getPath, + getData: getData, + unescapeFragment: unescapeFragment, + unescapeJsonPointer: unescapeJsonPointer, + escapeFragment: escapeFragment, + escapeJsonPointer: escapeJsonPointer +}; + + +function copy(o, to) { + to = to || {}; + for (var key in o) to[key] = o[key]; + return to; +} + + +function checkDataType(dataType, data, strictNumbers, negate) { + var EQUAL = negate ? ' !== ' : ' === ' + , AND = negate ? ' || ' : ' && ' + , OK = negate ? '!' : '' + , NOT = negate ? '' : '!'; + switch (dataType) { + case 'null': return data + EQUAL + 'null'; + case 'array': return OK + 'Array.isArray(' + data + ')'; + case 'object': return '(' + OK + data + AND + + 'typeof ' + data + EQUAL + '"object"' + AND + + NOT + 'Array.isArray(' + data + '))'; + case 'integer': return '(typeof ' + data + EQUAL + '"number"' + AND + + NOT + '(' + data + ' % 1)' + + AND + data + EQUAL + data + + (strictNumbers ? (AND + OK + 'isFinite(' + data + ')') : '') + ')'; + case 'number': return '(typeof ' + data + EQUAL + '"' + dataType + '"' + + (strictNumbers ? (AND + OK + 'isFinite(' + data + ')') : '') + ')'; + default: return 'typeof ' + data + EQUAL + '"' + dataType + '"'; + } +} + + +function checkDataTypes(dataTypes, data, strictNumbers) { + switch (dataTypes.length) { + case 1: return checkDataType(dataTypes[0], data, strictNumbers, true); + default: + var code = ''; + var types = toHash(dataTypes); + if (types.array && types.object) { + code = types.null ? '(': '(!' + data + ' || '; + code += 'typeof ' + data + ' !== "object")'; + delete types.null; + delete types.array; + delete types.object; + } + if (types.number) delete types.integer; + for (var t in types) + code += (code ? ' && ' : '' ) + checkDataType(t, data, strictNumbers, true); + + return code; + } +} + + +var COERCE_TO_TYPES = toHash([ 'string', 'number', 'integer', 'boolean', 'null' ]); +function coerceToTypes(optionCoerceTypes, dataTypes) { + if (Array.isArray(dataTypes)) { + var types = []; + for (var i=0; i= lvl) throw new Error('Cannot access property/index ' + up + ' levels up, current level is ' + lvl); + return paths[lvl - up]; + } + + if (up > lvl) throw new Error('Cannot access data ' + up + ' levels up, current level is ' + lvl); + data = 'data' + ((lvl - up) || ''); + if (!jsonPointer) return data; + } + + var expr = data; + var segments = jsonPointer.split('/'); + for (var i=0; i' + , $notOp = $isMax ? '>' : '<' + , $errorKeyword = undefined; + + if (!($isData || typeof $schema == 'number' || $schema === undefined)) { + throw new Error($keyword + ' must be number'); + } + if (!($isDataExcl || $schemaExcl === undefined + || typeof $schemaExcl == 'number' + || typeof $schemaExcl == 'boolean')) { + throw new Error($exclusiveKeyword + ' must be number or boolean'); + } +}} + +{{? $isDataExcl }} + {{ + var $schemaValueExcl = it.util.getData($schemaExcl.$data, $dataLvl, it.dataPathArr) + , $exclusive = 'exclusive' + $lvl + , $exclType = 'exclType' + $lvl + , $exclIsNumber = 'exclIsNumber' + $lvl + , $opExpr = 'op' + $lvl + , $opStr = '\' + ' + $opExpr + ' + \''; + }} + var schemaExcl{{=$lvl}} = {{=$schemaValueExcl}}; + {{ $schemaValueExcl = 'schemaExcl' + $lvl; }} + + var {{=$exclusive}}; + var {{=$exclType}} = typeof {{=$schemaValueExcl}}; + if ({{=$exclType}} != 'boolean' && {{=$exclType}} != 'undefined' && {{=$exclType}} != 'number') { + {{ var $errorKeyword = $exclusiveKeyword; }} + {{# def.error:'_exclusiveLimit' }} + } else if ({{# def.$dataNotType:'number' }} + {{=$exclType}} == 'number' + ? ( + ({{=$exclusive}} = {{=$schemaValue}} === undefined || {{=$schemaValueExcl}} {{=$op}}= {{=$schemaValue}}) + ? {{=$data}} {{=$notOp}}= {{=$schemaValueExcl}} + : {{=$data}} {{=$notOp}} {{=$schemaValue}} + ) + : ( + ({{=$exclusive}} = {{=$schemaValueExcl}} === true) + ? {{=$data}} {{=$notOp}}= {{=$schemaValue}} + : {{=$data}} {{=$notOp}} {{=$schemaValue}} + ) + || {{=$data}} !== {{=$data}}) { + var op{{=$lvl}} = {{=$exclusive}} ? '{{=$op}}' : '{{=$op}}='; + {{ + if ($schema === undefined) { + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $schemaValue = $schemaValueExcl; + $isData = $isDataExcl; + } + }} +{{??}} + {{ + var $exclIsNumber = typeof $schemaExcl == 'number' + , $opStr = $op; /*used in error*/ + }} + + {{? $exclIsNumber && $isData }} + {{ var $opExpr = '\'' + $opStr + '\''; /*used in error*/ }} + if ({{# def.$dataNotType:'number' }} + ( {{=$schemaValue}} === undefined + || {{=$schemaExcl}} {{=$op}}= {{=$schemaValue}} + ? {{=$data}} {{=$notOp}}= {{=$schemaExcl}} + : {{=$data}} {{=$notOp}} {{=$schemaValue}} ) + || {{=$data}} !== {{=$data}}) { + {{??}} + {{ + if ($exclIsNumber && $schema === undefined) { + {{# def.setExclusiveLimit }} + $schemaValue = $schemaExcl; + $notOp += '='; + } else { + if ($exclIsNumber) + $schemaValue = Math[$isMax ? 'min' : 'max']($schemaExcl, $schema); + + if ($schemaExcl === ($exclIsNumber ? $schemaValue : true)) { + {{# def.setExclusiveLimit }} + $notOp += '='; + } else { + $exclusive = false; + $opStr += '='; + } + } + + var $opExpr = '\'' + $opStr + '\''; /*used in error*/ + }} + + if ({{# def.$dataNotType:'number' }} + {{=$data}} {{=$notOp}} {{=$schemaValue}} + || {{=$data}} !== {{=$data}}) { + {{?}} +{{?}} + {{ $errorKeyword = $errorKeyword || $keyword; }} + {{# def.error:'_limit' }} + } {{? $breakOnError }} else { {{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitItems.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitItems.jst" new file mode 100644 index 0000000..741329e --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitItems.jst" @@ -0,0 +1,12 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{# def.numberKeyword }} + +{{ var $op = $keyword == 'maxItems' ? '>' : '<'; }} +if ({{# def.$dataNotType:'number' }} {{=$data}}.length {{=$op}} {{=$schemaValue}}) { + {{ var $errorKeyword = $keyword; }} + {{# def.error:'_limitItems' }} +} {{? $breakOnError }} else { {{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitLength.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitLength.jst" new file mode 100644 index 0000000..285c66b --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitLength.jst" @@ -0,0 +1,12 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{# def.numberKeyword }} + +{{ var $op = $keyword == 'maxLength' ? '>' : '<'; }} +if ({{# def.$dataNotType:'number' }} {{# def.strLength }} {{=$op}} {{=$schemaValue}}) { + {{ var $errorKeyword = $keyword; }} + {{# def.error:'_limitLength' }} +} {{? $breakOnError }} else { {{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitProperties.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitProperties.jst" new file mode 100644 index 0000000..c4c2155 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/_limitProperties.jst" @@ -0,0 +1,12 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{# def.numberKeyword }} + +{{ var $op = $keyword == 'maxProperties' ? '>' : '<'; }} +if ({{# def.$dataNotType:'number' }} Object.keys({{=$data}}).length {{=$op}} {{=$schemaValue}}) { + {{ var $errorKeyword = $keyword; }} + {{# def.error:'_limitProperties' }} +} {{? $breakOnError }} else { {{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/allOf.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/allOf.jst" new file mode 100644 index 0000000..0e782fe --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/allOf.jst" @@ -0,0 +1,32 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + +{{ + var $currentBaseId = $it.baseId + , $allSchemasEmpty = true; +}} + +{{~ $schema:$sch:$i }} + {{? {{# def.nonEmptySchema:$sch }} }} + {{ + $allSchemasEmpty = false; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + }} + + {{# def.insertSubschemaCode }} + + {{# def.ifResultValid }} + {{?}} +{{~}} + +{{? $breakOnError }} + {{? $allSchemasEmpty }} + if (true) { + {{??}} + {{= $closingBraces.slice(0,-1) }} + {{?}} +{{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/anyOf.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/anyOf.jst" new file mode 100644 index 0000000..ea909ee --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/anyOf.jst" @@ -0,0 +1,46 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + +{{ + var $noEmptySchema = $schema.every(function($sch) { + return {{# def.nonEmptySchema:$sch }}; + }); +}} +{{? $noEmptySchema }} + {{ var $currentBaseId = $it.baseId; }} + var {{=$errs}} = errors; + var {{=$valid}} = false; + + {{# def.setCompositeRule }} + + {{~ $schema:$sch:$i }} + {{ + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + }} + + {{# def.insertSubschemaCode }} + + {{=$valid}} = {{=$valid}} || {{=$nextValid}}; + + if (!{{=$valid}}) { + {{ $closingBraces += '}'; }} + {{~}} + + {{# def.resetCompositeRule }} + + {{= $closingBraces }} + + if (!{{=$valid}}) { + {{# def.extraError:'anyOf' }} + } else { + {{# def.resetErrors }} + {{? it.opts.allErrors }} } {{?}} +{{??}} + {{? $breakOnError }} + if (true) { + {{?}} +{{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/coerce.def" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/coerce.def" new file mode 100644 index 0000000..c947ed6 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/coerce.def" @@ -0,0 +1,51 @@ +{{## def.coerceType: + {{ + var $dataType = 'dataType' + $lvl + , $coerced = 'coerced' + $lvl; + }} + var {{=$dataType}} = typeof {{=$data}}; + var {{=$coerced}} = undefined; + + {{? it.opts.coerceTypes == 'array' }} + if ({{=$dataType}} == 'object' && Array.isArray({{=$data}}) && {{=$data}}.length == 1) { + {{=$data}} = {{=$data}}[0]; + {{=$dataType}} = typeof {{=$data}}; + if ({{=it.util.checkDataType(it.schema.type, $data, it.opts.strictNumbers)}}) {{=$coerced}} = {{=$data}}; + } + {{?}} + + if ({{=$coerced}} !== undefined) ; + {{~ $coerceToTypes:$type:$i }} + {{? $type == 'string' }} + else if ({{=$dataType}} == 'number' || {{=$dataType}} == 'boolean') + {{=$coerced}} = '' + {{=$data}}; + else if ({{=$data}} === null) {{=$coerced}} = ''; + {{?? $type == 'number' || $type == 'integer' }} + else if ({{=$dataType}} == 'boolean' || {{=$data}} === null + || ({{=$dataType}} == 'string' && {{=$data}} && {{=$data}} == +{{=$data}} + {{? $type == 'integer' }} && !({{=$data}} % 1){{?}})) + {{=$coerced}} = +{{=$data}}; + {{?? $type == 'boolean' }} + else if ({{=$data}} === 'false' || {{=$data}} === 0 || {{=$data}} === null) + {{=$coerced}} = false; + else if ({{=$data}} === 'true' || {{=$data}} === 1) + {{=$coerced}} = true; + {{?? $type == 'null' }} + else if ({{=$data}} === '' || {{=$data}} === 0 || {{=$data}} === false) + {{=$coerced}} = null; + {{?? it.opts.coerceTypes == 'array' && $type == 'array' }} + else if ({{=$dataType}} == 'string' || {{=$dataType}} == 'number' || {{=$dataType}} == 'boolean' || {{=$data}} == null) + {{=$coerced}} = [{{=$data}}]; + {{?}} + {{~}} + else { + {{# def.error:'type' }} + } + + if ({{=$coerced}} !== undefined) { + {{# def.setParentData }} + {{=$data}} = {{=$coerced}}; + {{? !$dataLvl }}if ({{=$parentData}} !== undefined){{?}} + {{=$parentData}}[{{=$parentDataProperty}}] = {{=$coerced}}; + } +#}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/comment.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/comment.jst" new file mode 100644 index 0000000..f959150 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/comment.jst" @@ -0,0 +1,9 @@ +{{# def.definitions }} +{{# def.setupKeyword }} + +{{ var $comment = it.util.toQuotedString($schema); }} +{{? it.opts.$comment === true }} + console.log({{=$comment}}); +{{?? typeof it.opts.$comment == 'function' }} + self._opts.$comment({{=$comment}}, {{=it.util.toQuotedString($errSchemaPath)}}, validate.root.schema); +{{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/const.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/const.jst" new file mode 100644 index 0000000..2aa2298 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/const.jst" @@ -0,0 +1,11 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{? !$isData }} + var schema{{=$lvl}} = validate.schema{{=$schemaPath}}; +{{?}} +var {{=$valid}} = equal({{=$data}}, schema{{=$lvl}}); +{{# def.checkError:'const' }} +{{? $breakOnError }} else { {{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/contains.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/contains.jst" new file mode 100644 index 0000000..4dc9967 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/contains.jst" @@ -0,0 +1,55 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + + +{{ + var $idx = 'i' + $lvl + , $dataNxt = $it.dataLevel = it.dataLevel + 1 + , $nextData = 'data' + $dataNxt + , $currentBaseId = it.baseId + , $nonEmptySchema = {{# def.nonEmptySchema:$schema }}; +}} + +var {{=$errs}} = errors; +var {{=$valid}}; + +{{? $nonEmptySchema }} + {{# def.setCompositeRule }} + + {{ + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + }} + + var {{=$nextValid}} = false; + + for (var {{=$idx}} = 0; {{=$idx}} < {{=$data}}.length; {{=$idx}}++) { + {{ + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + }} + + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} + + if ({{=$nextValid}}) break; + } + + {{# def.resetCompositeRule }} + {{= $closingBraces }} + + if (!{{=$nextValid}}) { +{{??}} + if ({{=$data}}.length == 0) { +{{?}} + + {{# def.error:'contains' }} + } else { + {{? $nonEmptySchema }} + {{# def.resetErrors }} + {{?}} + {{? it.opts.allErrors }} } {{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/custom.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/custom.jst" new file mode 100644 index 0000000..d30588f --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/custom.jst" @@ -0,0 +1,191 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{ + var $rule = this + , $definition = 'definition' + $lvl + , $rDef = $rule.definition + , $closingBraces = ''; + var $validate = $rDef.validate; + var $compile, $inline, $macro, $ruleValidate, $validateCode; +}} + +{{? $isData && $rDef.$data }} + {{ + $validateCode = 'keywordValidate' + $lvl; + var $validateSchema = $rDef.validateSchema; + }} + var {{=$definition}} = RULES.custom['{{=$keyword}}'].definition; + var {{=$validateCode}} = {{=$definition}}.validate; +{{??}} + {{ + $ruleValidate = it.useCustomRule($rule, $schema, it.schema, it); + if (!$ruleValidate) return; + $schemaValue = 'validate.schema' + $schemaPath; + $validateCode = $ruleValidate.code; + $compile = $rDef.compile; + $inline = $rDef.inline; + $macro = $rDef.macro; + }} +{{?}} + +{{ + var $ruleErrs = $validateCode + '.errors' + , $i = 'i' + $lvl + , $ruleErr = 'ruleErr' + $lvl + , $asyncKeyword = $rDef.async; + + if ($asyncKeyword && !it.async) + throw new Error('async keyword in sync schema'); +}} + + +{{? !($inline || $macro) }}{{=$ruleErrs}} = null;{{?}} +var {{=$errs}} = errors; +var {{=$valid}}; + +{{## def.callRuleValidate: + {{=$validateCode}}.call( + {{? it.opts.passContext }}this{{??}}self{{?}} + {{? $compile || $rDef.schema === false }} + , {{=$data}} + {{??}} + , {{=$schemaValue}} + , {{=$data}} + , validate.schema{{=it.schemaPath}} + {{?}} + , {{# def.dataPath }} + {{# def.passParentData }} + , rootData + ) +#}} + +{{## def.extendErrors:_inline: + for (var {{=$i}}={{=$errs}}; {{=$i}} 0) + || _schema === false + : it.util.schemaHasRules(_schema, it.RULES.all)) +#}} + + +{{## def.strLength: + {{? it.opts.unicode === false }} + {{=$data}}.length + {{??}} + ucs2length({{=$data}}) + {{?}} +#}} + + +{{## def.willOptimize: + it.util.varOccurences($code, $nextData) < 2 +#}} + + +{{## def.generateSubschemaCode: + {{ + var $code = it.validate($it); + $it.baseId = $currentBaseId; + }} +#}} + + +{{## def.insertSubschemaCode: + {{= it.validate($it) }} + {{ $it.baseId = $currentBaseId; }} +#}} + + +{{## def._optimizeValidate: + it.util.varReplace($code, $nextData, $passData) +#}} + + +{{## def.optimizeValidate: + {{? {{# def.willOptimize}} }} + {{= {{# def._optimizeValidate }} }} + {{??}} + var {{=$nextData}} = {{=$passData}}; + {{= $code }} + {{?}} +#}} + + +{{## def.$data: + {{ + var $isData = it.opts.$data && $schema && $schema.$data + , $schemaValue; + }} + {{? $isData }} + var schema{{=$lvl}} = {{= it.util.getData($schema.$data, $dataLvl, it.dataPathArr) }}; + {{ $schemaValue = 'schema' + $lvl; }} + {{??}} + {{ $schemaValue = $schema; }} + {{?}} +#}} + + +{{## def.$dataNotType:_type: + {{?$isData}} ({{=$schemaValue}} !== undefined && typeof {{=$schemaValue}} != _type) || {{?}} +#}} + + +{{## def.check$dataIsArray: + if (schema{{=$lvl}} === undefined) {{=$valid}} = true; + else if (!Array.isArray(schema{{=$lvl}})) {{=$valid}} = false; + else { +#}} + + +{{## def.numberKeyword: + {{? !($isData || typeof $schema == 'number') }} + {{ throw new Error($keyword + ' must be number'); }} + {{?}} +#}} + + +{{## def.beginDefOut: + {{ + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; + }} +#}} + + +{{## def.storeDefOut:_variable: + {{ + var _variable = out; + out = $$outStack.pop(); + }} +#}} + + +{{## def.dataPath:(dataPath || ''){{? it.errorPath != '""'}} + {{= it.errorPath }}{{?}}#}} + +{{## def.setParentData: + {{ + var $parentData = $dataLvl ? 'data' + (($dataLvl-1)||'') : 'parentData' + , $parentDataProperty = $dataLvl ? it.dataPathArr[$dataLvl] : 'parentDataProperty'; + }} +#}} + +{{## def.passParentData: + {{# def.setParentData }} + , {{= $parentData }} + , {{= $parentDataProperty }} +#}} + + +{{## def.iterateProperties: + {{? $ownProperties }} + {{=$dataProperties}} = {{=$dataProperties}} || Object.keys({{=$data}}); + for (var {{=$idx}}=0; {{=$idx}}<{{=$dataProperties}}.length; {{=$idx}}++) { + var {{=$key}} = {{=$dataProperties}}[{{=$idx}}]; + {{??}} + for (var {{=$key}} in {{=$data}}) { + {{?}} +#}} + + +{{## def.noPropertyInData: + {{=$useData}} === undefined + {{? $ownProperties }} + || !{{# def.isOwnProperty }} + {{?}} +#}} + + +{{## def.isOwnProperty: + Object.prototype.hasOwnProperty.call({{=$data}}, '{{=it.util.escapeQuotes($propertyKey)}}') +#}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/dependencies.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/dependencies.jst" new file mode 100644 index 0000000..e4bddde --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/dependencies.jst" @@ -0,0 +1,79 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.missing }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + + +{{## def.propertyInData: + {{=$data}}{{= it.util.getProperty($property) }} !== undefined + {{? $ownProperties }} + && Object.prototype.hasOwnProperty.call({{=$data}}, '{{=it.util.escapeQuotes($property)}}') + {{?}} +#}} + + +{{ + var $schemaDeps = {} + , $propertyDeps = {} + , $ownProperties = it.opts.ownProperties; + + for ($property in $schema) { + if ($property == '__proto__') continue; + var $sch = $schema[$property]; + var $deps = Array.isArray($sch) ? $propertyDeps : $schemaDeps; + $deps[$property] = $sch; + } +}} + +var {{=$errs}} = errors; + +{{ var $currentErrorPath = it.errorPath; }} + +var missing{{=$lvl}}; +{{ for (var $property in $propertyDeps) { }} + {{ $deps = $propertyDeps[$property]; }} + {{? $deps.length }} + if ({{# def.propertyInData }} + {{? $breakOnError }} + && ({{# def.checkMissingProperty:$deps }})) { + {{# def.errorMissingProperty:'dependencies' }} + {{??}} + ) { + {{~ $deps:$propertyKey }} + {{# def.allErrorsMissingProperty:'dependencies' }} + {{~}} + {{?}} + } {{# def.elseIfValid }} + {{?}} +{{ } }} + +{{ + it.errorPath = $currentErrorPath; + var $currentBaseId = $it.baseId; +}} + + +{{ for (var $property in $schemaDeps) { }} + {{ var $sch = $schemaDeps[$property]; }} + {{? {{# def.nonEmptySchema:$sch }} }} + {{=$nextValid}} = true; + + if ({{# def.propertyInData }}) { + {{ + $it.schema = $sch; + $it.schemaPath = $schemaPath + it.util.getProperty($property); + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($property); + }} + + {{# def.insertSubschemaCode }} + } + + {{# def.ifResultValid }} + {{?}} +{{ } }} + +{{? $breakOnError }} + {{= $closingBraces }} + if ({{=$errs}} == errors) { +{{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/enum.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/enum.jst" new file mode 100644 index 0000000..357c2e8 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/enum.jst" @@ -0,0 +1,30 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{ + var $i = 'i' + $lvl + , $vSchema = 'schema' + $lvl; +}} + +{{? !$isData }} + var {{=$vSchema}} = validate.schema{{=$schemaPath}}; +{{?}} +var {{=$valid}}; + +{{?$isData}}{{# def.check$dataIsArray }}{{?}} + +{{=$valid}} = false; + +for (var {{=$i}}=0; {{=$i}}<{{=$vSchema}}.length; {{=$i}}++) + if (equal({{=$data}}, {{=$vSchema}}[{{=$i}}])) { + {{=$valid}} = true; + break; + } + +{{? $isData }} } {{?}} + +{{# def.checkError:'enum' }} + +{{? $breakOnError }} else { {{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/errors.def" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/errors.def" new file mode 100644 index 0000000..5c5752c --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/errors.def" @@ -0,0 +1,194 @@ +{{# def.definitions }} + +{{## def._error:_rule: + {{ 'istanbul ignore else'; }} + {{? it.createErrors !== false }} + { + keyword: '{{= $errorKeyword || _rule }}' + , dataPath: (dataPath || '') + {{= it.errorPath }} + , schemaPath: {{=it.util.toQuotedString($errSchemaPath)}} + , params: {{# def._errorParams[_rule] }} + {{? it.opts.messages !== false }} + , message: {{# def._errorMessages[_rule] }} + {{?}} + {{? it.opts.verbose }} + , schema: {{# def._errorSchemas[_rule] }} + , parentSchema: validate.schema{{=it.schemaPath}} + , data: {{=$data}} + {{?}} + } + {{??}} + {} + {{?}} +#}} + + +{{## def._addError:_rule: + if (vErrors === null) vErrors = [err]; + else vErrors.push(err); + errors++; +#}} + + +{{## def.addError:_rule: + var err = {{# def._error:_rule }}; + {{# def._addError:_rule }} +#}} + + +{{## def.error:_rule: + {{# def.beginDefOut}} + {{# def._error:_rule }} + {{# def.storeDefOut:__err }} + + {{? !it.compositeRule && $breakOnError }} + {{ 'istanbul ignore if'; }} + {{? it.async }} + throw new ValidationError([{{=__err}}]); + {{??}} + validate.errors = [{{=__err}}]; + return false; + {{?}} + {{??}} + var err = {{=__err}}; + {{# def._addError:_rule }} + {{?}} +#}} + + +{{## def.extraError:_rule: + {{# def.addError:_rule}} + {{? !it.compositeRule && $breakOnError }} + {{ 'istanbul ignore if'; }} + {{? it.async }} + throw new ValidationError(vErrors); + {{??}} + validate.errors = vErrors; + return false; + {{?}} + {{?}} +#}} + + +{{## def.checkError:_rule: + if (!{{=$valid}}) { + {{# def.error:_rule }} + } +#}} + + +{{## def.resetErrors: + errors = {{=$errs}}; + if (vErrors !== null) { + if ({{=$errs}}) vErrors.length = {{=$errs}}; + else vErrors = null; + } +#}} + + +{{## def.concatSchema:{{?$isData}}' + {{=$schemaValue}} + '{{??}}{{=$schema}}{{?}}#}} +{{## def.appendSchema:{{?$isData}}' + {{=$schemaValue}}{{??}}{{=$schemaValue}}'{{?}}#}} +{{## def.concatSchemaEQ:{{?$isData}}' + {{=$schemaValue}} + '{{??}}{{=it.util.escapeQuotes($schema)}}{{?}}#}} + +{{## def._errorMessages = { + 'false schema': "'boolean schema is false'", + $ref: "'can\\\'t resolve reference {{=it.util.escapeQuotes($schema)}}'", + additionalItems: "'should NOT have more than {{=$schema.length}} items'", + additionalProperties: "'{{? it.opts._errorDataPathProperty }}is an invalid additional property{{??}}should NOT have additional properties{{?}}'", + anyOf: "'should match some schema in anyOf'", + const: "'should be equal to constant'", + contains: "'should contain a valid item'", + dependencies: "'should have {{? $deps.length == 1 }}property {{= it.util.escapeQuotes($deps[0]) }}{{??}}properties {{= it.util.escapeQuotes($deps.join(\", \")) }}{{?}} when property {{= it.util.escapeQuotes($property) }} is present'", + 'enum': "'should be equal to one of the allowed values'", + format: "'should match format \"{{#def.concatSchemaEQ}}\"'", + 'if': "'should match \"' + {{=$ifClause}} + '\" schema'", + _limit: "'should be {{=$opStr}} {{#def.appendSchema}}", + _exclusiveLimit: "'{{=$exclusiveKeyword}} should be boolean'", + _limitItems: "'should NOT have {{?$keyword=='maxItems'}}more{{??}}fewer{{?}} than {{#def.concatSchema}} items'", + _limitLength: "'should NOT be {{?$keyword=='maxLength'}}longer{{??}}shorter{{?}} than {{#def.concatSchema}} characters'", + _limitProperties:"'should NOT have {{?$keyword=='maxProperties'}}more{{??}}fewer{{?}} than {{#def.concatSchema}} properties'", + multipleOf: "'should be multiple of {{#def.appendSchema}}", + not: "'should NOT be valid'", + oneOf: "'should match exactly one schema in oneOf'", + pattern: "'should match pattern \"{{#def.concatSchemaEQ}}\"'", + propertyNames: "'property name \\'{{=$invalidName}}\\' is invalid'", + required: "'{{? it.opts._errorDataPathProperty }}is a required property{{??}}should have required property \\'{{=$missingProperty}}\\'{{?}}'", + type: "'should be {{? $typeIsArray }}{{= $typeSchema.join(\",\") }}{{??}}{{=$typeSchema}}{{?}}'", + uniqueItems: "'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)'", + custom: "'should pass \"{{=$rule.keyword}}\" keyword validation'", + patternRequired: "'should have property matching pattern \\'{{=$missingPattern}}\\''", + switch: "'should pass \"switch\" keyword validation'", + _formatLimit: "'should be {{=$opStr}} \"{{#def.concatSchemaEQ}}\"'", + _formatExclusiveLimit: "'{{=$exclusiveKeyword}} should be boolean'" +} #}} + + +{{## def.schemaRefOrVal: {{?$isData}}validate.schema{{=$schemaPath}}{{??}}{{=$schema}}{{?}} #}} +{{## def.schemaRefOrQS: {{?$isData}}validate.schema{{=$schemaPath}}{{??}}{{=it.util.toQuotedString($schema)}}{{?}} #}} + +{{## def._errorSchemas = { + 'false schema': "false", + $ref: "{{=it.util.toQuotedString($schema)}}", + additionalItems: "false", + additionalProperties: "false", + anyOf: "validate.schema{{=$schemaPath}}", + const: "validate.schema{{=$schemaPath}}", + contains: "validate.schema{{=$schemaPath}}", + dependencies: "validate.schema{{=$schemaPath}}", + 'enum': "validate.schema{{=$schemaPath}}", + format: "{{#def.schemaRefOrQS}}", + 'if': "validate.schema{{=$schemaPath}}", + _limit: "{{#def.schemaRefOrVal}}", + _exclusiveLimit: "validate.schema{{=$schemaPath}}", + _limitItems: "{{#def.schemaRefOrVal}}", + _limitLength: "{{#def.schemaRefOrVal}}", + _limitProperties:"{{#def.schemaRefOrVal}}", + multipleOf: "{{#def.schemaRefOrVal}}", + not: "validate.schema{{=$schemaPath}}", + oneOf: "validate.schema{{=$schemaPath}}", + pattern: "{{#def.schemaRefOrQS}}", + propertyNames: "validate.schema{{=$schemaPath}}", + required: "validate.schema{{=$schemaPath}}", + type: "validate.schema{{=$schemaPath}}", + uniqueItems: "{{#def.schemaRefOrVal}}", + custom: "validate.schema{{=$schemaPath}}", + patternRequired: "validate.schema{{=$schemaPath}}", + switch: "validate.schema{{=$schemaPath}}", + _formatLimit: "{{#def.schemaRefOrQS}}", + _formatExclusiveLimit: "validate.schema{{=$schemaPath}}" +} #}} + + +{{## def.schemaValueQS: {{?$isData}}{{=$schemaValue}}{{??}}{{=it.util.toQuotedString($schema)}}{{?}} #}} + +{{## def._errorParams = { + 'false schema': "{}", + $ref: "{ ref: '{{=it.util.escapeQuotes($schema)}}' }", + additionalItems: "{ limit: {{=$schema.length}} }", + additionalProperties: "{ additionalProperty: '{{=$additionalProperty}}' }", + anyOf: "{}", + const: "{ allowedValue: schema{{=$lvl}} }", + contains: "{}", + dependencies: "{ property: '{{= it.util.escapeQuotes($property) }}', missingProperty: '{{=$missingProperty}}', depsCount: {{=$deps.length}}, deps: '{{= it.util.escapeQuotes($deps.length==1 ? $deps[0] : $deps.join(\", \")) }}' }", + 'enum': "{ allowedValues: schema{{=$lvl}} }", + format: "{ format: {{#def.schemaValueQS}} }", + 'if': "{ failingKeyword: {{=$ifClause}} }", + _limit: "{ comparison: {{=$opExpr}}, limit: {{=$schemaValue}}, exclusive: {{=$exclusive}} }", + _exclusiveLimit: "{}", + _limitItems: "{ limit: {{=$schemaValue}} }", + _limitLength: "{ limit: {{=$schemaValue}} }", + _limitProperties:"{ limit: {{=$schemaValue}} }", + multipleOf: "{ multipleOf: {{=$schemaValue}} }", + not: "{}", + oneOf: "{ passingSchemas: {{=$passingSchemas}} }", + pattern: "{ pattern: {{#def.schemaValueQS}} }", + propertyNames: "{ propertyName: '{{=$invalidName}}' }", + required: "{ missingProperty: '{{=$missingProperty}}' }", + type: "{ type: '{{? $typeIsArray }}{{= $typeSchema.join(\",\") }}{{??}}{{=$typeSchema}}{{?}}' }", + uniqueItems: "{ i: i, j: j }", + custom: "{ keyword: '{{=$rule.keyword}}' }", + patternRequired: "{ missingPattern: '{{=$missingPattern}}' }", + switch: "{ caseIndex: {{=$caseIndex}} }", + _formatLimit: "{ comparison: {{=$opExpr}}, limit: {{#def.schemaValueQS}}, exclusive: {{=$exclusive}} }", + _formatExclusiveLimit: "{}" +} #}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/format.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/format.jst" new file mode 100644 index 0000000..37f14da --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/format.jst" @@ -0,0 +1,106 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} + +{{## def.skipFormat: + {{? $breakOnError }} if (true) { {{?}} + {{ return out; }} +#}} + +{{? it.opts.format === false }}{{# def.skipFormat }}{{?}} + + +{{# def.$data }} + + +{{## def.$dataCheckFormat: + {{# def.$dataNotType:'string' }} + ({{? $unknownFormats != 'ignore' }} + ({{=$schemaValue}} && !{{=$format}} + {{? $allowUnknown }} + && self._opts.unknownFormats.indexOf({{=$schemaValue}}) == -1 + {{?}}) || + {{?}} + ({{=$format}} && {{=$formatType}} == '{{=$ruleType}}' + && !(typeof {{=$format}} == 'function' + ? {{? it.async}} + (async{{=$lvl}} ? await {{=$format}}({{=$data}}) : {{=$format}}({{=$data}})) + {{??}} + {{=$format}}({{=$data}}) + {{?}} + : {{=$format}}.test({{=$data}})))) +#}} + +{{## def.checkFormat: + {{ + var $formatRef = 'formats' + it.util.getProperty($schema); + if ($isObject) $formatRef += '.validate'; + }} + {{? typeof $format == 'function' }} + {{=$formatRef}}({{=$data}}) + {{??}} + {{=$formatRef}}.test({{=$data}}) + {{?}} +#}} + + +{{ + var $unknownFormats = it.opts.unknownFormats + , $allowUnknown = Array.isArray($unknownFormats); +}} + +{{? $isData }} + {{ + var $format = 'format' + $lvl + , $isObject = 'isObject' + $lvl + , $formatType = 'formatType' + $lvl; + }} + var {{=$format}} = formats[{{=$schemaValue}}]; + var {{=$isObject}} = typeof {{=$format}} == 'object' + && !({{=$format}} instanceof RegExp) + && {{=$format}}.validate; + var {{=$formatType}} = {{=$isObject}} && {{=$format}}.type || 'string'; + if ({{=$isObject}}) { + {{? it.async}} + var async{{=$lvl}} = {{=$format}}.async; + {{?}} + {{=$format}} = {{=$format}}.validate; + } + if ({{# def.$dataCheckFormat }}) { +{{??}} + {{ var $format = it.formats[$schema]; }} + {{? !$format }} + {{? $unknownFormats == 'ignore' }} + {{ it.logger.warn('unknown format "' + $schema + '" ignored in schema at path "' + it.errSchemaPath + '"'); }} + {{# def.skipFormat }} + {{?? $allowUnknown && $unknownFormats.indexOf($schema) >= 0 }} + {{# def.skipFormat }} + {{??}} + {{ throw new Error('unknown format "' + $schema + '" is used in schema at path "' + it.errSchemaPath + '"'); }} + {{?}} + {{?}} + {{ + var $isObject = typeof $format == 'object' + && !($format instanceof RegExp) + && $format.validate; + var $formatType = $isObject && $format.type || 'string'; + if ($isObject) { + var $async = $format.async === true; + $format = $format.validate; + } + }} + {{? $formatType != $ruleType }} + {{# def.skipFormat }} + {{?}} + {{? $async }} + {{ + if (!it.async) throw new Error('async format in sync schema'); + var $formatRef = 'formats' + it.util.getProperty($schema) + '.validate'; + }} + if (!(await {{=$formatRef}}({{=$data}}))) { + {{??}} + if (!{{# def.checkFormat }}) { + {{?}} +{{?}} + {{# def.error:'format' }} + } {{? $breakOnError }} else { {{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/if.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/if.jst" new file mode 100644 index 0000000..adb5036 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/if.jst" @@ -0,0 +1,73 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + + +{{## def.validateIfClause:_clause: + {{ + $it.schema = it.schema['_clause']; + $it.schemaPath = it.schemaPath + '._clause'; + $it.errSchemaPath = it.errSchemaPath + '/_clause'; + }} + {{# def.insertSubschemaCode }} + {{=$valid}} = {{=$nextValid}}; + {{? $thenPresent && $elsePresent }} + {{ $ifClause = 'ifClause' + $lvl; }} + var {{=$ifClause}} = '_clause'; + {{??}} + {{ $ifClause = '\'_clause\''; }} + {{?}} +#}} + +{{ + var $thenSch = it.schema['then'] + , $elseSch = it.schema['else'] + , $thenPresent = $thenSch !== undefined && {{# def.nonEmptySchema:$thenSch }} + , $elsePresent = $elseSch !== undefined && {{# def.nonEmptySchema:$elseSch }} + , $currentBaseId = $it.baseId; +}} + +{{? $thenPresent || $elsePresent }} + {{ + var $ifClause; + $it.createErrors = false; + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + }} + var {{=$errs}} = errors; + var {{=$valid}} = true; + + {{# def.setCompositeRule }} + {{# def.insertSubschemaCode }} + {{ $it.createErrors = true; }} + {{# def.resetErrors }} + {{# def.resetCompositeRule }} + + {{? $thenPresent }} + if ({{=$nextValid}}) { + {{# def.validateIfClause:then }} + } + {{? $elsePresent }} + else { + {{?}} + {{??}} + if (!{{=$nextValid}}) { + {{?}} + + {{? $elsePresent }} + {{# def.validateIfClause:else }} + } + {{?}} + + if (!{{=$valid}}) { + {{# def.extraError:'if' }} + } + {{? $breakOnError }} else { {{?}} +{{??}} + {{? $breakOnError }} + if (true) { + {{?}} +{{?}} + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/items.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/items.jst" new file mode 100644 index 0000000..acc932a --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/items.jst" @@ -0,0 +1,98 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + + +{{## def.validateItems:startFrom: + for (var {{=$idx}} = {{=startFrom}}; {{=$idx}} < {{=$data}}.length; {{=$idx}}++) { + {{ + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + }} + + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} + + {{? $breakOnError }} + if (!{{=$nextValid}}) break; + {{?}} + } +#}} + +{{ + var $idx = 'i' + $lvl + , $dataNxt = $it.dataLevel = it.dataLevel + 1 + , $nextData = 'data' + $dataNxt + , $currentBaseId = it.baseId; +}} + +var {{=$errs}} = errors; +var {{=$valid}}; + +{{? Array.isArray($schema) }} + {{ /* 'items' is an array of schemas */}} + {{ var $additionalItems = it.schema.additionalItems; }} + {{? $additionalItems === false }} + {{=$valid}} = {{=$data}}.length <= {{= $schema.length }}; + {{ + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalItems'; + }} + {{# def.checkError:'additionalItems' }} + {{ $errSchemaPath = $currErrSchemaPath; }} + {{# def.elseIfValid}} + {{?}} + + {{~ $schema:$sch:$i }} + {{? {{# def.nonEmptySchema:$sch }} }} + {{=$nextValid}} = true; + + if ({{=$data}}.length > {{=$i}}) { + {{ + var $passData = $data + '[' + $i + ']'; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + $it.errorPath = it.util.getPathExpr(it.errorPath, $i, it.opts.jsonPointers, true); + $it.dataPathArr[$dataNxt] = $i; + }} + + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} + } + + {{# def.ifResultValid }} + {{?}} + {{~}} + + {{? typeof $additionalItems == 'object' && {{# def.nonEmptySchema:$additionalItems }} }} + {{ + $it.schema = $additionalItems; + $it.schemaPath = it.schemaPath + '.additionalItems'; + $it.errSchemaPath = it.errSchemaPath + '/additionalItems'; + }} + {{=$nextValid}} = true; + + if ({{=$data}}.length > {{= $schema.length }}) { + {{# def.validateItems: $schema.length }} + } + + {{# def.ifResultValid }} + {{?}} + +{{?? {{# def.nonEmptySchema:$schema }} }} + {{ /* 'items' is a single schema */}} + {{ + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + }} + {{# def.validateItems: 0 }} +{{?}} + +{{? $breakOnError }} + {{= $closingBraces }} + if ({{=$errs}} == errors) { +{{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/missing.def" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/missing.def" new file mode 100644 index 0000000..a73b9f9 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/missing.def" @@ -0,0 +1,39 @@ +{{## def.checkMissingProperty:_properties: + {{~ _properties:$propertyKey:$i }} + {{?$i}} || {{?}} + {{ + var $prop = it.util.getProperty($propertyKey) + , $useData = $data + $prop; + }} + ( ({{# def.noPropertyInData }}) && (missing{{=$lvl}} = {{= it.util.toQuotedString(it.opts.jsonPointers ? $propertyKey : $prop) }}) ) + {{~}} +#}} + + +{{## def.errorMissingProperty:_error: + {{ + var $propertyPath = 'missing' + $lvl + , $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.opts.jsonPointers + ? it.util.getPathExpr($currentErrorPath, $propertyPath, true) + : $currentErrorPath + ' + ' + $propertyPath; + } + }} + {{# def.error:_error }} +#}} + + +{{## def.allErrorsMissingProperty:_error: + {{ + var $prop = it.util.getProperty($propertyKey) + , $missingProperty = it.util.escapeQuotes($propertyKey) + , $useData = $data + $prop; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + }} + if ({{# def.noPropertyInData }}) { + {{# def.addError:_error }} + } +#}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/multipleOf.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/multipleOf.jst" new file mode 100644 index 0000000..6d88a45 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/multipleOf.jst" @@ -0,0 +1,22 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{# def.numberKeyword }} + +var division{{=$lvl}}; +if ({{?$isData}} + {{=$schemaValue}} !== undefined && ( + typeof {{=$schemaValue}} != 'number' || + {{?}} + (division{{=$lvl}} = {{=$data}} / {{=$schemaValue}}, + {{? it.opts.multipleOfPrecision }} + Math.abs(Math.round(division{{=$lvl}}) - division{{=$lvl}}) > 1e-{{=it.opts.multipleOfPrecision}} + {{??}} + division{{=$lvl}} !== parseInt(division{{=$lvl}}) + {{?}} + ) + {{?$isData}} ) {{?}} ) { + {{# def.error:'multipleOf' }} +} {{? $breakOnError }} else { {{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/not.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/not.jst" new file mode 100644 index 0000000..e03185a --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/not.jst" @@ -0,0 +1,43 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + +{{? {{# def.nonEmptySchema:$schema }} }} + {{ + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + }} + + var {{=$errs}} = errors; + + {{# def.setCompositeRule }} + + {{ + $it.createErrors = false; + var $allErrorsOption; + if ($it.opts.allErrors) { + $allErrorsOption = $it.opts.allErrors; + $it.opts.allErrors = false; + } + }} + {{= it.validate($it) }} + {{ + $it.createErrors = true; + if ($allErrorsOption) $it.opts.allErrors = $allErrorsOption; + }} + + {{# def.resetCompositeRule }} + + if ({{=$nextValid}}) { + {{# def.error:'not' }} + } else { + {{# def.resetErrors }} + {{? it.opts.allErrors }} } {{?}} +{{??}} + {{# def.addError:'not' }} + {{? $breakOnError}} + if (false) { + {{?}} +{{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/oneOf.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/oneOf.jst" new file mode 100644 index 0000000..bcce2c6 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/oneOf.jst" @@ -0,0 +1,54 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + +{{ + var $currentBaseId = $it.baseId + , $prevValid = 'prevValid' + $lvl + , $passingSchemas = 'passingSchemas' + $lvl; +}} + +var {{=$errs}} = errors + , {{=$prevValid}} = false + , {{=$valid}} = false + , {{=$passingSchemas}} = null; + +{{# def.setCompositeRule }} + +{{~ $schema:$sch:$i }} + {{? {{# def.nonEmptySchema:$sch }} }} + {{ + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + }} + + {{# def.insertSubschemaCode }} + {{??}} + var {{=$nextValid}} = true; + {{?}} + + {{? $i }} + if ({{=$nextValid}} && {{=$prevValid}}) { + {{=$valid}} = false; + {{=$passingSchemas}} = [{{=$passingSchemas}}, {{=$i}}]; + } else { + {{ $closingBraces += '}'; }} + {{?}} + + if ({{=$nextValid}}) { + {{=$valid}} = {{=$prevValid}} = true; + {{=$passingSchemas}} = {{=$i}}; + } +{{~}} + +{{# def.resetCompositeRule }} + +{{= $closingBraces }} + +if (!{{=$valid}}) { + {{# def.extraError:'oneOf' }} +} else { + {{# def.resetErrors }} +{{? it.opts.allErrors }} } {{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/pattern.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/pattern.jst" new file mode 100644 index 0000000..3a37ef6 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/pattern.jst" @@ -0,0 +1,14 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{ + var $regexp = $isData + ? '(new RegExp(' + $schemaValue + '))' + : it.usePattern($schema); +}} + +if ({{# def.$dataNotType:'string' }} !{{=$regexp}}.test({{=$data}}) ) { + {{# def.error:'pattern' }} +} {{? $breakOnError }} else { {{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/properties.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/properties.jst" new file mode 100644 index 0000000..5cebb9b --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/properties.jst" @@ -0,0 +1,245 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + + +{{## def.validateAdditional: + {{ /* additionalProperties is schema */ + $it.schema = $aProperties; + $it.schemaPath = it.schemaPath + '.additionalProperties'; + $it.errSchemaPath = it.errSchemaPath + '/additionalProperties'; + $it.errorPath = it.opts._errorDataPathProperty + ? it.errorPath + : it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + }} + + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} +#}} + + +{{ + var $key = 'key' + $lvl + , $idx = 'idx' + $lvl + , $dataNxt = $it.dataLevel = it.dataLevel + 1 + , $nextData = 'data' + $dataNxt + , $dataProperties = 'dataProperties' + $lvl; + + var $schemaKeys = Object.keys($schema || {}).filter(notProto) + , $pProperties = it.schema.patternProperties || {} + , $pPropertyKeys = Object.keys($pProperties).filter(notProto) + , $aProperties = it.schema.additionalProperties + , $someProperties = $schemaKeys.length || $pPropertyKeys.length + , $noAdditional = $aProperties === false + , $additionalIsSchema = typeof $aProperties == 'object' + && Object.keys($aProperties).length + , $removeAdditional = it.opts.removeAdditional + , $checkAdditional = $noAdditional || $additionalIsSchema || $removeAdditional + , $ownProperties = it.opts.ownProperties + , $currentBaseId = it.baseId; + + var $required = it.schema.required; + if ($required && !(it.opts.$data && $required.$data) && $required.length < it.opts.loopRequired) { + var $requiredHash = it.util.toHash($required); + } + + function notProto(p) { return p !== '__proto__'; } +}} + + +var {{=$errs}} = errors; +var {{=$nextValid}} = true; +{{? $ownProperties }} + var {{=$dataProperties}} = undefined; +{{?}} + +{{? $checkAdditional }} + {{# def.iterateProperties }} + {{? $someProperties }} + var isAdditional{{=$lvl}} = !(false + {{? $schemaKeys.length }} + {{? $schemaKeys.length > 8 }} + || validate.schema{{=$schemaPath}}.hasOwnProperty({{=$key}}) + {{??}} + {{~ $schemaKeys:$propertyKey }} + || {{=$key}} == {{= it.util.toQuotedString($propertyKey) }} + {{~}} + {{?}} + {{?}} + {{? $pPropertyKeys.length }} + {{~ $pPropertyKeys:$pProperty:$i }} + || {{= it.usePattern($pProperty) }}.test({{=$key}}) + {{~}} + {{?}} + ); + + if (isAdditional{{=$lvl}}) { + {{?}} + {{? $removeAdditional == 'all' }} + delete {{=$data}}[{{=$key}}]; + {{??}} + {{ + var $currentErrorPath = it.errorPath; + var $additionalProperty = '\' + ' + $key + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + } + }} + {{? $noAdditional }} + {{? $removeAdditional }} + delete {{=$data}}[{{=$key}}]; + {{??}} + {{=$nextValid}} = false; + {{ + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalProperties'; + }} + {{# def.error:'additionalProperties' }} + {{ $errSchemaPath = $currErrSchemaPath; }} + {{? $breakOnError }} break; {{?}} + {{?}} + {{?? $additionalIsSchema }} + {{? $removeAdditional == 'failing' }} + var {{=$errs}} = errors; + {{# def.setCompositeRule }} + + {{# def.validateAdditional }} + + if (!{{=$nextValid}}) { + errors = {{=$errs}}; + if (validate.errors !== null) { + if (errors) validate.errors.length = errors; + else validate.errors = null; + } + delete {{=$data}}[{{=$key}}]; + } + + {{# def.resetCompositeRule }} + {{??}} + {{# def.validateAdditional }} + {{? $breakOnError }} if (!{{=$nextValid}}) break; {{?}} + {{?}} + {{?}} + {{ it.errorPath = $currentErrorPath; }} + {{?}} + {{? $someProperties }} + } + {{?}} + } + + {{# def.ifResultValid }} +{{?}} + +{{ var $useDefaults = it.opts.useDefaults && !it.compositeRule; }} + +{{? $schemaKeys.length }} + {{~ $schemaKeys:$propertyKey }} + {{ var $sch = $schema[$propertyKey]; }} + + {{? {{# def.nonEmptySchema:$sch}} }} + {{ + var $prop = it.util.getProperty($propertyKey) + , $passData = $data + $prop + , $hasDefault = $useDefaults && $sch.default !== undefined; + $it.schema = $sch; + $it.schemaPath = $schemaPath + $prop; + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($propertyKey); + $it.errorPath = it.util.getPath(it.errorPath, $propertyKey, it.opts.jsonPointers); + $it.dataPathArr[$dataNxt] = it.util.toQuotedString($propertyKey); + }} + + {{# def.generateSubschemaCode }} + + {{? {{# def.willOptimize }} }} + {{ + $code = {{# def._optimizeValidate }}; + var $useData = $passData; + }} + {{??}} + {{ var $useData = $nextData; }} + var {{=$nextData}} = {{=$passData}}; + {{?}} + + {{? $hasDefault }} + {{= $code }} + {{??}} + {{? $requiredHash && $requiredHash[$propertyKey] }} + if ({{# def.noPropertyInData }}) { + {{=$nextValid}} = false; + {{ + var $currentErrorPath = it.errorPath + , $currErrSchemaPath = $errSchemaPath + , $missingProperty = it.util.escapeQuotes($propertyKey); + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + $errSchemaPath = it.errSchemaPath + '/required'; + }} + {{# def.error:'required' }} + {{ $errSchemaPath = $currErrSchemaPath; }} + {{ it.errorPath = $currentErrorPath; }} + } else { + {{??}} + {{? $breakOnError }} + if ({{# def.noPropertyInData }}) { + {{=$nextValid}} = true; + } else { + {{??}} + if ({{=$useData}} !== undefined + {{? $ownProperties }} + && {{# def.isOwnProperty }} + {{?}} + ) { + {{?}} + {{?}} + + {{= $code }} + } + {{?}} {{ /* $hasDefault */ }} + {{?}} {{ /* def.nonEmptySchema */ }} + + {{# def.ifResultValid }} + {{~}} +{{?}} + +{{? $pPropertyKeys.length }} + {{~ $pPropertyKeys:$pProperty }} + {{ var $sch = $pProperties[$pProperty]; }} + + {{? {{# def.nonEmptySchema:$sch}} }} + {{ + $it.schema = $sch; + $it.schemaPath = it.schemaPath + '.patternProperties' + it.util.getProperty($pProperty); + $it.errSchemaPath = it.errSchemaPath + '/patternProperties/' + + it.util.escapeFragment($pProperty); + }} + + {{# def.iterateProperties }} + if ({{= it.usePattern($pProperty) }}.test({{=$key}})) { + {{ + $it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + }} + + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} + + {{? $breakOnError }} if (!{{=$nextValid}}) break; {{?}} + } + {{? $breakOnError }} else {{=$nextValid}} = true; {{?}} + } + + {{# def.ifResultValid }} + {{?}} {{ /* def.nonEmptySchema */ }} + {{~}} +{{?}} + + +{{? $breakOnError }} + {{= $closingBraces }} + if ({{=$errs}} == errors) { +{{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/propertyNames.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/propertyNames.jst" new file mode 100644 index 0000000..d456cca --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/propertyNames.jst" @@ -0,0 +1,52 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + +var {{=$errs}} = errors; + +{{? {{# def.nonEmptySchema:$schema }} }} + {{ + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + }} + + {{ + var $key = 'key' + $lvl + , $idx = 'idx' + $lvl + , $i = 'i' + $lvl + , $invalidName = '\' + ' + $key + ' + \'' + , $dataNxt = $it.dataLevel = it.dataLevel + 1 + , $nextData = 'data' + $dataNxt + , $dataProperties = 'dataProperties' + $lvl + , $ownProperties = it.opts.ownProperties + , $currentBaseId = it.baseId; + }} + + {{? $ownProperties }} + var {{=$dataProperties}} = undefined; + {{?}} + {{# def.iterateProperties }} + var startErrs{{=$lvl}} = errors; + + {{ var $passData = $key; }} + {{# def.setCompositeRule }} + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} + {{# def.resetCompositeRule }} + + if (!{{=$nextValid}}) { + for (var {{=$i}}=startErrs{{=$lvl}}; {{=$i}}= it.opts.loopRequired + , $ownProperties = it.opts.ownProperties; + }} + + {{? $breakOnError }} + var missing{{=$lvl}}; + {{? $loopRequired }} + {{# def.setupLoop }} + var {{=$valid}} = true; + + {{?$isData}}{{# def.check$dataIsArray }}{{?}} + + for (var {{=$i}} = 0; {{=$i}} < {{=$vSchema}}.length; {{=$i}}++) { + {{=$valid}} = {{=$data}}[{{=$vSchema}}[{{=$i}}]] !== undefined + {{? $ownProperties }} + && {{# def.isRequiredOwnProperty }} + {{?}}; + if (!{{=$valid}}) break; + } + + {{? $isData }} } {{?}} + + {{# def.checkError:'required' }} + else { + {{??}} + if ({{# def.checkMissingProperty:$required }}) { + {{# def.errorMissingProperty:'required' }} + } else { + {{?}} + {{??}} + {{? $loopRequired }} + {{# def.setupLoop }} + {{? $isData }} + if ({{=$vSchema}} && !Array.isArray({{=$vSchema}})) { + {{# def.addError:'required' }} + } else if ({{=$vSchema}} !== undefined) { + {{?}} + + for (var {{=$i}} = 0; {{=$i}} < {{=$vSchema}}.length; {{=$i}}++) { + if ({{=$data}}[{{=$vSchema}}[{{=$i}}]] === undefined + {{? $ownProperties }} + || !{{# def.isRequiredOwnProperty }} + {{?}}) { + {{# def.addError:'required' }} + } + } + + {{? $isData }} } {{?}} + {{??}} + {{~ $required:$propertyKey }} + {{# def.allErrorsMissingProperty:'required' }} + {{~}} + {{?}} + {{?}} + + {{ it.errorPath = $currentErrorPath; }} + +{{?? $breakOnError }} + if (true) { +{{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/uniqueItems.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/uniqueItems.jst" new file mode 100644 index 0000000..e69b830 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/uniqueItems.jst" @@ -0,0 +1,62 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + + +{{? ($schema || $isData) && it.opts.uniqueItems !== false }} + {{? $isData }} + var {{=$valid}}; + if ({{=$schemaValue}} === false || {{=$schemaValue}} === undefined) + {{=$valid}} = true; + else if (typeof {{=$schemaValue}} != 'boolean') + {{=$valid}} = false; + else { + {{?}} + + var i = {{=$data}}.length + , {{=$valid}} = true + , j; + if (i > 1) { + {{ + var $itemType = it.schema.items && it.schema.items.type + , $typeIsArray = Array.isArray($itemType); + }} + {{? !$itemType || $itemType == 'object' || $itemType == 'array' || + ($typeIsArray && ($itemType.indexOf('object') >= 0 || $itemType.indexOf('array') >= 0)) }} + outer: + for (;i--;) { + for (j = i; j--;) { + if (equal({{=$data}}[i], {{=$data}}[j])) { + {{=$valid}} = false; + break outer; + } + } + } + {{??}} + var itemIndices = {}, item; + for (;i--;) { + var item = {{=$data}}[i]; + {{ var $method = 'checkDataType' + ($typeIsArray ? 's' : ''); }} + if ({{= it.util[$method]($itemType, 'item', it.opts.strictNumbers, true) }}) continue; + {{? $typeIsArray}} + if (typeof item == 'string') item = '"' + item; + {{?}} + if (typeof itemIndices[item] == 'number') { + {{=$valid}} = false; + j = itemIndices[item]; + break; + } + itemIndices[item] = i; + } + {{?}} + } + + {{? $isData }} } {{?}} + + if (!{{=$valid}}) { + {{# def.error:'uniqueItems' }} + } {{? $breakOnError }} else { {{?}} +{{??}} + {{? $breakOnError }} if (true) { {{?}} +{{?}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/validate.jst" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/validate.jst" new file mode 100644 index 0000000..32087e7 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dot/validate.jst" @@ -0,0 +1,276 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.defaults }} +{{# def.coerce }} + +{{ /** + * schema compilation (render) time: + * it = { schema, RULES, _validate, opts } + * it.validate - this template function, + * it is used recursively to generate code for subschemas + * + * runtime: + * "validate" is a variable name to which this function will be assigned + * validateRef etc. are defined in the parent scope in index.js + */ }} + +{{ + var $async = it.schema.$async === true + , $refKeywords = it.util.schemaHasRulesExcept(it.schema, it.RULES.all, '$ref') + , $id = it.self._getId(it.schema); +}} + +{{ + if (it.opts.strictKeywords) { + var $unknownKwd = it.util.schemaUnknownRules(it.schema, it.RULES.keywords); + if ($unknownKwd) { + var $keywordsMsg = 'unknown keyword: ' + $unknownKwd; + if (it.opts.strictKeywords === 'log') it.logger.warn($keywordsMsg); + else throw new Error($keywordsMsg); + } + } +}} + +{{? it.isTop }} + var validate = {{?$async}}{{it.async = true;}}async {{?}}function(data, dataPath, parentData, parentDataProperty, rootData) { + 'use strict'; + {{? $id && (it.opts.sourceCode || it.opts.processCode) }} + {{= '/\*# sourceURL=' + $id + ' */' }} + {{?}} +{{?}} + +{{? typeof it.schema == 'boolean' || !($refKeywords || it.schema.$ref) }} + {{ var $keyword = 'false schema'; }} + {{# def.setupKeyword }} + {{? it.schema === false}} + {{? it.isTop}} + {{ $breakOnError = true; }} + {{??}} + var {{=$valid}} = false; + {{?}} + {{# def.error:'false schema' }} + {{??}} + {{? it.isTop}} + {{? $async }} + return data; + {{??}} + validate.errors = null; + return true; + {{?}} + {{??}} + var {{=$valid}} = true; + {{?}} + {{?}} + + {{? it.isTop}} + }; + return validate; + {{?}} + + {{ return out; }} +{{?}} + + +{{? it.isTop }} + {{ + var $top = it.isTop + , $lvl = it.level = 0 + , $dataLvl = it.dataLevel = 0 + , $data = 'data'; + it.rootId = it.resolve.fullPath(it.self._getId(it.root.schema)); + it.baseId = it.baseId || it.rootId; + delete it.isTop; + + it.dataPathArr = [""]; + + if (it.schema.default !== undefined && it.opts.useDefaults && it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored in the schema root'; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + }} + + var vErrors = null; {{ /* don't edit, used in replace */ }} + var errors = 0; {{ /* don't edit, used in replace */ }} + if (rootData === undefined) rootData = data; {{ /* don't edit, used in replace */ }} +{{??}} + {{ + var $lvl = it.level + , $dataLvl = it.dataLevel + , $data = 'data' + ($dataLvl || ''); + + if ($id) it.baseId = it.resolve.url(it.baseId, $id); + + if ($async && !it.async) throw new Error('async schema in sync schema'); + }} + + var errs_{{=$lvl}} = errors; +{{?}} + +{{ + var $valid = 'valid' + $lvl + , $breakOnError = !it.opts.allErrors + , $closingBraces1 = '' + , $closingBraces2 = ''; + + var $errorKeyword; + var $typeSchema = it.schema.type + , $typeIsArray = Array.isArray($typeSchema); + + if ($typeSchema && it.opts.nullable && it.schema.nullable === true) { + if ($typeIsArray) { + if ($typeSchema.indexOf('null') == -1) + $typeSchema = $typeSchema.concat('null'); + } else if ($typeSchema != 'null') { + $typeSchema = [$typeSchema, 'null']; + $typeIsArray = true; + } + } + + if ($typeIsArray && $typeSchema.length == 1) { + $typeSchema = $typeSchema[0]; + $typeIsArray = false; + } +}} + +{{## def.checkType: + {{ + var $schemaPath = it.schemaPath + '.type' + , $errSchemaPath = it.errSchemaPath + '/type' + , $method = $typeIsArray ? 'checkDataTypes' : 'checkDataType'; + }} + + if ({{= it.util[$method]($typeSchema, $data, it.opts.strictNumbers, true) }}) { +#}} + +{{? it.schema.$ref && $refKeywords }} + {{? it.opts.extendRefs == 'fail' }} + {{ throw new Error('$ref: validation keywords used in schema at path "' + it.errSchemaPath + '" (see option extendRefs)'); }} + {{?? it.opts.extendRefs !== true }} + {{ + $refKeywords = false; + it.logger.warn('$ref: keywords ignored in schema at path "' + it.errSchemaPath + '"'); + }} + {{?}} +{{?}} + +{{? it.schema.$comment && it.opts.$comment }} + {{= it.RULES.all.$comment.code(it, '$comment') }} +{{?}} + +{{? $typeSchema }} + {{? it.opts.coerceTypes }} + {{ var $coerceToTypes = it.util.coerceToTypes(it.opts.coerceTypes, $typeSchema); }} + {{?}} + + {{ var $rulesGroup = it.RULES.types[$typeSchema]; }} + {{? $coerceToTypes || $typeIsArray || $rulesGroup === true || + ($rulesGroup && !$shouldUseGroup($rulesGroup)) }} + {{ + var $schemaPath = it.schemaPath + '.type' + , $errSchemaPath = it.errSchemaPath + '/type'; + }} + {{# def.checkType }} + {{? $coerceToTypes }} + {{# def.coerceType }} + {{??}} + {{# def.error:'type' }} + {{?}} + } + {{?}} +{{?}} + + +{{? it.schema.$ref && !$refKeywords }} + {{= it.RULES.all.$ref.code(it, '$ref') }} + {{? $breakOnError }} + } + if (errors === {{?$top}}0{{??}}errs_{{=$lvl}}{{?}}) { + {{ $closingBraces2 += '}'; }} + {{?}} +{{??}} + {{~ it.RULES:$rulesGroup }} + {{? $shouldUseGroup($rulesGroup) }} + {{? $rulesGroup.type }} + if ({{= it.util.checkDataType($rulesGroup.type, $data, it.opts.strictNumbers) }}) { + {{?}} + {{? it.opts.useDefaults }} + {{? $rulesGroup.type == 'object' && it.schema.properties }} + {{# def.defaultProperties }} + {{?? $rulesGroup.type == 'array' && Array.isArray(it.schema.items) }} + {{# def.defaultItems }} + {{?}} + {{?}} + {{~ $rulesGroup.rules:$rule }} + {{? $shouldUseRule($rule) }} + {{ var $code = $rule.code(it, $rule.keyword, $rulesGroup.type); }} + {{? $code }} + {{= $code }} + {{? $breakOnError }} + {{ $closingBraces1 += '}'; }} + {{?}} + {{?}} + {{?}} + {{~}} + {{? $breakOnError }} + {{= $closingBraces1 }} + {{ $closingBraces1 = ''; }} + {{?}} + {{? $rulesGroup.type }} + } + {{? $typeSchema && $typeSchema === $rulesGroup.type && !$coerceToTypes }} + else { + {{ + var $schemaPath = it.schemaPath + '.type' + , $errSchemaPath = it.errSchemaPath + '/type'; + }} + {{# def.error:'type' }} + } + {{?}} + {{?}} + + {{? $breakOnError }} + if (errors === {{?$top}}0{{??}}errs_{{=$lvl}}{{?}}) { + {{ $closingBraces2 += '}'; }} + {{?}} + {{?}} + {{~}} +{{?}} + +{{? $breakOnError }} {{= $closingBraces2 }} {{?}} + +{{? $top }} + {{? $async }} + if (errors === 0) return data; {{ /* don't edit, used in replace */ }} + else throw new ValidationError(vErrors); {{ /* don't edit, used in replace */ }} + {{??}} + validate.errors = vErrors; {{ /* don't edit, used in replace */ }} + return errors === 0; {{ /* don't edit, used in replace */ }} + {{?}} + }; + + return validate; +{{??}} + var {{=$valid}} = errors === errs_{{=$lvl}}; +{{?}} + +{{ + function $shouldUseGroup($rulesGroup) { + var rules = $rulesGroup.rules; + for (var i=0; i < rules.length; i++) + if ($shouldUseRule(rules[i])) + return true; + } + + function $shouldUseRule($rule) { + return it.schema[$rule.keyword] !== undefined || + ($rule.implements && $ruleImplementsSomeKeyword($rule)); + } + + function $ruleImplementsSomeKeyword($rule) { + var impl = $rule.implements; + for (var i=0; i < impl.length; i++) + if (it.schema[impl[i]] !== undefined) + return true; + } +}} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/README.md" new file mode 100644 index 0000000..4d99484 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/README.md" @@ -0,0 +1,3 @@ +These files are compiled dot templates from dot folder. + +Do NOT edit them directly, edit the templates and run `npm run build` from main ajv folder. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limit.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limit.js" new file mode 100644 index 0000000..05a1979 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limit.js" @@ -0,0 +1,163 @@ +'use strict'; +module.exports = function generate__limit(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $isMax = $keyword == 'maximum', + $exclusiveKeyword = $isMax ? 'exclusiveMaximum' : 'exclusiveMinimum', + $schemaExcl = it.schema[$exclusiveKeyword], + $isDataExcl = it.opts.$data && $schemaExcl && $schemaExcl.$data, + $op = $isMax ? '<' : '>', + $notOp = $isMax ? '>' : '<', + $errorKeyword = undefined; + if (!($isData || typeof $schema == 'number' || $schema === undefined)) { + throw new Error($keyword + ' must be number'); + } + if (!($isDataExcl || $schemaExcl === undefined || typeof $schemaExcl == 'number' || typeof $schemaExcl == 'boolean')) { + throw new Error($exclusiveKeyword + ' must be number or boolean'); + } + if ($isDataExcl) { + var $schemaValueExcl = it.util.getData($schemaExcl.$data, $dataLvl, it.dataPathArr), + $exclusive = 'exclusive' + $lvl, + $exclType = 'exclType' + $lvl, + $exclIsNumber = 'exclIsNumber' + $lvl, + $opExpr = 'op' + $lvl, + $opStr = '\' + ' + $opExpr + ' + \''; + out += ' var schemaExcl' + ($lvl) + ' = ' + ($schemaValueExcl) + '; '; + $schemaValueExcl = 'schemaExcl' + $lvl; + out += ' var ' + ($exclusive) + '; var ' + ($exclType) + ' = typeof ' + ($schemaValueExcl) + '; if (' + ($exclType) + ' != \'boolean\' && ' + ($exclType) + ' != \'undefined\' && ' + ($exclType) + ' != \'number\') { '; + var $errorKeyword = $exclusiveKeyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_exclusiveLimit') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'' + ($exclusiveKeyword) + ' should be boolean\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($exclType) + ' == \'number\' ? ( (' + ($exclusive) + ' = ' + ($schemaValue) + ' === undefined || ' + ($schemaValueExcl) + ' ' + ($op) + '= ' + ($schemaValue) + ') ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaValueExcl) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) : ( (' + ($exclusive) + ' = ' + ($schemaValueExcl) + ' === true) ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaValue) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) || ' + ($data) + ' !== ' + ($data) + ') { var op' + ($lvl) + ' = ' + ($exclusive) + ' ? \'' + ($op) + '\' : \'' + ($op) + '=\'; '; + if ($schema === undefined) { + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $schemaValue = $schemaValueExcl; + $isData = $isDataExcl; + } + } else { + var $exclIsNumber = typeof $schemaExcl == 'number', + $opStr = $op; + if ($exclIsNumber && $isData) { + var $opExpr = '\'' + $opStr + '\''; + out += ' if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ( ' + ($schemaValue) + ' === undefined || ' + ($schemaExcl) + ' ' + ($op) + '= ' + ($schemaValue) + ' ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaExcl) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) || ' + ($data) + ' !== ' + ($data) + ') { '; + } else { + if ($exclIsNumber && $schema === undefined) { + $exclusive = true; + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $schemaValue = $schemaExcl; + $notOp += '='; + } else { + if ($exclIsNumber) $schemaValue = Math[$isMax ? 'min' : 'max']($schemaExcl, $schema); + if ($schemaExcl === ($exclIsNumber ? $schemaValue : true)) { + $exclusive = true; + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $notOp += '='; + } else { + $exclusive = false; + $opStr += '='; + } + } + var $opExpr = '\'' + $opStr + '\''; + out += ' if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' || ' + ($data) + ' !== ' + ($data) + ') { '; + } + } + $errorKeyword = $errorKeyword || $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limit') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { comparison: ' + ($opExpr) + ', limit: ' + ($schemaValue) + ', exclusive: ' + ($exclusive) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be ' + ($opStr) + ' '; + if ($isData) { + out += '\' + ' + ($schemaValue); + } else { + out += '' + ($schemaValue) + '\''; + } + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitItems.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitItems.js" new file mode 100644 index 0000000..e092a55 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitItems.js" @@ -0,0 +1,80 @@ +'use strict'; +module.exports = function generate__limitItems(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxItems' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($data) + '.length ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have '; + if ($keyword == 'maxItems') { + out += 'more'; + } else { + out += 'fewer'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' items\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitLength.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitLength.js" new file mode 100644 index 0000000..ecbd3fe --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitLength.js" @@ -0,0 +1,85 @@ +'use strict'; +module.exports = function generate__limitLength(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxLength' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + if (it.opts.unicode === false) { + out += ' ' + ($data) + '.length '; + } else { + out += ' ucs2length(' + ($data) + ') '; + } + out += ' ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitLength') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be '; + if ($keyword == 'maxLength') { + out += 'longer'; + } else { + out += 'shorter'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' characters\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitProperties.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitProperties.js" new file mode 100644 index 0000000..d232755 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/_limitProperties.js" @@ -0,0 +1,80 @@ +'use strict'; +module.exports = function generate__limitProperties(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxProperties' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' Object.keys(' + ($data) + ').length ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitProperties') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have '; + if ($keyword == 'maxProperties') { + out += 'more'; + } else { + out += 'fewer'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' properties\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/allOf.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/allOf.js" new file mode 100644 index 0000000..fb8c2e4 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/allOf.js" @@ -0,0 +1,42 @@ +'use strict'; +module.exports = function generate_allOf(it, $keyword, $ruleType) { + var out = ' '; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $currentBaseId = $it.baseId, + $allSchemasEmpty = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $allSchemasEmpty = false; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if ($breakOnError) { + if ($allSchemasEmpty) { + out += ' if (true) { '; + } else { + out += ' ' + ($closingBraces.slice(0, -1)) + ' '; + } + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/anyOf.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/anyOf.js" new file mode 100644 index 0000000..0600a9d --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/anyOf.js" @@ -0,0 +1,73 @@ +'use strict'; +module.exports = function generate_anyOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $noEmptySchema = $schema.every(function($sch) { + return (it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all)); + }); + if ($noEmptySchema) { + var $currentBaseId = $it.baseId; + out += ' var ' + ($errs) + ' = errors; var ' + ($valid) + ' = false; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($valid) + ' || ' + ($nextValid) + '; if (!' + ($valid) + ') { '; + $closingBraces += '}'; + } + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($closingBraces) + ' if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('anyOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should match some schema in anyOf\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += ' } else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + if (it.opts.allErrors) { + out += ' } '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/comment.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/comment.js" new file mode 100644 index 0000000..dd66bb8 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/comment.js" @@ -0,0 +1,14 @@ +'use strict'; +module.exports = function generate_comment(it, $keyword, $ruleType) { + var out = ' '; + var $schema = it.schema[$keyword]; + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $comment = it.util.toQuotedString($schema); + if (it.opts.$comment === true) { + out += ' console.log(' + ($comment) + ');'; + } else if (typeof it.opts.$comment == 'function') { + out += ' self._opts.$comment(' + ($comment) + ', ' + (it.util.toQuotedString($errSchemaPath)) + ', validate.root.schema);'; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/const.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/const.js" new file mode 100644 index 0000000..15b7c61 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/const.js" @@ -0,0 +1,56 @@ +'use strict'; +module.exports = function generate_const(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!$isData) { + out += ' var schema' + ($lvl) + ' = validate.schema' + ($schemaPath) + ';'; + } + out += 'var ' + ($valid) + ' = equal(' + ($data) + ', schema' + ($lvl) + '); if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('const') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { allowedValue: schema' + ($lvl) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be equal to constant\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' }'; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/contains.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/contains.js" new file mode 100644 index 0000000..7d76300 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/contains.js" @@ -0,0 +1,81 @@ +'use strict'; +module.exports = function generate_contains(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $idx = 'i' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $currentBaseId = it.baseId, + $nonEmptySchema = (it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all)); + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if ($nonEmptySchema) { + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($nextValid) + ' = false; for (var ' + ($idx) + ' = 0; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' if (' + ($nextValid) + ') break; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($closingBraces) + ' if (!' + ($nextValid) + ') {'; + } else { + out += ' if (' + ($data) + '.length == 0) {'; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('contains') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should contain a valid item\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + if ($nonEmptySchema) { + out += ' errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + } + if (it.opts.allErrors) { + out += ' } '; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/custom.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/custom.js" new file mode 100644 index 0000000..f3e641e --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/custom.js" @@ -0,0 +1,228 @@ +'use strict'; +module.exports = function generate_custom(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $rule = this, + $definition = 'definition' + $lvl, + $rDef = $rule.definition, + $closingBraces = ''; + var $compile, $inline, $macro, $ruleValidate, $validateCode; + if ($isData && $rDef.$data) { + $validateCode = 'keywordValidate' + $lvl; + var $validateSchema = $rDef.validateSchema; + out += ' var ' + ($definition) + ' = RULES.custom[\'' + ($keyword) + '\'].definition; var ' + ($validateCode) + ' = ' + ($definition) + '.validate;'; + } else { + $ruleValidate = it.useCustomRule($rule, $schema, it.schema, it); + if (!$ruleValidate) return; + $schemaValue = 'validate.schema' + $schemaPath; + $validateCode = $ruleValidate.code; + $compile = $rDef.compile; + $inline = $rDef.inline; + $macro = $rDef.macro; + } + var $ruleErrs = $validateCode + '.errors', + $i = 'i' + $lvl, + $ruleErr = 'ruleErr' + $lvl, + $asyncKeyword = $rDef.async; + if ($asyncKeyword && !it.async) throw new Error('async keyword in sync schema'); + if (!($inline || $macro)) { + out += '' + ($ruleErrs) + ' = null;'; + } + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if ($isData && $rDef.$data) { + $closingBraces += '}'; + out += ' if (' + ($schemaValue) + ' === undefined) { ' + ($valid) + ' = true; } else { '; + if ($validateSchema) { + $closingBraces += '}'; + out += ' ' + ($valid) + ' = ' + ($definition) + '.validateSchema(' + ($schemaValue) + '); if (' + ($valid) + ') { '; + } + } + if ($inline) { + if ($rDef.statements) { + out += ' ' + ($ruleValidate.validate) + ' '; + } else { + out += ' ' + ($valid) + ' = ' + ($ruleValidate.validate) + '; '; + } + } else if ($macro) { + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + $it.schema = $ruleValidate.validate; + $it.schemaPath = ''; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var $code = it.validate($it).replace(/validate\.schema/g, $validateCode); + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($code); + } else { + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; + out += ' ' + ($validateCode) + '.call( '; + if (it.opts.passContext) { + out += 'this'; + } else { + out += 'self'; + } + if ($compile || $rDef.schema === false) { + out += ' , ' + ($data) + ' '; + } else { + out += ' , ' + ($schemaValue) + ' , ' + ($data) + ' , validate.schema' + (it.schemaPath) + ' '; + } + out += ' , (dataPath || \'\')'; + if (it.errorPath != '""') { + out += ' + ' + (it.errorPath); + } + var $parentData = $dataLvl ? 'data' + (($dataLvl - 1) || '') : 'parentData', + $parentDataProperty = $dataLvl ? it.dataPathArr[$dataLvl] : 'parentDataProperty'; + out += ' , ' + ($parentData) + ' , ' + ($parentDataProperty) + ' , rootData ) '; + var def_callRuleValidate = out; + out = $$outStack.pop(); + if ($rDef.errors === false) { + out += ' ' + ($valid) + ' = '; + if ($asyncKeyword) { + out += 'await '; + } + out += '' + (def_callRuleValidate) + '; '; + } else { + if ($asyncKeyword) { + $ruleErrs = 'customErrors' + $lvl; + out += ' var ' + ($ruleErrs) + ' = null; try { ' + ($valid) + ' = await ' + (def_callRuleValidate) + '; } catch (e) { ' + ($valid) + ' = false; if (e instanceof ValidationError) ' + ($ruleErrs) + ' = e.errors; else throw e; } '; + } else { + out += ' ' + ($ruleErrs) + ' = null; ' + ($valid) + ' = ' + (def_callRuleValidate) + '; '; + } + } + } + if ($rDef.modifying) { + out += ' if (' + ($parentData) + ') ' + ($data) + ' = ' + ($parentData) + '[' + ($parentDataProperty) + '];'; + } + out += '' + ($closingBraces); + if ($rDef.valid) { + if ($breakOnError) { + out += ' if (true) { '; + } + } else { + out += ' if ( '; + if ($rDef.valid === undefined) { + out += ' !'; + if ($macro) { + out += '' + ($nextValid); + } else { + out += '' + ($valid); + } + } else { + out += ' ' + (!$rDef.valid) + ' '; + } + out += ') { '; + $errorKeyword = $rule.keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'custom') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { keyword: \'' + ($rule.keyword) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should pass "' + ($rule.keyword) + '" keyword validation\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + var def_customError = out; + out = $$outStack.pop(); + if ($inline) { + if ($rDef.errors) { + if ($rDef.errors != 'full') { + out += ' for (var ' + ($i) + '=' + ($errs) + '; ' + ($i) + ' 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + out += ' ' + ($nextValid) + ' = true; if ( ' + ($data) + (it.util.getProperty($property)) + ' !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($property)) + '\') '; + } + out += ') { '; + $it.schema = $sch; + $it.schemaPath = $schemaPath + it.util.getProperty($property); + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($property); + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/enum.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/enum.js" new file mode 100644 index 0000000..90580b9 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/enum.js" @@ -0,0 +1,66 @@ +'use strict'; +module.exports = function generate_enum(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $i = 'i' + $lvl, + $vSchema = 'schema' + $lvl; + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + ';'; + } + out += 'var ' + ($valid) + ';'; + if ($isData) { + out += ' if (schema' + ($lvl) + ' === undefined) ' + ($valid) + ' = true; else if (!Array.isArray(schema' + ($lvl) + ')) ' + ($valid) + ' = false; else {'; + } + out += '' + ($valid) + ' = false;for (var ' + ($i) + '=0; ' + ($i) + '<' + ($vSchema) + '.length; ' + ($i) + '++) if (equal(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + '])) { ' + ($valid) + ' = true; break; }'; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('enum') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { allowedValues: schema' + ($lvl) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be equal to one of the allowed values\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' }'; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/format.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/format.js" new file mode 100644 index 0000000..cd9a569 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/format.js" @@ -0,0 +1,150 @@ +'use strict'; +module.exports = function generate_format(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + if (it.opts.format === false) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $unknownFormats = it.opts.unknownFormats, + $allowUnknown = Array.isArray($unknownFormats); + if ($isData) { + var $format = 'format' + $lvl, + $isObject = 'isObject' + $lvl, + $formatType = 'formatType' + $lvl; + out += ' var ' + ($format) + ' = formats[' + ($schemaValue) + ']; var ' + ($isObject) + ' = typeof ' + ($format) + ' == \'object\' && !(' + ($format) + ' instanceof RegExp) && ' + ($format) + '.validate; var ' + ($formatType) + ' = ' + ($isObject) + ' && ' + ($format) + '.type || \'string\'; if (' + ($isObject) + ') { '; + if (it.async) { + out += ' var async' + ($lvl) + ' = ' + ($format) + '.async; '; + } + out += ' ' + ($format) + ' = ' + ($format) + '.validate; } if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'string\') || '; + } + out += ' ('; + if ($unknownFormats != 'ignore') { + out += ' (' + ($schemaValue) + ' && !' + ($format) + ' '; + if ($allowUnknown) { + out += ' && self._opts.unknownFormats.indexOf(' + ($schemaValue) + ') == -1 '; + } + out += ') || '; + } + out += ' (' + ($format) + ' && ' + ($formatType) + ' == \'' + ($ruleType) + '\' && !(typeof ' + ($format) + ' == \'function\' ? '; + if (it.async) { + out += ' (async' + ($lvl) + ' ? await ' + ($format) + '(' + ($data) + ') : ' + ($format) + '(' + ($data) + ')) '; + } else { + out += ' ' + ($format) + '(' + ($data) + ') '; + } + out += ' : ' + ($format) + '.test(' + ($data) + '))))) {'; + } else { + var $format = it.formats[$schema]; + if (!$format) { + if ($unknownFormats == 'ignore') { + it.logger.warn('unknown format "' + $schema + '" ignored in schema at path "' + it.errSchemaPath + '"'); + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } else if ($allowUnknown && $unknownFormats.indexOf($schema) >= 0) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } else { + throw new Error('unknown format "' + $schema + '" is used in schema at path "' + it.errSchemaPath + '"'); + } + } + var $isObject = typeof $format == 'object' && !($format instanceof RegExp) && $format.validate; + var $formatType = $isObject && $format.type || 'string'; + if ($isObject) { + var $async = $format.async === true; + $format = $format.validate; + } + if ($formatType != $ruleType) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } + if ($async) { + if (!it.async) throw new Error('async format in sync schema'); + var $formatRef = 'formats' + it.util.getProperty($schema) + '.validate'; + out += ' if (!(await ' + ($formatRef) + '(' + ($data) + '))) { '; + } else { + out += ' if (! '; + var $formatRef = 'formats' + it.util.getProperty($schema); + if ($isObject) $formatRef += '.validate'; + if (typeof $format == 'function') { + out += ' ' + ($formatRef) + '(' + ($data) + ') '; + } else { + out += ' ' + ($formatRef) + '.test(' + ($data) + ') '; + } + out += ') { '; + } + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('format') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { format: '; + if ($isData) { + out += '' + ($schemaValue); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match format "'; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + (it.util.escapeQuotes($schema)); + } + out += '"\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/if.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/if.js" new file mode 100644 index 0000000..94d27ad --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/if.js" @@ -0,0 +1,103 @@ +'use strict'; +module.exports = function generate_if(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + $it.level++; + var $nextValid = 'valid' + $it.level; + var $thenSch = it.schema['then'], + $elseSch = it.schema['else'], + $thenPresent = $thenSch !== undefined && (it.opts.strictKeywords ? (typeof $thenSch == 'object' && Object.keys($thenSch).length > 0) || $thenSch === false : it.util.schemaHasRules($thenSch, it.RULES.all)), + $elsePresent = $elseSch !== undefined && (it.opts.strictKeywords ? (typeof $elseSch == 'object' && Object.keys($elseSch).length > 0) || $elseSch === false : it.util.schemaHasRules($elseSch, it.RULES.all)), + $currentBaseId = $it.baseId; + if ($thenPresent || $elsePresent) { + var $ifClause; + $it.createErrors = false; + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($errs) + ' = errors; var ' + ($valid) + ' = true; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + $it.createErrors = true; + out += ' errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + if ($thenPresent) { + out += ' if (' + ($nextValid) + ') { '; + $it.schema = it.schema['then']; + $it.schemaPath = it.schemaPath + '.then'; + $it.errSchemaPath = it.errSchemaPath + '/then'; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($nextValid) + '; '; + if ($thenPresent && $elsePresent) { + $ifClause = 'ifClause' + $lvl; + out += ' var ' + ($ifClause) + ' = \'then\'; '; + } else { + $ifClause = '\'then\''; + } + out += ' } '; + if ($elsePresent) { + out += ' else { '; + } + } else { + out += ' if (!' + ($nextValid) + ') { '; + } + if ($elsePresent) { + $it.schema = it.schema['else']; + $it.schemaPath = it.schemaPath + '.else'; + $it.errSchemaPath = it.errSchemaPath + '/else'; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($nextValid) + '; '; + if ($thenPresent && $elsePresent) { + $ifClause = 'ifClause' + $lvl; + out += ' var ' + ($ifClause) + ' = \'else\'; '; + } else { + $ifClause = '\'else\''; + } + out += ' } '; + } + out += ' if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('if') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { failingKeyword: ' + ($ifClause) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match "\' + ' + ($ifClause) + ' + \'" schema\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/index.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/index.js" new file mode 100644 index 0000000..2fb1b00 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/index.js" @@ -0,0 +1,33 @@ +'use strict'; + +//all requires must be explicit because browserify won't work with dynamic requires +module.exports = { + '$ref': require('./ref'), + allOf: require('./allOf'), + anyOf: require('./anyOf'), + '$comment': require('./comment'), + const: require('./const'), + contains: require('./contains'), + dependencies: require('./dependencies'), + 'enum': require('./enum'), + format: require('./format'), + 'if': require('./if'), + items: require('./items'), + maximum: require('./_limit'), + minimum: require('./_limit'), + maxItems: require('./_limitItems'), + minItems: require('./_limitItems'), + maxLength: require('./_limitLength'), + minLength: require('./_limitLength'), + maxProperties: require('./_limitProperties'), + minProperties: require('./_limitProperties'), + multipleOf: require('./multipleOf'), + not: require('./not'), + oneOf: require('./oneOf'), + pattern: require('./pattern'), + properties: require('./properties'), + propertyNames: require('./propertyNames'), + required: require('./required'), + uniqueItems: require('./uniqueItems'), + validate: require('./validate') +}; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/items.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/items.js" new file mode 100644 index 0000000..bee5d67 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/items.js" @@ -0,0 +1,140 @@ +'use strict'; +module.exports = function generate_items(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $idx = 'i' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $currentBaseId = it.baseId; + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if (Array.isArray($schema)) { + var $additionalItems = it.schema.additionalItems; + if ($additionalItems === false) { + out += ' ' + ($valid) + ' = ' + ($data) + '.length <= ' + ($schema.length) + '; '; + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalItems'; + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('additionalItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schema.length) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have more than ' + ($schema.length) + ' items\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + $errSchemaPath = $currErrSchemaPath; + if ($breakOnError) { + $closingBraces += '}'; + out += ' else { '; + } + } + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + out += ' ' + ($nextValid) + ' = true; if (' + ($data) + '.length > ' + ($i) + ') { '; + var $passData = $data + '[' + $i + ']'; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + $it.errorPath = it.util.getPathExpr(it.errorPath, $i, it.opts.jsonPointers, true); + $it.dataPathArr[$dataNxt] = $i; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if (typeof $additionalItems == 'object' && (it.opts.strictKeywords ? (typeof $additionalItems == 'object' && Object.keys($additionalItems).length > 0) || $additionalItems === false : it.util.schemaHasRules($additionalItems, it.RULES.all))) { + $it.schema = $additionalItems; + $it.schemaPath = it.schemaPath + '.additionalItems'; + $it.errSchemaPath = it.errSchemaPath + '/additionalItems'; + out += ' ' + ($nextValid) + ' = true; if (' + ($data) + '.length > ' + ($schema.length) + ') { for (var ' + ($idx) + ' = ' + ($schema.length) + '; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' } } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } else if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' for (var ' + ($idx) + ' = ' + (0) + '; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' }'; + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/multipleOf.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/multipleOf.js" new file mode 100644 index 0000000..9d6401b --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/multipleOf.js" @@ -0,0 +1,80 @@ +'use strict'; +module.exports = function generate_multipleOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + out += 'var division' + ($lvl) + ';if ('; + if ($isData) { + out += ' ' + ($schemaValue) + ' !== undefined && ( typeof ' + ($schemaValue) + ' != \'number\' || '; + } + out += ' (division' + ($lvl) + ' = ' + ($data) + ' / ' + ($schemaValue) + ', '; + if (it.opts.multipleOfPrecision) { + out += ' Math.abs(Math.round(division' + ($lvl) + ') - division' + ($lvl) + ') > 1e-' + (it.opts.multipleOfPrecision) + ' '; + } else { + out += ' division' + ($lvl) + ' !== parseInt(division' + ($lvl) + ') '; + } + out += ' ) '; + if ($isData) { + out += ' ) '; + } + out += ' ) { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('multipleOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { multipleOf: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be multiple of '; + if ($isData) { + out += '\' + ' + ($schemaValue); + } else { + out += '' + ($schemaValue) + '\''; + } + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/not.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/not.js" new file mode 100644 index 0000000..f50c937 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/not.js" @@ -0,0 +1,84 @@ +'use strict'; +module.exports = function generate_not(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + $it.level++; + var $nextValid = 'valid' + $it.level; + if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($errs) + ' = errors; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.createErrors = false; + var $allErrorsOption; + if ($it.opts.allErrors) { + $allErrorsOption = $it.opts.allErrors; + $it.opts.allErrors = false; + } + out += ' ' + (it.validate($it)) + ' '; + $it.createErrors = true; + if ($allErrorsOption) $it.opts.allErrors = $allErrorsOption; + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' if (' + ($nextValid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('not') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be valid\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + if (it.opts.allErrors) { + out += ' } '; + } + } else { + out += ' var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('not') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be valid\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if ($breakOnError) { + out += ' if (false) { '; + } + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/oneOf.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/oneOf.js" new file mode 100644 index 0000000..dfe2fd5 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/oneOf.js" @@ -0,0 +1,73 @@ +'use strict'; +module.exports = function generate_oneOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $currentBaseId = $it.baseId, + $prevValid = 'prevValid' + $lvl, + $passingSchemas = 'passingSchemas' + $lvl; + out += 'var ' + ($errs) + ' = errors , ' + ($prevValid) + ' = false , ' + ($valid) + ' = false , ' + ($passingSchemas) + ' = null; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + } else { + out += ' var ' + ($nextValid) + ' = true; '; + } + if ($i) { + out += ' if (' + ($nextValid) + ' && ' + ($prevValid) + ') { ' + ($valid) + ' = false; ' + ($passingSchemas) + ' = [' + ($passingSchemas) + ', ' + ($i) + ']; } else { '; + $closingBraces += '}'; + } + out += ' if (' + ($nextValid) + ') { ' + ($valid) + ' = ' + ($prevValid) + ' = true; ' + ($passingSchemas) + ' = ' + ($i) + '; }'; + } + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += '' + ($closingBraces) + 'if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('oneOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { passingSchemas: ' + ($passingSchemas) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match exactly one schema in oneOf\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += '} else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; }'; + if (it.opts.allErrors) { + out += ' } '; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/pattern.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/pattern.js" new file mode 100644 index 0000000..1d74d6b --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/pattern.js" @@ -0,0 +1,75 @@ +'use strict'; +module.exports = function generate_pattern(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $regexp = $isData ? '(new RegExp(' + $schemaValue + '))' : it.usePattern($schema); + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'string\') || '; + } + out += ' !' + ($regexp) + '.test(' + ($data) + ') ) { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('pattern') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { pattern: '; + if ($isData) { + out += '' + ($schemaValue); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match pattern "'; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + (it.util.escapeQuotes($schema)); + } + out += '"\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/properties.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/properties.js" new file mode 100644 index 0000000..bc5ee55 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/properties.js" @@ -0,0 +1,335 @@ +'use strict'; +module.exports = function generate_properties(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $key = 'key' + $lvl, + $idx = 'idx' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $dataProperties = 'dataProperties' + $lvl; + var $schemaKeys = Object.keys($schema || {}).filter(notProto), + $pProperties = it.schema.patternProperties || {}, + $pPropertyKeys = Object.keys($pProperties).filter(notProto), + $aProperties = it.schema.additionalProperties, + $someProperties = $schemaKeys.length || $pPropertyKeys.length, + $noAdditional = $aProperties === false, + $additionalIsSchema = typeof $aProperties == 'object' && Object.keys($aProperties).length, + $removeAdditional = it.opts.removeAdditional, + $checkAdditional = $noAdditional || $additionalIsSchema || $removeAdditional, + $ownProperties = it.opts.ownProperties, + $currentBaseId = it.baseId; + var $required = it.schema.required; + if ($required && !(it.opts.$data && $required.$data) && $required.length < it.opts.loopRequired) { + var $requiredHash = it.util.toHash($required); + } + + function notProto(p) { + return p !== '__proto__'; + } + out += 'var ' + ($errs) + ' = errors;var ' + ($nextValid) + ' = true;'; + if ($ownProperties) { + out += ' var ' + ($dataProperties) + ' = undefined;'; + } + if ($checkAdditional) { + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + if ($someProperties) { + out += ' var isAdditional' + ($lvl) + ' = !(false '; + if ($schemaKeys.length) { + if ($schemaKeys.length > 8) { + out += ' || validate.schema' + ($schemaPath) + '.hasOwnProperty(' + ($key) + ') '; + } else { + var arr1 = $schemaKeys; + if (arr1) { + var $propertyKey, i1 = -1, + l1 = arr1.length - 1; + while (i1 < l1) { + $propertyKey = arr1[i1 += 1]; + out += ' || ' + ($key) + ' == ' + (it.util.toQuotedString($propertyKey)) + ' '; + } + } + } + } + if ($pPropertyKeys.length) { + var arr2 = $pPropertyKeys; + if (arr2) { + var $pProperty, $i = -1, + l2 = arr2.length - 1; + while ($i < l2) { + $pProperty = arr2[$i += 1]; + out += ' || ' + (it.usePattern($pProperty)) + '.test(' + ($key) + ') '; + } + } + } + out += ' ); if (isAdditional' + ($lvl) + ') { '; + } + if ($removeAdditional == 'all') { + out += ' delete ' + ($data) + '[' + ($key) + ']; '; + } else { + var $currentErrorPath = it.errorPath; + var $additionalProperty = '\' + ' + $key + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + } + if ($noAdditional) { + if ($removeAdditional) { + out += ' delete ' + ($data) + '[' + ($key) + ']; '; + } else { + out += ' ' + ($nextValid) + ' = false; '; + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalProperties'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('additionalProperties') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { additionalProperty: \'' + ($additionalProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is an invalid additional property'; + } else { + out += 'should NOT have additional properties'; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + $errSchemaPath = $currErrSchemaPath; + if ($breakOnError) { + out += ' break; '; + } + } + } else if ($additionalIsSchema) { + if ($removeAdditional == 'failing') { + out += ' var ' + ($errs) + ' = errors; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.schema = $aProperties; + $it.schemaPath = it.schemaPath + '.additionalProperties'; + $it.errSchemaPath = it.errSchemaPath + '/additionalProperties'; + $it.errorPath = it.opts._errorDataPathProperty ? it.errorPath : it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' if (!' + ($nextValid) + ') { errors = ' + ($errs) + '; if (validate.errors !== null) { if (errors) validate.errors.length = errors; else validate.errors = null; } delete ' + ($data) + '[' + ($key) + ']; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + } else { + $it.schema = $aProperties; + $it.schemaPath = it.schemaPath + '.additionalProperties'; + $it.errSchemaPath = it.errSchemaPath + '/additionalProperties'; + $it.errorPath = it.opts._errorDataPathProperty ? it.errorPath : it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + } + } + it.errorPath = $currentErrorPath; + } + if ($someProperties) { + out += ' } '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + var $useDefaults = it.opts.useDefaults && !it.compositeRule; + if ($schemaKeys.length) { + var arr3 = $schemaKeys; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $sch = $schema[$propertyKey]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + var $prop = it.util.getProperty($propertyKey), + $passData = $data + $prop, + $hasDefault = $useDefaults && $sch.default !== undefined; + $it.schema = $sch; + $it.schemaPath = $schemaPath + $prop; + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($propertyKey); + $it.errorPath = it.util.getPath(it.errorPath, $propertyKey, it.opts.jsonPointers); + $it.dataPathArr[$dataNxt] = it.util.toQuotedString($propertyKey); + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + $code = it.util.varReplace($code, $nextData, $passData); + var $useData = $passData; + } else { + var $useData = $nextData; + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; '; + } + if ($hasDefault) { + out += ' ' + ($code) + ' '; + } else { + if ($requiredHash && $requiredHash[$propertyKey]) { + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { ' + ($nextValid) + ' = false; '; + var $currentErrorPath = it.errorPath, + $currErrSchemaPath = $errSchemaPath, + $missingProperty = it.util.escapeQuotes($propertyKey); + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + $errSchemaPath = it.errSchemaPath + '/required'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + $errSchemaPath = $currErrSchemaPath; + it.errorPath = $currentErrorPath; + out += ' } else { '; + } else { + if ($breakOnError) { + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { ' + ($nextValid) + ' = true; } else { '; + } else { + out += ' if (' + ($useData) + ' !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ' ) { '; + } + } + out += ' ' + ($code) + ' } '; + } + } + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if ($pPropertyKeys.length) { + var arr4 = $pPropertyKeys; + if (arr4) { + var $pProperty, i4 = -1, + l4 = arr4.length - 1; + while (i4 < l4) { + $pProperty = arr4[i4 += 1]; + var $sch = $pProperties[$pProperty]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $it.schema = $sch; + $it.schemaPath = it.schemaPath + '.patternProperties' + it.util.getProperty($pProperty); + $it.errSchemaPath = it.errSchemaPath + '/patternProperties/' + it.util.escapeFragment($pProperty); + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + out += ' if (' + (it.usePattern($pProperty)) + '.test(' + ($key) + ')) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else ' + ($nextValid) + ' = true; '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/propertyNames.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/propertyNames.js" new file mode 100644 index 0000000..2a54a08 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/propertyNames.js" @@ -0,0 +1,81 @@ +'use strict'; +module.exports = function generate_propertyNames(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + out += 'var ' + ($errs) + ' = errors;'; + if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + var $key = 'key' + $lvl, + $idx = 'idx' + $lvl, + $i = 'i' + $lvl, + $invalidName = '\' + ' + $key + ' + \'', + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $dataProperties = 'dataProperties' + $lvl, + $ownProperties = it.opts.ownProperties, + $currentBaseId = it.baseId; + if ($ownProperties) { + out += ' var ' + ($dataProperties) + ' = undefined; '; + } + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + out += ' var startErrs' + ($lvl) + ' = errors; '; + var $passData = $key; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' if (!' + ($nextValid) + ') { for (var ' + ($i) + '=startErrs' + ($lvl) + '; ' + ($i) + ' 0) || $propertySch === false : it.util.schemaHasRules($propertySch, it.RULES.all)))) { + $required[$required.length] = $property; + } + } + } + } else { + var $required = $schema; + } + } + if ($isData || $required.length) { + var $currentErrorPath = it.errorPath, + $loopRequired = $isData || $required.length >= it.opts.loopRequired, + $ownProperties = it.opts.ownProperties; + if ($breakOnError) { + out += ' var missing' + ($lvl) + '; '; + if ($loopRequired) { + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + '; '; + } + var $i = 'i' + $lvl, + $propertyPath = 'schema' + $lvl + '[' + $i + ']', + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr($currentErrorPath, $propertyPath, it.opts.jsonPointers); + } + out += ' var ' + ($valid) + ' = true; '; + if ($isData) { + out += ' if (schema' + ($lvl) + ' === undefined) ' + ($valid) + ' = true; else if (!Array.isArray(schema' + ($lvl) + ')) ' + ($valid) + ' = false; else {'; + } + out += ' for (var ' + ($i) + ' = 0; ' + ($i) + ' < ' + ($vSchema) + '.length; ' + ($i) + '++) { ' + ($valid) + ' = ' + ($data) + '[' + ($vSchema) + '[' + ($i) + ']] !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + ']) '; + } + out += '; if (!' + ($valid) + ') break; } '; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + } else { + out += ' if ( '; + var arr2 = $required; + if (arr2) { + var $propertyKey, $i = -1, + l2 = arr2.length - 1; + while ($i < l2) { + $propertyKey = arr2[$i += 1]; + if ($i) { + out += ' || '; + } + var $prop = it.util.getProperty($propertyKey), + $useData = $data + $prop; + out += ' ( ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') && (missing' + ($lvl) + ' = ' + (it.util.toQuotedString(it.opts.jsonPointers ? $propertyKey : $prop)) + ') ) '; + } + } + out += ') { '; + var $propertyPath = 'missing' + $lvl, + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.opts.jsonPointers ? it.util.getPathExpr($currentErrorPath, $propertyPath, true) : $currentErrorPath + ' + ' + $propertyPath; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + } + } else { + if ($loopRequired) { + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + '; '; + } + var $i = 'i' + $lvl, + $propertyPath = 'schema' + $lvl + '[' + $i + ']', + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr($currentErrorPath, $propertyPath, it.opts.jsonPointers); + } + if ($isData) { + out += ' if (' + ($vSchema) + ' && !Array.isArray(' + ($vSchema) + ')) { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } else if (' + ($vSchema) + ' !== undefined) { '; + } + out += ' for (var ' + ($i) + ' = 0; ' + ($i) + ' < ' + ($vSchema) + '.length; ' + ($i) + '++) { if (' + ($data) + '[' + ($vSchema) + '[' + ($i) + ']] === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + ']) '; + } + out += ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } } '; + if ($isData) { + out += ' } '; + } + } else { + var arr3 = $required; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $prop = it.util.getProperty($propertyKey), + $missingProperty = it.util.escapeQuotes($propertyKey), + $useData = $data + $prop; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } '; + } + } + } + } + it.errorPath = $currentErrorPath; + } else if ($breakOnError) { + out += ' if (true) {'; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/uniqueItems.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/uniqueItems.js" new file mode 100644 index 0000000..0736a0e --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/uniqueItems.js" @@ -0,0 +1,86 @@ +'use strict'; +module.exports = function generate_uniqueItems(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (($schema || $isData) && it.opts.uniqueItems !== false) { + if ($isData) { + out += ' var ' + ($valid) + '; if (' + ($schemaValue) + ' === false || ' + ($schemaValue) + ' === undefined) ' + ($valid) + ' = true; else if (typeof ' + ($schemaValue) + ' != \'boolean\') ' + ($valid) + ' = false; else { '; + } + out += ' var i = ' + ($data) + '.length , ' + ($valid) + ' = true , j; if (i > 1) { '; + var $itemType = it.schema.items && it.schema.items.type, + $typeIsArray = Array.isArray($itemType); + if (!$itemType || $itemType == 'object' || $itemType == 'array' || ($typeIsArray && ($itemType.indexOf('object') >= 0 || $itemType.indexOf('array') >= 0))) { + out += ' outer: for (;i--;) { for (j = i; j--;) { if (equal(' + ($data) + '[i], ' + ($data) + '[j])) { ' + ($valid) + ' = false; break outer; } } } '; + } else { + out += ' var itemIndices = {}, item; for (;i--;) { var item = ' + ($data) + '[i]; '; + var $method = 'checkDataType' + ($typeIsArray ? 's' : ''); + out += ' if (' + (it.util[$method]($itemType, 'item', it.opts.strictNumbers, true)) + ') continue; '; + if ($typeIsArray) { + out += ' if (typeof item == \'string\') item = \'"\' + item; '; + } + out += ' if (typeof itemIndices[item] == \'number\') { ' + ($valid) + ' = false; j = itemIndices[item]; break; } itemIndices[item] = i; } '; + } + out += ' } '; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('uniqueItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { i: i, j: j } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have duplicate items (items ## \' + j + \' and \' + i + \' are identical)\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/validate.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/validate.js" new file mode 100644 index 0000000..f295824 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/dotjs/validate.js" @@ -0,0 +1,482 @@ +'use strict'; +module.exports = function generate_validate(it, $keyword, $ruleType) { + var out = ''; + var $async = it.schema.$async === true, + $refKeywords = it.util.schemaHasRulesExcept(it.schema, it.RULES.all, '$ref'), + $id = it.self._getId(it.schema); + if (it.opts.strictKeywords) { + var $unknownKwd = it.util.schemaUnknownRules(it.schema, it.RULES.keywords); + if ($unknownKwd) { + var $keywordsMsg = 'unknown keyword: ' + $unknownKwd; + if (it.opts.strictKeywords === 'log') it.logger.warn($keywordsMsg); + else throw new Error($keywordsMsg); + } + } + if (it.isTop) { + out += ' var validate = '; + if ($async) { + it.async = true; + out += 'async '; + } + out += 'function(data, dataPath, parentData, parentDataProperty, rootData) { \'use strict\'; '; + if ($id && (it.opts.sourceCode || it.opts.processCode)) { + out += ' ' + ('/\*# sourceURL=' + $id + ' */') + ' '; + } + } + if (typeof it.schema == 'boolean' || !($refKeywords || it.schema.$ref)) { + var $keyword = 'false schema'; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + if (it.schema === false) { + if (it.isTop) { + $breakOnError = true; + } else { + out += ' var ' + ($valid) + ' = false; '; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'false schema') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'boolean schema is false\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + } else { + if (it.isTop) { + if ($async) { + out += ' return data; '; + } else { + out += ' validate.errors = null; return true; '; + } + } else { + out += ' var ' + ($valid) + ' = true; '; + } + } + if (it.isTop) { + out += ' }; return validate; '; + } + return out; + } + if (it.isTop) { + var $top = it.isTop, + $lvl = it.level = 0, + $dataLvl = it.dataLevel = 0, + $data = 'data'; + it.rootId = it.resolve.fullPath(it.self._getId(it.root.schema)); + it.baseId = it.baseId || it.rootId; + delete it.isTop; + it.dataPathArr = [""]; + if (it.schema.default !== undefined && it.opts.useDefaults && it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored in the schema root'; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + out += ' var vErrors = null; '; + out += ' var errors = 0; '; + out += ' if (rootData === undefined) rootData = data; '; + } else { + var $lvl = it.level, + $dataLvl = it.dataLevel, + $data = 'data' + ($dataLvl || ''); + if ($id) it.baseId = it.resolve.url(it.baseId, $id); + if ($async && !it.async) throw new Error('async schema in sync schema'); + out += ' var errs_' + ($lvl) + ' = errors;'; + } + var $valid = 'valid' + $lvl, + $breakOnError = !it.opts.allErrors, + $closingBraces1 = '', + $closingBraces2 = ''; + var $errorKeyword; + var $typeSchema = it.schema.type, + $typeIsArray = Array.isArray($typeSchema); + if ($typeSchema && it.opts.nullable && it.schema.nullable === true) { + if ($typeIsArray) { + if ($typeSchema.indexOf('null') == -1) $typeSchema = $typeSchema.concat('null'); + } else if ($typeSchema != 'null') { + $typeSchema = [$typeSchema, 'null']; + $typeIsArray = true; + } + } + if ($typeIsArray && $typeSchema.length == 1) { + $typeSchema = $typeSchema[0]; + $typeIsArray = false; + } + if (it.schema.$ref && $refKeywords) { + if (it.opts.extendRefs == 'fail') { + throw new Error('$ref: validation keywords used in schema at path "' + it.errSchemaPath + '" (see option extendRefs)'); + } else if (it.opts.extendRefs !== true) { + $refKeywords = false; + it.logger.warn('$ref: keywords ignored in schema at path "' + it.errSchemaPath + '"'); + } + } + if (it.schema.$comment && it.opts.$comment) { + out += ' ' + (it.RULES.all.$comment.code(it, '$comment')); + } + if ($typeSchema) { + if (it.opts.coerceTypes) { + var $coerceToTypes = it.util.coerceToTypes(it.opts.coerceTypes, $typeSchema); + } + var $rulesGroup = it.RULES.types[$typeSchema]; + if ($coerceToTypes || $typeIsArray || $rulesGroup === true || ($rulesGroup && !$shouldUseGroup($rulesGroup))) { + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type'; + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type', + $method = $typeIsArray ? 'checkDataTypes' : 'checkDataType'; + out += ' if (' + (it.util[$method]($typeSchema, $data, it.opts.strictNumbers, true)) + ') { '; + if ($coerceToTypes) { + var $dataType = 'dataType' + $lvl, + $coerced = 'coerced' + $lvl; + out += ' var ' + ($dataType) + ' = typeof ' + ($data) + '; var ' + ($coerced) + ' = undefined; '; + if (it.opts.coerceTypes == 'array') { + out += ' if (' + ($dataType) + ' == \'object\' && Array.isArray(' + ($data) + ') && ' + ($data) + '.length == 1) { ' + ($data) + ' = ' + ($data) + '[0]; ' + ($dataType) + ' = typeof ' + ($data) + '; if (' + (it.util.checkDataType(it.schema.type, $data, it.opts.strictNumbers)) + ') ' + ($coerced) + ' = ' + ($data) + '; } '; + } + out += ' if (' + ($coerced) + ' !== undefined) ; '; + var arr1 = $coerceToTypes; + if (arr1) { + var $type, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $type = arr1[$i += 1]; + if ($type == 'string') { + out += ' else if (' + ($dataType) + ' == \'number\' || ' + ($dataType) + ' == \'boolean\') ' + ($coerced) + ' = \'\' + ' + ($data) + '; else if (' + ($data) + ' === null) ' + ($coerced) + ' = \'\'; '; + } else if ($type == 'number' || $type == 'integer') { + out += ' else if (' + ($dataType) + ' == \'boolean\' || ' + ($data) + ' === null || (' + ($dataType) + ' == \'string\' && ' + ($data) + ' && ' + ($data) + ' == +' + ($data) + ' '; + if ($type == 'integer') { + out += ' && !(' + ($data) + ' % 1)'; + } + out += ')) ' + ($coerced) + ' = +' + ($data) + '; '; + } else if ($type == 'boolean') { + out += ' else if (' + ($data) + ' === \'false\' || ' + ($data) + ' === 0 || ' + ($data) + ' === null) ' + ($coerced) + ' = false; else if (' + ($data) + ' === \'true\' || ' + ($data) + ' === 1) ' + ($coerced) + ' = true; '; + } else if ($type == 'null') { + out += ' else if (' + ($data) + ' === \'\' || ' + ($data) + ' === 0 || ' + ($data) + ' === false) ' + ($coerced) + ' = null; '; + } else if (it.opts.coerceTypes == 'array' && $type == 'array') { + out += ' else if (' + ($dataType) + ' == \'string\' || ' + ($dataType) + ' == \'number\' || ' + ($dataType) + ' == \'boolean\' || ' + ($data) + ' == null) ' + ($coerced) + ' = [' + ($data) + ']; '; + } + } + } + out += ' else { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } if (' + ($coerced) + ' !== undefined) { '; + var $parentData = $dataLvl ? 'data' + (($dataLvl - 1) || '') : 'parentData', + $parentDataProperty = $dataLvl ? it.dataPathArr[$dataLvl] : 'parentDataProperty'; + out += ' ' + ($data) + ' = ' + ($coerced) + '; '; + if (!$dataLvl) { + out += 'if (' + ($parentData) + ' !== undefined)'; + } + out += ' ' + ($parentData) + '[' + ($parentDataProperty) + '] = ' + ($coerced) + '; } '; + } else { + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + } + out += ' } '; + } + } + if (it.schema.$ref && !$refKeywords) { + out += ' ' + (it.RULES.all.$ref.code(it, '$ref')) + ' '; + if ($breakOnError) { + out += ' } if (errors === '; + if ($top) { + out += '0'; + } else { + out += 'errs_' + ($lvl); + } + out += ') { '; + $closingBraces2 += '}'; + } + } else { + var arr2 = it.RULES; + if (arr2) { + var $rulesGroup, i2 = -1, + l2 = arr2.length - 1; + while (i2 < l2) { + $rulesGroup = arr2[i2 += 1]; + if ($shouldUseGroup($rulesGroup)) { + if ($rulesGroup.type) { + out += ' if (' + (it.util.checkDataType($rulesGroup.type, $data, it.opts.strictNumbers)) + ') { '; + } + if (it.opts.useDefaults) { + if ($rulesGroup.type == 'object' && it.schema.properties) { + var $schema = it.schema.properties, + $schemaKeys = Object.keys($schema); + var arr3 = $schemaKeys; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $sch = $schema[$propertyKey]; + if ($sch.default !== undefined) { + var $passData = $data + it.util.getProperty($propertyKey); + if (it.compositeRule) { + if (it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored for: ' + $passData; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + } else { + out += ' if (' + ($passData) + ' === undefined '; + if (it.opts.useDefaults == 'empty') { + out += ' || ' + ($passData) + ' === null || ' + ($passData) + ' === \'\' '; + } + out += ' ) ' + ($passData) + ' = '; + if (it.opts.useDefaults == 'shared') { + out += ' ' + (it.useDefault($sch.default)) + ' '; + } else { + out += ' ' + (JSON.stringify($sch.default)) + ' '; + } + out += '; '; + } + } + } + } + } else if ($rulesGroup.type == 'array' && Array.isArray(it.schema.items)) { + var arr4 = it.schema.items; + if (arr4) { + var $sch, $i = -1, + l4 = arr4.length - 1; + while ($i < l4) { + $sch = arr4[$i += 1]; + if ($sch.default !== undefined) { + var $passData = $data + '[' + $i + ']'; + if (it.compositeRule) { + if (it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored for: ' + $passData; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + } else { + out += ' if (' + ($passData) + ' === undefined '; + if (it.opts.useDefaults == 'empty') { + out += ' || ' + ($passData) + ' === null || ' + ($passData) + ' === \'\' '; + } + out += ' ) ' + ($passData) + ' = '; + if (it.opts.useDefaults == 'shared') { + out += ' ' + (it.useDefault($sch.default)) + ' '; + } else { + out += ' ' + (JSON.stringify($sch.default)) + ' '; + } + out += '; '; + } + } + } + } + } + } + var arr5 = $rulesGroup.rules; + if (arr5) { + var $rule, i5 = -1, + l5 = arr5.length - 1; + while (i5 < l5) { + $rule = arr5[i5 += 1]; + if ($shouldUseRule($rule)) { + var $code = $rule.code(it, $rule.keyword, $rulesGroup.type); + if ($code) { + out += ' ' + ($code) + ' '; + if ($breakOnError) { + $closingBraces1 += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces1) + ' '; + $closingBraces1 = ''; + } + if ($rulesGroup.type) { + out += ' } '; + if ($typeSchema && $typeSchema === $rulesGroup.type && !$coerceToTypes) { + out += ' else { '; + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + } + } + if ($breakOnError) { + out += ' if (errors === '; + if ($top) { + out += '0'; + } else { + out += 'errs_' + ($lvl); + } + out += ') { '; + $closingBraces2 += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces2) + ' '; + } + if ($top) { + if ($async) { + out += ' if (errors === 0) return data; '; + out += ' else throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; '; + out += ' return errors === 0; '; + } + out += ' }; return validate;'; + } else { + out += ' var ' + ($valid) + ' = errors === errs_' + ($lvl) + ';'; + } + + function $shouldUseGroup($rulesGroup) { + var rules = $rulesGroup.rules; + for (var i = 0; i < rules.length; i++) + if ($shouldUseRule(rules[i])) return true; + } + + function $shouldUseRule($rule) { + return it.schema[$rule.keyword] !== undefined || ($rule.implements && $ruleImplementsSomeKeyword($rule)); + } + + function $ruleImplementsSomeKeyword($rule) { + var impl = $rule.implements; + for (var i = 0; i < impl.length; i++) + if (it.schema[impl[i]] !== undefined) return true; + } + return out; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/keyword.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/keyword.js" new file mode 100644 index 0000000..06da9a2 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/lib/keyword.js" @@ -0,0 +1,146 @@ +'use strict'; + +var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i; +var customRuleCode = require('./dotjs/custom'); +var definitionSchema = require('./definition_schema'); + +module.exports = { + add: addKeyword, + get: getKeyword, + remove: removeKeyword, + validate: validateKeyword +}; + + +/** + * Define custom keyword + * @this Ajv + * @param {String} keyword custom keyword, should be unique (including different from all standard, custom and macro keywords). + * @param {Object} definition keyword definition object with properties `type` (type(s) which the keyword applies to), `validate` or `compile`. + * @return {Ajv} this for method chaining + */ +function addKeyword(keyword, definition) { + /* jshint validthis: true */ + /* eslint no-shadow: 0 */ + var RULES = this.RULES; + if (RULES.keywords[keyword]) + throw new Error('Keyword ' + keyword + ' is already defined'); + + if (!IDENTIFIER.test(keyword)) + throw new Error('Keyword ' + keyword + ' is not a valid identifier'); + + if (definition) { + this.validateKeyword(definition, true); + + var dataType = definition.type; + if (Array.isArray(dataType)) { + for (var i=0; i ../ajv-dist/bower.json + cd ../ajv-dist + + if [[ `git status --porcelain` ]]; then + echo "Changes detected. Updating master branch..." + git add -A + git commit -m "updated by travis build #$TRAVIS_BUILD_NUMBER" + git push --quiet origin master > /dev/null 2>&1 + fi + + echo "Publishing tag..." + + git tag $TRAVIS_TAG + git push --tags > /dev/null 2>&1 + + echo "Done" +fi diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/travis-gh-pages" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/travis-gh-pages" new file mode 100644 index 0000000..b3d4f3d --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/ajv/scripts/travis-gh-pages" @@ -0,0 +1,23 @@ +#!/usr/bin/env bash + +set -e + +if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" && $TRAVIS_JOB_NUMBER =~ ".3" ]]; then + git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qE '\.md$|^LICENSE$|travis-gh-pages$' && { + rm -rf ../gh-pages + git clone -b gh-pages --single-branch https://${GITHUB_TOKEN}@github.com/ajv-validator/ajv.git ../gh-pages + mkdir -p ../gh-pages/_source + cp *.md ../gh-pages/_source + cp LICENSE ../gh-pages/_source + currentDir=$(pwd) + cd ../gh-pages + $currentDir/node_modules/.bin/gh-pages-generator + # remove logo from README + sed -i -E "s/]+ajv_logo[^>]+>//" index.md + git config user.email "$GIT_USER_EMAIL" + git config user.name "$GIT_USER_NAME" + git add . + git commit -am "updated by travis build #$TRAVIS_BUILD_NUMBER" + git push --quiet origin gh-pages > /dev/null 2>&1 + } +fi diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/CHANGES.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/CHANGES.md" new file mode 100644 index 0000000..f105b91 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/CHANGES.md" @@ -0,0 +1,70 @@ + +## 2.0.6 + +Version 2.0.4 adds support for React Native by clarifying in package.json that +the browser environment does not support Node.js domains. +Why this is necessary, we leave as an exercise for the user. + +## 2.0.3 + +Version 2.0.3 fixes a bug when adjusting the capacity of the task queue. + +## 2.0.1-2.02 + +Version 2.0.1 fixes a bug in the way redirects were expressed that affected the +function of Browserify, but which Mr would tolerate. + +## 2.0.0 + +Version 2 of ASAP is a full rewrite with a few salient changes. +First, the ASAP source is CommonJS only and designed with [Browserify][] and +[Browserify-compatible][Mr] module loaders in mind. + +[Browserify]: https://github.com/substack/node-browserify +[Mr]: https://github.com/montagejs/mr + +The new version has been refactored in two dimensions. +Support for Node.js and browsers have been separated, using Browserify +redirects and ASAP has been divided into two modules. +The "raw" layer depends on the tasks to catch thrown exceptions and unravel +Node.js domains. + +The full implementation of ASAP is loadable as `require("asap")` in both Node.js +and browsers. + +The raw layer that lacks exception handling overhead is loadable as +`require("asap/raw")`. +The interface is the same for both layers. + +Tasks are no longer required to be functions, but can rather be any object that +implements `task.call()`. +With this feature you can recycle task objects to avoid garbage collector churn +and avoid closures in general. + +The implementation has been rigorously documented so that our successors can +understand the scope of the problem that this module solves and all of its +nuances, ensuring that the next generation of implementations know what details +are essential. + +- [asap.js](https://github.com/kriskowal/asap/blob/master/asap.js) +- [raw.js](https://github.com/kriskowal/asap/blob/master/raw.js) +- [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js) +- [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js) + +The new version has also been rigorously tested across a broad spectrum of +browsers, in both the window and worker context. +The following charts capture the browser test results for the most recent +release. +The first chart shows test results for ASAP running in the main window context. +The second chart shows test results for ASAP running in a web worker context. +Test results are inconclusive (grey) on browsers that do not support web +workers. +These data are captured automatically by [Continuous +Integration][]. + +![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration-2/saucelabs-results-matrix.svg) + +![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration-2/saucelabs-worker-results-matrix.svg) + +[Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/LICENSE.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/LICENSE.md" new file mode 100644 index 0000000..ba18c61 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/LICENSE.md" @@ -0,0 +1,21 @@ + +Copyright 2009–2014 Contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/README.md" new file mode 100644 index 0000000..452fd8c --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/README.md" @@ -0,0 +1,237 @@ +# ASAP + +[![Build Status](https://travis-ci.org/kriskowal/asap.png?branch=master)](https://travis-ci.org/kriskowal/asap) + +Promise and asynchronous observer libraries, as well as hand-rolled callback +programs and libraries, often need a mechanism to postpone the execution of a +callback until the next available event. +(See [Designing API’s for Asynchrony][Zalgo].) +The `asap` function executes a task **as soon as possible** but not before it +returns, waiting only for the completion of the current event and previously +scheduled tasks. + +```javascript +asap(function () { + // ... +}); +``` + +[Zalgo]: http://blog.izs.me/post/59142742143/designing-apis-for-asynchrony + +This CommonJS package provides an `asap` module that exports a function that +executes a task function *as soon as possible*. + +ASAP strives to schedule events to occur before yielding for IO, reflow, +or redrawing. +Each event receives an independent stack, with only platform code in parent +frames and the events run in the order they are scheduled. + +ASAP provides a fast event queue that will execute tasks until it is +empty before yielding to the JavaScript engine's underlying event-loop. +When a task gets added to a previously empty event queue, ASAP schedules a flush +event, preferring for that event to occur before the JavaScript engine has an +opportunity to perform IO tasks or rendering, thus making the first task and +subsequent tasks semantically indistinguishable. +ASAP uses a variety of techniques to preserve this invariant on different +versions of browsers and Node.js. + +By design, ASAP prevents input events from being handled until the task +queue is empty. +If the process is busy enough, this may cause incoming connection requests to be +dropped, and may cause existing connections to inform the sender to reduce the +transmission rate or stall. +ASAP allows this on the theory that, if there is enough work to do, there is no +sense in looking for trouble. +As a consequence, ASAP can interfere with smooth animation. +If your task should be tied to the rendering loop, consider using +`requestAnimationFrame` instead. +A long sequence of tasks can also effect the long running script dialog. +If this is a problem, you may be able to use ASAP’s cousin `setImmediate` to +break long processes into shorter intervals and periodically allow the browser +to breathe. +`setImmediate` will yield for IO, reflow, and repaint events. +It also returns a handler and can be canceled. +For a `setImmediate` shim, consider [YuzuJS setImmediate][setImmediate]. + +[setImmediate]: https://github.com/YuzuJS/setImmediate + +Take care. +ASAP can sustain infinite recursive calls without warning. +It will not halt from a stack overflow, and it will not consume unbounded +memory. +This is behaviorally equivalent to an infinite loop. +Just as with infinite loops, you can monitor a Node.js process for this behavior +with a heart-beat signal. +As with infinite loops, a very small amount of caution goes a long way to +avoiding problems. + +```javascript +function loop() { + asap(loop); +} +loop(); +``` + +In browsers, if a task throws an exception, it will not interrupt the flushing +of high-priority tasks. +The exception will be postponed to a later, low-priority event to avoid +slow-downs. +In Node.js, if a task throws an exception, ASAP will resume flushing only if—and +only after—the error is handled by `domain.on("error")` or +`process.on("uncaughtException")`. + +## Raw ASAP + +Checking for exceptions comes at a cost. +The package also provides an `asap/raw` module that exports the underlying +implementation which is faster but stalls if a task throws an exception. +This internal version of the ASAP function does not check for errors. +If a task does throw an error, it will stall the event queue unless you manually +call `rawAsap.requestFlush()` before throwing the error, or any time after. + +In Node.js, `asap/raw` also runs all tasks outside any domain. +If you need a task to be bound to your domain, you will have to do it manually. + +```js +if (process.domain) { + task = process.domain.bind(task); +} +rawAsap(task); +``` + +## Tasks + +A task may be any object that implements `call()`. +A function will suffice, but closures tend not to be reusable and can cause +garbage collector churn. +Both `asap` and `rawAsap` accept task objects to give you the option of +recycling task objects or using higher callable object abstractions. +See the `asap` source for an illustration. + + +## Compatibility + +ASAP is tested on Node.js v0.10 and in a broad spectrum of web browsers. +The following charts capture the browser test results for the most recent +release. +The first chart shows test results for ASAP running in the main window context. +The second chart shows test results for ASAP running in a web worker context. +Test results are inconclusive (grey) on browsers that do not support web +workers. +These data are captured automatically by [Continuous +Integration][]. + +[Continuous Integration]: https://github.com/kriskowal/asap/blob/master/CONTRIBUTING.md + +![Browser Compatibility](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration-2/saucelabs-results-matrix.svg) + +![Compatibility in Web Workers](http://kriskowal-asap.s3-website-us-west-2.amazonaws.com/train/integration-2/saucelabs-worker-results-matrix.svg) + +## Caveats + +When a task is added to an empty event queue, it is not always possible to +guarantee that the task queue will begin flushing immediately after the current +event. +However, once the task queue begins flushing, it will not yield until the queue +is empty, even if the queue grows while executing tasks. + +The following browsers allow the use of [DOM mutation observers][] to access +the HTML [microtask queue][], and thus begin flushing ASAP's task queue +immediately at the end of the current event loop turn, before any rendering or +IO: + +[microtask queue]: http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#microtask-queue +[DOM mutation observers]: http://dom.spec.whatwg.org/#mutation-observers + +- Android 4–4.3 +- Chrome 26–34 +- Firefox 14–29 +- Internet Explorer 11 +- iPad Safari 6–7.1 +- iPhone Safari 7–7.1 +- Safari 6–7 + +In the absense of mutation observers, there are a few browsers, and situations +like web workers in some of the above browsers, where [message channels][] +would be a useful way to avoid falling back to timers. +Message channels give direct access to the HTML [task queue][], so the ASAP +task queue would flush after any already queued rendering and IO tasks, but +without having the minimum delay imposed by timers. +However, among these browsers, Internet Explorer 10 and Safari do not reliably +dispatch messages, so they are not worth the trouble to implement. + +[message channels]: http://www.whatwg.org/specs/web-apps/current-work/multipage/web-messaging.html#message-channels +[task queue]: http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#concept-task + +- Internet Explorer 10 +- Safair 5.0-1 +- Opera 11-12 + +In the absense of mutation observers, these browsers and the following browsers +all fall back to using `setTimeout` and `setInterval` to ensure that a `flush` +occurs. +The implementation uses both and cancels whatever handler loses the race, since +`setTimeout` tends to occasionally skip tasks in unisolated circumstances. +Timers generally delay the flushing of ASAP's task queue for four milliseconds. + +- Firefox 3–13 +- Internet Explorer 6–10 +- iPad Safari 4.3 +- Lynx 2.8.7 + + +## Heritage + +ASAP has been factored out of the [Q][] asynchronous promise library. +It originally had a naïve implementation in terms of `setTimeout`, but +[Malte Ubl][NonBlocking] provided an insight that `postMessage` might be +useful for creating a high-priority, no-delay event dispatch hack. +Since then, Internet Explorer proposed and implemented `setImmediate`. +Robert Katić began contributing to Q by measuring the performance of +the internal implementation of `asap`, paying particular attention to +error recovery. +Domenic, Robert, and Kris Kowal collectively settled on the current strategy of +unrolling the high-priority event queue internally regardless of what strategy +we used to dispatch the potentially lower-priority flush event. +Domenic went on to make ASAP cooperate with Node.js domains. + +[Q]: https://github.com/kriskowal/q +[NonBlocking]: http://www.nonblocking.io/2011/06/windownexttick.html + +For further reading, Nicholas Zakas provided a thorough article on [The +Case for setImmediate][NCZ]. + +[NCZ]: http://www.nczonline.net/blog/2013/07/09/the-case-for-setimmediate/ + +Ember’s RSVP promise implementation later [adopted][RSVP ASAP] the name ASAP but +further developed the implentation. +Particularly, The `MessagePort` implementation was abandoned due to interaction +[problems with Mobile Internet Explorer][IE Problems] in favor of an +implementation backed on the newer and more reliable DOM `MutationObserver` +interface. +These changes were back-ported into this library. + +[IE Problems]: https://github.com/cujojs/when/issues/197 +[RSVP ASAP]: https://github.com/tildeio/rsvp.js/blob/cddf7232546a9cf858524b75cde6f9edf72620a7/lib/rsvp/asap.js + +In addition, ASAP factored into `asap` and `asap/raw`, such that `asap` remained +exception-safe, but `asap/raw` provided a tight kernel that could be used for +tasks that guaranteed that they would not throw exceptions. +This core is useful for promise implementations that capture thrown errors in +rejected promises and do not need a second safety net. +At the same time, the exception handling in `asap` was factored into separate +implementations for Node.js and browsers, using the the [Browserify][Browser +Config] `browser` property in `package.json` to instruct browser module loaders +and bundlers, including [Browserify][], [Mr][], and [Mop][], to use the +browser-only implementation. + +[Browser Config]: https://gist.github.com/defunctzombie/4339901 +[Browserify]: https://github.com/substack/node-browserify +[Mr]: https://github.com/montagejs/mr +[Mop]: https://github.com/montagejs/mop + +## License + +Copyright 2009-2014 by Contributors +MIT License (enclosed) + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/asap.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/asap.js" new file mode 100644 index 0000000..f04fcd5 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/asap.js" @@ -0,0 +1,65 @@ +"use strict"; + +var rawAsap = require("./raw"); +var freeTasks = []; + +/** + * Calls a task as soon as possible after returning, in its own event, with + * priority over IO events. An exception thrown in a task can be handled by + * `process.on("uncaughtException") or `domain.on("error")`, but will otherwise + * crash the process. If the error is handled, all subsequent tasks will + * resume. + * + * @param {{call}} task A callable object, typically a function that takes no + * arguments. + */ +module.exports = asap; +function asap(task) { + var rawTask; + if (freeTasks.length) { + rawTask = freeTasks.pop(); + } else { + rawTask = new RawTask(); + } + rawTask.task = task; + rawTask.domain = process.domain; + rawAsap(rawTask); +} + +function RawTask() { + this.task = null; + this.domain = null; +} + +RawTask.prototype.call = function () { + if (this.domain) { + this.domain.enter(); + } + var threw = true; + try { + this.task.call(); + threw = false; + // If the task throws an exception (presumably) Node.js restores the + // domain stack for the next event. + if (this.domain) { + this.domain.exit(); + } + } finally { + // We use try/finally and a threw flag to avoid messing up stack traces + // when we catch and release errors. + if (threw) { + // In Node.js, uncaught exceptions are considered fatal errors. + // Re-throw them to interrupt flushing! + // Ensure that flushing continues if an uncaught exception is + // suppressed listening process.on("uncaughtException") or + // domain.on("error"). + rawAsap.requestFlush(); + } + // If the task threw an error, we do not want to exit the domain here. + // Exiting the domain would prevent the domain from catching the error. + this.task = null; + this.domain = null; + freeTasks.push(this); + } +}; + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/browser-asap.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/browser-asap.js" new file mode 100644 index 0000000..805c982 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/browser-asap.js" @@ -0,0 +1,66 @@ +"use strict"; + +// rawAsap provides everything we need except exception management. +var rawAsap = require("./raw"); +// RawTasks are recycled to reduce GC churn. +var freeTasks = []; +// We queue errors to ensure they are thrown in right order (FIFO). +// Array-as-queue is good enough here, since we are just dealing with exceptions. +var pendingErrors = []; +var requestErrorThrow = rawAsap.makeRequestCallFromTimer(throwFirstError); + +function throwFirstError() { + if (pendingErrors.length) { + throw pendingErrors.shift(); + } +} + +/** + * Calls a task as soon as possible after returning, in its own event, with priority + * over other events like animation, reflow, and repaint. An error thrown from an + * event will not interrupt, nor even substantially slow down the processing of + * other events, but will be rather postponed to a lower priority event. + * @param {{call}} task A callable object, typically a function that takes no + * arguments. + */ +module.exports = asap; +function asap(task) { + var rawTask; + if (freeTasks.length) { + rawTask = freeTasks.pop(); + } else { + rawTask = new RawTask(); + } + rawTask.task = task; + rawAsap(rawTask); +} + +// We wrap tasks with recyclable task objects. A task object implements +// `call`, just like a function. +function RawTask() { + this.task = null; +} + +// The sole purpose of wrapping the task is to catch the exception and recycle +// the task object after its single use. +RawTask.prototype.call = function () { + try { + this.task.call(); + } catch (error) { + if (asap.onerror) { + // This hook exists purely for testing purposes. + // Its name will be periodically randomized to break any code that + // depends on its existence. + asap.onerror(error); + } else { + // In a web browser, exceptions are not fatal. However, to avoid + // slowing down the queue of pending tasks, we rethrow the error in a + // lower priority turn. + pendingErrors.push(error); + requestErrorThrow(); + } + } finally { + this.task = null; + freeTasks[freeTasks.length] = this; + } +}; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/browser-raw.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/browser-raw.js" new file mode 100644 index 0000000..9cee7e3 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/browser-raw.js" @@ -0,0 +1,223 @@ +"use strict"; + +// Use the fastest means possible to execute a task in its own turn, with +// priority over other events including IO, animation, reflow, and redraw +// events in browsers. +// +// An exception thrown by a task will permanently interrupt the processing of +// subsequent tasks. The higher level `asap` function ensures that if an +// exception is thrown by a task, that the task queue will continue flushing as +// soon as possible, but if you use `rawAsap` directly, you are responsible to +// either ensure that no exceptions are thrown from your task, or to manually +// call `rawAsap.requestFlush` if an exception is thrown. +module.exports = rawAsap; +function rawAsap(task) { + if (!queue.length) { + requestFlush(); + flushing = true; + } + // Equivalent to push, but avoids a function call. + queue[queue.length] = task; +} + +var queue = []; +// Once a flush has been requested, no further calls to `requestFlush` are +// necessary until the next `flush` completes. +var flushing = false; +// `requestFlush` is an implementation-specific method that attempts to kick +// off a `flush` event as quickly as possible. `flush` will attempt to exhaust +// the event queue before yielding to the browser's own event loop. +var requestFlush; +// The position of the next task to execute in the task queue. This is +// preserved between calls to `flush` so that it can be resumed if +// a task throws an exception. +var index = 0; +// If a task schedules additional tasks recursively, the task queue can grow +// unbounded. To prevent memory exhaustion, the task queue will periodically +// truncate already-completed tasks. +var capacity = 1024; + +// The flush function processes all tasks that have been scheduled with +// `rawAsap` unless and until one of those tasks throws an exception. +// If a task throws an exception, `flush` ensures that its state will remain +// consistent and will resume where it left off when called again. +// However, `flush` does not make any arrangements to be called again if an +// exception is thrown. +function flush() { + while (index < queue.length) { + var currentIndex = index; + // Advance the index before calling the task. This ensures that we will + // begin flushing on the next task the task throws an error. + index = index + 1; + queue[currentIndex].call(); + // Prevent leaking memory for long chains of recursive calls to `asap`. + // If we call `asap` within tasks scheduled by `asap`, the queue will + // grow, but to avoid an O(n) walk for every task we execute, we don't + // shift tasks off the queue after they have been executed. + // Instead, we periodically shift 1024 tasks off the queue. + if (index > capacity) { + // Manually shift all values starting at the index back to the + // beginning of the queue. + for (var scan = 0, newLength = queue.length - index; scan < newLength; scan++) { + queue[scan] = queue[scan + index]; + } + queue.length -= index; + index = 0; + } + } + queue.length = 0; + index = 0; + flushing = false; +} + +// `requestFlush` is implemented using a strategy based on data collected from +// every available SauceLabs Selenium web driver worker at time of writing. +// https://docs.google.com/spreadsheets/d/1mG-5UYGup5qxGdEMWkhP6BWCz053NUb2E1QoUTU16uA/edit#gid=783724593 + +// Safari 6 and 6.1 for desktop, iPad, and iPhone are the only browsers that +// have WebKitMutationObserver but not un-prefixed MutationObserver. +// Must use `global` or `self` instead of `window` to work in both frames and web +// workers. `global` is a provision of Browserify, Mr, Mrs, or Mop. + +/* globals self */ +var scope = typeof global !== "undefined" ? global : self; +var BrowserMutationObserver = scope.MutationObserver || scope.WebKitMutationObserver; + +// MutationObservers are desirable because they have high priority and work +// reliably everywhere they are implemented. +// They are implemented in all modern browsers. +// +// - Android 4-4.3 +// - Chrome 26-34 +// - Firefox 14-29 +// - Internet Explorer 11 +// - iPad Safari 6-7.1 +// - iPhone Safari 7-7.1 +// - Safari 6-7 +if (typeof BrowserMutationObserver === "function") { + requestFlush = makeRequestCallFromMutationObserver(flush); + +// MessageChannels are desirable because they give direct access to the HTML +// task queue, are implemented in Internet Explorer 10, Safari 5.0-1, and Opera +// 11-12, and in web workers in many engines. +// Although message channels yield to any queued rendering and IO tasks, they +// would be better than imposing the 4ms delay of timers. +// However, they do not work reliably in Internet Explorer or Safari. + +// Internet Explorer 10 is the only browser that has setImmediate but does +// not have MutationObservers. +// Although setImmediate yields to the browser's renderer, it would be +// preferrable to falling back to setTimeout since it does not have +// the minimum 4ms penalty. +// Unfortunately there appears to be a bug in Internet Explorer 10 Mobile (and +// Desktop to a lesser extent) that renders both setImmediate and +// MessageChannel useless for the purposes of ASAP. +// https://github.com/kriskowal/q/issues/396 + +// Timers are implemented universally. +// We fall back to timers in workers in most engines, and in foreground +// contexts in the following browsers. +// However, note that even this simple case requires nuances to operate in a +// broad spectrum of browsers. +// +// - Firefox 3-13 +// - Internet Explorer 6-9 +// - iPad Safari 4.3 +// - Lynx 2.8.7 +} else { + requestFlush = makeRequestCallFromTimer(flush); +} + +// `requestFlush` requests that the high priority event queue be flushed as +// soon as possible. +// This is useful to prevent an error thrown in a task from stalling the event +// queue if the exception handled by Node.js’s +// `process.on("uncaughtException")` or by a domain. +rawAsap.requestFlush = requestFlush; + +// To request a high priority event, we induce a mutation observer by toggling +// the text of a text node between "1" and "-1". +function makeRequestCallFromMutationObserver(callback) { + var toggle = 1; + var observer = new BrowserMutationObserver(callback); + var node = document.createTextNode(""); + observer.observe(node, {characterData: true}); + return function requestCall() { + toggle = -toggle; + node.data = toggle; + }; +} + +// The message channel technique was discovered by Malte Ubl and was the +// original foundation for this library. +// http://www.nonblocking.io/2011/06/windownexttick.html + +// Safari 6.0.5 (at least) intermittently fails to create message ports on a +// page's first load. Thankfully, this version of Safari supports +// MutationObservers, so we don't need to fall back in that case. + +// function makeRequestCallFromMessageChannel(callback) { +// var channel = new MessageChannel(); +// channel.port1.onmessage = callback; +// return function requestCall() { +// channel.port2.postMessage(0); +// }; +// } + +// For reasons explained above, we are also unable to use `setImmediate` +// under any circumstances. +// Even if we were, there is another bug in Internet Explorer 10. +// It is not sufficient to assign `setImmediate` to `requestFlush` because +// `setImmediate` must be called *by name* and therefore must be wrapped in a +// closure. +// Never forget. + +// function makeRequestCallFromSetImmediate(callback) { +// return function requestCall() { +// setImmediate(callback); +// }; +// } + +// Safari 6.0 has a problem where timers will get lost while the user is +// scrolling. This problem does not impact ASAP because Safari 6.0 supports +// mutation observers, so that implementation is used instead. +// However, if we ever elect to use timers in Safari, the prevalent work-around +// is to add a scroll event listener that calls for a flush. + +// `setTimeout` does not call the passed callback if the delay is less than +// approximately 7 in web workers in Firefox 8 through 18, and sometimes not +// even then. + +function makeRequestCallFromTimer(callback) { + return function requestCall() { + // We dispatch a timeout with a specified delay of 0 for engines that + // can reliably accommodate that request. This will usually be snapped + // to a 4 milisecond delay, but once we're flushing, there's no delay + // between events. + var timeoutHandle = setTimeout(handleTimer, 0); + // However, since this timer gets frequently dropped in Firefox + // workers, we enlist an interval handle that will try to fire + // an event 20 times per second until it succeeds. + var intervalHandle = setInterval(handleTimer, 50); + + function handleTimer() { + // Whichever timer succeeds will cancel both timers and + // execute the callback. + clearTimeout(timeoutHandle); + clearInterval(intervalHandle); + callback(); + } + }; +} + +// This is for `asap.js` only. +// Its name will be periodically randomized to break any code that depends on +// its existence. +rawAsap.makeRequestCallFromTimer = makeRequestCallFromTimer; + +// ASAP was originally a nextTick shim included in Q. This was factored out +// into this ASAP package. It was later adapted to RSVP which made further +// amendments. These decisions, particularly to marginalize MessageChannel and +// to capture the MutationObserver implementation in a closure, were integrated +// back into ASAP proper. +// https://github.com/tildeio/rsvp.js/blob/cddf7232546a9cf858524b75cde6f9edf72620a7/lib/rsvp/asap.js diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/package.json" new file mode 100644 index 0000000..f0c55e6 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/package.json" @@ -0,0 +1,87 @@ +{ + "_from": "asap@^2.0.3", + "_id": "asap@2.0.6", + "_inBundle": false, + "_integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=", + "_location": "/asap", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "asap@^2.0.3", + "name": "asap", + "escapedName": "asap", + "rawSpec": "^2.0.3", + "saveSpec": null, + "fetchSpec": "^2.0.3" + }, + "_requiredBy": [ + "/nunjucks" + ], + "_resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "_shasum": "e50347611d7e690943208bbdafebcbc2fb866d46", + "_spec": "asap@^2.0.3", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc第六课项目初始cookie\\node_modules\\nunjucks", + "browser": { + "./asap": "./browser-asap.js", + "./asap.js": "./browser-asap.js", + "./raw": "./browser-raw.js", + "./raw.js": "./browser-raw.js", + "./test/domain.js": "./test/browser-domain.js" + }, + "bugs": { + "url": "https://github.com/kriskowal/asap/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "High-priority task queue for Node.js and browsers", + "devDependencies": { + "benchmark": "^1.0.0", + "events": "^1.0.1", + "jshint": "^2.5.1", + "knox": "^0.8.10", + "mr": "^2.0.5", + "opener": "^1.3.0", + "q": "^2.0.3", + "q-io": "^2.0.3", + "saucelabs": "^0.1.1", + "wd": "^0.2.21", + "weak-map": "^1.0.5" + }, + "files": [ + "raw.js", + "asap.js", + "browser-raw.js", + "browser-asap.js" + ], + "homepage": "https://github.com/kriskowal/asap#readme", + "keywords": [ + "event", + "task", + "queue" + ], + "license": "MIT", + "main": "./asap.js", + "name": "asap", + "react-native": { + "domain": false + }, + "repository": { + "type": "git", + "url": "git+https://github.com/kriskowal/asap.git" + }, + "scripts": { + "benchmarks": "node benchmarks", + "lint": "jshint raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -v gauntlet)", + "test": "npm run lint && npm run test-node", + "test-browser": "node scripts/publish-bundle.js test/asap-test.js | xargs opener", + "test-node": "node test/asap-test.js", + "test-publish": "node scripts/publish-bundle.js test/asap-test.js | pbcopy", + "test-saucelabs": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-spot-configurations.json", + "test-saucelabs-all": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-all-configurations.json", + "test-saucelabs-worker": "node scripts/saucelabs-worker-test.js scripts/saucelabs-spot-configurations.json", + "test-saucelabs-worker-all": "node scripts/saucelabs-worker-test.js scripts/saucelabs-all-configurations.json", + "test-travis": "npm run lint && npm run test-node && npm run test-saucelabs && npm run test-saucelabs-worker" + }, + "version": "2.0.6" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/raw.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/raw.js" new file mode 100644 index 0000000..ae3b892 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asap/raw.js" @@ -0,0 +1,101 @@ +"use strict"; + +var domain; // The domain module is executed on demand +var hasSetImmediate = typeof setImmediate === "function"; + +// Use the fastest means possible to execute a task in its own turn, with +// priority over other events including network IO events in Node.js. +// +// An exception thrown by a task will permanently interrupt the processing of +// subsequent tasks. The higher level `asap` function ensures that if an +// exception is thrown by a task, that the task queue will continue flushing as +// soon as possible, but if you use `rawAsap` directly, you are responsible to +// either ensure that no exceptions are thrown from your task, or to manually +// call `rawAsap.requestFlush` if an exception is thrown. +module.exports = rawAsap; +function rawAsap(task) { + if (!queue.length) { + requestFlush(); + flushing = true; + } + // Avoids a function call + queue[queue.length] = task; +} + +var queue = []; +// Once a flush has been requested, no further calls to `requestFlush` are +// necessary until the next `flush` completes. +var flushing = false; +// The position of the next task to execute in the task queue. This is +// preserved between calls to `flush` so that it can be resumed if +// a task throws an exception. +var index = 0; +// If a task schedules additional tasks recursively, the task queue can grow +// unbounded. To prevent memory excaustion, the task queue will periodically +// truncate already-completed tasks. +var capacity = 1024; + +// The flush function processes all tasks that have been scheduled with +// `rawAsap` unless and until one of those tasks throws an exception. +// If a task throws an exception, `flush` ensures that its state will remain +// consistent and will resume where it left off when called again. +// However, `flush` does not make any arrangements to be called again if an +// exception is thrown. +function flush() { + while (index < queue.length) { + var currentIndex = index; + // Advance the index before calling the task. This ensures that we will + // begin flushing on the next task the task throws an error. + index = index + 1; + queue[currentIndex].call(); + // Prevent leaking memory for long chains of recursive calls to `asap`. + // If we call `asap` within tasks scheduled by `asap`, the queue will + // grow, but to avoid an O(n) walk for every task we execute, we don't + // shift tasks off the queue after they have been executed. + // Instead, we periodically shift 1024 tasks off the queue. + if (index > capacity) { + // Manually shift all values starting at the index back to the + // beginning of the queue. + for (var scan = 0, newLength = queue.length - index; scan < newLength; scan++) { + queue[scan] = queue[scan + index]; + } + queue.length -= index; + index = 0; + } + } + queue.length = 0; + index = 0; + flushing = false; +} + +rawAsap.requestFlush = requestFlush; +function requestFlush() { + // Ensure flushing is not bound to any domain. + // It is not sufficient to exit the domain, because domains exist on a stack. + // To execute code outside of any domain, the following dance is necessary. + var parentDomain = process.domain; + if (parentDomain) { + if (!domain) { + // Lazy execute the domain module. + // Only employed if the user elects to use domains. + domain = require("domain"); + } + domain.active = process.domain = null; + } + + // `setImmediate` is slower that `process.nextTick`, but `process.nextTick` + // cannot handle recursion. + // `requestFlush` will only be called recursively from `asap.js`, to resume + // flushing after an error is thrown into a domain. + // Conveniently, `setImmediate` was introduced in the same version + // `process.nextTick` started throwing recursion errors. + if (flushing && hasSetImmediate) { + setImmediate(flush); + } else { + process.nextTick(flush); + } + + if (parentDomain) { + domain.active = process.domain = parentDomain; + } +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/Jenkinsfile" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/Jenkinsfile" new file mode 100644 index 0000000..d1b4593 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/Jenkinsfile" @@ -0,0 +1,65 @@ +@Library('jenkins-joylib@v1.0.8') _ + +pipeline { + + agent none + + options { + buildDiscarder(logRotator(numToKeepStr: '45')) + timestamps() + } + + stages { + stage('top') { + parallel { + stage('v4-zone') { + agent { + label joyCommonLabels(image_ver: '15.4.1') + } + tools { + nodejs 'sdcnode-v4-zone' + } + stages { + stage('check') { + steps{ + sh('make check') + } + } + stage('test') { + steps{ + sh('make test') + } + } + } + } + + stage('v6-zone64') { + agent { + label joyCommonLabels(image_ver: '18.4.0') + } + tools { + nodejs 'sdcnode-v6-zone64' + } + stages { + stage('check') { + steps{ + sh('make check') + } + } + stage('test') { + steps{ + sh('make test') + } + } + } + } + } + } + } + + post { + always { + joySlackNotifications() + } + } +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/LICENSE" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/LICENSE" new file mode 100644 index 0000000..9b5dcdb --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/LICENSE" @@ -0,0 +1,19 @@ +Copyright (c) 2011 Mark Cavage, All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/README.md" new file mode 100644 index 0000000..2208210 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/README.md" @@ -0,0 +1,50 @@ +node-asn1 is a library for encoding and decoding ASN.1 datatypes in pure JS. +Currently BER encoding is supported; at some point I'll likely have to do DER. + +## Usage + +Mostly, if you're *actually* needing to read and write ASN.1, you probably don't +need this readme to explain what and why. If you have no idea what ASN.1 is, +see this: ftp://ftp.rsa.com/pub/pkcs/ascii/layman.asc + +The source is pretty much self-explanatory, and has read/write methods for the +common types out there. + +### Decoding + +The following reads an ASN.1 sequence with a boolean. + + var Ber = require('asn1').Ber; + + var reader = new Ber.Reader(Buffer.from([0x30, 0x03, 0x01, 0x01, 0xff])); + + reader.readSequence(); + console.log('Sequence len: ' + reader.length); + if (reader.peek() === Ber.Boolean) + console.log(reader.readBoolean()); + +### Encoding + +The following generates the same payload as above. + + var Ber = require('asn1').Ber; + + var writer = new Ber.Writer(); + + writer.startSequence(); + writer.writeBoolean(true); + writer.endSequence(); + + console.log(writer.buffer); + +## Installation + + npm install asn1 + +## License + +MIT. + +## Bugs + +See . diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/errors.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/errors.js" new file mode 100644 index 0000000..4557b8a --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/errors.js" @@ -0,0 +1,13 @@ +// Copyright 2011 Mark Cavage All rights reserved. + + +module.exports = { + + newInvalidAsn1Error: function (msg) { + var e = new Error(); + e.name = 'InvalidAsn1Error'; + e.message = msg || ''; + return e; + } + +}; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/index.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/index.js" new file mode 100644 index 0000000..387d132 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/index.js" @@ -0,0 +1,27 @@ +// Copyright 2011 Mark Cavage All rights reserved. + +var errors = require('./errors'); +var types = require('./types'); + +var Reader = require('./reader'); +var Writer = require('./writer'); + + +// --- Exports + +module.exports = { + + Reader: Reader, + + Writer: Writer + +}; + +for (var t in types) { + if (types.hasOwnProperty(t)) + module.exports[t] = types[t]; +} +for (var e in errors) { + if (errors.hasOwnProperty(e)) + module.exports[e] = errors[e]; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/reader.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/reader.js" new file mode 100644 index 0000000..8a7e4ca --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/reader.js" @@ -0,0 +1,262 @@ +// Copyright 2011 Mark Cavage All rights reserved. + +var assert = require('assert'); +var Buffer = require('safer-buffer').Buffer; + +var ASN1 = require('./types'); +var errors = require('./errors'); + + +// --- Globals + +var newInvalidAsn1Error = errors.newInvalidAsn1Error; + + + +// --- API + +function Reader(data) { + if (!data || !Buffer.isBuffer(data)) + throw new TypeError('data must be a node Buffer'); + + this._buf = data; + this._size = data.length; + + // These hold the "current" state + this._len = 0; + this._offset = 0; +} + +Object.defineProperty(Reader.prototype, 'length', { + enumerable: true, + get: function () { return (this._len); } +}); + +Object.defineProperty(Reader.prototype, 'offset', { + enumerable: true, + get: function () { return (this._offset); } +}); + +Object.defineProperty(Reader.prototype, 'remain', { + get: function () { return (this._size - this._offset); } +}); + +Object.defineProperty(Reader.prototype, 'buffer', { + get: function () { return (this._buf.slice(this._offset)); } +}); + + +/** + * Reads a single byte and advances offset; you can pass in `true` to make this + * a "peek" operation (i.e., get the byte, but don't advance the offset). + * + * @param {Boolean} peek true means don't move offset. + * @return {Number} the next byte, null if not enough data. + */ +Reader.prototype.readByte = function (peek) { + if (this._size - this._offset < 1) + return null; + + var b = this._buf[this._offset] & 0xff; + + if (!peek) + this._offset += 1; + + return b; +}; + + +Reader.prototype.peek = function () { + return this.readByte(true); +}; + + +/** + * Reads a (potentially) variable length off the BER buffer. This call is + * not really meant to be called directly, as callers have to manipulate + * the internal buffer afterwards. + * + * As a result of this call, you can call `Reader.length`, until the + * next thing called that does a readLength. + * + * @return {Number} the amount of offset to advance the buffer. + * @throws {InvalidAsn1Error} on bad ASN.1 + */ +Reader.prototype.readLength = function (offset) { + if (offset === undefined) + offset = this._offset; + + if (offset >= this._size) + return null; + + var lenB = this._buf[offset++] & 0xff; + if (lenB === null) + return null; + + if ((lenB & 0x80) === 0x80) { + lenB &= 0x7f; + + if (lenB === 0) + throw newInvalidAsn1Error('Indefinite length not supported'); + + if (lenB > 4) + throw newInvalidAsn1Error('encoding too long'); + + if (this._size - offset < lenB) + return null; + + this._len = 0; + for (var i = 0; i < lenB; i++) + this._len = (this._len << 8) + (this._buf[offset++] & 0xff); + + } else { + // Wasn't a variable length + this._len = lenB; + } + + return offset; +}; + + +/** + * Parses the next sequence in this BER buffer. + * + * To get the length of the sequence, call `Reader.length`. + * + * @return {Number} the sequence's tag. + */ +Reader.prototype.readSequence = function (tag) { + var seq = this.peek(); + if (seq === null) + return null; + if (tag !== undefined && tag !== seq) + throw newInvalidAsn1Error('Expected 0x' + tag.toString(16) + + ': got 0x' + seq.toString(16)); + + var o = this.readLength(this._offset + 1); // stored in `length` + if (o === null) + return null; + + this._offset = o; + return seq; +}; + + +Reader.prototype.readInt = function () { + return this._readTag(ASN1.Integer); +}; + + +Reader.prototype.readBoolean = function () { + return (this._readTag(ASN1.Boolean) === 0 ? false : true); +}; + + +Reader.prototype.readEnumeration = function () { + return this._readTag(ASN1.Enumeration); +}; + + +Reader.prototype.readString = function (tag, retbuf) { + if (!tag) + tag = ASN1.OctetString; + + var b = this.peek(); + if (b === null) + return null; + + if (b !== tag) + throw newInvalidAsn1Error('Expected 0x' + tag.toString(16) + + ': got 0x' + b.toString(16)); + + var o = this.readLength(this._offset + 1); // stored in `length` + + if (o === null) + return null; + + if (this.length > this._size - o) + return null; + + this._offset = o; + + if (this.length === 0) + return retbuf ? Buffer.alloc(0) : ''; + + var str = this._buf.slice(this._offset, this._offset + this.length); + this._offset += this.length; + + return retbuf ? str : str.toString('utf8'); +}; + +Reader.prototype.readOID = function (tag) { + if (!tag) + tag = ASN1.OID; + + var b = this.readString(tag, true); + if (b === null) + return null; + + var values = []; + var value = 0; + + for (var i = 0; i < b.length; i++) { + var byte = b[i] & 0xff; + + value <<= 7; + value += byte & 0x7f; + if ((byte & 0x80) === 0) { + values.push(value); + value = 0; + } + } + + value = values.shift(); + values.unshift(value % 40); + values.unshift((value / 40) >> 0); + + return values.join('.'); +}; + + +Reader.prototype._readTag = function (tag) { + assert.ok(tag !== undefined); + + var b = this.peek(); + + if (b === null) + return null; + + if (b !== tag) + throw newInvalidAsn1Error('Expected 0x' + tag.toString(16) + + ': got 0x' + b.toString(16)); + + var o = this.readLength(this._offset + 1); // stored in `length` + if (o === null) + return null; + + if (this.length > 4) + throw newInvalidAsn1Error('Integer too long: ' + this.length); + + if (this.length > this._size - o) + return null; + this._offset = o; + + var fb = this._buf[this._offset]; + var value = 0; + + for (var i = 0; i < this.length; i++) { + value <<= 8; + value |= (this._buf[this._offset++] & 0xff); + } + + if ((fb & 0x80) === 0x80 && i !== 4) + value -= (1 << (i * 8)); + + return value >> 0; +}; + + + +// --- Exported API + +module.exports = Reader; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/types.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/types.js" new file mode 100644 index 0000000..8aea000 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/types.js" @@ -0,0 +1,36 @@ +// Copyright 2011 Mark Cavage All rights reserved. + + +module.exports = { + EOC: 0, + Boolean: 1, + Integer: 2, + BitString: 3, + OctetString: 4, + Null: 5, + OID: 6, + ObjectDescriptor: 7, + External: 8, + Real: 9, // float + Enumeration: 10, + PDV: 11, + Utf8String: 12, + RelativeOID: 13, + Sequence: 16, + Set: 17, + NumericString: 18, + PrintableString: 19, + T61String: 20, + VideotexString: 21, + IA5String: 22, + UTCTime: 23, + GeneralizedTime: 24, + GraphicString: 25, + VisibleString: 26, + GeneralString: 28, + UniversalString: 29, + CharacterString: 30, + BMPString: 31, + Constructor: 32, + Context: 128 +}; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/writer.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/writer.js" new file mode 100644 index 0000000..3515acf --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/ber/writer.js" @@ -0,0 +1,317 @@ +// Copyright 2011 Mark Cavage All rights reserved. + +var assert = require('assert'); +var Buffer = require('safer-buffer').Buffer; +var ASN1 = require('./types'); +var errors = require('./errors'); + + +// --- Globals + +var newInvalidAsn1Error = errors.newInvalidAsn1Error; + +var DEFAULT_OPTS = { + size: 1024, + growthFactor: 8 +}; + + +// --- Helpers + +function merge(from, to) { + assert.ok(from); + assert.equal(typeof (from), 'object'); + assert.ok(to); + assert.equal(typeof (to), 'object'); + + var keys = Object.getOwnPropertyNames(from); + keys.forEach(function (key) { + if (to[key]) + return; + + var value = Object.getOwnPropertyDescriptor(from, key); + Object.defineProperty(to, key, value); + }); + + return to; +} + + + +// --- API + +function Writer(options) { + options = merge(DEFAULT_OPTS, options || {}); + + this._buf = Buffer.alloc(options.size || 1024); + this._size = this._buf.length; + this._offset = 0; + this._options = options; + + // A list of offsets in the buffer where we need to insert + // sequence tag/len pairs. + this._seq = []; +} + +Object.defineProperty(Writer.prototype, 'buffer', { + get: function () { + if (this._seq.length) + throw newInvalidAsn1Error(this._seq.length + ' unended sequence(s)'); + + return (this._buf.slice(0, this._offset)); + } +}); + +Writer.prototype.writeByte = function (b) { + if (typeof (b) !== 'number') + throw new TypeError('argument must be a Number'); + + this._ensure(1); + this._buf[this._offset++] = b; +}; + + +Writer.prototype.writeInt = function (i, tag) { + if (typeof (i) !== 'number') + throw new TypeError('argument must be a Number'); + if (typeof (tag) !== 'number') + tag = ASN1.Integer; + + var sz = 4; + + while ((((i & 0xff800000) === 0) || ((i & 0xff800000) === 0xff800000 >> 0)) && + (sz > 1)) { + sz--; + i <<= 8; + } + + if (sz > 4) + throw newInvalidAsn1Error('BER ints cannot be > 0xffffffff'); + + this._ensure(2 + sz); + this._buf[this._offset++] = tag; + this._buf[this._offset++] = sz; + + while (sz-- > 0) { + this._buf[this._offset++] = ((i & 0xff000000) >>> 24); + i <<= 8; + } + +}; + + +Writer.prototype.writeNull = function () { + this.writeByte(ASN1.Null); + this.writeByte(0x00); +}; + + +Writer.prototype.writeEnumeration = function (i, tag) { + if (typeof (i) !== 'number') + throw new TypeError('argument must be a Number'); + if (typeof (tag) !== 'number') + tag = ASN1.Enumeration; + + return this.writeInt(i, tag); +}; + + +Writer.prototype.writeBoolean = function (b, tag) { + if (typeof (b) !== 'boolean') + throw new TypeError('argument must be a Boolean'); + if (typeof (tag) !== 'number') + tag = ASN1.Boolean; + + this._ensure(3); + this._buf[this._offset++] = tag; + this._buf[this._offset++] = 0x01; + this._buf[this._offset++] = b ? 0xff : 0x00; +}; + + +Writer.prototype.writeString = function (s, tag) { + if (typeof (s) !== 'string') + throw new TypeError('argument must be a string (was: ' + typeof (s) + ')'); + if (typeof (tag) !== 'number') + tag = ASN1.OctetString; + + var len = Buffer.byteLength(s); + this.writeByte(tag); + this.writeLength(len); + if (len) { + this._ensure(len); + this._buf.write(s, this._offset); + this._offset += len; + } +}; + + +Writer.prototype.writeBuffer = function (buf, tag) { + if (typeof (tag) !== 'number') + throw new TypeError('tag must be a number'); + if (!Buffer.isBuffer(buf)) + throw new TypeError('argument must be a buffer'); + + this.writeByte(tag); + this.writeLength(buf.length); + this._ensure(buf.length); + buf.copy(this._buf, this._offset, 0, buf.length); + this._offset += buf.length; +}; + + +Writer.prototype.writeStringArray = function (strings) { + if ((!strings instanceof Array)) + throw new TypeError('argument must be an Array[String]'); + + var self = this; + strings.forEach(function (s) { + self.writeString(s); + }); +}; + +// This is really to solve DER cases, but whatever for now +Writer.prototype.writeOID = function (s, tag) { + if (typeof (s) !== 'string') + throw new TypeError('argument must be a string'); + if (typeof (tag) !== 'number') + tag = ASN1.OID; + + if (!/^([0-9]+\.){3,}[0-9]+$/.test(s)) + throw new Error('argument is not a valid OID string'); + + function encodeOctet(bytes, octet) { + if (octet < 128) { + bytes.push(octet); + } else if (octet < 16384) { + bytes.push((octet >>> 7) | 0x80); + bytes.push(octet & 0x7F); + } else if (octet < 2097152) { + bytes.push((octet >>> 14) | 0x80); + bytes.push(((octet >>> 7) | 0x80) & 0xFF); + bytes.push(octet & 0x7F); + } else if (octet < 268435456) { + bytes.push((octet >>> 21) | 0x80); + bytes.push(((octet >>> 14) | 0x80) & 0xFF); + bytes.push(((octet >>> 7) | 0x80) & 0xFF); + bytes.push(octet & 0x7F); + } else { + bytes.push(((octet >>> 28) | 0x80) & 0xFF); + bytes.push(((octet >>> 21) | 0x80) & 0xFF); + bytes.push(((octet >>> 14) | 0x80) & 0xFF); + bytes.push(((octet >>> 7) | 0x80) & 0xFF); + bytes.push(octet & 0x7F); + } + } + + var tmp = s.split('.'); + var bytes = []; + bytes.push(parseInt(tmp[0], 10) * 40 + parseInt(tmp[1], 10)); + tmp.slice(2).forEach(function (b) { + encodeOctet(bytes, parseInt(b, 10)); + }); + + var self = this; + this._ensure(2 + bytes.length); + this.writeByte(tag); + this.writeLength(bytes.length); + bytes.forEach(function (b) { + self.writeByte(b); + }); +}; + + +Writer.prototype.writeLength = function (len) { + if (typeof (len) !== 'number') + throw new TypeError('argument must be a Number'); + + this._ensure(4); + + if (len <= 0x7f) { + this._buf[this._offset++] = len; + } else if (len <= 0xff) { + this._buf[this._offset++] = 0x81; + this._buf[this._offset++] = len; + } else if (len <= 0xffff) { + this._buf[this._offset++] = 0x82; + this._buf[this._offset++] = len >> 8; + this._buf[this._offset++] = len; + } else if (len <= 0xffffff) { + this._buf[this._offset++] = 0x83; + this._buf[this._offset++] = len >> 16; + this._buf[this._offset++] = len >> 8; + this._buf[this._offset++] = len; + } else { + throw newInvalidAsn1Error('Length too long (> 4 bytes)'); + } +}; + +Writer.prototype.startSequence = function (tag) { + if (typeof (tag) !== 'number') + tag = ASN1.Sequence | ASN1.Constructor; + + this.writeByte(tag); + this._seq.push(this._offset); + this._ensure(3); + this._offset += 3; +}; + + +Writer.prototype.endSequence = function () { + var seq = this._seq.pop(); + var start = seq + 3; + var len = this._offset - start; + + if (len <= 0x7f) { + this._shift(start, len, -2); + this._buf[seq] = len; + } else if (len <= 0xff) { + this._shift(start, len, -1); + this._buf[seq] = 0x81; + this._buf[seq + 1] = len; + } else if (len <= 0xffff) { + this._buf[seq] = 0x82; + this._buf[seq + 1] = len >> 8; + this._buf[seq + 2] = len; + } else if (len <= 0xffffff) { + this._shift(start, len, 1); + this._buf[seq] = 0x83; + this._buf[seq + 1] = len >> 16; + this._buf[seq + 2] = len >> 8; + this._buf[seq + 3] = len; + } else { + throw newInvalidAsn1Error('Sequence too long'); + } +}; + + +Writer.prototype._shift = function (start, len, shift) { + assert.ok(start !== undefined); + assert.ok(len !== undefined); + assert.ok(shift); + + this._buf.copy(this._buf, start + shift, start, start + len); + this._offset += shift; +}; + +Writer.prototype._ensure = function (len) { + assert.ok(len); + + if (this._size - this._offset < len) { + var sz = this._size * this._options.growthFactor; + if (sz - this._offset < len) + sz += len; + + var buf = Buffer.alloc(sz); + + this._buf.copy(buf, 0, 0, this._offset); + this._buf = buf; + this._size = sz; + } +}; + + + +// --- Exported API + +module.exports = Writer; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/index.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/index.js" new file mode 100644 index 0000000..ede3ab2 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/lib/index.js" @@ -0,0 +1,20 @@ +// Copyright 2011 Mark Cavage All rights reserved. + +// If you have no idea what ASN.1 or BER is, see this: +// ftp://ftp.rsa.com/pub/pkcs/ascii/layman.asc + +var Ber = require('./ber/index'); + + + +// --- Exported API + +module.exports = { + + Ber: Ber, + + BerReader: Ber.Reader, + + BerWriter: Ber.Writer + +}; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/package.json" new file mode 100644 index 0000000..d681f10 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asn1/package.json" @@ -0,0 +1,75 @@ +{ + "_from": "asn1@~0.2.3", + "_id": "asn1@0.2.6", + "_inBundle": false, + "_integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "_location": "/asn1", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "asn1@~0.2.3", + "name": "asn1", + "escapedName": "asn1", + "rawSpec": "~0.2.3", + "saveSpec": null, + "fetchSpec": "~0.2.3" + }, + "_requiredBy": [ + "/sshpk" + ], + "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", + "_shasum": "0d3a7bb6e64e02a90c0303b31f292868ea09a08d", + "_spec": "asn1@~0.2.3", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc框架整改\\node_modules\\sshpk", + "author": { + "name": "Joyent", + "url": "joyent.com" + }, + "bugs": { + "url": "https://github.com/joyent/node-asn1/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Mark Cavage", + "email": "mcavage@gmail.com" + }, + { + "name": "David Gwynne", + "email": "loki@animata.net" + }, + { + "name": "Yunong Xiao", + "email": "yunong@joyent.com" + }, + { + "name": "Alex Wilson", + "email": "alex.wilson@joyent.com" + } + ], + "dependencies": { + "safer-buffer": "~2.1.0" + }, + "deprecated": false, + "description": "Contains parsers and serializers for ASN.1 (currently BER only)", + "devDependencies": { + "eslint": "2.13.1", + "eslint-plugin-joyent": "~1.3.0", + "faucet": "0.0.1", + "istanbul": "^0.3.6", + "tape": "^3.5.0" + }, + "homepage": "https://github.com/joyent/node-asn1#readme", + "license": "MIT", + "main": "lib/index.js", + "name": "asn1", + "repository": { + "type": "git", + "url": "git+https://github.com/joyent/node-asn1.git" + }, + "scripts": { + "test": "tape ./test/ber/*.test.js" + }, + "version": "0.2.6" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/AUTHORS" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/AUTHORS" new file mode 100644 index 0000000..1923524 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/AUTHORS" @@ -0,0 +1,6 @@ +Dave Eddy +Fred Kuo +Lars-Magnus Skog +Mark Cavage +Patrick Mooney +Rob Gulewich diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/CHANGES.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/CHANGES.md" new file mode 100644 index 0000000..57d92bf --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/CHANGES.md" @@ -0,0 +1,14 @@ +# assert-plus Changelog + +## 1.0.0 + +- *BREAKING* assert.number (and derivatives) now accept Infinity as valid input +- Add assert.finite check. Previous assert.number callers should use this if + they expect Infinity inputs to throw. + +## 0.2.0 + +- Fix `assert.object(null)` so it throws +- Fix optional/arrayOf exports for non-type-of asserts +- Add optiona/arrayOf exports for Stream/Date/Regex/uuid +- Add basic unit test coverage diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/README.md" new file mode 100644 index 0000000..ec200d1 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/README.md" @@ -0,0 +1,162 @@ +# assert-plus + +This library is a super small wrapper over node's assert module that has two +things: (1) the ability to disable assertions with the environment variable +NODE\_NDEBUG, and (2) some API wrappers for argument testing. Like +`assert.string(myArg, 'myArg')`. As a simple example, most of my code looks +like this: + +```javascript + var assert = require('assert-plus'); + + function fooAccount(options, callback) { + assert.object(options, 'options'); + assert.number(options.id, 'options.id'); + assert.bool(options.isManager, 'options.isManager'); + assert.string(options.name, 'options.name'); + assert.arrayOfString(options.email, 'options.email'); + assert.func(callback, 'callback'); + + // Do stuff + callback(null, {}); + } +``` + +# API + +All methods that *aren't* part of node's core assert API are simply assumed to +take an argument, and then a string 'name' that's not a message; `AssertionError` +will be thrown if the assertion fails with a message like: + + AssertionError: foo (string) is required + at test (/home/mark/work/foo/foo.js:3:9) + at Object. (/home/mark/work/foo/foo.js:15:1) + at Module._compile (module.js:446:26) + at Object..js (module.js:464:10) + at Module.load (module.js:353:31) + at Function._load (module.js:311:12) + at Array.0 (module.js:484:10) + at EventEmitter._tickCallback (node.js:190:38) + +from: + +```javascript + function test(foo) { + assert.string(foo, 'foo'); + } +``` + +There you go. You can check that arrays are of a homogeneous type with `Arrayof$Type`: + +```javascript + function test(foo) { + assert.arrayOfString(foo, 'foo'); + } +``` + +You can assert IFF an argument is not `undefined` (i.e., an optional arg): + +```javascript + assert.optionalString(foo, 'foo'); +``` + +Lastly, you can opt-out of assertion checking altogether by setting the +environment variable `NODE_NDEBUG=1`. This is pseudo-useful if you have +lots of assertions, and don't want to pay `typeof ()` taxes to v8 in +production. Be advised: The standard functions re-exported from `assert` are +also disabled in assert-plus if NDEBUG is specified. Using them directly from +the `assert` module avoids this behavior. + +The complete list of APIs is: + +* assert.array +* assert.bool +* assert.buffer +* assert.func +* assert.number +* assert.finite +* assert.object +* assert.string +* assert.stream +* assert.date +* assert.regexp +* assert.uuid +* assert.arrayOfArray +* assert.arrayOfBool +* assert.arrayOfBuffer +* assert.arrayOfFunc +* assert.arrayOfNumber +* assert.arrayOfFinite +* assert.arrayOfObject +* assert.arrayOfString +* assert.arrayOfStream +* assert.arrayOfDate +* assert.arrayOfRegexp +* assert.arrayOfUuid +* assert.optionalArray +* assert.optionalBool +* assert.optionalBuffer +* assert.optionalFunc +* assert.optionalNumber +* assert.optionalFinite +* assert.optionalObject +* assert.optionalString +* assert.optionalStream +* assert.optionalDate +* assert.optionalRegexp +* assert.optionalUuid +* assert.optionalArrayOfArray +* assert.optionalArrayOfBool +* assert.optionalArrayOfBuffer +* assert.optionalArrayOfFunc +* assert.optionalArrayOfNumber +* assert.optionalArrayOfFinite +* assert.optionalArrayOfObject +* assert.optionalArrayOfString +* assert.optionalArrayOfStream +* assert.optionalArrayOfDate +* assert.optionalArrayOfRegexp +* assert.optionalArrayOfUuid +* assert.AssertionError +* assert.fail +* assert.ok +* assert.equal +* assert.notEqual +* assert.deepEqual +* assert.notDeepEqual +* assert.strictEqual +* assert.notStrictEqual +* assert.throws +* assert.doesNotThrow +* assert.ifError + +# Installation + + npm install assert-plus + +## License + +The MIT License (MIT) +Copyright (c) 2012 Mark Cavage + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +## Bugs + +See . diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/assert.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/assert.js" new file mode 100644 index 0000000..26f944e --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/assert.js" @@ -0,0 +1,211 @@ +// Copyright (c) 2012, Mark Cavage. All rights reserved. +// Copyright 2015 Joyent, Inc. + +var assert = require('assert'); +var Stream = require('stream').Stream; +var util = require('util'); + + +///--- Globals + +/* JSSTYLED */ +var UUID_REGEXP = /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/; + + +///--- Internal + +function _capitalize(str) { + return (str.charAt(0).toUpperCase() + str.slice(1)); +} + +function _toss(name, expected, oper, arg, actual) { + throw new assert.AssertionError({ + message: util.format('%s (%s) is required', name, expected), + actual: (actual === undefined) ? typeof (arg) : actual(arg), + expected: expected, + operator: oper || '===', + stackStartFunction: _toss.caller + }); +} + +function _getClass(arg) { + return (Object.prototype.toString.call(arg).slice(8, -1)); +} + +function noop() { + // Why even bother with asserts? +} + + +///--- Exports + +var types = { + bool: { + check: function (arg) { return typeof (arg) === 'boolean'; } + }, + func: { + check: function (arg) { return typeof (arg) === 'function'; } + }, + string: { + check: function (arg) { return typeof (arg) === 'string'; } + }, + object: { + check: function (arg) { + return typeof (arg) === 'object' && arg !== null; + } + }, + number: { + check: function (arg) { + return typeof (arg) === 'number' && !isNaN(arg); + } + }, + finite: { + check: function (arg) { + return typeof (arg) === 'number' && !isNaN(arg) && isFinite(arg); + } + }, + buffer: { + check: function (arg) { return Buffer.isBuffer(arg); }, + operator: 'Buffer.isBuffer' + }, + array: { + check: function (arg) { return Array.isArray(arg); }, + operator: 'Array.isArray' + }, + stream: { + check: function (arg) { return arg instanceof Stream; }, + operator: 'instanceof', + actual: _getClass + }, + date: { + check: function (arg) { return arg instanceof Date; }, + operator: 'instanceof', + actual: _getClass + }, + regexp: { + check: function (arg) { return arg instanceof RegExp; }, + operator: 'instanceof', + actual: _getClass + }, + uuid: { + check: function (arg) { + return typeof (arg) === 'string' && UUID_REGEXP.test(arg); + }, + operator: 'isUUID' + } +}; + +function _setExports(ndebug) { + var keys = Object.keys(types); + var out; + + /* re-export standard assert */ + if (process.env.NODE_NDEBUG) { + out = noop; + } else { + out = function (arg, msg) { + if (!arg) { + _toss(msg, 'true', arg); + } + }; + } + + /* standard checks */ + keys.forEach(function (k) { + if (ndebug) { + out[k] = noop; + return; + } + var type = types[k]; + out[k] = function (arg, msg) { + if (!type.check(arg)) { + _toss(msg, k, type.operator, arg, type.actual); + } + }; + }); + + /* optional checks */ + keys.forEach(function (k) { + var name = 'optional' + _capitalize(k); + if (ndebug) { + out[name] = noop; + return; + } + var type = types[k]; + out[name] = function (arg, msg) { + if (arg === undefined || arg === null) { + return; + } + if (!type.check(arg)) { + _toss(msg, k, type.operator, arg, type.actual); + } + }; + }); + + /* arrayOf checks */ + keys.forEach(function (k) { + var name = 'arrayOf' + _capitalize(k); + if (ndebug) { + out[name] = noop; + return; + } + var type = types[k]; + var expected = '[' + k + ']'; + out[name] = function (arg, msg) { + if (!Array.isArray(arg)) { + _toss(msg, expected, type.operator, arg, type.actual); + } + var i; + for (i = 0; i < arg.length; i++) { + if (!type.check(arg[i])) { + _toss(msg, expected, type.operator, arg, type.actual); + } + } + }; + }); + + /* optionalArrayOf checks */ + keys.forEach(function (k) { + var name = 'optionalArrayOf' + _capitalize(k); + if (ndebug) { + out[name] = noop; + return; + } + var type = types[k]; + var expected = '[' + k + ']'; + out[name] = function (arg, msg) { + if (arg === undefined || arg === null) { + return; + } + if (!Array.isArray(arg)) { + _toss(msg, expected, type.operator, arg, type.actual); + } + var i; + for (i = 0; i < arg.length; i++) { + if (!type.check(arg[i])) { + _toss(msg, expected, type.operator, arg, type.actual); + } + } + }; + }); + + /* re-export built-in assertions */ + Object.keys(assert).forEach(function (k) { + if (k === 'AssertionError') { + out[k] = assert[k]; + return; + } + if (ndebug) { + out[k] = noop; + return; + } + out[k] = assert[k]; + }); + + /* export ourselves (for unit tests _only_) */ + out._setExports = _setExports; + + return out; +} + +module.exports = _setExports(process.env.NODE_NDEBUG); diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/package.json" new file mode 100644 index 0000000..f0aeb1e --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/assert-plus/package.json" @@ -0,0 +1,87 @@ +{ + "_from": "assert-plus@^1.0.0", + "_id": "assert-plus@1.0.0", + "_inBundle": false, + "_integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "_location": "/assert-plus", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "assert-plus@^1.0.0", + "name": "assert-plus", + "escapedName": "assert-plus", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/dashdash", + "/getpass", + "/http-signature", + "/jsprim", + "/sshpk", + "/verror" + ], + "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "_shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525", + "_spec": "assert-plus@^1.0.0", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc框架整改\\node_modules\\http-signature", + "author": { + "name": "Mark Cavage", + "email": "mcavage@gmail.com" + }, + "bugs": { + "url": "https://github.com/mcavage/node-assert-plus/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Dave Eddy", + "email": "dave@daveeddy.com" + }, + { + "name": "Fred Kuo", + "email": "fred.kuo@joyent.com" + }, + { + "name": "Lars-Magnus Skog", + "email": "ralphtheninja@riseup.net" + }, + { + "name": "Mark Cavage", + "email": "mcavage@gmail.com" + }, + { + "name": "Patrick Mooney", + "email": "pmooney@pfmooney.com" + }, + { + "name": "Rob Gulewich", + "email": "robert.gulewich@joyent.com" + } + ], + "dependencies": {}, + "deprecated": false, + "description": "Extra assertions on top of node's assert module", + "devDependencies": { + "faucet": "0.0.1", + "tape": "4.2.2" + }, + "engines": { + "node": ">=0.8" + }, + "homepage": "https://github.com/mcavage/node-assert-plus#readme", + "license": "MIT", + "main": "./assert.js", + "name": "assert-plus", + "optionalDependencies": {}, + "repository": { + "type": "git", + "url": "git+https://github.com/mcavage/node-assert-plus.git" + }, + "scripts": { + "test": "tape tests/*.js | ./node_modules/.bin/faucet" + }, + "version": "1.0.0" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/LICENSE" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/LICENSE" new file mode 100644 index 0000000..c9eca5d --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/LICENSE" @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Alex Indigo + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/README.md" new file mode 100644 index 0000000..ddcc7e6 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/README.md" @@ -0,0 +1,233 @@ +# asynckit [![NPM Module](https://img.shields.io/npm/v/asynckit.svg?style=flat)](https://www.npmjs.com/package/asynckit) + +Minimal async jobs utility library, with streams support. + +[![PhantomJS Build](https://img.shields.io/travis/alexindigo/asynckit/v0.4.0.svg?label=browser&style=flat)](https://travis-ci.org/alexindigo/asynckit) +[![Linux Build](https://img.shields.io/travis/alexindigo/asynckit/v0.4.0.svg?label=linux:0.12-6.x&style=flat)](https://travis-ci.org/alexindigo/asynckit) +[![Windows Build](https://img.shields.io/appveyor/ci/alexindigo/asynckit/v0.4.0.svg?label=windows:0.12-6.x&style=flat)](https://ci.appveyor.com/project/alexindigo/asynckit) + +[![Coverage Status](https://img.shields.io/coveralls/alexindigo/asynckit/v0.4.0.svg?label=code+coverage&style=flat)](https://coveralls.io/github/alexindigo/asynckit?branch=master) +[![Dependency Status](https://img.shields.io/david/alexindigo/asynckit/v0.4.0.svg?style=flat)](https://david-dm.org/alexindigo/asynckit) +[![bitHound Overall Score](https://www.bithound.io/github/alexindigo/asynckit/badges/score.svg)](https://www.bithound.io/github/alexindigo/asynckit) + + + +AsyncKit provides harness for `parallel` and `serial` iterators over list of items represented by arrays or objects. +Optionally it accepts abort function (should be synchronously return by iterator for each item), and terminates left over jobs upon an error event. For specific iteration order built-in (`ascending` and `descending`) and custom sort helpers also supported, via `asynckit.serialOrdered` method. + +It ensures async operations to keep behavior more stable and prevent `Maximum call stack size exceeded` errors, from sync iterators. + +| compression | size | +| :----------------- | -------: | +| asynckit.js | 12.34 kB | +| asynckit.min.js | 4.11 kB | +| asynckit.min.js.gz | 1.47 kB | + + +## Install + +```sh +$ npm install --save asynckit +``` + +## Examples + +### Parallel Jobs + +Runs iterator over provided array in parallel. Stores output in the `result` array, +on the matching positions. In unlikely event of an error from one of the jobs, +will terminate rest of the active jobs (if abort function is provided) +and return error along with salvaged data to the main callback function. + +#### Input Array + +```javascript +var parallel = require('asynckit').parallel + , assert = require('assert') + ; + +var source = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , expectedResult = [ 2, 2, 8, 32, 128, 64, 16, 4 ] + , expectedTarget = [ 1, 1, 2, 4, 8, 16, 32, 64 ] + , target = [] + ; + +parallel(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); +}); + +// async job accepts one element from the array +// and a callback function +function asyncJob(item, cb) +{ + // different delays (in ms) per item + var delay = item * 25; + + // pretend different jobs take different time to finish + // and not in consequential order + var timeoutId = setTimeout(function() { + target.push(item); + cb(null, item * 2); + }, delay); + + // allow to cancel "leftover" jobs upon error + // return function, invoking of which will abort this job + return clearTimeout.bind(null, timeoutId); +} +``` + +More examples could be found in [test/test-parallel-array.js](test/test-parallel-array.js). + +#### Input Object + +Also it supports named jobs, listed via object. + +```javascript +var parallel = require('asynckit/parallel') + , assert = require('assert') + ; + +var source = { first: 1, one: 1, four: 4, sixteen: 16, sixtyFour: 64, thirtyTwo: 32, eight: 8, two: 2 } + , expectedResult = { first: 2, one: 2, four: 8, sixteen: 32, sixtyFour: 128, thirtyTwo: 64, eight: 16, two: 4 } + , expectedTarget = [ 1, 1, 2, 4, 8, 16, 32, 64 ] + , expectedKeys = [ 'first', 'one', 'two', 'four', 'eight', 'sixteen', 'thirtyTwo', 'sixtyFour' ] + , target = [] + , keys = [] + ; + +parallel(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); + assert.deepEqual(keys, expectedKeys); +}); + +// supports full value, key, callback (shortcut) interface +function asyncJob(item, key, cb) +{ + // different delays (in ms) per item + var delay = item * 25; + + // pretend different jobs take different time to finish + // and not in consequential order + var timeoutId = setTimeout(function() { + keys.push(key); + target.push(item); + cb(null, item * 2); + }, delay); + + // allow to cancel "leftover" jobs upon error + // return function, invoking of which will abort this job + return clearTimeout.bind(null, timeoutId); +} +``` + +More examples could be found in [test/test-parallel-object.js](test/test-parallel-object.js). + +### Serial Jobs + +Runs iterator over provided array sequentially. Stores output in the `result` array, +on the matching positions. In unlikely event of an error from one of the jobs, +will not proceed to the rest of the items in the list +and return error along with salvaged data to the main callback function. + +#### Input Array + +```javascript +var serial = require('asynckit/serial') + , assert = require('assert') + ; + +var source = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , expectedResult = [ 2, 2, 8, 32, 128, 64, 16, 4 ] + , expectedTarget = [ 0, 1, 2, 3, 4, 5, 6, 7 ] + , target = [] + ; + +serial(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); +}); + +// extended interface (item, key, callback) +// also supported for arrays +function asyncJob(item, key, cb) +{ + target.push(key); + + // it will be automatically made async + // even it iterator "returns" in the same event loop + cb(null, item * 2); +} +``` + +More examples could be found in [test/test-serial-array.js](test/test-serial-array.js). + +#### Input Object + +Also it supports named jobs, listed via object. + +```javascript +var serial = require('asynckit').serial + , assert = require('assert') + ; + +var source = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , expectedResult = [ 2, 2, 8, 32, 128, 64, 16, 4 ] + , expectedTarget = [ 0, 1, 2, 3, 4, 5, 6, 7 ] + , target = [] + ; + +var source = { first: 1, one: 1, four: 4, sixteen: 16, sixtyFour: 64, thirtyTwo: 32, eight: 8, two: 2 } + , expectedResult = { first: 2, one: 2, four: 8, sixteen: 32, sixtyFour: 128, thirtyTwo: 64, eight: 16, two: 4 } + , expectedTarget = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , target = [] + ; + + +serial(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); +}); + +// shortcut interface (item, callback) +// works for object as well as for the arrays +function asyncJob(item, cb) +{ + target.push(item); + + // it will be automatically made async + // even it iterator "returns" in the same event loop + cb(null, item * 2); +} +``` + +More examples could be found in [test/test-serial-object.js](test/test-serial-object.js). + +_Note: Since _object_ is an _unordered_ collection of properties, +it may produce unexpected results with sequential iterations. +Whenever order of the jobs' execution is important please use `serialOrdered` method._ + +### Ordered Serial Iterations + +TBD + +For example [compare-property](compare-property) package. + +### Streaming interface + +TBD + +## Want to Know More? + +More examples can be found in [test folder](test/). + +Or open an [issue](https://github.com/alexindigo/asynckit/issues) with questions and/or suggestions. + +## License + +AsyncKit is licensed under the MIT license. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/bench.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/bench.js" new file mode 100644 index 0000000..c612f1a --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/bench.js" @@ -0,0 +1,76 @@ +/* eslint no-console: "off" */ + +var asynckit = require('./') + , async = require('async') + , assert = require('assert') + , expected = 0 + ; + +var Benchmark = require('benchmark'); +var suite = new Benchmark.Suite; + +var source = []; +for (var z = 1; z < 100; z++) +{ + source.push(z); + expected += z; +} + +suite +// add tests + +.add('async.map', function(deferred) +{ + var total = 0; + + async.map(source, + function(i, cb) + { + setImmediate(function() + { + total += i; + cb(null, total); + }); + }, + function(err, result) + { + assert.ifError(err); + assert.equal(result[result.length - 1], expected); + deferred.resolve(); + }); +}, {'defer': true}) + + +.add('asynckit.parallel', function(deferred) +{ + var total = 0; + + asynckit.parallel(source, + function(i, cb) + { + setImmediate(function() + { + total += i; + cb(null, total); + }); + }, + function(err, result) + { + assert.ifError(err); + assert.equal(result[result.length - 1], expected); + deferred.resolve(); + }); +}, {'defer': true}) + + +// add listeners +.on('cycle', function(ev) +{ + console.log(String(ev.target)); +}) +.on('complete', function() +{ + console.log('Fastest is ' + this.filter('fastest').map('name')); +}) +// run async +.run({ 'async': true }); diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/index.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/index.js" new file mode 100644 index 0000000..455f945 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/index.js" @@ -0,0 +1,6 @@ +module.exports = +{ + parallel : require('./parallel.js'), + serial : require('./serial.js'), + serialOrdered : require('./serialOrdered.js') +}; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/abort.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/abort.js" new file mode 100644 index 0000000..114367e --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/abort.js" @@ -0,0 +1,29 @@ +// API +module.exports = abort; + +/** + * Aborts leftover active jobs + * + * @param {object} state - current state object + */ +function abort(state) +{ + Object.keys(state.jobs).forEach(clean.bind(state)); + + // reset leftover jobs + state.jobs = {}; +} + +/** + * Cleans up leftover job by invoking abort function for the provided job id + * + * @this state + * @param {string|number} key - job id to abort + */ +function clean(key) +{ + if (typeof this.jobs[key] == 'function') + { + this.jobs[key](); + } +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/async.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/async.js" new file mode 100644 index 0000000..7f1288a --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/async.js" @@ -0,0 +1,34 @@ +var defer = require('./defer.js'); + +// API +module.exports = async; + +/** + * Runs provided callback asynchronously + * even if callback itself is not + * + * @param {function} callback - callback to invoke + * @returns {function} - augmented callback + */ +function async(callback) +{ + var isAsync = false; + + // check if async happened + defer(function() { isAsync = true; }); + + return function async_callback(err, result) + { + if (isAsync) + { + callback(err, result); + } + else + { + defer(function nextTick_callback() + { + callback(err, result); + }); + } + }; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/defer.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/defer.js" new file mode 100644 index 0000000..b67110c --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/defer.js" @@ -0,0 +1,26 @@ +module.exports = defer; + +/** + * Runs provided function on next iteration of the event loop + * + * @param {function} fn - function to run + */ +function defer(fn) +{ + var nextTick = typeof setImmediate == 'function' + ? setImmediate + : ( + typeof process == 'object' && typeof process.nextTick == 'function' + ? process.nextTick + : null + ); + + if (nextTick) + { + nextTick(fn); + } + else + { + setTimeout(fn, 0); + } +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/iterate.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/iterate.js" new file mode 100644 index 0000000..5d2839a --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/iterate.js" @@ -0,0 +1,75 @@ +var async = require('./async.js') + , abort = require('./abort.js') + ; + +// API +module.exports = iterate; + +/** + * Iterates over each job object + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {object} state - current job status + * @param {function} callback - invoked when all elements processed + */ +function iterate(list, iterator, state, callback) +{ + // store current index + var key = state['keyedList'] ? state['keyedList'][state.index] : state.index; + + state.jobs[key] = runJob(iterator, key, list[key], function(error, output) + { + // don't repeat yourself + // skip secondary callbacks + if (!(key in state.jobs)) + { + return; + } + + // clean up jobs + delete state.jobs[key]; + + if (error) + { + // don't process rest of the results + // stop still active jobs + // and reset the list + abort(state); + } + else + { + state.results[key] = output; + } + + // return salvaged results + callback(error, state.results); + }); +} + +/** + * Runs iterator over provided job element + * + * @param {function} iterator - iterator to invoke + * @param {string|number} key - key/index of the element in the list of jobs + * @param {mixed} item - job description + * @param {function} callback - invoked after iterator is done with the job + * @returns {function|mixed} - job abort function or something else + */ +function runJob(iterator, key, item, callback) +{ + var aborter; + + // allow shortcut if iterator expects only two arguments + if (iterator.length == 2) + { + aborter = iterator(item, async(callback)); + } + // otherwise go with full three arguments + else + { + aborter = iterator(item, key, async(callback)); + } + + return aborter; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_asynckit.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_asynckit.js" new file mode 100644 index 0000000..78ad240 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_asynckit.js" @@ -0,0 +1,91 @@ +var streamify = require('./streamify.js') + , defer = require('./defer.js') + ; + +// API +module.exports = ReadableAsyncKit; + +/** + * Base constructor for all streams + * used to hold properties/methods + */ +function ReadableAsyncKit() +{ + ReadableAsyncKit.super_.apply(this, arguments); + + // list of active jobs + this.jobs = {}; + + // add stream methods + this.destroy = destroy; + this._start = _start; + this._read = _read; +} + +/** + * Destroys readable stream, + * by aborting outstanding jobs + * + * @returns {void} + */ +function destroy() +{ + if (this.destroyed) + { + return; + } + + this.destroyed = true; + + if (typeof this.terminator == 'function') + { + this.terminator(); + } +} + +/** + * Starts provided jobs in async manner + * + * @private + */ +function _start() +{ + // first argument – runner function + var runner = arguments[0] + // take away first argument + , args = Array.prototype.slice.call(arguments, 1) + // second argument - input data + , input = args[0] + // last argument - result callback + , endCb = streamify.callback.call(this, args[args.length - 1]) + ; + + args[args.length - 1] = endCb; + // third argument - iterator + args[1] = streamify.iterator.call(this, args[1]); + + // allow time for proper setup + defer(function() + { + if (!this.destroyed) + { + this.terminator = runner.apply(null, args); + } + else + { + endCb(null, Array.isArray(input) ? [] : {}); + } + }.bind(this)); +} + + +/** + * Implement _read to comply with Readable streams + * Doesn't really make sense for flowing object mode + * + * @private + */ +function _read() +{ + +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_parallel.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_parallel.js" new file mode 100644 index 0000000..5d2929f --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_parallel.js" @@ -0,0 +1,25 @@ +var parallel = require('../parallel.js'); + +// API +module.exports = ReadableParallel; + +/** + * Streaming wrapper to `asynckit.parallel` + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {stream.Readable#} + */ +function ReadableParallel(list, iterator, callback) +{ + if (!(this instanceof ReadableParallel)) + { + return new ReadableParallel(list, iterator, callback); + } + + // turn on object mode + ReadableParallel.super_.call(this, {objectMode: true}); + + this._start(parallel, list, iterator, callback); +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_serial.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_serial.js" new file mode 100644 index 0000000..7822698 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_serial.js" @@ -0,0 +1,25 @@ +var serial = require('../serial.js'); + +// API +module.exports = ReadableSerial; + +/** + * Streaming wrapper to `asynckit.serial` + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {stream.Readable#} + */ +function ReadableSerial(list, iterator, callback) +{ + if (!(this instanceof ReadableSerial)) + { + return new ReadableSerial(list, iterator, callback); + } + + // turn on object mode + ReadableSerial.super_.call(this, {objectMode: true}); + + this._start(serial, list, iterator, callback); +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_serial_ordered.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_serial_ordered.js" new file mode 100644 index 0000000..3de89c4 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/readable_serial_ordered.js" @@ -0,0 +1,29 @@ +var serialOrdered = require('../serialOrdered.js'); + +// API +module.exports = ReadableSerialOrdered; +// expose sort helpers +module.exports.ascending = serialOrdered.ascending; +module.exports.descending = serialOrdered.descending; + +/** + * Streaming wrapper to `asynckit.serialOrdered` + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} sortMethod - custom sort function + * @param {function} callback - invoked when all elements processed + * @returns {stream.Readable#} + */ +function ReadableSerialOrdered(list, iterator, sortMethod, callback) +{ + if (!(this instanceof ReadableSerialOrdered)) + { + return new ReadableSerialOrdered(list, iterator, sortMethod, callback); + } + + // turn on object mode + ReadableSerialOrdered.super_.call(this, {objectMode: true}); + + this._start(serialOrdered, list, iterator, sortMethod, callback); +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/state.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/state.js" new file mode 100644 index 0000000..cbea7ad --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/state.js" @@ -0,0 +1,37 @@ +// API +module.exports = state; + +/** + * Creates initial state object + * for iteration over list + * + * @param {array|object} list - list to iterate over + * @param {function|null} sortMethod - function to use for keys sort, + * or `null` to keep them as is + * @returns {object} - initial state object + */ +function state(list, sortMethod) +{ + var isNamedList = !Array.isArray(list) + , initState = + { + index : 0, + keyedList: isNamedList || sortMethod ? Object.keys(list) : null, + jobs : {}, + results : isNamedList ? {} : [], + size : isNamedList ? Object.keys(list).length : list.length + } + ; + + if (sortMethod) + { + // sort array keys based on it's values + // sort object's keys just on own merit + initState.keyedList.sort(isNamedList ? sortMethod : function(a, b) + { + return sortMethod(list[a], list[b]); + }); + } + + return initState; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/streamify.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/streamify.js" new file mode 100644 index 0000000..f56a1c9 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/streamify.js" @@ -0,0 +1,141 @@ +var async = require('./async.js'); + +// API +module.exports = { + iterator: wrapIterator, + callback: wrapCallback +}; + +/** + * Wraps iterators with long signature + * + * @this ReadableAsyncKit# + * @param {function} iterator - function to wrap + * @returns {function} - wrapped function + */ +function wrapIterator(iterator) +{ + var stream = this; + + return function(item, key, cb) + { + var aborter + , wrappedCb = async(wrapIteratorCallback.call(stream, cb, key)) + ; + + stream.jobs[key] = wrappedCb; + + // it's either shortcut (item, cb) + if (iterator.length == 2) + { + aborter = iterator(item, wrappedCb); + } + // or long format (item, key, cb) + else + { + aborter = iterator(item, key, wrappedCb); + } + + return aborter; + }; +} + +/** + * Wraps provided callback function + * allowing to execute snitch function before + * real callback + * + * @this ReadableAsyncKit# + * @param {function} callback - function to wrap + * @returns {function} - wrapped function + */ +function wrapCallback(callback) +{ + var stream = this; + + var wrapped = function(error, result) + { + return finisher.call(stream, error, result, callback); + }; + + return wrapped; +} + +/** + * Wraps provided iterator callback function + * makes sure snitch only called once, + * but passes secondary calls to the original callback + * + * @this ReadableAsyncKit# + * @param {function} callback - callback to wrap + * @param {number|string} key - iteration key + * @returns {function} wrapped callback + */ +function wrapIteratorCallback(callback, key) +{ + var stream = this; + + return function(error, output) + { + // don't repeat yourself + if (!(key in stream.jobs)) + { + callback(error, output); + return; + } + + // clean up jobs + delete stream.jobs[key]; + + return streamer.call(stream, error, {key: key, value: output}, callback); + }; +} + +/** + * Stream wrapper for iterator callback + * + * @this ReadableAsyncKit# + * @param {mixed} error - error response + * @param {mixed} output - iterator output + * @param {function} callback - callback that expects iterator results + */ +function streamer(error, output, callback) +{ + if (error && !this.error) + { + this.error = error; + this.pause(); + this.emit('error', error); + // send back value only, as expected + callback(error, output && output.value); + return; + } + + // stream stuff + this.push(output); + + // back to original track + // send back value only, as expected + callback(error, output && output.value); +} + +/** + * Stream wrapper for finishing callback + * + * @this ReadableAsyncKit# + * @param {mixed} error - error response + * @param {mixed} output - iterator output + * @param {function} callback - callback that expects final results + */ +function finisher(error, output, callback) +{ + // signal end of the stream + // only for successfully finished streams + if (!error) + { + this.push(null); + } + + // back to original track + callback(error, output); +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/terminator.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/terminator.js" new file mode 100644 index 0000000..d6eb992 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/lib/terminator.js" @@ -0,0 +1,29 @@ +var abort = require('./abort.js') + , async = require('./async.js') + ; + +// API +module.exports = terminator; + +/** + * Terminates jobs in the attached state context + * + * @this AsyncKitState# + * @param {function} callback - final callback to invoke after termination + */ +function terminator(callback) +{ + if (!Object.keys(this.jobs).length) + { + return; + } + + // fast forward iteration index + this.index = this.size; + + // abort jobs + abort(this); + + // send back results we have so far + async(callback)(null, this.results); +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/package.json" new file mode 100644 index 0000000..9e63432 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/package.json" @@ -0,0 +1,91 @@ +{ + "_from": "asynckit@^0.4.0", + "_id": "asynckit@0.4.0", + "_inBundle": false, + "_integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "_location": "/asynckit", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "asynckit@^0.4.0", + "name": "asynckit", + "escapedName": "asynckit", + "rawSpec": "^0.4.0", + "saveSpec": null, + "fetchSpec": "^0.4.0" + }, + "_requiredBy": [ + "/form-data" + ], + "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "_shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79", + "_spec": "asynckit@^0.4.0", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc框架整改\\node_modules\\form-data", + "author": { + "name": "Alex Indigo", + "email": "iam@alexindigo.com" + }, + "bugs": { + "url": "https://github.com/alexindigo/asynckit/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "Minimal async jobs utility library, with streams support", + "devDependencies": { + "browserify": "^13.0.0", + "browserify-istanbul": "^2.0.0", + "coveralls": "^2.11.9", + "eslint": "^2.9.0", + "istanbul": "^0.4.3", + "obake": "^0.1.2", + "phantomjs-prebuilt": "^2.1.7", + "pre-commit": "^1.1.3", + "reamde": "^1.1.0", + "rimraf": "^2.5.2", + "size-table": "^0.2.0", + "tap-spec": "^4.1.1", + "tape": "^4.5.1" + }, + "homepage": "https://github.com/alexindigo/asynckit#readme", + "keywords": [ + "async", + "jobs", + "parallel", + "serial", + "iterator", + "array", + "object", + "stream", + "destroy", + "terminate", + "abort" + ], + "license": "MIT", + "main": "index.js", + "name": "asynckit", + "pre-commit": [ + "clean", + "lint", + "test", + "browser", + "report", + "size" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/alexindigo/asynckit.git" + }, + "scripts": { + "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec", + "clean": "rimraf coverage", + "debug": "tape test/test-*.js", + "lint": "eslint *.js lib/*.js test/*.js", + "report": "istanbul report", + "size": "browserify index.js | size-table asynckit", + "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec", + "win-test": "tape test/test-*.js" + }, + "version": "0.4.0" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/parallel.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/parallel.js" new file mode 100644 index 0000000..3c50344 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/parallel.js" @@ -0,0 +1,43 @@ +var iterate = require('./lib/iterate.js') + , initState = require('./lib/state.js') + , terminator = require('./lib/terminator.js') + ; + +// Public API +module.exports = parallel; + +/** + * Runs iterator over provided array elements in parallel + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {function} - jobs terminator + */ +function parallel(list, iterator, callback) +{ + var state = initState(list); + + while (state.index < (state['keyedList'] || list).length) + { + iterate(list, iterator, state, function(error, result) + { + if (error) + { + callback(error, result); + return; + } + + // looks like it's the last one + if (Object.keys(state.jobs).length === 0) + { + callback(null, state.results); + return; + } + }); + + state.index++; + } + + return terminator.bind(state, callback); +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/serial.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/serial.js" new file mode 100644 index 0000000..6cd949a --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/serial.js" @@ -0,0 +1,17 @@ +var serialOrdered = require('./serialOrdered.js'); + +// Public API +module.exports = serial; + +/** + * Runs iterator over provided array elements in series + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {function} - jobs terminator + */ +function serial(list, iterator, callback) +{ + return serialOrdered(list, iterator, null, callback); +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/serialOrdered.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/serialOrdered.js" new file mode 100644 index 0000000..607eafe --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/serialOrdered.js" @@ -0,0 +1,75 @@ +var iterate = require('./lib/iterate.js') + , initState = require('./lib/state.js') + , terminator = require('./lib/terminator.js') + ; + +// Public API +module.exports = serialOrdered; +// sorting helpers +module.exports.ascending = ascending; +module.exports.descending = descending; + +/** + * Runs iterator over provided sorted array elements in series + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} sortMethod - custom sort function + * @param {function} callback - invoked when all elements processed + * @returns {function} - jobs terminator + */ +function serialOrdered(list, iterator, sortMethod, callback) +{ + var state = initState(list, sortMethod); + + iterate(list, iterator, state, function iteratorHandler(error, result) + { + if (error) + { + callback(error, result); + return; + } + + state.index++; + + // are we there yet? + if (state.index < (state['keyedList'] || list).length) + { + iterate(list, iterator, state, iteratorHandler); + return; + } + + // done here + callback(null, state.results); + }); + + return terminator.bind(state, callback); +} + +/* + * -- Sort methods + */ + +/** + * sort helper to sort array elements in ascending order + * + * @param {mixed} a - an item to compare + * @param {mixed} b - an item to compare + * @returns {number} - comparison result + */ +function ascending(a, b) +{ + return a < b ? -1 : a > b ? 1 : 0; +} + +/** + * sort helper to sort array elements in descending order + * + * @param {mixed} a - an item to compare + * @param {mixed} b - an item to compare + * @returns {number} - comparison result + */ +function descending(a, b) +{ + return -1 * ascending(a, b); +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/stream.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/stream.js" new file mode 100644 index 0000000..d43465f --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/asynckit/stream.js" @@ -0,0 +1,21 @@ +var inherits = require('util').inherits + , Readable = require('stream').Readable + , ReadableAsyncKit = require('./lib/readable_asynckit.js') + , ReadableParallel = require('./lib/readable_parallel.js') + , ReadableSerial = require('./lib/readable_serial.js') + , ReadableSerialOrdered = require('./lib/readable_serial_ordered.js') + ; + +// API +module.exports = +{ + parallel : ReadableParallel, + serial : ReadableSerial, + serialOrdered : ReadableSerialOrdered, +}; + +inherits(ReadableAsyncKit, Readable); + +inherits(ReadableParallel, ReadableAsyncKit); +inherits(ReadableSerial, ReadableAsyncKit); +inherits(ReadableSerialOrdered, ReadableAsyncKit); diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/LICENSE" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/LICENSE" new file mode 100644 index 0000000..a4a9aee --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/LICENSE" @@ -0,0 +1,55 @@ +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of this License; and + +You must cause any modified files to carry prominent notices stating that You changed the files; and + +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/README.md" new file mode 100644 index 0000000..763564e --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/README.md" @@ -0,0 +1,4 @@ +aws-sign +======== + +AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/index.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/index.js" new file mode 100644 index 0000000..fb35f6d --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/index.js" @@ -0,0 +1,212 @@ + +/*! + * Copyright 2010 LearnBoost + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Module dependencies. + */ + +var crypto = require('crypto') + , parse = require('url').parse + ; + +/** + * Valid keys. + */ + +var keys = + [ 'acl' + , 'location' + , 'logging' + , 'notification' + , 'partNumber' + , 'policy' + , 'requestPayment' + , 'torrent' + , 'uploadId' + , 'uploads' + , 'versionId' + , 'versioning' + , 'versions' + , 'website' + ] + +/** + * Return an "Authorization" header value with the given `options` + * in the form of "AWS :" + * + * @param {Object} options + * @return {String} + * @api private + */ + +function authorization (options) { + return 'AWS ' + options.key + ':' + sign(options) +} + +module.exports = authorization +module.exports.authorization = authorization + +/** + * Simple HMAC-SHA1 Wrapper + * + * @param {Object} options + * @return {String} + * @api private + */ + +function hmacSha1 (options) { + return crypto.createHmac('sha1', options.secret).update(options.message).digest('base64') +} + +module.exports.hmacSha1 = hmacSha1 + +/** + * Create a base64 sha1 HMAC for `options`. + * + * @param {Object} options + * @return {String} + * @api private + */ + +function sign (options) { + options.message = stringToSign(options) + return hmacSha1(options) +} +module.exports.sign = sign + +/** + * Create a base64 sha1 HMAC for `options`. + * + * Specifically to be used with S3 presigned URLs + * + * @param {Object} options + * @return {String} + * @api private + */ + +function signQuery (options) { + options.message = queryStringToSign(options) + return hmacSha1(options) +} +module.exports.signQuery= signQuery + +/** + * Return a string for sign() with the given `options`. + * + * Spec: + * + * \n + * \n + * \n + * \n + * [headers\n] + * + * + * @param {Object} options + * @return {String} + * @api private + */ + +function stringToSign (options) { + var headers = options.amazonHeaders || '' + if (headers) headers += '\n' + var r = + [ options.verb + , options.md5 + , options.contentType + , options.date ? options.date.toUTCString() : '' + , headers + options.resource + ] + return r.join('\n') +} +module.exports.stringToSign = stringToSign + +/** + * Return a string for sign() with the given `options`, but is meant exclusively + * for S3 presigned URLs + * + * Spec: + * + * \n + * + * + * @param {Object} options + * @return {String} + * @api private + */ + +function queryStringToSign (options){ + return 'GET\n\n\n' + options.date + '\n' + options.resource +} +module.exports.queryStringToSign = queryStringToSign + +/** + * Perform the following: + * + * - ignore non-amazon headers + * - lowercase fields + * - sort lexicographically + * - trim whitespace between ":" + * - join with newline + * + * @param {Object} headers + * @return {String} + * @api private + */ + +function canonicalizeHeaders (headers) { + var buf = [] + , fields = Object.keys(headers) + ; + for (var i = 0, len = fields.length; i < len; ++i) { + var field = fields[i] + , val = headers[field] + , field = field.toLowerCase() + ; + if (0 !== field.indexOf('x-amz')) continue + buf.push(field + ':' + val) + } + return buf.sort().join('\n') +} +module.exports.canonicalizeHeaders = canonicalizeHeaders + +/** + * Perform the following: + * + * - ignore non sub-resources + * - sort lexicographically + * + * @param {String} resource + * @return {String} + * @api private + */ + +function canonicalizeResource (resource) { + var url = parse(resource, true) + , path = url.pathname + , buf = [] + ; + + Object.keys(url.query).forEach(function(key){ + if (!~keys.indexOf(key)) return + var val = '' == url.query[key] ? '' : '=' + encodeURIComponent(url.query[key]) + buf.push(key + val) + }) + + return path + (buf.length ? '?' + buf.sort().join('&') : '') +} +module.exports.canonicalizeResource = canonicalizeResource diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/package.json" new file mode 100644 index 0000000..6173add --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws-sign2/package.json" @@ -0,0 +1,50 @@ +{ + "_from": "aws-sign2@~0.7.0", + "_id": "aws-sign2@0.7.0", + "_inBundle": false, + "_integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "_location": "/aws-sign2", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "aws-sign2@~0.7.0", + "name": "aws-sign2", + "escapedName": "aws-sign2", + "rawSpec": "~0.7.0", + "saveSpec": null, + "fetchSpec": "~0.7.0" + }, + "_requiredBy": [ + "/request" + ], + "_resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "_shasum": "b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8", + "_spec": "aws-sign2@~0.7.0", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc框架整改\\node_modules\\request", + "author": { + "name": "Mikeal Rogers", + "email": "mikeal.rogers@gmail.com", + "url": "http://www.futurealoof.com" + }, + "bugs": { + "url": "https://github.com/mikeal/aws-sign/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.", + "devDependencies": {}, + "engines": { + "node": "*" + }, + "homepage": "https://github.com/mikeal/aws-sign#readme", + "license": "Apache-2.0", + "main": "index.js", + "name": "aws-sign2", + "optionalDependencies": {}, + "repository": { + "url": "git+https://github.com/mikeal/aws-sign.git" + }, + "version": "0.7.0" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/.github/FUNDING.yml" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/.github/FUNDING.yml" new file mode 100644 index 0000000..b7fdd97 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/.github/FUNDING.yml" @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: mhart diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/.travis.yml" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/.travis.yml" new file mode 100644 index 0000000..178bf31 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/.travis.yml" @@ -0,0 +1,9 @@ +language: node_js +node_js: + - "0.10" + - "0.12" + - "4" + - "6" + - "8" + - "10" + - "12" diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/LICENSE" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/LICENSE" new file mode 100644 index 0000000..4f321e5 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/LICENSE" @@ -0,0 +1,19 @@ +Copyright 2013 Michael Hart (michael.hart.au@gmail.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/README.md" new file mode 100644 index 0000000..7202e45 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/README.md" @@ -0,0 +1,183 @@ +aws4 +---- + +[![Build Status](https://api.travis-ci.org/mhart/aws4.png?branch=master)](https://travis-ci.org/github/mhart/aws4) + +A small utility to sign vanilla Node.js http(s) request options using Amazon's +[AWS Signature Version 4](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). + +If you want to sign and send AWS requests in a modern browser, or an environment like [Cloudflare Workers](https://developers.cloudflare.com/workers/), then check out [aws4fetch](https://github.com/mhart/aws4fetch) – otherwise you can also bundle this library for use [in older browsers](./browser). + +The only AWS service that *doesn't* support v4 as of 2020-05-22 is +[SimpleDB](https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API.html) +(it only supports [AWS Signature Version 2](https://github.com/mhart/aws2)). + +It also provides defaults for a number of core AWS headers and +request parameters, making it very easy to query AWS services, or +build out a fully-featured AWS library. + +Example +------- + +```javascript +var https = require('https') +var aws4 = require('aws4') + +// to illustrate usage, we'll create a utility function to request and pipe to stdout +function request(opts) { https.request(opts, function(res) { res.pipe(process.stdout) }).end(opts.body || '') } + +// aws4 will sign an options object as you'd pass to http.request, with an AWS service and region +var opts = { host: 'my-bucket.s3.us-west-1.amazonaws.com', path: '/my-object', service: 's3', region: 'us-west-1' } + +// aws4.sign() will sign and modify these options, ready to pass to http.request +aws4.sign(opts, { accessKeyId: '', secretAccessKey: '' }) + +// or it can get credentials from process.env.AWS_ACCESS_KEY_ID, etc +aws4.sign(opts) + +// for most AWS services, aws4 can figure out the service and region if you pass a host +opts = { host: 'my-bucket.s3.us-west-1.amazonaws.com', path: '/my-object' } + +// usually it will add/modify request headers, but you can also sign the query: +opts = { host: 'my-bucket.s3.amazonaws.com', path: '/?X-Amz-Expires=12345', signQuery: true } + +// and for services with simple hosts, aws4 can infer the host from service and region: +opts = { service: 'sqs', region: 'us-east-1', path: '/?Action=ListQueues' } + +// and if you're using us-east-1, it's the default: +opts = { service: 'sqs', path: '/?Action=ListQueues' } + +aws4.sign(opts) +console.log(opts) +/* +{ + host: 'sqs.us-east-1.amazonaws.com', + path: '/?Action=ListQueues', + headers: { + Host: 'sqs.us-east-1.amazonaws.com', + 'X-Amz-Date': '20121226T061030Z', + Authorization: 'AWS4-HMAC-SHA256 Credential=ABCDEF/20121226/us-east-1/sqs/aws4_request, ...' + } +} +*/ + +// we can now use this to query AWS +request(opts) +/* + + +... +*/ + +// aws4 can infer the HTTP method if a body is passed in +// method will be POST and Content-Type: 'application/x-www-form-urlencoded; charset=utf-8' +request(aws4.sign({ service: 'iam', body: 'Action=ListGroups&Version=2010-05-08' })) +/* + +... +*/ + +// you can specify any custom option or header as per usual +request(aws4.sign({ + service: 'dynamodb', + region: 'ap-southeast-2', + method: 'POST', + path: '/', + headers: { + 'Content-Type': 'application/x-amz-json-1.0', + 'X-Amz-Target': 'DynamoDB_20120810.ListTables' + }, + body: '{}' +})) +/* +{"TableNames":[]} +... +*/ + +// The raw RequestSigner can be used to generate CodeCommit Git passwords +var signer = new aws4.RequestSigner({ + service: 'codecommit', + host: 'git-codecommit.us-east-1.amazonaws.com', + method: 'GIT', + path: '/v1/repos/MyAwesomeRepo', +}) +var password = signer.getDateTime() + 'Z' + signer.signature() + +// see example.js for examples with other services +``` + +API +--- + +### aws4.sign(requestOptions, [credentials]) + +Calculates and populates any necessary AWS headers and/or request +options on `requestOptions`. Returns `requestOptions` as a convenience for chaining. + +`requestOptions` is an object holding the same options that the Node.js +[http.request](https://nodejs.org/docs/latest/api/http.html#http_http_request_options_callback) +function takes. + +The following properties of `requestOptions` are used in the signing or +populated if they don't already exist: + +- `hostname` or `host` (will try to be determined from `service` and `region` if not given) +- `method` (will use `'GET'` if not given or `'POST'` if there is a `body`) +- `path` (will use `'/'` if not given) +- `body` (will use `''` if not given) +- `service` (will try to be calculated from `hostname` or `host` if not given) +- `region` (will try to be calculated from `hostname` or `host` or use `'us-east-1'` if not given) +- `signQuery` (to sign the query instead of adding an `Authorization` header, defaults to false) +- `headers['Host']` (will use `hostname` or `host` or be calculated if not given) +- `headers['Content-Type']` (will use `'application/x-www-form-urlencoded; charset=utf-8'` + if not given and there is a `body`) +- `headers['Date']` (used to calculate the signature date if given, otherwise `new Date` is used) + +Your AWS credentials (which can be found in your +[AWS console](https://portal.aws.amazon.com/gp/aws/securityCredentials)) +can be specified in one of two ways: + +- As the second argument, like this: + +```javascript +aws4.sign(requestOptions, { + secretAccessKey: "", + accessKeyId: "", + sessionToken: "" +}) +``` + +- From `process.env`, such as this: + +``` +export AWS_ACCESS_KEY_ID="" +export AWS_SECRET_ACCESS_KEY="" +export AWS_SESSION_TOKEN="" +``` + +(will also use `AWS_ACCESS_KEY` and `AWS_SECRET_KEY` if available) + +The `sessionToken` property and `AWS_SESSION_TOKEN` environment variable are optional for signing +with [IAM STS temporary credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html). + +Installation +------------ + +With [npm](https://www.npmjs.com/) do: + +``` +npm install aws4 +``` + +Can also be used [in the browser](./browser). + +Thanks +------ + +Thanks to [@jed](https://github.com/jed) for his +[dynamo-client](https://github.com/jed/dynamo-client) lib where I first +committed and subsequently extracted this code. + +Also thanks to the +[official Node.js AWS SDK](https://github.com/aws/aws-sdk-js) for giving +me a start on implementing the v4 signature. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/aws4.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/aws4.js" new file mode 100644 index 0000000..b99b319 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/aws4.js" @@ -0,0 +1,373 @@ +var aws4 = exports, + url = require('url'), + querystring = require('querystring'), + crypto = require('crypto'), + lru = require('./lru'), + credentialsCache = lru(1000) + +// http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.html + +function hmac(key, string, encoding) { + return crypto.createHmac('sha256', key).update(string, 'utf8').digest(encoding) +} + +function hash(string, encoding) { + return crypto.createHash('sha256').update(string, 'utf8').digest(encoding) +} + +// This function assumes the string has already been percent encoded +function encodeRfc3986(urlEncodedString) { + return urlEncodedString.replace(/[!'()*]/g, function(c) { + return '%' + c.charCodeAt(0).toString(16).toUpperCase() + }) +} + +function encodeRfc3986Full(str) { + return encodeRfc3986(encodeURIComponent(str)) +} + +// A bit of a combination of: +// https://github.com/aws/aws-sdk-java-v2/blob/dc695de6ab49ad03934e1b02e7263abbd2354be0/core/auth/src/main/java/software/amazon/awssdk/auth/signer/internal/AbstractAws4Signer.java#L59 +// https://github.com/aws/aws-sdk-js/blob/18cb7e5b463b46239f9fdd4a65e2ff8c81831e8f/lib/signers/v4.js#L191-L199 +// https://github.com/mhart/aws4fetch/blob/b3aed16b6f17384cf36ea33bcba3c1e9f3bdfefd/src/main.js#L25-L34 +var HEADERS_TO_IGNORE = { + 'authorization': true, + 'connection': true, + 'x-amzn-trace-id': true, + 'user-agent': true, + 'expect': true, + 'presigned-expires': true, + 'range': true, +} + +// request: { path | body, [host], [method], [headers], [service], [region] } +// credentials: { accessKeyId, secretAccessKey, [sessionToken] } +function RequestSigner(request, credentials) { + + if (typeof request === 'string') request = url.parse(request) + + var headers = request.headers = (request.headers || {}), + hostParts = (!this.service || !this.region) && this.matchHost(request.hostname || request.host || headers.Host || headers.host) + + this.request = request + this.credentials = credentials || this.defaultCredentials() + + this.service = request.service || hostParts[0] || '' + this.region = request.region || hostParts[1] || 'us-east-1' + + // SES uses a different domain from the service name + if (this.service === 'email') this.service = 'ses' + + if (!request.method && request.body) + request.method = 'POST' + + if (!headers.Host && !headers.host) { + headers.Host = request.hostname || request.host || this.createHost() + + // If a port is specified explicitly, use it as is + if (request.port) + headers.Host += ':' + request.port + } + if (!request.hostname && !request.host) + request.hostname = headers.Host || headers.host + + this.isCodeCommitGit = this.service === 'codecommit' && request.method === 'GIT' +} + +RequestSigner.prototype.matchHost = function(host) { + var match = (host || '').match(/([^\.]+)\.(?:([^\.]*)\.)?amazonaws\.com(\.cn)?$/) + var hostParts = (match || []).slice(1, 3) + + // ES's hostParts are sometimes the other way round, if the value that is expected + // to be region equals ‘es’ switch them back + // e.g. search-cluster-name-aaaa00aaaa0aaa0aaaaaaa0aaa.us-east-1.es.amazonaws.com + if (hostParts[1] === 'es') + hostParts = hostParts.reverse() + + if (hostParts[1] == 's3') { + hostParts[0] = 's3' + hostParts[1] = 'us-east-1' + } else { + for (var i = 0; i < 2; i++) { + if (/^s3-/.test(hostParts[i])) { + hostParts[1] = hostParts[i].slice(3) + hostParts[0] = 's3' + break + } + } + } + + return hostParts +} + +// http://docs.aws.amazon.com/general/latest/gr/rande.html +RequestSigner.prototype.isSingleRegion = function() { + // Special case for S3 and SimpleDB in us-east-1 + if (['s3', 'sdb'].indexOf(this.service) >= 0 && this.region === 'us-east-1') return true + + return ['cloudfront', 'ls', 'route53', 'iam', 'importexport', 'sts'] + .indexOf(this.service) >= 0 +} + +RequestSigner.prototype.createHost = function() { + var region = this.isSingleRegion() ? '' : '.' + this.region, + subdomain = this.service === 'ses' ? 'email' : this.service + return subdomain + region + '.amazonaws.com' +} + +RequestSigner.prototype.prepareRequest = function() { + this.parsePath() + + var request = this.request, headers = request.headers, query + + if (request.signQuery) { + + this.parsedPath.query = query = this.parsedPath.query || {} + + if (this.credentials.sessionToken) + query['X-Amz-Security-Token'] = this.credentials.sessionToken + + if (this.service === 's3' && !query['X-Amz-Expires']) + query['X-Amz-Expires'] = 86400 + + if (query['X-Amz-Date']) + this.datetime = query['X-Amz-Date'] + else + query['X-Amz-Date'] = this.getDateTime() + + query['X-Amz-Algorithm'] = 'AWS4-HMAC-SHA256' + query['X-Amz-Credential'] = this.credentials.accessKeyId + '/' + this.credentialString() + query['X-Amz-SignedHeaders'] = this.signedHeaders() + + } else { + + if (!request.doNotModifyHeaders && !this.isCodeCommitGit) { + if (request.body && !headers['Content-Type'] && !headers['content-type']) + headers['Content-Type'] = 'application/x-www-form-urlencoded; charset=utf-8' + + if (request.body && !headers['Content-Length'] && !headers['content-length']) + headers['Content-Length'] = Buffer.byteLength(request.body) + + if (this.credentials.sessionToken && !headers['X-Amz-Security-Token'] && !headers['x-amz-security-token']) + headers['X-Amz-Security-Token'] = this.credentials.sessionToken + + if (this.service === 's3' && !headers['X-Amz-Content-Sha256'] && !headers['x-amz-content-sha256']) + headers['X-Amz-Content-Sha256'] = hash(this.request.body || '', 'hex') + + if (headers['X-Amz-Date'] || headers['x-amz-date']) + this.datetime = headers['X-Amz-Date'] || headers['x-amz-date'] + else + headers['X-Amz-Date'] = this.getDateTime() + } + + delete headers.Authorization + delete headers.authorization + } +} + +RequestSigner.prototype.sign = function() { + if (!this.parsedPath) this.prepareRequest() + + if (this.request.signQuery) { + this.parsedPath.query['X-Amz-Signature'] = this.signature() + } else { + this.request.headers.Authorization = this.authHeader() + } + + this.request.path = this.formatPath() + + return this.request +} + +RequestSigner.prototype.getDateTime = function() { + if (!this.datetime) { + var headers = this.request.headers, + date = new Date(headers.Date || headers.date || new Date) + + this.datetime = date.toISOString().replace(/[:\-]|\.\d{3}/g, '') + + // Remove the trailing 'Z' on the timestamp string for CodeCommit git access + if (this.isCodeCommitGit) this.datetime = this.datetime.slice(0, -1) + } + return this.datetime +} + +RequestSigner.prototype.getDate = function() { + return this.getDateTime().substr(0, 8) +} + +RequestSigner.prototype.authHeader = function() { + return [ + 'AWS4-HMAC-SHA256 Credential=' + this.credentials.accessKeyId + '/' + this.credentialString(), + 'SignedHeaders=' + this.signedHeaders(), + 'Signature=' + this.signature(), + ].join(', ') +} + +RequestSigner.prototype.signature = function() { + var date = this.getDate(), + cacheKey = [this.credentials.secretAccessKey, date, this.region, this.service].join(), + kDate, kRegion, kService, kCredentials = credentialsCache.get(cacheKey) + if (!kCredentials) { + kDate = hmac('AWS4' + this.credentials.secretAccessKey, date) + kRegion = hmac(kDate, this.region) + kService = hmac(kRegion, this.service) + kCredentials = hmac(kService, 'aws4_request') + credentialsCache.set(cacheKey, kCredentials) + } + return hmac(kCredentials, this.stringToSign(), 'hex') +} + +RequestSigner.prototype.stringToSign = function() { + return [ + 'AWS4-HMAC-SHA256', + this.getDateTime(), + this.credentialString(), + hash(this.canonicalString(), 'hex'), + ].join('\n') +} + +RequestSigner.prototype.canonicalString = function() { + if (!this.parsedPath) this.prepareRequest() + + var pathStr = this.parsedPath.path, + query = this.parsedPath.query, + headers = this.request.headers, + queryStr = '', + normalizePath = this.service !== 's3', + decodePath = this.service === 's3' || this.request.doNotEncodePath, + decodeSlashesInPath = this.service === 's3', + firstValOnly = this.service === 's3', + bodyHash + + if (this.service === 's3' && this.request.signQuery) { + bodyHash = 'UNSIGNED-PAYLOAD' + } else if (this.isCodeCommitGit) { + bodyHash = '' + } else { + bodyHash = headers['X-Amz-Content-Sha256'] || headers['x-amz-content-sha256'] || + hash(this.request.body || '', 'hex') + } + + if (query) { + var reducedQuery = Object.keys(query).reduce(function(obj, key) { + if (!key) return obj + obj[encodeRfc3986Full(key)] = !Array.isArray(query[key]) ? query[key] : + (firstValOnly ? query[key][0] : query[key]) + return obj + }, {}) + var encodedQueryPieces = [] + Object.keys(reducedQuery).sort().forEach(function(key) { + if (!Array.isArray(reducedQuery[key])) { + encodedQueryPieces.push(key + '=' + encodeRfc3986Full(reducedQuery[key])) + } else { + reducedQuery[key].map(encodeRfc3986Full).sort() + .forEach(function(val) { encodedQueryPieces.push(key + '=' + val) }) + } + }) + queryStr = encodedQueryPieces.join('&') + } + if (pathStr !== '/') { + if (normalizePath) pathStr = pathStr.replace(/\/{2,}/g, '/') + pathStr = pathStr.split('/').reduce(function(path, piece) { + if (normalizePath && piece === '..') { + path.pop() + } else if (!normalizePath || piece !== '.') { + if (decodePath) piece = decodeURIComponent(piece.replace(/\+/g, ' ')) + path.push(encodeRfc3986Full(piece)) + } + return path + }, []).join('/') + if (pathStr[0] !== '/') pathStr = '/' + pathStr + if (decodeSlashesInPath) pathStr = pathStr.replace(/%2F/g, '/') + } + + return [ + this.request.method || 'GET', + pathStr, + queryStr, + this.canonicalHeaders() + '\n', + this.signedHeaders(), + bodyHash, + ].join('\n') +} + +RequestSigner.prototype.canonicalHeaders = function() { + var headers = this.request.headers + function trimAll(header) { + return header.toString().trim().replace(/\s+/g, ' ') + } + return Object.keys(headers) + .filter(function(key) { return HEADERS_TO_IGNORE[key.toLowerCase()] == null }) + .sort(function(a, b) { return a.toLowerCase() < b.toLowerCase() ? -1 : 1 }) + .map(function(key) { return key.toLowerCase() + ':' + trimAll(headers[key]) }) + .join('\n') +} + +RequestSigner.prototype.signedHeaders = function() { + return Object.keys(this.request.headers) + .map(function(key) { return key.toLowerCase() }) + .filter(function(key) { return HEADERS_TO_IGNORE[key] == null }) + .sort() + .join(';') +} + +RequestSigner.prototype.credentialString = function() { + return [ + this.getDate(), + this.region, + this.service, + 'aws4_request', + ].join('/') +} + +RequestSigner.prototype.defaultCredentials = function() { + var env = process.env + return { + accessKeyId: env.AWS_ACCESS_KEY_ID || env.AWS_ACCESS_KEY, + secretAccessKey: env.AWS_SECRET_ACCESS_KEY || env.AWS_SECRET_KEY, + sessionToken: env.AWS_SESSION_TOKEN, + } +} + +RequestSigner.prototype.parsePath = function() { + var path = this.request.path || '/' + + // S3 doesn't always encode characters > 127 correctly and + // all services don't encode characters > 255 correctly + // So if there are non-reserved chars (and it's not already all % encoded), just encode them all + if (/[^0-9A-Za-z;,/?:@&=+$\-_.!~*'()#%]/.test(path)) { + path = encodeURI(decodeURI(path)) + } + + var queryIx = path.indexOf('?'), + query = null + + if (queryIx >= 0) { + query = querystring.parse(path.slice(queryIx + 1)) + path = path.slice(0, queryIx) + } + + this.parsedPath = { + path: path, + query: query, + } +} + +RequestSigner.prototype.formatPath = function() { + var path = this.parsedPath.path, + query = this.parsedPath.query + + if (!query) return path + + // Services don't support empty query string keys + if (query[''] != null) delete query[''] + + return path + '?' + encodeRfc3986(querystring.stringify(query)) +} + +aws4.RequestSigner = RequestSigner + +aws4.sign = function(request, credentials) { + return new RequestSigner(request, credentials).sign() +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/lru.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/lru.js" new file mode 100644 index 0000000..333f66a --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/lru.js" @@ -0,0 +1,96 @@ +module.exports = function(size) { + return new LruCache(size) +} + +function LruCache(size) { + this.capacity = size | 0 + this.map = Object.create(null) + this.list = new DoublyLinkedList() +} + +LruCache.prototype.get = function(key) { + var node = this.map[key] + if (node == null) return undefined + this.used(node) + return node.val +} + +LruCache.prototype.set = function(key, val) { + var node = this.map[key] + if (node != null) { + node.val = val + } else { + if (!this.capacity) this.prune() + if (!this.capacity) return false + node = new DoublyLinkedNode(key, val) + this.map[key] = node + this.capacity-- + } + this.used(node) + return true +} + +LruCache.prototype.used = function(node) { + this.list.moveToFront(node) +} + +LruCache.prototype.prune = function() { + var node = this.list.pop() + if (node != null) { + delete this.map[node.key] + this.capacity++ + } +} + + +function DoublyLinkedList() { + this.firstNode = null + this.lastNode = null +} + +DoublyLinkedList.prototype.moveToFront = function(node) { + if (this.firstNode == node) return + + this.remove(node) + + if (this.firstNode == null) { + this.firstNode = node + this.lastNode = node + node.prev = null + node.next = null + } else { + node.prev = null + node.next = this.firstNode + node.next.prev = node + this.firstNode = node + } +} + +DoublyLinkedList.prototype.pop = function() { + var lastNode = this.lastNode + if (lastNode != null) { + this.remove(lastNode) + } + return lastNode +} + +DoublyLinkedList.prototype.remove = function(node) { + if (this.firstNode == node) { + this.firstNode = node.next + } else if (node.prev != null) { + node.prev.next = node.next + } + if (this.lastNode == node) { + this.lastNode = node.prev + } else if (node.next != null) { + node.next.prev = node.prev + } +} + + +function DoublyLinkedNode(key, val) { + this.key = key + this.val = val + this.prev = null + this.next = null +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/package.json" new file mode 100644 index 0000000..a015ec2 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/aws4/package.json" @@ -0,0 +1,53 @@ +{ + "_from": "aws4@^1.8.0", + "_id": "aws4@1.11.0", + "_inBundle": false, + "_integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==", + "_location": "/aws4", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "aws4@^1.8.0", + "name": "aws4", + "escapedName": "aws4", + "rawSpec": "^1.8.0", + "saveSpec": null, + "fetchSpec": "^1.8.0" + }, + "_requiredBy": [ + "/request" + ], + "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", + "_shasum": "d61f46d83b2519250e2784daf5b09479a8b41c59", + "_spec": "aws4@^1.8.0", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc框架整改\\node_modules\\request", + "author": { + "name": "Michael Hart", + "email": "michael.hart.au@gmail.com", + "url": "https://github.com/mhart" + }, + "bugs": { + "url": "https://github.com/mhart/aws4/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "Signs and prepares requests using AWS Signature Version 4", + "devDependencies": { + "mocha": "^2.5.3", + "should": "^8.4.0" + }, + "homepage": "https://github.com/mhart/aws4#readme", + "license": "MIT", + "main": "aws4.js", + "name": "aws4", + "repository": { + "type": "git", + "url": "git+https://github.com/mhart/aws4.git" + }, + "scripts": { + "integration": "node ./test/slow.js", + "test": "mocha ./test/fast.js -R list" + }, + "version": "1.11.0" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/CONTRIBUTING.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/CONTRIBUTING.md" new file mode 100644 index 0000000..401d34e --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/CONTRIBUTING.md" @@ -0,0 +1,13 @@ +# Contributing + +This repository uses [cr.joyent.us](https://cr.joyent.us) (Gerrit) for new +changes. Anyone can submit changes. To get started, see the [cr.joyent.us user +guide](https://github.com/joyent/joyent-gerrit/blob/master/docs/user/README.md). +This repo does not use GitHub pull requests. + +See the [Joyent Engineering +Guidelines](https://github.com/joyent/eng/blob/master/docs/index.md) for general +best practices expected in this repository. + +If you're changing something non-trivial or user-facing, you may want to submit +an issue first. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/LICENSE" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/LICENSE" new file mode 100644 index 0000000..fc58d2a --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/LICENSE" @@ -0,0 +1,66 @@ +The Blowfish portions are under the following license: + +Blowfish block cipher for OpenBSD +Copyright 1997 Niels Provos +All rights reserved. + +Implementation advice by David Mazieres . + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +The bcrypt_pbkdf portions are under the following license: + +Copyright (c) 2013 Ted Unangst + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +Performance improvements (Javascript-specific): + +Copyright 2016, Joyent Inc +Author: Alex Wilson + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/README.md" new file mode 100644 index 0000000..7551f33 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/README.md" @@ -0,0 +1,45 @@ +Port of the OpenBSD `bcrypt_pbkdf` function to pure Javascript. `npm`-ified +version of [Devi Mandiri's port](https://github.com/devi/tmp/blob/master/js/bcrypt_pbkdf.js), +with some minor performance improvements. The code is copied verbatim (and +un-styled) from Devi's work. + +This product includes software developed by Niels Provos. + +## API + +### `bcrypt_pbkdf.pbkdf(pass, passlen, salt, saltlen, key, keylen, rounds)` + +Derive a cryptographic key of arbitrary length from a given password and salt, +using the OpenBSD `bcrypt_pbkdf` function. This is a combination of Blowfish and +SHA-512. + +See [this article](http://www.tedunangst.com/flak/post/bcrypt-pbkdf) for +further information. + +Parameters: + + * `pass`, a Uint8Array of length `passlen` + * `passlen`, an integer Number + * `salt`, a Uint8Array of length `saltlen` + * `saltlen`, an integer Number + * `key`, a Uint8Array of length `keylen`, will be filled with output + * `keylen`, an integer Number + * `rounds`, an integer Number, number of rounds of the PBKDF to run + +### `bcrypt_pbkdf.hash(sha2pass, sha2salt, out)` + +Calculate a Blowfish hash, given SHA2-512 output of a password and salt. Used as +part of the inner round function in the PBKDF. + +Parameters: + + * `sha2pass`, a Uint8Array of length 64 + * `sha2salt`, a Uint8Array of length 64 + * `out`, a Uint8Array of length 32, will be filled with output + +## License + +This source form is a 1:1 port from the OpenBSD `blowfish.c` and `bcrypt_pbkdf.c`. +As a result, it retains the original copyright and license. The two files are +under slightly different (but compatible) licenses, and are here combined in +one file. For each of the full license texts see `LICENSE`. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/index.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/index.js" new file mode 100644 index 0000000..b1b5ad4 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/index.js" @@ -0,0 +1,556 @@ +'use strict'; + +var crypto_hash_sha512 = require('tweetnacl').lowlevel.crypto_hash; + +/* + * This file is a 1:1 port from the OpenBSD blowfish.c and bcrypt_pbkdf.c. As a + * result, it retains the original copyright and license. The two files are + * under slightly different (but compatible) licenses, and are here combined in + * one file. + * + * Credit for the actual porting work goes to: + * Devi Mandiri + */ + +/* + * The Blowfish portions are under the following license: + * + * Blowfish block cipher for OpenBSD + * Copyright 1997 Niels Provos + * All rights reserved. + * + * Implementation advice by David Mazieres . + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +/* + * The bcrypt_pbkdf portions are under the following license: + * + * Copyright (c) 2013 Ted Unangst + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * Performance improvements (Javascript-specific): + * + * Copyright 2016, Joyent Inc + * Author: Alex Wilson + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +// Ported from OpenBSD bcrypt_pbkdf.c v1.9 + +var BLF_J = 0; + +var Blowfish = function() { + this.S = [ + new Uint32Array([ + 0xd1310ba6, 0x98dfb5ac, 0x2ffd72db, 0xd01adfb7, + 0xb8e1afed, 0x6a267e96, 0xba7c9045, 0xf12c7f99, + 0x24a19947, 0xb3916cf7, 0x0801f2e2, 0x858efc16, + 0x636920d8, 0x71574e69, 0xa458fea3, 0xf4933d7e, + 0x0d95748f, 0x728eb658, 0x718bcd58, 0x82154aee, + 0x7b54a41d, 0xc25a59b5, 0x9c30d539, 0x2af26013, + 0xc5d1b023, 0x286085f0, 0xca417918, 0xb8db38ef, + 0x8e79dcb0, 0x603a180e, 0x6c9e0e8b, 0xb01e8a3e, + 0xd71577c1, 0xbd314b27, 0x78af2fda, 0x55605c60, + 0xe65525f3, 0xaa55ab94, 0x57489862, 0x63e81440, + 0x55ca396a, 0x2aab10b6, 0xb4cc5c34, 0x1141e8ce, + 0xa15486af, 0x7c72e993, 0xb3ee1411, 0x636fbc2a, + 0x2ba9c55d, 0x741831f6, 0xce5c3e16, 0x9b87931e, + 0xafd6ba33, 0x6c24cf5c, 0x7a325381, 0x28958677, + 0x3b8f4898, 0x6b4bb9af, 0xc4bfe81b, 0x66282193, + 0x61d809cc, 0xfb21a991, 0x487cac60, 0x5dec8032, + 0xef845d5d, 0xe98575b1, 0xdc262302, 0xeb651b88, + 0x23893e81, 0xd396acc5, 0x0f6d6ff3, 0x83f44239, + 0x2e0b4482, 0xa4842004, 0x69c8f04a, 0x9e1f9b5e, + 0x21c66842, 0xf6e96c9a, 0x670c9c61, 0xabd388f0, + 0x6a51a0d2, 0xd8542f68, 0x960fa728, 0xab5133a3, + 0x6eef0b6c, 0x137a3be4, 0xba3bf050, 0x7efb2a98, + 0xa1f1651d, 0x39af0176, 0x66ca593e, 0x82430e88, + 0x8cee8619, 0x456f9fb4, 0x7d84a5c3, 0x3b8b5ebe, + 0xe06f75d8, 0x85c12073, 0x401a449f, 0x56c16aa6, + 0x4ed3aa62, 0x363f7706, 0x1bfedf72, 0x429b023d, + 0x37d0d724, 0xd00a1248, 0xdb0fead3, 0x49f1c09b, + 0x075372c9, 0x80991b7b, 0x25d479d8, 0xf6e8def7, + 0xe3fe501a, 0xb6794c3b, 0x976ce0bd, 0x04c006ba, + 0xc1a94fb6, 0x409f60c4, 0x5e5c9ec2, 0x196a2463, + 0x68fb6faf, 0x3e6c53b5, 0x1339b2eb, 0x3b52ec6f, + 0x6dfc511f, 0x9b30952c, 0xcc814544, 0xaf5ebd09, + 0xbee3d004, 0xde334afd, 0x660f2807, 0x192e4bb3, + 0xc0cba857, 0x45c8740f, 0xd20b5f39, 0xb9d3fbdb, + 0x5579c0bd, 0x1a60320a, 0xd6a100c6, 0x402c7279, + 0x679f25fe, 0xfb1fa3cc, 0x8ea5e9f8, 0xdb3222f8, + 0x3c7516df, 0xfd616b15, 0x2f501ec8, 0xad0552ab, + 0x323db5fa, 0xfd238760, 0x53317b48, 0x3e00df82, + 0x9e5c57bb, 0xca6f8ca0, 0x1a87562e, 0xdf1769db, + 0xd542a8f6, 0x287effc3, 0xac6732c6, 0x8c4f5573, + 0x695b27b0, 0xbbca58c8, 0xe1ffa35d, 0xb8f011a0, + 0x10fa3d98, 0xfd2183b8, 0x4afcb56c, 0x2dd1d35b, + 0x9a53e479, 0xb6f84565, 0xd28e49bc, 0x4bfb9790, + 0xe1ddf2da, 0xa4cb7e33, 0x62fb1341, 0xcee4c6e8, + 0xef20cada, 0x36774c01, 0xd07e9efe, 0x2bf11fb4, + 0x95dbda4d, 0xae909198, 0xeaad8e71, 0x6b93d5a0, + 0xd08ed1d0, 0xafc725e0, 0x8e3c5b2f, 0x8e7594b7, + 0x8ff6e2fb, 0xf2122b64, 0x8888b812, 0x900df01c, + 0x4fad5ea0, 0x688fc31c, 0xd1cff191, 0xb3a8c1ad, + 0x2f2f2218, 0xbe0e1777, 0xea752dfe, 0x8b021fa1, + 0xe5a0cc0f, 0xb56f74e8, 0x18acf3d6, 0xce89e299, + 0xb4a84fe0, 0xfd13e0b7, 0x7cc43b81, 0xd2ada8d9, + 0x165fa266, 0x80957705, 0x93cc7314, 0x211a1477, + 0xe6ad2065, 0x77b5fa86, 0xc75442f5, 0xfb9d35cf, + 0xebcdaf0c, 0x7b3e89a0, 0xd6411bd3, 0xae1e7e49, + 0x00250e2d, 0x2071b35e, 0x226800bb, 0x57b8e0af, + 0x2464369b, 0xf009b91e, 0x5563911d, 0x59dfa6aa, + 0x78c14389, 0xd95a537f, 0x207d5ba2, 0x02e5b9c5, + 0x83260376, 0x6295cfa9, 0x11c81968, 0x4e734a41, + 0xb3472dca, 0x7b14a94a, 0x1b510052, 0x9a532915, + 0xd60f573f, 0xbc9bc6e4, 0x2b60a476, 0x81e67400, + 0x08ba6fb5, 0x571be91f, 0xf296ec6b, 0x2a0dd915, + 0xb6636521, 0xe7b9f9b6, 0xff34052e, 0xc5855664, + 0x53b02d5d, 0xa99f8fa1, 0x08ba4799, 0x6e85076a]), + new Uint32Array([ + 0x4b7a70e9, 0xb5b32944, 0xdb75092e, 0xc4192623, + 0xad6ea6b0, 0x49a7df7d, 0x9cee60b8, 0x8fedb266, + 0xecaa8c71, 0x699a17ff, 0x5664526c, 0xc2b19ee1, + 0x193602a5, 0x75094c29, 0xa0591340, 0xe4183a3e, + 0x3f54989a, 0x5b429d65, 0x6b8fe4d6, 0x99f73fd6, + 0xa1d29c07, 0xefe830f5, 0x4d2d38e6, 0xf0255dc1, + 0x4cdd2086, 0x8470eb26, 0x6382e9c6, 0x021ecc5e, + 0x09686b3f, 0x3ebaefc9, 0x3c971814, 0x6b6a70a1, + 0x687f3584, 0x52a0e286, 0xb79c5305, 0xaa500737, + 0x3e07841c, 0x7fdeae5c, 0x8e7d44ec, 0x5716f2b8, + 0xb03ada37, 0xf0500c0d, 0xf01c1f04, 0x0200b3ff, + 0xae0cf51a, 0x3cb574b2, 0x25837a58, 0xdc0921bd, + 0xd19113f9, 0x7ca92ff6, 0x94324773, 0x22f54701, + 0x3ae5e581, 0x37c2dadc, 0xc8b57634, 0x9af3dda7, + 0xa9446146, 0x0fd0030e, 0xecc8c73e, 0xa4751e41, + 0xe238cd99, 0x3bea0e2f, 0x3280bba1, 0x183eb331, + 0x4e548b38, 0x4f6db908, 0x6f420d03, 0xf60a04bf, + 0x2cb81290, 0x24977c79, 0x5679b072, 0xbcaf89af, + 0xde9a771f, 0xd9930810, 0xb38bae12, 0xdccf3f2e, + 0x5512721f, 0x2e6b7124, 0x501adde6, 0x9f84cd87, + 0x7a584718, 0x7408da17, 0xbc9f9abc, 0xe94b7d8c, + 0xec7aec3a, 0xdb851dfa, 0x63094366, 0xc464c3d2, + 0xef1c1847, 0x3215d908, 0xdd433b37, 0x24c2ba16, + 0x12a14d43, 0x2a65c451, 0x50940002, 0x133ae4dd, + 0x71dff89e, 0x10314e55, 0x81ac77d6, 0x5f11199b, + 0x043556f1, 0xd7a3c76b, 0x3c11183b, 0x5924a509, + 0xf28fe6ed, 0x97f1fbfa, 0x9ebabf2c, 0x1e153c6e, + 0x86e34570, 0xeae96fb1, 0x860e5e0a, 0x5a3e2ab3, + 0x771fe71c, 0x4e3d06fa, 0x2965dcb9, 0x99e71d0f, + 0x803e89d6, 0x5266c825, 0x2e4cc978, 0x9c10b36a, + 0xc6150eba, 0x94e2ea78, 0xa5fc3c53, 0x1e0a2df4, + 0xf2f74ea7, 0x361d2b3d, 0x1939260f, 0x19c27960, + 0x5223a708, 0xf71312b6, 0xebadfe6e, 0xeac31f66, + 0xe3bc4595, 0xa67bc883, 0xb17f37d1, 0x018cff28, + 0xc332ddef, 0xbe6c5aa5, 0x65582185, 0x68ab9802, + 0xeecea50f, 0xdb2f953b, 0x2aef7dad, 0x5b6e2f84, + 0x1521b628, 0x29076170, 0xecdd4775, 0x619f1510, + 0x13cca830, 0xeb61bd96, 0x0334fe1e, 0xaa0363cf, + 0xb5735c90, 0x4c70a239, 0xd59e9e0b, 0xcbaade14, + 0xeecc86bc, 0x60622ca7, 0x9cab5cab, 0xb2f3846e, + 0x648b1eaf, 0x19bdf0ca, 0xa02369b9, 0x655abb50, + 0x40685a32, 0x3c2ab4b3, 0x319ee9d5, 0xc021b8f7, + 0x9b540b19, 0x875fa099, 0x95f7997e, 0x623d7da8, + 0xf837889a, 0x97e32d77, 0x11ed935f, 0x16681281, + 0x0e358829, 0xc7e61fd6, 0x96dedfa1, 0x7858ba99, + 0x57f584a5, 0x1b227263, 0x9b83c3ff, 0x1ac24696, + 0xcdb30aeb, 0x532e3054, 0x8fd948e4, 0x6dbc3128, + 0x58ebf2ef, 0x34c6ffea, 0xfe28ed61, 0xee7c3c73, + 0x5d4a14d9, 0xe864b7e3, 0x42105d14, 0x203e13e0, + 0x45eee2b6, 0xa3aaabea, 0xdb6c4f15, 0xfacb4fd0, + 0xc742f442, 0xef6abbb5, 0x654f3b1d, 0x41cd2105, + 0xd81e799e, 0x86854dc7, 0xe44b476a, 0x3d816250, + 0xcf62a1f2, 0x5b8d2646, 0xfc8883a0, 0xc1c7b6a3, + 0x7f1524c3, 0x69cb7492, 0x47848a0b, 0x5692b285, + 0x095bbf00, 0xad19489d, 0x1462b174, 0x23820e00, + 0x58428d2a, 0x0c55f5ea, 0x1dadf43e, 0x233f7061, + 0x3372f092, 0x8d937e41, 0xd65fecf1, 0x6c223bdb, + 0x7cde3759, 0xcbee7460, 0x4085f2a7, 0xce77326e, + 0xa6078084, 0x19f8509e, 0xe8efd855, 0x61d99735, + 0xa969a7aa, 0xc50c06c2, 0x5a04abfc, 0x800bcadc, + 0x9e447a2e, 0xc3453484, 0xfdd56705, 0x0e1e9ec9, + 0xdb73dbd3, 0x105588cd, 0x675fda79, 0xe3674340, + 0xc5c43465, 0x713e38d8, 0x3d28f89e, 0xf16dff20, + 0x153e21e7, 0x8fb03d4a, 0xe6e39f2b, 0xdb83adf7]), + new Uint32Array([ + 0xe93d5a68, 0x948140f7, 0xf64c261c, 0x94692934, + 0x411520f7, 0x7602d4f7, 0xbcf46b2e, 0xd4a20068, + 0xd4082471, 0x3320f46a, 0x43b7d4b7, 0x500061af, + 0x1e39f62e, 0x97244546, 0x14214f74, 0xbf8b8840, + 0x4d95fc1d, 0x96b591af, 0x70f4ddd3, 0x66a02f45, + 0xbfbc09ec, 0x03bd9785, 0x7fac6dd0, 0x31cb8504, + 0x96eb27b3, 0x55fd3941, 0xda2547e6, 0xabca0a9a, + 0x28507825, 0x530429f4, 0x0a2c86da, 0xe9b66dfb, + 0x68dc1462, 0xd7486900, 0x680ec0a4, 0x27a18dee, + 0x4f3ffea2, 0xe887ad8c, 0xb58ce006, 0x7af4d6b6, + 0xaace1e7c, 0xd3375fec, 0xce78a399, 0x406b2a42, + 0x20fe9e35, 0xd9f385b9, 0xee39d7ab, 0x3b124e8b, + 0x1dc9faf7, 0x4b6d1856, 0x26a36631, 0xeae397b2, + 0x3a6efa74, 0xdd5b4332, 0x6841e7f7, 0xca7820fb, + 0xfb0af54e, 0xd8feb397, 0x454056ac, 0xba489527, + 0x55533a3a, 0x20838d87, 0xfe6ba9b7, 0xd096954b, + 0x55a867bc, 0xa1159a58, 0xcca92963, 0x99e1db33, + 0xa62a4a56, 0x3f3125f9, 0x5ef47e1c, 0x9029317c, + 0xfdf8e802, 0x04272f70, 0x80bb155c, 0x05282ce3, + 0x95c11548, 0xe4c66d22, 0x48c1133f, 0xc70f86dc, + 0x07f9c9ee, 0x41041f0f, 0x404779a4, 0x5d886e17, + 0x325f51eb, 0xd59bc0d1, 0xf2bcc18f, 0x41113564, + 0x257b7834, 0x602a9c60, 0xdff8e8a3, 0x1f636c1b, + 0x0e12b4c2, 0x02e1329e, 0xaf664fd1, 0xcad18115, + 0x6b2395e0, 0x333e92e1, 0x3b240b62, 0xeebeb922, + 0x85b2a20e, 0xe6ba0d99, 0xde720c8c, 0x2da2f728, + 0xd0127845, 0x95b794fd, 0x647d0862, 0xe7ccf5f0, + 0x5449a36f, 0x877d48fa, 0xc39dfd27, 0xf33e8d1e, + 0x0a476341, 0x992eff74, 0x3a6f6eab, 0xf4f8fd37, + 0xa812dc60, 0xa1ebddf8, 0x991be14c, 0xdb6e6b0d, + 0xc67b5510, 0x6d672c37, 0x2765d43b, 0xdcd0e804, + 0xf1290dc7, 0xcc00ffa3, 0xb5390f92, 0x690fed0b, + 0x667b9ffb, 0xcedb7d9c, 0xa091cf0b, 0xd9155ea3, + 0xbb132f88, 0x515bad24, 0x7b9479bf, 0x763bd6eb, + 0x37392eb3, 0xcc115979, 0x8026e297, 0xf42e312d, + 0x6842ada7, 0xc66a2b3b, 0x12754ccc, 0x782ef11c, + 0x6a124237, 0xb79251e7, 0x06a1bbe6, 0x4bfb6350, + 0x1a6b1018, 0x11caedfa, 0x3d25bdd8, 0xe2e1c3c9, + 0x44421659, 0x0a121386, 0xd90cec6e, 0xd5abea2a, + 0x64af674e, 0xda86a85f, 0xbebfe988, 0x64e4c3fe, + 0x9dbc8057, 0xf0f7c086, 0x60787bf8, 0x6003604d, + 0xd1fd8346, 0xf6381fb0, 0x7745ae04, 0xd736fccc, + 0x83426b33, 0xf01eab71, 0xb0804187, 0x3c005e5f, + 0x77a057be, 0xbde8ae24, 0x55464299, 0xbf582e61, + 0x4e58f48f, 0xf2ddfda2, 0xf474ef38, 0x8789bdc2, + 0x5366f9c3, 0xc8b38e74, 0xb475f255, 0x46fcd9b9, + 0x7aeb2661, 0x8b1ddf84, 0x846a0e79, 0x915f95e2, + 0x466e598e, 0x20b45770, 0x8cd55591, 0xc902de4c, + 0xb90bace1, 0xbb8205d0, 0x11a86248, 0x7574a99e, + 0xb77f19b6, 0xe0a9dc09, 0x662d09a1, 0xc4324633, + 0xe85a1f02, 0x09f0be8c, 0x4a99a025, 0x1d6efe10, + 0x1ab93d1d, 0x0ba5a4df, 0xa186f20f, 0x2868f169, + 0xdcb7da83, 0x573906fe, 0xa1e2ce9b, 0x4fcd7f52, + 0x50115e01, 0xa70683fa, 0xa002b5c4, 0x0de6d027, + 0x9af88c27, 0x773f8641, 0xc3604c06, 0x61a806b5, + 0xf0177a28, 0xc0f586e0, 0x006058aa, 0x30dc7d62, + 0x11e69ed7, 0x2338ea63, 0x53c2dd94, 0xc2c21634, + 0xbbcbee56, 0x90bcb6de, 0xebfc7da1, 0xce591d76, + 0x6f05e409, 0x4b7c0188, 0x39720a3d, 0x7c927c24, + 0x86e3725f, 0x724d9db9, 0x1ac15bb4, 0xd39eb8fc, + 0xed545578, 0x08fca5b5, 0xd83d7cd3, 0x4dad0fc4, + 0x1e50ef5e, 0xb161e6f8, 0xa28514d9, 0x6c51133c, + 0x6fd5c7e7, 0x56e14ec4, 0x362abfce, 0xddc6c837, + 0xd79a3234, 0x92638212, 0x670efa8e, 0x406000e0]), + new Uint32Array([ + 0x3a39ce37, 0xd3faf5cf, 0xabc27737, 0x5ac52d1b, + 0x5cb0679e, 0x4fa33742, 0xd3822740, 0x99bc9bbe, + 0xd5118e9d, 0xbf0f7315, 0xd62d1c7e, 0xc700c47b, + 0xb78c1b6b, 0x21a19045, 0xb26eb1be, 0x6a366eb4, + 0x5748ab2f, 0xbc946e79, 0xc6a376d2, 0x6549c2c8, + 0x530ff8ee, 0x468dde7d, 0xd5730a1d, 0x4cd04dc6, + 0x2939bbdb, 0xa9ba4650, 0xac9526e8, 0xbe5ee304, + 0xa1fad5f0, 0x6a2d519a, 0x63ef8ce2, 0x9a86ee22, + 0xc089c2b8, 0x43242ef6, 0xa51e03aa, 0x9cf2d0a4, + 0x83c061ba, 0x9be96a4d, 0x8fe51550, 0xba645bd6, + 0x2826a2f9, 0xa73a3ae1, 0x4ba99586, 0xef5562e9, + 0xc72fefd3, 0xf752f7da, 0x3f046f69, 0x77fa0a59, + 0x80e4a915, 0x87b08601, 0x9b09e6ad, 0x3b3ee593, + 0xe990fd5a, 0x9e34d797, 0x2cf0b7d9, 0x022b8b51, + 0x96d5ac3a, 0x017da67d, 0xd1cf3ed6, 0x7c7d2d28, + 0x1f9f25cf, 0xadf2b89b, 0x5ad6b472, 0x5a88f54c, + 0xe029ac71, 0xe019a5e6, 0x47b0acfd, 0xed93fa9b, + 0xe8d3c48d, 0x283b57cc, 0xf8d56629, 0x79132e28, + 0x785f0191, 0xed756055, 0xf7960e44, 0xe3d35e8c, + 0x15056dd4, 0x88f46dba, 0x03a16125, 0x0564f0bd, + 0xc3eb9e15, 0x3c9057a2, 0x97271aec, 0xa93a072a, + 0x1b3f6d9b, 0x1e6321f5, 0xf59c66fb, 0x26dcf319, + 0x7533d928, 0xb155fdf5, 0x03563482, 0x8aba3cbb, + 0x28517711, 0xc20ad9f8, 0xabcc5167, 0xccad925f, + 0x4de81751, 0x3830dc8e, 0x379d5862, 0x9320f991, + 0xea7a90c2, 0xfb3e7bce, 0x5121ce64, 0x774fbe32, + 0xa8b6e37e, 0xc3293d46, 0x48de5369, 0x6413e680, + 0xa2ae0810, 0xdd6db224, 0x69852dfd, 0x09072166, + 0xb39a460a, 0x6445c0dd, 0x586cdecf, 0x1c20c8ae, + 0x5bbef7dd, 0x1b588d40, 0xccd2017f, 0x6bb4e3bb, + 0xdda26a7e, 0x3a59ff45, 0x3e350a44, 0xbcb4cdd5, + 0x72eacea8, 0xfa6484bb, 0x8d6612ae, 0xbf3c6f47, + 0xd29be463, 0x542f5d9e, 0xaec2771b, 0xf64e6370, + 0x740e0d8d, 0xe75b1357, 0xf8721671, 0xaf537d5d, + 0x4040cb08, 0x4eb4e2cc, 0x34d2466a, 0x0115af84, + 0xe1b00428, 0x95983a1d, 0x06b89fb4, 0xce6ea048, + 0x6f3f3b82, 0x3520ab82, 0x011a1d4b, 0x277227f8, + 0x611560b1, 0xe7933fdc, 0xbb3a792b, 0x344525bd, + 0xa08839e1, 0x51ce794b, 0x2f32c9b7, 0xa01fbac9, + 0xe01cc87e, 0xbcc7d1f6, 0xcf0111c3, 0xa1e8aac7, + 0x1a908749, 0xd44fbd9a, 0xd0dadecb, 0xd50ada38, + 0x0339c32a, 0xc6913667, 0x8df9317c, 0xe0b12b4f, + 0xf79e59b7, 0x43f5bb3a, 0xf2d519ff, 0x27d9459c, + 0xbf97222c, 0x15e6fc2a, 0x0f91fc71, 0x9b941525, + 0xfae59361, 0xceb69ceb, 0xc2a86459, 0x12baa8d1, + 0xb6c1075e, 0xe3056a0c, 0x10d25065, 0xcb03a442, + 0xe0ec6e0e, 0x1698db3b, 0x4c98a0be, 0x3278e964, + 0x9f1f9532, 0xe0d392df, 0xd3a0342b, 0x8971f21e, + 0x1b0a7441, 0x4ba3348c, 0xc5be7120, 0xc37632d8, + 0xdf359f8d, 0x9b992f2e, 0xe60b6f47, 0x0fe3f11d, + 0xe54cda54, 0x1edad891, 0xce6279cf, 0xcd3e7e6f, + 0x1618b166, 0xfd2c1d05, 0x848fd2c5, 0xf6fb2299, + 0xf523f357, 0xa6327623, 0x93a83531, 0x56cccd02, + 0xacf08162, 0x5a75ebb5, 0x6e163697, 0x88d273cc, + 0xde966292, 0x81b949d0, 0x4c50901b, 0x71c65614, + 0xe6c6c7bd, 0x327a140a, 0x45e1d006, 0xc3f27b9a, + 0xc9aa53fd, 0x62a80f00, 0xbb25bfe2, 0x35bdd2f6, + 0x71126905, 0xb2040222, 0xb6cbcf7c, 0xcd769c2b, + 0x53113ec0, 0x1640e3d3, 0x38abbd60, 0x2547adf0, + 0xba38209c, 0xf746ce76, 0x77afa1c5, 0x20756060, + 0x85cbfe4e, 0x8ae88dd8, 0x7aaaf9b0, 0x4cf9aa7e, + 0x1948c25c, 0x02fb8a8c, 0x01c36ae4, 0xd6ebe1f9, + 0x90d4f869, 0xa65cdea0, 0x3f09252d, 0xc208e69f, + 0xb74e6132, 0xce77e25b, 0x578fdfe3, 0x3ac372e6]) + ]; + this.P = new Uint32Array([ + 0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344, + 0xa4093822, 0x299f31d0, 0x082efa98, 0xec4e6c89, + 0x452821e6, 0x38d01377, 0xbe5466cf, 0x34e90c6c, + 0xc0ac29b7, 0xc97c50dd, 0x3f84d5b5, 0xb5470917, + 0x9216d5d9, 0x8979fb1b]); +}; + +function F(S, x8, i) { + return (((S[0][x8[i+3]] + + S[1][x8[i+2]]) ^ + S[2][x8[i+1]]) + + S[3][x8[i]]); +}; + +Blowfish.prototype.encipher = function(x, x8) { + if (x8 === undefined) { + x8 = new Uint8Array(x.buffer); + if (x.byteOffset !== 0) + x8 = x8.subarray(x.byteOffset); + } + x[0] ^= this.P[0]; + for (var i = 1; i < 16; i += 2) { + x[1] ^= F(this.S, x8, 0) ^ this.P[i]; + x[0] ^= F(this.S, x8, 4) ^ this.P[i+1]; + } + var t = x[0]; + x[0] = x[1] ^ this.P[17]; + x[1] = t; +}; + +Blowfish.prototype.decipher = function(x) { + var x8 = new Uint8Array(x.buffer); + if (x.byteOffset !== 0) + x8 = x8.subarray(x.byteOffset); + x[0] ^= this.P[17]; + for (var i = 16; i > 0; i -= 2) { + x[1] ^= F(this.S, x8, 0) ^ this.P[i]; + x[0] ^= F(this.S, x8, 4) ^ this.P[i-1]; + } + var t = x[0]; + x[0] = x[1] ^ this.P[0]; + x[1] = t; +}; + +function stream2word(data, databytes){ + var i, temp = 0; + for (i = 0; i < 4; i++, BLF_J++) { + if (BLF_J >= databytes) BLF_J = 0; + temp = (temp << 8) | data[BLF_J]; + } + return temp; +}; + +Blowfish.prototype.expand0state = function(key, keybytes) { + var d = new Uint32Array(2), i, k; + var d8 = new Uint8Array(d.buffer); + + for (i = 0, BLF_J = 0; i < 18; i++) { + this.P[i] ^= stream2word(key, keybytes); + } + BLF_J = 0; + + for (i = 0; i < 18; i += 2) { + this.encipher(d, d8); + this.P[i] = d[0]; + this.P[i+1] = d[1]; + } + + for (i = 0; i < 4; i++) { + for (k = 0; k < 256; k += 2) { + this.encipher(d, d8); + this.S[i][k] = d[0]; + this.S[i][k+1] = d[1]; + } + } +}; + +Blowfish.prototype.expandstate = function(data, databytes, key, keybytes) { + var d = new Uint32Array(2), i, k; + + for (i = 0, BLF_J = 0; i < 18; i++) { + this.P[i] ^= stream2word(key, keybytes); + } + + for (i = 0, BLF_J = 0; i < 18; i += 2) { + d[0] ^= stream2word(data, databytes); + d[1] ^= stream2word(data, databytes); + this.encipher(d); + this.P[i] = d[0]; + this.P[i+1] = d[1]; + } + + for (i = 0; i < 4; i++) { + for (k = 0; k < 256; k += 2) { + d[0] ^= stream2word(data, databytes); + d[1] ^= stream2word(data, databytes); + this.encipher(d); + this.S[i][k] = d[0]; + this.S[i][k+1] = d[1]; + } + } + BLF_J = 0; +}; + +Blowfish.prototype.enc = function(data, blocks) { + for (var i = 0; i < blocks; i++) { + this.encipher(data.subarray(i*2)); + } +}; + +Blowfish.prototype.dec = function(data, blocks) { + for (var i = 0; i < blocks; i++) { + this.decipher(data.subarray(i*2)); + } +}; + +var BCRYPT_BLOCKS = 8, + BCRYPT_HASHSIZE = 32; + +function bcrypt_hash(sha2pass, sha2salt, out) { + var state = new Blowfish(), + cdata = new Uint32Array(BCRYPT_BLOCKS), i, + ciphertext = new Uint8Array([79,120,121,99,104,114,111,109,97,116,105, + 99,66,108,111,119,102,105,115,104,83,119,97,116,68,121,110,97,109, + 105,116,101]); //"OxychromaticBlowfishSwatDynamite" + + state.expandstate(sha2salt, 64, sha2pass, 64); + for (i = 0; i < 64; i++) { + state.expand0state(sha2salt, 64); + state.expand0state(sha2pass, 64); + } + + for (i = 0; i < BCRYPT_BLOCKS; i++) + cdata[i] = stream2word(ciphertext, ciphertext.byteLength); + for (i = 0; i < 64; i++) + state.enc(cdata, cdata.byteLength / 8); + + for (i = 0; i < BCRYPT_BLOCKS; i++) { + out[4*i+3] = cdata[i] >>> 24; + out[4*i+2] = cdata[i] >>> 16; + out[4*i+1] = cdata[i] >>> 8; + out[4*i+0] = cdata[i]; + } +}; + +function bcrypt_pbkdf(pass, passlen, salt, saltlen, key, keylen, rounds) { + var sha2pass = new Uint8Array(64), + sha2salt = new Uint8Array(64), + out = new Uint8Array(BCRYPT_HASHSIZE), + tmpout = new Uint8Array(BCRYPT_HASHSIZE), + countsalt = new Uint8Array(saltlen+4), + i, j, amt, stride, dest, count, + origkeylen = keylen; + + if (rounds < 1) + return -1; + if (passlen === 0 || saltlen === 0 || keylen === 0 || + keylen > (out.byteLength * out.byteLength) || saltlen > (1<<20)) + return -1; + + stride = Math.floor((keylen + out.byteLength - 1) / out.byteLength); + amt = Math.floor((keylen + stride - 1) / stride); + + for (i = 0; i < saltlen; i++) + countsalt[i] = salt[i]; + + crypto_hash_sha512(sha2pass, pass, passlen); + + for (count = 1; keylen > 0; count++) { + countsalt[saltlen+0] = count >>> 24; + countsalt[saltlen+1] = count >>> 16; + countsalt[saltlen+2] = count >>> 8; + countsalt[saltlen+3] = count; + + crypto_hash_sha512(sha2salt, countsalt, saltlen + 4); + bcrypt_hash(sha2pass, sha2salt, tmpout); + for (i = out.byteLength; i--;) + out[i] = tmpout[i]; + + for (i = 1; i < rounds; i++) { + crypto_hash_sha512(sha2salt, tmpout, tmpout.byteLength); + bcrypt_hash(sha2pass, sha2salt, tmpout); + for (j = 0; j < out.byteLength; j++) + out[j] ^= tmpout[j]; + } + + amt = Math.min(amt, keylen); + for (i = 0; i < amt; i++) { + dest = i * stride + (count - 1); + if (dest >= origkeylen) + break; + key[dest] = out[i]; + } + keylen -= i; + } + + return 0; +}; + +module.exports = { + BLOCKS: BCRYPT_BLOCKS, + HASHSIZE: BCRYPT_HASHSIZE, + hash: bcrypt_hash, + pbkdf: bcrypt_pbkdf +}; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/package.json" new file mode 100644 index 0000000..b7c7c4f --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bcrypt-pbkdf/package.json" @@ -0,0 +1,44 @@ +{ + "_from": "bcrypt-pbkdf@^1.0.0", + "_id": "bcrypt-pbkdf@1.0.2", + "_inBundle": false, + "_integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "_location": "/bcrypt-pbkdf", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "bcrypt-pbkdf@^1.0.0", + "name": "bcrypt-pbkdf", + "escapedName": "bcrypt-pbkdf", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/sshpk" + ], + "_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "_shasum": "a4301d389b6a43f9b67ff3ca11a3f6637e360e9e", + "_spec": "bcrypt-pbkdf@^1.0.0", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc框架整改\\node_modules\\sshpk", + "bugs": { + "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues" + }, + "bundleDependencies": false, + "dependencies": { + "tweetnacl": "^0.14.3" + }, + "deprecated": false, + "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS", + "devDependencies": {}, + "homepage": "https://github.com/joyent/node-bcrypt-pbkdf#readme", + "license": "BSD-3-Clause", + "main": "index.js", + "name": "bcrypt-pbkdf", + "repository": { + "type": "git", + "url": "git://github.com/joyent/node-bcrypt-pbkdf.git" + }, + "version": "1.0.2" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/CHANGELOG.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/CHANGELOG.md" new file mode 100644 index 0000000..e3ec980 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/CHANGELOG.md" @@ -0,0 +1,266 @@ +#### 9.0.0 +* 27/05/2019 +* For compatibility with legacy browsers, remove `Symbol` references. + +#### 8.1.1 +* 24/02/2019 +* [BUGFIX] #222 Restore missing `var` to `export BigNumber`. +* Allow any key in BigNumber.Instance in *bignumber.d.ts*. + +#### 8.1.0 +* 23/02/2019 +* [NEW FEATURE] #220 Create a BigNumber using `{s, e, c}`. +* [NEW FEATURE] `isBigNumber`: if `BigNumber.DEBUG` is `true`, also check that the BigNumber instance is well-formed. +* Remove `instanceof` checks; just use `_isBigNumber` to identify a BigNumber instance. +* Add `_isBigNumber` to prototype in *bignumber.mjs*. +* Add tests for BigNumber creation from object. +* Update *API.html*. + +#### 8.0.2 +* 13/01/2019 +* #209 `toPrecision` without argument should follow `toString`. +* Improve *Use* section of *README*. +* Optimise `toString(10)`. +* Add verson number to API doc. + +#### 8.0.1 +* 01/11/2018 +* Rest parameter must be array type in *bignumber.d.ts*. + +#### 8.0.0 +* 01/11/2018 +* [NEW FEATURE] Add `BigNumber.sum` method. +* [NEW FEATURE]`toFormat`: add `prefix` and `suffix` options. +* [NEW FEATURE] #178 Pass custom formatting to `toFormat`. +* [BREAKING CHANGE] #184 `toFraction`: return array of BigNumbers not strings. +* [NEW FEATURE] #185 Enable overwrite of `valueOf` to prevent accidental addition to string. +* #183 Add Node.js `crypto` requirement to documentation. +* [BREAKING CHANGE] #198 Disallow signs and whitespace in custom alphabet. +* [NEW FEATURE] #188 Implement `util.inspect.custom` for Node.js REPL. +* #170 Make `isBigNumber` a type guard in *bignumber.d.ts*. +* [BREAKING CHANGE] `BigNumber.min` and `BigNumber.max`: don't accept an array. +* Update *.travis.yml*. +* Remove *bower.json*. + +#### 7.2.1 +* 24/05/2018 +* Add `browser` field to *package.json*. + +#### 7.2.0 +* 22/05/2018 +* #166 Correct *.mjs* file. Remove extension from `main` field in *package.json*. + +#### 7.1.0 +* 18/05/2018 +* Add `module` field to *package.json* for *bignumber.mjs*. + +#### 7.0.2 +* 17/05/2018 +* #165 Bugfix: upper-case letters for bases 11-36 in a custom alphabet. +* Add note to *README* regarding creating BigNumbers from Number values. + +#### 7.0.1 +* 26/04/2018 +* #158 Fix global object variable name typo. + +#### 7.0.0 +* 26/04/2018 +* #143 Remove global BigNumber from typings. +* #144 Enable compatibility with `Object.freeze(Object.prototype)`. +* #148 #123 #11 Only throw on a number primitive with more than 15 significant digits if `BigNumber.DEBUG` is `true`. +* Only throw on an invalid BigNumber value if `BigNumber.DEBUG` is `true`. Return BigNumber `NaN` instead. +* #154 `exponentiatedBy`: allow BigNumber exponent. +* #156 Prevent Content Security Policy *unsafe-eval* issue. +* `toFraction`: allow `Infinity` maximum denominator. +* Comment-out some excess tests to reduce test time. +* Amend indentation and other spacing. + +#### 6.0.0 +* 26/01/2018 +* #137 Implement `APLHABET` configuration option. +* Remove `ERRORS` configuration option. +* Remove `toDigits` method; extend `precision` method accordingly. +* Remove s`round` method; extend `decimalPlaces` method accordingly. +* Remove methods: `ceil`, `floor`, and `truncated`. +* Remove method aliases: `add`, `cmp`, `isInt`, `isNeg`, `trunc`, `mul`, `neg` and `sub`. +* Rename methods: `shift` to `shiftedBy`, `another` to `clone`, `toPower` to `exponentiatedBy`, and `equals` to `isEqualTo`. +* Rename methods: add `is` prefix to `greaterThan`, `greaterThanOrEqualTo`, `lessThan` and `lessThanOrEqualTo`. +* Add methods: `multipliedBy`, `isBigNumber`, `isPositive`, `integerValue`, `maximum` and `minimum`. +* Refactor test suite. +* Add *CHANGELOG.md*. +* Rewrite *bignumber.d.ts*. +* Redo API image. + +#### 5.0.0 +* 27/11/2017 +* #81 Don't throw on constructor call without `new`. + +#### 4.1.0 +* 26/09/2017 +* Remove node 0.6 from *.travis.yml*. +* Add *bignumber.mjs*. + +#### 4.0.4 +* 03/09/2017 +* Add missing aliases to *bignumber.d.ts*. + +#### 4.0.3 +* 30/08/2017 +* Add types: *bignumber.d.ts*. + +#### 4.0.2 +* 03/05/2017 +* #120 Workaround Safari/Webkit bug. + +#### 4.0.1 +* 05/04/2017 +* #121 BigNumber.default to BigNumber['default']. + +#### 4.0.0 +* 09/01/2017 +* Replace BigNumber.isBigNumber method with isBigNumber prototype property. + +#### 3.1.2 +* 08/01/2017 +* Minor documentation edit. + +#### 3.1.1 +* 08/01/2017 +* Uncomment `isBigNumber` tests. +* Ignore dot files. + +#### 3.1.0 +* 08/01/2017 +* Add `isBigNumber` method. + +#### 3.0.2 +* 08/01/2017 +* Bugfix: Possible incorrect value of `ERRORS` after a `BigNumber.another` call (due to `parseNumeric` declaration in outer scope). + +#### 3.0.1 +* 23/11/2016 +* Apply fix for old ipads with `%` issue, see #57 and #102. +* Correct error message. + +#### 3.0.0 +* 09/11/2016 +* Remove `require('crypto')` - leave it to the user. +* Add `BigNumber.set` as `BigNumber.config` alias. +* Default `POW_PRECISION` to `0`. + +#### 2.4.0 +* 14/07/2016 +* #97 Add exports to support ES6 imports. + +#### 2.3.0 +* 07/03/2016 +* #86 Add modulus parameter to `toPower`. + +#### 2.2.0 +* 03/03/2016 +* #91 Permit larger JS integers. + +#### 2.1.4 +* 15/12/2015 +* Correct UMD. + +#### 2.1.3 +* 13/12/2015 +* Refactor re global object and crypto availability when bundling. + +#### 2.1.2 +* 10/12/2015 +* Bugfix: `window.crypto` not assigned to `crypto`. + +#### 2.1.1 +* 09/12/2015 +* Prevent code bundler from adding `crypto` shim. + +#### 2.1.0 +* 26/10/2015 +* For `valueOf` and `toJSON`, include the minus sign with negative zero. + +#### 2.0.8 +* 2/10/2015 +* Internal round function bugfix. + +#### 2.0.6 +* 31/03/2015 +* Add bower.json. Tweak division after in-depth review. + +#### 2.0.5 +* 25/03/2015 +* Amend README. Remove bitcoin address. + +#### 2.0.4 +* 25/03/2015 +* Critical bugfix #58: division. + +#### 2.0.3 +* 18/02/2015 +* Amend README. Add source map. + +#### 2.0.2 +* 18/02/2015 +* Correct links. + +#### 2.0.1 +* 18/02/2015 +* Add `max`, `min`, `precision`, `random`, `shiftedBy`, `toDigits` and `truncated` methods. +* Add the short-forms: `add`, `mul`, `sd`, `sub` and `trunc`. +* Add an `another` method to enable multiple independent constructors to be created. +* Add support for the base 2, 8 and 16 prefixes `0b`, `0o` and `0x`. +* Enable a rounding mode to be specified as a second parameter to `toExponential`, `toFixed`, `toFormat` and `toPrecision`. +* Add a `CRYPTO` configuration property so cryptographically-secure pseudo-random number generation can be specified. +* Add a `MODULO_MODE` configuration property to enable the rounding mode used by the `modulo` operation to be specified. +* Add a `POW_PRECISION` configuration property to enable the number of significant digits calculated by the power operation to be limited. +* Improve code quality. +* Improve documentation. + +#### 2.0.0 +* 29/12/2014 +* Add `dividedToIntegerBy`, `isInteger` and `toFormat` methods. +* Remove the following short-forms: `isF`, `isZ`, `toE`, `toF`, `toFr`, `toN`, `toP`, `toS`. +* Store a BigNumber's coefficient in base 1e14, rather than base 10. +* Add fast path for integers to BigNumber constructor. +* Incorporate the library into the online documentation. + +#### 1.5.0 +* 13/11/2014 +* Add `toJSON` and `decimalPlaces` methods. + +#### 1.4.1 +* 08/06/2014 +* Amend README. + +#### 1.4.0 +* 08/05/2014 +* Add `toNumber`. + +#### 1.3.0 +* 08/11/2013 +* Ensure correct rounding of `sqrt` in all, rather than almost all, cases. +* Maximum radix to 64. + +#### 1.2.1 +* 17/10/2013 +* Sign of zero when x < 0 and x + (-x) = 0. + +#### 1.2.0 +* 19/9/2013 +* Throw Error objects for stack. + +#### 1.1.1 +* 22/8/2013 +* Show original value in constructor error message. + +#### 1.1.0 +* 1/8/2013 +* Allow numbers with trailing radix point. + +#### 1.0.1 +* Bugfix: error messages with incorrect method name + +#### 1.0.0 +* 8/11/2012 +* Initial release diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/LICENCE" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/LICENCE" new file mode 100644 index 0000000..3c39f85 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/LICENCE" @@ -0,0 +1,23 @@ +The MIT Licence. + +Copyright (c) 2019 Michael Mclaughlin + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/README.md" new file mode 100644 index 0000000..a4a3e10 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/README.md" @@ -0,0 +1,268 @@ +![bignumber.js](https://raw.githubusercontent.com/MikeMcl/bignumber.js/gh-pages/bignumberjs.png) + +A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic. + +[![Build Status](https://travis-ci.org/MikeMcl/bignumber.js.svg)](https://travis-ci.org/MikeMcl/bignumber.js) + +
+ +## Features + + - Integers and decimals + - Simple API but full-featured + - Faster, smaller, and perhaps easier to use than JavaScript versions of Java's BigDecimal + - 8 KB minified and gzipped + - Replicates the `toExponential`, `toFixed`, `toPrecision` and `toString` methods of JavaScript's Number type + - Includes a `toFraction` and a correctly-rounded `squareRoot` method + - Supports cryptographically-secure pseudo-random number generation + - No dependencies + - Wide platform compatibility: uses JavaScript 1.5 (ECMAScript 3) features only + - Comprehensive [documentation](http://mikemcl.github.io/bignumber.js/) and test set + +![API](https://raw.githubusercontent.com/MikeMcl/bignumber.js/gh-pages/API.png) + +If a smaller and simpler library is required see [big.js](https://github.com/MikeMcl/big.js/). +It's less than half the size but only works with decimal numbers and only has half the methods. +It also does not allow `NaN` or `Infinity`, or have the configuration options of this library. + +See also [decimal.js](https://github.com/MikeMcl/decimal.js/), which among other things adds support for non-integer powers, and performs all operations to a specified number of significant digits. + +## Load + +The library is the single JavaScript file *bignumber.js* (or minified, *bignumber.min.js*). + +Browser: + +```html + +``` + +[Node.js](http://nodejs.org): + +```bash +$ npm install bignumber.js +``` + +```javascript +const BigNumber = require('bignumber.js'); +``` + +ES6 module: + +```javascript +import BigNumber from "./bignumber.mjs" +``` + +AMD loader libraries such as [requireJS](http://requirejs.org/): + +```javascript +require(['bignumber'], function(BigNumber) { + // Use BigNumber here in local scope. No global BigNumber. +}); +``` + +## Use + +The library exports a single constructor function, [`BigNumber`](http://mikemcl.github.io/bignumber.js/#bignumber), which accepts a value of type Number, String or BigNumber, + +```javascript +let x = new BigNumber(123.4567); +let y = BigNumber('123456.7e-3'); +let z = new BigNumber(x); +x.isEqualTo(y) && y.isEqualTo(z) && x.isEqualTo(z); // true +``` + +To get the string value of a BigNumber use [`toString()`](http://mikemcl.github.io/bignumber.js/#toS) or [`toFixed()`](http://mikemcl.github.io/bignumber.js/#toFix). Using `toFixed()` prevents exponential notation being returned, no matter how large or small the value. + +```javascript +let x = new BigNumber('1111222233334444555566'); +x.toString(); // "1.111222233334444555566e+21" +x.toFixed(); // "1111222233334444555566" +``` + +If the limited precision of Number values is not well understood, it is recommended to create BigNumbers from String values rather than Number values to avoid a potential loss of precision. + +*In all further examples below, `let`, semicolons and `toString` calls are not shown. If a commented-out value is in quotes it means `toString` has been called on the preceding expression.* + +```javascript +// Precision loss from using numeric literals with more than 15 significant digits. +new BigNumber(1.0000000000000001) // '1' +new BigNumber(88259496234518.57) // '88259496234518.56' +new BigNumber(99999999999999999999) // '100000000000000000000' + +// Precision loss from using numeric literals outside the range of Number values. +new BigNumber(2e+308) // 'Infinity' +new BigNumber(1e-324) // '0' + +// Precision loss from the unexpected result of arithmetic with Number values. +new BigNumber(0.7 + 0.1) // '0.7999999999999999' +``` + +When creating a BigNumber from a Number, note that a BigNumber is created from a Number's decimal `toString()` value not from its underlying binary value. If the latter is required, then pass the Number's `toString(2)` value and specify base 2. + +```javascript +new BigNumber(Number.MAX_VALUE.toString(2), 2) +``` + +BigNumbers can be created from values in bases from 2 to 36. See [`ALPHABET`](http://mikemcl.github.io/bignumber.js/#alphabet) to extend this range. + +```javascript +a = new BigNumber(1011, 2) // "11" +b = new BigNumber('zz.9', 36) // "1295.25" +c = a.plus(b) // "1306.25" +``` + +Performance is better if base 10 is NOT specified for decimal values. Only specify base 10 when it is desired that the number of decimal places of the input value be limited to the current [`DECIMAL_PLACES`](http://mikemcl.github.io/bignumber.js/#decimal-places) setting. + +A BigNumber is immutable in the sense that it is not changed by its methods. + +```javascript +0.3 - 0.1 // 0.19999999999999998 +x = new BigNumber(0.3) +x.minus(0.1) // "0.2" +x // "0.3" +``` + +The methods that return a BigNumber can be chained. + +```javascript +x.dividedBy(y).plus(z).times(9) +x.times('1.23456780123456789e+9').plus(9876.5432321).dividedBy('4444562598.111772').integerValue() +``` + +Some of the longer method names have a shorter alias. + +```javascript +x.squareRoot().dividedBy(y).exponentiatedBy(3).isEqualTo(x.sqrt().div(y).pow(3)) // true +x.modulo(y).multipliedBy(z).eq(x.mod(y).times(z)) // true +``` + +As with JavaScript's Number type, there are [`toExponential`](http://mikemcl.github.io/bignumber.js/#toE), [`toFixed`](http://mikemcl.github.io/bignumber.js/#toFix) and [`toPrecision`](http://mikemcl.github.io/bignumber.js/#toP) methods. + +```javascript +x = new BigNumber(255.5) +x.toExponential(5) // "2.55500e+2" +x.toFixed(5) // "255.50000" +x.toPrecision(5) // "255.50" +x.toNumber() // 255.5 +``` + + A base can be specified for [`toString`](http://mikemcl.github.io/bignumber.js/#toS). Performance is better if base 10 is NOT specified, i.e. use `toString()` not `toString(10)`. Only specify base 10 when it is desired that the number of decimal places be limited to the current [`DECIMAL_PLACES`](http://mikemcl.github.io/bignumber.js/#decimal-places) setting. + + ```javascript + x.toString(16) // "ff.8" + ``` + +There is a [`toFormat`](http://mikemcl.github.io/bignumber.js/#toFor) method which may be useful for internationalisation. + +```javascript +y = new BigNumber('1234567.898765') +y.toFormat(2) // "1,234,567.90" +``` + +The maximum number of decimal places of the result of an operation involving division (i.e. a division, square root, base conversion or negative power operation) is set using the `set` or `config` method of the `BigNumber` constructor. + +The other arithmetic operations always give the exact result. + +```javascript +BigNumber.set({ DECIMAL_PLACES: 10, ROUNDING_MODE: 4 }) + +x = new BigNumber(2) +y = new BigNumber(3) +z = x.dividedBy(y) // "0.6666666667" +z.squareRoot() // "0.8164965809" +z.exponentiatedBy(-3) // "3.3749999995" +z.toString(2) // "0.1010101011" +z.multipliedBy(z) // "0.44444444448888888889" +z.multipliedBy(z).decimalPlaces(10) // "0.4444444445" +``` + +There is a [`toFraction`](http://mikemcl.github.io/bignumber.js/#toFr) method with an optional *maximum denominator* argument + +```javascript +y = new BigNumber(355) +pi = y.dividedBy(113) // "3.1415929204" +pi.toFraction() // [ "7853982301", "2500000000" ] +pi.toFraction(1000) // [ "355", "113" ] +``` + +and [`isNaN`](http://mikemcl.github.io/bignumber.js/#isNaN) and [`isFinite`](http://mikemcl.github.io/bignumber.js/#isF) methods, as `NaN` and `Infinity` are valid `BigNumber` values. + +```javascript +x = new BigNumber(NaN) // "NaN" +y = new BigNumber(Infinity) // "Infinity" +x.isNaN() && !y.isNaN() && !x.isFinite() && !y.isFinite() // true +``` + +The value of a BigNumber is stored in a decimal floating point format in terms of a coefficient, exponent and sign. + +```javascript +x = new BigNumber(-123.456); +x.c // [ 123, 45600000000000 ] coefficient (i.e. significand) +x.e // 2 exponent +x.s // -1 sign +``` + +For advanced usage, multiple BigNumber constructors can be created, each with their own independent configuration. + +```javascript +// Set DECIMAL_PLACES for the original BigNumber constructor +BigNumber.set({ DECIMAL_PLACES: 10 }) + +// Create another BigNumber constructor, optionally passing in a configuration object +BN = BigNumber.clone({ DECIMAL_PLACES: 5 }) + +x = new BigNumber(1) +y = new BN(1) + +x.div(3) // '0.3333333333' +y.div(3) // '0.33333' +``` + +For further information see the [API](http://mikemcl.github.io/bignumber.js/) reference in the *doc* directory. + +## Test + +The *test/modules* directory contains the test scripts for each method. + +The tests can be run with Node.js or a browser. For Node.js use + + $ npm test + +or + + $ node test/test + +To test a single method, use, for example + + $ node test/methods/toFraction + +For the browser, open *test/test.html*. + +## Build + +For Node, if [uglify-js](https://github.com/mishoo/UglifyJS2) is installed + + npm install uglify-js -g + +then + + npm run build + +will create *bignumber.min.js*. + +A source map will also be created in the root directory. + +## Feedback + +Open an issue, or email + +Michael + +M8ch88l@gmail.com + +## Licence + +The MIT Licence. + +See [LICENCE](https://github.com/MikeMcl/bignumber.js/blob/master/LICENCE). diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.d.ts" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.d.ts" new file mode 100644 index 0000000..dc9b0b1 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.d.ts" @@ -0,0 +1,1829 @@ +// Type definitions for bignumber.js >=8.1.0 +// Project: https://github.com/MikeMcl/bignumber.js +// Definitions by: Michael Mclaughlin +// Definitions: https://github.com/MikeMcl/bignumber.js + +// Documentation: http://mikemcl.github.io/bignumber.js/ +// +// Exports: +// +// class BigNumber (default export) +// type BigNumber.Constructor +// type BigNumber.ModuloMode +// type BigNumber.RoundingMOde +// type BigNumber.Value +// interface BigNumber.Config +// interface BigNumber.Format +// interface BigNumber.Instance +// +// Example: +// +// import {BigNumber} from "bignumber.js" +// //import BigNumber from "bignumber.js" +// +// let rm: BigNumber.RoundingMode = BigNumber.ROUND_UP; +// let f: BigNumber.Format = { decimalSeparator: ',' }; +// let c: BigNumber.Config = { DECIMAL_PLACES: 4, ROUNDING_MODE: rm, FORMAT: f }; +// BigNumber.config(c); +// +// let v: BigNumber.Value = '12345.6789'; +// let b: BigNumber = new BigNumber(v); +// +// The use of compiler option `--strictNullChecks` is recommended. + +export default BigNumber; + +export namespace BigNumber { + + /** See `BigNumber.config` (alias `BigNumber.set`) and `BigNumber.clone`. */ + interface Config { + + /** + * An integer, 0 to 1e+9. Default value: 20. + * + * The maximum number of decimal places of the result of operations involving division, i.e. + * division, square root and base conversion operations, and exponentiation when the exponent is + * negative. + * + * ```ts + * BigNumber.config({ DECIMAL_PLACES: 5 }) + * BigNumber.set({ DECIMAL_PLACES: 5 }) + * ``` + */ + DECIMAL_PLACES?: number; + + /** + * An integer, 0 to 8. Default value: `BigNumber.ROUND_HALF_UP` (4). + * + * The rounding mode used in operations that involve division (see `DECIMAL_PLACES`) and the + * default rounding mode of the `decimalPlaces`, `precision`, `toExponential`, `toFixed`, + * `toFormat` and `toPrecision` methods. + * + * The modes are available as enumerated properties of the BigNumber constructor. + * + * ```ts + * BigNumber.config({ ROUNDING_MODE: 0 }) + * BigNumber.set({ ROUNDING_MODE: BigNumber.ROUND_UP }) + * ``` + */ + ROUNDING_MODE?: BigNumber.RoundingMode; + + /** + * An integer, 0 to 1e+9, or an array, [-1e+9 to 0, 0 to 1e+9]. + * Default value: `[-7, 20]`. + * + * The exponent value(s) at which `toString` returns exponential notation. + * + * If a single number is assigned, the value is the exponent magnitude. + * + * If an array of two numbers is assigned then the first number is the negative exponent value at + * and beneath which exponential notation is used, and the second number is the positive exponent + * value at and above which exponential notation is used. + * + * For example, to emulate JavaScript numbers in terms of the exponent values at which they begin + * to use exponential notation, use `[-7, 20]`. + * + * ```ts + * BigNumber.config({ EXPONENTIAL_AT: 2 }) + * new BigNumber(12.3) // '12.3' e is only 1 + * new BigNumber(123) // '1.23e+2' + * new BigNumber(0.123) // '0.123' e is only -1 + * new BigNumber(0.0123) // '1.23e-2' + * + * BigNumber.config({ EXPONENTIAL_AT: [-7, 20] }) + * new BigNumber(123456789) // '123456789' e is only 8 + * new BigNumber(0.000000123) // '1.23e-7' + * + * // Almost never return exponential notation: + * BigNumber.config({ EXPONENTIAL_AT: 1e+9 }) + * + * // Always return exponential notation: + * BigNumber.config({ EXPONENTIAL_AT: 0 }) + * ``` + * + * Regardless of the value of `EXPONENTIAL_AT`, the `toFixed` method will always return a value in + * normal notation and the `toExponential` method will always return a value in exponential form. + * Calling `toString` with a base argument, e.g. `toString(10)`, will also always return normal + * notation. + */ + EXPONENTIAL_AT?: number | [number, number]; + + /** + * An integer, magnitude 1 to 1e+9, or an array, [-1e+9 to -1, 1 to 1e+9]. + * Default value: `[-1e+9, 1e+9]`. + * + * The exponent value(s) beyond which overflow to Infinity and underflow to zero occurs. + * + * If a single number is assigned, it is the maximum exponent magnitude: values wth a positive + * exponent of greater magnitude become Infinity and those with a negative exponent of greater + * magnitude become zero. + * + * If an array of two numbers is assigned then the first number is the negative exponent limit and + * the second number is the positive exponent limit. + * + * For example, to emulate JavaScript numbers in terms of the exponent values at which they + * become zero and Infinity, use [-324, 308]. + * + * ```ts + * BigNumber.config({ RANGE: 500 }) + * BigNumber.config().RANGE // [ -500, 500 ] + * new BigNumber('9.999e499') // '9.999e+499' + * new BigNumber('1e500') // 'Infinity' + * new BigNumber('1e-499') // '1e-499' + * new BigNumber('1e-500') // '0' + * + * BigNumber.config({ RANGE: [-3, 4] }) + * new BigNumber(99999) // '99999' e is only 4 + * new BigNumber(100000) // 'Infinity' e is 5 + * new BigNumber(0.001) // '0.01' e is only -3 + * new BigNumber(0.0001) // '0' e is -4 + * ``` + * The largest possible magnitude of a finite BigNumber is 9.999...e+1000000000. + * The smallest possible magnitude of a non-zero BigNumber is 1e-1000000000. + */ + RANGE?: number | [number, number]; + + /** + * A boolean: `true` or `false`. Default value: `false`. + * + * The value that determines whether cryptographically-secure pseudo-random number generation is + * used. If `CRYPTO` is set to true then the random method will generate random digits using + * `crypto.getRandomValues` in browsers that support it, or `crypto.randomBytes` if using a + * version of Node.js that supports it. + * + * If neither function is supported by the host environment then attempting to set `CRYPTO` to + * `true` will fail and an exception will be thrown. + * + * If `CRYPTO` is `false` then the source of randomness used will be `Math.random` (which is + * assumed to generate at least 30 bits of randomness). + * + * See `BigNumber.random`. + * + * ```ts + * // Node.js + * global.crypto = require('crypto') + * + * BigNumber.config({ CRYPTO: true }) + * BigNumber.config().CRYPTO // true + * BigNumber.random() // 0.54340758610486147524 + * ``` + */ + CRYPTO?: boolean; + + /** + * An integer, 0, 1, 3, 6 or 9. Default value: `BigNumber.ROUND_DOWN` (1). + * + * The modulo mode used when calculating the modulus: `a mod n`. + * The quotient, `q = a / n`, is calculated according to the `ROUNDING_MODE` that corresponds to + * the chosen `MODULO_MODE`. + * The remainder, `r`, is calculated as: `r = a - n * q`. + * + * The modes that are most commonly used for the modulus/remainder operation are shown in the + * following table. Although the other rounding modes can be used, they may not give useful + * results. + * + * Property | Value | Description + * :------------------|:------|:------------------------------------------------------------------ + * `ROUND_UP` | 0 | The remainder is positive if the dividend is negative. + * `ROUND_DOWN` | 1 | The remainder has the same sign as the dividend. + * | | Uses 'truncating division' and matches JavaScript's `%` operator . + * `ROUND_FLOOR` | 3 | The remainder has the same sign as the divisor. + * | | This matches Python's `%` operator. + * `ROUND_HALF_EVEN` | 6 | The IEEE 754 remainder function. + * `EUCLID` | 9 | The remainder is always positive. + * | | Euclidian division: `q = sign(n) * floor(a / abs(n))` + * + * The rounding/modulo modes are available as enumerated properties of the BigNumber constructor. + * + * See `modulo`. + * + * ```ts + * BigNumber.config({ MODULO_MODE: BigNumber.EUCLID }) + * BigNumber.set({ MODULO_MODE: 9 }) // equivalent + * ``` + */ + MODULO_MODE?: BigNumber.ModuloMode; + + /** + * An integer, 0 to 1e+9. Default value: 0. + * + * The maximum precision, i.e. number of significant digits, of the result of the power operation + * - unless a modulus is specified. + * + * If set to 0, the number of significant digits will not be limited. + * + * See `exponentiatedBy`. + * + * ```ts + * BigNumber.config({ POW_PRECISION: 100 }) + * ``` + */ + POW_PRECISION?: number; + + /** + * An object including any number of the properties shown below. + * + * The object configures the format of the string returned by the `toFormat` method. + * The example below shows the properties of the object that are recognised, and + * their default values. + * + * Unlike the other configuration properties, the values of the properties of the `FORMAT` object + * will not be checked for validity - the existing object will simply be replaced by the object + * that is passed in. + * + * See `toFormat`. + * + * ```ts + * BigNumber.config({ + * FORMAT: { + * // string to prepend + * prefix: '', + * // the decimal separator + * decimalSeparator: '.', + * // the grouping separator of the integer part + * groupSeparator: ',', + * // the primary grouping size of the integer part + * groupSize: 3, + * // the secondary grouping size of the integer part + * secondaryGroupSize: 0, + * // the grouping separator of the fraction part + * fractionGroupSeparator: ' ', + * // the grouping size of the fraction part + * fractionGroupSize: 0, + * // string to append + * suffix: '' + * } + * }) + * ``` + */ + FORMAT?: BigNumber.Format; + + /** + * The alphabet used for base conversion. The length of the alphabet corresponds to the maximum + * value of the base argument that can be passed to the BigNumber constructor or `toString`. + * + * Default value: `'0123456789abcdefghijklmnopqrstuvwxyz'`. + * + * There is no maximum length for the alphabet, but it must be at least 2 characters long, + * and it must not contain whitespace or a repeated character, or the sign indicators '+' and + * '-', or the decimal separator '.'. + * + * ```ts + * // duodecimal (base 12) + * BigNumber.config({ ALPHABET: '0123456789TE' }) + * x = new BigNumber('T', 12) + * x.toString() // '10' + * x.toString(12) // 'T' + * ``` + */ + ALPHABET?: string; + } + + /** See `FORMAT` and `toFormat`. */ + interface Format { + + /** The string to prepend. */ + prefix?: string; + + /** The decimal separator. */ + decimalSeparator?: string; + + /** The grouping separator of the integer part. */ + groupSeparator?: string; + + /** The primary grouping size of the integer part. */ + groupSize?: number; + + /** The secondary grouping size of the integer part. */ + secondaryGroupSize?: number; + + /** The grouping separator of the fraction part. */ + fractionGroupSeparator?: string; + + /** The grouping size of the fraction part. */ + fractionGroupSize?: number; + + /** The string to append. */ + suffix?: string; + } + + interface Instance { + + /** The coefficient of the value of this BigNumber, an array of base 1e14 integer numbers, or null. */ + readonly c: number[] | null; + + /** The exponent of the value of this BigNumber, an integer number, -1000000000 to 1000000000, or null. */ + readonly e: number | null; + + /** The sign of the value of this BigNumber, -1, 1, or null. */ + readonly s: number | null; + + [key: string]: any; + } + + type Constructor = typeof BigNumber; + type ModuloMode = 0 | 1 | 3 | 6 | 9; + type RoundingMode = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8; + type Value = string | number | Instance; +} + +export declare class BigNumber implements BigNumber.Instance { + + /** Used internally to identify a BigNumber instance. */ + private readonly _isBigNumber: true; + + /** The coefficient of the value of this BigNumber, an array of base 1e14 integer numbers, or null. */ + readonly c: number[] | null; + + /** The exponent of the value of this BigNumber, an integer number, -1000000000 to 1000000000, or null. */ + readonly e: number | null; + + /** The sign of the value of this BigNumber, -1, 1, or null. */ + readonly s: number | null; + + /** + * Returns a new instance of a BigNumber object with value `n`, where `n` is a numeric value in + * the specified `base`, or base 10 if `base` is omitted or is `null` or `undefined`. + * + * ```ts + * x = new BigNumber(123.4567) // '123.4567' + * // 'new' is optional + * y = BigNumber(x) // '123.4567' + * ``` + * + * If `n` is a base 10 value it can be in normal (fixed-point) or exponential notation. + * Values in other bases must be in normal notation. Values in any base can have fraction digits, + * i.e. digits after the decimal point. + * + * ```ts + * new BigNumber(43210) // '43210' + * new BigNumber('4.321e+4') // '43210' + * new BigNumber('-735.0918e-430') // '-7.350918e-428' + * new BigNumber('123412421.234324', 5) // '607236.557696' + * ``` + * + * Signed `0`, signed `Infinity` and `NaN` are supported. + * + * ```ts + * new BigNumber('-Infinity') // '-Infinity' + * new BigNumber(NaN) // 'NaN' + * new BigNumber(-0) // '0' + * new BigNumber('.5') // '0.5' + * new BigNumber('+2') // '2' + * ``` + * + * String values in hexadecimal literal form, e.g. `'0xff'`, are valid, as are string values with + * the octal and binary prefixs `'0o'` and `'0b'`. String values in octal literal form without the + * prefix will be interpreted as decimals, e.g. `'011'` is interpreted as 11, not 9. + * + * ```ts + * new BigNumber(-10110100.1, 2) // '-180.5' + * new BigNumber('-0b10110100.1') // '-180.5' + * new BigNumber('ff.8', 16) // '255.5' + * new BigNumber('0xff.8') // '255.5' + * ``` + * + * If a base is specified, `n` is rounded according to the current `DECIMAL_PLACES` and + * `ROUNDING_MODE` settings. This includes base 10, so don't include a `base` parameter for decimal + * values unless this behaviour is desired. + * + * ```ts + * BigNumber.config({ DECIMAL_PLACES: 5 }) + * new BigNumber(1.23456789) // '1.23456789' + * new BigNumber(1.23456789, 10) // '1.23457' + * ``` + * + * An error is thrown if `base` is invalid. + * + * There is no limit to the number of digits of a value of type string (other than that of + * JavaScript's maximum array size). See `RANGE` to set the maximum and minimum possible exponent + * value of a BigNumber. + * + * ```ts + * new BigNumber('5032485723458348569331745.33434346346912144534543') + * new BigNumber('4.321e10000000') + * ``` + * + * BigNumber `NaN` is returned if `n` is invalid (unless `BigNumber.DEBUG` is `true`, see below). + * + * ```ts + * new BigNumber('.1*') // 'NaN' + * new BigNumber('blurgh') // 'NaN' + * new BigNumber(9, 2) // 'NaN' + * ``` + * + * To aid in debugging, if `BigNumber.DEBUG` is `true` then an error will be thrown on an + * invalid `n`. An error will also be thrown if `n` is of type number with more than 15 + * significant digits, as calling `toString` or `valueOf` on these numbers may not result in the + * intended value. + * + * ```ts + * console.log(823456789123456.3) // 823456789123456.2 + * new BigNumber(823456789123456.3) // '823456789123456.2' + * BigNumber.DEBUG = true + * // 'Error: Number has more than 15 significant digits' + * new BigNumber(823456789123456.3) + * // 'Error: Not a base 2 number' + * new BigNumber(9, 2) + * ``` + * + * A BigNumber can also be created from an object literal. + * Use `isBigNumber` to check that it is well-formed. + * + * ```ts + * new BigNumber({ s: 1, e: 2, c: [ 777, 12300000000000 ], _isBigNumber: true }) // '777.123' + * ``` + * + * @param n A numeric value. + * @param base The base of `n`, integer, 2 to 36 (or `ALPHABET.length`, see `ALPHABET`). + */ + constructor(n: BigNumber.Value, base?: number); + + /** + * Returns a BigNumber whose value is the absolute value, i.e. the magnitude, of the value of this + * BigNumber. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber(-0.8) + * x.absoluteValue() // '0.8' + * ``` + */ + absoluteValue(): BigNumber; + + /** + * Returns a BigNumber whose value is the absolute value, i.e. the magnitude, of the value of this + * BigNumber. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber(-0.8) + * x.abs() // '0.8' + * ``` + */ + abs(): BigNumber; + + /** + * Returns | | + * :-------:|:--------------------------------------------------------------| + * 1 | If the value of this BigNumber is greater than the value of `n` + * -1 | If the value of this BigNumber is less than the value of `n` + * 0 | If this BigNumber and `n` have the same value + * `null` | If the value of either this BigNumber or `n` is `NaN` + * + * ```ts + * + * x = new BigNumber(Infinity) + * y = new BigNumber(5) + * x.comparedTo(y) // 1 + * x.comparedTo(x.minus(1)) // 0 + * y.comparedTo(NaN) // null + * y.comparedTo('110', 2) // -1 + * ``` + * @param n A numeric value. + * @param [base] The base of n. + */ + comparedTo(n: BigNumber.Value, base?: number): number; + + /** + * Returns a BigNumber whose value is the value of this BigNumber rounded by rounding mode + * `roundingMode` to a maximum of `decimalPlaces` decimal places. + * + * If `decimalPlaces` is omitted, or is `null` or `undefined`, the return value is the number of + * decimal places of the value of this BigNumber, or `null` if the value of this BigNumber is + * ±`Infinity` or `NaN`. + * + * If `roundingMode` is omitted, or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `decimalPlaces` or `roundingMode` is invalid. + * + * ```ts + * x = new BigNumber(1234.56) + * x.decimalPlaces() // 2 + * x.decimalPlaces(1) // '1234.6' + * x.decimalPlaces(2) // '1234.56' + * x.decimalPlaces(10) // '1234.56' + * x.decimalPlaces(0, 1) // '1234' + * x.decimalPlaces(0, 6) // '1235' + * x.decimalPlaces(1, 1) // '1234.5' + * x.decimalPlaces(1, BigNumber.ROUND_HALF_EVEN) // '1234.6' + * x // '1234.56' + * y = new BigNumber('9.9e-101') + * y.decimalPlaces() // 102 + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + decimalPlaces(): number; + decimalPlaces(decimalPlaces: number, roundingMode?: BigNumber.RoundingMode): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber rounded by rounding mode + * `roundingMode` to a maximum of `decimalPlaces` decimal places. + * + * If `decimalPlaces` is omitted, or is `null` or `undefined`, the return value is the number of + * decimal places of the value of this BigNumber, or `null` if the value of this BigNumber is + * ±`Infinity` or `NaN`. + * + * If `roundingMode` is omitted, or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `decimalPlaces` or `roundingMode` is invalid. + * + * ```ts + * x = new BigNumber(1234.56) + * x.dp() // 2 + * x.dp(1) // '1234.6' + * x.dp(2) // '1234.56' + * x.dp(10) // '1234.56' + * x.dp(0, 1) // '1234' + * x.dp(0, 6) // '1235' + * x.dp(1, 1) // '1234.5' + * x.dp(1, BigNumber.ROUND_HALF_EVEN) // '1234.6' + * x // '1234.56' + * y = new BigNumber('9.9e-101') + * y.dp() // 102 + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + dp(): number; + dp(decimalPlaces: number, roundingMode?: BigNumber.RoundingMode): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber divided by `n`, rounded + * according to the current `DECIMAL_PLACES` and `ROUNDING_MODE` settings. + * + * ```ts + * x = new BigNumber(355) + * y = new BigNumber(113) + * x.dividedBy(y) // '3.14159292035398230088' + * x.dividedBy(5) // '71' + * x.dividedBy(47, 16) // '5' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + dividedBy(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber divided by `n`, rounded + * according to the current `DECIMAL_PLACES` and `ROUNDING_MODE` settings. + * + * ```ts + * x = new BigNumber(355) + * y = new BigNumber(113) + * x.div(y) // '3.14159292035398230088' + * x.div(5) // '71' + * x.div(47, 16) // '5' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + div(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the integer part of dividing the value of this BigNumber by + * `n`. + * + * ```ts + * x = new BigNumber(5) + * y = new BigNumber(3) + * x.dividedToIntegerBy(y) // '1' + * x.dividedToIntegerBy(0.7) // '7' + * x.dividedToIntegerBy('0.f', 16) // '5' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + dividedToIntegerBy(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the integer part of dividing the value of this BigNumber by + * `n`. + * + * ```ts + * x = new BigNumber(5) + * y = new BigNumber(3) + * x.idiv(y) // '1' + * x.idiv(0.7) // '7' + * x.idiv('0.f', 16) // '5' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + idiv(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber exponentiated by `n`, i.e. + * raised to the power `n`, and optionally modulo a modulus `m`. + * + * If `n` is negative the result is rounded according to the current `DECIMAL_PLACES` and + * `ROUNDING_MODE` settings. + * + * As the number of digits of the result of the power operation can grow so large so quickly, + * e.g. 123.456**10000 has over 50000 digits, the number of significant digits calculated is + * limited to the value of the `POW_PRECISION` setting (unless a modulus `m` is specified). + * + * By default `POW_PRECISION` is set to 0. This means that an unlimited number of significant + * digits will be calculated, and that the method's performance will decrease dramatically for + * larger exponents. + * + * If `m` is specified and the value of `m`, `n` and this BigNumber are integers and `n` is + * positive, then a fast modular exponentiation algorithm is used, otherwise the operation will + * be performed as `x.exponentiatedBy(n).modulo(m)` with a `POW_PRECISION` of 0. + * + * Throws if `n` is not an integer. + * + * ```ts + * Math.pow(0.7, 2) // 0.48999999999999994 + * x = new BigNumber(0.7) + * x.exponentiatedBy(2) // '0.49' + * BigNumber(3).exponentiatedBy(-2) // '0.11111111111111111111' + * ``` + * + * @param n The exponent, an integer. + * @param [m] The modulus. + */ + exponentiatedBy(n: BigNumber.Value, m?: BigNumber.Value): BigNumber; + exponentiatedBy(n: number, m?: BigNumber.Value): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber exponentiated by `n`, i.e. + * raised to the power `n`, and optionally modulo a modulus `m`. + * + * If `n` is negative the result is rounded according to the current `DECIMAL_PLACES` and + * `ROUNDING_MODE` settings. + * + * As the number of digits of the result of the power operation can grow so large so quickly, + * e.g. 123.456**10000 has over 50000 digits, the number of significant digits calculated is + * limited to the value of the `POW_PRECISION` setting (unless a modulus `m` is specified). + * + * By default `POW_PRECISION` is set to 0. This means that an unlimited number of significant + * digits will be calculated, and that the method's performance will decrease dramatically for + * larger exponents. + * + * If `m` is specified and the value of `m`, `n` and this BigNumber are integers and `n` is + * positive, then a fast modular exponentiation algorithm is used, otherwise the operation will + * be performed as `x.pow(n).modulo(m)` with a `POW_PRECISION` of 0. + * + * Throws if `n` is not an integer. + * + * ```ts + * Math.pow(0.7, 2) // 0.48999999999999994 + * x = new BigNumber(0.7) + * x.pow(2) // '0.49' + * BigNumber(3).pow(-2) // '0.11111111111111111111' + * ``` + * + * @param n The exponent, an integer. + * @param [m] The modulus. + */ + pow(n: BigNumber.Value, m?: BigNumber.Value): BigNumber; + pow(n: number, m?: BigNumber.Value): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber rounded to an integer using + * rounding mode `rm`. + * + * If `rm` is omitted, or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `rm` is invalid. + * + * ```ts + * x = new BigNumber(123.456) + * x.integerValue() // '123' + * x.integerValue(BigNumber.ROUND_CEIL) // '124' + * y = new BigNumber(-12.7) + * y.integerValue() // '-13' + * x.integerValue(BigNumber.ROUND_DOWN) // '-12' + * ``` + * + * @param {BigNumber.RoundingMode} [rm] The roundng mode, an integer, 0 to 8. + */ + integerValue(rm?: BigNumber.RoundingMode): BigNumber; + + /** + * Returns `true` if the value of this BigNumber is equal to the value of `n`, otherwise returns + * `false`. + * + * As with JavaScript, `NaN` does not equal `NaN`. + * + * ```ts + * 0 === 1e-324 // true + * x = new BigNumber(0) + * x.isEqualTo('1e-324') // false + * BigNumber(-0).isEqualTo(x) // true ( -0 === 0 ) + * BigNumber(255).isEqualTo('ff', 16) // true + * + * y = new BigNumber(NaN) + * y.isEqualTo(NaN) // false + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + isEqualTo(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is equal to the value of `n`, otherwise returns + * `false`. + * + * As with JavaScript, `NaN` does not equal `NaN`. + * + * ```ts + * 0 === 1e-324 // true + * x = new BigNumber(0) + * x.eq('1e-324') // false + * BigNumber(-0).eq(x) // true ( -0 === 0 ) + * BigNumber(255).eq('ff', 16) // true + * + * y = new BigNumber(NaN) + * y.eq(NaN) // false + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + eq(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is a finite number, otherwise returns `false`. + * + * The only possible non-finite values of a BigNumber are `NaN`, `Infinity` and `-Infinity`. + * + * ```ts + * x = new BigNumber(1) + * x.isFinite() // true + * y = new BigNumber(Infinity) + * y.isFinite() // false + * ``` + */ + isFinite(): boolean; + + /** + * Returns `true` if the value of this BigNumber is greater than the value of `n`, otherwise + * returns `false`. + * + * ```ts + * 0.1 > (0.3 - 0.2) // true + * x = new BigNumber(0.1) + * x.isGreaterThan(BigNumber(0.3).minus(0.2)) // false + * BigNumber(0).isGreaterThan(x) // false + * BigNumber(11, 3).isGreaterThan(11.1, 2) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + isGreaterThan(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is greater than the value of `n`, otherwise + * returns `false`. + * + * ```ts + * 0.1 > (0.3 - 0 // true + * x = new BigNumber(0.1) + * x.gt(BigNumber(0.3).minus(0.2)) // false + * BigNumber(0).gt(x) // false + * BigNumber(11, 3).gt(11.1, 2) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + gt(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is greater than or equal to the value of `n`, + * otherwise returns `false`. + * + * ```ts + * (0.3 - 0.2) >= 0.1 // false + * x = new BigNumber(0.3).minus(0.2) + * x.isGreaterThanOrEqualTo(0.1) // true + * BigNumber(1).isGreaterThanOrEqualTo(x) // true + * BigNumber(10, 18).isGreaterThanOrEqualTo('i', 36) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + isGreaterThanOrEqualTo(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is greater than or equal to the value of `n`, + * otherwise returns `false`. + * + * ```ts + * (0.3 - 0.2) >= 0.1 // false + * x = new BigNumber(0.3).minus(0.2) + * x.gte(0.1) // true + * BigNumber(1).gte(x) // true + * BigNumber(10, 18).gte('i', 36) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + gte(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is an integer, otherwise returns `false`. + * + * ```ts + * x = new BigNumber(1) + * x.isInteger() // true + * y = new BigNumber(123.456) + * y.isInteger() // false + * ``` + */ + isInteger(): boolean; + + /** + * Returns `true` if the value of this BigNumber is less than the value of `n`, otherwise returns + * `false`. + * + * ```ts + * (0.3 - 0.2) < 0.1 // true + * x = new BigNumber(0.3).minus(0.2) + * x.isLessThan(0.1) // false + * BigNumber(0).isLessThan(x) // true + * BigNumber(11.1, 2).isLessThan(11, 3) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + isLessThan(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is less than the value of `n`, otherwise returns + * `false`. + * + * ```ts + * (0.3 - 0.2) < 0.1 // true + * x = new BigNumber(0.3).minus(0.2) + * x.lt(0.1) // false + * BigNumber(0).lt(x) // true + * BigNumber(11.1, 2).lt(11, 3) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + lt(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is less than or equal to the value of `n`, + * otherwise returns `false`. + * + * ```ts + * 0.1 <= (0.3 - 0.2) // false + * x = new BigNumber(0.1) + * x.isLessThanOrEqualTo(BigNumber(0.3).minus(0.2)) // true + * BigNumber(-1).isLessThanOrEqualTo(x) // true + * BigNumber(10, 18).isLessThanOrEqualTo('i', 36) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + isLessThanOrEqualTo(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is less than or equal to the value of `n`, + * otherwise returns `false`. + * + * ```ts + * 0.1 <= (0.3 - 0.2) // false + * x = new BigNumber(0.1) + * x.lte(BigNumber(0.3).minus(0.2)) // true + * BigNumber(-1).lte(x) // true + * BigNumber(10, 18).lte('i', 36) // true + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + lte(n: BigNumber.Value, base?: number): boolean; + + /** + * Returns `true` if the value of this BigNumber is `NaN`, otherwise returns `false`. + * + * ```ts + * x = new BigNumber(NaN) + * x.isNaN() // true + * y = new BigNumber('Infinity') + * y.isNaN() // false + * ``` + */ + isNaN(): boolean; + + /** + * Returns `true` if the value of this BigNumber is negative, otherwise returns `false`. + * + * ```ts + * x = new BigNumber(-0) + * x.isNegative() // true + * y = new BigNumber(2) + * y.isNegative() // false + * ``` + */ + isNegative(): boolean; + + /** + * Returns `true` if the value of this BigNumber is positive, otherwise returns `false`. + * + * ```ts + * x = new BigNumber(-0) + * x.isPositive() // false + * y = new BigNumber(2) + * y.isPositive() // true + * ``` + */ + isPositive(): boolean; + + /** + * Returns `true` if the value of this BigNumber is zero or minus zero, otherwise returns `false`. + * + * ```ts + * x = new BigNumber(-0) + * x.isZero() // true + * ``` + */ + isZero(): boolean; + + /** + * Returns a BigNumber whose value is the value of this BigNumber minus `n`. + * + * The return value is always exact and unrounded. + * + * ```ts + * 0.3 - 0.1 // 0.19999999999999998 + * x = new BigNumber(0.3) + * x.minus(0.1) // '0.2' + * x.minus(0.6, 20) // '0' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + minus(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber modulo `n`, i.e. the integer + * remainder of dividing this BigNumber by `n`. + * + * The value returned, and in particular its sign, is dependent on the value of the `MODULO_MODE` + * setting of this BigNumber constructor. If it is 1 (default value), the result will have the + * same sign as this BigNumber, and it will match that of Javascript's `%` operator (within the + * limits of double precision) and BigDecimal's `remainder` method. + * + * The return value is always exact and unrounded. + * + * See `MODULO_MODE` for a description of the other modulo modes. + * + * ```ts + * 1 % 0.9 // 0.09999999999999998 + * x = new BigNumber(1) + * x.modulo(0.9) // '0.1' + * y = new BigNumber(33) + * y.modulo('a', 33) // '3' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + modulo(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber modulo `n`, i.e. the integer + * remainder of dividing this BigNumber by `n`. + * + * The value returned, and in particular its sign, is dependent on the value of the `MODULO_MODE` + * setting of this BigNumber constructor. If it is 1 (default value), the result will have the + * same sign as this BigNumber, and it will match that of Javascript's `%` operator (within the + * limits of double precision) and BigDecimal's `remainder` method. + * + * The return value is always exact and unrounded. + * + * See `MODULO_MODE` for a description of the other modulo modes. + * + * ```ts + * 1 % 0.9 // 0.09999999999999998 + * x = new BigNumber(1) + * x.mod(0.9) // '0.1' + * y = new BigNumber(33) + * y.mod('a', 33) // '3' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + mod(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber multiplied by `n`. + * + * The return value is always exact and unrounded. + * + * ```ts + * 0.6 * 3 // 1.7999999999999998 + * x = new BigNumber(0.6) + * y = x.multipliedBy(3) // '1.8' + * BigNumber('7e+500').multipliedBy(y) // '1.26e+501' + * x.multipliedBy('-a', 16) // '-6' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + multipliedBy(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber multiplied by `n`. + * + * The return value is always exact and unrounded. + * + * ```ts + * 0.6 * 3 // 1.7999999999999998 + * x = new BigNumber(0.6) + * y = x.times(3) // '1.8' + * BigNumber('7e+500').times(y) // '1.26e+501' + * x.times('-a', 16) // '-6' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + times(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber negated, i.e. multiplied by -1. + * + * ```ts + * x = new BigNumber(1.8) + * x.negated() // '-1.8' + * y = new BigNumber(-1.3) + * y.negated() // '1.3' + * ``` + */ + negated(): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber plus `n`. + * + * The return value is always exact and unrounded. + * + * ```ts + * 0.1 + 0.2 // 0.30000000000000004 + * x = new BigNumber(0.1) + * y = x.plus(0.2) // '0.3' + * BigNumber(0.7).plus(x).plus(y) // '1' + * x.plus('0.1', 8) // '0.225' + * ``` + * + * @param n A numeric value. + * @param [base] The base of n. + */ + plus(n: BigNumber.Value, base?: number): BigNumber; + + /** + * Returns the number of significant digits of the value of this BigNumber, or `null` if the value + * of this BigNumber is ±`Infinity` or `NaN`. + * + * If `includeZeros` is true then any trailing zeros of the integer part of the value of this + * BigNumber are counted as significant digits, otherwise they are not. + * + * Throws if `includeZeros` is invalid. + * + * ```ts + * x = new BigNumber(9876.54321) + * x.precision() // 9 + * y = new BigNumber(987000) + * y.precision(false) // 3 + * y.precision(true) // 6 + * ``` + * + * @param [includeZeros] Whether to include integer trailing zeros in the significant digit count. + */ + precision(includeZeros?: boolean): number; + + /** + * Returns a BigNumber whose value is the value of this BigNumber rounded to a precision of + * `significantDigits` significant digits using rounding mode `roundingMode`. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` will be used. + * + * Throws if `significantDigits` or `roundingMode` is invalid. + * + * ```ts + * x = new BigNumber(9876.54321) + * x.precision(6) // '9876.54' + * x.precision(6, BigNumber.ROUND_UP) // '9876.55' + * x.precision(2) // '9900' + * x.precision(2, 1) // '9800' + * x // '9876.54321' + * ``` + * + * @param significantDigits Significant digits, integer, 1 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + precision(significantDigits: number, roundingMode?: BigNumber.RoundingMode): BigNumber; + + /** + * Returns the number of significant digits of the value of this BigNumber, + * or `null` if the value of this BigNumber is ±`Infinity` or `NaN`. + * + * If `includeZeros` is true then any trailing zeros of the integer part of + * the value of this BigNumber are counted as significant digits, otherwise + * they are not. + * + * Throws if `includeZeros` is invalid. + * + * ```ts + * x = new BigNumber(9876.54321) + * x.sd() // 9 + * y = new BigNumber(987000) + * y.sd(false) // 3 + * y.sd(true) // 6 + * ``` + * + * @param [includeZeros] Whether to include integer trailing zeros in the significant digit count. + */ + sd(includeZeros?: boolean): number; + + /** + * Returns a BigNumber whose value is the value of this BigNumber rounded to a precision of + * `significantDigits` significant digits using rounding mode `roundingMode`. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` will be used. + * + * Throws if `significantDigits` or `roundingMode` is invalid. + * + * ```ts + * x = new BigNumber(9876.54321) + * x.sd(6) // '9876.54' + * x.sd(6, BigNumber.ROUND_UP) // '9876.55' + * x.sd(2) // '9900' + * x.sd(2, 1) // '9800' + * x // '9876.54321' + * ``` + * + * @param significantDigits Significant digits, integer, 1 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + sd(significantDigits: number, roundingMode?: BigNumber.RoundingMode): BigNumber; + + /** + * Returns a BigNumber whose value is the value of this BigNumber shifted by `n` places. + * + * The shift is of the decimal point, i.e. of powers of ten, and is to the left if `n` is negative + * or to the right if `n` is positive. + * + * The return value is always exact and unrounded. + * + * Throws if `n` is invalid. + * + * ```ts + * x = new BigNumber(1.23) + * x.shiftedBy(3) // '1230' + * x.shiftedBy(-3) // '0.00123' + * ``` + * + * @param n The shift value, integer, -9007199254740991 to 9007199254740991. + */ + shiftedBy(n: number): BigNumber; + + /** + * Returns a BigNumber whose value is the square root of the value of this BigNumber, rounded + * according to the current `DECIMAL_PLACES` and `ROUNDING_MODE` settings. + * + * The return value will be correctly rounded, i.e. rounded as if the result was first calculated + * to an infinite number of correct digits before rounding. + * + * ```ts + * x = new BigNumber(16) + * x.squareRoot() // '4' + * y = new BigNumber(3) + * y.squareRoot() // '1.73205080756887729353' + * ``` + */ + squareRoot(): BigNumber; + + /** + * Returns a BigNumber whose value is the square root of the value of this BigNumber, rounded + * according to the current `DECIMAL_PLACES` and `ROUNDING_MODE` settings. + * + * The return value will be correctly rounded, i.e. rounded as if the result was first calculated + * to an infinite number of correct digits before rounding. + * + * ```ts + * x = new BigNumber(16) + * x.sqrt() // '4' + * y = new BigNumber(3) + * y.sqrt() // '1.73205080756887729353' + * ``` + */ + sqrt(): BigNumber; + + /** + * Returns a string representing the value of this BigNumber in exponential notation rounded using + * rounding mode `roundingMode` to `decimalPlaces` decimal places, i.e with one digit before the + * decimal point and `decimalPlaces` digits after it. + * + * If the value of this BigNumber in exponential notation has fewer than `decimalPlaces` fraction + * digits, the return value will be appended with zeros accordingly. + * + * If `decimalPlaces` is omitted, or is `null` or `undefined`, the number of digits after the + * decimal point defaults to the minimum number of digits necessary to represent the value + * exactly. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `decimalPlaces` or `roundingMode` is invalid. + * + * ```ts + * x = 45.6 + * y = new BigNumber(x) + * x.toExponential() // '4.56e+1' + * y.toExponential() // '4.56e+1' + * x.toExponential(0) // '5e+1' + * y.toExponential(0) // '5e+1' + * x.toExponential(1) // '4.6e+1' + * y.toExponential(1) // '4.6e+1' + * y.toExponential(1, 1) // '4.5e+1' (ROUND_DOWN) + * x.toExponential(3) // '4.560e+1' + * y.toExponential(3) // '4.560e+1' + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + toExponential(decimalPlaces: number, roundingMode?: BigNumber.RoundingMode): string; + toExponential(): string; + + /** + * Returns a string representing the value of this BigNumber in normal (fixed-point) notation + * rounded to `decimalPlaces` decimal places using rounding mode `roundingMode`. + * + * If the value of this BigNumber in normal notation has fewer than `decimalPlaces` fraction + * digits, the return value will be appended with zeros accordingly. + * + * Unlike `Number.prototype.toFixed`, which returns exponential notation if a number is greater or + * equal to 10**21, this method will always return normal notation. + * + * If `decimalPlaces` is omitted or is `null` or `undefined`, the return value will be unrounded + * and in normal notation. This is also unlike `Number.prototype.toFixed`, which returns the value + * to zero decimal places. It is useful when normal notation is required and the current + * `EXPONENTIAL_AT` setting causes `toString` to return exponential notation. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `decimalPlaces` or `roundingMode` is invalid. + * + * ```ts + * x = 3.456 + * y = new BigNumber(x) + * x.toFixed() // '3' + * y.toFixed() // '3.456' + * y.toFixed(0) // '3' + * x.toFixed(2) // '3.46' + * y.toFixed(2) // '3.46' + * y.toFixed(2, 1) // '3.45' (ROUND_DOWN) + * x.toFixed(5) // '3.45600' + * y.toFixed(5) // '3.45600' + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + */ + toFixed(decimalPlaces: number, roundingMode?: BigNumber.RoundingMode): string; + toFixed(): string; + + /** + * Returns a string representing the value of this BigNumber in normal (fixed-point) notation + * rounded to `decimalPlaces` decimal places using rounding mode `roundingMode`, and formatted + * according to the properties of the `format` or `FORMAT` object. + * + * The formatting object may contain some or all of the properties shown in the examples below. + * + * If `decimalPlaces` is omitted or is `null` or `undefined`, then the return value is not + * rounded to a fixed number of decimal places. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * If `format` is omitted or is `null` or `undefined`, `FORMAT` is used. + * + * Throws if `decimalPlaces`, `roundingMode`, or `format` is invalid. + * + * ```ts + * fmt = { + * decimalSeparator: '.', + * groupSeparator: ',', + * groupSize: 3, + * secondaryGroupSize: 0, + * fractionGroupSeparator: ' ', + * fractionGroupSize: 0 + * } + * + * x = new BigNumber('123456789.123456789') + * + * // Set the global formatting options + * BigNumber.config({ FORMAT: fmt }) + * + * x.toFormat() // '123,456,789.123456789' + * x.toFormat(3) // '123,456,789.123' + * + * // If a reference to the object assigned to FORMAT has been retained, + * // the format properties can be changed directly + * fmt.groupSeparator = ' ' + * fmt.fractionGroupSize = 5 + * x.toFormat() // '123 456 789.12345 6789' + * + * // Alternatively, pass the formatting options as an argument + * fmt = { + * decimalSeparator: ',', + * groupSeparator: '.', + * groupSize: 3, + * secondaryGroupSize: 2 + * } + * + * x.toFormat() // '123 456 789.12345 6789' + * x.toFormat(fmt) // '12.34.56.789,123456789' + * x.toFormat(2, fmt) // '12.34.56.789,12' + * x.toFormat(3, BigNumber.ROUND_UP, fmt) // '12.34.56.789,124' + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + * @param [roundingMode] Rounding mode, integer, 0 to 8. + * @param [format] Formatting options object. See `BigNumber.Format`. + */ + toFormat(decimalPlaces: number, roundingMode: BigNumber.RoundingMode, format?: BigNumber.Format): string; + toFormat(decimalPlaces: number, roundingMode?: BigNumber.RoundingMode): string; + toFormat(decimalPlaces?: number): string; + toFormat(decimalPlaces: number, format: BigNumber.Format): string; + toFormat(format: BigNumber.Format): string; + + /** + * Returns an array of two BigNumbers representing the value of this BigNumber as a simple + * fraction with an integer numerator and an integer denominator. + * The denominator will be a positive non-zero value less than or equal to `max_denominator`. + * If a maximum denominator, `max_denominator`, is not specified, or is `null` or `undefined`, the + * denominator will be the lowest value necessary to represent the number exactly. + * + * Throws if `max_denominator` is invalid. + * + * ```ts + * x = new BigNumber(1.75) + * x.toFraction() // '7, 4' + * + * pi = new BigNumber('3.14159265358') + * pi.toFraction() // '157079632679,50000000000' + * pi.toFraction(100000) // '312689, 99532' + * pi.toFraction(10000) // '355, 113' + * pi.toFraction(100) // '311, 99' + * pi.toFraction(10) // '22, 7' + * pi.toFraction(1) // '3, 1' + * ``` + * + * @param [max_denominator] The maximum denominator, integer > 0, or Infinity. + */ + toFraction(max_denominator?: BigNumber.Value): [BigNumber, BigNumber]; + + /** As `valueOf`. */ + toJSON(): string; + + /** + * Returns the value of this BigNumber as a JavaScript primitive number. + * + * Using the unary plus operator gives the same result. + * + * ```ts + * x = new BigNumber(456.789) + * x.toNumber() // 456.789 + * +x // 456.789 + * + * y = new BigNumber('45987349857634085409857349856430985') + * y.toNumber() // 4.598734985763409e+34 + * + * z = new BigNumber(-0) + * 1 / z.toNumber() // -Infinity + * 1 / +z // -Infinity + * ``` + */ + toNumber(): number; + + /** + * Returns a string representing the value of this BigNumber rounded to `significantDigits` + * significant digits using rounding mode `roundingMode`. + * + * If `significantDigits` is less than the number of digits necessary to represent the integer + * part of the value in normal (fixed-point) notation, then exponential notation is used. + * + * If `significantDigits` is omitted, or is `null` or `undefined`, then the return value is the + * same as `n.toString()`. + * + * If `roundingMode` is omitted or is `null` or `undefined`, `ROUNDING_MODE` is used. + * + * Throws if `significantDigits` or `roundingMode` is invalid. + * + * ```ts + * x = 45.6 + * y = new BigNumber(x) + * x.toPrecision() // '45.6' + * y.toPrecision() // '45.6' + * x.toPrecision(1) // '5e+1' + * y.toPrecision(1) // '5e+1' + * y.toPrecision(2, 0) // '4.6e+1' (ROUND_UP) + * y.toPrecision(2, 1) // '4.5e+1' (ROUND_DOWN) + * x.toPrecision(5) // '45.600' + * y.toPrecision(5) // '45.600' + * ``` + * + * @param [significantDigits] Significant digits, integer, 1 to 1e+9. + * @param [roundingMode] Rounding mode, integer 0 to 8. + */ + toPrecision(significantDigits: number, roundingMode?: BigNumber.RoundingMode): string; + toPrecision(): string; + + /** + * Returns a string representing the value of this BigNumber in base `base`, or base 10 if `base` + * is omitted or is `null` or `undefined`. + * + * For bases above 10, and using the default base conversion alphabet (see `ALPHABET`), values + * from 10 to 35 are represented by a-z (the same as `Number.prototype.toString`). + * + * If a base is specified the value is rounded according to the current `DECIMAL_PLACES` and + * `ROUNDING_MODE` settings, otherwise it is not. + * + * If a base is not specified, and this BigNumber has a positive exponent that is equal to or + * greater than the positive component of the current `EXPONENTIAL_AT` setting, or a negative + * exponent equal to or less than the negative component of the setting, then exponential notation + * is returned. + * + * If `base` is `null` or `undefined` it is ignored. + * + * Throws if `base` is invalid. + * + * ```ts + * x = new BigNumber(750000) + * x.toString() // '750000' + * BigNumber.config({ EXPONENTIAL_AT: 5 }) + * x.toString() // '7.5e+5' + * + * y = new BigNumber(362.875) + * y.toString(2) // '101101010.111' + * y.toString(9) // '442.77777777777777777778' + * y.toString(32) // 'ba.s' + * + * BigNumber.config({ DECIMAL_PLACES: 4 }); + * z = new BigNumber('1.23456789') + * z.toString() // '1.23456789' + * z.toString(10) // '1.2346' + * ``` + * + * @param [base] The base, integer, 2 to 36 (or `ALPHABET.length`, see `ALPHABET`). + */ + toString(base?: number): string; + + /** + * As `toString`, but does not accept a base argument and includes the minus sign for negative + * zero. + * + * ``ts + * x = new BigNumber('-0') + * x.toString() // '0' + * x.valueOf() // '-0' + * y = new BigNumber('1.777e+457') + * y.valueOf() // '1.777e+457' + * ``` + */ + valueOf(): string; + + /** Helps ES6 import. */ + private static readonly default?: BigNumber.Constructor; + + /** Helps ES6 import. */ + private static readonly BigNumber?: BigNumber.Constructor; + + /** Rounds away from zero. */ + static readonly ROUND_UP: 0; + + /** Rounds towards zero. */ + static readonly ROUND_DOWN: 1; + + /** Rounds towards Infinity. */ + static readonly ROUND_CEIL: 2; + + /** Rounds towards -Infinity. */ + static readonly ROUND_FLOOR: 3; + + /** Rounds towards nearest neighbour. If equidistant, rounds away from zero . */ + static readonly ROUND_HALF_UP: 4; + + /** Rounds towards nearest neighbour. If equidistant, rounds towards zero. */ + static readonly ROUND_HALF_DOWN: 5; + + /** Rounds towards nearest neighbour. If equidistant, rounds towards even neighbour. */ + static readonly ROUND_HALF_EVEN: 6; + + /** Rounds towards nearest neighbour. If equidistant, rounds towards Infinity. */ + static readonly ROUND_HALF_CEIL: 7; + + /** Rounds towards nearest neighbour. If equidistant, rounds towards -Infinity. */ + static readonly ROUND_HALF_FLOOR: 8; + + /** See `MODULO_MODE`. */ + static readonly EUCLID: 9; + + /** + * To aid in debugging, if a `BigNumber.DEBUG` property is `true` then an error will be thrown + * if the BigNumber constructor receives an invalid `BigNumber.Value`, or if `BigNumber.isBigNumber` + * receives a BigNumber instance that is malformed. + * + * ```ts + * // No error, and BigNumber NaN is returned. + * new BigNumber('blurgh') // 'NaN' + * new BigNumber(9, 2) // 'NaN' + * BigNumber.DEBUG = true + * new BigNumber('blurgh') // '[BigNumber Error] Not a number' + * new BigNumber(9, 2) // '[BigNumber Error] Not a base 2 number' + * ``` + * + * An error will also be thrown if a `BigNumber.Value` is of type number with more than 15 + * significant digits, as calling `toString` or `valueOf` on such numbers may not result + * in the intended value. + * + * ```ts + * console.log(823456789123456.3) // 823456789123456.2 + * // No error, and the returned BigNumber does not have the same value as the number literal. + * new BigNumber(823456789123456.3) // '823456789123456.2' + * BigNumber.DEBUG = true + * new BigNumber(823456789123456.3) + * // '[BigNumber Error] Number primitive has more than 15 significant digits' + * ``` + * + * Check that a BigNumber instance is well-formed: + * + * ```ts + * x = new BigNumber(10) + * + * BigNumber.DEBUG = false + * // Change x.c to an illegitimate value. + * x.c = NaN + * // No error, as BigNumber.DEBUG is false. + * BigNumber.isBigNumber(x) // true + * + * BigNumber.DEBUG = true + * BigNumber.isBigNumber(x) // '[BigNumber Error] Invalid BigNumber' + * ``` + */ + static DEBUG?: boolean; + + /** + * Returns a new independent BigNumber constructor with configuration as described by `object`, or + * with the default configuration if object is `null` or `undefined`. + * + * Throws if `object` is not an object. + * + * ```ts + * BigNumber.config({ DECIMAL_PLACES: 5 }) + * BN = BigNumber.clone({ DECIMAL_PLACES: 9 }) + * + * x = new BigNumber(1) + * y = new BN(1) + * + * x.div(3) // 0.33333 + * y.div(3) // 0.333333333 + * + * // BN = BigNumber.clone({ DECIMAL_PLACES: 9 }) is equivalent to: + * BN = BigNumber.clone() + * BN.config({ DECIMAL_PLACES: 9 }) + * ``` + * + * @param [object] The configuration object. + */ + static clone(object?: BigNumber.Config): BigNumber.Constructor; + + /** + * Configures the settings that apply to this BigNumber constructor. + * + * The configuration object, `object`, contains any number of the properties shown in the example + * below. + * + * Returns an object with the above properties and their current values. + * + * Throws if `object` is not an object, or if an invalid value is assigned to one or more of the + * properties. + * + * ```ts + * BigNumber.config({ + * DECIMAL_PLACES: 40, + * ROUNDING_MODE: BigNumber.ROUND_HALF_CEIL, + * EXPONENTIAL_AT: [-10, 20], + * RANGE: [-500, 500], + * CRYPTO: true, + * MODULO_MODE: BigNumber.ROUND_FLOOR, + * POW_PRECISION: 80, + * FORMAT: { + * groupSize: 3, + * groupSeparator: ' ', + * decimalSeparator: ',' + * }, + * ALPHABET: '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_' + * }); + * + * BigNumber.config().DECIMAL_PLACES // 40 + * ``` + * + * @param object The configuration object. + */ + static config(object: BigNumber.Config): BigNumber.Config; + + /** + * Returns `true` if `value` is a BigNumber instance, otherwise returns `false`. + * + * If `BigNumber.DEBUG` is `true`, throws if a BigNumber instance is not well-formed. + * + * ```ts + * x = 42 + * y = new BigNumber(x) + * + * BigNumber.isBigNumber(x) // false + * y instanceof BigNumber // true + * BigNumber.isBigNumber(y) // true + * + * BN = BigNumber.clone(); + * z = new BN(x) + * z instanceof BigNumber // false + * BigNumber.isBigNumber(z) // true + * ``` + * + * @param value The value to test. + */ + static isBigNumber(value: any): value is BigNumber; + + /** + * Returns a BigNumber whose value is the maximum of the arguments. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber('3257869345.0378653') + * BigNumber.maximum(4e9, x, '123456789.9') // '4000000000' + * + * arr = [12, '13', new BigNumber(14)] + * BigNumber.maximum.apply(null, arr) // '14' + * ``` + * + * @param n A numeric value. + */ + static maximum(...n: BigNumber.Value[]): BigNumber; + + /** + * Returns a BigNumber whose value is the maximum of the arguments. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber('3257869345.0378653') + * BigNumber.max(4e9, x, '123456789.9') // '4000000000' + * + * arr = [12, '13', new BigNumber(14)] + * BigNumber.max.apply(null, arr) // '14' + * ``` + * + * @param n A numeric value. + */ + static max(...n: BigNumber.Value[]): BigNumber; + + /** + * Returns a BigNumber whose value is the minimum of the arguments. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber('3257869345.0378653') + * BigNumber.minimum(4e9, x, '123456789.9') // '123456789.9' + * + * arr = [2, new BigNumber(-14), '-15.9999', -12] + * BigNumber.minimum.apply(null, arr) // '-15.9999' + * ``` + * + * @param n A numeric value. + */ + static minimum(...n: BigNumber.Value[]): BigNumber; + + /** + * Returns a BigNumber whose value is the minimum of the arguments. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber('3257869345.0378653') + * BigNumber.min(4e9, x, '123456789.9') // '123456789.9' + * + * arr = [2, new BigNumber(-14), '-15.9999', -12] + * BigNumber.min.apply(null, arr) // '-15.9999' + * ``` + * + * @param n A numeric value. + */ + static min(...n: BigNumber.Value[]): BigNumber; + + /** + * Returns a new BigNumber with a pseudo-random value equal to or greater than 0 and less than 1. + * + * The return value will have `decimalPlaces` decimal places, or less if trailing zeros are + * produced. If `decimalPlaces` is omitted, the current `DECIMAL_PLACES` setting will be used. + * + * Depending on the value of this BigNumber constructor's `CRYPTO` setting and the support for the + * `crypto` object in the host environment, the random digits of the return value are generated by + * either `Math.random` (fastest), `crypto.getRandomValues` (Web Cryptography API in recent + * browsers) or `crypto.randomBytes` (Node.js). + * + * To be able to set `CRYPTO` to true when using Node.js, the `crypto` object must be available + * globally: + * + * ```ts + * global.crypto = require('crypto') + * ``` + * + * If `CRYPTO` is true, i.e. one of the `crypto` methods is to be used, the value of a returned + * BigNumber should be cryptographically secure and statistically indistinguishable from a random + * value. + * + * Throws if `decimalPlaces` is invalid. + * + * ```ts + * BigNumber.config({ DECIMAL_PLACES: 10 }) + * BigNumber.random() // '0.4117936847' + * BigNumber.random(20) // '0.78193327636914089009' + * ``` + * + * @param [decimalPlaces] Decimal places, integer, 0 to 1e+9. + */ + static random(decimalPlaces?: number): BigNumber; + + /** + * Returns a BigNumber whose value is the sum of the arguments. + * + * The return value is always exact and unrounded. + * + * ```ts + * x = new BigNumber('3257869345.0378653') + * BigNumber.sum(4e9, x, '123456789.9') // '7381326134.9378653' + * + * arr = [2, new BigNumber(14), '15.9999', 12] + * BigNumber.sum.apply(null, arr) // '43.9999' + * ``` + * + * @param n A numeric value. + */ + static sum(...n: BigNumber.Value[]): BigNumber; + + /** + * Configures the settings that apply to this BigNumber constructor. + * + * The configuration object, `object`, contains any number of the properties shown in the example + * below. + * + * Returns an object with the above properties and their current values. + * + * Throws if `object` is not an object, or if an invalid value is assigned to one or more of the + * properties. + * + * ```ts + * BigNumber.set({ + * DECIMAL_PLACES: 40, + * ROUNDING_MODE: BigNumber.ROUND_HALF_CEIL, + * EXPONENTIAL_AT: [-10, 20], + * RANGE: [-500, 500], + * CRYPTO: true, + * MODULO_MODE: BigNumber.ROUND_FLOOR, + * POW_PRECISION: 80, + * FORMAT: { + * groupSize: 3, + * groupSeparator: ' ', + * decimalSeparator: ',' + * }, + * ALPHABET: '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_' + * }); + * + * BigNumber.set().DECIMAL_PLACES // 40 + * ``` + * + * @param object The configuration object. + */ + static set(object: BigNumber.Config): BigNumber.Config; +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.js" new file mode 100644 index 0000000..1ffc9f9 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.js" @@ -0,0 +1,2902 @@ +;(function (globalObject) { + 'use strict'; + +/* + * bignumber.js v9.0.0 + * A JavaScript library for arbitrary-precision arithmetic. + * https://github.com/MikeMcl/bignumber.js + * Copyright (c) 2019 Michael Mclaughlin + * MIT Licensed. + * + * BigNumber.prototype methods | BigNumber methods + * | + * absoluteValue abs | clone + * comparedTo | config set + * decimalPlaces dp | DECIMAL_PLACES + * dividedBy div | ROUNDING_MODE + * dividedToIntegerBy idiv | EXPONENTIAL_AT + * exponentiatedBy pow | RANGE + * integerValue | CRYPTO + * isEqualTo eq | MODULO_MODE + * isFinite | POW_PRECISION + * isGreaterThan gt | FORMAT + * isGreaterThanOrEqualTo gte | ALPHABET + * isInteger | isBigNumber + * isLessThan lt | maximum max + * isLessThanOrEqualTo lte | minimum min + * isNaN | random + * isNegative | sum + * isPositive | + * isZero | + * minus | + * modulo mod | + * multipliedBy times | + * negated | + * plus | + * precision sd | + * shiftedBy | + * squareRoot sqrt | + * toExponential | + * toFixed | + * toFormat | + * toFraction | + * toJSON | + * toNumber | + * toPrecision | + * toString | + * valueOf | + * + */ + + + var BigNumber, + isNumeric = /^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i, + mathceil = Math.ceil, + mathfloor = Math.floor, + + bignumberError = '[BigNumber Error] ', + tooManyDigits = bignumberError + 'Number primitive has more than 15 significant digits: ', + + BASE = 1e14, + LOG_BASE = 14, + MAX_SAFE_INTEGER = 0x1fffffffffffff, // 2^53 - 1 + // MAX_INT32 = 0x7fffffff, // 2^31 - 1 + POWS_TEN = [1, 10, 100, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10, 1e11, 1e12, 1e13], + SQRT_BASE = 1e7, + + // EDITABLE + // The limit on the value of DECIMAL_PLACES, TO_EXP_NEG, TO_EXP_POS, MIN_EXP, MAX_EXP, and + // the arguments to toExponential, toFixed, toFormat, and toPrecision. + MAX = 1E9; // 0 to MAX_INT32 + + + /* + * Create and return a BigNumber constructor. + */ + function clone(configObject) { + var div, convertBase, parseNumeric, + P = BigNumber.prototype = { constructor: BigNumber, toString: null, valueOf: null }, + ONE = new BigNumber(1), + + + //----------------------------- EDITABLE CONFIG DEFAULTS ------------------------------- + + + // The default values below must be integers within the inclusive ranges stated. + // The values can also be changed at run-time using BigNumber.set. + + // The maximum number of decimal places for operations involving division. + DECIMAL_PLACES = 20, // 0 to MAX + + // The rounding mode used when rounding to the above decimal places, and when using + // toExponential, toFixed, toFormat and toPrecision, and round (default value). + // UP 0 Away from zero. + // DOWN 1 Towards zero. + // CEIL 2 Towards +Infinity. + // FLOOR 3 Towards -Infinity. + // HALF_UP 4 Towards nearest neighbour. If equidistant, up. + // HALF_DOWN 5 Towards nearest neighbour. If equidistant, down. + // HALF_EVEN 6 Towards nearest neighbour. If equidistant, towards even neighbour. + // HALF_CEIL 7 Towards nearest neighbour. If equidistant, towards +Infinity. + // HALF_FLOOR 8 Towards nearest neighbour. If equidistant, towards -Infinity. + ROUNDING_MODE = 4, // 0 to 8 + + // EXPONENTIAL_AT : [TO_EXP_NEG , TO_EXP_POS] + + // The exponent value at and beneath which toString returns exponential notation. + // Number type: -7 + TO_EXP_NEG = -7, // 0 to -MAX + + // The exponent value at and above which toString returns exponential notation. + // Number type: 21 + TO_EXP_POS = 21, // 0 to MAX + + // RANGE : [MIN_EXP, MAX_EXP] + + // The minimum exponent value, beneath which underflow to zero occurs. + // Number type: -324 (5e-324) + MIN_EXP = -1e7, // -1 to -MAX + + // The maximum exponent value, above which overflow to Infinity occurs. + // Number type: 308 (1.7976931348623157e+308) + // For MAX_EXP > 1e7, e.g. new BigNumber('1e100000000').plus(1) may be slow. + MAX_EXP = 1e7, // 1 to MAX + + // Whether to use cryptographically-secure random number generation, if available. + CRYPTO = false, // true or false + + // The modulo mode used when calculating the modulus: a mod n. + // The quotient (q = a / n) is calculated according to the corresponding rounding mode. + // The remainder (r) is calculated as: r = a - n * q. + // + // UP 0 The remainder is positive if the dividend is negative, else is negative. + // DOWN 1 The remainder has the same sign as the dividend. + // This modulo mode is commonly known as 'truncated division' and is + // equivalent to (a % n) in JavaScript. + // FLOOR 3 The remainder has the same sign as the divisor (Python %). + // HALF_EVEN 6 This modulo mode implements the IEEE 754 remainder function. + // EUCLID 9 Euclidian division. q = sign(n) * floor(a / abs(n)). + // The remainder is always positive. + // + // The truncated division, floored division, Euclidian division and IEEE 754 remainder + // modes are commonly used for the modulus operation. + // Although the other rounding modes can also be used, they may not give useful results. + MODULO_MODE = 1, // 0 to 9 + + // The maximum number of significant digits of the result of the exponentiatedBy operation. + // If POW_PRECISION is 0, there will be unlimited significant digits. + POW_PRECISION = 0, // 0 to MAX + + // The format specification used by the BigNumber.prototype.toFormat method. + FORMAT = { + prefix: '', + groupSize: 3, + secondaryGroupSize: 0, + groupSeparator: ',', + decimalSeparator: '.', + fractionGroupSize: 0, + fractionGroupSeparator: '\xA0', // non-breaking space + suffix: '' + }, + + // The alphabet used for base conversion. It must be at least 2 characters long, with no '+', + // '-', '.', whitespace, or repeated character. + // '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_' + ALPHABET = '0123456789abcdefghijklmnopqrstuvwxyz'; + + + //------------------------------------------------------------------------------------------ + + + // CONSTRUCTOR + + + /* + * The BigNumber constructor and exported function. + * Create and return a new instance of a BigNumber object. + * + * v {number|string|BigNumber} A numeric value. + * [b] {number} The base of v. Integer, 2 to ALPHABET.length inclusive. + */ + function BigNumber(v, b) { + var alphabet, c, caseChanged, e, i, isNum, len, str, + x = this; + + // Enable constructor call without `new`. + if (!(x instanceof BigNumber)) return new BigNumber(v, b); + + if (b == null) { + + if (v && v._isBigNumber === true) { + x.s = v.s; + + if (!v.c || v.e > MAX_EXP) { + x.c = x.e = null; + } else if (v.e < MIN_EXP) { + x.c = [x.e = 0]; + } else { + x.e = v.e; + x.c = v.c.slice(); + } + + return; + } + + if ((isNum = typeof v == 'number') && v * 0 == 0) { + + // Use `1 / n` to handle minus zero also. + x.s = 1 / v < 0 ? (v = -v, -1) : 1; + + // Fast path for integers, where n < 2147483648 (2**31). + if (v === ~~v) { + for (e = 0, i = v; i >= 10; i /= 10, e++); + + if (e > MAX_EXP) { + x.c = x.e = null; + } else { + x.e = e; + x.c = [v]; + } + + return; + } + + str = String(v); + } else { + + if (!isNumeric.test(str = String(v))) return parseNumeric(x, str, isNum); + + x.s = str.charCodeAt(0) == 45 ? (str = str.slice(1), -1) : 1; + } + + // Decimal point? + if ((e = str.indexOf('.')) > -1) str = str.replace('.', ''); + + // Exponential form? + if ((i = str.search(/e/i)) > 0) { + + // Determine exponent. + if (e < 0) e = i; + e += +str.slice(i + 1); + str = str.substring(0, i); + } else if (e < 0) { + + // Integer. + e = str.length; + } + + } else { + + // '[BigNumber Error] Base {not a primitive number|not an integer|out of range}: {b}' + intCheck(b, 2, ALPHABET.length, 'Base'); + + // Allow exponential notation to be used with base 10 argument, while + // also rounding to DECIMAL_PLACES as with other bases. + if (b == 10) { + x = new BigNumber(v); + return round(x, DECIMAL_PLACES + x.e + 1, ROUNDING_MODE); + } + + str = String(v); + + if (isNum = typeof v == 'number') { + + // Avoid potential interpretation of Infinity and NaN as base 44+ values. + if (v * 0 != 0) return parseNumeric(x, str, isNum, b); + + x.s = 1 / v < 0 ? (str = str.slice(1), -1) : 1; + + // '[BigNumber Error] Number primitive has more than 15 significant digits: {n}' + if (BigNumber.DEBUG && str.replace(/^0\.0*|\./, '').length > 15) { + throw Error + (tooManyDigits + v); + } + } else { + x.s = str.charCodeAt(0) === 45 ? (str = str.slice(1), -1) : 1; + } + + alphabet = ALPHABET.slice(0, b); + e = i = 0; + + // Check that str is a valid base b number. + // Don't use RegExp, so alphabet can contain special characters. + for (len = str.length; i < len; i++) { + if (alphabet.indexOf(c = str.charAt(i)) < 0) { + if (c == '.') { + + // If '.' is not the first character and it has not be found before. + if (i > e) { + e = len; + continue; + } + } else if (!caseChanged) { + + // Allow e.g. hexadecimal 'FF' as well as 'ff'. + if (str == str.toUpperCase() && (str = str.toLowerCase()) || + str == str.toLowerCase() && (str = str.toUpperCase())) { + caseChanged = true; + i = -1; + e = 0; + continue; + } + } + + return parseNumeric(x, String(v), isNum, b); + } + } + + // Prevent later check for length on converted number. + isNum = false; + str = convertBase(str, b, 10, x.s); + + // Decimal point? + if ((e = str.indexOf('.')) > -1) str = str.replace('.', ''); + else e = str.length; + } + + // Determine leading zeros. + for (i = 0; str.charCodeAt(i) === 48; i++); + + // Determine trailing zeros. + for (len = str.length; str.charCodeAt(--len) === 48;); + + if (str = str.slice(i, ++len)) { + len -= i; + + // '[BigNumber Error] Number primitive has more than 15 significant digits: {n}' + if (isNum && BigNumber.DEBUG && + len > 15 && (v > MAX_SAFE_INTEGER || v !== mathfloor(v))) { + throw Error + (tooManyDigits + (x.s * v)); + } + + // Overflow? + if ((e = e - i - 1) > MAX_EXP) { + + // Infinity. + x.c = x.e = null; + + // Underflow? + } else if (e < MIN_EXP) { + + // Zero. + x.c = [x.e = 0]; + } else { + x.e = e; + x.c = []; + + // Transform base + + // e is the base 10 exponent. + // i is where to slice str to get the first element of the coefficient array. + i = (e + 1) % LOG_BASE; + if (e < 0) i += LOG_BASE; // i < 1 + + if (i < len) { + if (i) x.c.push(+str.slice(0, i)); + + for (len -= LOG_BASE; i < len;) { + x.c.push(+str.slice(i, i += LOG_BASE)); + } + + i = LOG_BASE - (str = str.slice(i)).length; + } else { + i -= len; + } + + for (; i--; str += '0'); + x.c.push(+str); + } + } else { + + // Zero. + x.c = [x.e = 0]; + } + } + + + // CONSTRUCTOR PROPERTIES + + + BigNumber.clone = clone; + + BigNumber.ROUND_UP = 0; + BigNumber.ROUND_DOWN = 1; + BigNumber.ROUND_CEIL = 2; + BigNumber.ROUND_FLOOR = 3; + BigNumber.ROUND_HALF_UP = 4; + BigNumber.ROUND_HALF_DOWN = 5; + BigNumber.ROUND_HALF_EVEN = 6; + BigNumber.ROUND_HALF_CEIL = 7; + BigNumber.ROUND_HALF_FLOOR = 8; + BigNumber.EUCLID = 9; + + + /* + * Configure infrequently-changing library-wide settings. + * + * Accept an object with the following optional properties (if the value of a property is + * a number, it must be an integer within the inclusive range stated): + * + * DECIMAL_PLACES {number} 0 to MAX + * ROUNDING_MODE {number} 0 to 8 + * EXPONENTIAL_AT {number|number[]} -MAX to MAX or [-MAX to 0, 0 to MAX] + * RANGE {number|number[]} -MAX to MAX (not zero) or [-MAX to -1, 1 to MAX] + * CRYPTO {boolean} true or false + * MODULO_MODE {number} 0 to 9 + * POW_PRECISION {number} 0 to MAX + * ALPHABET {string} A string of two or more unique characters which does + * not contain '.'. + * FORMAT {object} An object with some of the following properties: + * prefix {string} + * groupSize {number} + * secondaryGroupSize {number} + * groupSeparator {string} + * decimalSeparator {string} + * fractionGroupSize {number} + * fractionGroupSeparator {string} + * suffix {string} + * + * (The values assigned to the above FORMAT object properties are not checked for validity.) + * + * E.g. + * BigNumber.config({ DECIMAL_PLACES : 20, ROUNDING_MODE : 4 }) + * + * Ignore properties/parameters set to null or undefined, except for ALPHABET. + * + * Return an object with the properties current values. + */ + BigNumber.config = BigNumber.set = function (obj) { + var p, v; + + if (obj != null) { + + if (typeof obj == 'object') { + + // DECIMAL_PLACES {number} Integer, 0 to MAX inclusive. + // '[BigNumber Error] DECIMAL_PLACES {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'DECIMAL_PLACES')) { + v = obj[p]; + intCheck(v, 0, MAX, p); + DECIMAL_PLACES = v; + } + + // ROUNDING_MODE {number} Integer, 0 to 8 inclusive. + // '[BigNumber Error] ROUNDING_MODE {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'ROUNDING_MODE')) { + v = obj[p]; + intCheck(v, 0, 8, p); + ROUNDING_MODE = v; + } + + // EXPONENTIAL_AT {number|number[]} + // Integer, -MAX to MAX inclusive or + // [integer -MAX to 0 inclusive, 0 to MAX inclusive]. + // '[BigNumber Error] EXPONENTIAL_AT {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'EXPONENTIAL_AT')) { + v = obj[p]; + if (v && v.pop) { + intCheck(v[0], -MAX, 0, p); + intCheck(v[1], 0, MAX, p); + TO_EXP_NEG = v[0]; + TO_EXP_POS = v[1]; + } else { + intCheck(v, -MAX, MAX, p); + TO_EXP_NEG = -(TO_EXP_POS = v < 0 ? -v : v); + } + } + + // RANGE {number|number[]} Non-zero integer, -MAX to MAX inclusive or + // [integer -MAX to -1 inclusive, integer 1 to MAX inclusive]. + // '[BigNumber Error] RANGE {not a primitive number|not an integer|out of range|cannot be zero}: {v}' + if (obj.hasOwnProperty(p = 'RANGE')) { + v = obj[p]; + if (v && v.pop) { + intCheck(v[0], -MAX, -1, p); + intCheck(v[1], 1, MAX, p); + MIN_EXP = v[0]; + MAX_EXP = v[1]; + } else { + intCheck(v, -MAX, MAX, p); + if (v) { + MIN_EXP = -(MAX_EXP = v < 0 ? -v : v); + } else { + throw Error + (bignumberError + p + ' cannot be zero: ' + v); + } + } + } + + // CRYPTO {boolean} true or false. + // '[BigNumber Error] CRYPTO not true or false: {v}' + // '[BigNumber Error] crypto unavailable' + if (obj.hasOwnProperty(p = 'CRYPTO')) { + v = obj[p]; + if (v === !!v) { + if (v) { + if (typeof crypto != 'undefined' && crypto && + (crypto.getRandomValues || crypto.randomBytes)) { + CRYPTO = v; + } else { + CRYPTO = !v; + throw Error + (bignumberError + 'crypto unavailable'); + } + } else { + CRYPTO = v; + } + } else { + throw Error + (bignumberError + p + ' not true or false: ' + v); + } + } + + // MODULO_MODE {number} Integer, 0 to 9 inclusive. + // '[BigNumber Error] MODULO_MODE {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'MODULO_MODE')) { + v = obj[p]; + intCheck(v, 0, 9, p); + MODULO_MODE = v; + } + + // POW_PRECISION {number} Integer, 0 to MAX inclusive. + // '[BigNumber Error] POW_PRECISION {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'POW_PRECISION')) { + v = obj[p]; + intCheck(v, 0, MAX, p); + POW_PRECISION = v; + } + + // FORMAT {object} + // '[BigNumber Error] FORMAT not an object: {v}' + if (obj.hasOwnProperty(p = 'FORMAT')) { + v = obj[p]; + if (typeof v == 'object') FORMAT = v; + else throw Error + (bignumberError + p + ' not an object: ' + v); + } + + // ALPHABET {string} + // '[BigNumber Error] ALPHABET invalid: {v}' + if (obj.hasOwnProperty(p = 'ALPHABET')) { + v = obj[p]; + + // Disallow if only one character, + // or if it contains '+', '-', '.', whitespace, or a repeated character. + if (typeof v == 'string' && !/^.$|[+-.\s]|(.).*\1/.test(v)) { + ALPHABET = v; + } else { + throw Error + (bignumberError + p + ' invalid: ' + v); + } + } + + } else { + + // '[BigNumber Error] Object expected: {v}' + throw Error + (bignumberError + 'Object expected: ' + obj); + } + } + + return { + DECIMAL_PLACES: DECIMAL_PLACES, + ROUNDING_MODE: ROUNDING_MODE, + EXPONENTIAL_AT: [TO_EXP_NEG, TO_EXP_POS], + RANGE: [MIN_EXP, MAX_EXP], + CRYPTO: CRYPTO, + MODULO_MODE: MODULO_MODE, + POW_PRECISION: POW_PRECISION, + FORMAT: FORMAT, + ALPHABET: ALPHABET + }; + }; + + + /* + * Return true if v is a BigNumber instance, otherwise return false. + * + * If BigNumber.DEBUG is true, throw if a BigNumber instance is not well-formed. + * + * v {any} + * + * '[BigNumber Error] Invalid BigNumber: {v}' + */ + BigNumber.isBigNumber = function (v) { + if (!v || v._isBigNumber !== true) return false; + if (!BigNumber.DEBUG) return true; + + var i, n, + c = v.c, + e = v.e, + s = v.s; + + out: if ({}.toString.call(c) == '[object Array]') { + + if ((s === 1 || s === -1) && e >= -MAX && e <= MAX && e === mathfloor(e)) { + + // If the first element is zero, the BigNumber value must be zero. + if (c[0] === 0) { + if (e === 0 && c.length === 1) return true; + break out; + } + + // Calculate number of digits that c[0] should have, based on the exponent. + i = (e + 1) % LOG_BASE; + if (i < 1) i += LOG_BASE; + + // Calculate number of digits of c[0]. + //if (Math.ceil(Math.log(c[0] + 1) / Math.LN10) == i) { + if (String(c[0]).length == i) { + + for (i = 0; i < c.length; i++) { + n = c[i]; + if (n < 0 || n >= BASE || n !== mathfloor(n)) break out; + } + + // Last element cannot be zero, unless it is the only element. + if (n !== 0) return true; + } + } + + // Infinity/NaN + } else if (c === null && e === null && (s === null || s === 1 || s === -1)) { + return true; + } + + throw Error + (bignumberError + 'Invalid BigNumber: ' + v); + }; + + + /* + * Return a new BigNumber whose value is the maximum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.maximum = BigNumber.max = function () { + return maxOrMin(arguments, P.lt); + }; + + + /* + * Return a new BigNumber whose value is the minimum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.minimum = BigNumber.min = function () { + return maxOrMin(arguments, P.gt); + }; + + + /* + * Return a new BigNumber with a random value equal to or greater than 0 and less than 1, + * and with dp, or DECIMAL_PLACES if dp is omitted, decimal places (or less if trailing + * zeros are produced). + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp}' + * '[BigNumber Error] crypto unavailable' + */ + BigNumber.random = (function () { + var pow2_53 = 0x20000000000000; + + // Return a 53 bit integer n, where 0 <= n < 9007199254740992. + // Check if Math.random() produces more than 32 bits of randomness. + // If it does, assume at least 53 bits are produced, otherwise assume at least 30 bits. + // 0x40000000 is 2^30, 0x800000 is 2^23, 0x1fffff is 2^21 - 1. + var random53bitInt = (Math.random() * pow2_53) & 0x1fffff + ? function () { return mathfloor(Math.random() * pow2_53); } + : function () { return ((Math.random() * 0x40000000 | 0) * 0x800000) + + (Math.random() * 0x800000 | 0); }; + + return function (dp) { + var a, b, e, k, v, + i = 0, + c = [], + rand = new BigNumber(ONE); + + if (dp == null) dp = DECIMAL_PLACES; + else intCheck(dp, 0, MAX); + + k = mathceil(dp / LOG_BASE); + + if (CRYPTO) { + + // Browsers supporting crypto.getRandomValues. + if (crypto.getRandomValues) { + + a = crypto.getRandomValues(new Uint32Array(k *= 2)); + + for (; i < k;) { + + // 53 bits: + // ((Math.pow(2, 32) - 1) * Math.pow(2, 21)).toString(2) + // 11111 11111111 11111111 11111111 11100000 00000000 00000000 + // ((Math.pow(2, 32) - 1) >>> 11).toString(2) + // 11111 11111111 11111111 + // 0x20000 is 2^21. + v = a[i] * 0x20000 + (a[i + 1] >>> 11); + + // Rejection sampling: + // 0 <= v < 9007199254740992 + // Probability that v >= 9e15, is + // 7199254740992 / 9007199254740992 ~= 0.0008, i.e. 1 in 1251 + if (v >= 9e15) { + b = crypto.getRandomValues(new Uint32Array(2)); + a[i] = b[0]; + a[i + 1] = b[1]; + } else { + + // 0 <= v <= 8999999999999999 + // 0 <= (v % 1e14) <= 99999999999999 + c.push(v % 1e14); + i += 2; + } + } + i = k / 2; + + // Node.js supporting crypto.randomBytes. + } else if (crypto.randomBytes) { + + // buffer + a = crypto.randomBytes(k *= 7); + + for (; i < k;) { + + // 0x1000000000000 is 2^48, 0x10000000000 is 2^40 + // 0x100000000 is 2^32, 0x1000000 is 2^24 + // 11111 11111111 11111111 11111111 11111111 11111111 11111111 + // 0 <= v < 9007199254740992 + v = ((a[i] & 31) * 0x1000000000000) + (a[i + 1] * 0x10000000000) + + (a[i + 2] * 0x100000000) + (a[i + 3] * 0x1000000) + + (a[i + 4] << 16) + (a[i + 5] << 8) + a[i + 6]; + + if (v >= 9e15) { + crypto.randomBytes(7).copy(a, i); + } else { + + // 0 <= (v % 1e14) <= 99999999999999 + c.push(v % 1e14); + i += 7; + } + } + i = k / 7; + } else { + CRYPTO = false; + throw Error + (bignumberError + 'crypto unavailable'); + } + } + + // Use Math.random. + if (!CRYPTO) { + + for (; i < k;) { + v = random53bitInt(); + if (v < 9e15) c[i++] = v % 1e14; + } + } + + k = c[--i]; + dp %= LOG_BASE; + + // Convert trailing digits to zeros according to dp. + if (k && dp) { + v = POWS_TEN[LOG_BASE - dp]; + c[i] = mathfloor(k / v) * v; + } + + // Remove trailing elements which are zero. + for (; c[i] === 0; c.pop(), i--); + + // Zero? + if (i < 0) { + c = [e = 0]; + } else { + + // Remove leading elements which are zero and adjust exponent accordingly. + for (e = -1 ; c[0] === 0; c.splice(0, 1), e -= LOG_BASE); + + // Count the digits of the first element of c to determine leading zeros, and... + for (i = 1, v = c[0]; v >= 10; v /= 10, i++); + + // adjust the exponent accordingly. + if (i < LOG_BASE) e -= LOG_BASE - i; + } + + rand.e = e; + rand.c = c; + return rand; + }; + })(); + + + /* + * Return a BigNumber whose value is the sum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.sum = function () { + var i = 1, + args = arguments, + sum = new BigNumber(args[0]); + for (; i < args.length;) sum = sum.plus(args[i++]); + return sum; + }; + + + // PRIVATE FUNCTIONS + + + // Called by BigNumber and BigNumber.prototype.toString. + convertBase = (function () { + var decimal = '0123456789'; + + /* + * Convert string of baseIn to an array of numbers of baseOut. + * Eg. toBaseOut('255', 10, 16) returns [15, 15]. + * Eg. toBaseOut('ff', 16, 10) returns [2, 5, 5]. + */ + function toBaseOut(str, baseIn, baseOut, alphabet) { + var j, + arr = [0], + arrL, + i = 0, + len = str.length; + + for (; i < len;) { + for (arrL = arr.length; arrL--; arr[arrL] *= baseIn); + + arr[0] += alphabet.indexOf(str.charAt(i++)); + + for (j = 0; j < arr.length; j++) { + + if (arr[j] > baseOut - 1) { + if (arr[j + 1] == null) arr[j + 1] = 0; + arr[j + 1] += arr[j] / baseOut | 0; + arr[j] %= baseOut; + } + } + } + + return arr.reverse(); + } + + // Convert a numeric string of baseIn to a numeric string of baseOut. + // If the caller is toString, we are converting from base 10 to baseOut. + // If the caller is BigNumber, we are converting from baseIn to base 10. + return function (str, baseIn, baseOut, sign, callerIsToString) { + var alphabet, d, e, k, r, x, xc, y, + i = str.indexOf('.'), + dp = DECIMAL_PLACES, + rm = ROUNDING_MODE; + + // Non-integer. + if (i >= 0) { + k = POW_PRECISION; + + // Unlimited precision. + POW_PRECISION = 0; + str = str.replace('.', ''); + y = new BigNumber(baseIn); + x = y.pow(str.length - i); + POW_PRECISION = k; + + // Convert str as if an integer, then restore the fraction part by dividing the + // result by its base raised to a power. + + y.c = toBaseOut(toFixedPoint(coeffToString(x.c), x.e, '0'), + 10, baseOut, decimal); + y.e = y.c.length; + } + + // Convert the number as integer. + + xc = toBaseOut(str, baseIn, baseOut, callerIsToString + ? (alphabet = ALPHABET, decimal) + : (alphabet = decimal, ALPHABET)); + + // xc now represents str as an integer and converted to baseOut. e is the exponent. + e = k = xc.length; + + // Remove trailing zeros. + for (; xc[--k] == 0; xc.pop()); + + // Zero? + if (!xc[0]) return alphabet.charAt(0); + + // Does str represent an integer? If so, no need for the division. + if (i < 0) { + --e; + } else { + x.c = xc; + x.e = e; + + // The sign is needed for correct rounding. + x.s = sign; + x = div(x, y, dp, rm, baseOut); + xc = x.c; + r = x.r; + e = x.e; + } + + // xc now represents str converted to baseOut. + + // THe index of the rounding digit. + d = e + dp + 1; + + // The rounding digit: the digit to the right of the digit that may be rounded up. + i = xc[d]; + + // Look at the rounding digits and mode to determine whether to round up. + + k = baseOut / 2; + r = r || d < 0 || xc[d + 1] != null; + + r = rm < 4 ? (i != null || r) && (rm == 0 || rm == (x.s < 0 ? 3 : 2)) + : i > k || i == k &&(rm == 4 || r || rm == 6 && xc[d - 1] & 1 || + rm == (x.s < 0 ? 8 : 7)); + + // If the index of the rounding digit is not greater than zero, or xc represents + // zero, then the result of the base conversion is zero or, if rounding up, a value + // such as 0.00001. + if (d < 1 || !xc[0]) { + + // 1^-dp or 0 + str = r ? toFixedPoint(alphabet.charAt(1), -dp, alphabet.charAt(0)) : alphabet.charAt(0); + } else { + + // Truncate xc to the required number of decimal places. + xc.length = d; + + // Round up? + if (r) { + + // Rounding up may mean the previous digit has to be rounded up and so on. + for (--baseOut; ++xc[--d] > baseOut;) { + xc[d] = 0; + + if (!d) { + ++e; + xc = [1].concat(xc); + } + } + } + + // Determine trailing zeros. + for (k = xc.length; !xc[--k];); + + // E.g. [4, 11, 15] becomes 4bf. + for (i = 0, str = ''; i <= k; str += alphabet.charAt(xc[i++])); + + // Add leading zeros, decimal point and trailing zeros as required. + str = toFixedPoint(str, e, alphabet.charAt(0)); + } + + // The caller will add the sign. + return str; + }; + })(); + + + // Perform division in the specified base. Called by div and convertBase. + div = (function () { + + // Assume non-zero x and k. + function multiply(x, k, base) { + var m, temp, xlo, xhi, + carry = 0, + i = x.length, + klo = k % SQRT_BASE, + khi = k / SQRT_BASE | 0; + + for (x = x.slice(); i--;) { + xlo = x[i] % SQRT_BASE; + xhi = x[i] / SQRT_BASE | 0; + m = khi * xlo + xhi * klo; + temp = klo * xlo + ((m % SQRT_BASE) * SQRT_BASE) + carry; + carry = (temp / base | 0) + (m / SQRT_BASE | 0) + khi * xhi; + x[i] = temp % base; + } + + if (carry) x = [carry].concat(x); + + return x; + } + + function compare(a, b, aL, bL) { + var i, cmp; + + if (aL != bL) { + cmp = aL > bL ? 1 : -1; + } else { + + for (i = cmp = 0; i < aL; i++) { + + if (a[i] != b[i]) { + cmp = a[i] > b[i] ? 1 : -1; + break; + } + } + } + + return cmp; + } + + function subtract(a, b, aL, base) { + var i = 0; + + // Subtract b from a. + for (; aL--;) { + a[aL] -= i; + i = a[aL] < b[aL] ? 1 : 0; + a[aL] = i * base + a[aL] - b[aL]; + } + + // Remove leading zeros. + for (; !a[0] && a.length > 1; a.splice(0, 1)); + } + + // x: dividend, y: divisor. + return function (x, y, dp, rm, base) { + var cmp, e, i, more, n, prod, prodL, q, qc, rem, remL, rem0, xi, xL, yc0, + yL, yz, + s = x.s == y.s ? 1 : -1, + xc = x.c, + yc = y.c; + + // Either NaN, Infinity or 0? + if (!xc || !xc[0] || !yc || !yc[0]) { + + return new BigNumber( + + // Return NaN if either NaN, or both Infinity or 0. + !x.s || !y.s || (xc ? yc && xc[0] == yc[0] : !yc) ? NaN : + + // Return ±0 if x is ±0 or y is ±Infinity, or return ±Infinity as y is ±0. + xc && xc[0] == 0 || !yc ? s * 0 : s / 0 + ); + } + + q = new BigNumber(s); + qc = q.c = []; + e = x.e - y.e; + s = dp + e + 1; + + if (!base) { + base = BASE; + e = bitFloor(x.e / LOG_BASE) - bitFloor(y.e / LOG_BASE); + s = s / LOG_BASE | 0; + } + + // Result exponent may be one less then the current value of e. + // The coefficients of the BigNumbers from convertBase may have trailing zeros. + for (i = 0; yc[i] == (xc[i] || 0); i++); + + if (yc[i] > (xc[i] || 0)) e--; + + if (s < 0) { + qc.push(1); + more = true; + } else { + xL = xc.length; + yL = yc.length; + i = 0; + s += 2; + + // Normalise xc and yc so highest order digit of yc is >= base / 2. + + n = mathfloor(base / (yc[0] + 1)); + + // Not necessary, but to handle odd bases where yc[0] == (base / 2) - 1. + // if (n > 1 || n++ == 1 && yc[0] < base / 2) { + if (n > 1) { + yc = multiply(yc, n, base); + xc = multiply(xc, n, base); + yL = yc.length; + xL = xc.length; + } + + xi = yL; + rem = xc.slice(0, yL); + remL = rem.length; + + // Add zeros to make remainder as long as divisor. + for (; remL < yL; rem[remL++] = 0); + yz = yc.slice(); + yz = [0].concat(yz); + yc0 = yc[0]; + if (yc[1] >= base / 2) yc0++; + // Not necessary, but to prevent trial digit n > base, when using base 3. + // else if (base == 3 && yc0 == 1) yc0 = 1 + 1e-15; + + do { + n = 0; + + // Compare divisor and remainder. + cmp = compare(yc, rem, yL, remL); + + // If divisor < remainder. + if (cmp < 0) { + + // Calculate trial digit, n. + + rem0 = rem[0]; + if (yL != remL) rem0 = rem0 * base + (rem[1] || 0); + + // n is how many times the divisor goes into the current remainder. + n = mathfloor(rem0 / yc0); + + // Algorithm: + // product = divisor multiplied by trial digit (n). + // Compare product and remainder. + // If product is greater than remainder: + // Subtract divisor from product, decrement trial digit. + // Subtract product from remainder. + // If product was less than remainder at the last compare: + // Compare new remainder and divisor. + // If remainder is greater than divisor: + // Subtract divisor from remainder, increment trial digit. + + if (n > 1) { + + // n may be > base only when base is 3. + if (n >= base) n = base - 1; + + // product = divisor * trial digit. + prod = multiply(yc, n, base); + prodL = prod.length; + remL = rem.length; + + // Compare product and remainder. + // If product > remainder then trial digit n too high. + // n is 1 too high about 5% of the time, and is not known to have + // ever been more than 1 too high. + while (compare(prod, rem, prodL, remL) == 1) { + n--; + + // Subtract divisor from product. + subtract(prod, yL < prodL ? yz : yc, prodL, base); + prodL = prod.length; + cmp = 1; + } + } else { + + // n is 0 or 1, cmp is -1. + // If n is 0, there is no need to compare yc and rem again below, + // so change cmp to 1 to avoid it. + // If n is 1, leave cmp as -1, so yc and rem are compared again. + if (n == 0) { + + // divisor < remainder, so n must be at least 1. + cmp = n = 1; + } + + // product = divisor + prod = yc.slice(); + prodL = prod.length; + } + + if (prodL < remL) prod = [0].concat(prod); + + // Subtract product from remainder. + subtract(rem, prod, remL, base); + remL = rem.length; + + // If product was < remainder. + if (cmp == -1) { + + // Compare divisor and new remainder. + // If divisor < new remainder, subtract divisor from remainder. + // Trial digit n too low. + // n is 1 too low about 5% of the time, and very rarely 2 too low. + while (compare(yc, rem, yL, remL) < 1) { + n++; + + // Subtract divisor from remainder. + subtract(rem, yL < remL ? yz : yc, remL, base); + remL = rem.length; + } + } + } else if (cmp === 0) { + n++; + rem = [0]; + } // else cmp === 1 and n will be 0 + + // Add the next digit, n, to the result array. + qc[i++] = n; + + // Update the remainder. + if (rem[0]) { + rem[remL++] = xc[xi] || 0; + } else { + rem = [xc[xi]]; + remL = 1; + } + } while ((xi++ < xL || rem[0] != null) && s--); + + more = rem[0] != null; + + // Leading zero? + if (!qc[0]) qc.splice(0, 1); + } + + if (base == BASE) { + + // To calculate q.e, first get the number of digits of qc[0]. + for (i = 1, s = qc[0]; s >= 10; s /= 10, i++); + + round(q, dp + (q.e = i + e * LOG_BASE - 1) + 1, rm, more); + + // Caller is convertBase. + } else { + q.e = e; + q.r = +more; + } + + return q; + }; + })(); + + + /* + * Return a string representing the value of BigNumber n in fixed-point or exponential + * notation rounded to the specified decimal places or significant digits. + * + * n: a BigNumber. + * i: the index of the last digit required (i.e. the digit that may be rounded up). + * rm: the rounding mode. + * id: 1 (toExponential) or 2 (toPrecision). + */ + function format(n, i, rm, id) { + var c0, e, ne, len, str; + + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + if (!n.c) return n.toString(); + + c0 = n.c[0]; + ne = n.e; + + if (i == null) { + str = coeffToString(n.c); + str = id == 1 || id == 2 && (ne <= TO_EXP_NEG || ne >= TO_EXP_POS) + ? toExponential(str, ne) + : toFixedPoint(str, ne, '0'); + } else { + n = round(new BigNumber(n), i, rm); + + // n.e may have changed if the value was rounded up. + e = n.e; + + str = coeffToString(n.c); + len = str.length; + + // toPrecision returns exponential notation if the number of significant digits + // specified is less than the number of digits necessary to represent the integer + // part of the value in fixed-point notation. + + // Exponential notation. + if (id == 1 || id == 2 && (i <= e || e <= TO_EXP_NEG)) { + + // Append zeros? + for (; len < i; str += '0', len++); + str = toExponential(str, e); + + // Fixed-point notation. + } else { + i -= ne; + str = toFixedPoint(str, e, '0'); + + // Append zeros? + if (e + 1 > len) { + if (--i > 0) for (str += '.'; i--; str += '0'); + } else { + i += e - len; + if (i > 0) { + if (e + 1 == len) str += '.'; + for (; i--; str += '0'); + } + } + } + } + + return n.s < 0 && c0 ? '-' + str : str; + } + + + // Handle BigNumber.max and BigNumber.min. + function maxOrMin(args, method) { + var n, + i = 1, + m = new BigNumber(args[0]); + + for (; i < args.length; i++) { + n = new BigNumber(args[i]); + + // If any number is NaN, return NaN. + if (!n.s) { + m = n; + break; + } else if (method.call(m, n)) { + m = n; + } + } + + return m; + } + + + /* + * Strip trailing zeros, calculate base 10 exponent and check against MIN_EXP and MAX_EXP. + * Called by minus, plus and times. + */ + function normalise(n, c, e) { + var i = 1, + j = c.length; + + // Remove trailing zeros. + for (; !c[--j]; c.pop()); + + // Calculate the base 10 exponent. First get the number of digits of c[0]. + for (j = c[0]; j >= 10; j /= 10, i++); + + // Overflow? + if ((e = i + e * LOG_BASE - 1) > MAX_EXP) { + + // Infinity. + n.c = n.e = null; + + // Underflow? + } else if (e < MIN_EXP) { + + // Zero. + n.c = [n.e = 0]; + } else { + n.e = e; + n.c = c; + } + + return n; + } + + + // Handle values that fail the validity test in BigNumber. + parseNumeric = (function () { + var basePrefix = /^(-?)0([xbo])(?=\w[\w.]*$)/i, + dotAfter = /^([^.]+)\.$/, + dotBefore = /^\.([^.]+)$/, + isInfinityOrNaN = /^-?(Infinity|NaN)$/, + whitespaceOrPlus = /^\s*\+(?=[\w.])|^\s+|\s+$/g; + + return function (x, str, isNum, b) { + var base, + s = isNum ? str : str.replace(whitespaceOrPlus, ''); + + // No exception on ±Infinity or NaN. + if (isInfinityOrNaN.test(s)) { + x.s = isNaN(s) ? null : s < 0 ? -1 : 1; + } else { + if (!isNum) { + + // basePrefix = /^(-?)0([xbo])(?=\w[\w.]*$)/i + s = s.replace(basePrefix, function (m, p1, p2) { + base = (p2 = p2.toLowerCase()) == 'x' ? 16 : p2 == 'b' ? 2 : 8; + return !b || b == base ? p1 : m; + }); + + if (b) { + base = b; + + // E.g. '1.' to '1', '.1' to '0.1' + s = s.replace(dotAfter, '$1').replace(dotBefore, '0.$1'); + } + + if (str != s) return new BigNumber(s, base); + } + + // '[BigNumber Error] Not a number: {n}' + // '[BigNumber Error] Not a base {b} number: {n}' + if (BigNumber.DEBUG) { + throw Error + (bignumberError + 'Not a' + (b ? ' base ' + b : '') + ' number: ' + str); + } + + // NaN + x.s = null; + } + + x.c = x.e = null; + } + })(); + + + /* + * Round x to sd significant digits using rounding mode rm. Check for over/under-flow. + * If r is truthy, it is known that there are more digits after the rounding digit. + */ + function round(x, sd, rm, r) { + var d, i, j, k, n, ni, rd, + xc = x.c, + pows10 = POWS_TEN; + + // if x is not Infinity or NaN... + if (xc) { + + // rd is the rounding digit, i.e. the digit after the digit that may be rounded up. + // n is a base 1e14 number, the value of the element of array x.c containing rd. + // ni is the index of n within x.c. + // d is the number of digits of n. + // i is the index of rd within n including leading zeros. + // j is the actual index of rd within n (if < 0, rd is a leading zero). + out: { + + // Get the number of digits of the first element of xc. + for (d = 1, k = xc[0]; k >= 10; k /= 10, d++); + i = sd - d; + + // If the rounding digit is in the first element of xc... + if (i < 0) { + i += LOG_BASE; + j = sd; + n = xc[ni = 0]; + + // Get the rounding digit at index j of n. + rd = n / pows10[d - j - 1] % 10 | 0; + } else { + ni = mathceil((i + 1) / LOG_BASE); + + if (ni >= xc.length) { + + if (r) { + + // Needed by sqrt. + for (; xc.length <= ni; xc.push(0)); + n = rd = 0; + d = 1; + i %= LOG_BASE; + j = i - LOG_BASE + 1; + } else { + break out; + } + } else { + n = k = xc[ni]; + + // Get the number of digits of n. + for (d = 1; k >= 10; k /= 10, d++); + + // Get the index of rd within n. + i %= LOG_BASE; + + // Get the index of rd within n, adjusted for leading zeros. + // The number of leading zeros of n is given by LOG_BASE - d. + j = i - LOG_BASE + d; + + // Get the rounding digit at index j of n. + rd = j < 0 ? 0 : n / pows10[d - j - 1] % 10 | 0; + } + } + + r = r || sd < 0 || + + // Are there any non-zero digits after the rounding digit? + // The expression n % pows10[d - j - 1] returns all digits of n to the right + // of the digit at j, e.g. if n is 908714 and j is 2, the expression gives 714. + xc[ni + 1] != null || (j < 0 ? n : n % pows10[d - j - 1]); + + r = rm < 4 + ? (rd || r) && (rm == 0 || rm == (x.s < 0 ? 3 : 2)) + : rd > 5 || rd == 5 && (rm == 4 || r || rm == 6 && + + // Check whether the digit to the left of the rounding digit is odd. + ((i > 0 ? j > 0 ? n / pows10[d - j] : 0 : xc[ni - 1]) % 10) & 1 || + rm == (x.s < 0 ? 8 : 7)); + + if (sd < 1 || !xc[0]) { + xc.length = 0; + + if (r) { + + // Convert sd to decimal places. + sd -= x.e + 1; + + // 1, 0.1, 0.01, 0.001, 0.0001 etc. + xc[0] = pows10[(LOG_BASE - sd % LOG_BASE) % LOG_BASE]; + x.e = -sd || 0; + } else { + + // Zero. + xc[0] = x.e = 0; + } + + return x; + } + + // Remove excess digits. + if (i == 0) { + xc.length = ni; + k = 1; + ni--; + } else { + xc.length = ni + 1; + k = pows10[LOG_BASE - i]; + + // E.g. 56700 becomes 56000 if 7 is the rounding digit. + // j > 0 means i > number of leading zeros of n. + xc[ni] = j > 0 ? mathfloor(n / pows10[d - j] % pows10[j]) * k : 0; + } + + // Round up? + if (r) { + + for (; ;) { + + // If the digit to be rounded up is in the first element of xc... + if (ni == 0) { + + // i will be the length of xc[0] before k is added. + for (i = 1, j = xc[0]; j >= 10; j /= 10, i++); + j = xc[0] += k; + for (k = 1; j >= 10; j /= 10, k++); + + // if i != k the length has increased. + if (i != k) { + x.e++; + if (xc[0] == BASE) xc[0] = 1; + } + + break; + } else { + xc[ni] += k; + if (xc[ni] != BASE) break; + xc[ni--] = 0; + k = 1; + } + } + } + + // Remove trailing zeros. + for (i = xc.length; xc[--i] === 0; xc.pop()); + } + + // Overflow? Infinity. + if (x.e > MAX_EXP) { + x.c = x.e = null; + + // Underflow? Zero. + } else if (x.e < MIN_EXP) { + x.c = [x.e = 0]; + } + } + + return x; + } + + + function valueOf(n) { + var str, + e = n.e; + + if (e === null) return n.toString(); + + str = coeffToString(n.c); + + str = e <= TO_EXP_NEG || e >= TO_EXP_POS + ? toExponential(str, e) + : toFixedPoint(str, e, '0'); + + return n.s < 0 ? '-' + str : str; + } + + + // PROTOTYPE/INSTANCE METHODS + + + /* + * Return a new BigNumber whose value is the absolute value of this BigNumber. + */ + P.absoluteValue = P.abs = function () { + var x = new BigNumber(this); + if (x.s < 0) x.s = 1; + return x; + }; + + + /* + * Return + * 1 if the value of this BigNumber is greater than the value of BigNumber(y, b), + * -1 if the value of this BigNumber is less than the value of BigNumber(y, b), + * 0 if they have the same value, + * or null if the value of either is NaN. + */ + P.comparedTo = function (y, b) { + return compare(this, new BigNumber(y, b)); + }; + + + /* + * If dp is undefined or null or true or false, return the number of decimal places of the + * value of this BigNumber, or null if the value of this BigNumber is ±Infinity or NaN. + * + * Otherwise, if dp is a number, return a new BigNumber whose value is the value of this + * BigNumber rounded to a maximum of dp decimal places using rounding mode rm, or + * ROUNDING_MODE if rm is omitted. + * + * [dp] {number} Decimal places: integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.decimalPlaces = P.dp = function (dp, rm) { + var c, n, v, + x = this; + + if (dp != null) { + intCheck(dp, 0, MAX); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + return round(new BigNumber(x), dp + x.e + 1, rm); + } + + if (!(c = x.c)) return null; + n = ((v = c.length - 1) - bitFloor(this.e / LOG_BASE)) * LOG_BASE; + + // Subtract the number of trailing zeros of the last number. + if (v = c[v]) for (; v % 10 == 0; v /= 10, n--); + if (n < 0) n = 0; + + return n; + }; + + + /* + * n / 0 = I + * n / N = N + * n / I = 0 + * 0 / n = 0 + * 0 / 0 = N + * 0 / N = N + * 0 / I = 0 + * N / n = N + * N / 0 = N + * N / N = N + * N / I = N + * I / n = I + * I / 0 = I + * I / N = N + * I / I = N + * + * Return a new BigNumber whose value is the value of this BigNumber divided by the value of + * BigNumber(y, b), rounded according to DECIMAL_PLACES and ROUNDING_MODE. + */ + P.dividedBy = P.div = function (y, b) { + return div(this, new BigNumber(y, b), DECIMAL_PLACES, ROUNDING_MODE); + }; + + + /* + * Return a new BigNumber whose value is the integer part of dividing the value of this + * BigNumber by the value of BigNumber(y, b). + */ + P.dividedToIntegerBy = P.idiv = function (y, b) { + return div(this, new BigNumber(y, b), 0, 1); + }; + + + /* + * Return a BigNumber whose value is the value of this BigNumber exponentiated by n. + * + * If m is present, return the result modulo m. + * If n is negative round according to DECIMAL_PLACES and ROUNDING_MODE. + * If POW_PRECISION is non-zero and m is not present, round to POW_PRECISION using ROUNDING_MODE. + * + * The modular power operation works efficiently when x, n, and m are integers, otherwise it + * is equivalent to calculating x.exponentiatedBy(n).modulo(m) with a POW_PRECISION of 0. + * + * n {number|string|BigNumber} The exponent. An integer. + * [m] {number|string|BigNumber} The modulus. + * + * '[BigNumber Error] Exponent not an integer: {n}' + */ + P.exponentiatedBy = P.pow = function (n, m) { + var half, isModExp, i, k, more, nIsBig, nIsNeg, nIsOdd, y, + x = this; + + n = new BigNumber(n); + + // Allow NaN and ±Infinity, but not other non-integers. + if (n.c && !n.isInteger()) { + throw Error + (bignumberError + 'Exponent not an integer: ' + valueOf(n)); + } + + if (m != null) m = new BigNumber(m); + + // Exponent of MAX_SAFE_INTEGER is 15. + nIsBig = n.e > 14; + + // If x is NaN, ±Infinity, ±0 or ±1, or n is ±Infinity, NaN or ±0. + if (!x.c || !x.c[0] || x.c[0] == 1 && !x.e && x.c.length == 1 || !n.c || !n.c[0]) { + + // The sign of the result of pow when x is negative depends on the evenness of n. + // If +n overflows to ±Infinity, the evenness of n would be not be known. + y = new BigNumber(Math.pow(+valueOf(x), nIsBig ? 2 - isOdd(n) : +valueOf(n))); + return m ? y.mod(m) : y; + } + + nIsNeg = n.s < 0; + + if (m) { + + // x % m returns NaN if abs(m) is zero, or m is NaN. + if (m.c ? !m.c[0] : !m.s) return new BigNumber(NaN); + + isModExp = !nIsNeg && x.isInteger() && m.isInteger(); + + if (isModExp) x = x.mod(m); + + // Overflow to ±Infinity: >=2**1e10 or >=1.0000024**1e15. + // Underflow to ±0: <=0.79**1e10 or <=0.9999975**1e15. + } else if (n.e > 9 && (x.e > 0 || x.e < -1 || (x.e == 0 + // [1, 240000000] + ? x.c[0] > 1 || nIsBig && x.c[1] >= 24e7 + // [80000000000000] [99999750000000] + : x.c[0] < 8e13 || nIsBig && x.c[0] <= 9999975e7))) { + + // If x is negative and n is odd, k = -0, else k = 0. + k = x.s < 0 && isOdd(n) ? -0 : 0; + + // If x >= 1, k = ±Infinity. + if (x.e > -1) k = 1 / k; + + // If n is negative return ±0, else return ±Infinity. + return new BigNumber(nIsNeg ? 1 / k : k); + + } else if (POW_PRECISION) { + + // Truncating each coefficient array to a length of k after each multiplication + // equates to truncating significant digits to POW_PRECISION + [28, 41], + // i.e. there will be a minimum of 28 guard digits retained. + k = mathceil(POW_PRECISION / LOG_BASE + 2); + } + + if (nIsBig) { + half = new BigNumber(0.5); + if (nIsNeg) n.s = 1; + nIsOdd = isOdd(n); + } else { + i = Math.abs(+valueOf(n)); + nIsOdd = i % 2; + } + + y = new BigNumber(ONE); + + // Performs 54 loop iterations for n of 9007199254740991. + for (; ;) { + + if (nIsOdd) { + y = y.times(x); + if (!y.c) break; + + if (k) { + if (y.c.length > k) y.c.length = k; + } else if (isModExp) { + y = y.mod(m); //y = y.minus(div(y, m, 0, MODULO_MODE).times(m)); + } + } + + if (i) { + i = mathfloor(i / 2); + if (i === 0) break; + nIsOdd = i % 2; + } else { + n = n.times(half); + round(n, n.e + 1, 1); + + if (n.e > 14) { + nIsOdd = isOdd(n); + } else { + i = +valueOf(n); + if (i === 0) break; + nIsOdd = i % 2; + } + } + + x = x.times(x); + + if (k) { + if (x.c && x.c.length > k) x.c.length = k; + } else if (isModExp) { + x = x.mod(m); //x = x.minus(div(x, m, 0, MODULO_MODE).times(m)); + } + } + + if (isModExp) return y; + if (nIsNeg) y = ONE.div(y); + + return m ? y.mod(m) : k ? round(y, POW_PRECISION, ROUNDING_MODE, more) : y; + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber rounded to an integer + * using rounding mode rm, or ROUNDING_MODE if rm is omitted. + * + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {rm}' + */ + P.integerValue = function (rm) { + var n = new BigNumber(this); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + return round(n, n.e + 1, rm); + }; + + + /* + * Return true if the value of this BigNumber is equal to the value of BigNumber(y, b), + * otherwise return false. + */ + P.isEqualTo = P.eq = function (y, b) { + return compare(this, new BigNumber(y, b)) === 0; + }; + + + /* + * Return true if the value of this BigNumber is a finite number, otherwise return false. + */ + P.isFinite = function () { + return !!this.c; + }; + + + /* + * Return true if the value of this BigNumber is greater than the value of BigNumber(y, b), + * otherwise return false. + */ + P.isGreaterThan = P.gt = function (y, b) { + return compare(this, new BigNumber(y, b)) > 0; + }; + + + /* + * Return true if the value of this BigNumber is greater than or equal to the value of + * BigNumber(y, b), otherwise return false. + */ + P.isGreaterThanOrEqualTo = P.gte = function (y, b) { + return (b = compare(this, new BigNumber(y, b))) === 1 || b === 0; + + }; + + + /* + * Return true if the value of this BigNumber is an integer, otherwise return false. + */ + P.isInteger = function () { + return !!this.c && bitFloor(this.e / LOG_BASE) > this.c.length - 2; + }; + + + /* + * Return true if the value of this BigNumber is less than the value of BigNumber(y, b), + * otherwise return false. + */ + P.isLessThan = P.lt = function (y, b) { + return compare(this, new BigNumber(y, b)) < 0; + }; + + + /* + * Return true if the value of this BigNumber is less than or equal to the value of + * BigNumber(y, b), otherwise return false. + */ + P.isLessThanOrEqualTo = P.lte = function (y, b) { + return (b = compare(this, new BigNumber(y, b))) === -1 || b === 0; + }; + + + /* + * Return true if the value of this BigNumber is NaN, otherwise return false. + */ + P.isNaN = function () { + return !this.s; + }; + + + /* + * Return true if the value of this BigNumber is negative, otherwise return false. + */ + P.isNegative = function () { + return this.s < 0; + }; + + + /* + * Return true if the value of this BigNumber is positive, otherwise return false. + */ + P.isPositive = function () { + return this.s > 0; + }; + + + /* + * Return true if the value of this BigNumber is 0 or -0, otherwise return false. + */ + P.isZero = function () { + return !!this.c && this.c[0] == 0; + }; + + + /* + * n - 0 = n + * n - N = N + * n - I = -I + * 0 - n = -n + * 0 - 0 = 0 + * 0 - N = N + * 0 - I = -I + * N - n = N + * N - 0 = N + * N - N = N + * N - I = N + * I - n = I + * I - 0 = I + * I - N = N + * I - I = N + * + * Return a new BigNumber whose value is the value of this BigNumber minus the value of + * BigNumber(y, b). + */ + P.minus = function (y, b) { + var i, j, t, xLTy, + x = this, + a = x.s; + + y = new BigNumber(y, b); + b = y.s; + + // Either NaN? + if (!a || !b) return new BigNumber(NaN); + + // Signs differ? + if (a != b) { + y.s = -b; + return x.plus(y); + } + + var xe = x.e / LOG_BASE, + ye = y.e / LOG_BASE, + xc = x.c, + yc = y.c; + + if (!xe || !ye) { + + // Either Infinity? + if (!xc || !yc) return xc ? (y.s = -b, y) : new BigNumber(yc ? x : NaN); + + // Either zero? + if (!xc[0] || !yc[0]) { + + // Return y if y is non-zero, x if x is non-zero, or zero if both are zero. + return yc[0] ? (y.s = -b, y) : new BigNumber(xc[0] ? x : + + // IEEE 754 (2008) 6.3: n - n = -0 when rounding to -Infinity + ROUNDING_MODE == 3 ? -0 : 0); + } + } + + xe = bitFloor(xe); + ye = bitFloor(ye); + xc = xc.slice(); + + // Determine which is the bigger number. + if (a = xe - ye) { + + if (xLTy = a < 0) { + a = -a; + t = xc; + } else { + ye = xe; + t = yc; + } + + t.reverse(); + + // Prepend zeros to equalise exponents. + for (b = a; b--; t.push(0)); + t.reverse(); + } else { + + // Exponents equal. Check digit by digit. + j = (xLTy = (a = xc.length) < (b = yc.length)) ? a : b; + + for (a = b = 0; b < j; b++) { + + if (xc[b] != yc[b]) { + xLTy = xc[b] < yc[b]; + break; + } + } + } + + // x < y? Point xc to the array of the bigger number. + if (xLTy) t = xc, xc = yc, yc = t, y.s = -y.s; + + b = (j = yc.length) - (i = xc.length); + + // Append zeros to xc if shorter. + // No need to add zeros to yc if shorter as subtract only needs to start at yc.length. + if (b > 0) for (; b--; xc[i++] = 0); + b = BASE - 1; + + // Subtract yc from xc. + for (; j > a;) { + + if (xc[--j] < yc[j]) { + for (i = j; i && !xc[--i]; xc[i] = b); + --xc[i]; + xc[j] += BASE; + } + + xc[j] -= yc[j]; + } + + // Remove leading zeros and adjust exponent accordingly. + for (; xc[0] == 0; xc.splice(0, 1), --ye); + + // Zero? + if (!xc[0]) { + + // Following IEEE 754 (2008) 6.3, + // n - n = +0 but n - n = -0 when rounding towards -Infinity. + y.s = ROUNDING_MODE == 3 ? -1 : 1; + y.c = [y.e = 0]; + return y; + } + + // No need to check for Infinity as +x - +y != Infinity && -x - -y != Infinity + // for finite x and y. + return normalise(y, xc, ye); + }; + + + /* + * n % 0 = N + * n % N = N + * n % I = n + * 0 % n = 0 + * -0 % n = -0 + * 0 % 0 = N + * 0 % N = N + * 0 % I = 0 + * N % n = N + * N % 0 = N + * N % N = N + * N % I = N + * I % n = N + * I % 0 = N + * I % N = N + * I % I = N + * + * Return a new BigNumber whose value is the value of this BigNumber modulo the value of + * BigNumber(y, b). The result depends on the value of MODULO_MODE. + */ + P.modulo = P.mod = function (y, b) { + var q, s, + x = this; + + y = new BigNumber(y, b); + + // Return NaN if x is Infinity or NaN, or y is NaN or zero. + if (!x.c || !y.s || y.c && !y.c[0]) { + return new BigNumber(NaN); + + // Return x if y is Infinity or x is zero. + } else if (!y.c || x.c && !x.c[0]) { + return new BigNumber(x); + } + + if (MODULO_MODE == 9) { + + // Euclidian division: q = sign(y) * floor(x / abs(y)) + // r = x - qy where 0 <= r < abs(y) + s = y.s; + y.s = 1; + q = div(x, y, 0, 3); + y.s = s; + q.s *= s; + } else { + q = div(x, y, 0, MODULO_MODE); + } + + y = x.minus(q.times(y)); + + // To match JavaScript %, ensure sign of zero is sign of dividend. + if (!y.c[0] && MODULO_MODE == 1) y.s = x.s; + + return y; + }; + + + /* + * n * 0 = 0 + * n * N = N + * n * I = I + * 0 * n = 0 + * 0 * 0 = 0 + * 0 * N = N + * 0 * I = N + * N * n = N + * N * 0 = N + * N * N = N + * N * I = N + * I * n = I + * I * 0 = N + * I * N = N + * I * I = I + * + * Return a new BigNumber whose value is the value of this BigNumber multiplied by the value + * of BigNumber(y, b). + */ + P.multipliedBy = P.times = function (y, b) { + var c, e, i, j, k, m, xcL, xlo, xhi, ycL, ylo, yhi, zc, + base, sqrtBase, + x = this, + xc = x.c, + yc = (y = new BigNumber(y, b)).c; + + // Either NaN, ±Infinity or ±0? + if (!xc || !yc || !xc[0] || !yc[0]) { + + // Return NaN if either is NaN, or one is 0 and the other is Infinity. + if (!x.s || !y.s || xc && !xc[0] && !yc || yc && !yc[0] && !xc) { + y.c = y.e = y.s = null; + } else { + y.s *= x.s; + + // Return ±Infinity if either is ±Infinity. + if (!xc || !yc) { + y.c = y.e = null; + + // Return ±0 if either is ±0. + } else { + y.c = [0]; + y.e = 0; + } + } + + return y; + } + + e = bitFloor(x.e / LOG_BASE) + bitFloor(y.e / LOG_BASE); + y.s *= x.s; + xcL = xc.length; + ycL = yc.length; + + // Ensure xc points to longer array and xcL to its length. + if (xcL < ycL) zc = xc, xc = yc, yc = zc, i = xcL, xcL = ycL, ycL = i; + + // Initialise the result array with zeros. + for (i = xcL + ycL, zc = []; i--; zc.push(0)); + + base = BASE; + sqrtBase = SQRT_BASE; + + for (i = ycL; --i >= 0;) { + c = 0; + ylo = yc[i] % sqrtBase; + yhi = yc[i] / sqrtBase | 0; + + for (k = xcL, j = i + k; j > i;) { + xlo = xc[--k] % sqrtBase; + xhi = xc[k] / sqrtBase | 0; + m = yhi * xlo + xhi * ylo; + xlo = ylo * xlo + ((m % sqrtBase) * sqrtBase) + zc[j] + c; + c = (xlo / base | 0) + (m / sqrtBase | 0) + yhi * xhi; + zc[j--] = xlo % base; + } + + zc[j] = c; + } + + if (c) { + ++e; + } else { + zc.splice(0, 1); + } + + return normalise(y, zc, e); + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber negated, + * i.e. multiplied by -1. + */ + P.negated = function () { + var x = new BigNumber(this); + x.s = -x.s || null; + return x; + }; + + + /* + * n + 0 = n + * n + N = N + * n + I = I + * 0 + n = n + * 0 + 0 = 0 + * 0 + N = N + * 0 + I = I + * N + n = N + * N + 0 = N + * N + N = N + * N + I = N + * I + n = I + * I + 0 = I + * I + N = N + * I + I = I + * + * Return a new BigNumber whose value is the value of this BigNumber plus the value of + * BigNumber(y, b). + */ + P.plus = function (y, b) { + var t, + x = this, + a = x.s; + + y = new BigNumber(y, b); + b = y.s; + + // Either NaN? + if (!a || !b) return new BigNumber(NaN); + + // Signs differ? + if (a != b) { + y.s = -b; + return x.minus(y); + } + + var xe = x.e / LOG_BASE, + ye = y.e / LOG_BASE, + xc = x.c, + yc = y.c; + + if (!xe || !ye) { + + // Return ±Infinity if either ±Infinity. + if (!xc || !yc) return new BigNumber(a / 0); + + // Either zero? + // Return y if y is non-zero, x if x is non-zero, or zero if both are zero. + if (!xc[0] || !yc[0]) return yc[0] ? y : new BigNumber(xc[0] ? x : a * 0); + } + + xe = bitFloor(xe); + ye = bitFloor(ye); + xc = xc.slice(); + + // Prepend zeros to equalise exponents. Faster to use reverse then do unshifts. + if (a = xe - ye) { + if (a > 0) { + ye = xe; + t = yc; + } else { + a = -a; + t = xc; + } + + t.reverse(); + for (; a--; t.push(0)); + t.reverse(); + } + + a = xc.length; + b = yc.length; + + // Point xc to the longer array, and b to the shorter length. + if (a - b < 0) t = yc, yc = xc, xc = t, b = a; + + // Only start adding at yc.length - 1 as the further digits of xc can be ignored. + for (a = 0; b;) { + a = (xc[--b] = xc[b] + yc[b] + a) / BASE | 0; + xc[b] = BASE === xc[b] ? 0 : xc[b] % BASE; + } + + if (a) { + xc = [a].concat(xc); + ++ye; + } + + // No need to check for zero, as +x + +y != 0 && -x + -y != 0 + // ye = MAX_EXP + 1 possible + return normalise(y, xc, ye); + }; + + + /* + * If sd is undefined or null or true or false, return the number of significant digits of + * the value of this BigNumber, or null if the value of this BigNumber is ±Infinity or NaN. + * If sd is true include integer-part trailing zeros in the count. + * + * Otherwise, if sd is a number, return a new BigNumber whose value is the value of this + * BigNumber rounded to a maximum of sd significant digits using rounding mode rm, or + * ROUNDING_MODE if rm is omitted. + * + * sd {number|boolean} number: significant digits: integer, 1 to MAX inclusive. + * boolean: whether to count integer-part trailing zeros: true or false. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {sd|rm}' + */ + P.precision = P.sd = function (sd, rm) { + var c, n, v, + x = this; + + if (sd != null && sd !== !!sd) { + intCheck(sd, 1, MAX); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + return round(new BigNumber(x), sd, rm); + } + + if (!(c = x.c)) return null; + v = c.length - 1; + n = v * LOG_BASE + 1; + + if (v = c[v]) { + + // Subtract the number of trailing zeros of the last element. + for (; v % 10 == 0; v /= 10, n--); + + // Add the number of digits of the first element. + for (v = c[0]; v >= 10; v /= 10, n++); + } + + if (sd && x.e + 1 > n) n = x.e + 1; + + return n; + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber shifted by k places + * (powers of 10). Shift to the right if n > 0, and to the left if n < 0. + * + * k {number} Integer, -MAX_SAFE_INTEGER to MAX_SAFE_INTEGER inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {k}' + */ + P.shiftedBy = function (k) { + intCheck(k, -MAX_SAFE_INTEGER, MAX_SAFE_INTEGER); + return this.times('1e' + k); + }; + + + /* + * sqrt(-n) = N + * sqrt(N) = N + * sqrt(-I) = N + * sqrt(I) = I + * sqrt(0) = 0 + * sqrt(-0) = -0 + * + * Return a new BigNumber whose value is the square root of the value of this BigNumber, + * rounded according to DECIMAL_PLACES and ROUNDING_MODE. + */ + P.squareRoot = P.sqrt = function () { + var m, n, r, rep, t, + x = this, + c = x.c, + s = x.s, + e = x.e, + dp = DECIMAL_PLACES + 4, + half = new BigNumber('0.5'); + + // Negative/NaN/Infinity/zero? + if (s !== 1 || !c || !c[0]) { + return new BigNumber(!s || s < 0 && (!c || c[0]) ? NaN : c ? x : 1 / 0); + } + + // Initial estimate. + s = Math.sqrt(+valueOf(x)); + + // Math.sqrt underflow/overflow? + // Pass x to Math.sqrt as integer, then adjust the exponent of the result. + if (s == 0 || s == 1 / 0) { + n = coeffToString(c); + if ((n.length + e) % 2 == 0) n += '0'; + s = Math.sqrt(+n); + e = bitFloor((e + 1) / 2) - (e < 0 || e % 2); + + if (s == 1 / 0) { + n = '1e' + e; + } else { + n = s.toExponential(); + n = n.slice(0, n.indexOf('e') + 1) + e; + } + + r = new BigNumber(n); + } else { + r = new BigNumber(s + ''); + } + + // Check for zero. + // r could be zero if MIN_EXP is changed after the this value was created. + // This would cause a division by zero (x/t) and hence Infinity below, which would cause + // coeffToString to throw. + if (r.c[0]) { + e = r.e; + s = e + dp; + if (s < 3) s = 0; + + // Newton-Raphson iteration. + for (; ;) { + t = r; + r = half.times(t.plus(div(x, t, dp, 1))); + + if (coeffToString(t.c).slice(0, s) === (n = coeffToString(r.c)).slice(0, s)) { + + // The exponent of r may here be one less than the final result exponent, + // e.g 0.0009999 (e-4) --> 0.001 (e-3), so adjust s so the rounding digits + // are indexed correctly. + if (r.e < e) --s; + n = n.slice(s - 3, s + 1); + + // The 4th rounding digit may be in error by -1 so if the 4 rounding digits + // are 9999 or 4999 (i.e. approaching a rounding boundary) continue the + // iteration. + if (n == '9999' || !rep && n == '4999') { + + // On the first iteration only, check to see if rounding up gives the + // exact result as the nines may infinitely repeat. + if (!rep) { + round(t, t.e + DECIMAL_PLACES + 2, 0); + + if (t.times(t).eq(x)) { + r = t; + break; + } + } + + dp += 4; + s += 4; + rep = 1; + } else { + + // If rounding digits are null, 0{0,4} or 50{0,3}, check for exact + // result. If not, then there are further digits and m will be truthy. + if (!+n || !+n.slice(1) && n.charAt(0) == '5') { + + // Truncate to the first rounding digit. + round(r, r.e + DECIMAL_PLACES + 2, 1); + m = !r.times(r).eq(x); + } + + break; + } + } + } + } + + return round(r, r.e + DECIMAL_PLACES + 1, ROUNDING_MODE, m); + }; + + + /* + * Return a string representing the value of this BigNumber in exponential notation and + * rounded using ROUNDING_MODE to dp fixed decimal places. + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.toExponential = function (dp, rm) { + if (dp != null) { + intCheck(dp, 0, MAX); + dp++; + } + return format(this, dp, rm, 1); + }; + + + /* + * Return a string representing the value of this BigNumber in fixed-point notation rounding + * to dp fixed decimal places using rounding mode rm, or ROUNDING_MODE if rm is omitted. + * + * Note: as with JavaScript's number type, (-0).toFixed(0) is '0', + * but e.g. (-0.00001).toFixed(0) is '-0'. + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.toFixed = function (dp, rm) { + if (dp != null) { + intCheck(dp, 0, MAX); + dp = dp + this.e + 1; + } + return format(this, dp, rm); + }; + + + /* + * Return a string representing the value of this BigNumber in fixed-point notation rounded + * using rm or ROUNDING_MODE to dp decimal places, and formatted according to the properties + * of the format or FORMAT object (see BigNumber.set). + * + * The formatting object may contain some or all of the properties shown below. + * + * FORMAT = { + * prefix: '', + * groupSize: 3, + * secondaryGroupSize: 0, + * groupSeparator: ',', + * decimalSeparator: '.', + * fractionGroupSize: 0, + * fractionGroupSeparator: '\xA0', // non-breaking space + * suffix: '' + * }; + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * [format] {object} Formatting options. See FORMAT pbject above. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + * '[BigNumber Error] Argument not an object: {format}' + */ + P.toFormat = function (dp, rm, format) { + var str, + x = this; + + if (format == null) { + if (dp != null && rm && typeof rm == 'object') { + format = rm; + rm = null; + } else if (dp && typeof dp == 'object') { + format = dp; + dp = rm = null; + } else { + format = FORMAT; + } + } else if (typeof format != 'object') { + throw Error + (bignumberError + 'Argument not an object: ' + format); + } + + str = x.toFixed(dp, rm); + + if (x.c) { + var i, + arr = str.split('.'), + g1 = +format.groupSize, + g2 = +format.secondaryGroupSize, + groupSeparator = format.groupSeparator || '', + intPart = arr[0], + fractionPart = arr[1], + isNeg = x.s < 0, + intDigits = isNeg ? intPart.slice(1) : intPart, + len = intDigits.length; + + if (g2) i = g1, g1 = g2, g2 = i, len -= i; + + if (g1 > 0 && len > 0) { + i = len % g1 || g1; + intPart = intDigits.substr(0, i); + for (; i < len; i += g1) intPart += groupSeparator + intDigits.substr(i, g1); + if (g2 > 0) intPart += groupSeparator + intDigits.slice(i); + if (isNeg) intPart = '-' + intPart; + } + + str = fractionPart + ? intPart + (format.decimalSeparator || '') + ((g2 = +format.fractionGroupSize) + ? fractionPart.replace(new RegExp('\\d{' + g2 + '}\\B', 'g'), + '$&' + (format.fractionGroupSeparator || '')) + : fractionPart) + : intPart; + } + + return (format.prefix || '') + str + (format.suffix || ''); + }; + + + /* + * Return an array of two BigNumbers representing the value of this BigNumber as a simple + * fraction with an integer numerator and an integer denominator. + * The denominator will be a positive non-zero value less than or equal to the specified + * maximum denominator. If a maximum denominator is not specified, the denominator will be + * the lowest value necessary to represent the number exactly. + * + * [md] {number|string|BigNumber} Integer >= 1, or Infinity. The maximum denominator. + * + * '[BigNumber Error] Argument {not an integer|out of range} : {md}' + */ + P.toFraction = function (md) { + var d, d0, d1, d2, e, exp, n, n0, n1, q, r, s, + x = this, + xc = x.c; + + if (md != null) { + n = new BigNumber(md); + + // Throw if md is less than one or is not an integer, unless it is Infinity. + if (!n.isInteger() && (n.c || n.s !== 1) || n.lt(ONE)) { + throw Error + (bignumberError + 'Argument ' + + (n.isInteger() ? 'out of range: ' : 'not an integer: ') + valueOf(n)); + } + } + + if (!xc) return new BigNumber(x); + + d = new BigNumber(ONE); + n1 = d0 = new BigNumber(ONE); + d1 = n0 = new BigNumber(ONE); + s = coeffToString(xc); + + // Determine initial denominator. + // d is a power of 10 and the minimum max denominator that specifies the value exactly. + e = d.e = s.length - x.e - 1; + d.c[0] = POWS_TEN[(exp = e % LOG_BASE) < 0 ? LOG_BASE + exp : exp]; + md = !md || n.comparedTo(d) > 0 ? (e > 0 ? d : n1) : n; + + exp = MAX_EXP; + MAX_EXP = 1 / 0; + n = new BigNumber(s); + + // n0 = d1 = 0 + n0.c[0] = 0; + + for (; ;) { + q = div(n, d, 0, 1); + d2 = d0.plus(q.times(d1)); + if (d2.comparedTo(md) == 1) break; + d0 = d1; + d1 = d2; + n1 = n0.plus(q.times(d2 = n1)); + n0 = d2; + d = n.minus(q.times(d2 = d)); + n = d2; + } + + d2 = div(md.minus(d0), d1, 0, 1); + n0 = n0.plus(d2.times(n1)); + d0 = d0.plus(d2.times(d1)); + n0.s = n1.s = x.s; + e = e * 2; + + // Determine which fraction is closer to x, n0/d0 or n1/d1 + r = div(n1, d1, e, ROUNDING_MODE).minus(x).abs().comparedTo( + div(n0, d0, e, ROUNDING_MODE).minus(x).abs()) < 1 ? [n1, d1] : [n0, d0]; + + MAX_EXP = exp; + + return r; + }; + + + /* + * Return the value of this BigNumber converted to a number primitive. + */ + P.toNumber = function () { + return +valueOf(this); + }; + + + /* + * Return a string representing the value of this BigNumber rounded to sd significant digits + * using rounding mode rm or ROUNDING_MODE. If sd is less than the number of digits + * necessary to represent the integer part of the value in fixed-point notation, then use + * exponential notation. + * + * [sd] {number} Significant digits. Integer, 1 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {sd|rm}' + */ + P.toPrecision = function (sd, rm) { + if (sd != null) intCheck(sd, 1, MAX); + return format(this, sd, rm, 2); + }; + + + /* + * Return a string representing the value of this BigNumber in base b, or base 10 if b is + * omitted. If a base is specified, including base 10, round according to DECIMAL_PLACES and + * ROUNDING_MODE. If a base is not specified, and this BigNumber has a positive exponent + * that is equal to or greater than TO_EXP_POS, or a negative exponent equal to or less than + * TO_EXP_NEG, return exponential notation. + * + * [b] {number} Integer, 2 to ALPHABET.length inclusive. + * + * '[BigNumber Error] Base {not a primitive number|not an integer|out of range}: {b}' + */ + P.toString = function (b) { + var str, + n = this, + s = n.s, + e = n.e; + + // Infinity or NaN? + if (e === null) { + if (s) { + str = 'Infinity'; + if (s < 0) str = '-' + str; + } else { + str = 'NaN'; + } + } else { + if (b == null) { + str = e <= TO_EXP_NEG || e >= TO_EXP_POS + ? toExponential(coeffToString(n.c), e) + : toFixedPoint(coeffToString(n.c), e, '0'); + } else if (b === 10) { + n = round(new BigNumber(n), DECIMAL_PLACES + e + 1, ROUNDING_MODE); + str = toFixedPoint(coeffToString(n.c), n.e, '0'); + } else { + intCheck(b, 2, ALPHABET.length, 'Base'); + str = convertBase(toFixedPoint(coeffToString(n.c), e, '0'), 10, b, s, true); + } + + if (s < 0 && n.c[0]) str = '-' + str; + } + + return str; + }; + + + /* + * Return as toString, but do not accept a base argument, and include the minus sign for + * negative zero. + */ + P.valueOf = P.toJSON = function () { + return valueOf(this); + }; + + + P._isBigNumber = true; + + if (configObject != null) BigNumber.set(configObject); + + return BigNumber; + } + + + // PRIVATE HELPER FUNCTIONS + + // These functions don't need access to variables, + // e.g. DECIMAL_PLACES, in the scope of the `clone` function above. + + + function bitFloor(n) { + var i = n | 0; + return n > 0 || n === i ? i : i - 1; + } + + + // Return a coefficient array as a string of base 10 digits. + function coeffToString(a) { + var s, z, + i = 1, + j = a.length, + r = a[0] + ''; + + for (; i < j;) { + s = a[i++] + ''; + z = LOG_BASE - s.length; + for (; z--; s = '0' + s); + r += s; + } + + // Determine trailing zeros. + for (j = r.length; r.charCodeAt(--j) === 48;); + + return r.slice(0, j + 1 || 1); + } + + + // Compare the value of BigNumbers x and y. + function compare(x, y) { + var a, b, + xc = x.c, + yc = y.c, + i = x.s, + j = y.s, + k = x.e, + l = y.e; + + // Either NaN? + if (!i || !j) return null; + + a = xc && !xc[0]; + b = yc && !yc[0]; + + // Either zero? + if (a || b) return a ? b ? 0 : -j : i; + + // Signs differ? + if (i != j) return i; + + a = i < 0; + b = k == l; + + // Either Infinity? + if (!xc || !yc) return b ? 0 : !xc ^ a ? 1 : -1; + + // Compare exponents. + if (!b) return k > l ^ a ? 1 : -1; + + j = (k = xc.length) < (l = yc.length) ? k : l; + + // Compare digit by digit. + for (i = 0; i < j; i++) if (xc[i] != yc[i]) return xc[i] > yc[i] ^ a ? 1 : -1; + + // Compare lengths. + return k == l ? 0 : k > l ^ a ? 1 : -1; + } + + + /* + * Check that n is a primitive number, an integer, and in range, otherwise throw. + */ + function intCheck(n, min, max, name) { + if (n < min || n > max || n !== mathfloor(n)) { + throw Error + (bignumberError + (name || 'Argument') + (typeof n == 'number' + ? n < min || n > max ? ' out of range: ' : ' not an integer: ' + : ' not a primitive number: ') + String(n)); + } + } + + + // Assumes finite n. + function isOdd(n) { + var k = n.c.length - 1; + return bitFloor(n.e / LOG_BASE) == k && n.c[k] % 2 != 0; + } + + + function toExponential(str, e) { + return (str.length > 1 ? str.charAt(0) + '.' + str.slice(1) : str) + + (e < 0 ? 'e' : 'e+') + e; + } + + + function toFixedPoint(str, e, z) { + var len, zs; + + // Negative exponent? + if (e < 0) { + + // Prepend zeros. + for (zs = z + '.'; ++e; zs += z); + str = zs + str; + + // Positive exponent + } else { + len = str.length; + + // Append zeros. + if (++e > len) { + for (zs = z, e -= len; --e; zs += z); + str += zs; + } else if (e < len) { + str = str.slice(0, e) + '.' + str.slice(e); + } + } + + return str; + } + + + // EXPORT + + + BigNumber = clone(); + BigNumber['default'] = BigNumber.BigNumber = BigNumber; + + // AMD. + if (typeof define == 'function' && define.amd) { + define(function () { return BigNumber; }); + + // Node.js and other environments that support module.exports. + } else if (typeof module != 'undefined' && module.exports) { + module.exports = BigNumber; + + // Browser. + } else { + if (!globalObject) { + globalObject = typeof self != 'undefined' && self ? self : window; + } + + globalObject.BigNumber = BigNumber; + } +})(this); diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.min.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.min.js" new file mode 100644 index 0000000..2610072 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/bignumber.min.js" @@ -0,0 +1 @@ +/* bignumber.js v9.0.0 https://github.com/MikeMcl/bignumber.js/LICENCE */!function(e){"use strict";var r,x=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,L=Math.ceil,U=Math.floor,I="[BigNumber Error] ",T=I+"Number primitive has more than 15 significant digits: ",C=1e14,M=14,G=9007199254740991,k=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],F=1e7,q=1e9;function j(e){var r=0|e;return 0o[s]^n?1:-1;return u==l?0:l(t=e.length)){for(i=n,r-=t;--r;i+=n);e+=i}else ry?c.c=c.e=null:e.ey)c.c=c.e=null;else if(oy?e.c=e.e=null:e.c=n=a.length){if(!t)break e;for(;a.length<=l;a.push(0));u=c=0,s=(o%=M)-M+(i=1)}else{for(u=f=a[l],i=1;10<=f;f/=10,i++);c=(s=(o%=M)-M+i)<0?0:u/h[i-s-1]%10|0}if(t=t||r<0||null!=a[l+1]||(s<0?u:u%h[i-s-1]),t=n<4?(c||t)&&(0==n||n==(e.s<0?3:2)):5y?e.c=e.e=null:e.e>>11))?(n=crypto.getRandomValues(new Uint32Array(2)),r[s]=n[0],r[s+1]=n[1]):(f.push(o%1e14),s+=2);s=i/2}else{if(!crypto.randomBytes)throw b=!1,Error(I+"crypto unavailable");for(r=crypto.randomBytes(i*=7);sn-1&&(null==s[i+1]&&(s[i+1]=0),s[i+1]+=s[i]/n|0,s[i]%=n)}return s.reverse()}return function(e,r,n,t,i){var o,s,f,u,l,c,a,h,g=e.indexOf("."),p=N,w=O;for(0<=g&&(u=E,E=0,e=e.replace(".",""),c=(h=new B(r)).pow(e.length-g),E=u,h.c=m(X($(c.c),c.e,"0"),10,n,d),h.e=h.c.length),f=u=(a=m(e,r,n,i?(o=S,d):(o=d,S))).length;0==a[--u];a.pop());if(!a[0])return o.charAt(0);if(g<0?--f:(c.c=a,c.e=f,c.s=t,a=(c=v(c,h,p,w,n)).c,l=c.r,f=c.e),g=a[s=f+p+1],u=n/2,l=l||s<0||null!=a[s+1],l=w<4?(null!=g||l)&&(0==w||w==(c.s<0?3:2)):un;)a[s]=0,s||(++f,a=[1].concat(a));for(u=a.length;!a[--u];);for(g=0,e="";g<=u;e+=o.charAt(a[g++]));e=X(e,f,o.charAt(0))}return e}}(),v=function(){function S(e,r,n){var t,i,o,s,f=0,u=e.length,l=r%F,c=r/F|0;for(e=e.slice();u--;)f=((i=l*(o=e[u]%F)+(t=c*o+(s=e[u]/F|0)*l)%F*F+f)/n|0)+(t/F|0)+c*s,e[u]=i%n;return f&&(e=[f].concat(e)),e}function R(e,r,n,t){var i,o;if(n!=t)o=tr[i]?1:-1;break}return o}function _(e,r,n,t){for(var i=0;n--;)e[n]-=i,i=e[n](E[f]||0)&&s--,b<0)g.push(1),u=!0;else{for(v=E.length,O=A.length,b+=2,1<(l=U(i/(A[f=0]+1)))&&(A=S(A,l,i),E=S(E,l,i),O=A.length,v=E.length),m=O,w=(p=E.slice(0,O)).length;w=i/2&&N++;do{if(l=0,(o=R(A,p,O,w))<0){if(d=p[0],O!=w&&(d=d*i+(p[1]||0)),1<(l=U(d/N)))for(i<=l&&(l=i-1),a=(c=S(A,l,i)).length,w=p.length;1==R(c,p,a,w);)l--,_(c,Oo&&(l.c.length=o):t&&(l=l.mod(r))}if(i){if(0===(i=U(i/2)))break;u=i%2}else if(D(e=e.times(n),e.e+1,1),14o&&(c.c.length=o):t&&(c=c.mod(r))}return t?l:(f&&(l=w.div(l)),r?l.mod(r):o?D(l,E,O,void 0):l)},t.integerValue=function(e){var r=new B(this);return null==e?e=O:H(e,0,8),D(r,r.e+1,e)},t.isEqualTo=t.eq=function(e,r){return 0===z(this,new B(e,r))},t.isFinite=function(){return!!this.c},t.isGreaterThan=t.gt=function(e,r){return 0this.c.length-2},t.isLessThan=t.lt=function(e,r){return z(this,new B(e,r))<0},t.isLessThanOrEqualTo=t.lte=function(e,r){return-1===(r=z(this,new B(e,r)))||0===r},t.isNaN=function(){return!this.s},t.isNegative=function(){return this.s<0},t.isPositive=function(){return 0t&&(t=this.e+1),t},t.shiftedBy=function(e){return H(e,-G,G),this.times("1e"+e)},t.squareRoot=t.sqrt=function(){var e,r,n,t,i,o=this,s=o.c,f=o.s,u=o.e,l=N+4,c=new B("0.5");if(1!==f||!s||!s[0])return new B(!f||f<0&&(!s||s[0])?NaN:s?o:1/0);if((n=0==(f=Math.sqrt(+P(o)))||f==1/0?(((r=$(s)).length+u)%2==0&&(r+="0"),f=Math.sqrt(+r),u=j((u+1)/2)-(u<0||u%2),new B(r=f==1/0?"1e"+u:(r=f.toExponential()).slice(0,r.indexOf("e")+1)+u)):new B(f+"")).c[0])for((f=(u=n.e)+l)<3&&(f=0);;)if(i=n,n=c.times(i.plus(v(o,i,l,1))),$(i.c).slice(0,f)===(r=$(n.c)).slice(0,f)){if(n.e + * MIT Licensed. + * + * BigNumber.prototype methods | BigNumber methods + * | + * absoluteValue abs | clone + * comparedTo | config set + * decimalPlaces dp | DECIMAL_PLACES + * dividedBy div | ROUNDING_MODE + * dividedToIntegerBy idiv | EXPONENTIAL_AT + * exponentiatedBy pow | RANGE + * integerValue | CRYPTO + * isEqualTo eq | MODULO_MODE + * isFinite | POW_PRECISION + * isGreaterThan gt | FORMAT + * isGreaterThanOrEqualTo gte | ALPHABET + * isInteger | isBigNumber + * isLessThan lt | maximum max + * isLessThanOrEqualTo lte | minimum min + * isNaN | random + * isNegative | sum + * isPositive | + * isZero | + * minus | + * modulo mod | + * multipliedBy times | + * negated | + * plus | + * precision sd | + * shiftedBy | + * squareRoot sqrt | + * toExponential | + * toFixed | + * toFormat | + * toFraction | + * toJSON | + * toNumber | + * toPrecision | + * toString | + * valueOf | + * + */ + + +var + isNumeric = /^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i, + + mathceil = Math.ceil, + mathfloor = Math.floor, + + bignumberError = '[BigNumber Error] ', + tooManyDigits = bignumberError + 'Number primitive has more than 15 significant digits: ', + + BASE = 1e14, + LOG_BASE = 14, + MAX_SAFE_INTEGER = 0x1fffffffffffff, // 2^53 - 1 + // MAX_INT32 = 0x7fffffff, // 2^31 - 1 + POWS_TEN = [1, 10, 100, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10, 1e11, 1e12, 1e13], + SQRT_BASE = 1e7, + + // EDITABLE + // The limit on the value of DECIMAL_PLACES, TO_EXP_NEG, TO_EXP_POS, MIN_EXP, MAX_EXP, and + // the arguments to toExponential, toFixed, toFormat, and toPrecision. + MAX = 1E9; // 0 to MAX_INT32 + + +/* + * Create and return a BigNumber constructor. + */ +function clone(configObject) { + var div, convertBase, parseNumeric, + P = BigNumber.prototype = { constructor: BigNumber, toString: null, valueOf: null }, + ONE = new BigNumber(1), + + + //----------------------------- EDITABLE CONFIG DEFAULTS ------------------------------- + + + // The default values below must be integers within the inclusive ranges stated. + // The values can also be changed at run-time using BigNumber.set. + + // The maximum number of decimal places for operations involving division. + DECIMAL_PLACES = 20, // 0 to MAX + + // The rounding mode used when rounding to the above decimal places, and when using + // toExponential, toFixed, toFormat and toPrecision, and round (default value). + // UP 0 Away from zero. + // DOWN 1 Towards zero. + // CEIL 2 Towards +Infinity. + // FLOOR 3 Towards -Infinity. + // HALF_UP 4 Towards nearest neighbour. If equidistant, up. + // HALF_DOWN 5 Towards nearest neighbour. If equidistant, down. + // HALF_EVEN 6 Towards nearest neighbour. If equidistant, towards even neighbour. + // HALF_CEIL 7 Towards nearest neighbour. If equidistant, towards +Infinity. + // HALF_FLOOR 8 Towards nearest neighbour. If equidistant, towards -Infinity. + ROUNDING_MODE = 4, // 0 to 8 + + // EXPONENTIAL_AT : [TO_EXP_NEG , TO_EXP_POS] + + // The exponent value at and beneath which toString returns exponential notation. + // Number type: -7 + TO_EXP_NEG = -7, // 0 to -MAX + + // The exponent value at and above which toString returns exponential notation. + // Number type: 21 + TO_EXP_POS = 21, // 0 to MAX + + // RANGE : [MIN_EXP, MAX_EXP] + + // The minimum exponent value, beneath which underflow to zero occurs. + // Number type: -324 (5e-324) + MIN_EXP = -1e7, // -1 to -MAX + + // The maximum exponent value, above which overflow to Infinity occurs. + // Number type: 308 (1.7976931348623157e+308) + // For MAX_EXP > 1e7, e.g. new BigNumber('1e100000000').plus(1) may be slow. + MAX_EXP = 1e7, // 1 to MAX + + // Whether to use cryptographically-secure random number generation, if available. + CRYPTO = false, // true or false + + // The modulo mode used when calculating the modulus: a mod n. + // The quotient (q = a / n) is calculated according to the corresponding rounding mode. + // The remainder (r) is calculated as: r = a - n * q. + // + // UP 0 The remainder is positive if the dividend is negative, else is negative. + // DOWN 1 The remainder has the same sign as the dividend. + // This modulo mode is commonly known as 'truncated division' and is + // equivalent to (a % n) in JavaScript. + // FLOOR 3 The remainder has the same sign as the divisor (Python %). + // HALF_EVEN 6 This modulo mode implements the IEEE 754 remainder function. + // EUCLID 9 Euclidian division. q = sign(n) * floor(a / abs(n)). + // The remainder is always positive. + // + // The truncated division, floored division, Euclidian division and IEEE 754 remainder + // modes are commonly used for the modulus operation. + // Although the other rounding modes can also be used, they may not give useful results. + MODULO_MODE = 1, // 0 to 9 + + // The maximum number of significant digits of the result of the exponentiatedBy operation. + // If POW_PRECISION is 0, there will be unlimited significant digits. + POW_PRECISION = 0, // 0 to MAX + + // The format specification used by the BigNumber.prototype.toFormat method. + FORMAT = { + prefix: '', + groupSize: 3, + secondaryGroupSize: 0, + groupSeparator: ',', + decimalSeparator: '.', + fractionGroupSize: 0, + fractionGroupSeparator: '\xA0', // non-breaking space + suffix: '' + }, + + // The alphabet used for base conversion. It must be at least 2 characters long, with no '+', + // '-', '.', whitespace, or repeated character. + // '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_' + ALPHABET = '0123456789abcdefghijklmnopqrstuvwxyz'; + + + //------------------------------------------------------------------------------------------ + + + // CONSTRUCTOR + + + /* + * The BigNumber constructor and exported function. + * Create and return a new instance of a BigNumber object. + * + * v {number|string|BigNumber} A numeric value. + * [b] {number} The base of v. Integer, 2 to ALPHABET.length inclusive. + */ + function BigNumber(v, b) { + var alphabet, c, caseChanged, e, i, isNum, len, str, + x = this; + + // Enable constructor call without `new`. + if (!(x instanceof BigNumber)) return new BigNumber(v, b); + + if (b == null) { + + if (v && v._isBigNumber === true) { + x.s = v.s; + + if (!v.c || v.e > MAX_EXP) { + x.c = x.e = null; + } else if (v.e < MIN_EXP) { + x.c = [x.e = 0]; + } else { + x.e = v.e; + x.c = v.c.slice(); + } + + return; + } + + if ((isNum = typeof v == 'number') && v * 0 == 0) { + + // Use `1 / n` to handle minus zero also. + x.s = 1 / v < 0 ? (v = -v, -1) : 1; + + // Fast path for integers, where n < 2147483648 (2**31). + if (v === ~~v) { + for (e = 0, i = v; i >= 10; i /= 10, e++); + + if (e > MAX_EXP) { + x.c = x.e = null; + } else { + x.e = e; + x.c = [v]; + } + + return; + } + + str = String(v); + } else { + + if (!isNumeric.test(str = String(v))) return parseNumeric(x, str, isNum); + + x.s = str.charCodeAt(0) == 45 ? (str = str.slice(1), -1) : 1; + } + + // Decimal point? + if ((e = str.indexOf('.')) > -1) str = str.replace('.', ''); + + // Exponential form? + if ((i = str.search(/e/i)) > 0) { + + // Determine exponent. + if (e < 0) e = i; + e += +str.slice(i + 1); + str = str.substring(0, i); + } else if (e < 0) { + + // Integer. + e = str.length; + } + + } else { + + // '[BigNumber Error] Base {not a primitive number|not an integer|out of range}: {b}' + intCheck(b, 2, ALPHABET.length, 'Base'); + + // Allow exponential notation to be used with base 10 argument, while + // also rounding to DECIMAL_PLACES as with other bases. + if (b == 10) { + x = new BigNumber(v); + return round(x, DECIMAL_PLACES + x.e + 1, ROUNDING_MODE); + } + + str = String(v); + + if (isNum = typeof v == 'number') { + + // Avoid potential interpretation of Infinity and NaN as base 44+ values. + if (v * 0 != 0) return parseNumeric(x, str, isNum, b); + + x.s = 1 / v < 0 ? (str = str.slice(1), -1) : 1; + + // '[BigNumber Error] Number primitive has more than 15 significant digits: {n}' + if (BigNumber.DEBUG && str.replace(/^0\.0*|\./, '').length > 15) { + throw Error + (tooManyDigits + v); + } + } else { + x.s = str.charCodeAt(0) === 45 ? (str = str.slice(1), -1) : 1; + } + + alphabet = ALPHABET.slice(0, b); + e = i = 0; + + // Check that str is a valid base b number. + // Don't use RegExp, so alphabet can contain special characters. + for (len = str.length; i < len; i++) { + if (alphabet.indexOf(c = str.charAt(i)) < 0) { + if (c == '.') { + + // If '.' is not the first character and it has not be found before. + if (i > e) { + e = len; + continue; + } + } else if (!caseChanged) { + + // Allow e.g. hexadecimal 'FF' as well as 'ff'. + if (str == str.toUpperCase() && (str = str.toLowerCase()) || + str == str.toLowerCase() && (str = str.toUpperCase())) { + caseChanged = true; + i = -1; + e = 0; + continue; + } + } + + return parseNumeric(x, String(v), isNum, b); + } + } + + // Prevent later check for length on converted number. + isNum = false; + str = convertBase(str, b, 10, x.s); + + // Decimal point? + if ((e = str.indexOf('.')) > -1) str = str.replace('.', ''); + else e = str.length; + } + + // Determine leading zeros. + for (i = 0; str.charCodeAt(i) === 48; i++); + + // Determine trailing zeros. + for (len = str.length; str.charCodeAt(--len) === 48;); + + if (str = str.slice(i, ++len)) { + len -= i; + + // '[BigNumber Error] Number primitive has more than 15 significant digits: {n}' + if (isNum && BigNumber.DEBUG && + len > 15 && (v > MAX_SAFE_INTEGER || v !== mathfloor(v))) { + throw Error + (tooManyDigits + (x.s * v)); + } + + // Overflow? + if ((e = e - i - 1) > MAX_EXP) { + + // Infinity. + x.c = x.e = null; + + // Underflow? + } else if (e < MIN_EXP) { + + // Zero. + x.c = [x.e = 0]; + } else { + x.e = e; + x.c = []; + + // Transform base + + // e is the base 10 exponent. + // i is where to slice str to get the first element of the coefficient array. + i = (e + 1) % LOG_BASE; + if (e < 0) i += LOG_BASE; // i < 1 + + if (i < len) { + if (i) x.c.push(+str.slice(0, i)); + + for (len -= LOG_BASE; i < len;) { + x.c.push(+str.slice(i, i += LOG_BASE)); + } + + i = LOG_BASE - (str = str.slice(i)).length; + } else { + i -= len; + } + + for (; i--; str += '0'); + x.c.push(+str); + } + } else { + + // Zero. + x.c = [x.e = 0]; + } + } + + + // CONSTRUCTOR PROPERTIES + + + BigNumber.clone = clone; + + BigNumber.ROUND_UP = 0; + BigNumber.ROUND_DOWN = 1; + BigNumber.ROUND_CEIL = 2; + BigNumber.ROUND_FLOOR = 3; + BigNumber.ROUND_HALF_UP = 4; + BigNumber.ROUND_HALF_DOWN = 5; + BigNumber.ROUND_HALF_EVEN = 6; + BigNumber.ROUND_HALF_CEIL = 7; + BigNumber.ROUND_HALF_FLOOR = 8; + BigNumber.EUCLID = 9; + + + /* + * Configure infrequently-changing library-wide settings. + * + * Accept an object with the following optional properties (if the value of a property is + * a number, it must be an integer within the inclusive range stated): + * + * DECIMAL_PLACES {number} 0 to MAX + * ROUNDING_MODE {number} 0 to 8 + * EXPONENTIAL_AT {number|number[]} -MAX to MAX or [-MAX to 0, 0 to MAX] + * RANGE {number|number[]} -MAX to MAX (not zero) or [-MAX to -1, 1 to MAX] + * CRYPTO {boolean} true or false + * MODULO_MODE {number} 0 to 9 + * POW_PRECISION {number} 0 to MAX + * ALPHABET {string} A string of two or more unique characters which does + * not contain '.'. + * FORMAT {object} An object with some of the following properties: + * prefix {string} + * groupSize {number} + * secondaryGroupSize {number} + * groupSeparator {string} + * decimalSeparator {string} + * fractionGroupSize {number} + * fractionGroupSeparator {string} + * suffix {string} + * + * (The values assigned to the above FORMAT object properties are not checked for validity.) + * + * E.g. + * BigNumber.config({ DECIMAL_PLACES : 20, ROUNDING_MODE : 4 }) + * + * Ignore properties/parameters set to null or undefined, except for ALPHABET. + * + * Return an object with the properties current values. + */ + BigNumber.config = BigNumber.set = function (obj) { + var p, v; + + if (obj != null) { + + if (typeof obj == 'object') { + + // DECIMAL_PLACES {number} Integer, 0 to MAX inclusive. + // '[BigNumber Error] DECIMAL_PLACES {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'DECIMAL_PLACES')) { + v = obj[p]; + intCheck(v, 0, MAX, p); + DECIMAL_PLACES = v; + } + + // ROUNDING_MODE {number} Integer, 0 to 8 inclusive. + // '[BigNumber Error] ROUNDING_MODE {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'ROUNDING_MODE')) { + v = obj[p]; + intCheck(v, 0, 8, p); + ROUNDING_MODE = v; + } + + // EXPONENTIAL_AT {number|number[]} + // Integer, -MAX to MAX inclusive or + // [integer -MAX to 0 inclusive, 0 to MAX inclusive]. + // '[BigNumber Error] EXPONENTIAL_AT {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'EXPONENTIAL_AT')) { + v = obj[p]; + if (v && v.pop) { + intCheck(v[0], -MAX, 0, p); + intCheck(v[1], 0, MAX, p); + TO_EXP_NEG = v[0]; + TO_EXP_POS = v[1]; + } else { + intCheck(v, -MAX, MAX, p); + TO_EXP_NEG = -(TO_EXP_POS = v < 0 ? -v : v); + } + } + + // RANGE {number|number[]} Non-zero integer, -MAX to MAX inclusive or + // [integer -MAX to -1 inclusive, integer 1 to MAX inclusive]. + // '[BigNumber Error] RANGE {not a primitive number|not an integer|out of range|cannot be zero}: {v}' + if (obj.hasOwnProperty(p = 'RANGE')) { + v = obj[p]; + if (v && v.pop) { + intCheck(v[0], -MAX, -1, p); + intCheck(v[1], 1, MAX, p); + MIN_EXP = v[0]; + MAX_EXP = v[1]; + } else { + intCheck(v, -MAX, MAX, p); + if (v) { + MIN_EXP = -(MAX_EXP = v < 0 ? -v : v); + } else { + throw Error + (bignumberError + p + ' cannot be zero: ' + v); + } + } + } + + // CRYPTO {boolean} true or false. + // '[BigNumber Error] CRYPTO not true or false: {v}' + // '[BigNumber Error] crypto unavailable' + if (obj.hasOwnProperty(p = 'CRYPTO')) { + v = obj[p]; + if (v === !!v) { + if (v) { + if (typeof crypto != 'undefined' && crypto && + (crypto.getRandomValues || crypto.randomBytes)) { + CRYPTO = v; + } else { + CRYPTO = !v; + throw Error + (bignumberError + 'crypto unavailable'); + } + } else { + CRYPTO = v; + } + } else { + throw Error + (bignumberError + p + ' not true or false: ' + v); + } + } + + // MODULO_MODE {number} Integer, 0 to 9 inclusive. + // '[BigNumber Error] MODULO_MODE {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'MODULO_MODE')) { + v = obj[p]; + intCheck(v, 0, 9, p); + MODULO_MODE = v; + } + + // POW_PRECISION {number} Integer, 0 to MAX inclusive. + // '[BigNumber Error] POW_PRECISION {not a primitive number|not an integer|out of range}: {v}' + if (obj.hasOwnProperty(p = 'POW_PRECISION')) { + v = obj[p]; + intCheck(v, 0, MAX, p); + POW_PRECISION = v; + } + + // FORMAT {object} + // '[BigNumber Error] FORMAT not an object: {v}' + if (obj.hasOwnProperty(p = 'FORMAT')) { + v = obj[p]; + if (typeof v == 'object') FORMAT = v; + else throw Error + (bignumberError + p + ' not an object: ' + v); + } + + // ALPHABET {string} + // '[BigNumber Error] ALPHABET invalid: {v}' + if (obj.hasOwnProperty(p = 'ALPHABET')) { + v = obj[p]; + + // Disallow if only one character, + // or if it contains '+', '-', '.', whitespace, or a repeated character. + if (typeof v == 'string' && !/^.$|[+-.\s]|(.).*\1/.test(v)) { + ALPHABET = v; + } else { + throw Error + (bignumberError + p + ' invalid: ' + v); + } + } + + } else { + + // '[BigNumber Error] Object expected: {v}' + throw Error + (bignumberError + 'Object expected: ' + obj); + } + } + + return { + DECIMAL_PLACES: DECIMAL_PLACES, + ROUNDING_MODE: ROUNDING_MODE, + EXPONENTIAL_AT: [TO_EXP_NEG, TO_EXP_POS], + RANGE: [MIN_EXP, MAX_EXP], + CRYPTO: CRYPTO, + MODULO_MODE: MODULO_MODE, + POW_PRECISION: POW_PRECISION, + FORMAT: FORMAT, + ALPHABET: ALPHABET + }; + }; + + + /* + * Return true if v is a BigNumber instance, otherwise return false. + * + * If BigNumber.DEBUG is true, throw if a BigNumber instance is not well-formed. + * + * v {any} + * + * '[BigNumber Error] Invalid BigNumber: {v}' + */ + BigNumber.isBigNumber = function (v) { + if (!v || v._isBigNumber !== true) return false; + if (!BigNumber.DEBUG) return true; + + var i, n, + c = v.c, + e = v.e, + s = v.s; + + out: if ({}.toString.call(c) == '[object Array]') { + + if ((s === 1 || s === -1) && e >= -MAX && e <= MAX && e === mathfloor(e)) { + + // If the first element is zero, the BigNumber value must be zero. + if (c[0] === 0) { + if (e === 0 && c.length === 1) return true; + break out; + } + + // Calculate number of digits that c[0] should have, based on the exponent. + i = (e + 1) % LOG_BASE; + if (i < 1) i += LOG_BASE; + + // Calculate number of digits of c[0]. + //if (Math.ceil(Math.log(c[0] + 1) / Math.LN10) == i) { + if (String(c[0]).length == i) { + + for (i = 0; i < c.length; i++) { + n = c[i]; + if (n < 0 || n >= BASE || n !== mathfloor(n)) break out; + } + + // Last element cannot be zero, unless it is the only element. + if (n !== 0) return true; + } + } + + // Infinity/NaN + } else if (c === null && e === null && (s === null || s === 1 || s === -1)) { + return true; + } + + throw Error + (bignumberError + 'Invalid BigNumber: ' + v); + }; + + + /* + * Return a new BigNumber whose value is the maximum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.maximum = BigNumber.max = function () { + return maxOrMin(arguments, P.lt); + }; + + + /* + * Return a new BigNumber whose value is the minimum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.minimum = BigNumber.min = function () { + return maxOrMin(arguments, P.gt); + }; + + + /* + * Return a new BigNumber with a random value equal to or greater than 0 and less than 1, + * and with dp, or DECIMAL_PLACES if dp is omitted, decimal places (or less if trailing + * zeros are produced). + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp}' + * '[BigNumber Error] crypto unavailable' + */ + BigNumber.random = (function () { + var pow2_53 = 0x20000000000000; + + // Return a 53 bit integer n, where 0 <= n < 9007199254740992. + // Check if Math.random() produces more than 32 bits of randomness. + // If it does, assume at least 53 bits are produced, otherwise assume at least 30 bits. + // 0x40000000 is 2^30, 0x800000 is 2^23, 0x1fffff is 2^21 - 1. + var random53bitInt = (Math.random() * pow2_53) & 0x1fffff + ? function () { return mathfloor(Math.random() * pow2_53); } + : function () { return ((Math.random() * 0x40000000 | 0) * 0x800000) + + (Math.random() * 0x800000 | 0); }; + + return function (dp) { + var a, b, e, k, v, + i = 0, + c = [], + rand = new BigNumber(ONE); + + if (dp == null) dp = DECIMAL_PLACES; + else intCheck(dp, 0, MAX); + + k = mathceil(dp / LOG_BASE); + + if (CRYPTO) { + + // Browsers supporting crypto.getRandomValues. + if (crypto.getRandomValues) { + + a = crypto.getRandomValues(new Uint32Array(k *= 2)); + + for (; i < k;) { + + // 53 bits: + // ((Math.pow(2, 32) - 1) * Math.pow(2, 21)).toString(2) + // 11111 11111111 11111111 11111111 11100000 00000000 00000000 + // ((Math.pow(2, 32) - 1) >>> 11).toString(2) + // 11111 11111111 11111111 + // 0x20000 is 2^21. + v = a[i] * 0x20000 + (a[i + 1] >>> 11); + + // Rejection sampling: + // 0 <= v < 9007199254740992 + // Probability that v >= 9e15, is + // 7199254740992 / 9007199254740992 ~= 0.0008, i.e. 1 in 1251 + if (v >= 9e15) { + b = crypto.getRandomValues(new Uint32Array(2)); + a[i] = b[0]; + a[i + 1] = b[1]; + } else { + + // 0 <= v <= 8999999999999999 + // 0 <= (v % 1e14) <= 99999999999999 + c.push(v % 1e14); + i += 2; + } + } + i = k / 2; + + // Node.js supporting crypto.randomBytes. + } else if (crypto.randomBytes) { + + // buffer + a = crypto.randomBytes(k *= 7); + + for (; i < k;) { + + // 0x1000000000000 is 2^48, 0x10000000000 is 2^40 + // 0x100000000 is 2^32, 0x1000000 is 2^24 + // 11111 11111111 11111111 11111111 11111111 11111111 11111111 + // 0 <= v < 9007199254740992 + v = ((a[i] & 31) * 0x1000000000000) + (a[i + 1] * 0x10000000000) + + (a[i + 2] * 0x100000000) + (a[i + 3] * 0x1000000) + + (a[i + 4] << 16) + (a[i + 5] << 8) + a[i + 6]; + + if (v >= 9e15) { + crypto.randomBytes(7).copy(a, i); + } else { + + // 0 <= (v % 1e14) <= 99999999999999 + c.push(v % 1e14); + i += 7; + } + } + i = k / 7; + } else { + CRYPTO = false; + throw Error + (bignumberError + 'crypto unavailable'); + } + } + + // Use Math.random. + if (!CRYPTO) { + + for (; i < k;) { + v = random53bitInt(); + if (v < 9e15) c[i++] = v % 1e14; + } + } + + k = c[--i]; + dp %= LOG_BASE; + + // Convert trailing digits to zeros according to dp. + if (k && dp) { + v = POWS_TEN[LOG_BASE - dp]; + c[i] = mathfloor(k / v) * v; + } + + // Remove trailing elements which are zero. + for (; c[i] === 0; c.pop(), i--); + + // Zero? + if (i < 0) { + c = [e = 0]; + } else { + + // Remove leading elements which are zero and adjust exponent accordingly. + for (e = -1 ; c[0] === 0; c.splice(0, 1), e -= LOG_BASE); + + // Count the digits of the first element of c to determine leading zeros, and... + for (i = 1, v = c[0]; v >= 10; v /= 10, i++); + + // adjust the exponent accordingly. + if (i < LOG_BASE) e -= LOG_BASE - i; + } + + rand.e = e; + rand.c = c; + return rand; + }; + })(); + + + /* + * Return a BigNumber whose value is the sum of the arguments. + * + * arguments {number|string|BigNumber} + */ + BigNumber.sum = function () { + var i = 1, + args = arguments, + sum = new BigNumber(args[0]); + for (; i < args.length;) sum = sum.plus(args[i++]); + return sum; + }; + + + // PRIVATE FUNCTIONS + + + // Called by BigNumber and BigNumber.prototype.toString. + convertBase = (function () { + var decimal = '0123456789'; + + /* + * Convert string of baseIn to an array of numbers of baseOut. + * Eg. toBaseOut('255', 10, 16) returns [15, 15]. + * Eg. toBaseOut('ff', 16, 10) returns [2, 5, 5]. + */ + function toBaseOut(str, baseIn, baseOut, alphabet) { + var j, + arr = [0], + arrL, + i = 0, + len = str.length; + + for (; i < len;) { + for (arrL = arr.length; arrL--; arr[arrL] *= baseIn); + + arr[0] += alphabet.indexOf(str.charAt(i++)); + + for (j = 0; j < arr.length; j++) { + + if (arr[j] > baseOut - 1) { + if (arr[j + 1] == null) arr[j + 1] = 0; + arr[j + 1] += arr[j] / baseOut | 0; + arr[j] %= baseOut; + } + } + } + + return arr.reverse(); + } + + // Convert a numeric string of baseIn to a numeric string of baseOut. + // If the caller is toString, we are converting from base 10 to baseOut. + // If the caller is BigNumber, we are converting from baseIn to base 10. + return function (str, baseIn, baseOut, sign, callerIsToString) { + var alphabet, d, e, k, r, x, xc, y, + i = str.indexOf('.'), + dp = DECIMAL_PLACES, + rm = ROUNDING_MODE; + + // Non-integer. + if (i >= 0) { + k = POW_PRECISION; + + // Unlimited precision. + POW_PRECISION = 0; + str = str.replace('.', ''); + y = new BigNumber(baseIn); + x = y.pow(str.length - i); + POW_PRECISION = k; + + // Convert str as if an integer, then restore the fraction part by dividing the + // result by its base raised to a power. + + y.c = toBaseOut(toFixedPoint(coeffToString(x.c), x.e, '0'), + 10, baseOut, decimal); + y.e = y.c.length; + } + + // Convert the number as integer. + + xc = toBaseOut(str, baseIn, baseOut, callerIsToString + ? (alphabet = ALPHABET, decimal) + : (alphabet = decimal, ALPHABET)); + + // xc now represents str as an integer and converted to baseOut. e is the exponent. + e = k = xc.length; + + // Remove trailing zeros. + for (; xc[--k] == 0; xc.pop()); + + // Zero? + if (!xc[0]) return alphabet.charAt(0); + + // Does str represent an integer? If so, no need for the division. + if (i < 0) { + --e; + } else { + x.c = xc; + x.e = e; + + // The sign is needed for correct rounding. + x.s = sign; + x = div(x, y, dp, rm, baseOut); + xc = x.c; + r = x.r; + e = x.e; + } + + // xc now represents str converted to baseOut. + + // THe index of the rounding digit. + d = e + dp + 1; + + // The rounding digit: the digit to the right of the digit that may be rounded up. + i = xc[d]; + + // Look at the rounding digits and mode to determine whether to round up. + + k = baseOut / 2; + r = r || d < 0 || xc[d + 1] != null; + + r = rm < 4 ? (i != null || r) && (rm == 0 || rm == (x.s < 0 ? 3 : 2)) + : i > k || i == k &&(rm == 4 || r || rm == 6 && xc[d - 1] & 1 || + rm == (x.s < 0 ? 8 : 7)); + + // If the index of the rounding digit is not greater than zero, or xc represents + // zero, then the result of the base conversion is zero or, if rounding up, a value + // such as 0.00001. + if (d < 1 || !xc[0]) { + + // 1^-dp or 0 + str = r ? toFixedPoint(alphabet.charAt(1), -dp, alphabet.charAt(0)) : alphabet.charAt(0); + } else { + + // Truncate xc to the required number of decimal places. + xc.length = d; + + // Round up? + if (r) { + + // Rounding up may mean the previous digit has to be rounded up and so on. + for (--baseOut; ++xc[--d] > baseOut;) { + xc[d] = 0; + + if (!d) { + ++e; + xc = [1].concat(xc); + } + } + } + + // Determine trailing zeros. + for (k = xc.length; !xc[--k];); + + // E.g. [4, 11, 15] becomes 4bf. + for (i = 0, str = ''; i <= k; str += alphabet.charAt(xc[i++])); + + // Add leading zeros, decimal point and trailing zeros as required. + str = toFixedPoint(str, e, alphabet.charAt(0)); + } + + // The caller will add the sign. + return str; + }; + })(); + + + // Perform division in the specified base. Called by div and convertBase. + div = (function () { + + // Assume non-zero x and k. + function multiply(x, k, base) { + var m, temp, xlo, xhi, + carry = 0, + i = x.length, + klo = k % SQRT_BASE, + khi = k / SQRT_BASE | 0; + + for (x = x.slice(); i--;) { + xlo = x[i] % SQRT_BASE; + xhi = x[i] / SQRT_BASE | 0; + m = khi * xlo + xhi * klo; + temp = klo * xlo + ((m % SQRT_BASE) * SQRT_BASE) + carry; + carry = (temp / base | 0) + (m / SQRT_BASE | 0) + khi * xhi; + x[i] = temp % base; + } + + if (carry) x = [carry].concat(x); + + return x; + } + + function compare(a, b, aL, bL) { + var i, cmp; + + if (aL != bL) { + cmp = aL > bL ? 1 : -1; + } else { + + for (i = cmp = 0; i < aL; i++) { + + if (a[i] != b[i]) { + cmp = a[i] > b[i] ? 1 : -1; + break; + } + } + } + + return cmp; + } + + function subtract(a, b, aL, base) { + var i = 0; + + // Subtract b from a. + for (; aL--;) { + a[aL] -= i; + i = a[aL] < b[aL] ? 1 : 0; + a[aL] = i * base + a[aL] - b[aL]; + } + + // Remove leading zeros. + for (; !a[0] && a.length > 1; a.splice(0, 1)); + } + + // x: dividend, y: divisor. + return function (x, y, dp, rm, base) { + var cmp, e, i, more, n, prod, prodL, q, qc, rem, remL, rem0, xi, xL, yc0, + yL, yz, + s = x.s == y.s ? 1 : -1, + xc = x.c, + yc = y.c; + + // Either NaN, Infinity or 0? + if (!xc || !xc[0] || !yc || !yc[0]) { + + return new BigNumber( + + // Return NaN if either NaN, or both Infinity or 0. + !x.s || !y.s || (xc ? yc && xc[0] == yc[0] : !yc) ? NaN : + + // Return ±0 if x is ±0 or y is ±Infinity, or return ±Infinity as y is ±0. + xc && xc[0] == 0 || !yc ? s * 0 : s / 0 + ); + } + + q = new BigNumber(s); + qc = q.c = []; + e = x.e - y.e; + s = dp + e + 1; + + if (!base) { + base = BASE; + e = bitFloor(x.e / LOG_BASE) - bitFloor(y.e / LOG_BASE); + s = s / LOG_BASE | 0; + } + + // Result exponent may be one less then the current value of e. + // The coefficients of the BigNumbers from convertBase may have trailing zeros. + for (i = 0; yc[i] == (xc[i] || 0); i++); + + if (yc[i] > (xc[i] || 0)) e--; + + if (s < 0) { + qc.push(1); + more = true; + } else { + xL = xc.length; + yL = yc.length; + i = 0; + s += 2; + + // Normalise xc and yc so highest order digit of yc is >= base / 2. + + n = mathfloor(base / (yc[0] + 1)); + + // Not necessary, but to handle odd bases where yc[0] == (base / 2) - 1. + // if (n > 1 || n++ == 1 && yc[0] < base / 2) { + if (n > 1) { + yc = multiply(yc, n, base); + xc = multiply(xc, n, base); + yL = yc.length; + xL = xc.length; + } + + xi = yL; + rem = xc.slice(0, yL); + remL = rem.length; + + // Add zeros to make remainder as long as divisor. + for (; remL < yL; rem[remL++] = 0); + yz = yc.slice(); + yz = [0].concat(yz); + yc0 = yc[0]; + if (yc[1] >= base / 2) yc0++; + // Not necessary, but to prevent trial digit n > base, when using base 3. + // else if (base == 3 && yc0 == 1) yc0 = 1 + 1e-15; + + do { + n = 0; + + // Compare divisor and remainder. + cmp = compare(yc, rem, yL, remL); + + // If divisor < remainder. + if (cmp < 0) { + + // Calculate trial digit, n. + + rem0 = rem[0]; + if (yL != remL) rem0 = rem0 * base + (rem[1] || 0); + + // n is how many times the divisor goes into the current remainder. + n = mathfloor(rem0 / yc0); + + // Algorithm: + // product = divisor multiplied by trial digit (n). + // Compare product and remainder. + // If product is greater than remainder: + // Subtract divisor from product, decrement trial digit. + // Subtract product from remainder. + // If product was less than remainder at the last compare: + // Compare new remainder and divisor. + // If remainder is greater than divisor: + // Subtract divisor from remainder, increment trial digit. + + if (n > 1) { + + // n may be > base only when base is 3. + if (n >= base) n = base - 1; + + // product = divisor * trial digit. + prod = multiply(yc, n, base); + prodL = prod.length; + remL = rem.length; + + // Compare product and remainder. + // If product > remainder then trial digit n too high. + // n is 1 too high about 5% of the time, and is not known to have + // ever been more than 1 too high. + while (compare(prod, rem, prodL, remL) == 1) { + n--; + + // Subtract divisor from product. + subtract(prod, yL < prodL ? yz : yc, prodL, base); + prodL = prod.length; + cmp = 1; + } + } else { + + // n is 0 or 1, cmp is -1. + // If n is 0, there is no need to compare yc and rem again below, + // so change cmp to 1 to avoid it. + // If n is 1, leave cmp as -1, so yc and rem are compared again. + if (n == 0) { + + // divisor < remainder, so n must be at least 1. + cmp = n = 1; + } + + // product = divisor + prod = yc.slice(); + prodL = prod.length; + } + + if (prodL < remL) prod = [0].concat(prod); + + // Subtract product from remainder. + subtract(rem, prod, remL, base); + remL = rem.length; + + // If product was < remainder. + if (cmp == -1) { + + // Compare divisor and new remainder. + // If divisor < new remainder, subtract divisor from remainder. + // Trial digit n too low. + // n is 1 too low about 5% of the time, and very rarely 2 too low. + while (compare(yc, rem, yL, remL) < 1) { + n++; + + // Subtract divisor from remainder. + subtract(rem, yL < remL ? yz : yc, remL, base); + remL = rem.length; + } + } + } else if (cmp === 0) { + n++; + rem = [0]; + } // else cmp === 1 and n will be 0 + + // Add the next digit, n, to the result array. + qc[i++] = n; + + // Update the remainder. + if (rem[0]) { + rem[remL++] = xc[xi] || 0; + } else { + rem = [xc[xi]]; + remL = 1; + } + } while ((xi++ < xL || rem[0] != null) && s--); + + more = rem[0] != null; + + // Leading zero? + if (!qc[0]) qc.splice(0, 1); + } + + if (base == BASE) { + + // To calculate q.e, first get the number of digits of qc[0]. + for (i = 1, s = qc[0]; s >= 10; s /= 10, i++); + + round(q, dp + (q.e = i + e * LOG_BASE - 1) + 1, rm, more); + + // Caller is convertBase. + } else { + q.e = e; + q.r = +more; + } + + return q; + }; + })(); + + + /* + * Return a string representing the value of BigNumber n in fixed-point or exponential + * notation rounded to the specified decimal places or significant digits. + * + * n: a BigNumber. + * i: the index of the last digit required (i.e. the digit that may be rounded up). + * rm: the rounding mode. + * id: 1 (toExponential) or 2 (toPrecision). + */ + function format(n, i, rm, id) { + var c0, e, ne, len, str; + + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + if (!n.c) return n.toString(); + + c0 = n.c[0]; + ne = n.e; + + if (i == null) { + str = coeffToString(n.c); + str = id == 1 || id == 2 && (ne <= TO_EXP_NEG || ne >= TO_EXP_POS) + ? toExponential(str, ne) + : toFixedPoint(str, ne, '0'); + } else { + n = round(new BigNumber(n), i, rm); + + // n.e may have changed if the value was rounded up. + e = n.e; + + str = coeffToString(n.c); + len = str.length; + + // toPrecision returns exponential notation if the number of significant digits + // specified is less than the number of digits necessary to represent the integer + // part of the value in fixed-point notation. + + // Exponential notation. + if (id == 1 || id == 2 && (i <= e || e <= TO_EXP_NEG)) { + + // Append zeros? + for (; len < i; str += '0', len++); + str = toExponential(str, e); + + // Fixed-point notation. + } else { + i -= ne; + str = toFixedPoint(str, e, '0'); + + // Append zeros? + if (e + 1 > len) { + if (--i > 0) for (str += '.'; i--; str += '0'); + } else { + i += e - len; + if (i > 0) { + if (e + 1 == len) str += '.'; + for (; i--; str += '0'); + } + } + } + } + + return n.s < 0 && c0 ? '-' + str : str; + } + + + // Handle BigNumber.max and BigNumber.min. + function maxOrMin(args, method) { + var n, + i = 1, + m = new BigNumber(args[0]); + + for (; i < args.length; i++) { + n = new BigNumber(args[i]); + + // If any number is NaN, return NaN. + if (!n.s) { + m = n; + break; + } else if (method.call(m, n)) { + m = n; + } + } + + return m; + } + + + /* + * Strip trailing zeros, calculate base 10 exponent and check against MIN_EXP and MAX_EXP. + * Called by minus, plus and times. + */ + function normalise(n, c, e) { + var i = 1, + j = c.length; + + // Remove trailing zeros. + for (; !c[--j]; c.pop()); + + // Calculate the base 10 exponent. First get the number of digits of c[0]. + for (j = c[0]; j >= 10; j /= 10, i++); + + // Overflow? + if ((e = i + e * LOG_BASE - 1) > MAX_EXP) { + + // Infinity. + n.c = n.e = null; + + // Underflow? + } else if (e < MIN_EXP) { + + // Zero. + n.c = [n.e = 0]; + } else { + n.e = e; + n.c = c; + } + + return n; + } + + + // Handle values that fail the validity test in BigNumber. + parseNumeric = (function () { + var basePrefix = /^(-?)0([xbo])(?=\w[\w.]*$)/i, + dotAfter = /^([^.]+)\.$/, + dotBefore = /^\.([^.]+)$/, + isInfinityOrNaN = /^-?(Infinity|NaN)$/, + whitespaceOrPlus = /^\s*\+(?=[\w.])|^\s+|\s+$/g; + + return function (x, str, isNum, b) { + var base, + s = isNum ? str : str.replace(whitespaceOrPlus, ''); + + // No exception on ±Infinity or NaN. + if (isInfinityOrNaN.test(s)) { + x.s = isNaN(s) ? null : s < 0 ? -1 : 1; + } else { + if (!isNum) { + + // basePrefix = /^(-?)0([xbo])(?=\w[\w.]*$)/i + s = s.replace(basePrefix, function (m, p1, p2) { + base = (p2 = p2.toLowerCase()) == 'x' ? 16 : p2 == 'b' ? 2 : 8; + return !b || b == base ? p1 : m; + }); + + if (b) { + base = b; + + // E.g. '1.' to '1', '.1' to '0.1' + s = s.replace(dotAfter, '$1').replace(dotBefore, '0.$1'); + } + + if (str != s) return new BigNumber(s, base); + } + + // '[BigNumber Error] Not a number: {n}' + // '[BigNumber Error] Not a base {b} number: {n}' + if (BigNumber.DEBUG) { + throw Error + (bignumberError + 'Not a' + (b ? ' base ' + b : '') + ' number: ' + str); + } + + // NaN + x.s = null; + } + + x.c = x.e = null; + } + })(); + + + /* + * Round x to sd significant digits using rounding mode rm. Check for over/under-flow. + * If r is truthy, it is known that there are more digits after the rounding digit. + */ + function round(x, sd, rm, r) { + var d, i, j, k, n, ni, rd, + xc = x.c, + pows10 = POWS_TEN; + + // if x is not Infinity or NaN... + if (xc) { + + // rd is the rounding digit, i.e. the digit after the digit that may be rounded up. + // n is a base 1e14 number, the value of the element of array x.c containing rd. + // ni is the index of n within x.c. + // d is the number of digits of n. + // i is the index of rd within n including leading zeros. + // j is the actual index of rd within n (if < 0, rd is a leading zero). + out: { + + // Get the number of digits of the first element of xc. + for (d = 1, k = xc[0]; k >= 10; k /= 10, d++); + i = sd - d; + + // If the rounding digit is in the first element of xc... + if (i < 0) { + i += LOG_BASE; + j = sd; + n = xc[ni = 0]; + + // Get the rounding digit at index j of n. + rd = n / pows10[d - j - 1] % 10 | 0; + } else { + ni = mathceil((i + 1) / LOG_BASE); + + if (ni >= xc.length) { + + if (r) { + + // Needed by sqrt. + for (; xc.length <= ni; xc.push(0)); + n = rd = 0; + d = 1; + i %= LOG_BASE; + j = i - LOG_BASE + 1; + } else { + break out; + } + } else { + n = k = xc[ni]; + + // Get the number of digits of n. + for (d = 1; k >= 10; k /= 10, d++); + + // Get the index of rd within n. + i %= LOG_BASE; + + // Get the index of rd within n, adjusted for leading zeros. + // The number of leading zeros of n is given by LOG_BASE - d. + j = i - LOG_BASE + d; + + // Get the rounding digit at index j of n. + rd = j < 0 ? 0 : n / pows10[d - j - 1] % 10 | 0; + } + } + + r = r || sd < 0 || + + // Are there any non-zero digits after the rounding digit? + // The expression n % pows10[d - j - 1] returns all digits of n to the right + // of the digit at j, e.g. if n is 908714 and j is 2, the expression gives 714. + xc[ni + 1] != null || (j < 0 ? n : n % pows10[d - j - 1]); + + r = rm < 4 + ? (rd || r) && (rm == 0 || rm == (x.s < 0 ? 3 : 2)) + : rd > 5 || rd == 5 && (rm == 4 || r || rm == 6 && + + // Check whether the digit to the left of the rounding digit is odd. + ((i > 0 ? j > 0 ? n / pows10[d - j] : 0 : xc[ni - 1]) % 10) & 1 || + rm == (x.s < 0 ? 8 : 7)); + + if (sd < 1 || !xc[0]) { + xc.length = 0; + + if (r) { + + // Convert sd to decimal places. + sd -= x.e + 1; + + // 1, 0.1, 0.01, 0.001, 0.0001 etc. + xc[0] = pows10[(LOG_BASE - sd % LOG_BASE) % LOG_BASE]; + x.e = -sd || 0; + } else { + + // Zero. + xc[0] = x.e = 0; + } + + return x; + } + + // Remove excess digits. + if (i == 0) { + xc.length = ni; + k = 1; + ni--; + } else { + xc.length = ni + 1; + k = pows10[LOG_BASE - i]; + + // E.g. 56700 becomes 56000 if 7 is the rounding digit. + // j > 0 means i > number of leading zeros of n. + xc[ni] = j > 0 ? mathfloor(n / pows10[d - j] % pows10[j]) * k : 0; + } + + // Round up? + if (r) { + + for (; ;) { + + // If the digit to be rounded up is in the first element of xc... + if (ni == 0) { + + // i will be the length of xc[0] before k is added. + for (i = 1, j = xc[0]; j >= 10; j /= 10, i++); + j = xc[0] += k; + for (k = 1; j >= 10; j /= 10, k++); + + // if i != k the length has increased. + if (i != k) { + x.e++; + if (xc[0] == BASE) xc[0] = 1; + } + + break; + } else { + xc[ni] += k; + if (xc[ni] != BASE) break; + xc[ni--] = 0; + k = 1; + } + } + } + + // Remove trailing zeros. + for (i = xc.length; xc[--i] === 0; xc.pop()); + } + + // Overflow? Infinity. + if (x.e > MAX_EXP) { + x.c = x.e = null; + + // Underflow? Zero. + } else if (x.e < MIN_EXP) { + x.c = [x.e = 0]; + } + } + + return x; + } + + + function valueOf(n) { + var str, + e = n.e; + + if (e === null) return n.toString(); + + str = coeffToString(n.c); + + str = e <= TO_EXP_NEG || e >= TO_EXP_POS + ? toExponential(str, e) + : toFixedPoint(str, e, '0'); + + return n.s < 0 ? '-' + str : str; + } + + + // PROTOTYPE/INSTANCE METHODS + + + /* + * Return a new BigNumber whose value is the absolute value of this BigNumber. + */ + P.absoluteValue = P.abs = function () { + var x = new BigNumber(this); + if (x.s < 0) x.s = 1; + return x; + }; + + + /* + * Return + * 1 if the value of this BigNumber is greater than the value of BigNumber(y, b), + * -1 if the value of this BigNumber is less than the value of BigNumber(y, b), + * 0 if they have the same value, + * or null if the value of either is NaN. + */ + P.comparedTo = function (y, b) { + return compare(this, new BigNumber(y, b)); + }; + + + /* + * If dp is undefined or null or true or false, return the number of decimal places of the + * value of this BigNumber, or null if the value of this BigNumber is ±Infinity or NaN. + * + * Otherwise, if dp is a number, return a new BigNumber whose value is the value of this + * BigNumber rounded to a maximum of dp decimal places using rounding mode rm, or + * ROUNDING_MODE if rm is omitted. + * + * [dp] {number} Decimal places: integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.decimalPlaces = P.dp = function (dp, rm) { + var c, n, v, + x = this; + + if (dp != null) { + intCheck(dp, 0, MAX); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + return round(new BigNumber(x), dp + x.e + 1, rm); + } + + if (!(c = x.c)) return null; + n = ((v = c.length - 1) - bitFloor(this.e / LOG_BASE)) * LOG_BASE; + + // Subtract the number of trailing zeros of the last number. + if (v = c[v]) for (; v % 10 == 0; v /= 10, n--); + if (n < 0) n = 0; + + return n; + }; + + + /* + * n / 0 = I + * n / N = N + * n / I = 0 + * 0 / n = 0 + * 0 / 0 = N + * 0 / N = N + * 0 / I = 0 + * N / n = N + * N / 0 = N + * N / N = N + * N / I = N + * I / n = I + * I / 0 = I + * I / N = N + * I / I = N + * + * Return a new BigNumber whose value is the value of this BigNumber divided by the value of + * BigNumber(y, b), rounded according to DECIMAL_PLACES and ROUNDING_MODE. + */ + P.dividedBy = P.div = function (y, b) { + return div(this, new BigNumber(y, b), DECIMAL_PLACES, ROUNDING_MODE); + }; + + + /* + * Return a new BigNumber whose value is the integer part of dividing the value of this + * BigNumber by the value of BigNumber(y, b). + */ + P.dividedToIntegerBy = P.idiv = function (y, b) { + return div(this, new BigNumber(y, b), 0, 1); + }; + + + /* + * Return a BigNumber whose value is the value of this BigNumber exponentiated by n. + * + * If m is present, return the result modulo m. + * If n is negative round according to DECIMAL_PLACES and ROUNDING_MODE. + * If POW_PRECISION is non-zero and m is not present, round to POW_PRECISION using ROUNDING_MODE. + * + * The modular power operation works efficiently when x, n, and m are integers, otherwise it + * is equivalent to calculating x.exponentiatedBy(n).modulo(m) with a POW_PRECISION of 0. + * + * n {number|string|BigNumber} The exponent. An integer. + * [m] {number|string|BigNumber} The modulus. + * + * '[BigNumber Error] Exponent not an integer: {n}' + */ + P.exponentiatedBy = P.pow = function (n, m) { + var half, isModExp, i, k, more, nIsBig, nIsNeg, nIsOdd, y, + x = this; + + n = new BigNumber(n); + + // Allow NaN and ±Infinity, but not other non-integers. + if (n.c && !n.isInteger()) { + throw Error + (bignumberError + 'Exponent not an integer: ' + valueOf(n)); + } + + if (m != null) m = new BigNumber(m); + + // Exponent of MAX_SAFE_INTEGER is 15. + nIsBig = n.e > 14; + + // If x is NaN, ±Infinity, ±0 or ±1, or n is ±Infinity, NaN or ±0. + if (!x.c || !x.c[0] || x.c[0] == 1 && !x.e && x.c.length == 1 || !n.c || !n.c[0]) { + + // The sign of the result of pow when x is negative depends on the evenness of n. + // If +n overflows to ±Infinity, the evenness of n would be not be known. + y = new BigNumber(Math.pow(+valueOf(x), nIsBig ? 2 - isOdd(n) : +valueOf(n))); + return m ? y.mod(m) : y; + } + + nIsNeg = n.s < 0; + + if (m) { + + // x % m returns NaN if abs(m) is zero, or m is NaN. + if (m.c ? !m.c[0] : !m.s) return new BigNumber(NaN); + + isModExp = !nIsNeg && x.isInteger() && m.isInteger(); + + if (isModExp) x = x.mod(m); + + // Overflow to ±Infinity: >=2**1e10 or >=1.0000024**1e15. + // Underflow to ±0: <=0.79**1e10 or <=0.9999975**1e15. + } else if (n.e > 9 && (x.e > 0 || x.e < -1 || (x.e == 0 + // [1, 240000000] + ? x.c[0] > 1 || nIsBig && x.c[1] >= 24e7 + // [80000000000000] [99999750000000] + : x.c[0] < 8e13 || nIsBig && x.c[0] <= 9999975e7))) { + + // If x is negative and n is odd, k = -0, else k = 0. + k = x.s < 0 && isOdd(n) ? -0 : 0; + + // If x >= 1, k = ±Infinity. + if (x.e > -1) k = 1 / k; + + // If n is negative return ±0, else return ±Infinity. + return new BigNumber(nIsNeg ? 1 / k : k); + + } else if (POW_PRECISION) { + + // Truncating each coefficient array to a length of k after each multiplication + // equates to truncating significant digits to POW_PRECISION + [28, 41], + // i.e. there will be a minimum of 28 guard digits retained. + k = mathceil(POW_PRECISION / LOG_BASE + 2); + } + + if (nIsBig) { + half = new BigNumber(0.5); + if (nIsNeg) n.s = 1; + nIsOdd = isOdd(n); + } else { + i = Math.abs(+valueOf(n)); + nIsOdd = i % 2; + } + + y = new BigNumber(ONE); + + // Performs 54 loop iterations for n of 9007199254740991. + for (; ;) { + + if (nIsOdd) { + y = y.times(x); + if (!y.c) break; + + if (k) { + if (y.c.length > k) y.c.length = k; + } else if (isModExp) { + y = y.mod(m); //y = y.minus(div(y, m, 0, MODULO_MODE).times(m)); + } + } + + if (i) { + i = mathfloor(i / 2); + if (i === 0) break; + nIsOdd = i % 2; + } else { + n = n.times(half); + round(n, n.e + 1, 1); + + if (n.e > 14) { + nIsOdd = isOdd(n); + } else { + i = +valueOf(n); + if (i === 0) break; + nIsOdd = i % 2; + } + } + + x = x.times(x); + + if (k) { + if (x.c && x.c.length > k) x.c.length = k; + } else if (isModExp) { + x = x.mod(m); //x = x.minus(div(x, m, 0, MODULO_MODE).times(m)); + } + } + + if (isModExp) return y; + if (nIsNeg) y = ONE.div(y); + + return m ? y.mod(m) : k ? round(y, POW_PRECISION, ROUNDING_MODE, more) : y; + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber rounded to an integer + * using rounding mode rm, or ROUNDING_MODE if rm is omitted. + * + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {rm}' + */ + P.integerValue = function (rm) { + var n = new BigNumber(this); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + return round(n, n.e + 1, rm); + }; + + + /* + * Return true if the value of this BigNumber is equal to the value of BigNumber(y, b), + * otherwise return false. + */ + P.isEqualTo = P.eq = function (y, b) { + return compare(this, new BigNumber(y, b)) === 0; + }; + + + /* + * Return true if the value of this BigNumber is a finite number, otherwise return false. + */ + P.isFinite = function () { + return !!this.c; + }; + + + /* + * Return true if the value of this BigNumber is greater than the value of BigNumber(y, b), + * otherwise return false. + */ + P.isGreaterThan = P.gt = function (y, b) { + return compare(this, new BigNumber(y, b)) > 0; + }; + + + /* + * Return true if the value of this BigNumber is greater than or equal to the value of + * BigNumber(y, b), otherwise return false. + */ + P.isGreaterThanOrEqualTo = P.gte = function (y, b) { + return (b = compare(this, new BigNumber(y, b))) === 1 || b === 0; + + }; + + + /* + * Return true if the value of this BigNumber is an integer, otherwise return false. + */ + P.isInteger = function () { + return !!this.c && bitFloor(this.e / LOG_BASE) > this.c.length - 2; + }; + + + /* + * Return true if the value of this BigNumber is less than the value of BigNumber(y, b), + * otherwise return false. + */ + P.isLessThan = P.lt = function (y, b) { + return compare(this, new BigNumber(y, b)) < 0; + }; + + + /* + * Return true if the value of this BigNumber is less than or equal to the value of + * BigNumber(y, b), otherwise return false. + */ + P.isLessThanOrEqualTo = P.lte = function (y, b) { + return (b = compare(this, new BigNumber(y, b))) === -1 || b === 0; + }; + + + /* + * Return true if the value of this BigNumber is NaN, otherwise return false. + */ + P.isNaN = function () { + return !this.s; + }; + + + /* + * Return true if the value of this BigNumber is negative, otherwise return false. + */ + P.isNegative = function () { + return this.s < 0; + }; + + + /* + * Return true if the value of this BigNumber is positive, otherwise return false. + */ + P.isPositive = function () { + return this.s > 0; + }; + + + /* + * Return true if the value of this BigNumber is 0 or -0, otherwise return false. + */ + P.isZero = function () { + return !!this.c && this.c[0] == 0; + }; + + + /* + * n - 0 = n + * n - N = N + * n - I = -I + * 0 - n = -n + * 0 - 0 = 0 + * 0 - N = N + * 0 - I = -I + * N - n = N + * N - 0 = N + * N - N = N + * N - I = N + * I - n = I + * I - 0 = I + * I - N = N + * I - I = N + * + * Return a new BigNumber whose value is the value of this BigNumber minus the value of + * BigNumber(y, b). + */ + P.minus = function (y, b) { + var i, j, t, xLTy, + x = this, + a = x.s; + + y = new BigNumber(y, b); + b = y.s; + + // Either NaN? + if (!a || !b) return new BigNumber(NaN); + + // Signs differ? + if (a != b) { + y.s = -b; + return x.plus(y); + } + + var xe = x.e / LOG_BASE, + ye = y.e / LOG_BASE, + xc = x.c, + yc = y.c; + + if (!xe || !ye) { + + // Either Infinity? + if (!xc || !yc) return xc ? (y.s = -b, y) : new BigNumber(yc ? x : NaN); + + // Either zero? + if (!xc[0] || !yc[0]) { + + // Return y if y is non-zero, x if x is non-zero, or zero if both are zero. + return yc[0] ? (y.s = -b, y) : new BigNumber(xc[0] ? x : + + // IEEE 754 (2008) 6.3: n - n = -0 when rounding to -Infinity + ROUNDING_MODE == 3 ? -0 : 0); + } + } + + xe = bitFloor(xe); + ye = bitFloor(ye); + xc = xc.slice(); + + // Determine which is the bigger number. + if (a = xe - ye) { + + if (xLTy = a < 0) { + a = -a; + t = xc; + } else { + ye = xe; + t = yc; + } + + t.reverse(); + + // Prepend zeros to equalise exponents. + for (b = a; b--; t.push(0)); + t.reverse(); + } else { + + // Exponents equal. Check digit by digit. + j = (xLTy = (a = xc.length) < (b = yc.length)) ? a : b; + + for (a = b = 0; b < j; b++) { + + if (xc[b] != yc[b]) { + xLTy = xc[b] < yc[b]; + break; + } + } + } + + // x < y? Point xc to the array of the bigger number. + if (xLTy) t = xc, xc = yc, yc = t, y.s = -y.s; + + b = (j = yc.length) - (i = xc.length); + + // Append zeros to xc if shorter. + // No need to add zeros to yc if shorter as subtract only needs to start at yc.length. + if (b > 0) for (; b--; xc[i++] = 0); + b = BASE - 1; + + // Subtract yc from xc. + for (; j > a;) { + + if (xc[--j] < yc[j]) { + for (i = j; i && !xc[--i]; xc[i] = b); + --xc[i]; + xc[j] += BASE; + } + + xc[j] -= yc[j]; + } + + // Remove leading zeros and adjust exponent accordingly. + for (; xc[0] == 0; xc.splice(0, 1), --ye); + + // Zero? + if (!xc[0]) { + + // Following IEEE 754 (2008) 6.3, + // n - n = +0 but n - n = -0 when rounding towards -Infinity. + y.s = ROUNDING_MODE == 3 ? -1 : 1; + y.c = [y.e = 0]; + return y; + } + + // No need to check for Infinity as +x - +y != Infinity && -x - -y != Infinity + // for finite x and y. + return normalise(y, xc, ye); + }; + + + /* + * n % 0 = N + * n % N = N + * n % I = n + * 0 % n = 0 + * -0 % n = -0 + * 0 % 0 = N + * 0 % N = N + * 0 % I = 0 + * N % n = N + * N % 0 = N + * N % N = N + * N % I = N + * I % n = N + * I % 0 = N + * I % N = N + * I % I = N + * + * Return a new BigNumber whose value is the value of this BigNumber modulo the value of + * BigNumber(y, b). The result depends on the value of MODULO_MODE. + */ + P.modulo = P.mod = function (y, b) { + var q, s, + x = this; + + y = new BigNumber(y, b); + + // Return NaN if x is Infinity or NaN, or y is NaN or zero. + if (!x.c || !y.s || y.c && !y.c[0]) { + return new BigNumber(NaN); + + // Return x if y is Infinity or x is zero. + } else if (!y.c || x.c && !x.c[0]) { + return new BigNumber(x); + } + + if (MODULO_MODE == 9) { + + // Euclidian division: q = sign(y) * floor(x / abs(y)) + // r = x - qy where 0 <= r < abs(y) + s = y.s; + y.s = 1; + q = div(x, y, 0, 3); + y.s = s; + q.s *= s; + } else { + q = div(x, y, 0, MODULO_MODE); + } + + y = x.minus(q.times(y)); + + // To match JavaScript %, ensure sign of zero is sign of dividend. + if (!y.c[0] && MODULO_MODE == 1) y.s = x.s; + + return y; + }; + + + /* + * n * 0 = 0 + * n * N = N + * n * I = I + * 0 * n = 0 + * 0 * 0 = 0 + * 0 * N = N + * 0 * I = N + * N * n = N + * N * 0 = N + * N * N = N + * N * I = N + * I * n = I + * I * 0 = N + * I * N = N + * I * I = I + * + * Return a new BigNumber whose value is the value of this BigNumber multiplied by the value + * of BigNumber(y, b). + */ + P.multipliedBy = P.times = function (y, b) { + var c, e, i, j, k, m, xcL, xlo, xhi, ycL, ylo, yhi, zc, + base, sqrtBase, + x = this, + xc = x.c, + yc = (y = new BigNumber(y, b)).c; + + // Either NaN, ±Infinity or ±0? + if (!xc || !yc || !xc[0] || !yc[0]) { + + // Return NaN if either is NaN, or one is 0 and the other is Infinity. + if (!x.s || !y.s || xc && !xc[0] && !yc || yc && !yc[0] && !xc) { + y.c = y.e = y.s = null; + } else { + y.s *= x.s; + + // Return ±Infinity if either is ±Infinity. + if (!xc || !yc) { + y.c = y.e = null; + + // Return ±0 if either is ±0. + } else { + y.c = [0]; + y.e = 0; + } + } + + return y; + } + + e = bitFloor(x.e / LOG_BASE) + bitFloor(y.e / LOG_BASE); + y.s *= x.s; + xcL = xc.length; + ycL = yc.length; + + // Ensure xc points to longer array and xcL to its length. + if (xcL < ycL) zc = xc, xc = yc, yc = zc, i = xcL, xcL = ycL, ycL = i; + + // Initialise the result array with zeros. + for (i = xcL + ycL, zc = []; i--; zc.push(0)); + + base = BASE; + sqrtBase = SQRT_BASE; + + for (i = ycL; --i >= 0;) { + c = 0; + ylo = yc[i] % sqrtBase; + yhi = yc[i] / sqrtBase | 0; + + for (k = xcL, j = i + k; j > i;) { + xlo = xc[--k] % sqrtBase; + xhi = xc[k] / sqrtBase | 0; + m = yhi * xlo + xhi * ylo; + xlo = ylo * xlo + ((m % sqrtBase) * sqrtBase) + zc[j] + c; + c = (xlo / base | 0) + (m / sqrtBase | 0) + yhi * xhi; + zc[j--] = xlo % base; + } + + zc[j] = c; + } + + if (c) { + ++e; + } else { + zc.splice(0, 1); + } + + return normalise(y, zc, e); + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber negated, + * i.e. multiplied by -1. + */ + P.negated = function () { + var x = new BigNumber(this); + x.s = -x.s || null; + return x; + }; + + + /* + * n + 0 = n + * n + N = N + * n + I = I + * 0 + n = n + * 0 + 0 = 0 + * 0 + N = N + * 0 + I = I + * N + n = N + * N + 0 = N + * N + N = N + * N + I = N + * I + n = I + * I + 0 = I + * I + N = N + * I + I = I + * + * Return a new BigNumber whose value is the value of this BigNumber plus the value of + * BigNumber(y, b). + */ + P.plus = function (y, b) { + var t, + x = this, + a = x.s; + + y = new BigNumber(y, b); + b = y.s; + + // Either NaN? + if (!a || !b) return new BigNumber(NaN); + + // Signs differ? + if (a != b) { + y.s = -b; + return x.minus(y); + } + + var xe = x.e / LOG_BASE, + ye = y.e / LOG_BASE, + xc = x.c, + yc = y.c; + + if (!xe || !ye) { + + // Return ±Infinity if either ±Infinity. + if (!xc || !yc) return new BigNumber(a / 0); + + // Either zero? + // Return y if y is non-zero, x if x is non-zero, or zero if both are zero. + if (!xc[0] || !yc[0]) return yc[0] ? y : new BigNumber(xc[0] ? x : a * 0); + } + + xe = bitFloor(xe); + ye = bitFloor(ye); + xc = xc.slice(); + + // Prepend zeros to equalise exponents. Faster to use reverse then do unshifts. + if (a = xe - ye) { + if (a > 0) { + ye = xe; + t = yc; + } else { + a = -a; + t = xc; + } + + t.reverse(); + for (; a--; t.push(0)); + t.reverse(); + } + + a = xc.length; + b = yc.length; + + // Point xc to the longer array, and b to the shorter length. + if (a - b < 0) t = yc, yc = xc, xc = t, b = a; + + // Only start adding at yc.length - 1 as the further digits of xc can be ignored. + for (a = 0; b;) { + a = (xc[--b] = xc[b] + yc[b] + a) / BASE | 0; + xc[b] = BASE === xc[b] ? 0 : xc[b] % BASE; + } + + if (a) { + xc = [a].concat(xc); + ++ye; + } + + // No need to check for zero, as +x + +y != 0 && -x + -y != 0 + // ye = MAX_EXP + 1 possible + return normalise(y, xc, ye); + }; + + + /* + * If sd is undefined or null or true or false, return the number of significant digits of + * the value of this BigNumber, or null if the value of this BigNumber is ±Infinity or NaN. + * If sd is true include integer-part trailing zeros in the count. + * + * Otherwise, if sd is a number, return a new BigNumber whose value is the value of this + * BigNumber rounded to a maximum of sd significant digits using rounding mode rm, or + * ROUNDING_MODE if rm is omitted. + * + * sd {number|boolean} number: significant digits: integer, 1 to MAX inclusive. + * boolean: whether to count integer-part trailing zeros: true or false. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {sd|rm}' + */ + P.precision = P.sd = function (sd, rm) { + var c, n, v, + x = this; + + if (sd != null && sd !== !!sd) { + intCheck(sd, 1, MAX); + if (rm == null) rm = ROUNDING_MODE; + else intCheck(rm, 0, 8); + + return round(new BigNumber(x), sd, rm); + } + + if (!(c = x.c)) return null; + v = c.length - 1; + n = v * LOG_BASE + 1; + + if (v = c[v]) { + + // Subtract the number of trailing zeros of the last element. + for (; v % 10 == 0; v /= 10, n--); + + // Add the number of digits of the first element. + for (v = c[0]; v >= 10; v /= 10, n++); + } + + if (sd && x.e + 1 > n) n = x.e + 1; + + return n; + }; + + + /* + * Return a new BigNumber whose value is the value of this BigNumber shifted by k places + * (powers of 10). Shift to the right if n > 0, and to the left if n < 0. + * + * k {number} Integer, -MAX_SAFE_INTEGER to MAX_SAFE_INTEGER inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {k}' + */ + P.shiftedBy = function (k) { + intCheck(k, -MAX_SAFE_INTEGER, MAX_SAFE_INTEGER); + return this.times('1e' + k); + }; + + + /* + * sqrt(-n) = N + * sqrt(N) = N + * sqrt(-I) = N + * sqrt(I) = I + * sqrt(0) = 0 + * sqrt(-0) = -0 + * + * Return a new BigNumber whose value is the square root of the value of this BigNumber, + * rounded according to DECIMAL_PLACES and ROUNDING_MODE. + */ + P.squareRoot = P.sqrt = function () { + var m, n, r, rep, t, + x = this, + c = x.c, + s = x.s, + e = x.e, + dp = DECIMAL_PLACES + 4, + half = new BigNumber('0.5'); + + // Negative/NaN/Infinity/zero? + if (s !== 1 || !c || !c[0]) { + return new BigNumber(!s || s < 0 && (!c || c[0]) ? NaN : c ? x : 1 / 0); + } + + // Initial estimate. + s = Math.sqrt(+valueOf(x)); + + // Math.sqrt underflow/overflow? + // Pass x to Math.sqrt as integer, then adjust the exponent of the result. + if (s == 0 || s == 1 / 0) { + n = coeffToString(c); + if ((n.length + e) % 2 == 0) n += '0'; + s = Math.sqrt(+n); + e = bitFloor((e + 1) / 2) - (e < 0 || e % 2); + + if (s == 1 / 0) { + n = '1e' + e; + } else { + n = s.toExponential(); + n = n.slice(0, n.indexOf('e') + 1) + e; + } + + r = new BigNumber(n); + } else { + r = new BigNumber(s + ''); + } + + // Check for zero. + // r could be zero if MIN_EXP is changed after the this value was created. + // This would cause a division by zero (x/t) and hence Infinity below, which would cause + // coeffToString to throw. + if (r.c[0]) { + e = r.e; + s = e + dp; + if (s < 3) s = 0; + + // Newton-Raphson iteration. + for (; ;) { + t = r; + r = half.times(t.plus(div(x, t, dp, 1))); + + if (coeffToString(t.c).slice(0, s) === (n = coeffToString(r.c)).slice(0, s)) { + + // The exponent of r may here be one less than the final result exponent, + // e.g 0.0009999 (e-4) --> 0.001 (e-3), so adjust s so the rounding digits + // are indexed correctly. + if (r.e < e) --s; + n = n.slice(s - 3, s + 1); + + // The 4th rounding digit may be in error by -1 so if the 4 rounding digits + // are 9999 or 4999 (i.e. approaching a rounding boundary) continue the + // iteration. + if (n == '9999' || !rep && n == '4999') { + + // On the first iteration only, check to see if rounding up gives the + // exact result as the nines may infinitely repeat. + if (!rep) { + round(t, t.e + DECIMAL_PLACES + 2, 0); + + if (t.times(t).eq(x)) { + r = t; + break; + } + } + + dp += 4; + s += 4; + rep = 1; + } else { + + // If rounding digits are null, 0{0,4} or 50{0,3}, check for exact + // result. If not, then there are further digits and m will be truthy. + if (!+n || !+n.slice(1) && n.charAt(0) == '5') { + + // Truncate to the first rounding digit. + round(r, r.e + DECIMAL_PLACES + 2, 1); + m = !r.times(r).eq(x); + } + + break; + } + } + } + } + + return round(r, r.e + DECIMAL_PLACES + 1, ROUNDING_MODE, m); + }; + + + /* + * Return a string representing the value of this BigNumber in exponential notation and + * rounded using ROUNDING_MODE to dp fixed decimal places. + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.toExponential = function (dp, rm) { + if (dp != null) { + intCheck(dp, 0, MAX); + dp++; + } + return format(this, dp, rm, 1); + }; + + + /* + * Return a string representing the value of this BigNumber in fixed-point notation rounding + * to dp fixed decimal places using rounding mode rm, or ROUNDING_MODE if rm is omitted. + * + * Note: as with JavaScript's number type, (-0).toFixed(0) is '0', + * but e.g. (-0.00001).toFixed(0) is '-0'. + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + */ + P.toFixed = function (dp, rm) { + if (dp != null) { + intCheck(dp, 0, MAX); + dp = dp + this.e + 1; + } + return format(this, dp, rm); + }; + + + /* + * Return a string representing the value of this BigNumber in fixed-point notation rounded + * using rm or ROUNDING_MODE to dp decimal places, and formatted according to the properties + * of the format or FORMAT object (see BigNumber.set). + * + * The formatting object may contain some or all of the properties shown below. + * + * FORMAT = { + * prefix: '', + * groupSize: 3, + * secondaryGroupSize: 0, + * groupSeparator: ',', + * decimalSeparator: '.', + * fractionGroupSize: 0, + * fractionGroupSeparator: '\xA0', // non-breaking space + * suffix: '' + * }; + * + * [dp] {number} Decimal places. Integer, 0 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * [format] {object} Formatting options. See FORMAT pbject above. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}' + * '[BigNumber Error] Argument not an object: {format}' + */ + P.toFormat = function (dp, rm, format) { + var str, + x = this; + + if (format == null) { + if (dp != null && rm && typeof rm == 'object') { + format = rm; + rm = null; + } else if (dp && typeof dp == 'object') { + format = dp; + dp = rm = null; + } else { + format = FORMAT; + } + } else if (typeof format != 'object') { + throw Error + (bignumberError + 'Argument not an object: ' + format); + } + + str = x.toFixed(dp, rm); + + if (x.c) { + var i, + arr = str.split('.'), + g1 = +format.groupSize, + g2 = +format.secondaryGroupSize, + groupSeparator = format.groupSeparator || '', + intPart = arr[0], + fractionPart = arr[1], + isNeg = x.s < 0, + intDigits = isNeg ? intPart.slice(1) : intPart, + len = intDigits.length; + + if (g2) i = g1, g1 = g2, g2 = i, len -= i; + + if (g1 > 0 && len > 0) { + i = len % g1 || g1; + intPart = intDigits.substr(0, i); + for (; i < len; i += g1) intPart += groupSeparator + intDigits.substr(i, g1); + if (g2 > 0) intPart += groupSeparator + intDigits.slice(i); + if (isNeg) intPart = '-' + intPart; + } + + str = fractionPart + ? intPart + (format.decimalSeparator || '') + ((g2 = +format.fractionGroupSize) + ? fractionPart.replace(new RegExp('\\d{' + g2 + '}\\B', 'g'), + '$&' + (format.fractionGroupSeparator || '')) + : fractionPart) + : intPart; + } + + return (format.prefix || '') + str + (format.suffix || ''); + }; + + + /* + * Return an array of two BigNumbers representing the value of this BigNumber as a simple + * fraction with an integer numerator and an integer denominator. + * The denominator will be a positive non-zero value less than or equal to the specified + * maximum denominator. If a maximum denominator is not specified, the denominator will be + * the lowest value necessary to represent the number exactly. + * + * [md] {number|string|BigNumber} Integer >= 1, or Infinity. The maximum denominator. + * + * '[BigNumber Error] Argument {not an integer|out of range} : {md}' + */ + P.toFraction = function (md) { + var d, d0, d1, d2, e, exp, n, n0, n1, q, r, s, + x = this, + xc = x.c; + + if (md != null) { + n = new BigNumber(md); + + // Throw if md is less than one or is not an integer, unless it is Infinity. + if (!n.isInteger() && (n.c || n.s !== 1) || n.lt(ONE)) { + throw Error + (bignumberError + 'Argument ' + + (n.isInteger() ? 'out of range: ' : 'not an integer: ') + valueOf(n)); + } + } + + if (!xc) return new BigNumber(x); + + d = new BigNumber(ONE); + n1 = d0 = new BigNumber(ONE); + d1 = n0 = new BigNumber(ONE); + s = coeffToString(xc); + + // Determine initial denominator. + // d is a power of 10 and the minimum max denominator that specifies the value exactly. + e = d.e = s.length - x.e - 1; + d.c[0] = POWS_TEN[(exp = e % LOG_BASE) < 0 ? LOG_BASE + exp : exp]; + md = !md || n.comparedTo(d) > 0 ? (e > 0 ? d : n1) : n; + + exp = MAX_EXP; + MAX_EXP = 1 / 0; + n = new BigNumber(s); + + // n0 = d1 = 0 + n0.c[0] = 0; + + for (; ;) { + q = div(n, d, 0, 1); + d2 = d0.plus(q.times(d1)); + if (d2.comparedTo(md) == 1) break; + d0 = d1; + d1 = d2; + n1 = n0.plus(q.times(d2 = n1)); + n0 = d2; + d = n.minus(q.times(d2 = d)); + n = d2; + } + + d2 = div(md.minus(d0), d1, 0, 1); + n0 = n0.plus(d2.times(n1)); + d0 = d0.plus(d2.times(d1)); + n0.s = n1.s = x.s; + e = e * 2; + + // Determine which fraction is closer to x, n0/d0 or n1/d1 + r = div(n1, d1, e, ROUNDING_MODE).minus(x).abs().comparedTo( + div(n0, d0, e, ROUNDING_MODE).minus(x).abs()) < 1 ? [n1, d1] : [n0, d0]; + + MAX_EXP = exp; + + return r; + }; + + + /* + * Return the value of this BigNumber converted to a number primitive. + */ + P.toNumber = function () { + return +valueOf(this); + }; + + + /* + * Return a string representing the value of this BigNumber rounded to sd significant digits + * using rounding mode rm or ROUNDING_MODE. If sd is less than the number of digits + * necessary to represent the integer part of the value in fixed-point notation, then use + * exponential notation. + * + * [sd] {number} Significant digits. Integer, 1 to MAX inclusive. + * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive. + * + * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {sd|rm}' + */ + P.toPrecision = function (sd, rm) { + if (sd != null) intCheck(sd, 1, MAX); + return format(this, sd, rm, 2); + }; + + + /* + * Return a string representing the value of this BigNumber in base b, or base 10 if b is + * omitted. If a base is specified, including base 10, round according to DECIMAL_PLACES and + * ROUNDING_MODE. If a base is not specified, and this BigNumber has a positive exponent + * that is equal to or greater than TO_EXP_POS, or a negative exponent equal to or less than + * TO_EXP_NEG, return exponential notation. + * + * [b] {number} Integer, 2 to ALPHABET.length inclusive. + * + * '[BigNumber Error] Base {not a primitive number|not an integer|out of range}: {b}' + */ + P.toString = function (b) { + var str, + n = this, + s = n.s, + e = n.e; + + // Infinity or NaN? + if (e === null) { + if (s) { + str = 'Infinity'; + if (s < 0) str = '-' + str; + } else { + str = 'NaN'; + } + } else { + if (b == null) { + str = e <= TO_EXP_NEG || e >= TO_EXP_POS + ? toExponential(coeffToString(n.c), e) + : toFixedPoint(coeffToString(n.c), e, '0'); + } else if (b === 10) { + n = round(new BigNumber(n), DECIMAL_PLACES + e + 1, ROUNDING_MODE); + str = toFixedPoint(coeffToString(n.c), n.e, '0'); + } else { + intCheck(b, 2, ALPHABET.length, 'Base'); + str = convertBase(toFixedPoint(coeffToString(n.c), e, '0'), 10, b, s, true); + } + + if (s < 0 && n.c[0]) str = '-' + str; + } + + return str; + }; + + + /* + * Return as toString, but do not accept a base argument, and include the minus sign for + * negative zero. + */ + P.valueOf = P.toJSON = function () { + return valueOf(this); + }; + + + P._isBigNumber = true; + + P[Symbol.toStringTag] = 'BigNumber'; + + // Node.js v10.12.0+ + P[Symbol.for('nodejs.util.inspect.custom')] = P.valueOf; + + if (configObject != null) BigNumber.set(configObject); + + return BigNumber; +} + + +// PRIVATE HELPER FUNCTIONS + +// These functions don't need access to variables, +// e.g. DECIMAL_PLACES, in the scope of the `clone` function above. + + +function bitFloor(n) { + var i = n | 0; + return n > 0 || n === i ? i : i - 1; +} + + +// Return a coefficient array as a string of base 10 digits. +function coeffToString(a) { + var s, z, + i = 1, + j = a.length, + r = a[0] + ''; + + for (; i < j;) { + s = a[i++] + ''; + z = LOG_BASE - s.length; + for (; z--; s = '0' + s); + r += s; + } + + // Determine trailing zeros. + for (j = r.length; r.charCodeAt(--j) === 48;); + + return r.slice(0, j + 1 || 1); +} + + +// Compare the value of BigNumbers x and y. +function compare(x, y) { + var a, b, + xc = x.c, + yc = y.c, + i = x.s, + j = y.s, + k = x.e, + l = y.e; + + // Either NaN? + if (!i || !j) return null; + + a = xc && !xc[0]; + b = yc && !yc[0]; + + // Either zero? + if (a || b) return a ? b ? 0 : -j : i; + + // Signs differ? + if (i != j) return i; + + a = i < 0; + b = k == l; + + // Either Infinity? + if (!xc || !yc) return b ? 0 : !xc ^ a ? 1 : -1; + + // Compare exponents. + if (!b) return k > l ^ a ? 1 : -1; + + j = (k = xc.length) < (l = yc.length) ? k : l; + + // Compare digit by digit. + for (i = 0; i < j; i++) if (xc[i] != yc[i]) return xc[i] > yc[i] ^ a ? 1 : -1; + + // Compare lengths. + return k == l ? 0 : k > l ^ a ? 1 : -1; +} + + +/* + * Check that n is a primitive number, an integer, and in range, otherwise throw. + */ +function intCheck(n, min, max, name) { + if (n < min || n > max || n !== mathfloor(n)) { + throw Error + (bignumberError + (name || 'Argument') + (typeof n == 'number' + ? n < min || n > max ? ' out of range: ' : ' not an integer: ' + : ' not a primitive number: ') + String(n)); + } +} + + +// Assumes finite n. +function isOdd(n) { + var k = n.c.length - 1; + return bitFloor(n.e / LOG_BASE) == k && n.c[k] % 2 != 0; +} + + +function toExponential(str, e) { + return (str.length > 1 ? str.charAt(0) + '.' + str.slice(1) : str) + + (e < 0 ? 'e' : 'e+') + e; +} + + +function toFixedPoint(str, e, z) { + var len, zs; + + // Negative exponent? + if (e < 0) { + + // Prepend zeros. + for (zs = z + '.'; ++e; zs += z); + str = zs + str; + + // Positive exponent + } else { + len = str.length; + + // Append zeros. + if (++e > len) { + for (zs = z, e -= len; --e; zs += z); + str += zs; + } else if (e < len) { + str = str.slice(0, e) + '.' + str.slice(e); + } + } + + return str; +} + + +// EXPORT + + +export var BigNumber = clone(); + +export default BigNumber; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/doc/API.html" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/doc/API.html" new file mode 100644 index 0000000..424a914 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/doc/API.html" @@ -0,0 +1,2237 @@ + + + + + + +bignumber.js API + + + + + + +
+ +

bignumber.js

+ +

A JavaScript library for arbitrary-precision arithmetic.

+

Hosted on GitHub.

+ +

API

+ +

+ See the README on GitHub for a + quick-start introduction. +

+

+ In all examples below, var and semicolons are not shown, and if a commented-out + value is in quotes it means toString has been called on the preceding expression. +

+ + +

CONSTRUCTOR

+ + +
+ BigNumberBigNumber(n [, base]) ⇒ BigNumber +
+

+ n: number|string|BigNumber
+ base: number: integer, 2 to 36 inclusive. (See + ALPHABET to extend this range). +

+

+ Returns a new instance of a BigNumber object with value n, where n + is a numeric value in the specified base, or base 10 if + base is omitted or is null or undefined. +

+
+x = new BigNumber(123.4567)                // '123.4567'
+// 'new' is optional
+y = BigNumber(x)                           // '123.4567'
+

+ If n is a base 10 value it can be in normal (fixed-point) or + exponential notation. Values in other bases must be in normal notation. Values in any base can + have fraction digits, i.e. digits after the decimal point. +

+
+new BigNumber(43210)                       // '43210'
+new BigNumber('4.321e+4')                  // '43210'
+new BigNumber('-735.0918e-430')            // '-7.350918e-428'
+new BigNumber('123412421.234324', 5)       // '607236.557696'
+

+ Signed 0, signed Infinity and NaN are supported. +

+
+new BigNumber('-Infinity')                 // '-Infinity'
+new BigNumber(NaN)                         // 'NaN'
+new BigNumber(-0)                          // '0'
+new BigNumber('.5')                        // '0.5'
+new BigNumber('+2')                        // '2'
+

+ String values in hexadecimal literal form, e.g. '0xff', are valid, as are + string values with the octal and binary prefixs '0o' and '0b'. + String values in octal literal form without the prefix will be interpreted as + decimals, e.g. '011' is interpreted as 11, not 9. +

+
+new BigNumber(-10110100.1, 2)              // '-180.5'
+new BigNumber('-0b10110100.1')             // '-180.5'
+new BigNumber('ff.8', 16)                  // '255.5'
+new BigNumber('0xff.8')                    // '255.5'
+

+ If a base is specified, n is rounded according to the current + DECIMAL_PLACES and + ROUNDING_MODE settings. This includes base + 10 so don't include a base parameter for decimal values unless + this behaviour is wanted. +

+
BigNumber.config({ DECIMAL_PLACES: 5 })
+new BigNumber(1.23456789)                  // '1.23456789'
+new BigNumber(1.23456789, 10)              // '1.23457'
+

An error is thrown if base is invalid. See Errors.

+

+ There is no limit to the number of digits of a value of type string (other than + that of JavaScript's maximum array size). See RANGE to set + the maximum and minimum possible exponent value of a BigNumber. +

+
+new BigNumber('5032485723458348569331745.33434346346912144534543')
+new BigNumber('4.321e10000000')
+

BigNumber NaN is returned if n is invalid + (unless BigNumber.DEBUG is true, see below).

+
+new BigNumber('.1*')                       // 'NaN'
+new BigNumber('blurgh')                    // 'NaN'
+new BigNumber(9, 2)                        // 'NaN'
+

+ To aid in debugging, if BigNumber.DEBUG is true then an error will + be thrown on an invalid n. An error will also be thrown if n is of + type number with more than 15 significant digits, as calling + toString or valueOf on + these numbers may not result in the intended value. +

+
+console.log(823456789123456.3)            //  823456789123456.2
+new BigNumber(823456789123456.3)          // '823456789123456.2'
+BigNumber.DEBUG = true
+// '[BigNumber Error] Number primitive has more than 15 significant digits'
+new BigNumber(823456789123456.3)
+// '[BigNumber Error] Not a base 2 number'
+new BigNumber(9, 2)
+

+ A BigNumber can also be created from an object literal. + Use isBigNumber to check that it is well-formed. +

+
new BigNumber({ s: 1, e: 2, c: [ 777, 12300000000000 ], _isBigNumber: true })    // '777.123'
+ + + + +

Methods

+

The static methods of a BigNumber constructor.

+ + + + +
clone + .clone([object]) ⇒ BigNumber constructor +
+

object: object

+

+ Returns a new independent BigNumber constructor with configuration as described by + object (see config), or with the default + configuration if object is null or undefined. +

+

+ Throws if object is not an object. See Errors. +

+
BigNumber.config({ DECIMAL_PLACES: 5 })
+BN = BigNumber.clone({ DECIMAL_PLACES: 9 })
+
+x = new BigNumber(1)
+y = new BN(1)
+
+x.div(3)                        // 0.33333
+y.div(3)                        // 0.333333333
+
+// BN = BigNumber.clone({ DECIMAL_PLACES: 9 }) is equivalent to:
+BN = BigNumber.clone()
+BN.config({ DECIMAL_PLACES: 9 })
+ + + +
configset([object]) ⇒ object
+

+ object: object: an object that contains some or all of the following + properties. +

+

Configures the settings for this particular BigNumber constructor.

+ +
+
DECIMAL_PLACES
+
+ number: integer, 0 to 1e+9 inclusive
+ Default value: 20 +
+
+ The maximum number of decimal places of the results of operations involving + division, i.e. division, square root and base conversion operations, and power + operations with negative exponents.
+
+
+
BigNumber.config({ DECIMAL_PLACES: 5 })
+BigNumber.set({ DECIMAL_PLACES: 5 })    // equivalent
+
+ + + +
ROUNDING_MODE
+
+ number: integer, 0 to 8 inclusive
+ Default value: 4 (ROUND_HALF_UP) +
+
+ The rounding mode used in the above operations and the default rounding mode of + decimalPlaces, + precision, + toExponential, + toFixed, + toFormat and + toPrecision. +
+
The modes are available as enumerated properties of the BigNumber constructor.
+
+
BigNumber.config({ ROUNDING_MODE: 0 })
+BigNumber.set({ ROUNDING_MODE: BigNumber.ROUND_UP })    // equivalent
+
+ + + +
EXPONENTIAL_AT
+
+ number: integer, magnitude 0 to 1e+9 inclusive, or +
+ number[]: [ integer -1e+9 to 0 inclusive, integer + 0 to 1e+9 inclusive ]
+ Default value: [-7, 20] +
+
+ The exponent value(s) at which toString returns exponential notation. +
+
+ If a single number is assigned, the value is the exponent magnitude.
+ If an array of two numbers is assigned then the first number is the negative exponent + value at and beneath which exponential notation is used, and the second number is the + positive exponent value at and above which the same. +
+
+ For example, to emulate JavaScript numbers in terms of the exponent values at which they + begin to use exponential notation, use [-7, 20]. +
+
+
BigNumber.config({ EXPONENTIAL_AT: 2 })
+new BigNumber(12.3)         // '12.3'        e is only 1
+new BigNumber(123)          // '1.23e+2'
+new BigNumber(0.123)        // '0.123'       e is only -1
+new BigNumber(0.0123)       // '1.23e-2'
+
+BigNumber.config({ EXPONENTIAL_AT: [-7, 20] })
+new BigNumber(123456789)    // '123456789'   e is only 8
+new BigNumber(0.000000123)  // '1.23e-7'
+
+// Almost never return exponential notation:
+BigNumber.config({ EXPONENTIAL_AT: 1e+9 })
+
+// Always return exponential notation:
+BigNumber.config({ EXPONENTIAL_AT: 0 })
+
+
+ Regardless of the value of EXPONENTIAL_AT, the toFixed method + will always return a value in normal notation and the toExponential method + will always return a value in exponential form. +
+
+ Calling toString with a base argument, e.g. toString(10), will + also always return normal notation. +
+ + + +
RANGE
+
+ number: integer, magnitude 1 to 1e+9 inclusive, or +
+ number[]: [ integer -1e+9 to -1 inclusive, integer + 1 to 1e+9 inclusive ]
+ Default value: [-1e+9, 1e+9] +
+
+ The exponent value(s) beyond which overflow to Infinity and underflow to + zero occurs. +
+
+ If a single number is assigned, it is the maximum exponent magnitude: values wth a + positive exponent of greater magnitude become Infinity and those with a + negative exponent of greater magnitude become zero. +
+ If an array of two numbers is assigned then the first number is the negative exponent + limit and the second number is the positive exponent limit. +
+
+ For example, to emulate JavaScript numbers in terms of the exponent values at which they + become zero and Infinity, use [-324, 308]. +
+
+
BigNumber.config({ RANGE: 500 })
+BigNumber.config().RANGE     // [ -500, 500 ]
+new BigNumber('9.999e499')   // '9.999e+499'
+new BigNumber('1e500')       // 'Infinity'
+new BigNumber('1e-499')      // '1e-499'
+new BigNumber('1e-500')      // '0'
+
+BigNumber.config({ RANGE: [-3, 4] })
+new BigNumber(99999)         // '99999'      e is only 4
+new BigNumber(100000)        // 'Infinity'   e is 5
+new BigNumber(0.001)         // '0.01'       e is only -3
+new BigNumber(0.0001)        // '0'          e is -4
+
+
+ The largest possible magnitude of a finite BigNumber is + 9.999...e+1000000000.
+ The smallest possible magnitude of a non-zero BigNumber is 1e-1000000000. +
+ + + +
CRYPTO
+
+ boolean: true or false.
+ Default value: false +
+
+ The value that determines whether cryptographically-secure pseudo-random number + generation is used. +
+
+ If CRYPTO is set to true then the + random method will generate random digits using + crypto.getRandomValues in browsers that support it, or + crypto.randomBytes if using Node.js. +
+
+ If neither function is supported by the host environment then attempting to set + CRYPTO to true will fail and an exception will be thrown. +
+
+ If CRYPTO is false then the source of randomness used will be + Math.random (which is assumed to generate at least 30 bits of + randomness). +
+
See random.
+
+
+// Node.js
+global.crypto = require('crypto')
+
+BigNumber.config({ CRYPTO: true })
+BigNumber.config().CRYPTO       // true
+BigNumber.random()              // 0.54340758610486147524
+
+ + + +
MODULO_MODE
+
+ number: integer, 0 to 9 inclusive
+ Default value: 1 (ROUND_DOWN) +
+
The modulo mode used when calculating the modulus: a mod n.
+
+ The quotient, q = a / n, is calculated according to the + ROUNDING_MODE that corresponds to the chosen + MODULO_MODE. +
+
The remainder, r, is calculated as: r = a - n * q.
+
+ The modes that are most commonly used for the modulus/remainder operation are shown in + the following table. Although the other rounding modes can be used, they may not give + useful results. +
+
+ + + + + + + + + + + + + + + + + + + + + + +
PropertyValueDescription
ROUND_UP0 + The remainder is positive if the dividend is negative, otherwise it is negative. +
ROUND_DOWN1 + The remainder has the same sign as the dividend.
+ This uses 'truncating division' and matches the behaviour of JavaScript's + remainder operator %. +
ROUND_FLOOR3 + The remainder has the same sign as the divisor.
+ This matches Python's % operator. +
ROUND_HALF_EVEN6The IEEE 754 remainder function.
EUCLID9 + The remainder is always positive. Euclidian division:
+ q = sign(n) * floor(a / abs(n)) +
+
+
+ The rounding/modulo modes are available as enumerated properties of the BigNumber + constructor. +
+
See modulo.
+
+
BigNumber.config({ MODULO_MODE: BigNumber.EUCLID })
+BigNumber.config({ MODULO_MODE: 9 })          // equivalent
+
+ + + +
POW_PRECISION
+
+ number: integer, 0 to 1e+9 inclusive.
+ Default value: 0 +
+
+ The maximum precision, i.e. number of significant digits, of the result of the power + operation (unless a modulus is specified). +
+
If set to 0, the number of significant digits will not be limited.
+
See exponentiatedBy.
+
BigNumber.config({ POW_PRECISION: 100 })
+ + + +
FORMAT
+
object
+
+ The FORMAT object configures the format of the string returned by the + toFormat method. +
+
+ The example below shows the properties of the FORMAT object that are + recognised, and their default values. +
+
+ Unlike the other configuration properties, the values of the properties of the + FORMAT object will not be checked for validity. The existing + FORMAT object will simply be replaced by the object that is passed in. + The object can include any number of the properties shown below. +
+
See toFormat for examples of usage.
+
+
+BigNumber.config({
+  FORMAT: {
+    // string to prepend
+    prefix: '',
+    // decimal separator
+    decimalSeparator: '.',
+    // grouping separator of the integer part
+    groupSeparator: ',',
+    // primary grouping size of the integer part
+    groupSize: 3,
+    // secondary grouping size of the integer part
+    secondaryGroupSize: 0,
+    // grouping separator of the fraction part
+    fractionGroupSeparator: ' ',
+    // grouping size of the fraction part
+    fractionGroupSize: 0,
+    // string to append
+    suffix: ''
+  }
+});
+
+ + + +
ALPHABET
+
+ string
+ Default value: '0123456789abcdefghijklmnopqrstuvwxyz' +
+
+ The alphabet used for base conversion. The length of the alphabet corresponds to the + maximum value of the base argument that can be passed to the + BigNumber constructor or + toString. +
+
+ There is no maximum length for the alphabet, but it must be at least 2 characters long, and + it must not contain whitespace or a repeated character, or the sign indicators + '+' and '-', or the decimal separator '.'. +
+
+
// duodecimal (base 12)
+BigNumber.config({ ALPHABET: '0123456789TE' })
+x = new BigNumber('T', 12)
+x.toString()                // '10'
+x.toString(12)              // 'T'
+
+ + + +
+

+

Returns an object with the above properties and their current values.

+

+ Throws if object is not an object, or if an invalid value is assigned to + one or more of the above properties. See Errors. +

+
+BigNumber.config({
+  DECIMAL_PLACES: 40,
+  ROUNDING_MODE: BigNumber.ROUND_HALF_CEIL,
+  EXPONENTIAL_AT: [-10, 20],
+  RANGE: [-500, 500],
+  CRYPTO: true,
+  MODULO_MODE: BigNumber.ROUND_FLOOR,
+  POW_PRECISION: 80,
+  FORMAT: {
+    groupSize: 3,
+    groupSeparator: ' ',
+    decimalSeparator: ','
+  },
+  ALPHABET: '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_'
+});
+
+obj = BigNumber.config();
+obj.DECIMAL_PLACES        // 40
+obj.RANGE                 // [-500, 500]
+ + + +
+ isBigNumber.isBigNumber(value) ⇒ boolean +
+

value: any

+

+ Returns true if value is a BigNumber instance, otherwise returns + false. +

+
x = 42
+y = new BigNumber(x)
+
+BigNumber.isBigNumber(x)             // false
+y instanceof BigNumber               // true
+BigNumber.isBigNumber(y)             // true
+
+BN = BigNumber.clone();
+z = new BN(x)
+z instanceof BigNumber               // false
+BigNumber.isBigNumber(z)             // true
+

+ If value is a BigNumber instance and BigNumber.DEBUG is true, + then this method will also check if value is well-formed, and throw if it is not. + See Errors. +

+

+ The check can be useful if creating a BigNumber from an object literal. + See BigNumber. +

+
+x = new BigNumber(10)
+
+// Change x.c to an illegitimate value.
+x.c = NaN
+
+BigNumber.DEBUG = false
+
+// No error.
+BigNumber.isBigNumber(x)    // true
+
+BigNumber.DEBUG = true
+
+// Error.
+BigNumber.isBigNumber(x)    // '[BigNumber Error] Invalid BigNumber'
+ + + +
maximum.max(n...) ⇒ BigNumber
+

+ n: number|string|BigNumber
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the maximum of the arguments. +

+

The return value is always exact and unrounded.

+
x = new BigNumber('3257869345.0378653')
+BigNumber.maximum(4e9, x, '123456789.9')      // '4000000000'
+
+arr = [12, '13', new BigNumber(14)]
+BigNumber.max.apply(null, arr)                // '14'
+ + + +
minimum.min(n...) ⇒ BigNumber
+

+ n: number|string|BigNumber
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the minimum of the arguments. +

+

The return value is always exact and unrounded.

+
x = new BigNumber('3257869345.0378653')
+BigNumber.minimum(4e9, x, '123456789.9')      // '123456789.9'
+
+arr = [2, new BigNumber(-14), '-15.9999', -12]
+BigNumber.min.apply(null, arr)                // '-15.9999'
+ + + +
+ random.random([dp]) ⇒ BigNumber +
+

dp: number: integer, 0 to 1e+9 inclusive

+

+ Returns a new BigNumber with a pseudo-random value equal to or greater than 0 and + less than 1. +

+

+ The return value will have dp decimal places (or less if trailing zeros are + produced).
+ If dp is omitted then the number of decimal places will default to the current + DECIMAL_PLACES setting. +

+

+ Depending on the value of this BigNumber constructor's + CRYPTO setting and the support for the + crypto object in the host environment, the random digits of the return value are + generated by either Math.random (fastest), crypto.getRandomValues + (Web Cryptography API in recent browsers) or crypto.randomBytes (Node.js). +

+

+ To be able to set CRYPTO to true when using + Node.js, the crypto object must be available globally: +

+
global.crypto = require('crypto')
+

+ If CRYPTO is true, i.e. one of the + crypto methods is to be used, the value of a returned BigNumber should be + cryptographically-secure and statistically indistinguishable from a random value. +

+

+ Throws if dp is invalid. See Errors. +

+
BigNumber.config({ DECIMAL_PLACES: 10 })
+BigNumber.random()              // '0.4117936847'
+BigNumber.random(20)            // '0.78193327636914089009'
+ + + +
sum.sum(n...) ⇒ BigNumber
+

+ n: number|string|BigNumber
+ See BigNumber for further parameter details. +

+

Returns a BigNumber whose value is the sum of the arguments.

+

The return value is always exact and unrounded.

+
x = new BigNumber('3257869345.0378653')
+BigNumber.sum(4e9, x, '123456789.9')      // '7381326134.9378653'
+
+arr = [2, new BigNumber(14), '15.9999', 12]
+BigNumber.sum.apply(null, arr)            // '43.9999'
+ + + +

Properties

+

+ The library's enumerated rounding modes are stored as properties of the constructor.
+ (They are not referenced internally by the library itself.) +

+

+ Rounding modes 0 to 6 (inclusive) are the same as those of Java's + BigDecimal class. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyValueDescription
ROUND_UP0Rounds away from zero
ROUND_DOWN1Rounds towards zero
ROUND_CEIL2Rounds towards Infinity
ROUND_FLOOR3Rounds towards -Infinity
ROUND_HALF_UP4 + Rounds towards nearest neighbour.
+ If equidistant, rounds away from zero +
ROUND_HALF_DOWN5 + Rounds towards nearest neighbour.
+ If equidistant, rounds towards zero +
ROUND_HALF_EVEN6 + Rounds towards nearest neighbour.
+ If equidistant, rounds towards even neighbour +
ROUND_HALF_CEIL7 + Rounds towards nearest neighbour.
+ If equidistant, rounds towards Infinity +
ROUND_HALF_FLOOR8 + Rounds towards nearest neighbour.
+ If equidistant, rounds towards -Infinity +
+
+BigNumber.config({ ROUNDING_MODE: BigNumber.ROUND_CEIL })
+BigNumber.config({ ROUNDING_MODE: 2 })     // equivalent
+ +
DEBUG
+

undefined|false|true

+

+ If BigNumber.DEBUG is set true then an error will be thrown + if this BigNumber constructor receives an invalid value, such as + a value of type number with more than 15 significant digits. + See BigNumber. +

+

+ An error will also be thrown if the isBigNumber + method receives a BigNumber that is not well-formed. + See isBigNumber. +

+
BigNumber.DEBUG = true
+ + +

INSTANCE

+ + +

Methods

+

The methods inherited by a BigNumber instance from its constructor's prototype object.

+

A BigNumber is immutable in the sense that it is not changed by its methods.

+

+ The treatment of ±0, ±Infinity and NaN is + consistent with how JavaScript treats these values. +

+

Many method names have a shorter alias.

+ + + +
absoluteValue.abs() ⇒ BigNumber
+

+ Returns a BigNumber whose value is the absolute value, i.e. the magnitude, of the value of + this BigNumber. +

+

The return value is always exact and unrounded.

+
+x = new BigNumber(-0.8)
+y = x.absoluteValue()           // '0.8'
+z = y.abs()                     // '0.8'
+ + + +
+ comparedTo.comparedTo(n [, base]) ⇒ number +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+ + + + + + + + + + + + + + + + + + +
Returns 
1If the value of this BigNumber is greater than the value of n
-1If the value of this BigNumber is less than the value of n
0If this BigNumber and n have the same value
nullIf the value of either this BigNumber or n is NaN
+
+x = new BigNumber(Infinity)
+y = new BigNumber(5)
+x.comparedTo(y)                 // 1
+x.comparedTo(x.minus(1))        // 0
+y.comparedTo(NaN)               // null
+y.comparedTo('110', 2)          // -1
+ + + +
+ decimalPlaces.dp([dp [, rm]]) ⇒ BigNumber|number +
+

+ dp: number: integer, 0 to 1e+9 inclusive
+ rm: number: integer, 0 to 8 inclusive +

+

+ If dp is a number, returns a BigNumber whose value is the value of this BigNumber + rounded by rounding mode rm to a maximum of dp decimal places. +

+

+ If dp is omitted, or is null or undefined, the return + value is the number of decimal places of the value of this BigNumber, or null if + the value of this BigNumber is ±Infinity or NaN. +

+

+ If rm is omitted, or is null or undefined, + ROUNDING_MODE is used. +

+

+ Throws if dp or rm is invalid. See Errors. +

+
+x = new BigNumber(1234.56)
+x.decimalPlaces(1)                     // '1234.6'
+x.dp()                                 // 2
+x.decimalPlaces(2)                     // '1234.56'
+x.dp(10)                               // '1234.56'
+x.decimalPlaces(0, 1)                  // '1234'
+x.dp(0, 6)                             // '1235'
+x.decimalPlaces(1, 1)                  // '1234.5'
+x.dp(1, BigNumber.ROUND_HALF_EVEN)     // '1234.6'
+x                                      // '1234.56'
+y = new BigNumber('9.9e-101')
+y.dp()                                 // 102
+ + + +
dividedBy.div(n [, base]) ⇒ BigNumber +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the value of this BigNumber divided by + n, rounded according to the current + DECIMAL_PLACES and + ROUNDING_MODE settings. +

+
+x = new BigNumber(355)
+y = new BigNumber(113)
+x.dividedBy(y)                  // '3.14159292035398230088'
+x.div(5)                        // '71'
+x.div(47, 16)                   // '5'
+ + + +
+ dividedToIntegerBy.idiv(n [, base]) ⇒ + BigNumber +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the integer part of dividing the value of this BigNumber by + n. +

+
+x = new BigNumber(5)
+y = new BigNumber(3)
+x.dividedToIntegerBy(y)         // '1'
+x.idiv(0.7)                     // '7'
+x.idiv('0.f', 16)               // '5'
+ + + +
+ exponentiatedBy.pow(n [, m]) ⇒ BigNumber +
+

+ n: number|string|BigNumber: integer
+ m: number|string|BigNumber +

+

+ Returns a BigNumber whose value is the value of this BigNumber exponentiated by + n, i.e. raised to the power n, and optionally modulo a modulus + m. +

+

+ Throws if n is not an integer. See Errors. +

+

+ If n is negative the result is rounded according to the current + DECIMAL_PLACES and + ROUNDING_MODE settings. +

+

+ As the number of digits of the result of the power operation can grow so large so quickly, + e.g. 123.45610000 has over 50000 digits, the number of significant + digits calculated is limited to the value of the + POW_PRECISION setting (unless a modulus + m is specified). +

+

+ By default POW_PRECISION is set to 0. + This means that an unlimited number of significant digits will be calculated, and that the + method's performance will decrease dramatically for larger exponents. +

+

+ If m is specified and the value of m, n and this + BigNumber are integers, and n is positive, then a fast modular exponentiation + algorithm is used, otherwise the operation will be performed as + x.exponentiatedBy(n).modulo(m) with a + POW_PRECISION of 0. +

+
+Math.pow(0.7, 2)                // 0.48999999999999994
+x = new BigNumber(0.7)
+x.exponentiatedBy(2)            // '0.49'
+BigNumber(3).pow(-2)            // '0.11111111111111111111'
+ + + +
+ integerValue.integerValue([rm]) ⇒ BigNumber +
+

+ rm: number: integer, 0 to 8 inclusive +

+

+ Returns a BigNumber whose value is the value of this BigNumber rounded to an integer using + rounding mode rm. +

+

+ If rm is omitted, or is null or undefined, + ROUNDING_MODE is used. +

+

+ Throws if rm is invalid. See Errors. +

+
+x = new BigNumber(123.456)
+x.integerValue()                        // '123'
+x.integerValue(BigNumber.ROUND_CEIL)    // '124'
+y = new BigNumber(-12.7)
+y.integerValue()                        // '-13'
+y.integerValue(BigNumber.ROUND_DOWN)    // '-12'
+

+ The following is an example of how to add a prototype method that emulates JavaScript's + Math.round function. Math.ceil, Math.floor and + Math.trunc can be emulated in the same way with + BigNumber.ROUND_CEIL, BigNumber.ROUND_FLOOR and + BigNumber.ROUND_DOWN respectively. +

+
+BigNumber.prototype.round = function (n) {
+  return n.integerValue(BigNumber.ROUND_HALF_CEIL);
+};
+x.round()                               // '123'
+ + + +
isEqualTo.eq(n [, base]) ⇒ boolean
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns true if the value of this BigNumber is equal to the value of + n, otherwise returns false.
+ As with JavaScript, NaN does not equal NaN. +

+

Note: This method uses the comparedTo method internally.

+
+0 === 1e-324                    // true
+x = new BigNumber(0)
+x.isEqualTo('1e-324')           // false
+BigNumber(-0).eq(x)             // true  ( -0 === 0 )
+BigNumber(255).eq('ff', 16)     // true
+
+y = new BigNumber(NaN)
+y.isEqualTo(NaN)                // false
+ + + +
isFinite.isFinite() ⇒ boolean
+

+ Returns true if the value of this BigNumber is a finite number, otherwise + returns false. +

+

+ The only possible non-finite values of a BigNumber are NaN, Infinity + and -Infinity. +

+
+x = new BigNumber(1)
+x.isFinite()                    // true
+y = new BigNumber(Infinity)
+y.isFinite()                    // false
+

+ Note: The native method isFinite() can be used if + n <= Number.MAX_VALUE. +

+ + + +
isGreaterThan.gt(n [, base]) ⇒ boolean
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns true if the value of this BigNumber is greater than the value of + n, otherwise returns false. +

+

Note: This method uses the comparedTo method internally.

+
+0.1 > (0.3 - 0.2)                             // true
+x = new BigNumber(0.1)
+x.isGreaterThan(BigNumber(0.3).minus(0.2))    // false
+BigNumber(0).gt(x)                            // false
+BigNumber(11, 3).gt(11.1, 2)                  // true
+ + + +
+ isGreaterThanOrEqualTo.gte(n [, base]) ⇒ boolean +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns true if the value of this BigNumber is greater than or equal to the value + of n, otherwise returns false. +

+

Note: This method uses the comparedTo method internally.

+
+(0.3 - 0.2) >= 0.1                     // false
+x = new BigNumber(0.3).minus(0.2)
+x.isGreaterThanOrEqualTo(0.1)          // true
+BigNumber(1).gte(x)                    // true
+BigNumber(10, 18).gte('i', 36)         // true
+ + + +
isInteger.isInteger() ⇒ boolean
+

+ Returns true if the value of this BigNumber is an integer, otherwise returns + false. +

+
+x = new BigNumber(1)
+x.isInteger()                   // true
+y = new BigNumber(123.456)
+y.isInteger()                   // false
+ + + +
isLessThan.lt(n [, base]) ⇒ boolean
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns true if the value of this BigNumber is less than the value of + n, otherwise returns false. +

+

Note: This method uses the comparedTo method internally.

+
+(0.3 - 0.2) < 0.1                       // true
+x = new BigNumber(0.3).minus(0.2)
+x.isLessThan(0.1)                       // false
+BigNumber(0).lt(x)                      // true
+BigNumber(11.1, 2).lt(11, 3)            // true
+ + + +
+ isLessThanOrEqualTo.lte(n [, base]) ⇒ boolean +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns true if the value of this BigNumber is less than or equal to the value of + n, otherwise returns false. +

+

Note: This method uses the comparedTo method internally.

+
+0.1 <= (0.3 - 0.2)                                // false
+x = new BigNumber(0.1)
+x.isLessThanOrEqualTo(BigNumber(0.3).minus(0.2))  // true
+BigNumber(-1).lte(x)                              // true
+BigNumber(10, 18).lte('i', 36)                    // true
+ + + +
isNaN.isNaN() ⇒ boolean
+

+ Returns true if the value of this BigNumber is NaN, otherwise + returns false. +

+
+x = new BigNumber(NaN)
+x.isNaN()                       // true
+y = new BigNumber('Infinity')
+y.isNaN()                       // false
+

Note: The native method isNaN() can also be used.

+ + + +
isNegative.isNegative() ⇒ boolean
+

+ Returns true if the sign of this BigNumber is negative, otherwise returns + false. +

+
+x = new BigNumber(-0)
+x.isNegative()                  // true
+y = new BigNumber(2)
+y.isNegative()                  // false
+

Note: n < 0 can be used if n <= -Number.MIN_VALUE.

+ + + +
isPositive.isPositive() ⇒ boolean
+

+ Returns true if the sign of this BigNumber is positive, otherwise returns + false. +

+
+x = new BigNumber(-0)
+x.isPositive()                  // false
+y = new BigNumber(2)
+y.isPositive()                  // true
+ + + +
isZero.isZero() ⇒ boolean
+

+ Returns true if the value of this BigNumber is zero or minus zero, otherwise + returns false. +

+
+x = new BigNumber(-0)
+x.isZero() && x.isNegative()         // true
+y = new BigNumber(Infinity)
+y.isZero()                      // false
+

Note: n == 0 can be used if n >= Number.MIN_VALUE.

+ + + +
+ minus.minus(n [, base]) ⇒ BigNumber +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

Returns a BigNumber whose value is the value of this BigNumber minus n.

+

The return value is always exact and unrounded.

+
+0.3 - 0.1                       // 0.19999999999999998
+x = new BigNumber(0.3)
+x.minus(0.1)                    // '0.2'
+x.minus(0.6, 20)                // '0'
+ + + +
modulo.mod(n [, base]) ⇒ BigNumber
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the value of this BigNumber modulo n, i.e. + the integer remainder of dividing this BigNumber by n. +

+

+ The value returned, and in particular its sign, is dependent on the value of the + MODULO_MODE setting of this BigNumber constructor. + If it is 1 (default value), the result will have the same sign as this BigNumber, + and it will match that of Javascript's % operator (within the limits of double + precision) and BigDecimal's remainder method. +

+

The return value is always exact and unrounded.

+

+ See MODULO_MODE for a description of the other + modulo modes. +

+
+1 % 0.9                         // 0.09999999999999998
+x = new BigNumber(1)
+x.modulo(0.9)                   // '0.1'
+y = new BigNumber(33)
+y.mod('a', 33)                  // '3'
+ + + +
+ multipliedBy.times(n [, base]) ⇒ BigNumber +
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

+ Returns a BigNumber whose value is the value of this BigNumber multiplied by n. +

+

The return value is always exact and unrounded.

+
+0.6 * 3                         // 1.7999999999999998
+x = new BigNumber(0.6)
+y = x.multipliedBy(3)           // '1.8'
+BigNumber('7e+500').times(y)    // '1.26e+501'
+x.multipliedBy('-a', 16)        // '-6'
+ + + +
negated.negated() ⇒ BigNumber
+

+ Returns a BigNumber whose value is the value of this BigNumber negated, i.e. multiplied by + -1. +

+
+x = new BigNumber(1.8)
+x.negated()                     // '-1.8'
+y = new BigNumber(-1.3)
+y.negated()                     // '1.3'
+ + + +
plus.plus(n [, base]) ⇒ BigNumber
+

+ n: number|string|BigNumber
+ base: number
+ See BigNumber for further parameter details. +

+

Returns a BigNumber whose value is the value of this BigNumber plus n.

+

The return value is always exact and unrounded.

+
+0.1 + 0.2                       // 0.30000000000000004
+x = new BigNumber(0.1)
+y = x.plus(0.2)                 // '0.3'
+BigNumber(0.7).plus(x).plus(y)  // '1'
+x.plus('0.1', 8)                // '0.225'
+ + + +
+ precision.sd([d [, rm]]) ⇒ BigNumber|number +
+

+ d: number|boolean: integer, 1 to 1e+9 + inclusive, or true or false
+ rm: number: integer, 0 to 8 inclusive. +

+

+ If d is a number, returns a BigNumber whose value is the value of this BigNumber + rounded to a precision of d significant digits using rounding mode + rm. +

+

+ If d is omitted or is null or undefined, the return + value is the number of significant digits of the value of this BigNumber, or null + if the value of this BigNumber is ±Infinity or NaN.

+

+

+ If d is true then any trailing zeros of the integer + part of a number are counted as significant digits, otherwise they are not. +

+

+ If rm is omitted or is null or undefined, + ROUNDING_MODE will be used. +

+

+ Throws if d or rm is invalid. See Errors. +

+
+x = new BigNumber(9876.54321)
+x.precision(6)                         // '9876.54'
+x.sd()                                 // 9
+x.precision(6, BigNumber.ROUND_UP)     // '9876.55'
+x.sd(2)                                // '9900'
+x.precision(2, 1)                      // '9800'
+x                                      // '9876.54321'
+y = new BigNumber(987000)
+y.precision()                          // 3
+y.sd(true)                             // 6
+ + + +
shiftedBy.shiftedBy(n) ⇒ BigNumber
+

+ n: number: integer, + -9007199254740991 to 9007199254740991 inclusive +

+

+ Returns a BigNumber whose value is the value of this BigNumber shifted by n + places. +

+ The shift is of the decimal point, i.e. of powers of ten, and is to the left if n + is negative or to the right if n is positive. +

+

The return value is always exact and unrounded.

+

+ Throws if n is invalid. See Errors. +

+
+x = new BigNumber(1.23)
+x.shiftedBy(3)                      // '1230'
+x.shiftedBy(-3)                     // '0.00123'
+ + + +
squareRoot.sqrt() ⇒ BigNumber
+

+ Returns a BigNumber whose value is the square root of the value of this BigNumber, + rounded according to the current + DECIMAL_PLACES and + ROUNDING_MODE settings. +

+

+ The return value will be correctly rounded, i.e. rounded as if the result was first calculated + to an infinite number of correct digits before rounding. +

+
+x = new BigNumber(16)
+x.squareRoot()                  // '4'
+y = new BigNumber(3)
+y.sqrt()                        // '1.73205080756887729353'
+ + + +
+ toExponential.toExponential([dp [, rm]]) ⇒ string +
+

+ dp: number: integer, 0 to 1e+9 inclusive
+ rm: number: integer, 0 to 8 inclusive +

+

+ Returns a string representing the value of this BigNumber in exponential notation rounded + using rounding mode rm to dp decimal places, i.e with one digit + before the decimal point and dp digits after it. +

+

+ If the value of this BigNumber in exponential notation has fewer than dp fraction + digits, the return value will be appended with zeros accordingly. +

+

+ If dp is omitted, or is null or undefined, the number + of digits after the decimal point defaults to the minimum number of digits necessary to + represent the value exactly.
+ If rm is omitted or is null or undefined, + ROUNDING_MODE is used. +

+

+ Throws if dp or rm is invalid. See Errors. +

+
+x = 45.6
+y = new BigNumber(x)
+x.toExponential()               // '4.56e+1'
+y.toExponential()               // '4.56e+1'
+x.toExponential(0)              // '5e+1'
+y.toExponential(0)              // '5e+1'
+x.toExponential(1)              // '4.6e+1'
+y.toExponential(1)              // '4.6e+1'
+y.toExponential(1, 1)           // '4.5e+1'  (ROUND_DOWN)
+x.toExponential(3)              // '4.560e+1'
+y.toExponential(3)              // '4.560e+1'
+ + + +
+ toFixed.toFixed([dp [, rm]]) ⇒ string +
+

+ dp: number: integer, 0 to 1e+9 inclusive
+ rm: number: integer, 0 to 8 inclusive +

+

+ Returns a string representing the value of this BigNumber in normal (fixed-point) notation + rounded to dp decimal places using rounding mode rm. +

+

+ If the value of this BigNumber in normal notation has fewer than dp fraction + digits, the return value will be appended with zeros accordingly. +

+

+ Unlike Number.prototype.toFixed, which returns exponential notation if a number + is greater or equal to 1021, this method will always return normal + notation. +

+

+ If dp is omitted or is null or undefined, the return + value will be unrounded and in normal notation. This is also unlike + Number.prototype.toFixed, which returns the value to zero decimal places.
+ It is useful when fixed-point notation is required and the current + EXPONENTIAL_AT setting causes + toString to return exponential notation.
+ If rm is omitted or is null or undefined, + ROUNDING_MODE is used. +

+

+ Throws if dp or rm is invalid. See Errors. +

+
+x = 3.456
+y = new BigNumber(x)
+x.toFixed()                     // '3'
+y.toFixed()                     // '3.456'
+y.toFixed(0)                    // '3'
+x.toFixed(2)                    // '3.46'
+y.toFixed(2)                    // '3.46'
+y.toFixed(2, 1)                 // '3.45'  (ROUND_DOWN)
+x.toFixed(5)                    // '3.45600'
+y.toFixed(5)                    // '3.45600'
+ + + +
+ toFormat.toFormat([dp [, rm[, format]]]) ⇒ string +
+

+ dp: number: integer, 0 to 1e+9 inclusive
+ rm: number: integer, 0 to 8 inclusive
+ format: object: see FORMAT +

+

+

+ Returns a string representing the value of this BigNumber in normal (fixed-point) notation + rounded to dp decimal places using rounding mode rm, and formatted + according to the properties of the format object. +

+

+ See FORMAT and the examples below for the properties of the + format object, their types, and their usage. A formatting object may contain + some or all of the recognised properties. +

+

+ If dp is omitted or is null or undefined, then the + return value is not rounded to a fixed number of decimal places.
+ If rm is omitted or is null or undefined, + ROUNDING_MODE is used.
+ If format is omitted or is null or undefined, the + FORMAT object is used. +

+

+ Throws if dp, rm or format is invalid. See + Errors. +

+
+fmt = {
+  prefix = '',
+  decimalSeparator: '.',
+  groupSeparator: ',',
+  groupSize: 3,
+  secondaryGroupSize: 0,
+  fractionGroupSeparator: ' ',
+  fractionGroupSize: 0,
+  suffix = ''
+}
+
+x = new BigNumber('123456789.123456789')
+
+// Set the global formatting options
+BigNumber.config({ FORMAT: fmt })
+
+x.toFormat()                              // '123,456,789.123456789'
+x.toFormat(3)                             // '123,456,789.123'
+
+// If a reference to the object assigned to FORMAT has been retained,
+// the format properties can be changed directly
+fmt.groupSeparator = ' '
+fmt.fractionGroupSize = 5
+x.toFormat()                              // '123 456 789.12345 6789'
+
+// Alternatively, pass the formatting options as an argument
+fmt = {
+  prefix: '=> ',
+  decimalSeparator: ',',
+  groupSeparator: '.',
+  groupSize: 3,
+  secondaryGroupSize: 2
+}
+
+x.toFormat()                              // '123 456 789.12345 6789'
+x.toFormat(fmt)                           // '=> 12.34.56.789,123456789'
+x.toFormat(2, fmt)                        // '=> 12.34.56.789,12'
+x.toFormat(3, BigNumber.ROUND_UP, fmt)    // '=> 12.34.56.789,124'
+ + + +
+ toFraction.toFraction([maximum_denominator]) + ⇒ [BigNumber, BigNumber] +
+

+ maximum_denominator: + number|string|BigNumber: integer >= 1 and <= + Infinity +

+

+ Returns an array of two BigNumbers representing the value of this BigNumber as a simple + fraction with an integer numerator and an integer denominator. The denominator will be a + positive non-zero value less than or equal to maximum_denominator. +

+

+ If a maximum_denominator is not specified, or is null or + undefined, the denominator will be the lowest value necessary to represent the + number exactly. +

+

+ Throws if maximum_denominator is invalid. See Errors. +

+
+x = new BigNumber(1.75)
+x.toFraction()                  // '7, 4'
+
+pi = new BigNumber('3.14159265358')
+pi.toFraction()                 // '157079632679,50000000000'
+pi.toFraction(100000)           // '312689, 99532'
+pi.toFraction(10000)            // '355, 113'
+pi.toFraction(100)              // '311, 99'
+pi.toFraction(10)               // '22, 7'
+pi.toFraction(1)                // '3, 1'
+ + + +
toJSON.toJSON() ⇒ string
+

As valueOf.

+
+x = new BigNumber('177.7e+457')
+y = new BigNumber(235.4325)
+z = new BigNumber('0.0098074')
+
+// Serialize an array of three BigNumbers
+str = JSON.stringify( [x, y, z] )
+// "["1.777e+459","235.4325","0.0098074"]"
+
+// Return an array of three BigNumbers
+JSON.parse(str, function (key, val) {
+    return key === '' ? val : new BigNumber(val)
+})
+ + + +
toNumber.toNumber() ⇒ number
+

Returns the value of this BigNumber as a JavaScript number primitive.

+

+ This method is identical to using type coercion with the unary plus operator. +

+
+x = new BigNumber(456.789)
+x.toNumber()                    // 456.789
++x                              // 456.789
+
+y = new BigNumber('45987349857634085409857349856430985')
+y.toNumber()                    // 4.598734985763409e+34
+
+z = new BigNumber(-0)
+1 / z.toNumber()                // -Infinity
+1 / +z                          // -Infinity
+ + + +
+ toPrecision.toPrecision([sd [, rm]]) ⇒ string +
+

+ sd: number: integer, 1 to 1e+9 inclusive
+ rm: number: integer, 0 to 8 inclusive +

+

+ Returns a string representing the value of this BigNumber rounded to sd + significant digits using rounding mode rm. +

+

+ If sd is less than the number of digits necessary to represent the integer part + of the value in normal (fixed-point) notation, then exponential notation is used. +

+

+ If sd is omitted, or is null or undefined, then the + return value is the same as n.toString().
+ If rm is omitted or is null or undefined, + ROUNDING_MODE is used. +

+

+ Throws if sd or rm is invalid. See Errors. +

+
+x = 45.6
+y = new BigNumber(x)
+x.toPrecision()                 // '45.6'
+y.toPrecision()                 // '45.6'
+x.toPrecision(1)                // '5e+1'
+y.toPrecision(1)                // '5e+1'
+y.toPrecision(2, 0)             // '4.6e+1'  (ROUND_UP)
+y.toPrecision(2, 1)             // '4.5e+1'  (ROUND_DOWN)
+x.toPrecision(5)                // '45.600'
+y.toPrecision(5)                // '45.600'
+ + + +
toString.toString([base]) ⇒ string
+

+ base: number: integer, 2 to ALPHABET.length + inclusive (see ALPHABET). +

+

+ Returns a string representing the value of this BigNumber in the specified base, or base + 10 if base is omitted or is null or + undefined. +

+

+ For bases above 10, and using the default base conversion alphabet + (see ALPHABET), values from 10 to + 35 are represented by a-z + (as with Number.prototype.toString). +

+

+ If a base is specified the value is rounded according to the current + DECIMAL_PLACES + and ROUNDING_MODE settings. +

+

+ If a base is not specified, and this BigNumber has a positive + exponent that is equal to or greater than the positive component of the + current EXPONENTIAL_AT setting, + or a negative exponent equal to or less than the negative component of the + setting, then exponential notation is returned. +

+

If base is null or undefined it is ignored.

+

+ Throws if base is invalid. See Errors. +

+
+x = new BigNumber(750000)
+x.toString()                    // '750000'
+BigNumber.config({ EXPONENTIAL_AT: 5 })
+x.toString()                    // '7.5e+5'
+
+y = new BigNumber(362.875)
+y.toString(2)                   // '101101010.111'
+y.toString(9)                   // '442.77777777777777777778'
+y.toString(32)                  // 'ba.s'
+
+BigNumber.config({ DECIMAL_PLACES: 4 });
+z = new BigNumber('1.23456789')
+z.toString()                    // '1.23456789'
+z.toString(10)                  // '1.2346'
+ + + +
valueOf.valueOf() ⇒ string
+

+ As toString, but does not accept a base argument and includes + the minus sign for negative zero. +

+
+x = new BigNumber('-0')
+x.toString()                    // '0'
+x.valueOf()                     // '-0'
+y = new BigNumber('1.777e+457')
+y.valueOf()                     // '1.777e+457'
+ + + +

Properties

+

The properties of a BigNumber instance:

+ + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyDescriptionTypeValue
ccoefficient*number[] Array of base 1e14 numbers
eexponentnumberInteger, -1000000000 to 1000000000 inclusive
ssignnumber-1 or 1
+

*significand

+

+ The value of any of the c, e and s properties may also + be null. +

+

+ The above properties are best considered to be read-only. In early versions of this library it + was okay to change the exponent of a BigNumber by writing to its exponent property directly, + but this is no longer reliable as the value of the first element of the coefficient array is + now dependent on the exponent. +

+

+ Note that, as with JavaScript numbers, the original exponent and fractional trailing zeros are + not necessarily preserved. +

+
x = new BigNumber(0.123)              // '0.123'
+x.toExponential()                     // '1.23e-1'
+x.c                                   // '1,2,3'
+x.e                                   // -1
+x.s                                   // 1
+
+y = new Number(-123.4567000e+2)       // '-12345.67'
+y.toExponential()                     // '-1.234567e+4'
+z = new BigNumber('-123.4567000e+2')  // '-12345.67'
+z.toExponential()                     // '-1.234567e+4'
+z.c                                   // '1,2,3,4,5,6,7'
+z.e                                   // 4
+z.s                                   // -1
+ + + +

Zero, NaN and Infinity

+

+ The table below shows how ±0, NaN and + ±Infinity are stored. +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
ces
±0[0]0±1
NaNnullnullnull
±Infinitynullnull±1
+
+x = new Number(-0)              // 0
+1 / x == -Infinity              // true
+
+y = new BigNumber(-0)           // '0'
+y.c                             // '0' ( [0].toString() )
+y.e                             // 0
+y.s                             // -1
+ + + +

Errors

+

The table below shows the errors that are thrown.

+

+ The errors are generic Error objects whose message begins + '[BigNumber Error]'. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MethodThrows
+ BigNumber
+ comparedTo
+ dividedBy
+ dividedToIntegerBy
+ isEqualTo
+ isGreaterThan
+ isGreaterThanOrEqualTo
+ isLessThan
+ isLessThanOrEqualTo
+ minus
+ modulo
+ plus
+ multipliedBy +
Base not a primitive number
Base not an integer
Base out of range
Number primitive has more than 15 significant digits*
Not a base... number*
Not a number*
cloneObject expected
configObject expected
DECIMAL_PLACES not a primitive number
DECIMAL_PLACES not an integer
DECIMAL_PLACES out of range
ROUNDING_MODE not a primitive number
ROUNDING_MODE not an integer
ROUNDING_MODE out of range
EXPONENTIAL_AT not a primitive number
EXPONENTIAL_AT not an integer
EXPONENTIAL_AT out of range
RANGE not a primitive number
RANGE not an integer
RANGE cannot be zero
RANGE cannot be zero
CRYPTO not true or false
crypto unavailable
MODULO_MODE not a primitive number
MODULO_MODE not an integer
MODULO_MODE out of range
POW_PRECISION not a primitive number
POW_PRECISION not an integer
POW_PRECISION out of range
FORMAT not an object
ALPHABET invalid
+ decimalPlaces
+ precision
+ random
+ shiftedBy
+ toExponential
+ toFixed
+ toFormat
+ toPrecision +
Argument not a primitive number
Argument not an integer
Argument out of range
+ decimalPlaces
+ precision +
Argument not true or false
exponentiatedByArgument not an integer
isBigNumberInvalid BigNumber*
+ minimum
+ maximum +
Not a number*
+ random + crypto unavailable
+ toFormat + Argument not an object
toFractionArgument not an integer
Argument out of range
toStringBase not a primitive number
Base not an integer
Base out of range
+

*Only thrown if BigNumber.DEBUG is true.

+

To determine if an exception is a BigNumber Error:

+
+try {
+  // ...
+} catch (e) {
+  if (e instanceof Error && e.message.indexOf('[BigNumber Error]') === 0) {
+      // ...
+  }
+}
+ + + +

Type coercion

+

+ To prevent the accidental use of a BigNumber in primitive number operations, or the + accidental addition of a BigNumber to a string, the valueOf method can be safely + overwritten as shown below. +

+

+ The valueOf method is the same as the + toJSON method, and both are the same as the + toString method except they do not take a base + argument and they include the minus sign for negative zero. +

+
+BigNumber.prototype.valueOf = function () {
+  throw Error('valueOf called!')
+}
+
+x = new BigNumber(1)
+x / 2                    // '[BigNumber Error] valueOf called!'
+x + 'abc'                // '[BigNumber Error] valueOf called!'
+
+ + + +

FAQ

+ +
Why are trailing fractional zeros removed from BigNumbers?
+

+ Some arbitrary-precision libraries retain trailing fractional zeros as they can indicate the + precision of a value. This can be useful but the results of arithmetic operations can be + misleading. +

+
+x = new BigDecimal("1.0")
+y = new BigDecimal("1.1000")
+z = x.add(y)                      // 2.1000
+
+x = new BigDecimal("1.20")
+y = new BigDecimal("3.45000")
+z = x.multiply(y)                 // 4.1400000
+

+ To specify the precision of a value is to specify that the value lies + within a certain range. +

+

+ In the first example, x has a value of 1.0. The trailing zero shows + the precision of the value, implying that it is in the range 0.95 to + 1.05. Similarly, the precision indicated by the trailing zeros of y + indicates that the value is in the range 1.09995 to 1.10005. +

+

+ If we add the two lowest values in the ranges we have, 0.95 + 1.09995 = 2.04995, + and if we add the two highest values we have, 1.05 + 1.10005 = 2.15005, so the + range of the result of the addition implied by the precision of its operands is + 2.04995 to 2.15005. +

+

+ The result given by BigDecimal of 2.1000 however, indicates that the value is in + the range 2.09995 to 2.10005 and therefore the precision implied by + its trailing zeros may be misleading. +

+

+ In the second example, the true range is 4.122744 to 4.157256 yet + the BigDecimal answer of 4.1400000 indicates a range of 4.13999995 + to 4.14000005. Again, the precision implied by the trailing zeros may be + misleading. +

+

+ This library, like binary floating point and most calculators, does not retain trailing + fractional zeros. Instead, the toExponential, toFixed and + toPrecision methods enable trailing zeros to be added if and when required.
+

+
+ + + diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/package.json" new file mode 100644 index 0000000..0511dbb --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/bignumber.js/package.json" @@ -0,0 +1,72 @@ +{ + "_args": [ + [ + "bignumber.js@9.0.0", + "D:\\courseware\\课件\\mvc自建框架课件\\mvc第六课项目初始cookie" + ] + ], + "_from": "bignumber.js@9.0.0", + "_id": "bignumber.js@9.0.0", + "_inBundle": false, + "_integrity": "sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A==", + "_location": "/bignumber.js", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "bignumber.js@9.0.0", + "name": "bignumber.js", + "escapedName": "bignumber.js", + "rawSpec": "9.0.0", + "saveSpec": null, + "fetchSpec": "9.0.0" + }, + "_requiredBy": [ + "/mysql" + ], + "_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.0.tgz", + "_spec": "9.0.0", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc第六课项目初始cookie", + "author": { + "name": "Michael Mclaughlin", + "email": "M8ch88l@gmail.com" + }, + "browser": "bignumber.js", + "bugs": { + "url": "https://github.com/MikeMcl/bignumber.js/issues" + }, + "dependencies": {}, + "description": "A library for arbitrary-precision decimal and non-decimal arithmetic", + "engines": { + "node": "*" + }, + "homepage": "https://github.com/MikeMcl/bignumber.js#readme", + "keywords": [ + "arbitrary", + "precision", + "arithmetic", + "big", + "number", + "decimal", + "float", + "biginteger", + "bigdecimal", + "bignumber", + "bigint", + "bignum" + ], + "license": "MIT", + "main": "bignumber", + "module": "bignumber.mjs", + "name": "bignumber.js", + "repository": { + "type": "git", + "url": "git+https://github.com/MikeMcl/bignumber.js.git" + }, + "scripts": { + "build": "uglifyjs bignumber.js --source-map -c -m -o bignumber.min.js", + "test": "node test/test" + }, + "types": "bignumber.d.ts", + "version": "9.0.0" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/LICENSE" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/LICENSE" new file mode 100644 index 0000000..61789f4 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/LICENSE" @@ -0,0 +1,28 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +1. Definitions. +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: +You must give any other recipients of the Work or Derivative Works a copy of this License; and +You must cause any modified files to carry prominent notices stating that You changed the files; and +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/README.md" new file mode 100644 index 0000000..e5077a2 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/README.md" @@ -0,0 +1,45 @@ +## Caseless -- wrap an object to set and get property with caseless semantics but also preserve caseing. + +This library is incredibly useful when working with HTTP headers. It allows you to get/set/check for headers in a caseless manner while also preserving the caseing of headers the first time they are set. + +## Usage + +```javascript +var headers = {} + , c = caseless(headers) + ; +c.set('a-Header', 'asdf') +c.get('a-header') === 'asdf' +``` + +## has(key) + +Has takes a name and if it finds a matching header will return that header name with the preserved caseing it was set with. + +```javascript +c.has('a-header') === 'a-Header' +``` + +## set(key, value[, clobber=true]) + +Set is fairly straight forward except that if the header exists and clobber is disabled it will add `','+value` to the existing header. + +```javascript +c.set('a-Header', 'fdas') +c.set('a-HEADER', 'more', false) +c.get('a-header') === 'fdsa,more' +``` + +## swap(key) + +Swaps the casing of a header with the new one that is passed in. + +```javascript +var headers = {} + , c = caseless(headers) + ; +c.set('a-Header', 'fdas') +c.swap('a-HEADER') +c.has('a-header') === 'a-HEADER' +headers === {'a-HEADER': 'fdas'} +``` diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/index.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/index.js" new file mode 100644 index 0000000..b194734 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/caseless/index.js" @@ -0,0 +1,67 @@ +function Caseless (dict) { + this.dict = dict || {} +} +Caseless.prototype.set = function (name, value, clobber) { + if (typeof name === 'object') { + for (var i in name) { + this.set(i, name[i], value) + } + } else { + if (typeof clobber === 'undefined') clobber = true + var has = this.has(name) + + if (!clobber && has) this.dict[has] = this.dict[has] + ',' + value + else this.dict[has || name] = value + return has + } +} +Caseless.prototype.has = function (name) { + var keys = Object.keys(this.dict) + , name = name.toLowerCase() + ; + for (var i=0;i + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/Readme.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/Readme.md" new file mode 100644 index 0000000..9e367b5 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/Readme.md" @@ -0,0 +1,138 @@ +# combined-stream + +A stream that emits multiple other streams one after another. + +**NB** Currently `combined-stream` works with streams version 1 only. There is ongoing effort to switch this library to streams version 2. Any help is welcome. :) Meanwhile you can explore other libraries that provide streams2 support with more or less compatibility with `combined-stream`. + +- [combined-stream2](https://www.npmjs.com/package/combined-stream2): A drop-in streams2-compatible replacement for the combined-stream module. + +- [multistream](https://www.npmjs.com/package/multistream): A stream that emits multiple other streams one after another. + +## Installation + +``` bash +npm install combined-stream +``` + +## Usage + +Here is a simple example that shows how you can use combined-stream to combine +two files into one: + +``` javascript +var CombinedStream = require('combined-stream'); +var fs = require('fs'); + +var combinedStream = CombinedStream.create(); +combinedStream.append(fs.createReadStream('file1.txt')); +combinedStream.append(fs.createReadStream('file2.txt')); + +combinedStream.pipe(fs.createWriteStream('combined.txt')); +``` + +While the example above works great, it will pause all source streams until +they are needed. If you don't want that to happen, you can set `pauseStreams` +to `false`: + +``` javascript +var CombinedStream = require('combined-stream'); +var fs = require('fs'); + +var combinedStream = CombinedStream.create({pauseStreams: false}); +combinedStream.append(fs.createReadStream('file1.txt')); +combinedStream.append(fs.createReadStream('file2.txt')); + +combinedStream.pipe(fs.createWriteStream('combined.txt')); +``` + +However, what if you don't have all the source streams yet, or you don't want +to allocate the resources (file descriptors, memory, etc.) for them right away? +Well, in that case you can simply provide a callback that supplies the stream +by calling a `next()` function: + +``` javascript +var CombinedStream = require('combined-stream'); +var fs = require('fs'); + +var combinedStream = CombinedStream.create(); +combinedStream.append(function(next) { + next(fs.createReadStream('file1.txt')); +}); +combinedStream.append(function(next) { + next(fs.createReadStream('file2.txt')); +}); + +combinedStream.pipe(fs.createWriteStream('combined.txt')); +``` + +## API + +### CombinedStream.create([options]) + +Returns a new combined stream object. Available options are: + +* `maxDataSize` +* `pauseStreams` + +The effect of those options is described below. + +### combinedStream.pauseStreams = `true` + +Whether to apply back pressure to the underlaying streams. If set to `false`, +the underlaying streams will never be paused. If set to `true`, the +underlaying streams will be paused right after being appended, as well as when +`delayedStream.pipe()` wants to throttle. + +### combinedStream.maxDataSize = `2 * 1024 * 1024` + +The maximum amount of bytes (or characters) to buffer for all source streams. +If this value is exceeded, `combinedStream` emits an `'error'` event. + +### combinedStream.dataSize = `0` + +The amount of bytes (or characters) currently buffered by `combinedStream`. + +### combinedStream.append(stream) + +Appends the given `stream` to the combinedStream object. If `pauseStreams` is +set to `true, this stream will also be paused right away. + +`streams` can also be a function that takes one parameter called `next`. `next` +is a function that must be invoked in order to provide the `next` stream, see +example above. + +Regardless of how the `stream` is appended, combined-stream always attaches an +`'error'` listener to it, so you don't have to do that manually. + +Special case: `stream` can also be a String or Buffer. + +### combinedStream.write(data) + +You should not call this, `combinedStream` takes care of piping the appended +streams into itself for you. + +### combinedStream.resume() + +Causes `combinedStream` to start drain the streams it manages. The function is +idempotent, and also emits a `'resume'` event each time which usually goes to +the stream that is currently being drained. + +### combinedStream.pause(); + +If `combinedStream.pauseStreams` is set to `false`, this does nothing. +Otherwise a `'pause'` event is emitted, this goes to the stream that is +currently being drained, so you can use it to apply back pressure. + +### combinedStream.end(); + +Sets `combinedStream.writable` to false, emits an `'end'` event, and removes +all streams from the queue. + +### combinedStream.destroy(); + +Same as `combinedStream.end()`, except it emits a `'close'` event instead of +`'end'`. + +## License + +combined-stream is licensed under the MIT license. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/lib/combined_stream.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/lib/combined_stream.js" new file mode 100644 index 0000000..125f097 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/lib/combined_stream.js" @@ -0,0 +1,208 @@ +var util = require('util'); +var Stream = require('stream').Stream; +var DelayedStream = require('delayed-stream'); + +module.exports = CombinedStream; +function CombinedStream() { + this.writable = false; + this.readable = true; + this.dataSize = 0; + this.maxDataSize = 2 * 1024 * 1024; + this.pauseStreams = true; + + this._released = false; + this._streams = []; + this._currentStream = null; + this._insideLoop = false; + this._pendingNext = false; +} +util.inherits(CombinedStream, Stream); + +CombinedStream.create = function(options) { + var combinedStream = new this(); + + options = options || {}; + for (var option in options) { + combinedStream[option] = options[option]; + } + + return combinedStream; +}; + +CombinedStream.isStreamLike = function(stream) { + return (typeof stream !== 'function') + && (typeof stream !== 'string') + && (typeof stream !== 'boolean') + && (typeof stream !== 'number') + && (!Buffer.isBuffer(stream)); +}; + +CombinedStream.prototype.append = function(stream) { + var isStreamLike = CombinedStream.isStreamLike(stream); + + if (isStreamLike) { + if (!(stream instanceof DelayedStream)) { + var newStream = DelayedStream.create(stream, { + maxDataSize: Infinity, + pauseStream: this.pauseStreams, + }); + stream.on('data', this._checkDataSize.bind(this)); + stream = newStream; + } + + this._handleErrors(stream); + + if (this.pauseStreams) { + stream.pause(); + } + } + + this._streams.push(stream); + return this; +}; + +CombinedStream.prototype.pipe = function(dest, options) { + Stream.prototype.pipe.call(this, dest, options); + this.resume(); + return dest; +}; + +CombinedStream.prototype._getNext = function() { + this._currentStream = null; + + if (this._insideLoop) { + this._pendingNext = true; + return; // defer call + } + + this._insideLoop = true; + try { + do { + this._pendingNext = false; + this._realGetNext(); + } while (this._pendingNext); + } finally { + this._insideLoop = false; + } +}; + +CombinedStream.prototype._realGetNext = function() { + var stream = this._streams.shift(); + + + if (typeof stream == 'undefined') { + this.end(); + return; + } + + if (typeof stream !== 'function') { + this._pipeNext(stream); + return; + } + + var getStream = stream; + getStream(function(stream) { + var isStreamLike = CombinedStream.isStreamLike(stream); + if (isStreamLike) { + stream.on('data', this._checkDataSize.bind(this)); + this._handleErrors(stream); + } + + this._pipeNext(stream); + }.bind(this)); +}; + +CombinedStream.prototype._pipeNext = function(stream) { + this._currentStream = stream; + + var isStreamLike = CombinedStream.isStreamLike(stream); + if (isStreamLike) { + stream.on('end', this._getNext.bind(this)); + stream.pipe(this, {end: false}); + return; + } + + var value = stream; + this.write(value); + this._getNext(); +}; + +CombinedStream.prototype._handleErrors = function(stream) { + var self = this; + stream.on('error', function(err) { + self._emitError(err); + }); +}; + +CombinedStream.prototype.write = function(data) { + this.emit('data', data); +}; + +CombinedStream.prototype.pause = function() { + if (!this.pauseStreams) { + return; + } + + if(this.pauseStreams && this._currentStream && typeof(this._currentStream.pause) == 'function') this._currentStream.pause(); + this.emit('pause'); +}; + +CombinedStream.prototype.resume = function() { + if (!this._released) { + this._released = true; + this.writable = true; + this._getNext(); + } + + if(this.pauseStreams && this._currentStream && typeof(this._currentStream.resume) == 'function') this._currentStream.resume(); + this.emit('resume'); +}; + +CombinedStream.prototype.end = function() { + this._reset(); + this.emit('end'); +}; + +CombinedStream.prototype.destroy = function() { + this._reset(); + this.emit('close'); +}; + +CombinedStream.prototype._reset = function() { + this.writable = false; + this._streams = []; + this._currentStream = null; +}; + +CombinedStream.prototype._checkDataSize = function() { + this._updateDataSize(); + if (this.dataSize <= this.maxDataSize) { + return; + } + + var message = + 'DelayedStream#maxDataSize of ' + this.maxDataSize + ' bytes exceeded.'; + this._emitError(new Error(message)); +}; + +CombinedStream.prototype._updateDataSize = function() { + this.dataSize = 0; + + var self = this; + this._streams.forEach(function(stream) { + if (!stream.dataSize) { + return; + } + + self.dataSize += stream.dataSize; + }); + + if (this._currentStream && this._currentStream.dataSize) { + this.dataSize += this._currentStream.dataSize; + } +}; + +CombinedStream.prototype._emitError = function(err) { + this._reset(); + this.emit('error', err); +}; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/package.json" new file mode 100644 index 0000000..e07eeab --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/package.json" @@ -0,0 +1,58 @@ +{ + "_from": "combined-stream@~1.0.6", + "_id": "combined-stream@1.0.8", + "_inBundle": false, + "_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "_location": "/combined-stream", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "combined-stream@~1.0.6", + "name": "combined-stream", + "escapedName": "combined-stream", + "rawSpec": "~1.0.6", + "saveSpec": null, + "fetchSpec": "~1.0.6" + }, + "_requiredBy": [ + "/form-data", + "/request" + ], + "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "_shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f", + "_spec": "combined-stream@~1.0.6", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc框架整改\\node_modules\\request", + "author": { + "name": "Felix Geisendörfer", + "email": "felix@debuggable.com", + "url": "http://debuggable.com/" + }, + "bugs": { + "url": "https://github.com/felixge/node-combined-stream/issues" + }, + "bundleDependencies": false, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "deprecated": false, + "description": "A stream that emits multiple other streams one after another.", + "devDependencies": { + "far": "~0.0.7" + }, + "engines": { + "node": ">= 0.8" + }, + "homepage": "https://github.com/felixge/node-combined-stream", + "license": "MIT", + "main": "./lib/combined_stream", + "name": "combined-stream", + "repository": { + "type": "git", + "url": "git://github.com/felixge/node-combined-stream.git" + }, + "scripts": { + "test": "node test/run.js" + }, + "version": "1.0.8" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/yarn.lock" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/yarn.lock" new file mode 100644 index 0000000..7edf418 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/combined-stream/yarn.lock" @@ -0,0 +1,17 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + +far@~0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/far/-/far-0.0.7.tgz#01c1fd362bcd26ce9cf161af3938aa34619f79a7" + dependencies: + oop "0.0.3" + +oop@0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/oop/-/oop-0.0.3.tgz#70fa405a5650891a194fdc82ca68dad6dabf4401" diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/CHANGELOG.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/CHANGELOG.md" new file mode 100644 index 0000000..0c0587f --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/CHANGELOG.md" @@ -0,0 +1,385 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). (Format adopted after v3.0.0.) + + + +## [5.1.0] (2020-04-25) + +### Added + +- support for multiple command aliases, the first of which is shown in the auto-generated help ([#531], [#1236]) +- configuration support in `addCommand()` for `hidden` and `isDefault` ([#1232]) + +### Fixed + +- omit masked help flags from the displayed help ([#645], [#1247]) +- remove old short help flag when change help flags using `helpOption` ([#1248]) + +### Changed + +- remove use of `arguments` to improve auto-generated help in editors ([#1235]) +- rename `.command()` configuration `noHelp` to `hidden` (but not remove old support) ([#1232]) +- improvements to documentation +- update dependencies +- update tested versions of node +- eliminate lint errors in TypeScript ([#1208]) + +## [5.0.0] (2020-03-14) + +### Added + +* support for nested commands with action-handlers ([#1] [#764] [#1149]) +* `.addCommand()` for adding a separately configured command ([#764] [#1149]) +* allow a non-executable to be set as the default command ([#742] [#1149]) +* implicit help command when there are subcommands (previously only if executables) ([#1149]) +* customise implicit help command with `.addHelpCommand()` ([#1149]) +* display error message for unknown subcommand, by default ([#432] [#1088] [#1149]) +* display help for missing subcommand, by default ([#1088] [#1149]) +* combined short options as single argument may include boolean flags and value flag and value (e.g. `-a -b -p 80` can be written as `-abp80`) ([#1145]) +* `.parseOption()` includes short flag and long flag expansions ([#1145]) +* `.helpInformation()` returns help text as a string, previously a private routine ([#1169]) +* `.parse()` implicitly uses `process.argv` if arguments not specified ([#1172]) +* optionally specify where `.parse()` arguments "from", if not following node conventions ([#512] [#1172]) +* suggest help option along with unknown command error ([#1179]) +* TypeScript definition for `commands` property of `Command` ([#1184]) +* export `program` property ([#1195]) +* `createCommand` factory method to simplify subclassing ([#1191]) + +### Fixed + +* preserve argument order in subcommands ([#508] [#962] [#1138]) +* do not emit `command:*` for executable subcommands ([#809] [#1149]) +* action handler called whether or not there are non-option arguments ([#1062] [#1149]) +* combining option short flag and value in single argument now works for subcommands ([#1145]) +* only add implicit help command when it will not conflict with other uses of argument ([#1153] [#1149]) +* implicit help command works with command aliases ([#948] [#1149]) +* options are validated whether or not there is an action handler ([#1149]) + +### Changed + +* *Breaking* `.args` contains command arguments with just recognised options removed ([#1032] [#1138]) +* *Breaking* display error if required argument for command is missing ([#995] [#1149]) +* tighten TypeScript definition of custom option processing function passed to `.option()` ([#1119]) +* *Breaking* `.allowUnknownOption()` ([#802] [#1138]) + * unknown options included in arguments passed to command action handler + * unknown options included in `.args` +* only recognised option short flags and long flags are expanded (e.g. `-ab` or `--foo=bar`) ([#1145]) +* *Breaking* `.parseOptions()` ([#1138]) + * `args` in returned result renamed `operands` and does not include anything after first unknown option + * `unknown` in returned result has arguments after first unknown option including operands, not just options and values +* *Breaking* `.on('command:*', callback)` and other command events passed (changed) results from `.parseOptions`, i.e. operands and unknown ([#1138]) +* refactor Option from prototype to class ([#1133]) +* refactor Command from prototype to class ([#1159]) +* changes to error handling ([#1165]) + * throw for author error, not just display message + * preflight for variadic error + * add tips to missing subcommand executable +* TypeScript fluent return types changed to be more subclass friendly, return `this` rather than `Command` ([#1180]) +* `.parseAsync` returns `Promise` to be consistent with `.parse()` ([#1180]) +* update dependencies + +### Removed + +* removed EventEmitter from TypeScript definition for Command, eliminating implicit peer dependency on `@types/node` ([#1146]) +* removed private function `normalize` (the functionality has been integrated into `parseOptions`) ([#1145]) +* `parseExpectedArgs` is now private ([#1149]) + +### Migration Tips + +If you use `.on('command:*')` or more complicated tests to detect an unrecognised subcommand, you may be able to delete the code and rely on the default behaviour. + +If you use `program.args` or more complicated tests to detect a missing subcommand, you may be able to delete the code and rely on the default behaviour. + +If you use `.command('*')` to add a default command, you may be be able to switch to `isDefault:true` with a named command. + +## [5.0.0-4] (2020-03-03) + +(Released in 5.0.0) + +## [5.0.0-3] (2020-02-20) + +(Released in 5.0.0) + +## [5.0.0-2] (2020-02-10) + +(Released in 5.0.0) + +## [5.0.0-1] (2020-02-08) + +(Released in 5.0.0) + +## [5.0.0-0] (2020-02-02) + +(Released in 5.0.0) + +## [4.1.1] (2020-02-02) + +### Fixed + +* TypeScript definition for `.action()` should include Promise for async ([#1157]) + +## [4.1.0] (2020-01-06) + +### Added + +* two routines to change how option values are handled, and eliminate name clashes with command properties ([#933] [#1102]) + * see storeOptionsAsProperties and passCommandToAction in README +* `.parseAsync` to use instead of `.parse` if supply async action handlers ([#806] [#1118]) + +### Fixed + +* Remove trailing blanks from wrapped help text ([#1096]) + +### Changed + +* update dependencies +* extend security coverage for Commander 2.x to 2020-02-03 +* improvements to README +* improvements to TypeScript definition documentation +* move old versions out of main CHANGELOG +* removed explicit use of `ts-node` in tests + +## [4.0.1] (2019-11-12) + +### Fixed + +* display help when requested, even if there are missing required options ([#1091]) + +## [4.0.0] (2019-11-02) + +### Added + +* automatically wrap and indent help descriptions for options and commands ([#1051]) +* `.exitOverride()` allows override of calls to `process.exit` for additional error handling and to keep program running ([#1040]) +* support for declaring required options with `.requiredOptions()` ([#1071]) +* GitHub Actions support ([#1027]) +* translation links in README + +### Changed + +* dev: switch tests from Sinon+Should to Jest with major rewrite of tests ([#1035]) +* call default subcommand even when there are unknown options ([#1047]) +* *Breaking* Commander is only officially supported on Node 8 and above, and requires Node 6 ([#1053]) + +### Fixed + +* *Breaking* keep command object out of program.args when action handler called ([#1048]) + * also, action handler now passed array of unknown arguments +* complain about unknown options when program argument supplied and action handler ([#1049]) + * this changes parameters to `command:*` event to include unknown arguments +* removed deprecated `customFds` option from call to `child_process.spawn` ([#1052]) +* rework TypeScript declarations to bring all types into imported namespace ([#1081]) + +### Migration Tips + +#### Testing for no arguments + +If you were previously using code like: + +```js +if (!program.args.length) ... +``` + +a partial replacement is: + +```js +if (program.rawArgs.length < 3) ... +``` + +## [4.0.0-1] Prerelease (2019-10-08) + +(Released in 4.0.0) + +## [4.0.0-0] Prerelease (2019-10-01) + +(Released in 4.0.0) + +## [2.20.1] (2019-09-29) + +### Fixed + +* Improve tracking of executable subcommands. + +### Changed + +* update development dependencies + +## [3.0.2] (2019-09-27) + +### Fixed + +* Improve tracking of executable subcommands. + +### Changed + +* update development dependencies + +## [3.0.1] (2019-08-30) + +### Added + +* .name and .usage to README ([#1010]) +* Table of Contents to README ([#1010]) +* TypeScript definition for `executableFile` in CommandOptions ([#1028]) + +### Changed + +* consistently use `const` rather than `var` in README ([#1026]) + +### Fixed + +* help for sub commands with custom executableFile ([#1018]) + +## [3.0.0] / 2019-08-08 + +* Add option to specify executable file name ([#999]) + * e.g. `.command('clone', 'clone description', { executableFile: 'myClone' })` +* Change docs for `.command` to contrast action handler vs git-style executable. ([#938] [#990]) +* **Breaking** Change TypeScript to use overloaded function for `.command`. ([#938] [#990]) +* Change to use straight quotes around strings in error messages (like 'this' instead of `this') ([#915]) +* Add TypeScript "reference types" for node ([#974]) +* Add support for hyphen as an option argument in subcommands ([#697]) +* Add support for a short option flag and its value to be concatenated for action handler subcommands ([#599]) + * e.g. `-p 80` can also be supplied as `-p80` +* Add executable arguments to spawn in win32, for git-style executables ([#611]) + * e.g. `node --harmony myCommand.js clone` +* Add parent command as prefix of subcommand in help ([#980]) +* Add optional custom description to `.version` ([#963]) + * e.g. `program.version('0.0.1', '-v, --vers', 'output the current version')` +* Add `.helpOption(flags, description)` routine to customise help flags and description ([#963]) + * e.g. `.helpOption('-e, --HELP', 'read more information')` +* Fix behavior of --no-* options ([#795]) + * can now define both `--foo` and `--no-foo` + * **Breaking** custom event listeners: `--no-foo` on cli now emits `option:no-foo` (previously `option:foo`) + * **Breaking** default value: defining `--no-foo` after defining `--foo` leaves the default value unchanged (previously set it to false) + * allow boolean default value, such as from environment ([#987]) +* Increment inspector port for spawned subcommands ([#991]) + * e.g. `node --inspect myCommand.js clone` + +### Migration Tips + +The custom event for a negated option like `--no-foo` is `option:no-foo` (previously `option:foo`). + +```js +program + .option('--no-foo') + .on('option:no-foo', () => { + console.log('removing foo'); + }); +``` + +When using TypeScript, adding a command does not allow an explicit `undefined` for an unwanted executable description (e.g +for a command with an action handler). + +```js +program + .command('action1', undefined, { noHelp: true }) // No longer valid + .command('action2', { noHelp: true }) // Correct +``` + +## 3.0.0-0 Prerelease / 2019-07-28 + +(Released as 3.0.0) + +## Older versions + +* [2.x](./changelogs/CHANGELOG-2.md) +* [1.x](./changelogs/CHANGELOG-1.md) +* [0.x](./changelogs/CHANGELOG-0.md) + +[#1]: https://github.com/tj/commander.js/issues/1 +[#432]: https://github.com/tj/commander.js/issues/432 +[#508]: https://github.com/tj/commander.js/issues/508 +[#512]: https://github.com/tj/commander.js/issues/512 +[#531]: https://github.com/tj/commander.js/issues/531 +[#599]: https://github.com/tj/commander.js/issues/599 +[#611]: https://github.com/tj/commander.js/issues/611 +[#645]: https://github.com/tj/commander.js/issues/645 +[#697]: https://github.com/tj/commander.js/issues/697 +[#742]: https://github.com/tj/commander.js/issues/742 +[#764]: https://github.com/tj/commander.js/issues/764 +[#795]: https://github.com/tj/commander.js/issues/795 +[#802]: https://github.com/tj/commander.js/issues/802 +[#806]: https://github.com/tj/commander.js/issues/806 +[#809]: https://github.com/tj/commander.js/issues/809 +[#915]: https://github.com/tj/commander.js/issues/915 +[#938]: https://github.com/tj/commander.js/issues/938 +[#948]: https://github.com/tj/commander.js/issues/948 +[#962]: https://github.com/tj/commander.js/issues/962 +[#963]: https://github.com/tj/commander.js/issues/963 +[#974]: https://github.com/tj/commander.js/issues/974 +[#980]: https://github.com/tj/commander.js/issues/980 +[#987]: https://github.com/tj/commander.js/issues/987 +[#990]: https://github.com/tj/commander.js/issues/990 +[#991]: https://github.com/tj/commander.js/issues/991 +[#993]: https://github.com/tj/commander.js/issues/993 +[#995]: https://github.com/tj/commander.js/issues/995 +[#999]: https://github.com/tj/commander.js/issues/999 +[#1010]: https://github.com/tj/commander.js/pull/1010 +[#1018]: https://github.com/tj/commander.js/pull/1018 +[#1026]: https://github.com/tj/commander.js/pull/1026 +[#1027]: https://github.com/tj/commander.js/pull/1027 +[#1028]: https://github.com/tj/commander.js/pull/1028 +[#1032]: https://github.com/tj/commander.js/issues/1032 +[#1035]: https://github.com/tj/commander.js/pull/1035 +[#1040]: https://github.com/tj/commander.js/pull/1040 +[#1047]: https://github.com/tj/commander.js/pull/1047 +[#1048]: https://github.com/tj/commander.js/pull/1048 +[#1049]: https://github.com/tj/commander.js/pull/1049 +[#1051]: https://github.com/tj/commander.js/pull/1051 +[#1052]: https://github.com/tj/commander.js/pull/1052 +[#1053]: https://github.com/tj/commander.js/pull/1053 +[#1062]: https://github.com/tj/commander.js/pull/1062 +[#1071]: https://github.com/tj/commander.js/pull/1071 +[#1081]: https://github.com/tj/commander.js/pull/1081 +[#1088]: https://github.com/tj/commander.js/issues/1088 +[#1091]: https://github.com/tj/commander.js/pull/1091 +[#1096]: https://github.com/tj/commander.js/pull/1096 +[#1102]: https://github.com/tj/commander.js/pull/1102 +[#1118]: https://github.com/tj/commander.js/pull/1118 +[#1119]: https://github.com/tj/commander.js/pull/1119 +[#1133]: https://github.com/tj/commander.js/pull/1133 +[#1138]: https://github.com/tj/commander.js/pull/1138 +[#1145]: https://github.com/tj/commander.js/pull/1145 +[#1146]: https://github.com/tj/commander.js/pull/1146 +[#1149]: https://github.com/tj/commander.js/pull/1149 +[#1153]: https://github.com/tj/commander.js/issues/1153 +[#1157]: https://github.com/tj/commander.js/pull/1157 +[#1159]: https://github.com/tj/commander.js/pull/1159 +[#1165]: https://github.com/tj/commander.js/pull/1165 +[#1169]: https://github.com/tj/commander.js/pull/1169 +[#1172]: https://github.com/tj/commander.js/pull/1172 +[#1179]: https://github.com/tj/commander.js/pull/1179 +[#1180]: https://github.com/tj/commander.js/pull/1180 +[#1184]: https://github.com/tj/commander.js/pull/1184 +[#1191]: https://github.com/tj/commander.js/pull/1191 +[#1195]: https://github.com/tj/commander.js/pull/1195 +[#1208]: https://github.com/tj/commander.js/pull/1208 +[#1232]: https://github.com/tj/commander.js/pull/1232 +[#1235]: https://github.com/tj/commander.js/pull/1235 +[#1236]: https://github.com/tj/commander.js/pull/1236 +[#1247]: https://github.com/tj/commander.js/pull/1247 +[#1248]: https://github.com/tj/commander.js/pull/1248 + +[Unreleased]: https://github.com/tj/commander.js/compare/master...develop +[5.1.0]: https://github.com/tj/commander.js/compare/v5.0.0..v5.1.0 +[5.0.0]: https://github.com/tj/commander.js/compare/v4.1.1..v5.0.0 +[5.0.0-4]: https://github.com/tj/commander.js/compare/v5.0.0-3..v5.0.0-4 +[5.0.0-3]: https://github.com/tj/commander.js/compare/v5.0.0-2..v5.0.0-3 +[5.0.0-2]: https://github.com/tj/commander.js/compare/v5.0.0-1..v5.0.0-2 +[5.0.0-1]: https://github.com/tj/commander.js/compare/v5.0.0-0..v5.0.0-1 +[5.0.0-0]: https://github.com/tj/commander.js/compare/v4.1.1..v5.0.0-0 +[4.1.1]: https://github.com/tj/commander.js/compare/v4.1.0..v4.1.1 +[4.1.0]: https://github.com/tj/commander.js/compare/v4.0.1..v4.1.0 +[4.0.1]: https://github.com/tj/commander.js/compare/v4.0.0..v4.0.1 +[4.0.0]: https://github.com/tj/commander.js/compare/v3.0.2..v4.0.0 +[4.0.0-1]: https://github.com/tj/commander.js/compare/v4.0.0-0..v4.0.0-1 +[4.0.0-0]: https://github.com/tj/commander.js/compare/v3.0.2...v4.0.0-0 +[3.0.2]: https://github.com/tj/commander.js/compare/v3.0.1...v3.0.2 +[3.0.1]: https://github.com/tj/commander.js/compare/v3.0.0...v3.0.1 +[3.0.0]: https://github.com/tj/commander.js/compare/v2.20.1...v3.0.0 +[2.20.1]: https://github.com/tj/commander.js/compare/v2.20.0...v2.20.1 diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/LICENSE" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/LICENSE" new file mode 100644 index 0000000..10f997a --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/LICENSE" @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2011 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/Readme.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/Readme.md" new file mode 100644 index 0000000..fcb995a --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/Readme.md" @@ -0,0 +1,737 @@ +# Commander.js + +[![Build Status](https://api.travis-ci.org/tj/commander.js.svg?branch=master)](http://travis-ci.org/tj/commander.js) +[![NPM Version](http://img.shields.io/npm/v/commander.svg?style=flat)](https://www.npmjs.org/package/commander) +[![NPM Downloads](https://img.shields.io/npm/dm/commander.svg?style=flat)](https://npmcharts.com/compare/commander?minimal=true) +[![Install Size](https://packagephobia.now.sh/badge?p=commander)](https://packagephobia.now.sh/result?p=commander) + +The complete solution for [node.js](http://nodejs.org) command-line interfaces, inspired by Ruby's [commander](https://github.com/commander-rb/commander). + +Read this in other languages: English | [简体中文](./Readme_zh-CN.md) + +- [Commander.js](#commanderjs) + - [Installation](#installation) + - [Declaring _program_ variable](#declaring-program-variable) + - [Options](#options) + - [Common option types, boolean and value](#common-option-types-boolean-and-value) + - [Default option value](#default-option-value) + - [Other option types, negatable boolean and flag|value](#other-option-types-negatable-boolean-and-flagvalue) + - [Custom option processing](#custom-option-processing) + - [Required option](#required-option) + - [Version option](#version-option) + - [Commands](#commands) + - [Specify the argument syntax](#specify-the-argument-syntax) + - [Action handler (sub)commands](#action-handler-subcommands) + - [Stand-alone executable (sub)commands](#stand-alone-executable-subcommands) + - [Automated help](#automated-help) + - [Custom help](#custom-help) + - [.usage and .name](#usage-and-name) + - [.help(cb)](#helpcb) + - [.outputHelp(cb)](#outputhelpcb) + - [.helpInformation()](#helpinformation) + - [.helpOption(flags, description)](#helpoptionflags-description) + - [.addHelpCommand()](#addhelpcommand) + - [Custom event listeners](#custom-event-listeners) + - [Bits and pieces](#bits-and-pieces) + - [.parse() and .parseAsync()](#parse-and-parseasync) + - [Avoiding option name clashes](#avoiding-option-name-clashes) + - [TypeScript](#typescript) + - [createCommand()](#createcommand) + - [Node options such as `--harmony`](#node-options-such-as---harmony) + - [Debugging stand-alone executable subcommands](#debugging-stand-alone-executable-subcommands) + - [Override exit handling](#override-exit-handling) + - [Examples](#examples) + - [License](#license) + - [Support](#support) + - [Commander for enterprise](#commander-for-enterprise) + +## Installation + +```bash +npm install commander +``` + +## Declaring _program_ variable + +Commander exports a global object which is convenient for quick programs. +This is used in the examples in this README for brevity. + +```js +const { program } = require('commander'); +program.version('0.0.1'); +``` + +For larger programs which may use commander in multiple ways, including unit testing, it is better to create a local Command object to use. + + ```js + const { Command } = require('commander'); + const program = new Command(); + program.version('0.0.1'); + ``` + +## Options + +Options are defined with the `.option()` method, also serving as documentation for the options. Each option can have a short flag (single character) and a long name, separated by a comma or space or vertical bar ('|'). + +The options can be accessed as properties on the Command object. Multi-word options such as "--template-engine" are camel-cased, becoming `program.templateEngine` etc. See also optional new behaviour to [avoid name clashes](#avoiding-option-name-clashes). + +Multiple short flags may optionally be combined in a single argument following the dash: boolean flags, the last flag may take a value, and the value. +For example `-a -b -p 80` may be written as `-ab -p80` or even `-abp80`. + +You can use `--` to indicate the end of the options, and any remaining arguments will be used without being interpreted. +This is particularly useful for passing options through to another +command, like: `do -- git --version`. + +Options on the command line are not positional, and can be specified before or after other command arguments. + +### Common option types, boolean and value + +The two most used option types are a boolean flag, and an option which takes a value (declared using angle brackets). Both are `undefined` unless specified on command line. + +```js +const { program } = require('commander'); + +program + .option('-d, --debug', 'output extra debugging') + .option('-s, --small', 'small pizza size') + .option('-p, --pizza-type ', 'flavour of pizza'); + +program.parse(process.argv); + +if (program.debug) console.log(program.opts()); +console.log('pizza details:'); +if (program.small) console.log('- small pizza size'); +if (program.pizzaType) console.log(`- ${program.pizzaType}`); +``` + +```bash +$ pizza-options -d +{ debug: true, small: undefined, pizzaType: undefined } +pizza details: +$ pizza-options -p +error: option '-p, --pizza-type ' argument missing +$ pizza-options -ds -p vegetarian +{ debug: true, small: true, pizzaType: 'vegetarian' } +pizza details: +- small pizza size +- vegetarian +$ pizza-options --pizza-type=cheese +pizza details: +- cheese +``` + +`program.parse(arguments)` processes the arguments, leaving any args not consumed by the program options in the `program.args` array. + +### Default option value + +You can specify a default value for an option which takes a value. + +```js +const { program } = require('commander'); + +program + .option('-c, --cheese ', 'add the specified type of cheese', 'blue'); + +program.parse(process.argv); + +console.log(`cheese: ${program.cheese}`); +``` + +```bash +$ pizza-options +cheese: blue +$ pizza-options --cheese stilton +cheese: stilton +``` + +### Other option types, negatable boolean and flag|value + +You can specify a boolean option long name with a leading `no-` to set the option value to false when used. +Defined alone this also makes the option true by default. + +If you define `--foo` first, adding `--no-foo` does not change the default value from what it would +otherwise be. You can specify a default boolean value for a boolean flag and it can be overridden on command line. + +```js +const { program } = require('commander'); + +program + .option('--no-sauce', 'Remove sauce') + .option('--cheese ', 'cheese flavour', 'mozzarella') + .option('--no-cheese', 'plain with no cheese') + .parse(process.argv); + +const sauceStr = program.sauce ? 'sauce' : 'no sauce'; +const cheeseStr = (program.cheese === false) ? 'no cheese' : `${program.cheese} cheese`; +console.log(`You ordered a pizza with ${sauceStr} and ${cheeseStr}`); +``` + +```bash +$ pizza-options +You ordered a pizza with sauce and mozzarella cheese +$ pizza-options --sauce +error: unknown option '--sauce' +$ pizza-options --cheese=blue +You ordered a pizza with sauce and blue cheese +$ pizza-options --no-sauce --no-cheese +You ordered a pizza with no sauce and no cheese +``` + +You can specify an option which functions as a flag but may also take a value (declared using square brackets). + +```js +const { program } = require('commander'); + +program + .option('-c, --cheese [type]', 'Add cheese with optional type'); + +program.parse(process.argv); + +if (program.cheese === undefined) console.log('no cheese'); +else if (program.cheese === true) console.log('add cheese'); +else console.log(`add cheese type ${program.cheese}`); +``` + +```bash +$ pizza-options +no cheese +$ pizza-options --cheese +add cheese +$ pizza-options --cheese mozzarella +add cheese type mozzarella +``` + +### Custom option processing + +You may specify a function to do custom processing of option values. The callback function receives two parameters, the user specified value and the +previous value for the option. It returns the new value for the option. + +This allows you to coerce the option value to the desired type, or accumulate values, or do entirely custom processing. + +You can optionally specify the default/starting value for the option after the function. + +```js +const { program } = require('commander'); + +function myParseInt(value, dummyPrevious) { + // parseInt takes a string and an optional radix + return parseInt(value); +} + +function increaseVerbosity(dummyValue, previous) { + return previous + 1; +} + +function collect(value, previous) { + return previous.concat([value]); +} + +function commaSeparatedList(value, dummyPrevious) { + return value.split(','); +} + +program + .option('-f, --float ', 'float argument', parseFloat) + .option('-i, --integer ', 'integer argument', myParseInt) + .option('-v, --verbose', 'verbosity that can be increased', increaseVerbosity, 0) + .option('-c, --collect ', 'repeatable value', collect, []) + .option('-l, --list ', 'comma separated list', commaSeparatedList) +; + +program.parse(process.argv); + +if (program.float !== undefined) console.log(`float: ${program.float}`); +if (program.integer !== undefined) console.log(`integer: ${program.integer}`); +if (program.verbose > 0) console.log(`verbosity: ${program.verbose}`); +if (program.collect.length > 0) console.log(program.collect); +if (program.list !== undefined) console.log(program.list); +``` + +```bash +$ custom -f 1e2 +float: 100 +$ custom --integer 2 +integer: 2 +$ custom -v -v -v +verbose: 3 +$ custom -c a -c b -c c +[ 'a', 'b', 'c' ] +$ custom --list x,y,z +[ 'x', 'y', 'z' ] +``` + +### Required option + +You may specify a required (mandatory) option using `.requiredOption`. The option must have a value after parsing, usually specified on the command line, or perhaps from a default value (say from environment). The method is otherwise the same as `.option` in format, taking flags and description, and optional default value or custom processing. + +```js +const { program } = require('commander'); + +program + .requiredOption('-c, --cheese ', 'pizza must have cheese'); + +program.parse(process.argv); +``` + +```bash +$ pizza +error: required option '-c, --cheese ' not specified +``` + +### Version option + +The optional `version` method adds handling for displaying the command version. The default option flags are `-V` and `--version`, and when present the command prints the version number and exits. + +```js +program.version('0.0.1'); +``` + +```bash +$ ./examples/pizza -V +0.0.1 +``` + +You may change the flags and description by passing additional parameters to the `version` method, using +the same syntax for flags as the `option` method. The version flags can be named anything, but a long name is required. + +```js +program.version('0.0.1', '-v, --vers', 'output the current version'); +``` + +## Commands + +You can specify (sub)commands using `.command()` or `.addCommand()`. There are two ways these can be implemented: using an action handler attached to the command, or as a stand-alone executable file (described in more detail later). The subcommands may be nested ([example](./examples/nestedCommands.js)). + +In the first parameter to `.command()` you specify the command name and any command arguments. The arguments may be `` or `[optional]`, and the last argument may also be `variadic...`. + +You can use `.addCommand()` to add an already configured subcommand to the program. + +For example: + +```js +// Command implemented using action handler (description is supplied separately to `.command`) +// Returns new command for configuring. +program + .command('clone [destination]') + .description('clone a repository into a newly created directory') + .action((source, destination) => { + console.log('clone command called'); + }); + +// Command implemented using stand-alone executable file (description is second parameter to `.command`) +// Returns `this` for adding more commands. +program + .command('start ', 'start named service') + .command('stop [service]', 'stop named service, or all if no name supplied'); + +// Command prepared separately. +// Returns `this` for adding more commands. +program + .addCommand(build.makeBuildCommand()); +``` + +Configuration options can be passed with the call to `.command()` and `.addCommand()`. Specifying `true` for `opts.hidden` will remove the command from the generated help output. Specifying `true` for `opts.isDefault` will run the subcommand if no other subcommand is specified ([example](./examples/defaultCommand.js)). + +### Specify the argument syntax + +You use `.arguments` to specify the arguments for the top-level command, and for subcommands they are usually included in the `.command` call. Angled brackets (e.g. ``) indicate required input. Square brackets (e.g. `[optional]`) indicate optional input. + +```js +const { program } = require('commander'); + +program + .version('0.1.0') + .arguments(' [env]') + .action(function (cmd, env) { + cmdValue = cmd; + envValue = env; + }); + +program.parse(process.argv); + +if (typeof cmdValue === 'undefined') { + console.error('no command given!'); + process.exit(1); +} +console.log('command:', cmdValue); +console.log('environment:', envValue || "no environment given"); +``` + + The last argument of a command can be variadic, and only the last argument. To make an argument variadic you + append `...` to the argument name. For example: + +```js +const { program } = require('commander'); + +program + .version('0.1.0') + .command('rmdir [otherDirs...]') + .action(function (dir, otherDirs) { + console.log('rmdir %s', dir); + if (otherDirs) { + otherDirs.forEach(function (oDir) { + console.log('rmdir %s', oDir); + }); + } + }); + +program.parse(process.argv); +``` + +The variadic argument is passed to the action handler as an array. + +### Action handler (sub)commands + +You can add options to a command that uses an action handler. +The action handler gets passed a parameter for each argument you declared, and one additional argument which is the +command object itself. This command argument has the values for the command-specific options added as properties. + +```js +const { program } = require('commander'); + +program + .command('rm ') + .option('-r, --recursive', 'Remove recursively') + .action(function (dir, cmdObj) { + console.log('remove ' + dir + (cmdObj.recursive ? ' recursively' : '')) + }) + +program.parse(process.argv) +``` + +You may supply an `async` action handler, in which case you call `.parseAsync` rather than `.parse`. + +```js +async function run() { /* code goes here */ } + +async function main() { + program + .command('run') + .action(run); + await program.parseAsync(process.argv); +} +``` + +A command's options on the command line are validated when the command is used. Any unknown options will be reported as an error. + +### Stand-alone executable (sub)commands + +When `.command()` is invoked with a description argument, this tells Commander that you're going to use stand-alone executables for subcommands. +Commander will search the executables in the directory of the entry script (like `./examples/pm`) with the name `program-subcommand`, like `pm-install`, `pm-search`. +You can specify a custom name with the `executableFile` configuration option. + +You handle the options for an executable (sub)command in the executable, and don't declare them at the top-level. + +```js +// file: ./examples/pm +const { program } = require('commander'); + +program + .version('0.1.0') + .command('install [name]', 'install one or more packages') + .command('search [query]', 'search with optional query') + .command('update', 'update installed packages', {executableFile: 'myUpdateSubCommand'}) + .command('list', 'list packages installed', {isDefault: true}) + .parse(process.argv); +``` + +If the program is designed to be installed globally, make sure the executables have proper modes, like `755`. + +## Automated help + +The help information is auto-generated based on the information commander already knows about your program. The default +help option is `-h,--help`. ([example](./examples/pizza)) + +```bash +$ node ./examples/pizza --help +Usage: pizza [options] + +An application for pizzas ordering + +Options: + -V, --version output the version number + -p, --peppers Add peppers + -c, --cheese Add the specified type of cheese (default: "marble") + -C, --no-cheese You do not want any cheese + -h, --help display help for command +``` + +A `help` command is added by default if your command has subcommands. It can be used alone, or with a subcommand name to show +further help for the subcommand. These are effectively the same if the `shell` program has implicit help: + +```bash +shell help +shell --help + +shell help spawn +shell spawn --help +``` + +### Custom help + +You can display extra information by listening for "--help". ([example](./examples/custom-help)) + +```js +program + .option('-f, --foo', 'enable some foo'); + +// must be before .parse() +program.on('--help', () => { + console.log(''); + console.log('Example call:'); + console.log(' $ custom-help --help'); +}); +``` + +Yields the following help output: + +```Text +Usage: custom-help [options] + +Options: + -f, --foo enable some foo + -h, --help display help for command + +Example call: + $ custom-help --help +``` + +### .usage and .name + +These allow you to customise the usage description in the first line of the help. The name is otherwise +deduced from the (full) program arguments. Given: + +```js +program + .name("my-command") + .usage("[global options] command") +``` + +The help will start with: + +```Text +Usage: my-command [global options] command +``` + +### .help(cb) + +Output help information and exit immediately. Optional callback cb allows post-processing of help text before it is displayed. + +### .outputHelp(cb) + +Output help information without exiting. +Optional callback cb allows post-processing of help text before it is displayed. + +### .helpInformation() + +Get the command help information as a string for processing or displaying yourself. (The text does not include the custom help +from `--help` listeners.) + +### .helpOption(flags, description) + +Override the default help flags and description. + +```js +program + .helpOption('-e, --HELP', 'read more information'); +``` + +### .addHelpCommand() + +You can explicitly turn on or off the implicit help command with `.addHelpCommand()` and `.addHelpCommand(false)`. + +You can both turn on and customise the help command by supplying the name and description: + +```js +program.addHelpCommand('assist [command]', 'show assistance'); +``` + +## Custom event listeners + +You can execute custom actions by listening to command and option events. + +```js +program.on('option:verbose', function () { + process.env.VERBOSE = this.verbose; +}); + +program.on('command:*', function (operands) { + console.error(`error: unknown command '${operands[0]}'`); + const availableCommands = program.commands.map(cmd => cmd.name()); + mySuggestBestMatch(operands[0], availableCommands); + process.exitCode = 1; +}); +``` + +## Bits and pieces + +### .parse() and .parseAsync() + +The first argument to `.parse` is the array of strings to parse. You may omit the parameter to implicitly use `process.argv`. + +If the arguments follow different conventions than node you can pass a `from` option in the second parameter: + +- 'node': default, `argv[0]` is the application and `argv[1]` is the script being run, with user parameters after that +- 'electron': `argv[1]` varies depending on whether the electron application is packaged +- 'user': all of the arguments from the user + +For example: + +```js +program.parse(process.argv); // Explicit, node conventions +program.parse(); // Implicit, and auto-detect electron +program.parse(['-f', 'filename'], { from: 'user' }); +``` + +### Avoiding option name clashes + +The original and default behaviour is that the option values are stored +as properties on the program, and the action handler is passed a +command object with the options values stored as properties. +This is very convenient to code, but the downside is possible clashes with +existing properties of Command. + +There are two new routines to change the behaviour, and the default behaviour may change in the future: + +- `storeOptionsAsProperties`: whether to store option values as properties on command object, or store separately (specify false) and access using `.opts()` +- `passCommandToAction`: whether to pass command to action handler, +or just the options (specify false) + +([example](./examples/storeOptionsAsProperties-action.js)) + +```js +program + .storeOptionsAsProperties(false) + .passCommandToAction(false); + +program + .name('my-program-name') + .option('-n,--name '); + +program + .command('show') + .option('-a,--action ') + .action((options) => { + console.log(options.action); + }); + +program.parse(process.argv); + +const programOptions = program.opts(); +console.log(programOptions.name); +``` + +### TypeScript + +The Commander package includes its TypeScript Definition file. + +If you use `ts-node` and stand-alone executable subcommands written as `.ts` files, you need to call your program through node to get the subcommands called correctly. e.g. + +```bash +node -r ts-node/register pm.ts +``` + +### createCommand() + +This factory function creates a new command. It is exported and may be used instead of using `new`, like: + +```js +const { createCommand } = require('commander'); +const program = createCommand(); +``` + +`createCommand` is also a method of the Command object, and creates a new command rather than a subcommand. This gets used internally +when creating subcommands using `.command()`, and you may override it to +customise the new subcommand (examples using [subclass](./examples/custom-command-class.js) and [function](./examples/custom-command-function.js)). + +### Node options such as `--harmony` + +You can enable `--harmony` option in two ways: + +- Use `#! /usr/bin/env node --harmony` in the subcommands scripts. (Note Windows does not support this pattern.) +- Use the `--harmony` option when call the command, like `node --harmony examples/pm publish`. The `--harmony` option will be preserved when spawning subcommand process. + +### Debugging stand-alone executable subcommands + +An executable subcommand is launched as a separate child process. + +If you are using the node inspector for [debugging](https://nodejs.org/en/docs/guides/debugging-getting-started/) executable subcommands using `node --inspect` et al, +the inspector port is incremented by 1 for the spawned subcommand. + +If you are using VSCode to debug executable subcommands you need to set the `"autoAttachChildProcesses": true` flag in your launch.json configuration. + +### Override exit handling + +By default Commander calls `process.exit` when it detects errors, or after displaying the help or version. You can override +this behaviour and optionally supply a callback. The default override throws a `CommanderError`. + +The override callback is passed a `CommanderError` with properties `exitCode` number, `code` string, and `message`. The default override behaviour is to throw the error, except for async handling of executable subcommand completion which carries on. The normal display of error messages or version or help +is not affected by the override which is called after the display. + +``` js +program.exitOverride(); + +try { + program.parse(process.argv); +} catch (err) { + // custom processing... +} +``` + +## Examples + +```js +const { program } = require('commander'); + +program + .version('0.1.0') + .option('-C, --chdir ', 'change the working directory') + .option('-c, --config ', 'set config path. defaults to ./deploy.conf') + .option('-T, --no-tests', 'ignore test hook'); + +program + .command('setup [env]') + .description('run setup commands for all envs') + .option("-s, --setup_mode [mode]", "Which setup mode to use") + .action(function(env, options){ + const mode = options.setup_mode || "normal"; + env = env || 'all'; + console.log('setup for %s env(s) with %s mode', env, mode); + }); + +program + .command('exec ') + .alias('ex') + .description('execute the given remote cmd') + .option("-e, --exec_mode ", "Which exec mode to use") + .action(function(cmd, options){ + console.log('exec "%s" using %s mode', cmd, options.exec_mode); + }).on('--help', function() { + console.log(''); + console.log('Examples:'); + console.log(''); + console.log(' $ deploy exec sequential'); + console.log(' $ deploy exec async'); + }); + +program.parse(process.argv); +``` + +More Demos can be found in the [examples](https://github.com/tj/commander.js/tree/master/examples) directory. + +## License + +[MIT](https://github.com/tj/commander.js/blob/master/LICENSE) + +## Support + +Commander 5.x is fully supported on Long Term Support versions of Node, and is likely to work with Node 6 but not tested. +(For versions of Node below Node 6, use Commander 3.x or 2.x.) + +The main forum for free and community support is the project [Issues](https://github.com/tj/commander.js/issues) on GitHub. + +### Commander for enterprise + +Available as part of the Tidelift Subscription + +The maintainers of Commander and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-commander?utm_source=npm-commander&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/index.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/index.js" new file mode 100644 index 0000000..987b79f --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/index.js" @@ -0,0 +1,1756 @@ +/** + * Module dependencies. + */ + +const EventEmitter = require('events').EventEmitter; +const spawn = require('child_process').spawn; +const path = require('path'); +const fs = require('fs'); + +// @ts-check + +class Option { + /** + * Initialize a new `Option` with the given `flags` and `description`. + * + * @param {string} flags + * @param {string} description + * @api public + */ + + constructor(flags, description) { + this.flags = flags; + this.required = flags.indexOf('<') >= 0; // A value must be supplied when the option is specified. + this.optional = flags.indexOf('[') >= 0; // A value is optional when the option is specified. + this.mandatory = false; // The option must have a value after parsing, which usually means it must be specified on command line. + this.negate = flags.indexOf('-no-') !== -1; + const flagParts = flags.split(/[ ,|]+/); + if (flagParts.length > 1 && !/^[[<]/.test(flagParts[1])) this.short = flagParts.shift(); + this.long = flagParts.shift(); + this.description = description || ''; + this.defaultValue = undefined; + } + + /** + * Return option name. + * + * @return {string} + * @api private + */ + + name() { + return this.long.replace(/^--/, ''); + }; + + /** + * Return option name, in a camelcase format that can be used + * as a object attribute key. + * + * @return {string} + * @api private + */ + + attributeName() { + return camelcase(this.name().replace(/^no-/, '')); + }; + + /** + * Check if `arg` matches the short or long flag. + * + * @param {string} arg + * @return {boolean} + * @api private + */ + + is(arg) { + return this.short === arg || this.long === arg; + }; +} + +/** + * CommanderError class + * @class + */ +class CommanderError extends Error { + /** + * Constructs the CommanderError class + * @param {number} exitCode suggested exit code which could be used with process.exit + * @param {string} code an id string representing the error + * @param {string} message human-readable description of the error + * @constructor + */ + constructor(exitCode, code, message) { + super(message); + // properly capture stack trace in Node.js + Error.captureStackTrace(this, this.constructor); + this.name = this.constructor.name; + this.code = code; + this.exitCode = exitCode; + this.nestedError = undefined; + } +} + +class Command extends EventEmitter { + /** + * Initialize a new `Command`. + * + * @param {string} [name] + * @api public + */ + + constructor(name) { + super(); + this.commands = []; + this.options = []; + this.parent = null; + this._allowUnknownOption = false; + this._args = []; + this.rawArgs = null; + this._scriptPath = null; + this._name = name || ''; + this._optionValues = {}; + this._storeOptionsAsProperties = true; // backwards compatible by default + this._passCommandToAction = true; // backwards compatible by default + this._actionResults = []; + this._actionHandler = null; + this._executableHandler = false; + this._executableFile = null; // custom name for executable + this._defaultCommandName = null; + this._exitCallback = null; + this._aliases = []; + + this._hidden = false; + this._helpFlags = '-h, --help'; + this._helpDescription = 'display help for command'; + this._helpShortFlag = '-h'; + this._helpLongFlag = '--help'; + this._hasImplicitHelpCommand = undefined; // Deliberately undefined, not decided whether true or false + this._helpCommandName = 'help'; + this._helpCommandnameAndArgs = 'help [command]'; + this._helpCommandDescription = 'display help for command'; + } + + /** + * Define a command. + * + * There are two styles of command: pay attention to where to put the description. + * + * Examples: + * + * // Command implemented using action handler (description is supplied separately to `.command`) + * program + * .command('clone [destination]') + * .description('clone a repository into a newly created directory') + * .action((source, destination) => { + * console.log('clone command called'); + * }); + * + * // Command implemented using separate executable file (description is second parameter to `.command`) + * program + * .command('start ', 'start named service') + * .command('stop [service]', 'stop named service, or all if no name supplied'); + * + * @param {string} nameAndArgs - command name and arguments, args are `` or `[optional]` and last may also be `variadic...` + * @param {Object|string} [actionOptsOrExecDesc] - configuration options (for action), or description (for executable) + * @param {Object} [execOpts] - configuration options (for executable) + * @return {Command} returns new command for action handler, or `this` for executable command + * @api public + */ + + command(nameAndArgs, actionOptsOrExecDesc, execOpts) { + let desc = actionOptsOrExecDesc; + let opts = execOpts; + if (typeof desc === 'object' && desc !== null) { + opts = desc; + desc = null; + } + opts = opts || {}; + const args = nameAndArgs.split(/ +/); + const cmd = this.createCommand(args.shift()); + + if (desc) { + cmd.description(desc); + cmd._executableHandler = true; + } + if (opts.isDefault) this._defaultCommandName = cmd._name; + + cmd._hidden = !!(opts.noHelp || opts.hidden); + cmd._helpFlags = this._helpFlags; + cmd._helpDescription = this._helpDescription; + cmd._helpShortFlag = this._helpShortFlag; + cmd._helpLongFlag = this._helpLongFlag; + cmd._helpCommandName = this._helpCommandName; + cmd._helpCommandnameAndArgs = this._helpCommandnameAndArgs; + cmd._helpCommandDescription = this._helpCommandDescription; + cmd._exitCallback = this._exitCallback; + cmd._storeOptionsAsProperties = this._storeOptionsAsProperties; + cmd._passCommandToAction = this._passCommandToAction; + + cmd._executableFile = opts.executableFile || null; // Custom name for executable file, set missing to null to match constructor + this.commands.push(cmd); + cmd._parseExpectedArgs(args); + cmd.parent = this; + + if (desc) return this; + return cmd; + }; + + /** + * Factory routine to create a new unattached command. + * + * See .command() for creating an attached subcommand, which uses this routine to + * create the command. You can override createCommand to customise subcommands. + * + * @param {string} [name] + * @return {Command} new command + * @api public + */ + + createCommand(name) { + return new Command(name); + }; + + /** + * Add a prepared subcommand. + * + * See .command() for creating an attached subcommand which inherits settings from its parent. + * + * @param {Command} cmd - new subcommand + * @param {Object} [opts] - configuration options + * @return {Command} `this` command for chaining + * @api public + */ + + addCommand(cmd, opts) { + if (!cmd._name) throw new Error('Command passed to .addCommand() must have a name'); + + // To keep things simple, block automatic name generation for deeply nested executables. + // Fail fast and detect when adding rather than later when parsing. + function checkExplicitNames(commandArray) { + commandArray.forEach((cmd) => { + if (cmd._executableHandler && !cmd._executableFile) { + throw new Error(`Must specify executableFile for deeply nested executable: ${cmd.name()}`); + } + checkExplicitNames(cmd.commands); + }); + } + checkExplicitNames(cmd.commands); + + opts = opts || {}; + if (opts.isDefault) this._defaultCommandName = cmd._name; + if (opts.noHelp || opts.hidden) cmd._hidden = true; // modifying passed command due to existing implementation + + this.commands.push(cmd); + cmd.parent = this; + return this; + }; + + /** + * Define argument syntax for the command. + * + * @api public + */ + + arguments(desc) { + return this._parseExpectedArgs(desc.split(/ +/)); + }; + + /** + * Override default decision whether to add implicit help command. + * + * addHelpCommand() // force on + * addHelpCommand(false); // force off + * addHelpCommand('help [cmd]', 'display help for [cmd]'); // force on with custom detais + * + * @return {Command} `this` command for chaining + * @api public + */ + + addHelpCommand(enableOrNameAndArgs, description) { + if (enableOrNameAndArgs === false) { + this._hasImplicitHelpCommand = false; + } else { + this._hasImplicitHelpCommand = true; + if (typeof enableOrNameAndArgs === 'string') { + this._helpCommandName = enableOrNameAndArgs.split(' ')[0]; + this._helpCommandnameAndArgs = enableOrNameAndArgs; + } + this._helpCommandDescription = description || this._helpCommandDescription; + } + return this; + }; + + /** + * @return {boolean} + * @api private + */ + + _lazyHasImplicitHelpCommand() { + if (this._hasImplicitHelpCommand === undefined) { + this._hasImplicitHelpCommand = this.commands.length && !this._actionHandler && !this._findCommand('help'); + } + return this._hasImplicitHelpCommand; + }; + + /** + * Parse expected `args`. + * + * For example `["[type]"]` becomes `[{ required: false, name: 'type' }]`. + * + * @param {Array} args + * @return {Command} `this` command for chaining + * @api private + */ + + _parseExpectedArgs(args) { + if (!args.length) return; + args.forEach((arg) => { + const argDetails = { + required: false, + name: '', + variadic: false + }; + + switch (arg[0]) { + case '<': + argDetails.required = true; + argDetails.name = arg.slice(1, -1); + break; + case '[': + argDetails.name = arg.slice(1, -1); + break; + } + + if (argDetails.name.length > 3 && argDetails.name.slice(-3) === '...') { + argDetails.variadic = true; + argDetails.name = argDetails.name.slice(0, -3); + } + if (argDetails.name) { + this._args.push(argDetails); + } + }); + this._args.forEach((arg, i) => { + if (arg.variadic && i < this._args.length - 1) { + throw new Error(`only the last argument can be variadic '${arg.name}'`); + } + }); + return this; + }; + + /** + * Register callback to use as replacement for calling process.exit. + * + * @param {Function} [fn] optional callback which will be passed a CommanderError, defaults to throwing + * @return {Command} `this` command for chaining + * @api public + */ + + exitOverride(fn) { + if (fn) { + this._exitCallback = fn; + } else { + this._exitCallback = (err) => { + if (err.code !== 'commander.executeSubCommandAsync') { + throw err; + } else { + // Async callback from spawn events, not useful to throw. + } + }; + } + return this; + }; + + /** + * Call process.exit, and _exitCallback if defined. + * + * @param {number} exitCode exit code for using with process.exit + * @param {string} code an id string representing the error + * @param {string} message human-readable description of the error + * @return never + * @api private + */ + + _exit(exitCode, code, message) { + if (this._exitCallback) { + this._exitCallback(new CommanderError(exitCode, code, message)); + // Expecting this line is not reached. + } + process.exit(exitCode); + }; + + /** + * Register callback `fn` for the command. + * + * Examples: + * + * program + * .command('help') + * .description('display verbose help') + * .action(function() { + * // output help here + * }); + * + * @param {Function} fn + * @return {Command} `this` command for chaining + * @api public + */ + + action(fn) { + const listener = (args) => { + // The .action callback takes an extra parameter which is the command or options. + const expectedArgsCount = this._args.length; + const actionArgs = args.slice(0, expectedArgsCount); + if (this._passCommandToAction) { + actionArgs[expectedArgsCount] = this; + } else { + actionArgs[expectedArgsCount] = this.opts(); + } + // Add the extra arguments so available too. + if (args.length > expectedArgsCount) { + actionArgs.push(args.slice(expectedArgsCount)); + } + + const actionResult = fn.apply(this, actionArgs); + // Remember result in case it is async. Assume parseAsync getting called on root. + let rootCommand = this; + while (rootCommand.parent) { + rootCommand = rootCommand.parent; + } + rootCommand._actionResults.push(actionResult); + }; + this._actionHandler = listener; + return this; + }; + + /** + * Internal implementation shared by .option() and .requiredOption() + * + * @param {Object} config + * @param {string} flags + * @param {string} description + * @param {Function|*} [fn] - custom option processing function or default vaue + * @param {*} [defaultValue] + * @return {Command} `this` command for chaining + * @api private + */ + + _optionEx(config, flags, description, fn, defaultValue) { + const option = new Option(flags, description); + const oname = option.name(); + const name = option.attributeName(); + option.mandatory = !!config.mandatory; + + // default as 3rd arg + if (typeof fn !== 'function') { + if (fn instanceof RegExp) { + // This is a bit simplistic (especially no error messages), and probably better handled by caller using custom option processing. + // No longer documented in README, but still present for backwards compatibility. + const regex = fn; + fn = (val, def) => { + const m = regex.exec(val); + return m ? m[0] : def; + }; + } else { + defaultValue = fn; + fn = null; + } + } + + // preassign default value for --no-*, [optional], , or plain flag if boolean value + if (option.negate || option.optional || option.required || typeof defaultValue === 'boolean') { + // when --no-foo we make sure default is true, unless a --foo option is already defined + if (option.negate) { + const positiveLongFlag = option.long.replace(/^--no-/, '--'); + defaultValue = this._findOption(positiveLongFlag) ? this._getOptionValue(name) : true; + } + // preassign only if we have a default + if (defaultValue !== undefined) { + this._setOptionValue(name, defaultValue); + option.defaultValue = defaultValue; + } + } + + // register the option + this.options.push(option); + + // when it's passed assign the value + // and conditionally invoke the callback + this.on('option:' + oname, (val) => { + // coercion + if (val !== null && fn) { + val = fn(val, this._getOptionValue(name) === undefined ? defaultValue : this._getOptionValue(name)); + } + + // unassigned or boolean value + if (typeof this._getOptionValue(name) === 'boolean' || typeof this._getOptionValue(name) === 'undefined') { + // if no value, negate false, and we have a default, then use it! + if (val == null) { + this._setOptionValue(name, option.negate + ? false + : defaultValue || true); + } else { + this._setOptionValue(name, val); + } + } else if (val !== null) { + // reassign + this._setOptionValue(name, option.negate ? false : val); + } + }); + + return this; + }; + + /** + * Define option with `flags`, `description` and optional + * coercion `fn`. + * + * The `flags` string should contain both the short and long flags, + * separated by comma, a pipe or space. The following are all valid + * all will output this way when `--help` is used. + * + * "-p, --pepper" + * "-p|--pepper" + * "-p --pepper" + * + * Examples: + * + * // simple boolean defaulting to undefined + * program.option('-p, --pepper', 'add pepper'); + * + * program.pepper + * // => undefined + * + * --pepper + * program.pepper + * // => true + * + * // simple boolean defaulting to true (unless non-negated option is also defined) + * program.option('-C, --no-cheese', 'remove cheese'); + * + * program.cheese + * // => true + * + * --no-cheese + * program.cheese + * // => false + * + * // required argument + * program.option('-C, --chdir ', 'change the working directory'); + * + * --chdir /tmp + * program.chdir + * // => "/tmp" + * + * // optional argument + * program.option('-c, --cheese [type]', 'add cheese [marble]'); + * + * @param {string} flags + * @param {string} description + * @param {Function|*} [fn] - custom option processing function or default vaue + * @param {*} [defaultValue] + * @return {Command} `this` command for chaining + * @api public + */ + + option(flags, description, fn, defaultValue) { + return this._optionEx({}, flags, description, fn, defaultValue); + }; + + /* + * Add a required option which must have a value after parsing. This usually means + * the option must be specified on the command line. (Otherwise the same as .option().) + * + * The `flags` string should contain both the short and long flags, separated by comma, a pipe or space. + * + * @param {string} flags + * @param {string} description + * @param {Function|*} [fn] - custom option processing function or default vaue + * @param {*} [defaultValue] + * @return {Command} `this` command for chaining + * @api public + */ + + requiredOption(flags, description, fn, defaultValue) { + return this._optionEx({ mandatory: true }, flags, description, fn, defaultValue); + }; + + /** + * Allow unknown options on the command line. + * + * @param {Boolean} [arg] - if `true` or omitted, no error will be thrown + * for unknown options. + * @api public + */ + allowUnknownOption(arg) { + this._allowUnknownOption = (arg === undefined) || arg; + return this; + }; + + /** + * Whether to store option values as properties on command object, + * or store separately (specify false). In both cases the option values can be accessed using .opts(). + * + * @param {boolean} value + * @return {Command} `this` command for chaining + * @api public + */ + + storeOptionsAsProperties(value) { + this._storeOptionsAsProperties = (value === undefined) || value; + if (this.options.length) { + throw new Error('call .storeOptionsAsProperties() before adding options'); + } + return this; + }; + + /** + * Whether to pass command to action handler, + * or just the options (specify false). + * + * @param {boolean} value + * @return {Command} `this` command for chaining + * @api public + */ + + passCommandToAction(value) { + this._passCommandToAction = (value === undefined) || value; + return this; + }; + + /** + * Store option value + * + * @param {string} key + * @param {Object} value + * @api private + */ + + _setOptionValue(key, value) { + if (this._storeOptionsAsProperties) { + this[key] = value; + } else { + this._optionValues[key] = value; + } + }; + + /** + * Retrieve option value + * + * @param {string} key + * @return {Object} value + * @api private + */ + + _getOptionValue(key) { + if (this._storeOptionsAsProperties) { + return this[key]; + } + return this._optionValues[key]; + }; + + /** + * Parse `argv`, setting options and invoking commands when defined. + * + * The default expectation is that the arguments are from node and have the application as argv[0] + * and the script being run in argv[1], with user parameters after that. + * + * Examples: + * + * program.parse(process.argv); + * program.parse(); // implicitly use process.argv and auto-detect node vs electron conventions + * program.parse(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0] + * + * @param {string[]} [argv] - optional, defaults to process.argv + * @param {Object} [parseOptions] - optionally specify style of options with from: node/user/electron + * @param {string} [parseOptions.from] - where the args are from: 'node', 'user', 'electron' + * @return {Command} `this` command for chaining + * @api public + */ + + parse(argv, parseOptions) { + if (argv !== undefined && !Array.isArray(argv)) { + throw new Error('first parameter to parse must be array or undefined'); + } + parseOptions = parseOptions || {}; + + // Default to using process.argv + if (argv === undefined) { + argv = process.argv; + // @ts-ignore + if (process.versions && process.versions.electron) { + parseOptions.from = 'electron'; + } + } + this.rawArgs = argv.slice(); + + // make it a little easier for callers by supporting various argv conventions + let userArgs; + switch (parseOptions.from) { + case undefined: + case 'node': + this._scriptPath = argv[1]; + userArgs = argv.slice(2); + break; + case 'electron': + // @ts-ignore + if (process.defaultApp) { + this._scriptPath = argv[1]; + userArgs = argv.slice(2); + } else { + userArgs = argv.slice(1); + } + break; + case 'user': + userArgs = argv.slice(0); + break; + default: + throw new Error(`unexpected parse option { from: '${parseOptions.from}' }`); + } + if (!this._scriptPath && process.mainModule) { + this._scriptPath = process.mainModule.filename; + } + + // Guess name, used in usage in help. + this._name = this._name || (this._scriptPath && path.basename(this._scriptPath, path.extname(this._scriptPath))); + + // Let's go! + this._parseCommand([], userArgs); + + return this; + }; + + /** + * Parse `argv`, setting options and invoking commands when defined. + * + * Use parseAsync instead of parse if any of your action handlers are async. Returns a Promise. + * + * The default expectation is that the arguments are from node and have the application as argv[0] + * and the script being run in argv[1], with user parameters after that. + * + * Examples: + * + * program.parseAsync(process.argv); + * program.parseAsync(); // implicitly use process.argv and auto-detect node vs electron conventions + * program.parseAsync(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0] + * + * @param {string[]} [argv] + * @param {Object} [parseOptions] + * @param {string} parseOptions.from - where the args are from: 'node', 'user', 'electron' + * @return {Promise} + * @api public + */ + + parseAsync(argv, parseOptions) { + this.parse(argv, parseOptions); + return Promise.all(this._actionResults).then(() => this); + }; + + /** + * Execute a sub-command executable. + * + * @api private + */ + + _executeSubCommand(subcommand, args) { + args = args.slice(); + let launchWithNode = false; // Use node for source targets so do not need to get permissions correct, and on Windows. + const sourceExt = ['.js', '.ts', '.mjs']; + + // Not checking for help first. Unlikely to have mandatory and executable, and can't robustly test for help flags in external command. + this._checkForMissingMandatoryOptions(); + + // Want the entry script as the reference for command name and directory for searching for other files. + const scriptPath = this._scriptPath; + + let baseDir; + try { + const resolvedLink = fs.realpathSync(scriptPath); + baseDir = path.dirname(resolvedLink); + } catch (e) { + baseDir = '.'; // dummy, probably not going to find executable! + } + + // name of the subcommand, like `pm-install` + let bin = path.basename(scriptPath, path.extname(scriptPath)) + '-' + subcommand._name; + if (subcommand._executableFile) { + bin = subcommand._executableFile; + } + + const localBin = path.join(baseDir, bin); + if (fs.existsSync(localBin)) { + // prefer local `./` to bin in the $PATH + bin = localBin; + } else { + // Look for source files. + sourceExt.forEach((ext) => { + if (fs.existsSync(`${localBin}${ext}`)) { + bin = `${localBin}${ext}`; + } + }); + } + launchWithNode = sourceExt.includes(path.extname(bin)); + + let proc; + if (process.platform !== 'win32') { + if (launchWithNode) { + args.unshift(bin); + // add executable arguments to spawn + args = incrementNodeInspectorPort(process.execArgv).concat(args); + + proc = spawn(process.argv[0], args, { stdio: 'inherit' }); + } else { + proc = spawn(bin, args, { stdio: 'inherit' }); + } + } else { + args.unshift(bin); + // add executable arguments to spawn + args = incrementNodeInspectorPort(process.execArgv).concat(args); + proc = spawn(process.execPath, args, { stdio: 'inherit' }); + } + + const signals = ['SIGUSR1', 'SIGUSR2', 'SIGTERM', 'SIGINT', 'SIGHUP']; + signals.forEach((signal) => { + // @ts-ignore + process.on(signal, () => { + if (proc.killed === false && proc.exitCode === null) { + proc.kill(signal); + } + }); + }); + + // By default terminate process when spawned process terminates. + // Suppressing the exit if exitCallback defined is a bit messy and of limited use, but does allow process to stay running! + const exitCallback = this._exitCallback; + if (!exitCallback) { + proc.on('close', process.exit.bind(process)); + } else { + proc.on('close', () => { + exitCallback(new CommanderError(process.exitCode || 0, 'commander.executeSubCommandAsync', '(close)')); + }); + } + proc.on('error', (err) => { + // @ts-ignore + if (err.code === 'ENOENT') { + const executableMissing = `'${bin}' does not exist + - if '${subcommand._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead + - if the default executable name is not suitable, use the executableFile option to supply a custom name`; + throw new Error(executableMissing); + // @ts-ignore + } else if (err.code === 'EACCES') { + throw new Error(`'${bin}' not executable`); + } + if (!exitCallback) { + process.exit(1); + } else { + const wrappedError = new CommanderError(1, 'commander.executeSubCommandAsync', '(error)'); + wrappedError.nestedError = err; + exitCallback(wrappedError); + } + }); + + // Store the reference to the child process + this.runningCommand = proc; + }; + + /** + * @api private + */ + _dispatchSubcommand(commandName, operands, unknown) { + const subCommand = this._findCommand(commandName); + if (!subCommand) this._helpAndError(); + + if (subCommand._executableHandler) { + this._executeSubCommand(subCommand, operands.concat(unknown)); + } else { + subCommand._parseCommand(operands, unknown); + } + }; + + /** + * Process arguments in context of this command. + * + * @api private + */ + + _parseCommand(operands, unknown) { + const parsed = this.parseOptions(unknown); + operands = operands.concat(parsed.operands); + unknown = parsed.unknown; + this.args = operands.concat(unknown); + + if (operands && this._findCommand(operands[0])) { + this._dispatchSubcommand(operands[0], operands.slice(1), unknown); + } else if (this._lazyHasImplicitHelpCommand() && operands[0] === this._helpCommandName) { + if (operands.length === 1) { + this.help(); + } else { + this._dispatchSubcommand(operands[1], [], [this._helpLongFlag]); + } + } else if (this._defaultCommandName) { + outputHelpIfRequested(this, unknown); // Run the help for default command from parent rather than passing to default command + this._dispatchSubcommand(this._defaultCommandName, operands, unknown); + } else { + if (this.commands.length && this.args.length === 0 && !this._actionHandler && !this._defaultCommandName) { + // probaby missing subcommand and no handler, user needs help + this._helpAndError(); + } + + outputHelpIfRequested(this, parsed.unknown); + this._checkForMissingMandatoryOptions(); + if (parsed.unknown.length > 0) { + this.unknownOption(parsed.unknown[0]); + } + + if (this._actionHandler) { + const args = this.args.slice(); + this._args.forEach((arg, i) => { + if (arg.required && args[i] == null) { + this.missingArgument(arg.name); + } else if (arg.variadic) { + args[i] = args.splice(i); + } + }); + + this._actionHandler(args); + this.emit('command:' + this.name(), operands, unknown); + } else if (operands.length) { + if (this._findCommand('*')) { + this._dispatchSubcommand('*', operands, unknown); + } else if (this.listenerCount('command:*')) { + this.emit('command:*', operands, unknown); + } else if (this.commands.length) { + this.unknownCommand(); + } + } else if (this.commands.length) { + // This command has subcommands and nothing hooked up at this level, so display help. + this._helpAndError(); + } else { + // fall through for caller to handle after calling .parse() + } + } + }; + + /** + * Find matching command. + * + * @api private + */ + _findCommand(name) { + if (!name) return undefined; + return this.commands.find(cmd => cmd._name === name || cmd._aliases.includes(name)); + }; + + /** + * Return an option matching `arg` if any. + * + * @param {string} arg + * @return {Option} + * @api private + */ + + _findOption(arg) { + return this.options.find(option => option.is(arg)); + }; + + /** + * Display an error message if a mandatory option does not have a value. + * Lazy calling after checking for help flags from leaf subcommand. + * + * @api private + */ + + _checkForMissingMandatoryOptions() { + // Walk up hierarchy so can call in subcommand after checking for displaying help. + for (let cmd = this; cmd; cmd = cmd.parent) { + cmd.options.forEach((anOption) => { + if (anOption.mandatory && (cmd._getOptionValue(anOption.attributeName()) === undefined)) { + cmd.missingMandatoryOptionValue(anOption); + } + }); + } + }; + + /** + * Parse options from `argv` removing known options, + * and return argv split into operands and unknown arguments. + * + * Examples: + * + * argv => operands, unknown + * --known kkk op => [op], [] + * op --known kkk => [op], [] + * sub --unknown uuu op => [sub], [--unknown uuu op] + * sub -- --unknown uuu op => [sub --unknown uuu op], [] + * + * @param {String[]} argv + * @return {{operands: String[], unknown: String[]}} + * @api public + */ + + parseOptions(argv) { + const operands = []; // operands, not options or values + const unknown = []; // first unknown option and remaining unknown args + let dest = operands; + const args = argv.slice(); + + function maybeOption(arg) { + return arg.length > 1 && arg[0] === '-'; + } + + // parse options + while (args.length) { + const arg = args.shift(); + + // literal + if (arg === '--') { + if (dest === unknown) dest.push(arg); + dest.push(...args); + break; + } + + if (maybeOption(arg)) { + const option = this._findOption(arg); + // recognised option, call listener to assign value with possible custom processing + if (option) { + if (option.required) { + const value = args.shift(); + if (value === undefined) this.optionMissingArgument(option); + this.emit(`option:${option.name()}`, value); + } else if (option.optional) { + let value = null; + // historical behaviour is optional value is following arg unless an option + if (args.length > 0 && !maybeOption(args[0])) { + value = args.shift(); + } + this.emit(`option:${option.name()}`, value); + } else { // boolean flag + this.emit(`option:${option.name()}`); + } + continue; + } + } + + // Look for combo options following single dash, eat first one if known. + if (arg.length > 2 && arg[0] === '-' && arg[1] !== '-') { + const option = this._findOption(`-${arg[1]}`); + if (option) { + if (option.required || option.optional) { + // option with value following in same argument + this.emit(`option:${option.name()}`, arg.slice(2)); + } else { + // boolean option, emit and put back remainder of arg for further processing + this.emit(`option:${option.name()}`); + args.unshift(`-${arg.slice(2)}`); + } + continue; + } + } + + // Look for known long flag with value, like --foo=bar + if (/^--[^=]+=/.test(arg)) { + const index = arg.indexOf('='); + const option = this._findOption(arg.slice(0, index)); + if (option && (option.required || option.optional)) { + this.emit(`option:${option.name()}`, arg.slice(index + 1)); + continue; + } + } + + // looks like an option but unknown, unknowns from here + if (arg.length > 1 && arg[0] === '-') { + dest = unknown; + } + + // add arg + dest.push(arg); + } + + return { operands, unknown }; + }; + + /** + * Return an object containing options as key-value pairs + * + * @return {Object} + * @api public + */ + opts() { + if (this._storeOptionsAsProperties) { + // Preserve original behaviour so backwards compatible when still using properties + const result = {}; + const len = this.options.length; + + for (let i = 0; i < len; i++) { + const key = this.options[i].attributeName(); + result[key] = key === this._versionOptionName ? this._version : this[key]; + } + return result; + } + + return this._optionValues; + }; + + /** + * Argument `name` is missing. + * + * @param {string} name + * @api private + */ + + missingArgument(name) { + const message = `error: missing required argument '${name}'`; + console.error(message); + this._exit(1, 'commander.missingArgument', message); + }; + + /** + * `Option` is missing an argument, but received `flag` or nothing. + * + * @param {Option} option + * @param {string} [flag] + * @api private + */ + + optionMissingArgument(option, flag) { + let message; + if (flag) { + message = `error: option '${option.flags}' argument missing, got '${flag}'`; + } else { + message = `error: option '${option.flags}' argument missing`; + } + console.error(message); + this._exit(1, 'commander.optionMissingArgument', message); + }; + + /** + * `Option` does not have a value, and is a mandatory option. + * + * @param {Option} option + * @api private + */ + + missingMandatoryOptionValue(option) { + const message = `error: required option '${option.flags}' not specified`; + console.error(message); + this._exit(1, 'commander.missingMandatoryOptionValue', message); + }; + + /** + * Unknown option `flag`. + * + * @param {string} flag + * @api private + */ + + unknownOption(flag) { + if (this._allowUnknownOption) return; + const message = `error: unknown option '${flag}'`; + console.error(message); + this._exit(1, 'commander.unknownOption', message); + }; + + /** + * Unknown command. + * + * @api private + */ + + unknownCommand() { + const partCommands = [this.name()]; + for (let parentCmd = this.parent; parentCmd; parentCmd = parentCmd.parent) { + partCommands.unshift(parentCmd.name()); + } + const fullCommand = partCommands.join(' '); + const message = `error: unknown command '${this.args[0]}'. See '${fullCommand} ${this._helpLongFlag}'.`; + console.error(message); + this._exit(1, 'commander.unknownCommand', message); + }; + + /** + * Set the program version to `str`. + * + * This method auto-registers the "-V, --version" flag + * which will print the version number when passed. + * + * You can optionally supply the flags and description to override the defaults. + * + * @param {string} str + * @param {string} [flags] + * @param {string} [description] + * @return {this | string} `this` command for chaining, or version string if no arguments + * @api public + */ + + version(str, flags, description) { + if (str === undefined) return this._version; + this._version = str; + flags = flags || '-V, --version'; + description = description || 'output the version number'; + const versionOption = new Option(flags, description); + this._versionOptionName = versionOption.long.substr(2) || 'version'; + this.options.push(versionOption); + this.on('option:' + this._versionOptionName, () => { + process.stdout.write(str + '\n'); + this._exit(0, 'commander.version', str); + }); + return this; + }; + + /** + * Set the description to `str`. + * + * @param {string} str + * @param {Object} [argsDescription] + * @return {string|Command} + * @api public + */ + + description(str, argsDescription) { + if (str === undefined && argsDescription === undefined) return this._description; + this._description = str; + this._argsDescription = argsDescription; + return this; + }; + + /** + * Set an alias for the command. + * + * You may call more than once to add multiple aliases. Only the first alias is shown in the auto-generated help. + * + * @param {string} [alias] + * @return {string|Command} + * @api public + */ + + alias(alias) { + if (alias === undefined) return this._aliases[0]; // just return first, for backwards compatibility + + let command = this; + if (this.commands.length !== 0 && this.commands[this.commands.length - 1]._executableHandler) { + // assume adding alias for last added executable subcommand, rather than this + command = this.commands[this.commands.length - 1]; + } + + if (alias === command._name) throw new Error('Command alias can\'t be the same as its name'); + + command._aliases.push(alias); + return this; + }; + + /** + * Set aliases for the command. + * + * Only the first alias is shown in the auto-generated help. + * + * @param {string[]} [aliases] + * @return {string[]|Command} + * @api public + */ + + aliases(aliases) { + // Getter for the array of aliases is the main reason for having aliases() in addition to alias(). + if (aliases === undefined) return this._aliases; + + aliases.forEach((alias) => this.alias(alias)); + return this; + }; + + /** + * Set / get the command usage `str`. + * + * @param {string} [str] + * @return {String|Command} + * @api public + */ + + usage(str) { + if (str === undefined) { + if (this._usage) return this._usage; + + const args = this._args.map((arg) => { + return humanReadableArgName(arg); + }); + return '[options]' + + (this.commands.length ? ' [command]' : '') + + (this._args.length ? ' ' + args.join(' ') : ''); + } + + this._usage = str; + return this; + }; + + /** + * Get or set the name of the command + * + * @param {string} [str] + * @return {String|Command} + * @api public + */ + + name(str) { + if (str === undefined) return this._name; + this._name = str; + return this; + }; + + /** + * Return prepared commands. + * + * @return {Array} + * @api private + */ + + prepareCommands() { + const commandDetails = this.commands.filter((cmd) => { + return !cmd._hidden; + }).map((cmd) => { + const args = cmd._args.map((arg) => { + return humanReadableArgName(arg); + }).join(' '); + + return [ + cmd._name + + (cmd._aliases[0] ? '|' + cmd._aliases[0] : '') + + (cmd.options.length ? ' [options]' : '') + + (args ? ' ' + args : ''), + cmd._description + ]; + }); + + if (this._lazyHasImplicitHelpCommand()) { + commandDetails.push([this._helpCommandnameAndArgs, this._helpCommandDescription]); + } + return commandDetails; + }; + + /** + * Return the largest command length. + * + * @return {number} + * @api private + */ + + largestCommandLength() { + const commands = this.prepareCommands(); + return commands.reduce((max, command) => { + return Math.max(max, command[0].length); + }, 0); + }; + + /** + * Return the largest option length. + * + * @return {number} + * @api private + */ + + largestOptionLength() { + const options = [].slice.call(this.options); + options.push({ + flags: this._helpFlags + }); + + return options.reduce((max, option) => { + return Math.max(max, option.flags.length); + }, 0); + }; + + /** + * Return the largest arg length. + * + * @return {number} + * @api private + */ + + largestArgLength() { + return this._args.reduce((max, arg) => { + return Math.max(max, arg.name.length); + }, 0); + }; + + /** + * Return the pad width. + * + * @return {number} + * @api private + */ + + padWidth() { + let width = this.largestOptionLength(); + if (this._argsDescription && this._args.length) { + if (this.largestArgLength() > width) { + width = this.largestArgLength(); + } + } + + if (this.commands && this.commands.length) { + if (this.largestCommandLength() > width) { + width = this.largestCommandLength(); + } + } + + return width; + }; + + /** + * Return help for options. + * + * @return {string} + * @api private + */ + + optionHelp() { + const width = this.padWidth(); + const columns = process.stdout.columns || 80; + const descriptionWidth = columns - width - 4; + function padOptionDetails(flags, description) { + return pad(flags, width) + ' ' + optionalWrap(description, descriptionWidth, width + 2); + }; + + // Explicit options (including version) + const help = this.options.map((option) => { + const fullDesc = option.description + + ((!option.negate && option.defaultValue !== undefined) ? ' (default: ' + JSON.stringify(option.defaultValue) + ')' : ''); + return padOptionDetails(option.flags, fullDesc); + }); + + // Implicit help + const showShortHelpFlag = this._helpShortFlag && !this._findOption(this._helpShortFlag); + const showLongHelpFlag = !this._findOption(this._helpLongFlag); + if (showShortHelpFlag || showLongHelpFlag) { + let helpFlags = this._helpFlags; + if (!showShortHelpFlag) { + helpFlags = this._helpLongFlag; + } else if (!showLongHelpFlag) { + helpFlags = this._helpShortFlag; + } + help.push(padOptionDetails(helpFlags, this._helpDescription)); + } + + return help.join('\n'); + }; + + /** + * Return command help documentation. + * + * @return {string} + * @api private + */ + + commandHelp() { + if (!this.commands.length && !this._lazyHasImplicitHelpCommand()) return ''; + + const commands = this.prepareCommands(); + const width = this.padWidth(); + + const columns = process.stdout.columns || 80; + const descriptionWidth = columns - width - 4; + + return [ + 'Commands:', + commands.map((cmd) => { + const desc = cmd[1] ? ' ' + cmd[1] : ''; + return (desc ? pad(cmd[0], width) : cmd[0]) + optionalWrap(desc, descriptionWidth, width + 2); + }).join('\n').replace(/^/gm, ' '), + '' + ].join('\n'); + }; + + /** + * Return program help documentation. + * + * @return {string} + * @api public + */ + + helpInformation() { + let desc = []; + if (this._description) { + desc = [ + this._description, + '' + ]; + + const argsDescription = this._argsDescription; + if (argsDescription && this._args.length) { + const width = this.padWidth(); + const columns = process.stdout.columns || 80; + const descriptionWidth = columns - width - 5; + desc.push('Arguments:'); + desc.push(''); + this._args.forEach((arg) => { + desc.push(' ' + pad(arg.name, width) + ' ' + wrap(argsDescription[arg.name], descriptionWidth, width + 4)); + }); + desc.push(''); + } + } + + let cmdName = this._name; + if (this._aliases[0]) { + cmdName = cmdName + '|' + this._aliases[0]; + } + let parentCmdNames = ''; + for (let parentCmd = this.parent; parentCmd; parentCmd = parentCmd.parent) { + parentCmdNames = parentCmd.name() + ' ' + parentCmdNames; + } + const usage = [ + 'Usage: ' + parentCmdNames + cmdName + ' ' + this.usage(), + '' + ]; + + let cmds = []; + const commandHelp = this.commandHelp(); + if (commandHelp) cmds = [commandHelp]; + + const options = [ + 'Options:', + '' + this.optionHelp().replace(/^/gm, ' '), + '' + ]; + + return usage + .concat(desc) + .concat(options) + .concat(cmds) + .join('\n'); + }; + + /** + * Output help information for this command. + * + * When listener(s) are available for the helpLongFlag + * those callbacks are invoked. + * + * @api public + */ + + outputHelp(cb) { + if (!cb) { + cb = (passthru) => { + return passthru; + }; + } + const cbOutput = cb(this.helpInformation()); + if (typeof cbOutput !== 'string' && !Buffer.isBuffer(cbOutput)) { + throw new Error('outputHelp callback must return a string or a Buffer'); + } + process.stdout.write(cbOutput); + this.emit(this._helpLongFlag); + }; + + /** + * You can pass in flags and a description to override the help + * flags and help description for your command. + * + * @param {string} [flags] + * @param {string} [description] + * @return {Command} `this` command for chaining + * @api public + */ + + helpOption(flags, description) { + this._helpFlags = flags || this._helpFlags; + this._helpDescription = description || this._helpDescription; + + const splitFlags = this._helpFlags.split(/[ ,|]+/); + + this._helpShortFlag = undefined; + if (splitFlags.length > 1) this._helpShortFlag = splitFlags.shift(); + + this._helpLongFlag = splitFlags.shift(); + + return this; + }; + + /** + * Output help information and exit. + * + * @param {Function} [cb] + * @api public + */ + + help(cb) { + this.outputHelp(cb); + // exitCode: preserving original behaviour which was calling process.exit() + // message: do not have all displayed text available so only passing placeholder. + this._exit(process.exitCode || 0, 'commander.help', '(outputHelp)'); + }; + + /** + * Output help information and exit. Display for error situations. + * + * @api private + */ + + _helpAndError() { + this.outputHelp(); + // message: do not have all displayed text available so only passing placeholder. + this._exit(1, 'commander.help', '(outputHelp)'); + }; +}; + +/** + * Expose the root command. + */ + +exports = module.exports = new Command(); +exports.program = exports; // More explicit access to global command. + +/** + * Expose classes + */ + +exports.Command = Command; +exports.Option = Option; +exports.CommanderError = CommanderError; + +/** + * Camel-case the given `flag` + * + * @param {string} flag + * @return {string} + * @api private + */ + +function camelcase(flag) { + return flag.split('-').reduce((str, word) => { + return str + word[0].toUpperCase() + word.slice(1); + }); +} + +/** + * Pad `str` to `width`. + * + * @param {string} str + * @param {number} width + * @return {string} + * @api private + */ + +function pad(str, width) { + const len = Math.max(0, width - str.length); + return str + Array(len + 1).join(' '); +} + +/** + * Wraps the given string with line breaks at the specified width while breaking + * words and indenting every but the first line on the left. + * + * @param {string} str + * @param {number} width + * @param {number} indent + * @return {string} + * @api private + */ +function wrap(str, width, indent) { + const regex = new RegExp('.{1,' + (width - 1) + '}([\\s\u200B]|$)|[^\\s\u200B]+?([\\s\u200B]|$)', 'g'); + const lines = str.match(regex) || []; + return lines.map((line, i) => { + if (line.slice(-1) === '\n') { + line = line.slice(0, line.length - 1); + } + return ((i > 0 && indent) ? Array(indent + 1).join(' ') : '') + line.trimRight(); + }).join('\n'); +} + +/** + * Optionally wrap the given str to a max width of width characters per line + * while indenting with indent spaces. Do not wrap if insufficient width or + * string is manually formatted. + * + * @param {string} str + * @param {number} width + * @param {number} indent + * @return {string} + * @api private + */ +function optionalWrap(str, width, indent) { + // Detect manually wrapped and indented strings by searching for line breaks + // followed by multiple spaces/tabs. + if (str.match(/[\n]\s+/)) return str; + // Do not wrap to narrow columns (or can end up with a word per line). + const minWidth = 40; + if (width < minWidth) return str; + + return wrap(str, width, indent); +} + +/** + * Output help information if help flags specified + * + * @param {Command} cmd - command to output help for + * @param {Array} args - array of options to search for help flags + * @api private + */ + +function outputHelpIfRequested(cmd, args) { + const helpOption = args.find(arg => arg === cmd._helpLongFlag || arg === cmd._helpShortFlag); + if (helpOption) { + cmd.outputHelp(); + // (Do not have all displayed text available so only passing placeholder.) + cmd._exit(0, 'commander.helpDisplayed', '(outputHelp)'); + } +} + +/** + * Takes an argument and returns its human readable equivalent for help usage. + * + * @param {Object} arg + * @return {string} + * @api private + */ + +function humanReadableArgName(arg) { + const nameOutput = arg.name + (arg.variadic === true ? '...' : ''); + + return arg.required + ? '<' + nameOutput + '>' + : '[' + nameOutput + ']'; +} + +/** + * Scan arguments and increment port number for inspect calls (to avoid conflicts when spawning new command). + * + * @param {string[]} args - array of arguments from node.execArgv + * @returns {string[]} + * @api private + */ + +function incrementNodeInspectorPort(args) { + // Testing for these options: + // --inspect[=[host:]port] + // --inspect-brk[=[host:]port] + // --inspect-port=[host:]port + return args.map((arg) => { + let result = arg; + if (arg.indexOf('--inspect') === 0) { + let debugOption; + let debugHost = '127.0.0.1'; + let debugPort = '9229'; + let match; + if ((match = arg.match(/^(--inspect(-brk)?)$/)) !== null) { + // e.g. --inspect + debugOption = match[1]; + } else if ((match = arg.match(/^(--inspect(-brk|-port)?)=([^:]+)$/)) !== null) { + debugOption = match[1]; + if (/^\d+$/.test(match[3])) { + // e.g. --inspect=1234 + debugPort = match[3]; + } else { + // e.g. --inspect=localhost + debugHost = match[3]; + } + } else if ((match = arg.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/)) !== null) { + // e.g. --inspect=localhost:1234 + debugOption = match[1]; + debugHost = match[3]; + debugPort = match[4]; + } + + if (debugOption && debugPort !== '0') { + result = `${debugOption}=${debugHost}:${parseInt(debugPort) + 1}`; + } + } + return result; + }); +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/package.json" new file mode 100644 index 0000000..f9a59b1 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/package.json" @@ -0,0 +1,80 @@ +{ + "_from": "commander@^5.1.0", + "_id": "commander@5.1.0", + "_inBundle": false, + "_integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", + "_location": "/commander", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "commander@^5.1.0", + "name": "commander", + "escapedName": "commander", + "rawSpec": "^5.1.0", + "saveSpec": null, + "fetchSpec": "^5.1.0" + }, + "_requiredBy": [ + "/nunjucks" + ], + "_resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", + "_shasum": "46abbd1652f8e059bddaef99bbdcb2ad9cf179ae", + "_spec": "commander@^5.1.0", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc第六课项目初始cookie\\node_modules\\nunjucks", + "author": { + "name": "TJ Holowaychuk", + "email": "tj@vision-media.ca" + }, + "bugs": { + "url": "https://github.com/tj/commander.js/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "the complete solution for node.js command-line programs", + "devDependencies": { + "@types/jest": "^25.2.1", + "@types/node": "^12.12.36", + "@typescript-eslint/eslint-plugin": "^2.29.0", + "eslint": "^6.8.0", + "eslint-config-standard-with-typescript": "^15.0.1", + "eslint-plugin-jest": "^23.8.2", + "jest": "^25.4.0", + "standard": "^14.3.3", + "typescript": "^3.7.5" + }, + "engines": { + "node": ">= 6" + }, + "files": [ + "index.js", + "typings/index.d.ts" + ], + "homepage": "https://github.com/tj/commander.js#readme", + "keywords": [ + "commander", + "command", + "option", + "parser", + "cli", + "argument", + "args", + "argv" + ], + "license": "MIT", + "main": "index", + "name": "commander", + "repository": { + "type": "git", + "url": "git+https://github.com/tj/commander.js.git" + }, + "scripts": { + "lint": "eslint index.js \"tests/**/*.js\"", + "test": "jest && npm run test-typings", + "test-typings": "tsc -p tsconfig.json", + "typescript-lint": "eslint typings/*.ts" + }, + "typings": "typings/index.d.ts", + "version": "5.1.0" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/typings/index.d.ts" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/typings/index.d.ts" new file mode 100644 index 0000000..6f41bf3 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/commander/typings/index.d.ts" @@ -0,0 +1,386 @@ +// Type definitions for commander +// Original definitions by: Alan Agius , Marcelo Dezem , vvakame , Jules Randolph + +declare namespace commander { + + interface CommanderError extends Error { + code: string; + exitCode: number; + message: string; + nestedError?: string; + } + type CommanderErrorConstructor = new (exitCode: number, code: string, message: string) => CommanderError; + + interface Option { + flags: string; + required: boolean; // A value must be supplied when the option is specified. + optional: boolean; // A value is optional when the option is specified. + mandatory: boolean; // The option must have a value after parsing, which usually means it must be specified on command line. + bool: boolean; + short?: string; + long: string; + description: string; + } + type OptionConstructor = new (flags: string, description?: string) => Option; + + interface ParseOptions { + from: 'node' | 'electron' | 'user'; + } + + interface Command { + [key: string]: any; // options as properties + + args: string[]; + + commands: Command[]; + + /** + * Set the program version to `str`. + * + * This method auto-registers the "-V, --version" flag + * which will print the version number when passed. + * + * You can optionally supply the flags and description to override the defaults. + */ + version(str: string, flags?: string, description?: string): this; + + /** + * Define a command, implemented using an action handler. + * + * @remarks + * The command description is supplied using `.description`, not as a parameter to `.command`. + * + * @example + * ```ts + * program + * .command('clone [destination]') + * .description('clone a repository into a newly created directory') + * .action((source, destination) => { + * console.log('clone command called'); + * }); + * ``` + * + * @param nameAndArgs - command name and arguments, args are `` or `[optional]` and last may also be `variadic...` + * @param opts - configuration options + * @returns new command + */ + command(nameAndArgs: string, opts?: CommandOptions): ReturnType; + /** + * Define a command, implemented in a separate executable file. + * + * @remarks + * The command description is supplied as the second parameter to `.command`. + * + * @example + * ```ts + * program + * .command('start ', 'start named service') + * .command('stop [service]', 'stop named serice, or all if no name supplied'); + * ``` + * + * @param nameAndArgs - command name and arguments, args are `` or `[optional]` and last may also be `variadic...` + * @param description - description of executable command + * @param opts - configuration options + * @returns `this` command for chaining + */ + command(nameAndArgs: string, description: string, opts?: commander.ExecutableCommandOptions): this; + + /** + * Factory routine to create a new unattached command. + * + * See .command() for creating an attached subcommand, which uses this routine to + * create the command. You can override createCommand to customise subcommands. + */ + createCommand(name?: string): Command; + + /** + * Add a prepared subcommand. + * + * See .command() for creating an attached subcommand which inherits settings from its parent. + * + * @returns `this` command for chaining + */ + addCommand(cmd: Command, opts?: CommandOptions): this; + + /** + * Define argument syntax for command. + * + * @returns `this` command for chaining + */ + arguments(desc: string): this; + + /** + * Register callback to use as replacement for calling process.exit. + */ + exitOverride(callback?: (err: CommanderError) => never|void): this; + + /** + * Register callback `fn` for the command. + * + * @example + * program + * .command('help') + * .description('display verbose help') + * .action(function() { + * // output help here + * }); + * + * @returns `this` command for chaining + */ + action(fn: (...args: any[]) => void | Promise): this; + + /** + * Define option with `flags`, `description` and optional + * coercion `fn`. + * + * The `flags` string should contain both the short and long flags, + * separated by comma, a pipe or space. The following are all valid + * all will output this way when `--help` is used. + * + * "-p, --pepper" + * "-p|--pepper" + * "-p --pepper" + * + * @example + * // simple boolean defaulting to false + * program.option('-p, --pepper', 'add pepper'); + * + * --pepper + * program.pepper + * // => Boolean + * + * // simple boolean defaulting to true + * program.option('-C, --no-cheese', 'remove cheese'); + * + * program.cheese + * // => true + * + * --no-cheese + * program.cheese + * // => false + * + * // required argument + * program.option('-C, --chdir ', 'change the working directory'); + * + * --chdir /tmp + * program.chdir + * // => "/tmp" + * + * // optional argument + * program.option('-c, --cheese [type]', 'add cheese [marble]'); + * + * @returns `this` command for chaining + */ + option(flags: string, description?: string, defaultValue?: string | boolean): this; + option(flags: string, description: string, regexp: RegExp, defaultValue?: string | boolean): this; + option(flags: string, description: string, fn: (value: string, previous: T) => T, defaultValue?: T): this; + + /** + * Define a required option, which must have a value after parsing. This usually means + * the option must be specified on the command line. (Otherwise the same as .option().) + * + * The `flags` string should contain both the short and long flags, separated by comma, a pipe or space. + */ + requiredOption(flags: string, description?: string, defaultValue?: string | boolean): this; + requiredOption(flags: string, description: string, regexp: RegExp, defaultValue?: string | boolean): this; + requiredOption(flags: string, description: string, fn: (value: string, previous: T) => T, defaultValue?: T): this; + + /** + * Whether to store option values as properties on command object, + * or store separately (specify false). In both cases the option values can be accessed using .opts(). + * + * @returns `this` command for chaining + */ + storeOptionsAsProperties(value?: boolean): this; + + /** + * Whether to pass command to action handler, + * or just the options (specify false). + * + * @returns `this` command for chaining + */ + passCommandToAction(value?: boolean): this; + + /** + * Allow unknown options on the command line. + * + * @param [arg] if `true` or omitted, no error will be thrown for unknown options. + * @returns `this` command for chaining + */ + allowUnknownOption(arg?: boolean): this; + + /** + * Parse `argv`, setting options and invoking commands when defined. + * + * The default expectation is that the arguments are from node and have the application as argv[0] + * and the script being run in argv[1], with user parameters after that. + * + * Examples: + * + * program.parse(process.argv); + * program.parse(); // implicitly use process.argv and auto-detect node vs electron conventions + * program.parse(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0] + * + * @returns `this` command for chaining + */ + parse(argv?: string[], options?: ParseOptions): this; + + /** + * Parse `argv`, setting options and invoking commands when defined. + * + * Use parseAsync instead of parse if any of your action handlers are async. Returns a Promise. + * + * The default expectation is that the arguments are from node and have the application as argv[0] + * and the script being run in argv[1], with user parameters after that. + * + * Examples: + * + * program.parseAsync(process.argv); + * program.parseAsync(); // implicitly use process.argv and auto-detect node vs electron conventions + * program.parseAsync(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0] + * + * @returns Promise + */ + parseAsync(argv?: string[], options?: ParseOptions): Promise; + + /** + * Parse options from `argv` removing known options, + * and return argv split into operands and unknown arguments. + * + * @example + * argv => operands, unknown + * --known kkk op => [op], [] + * op --known kkk => [op], [] + * sub --unknown uuu op => [sub], [--unknown uuu op] + * sub -- --unknown uuu op => [sub --unknown uuu op], [] + */ + parseOptions(argv: string[]): commander.ParseOptionsResult; + + /** + * Return an object containing options as key-value pairs + */ + opts(): { [key: string]: any }; + + /** + * Set the description. + * + * @returns `this` command for chaining + */ + description(str: string, argsDescription?: {[argName: string]: string}): this; + /** + * Get the description. + */ + description(): string; + + /** + * Set an alias for the command. + * + * You may call more than once to add multiple aliases. Only the first alias is shown in the auto-generated help. + * + * @returns `this` command for chaining + */ + alias(alias: string): this; + /** + * Get alias for the command. + */ + alias(): string; + + /** + * Set aliases for the command. + * + * Only the first alias is shown in the auto-generated help. + * + * @returns `this` command for chaining + */ + aliases(aliases: string[]): this; + /** + * Get aliases for the command. + */ + aliases(): string[]; + + /** + * Set the command usage. + * + * @returns `this` command for chaining + */ + usage(str: string): this; + /** + * Get the command usage. + */ + usage(): string; + + /** + * Set the name of the command. + * + * @returns `this` command for chaining + */ + name(str: string): this; + /** + * Get the name of the command. + */ + name(): string; + + /** + * Output help information for this command. + * + * When listener(s) are available for the helpLongFlag + * those callbacks are invoked. + */ + outputHelp(cb?: (str: string) => string): void; + + /** + * Return command help documentation. + */ + helpInformation(): string; + + /** + * You can pass in flags and a description to override the help + * flags and help description for your command. + */ + helpOption(flags?: string, description?: string): this; + + /** + * Output help information and exit. + */ + help(cb?: (str: string) => string): never; + + /** + * Add a listener (callback) for when events occur. (Implemented using EventEmitter.) + * + * @example + * program + * .on('--help', () -> { + * console.log('See web site for more information.'); + * }); + */ + on(event: string | symbol, listener: (...args: any[]) => void): this; + } + type CommandConstructor = new (name?: string) => Command; + + interface CommandOptions { + noHelp?: boolean; // old name for hidden + hidden?: boolean; + isDefault?: boolean; + } + interface ExecutableCommandOptions extends CommandOptions { + executableFile?: string; + } + + interface ParseOptionsResult { + operands: string[]; + unknown: string[]; + } + + interface CommanderStatic extends Command { + program: Command; + Command: CommandConstructor; + Option: OptionConstructor; + CommanderError: CommanderErrorConstructor; + } + +} + +// Declaring namespace AND global +// eslint-disable-next-line no-redeclare +declare const commander: commander.CommanderStatic; +export = commander; diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/LICENSE" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/LICENSE" new file mode 100644 index 0000000..d8d7f94 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/LICENSE" @@ -0,0 +1,19 @@ +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/README.md" new file mode 100644 index 0000000..5a76b41 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/README.md" @@ -0,0 +1,3 @@ +# core-util-is + +The `util.is*` functions introduced in Node v0.12. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/lib/util.js" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/lib/util.js" new file mode 100644 index 0000000..6e5a20d --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/lib/util.js" @@ -0,0 +1,107 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// NOTE: These type checking functions intentionally don't use `instanceof` +// because it is fragile and can be easily faked with `Object.create()`. + +function isArray(arg) { + if (Array.isArray) { + return Array.isArray(arg); + } + return objectToString(arg) === '[object Array]'; +} +exports.isArray = isArray; + +function isBoolean(arg) { + return typeof arg === 'boolean'; +} +exports.isBoolean = isBoolean; + +function isNull(arg) { + return arg === null; +} +exports.isNull = isNull; + +function isNullOrUndefined(arg) { + return arg == null; +} +exports.isNullOrUndefined = isNullOrUndefined; + +function isNumber(arg) { + return typeof arg === 'number'; +} +exports.isNumber = isNumber; + +function isString(arg) { + return typeof arg === 'string'; +} +exports.isString = isString; + +function isSymbol(arg) { + return typeof arg === 'symbol'; +} +exports.isSymbol = isSymbol; + +function isUndefined(arg) { + return arg === void 0; +} +exports.isUndefined = isUndefined; + +function isRegExp(re) { + return objectToString(re) === '[object RegExp]'; +} +exports.isRegExp = isRegExp; + +function isObject(arg) { + return typeof arg === 'object' && arg !== null; +} +exports.isObject = isObject; + +function isDate(d) { + return objectToString(d) === '[object Date]'; +} +exports.isDate = isDate; + +function isError(e) { + return (objectToString(e) === '[object Error]' || e instanceof Error); +} +exports.isError = isError; + +function isFunction(arg) { + return typeof arg === 'function'; +} +exports.isFunction = isFunction; + +function isPrimitive(arg) { + return arg === null || + typeof arg === 'boolean' || + typeof arg === 'number' || + typeof arg === 'string' || + typeof arg === 'symbol' || // ES6 symbol + typeof arg === 'undefined'; +} +exports.isPrimitive = isPrimitive; + +exports.isBuffer = require('buffer').Buffer.isBuffer; + +function objectToString(o) { + return Object.prototype.toString.call(o); +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/package.json" new file mode 100644 index 0000000..35bc293 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/core-util-is/package.json" @@ -0,0 +1,71 @@ +{ + "_args": [ + [ + "core-util-is@1.0.3", + "D:\\courseware\\课件\\mvc自建框架课件\\mvc第六课项目初始cookie" + ] + ], + "_from": "core-util-is@1.0.3", + "_id": "core-util-is@1.0.3", + "_inBundle": false, + "_integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "_location": "/core-util-is", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "core-util-is@1.0.3", + "name": "core-util-is", + "escapedName": "core-util-is", + "rawSpec": "1.0.3", + "saveSpec": null, + "fetchSpec": "1.0.3" + }, + "_requiredBy": [ + "/readable-stream" + ], + "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "_spec": "1.0.3", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc第六课项目初始cookie", + "author": { + "name": "Isaac Z. Schlueter", + "email": "i@izs.me", + "url": "http://blog.izs.me/" + }, + "bugs": { + "url": "https://github.com/isaacs/core-util-is/issues" + }, + "description": "The `util.is*` functions introduced in Node v0.12.", + "devDependencies": { + "tap": "^15.0.9" + }, + "files": [ + "lib" + ], + "homepage": "https://github.com/isaacs/core-util-is#readme", + "keywords": [ + "util", + "isBuffer", + "isArray", + "isNumber", + "isString", + "isRegExp", + "isThis", + "isThat", + "polyfill" + ], + "license": "MIT", + "main": "lib/util.js", + "name": "core-util-is", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/core-util-is.git" + }, + "scripts": { + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "preversion": "npm test", + "test": "tap test.js" + }, + "version": "1.0.3" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/crypto/README.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/crypto/README.md" new file mode 100644 index 0000000..5437f14 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/crypto/README.md" @@ -0,0 +1,7 @@ +# Deprecated Package + +This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name. + +It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in. + +Please contact support@npmjs.com if you have questions about this package. diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/crypto/package.json" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/crypto/package.json" new file mode 100644 index 0000000..55ca293 --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/crypto/package.json" @@ -0,0 +1,45 @@ +{ + "_from": "crypto", + "_id": "crypto@1.0.1", + "_inBundle": false, + "_integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==", + "_location": "/crypto", + "_phantomChildren": {}, + "_requested": { + "type": "tag", + "registry": true, + "raw": "crypto", + "name": "crypto", + "escapedName": "crypto", + "rawSpec": "", + "saveSpec": null, + "fetchSpec": "latest" + }, + "_requiredBy": [ + "#USER", + "/" + ], + "_resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", + "_shasum": "2af1b7cad8175d24c8a1b0778255794a21803037", + "_spec": "crypto", + "_where": "D:\\courseware\\课件\\mvc自建框架课件\\mvc第六课项目初始cookie", + "author": "", + "bugs": { + "url": "https://github.com/npm/deprecate-holder/issues" + }, + "bundleDependencies": false, + "deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.", + "description": "This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.", + "homepage": "https://github.com/npm/deprecate-holder#readme", + "license": "ISC", + "main": "index.js", + "name": "crypto", + "repository": { + "type": "git", + "url": "git+https://github.com/npm/deprecate-holder.git" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "version": "1.0.1" +} diff --git "a/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/CHANGES.md" "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/CHANGES.md" new file mode 100644 index 0000000..d7c8f4e --- /dev/null +++ "b/\345\210\230\351\234\236/mvc\346\241\206\346\236\2663.10-3.25/mvc\346\241\206\346\236\266\346\225\264\346\224\271/node_modules/dashdash/CHANGES.md" @@ -0,0 +1,364 @@ +# node-dashdash changelog + +## not yet released + +(nothing yet) + +## 1.14.1 + +- [issue #30] Change the output used by dashdash's Bash completion support to + indicate "there are no completions for this argument" to cope with different + sorting rules on different Bash/platforms. For example: + + $ triton -v -p test2 package get # before + ##-no -tritonpackage- completions-## + + $ triton -v -p test2 package get # after + ##-no-completion- -results-## + +## 1.14.0 + +- New `synopsisFromOpt(