update to state of the art

This commit is contained in:
s2
2020-10-10 15:18:01 +02:00
parent cf251a170f
commit 4cdcfd167c
1526 changed files with 48132 additions and 7268 deletions

24
node_modules/ejs/package.json generated vendored
View File

@@ -1,26 +1,27 @@
{
"_from": "ejs@^3.1.3",
"_id": "ejs@3.1.3",
"_from": "ejs@latest",
"_id": "ejs@3.1.5",
"_inBundle": false,
"_integrity": "sha512-wmtrUGyfSC23GC/B1SMv2ogAUgbQEtDmTIhfqielrG5ExIM9TP4UoYdi90jLF1aTcsWCJNEO0UrgKzP0y3nTSg==",
"_integrity": "sha512-dldq3ZfFtgVTJMLjOe+/3sROTzALlL9E34V4/sDtUd/KlBSS0s6U1/+WPE1B4sj9CXHJpL1M6rhNJnc9Wbal9w==",
"_location": "/ejs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "tag",
"registry": true,
"raw": "ejs@^3.1.3",
"raw": "ejs@latest",
"name": "ejs",
"escapedName": "ejs",
"rawSpec": "^3.1.3",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "^3.1.3"
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.3.tgz",
"_shasum": "514d967a8894084d18d3d47bd169a1c0560f093d",
"_spec": "ejs@^3.1.3",
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.5.tgz",
"_shasum": "aed723844dc20acb4b170cd9ab1017e476a0d93b",
"_spec": "ejs@latest",
"_where": "D:\\Projects\\vanillajs-seed",
"author": {
"name": "Matthew Eernisse",
@@ -66,9 +67,8 @@
"url": "git://github.com/mde/ejs.git"
},
"scripts": {
"postinstall": "node --harmony ./postinstall.js",
"test": "mocha"
},
"unpkg": "ejs.min.js",
"version": "3.1.3"
"version": "3.1.5"
}