|
|
|
@ -12,6 +12,8 @@
|
|
|
|
|
"angular-route": "^1.8.2",
|
|
|
|
|
"angular-sanitize": "^1.8.2",
|
|
|
|
|
"angular-touch": "^1.8.2",
|
|
|
|
|
"bootstrap": "^3.4.1",
|
|
|
|
|
"emojione": "^4.5.0",
|
|
|
|
|
"favico.js": "^0.3.10",
|
|
|
|
|
"jquery-linkify": "^2.2.1",
|
|
|
|
|
"underscore": "^1.10.2",
|
|
|
|
@ -23,7 +25,9 @@
|
|
|
|
|
"angular-mocks": "^1.8.2",
|
|
|
|
|
"babel-loader": "^8.2.2",
|
|
|
|
|
"copy-webpack-plugin": "^6.3.2",
|
|
|
|
|
"css-loader": "^5.2.1",
|
|
|
|
|
"electron-packager": "^15.0.0",
|
|
|
|
|
"file-loader": "^6.2.0",
|
|
|
|
|
"html-webpack-plugin": "^4.5.0",
|
|
|
|
|
"jasmine-core": "^3.6.0",
|
|
|
|
|
"jshint": "^2.11.1",
|
|
|
|
@ -33,7 +37,10 @@
|
|
|
|
|
"karma-junit-reporter": "~2.0",
|
|
|
|
|
"karma-webpack": "^5.0.0-alpha.3.0",
|
|
|
|
|
"linkifyjs": "^2.1.9",
|
|
|
|
|
"mini-css-extract-plugin": "^1.4.1",
|
|
|
|
|
"protractor": "^7.0.0",
|
|
|
|
|
"style-loader": "^2.0.0",
|
|
|
|
|
"url-loader": "^4.1.1",
|
|
|
|
|
"webpack": "^5.8.0",
|
|
|
|
|
"webpack-cli": "^4.2.0",
|
|
|
|
|
"webpack-dev-server": "^3.11.0"
|
|
|
|
@ -2389,6 +2396,15 @@
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/bootstrap": {
|
|
|
|
|
"version": "3.4.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/bootstrap/-/bootstrap-3.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/brace-expansion": {
|
|
|
|
|
"version": "1.1.11",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
|
@ -3279,6 +3295,100 @@
|
|
|
|
|
"node": ">= 8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/css-loader": {
|
|
|
|
|
"version": "5.2.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/css-loader/-/css-loader-5.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-YCyRzlt/jgG1xanXZDG/DHqAueOtXFHeusP9TS478oP1J++JSKOyEgGW1GHVoCj/rkS+GWOlBwqQJBr9yajQ9w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"camelcase": "^6.2.0",
|
|
|
|
|
"cssesc": "^3.0.0",
|
|
|
|
|
"icss-utils": "^5.1.0",
|
|
|
|
|
"loader-utils": "^2.0.0",
|
|
|
|
|
"postcss": "^8.2.8",
|
|
|
|
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
|
|
|
"postcss-modules-local-by-default": "^4.0.0",
|
|
|
|
|
"postcss-modules-scope": "^3.0.0",
|
|
|
|
|
"postcss-modules-values": "^4.0.0",
|
|
|
|
|
"postcss-value-parser": "^4.1.0",
|
|
|
|
|
"schema-utils": "^3.0.0",
|
|
|
|
|
"semver": "^7.3.4"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10.13.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/webpack"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"webpack": "^4.27.0 || ^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/css-loader/node_modules/camelcase": {
|
|
|
|
|
"version": "6.2.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/camelcase/-/camelcase-6.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/css-loader/node_modules/loader-utils": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"big.js": "^5.2.2",
|
|
|
|
|
"emojis-list": "^3.0.0",
|
|
|
|
|
"json5": "^2.1.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/css-loader/node_modules/schema-utils": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/schema-utils/-/schema-utils-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/json-schema": "^7.0.6",
|
|
|
|
|
"ajv": "^6.12.5",
|
|
|
|
|
"ajv-keywords": "^3.5.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10.13.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/webpack"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/css-loader/node_modules/semver": {
|
|
|
|
|
"version": "7.3.5",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/semver/-/semver-7.3.5.tgz",
|
|
|
|
|
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"lru-cache": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"semver": "bin/semver.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/css-select": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
|
|
|
|
@ -3313,6 +3423,19 @@
|
|
|
|
|
"url": "https://github.com/sponsors/fb55"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/cssesc": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/cssesc/-/cssesc-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bin": {
|
|
|
|
|
"cssesc": "bin/cssesc"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/custom-event": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz",
|
|
|
|
@ -3920,6 +4043,11 @@
|
|
|
|
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/emojione": {
|
|
|
|
|
"version": "4.5.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/emojione/-/emojione-4.5.0.tgz",
|
|
|
|
|
"integrity": "sha512-Tq55Y3UgPOnayFDN+Qd6QMP0rpoH10a1nhSFN27s8gXW3qymgFIHiXys2ECYYAI134BafmI3qP9ni2rZOe9BjA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/emojis-list": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
|
|
|
|
@ -4718,6 +4846,61 @@
|
|
|
|
|
"pend": "~1.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/file-loader": {
|
|
|
|
|
"version": "6.2.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/file-loader/-/file-loader-6.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"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/loader-utils": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"big.js": "^5.2.2",
|
|
|
|
|
"emojis-list": "^3.0.0",
|
|
|
|
|
"json5": "^2.1.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/file-loader/node_modules/schema-utils": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/schema-utils/-/schema-utils-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/json-schema": "^7.0.6",
|
|
|
|
|
"ajv": "^6.12.5",
|
|
|
|
|
"ajv-keywords": "^3.5.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10.13.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/webpack"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/file-uri-to-path": {
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
|
|
|
|
@ -5883,6 +6066,19 @@
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/icss-utils": {
|
|
|
|
|
"version": "5.1.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/icss-utils/-/icss-utils-5.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10 || ^12 || >= 14"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"postcss": "^8.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/ignore": {
|
|
|
|
|
"version": "5.1.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
|
|
|
|
@ -5932,6 +6128,13 @@
|
|
|
|
|
"node": ">=8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/indexes-of": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/indexes-of/-/indexes-of-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/indexof": {
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
|
|
|
|
@ -7172,6 +7375,62 @@
|
|
|
|
|
"node": ">=4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mini-css-extract-plugin": {
|
|
|
|
|
"version": "1.4.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-COAGbpAsU0ioFzj+/RRfO5Qv177L1Z/XAx2EmCF33b8GDDqKygMffBTws2lit8iaPdrbKEY5P+zsseBUCREZWQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"loader-utils": "^2.0.0",
|
|
|
|
|
"schema-utils": "^3.0.0",
|
|
|
|
|
"webpack-sources": "^1.1.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10.13.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/webpack"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"webpack": "^4.4.0 || ^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mini-css-extract-plugin/node_modules/loader-utils": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"big.js": "^5.2.2",
|
|
|
|
|
"emojis-list": "^3.0.0",
|
|
|
|
|
"json5": "^2.1.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/schema-utils/-/schema-utils-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/json-schema": "^7.0.6",
|
|
|
|
|
"ajv": "^6.12.5",
|
|
|
|
|
"ajv-keywords": "^3.5.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10.13.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/webpack"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/minimalistic-assert": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
|
|
|
|
@ -7314,6 +7573,19 @@
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/nanoid": {
|
|
|
|
|
"version": "3.1.22",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/nanoid/-/nanoid-3.1.22.tgz",
|
|
|
|
|
"integrity": "sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bin": {
|
|
|
|
|
"nanoid": "bin/nanoid.cjs"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/nanomatch": {
|
|
|
|
|
"version": "1.2.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
|
|
|
|
@ -8103,6 +8375,121 @@
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/postcss": {
|
|
|
|
|
"version": "8.2.9",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss/-/postcss-8.2.9.tgz",
|
|
|
|
|
"integrity": "sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"colorette": "^1.2.2",
|
|
|
|
|
"nanoid": "^3.1.22",
|
|
|
|
|
"source-map": "^0.6.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10 || ^12 || >=14"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/postcss/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/postcss-modules-extract-imports": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10 || ^12 || >= 14"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"postcss": "^8.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/postcss-modules-local-by-default": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"icss-utils": "^5.0.0",
|
|
|
|
|
"postcss-selector-parser": "^6.0.2",
|
|
|
|
|
"postcss-value-parser": "^4.1.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10 || ^12 || >= 14"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"postcss": "^8.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/postcss-modules-scope": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"postcss-selector-parser": "^6.0.4"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10 || ^12 || >= 14"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"postcss": "^8.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/postcss-modules-values": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"icss-utils": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^10 || ^12 || >= 14"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"postcss": "^8.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/postcss-selector-parser": {
|
|
|
|
|
"version": "6.0.4",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"cssesc": "^3.0.0",
|
|
|
|
|
"indexes-of": "^1.0.1",
|
|
|
|
|
"uniq": "^1.0.1",
|
|
|
|
|
"util-deprecate": "^1.0.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/postcss-value-parser": {
|
|
|
|
|
"version": "4.1.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/postcss/node_modules/source-map": {
|
|
|
|
|
"version": "0.6.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/source-map/-/source-map-0.6.1.tgz",
|
|
|
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/prepend-http": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz",
|
|
|
|
@ -10202,6 +10589,61 @@
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/style-loader": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/style-loader/-/style-loader-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"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/style-loader/node_modules/loader-utils": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"big.js": "^5.2.2",
|
|
|
|
|
"emojis-list": "^3.0.0",
|
|
|
|
|
"json5": "^2.1.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/style-loader/node_modules/schema-utils": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/schema-utils/-/schema-utils-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/json-schema": "^7.0.6",
|
|
|
|
|
"ajv": "^6.12.5",
|
|
|
|
|
"ajv-keywords": "^3.5.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10.13.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/webpack"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/sumchecker": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz",
|
|
|
|
@ -10664,6 +11106,13 @@
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/uniq": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/uniq/-/uniq-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/unique-filename": {
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
|
|
|
|
@ -10790,6 +11239,68 @@
|
|
|
|
|
"querystring": "0.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/url-loader": {
|
|
|
|
|
"version": "4.1.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/url-loader/-/url-loader-4.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"loader-utils": "^2.0.0",
|
|
|
|
|
"mime-types": "^2.1.27",
|
|
|
|
|
"schema-utils": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10.13.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/webpack"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"file-loader": "*",
|
|
|
|
|
"webpack": "^4.0.0 || ^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"file-loader": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/url-loader/node_modules/loader-utils": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"big.js": "^5.2.2",
|
|
|
|
|
"emojis-list": "^3.0.0",
|
|
|
|
|
"json5": "^2.1.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/url-loader/node_modules/schema-utils": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/schema-utils/-/schema-utils-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/json-schema": "^7.0.6",
|
|
|
|
|
"ajv": "^6.12.5",
|
|
|
|
|
"ajv-keywords": "^3.5.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 10.13.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/webpack"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/url-parse": {
|
|
|
|
|
"version": "1.5.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz",
|
|
|
|
@ -14255,6 +14766,11 @@
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"bootstrap": {
|
|
|
|
|
"version": "3.4.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/bootstrap/-/bootstrap-3.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA=="
|
|
|
|
|
},
|
|
|
|
|
"brace-expansion": {
|
|
|
|
|
"version": "1.1.11",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
|
@ -14990,6 +15506,65 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"css-loader": {
|
|
|
|
|
"version": "5.2.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/css-loader/-/css-loader-5.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-YCyRzlt/jgG1xanXZDG/DHqAueOtXFHeusP9TS478oP1J++JSKOyEgGW1GHVoCj/rkS+GWOlBwqQJBr9yajQ9w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"camelcase": "^6.2.0",
|
|
|
|
|
"cssesc": "^3.0.0",
|
|
|
|
|
"icss-utils": "^5.1.0",
|
|
|
|
|
"loader-utils": "^2.0.0",
|
|
|
|
|
"postcss": "^8.2.8",
|
|
|
|
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
|
|
|
"postcss-modules-local-by-default": "^4.0.0",
|
|
|
|
|
"postcss-modules-scope": "^3.0.0",
|
|
|
|
|
"postcss-modules-values": "^4.0.0",
|
|
|
|
|
"postcss-value-parser": "^4.1.0",
|
|
|
|
|
"schema-utils": "^3.0.0",
|
|
|
|
|
"semver": "^7.3.4"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"camelcase": {
|
|
|
|
|
"version": "6.2.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/camelcase/-/camelcase-6.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"loader-utils": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"big.js": "^5.2.2",
|
|
|
|
|
"emojis-list": "^3.0.0",
|
|
|
|
|
"json5": "^2.1.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"schema-utils": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/schema-utils/-/schema-utils-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/json-schema": "^7.0.6",
|
|
|
|
|
"ajv": "^6.12.5",
|
|
|
|
|
"ajv-keywords": "^3.5.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "7.3.5",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/semver/-/semver-7.3.5.tgz",
|
|
|
|
|
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"lru-cache": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"css-select": {
|
|
|
|
|
"version": "2.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
|
|
|
|
@ -15020,6 +15595,12 @@
|
|
|
|
|
"integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"cssesc": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/cssesc/-/cssesc-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"custom-event": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz",
|
|
|
|
@ -15517,6 +16098,11 @@
|
|
|
|
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"emojione": {
|
|
|
|
|
"version": "4.5.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/emojione/-/emojione-4.5.0.tgz",
|
|
|
|
|
"integrity": "sha512-Tq55Y3UgPOnayFDN+Qd6QMP0rpoH10a1nhSFN27s8gXW3qymgFIHiXys2ECYYAI134BafmI3qP9ni2rZOe9BjA=="
|
|
|
|
|
},
|
|
|
|
|
"emojis-list": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
|
|
|
|
@ -16179,6 +16765,40 @@
|
|
|
|
|
"pend": "~1.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"file-loader": {
|
|
|
|
|
"version": "6.2.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/file-loader/-/file-loader-6.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"loader-utils": "^2.0.0",
|
|
|
|
|
"schema-utils": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"loader-utils": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"big.js": "^5.2.2",
|
|
|
|
|
"emojis-list": "^3.0.0",
|
|
|
|
|
"json5": "^2.1.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"schema-utils": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/schema-utils/-/schema-utils-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/json-schema": "^7.0.6",
|
|
|
|
|
"ajv": "^6.12.5",
|
|
|
|
|
"ajv-keywords": "^3.5.2"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"file-uri-to-path": {
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
|
|
|
|
@ -17127,6 +17747,13 @@
|
|
|
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"icss-utils": {
|
|
|
|
|
"version": "5.1.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/icss-utils/-/icss-utils-5.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {}
|
|
|
|
|
},
|
|
|
|
|
"ignore": {
|
|
|
|
|
"version": "5.1.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
|
|
|
|
@ -17161,6 +17788,12 @@
|
|
|
|
|
"integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"indexes-of": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/indexes-of/-/indexes-of-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"indexof": {
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
|
|
|
|
@ -18122,6 +18755,41 @@
|
|
|
|
|
"integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"mini-css-extract-plugin": {
|
|
|
|
|
"version": "1.4.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-COAGbpAsU0ioFzj+/RRfO5Qv177L1Z/XAx2EmCF33b8GDDqKygMffBTws2lit8iaPdrbKEY5P+zsseBUCREZWQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"loader-utils": "^2.0.0",
|
|
|
|
|
"schema-utils": "^3.0.0",
|
|
|
|
|
"webpack-sources": "^1.1.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"loader-utils": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"big.js": "^5.2.2",
|
|
|
|
|
"emojis-list": "^3.0.0",
|
|
|
|
|
"json5": "^2.1.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"schema-utils": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/schema-utils/-/schema-utils-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/json-schema": "^7.0.6",
|
|
|
|
|
"ajv": "^6.12.5",
|
|
|
|
|
"ajv-keywords": "^3.5.2"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"minimalistic-assert": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
|
|
|
|
@ -18234,6 +18902,12 @@
|
|
|
|
|
"dev": true,
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"nanoid": {
|
|
|
|
|
"version": "3.1.22",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/nanoid/-/nanoid-3.1.22.tgz",
|
|
|
|
|
"integrity": "sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"nanomatch": {
|
|
|
|
|
"version": "1.2.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
|
|
|
|
@ -18846,6 +19520,79 @@
|
|
|
|
|
"integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"postcss": {
|
|
|
|
|
"version": "8.2.9",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss/-/postcss-8.2.9.tgz",
|
|
|
|
|
"integrity": "sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"colorette": "^1.2.2",
|
|
|
|
|
"nanoid": "^3.1.22",
|
|
|
|
|
"source-map": "^0.6.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"source-map": {
|
|
|
|
|
"version": "0.6.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/source-map/-/source-map-0.6.1.tgz",
|
|
|
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
|
|
|
"dev": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"postcss-modules-extract-imports": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {}
|
|
|
|
|
},
|
|
|
|
|
"postcss-modules-local-by-default": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"icss-utils": "^5.0.0",
|
|
|
|
|
"postcss-selector-parser": "^6.0.2",
|
|
|
|
|
"postcss-value-parser": "^4.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"postcss-modules-scope": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"postcss-selector-parser": "^6.0.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"postcss-modules-values": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"icss-utils": "^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"postcss-selector-parser": {
|
|
|
|
|
"version": "6.0.4",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"cssesc": "^3.0.0",
|
|
|
|
|
"indexes-of": "^1.0.1",
|
|
|
|
|
"uniq": "^1.0.1",
|
|
|
|
|
"util-deprecate": "^1.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"postcss-value-parser": {
|
|
|
|
|
"version": "4.1.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"prepend-http": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz",
|
|
|
|
@ -20559,6 +21306,40 @@
|
|
|
|
|
"escape-string-regexp": "^1.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"style-loader": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/style-loader/-/style-loader-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"loader-utils": "^2.0.0",
|
|
|
|
|
"schema-utils": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"loader-utils": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"big.js": "^5.2.2",
|
|
|
|
|
"emojis-list": "^3.0.0",
|
|
|
|
|
"json5": "^2.1.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"schema-utils": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/schema-utils/-/schema-utils-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/json-schema": "^7.0.6",
|
|
|
|
|
"ajv": "^6.12.5",
|
|
|
|
|
"ajv-keywords": "^3.5.2"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sumchecker": {
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz",
|
|
|
|
@ -20915,6 +21696,12 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"uniq": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/uniq/-/uniq-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"unique-filename": {
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
|
|
|
|
@ -21030,6 +21817,41 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"url-loader": {
|
|
|
|
|
"version": "4.1.1",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/url-loader/-/url-loader-4.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"loader-utils": "^2.0.0",
|
|
|
|
|
"mime-types": "^2.1.27",
|
|
|
|
|
"schema-utils": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"loader-utils": {
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"big.js": "^5.2.2",
|
|
|
|
|
"emojis-list": "^3.0.0",
|
|
|
|
|
"json5": "^2.1.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"schema-utils": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "http://punica/nexus/repository/npm-registry/schema-utils/-/schema-utils-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/json-schema": "^7.0.6",
|
|
|
|
|
"ajv": "^6.12.5",
|
|
|
|
|
"ajv-keywords": "^3.5.2"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"url-parse": {
|
|
|
|
|
"version": "1.5.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz",
|
|
|
|
|