step-node-agent 3.17.2 → 3.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/accepts/HISTORY.md +7 -0
- package/node_modules/accepts/README.md +3 -5
- package/node_modules/accepts/package.json +16 -20
- package/node_modules/array-flatten/package.json +1 -5
- package/node_modules/asn1/Jenkinsfile +65 -0
- package/node_modules/asn1/package.json +3 -7
- package/node_modules/assert-plus/package.json +1 -5
- package/node_modules/asynckit/package.json +1 -5
- package/node_modules/aws-sign2/package.json +1 -5
- package/node_modules/aws4/package.json +1 -5
- package/node_modules/balanced-match/package.json +1 -5
- package/node_modules/bcrypt-pbkdf/package.json +1 -5
- package/node_modules/binary/package.json +1 -5
- package/node_modules/body-parser/HISTORY.md +42 -0
- package/node_modules/body-parser/README.md +33 -12
- package/node_modules/body-parser/SECURITY.md +25 -0
- package/node_modules/body-parser/lib/read.js +26 -2
- package/node_modules/body-parser/lib/types/json.js +10 -4
- package/node_modules/body-parser/package.json +28 -28
- package/node_modules/brace-expansion/package.json +1 -5
- package/node_modules/buffers/package.json +1 -5
- package/node_modules/bytes/History.md +10 -0
- package/node_modules/bytes/Readme.md +42 -16
- package/node_modules/bytes/index.js +9 -1
- package/node_modules/bytes/package.json +7 -10
- package/node_modules/{is-callable → call-bind}/.eslintignore +0 -0
- package/node_modules/call-bind/.eslintrc +17 -0
- package/node_modules/call-bind/.github/FUNDING.yml +12 -0
- package/node_modules/call-bind/.nycrc +13 -0
- package/node_modules/call-bind/CHANGELOG.md +42 -0
- package/node_modules/call-bind/LICENSE +21 -0
- package/node_modules/call-bind/README.md +2 -0
- package/node_modules/call-bind/callBound.js +15 -0
- package/node_modules/call-bind/index.js +47 -0
- package/node_modules/call-bind/package.json +80 -0
- package/node_modules/call-bind/test/callBound.js +55 -0
- package/node_modules/call-bind/test/index.js +66 -0
- package/node_modules/caseless/package.json +1 -5
- package/node_modules/chainsaw/package.json +1 -5
- package/node_modules/combined-stream/package.json +1 -5
- package/node_modules/concat-map/package.json +1 -5
- package/node_modules/content-disposition/HISTORY.md +5 -0
- package/node_modules/content-disposition/README.md +3 -9
- package/node_modules/content-disposition/index.js +1 -1
- package/node_modules/content-disposition/package.json +14 -18
- package/node_modules/content-type/package.json +1 -5
- package/node_modules/cookie/HISTORY.md +11 -0
- package/node_modules/cookie/README.md +53 -20
- package/node_modules/cookie/index.js +16 -12
- package/node_modules/cookie/package.json +12 -14
- package/node_modules/cookie-signature/package.json +1 -5
- package/node_modules/dashdash/package.json +1 -5
- package/node_modules/debug/package.json +1 -5
- package/node_modules/delayed-stream/package.json +1 -5
- package/node_modules/depd/History.md +7 -0
- package/node_modules/depd/LICENSE +1 -1
- package/node_modules/depd/Readme.md +8 -8
- package/node_modules/depd/index.js +29 -13
- package/node_modules/depd/package.json +14 -14
- package/node_modules/destroy/LICENSE +1 -0
- package/node_modules/destroy/README.md +15 -12
- package/node_modules/destroy/index.js +147 -13
- package/node_modules/destroy/package.json +17 -10
- package/node_modules/ecc-jsbn/package.json +1 -5
- package/node_modules/ee-first/package.json +1 -5
- package/node_modules/encodeurl/package.json +1 -5
- package/node_modules/escape-html/package.json +1 -5
- package/node_modules/etag/package.json +1 -5
- package/node_modules/express/History.md +48 -0
- package/node_modules/express/Readme.md +8 -5
- package/node_modules/express/lib/application.js +1 -1
- package/node_modules/express/lib/request.js +1 -1
- package/node_modules/express/lib/response.js +17 -12
- package/node_modules/express/lib/router/index.js +6 -0
- package/node_modules/express/lib/utils.js +4 -7
- package/node_modules/express/node_modules/body-parser/HISTORY.md +633 -0
- package/node_modules/express/node_modules/body-parser/LICENSE +23 -0
- package/node_modules/express/node_modules/body-parser/README.md +456 -0
- package/node_modules/express/node_modules/body-parser/index.js +157 -0
- package/node_modules/express/node_modules/body-parser/lib/read.js +181 -0
- package/node_modules/express/node_modules/body-parser/lib/types/json.js +230 -0
- package/node_modules/express/node_modules/body-parser/lib/types/raw.js +101 -0
- package/node_modules/express/node_modules/body-parser/lib/types/text.js +121 -0
- package/node_modules/express/node_modules/body-parser/lib/types/urlencoded.js +284 -0
- package/node_modules/express/node_modules/body-parser/package.json +52 -0
- package/node_modules/express/node_modules/depd/History.md +96 -0
- package/node_modules/express/node_modules/depd/LICENSE +22 -0
- package/node_modules/express/node_modules/depd/Readme.md +280 -0
- package/node_modules/express/node_modules/depd/index.js +522 -0
- package/node_modules/express/node_modules/depd/lib/browser/index.js +77 -0
- package/node_modules/{depd → express/node_modules/depd}/lib/compat/callsite-tostring.js +0 -0
- package/node_modules/{depd → express/node_modules/depd}/lib/compat/event-listener-count.js +0 -0
- package/node_modules/{depd → express/node_modules/depd}/lib/compat/index.js +0 -0
- package/node_modules/express/node_modules/depd/package.json +41 -0
- package/node_modules/express/node_modules/http-errors/HISTORY.md +165 -0
- package/node_modules/express/node_modules/http-errors/LICENSE +23 -0
- package/node_modules/express/node_modules/http-errors/README.md +169 -0
- package/node_modules/express/node_modules/http-errors/index.js +299 -0
- package/node_modules/express/node_modules/http-errors/package.json +49 -0
- package/node_modules/express/node_modules/on-finished/HISTORY.md +88 -0
- package/node_modules/express/node_modules/on-finished/LICENSE +23 -0
- package/node_modules/express/node_modules/on-finished/README.md +154 -0
- package/node_modules/express/node_modules/on-finished/index.js +196 -0
- package/node_modules/express/node_modules/on-finished/package.json +31 -0
- package/node_modules/express/node_modules/qs/.editorconfig +40 -0
- package/node_modules/express/node_modules/qs/.eslintrc +38 -0
- package/node_modules/express/node_modules/qs/.github/FUNDING.yml +12 -0
- package/node_modules/express/node_modules/qs/.nycrc +13 -0
- package/node_modules/express/node_modules/qs/CHANGELOG.md +371 -0
- package/node_modules/express/node_modules/qs/LICENSE.md +29 -0
- package/node_modules/express/node_modules/qs/README.md +616 -0
- package/node_modules/express/node_modules/qs/dist/qs.js +842 -0
- package/node_modules/express/node_modules/qs/lib/formats.js +23 -0
- package/node_modules/express/node_modules/qs/lib/index.js +11 -0
- package/node_modules/express/node_modules/qs/lib/parse.js +257 -0
- package/node_modules/express/node_modules/qs/lib/stringify.js +287 -0
- package/node_modules/express/node_modules/qs/lib/utils.js +252 -0
- package/node_modules/express/node_modules/qs/package.json +70 -0
- package/node_modules/express/node_modules/qs/test/parse.js +832 -0
- package/node_modules/express/node_modules/qs/test/stringify.js +804 -0
- package/node_modules/express/node_modules/qs/test/utils.js +136 -0
- package/node_modules/express/node_modules/raw-body/HISTORY.md +289 -0
- package/node_modules/express/node_modules/raw-body/LICENSE +22 -0
- package/node_modules/express/node_modules/raw-body/README.md +219 -0
- package/node_modules/express/node_modules/raw-body/index.d.ts +87 -0
- package/node_modules/express/node_modules/raw-body/index.js +286 -0
- package/node_modules/express/node_modules/raw-body/package.json +48 -0
- package/node_modules/express/package.json +29 -31
- package/node_modules/extend/package.json +1 -5
- package/node_modules/extsprintf/package.json +1 -5
- package/node_modules/fast-json-stable-stringify/package.json +1 -5
- package/node_modules/finalhandler/node_modules/on-finished/HISTORY.md +88 -0
- package/node_modules/finalhandler/node_modules/on-finished/LICENSE +23 -0
- package/node_modules/finalhandler/node_modules/on-finished/README.md +154 -0
- package/node_modules/finalhandler/node_modules/on-finished/index.js +196 -0
- package/node_modules/finalhandler/node_modules/on-finished/package.json +31 -0
- package/node_modules/finalhandler/package.json +1 -5
- package/node_modules/forever-agent/package.json +1 -5
- package/node_modules/form-data/package.json +1 -5
- package/node_modules/forwarded/package.json +1 -5
- package/node_modules/fresh/package.json +1 -5
- package/node_modules/fs.realpath/package.json +1 -5
- package/node_modules/function-bind/package.json +1 -5
- package/node_modules/{is-core-module → get-intrinsic}/.eslintignore +0 -0
- package/node_modules/get-intrinsic/.eslintrc +43 -0
- package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/node_modules/get-intrinsic/.nycrc +13 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +64 -0
- package/node_modules/get-intrinsic/LICENSE +21 -0
- package/node_modules/get-intrinsic/README.md +65 -0
- package/node_modules/get-intrinsic/index.js +330 -0
- package/node_modules/get-intrinsic/package.json +78 -0
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +260 -0
- package/node_modules/getpass/package.json +1 -5
- package/node_modules/glob/package.json +1 -5
- package/node_modules/har-schema/package.json +0 -4
- package/node_modules/{ajv → har-validator/node_modules/ajv}/.tonic_example.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/LICENSE +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/README.md +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/dist/ajv.bundle.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/dist/ajv.min.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/dist/ajv.min.js.map +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/ajv.d.ts +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/ajv.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/cache.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/compile/async.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/compile/equal.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/compile/error_classes.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/compile/formats.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/compile/index.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/compile/resolve.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/compile/rules.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/compile/schema_obj.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/compile/ucs2length.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/compile/util.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/data.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/definition_schema.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/_limit.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/_limitItems.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/_limitLength.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/_limitProperties.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/allOf.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/anyOf.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/coerce.def +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/comment.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/const.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/contains.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/custom.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/defaults.def +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/definitions.def +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/dependencies.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/enum.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/errors.def +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/format.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/if.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/items.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/missing.def +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/multipleOf.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/not.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/oneOf.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/pattern.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/properties.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/propertyNames.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/ref.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/required.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/uniqueItems.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dot/validate.jst +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/README.md +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/_limit.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/_limitItems.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/_limitLength.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/_limitProperties.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/allOf.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/anyOf.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/comment.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/const.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/contains.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/custom.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/dependencies.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/enum.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/format.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/if.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/index.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/items.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/multipleOf.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/not.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/oneOf.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/pattern.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/properties.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/propertyNames.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/ref.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/required.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/uniqueItems.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/dotjs/validate.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/keyword.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/refs/data.json +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/refs/json-schema-draft-04.json +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/refs/json-schema-draft-06.json +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/refs/json-schema-draft-07.json +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/lib/refs/json-schema-secure.json +0 -0
- package/node_modules/har-validator/node_modules/ajv/package.json +106 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/scripts/.eslintrc.yml +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/scripts/bundle.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/scripts/compile-dots.js +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/scripts/info +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/scripts/prepare-tests +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/scripts/publish-built-version +0 -0
- package/node_modules/{ajv → har-validator/node_modules/ajv}/scripts/travis-gh-pages +0 -0
- package/node_modules/{fast-deep-equal → har-validator/node_modules/fast-deep-equal}/LICENSE +0 -0
- package/node_modules/{fast-deep-equal → har-validator/node_modules/fast-deep-equal}/README.md +0 -0
- package/node_modules/{fast-deep-equal → har-validator/node_modules/fast-deep-equal}/es6/index.d.ts +0 -0
- package/node_modules/{fast-deep-equal → har-validator/node_modules/fast-deep-equal}/es6/index.js +0 -0
- package/node_modules/{fast-deep-equal → har-validator/node_modules/fast-deep-equal}/es6/react.d.ts +0 -0
- package/node_modules/{fast-deep-equal → har-validator/node_modules/fast-deep-equal}/es6/react.js +0 -0
- package/node_modules/{fast-deep-equal → har-validator/node_modules/fast-deep-equal}/index.d.ts +0 -0
- package/node_modules/{fast-deep-equal → har-validator/node_modules/fast-deep-equal}/index.js +0 -0
- package/node_modules/har-validator/node_modules/fast-deep-equal/package.json +61 -0
- package/node_modules/{fast-deep-equal → har-validator/node_modules/fast-deep-equal}/react.d.ts +0 -0
- package/node_modules/{fast-deep-equal → har-validator/node_modules/fast-deep-equal}/react.js +0 -0
- package/node_modules/{json-schema-traverse → har-validator/node_modules/json-schema-traverse}/.eslintrc.yml +0 -0
- package/node_modules/{json-schema-traverse → har-validator/node_modules/json-schema-traverse}/.travis.yml +0 -0
- package/node_modules/{json-schema-traverse → har-validator/node_modules/json-schema-traverse}/LICENSE +0 -0
- package/node_modules/{json-schema-traverse → har-validator/node_modules/json-schema-traverse}/README.md +0 -0
- package/node_modules/{json-schema-traverse → har-validator/node_modules/json-schema-traverse}/index.js +0 -0
- package/node_modules/har-validator/node_modules/json-schema-traverse/package.json +43 -0
- package/node_modules/{json-schema-traverse → har-validator/node_modules/json-schema-traverse}/spec/.eslintrc.yml +0 -0
- package/node_modules/{json-schema-traverse → har-validator/node_modules/json-schema-traverse}/spec/fixtures/schema.js +0 -0
- package/node_modules/{json-schema-traverse → har-validator/node_modules/json-schema-traverse}/spec/index.spec.js +0 -0
- package/node_modules/har-validator/package.json +1 -5
- package/node_modules/has/package.json +1 -5
- package/node_modules/has-symbols/.eslintrc +11 -0
- package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/node_modules/{is-callable → has-symbols}/.nycrc +0 -0
- package/node_modules/has-symbols/CHANGELOG.md +75 -0
- package/node_modules/has-symbols/LICENSE +21 -0
- package/node_modules/has-symbols/README.md +46 -0
- package/node_modules/has-symbols/index.js +13 -0
- package/node_modules/has-symbols/package.json +101 -0
- package/node_modules/has-symbols/shams.js +42 -0
- package/node_modules/has-symbols/test/index.js +22 -0
- package/node_modules/has-symbols/test/shams/core-js.js +28 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +28 -0
- package/node_modules/has-symbols/test/tests.js +56 -0
- package/node_modules/http/package.json +1 -5
- package/node_modules/http-errors/HISTORY.md +31 -0
- package/node_modules/http-errors/README.md +14 -8
- package/node_modules/http-errors/index.js +49 -26
- package/node_modules/http-errors/node_modules/statuses/HISTORY.md +82 -0
- package/node_modules/http-errors/node_modules/statuses/LICENSE +23 -0
- package/node_modules/http-errors/node_modules/statuses/README.md +136 -0
- package/node_modules/http-errors/node_modules/statuses/codes.json +65 -0
- package/node_modules/http-errors/node_modules/statuses/index.js +146 -0
- package/node_modules/http-errors/node_modules/statuses/package.json +49 -0
- package/node_modules/http-errors/package.json +21 -24
- package/node_modules/http-signature/package.json +1 -5
- package/node_modules/iconv-lite/package.json +1 -5
- package/node_modules/inflight/package.json +1 -5
- package/node_modules/inherits/inherits.js +2 -0
- package/node_modules/inherits/inherits_browser.js +18 -14
- package/node_modules/inherits/package.json +4 -8
- package/node_modules/interpret/package.json +1 -5
- package/node_modules/ipaddr.js/package.json +1 -5
- package/node_modules/is-core-module/.eslintrc +0 -1
- package/node_modules/is-core-module/CHANGELOG.md +18 -0
- package/node_modules/is-core-module/core.json +7 -5
- package/node_modules/is-core-module/package.json +8 -12
- package/node_modules/is-core-module/test/index.js +1 -1
- package/node_modules/is-typedarray/package.json +1 -5
- package/node_modules/isstream/package.json +1 -5
- package/node_modules/jsbn/package.json +1 -5
- package/node_modules/json-schema/LICENSE +195 -0
- package/node_modules/json-schema/README.md +2 -4
- package/node_modules/json-schema/lib/links.js +1 -2
- package/node_modules/json-schema/lib/validate.js +7 -9
- package/node_modules/json-schema/package.json +6 -16
- package/node_modules/json-stringify-safe/package.json +1 -5
- package/node_modules/jsprim/CHANGES.md +4 -0
- package/node_modules/jsprim/package.json +6 -10
- package/node_modules/media-typer/package.json +1 -5
- package/node_modules/merge-descriptors/package.json +1 -5
- package/node_modules/methods/package.json +1 -5
- package/node_modules/mime/package.json +1 -5
- package/node_modules/mime-db/HISTORY.md +15 -0
- package/node_modules/mime-db/LICENSE +19 -18
- package/node_modules/mime-db/README.md +1 -1
- package/node_modules/mime-db/db.json +72 -6
- package/node_modules/mime-db/index.js +1 -0
- package/node_modules/mime-db/package.json +7 -10
- package/node_modules/mime-types/HISTORY.md +15 -3
- package/node_modules/mime-types/README.md +1 -1
- package/node_modules/mime-types/package.json +6 -10
- package/node_modules/minimatch/README.md +22 -1
- package/node_modules/minimatch/minimatch.js +93 -69
- package/node_modules/minimatch/package.json +7 -8
- package/node_modules/minimist/index.js +6 -2
- package/node_modules/minimist/package.json +2 -6
- package/node_modules/minimist/readme.markdown +4 -1
- package/node_modules/minimist/test/proto.js +16 -0
- package/node_modules/mkdirp/index.js +5 -2
- package/node_modules/mkdirp/package.json +4 -9
- package/node_modules/ms/package.json +1 -5
- package/node_modules/negotiator/HISTORY.md +5 -0
- package/node_modules/negotiator/README.md +3 -3
- package/node_modules/negotiator/index.js +4 -46
- package/node_modules/negotiator/lib/language.js +3 -3
- package/node_modules/negotiator/package.json +9 -13
- package/node_modules/npm/.eslintrc +3 -0
- package/node_modules/npm/CHANGELOG.md +14 -0
- package/node_modules/npm/docs/public/cli-commands/npm/index.html +3 -3
- package/node_modules/npm/docs/public/cli-commands/npm-access/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-adduser/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-audit/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-bin/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-bugs/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-build/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-bundle/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-cache/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-ci/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-completion/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-config/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-dedupe/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-deprecate/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-dist-tag/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-docs/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-doctor/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-edit/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-explore/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-fund/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-help/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-help-search/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-hook/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-init/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-install/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-install-ci-test/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-install-test/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-link/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-logout/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-ls/index.html +3 -3
- package/node_modules/npm/docs/public/cli-commands/npm-org/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-outdated/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-owner/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-pack/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-ping/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-prefix/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-profile/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-prune/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-publish/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-rebuild/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-repo/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-restart/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-root/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-run-script/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-search/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-shrinkwrap/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-star/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-stars/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-start/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-stop/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-team/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-test/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-token/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-uninstall/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-unpublish/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-update/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-version/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-view/index.html +2 -2
- package/node_modules/npm/docs/public/cli-commands/npm-whoami/index.html +2 -2
- package/node_modules/npm/docs/public/configuring-npm/folders/index.html +2 -2
- package/node_modules/npm/docs/public/configuring-npm/install/index.html +2 -2
- package/node_modules/npm/docs/public/configuring-npm/npmrc/index.html +2 -2
- package/node_modules/npm/docs/public/configuring-npm/package-json/index.html +2 -2
- package/node_modules/npm/docs/public/configuring-npm/package-lock-json/index.html +2 -2
- package/node_modules/npm/docs/public/configuring-npm/package-locks/index.html +2 -2
- package/node_modules/npm/docs/public/configuring-npm/shrinkwrap-json/index.html +2 -2
- package/node_modules/npm/docs/public/index.html +1 -1
- package/node_modules/npm/docs/public/using-npm/config/index.html +2 -2
- package/node_modules/npm/docs/public/using-npm/developers/index.html +2 -2
- package/node_modules/npm/docs/public/using-npm/disputes/index.html +2 -2
- package/node_modules/npm/docs/public/using-npm/orgs/index.html +2 -2
- package/node_modules/npm/docs/public/using-npm/registry/index.html +2 -2
- package/node_modules/npm/docs/public/using-npm/removal/index.html +2 -2
- package/node_modules/npm/docs/public/using-npm/scope/index.html +2 -2
- package/node_modules/npm/docs/public/using-npm/scripts/index.html +2 -2
- package/node_modules/npm/docs/public/using-npm/semver/index.html +2 -2
- package/node_modules/npm/lib/auth/legacy.js +1 -1
- package/node_modules/npm/lib/profile.js +2 -2
- package/node_modules/npm/man/man1/npm-README.1 +1 -1
- package/node_modules/npm/man/man1/npm-access.1 +1 -1
- package/node_modules/npm/man/man1/npm-adduser.1 +1 -1
- package/node_modules/npm/man/man1/npm-audit.1 +1 -1
- package/node_modules/npm/man/man1/npm-bin.1 +1 -1
- package/node_modules/npm/man/man1/npm-bugs.1 +1 -1
- package/node_modules/npm/man/man1/npm-build.1 +1 -1
- package/node_modules/npm/man/man1/npm-bundle.1 +1 -1
- package/node_modules/npm/man/man1/npm-cache.1 +1 -1
- package/node_modules/npm/man/man1/npm-ci.1 +1 -1
- package/node_modules/npm/man/man1/npm-completion.1 +1 -1
- package/node_modules/npm/man/man1/npm-config.1 +1 -1
- package/node_modules/npm/man/man1/npm-dedupe.1 +1 -1
- package/node_modules/npm/man/man1/npm-deprecate.1 +1 -1
- package/node_modules/npm/man/man1/npm-dist-tag.1 +1 -1
- package/node_modules/npm/man/man1/npm-docs.1 +1 -1
- package/node_modules/npm/man/man1/npm-doctor.1 +1 -1
- package/node_modules/npm/man/man1/npm-edit.1 +1 -1
- package/node_modules/npm/man/man1/npm-explore.1 +1 -1
- package/node_modules/npm/man/man1/npm-fund.1 +1 -1
- package/node_modules/npm/man/man1/npm-help-search.1 +1 -1
- package/node_modules/npm/man/man1/npm-help.1 +1 -1
- package/node_modules/npm/man/man1/npm-hook.1 +1 -1
- package/node_modules/npm/man/man1/npm-init.1 +1 -1
- package/node_modules/npm/man/man1/npm-install-ci-test.1 +1 -1
- package/node_modules/npm/man/man1/npm-install-test.1 +1 -1
- package/node_modules/npm/man/man1/npm-install.1 +1 -1
- package/node_modules/npm/man/man1/npm-link.1 +1 -1
- package/node_modules/npm/man/man1/npm-logout.1 +1 -1
- package/node_modules/npm/man/man1/npm-ls.1 +2 -2
- package/node_modules/npm/man/man1/npm-org.1 +1 -1
- package/node_modules/npm/man/man1/npm-outdated.1 +1 -1
- package/node_modules/npm/man/man1/npm-owner.1 +1 -1
- package/node_modules/npm/man/man1/npm-pack.1 +1 -1
- package/node_modules/npm/man/man1/npm-ping.1 +1 -1
- package/node_modules/npm/man/man1/npm-prefix.1 +1 -1
- package/node_modules/npm/man/man1/npm-profile.1 +1 -1
- package/node_modules/npm/man/man1/npm-prune.1 +1 -1
- package/node_modules/npm/man/man1/npm-publish.1 +1 -1
- package/node_modules/npm/man/man1/npm-rebuild.1 +1 -1
- package/node_modules/npm/man/man1/npm-repo.1 +1 -1
- package/node_modules/npm/man/man1/npm-restart.1 +1 -1
- package/node_modules/npm/man/man1/npm-root.1 +1 -1
- package/node_modules/npm/man/man1/npm-run-script.1 +1 -1
- package/node_modules/npm/man/man1/npm-search.1 +1 -1
- package/node_modules/npm/man/man1/npm-shrinkwrap.1 +1 -1
- package/node_modules/npm/man/man1/npm-star.1 +1 -1
- package/node_modules/npm/man/man1/npm-stars.1 +1 -1
- package/node_modules/npm/man/man1/npm-start.1 +1 -1
- package/node_modules/npm/man/man1/npm-stop.1 +1 -1
- package/node_modules/npm/man/man1/npm-team.1 +1 -1
- package/node_modules/npm/man/man1/npm-test.1 +1 -1
- package/node_modules/npm/man/man1/npm-token.1 +1 -1
- package/node_modules/npm/man/man1/npm-uninstall.1 +1 -1
- package/node_modules/npm/man/man1/npm-unpublish.1 +1 -1
- package/node_modules/npm/man/man1/npm-update.1 +1 -1
- package/node_modules/npm/man/man1/npm-version.1 +1 -1
- package/node_modules/npm/man/man1/npm-view.1 +1 -1
- package/node_modules/npm/man/man1/npm-whoami.1 +1 -1
- package/node_modules/npm/man/man1/npm.1 +2 -2
- package/node_modules/npm/man/man5/folders.5 +1 -1
- package/node_modules/npm/man/man5/install.5 +1 -1
- package/node_modules/npm/man/man5/npmrc.5 +1 -1
- package/node_modules/npm/man/man5/package-json.5 +1 -1
- package/node_modules/npm/man/man5/package-lock-json.5 +1 -1
- package/node_modules/npm/man/man5/package-locks.5 +1 -1
- package/node_modules/npm/man/man5/shrinkwrap-json.5 +1 -1
- package/node_modules/npm/man/man7/config.7 +1 -1
- package/node_modules/npm/man/man7/developers.7 +1 -1
- package/node_modules/npm/man/man7/disputes.7 +1 -1
- package/node_modules/npm/man/man7/orgs.7 +1 -1
- package/node_modules/npm/man/man7/registry.7 +1 -1
- package/node_modules/npm/man/man7/removal.7 +1 -1
- package/node_modules/npm/man/man7/scope.7 +1 -1
- package/node_modules/npm/man/man7/scripts.7 +1 -1
- package/node_modules/npm/man/man7/semver.7 +1 -1
- package/node_modules/npm/node_modules/JSONStream/package.json +24 -60
- package/node_modules/npm/node_modules/abbrev/package.json +13 -53
- package/node_modules/npm/node_modules/agent-base/package.json +22 -53
- package/node_modules/npm/node_modules/agentkeepalive/package.json +31 -61
- package/node_modules/npm/node_modules/ansi-align/package.json +25 -52
- package/node_modules/npm/node_modules/ansi-regex/package.json +17 -62
- package/node_modules/npm/node_modules/ansi-styles/package.json +54 -86
- package/node_modules/npm/node_modules/ansicolors/package.json +12 -47
- package/node_modules/npm/node_modules/ansistyles/package.json +12 -47
- package/node_modules/npm/node_modules/aproba/package.json +18 -48
- package/node_modules/npm/node_modules/archy/package.json +38 -84
- package/node_modules/npm/node_modules/archy/{README.markdown → readme.markdown} +0 -0
- package/node_modules/npm/node_modules/are-we-there-yet/CHANGES.md~ +27 -0
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/package.json +22 -51
- package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/package.json +13 -41
- package/node_modules/npm/node_modules/are-we-there-yet/package.json +17 -45
- package/node_modules/npm/node_modules/asap/package.json +32 -62
- package/node_modules/npm/node_modules/asn1/package.json +19 -63
- package/node_modules/npm/node_modules/assert-plus/package.json +14 -73
- package/node_modules/npm/node_modules/asynckit/package.json +40 -68
- package/node_modules/npm/node_modules/aws-sign2/package.json +10 -43
- package/node_modules/npm/node_modules/aws4/package.json +11 -47
- package/node_modules/npm/node_modules/balanced-match/package.json +17 -45
- package/node_modules/npm/node_modules/bcrypt-pbkdf/CONTRIBUTING.md +13 -0
- package/node_modules/npm/node_modules/bcrypt-pbkdf/package.json +8 -37
- package/node_modules/npm/node_modules/bin-links/package.json +25 -55
- package/node_modules/npm/node_modules/bluebird/package.json +39 -70
- package/node_modules/npm/node_modules/boxen/package.json +21 -53
- package/node_modules/npm/node_modules/brace-expansion/package.json +18 -46
- package/node_modules/npm/node_modules/buffer-from/package.json +7 -41
- package/node_modules/npm/node_modules/builtins/package.json +4 -36
- package/node_modules/npm/node_modules/byline/package.json +14 -41
- package/node_modules/npm/node_modules/byte-size/package.json +17 -53
- package/node_modules/npm/node_modules/cacache/package.json +53 -85
- package/node_modules/npm/node_modules/call-limit/package.json +22 -51
- package/node_modules/npm/node_modules/camelcase/package.json +11 -44
- package/node_modules/npm/node_modules/capture-stack-trace/package.json +12 -44
- package/node_modules/npm/node_modules/caseless/package.json +16 -45
- package/node_modules/npm/node_modules/chalk/package.json +69 -105
- package/node_modules/npm/node_modules/chownr/package.json +16 -54
- package/node_modules/npm/node_modules/ci-info/package.json +19 -49
- package/node_modules/npm/node_modules/cidr-regex/package.json +17 -56
- package/node_modules/npm/node_modules/cli-boxes/package.json +12 -44
- package/node_modules/npm/node_modules/cli-columns/package.json +23 -61
- package/node_modules/npm/node_modules/cli-table3/package.json +53 -83
- package/node_modules/npm/node_modules/cliui/node_modules/ansi-regex/package.json +51 -83
- package/node_modules/npm/node_modules/cliui/node_modules/is-fullwidth-code-point/package.json +11 -43
- package/node_modules/npm/node_modules/cliui/node_modules/string-width/package.json +54 -86
- package/node_modules/npm/node_modules/cliui/node_modules/strip-ansi/package.json +52 -85
- package/node_modules/npm/node_modules/cliui/package.json +34 -68
- package/node_modules/npm/node_modules/clone/package.json +35 -121
- package/node_modules/npm/node_modules/cmd-shim/lib/to-batch-syntax.js +51 -51
- package/node_modules/npm/node_modules/cmd-shim/package.json +14 -45
- package/node_modules/npm/node_modules/code-point-at/package.json +12 -48
- package/node_modules/npm/node_modules/color-convert/package.json +21 -56
- package/node_modules/npm/node_modules/color-name/package.json +13 -41
- package/node_modules/npm/node_modules/colors/package.json +41 -70
- package/node_modules/npm/node_modules/columnify/package.json +23 -53
- package/node_modules/npm/node_modules/combined-stream/package.json +14 -47
- package/node_modules/npm/node_modules/concat-map/package.json +40 -85
- package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/package.json +22 -51
- package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/package.json +13 -41
- package/node_modules/npm/node_modules/concat-stream/package.json +24 -58
- package/node_modules/npm/node_modules/config-chain/package.json +17 -50
- package/node_modules/npm/node_modules/configstore/package.json +19 -51
- package/node_modules/npm/node_modules/console-control-strings/README.md~ +140 -0
- package/node_modules/npm/node_modules/console-control-strings/package.json +17 -52
- package/node_modules/npm/node_modules/copy-concurrently/README.md~ +127 -0
- package/node_modules/npm/node_modules/copy-concurrently/node_modules/aproba/package.json +17 -45
- package/node_modules/npm/node_modules/copy-concurrently/node_modules/iferr/package.json +18 -45
- package/node_modules/npm/node_modules/copy-concurrently/package.json +17 -46
- package/node_modules/npm/node_modules/core-util-is/package.json +12 -44
- package/node_modules/npm/node_modules/create-error-class/package.json +16 -46
- package/node_modules/npm/node_modules/cross-spawn/node_modules/lru-cache/package.json +23 -58
- package/node_modules/npm/node_modules/cross-spawn/node_modules/yallist/package.json +15 -48
- package/node_modules/npm/node_modules/cross-spawn/package.json +25 -56
- package/node_modules/npm/node_modules/crypto-random-string/package.json +11 -43
- package/node_modules/npm/node_modules/cyclist/package.json +5 -40
- package/node_modules/npm/node_modules/dashdash/package.json +23 -64
- package/node_modules/npm/node_modules/debug/.eslintrc +14 -0
- package/node_modules/npm/node_modules/debug/node_modules/ms/package.json +19 -51
- package/node_modules/npm/node_modules/debug/package.json +15 -57
- package/node_modules/npm/node_modules/debuglog/package.json +11 -46
- package/node_modules/npm/node_modules/decamelize/package.json +12 -45
- package/node_modules/npm/node_modules/decode-uri-component/package.json +15 -47
- package/node_modules/npm/node_modules/deep-extend/package.json +33 -63
- package/node_modules/npm/node_modules/defaults/package.json +16 -47
- package/node_modules/npm/node_modules/define-properties/.eslintrc +12 -0
- package/node_modules/npm/node_modules/define-properties/package.json +1 -5
- package/node_modules/npm/node_modules/delayed-stream/package.json +14 -49
- package/node_modules/npm/node_modules/delegates/package.json +6 -41
- package/node_modules/npm/node_modules/detect-indent/package.json +11 -46
- package/node_modules/npm/node_modules/detect-newline/package.json +12 -47
- package/node_modules/npm/node_modules/dezalgo/package.json +16 -50
- package/node_modules/npm/node_modules/dot-prop/package.json +15 -47
- package/node_modules/npm/node_modules/dotenv/package.json +27 -57
- package/node_modules/npm/node_modules/duplexer3/package.json +11 -47
- package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/package.json +22 -51
- package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/package.json +13 -41
- package/node_modules/npm/node_modules/duplexify/package.json +15 -46
- package/node_modules/npm/node_modules/ecc-jsbn/package.json +19 -44
- package/node_modules/npm/node_modules/editor/package.json +32 -65
- package/node_modules/npm/node_modules/emoji-regex/package.json +28 -59
- package/node_modules/npm/node_modules/encoding/package.json +10 -45
- package/node_modules/npm/node_modules/end-of-stream/package.json +15 -53
- package/node_modules/npm/node_modules/env-paths/package.json +43 -75
- package/node_modules/npm/node_modules/err-code/package.json +19 -49
- package/node_modules/npm/node_modules/errno/.jshintrc +59 -0
- package/node_modules/npm/node_modules/errno/package.json +15 -44
- package/node_modules/npm/node_modules/es-abstract/.eslintrc +23 -0
- package/node_modules/npm/node_modules/es-abstract/package.json +1 -5
- package/node_modules/npm/node_modules/es-abstract/test/.eslintrc +11 -0
- package/node_modules/npm/node_modules/es-to-primitive/.eslintrc +14 -0
- package/node_modules/npm/node_modules/es-to-primitive/package.json +1 -5
- package/node_modules/npm/node_modules/es-to-primitive/test/.eslintrc +9 -0
- package/node_modules/npm/node_modules/es6-promise/package.json +5 -33
- package/node_modules/npm/node_modules/es6-promisify/package.json +24 -55
- package/node_modules/npm/node_modules/escape-string-regexp/package.json +16 -59
- package/node_modules/npm/node_modules/execa/node_modules/get-stream/package.json +12 -44
- package/node_modules/npm/node_modules/execa/package.json +35 -68
- package/node_modules/npm/node_modules/extend/.eslintrc +17 -0
- package/node_modules/npm/node_modules/extend/package.json +40 -76
- package/node_modules/npm/node_modules/extsprintf/package.json +12 -42
- package/node_modules/npm/node_modules/fast-json-stable-stringify/package.json +18 -46
- package/node_modules/npm/node_modules/figgy-pudding/package.json +20 -62
- package/node_modules/npm/node_modules/find-npm-prefix/package.json +13 -46
- package/node_modules/npm/node_modules/find-npm-prefix/test/find-prefix.js~ +79 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/package.json +22 -51
- package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/package.json +13 -41
- package/node_modules/npm/node_modules/flush-write-stream/package.json +13 -44
- package/node_modules/npm/node_modules/forever-agent/package.json +10 -43
- package/node_modules/npm/node_modules/form-data/package.json +35 -68
- package/node_modules/npm/node_modules/from2/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/npm/node_modules/from2/node_modules/readable-stream/package.json +22 -51
- package/node_modules/npm/node_modules/from2/node_modules/string_decoder/package.json +13 -41
- package/node_modules/npm/node_modules/from2/package.json +19 -54
- package/node_modules/npm/node_modules/fs-minipass/node_modules/minipass/package.json +19 -52
- package/node_modules/npm/node_modules/fs-minipass/package.json +17 -49
- package/node_modules/npm/node_modules/fs-vacuum/package.json +24 -56
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/package.json +18 -45
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/package.json +22 -51
- package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/package.json +13 -41
- package/node_modules/npm/node_modules/fs-write-stream-atomic/package.json +14 -48
- package/node_modules/npm/node_modules/fs.realpath/package.json +16 -49
- package/node_modules/npm/node_modules/function-bind/.eslintrc +15 -0
- package/node_modules/npm/node_modules/function-bind/package.json +1 -5
- package/node_modules/npm/node_modules/function-bind/test/.eslintrc +9 -0
- package/node_modules/npm/node_modules/gauge/node_modules/aproba/package.json +17 -45
- package/node_modules/npm/node_modules/gauge/node_modules/string-width/package.json +16 -48
- package/node_modules/npm/node_modules/gauge/package.json +18 -49
- package/node_modules/npm/node_modules/genfun/package.json +20 -50
- package/node_modules/npm/node_modules/gentle-fs/node_modules/aproba/package.json +17 -45
- package/node_modules/npm/node_modules/gentle-fs/node_modules/iferr/package.json +18 -45
- package/node_modules/npm/node_modules/gentle-fs/package.json +22 -51
- package/node_modules/npm/node_modules/get-caller-file/package.json +22 -49
- package/node_modules/npm/node_modules/get-stream/package.json +44 -84
- package/node_modules/npm/node_modules/getpass/package.json +7 -39
- package/node_modules/npm/node_modules/glob/package.json +22 -68
- package/node_modules/npm/node_modules/global-dirs/package.json +15 -47
- package/node_modules/npm/node_modules/got/node_modules/get-stream/package.json +12 -44
- package/node_modules/npm/node_modules/got/package.json +42 -74
- package/node_modules/npm/node_modules/graceful-fs/package.json +25 -77
- package/node_modules/npm/node_modules/har-schema/package.json +34 -66
- package/node_modules/npm/node_modules/har-validator/node_modules/ajv/package.json +62 -89
- package/node_modules/npm/node_modules/har-validator/node_modules/fast-deep-equal/package.json +32 -59
- package/node_modules/npm/node_modules/har-validator/node_modules/json-schema-traverse/package.json +20 -47
- package/node_modules/npm/node_modules/har-validator/package.json +24 -58
- package/node_modules/npm/node_modules/has/package.json +1 -5
- package/node_modules/npm/node_modules/has-flag/package.json +12 -44
- package/node_modules/npm/node_modules/has-symbols/.eslintrc +10 -0
- package/node_modules/npm/node_modules/has-symbols/package.json +1 -4
- package/node_modules/npm/node_modules/has-unicode/package.json +20 -52
- package/node_modules/npm/node_modules/hosted-git-info/package.json +23 -55
- package/node_modules/npm/node_modules/http-cache-semantics/package.json +13 -51
- package/node_modules/npm/node_modules/http-proxy-agent/package.json +18 -50
- package/node_modules/npm/node_modules/http-signature/package.json +25 -63
- package/node_modules/npm/node_modules/https-proxy-agent/package.json +19 -49
- package/node_modules/npm/node_modules/humanize-ms/package.json +17 -46
- package/node_modules/npm/node_modules/iconv-lite/package.json +43 -74
- package/node_modules/npm/node_modules/iferr/package.json +20 -48
- package/node_modules/npm/node_modules/ignore-walk/package.json +16 -49
- package/node_modules/npm/node_modules/import-lazy/package.json +12 -44
- package/node_modules/npm/node_modules/imurmurhash/package.json +22 -52
- package/node_modules/npm/node_modules/infer-owner/package.json +15 -52
- package/node_modules/npm/node_modules/inflight/package.json +15 -48
- package/node_modules/npm/node_modules/inherits/package.json +12 -70
- package/node_modules/npm/node_modules/ini/package.json +19 -58
- package/node_modules/npm/node_modules/init-package-json/package.json +18 -54
- package/node_modules/npm/node_modules/ip/.jshintrc +89 -0
- package/node_modules/npm/node_modules/ip/package.json +11 -45
- package/node_modules/npm/node_modules/ip-regex/package.json +11 -43
- package/node_modules/npm/node_modules/is-callable/.eslintrc +11 -0
- package/node_modules/npm/node_modules/is-callable/package.json +1 -5
- package/node_modules/npm/node_modules/is-ci/node_modules/ci-info/package.json +19 -48
- package/node_modules/npm/node_modules/is-ci/package.json +20 -51
- package/node_modules/npm/node_modules/is-cidr/package.json +17 -57
- package/node_modules/npm/node_modules/is-date-object/.eslintrc +9 -0
- package/node_modules/npm/node_modules/is-date-object/package.json +1 -4
- package/node_modules/npm/node_modules/is-fullwidth-code-point/package.json +14 -47
- package/node_modules/npm/node_modules/is-installed-globally/package.json +16 -48
- package/node_modules/npm/node_modules/is-npm/package.json +11 -43
- package/node_modules/npm/node_modules/is-obj/package.json +12 -44
- package/node_modules/npm/node_modules/is-path-inside/package.json +14 -47
- package/node_modules/npm/node_modules/is-redirect/package.json +11 -43
- package/node_modules/npm/node_modules/is-regex/.eslintrc +9 -0
- package/node_modules/npm/node_modules/is-regex/package.json +1 -4
- package/node_modules/npm/node_modules/is-retry-allowed/package.json +16 -46
- package/node_modules/npm/node_modules/is-stream/package.json +13 -47
- package/node_modules/npm/node_modules/is-symbol/.eslintrc +9 -0
- package/node_modules/npm/node_modules/is-symbol/package.json +1 -5
- package/node_modules/npm/node_modules/is-symbol/test/.eslintrc +7 -0
- package/node_modules/npm/node_modules/is-typedarray/package.json +15 -44
- package/node_modules/npm/node_modules/isarray/package.json +16 -45
- package/node_modules/npm/node_modules/isexe/package.json +16 -46
- package/node_modules/npm/node_modules/isstream/.jshintrc +59 -0
- package/node_modules/npm/node_modules/isstream/package.json +20 -48
- package/node_modules/npm/node_modules/jsbn/package.json +11 -43
- package/node_modules/npm/node_modules/json-parse-better-errors/package.json +29 -66
- package/node_modules/npm/node_modules/json-schema/LICENSE +195 -0
- package/node_modules/npm/node_modules/json-schema/README.md +2 -4
- package/node_modules/npm/node_modules/json-schema/lib/links.js +1 -2
- package/node_modules/npm/node_modules/json-schema/lib/validate.js +7 -9
- package/node_modules/npm/node_modules/json-schema/package.json +24 -71
- package/node_modules/npm/node_modules/json-stringify-safe/package.json +15 -50
- package/node_modules/npm/node_modules/jsonparse/package.json +13 -49
- package/node_modules/npm/node_modules/jsprim/CHANGES.md +4 -0
- package/node_modules/npm/node_modules/jsprim/CONTRIBUTING.md +19 -0
- package/node_modules/npm/node_modules/jsprim/package.json +18 -47
- package/node_modules/npm/node_modules/latest-version/package.json +15 -47
- package/node_modules/npm/node_modules/lazy-property/package.json +18 -48
- package/node_modules/npm/node_modules/libcipm/package.json +31 -63
- package/node_modules/npm/node_modules/libnpm/package.json +25 -61
- package/node_modules/npm/node_modules/libnpmaccess/CODE_OF_CONDUCT.md +151 -0
- package/node_modules/npm/node_modules/libnpmaccess/CONTRIBUTING.md +256 -0
- package/node_modules/npm/node_modules/libnpmaccess/package.json +23 -50
- package/node_modules/npm/node_modules/libnpmconfig/CODE_OF_CONDUCT.md +151 -0
- package/node_modules/npm/node_modules/libnpmconfig/CONTRIBUTING.md +256 -0
- package/node_modules/npm/node_modules/libnpmconfig/node_modules/find-up/package.json +48 -80
- package/node_modules/npm/node_modules/libnpmconfig/node_modules/locate-path/package.json +42 -74
- package/node_modules/npm/node_modules/libnpmconfig/node_modules/p-limit/package.json +49 -81
- package/node_modules/npm/node_modules/libnpmconfig/node_modules/p-locate/package.json +49 -81
- package/node_modules/npm/node_modules/libnpmconfig/node_modules/p-try/package.json +40 -72
- package/node_modules/npm/node_modules/libnpmconfig/package.json +25 -53
- package/node_modules/npm/node_modules/libnpmhook/package.json +25 -61
- package/node_modules/npm/node_modules/libnpmorg/CODE_OF_CONDUCT.md +151 -0
- package/node_modules/npm/node_modules/libnpmorg/CONTRIBUTING.md +256 -0
- package/node_modules/npm/node_modules/libnpmorg/package.json +27 -54
- package/node_modules/npm/node_modules/libnpmpublish/CODE_OF_CONDUCT.md +151 -0
- package/node_modules/npm/node_modules/libnpmpublish/CONTRIBUTING.md +256 -0
- package/node_modules/npm/node_modules/libnpmpublish/package.json +28 -54
- package/node_modules/npm/node_modules/libnpmsearch/CODE_OF_CONDUCT.md +151 -0
- package/node_modules/npm/node_modules/libnpmsearch/CONTRIBUTING.md +256 -0
- package/node_modules/npm/node_modules/libnpmsearch/package.json +26 -53
- package/node_modules/npm/node_modules/libnpmteam/CODE_OF_CONDUCT.md +151 -0
- package/node_modules/npm/node_modules/libnpmteam/CONTRIBUTING.md +256 -0
- package/node_modules/npm/node_modules/libnpmteam/package.json +22 -50
- package/node_modules/npm/node_modules/libnpx/package.json +39 -73
- package/node_modules/npm/node_modules/lock-verify/package.json +15 -47
- package/node_modules/npm/node_modules/lockfile/package.json +15 -51
- package/node_modules/npm/node_modules/lodash._baseindexof/package.json +12 -72
- package/node_modules/npm/node_modules/lodash._baseuniq/package.json +13 -65
- package/node_modules/npm/node_modules/lodash._bindcallback/package.json +12 -72
- package/node_modules/npm/node_modules/lodash._cacheindexof/package.json +12 -72
- package/node_modules/npm/node_modules/lodash._createcache/package.json +15 -75
- package/node_modules/npm/node_modules/lodash._createset/package.json +10 -59
- package/node_modules/npm/node_modules/lodash._getnative/package.json +12 -73
- package/node_modules/npm/node_modules/lodash._root/package.json +10 -59
- package/node_modules/npm/node_modules/lodash.clonedeep/package.json +11 -66
- package/node_modules/npm/node_modules/lodash.restparam/package.json +13 -78
- package/node_modules/npm/node_modules/lodash.union/package.json +11 -66
- package/node_modules/npm/node_modules/lodash.uniq/package.json +11 -66
- package/node_modules/npm/node_modules/lodash.without/package.json +11 -66
- package/node_modules/npm/node_modules/lowercase-keys/package.json +11 -43
- package/node_modules/npm/node_modules/lru-cache/package.json +20 -56
- package/node_modules/npm/node_modules/make-dir/package.json +52 -84
- package/node_modules/npm/node_modules/make-fetch-happen/package.json +29 -63
- package/node_modules/npm/node_modules/meant/package.json +15 -43
- package/node_modules/npm/node_modules/mime-db/package.json +20 -63
- package/node_modules/npm/node_modules/mime-types/package.json +15 -64
- package/node_modules/npm/node_modules/minimatch/package.json +17 -56
- package/node_modules/npm/node_modules/minimist/package.json +22 -50
- package/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json +19 -52
- package/node_modules/npm/node_modules/minizlib/package.json +20 -56
- package/node_modules/npm/node_modules/mississippi/package.json +14 -48
- package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/package.json +22 -50
- package/node_modules/npm/node_modules/mkdirp/package.json +18 -67
- package/node_modules/npm/node_modules/mkdirp/{README.markdown → readme.markdown} +0 -0
- package/node_modules/npm/node_modules/move-concurrently/README.md~ +52 -0
- package/node_modules/npm/node_modules/move-concurrently/node_modules/aproba/package.json +17 -45
- package/node_modules/npm/node_modules/move-concurrently/package.json +17 -52
- package/node_modules/npm/node_modules/ms/package.json +19 -51
- package/node_modules/npm/node_modules/mute-stream/.nyc_output/33508.json +1 -0
- package/node_modules/npm/node_modules/mute-stream/.nyc_output/33510.json +1 -0
- package/node_modules/npm/node_modules/mute-stream/package.json +13 -47
- package/node_modules/npm/node_modules/node-fetch-npm/package.json +40 -67
- package/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md +34 -0
- package/node_modules/npm/node_modules/node-gyp/package.json +24 -61
- package/node_modules/npm/node_modules/nopt/package.json +16 -53
- package/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/.eslintrc +31 -0
- package/node_modules/npm/node_modules/normalize-package-data/node_modules/resolve/package.json +27 -56
- package/node_modules/{resolve → npm/node_modules/normalize-package-data/node_modules/resolve}/test/.eslintrc +0 -0
- package/node_modules/npm/node_modules/normalize-package-data/package.json +12 -65
- package/node_modules/npm/node_modules/npm-audit-report/package.json +25 -53
- package/node_modules/npm/node_modules/npm-bundled/package.json +18 -51
- package/node_modules/npm/node_modules/npm-cache-filename/package.json +13 -45
- package/node_modules/npm/node_modules/npm-install-checks/package.json +17 -46
- package/node_modules/npm/node_modules/npm-lifecycle/package.json +24 -54
- package/node_modules/npm/node_modules/npm-logical-tree/package.json +32 -62
- package/node_modules/npm/node_modules/npm-normalize-package-bin/package.json +11 -47
- package/node_modules/npm/node_modules/npm-package-arg/package.json +19 -59
- package/node_modules/npm/node_modules/npm-packlist/package.json +23 -54
- package/node_modules/npm/node_modules/npm-pick-manifest/package.json +31 -64
- package/node_modules/npm/node_modules/npm-profile/package.json +16 -47
- package/node_modules/npm/node_modules/npm-registry-fetch/node_modules/safe-buffer/package.json +18 -43
- package/node_modules/npm/node_modules/npm-registry-fetch/package.json +35 -76
- package/node_modules/npm/node_modules/npm-run-path/package.json +13 -45
- package/node_modules/npm/node_modules/npm-user-validate/package.json +15 -48
- package/node_modules/npm/node_modules/npmlog/package.json +13 -51
- package/node_modules/npm/node_modules/number-is-nan/package.json +11 -47
- package/node_modules/npm/node_modules/oauth-sign/package.json +12 -45
- package/node_modules/npm/node_modules/object-assign/package.json +15 -52
- package/node_modules/npm/node_modules/object-keys/.eslintrc +17 -0
- package/node_modules/npm/node_modules/object-keys/package.json +1 -5
- package/node_modules/npm/node_modules/object.getownpropertydescriptors/.eslintrc +10 -0
- package/node_modules/npm/node_modules/object.getownpropertydescriptors/package.json +75 -105
- package/node_modules/npm/node_modules/object.getownpropertydescriptors/test/.eslintrc +8 -0
- package/node_modules/npm/node_modules/once/package.json +14 -61
- package/node_modules/npm/node_modules/opener/package.json +17 -57
- package/node_modules/npm/node_modules/os-homedir/package.json +13 -46
- package/node_modules/npm/node_modules/os-tmpdir/package.json +12 -45
- package/node_modules/npm/node_modules/osenv/package.json +16 -59
- package/node_modules/npm/node_modules/p-finally/package.json +11 -43
- package/node_modules/npm/node_modules/package-json/package.json +18 -50
- package/node_modules/npm/node_modules/pacote/node_modules/minipass/package.json +19 -52
- package/node_modules/npm/node_modules/pacote/package.json +30 -66
- package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/package.json +22 -51
- package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/package.json +13 -41
- package/node_modules/npm/node_modules/parallel-transform/package.json +10 -48
- package/node_modules/npm/node_modules/path-exists/package.json +11 -43
- package/node_modules/npm/node_modules/path-is-absolute/package.json +11 -43
- package/node_modules/npm/node_modules/path-is-inside/package.json +18 -67
- package/node_modules/npm/node_modules/path-key/package.json +11 -43
- package/node_modules/npm/node_modules/path-parse/package.json +13 -42
- package/node_modules/npm/node_modules/performance-now/package.json +16 -46
- package/node_modules/npm/node_modules/pify/package.json +15 -48
- package/node_modules/npm/node_modules/prepend-http/package.json +12 -44
- package/node_modules/npm/node_modules/process-nextick-args/package.json +15 -40
- package/node_modules/npm/node_modules/promise-inflight/package.json +12 -48
- package/node_modules/npm/node_modules/promise-retry/.jshintrc +64 -0
- package/node_modules/npm/node_modules/promise-retry/node_modules/retry/package.json +14 -46
- package/node_modules/npm/node_modules/promise-retry/package.json +20 -53
- package/node_modules/npm/node_modules/promzard/package.json +7 -40
- package/node_modules/npm/node_modules/proto-list/package.json +11 -44
- package/node_modules/npm/node_modules/protoduck/package.json +31 -59
- package/node_modules/npm/node_modules/prr/.jshintrc +61 -0
- package/node_modules/npm/node_modules/prr/package.json +9 -41
- package/node_modules/npm/node_modules/pseudomap/package.json +13 -42
- package/node_modules/npm/node_modules/psl/.eslintrc +11 -0
- package/node_modules/npm/node_modules/psl/package.json +21 -52
- package/node_modules/npm/node_modules/pump/package.json +10 -45
- package/node_modules/npm/node_modules/pumpify/node_modules/pump/package.json +10 -45
- package/node_modules/npm/node_modules/pumpify/package.json +15 -48
- package/node_modules/npm/node_modules/punycode/package.json +58 -86
- package/node_modules/npm/node_modules/qrcode-terminal/package.json +27 -68
- package/node_modules/npm/node_modules/qs/.eslintrc +19 -0
- package/node_modules/npm/node_modules/qs/package.json +49 -77
- package/node_modules/{request → npm}/node_modules/qs/test/.eslintrc +0 -0
- package/node_modules/npm/node_modules/query-string/package.json +47 -80
- package/node_modules/npm/node_modules/qw/README.md~ +27 -0
- package/node_modules/npm/node_modules/qw/package.json +13 -45
- package/node_modules/npm/node_modules/rc/package.json +18 -54
- package/node_modules/npm/node_modules/read/package.json +9 -47
- package/node_modules/npm/node_modules/read-cmd-shim/package.json +16 -47
- package/node_modules/npm/node_modules/read-installed/package.json +15 -52
- package/node_modules/npm/node_modules/read-package-json/package.json +18 -58
- package/node_modules/npm/node_modules/read-package-tree/package.json +23 -54
- package/node_modules/npm/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/npm/node_modules/readable-stream/package.json +27 -59
- package/node_modules/npm/node_modules/readdir-scoped-modules/package.json +17 -50
- package/node_modules/npm/node_modules/registry-auth-token/package.json +25 -53
- package/node_modules/npm/node_modules/registry-url/package.json +16 -48
- package/node_modules/npm/node_modules/request/package.json +30 -66
- package/node_modules/npm/node_modules/require-directory/.jshintrc +67 -0
- package/node_modules/npm/node_modules/require-directory/package.json +24 -53
- package/node_modules/npm/node_modules/require-main-filename/package.json +23 -51
- package/node_modules/npm/node_modules/resolve-from/package.json +32 -64
- package/node_modules/npm/node_modules/retry/{Readme.md → README.md} +0 -0
- package/node_modules/npm/node_modules/retry/package.json +17 -52
- package/node_modules/npm/node_modules/rimraf/package.json +17 -68
- package/node_modules/npm/node_modules/run-queue/node_modules/aproba/package.json +17 -45
- package/node_modules/npm/node_modules/run-queue/package.json +18 -48
- package/node_modules/npm/node_modules/safe-buffer/package.json +5 -49
- package/node_modules/npm/node_modules/safer-buffer/package.json +13 -39
- package/node_modules/npm/node_modules/semver/package.json +15 -68
- package/node_modules/npm/node_modules/semver-diff/package.json +13 -45
- package/node_modules/npm/node_modules/set-blocking/package.json +25 -54
- package/node_modules/npm/node_modules/sha/package.json +12 -42
- package/node_modules/npm/node_modules/shebang-command/package.json +13 -45
- package/node_modules/npm/node_modules/shebang-regex/package.json +11 -43
- package/node_modules/npm/node_modules/signal-exit/package.json +23 -57
- package/node_modules/npm/node_modules/slide/package.json +7 -51
- package/node_modules/npm/node_modules/smart-buffer/package.json +34 -60
- package/node_modules/npm/node_modules/socks/package.json +39 -67
- package/node_modules/npm/node_modules/socks-proxy-agent/node_modules/agent-base/package.json +20 -50
- package/node_modules/npm/node_modules/socks-proxy-agent/package.json +20 -52
- package/node_modules/npm/node_modules/sorted-object/package.json +13 -52
- package/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/package.json +19 -51
- package/node_modules/npm/node_modules/sorted-union-stream/node_modules/isarray/package.json +17 -49
- package/node_modules/npm/node_modules/sorted-union-stream/node_modules/readable-stream/package.json +17 -50
- package/node_modules/npm/node_modules/sorted-union-stream/node_modules/string_decoder/package.json +12 -40
- package/node_modules/npm/node_modules/sorted-union-stream/package.json +18 -52
- package/node_modules/npm/node_modules/spdx-correct/package.json +8 -51
- package/node_modules/npm/node_modules/spdx-exceptions/package.json +6 -44
- package/node_modules/npm/node_modules/spdx-expression-parse/package.json +13 -70
- package/node_modules/npm/node_modules/spdx-license-ids/package.json +37 -75
- package/node_modules/npm/node_modules/split-on-first/package.json +34 -66
- package/node_modules/npm/node_modules/sshpk/package.json +31 -72
- package/node_modules/npm/node_modules/ssri/package.json +35 -71
- package/node_modules/npm/node_modules/stream-each/package.json +13 -44
- package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/package.json +22 -51
- package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/package.json +13 -41
- package/node_modules/npm/node_modules/stream-iterate/package.json +11 -39
- package/node_modules/npm/node_modules/stream-shift/package.json +13 -43
- package/node_modules/npm/node_modules/strict-uri-encode/package.json +12 -44
- package/node_modules/npm/node_modules/string-width/node_modules/ansi-regex/package.json +13 -45
- package/node_modules/npm/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json +11 -43
- package/node_modules/npm/node_modules/string-width/node_modules/strip-ansi/package.json +14 -46
- package/node_modules/npm/node_modules/string-width/package.json +53 -92
- package/node_modules/npm/node_modules/string_decoder/node_modules/safe-buffer/package.json +5 -30
- package/node_modules/npm/node_modules/string_decoder/package.json +15 -43
- package/node_modules/npm/node_modules/stringify-package/package.json +19 -49
- package/node_modules/npm/node_modules/strip-ansi/package.json +19 -74
- package/node_modules/npm/node_modules/strip-eof/package.json +12 -44
- package/node_modules/npm/node_modules/strip-json-comments/package.json +12 -45
- package/node_modules/npm/node_modules/supports-color/package.json +15 -47
- package/node_modules/npm/node_modules/tar/node_modules/minipass/package.json +19 -52
- package/node_modules/npm/node_modules/tar/node_modules/safe-buffer/package.json +18 -44
- package/node_modules/npm/node_modules/tar/node_modules/yallist/package.json +15 -49
- package/node_modules/npm/node_modules/tar/package.json +20 -56
- package/node_modules/npm/node_modules/term-size/package.json +14 -46
- package/node_modules/npm/node_modules/term-size/vendor/macos/term-size +0 -0
- package/node_modules/npm/node_modules/text-table/package.json +41 -74
- package/node_modules/npm/node_modules/through/package.json +12 -45
- package/node_modules/npm/node_modules/through2/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/node_modules/npm/node_modules/through2/node_modules/readable-stream/package.json +22 -51
- package/node_modules/npm/node_modules/through2/node_modules/string_decoder/package.json +13 -41
- package/node_modules/npm/node_modules/through2/package.json +19 -55
- package/node_modules/npm/node_modules/timed-out/package.json +12 -44
- package/node_modules/npm/node_modules/tiny-relative-date/package.json +21 -57
- package/node_modules/npm/node_modules/tough-cookie/package.json +40 -58
- package/node_modules/npm/node_modules/tunnel-agent/package.json +12 -45
- package/node_modules/npm/node_modules/tweetnacl/package.json +35 -63
- package/node_modules/npm/node_modules/typedarray/package.json +16 -44
- package/node_modules/npm/node_modules/uid-number/package.json +10 -47
- package/node_modules/npm/node_modules/umask/index.js~ +68 -0
- package/node_modules/npm/node_modules/umask/package.json +17 -49
- package/node_modules/npm/node_modules/umask/test/ChangeLog~ +5 -0
- package/node_modules/npm/node_modules/umask/test/simple.js~ +14 -0
- package/node_modules/npm/node_modules/unique-filename/.nyc_output/54942.json +1 -0
- package/node_modules/npm/node_modules/unique-filename/.nyc_output/54944.json +1 -0
- package/node_modules/npm/node_modules/unique-filename/package.json +16 -46
- package/node_modules/npm/node_modules/unique-slug/package.json +12 -45
- package/node_modules/npm/node_modules/unique-string/package.json +13 -45
- package/node_modules/npm/node_modules/unpipe/package.json +8 -47
- package/node_modules/npm/node_modules/unzip-response/package.json +25 -57
- package/node_modules/npm/node_modules/update-notifier/package.json +27 -61
- package/node_modules/npm/node_modules/uri-js/node_modules/punycode/package.json +32 -59
- package/node_modules/npm/node_modules/uri-js/package.json +36 -64
- package/node_modules/npm/node_modules/url-parse-lax/package.json +13 -45
- package/node_modules/npm/node_modules/util-deprecate/package.json +14 -43
- package/node_modules/npm/node_modules/util-extend/package.json +9 -38
- package/node_modules/npm/node_modules/util-promisify/package.json +7 -39
- package/node_modules/npm/node_modules/uuid/package.json +22 -76
- package/node_modules/npm/node_modules/validate-npm-package-license/package.json +7 -49
- package/node_modules/npm/node_modules/validate-npm-package-name/.nyc_output/aa4ee25ac41a9c3c7ee37ce965e6d1ac.json +1 -0
- package/node_modules/npm/node_modules/validate-npm-package-name/.nyc_output/bb918173e62b9517f55b630902d07ef4.json +1 -0
- package/node_modules/npm/node_modules/validate-npm-package-name/package.json +19 -51
- package/node_modules/npm/node_modules/verror/CONTRIBUTING.md +19 -0
- package/node_modules/npm/node_modules/verror/package.json +20 -49
- package/node_modules/npm/node_modules/wcwidth/package.json +17 -48
- package/node_modules/npm/node_modules/which/package.json +16 -58
- package/node_modules/npm/node_modules/which-module/package.json +23 -50
- package/node_modules/npm/node_modules/wide-align/node_modules/string-width/package.json +16 -48
- package/node_modules/npm/node_modules/wide-align/package.json +16 -52
- package/node_modules/npm/node_modules/widest-line/package.json +14 -46
- package/node_modules/npm/node_modules/worker-farm/package.json +12 -42
- package/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/package.json +51 -83
- package/node_modules/npm/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/package.json +11 -43
- package/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/package.json +54 -86
- package/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +52 -85
- package/node_modules/npm/node_modules/wrap-ansi/package.json +59 -93
- package/node_modules/npm/node_modules/wrappy/package.json +16 -51
- package/node_modules/npm/node_modules/write-file-atomic/package.json +20 -54
- package/node_modules/npm/node_modules/xdg-basedir/package.json +13 -46
- package/node_modules/npm/node_modules/xtend/.jshintrc +30 -0
- package/node_modules/npm/node_modules/xtend/package.json +25 -57
- package/node_modules/npm/node_modules/y18n/package.json +24 -57
- package/node_modules/npm/node_modules/yallist/package.json +15 -48
- package/node_modules/npm/node_modules/yargs/node_modules/ansi-regex/package.json +51 -83
- package/node_modules/npm/node_modules/yargs/node_modules/find-up/package.json +48 -80
- package/node_modules/npm/node_modules/yargs/node_modules/is-fullwidth-code-point/package.json +11 -43
- package/node_modules/npm/node_modules/yargs/node_modules/locate-path/package.json +42 -74
- package/node_modules/npm/node_modules/yargs/node_modules/p-limit/package.json +50 -82
- package/node_modules/npm/node_modules/yargs/node_modules/p-locate/package.json +49 -81
- package/node_modules/npm/node_modules/yargs/node_modules/p-try/package.json +40 -72
- package/node_modules/npm/node_modules/yargs/node_modules/string-width/package.json +54 -86
- package/node_modules/npm/node_modules/yargs/node_modules/strip-ansi/package.json +52 -84
- package/node_modules/npm/node_modules/yargs/package.json +30 -61
- package/node_modules/npm/node_modules/yargs-parser/node_modules/camelcase/package.json +41 -73
- package/node_modules/npm/node_modules/yargs-parser/package.json +28 -60
- package/node_modules/npm/package.json +3 -6
- package/node_modules/oauth-sign/package.json +1 -5
- package/node_modules/object-inspect/.eslintignore +1 -0
- package/node_modules/object-inspect/.eslintrc +53 -0
- package/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/node_modules/object-inspect/.nycrc +13 -0
- package/node_modules/object-inspect/CHANGELOG.md +342 -0
- package/node_modules/object-inspect/LICENSE +21 -0
- package/node_modules/object-inspect/example/all.js +23 -0
- package/node_modules/object-inspect/example/circular.js +6 -0
- package/node_modules/object-inspect/example/fn.js +5 -0
- package/node_modules/object-inspect/example/inspect.js +10 -0
- package/node_modules/object-inspect/index.js +511 -0
- package/node_modules/object-inspect/package.json +84 -0
- package/node_modules/object-inspect/readme.markdown +86 -0
- package/node_modules/object-inspect/test/bigint.js +58 -0
- package/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/node_modules/object-inspect/test/circular.js +16 -0
- package/node_modules/object-inspect/test/deep.js +12 -0
- package/node_modules/object-inspect/test/element.js +53 -0
- package/node_modules/object-inspect/test/err.js +48 -0
- package/node_modules/object-inspect/test/fakes.js +29 -0
- package/node_modules/object-inspect/test/fn.js +76 -0
- package/node_modules/object-inspect/test/has.js +34 -0
- package/node_modules/object-inspect/test/holes.js +15 -0
- package/node_modules/object-inspect/test/indent-option.js +271 -0
- package/node_modules/object-inspect/test/inspect.js +102 -0
- package/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/node_modules/object-inspect/test/number.js +58 -0
- package/node_modules/object-inspect/test/quoteStyle.js +17 -0
- package/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/node_modules/object-inspect/test/undef.js +12 -0
- package/node_modules/object-inspect/test/values.js +211 -0
- package/node_modules/object-inspect/test-core-js.js +26 -0
- package/node_modules/object-inspect/util.inspect.js +1 -0
- package/node_modules/on-finished/HISTORY.md +10 -0
- package/node_modules/on-finished/README.md +28 -20
- package/node_modules/on-finished/index.js +51 -13
- package/node_modules/on-finished/package.json +14 -10
- package/node_modules/once/package.json +1 -5
- package/node_modules/parseurl/package.json +1 -5
- package/node_modules/path-is-absolute/package.json +1 -5
- package/node_modules/path-parse/package.json +1 -5
- package/node_modules/path-to-regexp/package.json +1 -5
- package/node_modules/performance-now/package.json +1 -5
- package/node_modules/proxy-addr/package.json +1 -5
- package/node_modules/psl/package.json +1 -5
- package/node_modules/punycode/package.json +1 -5
- package/node_modules/qs/.editorconfig +10 -0
- package/node_modules/qs/.eslintrc +21 -4
- package/node_modules/qs/.github/FUNDING.yml +12 -0
- package/node_modules/qs/.nycrc +13 -0
- package/node_modules/qs/CHANGELOG.md +132 -0
- package/node_modules/qs/LICENSE.md +29 -0
- package/node_modules/qs/README.md +71 -18
- package/node_modules/qs/dist/qs.js +1336 -74
- package/node_modules/qs/lib/formats.js +9 -4
- package/node_modules/qs/lib/parse.js +36 -15
- package/node_modules/qs/lib/stringify.js +99 -51
- package/node_modules/qs/lib/utils.js +24 -2
- package/node_modules/qs/package.json +36 -25
- package/node_modules/qs/test/parse.js +166 -1
- package/node_modules/qs/test/stringify.js +199 -13
- package/node_modules/qs/test/utils.js +1 -1
- package/node_modules/range-parser/package.json +1 -5
- package/node_modules/raw-body/HISTORY.md +33 -0
- package/node_modules/raw-body/LICENSE +1 -1
- package/node_modules/raw-body/README.md +12 -8
- package/node_modules/raw-body/SECURITY.md +24 -0
- package/node_modules/raw-body/index.js +45 -2
- package/node_modules/raw-body/package.json +20 -23
- package/node_modules/rechoir/package.json +1 -5
- package/node_modules/request/node_modules/qs/.editorconfig +14 -1
- package/node_modules/request/node_modules/qs/.eslintrc +21 -3
- package/node_modules/request/node_modules/qs/.github/FUNDING.yml +12 -0
- package/node_modules/request/node_modules/qs/.nycrc +13 -0
- package/node_modules/request/node_modules/qs/CHANGELOG.md +24 -0
- package/node_modules/request/node_modules/qs/LICENSE.md +29 -0
- package/node_modules/request/node_modules/qs/README.md +54 -19
- package/node_modules/request/node_modules/qs/bower.json +21 -0
- package/node_modules/request/node_modules/qs/component.json +15 -0
- package/node_modules/request/node_modules/qs/dist/qs.js +35 -25
- package/node_modules/request/node_modules/qs/lib/formats.js +1 -1
- package/node_modules/request/node_modules/qs/lib/parse.js +6 -5
- package/node_modules/request/node_modules/qs/lib/stringify.js +21 -14
- package/node_modules/request/node_modules/qs/lib/utils.js +7 -5
- package/node_modules/request/node_modules/qs/package.json +19 -21
- package/node_modules/request/node_modules/qs/test/parse.js +79 -4
- package/node_modules/request/node_modules/qs/test/stringify.js +45 -0
- package/node_modules/request/node_modules/qs/test/utils.js +31 -0
- package/node_modules/request/package.json +1 -5
- package/node_modules/resolve/.eslintrc +34 -8
- package/node_modules/resolve/.github/FUNDING.yml +12 -0
- package/node_modules/resolve/appveyor.yml +4 -2
- package/node_modules/resolve/async.js +3 -0
- package/node_modules/resolve/bin/resolve +50 -0
- package/node_modules/resolve/lib/async.js +10 -1
- package/node_modules/resolve/lib/core.js +1 -2
- package/node_modules/resolve/lib/core.json +85 -16
- package/node_modules/resolve/lib/homedir.js +24 -0
- package/node_modules/resolve/lib/node-modules-paths.js +1 -1
- package/node_modules/resolve/lib/sync.js +14 -5
- package/node_modules/resolve/package.json +24 -17
- package/node_modules/resolve/readme.markdown +35 -13
- package/node_modules/resolve/sync.js +3 -0
- package/node_modules/resolve/test/home_paths.js +127 -0
- package/node_modules/resolve/test/home_paths_sync.js +114 -0
- package/node_modules/resolve/test/mock_sync.js +2 -4
- package/node_modules/resolve/test/node_path.js +1 -1
- package/node_modules/resolve/test/resolver/invalid_main/package.json +1 -1
- package/node_modules/{nopt/.npmignore → resolve/test/resolver/malformed_package_json/index.js} +0 -0
- package/node_modules/resolve/test/resolver/malformed_package_json/package.json +1 -0
- package/node_modules/resolve/test/resolver.js +99 -3
- package/node_modules/resolve/test/resolver_sync.js +310 -23
- package/node_modules/safe-buffer/index.js +3 -0
- package/node_modules/safe-buffer/package.json +19 -9
- package/node_modules/safer-buffer/package.json +1 -5
- package/node_modules/send/HISTORY.md +10 -0
- package/node_modules/send/README.md +4 -6
- package/node_modules/send/index.js +7 -3
- package/node_modules/send/node_modules/depd/History.md +96 -0
- package/node_modules/send/node_modules/depd/LICENSE +22 -0
- package/node_modules/send/node_modules/depd/Readme.md +280 -0
- package/node_modules/send/node_modules/depd/index.js +522 -0
- package/node_modules/send/node_modules/depd/lib/browser/index.js +77 -0
- package/node_modules/send/node_modules/depd/lib/compat/callsite-tostring.js +103 -0
- package/node_modules/send/node_modules/depd/lib/compat/event-listener-count.js +22 -0
- package/node_modules/send/node_modules/depd/lib/compat/index.js +79 -0
- package/node_modules/send/node_modules/depd/package.json +41 -0
- package/node_modules/send/node_modules/destroy/LICENSE +22 -0
- package/node_modules/send/node_modules/destroy/README.md +60 -0
- package/node_modules/send/node_modules/destroy/index.js +75 -0
- package/node_modules/send/node_modules/destroy/package.json +37 -0
- package/node_modules/send/node_modules/http-errors/HISTORY.md +165 -0
- package/node_modules/send/node_modules/http-errors/LICENSE +23 -0
- package/node_modules/send/node_modules/http-errors/README.md +169 -0
- package/node_modules/send/node_modules/http-errors/index.js +299 -0
- package/node_modules/send/node_modules/http-errors/package.json +49 -0
- package/node_modules/send/node_modules/ms/index.js +3 -3
- package/node_modules/send/node_modules/ms/license.md +1 -1
- package/node_modules/send/node_modules/ms/package.json +6 -9
- package/node_modules/send/node_modules/ms/readme.md +1 -2
- package/node_modules/send/node_modules/on-finished/HISTORY.md +88 -0
- package/node_modules/send/node_modules/on-finished/LICENSE +23 -0
- package/node_modules/send/node_modules/on-finished/README.md +154 -0
- package/node_modules/send/node_modules/on-finished/index.js +196 -0
- package/node_modules/send/node_modules/on-finished/package.json +31 -0
- package/node_modules/send/package.json +17 -21
- package/node_modules/serve-static/HISTORY.md +8 -0
- package/node_modules/serve-static/README.md +9 -11
- package/node_modules/serve-static/package.json +17 -21
- package/node_modules/setprototypeof/README.md +1 -1
- package/node_modules/setprototypeof/index.js +1 -1
- package/node_modules/setprototypeof/package.json +7 -9
- package/node_modules/shelljs/package.json +2 -6
- package/node_modules/shelljs/src/exec.js +19 -1
- package/node_modules/side-channel/.eslintignore +1 -0
- package/node_modules/side-channel/.eslintrc +11 -0
- package/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel/.nycrc +13 -0
- package/node_modules/side-channel/CHANGELOG.md +65 -0
- package/node_modules/side-channel/LICENSE +21 -0
- package/node_modules/side-channel/README.md +2 -0
- package/node_modules/side-channel/index.js +124 -0
- package/node_modules/side-channel/package.json +67 -0
- package/node_modules/side-channel/test/index.js +78 -0
- package/node_modules/sshpk/Jenkinsfile +86 -0
- package/node_modules/sshpk/lib/formats/putty.js +99 -4
- package/node_modules/sshpk/lib/private-key.js +1 -0
- package/node_modules/sshpk/package.json +2 -6
- package/node_modules/statuses/package.json +1 -5
- package/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
- package/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
- package/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
- package/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
- package/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
- package/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
- package/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
- package/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
- package/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
- package/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
- package/node_modules/toidentifier/HISTORY.md +9 -0
- package/node_modules/toidentifier/README.md +3 -3
- package/node_modules/toidentifier/index.js +2 -0
- package/node_modules/toidentifier/package.json +17 -17
- package/node_modules/tough-cookie/package.json +1 -5
- package/node_modules/traverse/package.json +1 -5
- package/node_modules/tunnel-agent/package.json +1 -5
- package/node_modules/tweetnacl/package.json +1 -5
- package/node_modules/type-is/package.json +1 -5
- package/node_modules/underscore/amd/_collectNonEnumProps.js +1 -1
- package/node_modules/underscore/amd/_setup.js +1 -1
- package/node_modules/underscore/amd/sample.js +2 -2
- package/node_modules/underscore/cjs/_collectNonEnumProps.js +1 -1
- package/node_modules/underscore/cjs/_setup.js +1 -1
- package/node_modules/underscore/cjs/sample.js +2 -2
- package/node_modules/underscore/modules/_collectNonEnumProps.js +1 -1
- package/node_modules/underscore/modules/_setup.js +1 -1
- package/node_modules/underscore/modules/index.js +1 -1
- package/node_modules/underscore/modules/sample.js +2 -2
- package/node_modules/underscore/package.json +2 -6
- package/node_modules/underscore/underscore-esm-min.js +2 -2
- package/node_modules/underscore/underscore-esm-min.js.map +1 -1
- package/node_modules/underscore/underscore-esm.js +17 -17
- package/node_modules/underscore/underscore-esm.js.map +1 -1
- package/node_modules/underscore/underscore-min.js +2 -2
- package/node_modules/underscore/underscore-min.js.map +1 -1
- package/node_modules/underscore/underscore-node-f.cjs +17 -17
- package/node_modules/underscore/underscore-node-f.cjs.map +1 -1
- package/node_modules/underscore/underscore-node.cjs +1 -1
- package/node_modules/underscore/underscore-node.mjs +1 -1
- package/node_modules/underscore/underscore-umd-min.js +2 -2
- package/node_modules/underscore/underscore-umd-min.js.map +1 -1
- package/node_modules/underscore/underscore-umd.js +17 -17
- package/node_modules/underscore/underscore-umd.js.map +1 -1
- package/node_modules/underscore/underscore.js +17 -17
- package/node_modules/unpipe/package.json +1 -5
- package/node_modules/unzip-stream/package.json +1 -5
- package/node_modules/uri-js/package.json +1 -5
- package/node_modules/utils-merge/package.json +1 -5
- package/node_modules/uuid/package.json +1 -5
- package/node_modules/vary/package.json +1 -5
- package/node_modules/{core-util-is → verror/node_modules/core-util-is}/LICENSE +0 -0
- package/node_modules/{core-util-is → verror/node_modules/core-util-is}/README.md +0 -0
- package/node_modules/{core-util-is → verror/node_modules/core-util-is}/float.patch +0 -0
- package/node_modules/{core-util-is → verror/node_modules/core-util-is}/lib/util.js +0 -0
- package/node_modules/verror/node_modules/core-util-is/package.json +32 -0
- package/node_modules/{core-util-is → verror/node_modules/core-util-is}/test.js +0 -0
- package/node_modules/verror/package.json +1 -5
- package/node_modules/wrappy/package.json +1 -5
- package/package.json +12 -10
- package/node_modules/abbrev/LICENSE +0 -46
- package/node_modules/abbrev/README.md +0 -23
- package/node_modules/abbrev/abbrev.js +0 -61
- package/node_modules/abbrev/package.json +0 -25
- package/node_modules/ajv/package.json +0 -110
- package/node_modules/ansi-align/CHANGELOG.md +0 -36
- package/node_modules/ansi-align/LICENSE +0 -13
- package/node_modules/ansi-align/README.md +0 -79
- package/node_modules/ansi-align/index.js +0 -61
- package/node_modules/ansi-align/package.json +0 -47
- package/node_modules/ansi-styles/index.js +0 -65
- package/node_modules/ansi-styles/license +0 -21
- package/node_modules/ansi-styles/package.json +0 -54
- package/node_modules/ansi-styles/readme.md +0 -86
- package/node_modules/boxen/index.js +0 -138
- package/node_modules/boxen/license +0 -9
- package/node_modules/boxen/package.json +0 -51
- package/node_modules/boxen/readme.md +0 -175
- package/node_modules/camelcase/index.js +0 -64
- package/node_modules/camelcase/license +0 -21
- package/node_modules/camelcase/package.json +0 -46
- package/node_modules/camelcase/readme.md +0 -57
- package/node_modules/capture-stack-trace/index.js +0 -18
- package/node_modules/capture-stack-trace/license +0 -21
- package/node_modules/capture-stack-trace/package.json +0 -33
- package/node_modules/capture-stack-trace/readme.md +0 -36
- package/node_modules/chalk/index.js +0 -228
- package/node_modules/chalk/index.js.flow +0 -93
- package/node_modules/chalk/license +0 -9
- package/node_modules/chalk/node_modules/ansi-styles/index.js +0 -165
- package/node_modules/chalk/node_modules/ansi-styles/license +0 -9
- package/node_modules/chalk/node_modules/ansi-styles/package.json +0 -60
- package/node_modules/chalk/node_modules/ansi-styles/readme.md +0 -147
- package/node_modules/chalk/node_modules/supports-color/browser.js +0 -5
- package/node_modules/chalk/node_modules/supports-color/index.js +0 -131
- package/node_modules/chalk/node_modules/supports-color/license +0 -9
- package/node_modules/chalk/node_modules/supports-color/package.json +0 -57
- package/node_modules/chalk/node_modules/supports-color/readme.md +0 -66
- package/node_modules/chalk/package.json +0 -75
- package/node_modules/chalk/readme.md +0 -314
- package/node_modules/chalk/templates.js +0 -128
- package/node_modules/chalk/types/index.d.ts +0 -97
- package/node_modules/ci-info/CHANGELOG.md +0 -62
- package/node_modules/ci-info/LICENSE +0 -21
- package/node_modules/ci-info/README.md +0 -107
- package/node_modules/ci-info/index.js +0 -66
- package/node_modules/ci-info/package.json +0 -40
- package/node_modules/ci-info/vendors.json +0 -152
- package/node_modules/cli-boxes/boxes.json +0 -50
- package/node_modules/cli-boxes/index.js +0 -2
- package/node_modules/cli-boxes/license +0 -21
- package/node_modules/cli-boxes/package.json +0 -43
- package/node_modules/cli-boxes/readme.md +0 -94
- package/node_modules/color-convert/CHANGELOG.md +0 -54
- package/node_modules/color-convert/LICENSE +0 -21
- package/node_modules/color-convert/README.md +0 -68
- package/node_modules/color-convert/conversions.js +0 -868
- package/node_modules/color-convert/index.js +0 -78
- package/node_modules/color-convert/package.json +0 -50
- package/node_modules/color-convert/route.js +0 -97
- package/node_modules/color-name/.eslintrc.json +0 -43
- package/node_modules/color-name/.npmignore +0 -107
- package/node_modules/color-name/LICENSE +0 -8
- package/node_modules/color-name/README.md +0 -11
- package/node_modules/color-name/index.js +0 -152
- package/node_modules/color-name/package.json +0 -29
- package/node_modules/color-name/test.js +0 -7
- package/node_modules/configstore/index.js +0 -106
- package/node_modules/configstore/license +0 -9
- package/node_modules/configstore/package.json +0 -51
- package/node_modules/configstore/readme.md +0 -116
- package/node_modules/core-util-is/package.json +0 -36
- package/node_modules/create-error-class/index.js +0 -44
- package/node_modules/create-error-class/license +0 -21
- package/node_modules/create-error-class/package.json +0 -34
- package/node_modules/create-error-class/readme.md +0 -54
- package/node_modules/cross-spawn/CHANGELOG.md +0 -6
- package/node_modules/cross-spawn/LICENSE +0 -19
- package/node_modules/cross-spawn/README.md +0 -85
- package/node_modules/cross-spawn/index.js +0 -59
- package/node_modules/cross-spawn/lib/enoent.js +0 -73
- package/node_modules/cross-spawn/lib/parse.js +0 -113
- package/node_modules/cross-spawn/lib/util/escapeArgument.js +0 -30
- package/node_modules/cross-spawn/lib/util/escapeCommand.js +0 -12
- package/node_modules/cross-spawn/lib/util/hasEmptyArgumentBug.js +0 -18
- package/node_modules/cross-spawn/lib/util/readShebang.js +0 -37
- package/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -31
- package/node_modules/cross-spawn/package.json +0 -57
- package/node_modules/crypto-random-string/index.js +0 -10
- package/node_modules/crypto-random-string/license +0 -21
- package/node_modules/crypto-random-string/package.json +0 -47
- package/node_modules/crypto-random-string/readme.md +0 -49
- package/node_modules/deep-extend/CHANGELOG.md +0 -46
- package/node_modules/deep-extend/LICENSE +0 -20
- package/node_modules/deep-extend/README.md +0 -91
- package/node_modules/deep-extend/index.js +0 -1
- package/node_modules/deep-extend/lib/deep-extend.js +0 -150
- package/node_modules/deep-extend/package.json +0 -66
- package/node_modules/dot-prop/index.js +0 -141
- package/node_modules/dot-prop/license +0 -21
- package/node_modules/dot-prop/package.json +0 -52
- package/node_modules/dot-prop/readme.md +0 -105
- package/node_modules/duplexer3/LICENSE.md +0 -26
- package/node_modules/duplexer3/README.md +0 -115
- package/node_modules/duplexer3/index.js +0 -76
- package/node_modules/duplexer3/package.json +0 -32
- package/node_modules/escape-string-regexp/index.js +0 -11
- package/node_modules/escape-string-regexp/license +0 -21
- package/node_modules/escape-string-regexp/package.json +0 -45
- package/node_modules/escape-string-regexp/readme.md +0 -27
- package/node_modules/execa/index.js +0 -309
- package/node_modules/execa/lib/errname.js +0 -37
- package/node_modules/execa/lib/stdio.js +0 -41
- package/node_modules/execa/license +0 -9
- package/node_modules/execa/package.json +0 -80
- package/node_modules/execa/readme.md +0 -279
- package/node_modules/fast-deep-equal/package.json +0 -65
- package/node_modules/get-stream/buffer-stream.js +0 -51
- package/node_modules/get-stream/index.js +0 -51
- package/node_modules/get-stream/license +0 -21
- package/node_modules/get-stream/package.json +0 -52
- package/node_modules/get-stream/readme.md +0 -117
- package/node_modules/global-dirs/index.js +0 -90
- package/node_modules/global-dirs/license +0 -9
- package/node_modules/global-dirs/package.json +0 -56
- package/node_modules/global-dirs/readme.md +0 -69
- package/node_modules/got/index.js +0 -364
- package/node_modules/got/license +0 -21
- package/node_modules/got/package.json +0 -82
- package/node_modules/got/readme.md +0 -335
- package/node_modules/graceful-fs/LICENSE +0 -15
- package/node_modules/graceful-fs/README.md +0 -143
- package/node_modules/graceful-fs/clone.js +0 -23
- package/node_modules/graceful-fs/graceful-fs.js +0 -429
- package/node_modules/graceful-fs/legacy-streams.js +0 -118
- package/node_modules/graceful-fs/package.json +0 -54
- package/node_modules/graceful-fs/polyfills.js +0 -346
- package/node_modules/has-flag/index.js +0 -8
- package/node_modules/has-flag/license +0 -9
- package/node_modules/has-flag/package.json +0 -48
- package/node_modules/has-flag/readme.md +0 -70
- package/node_modules/hosted-git-info/CHANGELOG.md +0 -151
- package/node_modules/hosted-git-info/LICENSE +0 -13
- package/node_modules/hosted-git-info/README.md +0 -133
- package/node_modules/hosted-git-info/git-host-info.js +0 -79
- package/node_modules/hosted-git-info/git-host.js +0 -156
- package/node_modules/hosted-git-info/index.js +0 -148
- package/node_modules/hosted-git-info/package.json +0 -44
- package/node_modules/import-lazy/index.js +0 -53
- package/node_modules/import-lazy/license +0 -21
- package/node_modules/import-lazy/package.json +0 -48
- package/node_modules/import-lazy/readme.md +0 -64
- package/node_modules/imurmurhash/README.md +0 -122
- package/node_modules/imurmurhash/imurmurhash.js +0 -138
- package/node_modules/imurmurhash/imurmurhash.min.js +0 -12
- package/node_modules/imurmurhash/package.json +0 -44
- package/node_modules/ini/LICENSE +0 -15
- package/node_modules/ini/README.md +0 -102
- package/node_modules/ini/ini.js +0 -206
- package/node_modules/ini/package.json +0 -37
- package/node_modules/is-callable/.editorconfig +0 -26
- package/node_modules/is-callable/.eslintrc +0 -21
- package/node_modules/is-callable/.github/FUNDING.yml +0 -12
- package/node_modules/is-callable/.istanbul.yml +0 -47
- package/node_modules/is-callable/CHANGELOG.md +0 -108
- package/node_modules/is-callable/LICENSE +0 -22
- package/node_modules/is-callable/README.md +0 -67
- package/node_modules/is-callable/index.js +0 -74
- package/node_modules/is-callable/package.json +0 -96
- package/node_modules/is-callable/test/index.js +0 -170
- package/node_modules/is-ci/LICENSE +0 -21
- package/node_modules/is-ci/README.md +0 -50
- package/node_modules/is-ci/bin.js +0 -4
- package/node_modules/is-ci/index.js +0 -3
- package/node_modules/is-ci/package.json +0 -42
- package/node_modules/is-fullwidth-code-point/index.js +0 -46
- package/node_modules/is-fullwidth-code-point/license +0 -21
- package/node_modules/is-fullwidth-code-point/package.json +0 -49
- package/node_modules/is-fullwidth-code-point/readme.md +0 -39
- package/node_modules/is-installed-globally/index.js +0 -5
- package/node_modules/is-installed-globally/license +0 -9
- package/node_modules/is-installed-globally/package.json +0 -52
- package/node_modules/is-installed-globally/readme.md +0 -39
- package/node_modules/is-npm/index.js +0 -4
- package/node_modules/is-npm/package.json +0 -36
- package/node_modules/is-npm/readme.md +0 -30
- package/node_modules/is-obj/index.js +0 -5
- package/node_modules/is-obj/license +0 -21
- package/node_modules/is-obj/package.json +0 -37
- package/node_modules/is-obj/readme.md +0 -34
- package/node_modules/is-path-inside/index.js +0 -14
- package/node_modules/is-path-inside/license +0 -21
- package/node_modules/is-path-inside/package.json +0 -41
- package/node_modules/is-path-inside/readme.md +0 -34
- package/node_modules/is-redirect/index.js +0 -14
- package/node_modules/is-redirect/license +0 -21
- package/node_modules/is-redirect/package.json +0 -39
- package/node_modules/is-redirect/readme.md +0 -28
- package/node_modules/is-retry-allowed/index.js +0 -62
- package/node_modules/is-retry-allowed/license +0 -21
- package/node_modules/is-retry-allowed/package.json +0 -33
- package/node_modules/is-retry-allowed/readme.md +0 -42
- package/node_modules/is-stream/index.js +0 -21
- package/node_modules/is-stream/license +0 -21
- package/node_modules/is-stream/package.json +0 -42
- package/node_modules/is-stream/readme.md +0 -42
- package/node_modules/isarray/.npmignore +0 -1
- package/node_modules/isarray/.travis.yml +0 -4
- package/node_modules/isarray/Makefile +0 -6
- package/node_modules/isarray/README.md +0 -60
- package/node_modules/isarray/component.json +0 -19
- package/node_modules/isarray/index.js +0 -5
- package/node_modules/isarray/package.json +0 -49
- package/node_modules/isarray/test.js +0 -20
- package/node_modules/isexe/.npmignore +0 -2
- package/node_modules/isexe/LICENSE +0 -15
- package/node_modules/isexe/README.md +0 -51
- package/node_modules/isexe/index.js +0 -57
- package/node_modules/isexe/mode.js +0 -41
- package/node_modules/isexe/package.json +0 -35
- package/node_modules/isexe/test/basic.js +0 -221
- package/node_modules/isexe/windows.js +0 -42
- package/node_modules/json-parse-better-errors/CHANGELOG.md +0 -46
- package/node_modules/json-parse-better-errors/LICENSE.md +0 -7
- package/node_modules/json-parse-better-errors/README.md +0 -46
- package/node_modules/json-parse-better-errors/index.js +0 -38
- package/node_modules/json-parse-better-errors/package.json +0 -49
- package/node_modules/json-schema/draft-00/hyper-schema +0 -68
- package/node_modules/json-schema/draft-00/json-ref +0 -26
- package/node_modules/json-schema/draft-00/links +0 -33
- package/node_modules/json-schema/draft-00/schema +0 -155
- package/node_modules/json-schema/draft-01/hyper-schema +0 -68
- package/node_modules/json-schema/draft-01/json-ref +0 -26
- package/node_modules/json-schema/draft-01/links +0 -33
- package/node_modules/json-schema/draft-01/schema +0 -155
- package/node_modules/json-schema/draft-02/hyper-schema +0 -68
- package/node_modules/json-schema/draft-02/json-ref +0 -26
- package/node_modules/json-schema/draft-02/links +0 -35
- package/node_modules/json-schema/draft-02/schema +0 -166
- package/node_modules/json-schema/draft-03/examples/address +0 -20
- package/node_modules/json-schema/draft-03/examples/calendar +0 -53
- package/node_modules/json-schema/draft-03/examples/card +0 -105
- package/node_modules/json-schema/draft-03/examples/geo +0 -8
- package/node_modules/json-schema/draft-03/examples/interfaces +0 -23
- package/node_modules/json-schema/draft-03/hyper-schema +0 -60
- package/node_modules/json-schema/draft-03/json-ref +0 -26
- package/node_modules/json-schema/draft-03/links +0 -35
- package/node_modules/json-schema/draft-03/schema +0 -174
- package/node_modules/json-schema/draft-04/hyper-schema +0 -60
- package/node_modules/json-schema/draft-04/links +0 -41
- package/node_modules/json-schema/draft-04/schema +0 -189
- package/node_modules/json-schema/draft-zyp-json-schema-03.xml +0 -1120
- package/node_modules/json-schema/draft-zyp-json-schema-04.xml +0 -1072
- package/node_modules/json-schema/test/tests.js +0 -95
- package/node_modules/json-schema-traverse/package.json +0 -47
- package/node_modules/latest-version/index.js +0 -4
- package/node_modules/latest-version/license +0 -21
- package/node_modules/latest-version/package.json +0 -43
- package/node_modules/latest-version/readme.md +0 -40
- package/node_modules/lowercase-keys/index.js +0 -11
- package/node_modules/lowercase-keys/license +0 -21
- package/node_modules/lowercase-keys/package.json +0 -39
- package/node_modules/lowercase-keys/readme.md +0 -33
- package/node_modules/lru-cache/LICENSE +0 -15
- package/node_modules/lru-cache/README.md +0 -158
- package/node_modules/lru-cache/index.js +0 -468
- package/node_modules/lru-cache/package.json +0 -40
- package/node_modules/make-dir/index.js +0 -85
- package/node_modules/make-dir/license +0 -9
- package/node_modules/make-dir/package.json +0 -58
- package/node_modules/make-dir/readme.md +0 -116
- package/node_modules/nopt/LICENSE +0 -23
- package/node_modules/nopt/README.md +0 -208
- package/node_modules/nopt/bin/nopt.js +0 -44
- package/node_modules/nopt/examples/my-program.js +0 -30
- package/node_modules/nopt/lib/nopt.js +0 -552
- package/node_modules/nopt/package.json +0 -16
- package/node_modules/normalize-package-data/AUTHORS +0 -4
- package/node_modules/normalize-package-data/LICENSE +0 -30
- package/node_modules/normalize-package-data/README.md +0 -106
- package/node_modules/normalize-package-data/lib/extract_description.js +0 -14
- package/node_modules/normalize-package-data/lib/fixer.js +0 -418
- package/node_modules/normalize-package-data/lib/make_warning.js +0 -23
- package/node_modules/normalize-package-data/lib/normalize.js +0 -39
- package/node_modules/normalize-package-data/lib/safe_format.js +0 -9
- package/node_modules/normalize-package-data/lib/typos.json +0 -25
- package/node_modules/normalize-package-data/lib/warning_messages.json +0 -30
- package/node_modules/normalize-package-data/package.json +0 -35
- package/node_modules/npm/node_modules/json-schema/draft-00/hyper-schema +0 -68
- package/node_modules/npm/node_modules/json-schema/draft-00/json-ref +0 -26
- package/node_modules/npm/node_modules/json-schema/draft-00/links +0 -33
- package/node_modules/npm/node_modules/json-schema/draft-00/schema +0 -155
- package/node_modules/npm/node_modules/json-schema/draft-01/hyper-schema +0 -68
- package/node_modules/npm/node_modules/json-schema/draft-01/json-ref +0 -26
- package/node_modules/npm/node_modules/json-schema/draft-01/links +0 -33
- package/node_modules/npm/node_modules/json-schema/draft-01/schema +0 -155
- package/node_modules/npm/node_modules/json-schema/draft-02/hyper-schema +0 -68
- package/node_modules/npm/node_modules/json-schema/draft-02/json-ref +0 -26
- package/node_modules/npm/node_modules/json-schema/draft-02/links +0 -35
- package/node_modules/npm/node_modules/json-schema/draft-02/schema +0 -166
- package/node_modules/npm/node_modules/json-schema/draft-03/examples/address +0 -20
- package/node_modules/npm/node_modules/json-schema/draft-03/examples/calendar +0 -53
- package/node_modules/npm/node_modules/json-schema/draft-03/examples/card +0 -105
- package/node_modules/npm/node_modules/json-schema/draft-03/examples/geo +0 -8
- package/node_modules/npm/node_modules/json-schema/draft-03/examples/interfaces +0 -23
- package/node_modules/npm/node_modules/json-schema/draft-03/hyper-schema +0 -60
- package/node_modules/npm/node_modules/json-schema/draft-03/json-ref +0 -26
- package/node_modules/npm/node_modules/json-schema/draft-03/links +0 -35
- package/node_modules/npm/node_modules/json-schema/draft-03/schema +0 -174
- package/node_modules/npm/node_modules/json-schema/draft-04/hyper-schema +0 -60
- package/node_modules/npm/node_modules/json-schema/draft-04/links +0 -41
- package/node_modules/npm/node_modules/json-schema/draft-04/schema +0 -189
- package/node_modules/npm/node_modules/json-schema/draft-zyp-json-schema-03.xml +0 -1120
- package/node_modules/npm/node_modules/json-schema/draft-zyp-json-schema-04.xml +0 -1072
- package/node_modules/npm/node_modules/json-schema/test/tests.js +0 -95
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.pyc +0 -0
- package/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.pyc +0 -0
- package/node_modules/npm-run-path/index.js +0 -39
- package/node_modules/npm-run-path/license +0 -21
- package/node_modules/npm-run-path/package.json +0 -49
- package/node_modules/npm-run-path/readme.md +0 -81
- package/node_modules/object-assign/index.js +0 -90
- package/node_modules/object-assign/license +0 -21
- package/node_modules/object-assign/package.json +0 -46
- package/node_modules/object-assign/readme.md +0 -61
- package/node_modules/p-finally/index.js +0 -15
- package/node_modules/p-finally/license +0 -21
- package/node_modules/p-finally/package.json +0 -46
- package/node_modules/p-finally/readme.md +0 -47
- package/node_modules/package-json/index.js +0 -67
- package/node_modules/package-json/license +0 -21
- package/node_modules/package-json/package.json +0 -47
- package/node_modules/package-json/readme.md +0 -91
- package/node_modules/path-exists/index.js +0 -17
- package/node_modules/path-exists/license +0 -21
- package/node_modules/path-exists/package.json +0 -44
- package/node_modules/path-exists/readme.md +0 -50
- package/node_modules/path-is-inside/LICENSE.txt +0 -47
- package/node_modules/path-is-inside/lib/path-is-inside.js +0 -28
- package/node_modules/path-is-inside/package.json +0 -25
- package/node_modules/path-key/index.js +0 -13
- package/node_modules/path-key/license +0 -21
- package/node_modules/path-key/package.json +0 -43
- package/node_modules/path-key/readme.md +0 -51
- package/node_modules/pify/index.js +0 -84
- package/node_modules/pify/license +0 -9
- package/node_modules/pify/package.json +0 -55
- package/node_modules/pify/readme.md +0 -131
- package/node_modules/prepend-http/index.js +0 -14
- package/node_modules/prepend-http/license +0 -21
- package/node_modules/prepend-http/package.json +0 -39
- package/node_modules/prepend-http/readme.md +0 -31
- package/node_modules/process-nextick-args/index.js +0 -45
- package/node_modules/process-nextick-args/license.md +0 -19
- package/node_modules/process-nextick-args/package.json +0 -29
- package/node_modules/process-nextick-args/readme.md +0 -18
- package/node_modules/pseudomap/LICENSE +0 -15
- package/node_modules/pseudomap/README.md +0 -60
- package/node_modules/pseudomap/map.js +0 -9
- package/node_modules/pseudomap/package.json +0 -29
- package/node_modules/pseudomap/pseudomap.js +0 -113
- package/node_modules/pseudomap/test/basic.js +0 -86
- package/node_modules/qs/.eslintignore +0 -1
- package/node_modules/qs/LICENSE +0 -28
- package/node_modules/qs/test/.eslintrc +0 -17
- package/node_modules/qs/test/index.js +0 -7
- package/node_modules/rc/LICENSE.APACHE2 +0 -15
- package/node_modules/rc/LICENSE.BSD +0 -26
- package/node_modules/rc/LICENSE.MIT +0 -24
- package/node_modules/rc/README.md +0 -227
- package/node_modules/rc/browser.js +0 -7
- package/node_modules/rc/cli.js +0 -4
- package/node_modules/rc/index.js +0 -53
- package/node_modules/rc/lib/utils.js +0 -104
- package/node_modules/rc/package.json +0 -33
- package/node_modules/rc/test/ini.js +0 -16
- package/node_modules/rc/test/nested-env-vars.js +0 -50
- package/node_modules/rc/test/test.js +0 -59
- package/node_modules/registry-auth-token/.npmignore +0 -6
- package/node_modules/registry-auth-token/CHANGELOG.md +0 -112
- package/node_modules/registry-auth-token/LICENSE +0 -21
- package/node_modules/registry-auth-token/README.md +0 -65
- package/node_modules/registry-auth-token/base64.js +0 -14
- package/node_modules/registry-auth-token/index.js +0 -123
- package/node_modules/registry-auth-token/package.json +0 -50
- package/node_modules/registry-auth-token/registry-url.js +0 -5
- package/node_modules/registry-auth-token/test/auth-token.test.js +0 -455
- package/node_modules/registry-auth-token/test/registry-url.test.js +0 -64
- package/node_modules/registry-auth-token/yarn.lock +0 -1516
- package/node_modules/registry-url/index.js +0 -6
- package/node_modules/registry-url/license +0 -21
- package/node_modules/registry-url/package.json +0 -44
- package/node_modules/registry-url/readme.md +0 -50
- package/node_modules/request/node_modules/qs/.eslintignore +0 -1
- package/node_modules/request/node_modules/qs/LICENSE +0 -28
- package/node_modules/resolve/.eslintignore +0 -1
- package/node_modules/rimraf/LICENSE +0 -15
- package/node_modules/rimraf/README.md +0 -101
- package/node_modules/rimraf/bin.js +0 -50
- package/node_modules/rimraf/package.json +0 -33
- package/node_modules/rimraf/rimraf.js +0 -364
- package/node_modules/semver/CHANGELOG.md +0 -39
- package/node_modules/semver/LICENSE +0 -15
- package/node_modules/semver/README.md +0 -412
- package/node_modules/semver/bin/semver +0 -160
- package/node_modules/semver/package.json +0 -32
- package/node_modules/semver/range.bnf +0 -16
- package/node_modules/semver/semver.js +0 -1483
- package/node_modules/semver-diff/index.js +0 -27
- package/node_modules/semver-diff/license +0 -21
- package/node_modules/semver-diff/package.json +0 -38
- package/node_modules/semver-diff/readme.md +0 -52
- package/node_modules/shebang-command/index.js +0 -19
- package/node_modules/shebang-command/license +0 -21
- package/node_modules/shebang-command/package.json +0 -43
- package/node_modules/shebang-command/readme.md +0 -39
- package/node_modules/shebang-regex/index.js +0 -2
- package/node_modules/shebang-regex/license +0 -21
- package/node_modules/shebang-regex/package.json +0 -36
- package/node_modules/shebang-regex/readme.md +0 -29
- package/node_modules/signal-exit/LICENSE.txt +0 -16
- package/node_modules/signal-exit/README.md +0 -39
- package/node_modules/signal-exit/index.js +0 -178
- package/node_modules/signal-exit/package.json +0 -40
- package/node_modules/signal-exit/signals.js +0 -53
- package/node_modules/spdx-correct/LICENSE +0 -202
- package/node_modules/spdx-correct/README.md +0 -14
- package/node_modules/spdx-correct/index.js +0 -364
- package/node_modules/spdx-correct/package.json +0 -43
- package/node_modules/spdx-exceptions/README.md +0 -36
- package/node_modules/spdx-exceptions/index.json +0 -40
- package/node_modules/spdx-exceptions/package.json +0 -21
- package/node_modules/spdx-expression-parse/AUTHORS +0 -4
- package/node_modules/spdx-expression-parse/LICENSE +0 -22
- package/node_modules/spdx-expression-parse/README.md +0 -91
- package/node_modules/spdx-expression-parse/index.js +0 -8
- package/node_modules/spdx-expression-parse/package.json +0 -43
- package/node_modules/spdx-expression-parse/parse.js +0 -138
- package/node_modules/spdx-expression-parse/scan.js +0 -131
- package/node_modules/spdx-license-ids/README.md +0 -52
- package/node_modules/spdx-license-ids/deprecated.json +0 -26
- package/node_modules/spdx-license-ids/index.json +0 -446
- package/node_modules/spdx-license-ids/package.json +0 -44
- package/node_modules/sshpk/.npmignore +0 -9
- package/node_modules/string-width/index.js +0 -36
- package/node_modules/string-width/license +0 -9
- package/node_modules/string-width/package.json +0 -59
- package/node_modules/string-width/readme.md +0 -42
- package/node_modules/strip-ansi/index.js +0 -4
- package/node_modules/strip-ansi/license +0 -9
- package/node_modules/strip-ansi/node_modules/ansi-regex/index.js +0 -10
- package/node_modules/strip-ansi/node_modules/ansi-regex/license +0 -9
- package/node_modules/strip-ansi/node_modules/ansi-regex/package.json +0 -57
- package/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +0 -46
- package/node_modules/strip-ansi/package.json +0 -56
- package/node_modules/strip-ansi/readme.md +0 -39
- package/node_modules/strip-eof/index.js +0 -15
- package/node_modules/strip-eof/license +0 -21
- package/node_modules/strip-eof/package.json +0 -43
- package/node_modules/strip-eof/readme.md +0 -28
- package/node_modules/strip-json-comments/index.js +0 -70
- package/node_modules/strip-json-comments/license +0 -21
- package/node_modules/strip-json-comments/package.json +0 -46
- package/node_modules/strip-json-comments/readme.md +0 -64
- package/node_modules/term-size/index.js +0 -70
- package/node_modules/term-size/license +0 -21
- package/node_modules/term-size/package.json +0 -47
- package/node_modules/term-size/readme.md +0 -41
- package/node_modules/term-size/vendor/macos/term-size +0 -0
- package/node_modules/term-size/vendor/windows/term-size.exe +0 -0
- package/node_modules/timed-out/index.js +0 -55
- package/node_modules/timed-out/license +0 -21
- package/node_modules/timed-out/package.json +0 -40
- package/node_modules/timed-out/readme.md +0 -42
- package/node_modules/unique-string/index.js +0 -4
- package/node_modules/unique-string/license +0 -21
- package/node_modules/unique-string/package.json +0 -48
- package/node_modules/unique-string/readme.md +0 -32
- package/node_modules/unzip-response/index.js +0 -36
- package/node_modules/unzip-response/license +0 -21
- package/node_modules/unzip-response/package.json +0 -53
- package/node_modules/unzip-response/readme.md +0 -29
- package/node_modules/update-notifier/check.js +0 -22
- package/node_modules/update-notifier/index.js +0 -155
- package/node_modules/update-notifier/license +0 -9
- package/node_modules/update-notifier/package.json +0 -59
- package/node_modules/update-notifier/readme.md +0 -193
- package/node_modules/url-parse-lax/index.js +0 -14
- package/node_modules/url-parse-lax/license +0 -21
- package/node_modules/url-parse-lax/package.json +0 -45
- package/node_modules/url-parse-lax/readme.md +0 -100
- package/node_modules/util-deprecate/History.md +0 -16
- package/node_modules/util-deprecate/LICENSE +0 -24
- package/node_modules/util-deprecate/README.md +0 -53
- package/node_modules/util-deprecate/browser.js +0 -67
- package/node_modules/util-deprecate/node.js +0 -6
- package/node_modules/util-deprecate/package.json +0 -31
- package/node_modules/validate-npm-package-license/LICENSE +0 -202
- package/node_modules/validate-npm-package-license/README.md +0 -113
- package/node_modules/validate-npm-package-license/index.js +0 -86
- package/node_modules/validate-npm-package-license/package.json +0 -32
- package/node_modules/which/CHANGELOG.md +0 -152
- package/node_modules/which/LICENSE +0 -15
- package/node_modules/which/README.md +0 -51
- package/node_modules/which/bin/which +0 -52
- package/node_modules/which/package.json +0 -34
- package/node_modules/which/which.js +0 -135
- package/node_modules/widest-line/index.js +0 -8
- package/node_modules/widest-line/license +0 -9
- package/node_modules/widest-line/package.json +0 -58
- package/node_modules/widest-line/readme.md +0 -34
- package/node_modules/write-file-atomic/CHANGELOG.md +0 -25
- package/node_modules/write-file-atomic/LICENSE +0 -6
- package/node_modules/write-file-atomic/README.md +0 -56
- package/node_modules/write-file-atomic/index.js +0 -238
- package/node_modules/write-file-atomic/package.json +0 -45
- package/node_modules/xdg-basedir/index.js +0 -28
- package/node_modules/xdg-basedir/license +0 -21
- package/node_modules/xdg-basedir/package.json +0 -44
- package/node_modules/xdg-basedir/readme.md +0 -60
- package/node_modules/yallist/LICENSE +0 -15
- package/node_modules/yallist/README.md +0 -204
- package/node_modules/yallist/iterator.js +0 -7
- package/node_modules/yallist/package.json +0 -33
- package/node_modules/yallist/yallist.js +0 -370
|
@@ -0,0 +1,456 @@
|
|
|
1
|
+
# body-parser
|
|
2
|
+
|
|
3
|
+
[![NPM Version][npm-image]][npm-url]
|
|
4
|
+
[![NPM Downloads][downloads-image]][downloads-url]
|
|
5
|
+
[![Build Status][github-actions-ci-image]][github-actions-ci-url]
|
|
6
|
+
[![Test Coverage][coveralls-image]][coveralls-url]
|
|
7
|
+
|
|
8
|
+
Node.js body parsing middleware.
|
|
9
|
+
|
|
10
|
+
Parse incoming request bodies in a middleware before your handlers, available
|
|
11
|
+
under the `req.body` property.
|
|
12
|
+
|
|
13
|
+
**Note** As `req.body`'s shape is based on user-controlled input, all
|
|
14
|
+
properties and values in this object are untrusted and should be validated
|
|
15
|
+
before trusting. For example, `req.body.foo.toString()` may fail in multiple
|
|
16
|
+
ways, for example the `foo` property may not be there or may not be a string,
|
|
17
|
+
and `toString` may not be a function and instead a string or other user input.
|
|
18
|
+
|
|
19
|
+
[Learn about the anatomy of an HTTP transaction in Node.js](https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction/).
|
|
20
|
+
|
|
21
|
+
_This does not handle multipart bodies_, due to their complex and typically
|
|
22
|
+
large nature. For multipart bodies, you may be interested in the following
|
|
23
|
+
modules:
|
|
24
|
+
|
|
25
|
+
* [busboy](https://www.npmjs.org/package/busboy#readme) and
|
|
26
|
+
[connect-busboy](https://www.npmjs.org/package/connect-busboy#readme)
|
|
27
|
+
* [multiparty](https://www.npmjs.org/package/multiparty#readme) and
|
|
28
|
+
[connect-multiparty](https://www.npmjs.org/package/connect-multiparty#readme)
|
|
29
|
+
* [formidable](https://www.npmjs.org/package/formidable#readme)
|
|
30
|
+
* [multer](https://www.npmjs.org/package/multer#readme)
|
|
31
|
+
|
|
32
|
+
This module provides the following parsers:
|
|
33
|
+
|
|
34
|
+
* [JSON body parser](#bodyparserjsonoptions)
|
|
35
|
+
* [Raw body parser](#bodyparserrawoptions)
|
|
36
|
+
* [Text body parser](#bodyparsertextoptions)
|
|
37
|
+
* [URL-encoded form body parser](#bodyparserurlencodedoptions)
|
|
38
|
+
|
|
39
|
+
Other body parsers you might be interested in:
|
|
40
|
+
|
|
41
|
+
- [body](https://www.npmjs.org/package/body#readme)
|
|
42
|
+
- [co-body](https://www.npmjs.org/package/co-body#readme)
|
|
43
|
+
|
|
44
|
+
## Installation
|
|
45
|
+
|
|
46
|
+
```sh
|
|
47
|
+
$ npm install body-parser
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
## API
|
|
51
|
+
|
|
52
|
+
```js
|
|
53
|
+
var bodyParser = require('body-parser')
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
The `bodyParser` object exposes various factories to create middlewares. All
|
|
57
|
+
middlewares will populate the `req.body` property with the parsed body when
|
|
58
|
+
the `Content-Type` request header matches the `type` option, or an empty
|
|
59
|
+
object (`{}`) if there was no body to parse, the `Content-Type` was not matched,
|
|
60
|
+
or an error occurred.
|
|
61
|
+
|
|
62
|
+
The various errors returned by this module are described in the
|
|
63
|
+
[errors section](#errors).
|
|
64
|
+
|
|
65
|
+
### bodyParser.json([options])
|
|
66
|
+
|
|
67
|
+
Returns middleware that only parses `json` and only looks at requests where
|
|
68
|
+
the `Content-Type` header matches the `type` option. This parser accepts any
|
|
69
|
+
Unicode encoding of the body and supports automatic inflation of `gzip` and
|
|
70
|
+
`deflate` encodings.
|
|
71
|
+
|
|
72
|
+
A new `body` object containing the parsed data is populated on the `request`
|
|
73
|
+
object after the middleware (i.e. `req.body`).
|
|
74
|
+
|
|
75
|
+
#### Options
|
|
76
|
+
|
|
77
|
+
The `json` function takes an optional `options` object that may contain any of
|
|
78
|
+
the following keys:
|
|
79
|
+
|
|
80
|
+
##### inflate
|
|
81
|
+
|
|
82
|
+
When set to `true`, then deflated (compressed) bodies will be inflated; when
|
|
83
|
+
`false`, deflated bodies are rejected. Defaults to `true`.
|
|
84
|
+
|
|
85
|
+
##### limit
|
|
86
|
+
|
|
87
|
+
Controls the maximum request body size. If this is a number, then the value
|
|
88
|
+
specifies the number of bytes; if it is a string, the value is passed to the
|
|
89
|
+
[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults
|
|
90
|
+
to `'100kb'`.
|
|
91
|
+
|
|
92
|
+
##### reviver
|
|
93
|
+
|
|
94
|
+
The `reviver` option is passed directly to `JSON.parse` as the second
|
|
95
|
+
argument. You can find more information on this argument
|
|
96
|
+
[in the MDN documentation about JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#Example.3A_Using_the_reviver_parameter).
|
|
97
|
+
|
|
98
|
+
##### strict
|
|
99
|
+
|
|
100
|
+
When set to `true`, will only accept arrays and objects; when `false` will
|
|
101
|
+
accept anything `JSON.parse` accepts. Defaults to `true`.
|
|
102
|
+
|
|
103
|
+
##### type
|
|
104
|
+
|
|
105
|
+
The `type` option is used to determine what media type the middleware will
|
|
106
|
+
parse. This option can be a string, array of strings, or a function. If not a
|
|
107
|
+
function, `type` option is passed directly to the
|
|
108
|
+
[type-is](https://www.npmjs.org/package/type-is#readme) library and this can
|
|
109
|
+
be an extension name (like `json`), a mime type (like `application/json`), or
|
|
110
|
+
a mime type with a wildcard (like `*/*` or `*/json`). If a function, the `type`
|
|
111
|
+
option is called as `fn(req)` and the request is parsed if it returns a truthy
|
|
112
|
+
value. Defaults to `application/json`.
|
|
113
|
+
|
|
114
|
+
##### verify
|
|
115
|
+
|
|
116
|
+
The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`,
|
|
117
|
+
where `buf` is a `Buffer` of the raw request body and `encoding` is the
|
|
118
|
+
encoding of the request. The parsing can be aborted by throwing an error.
|
|
119
|
+
|
|
120
|
+
### bodyParser.raw([options])
|
|
121
|
+
|
|
122
|
+
Returns middleware that parses all bodies as a `Buffer` and only looks at
|
|
123
|
+
requests where the `Content-Type` header matches the `type` option. This
|
|
124
|
+
parser supports automatic inflation of `gzip` and `deflate` encodings.
|
|
125
|
+
|
|
126
|
+
A new `body` object containing the parsed data is populated on the `request`
|
|
127
|
+
object after the middleware (i.e. `req.body`). This will be a `Buffer` object
|
|
128
|
+
of the body.
|
|
129
|
+
|
|
130
|
+
#### Options
|
|
131
|
+
|
|
132
|
+
The `raw` function takes an optional `options` object that may contain any of
|
|
133
|
+
the following keys:
|
|
134
|
+
|
|
135
|
+
##### inflate
|
|
136
|
+
|
|
137
|
+
When set to `true`, then deflated (compressed) bodies will be inflated; when
|
|
138
|
+
`false`, deflated bodies are rejected. Defaults to `true`.
|
|
139
|
+
|
|
140
|
+
##### limit
|
|
141
|
+
|
|
142
|
+
Controls the maximum request body size. If this is a number, then the value
|
|
143
|
+
specifies the number of bytes; if it is a string, the value is passed to the
|
|
144
|
+
[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults
|
|
145
|
+
to `'100kb'`.
|
|
146
|
+
|
|
147
|
+
##### type
|
|
148
|
+
|
|
149
|
+
The `type` option is used to determine what media type the middleware will
|
|
150
|
+
parse. This option can be a string, array of strings, or a function.
|
|
151
|
+
If not a function, `type` option is passed directly to the
|
|
152
|
+
[type-is](https://www.npmjs.org/package/type-is#readme) library and this
|
|
153
|
+
can be an extension name (like `bin`), a mime type (like
|
|
154
|
+
`application/octet-stream`), or a mime type with a wildcard (like `*/*` or
|
|
155
|
+
`application/*`). If a function, the `type` option is called as `fn(req)`
|
|
156
|
+
and the request is parsed if it returns a truthy value. Defaults to
|
|
157
|
+
`application/octet-stream`.
|
|
158
|
+
|
|
159
|
+
##### verify
|
|
160
|
+
|
|
161
|
+
The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`,
|
|
162
|
+
where `buf` is a `Buffer` of the raw request body and `encoding` is the
|
|
163
|
+
encoding of the request. The parsing can be aborted by throwing an error.
|
|
164
|
+
|
|
165
|
+
### bodyParser.text([options])
|
|
166
|
+
|
|
167
|
+
Returns middleware that parses all bodies as a string and only looks at
|
|
168
|
+
requests where the `Content-Type` header matches the `type` option. This
|
|
169
|
+
parser supports automatic inflation of `gzip` and `deflate` encodings.
|
|
170
|
+
|
|
171
|
+
A new `body` string containing the parsed data is populated on the `request`
|
|
172
|
+
object after the middleware (i.e. `req.body`). This will be a string of the
|
|
173
|
+
body.
|
|
174
|
+
|
|
175
|
+
#### Options
|
|
176
|
+
|
|
177
|
+
The `text` function takes an optional `options` object that may contain any of
|
|
178
|
+
the following keys:
|
|
179
|
+
|
|
180
|
+
##### defaultCharset
|
|
181
|
+
|
|
182
|
+
Specify the default character set for the text content if the charset is not
|
|
183
|
+
specified in the `Content-Type` header of the request. Defaults to `utf-8`.
|
|
184
|
+
|
|
185
|
+
##### inflate
|
|
186
|
+
|
|
187
|
+
When set to `true`, then deflated (compressed) bodies will be inflated; when
|
|
188
|
+
`false`, deflated bodies are rejected. Defaults to `true`.
|
|
189
|
+
|
|
190
|
+
##### limit
|
|
191
|
+
|
|
192
|
+
Controls the maximum request body size. If this is a number, then the value
|
|
193
|
+
specifies the number of bytes; if it is a string, the value is passed to the
|
|
194
|
+
[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults
|
|
195
|
+
to `'100kb'`.
|
|
196
|
+
|
|
197
|
+
##### type
|
|
198
|
+
|
|
199
|
+
The `type` option is used to determine what media type the middleware will
|
|
200
|
+
parse. This option can be a string, array of strings, or a function. If not
|
|
201
|
+
a function, `type` option is passed directly to the
|
|
202
|
+
[type-is](https://www.npmjs.org/package/type-is#readme) library and this can
|
|
203
|
+
be an extension name (like `txt`), a mime type (like `text/plain`), or a mime
|
|
204
|
+
type with a wildcard (like `*/*` or `text/*`). If a function, the `type`
|
|
205
|
+
option is called as `fn(req)` and the request is parsed if it returns a
|
|
206
|
+
truthy value. Defaults to `text/plain`.
|
|
207
|
+
|
|
208
|
+
##### verify
|
|
209
|
+
|
|
210
|
+
The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`,
|
|
211
|
+
where `buf` is a `Buffer` of the raw request body and `encoding` is the
|
|
212
|
+
encoding of the request. The parsing can be aborted by throwing an error.
|
|
213
|
+
|
|
214
|
+
### bodyParser.urlencoded([options])
|
|
215
|
+
|
|
216
|
+
Returns middleware that only parses `urlencoded` bodies and only looks at
|
|
217
|
+
requests where the `Content-Type` header matches the `type` option. This
|
|
218
|
+
parser accepts only UTF-8 encoding of the body and supports automatic
|
|
219
|
+
inflation of `gzip` and `deflate` encodings.
|
|
220
|
+
|
|
221
|
+
A new `body` object containing the parsed data is populated on the `request`
|
|
222
|
+
object after the middleware (i.e. `req.body`). This object will contain
|
|
223
|
+
key-value pairs, where the value can be a string or array (when `extended` is
|
|
224
|
+
`false`), or any type (when `extended` is `true`).
|
|
225
|
+
|
|
226
|
+
#### Options
|
|
227
|
+
|
|
228
|
+
The `urlencoded` function takes an optional `options` object that may contain
|
|
229
|
+
any of the following keys:
|
|
230
|
+
|
|
231
|
+
##### extended
|
|
232
|
+
|
|
233
|
+
The `extended` option allows to choose between parsing the URL-encoded data
|
|
234
|
+
with the `querystring` library (when `false`) or the `qs` library (when
|
|
235
|
+
`true`). The "extended" syntax allows for rich objects and arrays to be
|
|
236
|
+
encoded into the URL-encoded format, allowing for a JSON-like experience
|
|
237
|
+
with URL-encoded. For more information, please
|
|
238
|
+
[see the qs library](https://www.npmjs.org/package/qs#readme).
|
|
239
|
+
|
|
240
|
+
Defaults to `true`, but using the default has been deprecated. Please
|
|
241
|
+
research into the difference between `qs` and `querystring` and choose the
|
|
242
|
+
appropriate setting.
|
|
243
|
+
|
|
244
|
+
##### inflate
|
|
245
|
+
|
|
246
|
+
When set to `true`, then deflated (compressed) bodies will be inflated; when
|
|
247
|
+
`false`, deflated bodies are rejected. Defaults to `true`.
|
|
248
|
+
|
|
249
|
+
##### limit
|
|
250
|
+
|
|
251
|
+
Controls the maximum request body size. If this is a number, then the value
|
|
252
|
+
specifies the number of bytes; if it is a string, the value is passed to the
|
|
253
|
+
[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults
|
|
254
|
+
to `'100kb'`.
|
|
255
|
+
|
|
256
|
+
##### parameterLimit
|
|
257
|
+
|
|
258
|
+
The `parameterLimit` option controls the maximum number of parameters that
|
|
259
|
+
are allowed in the URL-encoded data. If a request contains more parameters
|
|
260
|
+
than this value, a 413 will be returned to the client. Defaults to `1000`.
|
|
261
|
+
|
|
262
|
+
##### type
|
|
263
|
+
|
|
264
|
+
The `type` option is used to determine what media type the middleware will
|
|
265
|
+
parse. This option can be a string, array of strings, or a function. If not
|
|
266
|
+
a function, `type` option is passed directly to the
|
|
267
|
+
[type-is](https://www.npmjs.org/package/type-is#readme) library and this can
|
|
268
|
+
be an extension name (like `urlencoded`), a mime type (like
|
|
269
|
+
`application/x-www-form-urlencoded`), or a mime type with a wildcard (like
|
|
270
|
+
`*/x-www-form-urlencoded`). If a function, the `type` option is called as
|
|
271
|
+
`fn(req)` and the request is parsed if it returns a truthy value. Defaults
|
|
272
|
+
to `application/x-www-form-urlencoded`.
|
|
273
|
+
|
|
274
|
+
##### verify
|
|
275
|
+
|
|
276
|
+
The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`,
|
|
277
|
+
where `buf` is a `Buffer` of the raw request body and `encoding` is the
|
|
278
|
+
encoding of the request. The parsing can be aborted by throwing an error.
|
|
279
|
+
|
|
280
|
+
## Errors
|
|
281
|
+
|
|
282
|
+
The middlewares provided by this module create errors using the
|
|
283
|
+
[`http-errors` module](https://www.npmjs.com/package/http-errors). The errors
|
|
284
|
+
will typically have a `status`/`statusCode` property that contains the suggested
|
|
285
|
+
HTTP response code, an `expose` property to determine if the `message` property
|
|
286
|
+
should be displayed to the client, a `type` property to determine the type of
|
|
287
|
+
error without matching against the `message`, and a `body` property containing
|
|
288
|
+
the read body, if available.
|
|
289
|
+
|
|
290
|
+
The following are the common errors created, though any error can come through
|
|
291
|
+
for various reasons.
|
|
292
|
+
|
|
293
|
+
### content encoding unsupported
|
|
294
|
+
|
|
295
|
+
This error will occur when the request had a `Content-Encoding` header that
|
|
296
|
+
contained an encoding but the "inflation" option was set to `false`. The
|
|
297
|
+
`status` property is set to `415`, the `type` property is set to
|
|
298
|
+
`'encoding.unsupported'`, and the `charset` property will be set to the
|
|
299
|
+
encoding that is unsupported.
|
|
300
|
+
|
|
301
|
+
### entity parse failed
|
|
302
|
+
|
|
303
|
+
This error will occur when the request contained an entity that could not be
|
|
304
|
+
parsed by the middleware. The `status` property is set to `400`, the `type`
|
|
305
|
+
property is set to `'entity.parse.failed'`, and the `body` property is set to
|
|
306
|
+
the entity value that failed parsing.
|
|
307
|
+
|
|
308
|
+
### entity verify failed
|
|
309
|
+
|
|
310
|
+
This error will occur when the request contained an entity that could not be
|
|
311
|
+
failed verification by the defined `verify` option. The `status` property is
|
|
312
|
+
set to `403`, the `type` property is set to `'entity.verify.failed'`, and the
|
|
313
|
+
`body` property is set to the entity value that failed verification.
|
|
314
|
+
|
|
315
|
+
### request aborted
|
|
316
|
+
|
|
317
|
+
This error will occur when the request is aborted by the client before reading
|
|
318
|
+
the body has finished. The `received` property will be set to the number of
|
|
319
|
+
bytes received before the request was aborted and the `expected` property is
|
|
320
|
+
set to the number of expected bytes. The `status` property is set to `400`
|
|
321
|
+
and `type` property is set to `'request.aborted'`.
|
|
322
|
+
|
|
323
|
+
### request entity too large
|
|
324
|
+
|
|
325
|
+
This error will occur when the request body's size is larger than the "limit"
|
|
326
|
+
option. The `limit` property will be set to the byte limit and the `length`
|
|
327
|
+
property will be set to the request body's length. The `status` property is
|
|
328
|
+
set to `413` and the `type` property is set to `'entity.too.large'`.
|
|
329
|
+
|
|
330
|
+
### request size did not match content length
|
|
331
|
+
|
|
332
|
+
This error will occur when the request's length did not match the length from
|
|
333
|
+
the `Content-Length` header. This typically occurs when the request is malformed,
|
|
334
|
+
typically when the `Content-Length` header was calculated based on characters
|
|
335
|
+
instead of bytes. The `status` property is set to `400` and the `type` property
|
|
336
|
+
is set to `'request.size.invalid'`.
|
|
337
|
+
|
|
338
|
+
### stream encoding should not be set
|
|
339
|
+
|
|
340
|
+
This error will occur when something called the `req.setEncoding` method prior
|
|
341
|
+
to this middleware. This module operates directly on bytes only and you cannot
|
|
342
|
+
call `req.setEncoding` when using this module. The `status` property is set to
|
|
343
|
+
`500` and the `type` property is set to `'stream.encoding.set'`.
|
|
344
|
+
|
|
345
|
+
### too many parameters
|
|
346
|
+
|
|
347
|
+
This error will occur when the content of the request exceeds the configured
|
|
348
|
+
`parameterLimit` for the `urlencoded` parser. The `status` property is set to
|
|
349
|
+
`413` and the `type` property is set to `'parameters.too.many'`.
|
|
350
|
+
|
|
351
|
+
### unsupported charset "BOGUS"
|
|
352
|
+
|
|
353
|
+
This error will occur when the request had a charset parameter in the
|
|
354
|
+
`Content-Type` header, but the `iconv-lite` module does not support it OR the
|
|
355
|
+
parser does not support it. The charset is contained in the message as well
|
|
356
|
+
as in the `charset` property. The `status` property is set to `415`, the
|
|
357
|
+
`type` property is set to `'charset.unsupported'`, and the `charset` property
|
|
358
|
+
is set to the charset that is unsupported.
|
|
359
|
+
|
|
360
|
+
### unsupported content encoding "bogus"
|
|
361
|
+
|
|
362
|
+
This error will occur when the request had a `Content-Encoding` header that
|
|
363
|
+
contained an unsupported encoding. The encoding is contained in the message
|
|
364
|
+
as well as in the `encoding` property. The `status` property is set to `415`,
|
|
365
|
+
the `type` property is set to `'encoding.unsupported'`, and the `encoding`
|
|
366
|
+
property is set to the encoding that is unsupported.
|
|
367
|
+
|
|
368
|
+
## Examples
|
|
369
|
+
|
|
370
|
+
### Express/Connect top-level generic
|
|
371
|
+
|
|
372
|
+
This example demonstrates adding a generic JSON and URL-encoded parser as a
|
|
373
|
+
top-level middleware, which will parse the bodies of all incoming requests.
|
|
374
|
+
This is the simplest setup.
|
|
375
|
+
|
|
376
|
+
```js
|
|
377
|
+
var express = require('express')
|
|
378
|
+
var bodyParser = require('body-parser')
|
|
379
|
+
|
|
380
|
+
var app = express()
|
|
381
|
+
|
|
382
|
+
// parse application/x-www-form-urlencoded
|
|
383
|
+
app.use(bodyParser.urlencoded({ extended: false }))
|
|
384
|
+
|
|
385
|
+
// parse application/json
|
|
386
|
+
app.use(bodyParser.json())
|
|
387
|
+
|
|
388
|
+
app.use(function (req, res) {
|
|
389
|
+
res.setHeader('Content-Type', 'text/plain')
|
|
390
|
+
res.write('you posted:\n')
|
|
391
|
+
res.end(JSON.stringify(req.body, null, 2))
|
|
392
|
+
})
|
|
393
|
+
```
|
|
394
|
+
|
|
395
|
+
### Express route-specific
|
|
396
|
+
|
|
397
|
+
This example demonstrates adding body parsers specifically to the routes that
|
|
398
|
+
need them. In general, this is the most recommended way to use body-parser with
|
|
399
|
+
Express.
|
|
400
|
+
|
|
401
|
+
```js
|
|
402
|
+
var express = require('express')
|
|
403
|
+
var bodyParser = require('body-parser')
|
|
404
|
+
|
|
405
|
+
var app = express()
|
|
406
|
+
|
|
407
|
+
// create application/json parser
|
|
408
|
+
var jsonParser = bodyParser.json()
|
|
409
|
+
|
|
410
|
+
// create application/x-www-form-urlencoded parser
|
|
411
|
+
var urlencodedParser = bodyParser.urlencoded({ extended: false })
|
|
412
|
+
|
|
413
|
+
// POST /login gets urlencoded bodies
|
|
414
|
+
app.post('/login', urlencodedParser, function (req, res) {
|
|
415
|
+
res.send('welcome, ' + req.body.username)
|
|
416
|
+
})
|
|
417
|
+
|
|
418
|
+
// POST /api/users gets JSON bodies
|
|
419
|
+
app.post('/api/users', jsonParser, function (req, res) {
|
|
420
|
+
// create user in req.body
|
|
421
|
+
})
|
|
422
|
+
```
|
|
423
|
+
|
|
424
|
+
### Change accepted type for parsers
|
|
425
|
+
|
|
426
|
+
All the parsers accept a `type` option which allows you to change the
|
|
427
|
+
`Content-Type` that the middleware will parse.
|
|
428
|
+
|
|
429
|
+
```js
|
|
430
|
+
var express = require('express')
|
|
431
|
+
var bodyParser = require('body-parser')
|
|
432
|
+
|
|
433
|
+
var app = express()
|
|
434
|
+
|
|
435
|
+
// parse various different custom JSON types as JSON
|
|
436
|
+
app.use(bodyParser.json({ type: 'application/*+json' }))
|
|
437
|
+
|
|
438
|
+
// parse some custom thing into a Buffer
|
|
439
|
+
app.use(bodyParser.raw({ type: 'application/vnd.custom-type' }))
|
|
440
|
+
|
|
441
|
+
// parse an HTML body into a string
|
|
442
|
+
app.use(bodyParser.text({ type: 'text/html' }))
|
|
443
|
+
```
|
|
444
|
+
|
|
445
|
+
## License
|
|
446
|
+
|
|
447
|
+
[MIT](LICENSE)
|
|
448
|
+
|
|
449
|
+
[npm-image]: https://img.shields.io/npm/v/body-parser.svg
|
|
450
|
+
[npm-url]: https://npmjs.org/package/body-parser
|
|
451
|
+
[coveralls-image]: https://img.shields.io/coveralls/expressjs/body-parser/master.svg
|
|
452
|
+
[coveralls-url]: https://coveralls.io/r/expressjs/body-parser?branch=master
|
|
453
|
+
[downloads-image]: https://img.shields.io/npm/dm/body-parser.svg
|
|
454
|
+
[downloads-url]: https://npmjs.org/package/body-parser
|
|
455
|
+
[github-actions-ci-image]: https://img.shields.io/github/workflow/status/expressjs/body-parser/ci/master?label=ci
|
|
456
|
+
[github-actions-ci-url]: https://github.com/expressjs/body-parser?query=workflow%3Aci
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* body-parser
|
|
3
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
4
|
+
* MIT Licensed
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
'use strict'
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Module dependencies.
|
|
11
|
+
* @private
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
var deprecate = require('depd')('body-parser')
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Cache of loaded parsers.
|
|
18
|
+
* @private
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
var parsers = Object.create(null)
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @typedef Parsers
|
|
25
|
+
* @type {function}
|
|
26
|
+
* @property {function} json
|
|
27
|
+
* @property {function} raw
|
|
28
|
+
* @property {function} text
|
|
29
|
+
* @property {function} urlencoded
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Module exports.
|
|
34
|
+
* @type {Parsers}
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
exports = module.exports = deprecate.function(bodyParser,
|
|
38
|
+
'bodyParser: use individual json/urlencoded middlewares')
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* JSON parser.
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
|
|
45
|
+
Object.defineProperty(exports, 'json', {
|
|
46
|
+
configurable: true,
|
|
47
|
+
enumerable: true,
|
|
48
|
+
get: createParserGetter('json')
|
|
49
|
+
})
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Raw parser.
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
|
|
56
|
+
Object.defineProperty(exports, 'raw', {
|
|
57
|
+
configurable: true,
|
|
58
|
+
enumerable: true,
|
|
59
|
+
get: createParserGetter('raw')
|
|
60
|
+
})
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Text parser.
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
|
|
67
|
+
Object.defineProperty(exports, 'text', {
|
|
68
|
+
configurable: true,
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: createParserGetter('text')
|
|
71
|
+
})
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* URL-encoded parser.
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
Object.defineProperty(exports, 'urlencoded', {
|
|
79
|
+
configurable: true,
|
|
80
|
+
enumerable: true,
|
|
81
|
+
get: createParserGetter('urlencoded')
|
|
82
|
+
})
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Create a middleware to parse json and urlencoded bodies.
|
|
86
|
+
*
|
|
87
|
+
* @param {object} [options]
|
|
88
|
+
* @return {function}
|
|
89
|
+
* @deprecated
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
|
|
93
|
+
function bodyParser (options) {
|
|
94
|
+
var opts = {}
|
|
95
|
+
|
|
96
|
+
// exclude type option
|
|
97
|
+
if (options) {
|
|
98
|
+
for (var prop in options) {
|
|
99
|
+
if (prop !== 'type') {
|
|
100
|
+
opts[prop] = options[prop]
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
var _urlencoded = exports.urlencoded(opts)
|
|
106
|
+
var _json = exports.json(opts)
|
|
107
|
+
|
|
108
|
+
return function bodyParser (req, res, next) {
|
|
109
|
+
_json(req, res, function (err) {
|
|
110
|
+
if (err) return next(err)
|
|
111
|
+
_urlencoded(req, res, next)
|
|
112
|
+
})
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Create a getter for loading a parser.
|
|
118
|
+
* @private
|
|
119
|
+
*/
|
|
120
|
+
|
|
121
|
+
function createParserGetter (name) {
|
|
122
|
+
return function get () {
|
|
123
|
+
return loadParser(name)
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Load a parser module.
|
|
129
|
+
* @private
|
|
130
|
+
*/
|
|
131
|
+
|
|
132
|
+
function loadParser (parserName) {
|
|
133
|
+
var parser = parsers[parserName]
|
|
134
|
+
|
|
135
|
+
if (parser !== undefined) {
|
|
136
|
+
return parser
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// this uses a switch for static require analysis
|
|
140
|
+
switch (parserName) {
|
|
141
|
+
case 'json':
|
|
142
|
+
parser = require('./lib/types/json')
|
|
143
|
+
break
|
|
144
|
+
case 'raw':
|
|
145
|
+
parser = require('./lib/types/raw')
|
|
146
|
+
break
|
|
147
|
+
case 'text':
|
|
148
|
+
parser = require('./lib/types/text')
|
|
149
|
+
break
|
|
150
|
+
case 'urlencoded':
|
|
151
|
+
parser = require('./lib/types/urlencoded')
|
|
152
|
+
break
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
// store to prevent invoking require()
|
|
156
|
+
return (parsers[parserName] = parser)
|
|
157
|
+
}
|