mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-21 14:26:17 +01:00
fix: theme.min.js error
This commit is contained in:
parent
2f86ca014c
commit
ab141e3d9c
8 changed files with 1116 additions and 520 deletions
3
.babelrc
3
.babelrc
|
@ -5,7 +5,6 @@
|
||||||
{
|
{
|
||||||
"targets": "> 0.25%, not dead"
|
"targets": "> 0.25%, not dead"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"minify"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
1033
assets/js/theme.js
Normal file
1033
assets/js/theme.js
Normal file
File diff suppressed because it is too large
Load diff
3
assets/js/theme.min.js
vendored
3
assets/js/theme.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -169,6 +169,18 @@ n.CHS_NAMES=T,n.ChsNameOptimizer=Z,n.ChsNameTokenizer=k,n.DatetimeOptimizer=$,n.
|
||||||
|
|
||||||
|
|
||||||
},{}],2:[function(require,module,exports){
|
},{}],2:[function(require,module,exports){
|
||||||
"use strict";var _segmentit=require("segmentit"),segmentit=(0,_segmentit.useDefault)(new _segmentit.Segment);lunr.segmentit=segmentit,lunr.queryHandler=function(a){return /^[\u4e00-\u9fa5]+$/.test(a)&&(a=lunr.segmentit.doSegment(a).map(function(a){return"+"+a.w}).join(" ")),a};
|
"use strict";
|
||||||
|
|
||||||
|
var _segmentit = require("segmentit");
|
||||||
|
|
||||||
|
var segmentit = (0, _segmentit.useDefault)(new _segmentit.Segment());
|
||||||
|
lunr.segmentit = segmentit;
|
||||||
|
|
||||||
|
lunr.queryHandler = function (query) {
|
||||||
|
if (/^[\u4e00-\u9fa5]+$/.test(query)) query = lunr.segmentit.doSegment(query).map(function (seg) {
|
||||||
|
return '+' + seg.w;
|
||||||
|
}).join(' ');
|
||||||
|
return query;
|
||||||
|
};
|
||||||
|
|
||||||
},{"segmentit":1}]},{},[2]);
|
},{"segmentit":1}]},{},[2]);
|
||||||
|
|
|
@ -189,8 +189,7 @@
|
||||||
{{- $config | jsonify | printf "window.config=%s;" | dict "Content" | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
|
{{- $config | jsonify | printf "window.config=%s;" | dict "Content" | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
|
||||||
|
|
||||||
{{- /* Theme script */ -}}
|
{{- /* Theme script */ -}}
|
||||||
{{- dict "Source" "js/theme.min.js" "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
|
{{- dict "Source" "js/theme.js" "Minify" true "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
|
||||||
{{- $_ := (resources.Get "js/theme.min.js.map").RelPermalink -}}
|
|
||||||
|
|
||||||
{{- with (.Scratch.Get "this").scriptArr -}}
|
{{- with (.Scratch.Get "this").scriptArr -}}
|
||||||
{{- delimit . "\n" | dict "Content" | dict "Scratch" $.Scratch "Data" | partial "scratch/script.html" -}}
|
{{- delimit . "\n" | dict "Content" | dict "Scratch" $.Scratch "Data" | partial "scratch/script.html" -}}
|
||||||
|
|
559
package-lock.json
generated
559
package-lock.json
generated
|
@ -10,16 +10,13 @@
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.8.4",
|
"@babel/cli": "^7.17.10",
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.17.10",
|
||||||
"@babel/preset-env": "^7.9.0",
|
"@babel/preset-env": "^7.17.10",
|
||||||
"babel-preset-minify": "^0.5.1",
|
|
||||||
"babelify": "^10.0.0",
|
"babelify": "^10.0.0",
|
||||||
"browserify": "^16.5.0",
|
"browserify": "^16.5.2",
|
||||||
"core-js": "^3.6.4",
|
"core-js": "^3.22.4",
|
||||||
"husky": "^4.2.3",
|
"husky": "^4.3.8",
|
||||||
"lodash": "^4.17.21",
|
|
||||||
"minimist": "^1.2.6",
|
|
||||||
"segmentit": "^2.0.3"
|
"segmentit": "^2.0.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -133,12 +130,6 @@
|
||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-minify-infinity": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-infinity/-/babel-plugin-minify-infinity-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-X0ictxCk8y+NvIf+bZ1HJPbVZKMlPku3lgYxPmIp62Dp8wdtbMLSekczty3MzvUOlrk5xzWYpBpQprXUjDRyMA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/make-dir": {
|
"node_modules/make-dir": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
|
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
|
||||||
|
@ -166,12 +157,6 @@
|
||||||
"sha.js": "^2.4.8"
|
"sha.js": "^2.4.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-transform-inline-consecutive-adds": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-8D104wbzzI5RlxeVPYeQb9QsUyepiH1rAO5hpPpQ6NPRgQLpIVwkS/Nbx944pm4K8Z+rx7CgjPsFACz/VCBN0Q==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/readable-stream/node_modules/safe-buffer": {
|
"node_modules/readable-stream/node_modules/safe-buffer": {
|
||||||
"version": "5.1.2",
|
"version": "5.1.2",
|
||||||
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
||||||
|
@ -388,18 +373,6 @@
|
||||||
"node": ">= 0.4"
|
"node": ">= 0.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-minify-simplify": {
|
|
||||||
"version": "0.5.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.5.1.tgz",
|
|
||||||
"integrity": "sha512-OSYDSnoCxP2cYDMk9gxNAed6uJDiDz65zgL6h8d3tm8qXIagWGMLWhqysT6DY3Vs7Fgq7YUDcjOomhVUb+xX6A==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"babel-helper-evaluate-path": "^0.5.0",
|
|
||||||
"babel-helper-flip-expressions": "^0.4.3",
|
|
||||||
"babel-helper-is-nodes-equiv": "^0.0.1",
|
|
||||||
"babel-helper-to-multiple-sequence-expressions": "^0.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/glob": {
|
"node_modules/glob": {
|
||||||
"version": "7.2.0",
|
"version": "7.2.0",
|
||||||
"resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.0.tgz",
|
"resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.0.tgz",
|
||||||
|
@ -569,6 +542,12 @@
|
||||||
"integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
|
"integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"node_modules/husky/node_modules/color-name": {
|
||||||
|
"version": "1.1.4",
|
||||||
|
"resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
|
||||||
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"node_modules/@jridgewell/gen-mapping": {
|
"node_modules/@jridgewell/gen-mapping": {
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
"resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
|
"resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
|
||||||
|
@ -620,16 +599,6 @@
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-minify-guarded-expressions": {
|
|
||||||
"version": "0.4.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.4.4.tgz",
|
|
||||||
"integrity": "sha512-RMv0tM72YuPPfLT9QLr3ix9nwUIq+sHT6z8Iu3sLbqldzC1Dls8DPCywzUIzkTx9Zh1hWX4q/m9BPoPed9GOfA==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"babel-helper-evaluate-path": "^0.5.0",
|
|
||||||
"babel-helper-flip-expressions": "^0.4.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@babel/template": {
|
"node_modules/@babel/template": {
|
||||||
"version": "7.16.7",
|
"version": "7.16.7",
|
||||||
"resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.16.7.tgz",
|
"resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.16.7.tgz",
|
||||||
|
@ -765,12 +734,6 @@
|
||||||
"integrity": "sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==",
|
"integrity": "sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-minify-numeric-literals": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-numeric-literals/-/babel-plugin-minify-numeric-literals-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-5D54hvs9YVuCknfWywq0eaYDt7qYxlNwCqW9Ipm/kYeS9gYhJd0Rr/Pm2WhHKJ8DC6aIlDdqSBODSthabLSX3A==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/which-pm-runs": {
|
"node_modules/which-pm-runs": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"resolved": "https://registry.npmmirror.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz",
|
"resolved": "https://registry.npmmirror.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz",
|
||||||
|
@ -994,37 +957,6 @@
|
||||||
"node": ">=0.8.0"
|
"node": ">=0.8.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-preset-minify": {
|
|
||||||
"version": "0.5.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-preset-minify/-/babel-preset-minify-0.5.1.tgz",
|
|
||||||
"integrity": "sha512-1IajDumYOAPYImkHbrKeiN5AKKP9iOmRoO2IPbIuVp0j2iuCcj0n7P260z38siKMZZ+85d3mJZdtW8IgOv+Tzg==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"babel-plugin-minify-flip-comparisons": "^0.4.3",
|
|
||||||
"babel-plugin-transform-member-expression-literals": "^6.9.4",
|
|
||||||
"babel-plugin-transform-property-literals": "^6.9.4",
|
|
||||||
"babel-plugin-transform-inline-consecutive-adds": "^0.4.3",
|
|
||||||
"babel-plugin-minify-mangle-names": "^0.5.0",
|
|
||||||
"lodash": "^4.17.11",
|
|
||||||
"babel-plugin-minify-builtins": "^0.5.0",
|
|
||||||
"babel-plugin-transform-merge-sibling-variables": "^6.9.4",
|
|
||||||
"babel-plugin-minify-simplify": "^0.5.1",
|
|
||||||
"babel-plugin-transform-simplify-comparison-operators": "^6.9.4",
|
|
||||||
"babel-plugin-minify-numeric-literals": "^0.4.3",
|
|
||||||
"babel-plugin-transform-minify-booleans": "^6.9.4",
|
|
||||||
"babel-plugin-transform-remove-undefined": "^0.5.0",
|
|
||||||
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
||||||
"babel-plugin-minify-replace": "^0.5.0",
|
|
||||||
"babel-plugin-transform-remove-debugger": "^6.9.4",
|
|
||||||
"babel-plugin-minify-infinity": "^0.4.3",
|
|
||||||
"babel-plugin-transform-regexp-constructors": "^0.4.3",
|
|
||||||
"babel-plugin-minify-guarded-expressions": "^0.4.4",
|
|
||||||
"babel-plugin-minify-constant-folding": "^0.5.0",
|
|
||||||
"babel-plugin-minify-type-constructors": "^0.4.3",
|
|
||||||
"babel-plugin-transform-undefined-to-void": "^6.9.4",
|
|
||||||
"babel-plugin-minify-dead-code-elimination": "^0.5.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/browserify-cipher": {
|
"node_modules/browserify-cipher": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"resolved": "https://registry.npmmirror.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
|
"resolved": "https://registry.npmmirror.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
|
||||||
|
@ -1132,15 +1064,6 @@
|
||||||
"node": ">= 6"
|
"node": ">= 6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-minify-type-constructors": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-4ADB0irJ/6BeXWHubjCJmrPbzhxDgjphBMjIjxCc25n4NGJ00NsYqwYt+F/OvE9RXx8KaSW7cJvp+iZX436tnQ==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"babel-helper-is-void-0": "^0.4.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
||||||
"version": "7.16.7",
|
"version": "7.16.7",
|
||||||
"resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz",
|
"resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz",
|
||||||
|
@ -1275,12 +1198,6 @@
|
||||||
"safe-buffer": "^5.0.1"
|
"safe-buffer": "^5.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-helper-remove-or-void": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-eYNceYtcGKpifHDir62gHJadVXdg9fAhuZEXiRQnJJ4Yi4oUTpqpNY//1pM4nVyjjDMPYaC2xSf0I+9IqVzwdA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/@babel/helper-annotate-as-pure": {
|
"node_modules/@babel/helper-annotate-as-pure": {
|
||||||
"version": "7.16.7",
|
"version": "7.16.7",
|
||||||
"resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
|
"resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
|
||||||
|
@ -1417,12 +1334,6 @@
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-transform-merge-sibling-variables": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-merge-sibling-variables/-/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-FDI9c4jqyYvl0pF8J0pE6xl5Ot235glDIc5mRfTH2nQ1qH/aNW45UZcAwVykD4OICRrgir6+7eQV7PPaLqsXsA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/chalk": {
|
"node_modules/chalk": {
|
||||||
"version": "2.4.2",
|
"version": "2.4.2",
|
||||||
"resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
|
"resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
|
||||||
|
@ -1695,15 +1606,6 @@
|
||||||
"xtend": "^4.0.2"
|
"xtend": "^4.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-transform-property-literals": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-property-literals/-/babel-plugin-transform-property-literals-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-Pf8JHTjTPxecqVyL6KSwD/hxGpoTZjiEgV7nCx0KFQsJYM0nuuoCajbg09KRmZWeZbJ5NGTySABYv8b/hY1eEA==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"esutils": "^2.0.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/combine-source-map": {
|
"node_modules/combine-source-map": {
|
||||||
"version": "0.8.0",
|
"version": "0.8.0",
|
||||||
"resolved": "https://registry.npmmirror.com/combine-source-map/-/combine-source-map-0.8.0.tgz",
|
"resolved": "https://registry.npmmirror.com/combine-source-map/-/combine-source-map-0.8.0.tgz",
|
||||||
|
@ -1716,15 +1618,6 @@
|
||||||
"source-map": "~0.5.3"
|
"source-map": "~0.5.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-minify-flip-comparisons": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-8hNwgLVeJzpeLVOVArag2DfTkbKodzOHU7+gAZ8mGBFGPQHK6uXVpg3jh5I/F6gfi5Q5usWU2OKcstn1YbAV7A==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"babel-helper-is-void-0": "^0.4.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/function-bind": {
|
"node_modules/function-bind": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz",
|
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz",
|
||||||
|
@ -1871,6 +1764,18 @@
|
||||||
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
|
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"node_modules/husky/node_modules/color-convert": {
|
||||||
|
"version": "2.0.1",
|
||||||
|
"resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
|
||||||
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"color-name": "~1.1.4"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=7.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/https-browserify": {
|
"node_modules/https-browserify": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmmirror.com/https-browserify/-/https-browserify-1.0.0.tgz",
|
"resolved": "https://registry.npmmirror.com/https-browserify/-/https-browserify-1.0.0.tgz",
|
||||||
|
@ -2133,12 +2038,6 @@
|
||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-transform-minify-booleans": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-minify-booleans/-/babel-plugin-transform-minify-booleans-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-9pW9ePng6DZpzGPalcrULuhSCcauGAbn8AeU3bE34HcDkGm8Ldt0ysjGkyb64f0K3T5ilV4mriayOVv5fg0ASA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/gensync": {
|
"node_modules/gensync": {
|
||||||
"version": "1.0.0-beta.2",
|
"version": "1.0.0-beta.2",
|
||||||
"resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
|
"resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
|
||||||
|
@ -2336,12 +2235,6 @@
|
||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/lodash": {
|
|
||||||
"version": "4.17.21",
|
|
||||||
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
|
|
||||||
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/@babel/plugin-transform-regenerator": {
|
"node_modules/@babel/plugin-transform-regenerator": {
|
||||||
"version": "7.17.9",
|
"version": "7.17.9",
|
||||||
"resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.17.9.tgz",
|
"resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.17.9.tgz",
|
||||||
|
@ -2363,12 +2256,6 @@
|
||||||
"integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==",
|
"integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-transform-member-expression-literals": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-member-expression-literals/-/babel-plugin-transform-member-expression-literals-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-Xq9/Rarpj+bjOZSl1nBbZYETsNEDDJSrb6Plb1sS3/36FukWFLLRysgecva5KZECjUJTrJoQqjJgtWToaflk5Q==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/@babel/plugin-syntax-numeric-separator": {
|
"node_modules/@babel/plugin-syntax-numeric-separator": {
|
||||||
"version": "7.10.4",
|
"version": "7.10.4",
|
||||||
"resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
|
"resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
|
||||||
|
@ -2400,12 +2287,6 @@
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-transform-undefined-to-void": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-D2UbwxawEY1xVc9svYAUZQM2xarwSNXue2qDIx6CeV2EuMGaes/0su78zlIDIAgE7BvnMw4UpmSo9fDy+znghg==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/safer-buffer": {
|
"node_modules/safer-buffer": {
|
||||||
"version": "2.1.2",
|
"version": "2.1.2",
|
||||||
"resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
"resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
||||||
|
@ -2490,12 +2371,6 @@
|
||||||
"stream-splicer": "^2.0.0"
|
"stream-splicer": "^2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-transform-remove-debugger": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-remove-debugger/-/babel-plugin-transform-remove-debugger-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-Kd+eTBYlXfwoFzisburVwrngsrz4xh9I0ppoJnU/qlLysxVBRgI4Pj+dk3X8F5tDiehp3hhP8oarRMT9v2Z3lw==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/json5": {
|
"node_modules/json5": {
|
||||||
"version": "2.2.1",
|
"version": "2.2.1",
|
||||||
"resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.1.tgz",
|
"resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.1.tgz",
|
||||||
|
@ -2700,12 +2575,6 @@
|
||||||
"node": ">=0.4.0"
|
"node": ">=0.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-helper-mark-eval-scopes": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-+d/mXPP33bhgHkdVOiPkmYoeXJ+rXRWi7OdhwpyseIqOS8CmzHQXHUp/+/Qr8baXsT0kjGpMHHofHs6C3cskdA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/acorn-node": {
|
"node_modules/acorn-node": {
|
||||||
"version": "1.8.2",
|
"version": "1.8.2",
|
||||||
"resolved": "https://registry.npmmirror.com/acorn-node/-/acorn-node-1.8.2.tgz",
|
"resolved": "https://registry.npmmirror.com/acorn-node/-/acorn-node-1.8.2.tgz",
|
||||||
|
@ -2748,12 +2617,6 @@
|
||||||
"integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==",
|
"integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/babel-helper-to-multiple-sequence-expressions": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/@babel/plugin-transform-block-scoping": {
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
||||||
"version": "7.16.7",
|
"version": "7.16.7",
|
||||||
"resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz",
|
"resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz",
|
||||||
|
@ -2903,15 +2766,6 @@
|
||||||
"inherits": "2.0.3"
|
"inherits": "2.0.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-minify-constant-folding": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-constant-folding/-/babel-plugin-minify-constant-folding-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-Vj97CTn/lE9hR1D+jKUeHfNy+m1baNiJ1wJvoGyOBUx7F7kJqDZxr9nCHjO/Ad+irbR3HzR6jABpSSA29QsrXQ==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"babel-helper-evaluate-path": "^0.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@babel/plugin-proposal-object-rest-spread": {
|
"node_modules/@babel/plugin-proposal-object-rest-spread": {
|
||||||
"version": "7.17.3",
|
"version": "7.17.3",
|
||||||
"resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz",
|
"resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz",
|
||||||
|
@ -2965,12 +2819,6 @@
|
||||||
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
|
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-transform-simplify-comparison-operators": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-simplify-comparison-operators/-/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-GLInxhGAQWJ9YIdjwF6dAFlmh4U+kN8pL6Big7nkDzHoZcaDQOtBm28atEhQJq6m9GpAovbiGEShKqXv4BSp0A==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
||||||
"version": "7.17.10",
|
"version": "7.17.10",
|
||||||
"resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.17.10.tgz",
|
"resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.17.10.tgz",
|
||||||
|
@ -3175,15 +3023,6 @@
|
||||||
"@babel/core": "^7.12.0"
|
"@babel/core": "^7.12.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-minify-mangle-names": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-3jdNv6hCAw6fsX1p2wBGPfWuK69sfOjfd3zjUXkbq8McbohWy23tpXfy5RnToYWggvqzuMOwlId1PhyHOfgnGw==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"babel-helper-mark-eval-scopes": "^0.4.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/browserify": {
|
"node_modules/browserify": {
|
||||||
"version": "16.5.2",
|
"version": "16.5.2",
|
||||||
"resolved": "https://registry.npmmirror.com/browserify/-/browserify-16.5.2.tgz",
|
"resolved": "https://registry.npmmirror.com/browserify/-/browserify-16.5.2.tgz",
|
||||||
|
@ -3277,12 +3116,6 @@
|
||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-transform-remove-console": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-88blrUrMX3SPiGkT1GnvVY8E/7A+k6oj3MNvUtTIxJflFzXTw1bHkuJ/y039ouhFMp2prRn5cQGzokViYi1dsg==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/buffer-xor": {
|
"node_modules/buffer-xor": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmmirror.com/buffer-xor/-/buffer-xor-1.0.3.tgz",
|
"resolved": "https://registry.npmmirror.com/buffer-xor/-/buffer-xor-1.0.3.tgz",
|
||||||
|
@ -3557,21 +3390,6 @@
|
||||||
"safe-buffer": "^5.0.1"
|
"safe-buffer": "^5.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-helper-flip-expressions": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-rSrkRW4YQ2ETCWww9gbsWk4N0x1BOtln349Tk0dlCS90oT68WMLyGR7WvaMp3eAnsVrCqdUtC19lo1avyGPejA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/babel-plugin-transform-remove-undefined": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-+M7fJYFaEE/M9CXa0/IRkDbiV3wRELzA1kKQFCJ4ifhrzLKn/9VCCgj9OFmYWwBd8IB48YdgPkHYtbYq+4vtHQ==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"babel-helper-evaluate-path": "^0.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/buffer-from": {
|
"node_modules/buffer-from": {
|
||||||
"version": "1.1.2",
|
"version": "1.1.2",
|
||||||
"resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
|
"resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
|
||||||
|
@ -3611,18 +3429,6 @@
|
||||||
"node": ">=10"
|
"node": ">=10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-helper-evaluate-path": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/babel-plugin-minify-replace": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-aXZiaqWDNUbyNNNpWs/8NyST+oU7QTpK7J9zFEFSA0eOmtUNMU3fczlTTTlnCxHmq/jYNFEmkkSG3DDBtW3Y4Q==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/anymatch": {
|
"node_modules/anymatch": {
|
||||||
"version": "3.1.2",
|
"version": "3.1.2",
|
||||||
"resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.2.tgz",
|
"resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.2.tgz",
|
||||||
|
@ -3799,12 +3605,6 @@
|
||||||
"node": ">=0.10"
|
"node": ">=0.10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-helper-is-void-0": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-07rBV0xPRM3TM5NVJEOQEkECX3qnHDjaIbFvWYPv+T1ajpUiVLiqTfC+MmiZxY5KOL/Ec08vJdJD9kZiP9UkUg==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/@babel/helper-optimise-call-expression": {
|
"node_modules/@babel/helper-optimise-call-expression": {
|
||||||
"version": "7.16.7",
|
"version": "7.16.7",
|
||||||
"resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz",
|
"resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz",
|
||||||
|
@ -3950,18 +3750,6 @@
|
||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-minify-dead-code-elimination": {
|
|
||||||
"version": "0.5.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.1.tgz",
|
|
||||||
"integrity": "sha512-x8OJOZIrRmQBcSqxBcLbMIK8uPmTvNWPXH2bh5MDCW1latEqYiRMuUkPImKcfpo59pTUB2FT7HfcgtG8ZlR5Qg==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"babel-helper-evaluate-path": "^0.5.0",
|
|
||||||
"babel-helper-mark-eval-scopes": "^0.4.3",
|
|
||||||
"babel-helper-remove-or-void": "^0.4.3",
|
|
||||||
"lodash": "^4.17.11"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@babel/plugin-syntax-optional-catch-binding": {
|
"node_modules/@babel/plugin-syntax-optional-catch-binding": {
|
||||||
"version": "7.8.3",
|
"version": "7.8.3",
|
||||||
"resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
|
"resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
|
||||||
|
@ -4120,12 +3908,6 @@
|
||||||
"sha.js": "^2.4.0"
|
"sha.js": "^2.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-minify-builtins": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-wpqbN7Ov5hsNwGdzuzvFcjgRlzbIeVv1gMIlICbPj0xkexnfoIDe7q+AZHMkQmAE/F9R5jkrB6TLfTegImlXag==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/diffie-hellman": {
|
"node_modules/diffie-hellman": {
|
||||||
"version": "5.0.3",
|
"version": "5.0.3",
|
||||||
"resolved": "https://registry.npmmirror.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
|
"resolved": "https://registry.npmmirror.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
|
||||||
|
@ -4244,12 +4026,6 @@
|
||||||
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/babel-helper-is-nodes-equiv": {
|
|
||||||
"version": "0.0.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-is-nodes-equiv/-/babel-helper-is-nodes-equiv-0.0.1.tgz",
|
|
||||||
"integrity": "sha512-ri/nsMFVRqXn7IyT5qW4/hIAGQxuYUFHa3qsxmPtbk6spZQcYlyDogfVpNm2XYOslH/ULS4VEJGUqQX5u7ACQw==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/@babel/plugin-proposal-class-properties": {
|
"node_modules/@babel/plugin-proposal-class-properties": {
|
||||||
"version": "7.16.7",
|
"version": "7.16.7",
|
||||||
"resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz",
|
"resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz",
|
||||||
|
@ -4298,12 +4074,6 @@
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/babel-plugin-transform-regexp-constructors": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-JjymDyEyRNhAoNFp09y/xGwYVYzT2nWTGrBrWaL6eCg2m+B24qH2jR0AA8V8GzKJTgC8NW6joJmc6nabvWBD/g==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/path-type": {
|
"node_modules/path-type": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
|
"resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
|
||||||
|
@ -4445,6 +4215,18 @@
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/husky/node_modules/ansi-styles": {
|
||||||
|
"version": "4.3.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
||||||
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"color-convert": "^2.0.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/core-js-compat/node_modules/semver": {
|
"node_modules/core-js-compat/node_modules/semver": {
|
||||||
"version": "7.0.0",
|
"version": "7.0.0",
|
||||||
"resolved": "https://registry.npmmirror.com/semver/-/semver-7.0.0.tgz",
|
"resolved": "https://registry.npmmirror.com/semver/-/semver-7.0.0.tgz",
|
||||||
|
@ -5771,48 +5553,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"babel-helper-evaluate-path": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-helper-flip-expressions": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-rSrkRW4YQ2ETCWww9gbsWk4N0x1BOtln349Tk0dlCS90oT68WMLyGR7WvaMp3eAnsVrCqdUtC19lo1avyGPejA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-helper-is-nodes-equiv": {
|
|
||||||
"version": "0.0.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-is-nodes-equiv/-/babel-helper-is-nodes-equiv-0.0.1.tgz",
|
|
||||||
"integrity": "sha512-ri/nsMFVRqXn7IyT5qW4/hIAGQxuYUFHa3qsxmPtbk6spZQcYlyDogfVpNm2XYOslH/ULS4VEJGUqQX5u7ACQw==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-helper-is-void-0": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-07rBV0xPRM3TM5NVJEOQEkECX3qnHDjaIbFvWYPv+T1ajpUiVLiqTfC+MmiZxY5KOL/Ec08vJdJD9kZiP9UkUg==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-helper-mark-eval-scopes": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-+d/mXPP33bhgHkdVOiPkmYoeXJ+rXRWi7OdhwpyseIqOS8CmzHQXHUp/+/Qr8baXsT0kjGpMHHofHs6C3cskdA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-helper-remove-or-void": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-eYNceYtcGKpifHDir62gHJadVXdg9fAhuZEXiRQnJJ4Yi4oUTpqpNY//1pM4nVyjjDMPYaC2xSf0I+9IqVzwdA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-helper-to-multiple-sequence-expressions": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-dynamic-import-node": {
|
"babel-plugin-dynamic-import-node": {
|
||||||
"version": "2.3.3",
|
"version": "2.3.3",
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
|
"resolved": "https://registry.npmmirror.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
|
||||||
|
@ -5848,100 +5588,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"babel-plugin-minify-builtins": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-wpqbN7Ov5hsNwGdzuzvFcjgRlzbIeVv1gMIlICbPj0xkexnfoIDe7q+AZHMkQmAE/F9R5jkrB6TLfTegImlXag==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-minify-constant-folding": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-constant-folding/-/babel-plugin-minify-constant-folding-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-Vj97CTn/lE9hR1D+jKUeHfNy+m1baNiJ1wJvoGyOBUx7F7kJqDZxr9nCHjO/Ad+irbR3HzR6jABpSSA29QsrXQ==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"babel-helper-evaluate-path": "^0.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"babel-plugin-minify-dead-code-elimination": {
|
|
||||||
"version": "0.5.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.1.tgz",
|
|
||||||
"integrity": "sha512-x8OJOZIrRmQBcSqxBcLbMIK8uPmTvNWPXH2bh5MDCW1latEqYiRMuUkPImKcfpo59pTUB2FT7HfcgtG8ZlR5Qg==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"babel-helper-evaluate-path": "^0.5.0",
|
|
||||||
"babel-helper-mark-eval-scopes": "^0.4.3",
|
|
||||||
"babel-helper-remove-or-void": "^0.4.3",
|
|
||||||
"lodash": "^4.17.11"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"babel-plugin-minify-flip-comparisons": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-8hNwgLVeJzpeLVOVArag2DfTkbKodzOHU7+gAZ8mGBFGPQHK6uXVpg3jh5I/F6gfi5Q5usWU2OKcstn1YbAV7A==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"babel-helper-is-void-0": "^0.4.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"babel-plugin-minify-guarded-expressions": {
|
|
||||||
"version": "0.4.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.4.4.tgz",
|
|
||||||
"integrity": "sha512-RMv0tM72YuPPfLT9QLr3ix9nwUIq+sHT6z8Iu3sLbqldzC1Dls8DPCywzUIzkTx9Zh1hWX4q/m9BPoPed9GOfA==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"babel-helper-evaluate-path": "^0.5.0",
|
|
||||||
"babel-helper-flip-expressions": "^0.4.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"babel-plugin-minify-infinity": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-infinity/-/babel-plugin-minify-infinity-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-X0ictxCk8y+NvIf+bZ1HJPbVZKMlPku3lgYxPmIp62Dp8wdtbMLSekczty3MzvUOlrk5xzWYpBpQprXUjDRyMA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-minify-mangle-names": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-3jdNv6hCAw6fsX1p2wBGPfWuK69sfOjfd3zjUXkbq8McbohWy23tpXfy5RnToYWggvqzuMOwlId1PhyHOfgnGw==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"babel-helper-mark-eval-scopes": "^0.4.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"babel-plugin-minify-numeric-literals": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-numeric-literals/-/babel-plugin-minify-numeric-literals-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-5D54hvs9YVuCknfWywq0eaYDt7qYxlNwCqW9Ipm/kYeS9gYhJd0Rr/Pm2WhHKJ8DC6aIlDdqSBODSthabLSX3A==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-minify-replace": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-aXZiaqWDNUbyNNNpWs/8NyST+oU7QTpK7J9zFEFSA0eOmtUNMU3fczlTTTlnCxHmq/jYNFEmkkSG3DDBtW3Y4Q==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-minify-simplify": {
|
|
||||||
"version": "0.5.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.5.1.tgz",
|
|
||||||
"integrity": "sha512-OSYDSnoCxP2cYDMk9gxNAed6uJDiDz65zgL6h8d3tm8qXIagWGMLWhqysT6DY3Vs7Fgq7YUDcjOomhVUb+xX6A==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"babel-helper-evaluate-path": "^0.5.0",
|
|
||||||
"babel-helper-flip-expressions": "^0.4.3",
|
|
||||||
"babel-helper-is-nodes-equiv": "^0.0.1",
|
|
||||||
"babel-helper-to-multiple-sequence-expressions": "^0.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"babel-plugin-minify-type-constructors": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-4ADB0irJ/6BeXWHubjCJmrPbzhxDgjphBMjIjxCc25n4NGJ00NsYqwYt+F/OvE9RXx8KaSW7cJvp+iZX436tnQ==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"babel-helper-is-void-0": "^0.4.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"babel-plugin-polyfill-corejs2": {
|
"babel-plugin-polyfill-corejs2": {
|
||||||
"version": "0.3.1",
|
"version": "0.3.1",
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
|
"resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
|
||||||
|
@ -5983,109 +5629,6 @@
|
||||||
"require-from-string": "^2.0.2"
|
"require-from-string": "^2.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"babel-plugin-transform-inline-consecutive-adds": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-8D104wbzzI5RlxeVPYeQb9QsUyepiH1rAO5hpPpQ6NPRgQLpIVwkS/Nbx944pm4K8Z+rx7CgjPsFACz/VCBN0Q==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-transform-member-expression-literals": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-member-expression-literals/-/babel-plugin-transform-member-expression-literals-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-Xq9/Rarpj+bjOZSl1nBbZYETsNEDDJSrb6Plb1sS3/36FukWFLLRysgecva5KZECjUJTrJoQqjJgtWToaflk5Q==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-transform-merge-sibling-variables": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-merge-sibling-variables/-/babel-plugin-transform-merge-sibling-variables-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-FDI9c4jqyYvl0pF8J0pE6xl5Ot235glDIc5mRfTH2nQ1qH/aNW45UZcAwVykD4OICRrgir6+7eQV7PPaLqsXsA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-transform-minify-booleans": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-minify-booleans/-/babel-plugin-transform-minify-booleans-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-9pW9ePng6DZpzGPalcrULuhSCcauGAbn8AeU3bE34HcDkGm8Ldt0ysjGkyb64f0K3T5ilV4mriayOVv5fg0ASA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-transform-property-literals": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-property-literals/-/babel-plugin-transform-property-literals-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-Pf8JHTjTPxecqVyL6KSwD/hxGpoTZjiEgV7nCx0KFQsJYM0nuuoCajbg09KRmZWeZbJ5NGTySABYv8b/hY1eEA==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"esutils": "^2.0.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"babel-plugin-transform-regexp-constructors": {
|
|
||||||
"version": "0.4.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.4.3.tgz",
|
|
||||||
"integrity": "sha512-JjymDyEyRNhAoNFp09y/xGwYVYzT2nWTGrBrWaL6eCg2m+B24qH2jR0AA8V8GzKJTgC8NW6joJmc6nabvWBD/g==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-transform-remove-console": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-88blrUrMX3SPiGkT1GnvVY8E/7A+k6oj3MNvUtTIxJflFzXTw1bHkuJ/y039ouhFMp2prRn5cQGzokViYi1dsg==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-transform-remove-debugger": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-remove-debugger/-/babel-plugin-transform-remove-debugger-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-Kd+eTBYlXfwoFzisburVwrngsrz4xh9I0ppoJnU/qlLysxVBRgI4Pj+dk3X8F5tDiehp3hhP8oarRMT9v2Z3lw==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-transform-remove-undefined": {
|
|
||||||
"version": "0.5.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.5.0.tgz",
|
|
||||||
"integrity": "sha512-+M7fJYFaEE/M9CXa0/IRkDbiV3wRELzA1kKQFCJ4ifhrzLKn/9VCCgj9OFmYWwBd8IB48YdgPkHYtbYq+4vtHQ==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"babel-helper-evaluate-path": "^0.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"babel-plugin-transform-simplify-comparison-operators": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-simplify-comparison-operators/-/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-GLInxhGAQWJ9YIdjwF6dAFlmh4U+kN8pL6Big7nkDzHoZcaDQOtBm28atEhQJq6m9GpAovbiGEShKqXv4BSp0A==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-plugin-transform-undefined-to-void": {
|
|
||||||
"version": "6.9.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.9.4.tgz",
|
|
||||||
"integrity": "sha512-D2UbwxawEY1xVc9svYAUZQM2xarwSNXue2qDIx6CeV2EuMGaes/0su78zlIDIAgE7BvnMw4UpmSo9fDy+znghg==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"babel-preset-minify": {
|
|
||||||
"version": "0.5.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/babel-preset-minify/-/babel-preset-minify-0.5.1.tgz",
|
|
||||||
"integrity": "sha512-1IajDumYOAPYImkHbrKeiN5AKKP9iOmRoO2IPbIuVp0j2iuCcj0n7P260z38siKMZZ+85d3mJZdtW8IgOv+Tzg==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"babel-plugin-minify-builtins": "^0.5.0",
|
|
||||||
"babel-plugin-minify-constant-folding": "^0.5.0",
|
|
||||||
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
|
|
||||||
"babel-plugin-minify-flip-comparisons": "^0.4.3",
|
|
||||||
"babel-plugin-minify-guarded-expressions": "^0.4.4",
|
|
||||||
"babel-plugin-minify-infinity": "^0.4.3",
|
|
||||||
"babel-plugin-minify-mangle-names": "^0.5.0",
|
|
||||||
"babel-plugin-minify-numeric-literals": "^0.4.3",
|
|
||||||
"babel-plugin-minify-replace": "^0.5.0",
|
|
||||||
"babel-plugin-minify-simplify": "^0.5.1",
|
|
||||||
"babel-plugin-minify-type-constructors": "^0.4.3",
|
|
||||||
"babel-plugin-transform-inline-consecutive-adds": "^0.4.3",
|
|
||||||
"babel-plugin-transform-member-expression-literals": "^6.9.4",
|
|
||||||
"babel-plugin-transform-merge-sibling-variables": "^6.9.4",
|
|
||||||
"babel-plugin-transform-minify-booleans": "^6.9.4",
|
|
||||||
"babel-plugin-transform-property-literals": "^6.9.4",
|
|
||||||
"babel-plugin-transform-regexp-constructors": "^0.4.3",
|
|
||||||
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
||||||
"babel-plugin-transform-remove-debugger": "^6.9.4",
|
|
||||||
"babel-plugin-transform-remove-undefined": "^0.5.0",
|
|
||||||
"babel-plugin-transform-simplify-comparison-operators": "^6.9.4",
|
|
||||||
"babel-plugin-transform-undefined-to-void": "^6.9.4",
|
|
||||||
"lodash": "^4.17.11"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"babelify": {
|
"babelify": {
|
||||||
"version": "10.0.0",
|
"version": "10.0.0",
|
||||||
"resolved": "https://registry.npmmirror.com/babelify/-/babelify-10.0.0.tgz",
|
"resolved": "https://registry.npmmirror.com/babelify/-/babelify-10.0.0.tgz",
|
||||||
|
@ -7010,6 +6553,15 @@
|
||||||
"which-pm-runs": "^1.0.0"
|
"which-pm-runs": "^1.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"ansi-styles": {
|
||||||
|
"version": "4.3.0",
|
||||||
|
"resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
||||||
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"color-convert": "^2.0.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"chalk": {
|
"chalk": {
|
||||||
"version": "4.1.2",
|
"version": "4.1.2",
|
||||||
"resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
|
"resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
|
||||||
|
@ -7020,6 +6572,21 @@
|
||||||
"supports-color": "^7.1.0"
|
"supports-color": "^7.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"color-convert": {
|
||||||
|
"version": "2.0.1",
|
||||||
|
"resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
|
||||||
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"color-name": "~1.1.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"color-name": {
|
||||||
|
"version": "1.1.4",
|
||||||
|
"resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
|
||||||
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"has-flag": {
|
"has-flag": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
|
"resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
|
||||||
|
@ -7233,12 +6800,6 @@
|
||||||
"p-locate": "^5.0.0"
|
"p-locate": "^5.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lodash": {
|
|
||||||
"version": "4.17.21",
|
|
||||||
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
|
|
||||||
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"lodash.debounce": {
|
"lodash.debounce": {
|
||||||
"version": "4.0.8",
|
"version": "4.0.8",
|
||||||
"resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
"resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
||||||
|
|
20
package.json
20
package.json
|
@ -3,23 +3,19 @@
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"description": "LoveIt theme source file",
|
"description": "LoveIt theme source file",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.8.4",
|
"@babel/cli": "^7.17.10",
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.17.10",
|
||||||
"@babel/preset-env": "^7.9.0",
|
"@babel/preset-env": "^7.17.10",
|
||||||
"babel-preset-minify": "^0.5.1",
|
|
||||||
"babelify": "^10.0.0",
|
"babelify": "^10.0.0",
|
||||||
"browserify": "^16.5.0",
|
"browserify": "^16.5.2",
|
||||||
"core-js": "^3.6.4",
|
"core-js": "^3.22.4",
|
||||||
"husky": "^4.2.3",
|
"husky": "^4.3.8",
|
||||||
"minimist": "^1.2.6",
|
"segmentit": "^2.0.3"
|
||||||
"segmentit": "^2.0.3",
|
|
||||||
"lodash": "^4.17.21"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx npm-force-resolutions",
|
"preinstall": "npx npm-force-resolutions",
|
||||||
"babel": "npx babel src/js --out-file assets/js/theme.min.js --source-maps",
|
"babel": "npx babel src/js --out-file assets/js/theme.js",
|
||||||
"build": "npm run babel && hugo -v --source=exampleSite --themesDir ../.. --gc",
|
"build": "npm run babel && hugo -v --source=exampleSite --themesDir ../.. --gc",
|
||||||
"build-lunr-segmentit": "browserify src/lib/lunr.segmentit.js -o assets/lib/lunr/lunr.segmentit.js -t babelify --presets @babel/preset-env --presets minify",
|
"build-lunr-segmentit": "browserify src/lib/lunr.segmentit.js -o assets/lib/lunr/lunr.segmentit.js -t babelify --presets @babel/preset-env --presets minify",
|
||||||
"start": "npm run babel && hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender",
|
"start": "npm run babel && hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender",
|
||||||
|
|
Loading…
Reference in a new issue