ligo/gitlab-pages/website/package-lock.json

5171 lines
148 KiB
JSON
Raw Normal View History

2019-06-03 20:16:05 +04:00
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
2020-04-25 14:51:01 +04:00
"@ligolang/docusaurus-theme-compact-ligo-ide": {
"version": "file:../../tools/compact-webide/packages/docusaurus-theme-compact-ligo-ide",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"@philpl/buble": "^0.19.7"
2019-06-03 20:16:05 +04:00
},
"dependencies": {
2020-04-25 14:51:01 +04:00
"@babel/code-frame": {
"version": "7.8.3",
"requires": {
"@babel/highlight": "^7.8.3"
}
},
"@babel/compat-data": {
"version": "7.9.0",
"requires": {
"browserslist": "^4.9.1",
"invariant": "^2.2.4",
"semver": "^5.5.0"
}
},
"@babel/core": {
"version": "7.9.0",
"requires": {
"@babel/code-frame": "^7.8.3",
"@babel/generator": "^7.9.0",
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helpers": "^7.9.0",
"@babel/parser": "^7.9.0",
"@babel/template": "^7.8.6",
"@babel/traverse": "^7.9.0",
"@babel/types": "^7.9.0",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
"json5": "^2.1.2",
"lodash": "^4.17.13",
"resolve": "^1.3.2",
"semver": "^5.4.1",
"source-map": "^0.5.0"
},
"dependencies": {
"debug": {
"version": "4.1.1",
"requires": {
"ms": "^2.1.1"
}
},
"json5": {
"version": "2.1.3",
"requires": {
"minimist": "^1.2.5"
}
},
"ms": {
"version": "2.1.2"
},
"source-map": {
"version": "0.5.7"
}
}
},
"@babel/generator": {
"version": "7.9.5",
"requires": {
"@babel/types": "^7.9.5",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.5.0"
},
"dependencies": {
"source-map": {
"version": "0.5.7"
}
}
},
"@babel/helper-annotate-as-pure": {
"version": "7.8.3",
"requires": {
"@babel/types": "^7.8.3"
}
},
"@babel/helper-builder-binary-assignment-operator-visitor": {
"version": "7.8.3",
"requires": {
"@babel/helper-explode-assignable-expression": "^7.8.3",
"@babel/types": "^7.8.3"
}
},
"@babel/helper-builder-react-jsx": {
"version": "7.9.0",
"requires": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/types": "^7.9.0"
}
},
"@babel/helper-builder-react-jsx-experimental": {
"version": "7.9.5",
"requires": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/helper-module-imports": "^7.8.3",
"@babel/types": "^7.9.5"
}
},
"@babel/helper-compilation-targets": {
"version": "7.8.7",
"requires": {
"@babel/compat-data": "^7.8.6",
"browserslist": "^4.9.1",
"invariant": "^2.2.4",
"levenary": "^1.1.1",
"semver": "^5.5.0"
}
},
"@babel/helper-create-regexp-features-plugin": {
"version": "7.8.8",
"requires": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/helper-regex": "^7.8.3",
"regexpu-core": "^4.7.0"
}
},
"@babel/helper-define-map": {
"version": "7.8.3",
"requires": {
"@babel/helper-function-name": "^7.8.3",
"@babel/types": "^7.8.3",
"lodash": "^4.17.13"
}
},
"@babel/helper-explode-assignable-expression": {
"version": "7.8.3",
"requires": {
"@babel/traverse": "^7.8.3",
"@babel/types": "^7.8.3"
}
},
"@babel/helper-function-name": {
"version": "7.9.5",
"requires": {
"@babel/helper-get-function-arity": "^7.8.3",
"@babel/template": "^7.8.3",
"@babel/types": "^7.9.5"
}
},
"@babel/helper-get-function-arity": {
"version": "7.8.3",
"requires": {
"@babel/types": "^7.8.3"
}
},
"@babel/helper-hoist-variables": {
"version": "7.8.3",
"requires": {
"@babel/types": "^7.8.3"
}
},
"@babel/helper-member-expression-to-functions": {
"version": "7.8.3",
"requires": {
"@babel/types": "^7.8.3"
}
},
"@babel/helper-module-imports": {
"version": "7.8.3",
"requires": {
"@babel/types": "^7.8.3"
}
},
"@babel/helper-module-transforms": {
"version": "7.9.0",
"requires": {
"@babel/helper-module-imports": "^7.8.3",
"@babel/helper-replace-supers": "^7.8.6",
"@babel/helper-simple-access": "^7.8.3",
"@babel/helper-split-export-declaration": "^7.8.3",
"@babel/template": "^7.8.6",
"@babel/types": "^7.9.0",
"lodash": "^4.17.13"
}
},
"@babel/helper-optimise-call-expression": {
"version": "7.8.3",
"requires": {
"@babel/types": "^7.8.3"
}
},
"@babel/helper-plugin-utils": {
"version": "7.8.3"
},
"@babel/helper-regex": {
"version": "7.8.3",
"requires": {
"lodash": "^4.17.13"
}
},
"@babel/helper-remap-async-to-generator": {
"version": "7.8.3",
"requires": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/helper-wrap-function": "^7.8.3",
"@babel/template": "^7.8.3",
"@babel/traverse": "^7.8.3",
"@babel/types": "^7.8.3"
}
},
"@babel/helper-replace-supers": {
"version": "7.8.6",
"requires": {
"@babel/helper-member-expression-to-functions": "^7.8.3",
"@babel/helper-optimise-call-expression": "^7.8.3",
"@babel/traverse": "^7.8.6",
"@babel/types": "^7.8.6"
}
},
"@babel/helper-simple-access": {
"version": "7.8.3",
"requires": {
"@babel/template": "^7.8.3",
"@babel/types": "^7.8.3"
}
},
"@babel/helper-split-export-declaration": {
"version": "7.8.3",
"requires": {
"@babel/types": "^7.8.3"
}
},
"@babel/helper-validator-identifier": {
"version": "7.9.5"
},
"@babel/helper-wrap-function": {
"version": "7.8.3",
"requires": {
"@babel/helper-function-name": "^7.8.3",
"@babel/template": "^7.8.3",
"@babel/traverse": "^7.8.3",
"@babel/types": "^7.8.3"
}
},
"@babel/helpers": {
"version": "7.9.2",
"requires": {
"@babel/template": "^7.8.3",
"@babel/traverse": "^7.9.0",
"@babel/types": "^7.9.0"
}
},
"@babel/highlight": {
"version": "7.9.0",
"requires": {
"@babel/helper-validator-identifier": "^7.9.0",
"chalk": "^2.0.0",
"js-tokens": "^4.0.0"
}
},
"@babel/parser": {
"version": "7.9.4"
},
"@babel/plugin-proposal-async-generator-functions": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-remap-async-to-generator": "^7.8.3",
"@babel/plugin-syntax-async-generators": "^7.8.0"
}
},
"@babel/plugin-proposal-dynamic-import": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
}
},
"@babel/plugin-proposal-json-strings": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-json-strings": "^7.8.0"
}
},
"@babel/plugin-proposal-nullish-coalescing-operator": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
}
},
"@babel/plugin-proposal-numeric-separator": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-numeric-separator": "^7.8.3"
}
},
"@babel/plugin-proposal-object-rest-spread": {
"version": "7.9.5",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
"@babel/plugin-transform-parameters": "^7.9.5"
}
},
"@babel/plugin-proposal-optional-catch-binding": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
}
},
"@babel/plugin-proposal-optional-chaining": {
"version": "7.9.0",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-optional-chaining": "^7.8.0"
}
},
"@babel/plugin-proposal-unicode-property-regex": {
"version": "7.8.8",
"requires": {
"@babel/helper-create-regexp-features-plugin": "^7.8.8",
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-syntax-async-generators": {
"version": "7.8.4",
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-dynamic-import": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-flow": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-syntax-json-strings": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-jsx": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-syntax-nullish-coalescing-operator": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-numeric-separator": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-syntax-object-rest-spread": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-optional-catch-binding": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-optional-chaining": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.0"
}
},
"@babel/plugin-syntax-top-level-await": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-arrow-functions": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-async-to-generator": {
"version": "7.8.3",
"requires": {
"@babel/helper-module-imports": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-remap-async-to-generator": "^7.8.3"
}
},
"@babel/plugin-transform-block-scoped-functions": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-block-scoping": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"lodash": "^4.17.13"
}
},
"@babel/plugin-transform-classes": {
"version": "7.9.5",
"requires": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/helper-define-map": "^7.8.3",
"@babel/helper-function-name": "^7.9.5",
"@babel/helper-optimise-call-expression": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-replace-supers": "^7.8.6",
"@babel/helper-split-export-declaration": "^7.8.3",
"globals": "^11.1.0"
}
},
"@babel/plugin-transform-computed-properties": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-destructuring": {
"version": "7.9.5",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-dotall-regex": {
"version": "7.8.3",
"requires": {
"@babel/helper-create-regexp-features-plugin": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-duplicate-keys": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-exponentiation-operator": {
"version": "7.8.3",
"requires": {
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-flow-strip-types": {
"version": "7.9.0",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-flow": "^7.8.3"
}
},
"@babel/plugin-transform-for-of": {
"version": "7.9.0",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-function-name": {
"version": "7.8.3",
"requires": {
"@babel/helper-function-name": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-literals": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-member-expression-literals": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-modules-amd": {
"version": "7.9.0",
"requires": {
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3",
"babel-plugin-dynamic-import-node": "^2.3.0"
}
},
"@babel/plugin-transform-modules-commonjs": {
"version": "7.9.0",
"requires": {
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-simple-access": "^7.8.3",
"babel-plugin-dynamic-import-node": "^2.3.0"
}
},
"@babel/plugin-transform-modules-systemjs": {
"version": "7.9.0",
"requires": {
"@babel/helper-hoist-variables": "^7.8.3",
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3",
"babel-plugin-dynamic-import-node": "^2.3.0"
}
},
"@babel/plugin-transform-modules-umd": {
"version": "7.9.0",
"requires": {
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-named-capturing-groups-regex": {
"version": "7.8.3",
"requires": {
"@babel/helper-create-regexp-features-plugin": "^7.8.3"
}
},
"@babel/plugin-transform-new-target": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-object-super": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-replace-supers": "^7.8.3"
}
},
"@babel/plugin-transform-parameters": {
"version": "7.9.5",
"requires": {
"@babel/helper-get-function-arity": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-property-literals": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-react-jsx": {
"version": "7.9.4",
"requires": {
"@babel/helper-builder-react-jsx": "^7.9.0",
"@babel/helper-builder-react-jsx-experimental": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.8.3"
}
},
"@babel/plugin-transform-regenerator": {
"version": "7.8.7",
"requires": {
"regenerator-transform": "^0.14.2"
}
},
"@babel/plugin-transform-reserved-words": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-shorthand-properties": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-spread": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-sticky-regex": {
"version": "7.8.3",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-regex": "^7.8.3"
}
},
"@babel/plugin-transform-template-literals": {
"version": "7.8.3",
"requires": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-typeof-symbol": {
"version": "7.8.4",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/plugin-transform-unicode-regex": {
"version": "7.8.3",
"requires": {
"@babel/helper-create-regexp-features-plugin": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"@babel/preset-env": {
"version": "7.9.5",
"requires": {
"@babel/compat-data": "^7.9.0",
"@babel/helper-compilation-targets": "^7.8.7",
"@babel/helper-module-imports": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
"@babel/plugin-proposal-json-strings": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
"@babel/plugin-syntax-async-generators": "^7.8.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
"@babel/plugin-syntax-json-strings": "^7.8.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
"@babel/plugin-syntax-numeric-separator": "^7.8.0",
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
"@babel/plugin-syntax-optional-chaining": "^7.8.0",
"@babel/plugin-syntax-top-level-await": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-block-scoped-functions": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.8.3",
"@babel/plugin-transform-classes": "^7.9.5",
"@babel/plugin-transform-computed-properties": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.9.5",
"@babel/plugin-transform-dotall-regex": "^7.8.3",
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
"@babel/plugin-transform-for-of": "^7.9.0",
"@babel/plugin-transform-function-name": "^7.8.3",
"@babel/plugin-transform-literals": "^7.8.3",
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
"@babel/plugin-transform-modules-amd": "^7.9.0",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/plugin-transform-modules-systemjs": "^7.9.0",
"@babel/plugin-transform-modules-umd": "^7.9.0",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
"@babel/plugin-transform-new-target": "^7.8.3",
"@babel/plugin-transform-object-super": "^7.8.3",
"@babel/plugin-transform-parameters": "^7.9.5",
"@babel/plugin-transform-property-literals": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/plugin-transform-reserved-words": "^7.8.3",
"@babel/plugin-transform-shorthand-properties": "^7.8.3",
"@babel/plugin-transform-spread": "^7.8.3",
"@babel/plugin-transform-sticky-regex": "^7.8.3",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/plugin-transform-typeof-symbol": "^7.8.4",
"@babel/plugin-transform-unicode-regex": "^7.8.3",
"@babel/preset-modules": "^0.1.3",
"@babel/types": "^7.9.5",
"browserslist": "^4.9.1",
"core-js-compat": "^3.6.2",
"invariant": "^2.2.2",
"levenary": "^1.1.1",
"semver": "^5.5.0"
}
},
"@babel/preset-modules": {
"version": "0.1.3",
"requires": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
"@babel/plugin-transform-dotall-regex": "^7.4.4",
"@babel/types": "^7.4.4",
"esutils": "^2.0.2"
}
},
"@babel/runtime": {
"version": "7.9.2",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"@babel/template": {
"version": "7.8.6",
"requires": {
"@babel/code-frame": "^7.8.3",
"@babel/parser": "^7.8.6",
"@babel/types": "^7.8.6"
}
},
"@babel/traverse": {
"version": "7.9.5",
"requires": {
"@babel/code-frame": "^7.8.3",
"@babel/generator": "^7.9.5",
"@babel/helper-function-name": "^7.9.5",
"@babel/helper-split-export-declaration": "^7.8.3",
"@babel/parser": "^7.9.0",
"@babel/types": "^7.9.5",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.13"
},
"dependencies": {
"debug": {
"version": "4.1.1",
"requires": {
"ms": "^2.1.1"
}
},
"ms": {
"version": "2.1.2"
}
}
},
"@babel/types": {
"version": "7.9.5",
"requires": {
"@babel/helper-validator-identifier": "^7.9.5",
"lodash": "^4.17.13",
"to-fast-properties": "^2.0.0"
}
},
"@iarna/toml": {
"version": "2.2.4"
},
"@mrmlnc/readdir-enhanced": {
2019-06-03 20:16:05 +04:00
"version": "2.2.1",
2020-04-25 14:51:01 +04:00
"requires": {
"call-me-maybe": "^1.0.1",
"glob-to-regexp": "^0.3.0"
}
},
"@nodelib/fs.stat": {
"version": "1.1.3"
},
"@parcel/fs": {
"version": "1.11.0",
"requires": {
"@parcel/utils": "^1.11.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2"
}
},
"@parcel/logger": {
"version": "1.11.1",
"requires": {
"@parcel/workers": "^1.11.0",
"chalk": "^2.1.0",
"grapheme-breaker": "^0.3.2",
"ora": "^2.1.0",
"strip-ansi": "^4.0.0"
},
"dependencies": {
"ansi-regex": {
"version": "3.0.0"
},
"strip-ansi": {
"version": "4.0.0",
"requires": {
"ansi-regex": "^3.0.0"
}
}
}
},
"@parcel/utils": {
"version": "1.11.0"
},
"@parcel/watcher": {
"version": "1.12.1",
"requires": {
"@parcel/utils": "^1.11.0",
"chokidar": "^2.1.5"
}
},
"@parcel/workers": {
"version": "1.11.0",
"requires": {
"@parcel/utils": "^1.11.0",
"physical-cpu-count": "^2.0.0"
}
},
"@philpl/buble": {
"version": "0.19.7",
"requires": {
"acorn": "^6.1.1",
"acorn-class-fields": "^0.2.1",
"acorn-dynamic-import": "^4.0.0",
"acorn-jsx": "^5.0.1",
"chalk": "^2.4.2",
"magic-string": "^0.25.2",
"minimist": "^1.2.0",
"os-homedir": "^1.0.1",
"regexpu-core": "^4.5.4"
}
},
"@types/q": {
"version": "1.5.2"
},
"abab": {
"version": "2.0.3"
},
"acorn": {
"version": "6.4.1"
},
"acorn-class-fields": {
"version": "0.2.1"
},
"acorn-dynamic-import": {
"version": "4.0.0"
},
"acorn-globals": {
"version": "4.3.4",
"requires": {
"acorn": "^6.0.1",
"acorn-walk": "^6.0.1"
}
},
"acorn-jsx": {
"version": "5.2.0"
},
"acorn-walk": {
"version": "6.2.0"
},
"ajv": {
"version": "6.12.2",
"requires": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
}
},
"alphanum-sort": {
"version": "1.0.2"
},
"ansi-regex": {
"version": "2.1.1"
},
"ansi-styles": {
"version": "3.2.1",
"requires": {
"color-convert": "^1.9.0"
}
},
"ansi-to-html": {
"version": "0.6.14",
"requires": {
"entities": "^1.1.2"
}
},
"anymatch": {
"version": "2.0.0",
"requires": {
"micromatch": "^3.1.4",
"normalize-path": "^2.1.1"
},
"dependencies": {
"normalize-path": {
"version": "2.1.1",
"requires": {
"remove-trailing-separator": "^1.0.1"
}
}
}
},
"argparse": {
"version": "1.0.10",
"requires": {
"sprintf-js": "~1.0.2"
}
},
"arr-diff": {
"version": "4.0.0"
},
"arr-flatten": {
"version": "1.1.0"
},
"arr-union": {
"version": "3.1.0"
},
"array-equal": {
"version": "1.0.0"
},
"array-unique": {
"version": "0.3.2"
},
"asn1": {
"version": "0.2.4",
"requires": {
"safer-buffer": "~2.1.0"
}
},
"asn1.js": {
"version": "4.10.1",
"requires": {
"bn.js": "^4.0.0",
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0"
}
},
"assert": {
"version": "1.5.0",
"requires": {
"object-assign": "^4.1.1",
"util": "0.10.3"
},
"dependencies": {
"inherits": {
"version": "2.0.1"
},
"util": {
"version": "0.10.3",
"requires": {
"inherits": "2.0.1"
}
}
}
},
"assert-plus": {
"version": "1.0.0"
},
"assign-symbols": {
"version": "1.0.0"
},
"async-each": {
"version": "1.0.3"
},
"async-limiter": {
"version": "1.0.1"
},
"asynckit": {
"version": "0.4.0"
},
"atob": {
"version": "2.1.2"
},
"aws-sign2": {
"version": "0.7.0"
},
"aws4": {
"version": "1.9.1"
},
"babel-plugin-dynamic-import-node": {
"version": "2.3.3",
"requires": {
"object.assign": "^4.1.0"
}
},
"babel-runtime": {
"version": "6.26.0",
"requires": {
"core-js": "^2.4.0",
"regenerator-runtime": "^0.11.0"
},
"dependencies": {
"regenerator-runtime": {
"version": "0.11.1"
}
}
},
"babel-types": {
"version": "6.26.0",
"requires": {
"babel-runtime": "^6.26.0",
"esutils": "^2.0.2",
"lodash": "^4.17.4",
"to-fast-properties": "^1.0.3"
},
"dependencies": {
"to-fast-properties": {
"version": "1.0.3"
}
}
},
"babylon-walk": {
"version": "1.0.2",
"requires": {
"babel-runtime": "^6.11.6",
"babel-types": "^6.15.0",
"lodash.clone": "^4.5.0"
}
},
"balanced-match": {
"version": "1.0.0"
},
"base": {
"version": "0.11.2",
"requires": {
"cache-base": "^1.0.1",
"class-utils": "^0.3.5",
"component-emitter": "^1.2.1",
"define-property": "^1.0.0",
"isobject": "^3.0.1",
"mixin-deep": "^1.2.0",
"pascalcase": "^0.1.1"
},
"dependencies": {
"define-property": {
"version": "1.0.0",
"requires": {
"is-descriptor": "^1.0.0"
}
}
}
},
"base64-js": {
"version": "1.3.1"
},
"bcrypt-pbkdf": {
"version": "1.0.2",
"requires": {
"tweetnacl": "^0.14.3"
}
},
"binary-extensions": {
"version": "1.13.1"
},
"bindings": {
"version": "1.5.0",
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"bn.js": {
"version": "4.11.8"
},
"boolbase": {
"version": "1.0.0"
},
"brace-expansion": {
"version": "1.1.11",
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"braces": {
"version": "2.3.2",
"requires": {
"arr-flatten": "^1.1.0",
"array-unique": "^0.3.2",
"extend-shallow": "^2.0.1",
"fill-range": "^4.0.0",
"isobject": "^3.0.1",
"repeat-element": "^1.1.2",
"snapdragon": "^0.8.1",
"snapdragon-node": "^2.0.1",
"split-string": "^3.0.2",
"to-regex": "^3.0.1"
}
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"brfs": {
"version": "1.6.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"quote-stream": "^1.0.1",
"resolve": "^1.1.5",
"static-module": "^2.2.0",
"through2": "^2.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"brorand": {
"version": "1.1.0"
},
2020-04-25 14:51:01 +04:00
"browser-process-hrtime": {
"version": "1.0.0"
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"browserify-aes": {
"version": "1.2.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"buffer-xor": "^1.0.3",
"cipher-base": "^1.0.0",
"create-hash": "^1.1.0",
"evp_bytestokey": "^1.0.3",
"inherits": "^2.0.1",
"safe-buffer": "^5.0.1"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"browserify-cipher": {
"version": "1.0.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"browserify-aes": "^1.0.4",
"browserify-des": "^1.0.0",
"evp_bytestokey": "^1.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"browserify-des": {
"version": "1.0.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"cipher-base": "^1.0.1",
"des.js": "^1.0.0",
"inherits": "^2.0.1",
"safe-buffer": "^5.1.2"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"browserify-rsa": {
"version": "4.0.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"bn.js": "^4.1.0",
"randombytes": "^2.0.1"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"browserify-sign": {
"version": "4.0.4",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"bn.js": "^4.1.1",
"browserify-rsa": "^4.0.0",
"create-hash": "^1.1.0",
"create-hmac": "^1.1.2",
"elliptic": "^6.0.0",
"inherits": "^2.0.1",
"parse-asn1": "^5.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"browserify-zlib": {
"version": "0.2.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"pako": "~1.0.5"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"browserslist": {
"version": "4.12.0",
"requires": {
"caniuse-lite": "^1.0.30001043",
"electron-to-chromium": "^1.3.413",
"node-releases": "^1.1.53",
"pkg-up": "^2.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"buffer": {
"version": "4.9.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"base64-js": "^1.0.2",
"ieee754": "^1.1.4",
"isarray": "^1.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"buffer-equal": {
"version": "0.0.1"
},
"buffer-from": {
"version": "1.1.1"
},
"buffer-xor": {
"version": "1.0.3"
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"builtin-status-codes": {
"version": "3.0.0"
},
"cache-base": {
"version": "1.0.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"collection-visit": "^1.0.0",
"component-emitter": "^1.2.1",
"get-value": "^2.0.6",
"has-value": "^1.0.0",
"isobject": "^3.0.1",
"set-value": "^2.0.0",
"to-object-path": "^0.3.0",
"union-value": "^1.0.0",
"unset-value": "^1.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"call-me-maybe": {
"version": "1.0.1"
},
"caller-callsite": {
"version": "2.0.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"callsites": "^2.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"caller-path": {
2019-06-03 20:16:05 +04:00
"version": "2.0.0",
2020-04-25 14:51:01 +04:00
"requires": {
"caller-callsite": "^2.0.0"
}
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"callsites": {
"version": "2.0.0"
},
"camelcase": {
"version": "5.3.1"
},
"caniuse-api": {
2019-06-03 20:16:05 +04:00
"version": "3.0.0",
"requires": {
2020-04-25 14:51:01 +04:00
"browserslist": "^4.0.0",
"caniuse-lite": "^1.0.0",
"lodash.memoize": "^4.1.2",
"lodash.uniq": "^4.5.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"caniuse-lite": {
"version": "1.0.30001045"
},
"caseless": {
"version": "0.12.0"
},
"chalk": {
"version": "2.4.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"chokidar": {
"version": "2.1.8",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
"braces": "^2.3.2",
"fsevents": "^1.2.7",
"glob-parent": "^3.1.0",
"inherits": "^2.0.3",
"is-binary-path": "^1.0.0",
"is-glob": "^4.0.0",
"normalize-path": "^3.0.0",
"path-is-absolute": "^1.0.0",
"readdirp": "^2.2.1",
"upath": "^1.1.1"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"cipher-base": {
"version": "1.0.4",
"requires": {
"inherits": "^2.0.1",
"safe-buffer": "^5.0.1"
}
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"class-utils": {
"version": "0.3.6",
"requires": {
"arr-union": "^3.1.0",
"define-property": "^0.2.5",
"isobject": "^3.0.0",
"static-extend": "^0.1.1"
}
},
"cli-cursor": {
"version": "2.1.0",
"requires": {
"restore-cursor": "^2.0.0"
}
},
"cli-spinners": {
"version": "1.3.1"
},
"cliui": {
"version": "5.0.0",
"requires": {
"string-width": "^3.1.0",
"strip-ansi": "^5.2.0",
"wrap-ansi": "^5.1.0"
}
},
"clone": {
"version": "2.1.2"
},
"coa": {
"version": "2.0.2",
"requires": {
"@types/q": "^1.5.1",
"chalk": "^2.4.1",
"q": "^1.1.2"
}
},
"collection-visit": {
2019-06-03 20:16:05 +04:00
"version": "1.0.0",
2020-04-25 14:51:01 +04:00
"requires": {
"map-visit": "^1.0.0",
"object-visit": "^1.0.0"
}
},
"color": {
"version": "3.1.2",
"requires": {
"color-convert": "^1.9.1",
"color-string": "^1.5.2"
}
},
"color-convert": {
"version": "1.9.3",
"requires": {
"color-name": "1.1.3"
}
},
"color-name": {
"version": "1.1.3"
},
"color-string": {
"version": "1.5.3",
"requires": {
"color-name": "^1.0.0",
"simple-swizzle": "^0.2.2"
},
"dependencies": {
"color-name": {
"version": "1.1.4"
}
}
},
"combined-stream": {
"version": "1.0.8",
"requires": {
"delayed-stream": "~1.0.0"
}
},
"command-exists": {
"version": "1.2.9"
},
"commander": {
"version": "2.20.3"
},
"component-emitter": {
"version": "1.3.0"
},
"concat-map": {
"version": "0.0.1"
},
"concat-stream": {
"version": "1.6.2",
"requires": {
"buffer-from": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^2.2.2",
"typedarray": "^0.0.6"
}
},
"console-browserify": {
"version": "1.2.0"
},
"constants-browserify": {
"version": "1.0.0"
},
"convert-source-map": {
"version": "1.7.0",
"requires": {
"safe-buffer": "~5.1.1"
},
"dependencies": {
"safe-buffer": {
"version": "5.1.2"
}
}
},
"copy-descriptor": {
"version": "0.1.1"
},
"core-js": {
"version": "2.6.11"
},
"core-js-compat": {
"version": "3.6.5",
"requires": {
"browserslist": "^4.8.5",
"semver": "7.0.0"
},
"dependencies": {
"semver": {
"version": "7.0.0"
}
}
},
"core-util-is": {
"version": "1.0.2"
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"cosmiconfig": {
"version": "5.2.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"import-fresh": "^2.0.0",
"is-directory": "^0.3.1",
"js-yaml": "^3.13.1",
"parse-json": "^4.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"create-ecdh": {
"version": "4.0.3",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"bn.js": "^4.1.0",
"elliptic": "^6.0.0"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"create-hash": {
2019-06-03 20:16:05 +04:00
"version": "1.2.0",
"requires": {
2020-04-25 14:51:01 +04:00
"cipher-base": "^1.0.1",
"inherits": "^2.0.1",
"md5.js": "^1.3.4",
"ripemd160": "^2.0.1",
"sha.js": "^2.4.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"create-hmac": {
"version": "1.1.7",
"requires": {
2020-04-25 14:51:01 +04:00
"cipher-base": "^1.0.3",
"create-hash": "^1.1.0",
"inherits": "^2.0.1",
"ripemd160": "^2.0.0",
"safe-buffer": "^5.0.1",
"sha.js": "^2.4.8"
}
},
2020-04-25 14:51:01 +04:00
"cross-spawn": {
"version": "6.0.5",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"nice-try": "^1.0.4",
"path-key": "^2.0.1",
"semver": "^5.5.0",
"shebang-command": "^1.2.0",
"which": "^1.2.9"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"crypto-browserify": {
"version": "3.12.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"browserify-cipher": "^1.0.0",
"browserify-sign": "^4.0.0",
"create-ecdh": "^4.0.0",
"create-hash": "^1.1.0",
"create-hmac": "^1.1.0",
"diffie-hellman": "^5.0.0",
"inherits": "^2.0.1",
"pbkdf2": "^3.0.3",
"public-encrypt": "^4.0.0",
"randombytes": "^2.0.0",
"randomfill": "^1.0.3"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"css-color-names": {
"version": "0.0.4"
},
"css-declaration-sorter": {
"version": "4.0.1",
"requires": {
"postcss": "^7.0.1",
"timsort": "^0.3.0"
}
},
"css-modules-loader-core": {
"version": "1.1.0",
"requires": {
"icss-replace-symbols": "1.1.0",
"postcss": "6.0.1",
"postcss-modules-extract-imports": "1.1.0",
"postcss-modules-local-by-default": "1.2.0",
"postcss-modules-scope": "1.1.0",
"postcss-modules-values": "1.3.0"
},
"dependencies": {
"ansi-styles": {
"version": "2.2.1"
},
"chalk": {
"version": "1.1.3",
"requires": {
"ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
},
"dependencies": {
"supports-color": {
"version": "2.0.0"
}
}
},
"has-flag": {
"version": "1.0.0"
},
"postcss": {
"version": "6.0.1",
"requires": {
"chalk": "^1.1.3",
"source-map": "^0.5.6",
"supports-color": "^3.2.3"
}
},
"source-map": {
"version": "0.5.7"
},
"strip-ansi": {
"version": "3.0.1",
"requires": {
"ansi-regex": "^2.0.0"
}
},
"supports-color": {
"version": "3.2.3",
"requires": {
"has-flag": "^1.0.0"
}
}
}
},
"css-select": {
"version": "2.1.0",
"requires": {
"boolbase": "^1.0.0",
"css-what": "^3.2.1",
"domutils": "^1.7.0",
"nth-check": "^1.0.2"
}
},
"css-select-base-adapter": {
"version": "0.1.1"
},
"css-selector-tokenizer": {
"version": "0.7.2",
"requires": {
"cssesc": "^3.0.0",
"fastparse": "^1.1.2",
"regexpu-core": "^4.6.0"
}
},
"css-tree": {
"version": "1.0.0-alpha.37",
"requires": {
"mdn-data": "2.0.4",
"source-map": "^0.6.1"
}
},
"css-what": {
"version": "3.2.1"
},
"cssesc": {
"version": "3.0.0"
},
"cssnano": {
"version": "4.1.10",
"requires": {
"cosmiconfig": "^5.0.0",
"cssnano-preset-default": "^4.0.7",
"is-resolvable": "^1.0.0",
"postcss": "^7.0.0"
}
},
"cssnano-preset-default": {
"version": "4.0.7",
"requires": {
"css-declaration-sorter": "^4.0.1",
"cssnano-util-raw-cache": "^4.0.1",
"postcss": "^7.0.0",
"postcss-calc": "^7.0.1",
"postcss-colormin": "^4.0.3",
"postcss-convert-values": "^4.0.1",
"postcss-discard-comments": "^4.0.2",
"postcss-discard-duplicates": "^4.0.2",
"postcss-discard-empty": "^4.0.1",
"postcss-discard-overridden": "^4.0.1",
"postcss-merge-longhand": "^4.0.11",
"postcss-merge-rules": "^4.0.3",
"postcss-minify-font-values": "^4.0.2",
"postcss-minify-gradients": "^4.0.2",
"postcss-minify-params": "^4.0.2",
"postcss-minify-selectors": "^4.0.2",
"postcss-normalize-charset": "^4.0.1",
"postcss-normalize-display-values": "^4.0.2",
"postcss-normalize-positions": "^4.0.2",
"postcss-normalize-repeat-style": "^4.0.2",
"postcss-normalize-string": "^4.0.2",
"postcss-normalize-timing-functions": "^4.0.2",
"postcss-normalize-unicode": "^4.0.1",
"postcss-normalize-url": "^4.0.1",
"postcss-normalize-whitespace": "^4.0.2",
"postcss-ordered-values": "^4.1.2",
"postcss-reduce-initial": "^4.0.3",
"postcss-reduce-transforms": "^4.0.2",
"postcss-svgo": "^4.0.2",
"postcss-unique-selectors": "^4.0.1"
}
},
"cssnano-util-get-arguments": {
"version": "4.0.0"
},
"cssnano-util-get-match": {
"version": "4.0.0"
},
"cssnano-util-raw-cache": {
"version": "4.0.1",
"requires": {
"postcss": "^7.0.0"
}
},
"cssnano-util-same-parent": {
"version": "4.0.1"
},
"csso": {
"version": "4.0.3",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"css-tree": "1.0.0-alpha.39"
2019-06-03 20:16:05 +04:00
},
"dependencies": {
2020-04-25 14:51:01 +04:00
"css-tree": {
"version": "1.0.0-alpha.39",
"requires": {
"mdn-data": "2.0.6",
"source-map": "^0.6.1"
}
},
"mdn-data": {
"version": "2.0.6"
2019-06-03 20:16:05 +04:00
}
}
},
2020-04-25 14:51:01 +04:00
"cssom": {
"version": "0.3.8"
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"cssstyle": {
"version": "1.4.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"cssom": "0.3.x"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"dashdash": {
"version": "1.14.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"assert-plus": "^1.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"data-urls": {
"version": "1.1.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"abab": "^2.0.0",
"whatwg-mimetype": "^2.2.0",
"whatwg-url": "^7.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"deasync": {
"version": "0.1.19",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"bindings": "^1.5.0",
"node-addon-api": "^1.7.1"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
2019-06-03 20:16:05 +04:00
"debug": {
"version": "2.6.9",
"requires": {
"ms": "2.0.0"
}
},
2020-04-25 14:51:01 +04:00
"decamelize": {
"version": "1.2.0"
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"decode-uri-component": {
"version": "0.2.0"
},
"deep-is": {
"version": "0.1.3"
},
"defaults": {
"version": "1.0.3",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"clone": "^1.0.2"
},
"dependencies": {
"clone": {
"version": "1.0.4"
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"define-properties": {
"version": "1.1.3",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"object-keys": "^1.0.12"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"define-property": {
"version": "0.2.5",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"is-descriptor": "^0.1.0"
},
"dependencies": {
"is-accessor-descriptor": {
"version": "0.1.6",
"requires": {
"kind-of": "^3.0.2"
},
"dependencies": {
"kind-of": {
"version": "3.2.2",
"requires": {
"is-buffer": "^1.1.5"
}
}
}
},
"is-data-descriptor": {
"version": "0.1.4",
"requires": {
"kind-of": "^3.0.2"
},
"dependencies": {
"kind-of": {
"version": "3.2.2",
"requires": {
"is-buffer": "^1.1.5"
}
}
}
},
"is-descriptor": {
"version": "0.1.6",
"requires": {
"is-accessor-descriptor": "^0.1.6",
"is-data-descriptor": "^0.1.4",
"kind-of": "^5.0.0"
}
},
"kind-of": {
"version": "5.1.0"
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"delayed-stream": {
"version": "1.0.0"
},
"depd": {
"version": "1.1.2"
},
"des.js": {
"version": "1.0.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"destroy": {
"version": "1.0.4"
},
"diffie-hellman": {
"version": "5.0.3",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"bn.js": "^4.1.0",
"miller-rabin": "^4.0.0",
"randombytes": "^2.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"dom-serializer": {
"version": "0.2.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"domelementtype": "^2.0.1",
"entities": "^2.0.0"
},
"dependencies": {
"domelementtype": {
"version": "2.0.1"
},
"entities": {
"version": "2.0.0"
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"domain-browser": {
"version": "1.2.0"
},
"domelementtype": {
"version": "1.3.1"
},
"domexception": {
"version": "1.0.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"webidl-conversions": "^4.0.2"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"domhandler": {
"version": "2.4.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"domelementtype": "1"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"domutils": {
"version": "1.7.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"dom-serializer": "0",
"domelementtype": "1"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"dot-prop": {
"version": "5.2.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"is-obj": "^2.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"dotenv": {
"version": "5.0.1"
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"dotenv-expand": {
"version": "5.1.0"
},
"duplexer2": {
"version": "0.1.4",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"readable-stream": "^2.0.2"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"ecc-jsbn": {
"version": "0.1.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"jsbn": "~0.1.0",
"safer-buffer": "^2.1.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"ee-first": {
"version": "1.1.1"
},
"electron-to-chromium": {
"version": "1.3.414"
},
"elliptic": {
"version": "6.5.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"bn.js": "^4.4.0",
"brorand": "^1.0.1",
"hash.js": "^1.0.0",
"hmac-drbg": "^1.0.0",
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0",
"minimalistic-crypto-utils": "^1.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"emoji-regex": {
"version": "7.0.3"
},
"encodeurl": {
"version": "1.0.2"
},
"entities": {
"version": "1.1.2"
},
"envinfo": {
"version": "7.5.0"
},
"error-ex": {
"version": "1.3.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"is-arrayish": "^0.2.1"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"es-abstract": {
"version": "1.17.5",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"es-to-primitive": "^1.2.1",
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.1",
"is-callable": "^1.1.5",
"is-regex": "^1.0.5",
"object-inspect": "^1.7.0",
"object-keys": "^1.1.1",
"object.assign": "^4.1.0",
"string.prototype.trimleft": "^2.1.1",
"string.prototype.trimright": "^2.1.1"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"es-to-primitive": {
"version": "1.2.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"is-callable": "^1.1.4",
"is-date-object": "^1.0.1",
"is-symbol": "^1.0.2"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"escape-html": {
"version": "1.0.3"
},
"escape-string-regexp": {
"version": "1.0.5"
},
"escodegen": {
"version": "1.14.1",
"requires": {
2020-04-25 14:51:01 +04:00
"esprima": "^4.0.1",
"estraverse": "^4.2.0",
"esutils": "^2.0.2",
"optionator": "^0.8.1",
"source-map": "~0.6.1"
}
2020-04-25 14:51:01 +04:00
},
"esprima": {
"version": "4.0.1"
},
"estraverse": {
"version": "4.3.0"
},
"esutils": {
"version": "2.0.3"
},
"etag": {
"version": "1.8.1"
},
"events": {
"version": "3.1.0"
},
"evp_bytestokey": {
"version": "1.0.3",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"md5.js": "^1.3.4",
"safe-buffer": "^5.1.1"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"expand-brackets": {
"version": "2.1.4",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"debug": "^2.3.3",
"define-property": "^0.2.5",
"extend-shallow": "^2.0.1",
"posix-character-classes": "^0.1.0",
"regex-not": "^1.0.0",
"snapdragon": "^0.8.1",
"to-regex": "^3.0.1"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"extend": {
"version": "3.0.2"
},
2020-04-25 14:51:01 +04:00
"extend-shallow": {
"version": "2.0.1",
"requires": {
"is-extendable": "^0.1.0"
}
},
"extglob": {
"version": "2.0.4",
2019-06-03 20:16:05 +04:00
"requires": {
"array-unique": "^0.3.2",
2020-04-25 14:51:01 +04:00
"define-property": "^1.0.0",
"expand-brackets": "^2.1.4",
"extend-shallow": "^2.0.1",
2020-04-25 14:51:01 +04:00
"fragment-cache": "^0.2.1",
"regex-not": "^1.0.0",
"snapdragon": "^0.8.1",
"to-regex": "^3.0.1"
2020-04-25 14:51:01 +04:00
},
"dependencies": {
"define-property": {
"version": "1.0.0",
"requires": {
"is-descriptor": "^1.0.0"
}
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"extsprintf": {
"version": "1.3.0"
},
"falafel": {
"version": "2.2.4",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"acorn": "^7.1.1",
"foreach": "^2.0.5",
"isarray": "^2.0.1",
"object-keys": "^1.0.6"
},
"dependencies": {
"acorn": {
"version": "7.1.1"
},
"isarray": {
"version": "2.0.5"
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"fast-deep-equal": {
"version": "3.1.1"
},
"fast-glob": {
"version": "2.2.7",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"@mrmlnc/readdir-enhanced": "^2.2.1",
"@nodelib/fs.stat": "^1.1.2",
"glob-parent": "^3.1.0",
"is-glob": "^4.0.0",
"merge2": "^1.2.3",
"micromatch": "^3.1.10"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"fast-json-stable-stringify": {
"version": "2.1.0"
},
"fast-levenshtein": {
"version": "2.0.6"
},
"fastparse": {
"version": "1.1.2"
},
"file-uri-to-path": {
"version": "1.0.0"
},
"filesize": {
"version": "3.6.1"
},
"fill-range": {
"version": "4.0.0",
2019-06-03 20:16:05 +04:00
"requires": {
"extend-shallow": "^2.0.1",
"is-number": "^3.0.0",
"repeat-string": "^1.6.1",
"to-regex-range": "^2.1.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"find-up": {
"version": "2.1.0",
"requires": {
"locate-path": "^2.0.0"
}
},
"for-in": {
"version": "1.0.2"
},
"foreach": {
"version": "2.0.5"
},
"forever-agent": {
"version": "0.6.1"
},
"form-data": {
"version": "2.3.3",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.6",
"mime-types": "^2.1.12"
}
},
"fragment-cache": {
"version": "0.2.1",
"requires": {
"map-cache": "^0.2.2"
}
},
"fresh": {
"version": "0.5.2"
},
"fs.realpath": {
"version": "1.0.0"
},
"fsevents": {
2020-04-25 14:51:01 +04:00
"version": "1.2.12",
"optional": true,
"requires": {
2020-04-25 14:51:01 +04:00
"bindings": "^1.5.0",
"nan": "^2.12.1",
2020-04-25 14:51:01 +04:00
"node-pre-gyp": "*"
},
"dependencies": {
"abbrev": {
"version": "1.1.1",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
"optional": true
},
"ansi-regex": {
"version": "2.1.1",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"optional": true
},
"aproba": {
"version": "1.2.0",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
"integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
"optional": true
},
"are-we-there-yet": {
"version": "1.1.5",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
"integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
"optional": true,
"requires": {
"delegates": "^1.0.0",
"readable-stream": "^2.0.6"
}
},
"balanced-match": {
"version": "1.0.0",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
"optional": true
},
"brace-expansion": {
"version": "1.1.11",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"chownr": {
2020-04-25 14:51:01 +04:00
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
"optional": true
},
"code-point-at": {
"version": "1.1.0",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
"optional": true
},
"concat-map": {
"version": "0.0.1",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
"optional": true
},
"console-control-strings": {
"version": "1.1.0",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
"optional": true
},
"core-util-is": {
"version": "1.0.2",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
"optional": true
},
"debug": {
2020-04-25 14:51:01 +04:00
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
"integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
"optional": true,
"requires": {
"ms": "^2.1.1"
}
},
"deep-extend": {
"version": "0.6.0",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
"optional": true
},
"delegates": {
"version": "1.0.0",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
"integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
"optional": true
},
"detect-libc": {
"version": "1.0.3",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
"integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=",
"optional": true
},
"fs-minipass": {
2020-04-25 14:51:01 +04:00
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz",
"integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==",
"optional": true,
"requires": {
2020-04-25 14:51:01 +04:00
"minipass": "^2.6.0"
}
},
"fs.realpath": {
"version": "1.0.0",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
"optional": true
},
"gauge": {
"version": "2.7.4",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
"integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
"optional": true,
"requires": {
"aproba": "^1.0.3",
"console-control-strings": "^1.0.0",
"has-unicode": "^2.0.0",
"object-assign": "^4.1.0",
"signal-exit": "^3.0.0",
"string-width": "^1.0.1",
"strip-ansi": "^3.0.1",
"wide-align": "^1.1.0"
}
},
"glob": {
2020-04-25 14:51:01 +04:00
"version": "7.1.6",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
"integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
"optional": true,
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"has-unicode": {
"version": "2.0.1",
2020-04-25 14:51:01 +04:00
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
"integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
"optional": true
},
"iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
"optional": true,
"requires": {
"safer-buffer": ">= 2.1.2 < 3"
}
},
"ignore-walk": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz",
"integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==",
"optional": true,
"requires": {
"minimatch": "^3.0.4"
}
},
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"optional": true,
"requires": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"inherits": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
"optional": true
},
"ini": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
"optional": true
},
"is-fullwidth-code-point": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
},
"isarray": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"optional": true
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
"optional": true
},
"minipass": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz",
"integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==",
"optional": true,
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
}
},
"minizlib": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz",
"integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==",
"optional": true,
"requires": {
"minipass": "^2.9.0"
}
},
"mkdirp": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.3.tgz",
"integrity": "sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg==",
"optional": true,
"requires": {
"minimist": "^1.2.5"
}
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"optional": true
},
"needle": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/needle/-/needle-2.3.3.tgz",
"integrity": "sha512-EkY0GeSq87rWp1hoq/sH/wnTWgFVhYlnIkbJ0YJFfRgEFlz2RraCjBpFQ+vrEgEdp0ThfyHADmkChEhcb7PKyw==",
"optional": true,
"requires": {
"debug": "^3.2.6",
"iconv-lite": "^0.4.4",
"sax": "^1.2.4"
}
},
"node-pre-gyp": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.14.0.tgz",
"integrity": "sha512-+CvDC7ZttU/sSt9rFjix/P05iS43qHCOOGzcr3Ry99bXG7VX953+vFyEuph/tfqoYu8dttBkE86JSKBO2OzcxA==",
"optional": true,
"requires": {
"detect-libc": "^1.0.2",
"mkdirp": "^0.5.1",
"needle": "^2.2.1",
"nopt": "^4.0.1",
"npm-packlist": "^1.1.6",
"npmlog": "^4.0.2",
"rc": "^1.2.7",
"rimraf": "^2.6.1",
"semver": "^5.3.0",
"tar": "^4.4.2"
}
},
"nopt": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz",
"integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==",
"optional": true,
"requires": {
"abbrev": "1",
"osenv": "^0.1.4"
}
},
"npm-bundled": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.1.tgz",
"integrity": "sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA==",
"optional": true,
"requires": {
"npm-normalize-package-bin": "^1.0.1"
}
},
"npm-normalize-package-bin": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
"integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==",
"optional": true
},
"npm-packlist": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz",
"integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==",
"optional": true,
"requires": {
"ignore-walk": "^3.0.1",
"npm-bundled": "^1.0.1",
"npm-normalize-package-bin": "^1.0.1"
}
},
"npmlog": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
"integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
"optional": true,
"requires": {
"are-we-there-yet": "~1.1.2",
"console-control-strings": "~1.1.0",
"gauge": "~2.7.3",
"set-blocking": "~2.0.0"
}
},
"number-is-nan": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
"integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
"optional": true
},
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"optional": true
},
"once": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"optional": true,
"requires": {
"wrappy": "1"
}
},
"os-homedir": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
"integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
"optional": true
},
"os-tmpdir": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
"integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
"optional": true
},
"osenv": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
"integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
"optional": true,
"requires": {
"os-homedir": "^1.0.0",
"os-tmpdir": "^1.0.0"
}
},
"path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
"optional": true
},
"process-nextick-args": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
"optional": true
},
"rc": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
"integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
"optional": true,
"requires": {
"deep-extend": "^0.6.0",
"ini": "~1.3.0",
"minimist": "^1.2.0",
"strip-json-comments": "~2.0.1"
}
},
"readable-stream": {
"version": "2.3.7",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
"integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
"optional": true,
"requires": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~2.0.0",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
}
},
"rimraf": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
"optional": true,
"requires": {
"glob": "^7.1.3"
}
},
"safe-buffer": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
"optional": true
},
"safer-buffer": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
"optional": true
},
"sax": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
"optional": true
},
"semver": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
"optional": true
},
"set-blocking": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
"integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
"optional": true
},
"signal-exit": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
"integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
"optional": true
},
2020-04-25 14:51:01 +04:00
"string-width": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
"optional": true,
"requires": {
2020-04-25 14:51:01 +04:00
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
"strip-ansi": "^3.0.0"
}
},
2020-04-25 14:51:01 +04:00
"string_decoder": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
"optional": true,
"requires": {
2020-04-25 14:51:01 +04:00
"safe-buffer": "~5.1.0"
}
},
2020-04-25 14:51:01 +04:00
"strip-ansi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"optional": true,
"requires": {
2020-04-25 14:51:01 +04:00
"ansi-regex": "^2.0.0"
}
},
2020-04-25 14:51:01 +04:00
"strip-json-comments": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
"optional": true
},
2020-04-25 14:51:01 +04:00
"tar": {
"version": "4.4.13",
"resolved": "https://registry.npmjs.org/tar/-/tar-4.4.13.tgz",
"integrity": "sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==",
"optional": true,
"requires": {
2020-04-25 14:51:01 +04:00
"chownr": "^1.1.1",
"fs-minipass": "^1.2.5",
"minipass": "^2.8.6",
"minizlib": "^1.2.1",
"mkdirp": "^0.5.0",
"safe-buffer": "^5.1.2",
"yallist": "^3.0.3"
}
},
2020-04-25 14:51:01 +04:00
"util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
"optional": true
},
2020-04-25 14:51:01 +04:00
"wide-align": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
"integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
"optional": true,
"requires": {
2020-04-25 14:51:01 +04:00
"string-width": "^1.0.2 || 2"
}
},
2020-04-25 14:51:01 +04:00
"wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"optional": true
},
2020-04-25 14:51:01 +04:00
"yallist": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
"optional": true
}
}
},
"function-bind": {
"version": "1.1.1"
},
"gensync": {
"version": "1.0.0-beta.1"
},
"get-caller-file": {
"version": "2.0.5"
},
"get-port": {
"version": "3.2.0"
},
"get-value": {
"version": "2.0.6"
},
"getpass": {
"version": "0.1.7",
"requires": {
"assert-plus": "^1.0.0"
}
},
"glob": {
"version": "7.1.6",
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"glob-parent": {
"version": "3.1.0",
"requires": {
"is-glob": "^3.1.0",
"path-dirname": "^1.0.0"
},
"dependencies": {
"is-glob": {
"version": "3.1.0",
"requires": {
2020-04-25 14:51:01 +04:00
"is-extglob": "^2.1.0"
}
2020-04-25 14:51:01 +04:00
}
}
},
"glob-to-regexp": {
"version": "0.3.0"
},
"globals": {
"version": "11.12.0"
},
"graceful-fs": {
"version": "4.2.3"
},
"grapheme-breaker": {
"version": "0.3.2",
"requires": {
"brfs": "^1.2.0",
"unicode-trie": "^0.3.1"
}
},
"har-schema": {
"version": "2.0.0"
},
"har-validator": {
"version": "5.1.3",
"requires": {
"ajv": "^6.5.5",
"har-schema": "^2.0.0"
}
},
"has": {
"version": "1.0.3",
"requires": {
"function-bind": "^1.1.1"
}
},
"has-ansi": {
"version": "2.0.0",
"requires": {
"ansi-regex": "^2.0.0"
}
},
"has-flag": {
"version": "3.0.0"
},
"has-symbols": {
"version": "1.0.1"
},
"has-value": {
"version": "1.0.0",
"requires": {
"get-value": "^2.0.6",
"has-values": "^1.0.0",
"isobject": "^3.0.0"
}
},
"has-values": {
"version": "1.0.0",
"requires": {
"is-number": "^3.0.0",
"kind-of": "^4.0.0"
},
"dependencies": {
"kind-of": {
"version": "4.0.0",
"requires": {
2020-04-25 14:51:01 +04:00
"is-buffer": "^1.1.5"
}
2020-04-25 14:51:01 +04:00
}
}
},
"hash-base": {
"version": "3.0.4",
"requires": {
"inherits": "^2.0.1",
"safe-buffer": "^5.0.1"
}
},
"hash.js": {
"version": "1.1.7",
"requires": {
"inherits": "^2.0.3",
"minimalistic-assert": "^1.0.1"
}
},
"hex-color-regex": {
"version": "1.1.0"
},
"hmac-drbg": {
"version": "1.0.1",
"requires": {
"hash.js": "^1.0.3",
"minimalistic-assert": "^1.0.0",
"minimalistic-crypto-utils": "^1.0.1"
}
},
"hsl-regex": {
"version": "1.0.0"
},
"hsla-regex": {
"version": "1.0.0"
},
"html-comment-regex": {
"version": "1.1.2"
},
"html-encoding-sniffer": {
"version": "1.0.2",
"requires": {
"whatwg-encoding": "^1.0.1"
}
},
"html-tags": {
"version": "1.2.0"
},
"htmlnano": {
"version": "0.2.5",
"requires": {
"cssnano": "^4.1.10",
"normalize-html-whitespace": "^1.0.0",
"posthtml": "^0.12.0",
"posthtml-render": "^1.1.5",
"purgecss": "^1.4.0",
"svgo": "^1.3.2",
"terser": "^4.3.9",
"uncss": "^0.17.2"
},
"dependencies": {
"posthtml": {
"version": "0.12.3",
"requires": {
2020-04-25 14:51:01 +04:00
"posthtml-parser": "^0.4.2",
"posthtml-render": "^1.2.2"
}
},
2020-04-25 14:51:01 +04:00
"terser": {
"version": "4.6.11",
"requires": {
2020-04-25 14:51:01 +04:00
"commander": "^2.20.0",
"source-map": "~0.6.1",
"source-map-support": "~0.5.12"
}
2020-04-25 14:51:01 +04:00
}
}
},
"htmlparser2": {
"version": "3.10.1",
"requires": {
"domelementtype": "^1.3.1",
"domhandler": "^2.3.0",
"domutils": "^1.5.1",
"entities": "^1.1.1",
"inherits": "^2.0.1",
"readable-stream": "^3.1.1"
},
"dependencies": {
"readable-stream": {
"version": "3.6.0",
"requires": {
2020-04-25 14:51:01 +04:00
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
}
2020-04-25 14:51:01 +04:00
}
}
},
"http-errors": {
"version": "1.7.3",
"requires": {
"depd": "~1.1.2",
"inherits": "2.0.4",
"setprototypeof": "1.1.1",
"statuses": ">= 1.5.0 < 2",
"toidentifier": "1.0.0"
}
},
"http-signature": {
"version": "1.2.0",
"requires": {
"assert-plus": "^1.0.0",
"jsprim": "^1.2.2",
"sshpk": "^1.7.0"
}
},
"https-browserify": {
"version": "1.0.0"
},
"iconv-lite": {
"version": "0.4.24",
"requires": {
"safer-buffer": ">= 2.1.2 < 3"
}
},
"icss-replace-symbols": {
"version": "1.1.0"
},
"ieee754": {
"version": "1.1.13"
},
"import-fresh": {
"version": "2.0.0",
"requires": {
"caller-path": "^2.0.0",
"resolve-from": "^3.0.0"
}
},
"indexes-of": {
"version": "1.0.1"
},
"inflight": {
"version": "1.0.6",
"requires": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"inherits": {
"version": "2.0.4"
},
"invariant": {
"version": "2.2.4",
"requires": {
"loose-envify": "^1.0.0"
}
},
"is-absolute-url": {
"version": "3.0.3"
},
"is-accessor-descriptor": {
"version": "1.0.0",
"requires": {
"kind-of": "^6.0.0"
},
"dependencies": {
"kind-of": {
"version": "6.0.3"
}
}
},
"is-arrayish": {
"version": "0.2.1"
},
"is-binary-path": {
"version": "1.0.1",
"requires": {
"binary-extensions": "^1.0.0"
}
},
"is-buffer": {
"version": "1.1.6"
},
"is-callable": {
"version": "1.1.5"
},
"is-color-stop": {
"version": "1.1.0",
"requires": {
"css-color-names": "^0.0.4",
"hex-color-regex": "^1.1.0",
"hsl-regex": "^1.0.0",
"hsla-regex": "^1.0.0",
"rgb-regex": "^1.0.1",
"rgba-regex": "^1.0.0"
}
},
"is-data-descriptor": {
"version": "1.0.0",
"requires": {
"kind-of": "^6.0.0"
},
"dependencies": {
"kind-of": {
"version": "6.0.3"
}
}
},
"is-date-object": {
"version": "1.0.2"
},
"is-descriptor": {
"version": "1.0.2",
"requires": {
"is-accessor-descriptor": "^1.0.0",
"is-data-descriptor": "^1.0.0",
"kind-of": "^6.0.2"
},
"dependencies": {
"kind-of": {
"version": "6.0.3"
}
}
},
"is-directory": {
"version": "0.3.1"
},
"is-extendable": {
"version": "0.1.1"
},
"is-extglob": {
"version": "2.1.1"
},
"is-fullwidth-code-point": {
"version": "2.0.0"
},
"is-glob": {
"version": "4.0.1",
"requires": {
"is-extglob": "^2.1.1"
}
},
"is-html": {
"version": "1.1.0",
"requires": {
"html-tags": "^1.0.0"
}
},
"is-number": {
"version": "3.0.0",
"requires": {
"kind-of": "^3.0.2"
}
},
"is-obj": {
"version": "2.0.0"
},
"is-plain-object": {
"version": "2.0.4",
"requires": {
"isobject": "^3.0.1"
}
},
"is-regex": {
"version": "1.0.5",
"requires": {
"has": "^1.0.3"
}
},
"is-resolvable": {
"version": "1.1.0"
},
"is-svg": {
"version": "3.0.0",
"requires": {
"html-comment-regex": "^1.1.0"
}
},
"is-symbol": {
"version": "1.0.3",
"requires": {
"has-symbols": "^1.0.1"
}
},
"is-typedarray": {
"version": "1.0.0"
},
"is-url": {
"version": "1.2.4"
},
"is-windows": {
"version": "1.0.2"
},
"is-wsl": {
"version": "1.1.0"
},
"isarray": {
"version": "1.0.0"
},
"isexe": {
"version": "2.0.0"
},
"isobject": {
"version": "3.0.1"
},
"isstream": {
"version": "0.1.2"
},
"js-tokens": {
"version": "4.0.0"
},
"js-yaml": {
"version": "3.13.1",
"requires": {
"argparse": "^1.0.7",
"esprima": "^4.0.0"
}
},
"jsbn": {
"version": "0.1.1"
},
"jsdom": {
"version": "14.1.0",
"requires": {
"abab": "^2.0.0",
"acorn": "^6.0.4",
"acorn-globals": "^4.3.0",
"array-equal": "^1.0.0",
"cssom": "^0.3.4",
"cssstyle": "^1.1.1",
"data-urls": "^1.1.0",
"domexception": "^1.0.1",
"escodegen": "^1.11.0",
"html-encoding-sniffer": "^1.0.2",
"nwsapi": "^2.1.3",
"parse5": "5.1.0",
"pn": "^1.1.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"saxes": "^3.1.9",
"symbol-tree": "^3.2.2",
"tough-cookie": "^2.5.0",
"w3c-hr-time": "^1.0.1",
"w3c-xmlserializer": "^1.1.2",
"webidl-conversions": "^4.0.2",
"whatwg-encoding": "^1.0.5",
"whatwg-mimetype": "^2.3.0",
"whatwg-url": "^7.0.0",
"ws": "^6.1.2",
"xml-name-validator": "^3.0.0"
},
"dependencies": {
"ws": {
"version": "6.2.1",
"requires": {
2020-04-25 14:51:01 +04:00
"async-limiter": "~1.0.0"
}
2020-04-25 14:51:01 +04:00
}
}
},
"jsesc": {
"version": "2.5.2"
},
"json-parse-better-errors": {
"version": "1.0.2"
},
"json-schema": {
"version": "0.2.3"
},
"json-schema-traverse": {
"version": "0.4.1"
},
"json-stringify-safe": {
"version": "5.0.1"
},
"json5": {
"version": "1.0.1",
"requires": {
"minimist": "^1.2.0"
}
},
"jsprim": {
"version": "1.4.1",
"requires": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"verror": "1.10.0"
}
},
"kind-of": {
"version": "3.2.2",
"requires": {
"is-buffer": "^1.1.5"
}
},
"leven": {
"version": "3.1.0"
},
"levenary": {
"version": "1.1.1",
"requires": {
"leven": "^3.1.0"
}
},
"levn": {
"version": "0.3.0",
"requires": {
"prelude-ls": "~1.1.2",
"type-check": "~0.3.2"
}
},
"locate-path": {
"version": "2.0.0",
"requires": {
"p-locate": "^2.0.0",
"path-exists": "^3.0.0"
}
},
"lodash": {
"version": "4.17.15"
},
"lodash.clone": {
"version": "4.5.0"
},
"lodash.memoize": {
"version": "4.1.2"
},
"lodash.sortby": {
"version": "4.7.0"
},
"lodash.uniq": {
"version": "4.5.0"
},
"log-symbols": {
"version": "2.2.0",
"requires": {
"chalk": "^2.0.1"
}
},
"loose-envify": {
"version": "1.4.0",
"requires": {
"js-tokens": "^3.0.0 || ^4.0.0"
}
},
"magic-string": {
"version": "0.25.7",
"requires": {
"sourcemap-codec": "^1.4.4"
}
},
"map-cache": {
"version": "0.2.2"
},
"map-visit": {
"version": "1.0.0",
"requires": {
"object-visit": "^1.0.0"
}
},
"md5.js": {
"version": "1.3.5",
"requires": {
"hash-base": "^3.0.0",
"inherits": "^2.0.1",
"safe-buffer": "^5.1.2"
}
},
"mdn-data": {
"version": "2.0.4"
},
"merge-source-map": {
"version": "1.0.4",
"requires": {
"source-map": "^0.5.6"
},
"dependencies": {
"source-map": {
"version": "0.5.7"
}
}
},
"merge2": {
"version": "1.3.0"
},
"micromatch": {
"version": "3.1.10",
"requires": {
"arr-diff": "^4.0.0",
"array-unique": "^0.3.2",
"braces": "^2.3.1",
"define-property": "^2.0.2",
"extend-shallow": "^3.0.2",
"extglob": "^2.0.4",
"fragment-cache": "^0.2.1",
"kind-of": "^6.0.2",
"nanomatch": "^1.2.9",
"object.pick": "^1.3.0",
"regex-not": "^1.0.0",
"snapdragon": "^0.8.1",
"to-regex": "^3.0.2"
},
"dependencies": {
"define-property": {
"version": "2.0.2",
"requires": {
2020-04-25 14:51:01 +04:00
"is-descriptor": "^1.0.2",
"isobject": "^3.0.1"
}
},
2020-04-25 14:51:01 +04:00
"extend-shallow": {
"version": "3.0.2",
"requires": {
2020-04-25 14:51:01 +04:00
"assign-symbols": "^1.0.0",
"is-extendable": "^1.0.1"
}
},
2020-04-25 14:51:01 +04:00
"is-extendable": {
"version": "1.0.1",
"requires": {
2020-04-25 14:51:01 +04:00
"is-plain-object": "^2.0.4"
}
},
2020-04-25 14:51:01 +04:00
"kind-of": {
"version": "6.0.3"
}
}
},
"miller-rabin": {
"version": "4.0.1",
"requires": {
"bn.js": "^4.0.0",
"brorand": "^1.0.1"
}
},
"mime": {
"version": "1.6.0"
},
"mime-db": {
"version": "1.43.0"
},
"mime-types": {
"version": "2.1.26",
"requires": {
"mime-db": "1.43.0"
}
},
"mimic-fn": {
"version": "1.2.0"
},
"minimalistic-assert": {
"version": "1.0.1"
},
"minimalistic-crypto-utils": {
"version": "1.0.1"
},
"minimatch": {
"version": "3.0.4",
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "1.2.5"
},
"mixin-deep": {
"version": "1.3.2",
"requires": {
"for-in": "^1.0.2",
"is-extendable": "^1.0.1"
},
"dependencies": {
"is-extendable": {
"version": "1.0.1",
"requires": {
2020-04-25 14:51:01 +04:00
"is-plain-object": "^2.0.4"
}
}
}
},
"mkdirp": {
"version": "0.5.5",
"requires": {
"minimist": "^1.2.5"
}
},
"ms": {
"version": "2.0.0"
},
"nan": {
"version": "2.14.1",
"optional": true
},
"nanomatch": {
"version": "1.2.13",
"requires": {
"arr-diff": "^4.0.0",
"array-unique": "^0.3.2",
"define-property": "^2.0.2",
"extend-shallow": "^3.0.2",
"fragment-cache": "^0.2.1",
"is-windows": "^1.0.2",
"kind-of": "^6.0.2",
"object.pick": "^1.3.0",
"regex-not": "^1.0.0",
"snapdragon": "^0.8.1",
"to-regex": "^3.0.1"
},
"dependencies": {
"define-property": {
"version": "2.0.2",
"requires": {
"is-descriptor": "^1.0.2",
"isobject": "^3.0.1"
}
},
2020-04-25 14:51:01 +04:00
"extend-shallow": {
"version": "3.0.2",
"requires": {
2020-04-25 14:51:01 +04:00
"assign-symbols": "^1.0.0",
"is-extendable": "^1.0.1"
}
},
2020-04-25 14:51:01 +04:00
"is-extendable": {
"version": "1.0.1",
"requires": {
2020-04-25 14:51:01 +04:00
"is-plain-object": "^2.0.4"
}
},
2020-04-25 14:51:01 +04:00
"kind-of": {
"version": "6.0.3"
}
}
},
"nice-try": {
"version": "1.0.5"
},
"node-addon-api": {
"version": "1.7.1"
},
"node-forge": {
"version": "0.7.6"
},
"node-libs-browser": {
"version": "2.2.1",
"requires": {
"assert": "^1.1.1",
"browserify-zlib": "^0.2.0",
"buffer": "^4.3.0",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.11.0",
"domain-browser": "^1.1.1",
"events": "^3.0.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "0.0.1",
"process": "^0.11.10",
"punycode": "^1.2.4",
"querystring-es3": "^0.2.0",
"readable-stream": "^2.3.3",
"stream-browserify": "^2.0.1",
"stream-http": "^2.7.2",
"string_decoder": "^1.0.0",
"timers-browserify": "^2.0.4",
"tty-browserify": "0.0.0",
"url": "^0.11.0",
"util": "^0.11.0",
"vm-browserify": "^1.0.1"
},
"dependencies": {
"punycode": {
"version": "1.4.1"
}
}
},
"node-releases": {
"version": "1.1.53"
},
"normalize-html-whitespace": {
"version": "1.0.0"
},
"normalize-path": {
"version": "3.0.0"
},
"normalize-url": {
"version": "3.3.0"
},
"nth-check": {
"version": "1.0.2",
"requires": {
"boolbase": "~1.0.0"
}
},
"nwsapi": {
"version": "2.2.0"
},
"oauth-sign": {
"version": "0.9.0"
},
"object-assign": {
"version": "4.1.1"
},
"object-copy": {
"version": "0.1.0",
"requires": {
"copy-descriptor": "^0.1.0",
"define-property": "^0.2.5",
"kind-of": "^3.0.3"
}
},
"object-inspect": {
"version": "1.7.0"
},
"object-keys": {
"version": "1.1.1"
},
"object-visit": {
"version": "1.0.1",
"requires": {
"isobject": "^3.0.0"
}
},
"object.assign": {
"version": "4.1.0",
"requires": {
"define-properties": "^1.1.2",
"function-bind": "^1.1.1",
"has-symbols": "^1.0.0",
"object-keys": "^1.0.11"
}
},
"object.getownpropertydescriptors": {
"version": "2.1.0",
"requires": {
"define-properties": "^1.1.3",
"es-abstract": "^1.17.0-next.1"
}
},
"object.pick": {
"version": "1.3.0",
"requires": {
"isobject": "^3.0.1"
}
},
"object.values": {
"version": "1.1.1",
"requires": {
"define-properties": "^1.1.3",
"es-abstract": "^1.17.0-next.1",
"function-bind": "^1.1.1",
"has": "^1.0.3"
}
},
"on-finished": {
"version": "2.3.0",
"requires": {
"ee-first": "1.1.1"
}
},
"once": {
"version": "1.4.0",
"requires": {
"wrappy": "1"
}
},
"onetime": {
"version": "2.0.1",
"requires": {
"mimic-fn": "^1.0.0"
}
},
"opn": {
"version": "5.5.0",
"requires": {
"is-wsl": "^1.1.0"
}
},
"optionator": {
"version": "0.8.3",
"requires": {
"deep-is": "~0.1.3",
"fast-levenshtein": "~2.0.6",
"levn": "~0.3.0",
"prelude-ls": "~1.1.2",
"type-check": "~0.3.2",
"word-wrap": "~1.2.3"
}
},
"ora": {
"version": "2.1.0",
"requires": {
"chalk": "^2.3.1",
"cli-cursor": "^2.1.0",
"cli-spinners": "^1.1.0",
"log-symbols": "^2.2.0",
"strip-ansi": "^4.0.0",
"wcwidth": "^1.0.1"
},
"dependencies": {
"ansi-regex": {
"version": "3.0.0"
},
"strip-ansi": {
2020-04-25 14:51:01 +04:00
"version": "4.0.0",
"requires": {
2020-04-25 14:51:01 +04:00
"ansi-regex": "^3.0.0"
}
2020-04-25 14:51:01 +04:00
}
}
},
"os-browserify": {
"version": "0.3.0"
},
"os-homedir": {
"version": "1.0.2"
},
"p-limit": {
"version": "1.3.0",
"requires": {
"p-try": "^1.0.0"
}
},
"p-locate": {
"version": "2.0.0",
"requires": {
"p-limit": "^1.1.0"
}
},
"p-try": {
"version": "1.0.0"
},
"pako": {
"version": "1.0.11"
},
"parcel-bundler": {
"version": "1.12.4",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.4.4",
"@babel/generator": "^7.4.4",
"@babel/parser": "^7.4.4",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@babel/template": "^7.4.4",
"@babel/traverse": "^7.4.4",
"@babel/types": "^7.4.4",
"@iarna/toml": "^2.2.0",
"@parcel/fs": "^1.11.0",
"@parcel/logger": "^1.11.1",
"@parcel/utils": "^1.11.0",
"@parcel/watcher": "^1.12.1",
"@parcel/workers": "^1.11.0",
"ansi-to-html": "^0.6.4",
"babylon-walk": "^1.0.2",
"browserslist": "^4.1.0",
"chalk": "^2.1.0",
"clone": "^2.1.1",
"command-exists": "^1.2.6",
"commander": "^2.11.0",
"core-js": "^2.6.5",
"cross-spawn": "^6.0.4",
"css-modules-loader-core": "^1.1.0",
"cssnano": "^4.0.0",
"deasync": "^0.1.14",
"dotenv": "^5.0.0",
"dotenv-expand": "^5.1.0",
"envinfo": "^7.3.1",
"fast-glob": "^2.2.2",
"filesize": "^3.6.0",
"get-port": "^3.2.0",
"htmlnano": "^0.2.2",
"is-glob": "^4.0.0",
"is-url": "^1.2.2",
"js-yaml": "^3.10.0",
"json5": "^1.0.1",
"micromatch": "^3.0.4",
"mkdirp": "^0.5.1",
"node-forge": "^0.7.1",
"node-libs-browser": "^2.0.0",
"opn": "^5.1.0",
"postcss": "^7.0.11",
"postcss-value-parser": "^3.3.1",
"posthtml": "^0.11.2",
"posthtml-parser": "^0.4.0",
"posthtml-render": "^1.1.3",
"resolve": "^1.4.0",
"semver": "^5.4.1",
"serialize-to-js": "^3.0.0",
"serve-static": "^1.12.4",
"source-map": "0.6.1",
"terser": "^3.7.3",
"v8-compile-cache": "^2.0.0",
"ws": "^5.1.1"
}
},
"parse-asn1": {
"version": "5.1.5",
"requires": {
"asn1.js": "^4.0.0",
"browserify-aes": "^1.0.0",
"create-hash": "^1.1.0",
"evp_bytestokey": "^1.0.0",
"pbkdf2": "^3.0.3",
"safe-buffer": "^5.1.1"
}
},
"parse-json": {
"version": "4.0.0",
"requires": {
"error-ex": "^1.3.1",
"json-parse-better-errors": "^1.0.1"
}
},
"parse5": {
"version": "5.1.0"
},
"parseurl": {
"version": "1.3.3"
},
"pascalcase": {
"version": "0.1.1"
},
"path-browserify": {
"version": "0.0.1"
},
"path-dirname": {
"version": "1.0.2"
},
"path-exists": {
"version": "3.0.0"
},
"path-is-absolute": {
"version": "1.0.1"
},
"path-key": {
"version": "2.0.1"
},
"path-parse": {
"version": "1.0.6"
},
"pbkdf2": {
"version": "3.0.17",
"requires": {
"create-hash": "^1.1.2",
"create-hmac": "^1.1.4",
"ripemd160": "^2.0.1",
"safe-buffer": "^5.0.1",
"sha.js": "^2.4.8"
}
},
"performance-now": {
"version": "2.1.0"
},
"physical-cpu-count": {
"version": "2.0.0"
},
"pkg-up": {
"version": "2.0.0",
"requires": {
"find-up": "^2.1.0"
}
},
"pn": {
"version": "1.1.0"
},
"posix-character-classes": {
"version": "0.1.1"
},
"postcss": {
"version": "7.0.27",
"requires": {
"chalk": "^2.4.2",
"source-map": "^0.6.1",
"supports-color": "^6.1.0"
},
"dependencies": {
"supports-color": {
"version": "6.1.0",
"requires": {
2020-04-25 14:51:01 +04:00
"has-flag": "^3.0.0"
}
2020-04-25 14:51:01 +04:00
}
}
},
"postcss-calc": {
"version": "7.0.2",
"requires": {
"postcss": "^7.0.27",
"postcss-selector-parser": "^6.0.2",
"postcss-value-parser": "^4.0.2"
},
"dependencies": {
"postcss-selector-parser": {
"version": "6.0.2",
"requires": {
2020-04-25 14:51:01 +04:00
"cssesc": "^3.0.0",
"indexes-of": "^1.0.1",
"uniq": "^1.0.1"
}
},
2020-04-25 14:51:01 +04:00
"postcss-value-parser": {
"version": "4.0.3"
}
}
},
2020-04-25 14:51:01 +04:00
"postcss-colormin": {
"version": "4.0.3",
"requires": {
2020-04-25 14:51:01 +04:00
"browserslist": "^4.0.0",
"color": "^3.0.0",
"has": "^1.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
}
},
"postcss-convert-values": {
"version": "4.0.1",
"requires": {
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
}
},
"postcss-discard-comments": {
"version": "4.0.2",
"requires": {
"postcss": "^7.0.0"
}
},
"postcss-discard-duplicates": {
"version": "4.0.2",
"requires": {
"postcss": "^7.0.0"
}
},
"postcss-discard-empty": {
"version": "4.0.1",
"requires": {
"postcss": "^7.0.0"
}
},
"postcss-discard-overridden": {
"version": "4.0.1",
"requires": {
"postcss": "^7.0.0"
}
},
"postcss-merge-longhand": {
"version": "4.0.11",
"requires": {
"css-color-names": "0.0.4",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0",
"stylehacks": "^4.0.0"
}
},
"postcss-merge-rules": {
"version": "4.0.3",
"requires": {
"browserslist": "^4.0.0",
"caniuse-api": "^3.0.0",
"cssnano-util-same-parent": "^4.0.0",
"postcss": "^7.0.0",
"postcss-selector-parser": "^3.0.0",
"vendors": "^1.0.0"
}
},
"postcss-minify-font-values": {
"version": "4.0.2",
"requires": {
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
}
},
"postcss-minify-gradients": {
"version": "4.0.2",
"requires": {
"cssnano-util-get-arguments": "^4.0.0",
"is-color-stop": "^1.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
}
},
"postcss-minify-params": {
"version": "4.0.2",
"requires": {
"alphanum-sort": "^1.0.0",
"browserslist": "^4.0.0",
"cssnano-util-get-arguments": "^4.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0",
"uniqs": "^2.0.0"
}
},
"postcss-minify-selectors": {
"version": "4.0.2",
"requires": {
"alphanum-sort": "^1.0.0",
"has": "^1.0.0",
"postcss": "^7.0.0",
"postcss-selector-parser": "^3.0.0"
}
},
"postcss-modules-extract-imports": {
"version": "1.1.0",
"requires": {
"postcss": "^6.0.1"
},
"dependencies": {
2020-04-25 14:51:01 +04:00
"postcss": {
"version": "6.0.23",
"requires": {
"chalk": "^2.4.1",
"source-map": "^0.6.1",
"supports-color": "^5.4.0"
}
}
}
},
"postcss-modules-local-by-default": {
"version": "1.2.0",
"requires": {
"css-selector-tokenizer": "^0.7.0",
"postcss": "^6.0.1"
},
"dependencies": {
"postcss": {
"version": "6.0.23",
"requires": {
"chalk": "^2.4.1",
"source-map": "^0.6.1",
"supports-color": "^5.4.0"
}
}
}
},
"postcss-modules-scope": {
"version": "1.1.0",
"requires": {
"css-selector-tokenizer": "^0.7.0",
"postcss": "^6.0.1"
},
"dependencies": {
"postcss": {
"version": "6.0.23",
"requires": {
"chalk": "^2.4.1",
"source-map": "^0.6.1",
"supports-color": "^5.4.0"
}
}
}
},
"postcss-modules-values": {
"version": "1.3.0",
"requires": {
"icss-replace-symbols": "^1.1.0",
"postcss": "^6.0.1"
},
"dependencies": {
"postcss": {
"version": "6.0.23",
"requires": {
2020-04-25 14:51:01 +04:00
"chalk": "^2.4.1",
"source-map": "^0.6.1",
"supports-color": "^5.4.0"
}
}
}
},
2020-04-25 14:51:01 +04:00
"postcss-normalize-charset": {
"version": "4.0.1",
"requires": {
2020-04-25 14:51:01 +04:00
"postcss": "^7.0.0"
}
},
2020-04-25 14:51:01 +04:00
"postcss-normalize-display-values": {
"version": "4.0.2",
"requires": {
2020-04-25 14:51:01 +04:00
"cssnano-util-get-match": "^4.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
}
},
2020-04-25 14:51:01 +04:00
"postcss-normalize-positions": {
"version": "4.0.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"cssnano-util-get-arguments": "^4.0.0",
"has": "^1.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"postcss-normalize-repeat-style": {
"version": "4.0.2",
"requires": {
2020-04-25 14:51:01 +04:00
"cssnano-util-get-arguments": "^4.0.0",
"cssnano-util-get-match": "^4.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
}
},
2020-04-25 14:51:01 +04:00
"postcss-normalize-string": {
"version": "4.0.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"has": "^1.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"postcss-normalize-timing-functions": {
"version": "4.0.2",
"requires": {
2020-04-25 14:51:01 +04:00
"cssnano-util-get-match": "^4.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
}
},
2020-04-25 14:51:01 +04:00
"postcss-normalize-unicode": {
"version": "4.0.1",
"requires": {
2020-04-25 14:51:01 +04:00
"browserslist": "^4.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
}
},
2020-04-25 14:51:01 +04:00
"postcss-normalize-url": {
"version": "4.0.1",
"requires": {
2020-04-25 14:51:01 +04:00
"is-absolute-url": "^2.0.0",
"normalize-url": "^3.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
},
"dependencies": {
2020-04-25 14:51:01 +04:00
"is-absolute-url": {
"version": "2.1.0"
}
}
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"postcss-normalize-whitespace": {
"version": "4.0.2",
"requires": {
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
}
},
2020-04-25 14:51:01 +04:00
"postcss-ordered-values": {
"version": "4.1.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"cssnano-util-get-arguments": "^4.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"postcss-reduce-initial": {
"version": "4.0.3",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"browserslist": "^4.0.0",
"caniuse-api": "^3.0.0",
"has": "^1.0.0",
"postcss": "^7.0.0"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"postcss-reduce-transforms": {
"version": "4.0.2",
"requires": {
2020-04-25 14:51:01 +04:00
"cssnano-util-get-match": "^4.0.0",
"has": "^1.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
}
2020-04-25 14:51:01 +04:00
},
"postcss-selector-parser": {
"version": "3.1.2",
"requires": {
2020-04-25 14:51:01 +04:00
"dot-prop": "^5.2.0",
"indexes-of": "^1.0.1",
"uniq": "^1.0.1"
}
2020-04-25 14:51:01 +04:00
},
"postcss-svgo": {
"version": "4.0.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"is-svg": "^3.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0",
"svgo": "^1.0.0"
}
},
2020-04-25 14:51:01 +04:00
"postcss-unique-selectors": {
"version": "4.0.1",
"requires": {
"alphanum-sort": "^1.0.0",
"postcss": "^7.0.0",
"uniqs": "^2.0.0"
}
},
"postcss-value-parser": {
"version": "3.3.1"
},
"posthtml": {
"version": "0.11.6",
"requires": {
"posthtml-parser": "^0.4.1",
"posthtml-render": "^1.1.5"
}
},
"posthtml-parser": {
"version": "0.4.2",
"requires": {
"htmlparser2": "^3.9.2"
}
},
"posthtml-render": {
"version": "1.2.2"
},
"prelude-ls": {
"version": "1.1.2"
},
"private": {
"version": "0.1.8"
},
"process": {
"version": "0.11.10"
},
"process-nextick-args": {
"version": "2.0.1"
},
"prop-types": {
"version": "15.7.2",
"requires": {
"loose-envify": "^1.4.0",
"object-assign": "^4.1.1",
"react-is": "^16.8.1"
}
},
"psl": {
"version": "1.8.0"
},
"public-encrypt": {
"version": "4.0.3",
"requires": {
"bn.js": "^4.1.0",
"browserify-rsa": "^4.0.0",
"create-hash": "^1.1.0",
"parse-asn1": "^5.0.0",
"randombytes": "^2.0.1",
"safe-buffer": "^5.1.2"
}
},
"punycode": {
"version": "2.1.1"
},
"purgecss": {
"version": "1.4.2",
"requires": {
"glob": "^7.1.3",
"postcss": "^7.0.14",
"postcss-selector-parser": "^6.0.0",
"yargs": "^14.0.0"
},
"dependencies": {
"postcss-selector-parser": {
"version": "6.0.2",
"requires": {
"cssesc": "^3.0.0",
"indexes-of": "^1.0.1",
"uniq": "^1.0.1"
}
}
}
},
"q": {
"version": "1.5.1"
},
"qs": {
"version": "6.5.2"
},
"querystring": {
"version": "0.2.0"
},
"querystring-es3": {
"version": "0.2.1"
},
"quote-stream": {
"version": "1.0.2",
"requires": {
"buffer-equal": "0.0.1",
"minimist": "^1.1.3",
"through2": "^2.0.0"
}
},
"randombytes": {
"version": "2.1.0",
"requires": {
2020-04-25 14:51:01 +04:00
"safe-buffer": "^5.1.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"randomfill": {
"version": "1.0.4",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"randombytes": "^2.0.5",
"safe-buffer": "^5.1.0"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"range-parser": {
"version": "1.2.1"
},
"react": {
"version": "16.13.1",
"requires": {
2020-04-25 14:51:01 +04:00
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2"
}
},
2020-04-25 14:51:01 +04:00
"react-dom": {
"version": "16.13.1",
"requires": {
2020-04-25 14:51:01 +04:00
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.19.1"
}
2020-04-25 14:51:01 +04:00
},
"react-is": {
"version": "16.13.1"
},
"readable-stream": {
"version": "2.3.7",
"requires": {
2020-04-25 14:51:01 +04:00
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~2.0.0",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
},
"dependencies": {
2020-04-25 14:51:01 +04:00
"safe-buffer": {
"version": "5.1.2"
},
"string_decoder": {
"version": "1.1.1",
"requires": {
2020-04-25 14:51:01 +04:00
"safe-buffer": "~5.1.0"
}
}
}
},
2020-04-25 14:51:01 +04:00
"readdirp": {
"version": "2.2.1",
"requires": {
2020-04-25 14:51:01 +04:00
"graceful-fs": "^4.1.11",
"micromatch": "^3.1.10",
"readable-stream": "^2.0.2"
}
},
"regenerate": {
"version": "1.4.0"
},
"regenerate-unicode-properties": {
"version": "8.2.0",
"requires": {
"regenerate": "^1.4.0"
}
},
"regenerator-runtime": {
"version": "0.13.5"
},
"regenerator-transform": {
"version": "0.14.4",
"requires": {
"@babel/runtime": "^7.8.4",
"private": "^0.1.8"
}
},
"regex-not": {
"version": "1.0.2",
"requires": {
"extend-shallow": "^3.0.2",
"safe-regex": "^1.1.0"
},
"dependencies": {
"extend-shallow": {
2020-04-25 14:51:01 +04:00
"version": "3.0.2",
"requires": {
"assign-symbols": "^1.0.0",
"is-extendable": "^1.0.1"
}
},
"is-extendable": {
"version": "1.0.1",
"requires": {
2020-04-25 14:51:01 +04:00
"is-plain-object": "^2.0.4"
}
}
}
},
2020-04-25 14:51:01 +04:00
"regexpu-core": {
"version": "4.7.0",
"requires": {
2020-04-25 14:51:01 +04:00
"regenerate": "^1.4.0",
"regenerate-unicode-properties": "^8.2.0",
"regjsgen": "^0.5.1",
"regjsparser": "^0.6.4",
"unicode-match-property-ecmascript": "^1.0.4",
"unicode-match-property-value-ecmascript": "^1.2.0"
}
},
"regjsgen": {
"version": "0.5.1"
},
"regjsparser": {
"version": "0.6.4",
"requires": {
"jsesc": "~0.5.0"
},
"dependencies": {
2020-04-25 14:51:01 +04:00
"jsesc": {
"version": "0.5.0"
}
}
},
2020-04-25 14:51:01 +04:00
"remove-trailing-separator": {
"version": "1.1.0"
},
"repeat-element": {
"version": "1.1.3"
},
"repeat-string": {
"version": "1.6.1"
},
"request": {
"version": "2.88.2",
"requires": {
2020-04-25 14:51:01 +04:00
"aws-sign2": "~0.7.0",
"aws4": "^1.8.0",
"caseless": "~0.12.0",
"combined-stream": "~1.0.6",
"extend": "~3.0.2",
"forever-agent": "~0.6.1",
"form-data": "~2.3.2",
"har-validator": "~5.1.3",
"http-signature": "~1.2.0",
"is-typedarray": "~1.0.0",
"isstream": "~0.1.2",
"json-stringify-safe": "~5.0.1",
"mime-types": "~2.1.19",
"oauth-sign": "~0.9.0",
"performance-now": "^2.1.0",
"qs": "~6.5.2",
"safe-buffer": "^5.1.2",
"tough-cookie": "~2.5.0",
"tunnel-agent": "^0.6.0",
"uuid": "^3.3.2"
}
2020-04-25 14:51:01 +04:00
},
"request-promise-core": {
"version": "1.1.3",
"requires": {
"lodash": "^4.17.15"
}
},
"request-promise-native": {
"version": "1.0.8",
"requires": {
"request-promise-core": "1.1.3",
"stealthy-require": "^1.1.1",
"tough-cookie": "^2.3.3"
}
},
"require-directory": {
"version": "2.1.1"
},
"require-main-filename": {
"version": "2.0.0"
},
"resolve": {
"version": "1.16.1",
"requires": {
"path-parse": "^1.0.6"
}
},
"resolve-from": {
"version": "3.0.0"
},
"resolve-url": {
"version": "0.2.1"
},
"restore-cursor": {
"version": "2.0.0",
"requires": {
"onetime": "^2.0.0",
"signal-exit": "^3.0.2"
}
},
"ret": {
"version": "0.1.15"
},
"rgb-regex": {
"version": "1.0.1"
},
"rgba-regex": {
"version": "1.0.0"
},
"rimraf": {
"version": "2.7.1",
"requires": {
"glob": "^7.1.3"
}
},
"ripemd160": {
"version": "2.0.2",
"requires": {
"hash-base": "^3.0.0",
"inherits": "^2.0.1"
}
},
"safe-buffer": {
"version": "5.2.0"
},
"safe-regex": {
"version": "1.1.0",
"requires": {
"ret": "~0.1.10"
}
},
"safer-buffer": {
"version": "2.1.2"
},
"sax": {
"version": "1.2.4"
},
"saxes": {
"version": "3.1.11",
"requires": {
"xmlchars": "^2.1.1"
}
},
"scheduler": {
"version": "0.19.1",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
}
},
"semver": {
"version": "5.7.1"
},
"send": {
"version": "0.17.1",
"requires": {
"debug": "2.6.9",
"depd": "~1.1.2",
"destroy": "~1.0.4",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"etag": "~1.8.1",
"fresh": "0.5.2",
"http-errors": "~1.7.2",
"mime": "1.6.0",
"ms": "2.1.1",
"on-finished": "~2.3.0",
"range-parser": "~1.2.1",
"statuses": "~1.5.0"
},
"dependencies": {
"ms": {
"version": "2.1.1"
}
}
},
"serialize-to-js": {
"version": "3.1.1"
},
"serve-static": {
"version": "1.14.1",
"requires": {
2020-04-25 14:51:01 +04:00
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"parseurl": "~1.3.3",
"send": "0.17.1"
}
2020-04-25 14:51:01 +04:00
},
"set-blocking": {
"version": "2.0.0"
},
"set-value": {
"version": "2.0.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"extend-shallow": "^2.0.1",
"is-extendable": "^0.1.1",
"is-plain-object": "^2.0.3",
"split-string": "^3.0.1"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"setimmediate": {
"version": "1.0.5"
},
"setprototypeof": {
"version": "1.1.1"
},
"sha.js": {
"version": "2.4.11",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"inherits": "^2.0.1",
"safe-buffer": "^5.0.1"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"shallow-copy": {
"version": "0.0.1"
},
"shebang-command": {
"version": "1.2.0",
"requires": {
2020-04-25 14:51:01 +04:00
"shebang-regex": "^1.0.0"
}
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"shebang-regex": {
"version": "1.0.0"
},
"signal-exit": {
"version": "3.0.3"
},
"simple-swizzle": {
"version": "0.2.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"is-arrayish": "^0.3.1"
},
"dependencies": {
"is-arrayish": {
"version": "0.3.2"
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"snapdragon": {
"version": "0.8.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"base": "^0.11.1",
"debug": "^2.2.0",
"define-property": "^0.2.5",
"extend-shallow": "^2.0.1",
"map-cache": "^0.2.2",
"source-map": "^0.5.6",
"source-map-resolve": "^0.5.0",
"use": "^3.1.0"
},
"dependencies": {
"source-map": {
"version": "0.5.7"
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"snapdragon-node": {
"version": "2.1.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"define-property": "^1.0.0",
"isobject": "^3.0.0",
"snapdragon-util": "^3.0.1"
},
"dependencies": {
"define-property": {
"version": "1.0.0",
"requires": {
"is-descriptor": "^1.0.0"
}
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"snapdragon-util": {
"version": "3.0.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"kind-of": "^3.2.0"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"source-map": {
2020-04-25 14:51:01 +04:00
"version": "0.6.1"
},
"source-map-resolve": {
"version": "0.5.3",
"requires": {
"atob": "^2.1.2",
"decode-uri-component": "^0.2.0",
"resolve-url": "^0.2.1",
"source-map-url": "^0.4.0",
"urix": "^0.1.0"
}
},
"source-map-support": {
"version": "0.5.18",
"requires": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
}
2019-06-03 20:16:05 +04:00
},
2020-04-25 14:51:01 +04:00
"source-map-url": {
"version": "0.4.0"
},
"sourcemap-codec": {
"version": "1.4.8"
},
"split-string": {
"version": "3.1.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"extend-shallow": "^3.0.0"
},
"dependencies": {
"extend-shallow": {
"version": "3.0.2",
"requires": {
"assign-symbols": "^1.0.0",
"is-extendable": "^1.0.1"
}
},
"is-extendable": {
"version": "1.0.1",
"requires": {
"is-plain-object": "^2.0.4"
}
}
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"sprintf-js": {
"version": "1.0.3"
},
"sshpk": {
"version": "1.16.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"asn1": "~0.2.3",
"assert-plus": "^1.0.0",
"bcrypt-pbkdf": "^1.0.0",
"dashdash": "^1.12.0",
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jsbn": "~0.1.0",
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"stable": {
"version": "0.1.8"
},
"static-eval": {
"version": "2.0.5",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"escodegen": "^1.11.1"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"static-extend": {
"version": "0.1.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"define-property": "^0.2.5",
"object-copy": "^0.1.0"
}
},
"static-module": {
"version": "2.2.5",
"requires": {
"concat-stream": "~1.6.0",
"convert-source-map": "^1.5.1",
"duplexer2": "~0.1.4",
"escodegen": "~1.9.0",
"falafel": "^2.1.0",
"has": "^1.0.1",
"magic-string": "^0.22.4",
"merge-source-map": "1.0.4",
"object-inspect": "~1.4.0",
"quote-stream": "~1.0.2",
"readable-stream": "~2.3.3",
"shallow-copy": "~0.0.1",
"static-eval": "^2.0.0",
"through2": "~2.0.3"
},
"dependencies": {
"escodegen": {
"version": "1.9.1",
"requires": {
"esprima": "^3.1.3",
"estraverse": "^4.2.0",
"esutils": "^2.0.2",
"optionator": "^0.8.1",
"source-map": "~0.6.1"
}
},
"esprima": {
"version": "3.1.3"
},
"magic-string": {
"version": "0.22.5",
"requires": {
"vlq": "^0.2.2"
}
},
"object-inspect": {
"version": "1.4.1"
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"statuses": {
"version": "1.5.0"
},
"stealthy-require": {
"version": "1.1.1"
},
"stream-browserify": {
"version": "2.0.2",
"requires": {
2020-04-25 14:51:01 +04:00
"inherits": "~2.0.1",
"readable-stream": "^2.0.2"
}
},
2020-04-25 14:51:01 +04:00
"stream-http": {
"version": "2.8.3",
"requires": {
"builtin-status-codes": "^3.0.0",
"inherits": "^2.0.1",
"readable-stream": "^2.3.6",
"to-arraybuffer": "^1.0.0",
"xtend": "^4.0.0"
}
},
"string-width": {
"version": "3.1.0",
"requires": {
"emoji-regex": "^7.0.1",
"is-fullwidth-code-point": "^2.0.0",
"strip-ansi": "^5.1.0"
}
},
"string.prototype.trimend": {
"version": "1.0.1",
"requires": {
"define-properties": "^1.1.3",
"es-abstract": "^1.17.5"
}
},
"string.prototype.trimleft": {
"version": "2.1.2",
"requires": {
"define-properties": "^1.1.3",
"es-abstract": "^1.17.5",
"string.prototype.trimstart": "^1.0.0"
}
},
"string.prototype.trimright": {
"version": "2.1.2",
"requires": {
"define-properties": "^1.1.3",
"es-abstract": "^1.17.5",
"string.prototype.trimend": "^1.0.0"
}
},
"string.prototype.trimstart": {
"version": "1.0.1",
"requires": {
"define-properties": "^1.1.3",
"es-abstract": "^1.17.5"
}
},
"string_decoder": {
"version": "1.3.0",
"requires": {
"safe-buffer": "~5.2.0"
}
2019-06-03 20:16:05 +04:00
},
"strip-ansi": {
"version": "5.2.0",
2019-06-03 20:16:05 +04:00
"requires": {
"ansi-regex": "^4.1.0"
2020-04-25 14:51:01 +04:00
},
"dependencies": {
"ansi-regex": {
"version": "4.1.0"
}
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"stylehacks": {
"version": "4.0.3",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"browserslist": "^4.0.0",
"postcss": "^7.0.0",
"postcss-selector-parser": "^3.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"supports-color": {
"version": "5.5.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"has-flag": "^3.0.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"svgo": {
"version": "1.3.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"chalk": "^2.4.1",
"coa": "^2.0.2",
"css-select": "^2.0.0",
"css-select-base-adapter": "^0.1.1",
"css-tree": "1.0.0-alpha.37",
"csso": "^4.0.2",
"js-yaml": "^3.13.1",
"mkdirp": "~0.5.1",
"object.values": "^1.1.0",
"sax": "~1.2.4",
"stable": "^0.1.8",
"unquote": "~1.1.1",
"util.promisify": "~1.0.0"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"symbol-tree": {
"version": "3.2.4"
},
"terser": {
"version": "3.17.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"commander": "^2.19.0",
"source-map": "~0.6.1",
"source-map-support": "~0.5.10"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"through2": {
"version": "2.0.5",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"readable-stream": "~2.3.6",
"xtend": "~4.0.1"
}
},
"timers-browserify": {
"version": "2.0.11",
"requires": {
"setimmediate": "^1.0.4"
}
},
"timsort": {
"version": "0.3.0"
},
"tiny-inflate": {
"version": "1.0.3"
},
"to-arraybuffer": {
"version": "1.0.1"
},
"to-fast-properties": {
"version": "2.0.0"
},
"to-object-path": {
"version": "0.3.0",
"requires": {
"kind-of": "^3.0.2"
}
},
"to-regex": {
"version": "3.0.2",
"requires": {
"define-property": "^2.0.2",
"extend-shallow": "^3.0.2",
"regex-not": "^1.0.2",
"safe-regex": "^1.1.0"
2019-06-03 20:16:05 +04:00
},
"dependencies": {
2020-04-25 14:51:01 +04:00
"define-property": {
"version": "2.0.2",
"requires": {
"is-descriptor": "^1.0.2",
"isobject": "^3.0.1"
}
},
"extend-shallow": {
"version": "3.0.2",
"requires": {
"assign-symbols": "^1.0.0",
"is-extendable": "^1.0.1"
}
},
"is-extendable": {
"version": "1.0.1",
"requires": {
"is-plain-object": "^2.0.4"
}
2019-06-03 20:16:05 +04:00
}
}
},
2020-04-25 14:51:01 +04:00
"to-regex-range": {
"version": "2.1.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"is-number": "^3.0.0",
"repeat-string": "^1.6.1"
}
},
"toidentifier": {
"version": "1.0.0"
},
"tough-cookie": {
"version": "2.5.0",
"requires": {
"psl": "^1.1.28",
"punycode": "^2.1.1"
}
},
"tr46": {
"version": "1.0.1",
"requires": {
"punycode": "^2.1.0"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"tty-browserify": {
"version": "0.0.0"
},
"tunnel-agent": {
"version": "0.6.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"safe-buffer": "^5.0.1"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"tweetnacl": {
"version": "0.14.5"
},
"type-check": {
"version": "0.3.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"prelude-ls": "~1.1.2"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"typedarray": {
"version": "0.0.6"
},
"uncss": {
"version": "0.17.3",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"commander": "^2.20.0",
"glob": "^7.1.4",
"is-absolute-url": "^3.0.1",
"is-html": "^1.1.0",
"jsdom": "^14.1.0",
"lodash": "^4.17.15",
"postcss": "^7.0.17",
"postcss-selector-parser": "6.0.2",
"request": "^2.88.0"
},
"dependencies": {
"postcss-selector-parser": {
"version": "6.0.2",
"requires": {
"cssesc": "^3.0.0",
"indexes-of": "^1.0.1",
"uniq": "^1.0.1"
}
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"unicode-canonical-property-names-ecmascript": {
"version": "1.0.4"
},
"unicode-match-property-ecmascript": {
"version": "1.0.4",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"unicode-canonical-property-names-ecmascript": "^1.0.4",
"unicode-property-aliases-ecmascript": "^1.0.4"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"unicode-match-property-value-ecmascript": {
"version": "1.2.0"
},
"unicode-property-aliases-ecmascript": {
"version": "1.1.0"
},
"unicode-trie": {
"version": "0.3.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"pako": "^0.2.5",
"tiny-inflate": "^1.0.0"
},
"dependencies": {
"pako": {
"version": "0.2.9"
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"union-value": {
"version": "1.0.1",
"requires": {
"arr-union": "^3.1.0",
"get-value": "^2.0.6",
"is-extendable": "^0.1.1",
"set-value": "^2.0.1"
}
},
"uniq": {
"version": "1.0.1"
},
"uniqs": {
"version": "2.0.0"
},
"unquote": {
"version": "1.1.1"
},
"unset-value": {
2019-06-03 20:16:05 +04:00
"version": "1.0.0",
"requires": {
2020-04-25 14:51:01 +04:00
"has-value": "^0.3.1",
"isobject": "^3.0.0"
},
"dependencies": {
"has-value": {
"version": "0.3.1",
"requires": {
"get-value": "^2.0.3",
"has-values": "^0.1.4",
"isobject": "^2.0.0"
},
"dependencies": {
"isobject": {
"version": "2.1.0",
"requires": {
"isarray": "1.0.0"
}
}
}
},
"has-values": {
"version": "0.1.4"
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"upath": {
"version": "1.2.0"
},
"uri-js": {
"version": "4.2.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"punycode": "^2.1.0"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"urix": {
"version": "0.1.0"
},
"url": {
"version": "0.11.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"punycode": "1.3.2",
"querystring": "0.2.0"
},
"dependencies": {
"punycode": {
"version": "1.3.2"
}
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"use": {
"version": "3.1.1"
},
"util": {
"version": "0.11.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"inherits": "2.0.3"
},
"dependencies": {
"inherits": {
"version": "2.0.3"
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"util-deprecate": {
"version": "1.0.2"
},
"util.promisify": {
"version": "1.0.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"define-properties": "^1.1.3",
"es-abstract": "^1.17.2",
"has-symbols": "^1.0.1",
"object.getownpropertydescriptors": "^2.1.0"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"uuid": {
"version": "3.4.0"
},
2020-04-25 14:51:01 +04:00
"v8-compile-cache": {
"version": "2.1.0"
},
"vendors": {
"version": "1.0.4"
},
"verror": {
"version": "1.10.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"assert-plus": "^1.0.0",
"core-util-is": "1.0.2",
"extsprintf": "^1.2.0"
},
"dependencies": {
"extsprintf": {
"version": "1.4.0"
}
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"vlq": {
"version": "0.2.3"
},
"vm-browserify": {
"version": "1.1.2"
},
"w3c-hr-time": {
"version": "1.0.2",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"browser-process-hrtime": "^1.0.0"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"w3c-xmlserializer": {
"version": "1.1.2",
"requires": {
"domexception": "^1.0.1",
"webidl-conversions": "^4.0.2",
"xml-name-validator": "^3.0.0"
}
},
"wcwidth": {
"version": "1.0.1",
"requires": {
2020-04-25 14:51:01 +04:00
"defaults": "^1.0.3"
}
2020-04-25 14:51:01 +04:00
},
"webidl-conversions": {
"version": "4.0.2"
},
"whatwg-encoding": {
"version": "1.0.5",
"requires": {
2020-04-25 14:51:01 +04:00
"iconv-lite": "0.4.24"
}
2020-04-25 14:51:01 +04:00
},
"whatwg-mimetype": {
"version": "2.3.0"
},
"whatwg-url": {
"version": "7.1.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"lodash.sortby": "^4.7.0",
"tr46": "^1.0.1",
"webidl-conversions": "^4.0.2"
2019-06-03 20:16:05 +04:00
}
},
2020-04-25 14:51:01 +04:00
"which": {
"version": "1.3.1",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"isexe": "^2.0.0"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"which-module": {
"version": "2.0.0"
},
"word-wrap": {
"version": "1.2.3"
},
"wrap-ansi": {
"version": "5.1.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"ansi-styles": "^3.2.0",
"string-width": "^3.0.0",
"strip-ansi": "^5.0.0"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"wrappy": {
"version": "1.0.2"
},
"ws": {
"version": "5.2.2",
"requires": {
"async-limiter": "~1.0.0"
}
},
"xml-name-validator": {
"version": "3.0.0"
},
"xmlchars": {
"version": "2.2.0"
},
"xtend": {
"version": "4.0.2"
},
"y18n": {
"version": "4.0.0"
},
"yargs": {
"version": "14.2.3",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"cliui": "^5.0.0",
"decamelize": "^1.2.0",
"find-up": "^3.0.0",
"get-caller-file": "^2.0.1",
"require-directory": "^2.1.1",
"require-main-filename": "^2.0.0",
"set-blocking": "^2.0.0",
"string-width": "^3.0.0",
"which-module": "^2.0.0",
"y18n": "^4.0.0",
"yargs-parser": "^15.0.1"
2019-06-03 20:16:05 +04:00
},
"dependencies": {
2020-04-25 14:51:01 +04:00
"find-up": {
"version": "3.0.0",
"requires": {
"locate-path": "^3.0.0"
}
},
"locate-path": {
"version": "3.0.0",
"requires": {
"p-locate": "^3.0.0",
"path-exists": "^3.0.0"
}
},
"p-limit": {
"version": "2.3.0",
"requires": {
"p-try": "^2.0.0"
}
},
"p-locate": {
"version": "3.0.0",
2019-06-03 20:16:05 +04:00
"requires": {
2020-04-25 14:51:01 +04:00
"p-limit": "^2.0.0"
2019-06-03 20:16:05 +04:00
}
2020-04-25 14:51:01 +04:00
},
"p-try": {
"version": "2.2.0"
2019-06-03 20:16:05 +04:00
}
}
},
2020-04-25 14:51:01 +04:00
"yargs-parser": {
"version": "15.0.1",
"requires": {
"camelcase": "^5.0.0",
"decamelize": "^1.2.0"
}
2019-06-03 20:16:05 +04:00
}
}
},
2020-04-25 14:51:01 +04:00
"classnames": {
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
"integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==",
2019-06-03 20:16:05 +04:00
"dev": true
}
}
}