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

21
node_modules/uglify-js/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "uglify-js@^3.5.1",
"_id": "uglify-js@3.7.2",
"_id": "uglify-js@3.9.3",
"_inBundle": false,
"_integrity": "sha512-uhRwZcANNWVLrxLfNFEdltoPNhECUR3lc+UdJoG9CBpMcSnKyWA94tc3eAujB1GcMY5Uwq8ZMp4qWpxWYDQmaA==",
"_integrity": "sha512-r5ImcL6QyzQGVimQoov3aL2ZScywrOgBXGndbWrdehKoSvGe/RmiE5Jpw/v+GvxODt6l2tpBXwA7n+qZVlHBMA==",
"_location": "/uglify-js",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/html-minifier"
],
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.2.tgz",
"_shasum": "cb1a601e67536e9ed094a92dd1e333459643d3f9",
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.3.tgz",
"_shasum": "4a285d1658b8a2ebaef9e51366b3a0f7acd79ec2",
"_spec": "uglify-js@^3.5.1",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/html-minifier",
"_where": "D:\\Projects\\siag\\vanillajs-seed\\node_modules\\html-minifier",
"author": {
"name": "Mihai Bazon",
"email": "mihai.bazon@gmail.com",
@@ -31,12 +31,11 @@
"uglifyjs": "bin/uglifyjs"
},
"bugs": {
"url": "https://github.com/mishoo/UglifyJS2/issues"
"url": "https://github.com/mishoo/UglifyJS/issues"
},
"bundleDependencies": false,
"dependencies": {
"commander": "~2.20.3",
"source-map": "~0.6.1"
"commander": "~2.20.3"
},
"deprecated": false,
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
@@ -53,7 +52,7 @@
"tools",
"LICENSE"
],
"homepage": "https://github.com/mishoo/UglifyJS2#readme",
"homepage": "https://github.com/mishoo/UglifyJS#readme",
"keywords": [
"cli",
"compress",
@@ -94,10 +93,10 @@
"name": "uglify-js",
"repository": {
"type": "git",
"url": "git+https://github.com/mishoo/UglifyJS2.git"
"url": "git+https://github.com/mishoo/UglifyJS.git"
},
"scripts": {
"test": "node test/compress.js && node test/mocha.js"
},
"version": "3.7.2"
"version": "3.9.3"
}