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/cssstyle/package.json generated vendored
View File

@@ -1,31 +1,36 @@
{
"_from": "cssstyle@^1.1.1",
"_args": [
[
"cssstyle@1.4.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "cssstyle@1.4.0",
"_id": "cssstyle@1.4.0",
"_inBundle": false,
"_integrity": "sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==",
"_location": "/cssstyle",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "cssstyle@^1.1.1",
"raw": "cssstyle@1.4.0",
"name": "cssstyle",
"escapedName": "cssstyle",
"rawSpec": "^1.1.1",
"rawSpec": "1.4.0",
"saveSpec": null,
"fetchSpec": "^1.1.1"
"fetchSpec": "1.4.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.4.0.tgz",
"_shasum": "9d31328229d3c565c61e586b02041a28fccdccf1",
"_spec": "cssstyle@^1.1.1",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/jsdom",
"_spec": "1.4.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"bugs": {
"url": "https://github.com/jsakas/CSSStyleDeclaration/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Chad Walker",
@@ -51,7 +56,6 @@
"dependencies": {
"cssom": "0.3.x"
},
"deprecated": false,
"description": "CSSStyleDeclaration Object Model implementation",
"devDependencies": {
"babel-generator": "~6.26.1",