|
|
@@ -11,6 +11,7 @@
|
|
|
"@emotion/styled": "latest",
|
|
|
"@mui/icons-material": "^5.4.2",
|
|
|
"@mui/material": "latest",
|
|
|
+ "@mui/styles": "^5.4.2",
|
|
|
"react": "latest",
|
|
|
"react-dom": "latest",
|
|
|
"react-router-dom": "^6.2.1",
|
|
|
@@ -2363,6 +2364,46 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@mui/styles": {
|
|
|
+ "version": "5.4.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.4.2.tgz",
|
|
|
+ "integrity": "sha512-BX75fNHmRF51yove9dBkH28gpSFjClOPDEnUwLTghPYN913OsqViS/iuCd61dxzygtEEmmeYuWfQjxu/F6vF5g==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.17.0",
|
|
|
+ "@emotion/hash": "^0.8.0",
|
|
|
+ "@mui/private-theming": "^5.4.2",
|
|
|
+ "@mui/types": "^7.1.2",
|
|
|
+ "@mui/utils": "^5.4.2",
|
|
|
+ "clsx": "^1.1.1",
|
|
|
+ "csstype": "^3.0.10",
|
|
|
+ "hoist-non-react-statics": "^3.3.2",
|
|
|
+ "jss": "^10.8.2",
|
|
|
+ "jss-plugin-camel-case": "^10.8.2",
|
|
|
+ "jss-plugin-default-unit": "^10.8.2",
|
|
|
+ "jss-plugin-global": "^10.8.2",
|
|
|
+ "jss-plugin-nested": "^10.8.2",
|
|
|
+ "jss-plugin-props-sort": "^10.8.2",
|
|
|
+ "jss-plugin-rule-value-function": "^10.8.2",
|
|
|
+ "jss-plugin-vendor-prefixer": "^10.8.2",
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/mui"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@types/react": "^16.8.6 || ^17.0.0",
|
|
|
+ "react": "^17.0.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@types/react": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@mui/system": {
|
|
|
"version": "5.4.2",
|
|
|
"resolved": "https://registry.npmjs.org/@mui/system/-/system-5.4.2.tgz",
|
|
|
@@ -5642,6 +5683,15 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/css-vendor": {
|
|
|
+ "version": "2.0.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/css-vendor/-/css-vendor-2.0.8.tgz",
|
|
|
+ "integrity": "sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.8.3",
|
|
|
+ "is-in-browser": "^1.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/css-what": {
|
|
|
"version": "5.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz",
|
|
|
@@ -8521,6 +8571,11 @@
|
|
|
"resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
|
|
|
"integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
|
|
|
},
|
|
|
+ "node_modules/hyphenate-style-name": {
|
|
|
+ "version": "1.0.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz",
|
|
|
+ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ=="
|
|
|
+ },
|
|
|
"node_modules/iconv-lite": {
|
|
|
"version": "0.4.24",
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
|
@@ -9113,6 +9168,11 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/is-in-browser": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz",
|
|
|
+ "integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU="
|
|
|
+ },
|
|
|
"node_modules/is-negative-zero": {
|
|
|
"version": "2.0.2",
|
|
|
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
|
|
|
@@ -10230,6 +10290,88 @@
|
|
|
"node": ">=0.6.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/jss": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss/-/jss-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-YpzpreB6kUunQBbrlArlsMpXYyndt9JATbt95tajx0t4MTJJcCJdd4hdNpHmOIDiUJrF/oX5wtVFrS3uofWfGw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "csstype": "^3.0.2",
|
|
|
+ "is-in-browser": "^1.1.3",
|
|
|
+ "tiny-warning": "^1.0.2"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/jss"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jss-plugin-camel-case": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-UH6uPpnDk413/r/2Olmw4+y54yEF2lRIV8XIZyuYpgPYTITLlPOsq6XB9qeqv+75SQSg3KLocq5jUBXW8qWWww==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "hyphenate-style-name": "^1.0.3",
|
|
|
+ "jss": "10.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jss-plugin-default-unit": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-7Ju4Q9wJ/MZPsxfu4T84mzdn7pLHWeqoGd/D8O3eDNNJ93Xc8PxnLmV8s8ZPNRYkLdxZqKtm1nPQ0BM4JRlq2w==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "jss": "10.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jss-plugin-global": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-4G8PHNJ0x6nwAFsEzcuVDiBlyMsj2y3VjmFAx/uHk/R/gzJV+yRHICjT4MKGGu1cJq2hfowFWCyrr/Gg37FbgQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "jss": "10.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jss-plugin-nested": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-2UJnDrfCZpMYcpPYR16oZB7VAC6b/1QLsRiAutOt7wJaaqwCBvNsosLEu/fUyKNQNGdvg2PPJFDO5AX7dwxtoA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "jss": "10.9.0",
|
|
|
+ "tiny-warning": "^1.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jss-plugin-props-sort": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-7A76HI8bzwqrsMOJTWKx/uD5v+U8piLnp5bvru7g/3ZEQOu1+PjHvv7bFdNO3DwNPC9oM0a//KwIJsIcDCjDzw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "jss": "10.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jss-plugin-rule-value-function": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-IHJv6YrEf8pRzkY207cPmdbBstBaE+z8pazhPShfz0tZSDtRdQua5jjg6NMz3IbTasVx9FdnmptxPqSWL5tyJg==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "jss": "10.9.0",
|
|
|
+ "tiny-warning": "^1.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jss-plugin-vendor-prefixer": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-MbvsaXP7iiVdYVSEoi+blrW+AYnTDvHTW6I6zqi7JcwXdc6I9Kbm234nEblayhF38EftoenbM+5218pidmC5gA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "css-vendor": "^2.0.8",
|
|
|
+ "jss": "10.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/jsx-ast-utils": {
|
|
|
"version": "2.4.1",
|
|
|
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz",
|
|
|
@@ -16215,6 +16357,11 @@
|
|
|
"resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
|
|
|
"integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
|
|
|
},
|
|
|
+ "node_modules/tiny-warning": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
|
|
|
+ },
|
|
|
"node_modules/tmp": {
|
|
|
"version": "0.0.33",
|
|
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
|
@@ -19371,6 +19518,30 @@
|
|
|
"prop-types": "^15.7.2"
|
|
|
}
|
|
|
},
|
|
|
+ "@mui/styles": {
|
|
|
+ "version": "5.4.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.4.2.tgz",
|
|
|
+ "integrity": "sha512-BX75fNHmRF51yove9dBkH28gpSFjClOPDEnUwLTghPYN913OsqViS/iuCd61dxzygtEEmmeYuWfQjxu/F6vF5g==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.17.0",
|
|
|
+ "@emotion/hash": "^0.8.0",
|
|
|
+ "@mui/private-theming": "^5.4.2",
|
|
|
+ "@mui/types": "^7.1.2",
|
|
|
+ "@mui/utils": "^5.4.2",
|
|
|
+ "clsx": "^1.1.1",
|
|
|
+ "csstype": "^3.0.10",
|
|
|
+ "hoist-non-react-statics": "^3.3.2",
|
|
|
+ "jss": "^10.8.2",
|
|
|
+ "jss-plugin-camel-case": "^10.8.2",
|
|
|
+ "jss-plugin-default-unit": "^10.8.2",
|
|
|
+ "jss-plugin-global": "^10.8.2",
|
|
|
+ "jss-plugin-nested": "^10.8.2",
|
|
|
+ "jss-plugin-props-sort": "^10.8.2",
|
|
|
+ "jss-plugin-rule-value-function": "^10.8.2",
|
|
|
+ "jss-plugin-vendor-prefixer": "^10.8.2",
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@mui/system": {
|
|
|
"version": "5.4.2",
|
|
|
"resolved": "https://registry.npmjs.org/@mui/system/-/system-5.4.2.tgz",
|
|
|
@@ -21984,6 +22155,15 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "css-vendor": {
|
|
|
+ "version": "2.0.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/css-vendor/-/css-vendor-2.0.8.tgz",
|
|
|
+ "integrity": "sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.8.3",
|
|
|
+ "is-in-browser": "^1.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"css-what": {
|
|
|
"version": "5.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz",
|
|
|
@@ -24238,6 +24418,11 @@
|
|
|
"resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
|
|
|
"integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
|
|
|
},
|
|
|
+ "hyphenate-style-name": {
|
|
|
+ "version": "1.0.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz",
|
|
|
+ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ=="
|
|
|
+ },
|
|
|
"iconv-lite": {
|
|
|
"version": "0.4.24",
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
|
@@ -24661,6 +24846,11 @@
|
|
|
"is-extglob": "^2.1.1"
|
|
|
}
|
|
|
},
|
|
|
+ "is-in-browser": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz",
|
|
|
+ "integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU="
|
|
|
+ },
|
|
|
"is-negative-zero": {
|
|
|
"version": "2.0.2",
|
|
|
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
|
|
|
@@ -25539,6 +25729,84 @@
|
|
|
"verror": "1.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "jss": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss/-/jss-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-YpzpreB6kUunQBbrlArlsMpXYyndt9JATbt95tajx0t4MTJJcCJdd4hdNpHmOIDiUJrF/oX5wtVFrS3uofWfGw==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "csstype": "^3.0.2",
|
|
|
+ "is-in-browser": "^1.1.3",
|
|
|
+ "tiny-warning": "^1.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "jss-plugin-camel-case": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-UH6uPpnDk413/r/2Olmw4+y54yEF2lRIV8XIZyuYpgPYTITLlPOsq6XB9qeqv+75SQSg3KLocq5jUBXW8qWWww==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "hyphenate-style-name": "^1.0.3",
|
|
|
+ "jss": "10.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "jss-plugin-default-unit": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-7Ju4Q9wJ/MZPsxfu4T84mzdn7pLHWeqoGd/D8O3eDNNJ93Xc8PxnLmV8s8ZPNRYkLdxZqKtm1nPQ0BM4JRlq2w==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "jss": "10.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "jss-plugin-global": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-4G8PHNJ0x6nwAFsEzcuVDiBlyMsj2y3VjmFAx/uHk/R/gzJV+yRHICjT4MKGGu1cJq2hfowFWCyrr/Gg37FbgQ==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "jss": "10.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "jss-plugin-nested": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-2UJnDrfCZpMYcpPYR16oZB7VAC6b/1QLsRiAutOt7wJaaqwCBvNsosLEu/fUyKNQNGdvg2PPJFDO5AX7dwxtoA==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "jss": "10.9.0",
|
|
|
+ "tiny-warning": "^1.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "jss-plugin-props-sort": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-7A76HI8bzwqrsMOJTWKx/uD5v+U8piLnp5bvru7g/3ZEQOu1+PjHvv7bFdNO3DwNPC9oM0a//KwIJsIcDCjDzw==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "jss": "10.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "jss-plugin-rule-value-function": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-IHJv6YrEf8pRzkY207cPmdbBstBaE+z8pazhPShfz0tZSDtRdQua5jjg6NMz3IbTasVx9FdnmptxPqSWL5tyJg==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "jss": "10.9.0",
|
|
|
+ "tiny-warning": "^1.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "jss-plugin-vendor-prefixer": {
|
|
|
+ "version": "10.9.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.9.0.tgz",
|
|
|
+ "integrity": "sha512-MbvsaXP7iiVdYVSEoi+blrW+AYnTDvHTW6I6zqi7JcwXdc6I9Kbm234nEblayhF38EftoenbM+5218pidmC5gA==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.3.1",
|
|
|
+ "css-vendor": "^2.0.8",
|
|
|
+ "jss": "10.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"jsx-ast-utils": {
|
|
|
"version": "2.4.1",
|
|
|
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz",
|
|
|
@@ -30352,6 +30620,11 @@
|
|
|
"resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
|
|
|
"integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
|
|
|
},
|
|
|
+ "tiny-warning": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
|
|
|
+ },
|
|
|
"tmp": {
|
|
|
"version": "0.0.33",
|
|
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|