use directories for structure

This commit is contained in:
s2
2020-05-26 10:37:57 +02:00
parent 66580d4847
commit ae4aaf2668
1287 changed files with 92093 additions and 13113 deletions

38
node_modules/jquery/package.json generated vendored
View File

@@ -1,31 +1,31 @@
{
"_from": "jquery@3.4.1",
"_id": "jquery@3.4.1",
"_from": "jquery@3.5.1",
"_id": "jquery@3.5.1",
"_inBundle": false,
"_integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==",
"_integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==",
"_location": "/jquery",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jquery@3.4.1",
"raw": "jquery@3.5.1",
"name": "jquery",
"escapedName": "jquery",
"rawSpec": "3.4.1",
"rawSpec": "3.5.1",
"saveSpec": null,
"fetchSpec": "3.4.1"
"fetchSpec": "3.5.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
"_shasum": "714f1f8d9dde4bdfa55764ba37ef214630d80ef2",
"_spec": "jquery@3.4.1",
"_where": "/home/s2/Code/vanillajs-seed",
"_resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
"_shasum": "d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5",
"_spec": "jquery@3.5.1",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "JS Foundation and other contributors",
"url": "https://github.com/jquery/jquery/blob/3.4.1/AUTHORS.txt"
"url": "https://github.com/jquery/jquery/blob/3.5.1/AUTHORS.txt"
},
"bugs": {
"url": "https://github.com/jquery/jquery/issues"
@@ -69,14 +69,14 @@
"@babel/plugin-transform-for-of": "7.2.0",
"commitplease": "3.2.0",
"core-js": "2.6.5",
"eslint-config-jquery": "1.0.1",
"eslint-config-jquery": "2.0.0",
"grunt": "1.0.3",
"grunt-babel": "8.0.0",
"grunt-cli": "1.3.2",
"grunt-compare-size": "0.4.2",
"grunt-contrib-uglify": "3.4.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "21.0.0",
"grunt-eslint": "22.0.0",
"grunt-git-authors": "3.2.0",
"grunt-jsonlint": "1.1.0",
"grunt-karma": "3.0.1",
@@ -101,7 +101,7 @@
"raw-body": "2.3.3",
"requirejs": "2.3.6",
"sinon": "2.3.7",
"sizzle": "2.3.4",
"sizzle": "2.3.5",
"strip-json-comments": "2.0.1",
"testswarm": "1.1.0",
"uglify-js": "3.4.7"
@@ -130,10 +130,14 @@
"build": "npm install && grunt",
"jenkins": "npm run test:browserless",
"start": "grunt watch",
"test": "grunt && grunt test:slow && grunt karma:main",
"test": "npm run test:slim && npm run test:no-deprecated && npm run test:no-sizzle && grunt && grunt test:slow && grunt karma:main && grunt karma:amd",
"test:amd": "grunt && grunt karma:amd",
"test:browser": "grunt && grunt karma:main",
"test:browserless": "grunt && grunt test:slow"
"test:browserless": "grunt && grunt test:slow",
"test:no-deprecated": "grunt test:prepare && grunt custom:-deprecated && grunt karma:main",
"test:no-sizzle": "grunt test:prepare && grunt custom:-sizzle && grunt karma:main",
"test:slim": "grunt test:prepare && grunt custom:slim && grunt karma:main"
},
"title": "jQuery",
"version": "3.4.1"
"version": "3.5.1"
}