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
|
@@ -1,346 +0,0 @@
|
|
|
1
|
-
var constants = require('constants')
|
|
2
|
-
|
|
3
|
-
var origCwd = process.cwd
|
|
4
|
-
var cwd = null
|
|
5
|
-
|
|
6
|
-
var platform = process.env.GRACEFUL_FS_PLATFORM || process.platform
|
|
7
|
-
|
|
8
|
-
process.cwd = function() {
|
|
9
|
-
if (!cwd)
|
|
10
|
-
cwd = origCwd.call(process)
|
|
11
|
-
return cwd
|
|
12
|
-
}
|
|
13
|
-
try {
|
|
14
|
-
process.cwd()
|
|
15
|
-
} catch (er) {}
|
|
16
|
-
|
|
17
|
-
// This check is needed until node.js 12 is required
|
|
18
|
-
if (typeof process.chdir === 'function') {
|
|
19
|
-
var chdir = process.chdir
|
|
20
|
-
process.chdir = function (d) {
|
|
21
|
-
cwd = null
|
|
22
|
-
chdir.call(process, d)
|
|
23
|
-
}
|
|
24
|
-
if (Object.setPrototypeOf) Object.setPrototypeOf(process.chdir, chdir)
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
module.exports = patch
|
|
28
|
-
|
|
29
|
-
function patch (fs) {
|
|
30
|
-
// (re-)implement some things that are known busted or missing.
|
|
31
|
-
|
|
32
|
-
// lchmod, broken prior to 0.6.2
|
|
33
|
-
// back-port the fix here.
|
|
34
|
-
if (constants.hasOwnProperty('O_SYMLINK') &&
|
|
35
|
-
process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)) {
|
|
36
|
-
patchLchmod(fs)
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
// lutimes implementation, or no-op
|
|
40
|
-
if (!fs.lutimes) {
|
|
41
|
-
patchLutimes(fs)
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
// https://github.com/isaacs/node-graceful-fs/issues/4
|
|
45
|
-
// Chown should not fail on einval or eperm if non-root.
|
|
46
|
-
// It should not fail on enosys ever, as this just indicates
|
|
47
|
-
// that a fs doesn't support the intended operation.
|
|
48
|
-
|
|
49
|
-
fs.chown = chownFix(fs.chown)
|
|
50
|
-
fs.fchown = chownFix(fs.fchown)
|
|
51
|
-
fs.lchown = chownFix(fs.lchown)
|
|
52
|
-
|
|
53
|
-
fs.chmod = chmodFix(fs.chmod)
|
|
54
|
-
fs.fchmod = chmodFix(fs.fchmod)
|
|
55
|
-
fs.lchmod = chmodFix(fs.lchmod)
|
|
56
|
-
|
|
57
|
-
fs.chownSync = chownFixSync(fs.chownSync)
|
|
58
|
-
fs.fchownSync = chownFixSync(fs.fchownSync)
|
|
59
|
-
fs.lchownSync = chownFixSync(fs.lchownSync)
|
|
60
|
-
|
|
61
|
-
fs.chmodSync = chmodFixSync(fs.chmodSync)
|
|
62
|
-
fs.fchmodSync = chmodFixSync(fs.fchmodSync)
|
|
63
|
-
fs.lchmodSync = chmodFixSync(fs.lchmodSync)
|
|
64
|
-
|
|
65
|
-
fs.stat = statFix(fs.stat)
|
|
66
|
-
fs.fstat = statFix(fs.fstat)
|
|
67
|
-
fs.lstat = statFix(fs.lstat)
|
|
68
|
-
|
|
69
|
-
fs.statSync = statFixSync(fs.statSync)
|
|
70
|
-
fs.fstatSync = statFixSync(fs.fstatSync)
|
|
71
|
-
fs.lstatSync = statFixSync(fs.lstatSync)
|
|
72
|
-
|
|
73
|
-
// if lchmod/lchown do not exist, then make them no-ops
|
|
74
|
-
if (!fs.lchmod) {
|
|
75
|
-
fs.lchmod = function (path, mode, cb) {
|
|
76
|
-
if (cb) process.nextTick(cb)
|
|
77
|
-
}
|
|
78
|
-
fs.lchmodSync = function () {}
|
|
79
|
-
}
|
|
80
|
-
if (!fs.lchown) {
|
|
81
|
-
fs.lchown = function (path, uid, gid, cb) {
|
|
82
|
-
if (cb) process.nextTick(cb)
|
|
83
|
-
}
|
|
84
|
-
fs.lchownSync = function () {}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
// on Windows, A/V software can lock the directory, causing this
|
|
88
|
-
// to fail with an EACCES or EPERM if the directory contains newly
|
|
89
|
-
// created files. Try again on failure, for up to 60 seconds.
|
|
90
|
-
|
|
91
|
-
// Set the timeout this long because some Windows Anti-Virus, such as Parity
|
|
92
|
-
// bit9, may lock files for up to a minute, causing npm package install
|
|
93
|
-
// failures. Also, take care to yield the scheduler. Windows scheduling gives
|
|
94
|
-
// CPU to a busy looping process, which can cause the program causing the lock
|
|
95
|
-
// contention to be starved of CPU by node, so the contention doesn't resolve.
|
|
96
|
-
if (platform === "win32") {
|
|
97
|
-
fs.rename = (function (fs$rename) { return function (from, to, cb) {
|
|
98
|
-
var start = Date.now()
|
|
99
|
-
var backoff = 0;
|
|
100
|
-
fs$rename(from, to, function CB (er) {
|
|
101
|
-
if (er
|
|
102
|
-
&& (er.code === "EACCES" || er.code === "EPERM")
|
|
103
|
-
&& Date.now() - start < 60000) {
|
|
104
|
-
setTimeout(function() {
|
|
105
|
-
fs.stat(to, function (stater, st) {
|
|
106
|
-
if (stater && stater.code === "ENOENT")
|
|
107
|
-
fs$rename(from, to, CB);
|
|
108
|
-
else
|
|
109
|
-
cb(er)
|
|
110
|
-
})
|
|
111
|
-
}, backoff)
|
|
112
|
-
if (backoff < 100)
|
|
113
|
-
backoff += 10;
|
|
114
|
-
return;
|
|
115
|
-
}
|
|
116
|
-
if (cb) cb(er)
|
|
117
|
-
})
|
|
118
|
-
}})(fs.rename)
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
// if read() returns EAGAIN, then just try it again.
|
|
122
|
-
fs.read = (function (fs$read) {
|
|
123
|
-
function read (fd, buffer, offset, length, position, callback_) {
|
|
124
|
-
var callback
|
|
125
|
-
if (callback_ && typeof callback_ === 'function') {
|
|
126
|
-
var eagCounter = 0
|
|
127
|
-
callback = function (er, _, __) {
|
|
128
|
-
if (er && er.code === 'EAGAIN' && eagCounter < 10) {
|
|
129
|
-
eagCounter ++
|
|
130
|
-
return fs$read.call(fs, fd, buffer, offset, length, position, callback)
|
|
131
|
-
}
|
|
132
|
-
callback_.apply(this, arguments)
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
return fs$read.call(fs, fd, buffer, offset, length, position, callback)
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
// This ensures `util.promisify` works as it does for native `fs.read`.
|
|
139
|
-
if (Object.setPrototypeOf) Object.setPrototypeOf(read, fs$read)
|
|
140
|
-
return read
|
|
141
|
-
})(fs.read)
|
|
142
|
-
|
|
143
|
-
fs.readSync = (function (fs$readSync) { return function (fd, buffer, offset, length, position) {
|
|
144
|
-
var eagCounter = 0
|
|
145
|
-
while (true) {
|
|
146
|
-
try {
|
|
147
|
-
return fs$readSync.call(fs, fd, buffer, offset, length, position)
|
|
148
|
-
} catch (er) {
|
|
149
|
-
if (er.code === 'EAGAIN' && eagCounter < 10) {
|
|
150
|
-
eagCounter ++
|
|
151
|
-
continue
|
|
152
|
-
}
|
|
153
|
-
throw er
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
}})(fs.readSync)
|
|
157
|
-
|
|
158
|
-
function patchLchmod (fs) {
|
|
159
|
-
fs.lchmod = function (path, mode, callback) {
|
|
160
|
-
fs.open( path
|
|
161
|
-
, constants.O_WRONLY | constants.O_SYMLINK
|
|
162
|
-
, mode
|
|
163
|
-
, function (err, fd) {
|
|
164
|
-
if (err) {
|
|
165
|
-
if (callback) callback(err)
|
|
166
|
-
return
|
|
167
|
-
}
|
|
168
|
-
// prefer to return the chmod error, if one occurs,
|
|
169
|
-
// but still try to close, and report closing errors if they occur.
|
|
170
|
-
fs.fchmod(fd, mode, function (err) {
|
|
171
|
-
fs.close(fd, function(err2) {
|
|
172
|
-
if (callback) callback(err || err2)
|
|
173
|
-
})
|
|
174
|
-
})
|
|
175
|
-
})
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
fs.lchmodSync = function (path, mode) {
|
|
179
|
-
var fd = fs.openSync(path, constants.O_WRONLY | constants.O_SYMLINK, mode)
|
|
180
|
-
|
|
181
|
-
// prefer to return the chmod error, if one occurs,
|
|
182
|
-
// but still try to close, and report closing errors if they occur.
|
|
183
|
-
var threw = true
|
|
184
|
-
var ret
|
|
185
|
-
try {
|
|
186
|
-
ret = fs.fchmodSync(fd, mode)
|
|
187
|
-
threw = false
|
|
188
|
-
} finally {
|
|
189
|
-
if (threw) {
|
|
190
|
-
try {
|
|
191
|
-
fs.closeSync(fd)
|
|
192
|
-
} catch (er) {}
|
|
193
|
-
} else {
|
|
194
|
-
fs.closeSync(fd)
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
return ret
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
function patchLutimes (fs) {
|
|
202
|
-
if (constants.hasOwnProperty("O_SYMLINK")) {
|
|
203
|
-
fs.lutimes = function (path, at, mt, cb) {
|
|
204
|
-
fs.open(path, constants.O_SYMLINK, function (er, fd) {
|
|
205
|
-
if (er) {
|
|
206
|
-
if (cb) cb(er)
|
|
207
|
-
return
|
|
208
|
-
}
|
|
209
|
-
fs.futimes(fd, at, mt, function (er) {
|
|
210
|
-
fs.close(fd, function (er2) {
|
|
211
|
-
if (cb) cb(er || er2)
|
|
212
|
-
})
|
|
213
|
-
})
|
|
214
|
-
})
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
fs.lutimesSync = function (path, at, mt) {
|
|
218
|
-
var fd = fs.openSync(path, constants.O_SYMLINK)
|
|
219
|
-
var ret
|
|
220
|
-
var threw = true
|
|
221
|
-
try {
|
|
222
|
-
ret = fs.futimesSync(fd, at, mt)
|
|
223
|
-
threw = false
|
|
224
|
-
} finally {
|
|
225
|
-
if (threw) {
|
|
226
|
-
try {
|
|
227
|
-
fs.closeSync(fd)
|
|
228
|
-
} catch (er) {}
|
|
229
|
-
} else {
|
|
230
|
-
fs.closeSync(fd)
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
return ret
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
} else {
|
|
237
|
-
fs.lutimes = function (_a, _b, _c, cb) { if (cb) process.nextTick(cb) }
|
|
238
|
-
fs.lutimesSync = function () {}
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
function chmodFix (orig) {
|
|
243
|
-
if (!orig) return orig
|
|
244
|
-
return function (target, mode, cb) {
|
|
245
|
-
return orig.call(fs, target, mode, function (er) {
|
|
246
|
-
if (chownErOk(er)) er = null
|
|
247
|
-
if (cb) cb.apply(this, arguments)
|
|
248
|
-
})
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
function chmodFixSync (orig) {
|
|
253
|
-
if (!orig) return orig
|
|
254
|
-
return function (target, mode) {
|
|
255
|
-
try {
|
|
256
|
-
return orig.call(fs, target, mode)
|
|
257
|
-
} catch (er) {
|
|
258
|
-
if (!chownErOk(er)) throw er
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
function chownFix (orig) {
|
|
265
|
-
if (!orig) return orig
|
|
266
|
-
return function (target, uid, gid, cb) {
|
|
267
|
-
return orig.call(fs, target, uid, gid, function (er) {
|
|
268
|
-
if (chownErOk(er)) er = null
|
|
269
|
-
if (cb) cb.apply(this, arguments)
|
|
270
|
-
})
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
function chownFixSync (orig) {
|
|
275
|
-
if (!orig) return orig
|
|
276
|
-
return function (target, uid, gid) {
|
|
277
|
-
try {
|
|
278
|
-
return orig.call(fs, target, uid, gid)
|
|
279
|
-
} catch (er) {
|
|
280
|
-
if (!chownErOk(er)) throw er
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
function statFix (orig) {
|
|
286
|
-
if (!orig) return orig
|
|
287
|
-
// Older versions of Node erroneously returned signed integers for
|
|
288
|
-
// uid + gid.
|
|
289
|
-
return function (target, options, cb) {
|
|
290
|
-
if (typeof options === 'function') {
|
|
291
|
-
cb = options
|
|
292
|
-
options = null
|
|
293
|
-
}
|
|
294
|
-
function callback (er, stats) {
|
|
295
|
-
if (stats) {
|
|
296
|
-
if (stats.uid < 0) stats.uid += 0x100000000
|
|
297
|
-
if (stats.gid < 0) stats.gid += 0x100000000
|
|
298
|
-
}
|
|
299
|
-
if (cb) cb.apply(this, arguments)
|
|
300
|
-
}
|
|
301
|
-
return options ? orig.call(fs, target, options, callback)
|
|
302
|
-
: orig.call(fs, target, callback)
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
function statFixSync (orig) {
|
|
307
|
-
if (!orig) return orig
|
|
308
|
-
// Older versions of Node erroneously returned signed integers for
|
|
309
|
-
// uid + gid.
|
|
310
|
-
return function (target, options) {
|
|
311
|
-
var stats = options ? orig.call(fs, target, options)
|
|
312
|
-
: orig.call(fs, target)
|
|
313
|
-
if (stats.uid < 0) stats.uid += 0x100000000
|
|
314
|
-
if (stats.gid < 0) stats.gid += 0x100000000
|
|
315
|
-
return stats;
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
// ENOSYS means that the fs doesn't support the op. Just ignore
|
|
320
|
-
// that, because it doesn't matter.
|
|
321
|
-
//
|
|
322
|
-
// if there's no getuid, or if getuid() is something other
|
|
323
|
-
// than 0, and the error is EINVAL or EPERM, then just ignore
|
|
324
|
-
// it.
|
|
325
|
-
//
|
|
326
|
-
// This specific case is a silent failure in cp, install, tar,
|
|
327
|
-
// and most other unix tools that manage permissions.
|
|
328
|
-
//
|
|
329
|
-
// When running as root, or if other types of errors are
|
|
330
|
-
// encountered, then it's strict.
|
|
331
|
-
function chownErOk (er) {
|
|
332
|
-
if (!er)
|
|
333
|
-
return true
|
|
334
|
-
|
|
335
|
-
if (er.code === "ENOSYS")
|
|
336
|
-
return true
|
|
337
|
-
|
|
338
|
-
var nonroot = !process.getuid || process.getuid() !== 0
|
|
339
|
-
if (nonroot) {
|
|
340
|
-
if (er.code === "EINVAL" || er.code === "EPERM")
|
|
341
|
-
return true
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
return false
|
|
345
|
-
}
|
|
346
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
module.exports = (flag, argv) => {
|
|
3
|
-
argv = argv || process.argv;
|
|
4
|
-
const prefix = flag.startsWith('-') ? '' : (flag.length === 1 ? '-' : '--');
|
|
5
|
-
const pos = argv.indexOf(prefix + flag);
|
|
6
|
-
const terminatorPos = argv.indexOf('--');
|
|
7
|
-
return pos !== -1 && (terminatorPos === -1 ? true : pos < terminatorPos);
|
|
8
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
-
|
|
7
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
-
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "has-flag",
|
|
3
|
-
"version": "3.0.0",
|
|
4
|
-
"description": "Check if argv has a specific flag",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"repository": "sindresorhus/has-flag",
|
|
7
|
-
"author": {
|
|
8
|
-
"name": "Sindre Sorhus",
|
|
9
|
-
"email": "sindresorhus@gmail.com",
|
|
10
|
-
"url": "sindresorhus.com"
|
|
11
|
-
},
|
|
12
|
-
"engines": {
|
|
13
|
-
"node": ">=4"
|
|
14
|
-
},
|
|
15
|
-
"scripts": {
|
|
16
|
-
"test": "xo && ava"
|
|
17
|
-
},
|
|
18
|
-
"files": [
|
|
19
|
-
"index.js"
|
|
20
|
-
],
|
|
21
|
-
"keywords": [
|
|
22
|
-
"has",
|
|
23
|
-
"check",
|
|
24
|
-
"detect",
|
|
25
|
-
"contains",
|
|
26
|
-
"find",
|
|
27
|
-
"flag",
|
|
28
|
-
"cli",
|
|
29
|
-
"command-line",
|
|
30
|
-
"argv",
|
|
31
|
-
"process",
|
|
32
|
-
"arg",
|
|
33
|
-
"args",
|
|
34
|
-
"argument",
|
|
35
|
-
"arguments",
|
|
36
|
-
"getopt",
|
|
37
|
-
"minimist",
|
|
38
|
-
"optimist"
|
|
39
|
-
],
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"ava": "*",
|
|
42
|
-
"xo": "*"
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
,"_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz"
|
|
46
|
-
,"_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
|
|
47
|
-
,"_from": "has-flag@3.0.0"
|
|
48
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
# has-flag [](https://travis-ci.org/sindresorhus/has-flag)
|
|
2
|
-
|
|
3
|
-
> Check if [`argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv) has a specific flag
|
|
4
|
-
|
|
5
|
-
Correctly stops looking after an `--` argument terminator.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Install
|
|
9
|
-
|
|
10
|
-
```
|
|
11
|
-
$ npm install has-flag
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## Usage
|
|
16
|
-
|
|
17
|
-
```js
|
|
18
|
-
// foo.js
|
|
19
|
-
const hasFlag = require('has-flag');
|
|
20
|
-
|
|
21
|
-
hasFlag('unicorn');
|
|
22
|
-
//=> true
|
|
23
|
-
|
|
24
|
-
hasFlag('--unicorn');
|
|
25
|
-
//=> true
|
|
26
|
-
|
|
27
|
-
hasFlag('f');
|
|
28
|
-
//=> true
|
|
29
|
-
|
|
30
|
-
hasFlag('-f');
|
|
31
|
-
//=> true
|
|
32
|
-
|
|
33
|
-
hasFlag('foo=bar');
|
|
34
|
-
//=> true
|
|
35
|
-
|
|
36
|
-
hasFlag('foo');
|
|
37
|
-
//=> false
|
|
38
|
-
|
|
39
|
-
hasFlag('rainbow');
|
|
40
|
-
//=> false
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
```
|
|
44
|
-
$ node foo.js -f --unicorn --foo=bar -- --rainbow
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
## API
|
|
49
|
-
|
|
50
|
-
### hasFlag(flag, [argv])
|
|
51
|
-
|
|
52
|
-
Returns a boolean for whether the flag exists.
|
|
53
|
-
|
|
54
|
-
#### flag
|
|
55
|
-
|
|
56
|
-
Type: `string`
|
|
57
|
-
|
|
58
|
-
CLI flag to look for. The `--` prefix is optional.
|
|
59
|
-
|
|
60
|
-
#### argv
|
|
61
|
-
|
|
62
|
-
Type: `string[]`<br>
|
|
63
|
-
Default: `process.argv`
|
|
64
|
-
|
|
65
|
-
CLI arguments.
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
## License
|
|
69
|
-
|
|
70
|
-
MIT © [Sindre Sorhus](https://sindresorhus.com)
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
<a name="2.8.9"></a>
|
|
6
|
-
## [2.8.9](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) (2021-04-07)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* backport regex fix from [#76](https://github.com/npm/hosted-git-info/issues/76) ([29adfe5](https://github.com/npm/hosted-git-info/commit/29adfe5)), closes [#84](https://github.com/npm/hosted-git-info/issues/84)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<a name="2.8.8"></a>
|
|
16
|
-
## [2.8.8](https://github.com/npm/hosted-git-info/compare/v2.8.7...v2.8.8) (2020-02-29)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Bug Fixes
|
|
20
|
-
|
|
21
|
-
* [#61](https://github.com/npm/hosted-git-info/issues/61) & [#65](https://github.com/npm/hosted-git-info/issues/65) addressing issues w/ url.URL implmentation which regressed node 6 support ([5038b18](https://github.com/npm/hosted-git-info/commit/5038b18)), closes [#66](https://github.com/npm/hosted-git-info/issues/66)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
<a name="2.8.7"></a>
|
|
26
|
-
## [2.8.7](https://github.com/npm/hosted-git-info/compare/v2.8.6...v2.8.7) (2020-02-26)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
### Bug Fixes
|
|
30
|
-
|
|
31
|
-
* Do not attempt to use url.URL when unavailable ([2d0bb66](https://github.com/npm/hosted-git-info/commit/2d0bb66)), closes [#61](https://github.com/npm/hosted-git-info/issues/61) [#62](https://github.com/npm/hosted-git-info/issues/62)
|
|
32
|
-
* Do not pass scp-style URLs to the WhatWG url.URL ([f2cdfcf](https://github.com/npm/hosted-git-info/commit/f2cdfcf)), closes [#60](https://github.com/npm/hosted-git-info/issues/60)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
<a name="2.8.6"></a>
|
|
37
|
-
## [2.8.6](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.6) (2020-02-25)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<a name="2.8.5"></a>
|
|
42
|
-
## [2.8.5](https://github.com/npm/hosted-git-info/compare/v2.8.4...v2.8.5) (2019-10-07)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
### Bug Fixes
|
|
46
|
-
|
|
47
|
-
* updated pathmatch for gitlab ([e8325b5](https://github.com/npm/hosted-git-info/commit/e8325b5)), closes [#51](https://github.com/npm/hosted-git-info/issues/51)
|
|
48
|
-
* updated pathmatch for gitlab ([ffe056f](https://github.com/npm/hosted-git-info/commit/ffe056f))
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
<a name="2.8.4"></a>
|
|
53
|
-
## [2.8.4](https://github.com/npm/hosted-git-info/compare/v2.8.3...v2.8.4) (2019-08-12)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
<a name="2.8.3"></a>
|
|
58
|
-
## [2.8.3](https://github.com/npm/hosted-git-info/compare/v2.8.2...v2.8.3) (2019-08-12)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
<a name="2.8.2"></a>
|
|
63
|
-
## [2.8.2](https://github.com/npm/hosted-git-info/compare/v2.8.1...v2.8.2) (2019-08-05)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
* http protocol use sshurl by default ([3b1d629](https://github.com/npm/hosted-git-info/commit/3b1d629)), closes [#48](https://github.com/npm/hosted-git-info/issues/48)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
<a name="2.8.1"></a>
|
|
73
|
-
## [2.8.1](https://github.com/npm/hosted-git-info/compare/v2.8.0...v2.8.1) (2019-08-05)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Bug Fixes
|
|
77
|
-
|
|
78
|
-
* ignore noCommittish on tarball url generation ([5d4a8d7](https://github.com/npm/hosted-git-info/commit/5d4a8d7))
|
|
79
|
-
* use gist tarball url that works for anonymous gists ([1692435](https://github.com/npm/hosted-git-info/commit/1692435))
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
<a name="2.8.0"></a>
|
|
84
|
-
# [2.8.0](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.0) (2019-08-05)
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
### Bug Fixes
|
|
88
|
-
|
|
89
|
-
* Allow slashes in gitlab project section ([bbcf7b2](https://github.com/npm/hosted-git-info/commit/bbcf7b2)), closes [#46](https://github.com/npm/hosted-git-info/issues/46) [#43](https://github.com/npm/hosted-git-info/issues/43)
|
|
90
|
-
* **git-host:** disallow URI-encoded slash (%2F) in `path` ([3776fa5](https://github.com/npm/hosted-git-info/commit/3776fa5)), closes [#44](https://github.com/npm/hosted-git-info/issues/44)
|
|
91
|
-
* **gitlab:** Do not URL encode slashes in project name for GitLab https URL ([cbf04f9](https://github.com/npm/hosted-git-info/commit/cbf04f9)), closes [#47](https://github.com/npm/hosted-git-info/issues/47)
|
|
92
|
-
* do not allow invalid gist urls ([d5cf830](https://github.com/npm/hosted-git-info/commit/d5cf830))
|
|
93
|
-
* **cache:** Switch to lru-cache to save ourselves from unlimited memory consumption ([e518222](https://github.com/npm/hosted-git-info/commit/e518222)), closes [#38](https://github.com/npm/hosted-git-info/issues/38)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Features
|
|
97
|
-
|
|
98
|
-
* give these objects a name ([60abaea](https://github.com/npm/hosted-git-info/commit/60abaea))
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
<a name="2.7.1"></a>
|
|
103
|
-
## [2.7.1](https://github.com/npm/hosted-git-info/compare/v2.7.0...v2.7.1) (2018-07-07)
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
### Bug Fixes
|
|
107
|
-
|
|
108
|
-
* **index:** Guard against non-string types ([5bc580d](https://github.com/npm/hosted-git-info/commit/5bc580d))
|
|
109
|
-
* **parse:** Crash on strings that parse to having no host ([c931482](https://github.com/npm/hosted-git-info/commit/c931482)), closes [#35](https://github.com/npm/hosted-git-info/issues/35)
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
<a name="2.7.0"></a>
|
|
114
|
-
# [2.7.0](https://github.com/npm/hosted-git-info/compare/v2.6.1...v2.7.0) (2018-07-06)
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
### Bug Fixes
|
|
118
|
-
|
|
119
|
-
* **github tarball:** update github tarballtemplate ([6efd582](https://github.com/npm/hosted-git-info/commit/6efd582)), closes [#34](https://github.com/npm/hosted-git-info/issues/34)
|
|
120
|
-
* **gitlab docs:** switched to lowercase anchors for readmes ([701bcd1](https://github.com/npm/hosted-git-info/commit/701bcd1))
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Features
|
|
124
|
-
|
|
125
|
-
* **all:** Support www. prefixes on hostnames ([3349575](https://github.com/npm/hosted-git-info/commit/3349575)), closes [#32](https://github.com/npm/hosted-git-info/issues/32)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
<a name="2.6.1"></a>
|
|
130
|
-
## [2.6.1](https://github.com/npm/hosted-git-info/compare/v2.6.0...v2.6.1) (2018-06-25)
|
|
131
|
-
|
|
132
|
-
### Bug Fixes
|
|
133
|
-
|
|
134
|
-
* **Revert:** "compat: remove Object.assign fallback ([#25](https://github.com/npm/hosted-git-info/issues/25))" ([cce5a62](https://github.com/npm/hosted-git-info/commit/cce5a62))
|
|
135
|
-
* **Revert:** "git-host: fix forgotten extend()" ([a815ec9](https://github.com/npm/hosted-git-info/commit/a815ec9))
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
<a name="2.6.0"></a>
|
|
140
|
-
# [2.6.0](https://github.com/npm/hosted-git-info/compare/v2.5.0...v2.6.0) (2018-03-07)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### Bug Fixes
|
|
144
|
-
|
|
145
|
-
* **compat:** remove Object.assign fallback ([#25](https://github.com/npm/hosted-git-info/issues/25)) ([627ab55](https://github.com/npm/hosted-git-info/commit/627ab55))
|
|
146
|
-
* **git-host:** fix forgotten extend() ([eba1f7b](https://github.com/npm/hosted-git-info/commit/eba1f7b))
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Features
|
|
150
|
-
|
|
151
|
-
* **browse:** fragment support for browse() ([#28](https://github.com/npm/hosted-git-info/issues/28)) ([cd5e5bb](https://github.com/npm/hosted-git-info/commit/cd5e5bb))
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2015, Rebecca Turner
|
|
2
|
-
|
|
3
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
4
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
5
|
-
copyright notice and this permission notice appear in all copies.
|
|
6
|
-
|
|
7
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
9
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
11
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
12
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
|
-
PERFORMANCE OF THIS SOFTWARE.
|