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

24
node_modules/source-map/package.json generated vendored
View File

@@ -1,19 +1,26 @@
{
"_from": "source-map@~0.6.1",
"_args": [
[
"source-map@0.6.1",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "source-map@0.6.1",
"_id": "source-map@0.6.1",
"_inBundle": false,
"_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"_location": "/source-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "source-map@~0.6.1",
"raw": "source-map@0.6.1",
"name": "source-map",
"escapedName": "source-map",
"rawSpec": "~0.6.1",
"rawSpec": "0.6.1",
"saveSpec": null,
"fetchSpec": "~0.6.1"
"fetchSpec": "0.6.1"
},
"_requiredBy": [
"/clean-css",
@@ -23,9 +30,8 @@
"/uglify-js"
],
"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"_shasum": "74722af32e9614e9c287a8d0bbde48b5e2f1a263",
"_spec": "source-map@~0.6.1",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\escodegen",
"_spec": "0.6.1",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Nick Fitzgerald",
"email": "nfitzgerald@mozilla.com"
@@ -33,7 +39,6 @@
"bugs": {
"url": "https://github.com/mozilla/source-map/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tobias Koppers",
@@ -180,7 +185,6 @@
"email": "nicolas.lalevee@hibnet.org"
}
],
"deprecated": false,
"description": "Generates and consumes source maps",
"devDependencies": {
"doctoc": "^0.15.0",