update deps

This commit is contained in:
s2
2019-12-20 20:02:44 +01:00
parent 14c1b72301
commit b7fa481dcb
833 changed files with 68364 additions and 18390 deletions

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

@@ -1,27 +1,28 @@
{
"_from": "ejs@^2.6.1",
"_id": "ejs@2.6.1",
"_from": "ejs@2.7.4",
"_id": "ejs@2.7.4",
"_inBundle": false,
"_integrity": "sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ==",
"_integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==",
"_location": "/ejs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "ejs@^2.6.1",
"raw": "ejs@2.7.4",
"name": "ejs",
"escapedName": "ejs",
"rawSpec": "^2.6.1",
"rawSpec": "2.7.4",
"saveSpec": null,
"fetchSpec": "^2.6.1"
"fetchSpec": "2.7.4"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.6.1.tgz",
"_shasum": "498ec0d495655abc6f23cd61868d926464071aa0",
"_spec": "ejs@^2.6.1",
"_where": "F:\\projects\\vanillajs-seed",
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz",
"_shasum": "48661287573dcc53e366c7a1ae52c3a120eec9ba",
"_spec": "ejs@2.7.4",
"_where": "/home/s2/Code/vanillajs-seed",
"author": {
"name": "Matthew Eernisse",
"email": "mde@fleegix.org",
@@ -31,13 +32,6 @@
"url": "https://github.com/mde/ejs/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Timothy Gu",
"email": "timothygu99@gmail.com",
"url": "https://timothygu.github.io"
}
],
"dependencies": {},
"deprecated": false,
"description": "Embedded JavaScript templates",
@@ -45,8 +39,7 @@
"browserify": "^13.1.1",
"eslint": "^4.14.0",
"git-directory-deploy": "^1.5.1",
"istanbul": "~0.4.3",
"jake": "^8.0.16",
"jake": "^10.3.1",
"jsdoc": "^3.4.0",
"lru-cache": "^4.0.1",
"mocha": "^5.0.5",
@@ -69,11 +62,8 @@
"url": "git://github.com/mde/ejs.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"devdoc": "jake doc[dev]",
"doc": "jake doc",
"lint": "eslint \"**/*.js\" Jakefile",
"test": "jake test"
"postinstall": "node ./postinstall.js",
"test": "mocha"
},
"version": "2.6.1"
"version": "2.7.4"
}