mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
15183 lines
565 KiB
JSON
15183 lines
565 KiB
JSON
|
{
|
||
|
"name": "mastodon",
|
||
|
"requires": true,
|
||
|
"lockfileVersion": 1,
|
||
|
"dependencies": {
|
||
|
"@babel/code-frame": {
|
||
|
"version": "7.0.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
|
||
|
"integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==",
|
||
|
"requires": {
|
||
|
"@babel/highlight": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/generator": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.5.5.tgz",
|
||
|
"integrity": "sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==",
|
||
|
"dev": true,
|
||
|
"requires": {
|
||
|
"@babel/types": "^7.5.5",
|
||
|
"jsesc": "^2.5.1",
|
||
|
"lodash": "^4.17.13",
|
||
|
"source-map": "^0.5.0",
|
||
|
"trim-right": "^1.0.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"lodash": {
|
||
|
"version": "4.17.15",
|
||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
|
||
|
"dev": true
|
||
|
},
|
||
|
"source-map": {
|
||
|
"version": "0.5.7",
|
||
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
||
|
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
|
||
|
"dev": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-annotate-as-pure": {
|
||
|
"version": "7.0.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz",
|
||
|
"integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==",
|
||
|
"requires": {
|
||
|
"@babel/types": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-builder-binary-assignment-operator-visitor": {
|
||
|
"version": "7.1.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz",
|
||
|
"integrity": "sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==",
|
||
|
"requires": {
|
||
|
"@babel/helper-explode-assignable-expression": "^7.1.0",
|
||
|
"@babel/types": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-builder-react-jsx": {
|
||
|
"version": "7.0.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.0.0.tgz",
|
||
|
"integrity": "sha512-ebJ2JM6NAKW0fQEqN8hOLxK84RbRz9OkUhGS/Xd5u56ejMfVbayJ4+LykERZCOUM6faa6Fp3SZNX3fcT16MKHw==",
|
||
|
"requires": {
|
||
|
"@babel/types": "^7.0.0",
|
||
|
"esutils": "^2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-call-delegate": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz",
|
||
|
"integrity": "sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==",
|
||
|
"requires": {
|
||
|
"@babel/helper-hoist-variables": "^7.4.4",
|
||
|
"@babel/traverse": "^7.4.4",
|
||
|
"@babel/types": "^7.4.4"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-create-class-features-plugin": {
|
||
|
"version": "7.5.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.0.tgz",
|
||
|
"integrity": "sha512-EAoMc3hE5vE5LNhMqDOwB1usHvmRjCDAnH8CD4PVkX9/Yr3W/tcz8xE8QvdZxfsFBDICwZnF2UTHIqslRpvxmA==",
|
||
|
"requires": {
|
||
|
"@babel/helper-function-name": "^7.1.0",
|
||
|
"@babel/helper-member-expression-to-functions": "^7.0.0",
|
||
|
"@babel/helper-optimise-call-expression": "^7.0.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/helper-replace-supers": "^7.4.4",
|
||
|
"@babel/helper-split-export-declaration": "^7.4.4"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-define-map": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz",
|
||
|
"integrity": "sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-function-name": "^7.1.0",
|
||
|
"@babel/types": "^7.5.5",
|
||
|
"lodash": "^4.17.13"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"lodash": {
|
||
|
"version": "4.17.15",
|
||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-explode-assignable-expression": {
|
||
|
"version": "7.1.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz",
|
||
|
"integrity": "sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==",
|
||
|
"requires": {
|
||
|
"@babel/traverse": "^7.1.0",
|
||
|
"@babel/types": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-function-name": {
|
||
|
"version": "7.1.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz",
|
||
|
"integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==",
|
||
|
"requires": {
|
||
|
"@babel/helper-get-function-arity": "^7.0.0",
|
||
|
"@babel/template": "^7.1.0",
|
||
|
"@babel/types": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-get-function-arity": {
|
||
|
"version": "7.0.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
|
||
|
"integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==",
|
||
|
"requires": {
|
||
|
"@babel/types": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-hoist-variables": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz",
|
||
|
"integrity": "sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==",
|
||
|
"requires": {
|
||
|
"@babel/types": "^7.4.4"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-member-expression-to-functions": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz",
|
||
|
"integrity": "sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==",
|
||
|
"requires": {
|
||
|
"@babel/types": "^7.5.5"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-module-imports": {
|
||
|
"version": "7.0.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz",
|
||
|
"integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==",
|
||
|
"requires": {
|
||
|
"@babel/types": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-module-transforms": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz",
|
||
|
"integrity": "sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw==",
|
||
|
"requires": {
|
||
|
"@babel/helper-module-imports": "^7.0.0",
|
||
|
"@babel/helper-simple-access": "^7.1.0",
|
||
|
"@babel/helper-split-export-declaration": "^7.4.4",
|
||
|
"@babel/template": "^7.4.4",
|
||
|
"@babel/types": "^7.5.5",
|
||
|
"lodash": "^4.17.13"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"lodash": {
|
||
|
"version": "4.17.15",
|
||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-optimise-call-expression": {
|
||
|
"version": "7.0.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz",
|
||
|
"integrity": "sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==",
|
||
|
"requires": {
|
||
|
"@babel/types": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-plugin-utils": {
|
||
|
"version": "7.0.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz",
|
||
|
"integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA=="
|
||
|
},
|
||
|
"@babel/helper-regex": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.5.5.tgz",
|
||
|
"integrity": "sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw==",
|
||
|
"requires": {
|
||
|
"lodash": "^4.17.13"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"lodash": {
|
||
|
"version": "4.17.15",
|
||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-remap-async-to-generator": {
|
||
|
"version": "7.1.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz",
|
||
|
"integrity": "sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-annotate-as-pure": "^7.0.0",
|
||
|
"@babel/helper-wrap-function": "^7.1.0",
|
||
|
"@babel/template": "^7.1.0",
|
||
|
"@babel/traverse": "^7.1.0",
|
||
|
"@babel/types": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-replace-supers": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz",
|
||
|
"integrity": "sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-member-expression-to-functions": "^7.5.5",
|
||
|
"@babel/helper-optimise-call-expression": "^7.0.0",
|
||
|
"@babel/traverse": "^7.5.5",
|
||
|
"@babel/types": "^7.5.5"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/code-frame": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
|
||
|
"integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
|
||
|
"requires": {
|
||
|
"@babel/highlight": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/generator": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.5.5.tgz",
|
||
|
"integrity": "sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==",
|
||
|
"requires": {
|
||
|
"@babel/types": "^7.5.5",
|
||
|
"jsesc": "^2.5.1",
|
||
|
"lodash": "^4.17.13",
|
||
|
"source-map": "^0.5.0",
|
||
|
"trim-right": "^1.0.1"
|
||
|
}
|
||
|
},
|
||
|
"@babel/parser": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.5.5.tgz",
|
||
|
"integrity": "sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g=="
|
||
|
},
|
||
|
"@babel/traverse": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.5.5.tgz",
|
||
|
"integrity": "sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==",
|
||
|
"requires": {
|
||
|
"@babel/code-frame": "^7.5.5",
|
||
|
"@babel/generator": "^7.5.5",
|
||
|
"@babel/helper-function-name": "^7.1.0",
|
||
|
"@babel/helper-split-export-declaration": "^7.4.4",
|
||
|
"@babel/parser": "^7.5.5",
|
||
|
"@babel/types": "^7.5.5",
|
||
|
"debug": "^4.1.0",
|
||
|
"globals": "^11.1.0",
|
||
|
"lodash": "^4.17.13"
|
||
|
}
|
||
|
},
|
||
|
"debug": {
|
||
|
"version": "4.1.1",
|
||
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
|
||
|
"integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
|
||
|
"requires": {
|
||
|
"ms": "^2.1.1"
|
||
|
}
|
||
|
},
|
||
|
"lodash": {
|
||
|
"version": "4.17.15",
|
||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||
|
},
|
||
|
"source-map": {
|
||
|
"version": "0.5.7",
|
||
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
||
|
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-simple-access": {
|
||
|
"version": "7.1.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz",
|
||
|
"integrity": "sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==",
|
||
|
"requires": {
|
||
|
"@babel/template": "^7.1.0",
|
||
|
"@babel/types": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-split-export-declaration": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz",
|
||
|
"integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==",
|
||
|
"requires": {
|
||
|
"@babel/types": "^7.4.4"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helper-wrap-function": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz",
|
||
|
"integrity": "sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==",
|
||
|
"requires": {
|
||
|
"@babel/helper-function-name": "^7.1.0",
|
||
|
"@babel/template": "^7.1.0",
|
||
|
"@babel/traverse": "^7.1.0",
|
||
|
"@babel/types": "^7.2.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/helpers": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.5.tgz",
|
||
|
"integrity": "sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==",
|
||
|
"dev": true,
|
||
|
"requires": {
|
||
|
"@babel/template": "^7.4.4",
|
||
|
"@babel/traverse": "^7.5.5",
|
||
|
"@babel/types": "^7.5.5"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/code-frame": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
|
||
|
"integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
|
||
|
"dev": true,
|
||
|
"requires": {
|
||
|
"@babel/highlight": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/parser": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.5.5.tgz",
|
||
|
"integrity": "sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==",
|
||
|
"dev": true
|
||
|
},
|
||
|
"@babel/traverse": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.5.5.tgz",
|
||
|
"integrity": "sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==",
|
||
|
"dev": true,
|
||
|
"requires": {
|
||
|
"@babel/code-frame": "^7.5.5",
|
||
|
"@babel/generator": "^7.5.5",
|
||
|
"@babel/helper-function-name": "^7.1.0",
|
||
|
"@babel/helper-split-export-declaration": "^7.4.4",
|
||
|
"@babel/parser": "^7.5.5",
|
||
|
"@babel/types": "^7.5.5",
|
||
|
"debug": "^4.1.0",
|
||
|
"globals": "^11.1.0",
|
||
|
"lodash": "^4.17.13"
|
||
|
}
|
||
|
},
|
||
|
"debug": {
|
||
|
"version": "4.1.1",
|
||
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
|
||
|
"integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
|
||
|
"dev": true,
|
||
|
"requires": {
|
||
|
"ms": "^2.1.1"
|
||
|
}
|
||
|
},
|
||
|
"lodash": {
|
||
|
"version": "4.17.15",
|
||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
|
||
|
"dev": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@babel/highlight": {
|
||
|
"version": "7.5.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz",
|
||
|
"integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==",
|
||
|
"requires": {
|
||
|
"chalk": "^2.0.0",
|
||
|
"esutils": "^2.0.2",
|
||
|
"js-tokens": "^4.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/parser": {
|
||
|
"version": "7.4.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.5.tgz",
|
||
|
"integrity": "sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew=="
|
||
|
},
|
||
|
"@babel/plugin-proposal-async-generator-functions": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz",
|
||
|
"integrity": "sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/helper-remap-async-to-generator": "^7.1.0",
|
||
|
"@babel/plugin-syntax-async-generators": "^7.2.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-proposal-class-properties": {
|
||
|
"version": "7.5.0",
|
||
|
"requires": {
|
||
|
"@babel/helper-create-class-features-plugin": "^7.5.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-proposal-decorators": {
|
||
|
"version": "7.4.4",
|
||
|
"requires": {
|
||
|
"@babel/helper-create-class-features-plugin": "^7.4.4",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/plugin-syntax-decorators": "^7.2.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-proposal-dynamic-import": {
|
||
|
"version": "7.5.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.5.0.tgz",
|
||
|
"integrity": "sha512-x/iMjggsKTFHYC6g11PL7Qy58IK8H5zqfm9e6hu4z1iH2IRyAp9u9dL80zA6R76yFovETFLKz2VJIC2iIPBuFw==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/plugin-syntax-dynamic-import": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz",
|
||
|
"integrity": "sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-proposal-json-strings": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz",
|
||
|
"integrity": "sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/plugin-syntax-json-strings": "^7.2.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-proposal-optional-catch-binding": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz",
|
||
|
"integrity": "sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-proposal-unicode-property-regex": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.4.tgz",
|
||
|
"integrity": "sha512-j1NwnOqMG9mFUOH58JTFsA/+ZYzQLUZ/drqWUqxCYLGeu2JFZL8YrNC9hBxKmWtAuOCHPcRpgv7fhap09Fb4kA==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/helper-regex": "^7.4.4",
|
||
|
"regexpu-core": "^4.5.4"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-syntax-async-generators": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz",
|
||
|
"integrity": "sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-syntax-decorators": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz",
|
||
|
"integrity": "sha512-38QdqVoXdHUQfTpZo3rQwqQdWtCn5tMv4uV6r2RMfTqNBuv4ZBhz79SfaQWKTVmxHjeFv/DnXVC/+agHCklYWA==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-syntax-json-strings": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz",
|
||
|
"integrity": "sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-syntax-jsx": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz",
|
||
|
"integrity": "sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-syntax-object-rest-spread": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz",
|
||
|
"integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-syntax-optional-catch-binding": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz",
|
||
|
"integrity": "sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-arrow-functions": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz",
|
||
|
"integrity": "sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-async-to-generator": {
|
||
|
"version": "7.5.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.5.0.tgz",
|
||
|
"integrity": "sha512-mqvkzwIGkq0bEF1zLRRiTdjfomZJDV33AH3oQzHVGkI2VzEmXLpKKOBvEVaFZBJdN0XTyH38s9j/Kiqr68dggg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-module-imports": "^7.0.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/helper-remap-async-to-generator": "^7.1.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-block-scoped-functions": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz",
|
||
|
"integrity": "sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-block-scoping": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz",
|
||
|
"integrity": "sha512-82A3CLRRdYubkG85lKwhZB0WZoHxLGsJdux/cOVaJCJpvYFl1LVzAIFyRsa7CvXqW8rBM4Zf3Bfn8PHt5DP0Sg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"lodash": "^4.17.13"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"lodash": {
|
||
|
"version": "4.17.15",
|
||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-classes": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz",
|
||
|
"integrity": "sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-annotate-as-pure": "^7.0.0",
|
||
|
"@babel/helper-define-map": "^7.5.5",
|
||
|
"@babel/helper-function-name": "^7.1.0",
|
||
|
"@babel/helper-optimise-call-expression": "^7.0.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/helper-replace-supers": "^7.5.5",
|
||
|
"@babel/helper-split-export-declaration": "^7.4.4",
|
||
|
"globals": "^11.1.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-computed-properties": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz",
|
||
|
"integrity": "sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-destructuring": {
|
||
|
"version": "7.5.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.5.0.tgz",
|
||
|
"integrity": "sha512-YbYgbd3TryYYLGyC7ZR+Tq8H/+bCmwoaxHfJHupom5ECstzbRLTch6gOQbhEY9Z4hiCNHEURgq06ykFv9JZ/QQ==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-dotall-regex": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.4.4.tgz",
|
||
|
"integrity": "sha512-P05YEhRc2h53lZDjRPk/OektxCVevFzZs2Gfjd545Wde3k+yFDbXORgl2e0xpbq8mLcKJ7Idss4fAg0zORN/zg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/helper-regex": "^7.4.4",
|
||
|
"regexpu-core": "^4.5.4"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-duplicate-keys": {
|
||
|
"version": "7.5.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz",
|
||
|
"integrity": "sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-exponentiation-operator": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz",
|
||
|
"integrity": "sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==",
|
||
|
"requires": {
|
||
|
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.1.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-for-of": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz",
|
||
|
"integrity": "sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-function-name": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.4.4.tgz",
|
||
|
"integrity": "sha512-iU9pv7U+2jC9ANQkKeNF6DrPy4GBa4NWQtl6dHB4Pb3izX2JOEvDTFarlNsBj/63ZEzNNIAMs3Qw4fNCcSOXJA==",
|
||
|
"requires": {
|
||
|
"@babel/helper-function-name": "^7.1.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-literals": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz",
|
||
|
"integrity": "sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-member-expression-literals": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.2.0.tgz",
|
||
|
"integrity": "sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-modules-amd": {
|
||
|
"version": "7.5.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz",
|
||
|
"integrity": "sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-module-transforms": "^7.1.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"babel-plugin-dynamic-import-node": "^2.3.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-modules-commonjs": {
|
||
|
"version": "7.5.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.5.0.tgz",
|
||
|
"integrity": "sha512-xmHq0B+ytyrWJvQTc5OWAC4ii6Dhr0s22STOoydokG51JjWhyYo5mRPXoi+ZmtHQhZZwuXNN+GG5jy5UZZJxIQ==",
|
||
|
"requires": {
|
||
|
"@babel/helper-module-transforms": "^7.4.4",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/helper-simple-access": "^7.1.0",
|
||
|
"babel-plugin-dynamic-import-node": "^2.3.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-modules-systemjs": {
|
||
|
"version": "7.5.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz",
|
||
|
"integrity": "sha512-Q2m56tyoQWmuNGxEtUyeEkm6qJYFqs4c+XyXH5RAuYxObRNz9Zgj/1g2GMnjYp2EUyEy7YTrxliGCXzecl/vJg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-hoist-variables": "^7.4.4",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"babel-plugin-dynamic-import-node": "^2.3.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-modules-umd": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz",
|
||
|
"integrity": "sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw==",
|
||
|
"requires": {
|
||
|
"@babel/helper-module-transforms": "^7.1.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-named-capturing-groups-regex": {
|
||
|
"version": "7.4.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.5.tgz",
|
||
|
"integrity": "sha512-z7+2IsWafTBbjNsOxU/Iv5CvTJlr5w4+HGu1HovKYTtgJ362f7kBcQglkfmlspKKZ3bgrbSGvLfNx++ZJgCWsg==",
|
||
|
"requires": {
|
||
|
"regexp-tree": "^0.1.6"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-new-target": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz",
|
||
|
"integrity": "sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-object-super": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz",
|
||
|
"integrity": "sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/helper-replace-supers": "^7.5.5"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-parameters": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz",
|
||
|
"integrity": "sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw==",
|
||
|
"requires": {
|
||
|
"@babel/helper-call-delegate": "^7.4.4",
|
||
|
"@babel/helper-get-function-arity": "^7.0.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-property-literals": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.2.0.tgz",
|
||
|
"integrity": "sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-react-display-name": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.2.0.tgz",
|
||
|
"integrity": "sha512-Htf/tPa5haZvRMiNSQSFifK12gtr/8vwfr+A9y69uF0QcU77AVu4K7MiHEkTxF7lQoHOL0F9ErqgfNEAKgXj7A==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-react-inline-elements": {
|
||
|
"version": "7.2.0",
|
||
|
"requires": {
|
||
|
"@babel/helper-builder-react-jsx": "^7.0.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-react-jsx": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.2.0.tgz",
|
||
|
"integrity": "sha512-h/fZRel5wAfCqcKgq3OhbmYaReo7KkoJBpt8XnvpS7wqaNMqtw5xhxutzcm35iMUWucfAdT/nvGTsWln0JTg2Q==",
|
||
|
"requires": {
|
||
|
"@babel/helper-builder-react-jsx": "^7.0.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/plugin-syntax-jsx": "^7.2.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-regenerator": {
|
||
|
"version": "7.4.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz",
|
||
|
"integrity": "sha512-gBKRh5qAaCWntnd09S8QC7r3auLCqq5DI6O0DlfoyDjslSBVqBibrMdsqO+Uhmx3+BlOmE/Kw1HFxmGbv0N9dA==",
|
||
|
"requires": {
|
||
|
"regenerator-transform": "^0.14.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-reserved-words": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.2.0.tgz",
|
||
|
"integrity": "sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-runtime": {
|
||
|
"version": "7.4.4",
|
||
|
"requires": {
|
||
|
"@babel/helper-module-imports": "^7.0.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"resolve": "^1.8.1",
|
||
|
"semver": "^5.5.1"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-shorthand-properties": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz",
|
||
|
"integrity": "sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-spread": {
|
||
|
"version": "7.2.2",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz",
|
||
|
"integrity": "sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-sticky-regex": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz",
|
||
|
"integrity": "sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/helper-regex": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-template-literals": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.4.4.tgz",
|
||
|
"integrity": "sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g==",
|
||
|
"requires": {
|
||
|
"@babel/helper-annotate-as-pure": "^7.0.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-typeof-symbol": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz",
|
||
|
"integrity": "sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-unicode-regex": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz",
|
||
|
"integrity": "sha512-il+/XdNw01i93+M9J9u4T7/e/Ue/vWfNZE4IRUQjplu2Mqb/AFTDimkw2tdEdSH50wuQXZAbXSql0UphQke+vA==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/helper-regex": "^7.4.4",
|
||
|
"regexpu-core": "^4.5.4"
|
||
|
}
|
||
|
},
|
||
|
"@babel/preset-env": {
|
||
|
"version": "7.5.5",
|
||
|
"requires": {
|
||
|
"@babel/helper-module-imports": "^7.0.0",
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
|
||
|
"@babel/plugin-proposal-dynamic-import": "^7.5.0",
|
||
|
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
||
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
|
||
|
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
||
|
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
|
||
|
"@babel/plugin-syntax-async-generators": "^7.2.0",
|
||
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||
|
"@babel/plugin-syntax-json-strings": "^7.2.0",
|
||
|
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
|
||
|
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
|
||
|
"@babel/plugin-transform-arrow-functions": "^7.2.0",
|
||
|
"@babel/plugin-transform-async-to-generator": "^7.5.0",
|
||
|
"@babel/plugin-transform-block-scoped-functions": "^7.2.0",
|
||
|
"@babel/plugin-transform-block-scoping": "^7.5.5",
|
||
|
"@babel/plugin-transform-classes": "^7.5.5",
|
||
|
"@babel/plugin-transform-computed-properties": "^7.2.0",
|
||
|
"@babel/plugin-transform-destructuring": "^7.5.0",
|
||
|
"@babel/plugin-transform-dotall-regex": "^7.4.4",
|
||
|
"@babel/plugin-transform-duplicate-keys": "^7.5.0",
|
||
|
"@babel/plugin-transform-exponentiation-operator": "^7.2.0",
|
||
|
"@babel/plugin-transform-for-of": "^7.4.4",
|
||
|
"@babel/plugin-transform-function-name": "^7.4.4",
|
||
|
"@babel/plugin-transform-literals": "^7.2.0",
|
||
|
"@babel/plugin-transform-member-expression-literals": "^7.2.0",
|
||
|
"@babel/plugin-transform-modules-amd": "^7.5.0",
|
||
|
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
|
||
|
"@babel/plugin-transform-modules-systemjs": "^7.5.0",
|
||
|
"@babel/plugin-transform-modules-umd": "^7.2.0",
|
||
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.4.5",
|
||
|
"@babel/plugin-transform-new-target": "^7.4.4",
|
||
|
"@babel/plugin-transform-object-super": "^7.5.5",
|
||
|
"@babel/plugin-transform-parameters": "^7.4.4",
|
||
|
"@babel/plugin-transform-property-literals": "^7.2.0",
|
||
|
"@babel/plugin-transform-regenerator": "^7.4.5",
|
||
|
"@babel/plugin-transform-reserved-words": "^7.2.0",
|
||
|
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
|
||
|
"@babel/plugin-transform-spread": "^7.2.0",
|
||
|
"@babel/plugin-transform-sticky-regex": "^7.2.0",
|
||
|
"@babel/plugin-transform-template-literals": "^7.4.4",
|
||
|
"@babel/plugin-transform-typeof-symbol": "^7.2.0",
|
||
|
"@babel/plugin-transform-unicode-regex": "^7.4.4",
|
||
|
"@babel/types": "^7.5.5",
|
||
|
"browserslist": "^4.6.0",
|
||
|
"core-js-compat": "^3.1.1",
|
||
|
"invariant": "^2.2.2",
|
||
|
"js-levenshtein": "^1.1.3",
|
||
|
"semver": "^5.5.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/plugin-proposal-object-rest-spread": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz",
|
||
|
"integrity": "sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/plugin-syntax-object-rest-spread": "^7.2.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-syntax-dynamic-import": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz",
|
||
|
"integrity": "sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@babel/preset-react": {
|
||
|
"version": "7.0.0",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/plugin-transform-react-display-name": "^7.0.0",
|
||
|
"@babel/plugin-transform-react-jsx": "^7.0.0",
|
||
|
"@babel/plugin-transform-react-jsx-self": "^7.0.0",
|
||
|
"@babel/plugin-transform-react-jsx-source": "^7.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/plugin-transform-react-jsx-self": {
|
||
|
"version": "7.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.2.0.tgz",
|
||
|
"integrity": "sha512-v6S5L/myicZEy+jr6ielB0OR8h+EH/1QFx/YJ7c7Ua+7lqsjj/vW6fD5FR9hB/6y7mGbfT4vAURn3xqBxsUcdg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/plugin-syntax-jsx": "^7.2.0"
|
||
|
}
|
||
|
},
|
||
|
"@babel/plugin-transform-react-jsx-source": {
|
||
|
"version": "7.5.0",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz",
|
||
|
"integrity": "sha512-58Q+Jsy4IDCZx7kqEZuSDdam/1oW8OdDX8f+Loo6xyxdfg1yF0GE2XNJQSTZCaMol93+FBzpWiPEwtbMloAcPg==",
|
||
|
"requires": {
|
||
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||
|
"@babel/plugin-syntax-jsx": "^7.2.0"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@babel/template": {
|
||
|
"version": "7.4.4",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz",
|
||
|
"integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==",
|
||
|
"requires": {
|
||
|
"@babel/code-frame": "^7.0.0",
|
||
|
"@babel/parser": "^7.4.4",
|
||
|
"@babel/types": "^7.4.4"
|
||
|
}
|
||
|
},
|
||
|
"@babel/traverse": {
|
||
|
"version": "7.4.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.5.tgz",
|
||
|
"integrity": "sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==",
|
||
|
"requires": {
|
||
|
"@babel/code-frame": "^7.0.0",
|
||
|
"@babel/generator": "^7.4.4",
|
||
|
"@babel/helper-function-name": "^7.1.0",
|
||
|
"@babel/helper-split-export-declaration": "^7.4.4",
|
||
|
"@babel/parser": "^7.4.5",
|
||
|
"@babel/types": "^7.4.4",
|
||
|
"debug": "^4.1.0",
|
||
|
"globals": "^11.1.0",
|
||
|
"lodash": "^4.17.11"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/generator": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.5.5.tgz",
|
||
|
"integrity": "sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==",
|
||
|
"requires": {
|
||
|
"@babel/types": "^7.5.5",
|
||
|
"jsesc": "^2.5.1",
|
||
|
"lodash": "^4.17.13",
|
||
|
"source-map": "^0.5.0",
|
||
|
"trim-right": "^1.0.1"
|
||
|
}
|
||
|
},
|
||
|
"debug": {
|
||
|
"version": "4.1.1",
|
||
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
|
||
|
"integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
|
||
|
"requires": {
|
||
|
"ms": "^2.1.1"
|
||
|
}
|
||
|
},
|
||
|
"lodash": {
|
||
|
"version": "4.17.15",
|
||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||
|
},
|
||
|
"source-map": {
|
||
|
"version": "0.5.7",
|
||
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
||
|
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@babel/types": {
|
||
|
"version": "7.5.5",
|
||
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.5.5.tgz",
|
||
|
"integrity": "sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==",
|
||
|
"requires": {
|
||
|
"esutils": "^2.0.2",
|
||
|
"lodash": "^4.17.13",
|
||
|
"to-fast-properties": "^2.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"lodash": {
|
||
|
"version": "4.17.15",
|
||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||
|
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@clusterws/cws": {
|
||
|
"version": "0.15.0"
|
||
|
},
|
||
|
"@cnakazawa/watch": {
|
||
|
"version": "1.0.3",
|
||
|
"resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz",
|
||
|
"integrity": "sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA==",
|
||
|
"dev": true,
|
||
|
"requires": {
|
||
|
"exec-sh": "^0.3.2",
|
||
|
"minimist": "^1.2.0"
|
||
|
}
|
||
|
},
|
||
|
"@emotion/babel-utils": {
|
||
|
"version": "0.6.10",
|
||
|
"resolved": "https://registry.npmjs.org/@emotion/babel-utils/-/babel-utils-0.6.10.tgz",
|
||
|
"integrity": "sha512-/fnkM/LTEp3jKe++T0KyTszVGWNKPNOUJfjNKLO17BzQ6QPxgbg3whayom1Qr2oLFH3V92tDymU+dT5q676uow==",
|
||
|
"requires": {
|
||
|
"@emotion/hash": "^0.6.6",
|
||
|
"@emotion/memoize": "^0.6.6",
|
||
|
"@emotion/serialize": "^0.9.1",
|
||
|
"convert-source-map": "^1.5.1",
|
||
|
"find-root": "^1.1.0",
|
||
|
"source-map": "^0.7.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"source-map": {
|
||
|
"version": "0.7.3",
|
||
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
|
||
|
"integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@emotion/hash": {
|
||
|
"version": "0.6.6",
|
||
|
"resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.6.6.tgz",
|
||
|
"integrity": "sha512-ojhgxzUHZ7am3D2jHkMzPpsBAiB005GF5YU4ea+8DNPybMk01JJUM9V9YRlF/GE95tcOm8DxQvWA2jq19bGalQ=="
|
||
|
},
|
||
|
"@emotion/memoize": {
|
||
|
"version": "0.6.6",
|
||
|
"resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.6.6.tgz",
|
||
|
"integrity": "sha512-h4t4jFjtm1YV7UirAFuSuFGyLa+NNxjdkq6DpFLANNQY5rHueFZHVY+8Cu1HYVP6DrheB0kv4m5xPjo7eKT7yQ=="
|
||
|
},
|
||
|
"@emotion/serialize": {
|
||
|
"version": "0.9.1",
|
||
|
"resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.9.1.tgz",
|
||
|
"integrity": "sha512-zTuAFtyPvCctHBEL8KZ5lJuwBanGSutFEncqLn/m9T1a6a93smBStK+bZzcNPgj4QS8Rkw9VTwJGhRIUVO8zsQ==",
|
||
|
"requires": {
|
||
|
"@emotion/hash": "^0.6.6",
|
||
|
"@emotion/memoize": "^0.6.6",
|
||
|
"@emotion/unitless": "^0.6.7",
|
||
|
"@emotion/utils": "^0.8.2"
|
||
|
}
|
||
|
},
|
||
|
"@emotion/stylis": {
|
||
|
"version": "0.7.1",
|
||
|
"resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.7.1.tgz",
|
||
|
"integrity": "sha512-/SLmSIkN13M//53TtNxgxo57mcJk/UJIDFRKwOiLIBEyBHEcipgR6hNMQ/59Sl4VjCJ0Z/3zeAZyvnSLPG/1HQ=="
|
||
|
},
|
||
|
"@emotion/unitless": {
|
||
|
"version": "0.6.7",
|
||
|
"resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.6.7.tgz",
|
||
|
"integrity": "sha512-Arj1hncvEVqQ2p7Ega08uHLr1JuRYBuO5cIvcA+WWEQ5+VmkOE3ZXzl04NbQxeQpWX78G7u6MqxKuNX3wvYZxg=="
|
||
|
},
|
||
|
"@emotion/utils": {
|
||
|
"version": "0.8.2",
|
||
|
"resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.8.2.tgz",
|
||
|
"integrity": "sha512-rLu3wcBWH4P5q1CGoSSH/i9hrXs7SlbRLkoq9IGuoPYNGQvDJ3pt/wmOM+XgYjIDRMVIdkUWt0RsfzF50JfnCw=="
|
||
|
},
|
||
|
"@jest/console": {
|
||
|
"version": "24.9.0",
|
||
|
"resolved": "https://registry.npmjs.org/@jest/console/-/console-24.9.0.tgz",
|
||
|
"integrity": "sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ==",
|
||
|
"dev": true,
|
||
|
"requires": {
|
||
|
"@jest/source-map": "^24.9.0",
|
||
|
"chalk": "^2.0.1",
|
||
|
"slash": "^2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"@jest/core": {
|
||
|
"version": "24.9.0",
|
||
|
"resolved": "https://registry.npmjs.org/@jest/core/-/core-24.9.0.tgz",
|
||
|
"integrity": "sha512-Fogg3s4wlAr1VX7q+rhV9RVnUv5tD7VuWfYy1+whMiWUrvl7U3QJSJyWcDio9Lq2prqYsZaeTv2Rz24pWGkJ2A==",
|
||
|
"dev": true,
|
||
|
"requires": {
|
||
|
"@jest/console": "^24.7.1",
|
||
|
"@jest/reporters": "^24.9.0",
|
||
|
"@jest/test-result": "^24.9.0",
|
||
|
"@jest/transform": "^24.9.0",
|
||
|
"@jest/types": "^24.9.0",
|
||
|
"ansi-escapes": "^3.0.0",
|
||
|
"chalk": "^2.0.1",
|
||
|
"exit": "^0.1.2",
|
||
|
"graceful-fs": "^4.1.15",
|
||
|
"jest-changed-files": "^24.9.0",
|
||
|
"jest-config": "^24.9.0",
|
||
|
"jest-haste-map": "^24.9.0",
|
||
|
"jest-message-util": "^24.9.0",
|
||
|
"jest-regex-util": "^24.3.0",
|
||
|
"jest-resolve": "^24.9.0",
|
||
|
"jest-resolve-dependencies": "^24.9.0",
|
||
|
"jest-runner": "^24.9.0",
|
||
|
"jest-runtime": "^24.9.0",
|
||
|
"jest-snapshot": "^24.9.0",
|
||
|
"jest-util": "^24.9.0",
|
||
|
"jest-validate": "^24.9.0",
|
||
|
"jest-watcher": "^24.9.0",
|
||
|
"micromatch": "^3.1.10",
|
||
|
"p-each-series": "^1.0.0",
|
||
|
"realpath-native": "^1.1.0",
|
||
|
"rimraf": "^2.5.4",
|
||
|
"slash": "^2.0.0",
|
||
|
"strip-ansi": "^5.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"glob": {
|
||
|
"version": "7.1.4",
|
||
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
|
||
|
"integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
|
||
|
"dev": 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"
|
||
|
}
|
||
|
},
|
||
|
"rimraf": {
|
||
|
"version": "2.7.1",
|
||
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
||
|
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
||
|
"dev": true,
|
||
|
"requires": {
|
||
|
"glob": "^7.1.3"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"@jest/environment": {
|
||
|
"version": "24.9.0",
|
||
|
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-24.9.0.tgz",
|
||
|
"integrity": "sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ==",
|
||
|