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

@@ -1,19 +1,26 @@
{
"_from": "prelude-ls@~1.1.2",
"_args": [
[
"prelude-ls@1.1.2",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "prelude-ls@1.1.2",
"_id": "prelude-ls@1.1.2",
"_inBundle": false,
"_integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
"_location": "/prelude-ls",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "prelude-ls@~1.1.2",
"raw": "prelude-ls@1.1.2",
"name": "prelude-ls",
"escapedName": "prelude-ls",
"rawSpec": "~1.1.2",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "~1.1.2"
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/levn",
@@ -21,9 +28,8 @@
"/type-check"
],
"_resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
"_shasum": "21932a549f5e52ffd9a827f570e04be62a97da54",
"_spec": "prelude-ls@~1.1.2",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\optionator",
"_spec": "1.1.2",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "George Zahariev",
"email": "z@georgezahariev.com"
@@ -31,8 +37,6 @@
"bugs": {
"url": "https://github.com/gkz/prelude-ls/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.",
"devDependencies": {
"browserify": "~3.24.13",