|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"name": "node_project",
|
|
|
"version": "1.0.0",
|
|
|
- "lockfileVersion": 2,
|
|
|
+ "lockfileVersion": 3,
|
|
|
"requires": true,
|
|
|
"packages": {
|
|
|
"node_modules/@ampproject/remapping": {
|
|
@@ -1108,6 +1108,11 @@
|
|
|
"ajv": "^6.9.1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/animate.css": {
|
|
|
+ "version": "4.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/animate.css/-/animate.css-4.1.1.tgz",
|
|
|
+ "integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ=="
|
|
|
+ },
|
|
|
"node_modules/ansi-colors": {
|
|
|
"version": "4.1.3",
|
|
|
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
|
|
@@ -2070,6 +2075,44 @@
|
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/file-loader": {
|
|
|
+ "version": "6.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/file-loader/-/file-loader-6.2.0.tgz",
|
|
|
+ "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "loader-utils": "^2.0.0",
|
|
|
+ "schema-utils": "^3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10.13.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/webpack"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "webpack": "^4.0.0 || ^5.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/file-loader/node_modules/schema-utils": {
|
|
|
+ "version": "3.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.3.0.tgz",
|
|
|
+ "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@types/json-schema": "^7.0.8",
|
|
|
+ "ajv": "^6.12.5",
|
|
|
+ "ajv-keywords": "^3.5.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10.13.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/webpack"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/find-cache-dir": {
|
|
|
"version": "3.3.2",
|
|
|
"resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
|