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

36
node_modules/pnotify/package.json generated vendored
View File

@@ -1,28 +1,28 @@
{
"_from": "pnotify@4.0.0",
"_id": "pnotify@4.0.0",
"_from": "pnotify@4.0.1",
"_id": "pnotify@4.0.1",
"_inBundle": false,
"_integrity": "sha512-Fs3xlxmnlgXjUdM3xFfImfkLh5RmTgfRyPS5yT43w0OIrVULbGu1g3mpiH9H2nlAZ5dFEJRqh43sQXl/mVW6yA==",
"_integrity": "sha512-61hbTKWbAx/ghrW8K3LFtUNGVxR04hBN13exUQlweaV4sKHMyZFG102YE2HzVaM0eRFLJFXZlTQB9QPvjMO21g==",
"_location": "/pnotify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pnotify@4.0.0",
"raw": "pnotify@4.0.1",
"name": "pnotify",
"escapedName": "pnotify",
"rawSpec": "4.0.0",
"rawSpec": "4.0.1",
"saveSpec": null,
"fetchSpec": "4.0.0"
"fetchSpec": "4.0.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pnotify/-/pnotify-4.0.0.tgz",
"_shasum": "22b29ae91f0f4727cb3caf137411d0e3777a8017",
"_spec": "pnotify@4.0.0",
"_where": "/home/s2/Code/vanillajs-seed",
"_resolved": "https://registry.npmjs.org/pnotify/-/pnotify-4.0.1.tgz",
"_shasum": "4381253d218d910c07b9075731c4905a890c6f69",
"_spec": "pnotify@4.0.1",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Hunter Perrin"
},
@@ -40,20 +40,20 @@
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"clean-css": "^4.2.1",
"clean-css": "^4.2.3",
"eslint": "^5.16.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-standard": "^4.0.1",
"shelljs": "^0.8.3",
"svelte": "^2.16.1",
"uglify-es": "3.3.9",
"uglify-js": "^3.5.7"
"uglify-js": "^3.8.0"
},
"directories": {
"lib": "lib/umd"
@@ -91,5 +91,5 @@
"lint": "eslint index.html make.js src/*.html src/*.js demo/*",
"prepare": "npm run lint && npm run build"
},
"version": "4.0.0"
"version": "4.0.1"
}