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,61 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
|
|
6
|
-
"_location": "/isexe",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "isexe@^2.0.0",
|
|
12
|
-
"name": "isexe",
|
|
13
|
-
"escapedName": "isexe",
|
|
14
|
-
"rawSpec": "^2.0.0",
|
|
15
|
-
"saveSpec": null,
|
|
16
|
-
"fetchSpec": "^2.0.0"
|
|
17
|
-
},
|
|
18
|
-
"_requiredBy": [
|
|
19
|
-
"/tap",
|
|
20
|
-
"/which"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
23
|
-
"_shasum": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10",
|
|
24
|
-
"_spec": "isexe@^2.0.0",
|
|
25
|
-
"_where": "/Users/rebecca/code/npm/node_modules/which",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Isaac Z. Schlueter",
|
|
28
|
-
"email": "i@izs.me",
|
|
29
|
-
"url": "http://blog.izs.me/"
|
|
30
|
-
},
|
|
31
|
-
"bugs": {
|
|
32
|
-
"url": "https://github.com/isaacs/isexe/issues"
|
|
33
|
-
},
|
|
34
|
-
"bundleDependencies": false,
|
|
35
|
-
"deprecated": false,
|
|
2
|
+
"name": "isexe",
|
|
3
|
+
"version": "2.0.0",
|
|
36
4
|
"description": "Minimal module to check if a file is executable.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"directories": {
|
|
7
|
+
"test": "test"
|
|
8
|
+
},
|
|
37
9
|
"devDependencies": {
|
|
38
10
|
"mkdirp": "^0.5.1",
|
|
39
11
|
"rimraf": "^2.5.0",
|
|
40
12
|
"tap": "^10.3.0"
|
|
41
13
|
},
|
|
42
|
-
"
|
|
43
|
-
"test": "test"
|
|
14
|
+
"scripts": {
|
|
15
|
+
"test": "tap test/*.js --100",
|
|
16
|
+
"preversion": "npm test",
|
|
17
|
+
"postversion": "npm publish",
|
|
18
|
+
"postpublish": "git push origin --all; git push origin --tags"
|
|
44
19
|
},
|
|
45
|
-
"
|
|
46
|
-
"keywords": [],
|
|
20
|
+
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
47
21
|
"license": "ISC",
|
|
48
|
-
"main": "index.js",
|
|
49
|
-
"name": "isexe",
|
|
50
22
|
"repository": {
|
|
51
23
|
"type": "git",
|
|
52
24
|
"url": "git+https://github.com/isaacs/isexe.git"
|
|
53
25
|
},
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
"preversion": "npm test",
|
|
58
|
-
"test": "tap test/*.js --100"
|
|
26
|
+
"keywords": [],
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/isaacs/isexe/issues"
|
|
59
29
|
},
|
|
60
|
-
"
|
|
30
|
+
"homepage": "https://github.com/isaacs/isexe#readme"
|
|
61
31
|
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"predef": [ ]
|
|
3
|
+
, "bitwise": false
|
|
4
|
+
, "camelcase": false
|
|
5
|
+
, "curly": false
|
|
6
|
+
, "eqeqeq": false
|
|
7
|
+
, "forin": false
|
|
8
|
+
, "immed": false
|
|
9
|
+
, "latedef": false
|
|
10
|
+
, "noarg": true
|
|
11
|
+
, "noempty": true
|
|
12
|
+
, "nonew": true
|
|
13
|
+
, "plusplus": false
|
|
14
|
+
, "quotmark": true
|
|
15
|
+
, "regexp": false
|
|
16
|
+
, "undef": true
|
|
17
|
+
, "unused": true
|
|
18
|
+
, "strict": false
|
|
19
|
+
, "trailing": true
|
|
20
|
+
, "maxlen": 120
|
|
21
|
+
, "asi": true
|
|
22
|
+
, "boss": true
|
|
23
|
+
, "debug": true
|
|
24
|
+
, "eqnull": true
|
|
25
|
+
, "esnext": true
|
|
26
|
+
, "evil": true
|
|
27
|
+
, "expr": true
|
|
28
|
+
, "funcscope": false
|
|
29
|
+
, "globalstrict": false
|
|
30
|
+
, "iterator": false
|
|
31
|
+
, "lastsemic": true
|
|
32
|
+
, "laxbreak": true
|
|
33
|
+
, "laxcomma": true
|
|
34
|
+
, "loopfunc": true
|
|
35
|
+
, "multistr": false
|
|
36
|
+
, "onecase": false
|
|
37
|
+
, "proto": false
|
|
38
|
+
, "regexdash": false
|
|
39
|
+
, "scripturl": true
|
|
40
|
+
, "smarttabs": false
|
|
41
|
+
, "shadow": false
|
|
42
|
+
, "sub": true
|
|
43
|
+
, "supernew": false
|
|
44
|
+
, "validthis": true
|
|
45
|
+
, "browser": true
|
|
46
|
+
, "couch": false
|
|
47
|
+
, "devel": false
|
|
48
|
+
, "dojo": false
|
|
49
|
+
, "mootools": false
|
|
50
|
+
, "node": true
|
|
51
|
+
, "nonstandard": true
|
|
52
|
+
, "prototypejs": false
|
|
53
|
+
, "rhino": false
|
|
54
|
+
, "worker": true
|
|
55
|
+
, "wsh": false
|
|
56
|
+
, "nomen": false
|
|
57
|
+
, "onevar": false
|
|
58
|
+
, "passfail": false
|
|
59
|
+
}
|
|
@@ -1,45 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
|
|
6
|
-
"_location": "/isstream",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "isstream@~0.1.2",
|
|
12
|
-
"name": "isstream",
|
|
13
|
-
"escapedName": "isstream",
|
|
14
|
-
"rawSpec": "~0.1.2",
|
|
15
|
-
"saveSpec": null,
|
|
16
|
-
"fetchSpec": "~0.1.2"
|
|
17
|
-
},
|
|
18
|
-
"_requiredBy": [
|
|
19
|
-
"/request"
|
|
20
|
-
],
|
|
21
|
-
"_resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
|
|
22
|
-
"_shasum": "47e63f7af55afa6f92e1500e690eb8b8529c099a",
|
|
23
|
-
"_spec": "isstream@~0.1.2",
|
|
24
|
-
"_where": "/Users/rebecca/code/npm/node_modules/request",
|
|
25
|
-
"author": {
|
|
26
|
-
"name": "Rod Vagg",
|
|
27
|
-
"email": "rod@vagg.org"
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/rvagg/isstream/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
33
|
-
"deprecated": false,
|
|
2
|
+
"name": "isstream",
|
|
3
|
+
"version": "0.1.2",
|
|
34
4
|
"description": "Determine if an object is a Stream",
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"
|
|
5
|
+
"main": "isstream.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "tar --xform 's/^package/readable-stream-1.0/' -zxf readable-stream-1.0.*.tgz && tar --xform 's/^package/readable-stream-1.1/' -zxf readable-stream-1.1.*.tgz && node test.js; rm -rf readable-stream-1.?/"
|
|
8
|
+
},
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/rvagg/isstream.git"
|
|
41
12
|
},
|
|
42
|
-
"homepage": "https://github.com/rvagg/isstream",
|
|
43
13
|
"keywords": [
|
|
44
14
|
"stream",
|
|
45
15
|
"type",
|
|
@@ -47,15 +17,17 @@
|
|
|
47
17
|
"readable-stream",
|
|
48
18
|
"hippo"
|
|
49
19
|
],
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
"
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"tape": "~2.12.3",
|
|
22
|
+
"core-util-is": "~1.0.0",
|
|
23
|
+
"isarray": "0.0.1",
|
|
24
|
+
"string_decoder": "~0.10.x",
|
|
25
|
+
"inherits": "~2.0.1"
|
|
56
26
|
},
|
|
57
|
-
"
|
|
58
|
-
|
|
27
|
+
"author": "Rod Vagg <rod@vagg.org>",
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/rvagg/isstream/issues"
|
|
59
31
|
},
|
|
60
|
-
"
|
|
32
|
+
"homepage": "https://github.com/rvagg/isstream"
|
|
61
33
|
}
|
|
@@ -1,53 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "jsbn@~0.1.0",
|
|
12
|
-
"name": "jsbn",
|
|
13
|
-
"escapedName": "jsbn",
|
|
14
|
-
"rawSpec": "~0.1.0",
|
|
15
|
-
"saveSpec": null,
|
|
16
|
-
"fetchSpec": "~0.1.0"
|
|
17
|
-
},
|
|
18
|
-
"_requiredBy": [
|
|
19
|
-
"/ecc-jsbn",
|
|
20
|
-
"/sshpk"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
|
|
23
|
-
"_shasum": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513",
|
|
24
|
-
"_spec": "jsbn@~0.1.0",
|
|
25
|
-
"_where": "/Users/rebecca/code/npm/node_modules/sshpk",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Tom Wu"
|
|
2
|
+
"name": "jsbn",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "mocha test.js"
|
|
28
8
|
},
|
|
29
|
-
"
|
|
30
|
-
"
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/andyperlitch/jsbn.git"
|
|
31
12
|
},
|
|
32
|
-
"bundleDependencies": false,
|
|
33
|
-
"deprecated": false,
|
|
34
|
-
"description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
|
|
35
|
-
"homepage": "https://github.com/andyperlitch/jsbn#readme",
|
|
36
13
|
"keywords": [
|
|
37
14
|
"biginteger",
|
|
38
15
|
"bignumber",
|
|
39
16
|
"big",
|
|
40
17
|
"integer"
|
|
41
18
|
],
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"name": "jsbn",
|
|
45
|
-
"repository": {
|
|
46
|
-
"type": "git",
|
|
47
|
-
"url": "git+https://github.com/andyperlitch/jsbn.git"
|
|
48
|
-
},
|
|
49
|
-
"scripts": {
|
|
50
|
-
"test": "mocha test.js"
|
|
51
|
-
},
|
|
52
|
-
"version": "0.1.1"
|
|
19
|
+
"author": "Tom Wu",
|
|
20
|
+
"license": "MIT"
|
|
53
21
|
}
|
|
@@ -1,51 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
"name": "json-parse-better-errors",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "JSON.parse with context information on error",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"*.js"
|
|
7
8
|
],
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"registry": true,
|
|
17
|
-
"raw": "json-parse-better-errors@1.0.2",
|
|
18
|
-
"name": "json-parse-better-errors",
|
|
19
|
-
"escapedName": "json-parse-better-errors",
|
|
20
|
-
"rawSpec": "1.0.2",
|
|
21
|
-
"saveSpec": null,
|
|
22
|
-
"fetchSpec": "1.0.2"
|
|
9
|
+
"scripts": {
|
|
10
|
+
"prerelease": "npm t",
|
|
11
|
+
"postrelease": "npm publish && git push --follow-tags",
|
|
12
|
+
"pretest": "standard",
|
|
13
|
+
"release": "standard-version -s",
|
|
14
|
+
"test": "tap -J --coverage test/*.js",
|
|
15
|
+
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
|
|
16
|
+
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
|
|
23
17
|
},
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"/read-package-json"
|
|
18
|
+
"repository": "https://github.com/zkat/json-parse-better-errors",
|
|
19
|
+
"keywords": [
|
|
20
|
+
"JSON",
|
|
21
|
+
"parser"
|
|
29
22
|
],
|
|
30
|
-
"_resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
|
|
31
|
-
"_spec": "1.0.2",
|
|
32
|
-
"_where": "/Users/rebecca/code/npm",
|
|
33
23
|
"author": {
|
|
34
24
|
"name": "Kat Marchán",
|
|
35
|
-
"email": "kzm@zkat.tech"
|
|
25
|
+
"email": "kzm@zkat.tech",
|
|
26
|
+
"twitter": "maybekatz"
|
|
36
27
|
},
|
|
37
|
-
"
|
|
38
|
-
"url": "https://github.com/zkat/json-parse-better-errors/issues"
|
|
39
|
-
},
|
|
40
|
-
"config": {
|
|
41
|
-
"nyc": {
|
|
42
|
-
"exclude": [
|
|
43
|
-
"node_modules/**",
|
|
44
|
-
"test/**"
|
|
45
|
-
]
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"description": "JSON.parse with context information on error",
|
|
28
|
+
"license": "MIT",
|
|
49
29
|
"devDependencies": {
|
|
50
30
|
"nyc": "^10.3.2",
|
|
51
31
|
"standard": "^9.0.2",
|
|
@@ -54,29 +34,12 @@
|
|
|
54
34
|
"weallbehave": "^1.2.0",
|
|
55
35
|
"weallcontribute": "^1.0.8"
|
|
56
36
|
},
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"license": "MIT",
|
|
66
|
-
"main": "index.js",
|
|
67
|
-
"name": "json-parse-better-errors",
|
|
68
|
-
"repository": {
|
|
69
|
-
"type": "git",
|
|
70
|
-
"url": "git+https://github.com/zkat/json-parse-better-errors.git"
|
|
71
|
-
},
|
|
72
|
-
"scripts": {
|
|
73
|
-
"postrelease": "npm publish && git push --follow-tags",
|
|
74
|
-
"prerelease": "npm t",
|
|
75
|
-
"pretest": "standard",
|
|
76
|
-
"release": "standard-version -s",
|
|
77
|
-
"test": "tap -J --coverage test/*.js",
|
|
78
|
-
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
|
|
79
|
-
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
|
|
80
|
-
},
|
|
81
|
-
"version": "1.0.2"
|
|
37
|
+
"config": {
|
|
38
|
+
"nyc": {
|
|
39
|
+
"exclude": [
|
|
40
|
+
"node_modules/**",
|
|
41
|
+
"test/**"
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
}
|
|
82
45
|
}
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
Dojo is available under *either* the terms of the BSD 3-Clause "New" License *or* the
|
|
2
|
+
Academic Free License version 2.1. As a recipient of Dojo, you may choose which
|
|
3
|
+
license to receive this code under (except as noted in per-module LICENSE
|
|
4
|
+
files). Some modules may not be the copyright of the Dojo Foundation. These
|
|
5
|
+
modules contain explicit declarations of copyright in both the LICENSE files in
|
|
6
|
+
the directories in which they reside and in the code itself. No external
|
|
7
|
+
contributions are allowed under licenses which are fundamentally incompatible
|
|
8
|
+
with the AFL-2.1 OR and BSD-3-Clause licenses that Dojo is distributed under.
|
|
9
|
+
|
|
10
|
+
The text of the AFL-2.1 and BSD-3-Clause licenses is reproduced below.
|
|
11
|
+
|
|
12
|
+
-------------------------------------------------------------------------------
|
|
13
|
+
BSD 3-Clause "New" License:
|
|
14
|
+
**********************
|
|
15
|
+
|
|
16
|
+
Copyright (c) 2005-2015, The Dojo Foundation
|
|
17
|
+
All rights reserved.
|
|
18
|
+
|
|
19
|
+
Redistribution and use in source and binary forms, with or without
|
|
20
|
+
modification, are permitted provided that the following conditions are met:
|
|
21
|
+
|
|
22
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
23
|
+
list of conditions and the following disclaimer.
|
|
24
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
25
|
+
this list of conditions and the following disclaimer in the documentation
|
|
26
|
+
and/or other materials provided with the distribution.
|
|
27
|
+
* Neither the name of the Dojo Foundation nor the names of its contributors
|
|
28
|
+
may be used to endorse or promote products derived from this software
|
|
29
|
+
without specific prior written permission.
|
|
30
|
+
|
|
31
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
32
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
33
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
34
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
|
35
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
36
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
37
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
38
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
39
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
40
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
41
|
+
|
|
42
|
+
-------------------------------------------------------------------------------
|
|
43
|
+
The Academic Free License, v. 2.1:
|
|
44
|
+
**********************************
|
|
45
|
+
|
|
46
|
+
This Academic Free License (the "License") applies to any original work of
|
|
47
|
+
authorship (the "Original Work") whose owner (the "Licensor") has placed the
|
|
48
|
+
following notice immediately following the copyright notice for the Original
|
|
49
|
+
Work:
|
|
50
|
+
|
|
51
|
+
Licensed under the Academic Free License version 2.1
|
|
52
|
+
|
|
53
|
+
1) Grant of Copyright License. Licensor hereby grants You a world-wide,
|
|
54
|
+
royalty-free, non-exclusive, perpetual, sublicenseable license to do the
|
|
55
|
+
following:
|
|
56
|
+
|
|
57
|
+
a) to reproduce the Original Work in copies;
|
|
58
|
+
|
|
59
|
+
b) to prepare derivative works ("Derivative Works") based upon the Original
|
|
60
|
+
Work;
|
|
61
|
+
|
|
62
|
+
c) to distribute copies of the Original Work and Derivative Works to the
|
|
63
|
+
public;
|
|
64
|
+
|
|
65
|
+
d) to perform the Original Work publicly; and
|
|
66
|
+
|
|
67
|
+
e) to display the Original Work publicly.
|
|
68
|
+
|
|
69
|
+
2) Grant of Patent License. Licensor hereby grants You a world-wide,
|
|
70
|
+
royalty-free, non-exclusive, perpetual, sublicenseable license, under patent
|
|
71
|
+
claims owned or controlled by the Licensor that are embodied in the Original
|
|
72
|
+
Work as furnished by the Licensor, to make, use, sell and offer for sale the
|
|
73
|
+
Original Work and Derivative Works.
|
|
74
|
+
|
|
75
|
+
3) Grant of Source Code License. The term "Source Code" means the preferred
|
|
76
|
+
form of the Original Work for making modifications to it and all available
|
|
77
|
+
documentation describing how to modify the Original Work. Licensor hereby
|
|
78
|
+
agrees to provide a machine-readable copy of the Source Code of the Original
|
|
79
|
+
Work along with each copy of the Original Work that Licensor distributes.
|
|
80
|
+
Licensor reserves the right to satisfy this obligation by placing a
|
|
81
|
+
machine-readable copy of the Source Code in an information repository
|
|
82
|
+
reasonably calculated to permit inexpensive and convenient access by You for as
|
|
83
|
+
long as Licensor continues to distribute the Original Work, and by publishing
|
|
84
|
+
the address of that information repository in a notice immediately following
|
|
85
|
+
the copyright notice that applies to the Original Work.
|
|
86
|
+
|
|
87
|
+
4) Exclusions From License Grant. Neither the names of Licensor, nor the names
|
|
88
|
+
of any contributors to the Original Work, nor any of their trademarks or
|
|
89
|
+
service marks, may be used to endorse or promote products derived from this
|
|
90
|
+
Original Work without express prior written permission of the Licensor. Nothing
|
|
91
|
+
in this License shall be deemed to grant any rights to trademarks, copyrights,
|
|
92
|
+
patents, trade secrets or any other intellectual property of Licensor except as
|
|
93
|
+
expressly stated herein. No patent license is granted to make, use, sell or
|
|
94
|
+
offer to sell embodiments of any patent claims other than the licensed claims
|
|
95
|
+
defined in Section 2. No right is granted to the trademarks of Licensor even if
|
|
96
|
+
such marks are included in the Original Work. Nothing in this License shall be
|
|
97
|
+
interpreted to prohibit Licensor from licensing under different terms from this
|
|
98
|
+
License any Original Work that Licensor otherwise would have a right to
|
|
99
|
+
license.
|
|
100
|
+
|
|
101
|
+
5) This section intentionally omitted.
|
|
102
|
+
|
|
103
|
+
6) Attribution Rights. You must retain, in the Source Code of any Derivative
|
|
104
|
+
Works that You create, all copyright, patent or trademark notices from the
|
|
105
|
+
Source Code of the Original Work, as well as any notices of licensing and any
|
|
106
|
+
descriptive text identified therein as an "Attribution Notice." You must cause
|
|
107
|
+
the Source Code for any Derivative Works that You create to carry a prominent
|
|
108
|
+
Attribution Notice reasonably calculated to inform recipients that You have
|
|
109
|
+
modified the Original Work.
|
|
110
|
+
|
|
111
|
+
7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that
|
|
112
|
+
the copyright in and to the Original Work and the patent rights granted herein
|
|
113
|
+
by Licensor are owned by the Licensor or are sublicensed to You under the terms
|
|
114
|
+
of this License with the permission of the contributor(s) of those copyrights
|
|
115
|
+
and patent rights. Except as expressly stated in the immediately proceeding
|
|
116
|
+
sentence, the Original Work is provided under this License on an "AS IS" BASIS
|
|
117
|
+
and WITHOUT WARRANTY, either express or implied, including, without limitation,
|
|
118
|
+
the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
119
|
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU.
|
|
120
|
+
This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No
|
|
121
|
+
license to Original Work is granted hereunder except under this disclaimer.
|
|
122
|
+
|
|
123
|
+
8) Limitation of Liability. Under no circumstances and under no legal theory,
|
|
124
|
+
whether in tort (including negligence), contract, or otherwise, shall the
|
|
125
|
+
Licensor be liable to any person for any direct, indirect, special, incidental,
|
|
126
|
+
or consequential damages of any character arising as a result of this License
|
|
127
|
+
or the use of the Original Work including, without limitation, damages for loss
|
|
128
|
+
of goodwill, work stoppage, computer failure or malfunction, or any and all
|
|
129
|
+
other commercial damages or losses. This limitation of liability shall not
|
|
130
|
+
apply to liability for death or personal injury resulting from Licensor's
|
|
131
|
+
negligence to the extent applicable law prohibits such limitation. Some
|
|
132
|
+
jurisdictions do not allow the exclusion or limitation of incidental or
|
|
133
|
+
consequential damages, so this exclusion and limitation may not apply to You.
|
|
134
|
+
|
|
135
|
+
9) Acceptance and Termination. If You distribute copies of the Original Work or
|
|
136
|
+
a Derivative Work, You must make a reasonable effort under the circumstances to
|
|
137
|
+
obtain the express assent of recipients to the terms of this License. Nothing
|
|
138
|
+
else but this License (or another written agreement between Licensor and You)
|
|
139
|
+
grants You permission to create Derivative Works based upon the Original Work
|
|
140
|
+
or to exercise any of the rights granted in Section 1 herein, and any attempt
|
|
141
|
+
to do so except under the terms of this License (or another written agreement
|
|
142
|
+
between Licensor and You) is expressly prohibited by U.S. copyright law, the
|
|
143
|
+
equivalent laws of other countries, and by international treaty. Therefore, by
|
|
144
|
+
exercising any of the rights granted to You in Section 1 herein, You indicate
|
|
145
|
+
Your acceptance of this License and all of its terms and conditions.
|
|
146
|
+
|
|
147
|
+
10) Termination for Patent Action. This License shall terminate automatically
|
|
148
|
+
and You may no longer exercise any of the rights granted to You by this License
|
|
149
|
+
as of the date You commence an action, including a cross-claim or counterclaim,
|
|
150
|
+
against Licensor or any licensee alleging that the Original Work infringes a
|
|
151
|
+
patent. This termination provision shall not apply for an action alleging
|
|
152
|
+
patent infringement by combinations of the Original Work with other software or
|
|
153
|
+
hardware.
|
|
154
|
+
|
|
155
|
+
11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
|
|
156
|
+
License may be brought only in the courts of a jurisdiction wherein the
|
|
157
|
+
Licensor resides or in which Licensor conducts its primary business, and under
|
|
158
|
+
the laws of that jurisdiction excluding its conflict-of-law provisions. The
|
|
159
|
+
application of the United Nations Convention on Contracts for the International
|
|
160
|
+
Sale of Goods is expressly excluded. Any use of the Original Work outside the
|
|
161
|
+
scope of this License or after its termination shall be subject to the
|
|
162
|
+
requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et
|
|
163
|
+
seq., the equivalent laws of other countries, and international treaty. This
|
|
164
|
+
section shall survive the termination of this License.
|
|
165
|
+
|
|
166
|
+
12) Attorneys Fees. In any action to enforce the terms of this License or
|
|
167
|
+
seeking damages relating thereto, the prevailing party shall be entitled to
|
|
168
|
+
recover its costs and expenses, including, without limitation, reasonable
|
|
169
|
+
attorneys' fees and costs incurred in connection with such action, including
|
|
170
|
+
any appeal of such action. This section shall survive the termination of this
|
|
171
|
+
License.
|
|
172
|
+
|
|
173
|
+
13) Miscellaneous. This License represents the complete agreement concerning
|
|
174
|
+
the subject matter hereof. If any provision of this License is held to be
|
|
175
|
+
unenforceable, such provision shall be reformed only to the extent necessary to
|
|
176
|
+
make it enforceable.
|
|
177
|
+
|
|
178
|
+
14) Definition of "You" in This License. "You" throughout this License, whether
|
|
179
|
+
in upper or lower case, means an individual or a legal entity exercising rights
|
|
180
|
+
under, and complying with all of the terms of, this License. For legal
|
|
181
|
+
entities, "You" includes any entity that controls, is controlled by, or is
|
|
182
|
+
under common control with you. For purposes of this definition, "control" means
|
|
183
|
+
(i) the power, direct or indirect, to cause the direction or management of such
|
|
184
|
+
entity, whether by contract or otherwise, or (ii) ownership of fifty percent
|
|
185
|
+
(50%) or more of the outstanding shares, or (iii) beneficial ownership of such
|
|
186
|
+
entity.
|
|
187
|
+
|
|
188
|
+
15) Right to Use. You may use the Original Work in all ways not otherwise
|
|
189
|
+
restricted or conditioned by this License or by law, and Licensor promises not
|
|
190
|
+
to interfere with or be responsible for such uses by You.
|
|
191
|
+
|
|
192
|
+
This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved.
|
|
193
|
+
Permission is hereby granted to copy and distribute this license without
|
|
194
|
+
modification. This license may not be modified without the express written
|
|
195
|
+
permission of its copyright owner.
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
This is a historical repository for the early development of the JSON Schema specification and implementation. This package is considered "finished": it holds the earlier draft specification and a simple, efficient, lightweight implementation of the original core elements of JSON Schema. This repository does not house the latest specifications nor does it implement the latest versions of JSON Schema. This package seeks to maintain the stability (in behavior and size) of this original implementation for the sake of the numerous packages that rely on it. For the latest JSON Schema specifications and implementations, please visit the [JSON Schema site](https://json-schema.org/) (or the [respository](https://github.com/json-schema-org/json-schema-spec)).
|
|
2
2
|
|
|
3
|
-
Code is licensed under the AFL or BSD license
|
|
4
|
-
project which is administered under the Dojo foundation,
|
|
5
|
-
and all contributions require a Dojo CLA.
|
|
3
|
+
Code is licensed under the AFL or BSD 3-Clause license.
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* JSON Schema link handler
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the MIT (MIT-LICENSE.txt) license.
|
|
3
|
+
* Licensed under AFL-2.1 OR BSD-3-Clause
|
|
5
4
|
*/
|
|
6
5
|
(function (root, factory) {
|
|
7
6
|
if (typeof define === 'function' && define.amd) {
|