Update dependencies

This commit is contained in:
grandeljay 2022-02-23 17:41:13 +01:00
parent 7f0fac984e
commit e7d5360304
866 changed files with 44718 additions and 26682 deletions

Binary file not shown.

82
node_modules/dateformat/package.json generated vendored
View file

@ -1,30 +1,74 @@
{
"name": "dateformat",
"description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
"maintainers": "Felix Geisendörfer <felix@debuggable.com>",
"homepage": "https://github.com/felixge/node-dateformat",
"author": "Steven Levithan",
"contributors": [
"Steven Levithan",
"Felix Geisendörfer <felix@debuggable.com>",
"Christoph Tavan <dev@tavan.de>",
"Jon Schlinkert (https://github.com/jonschlinkert)"
"_args": [
[
"dateformat@2.2.0",
"F:\\laragon\\www\\wishthis"
]
],
"version": "2.2.0",
"license": "MIT",
"main": "lib/dateformat",
"_from": "dateformat@2.2.0",
"_id": "dateformat@2.2.0",
"_inBundle": false,
"_integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=",
"_location": "/dateformat",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dateformat@2.2.0",
"name": "dateformat",
"escapedName": "dateformat",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/gulp-util"
],
"_resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Steven Levithan"
},
"bugs": {
"url": "https://github.com/felixge/node-dateformat/issues"
},
"contributors": [
{
"name": "Steven Levithan"
},
{
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com"
},
{
"name": "Christoph Tavan",
"email": "dev@tavan.de"
},
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
"devDependencies": {
"underscore": "1.7.0",
"mocha": "2.0.1"
"mocha": "2.0.1",
"underscore": "1.7.0"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/felixge/node-dateformat",
"license": "MIT",
"main": "lib/dateformat",
"maintainers": "Felix Geisendörfer <felix@debuggable.com>",
"name": "dateformat",
"repository": {
"type": "git",
"url": "git+https://github.com/felixge/node-dateformat.git"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/felixge/node-dateformat.git"
}
"version": "2.2.0"
}