diff --git a/package.json b/package.json index c2b6dcf..eb50308 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "wstest", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "src/index.js", "scripts": { - "start": "node index.js" + "start": "node src/index.js" }, "author": "", "license": "ISC", diff --git a/client.js b/src/client.js similarity index 100% rename from client.js rename to src/client.js diff --git a/index.html b/src/index.html similarity index 100% rename from index.html rename to src/index.html diff --git a/index.js b/src/index.js similarity index 100% rename from index.js rename to src/index.js diff --git a/node_modules/.bin/mime b/src/node_modules/.bin/mime similarity index 100% rename from node_modules/.bin/mime rename to src/node_modules/.bin/mime diff --git a/node_modules/.bin/nodemon b/src/node_modules/.bin/nodemon similarity index 100% rename from node_modules/.bin/nodemon rename to src/node_modules/.bin/nodemon diff --git a/node_modules/.bin/nodetouch b/src/node_modules/.bin/nodetouch similarity index 100% rename from node_modules/.bin/nodetouch rename to src/node_modules/.bin/nodetouch diff --git a/node_modules/.bin/nopt b/src/node_modules/.bin/nopt similarity index 100% rename from node_modules/.bin/nopt rename to src/node_modules/.bin/nopt diff --git a/node_modules/.bin/semver b/src/node_modules/.bin/semver similarity index 100% rename from node_modules/.bin/semver rename to src/node_modules/.bin/semver diff --git a/node_modules/.package-lock.json b/src/node_modules/.package-lock.json similarity index 100% rename from node_modules/.package-lock.json rename to src/node_modules/.package-lock.json diff --git a/node_modules/abbrev/LICENSE b/src/node_modules/abbrev/LICENSE similarity index 100% rename from node_modules/abbrev/LICENSE rename to src/node_modules/abbrev/LICENSE diff --git a/node_modules/abbrev/README.md b/src/node_modules/abbrev/README.md similarity index 100% rename from node_modules/abbrev/README.md rename to src/node_modules/abbrev/README.md diff --git a/node_modules/abbrev/abbrev.js b/src/node_modules/abbrev/abbrev.js similarity index 100% rename from node_modules/abbrev/abbrev.js rename to src/node_modules/abbrev/abbrev.js diff --git a/node_modules/abbrev/package.json b/src/node_modules/abbrev/package.json similarity index 100% rename from node_modules/abbrev/package.json rename to src/node_modules/abbrev/package.json diff --git a/node_modules/accepts/HISTORY.md b/src/node_modules/accepts/HISTORY.md similarity index 100% rename from node_modules/accepts/HISTORY.md rename to src/node_modules/accepts/HISTORY.md diff --git a/node_modules/accepts/LICENSE b/src/node_modules/accepts/LICENSE similarity index 100% rename from node_modules/accepts/LICENSE rename to src/node_modules/accepts/LICENSE diff --git a/node_modules/accepts/README.md b/src/node_modules/accepts/README.md similarity index 100% rename from node_modules/accepts/README.md rename to src/node_modules/accepts/README.md diff --git a/node_modules/accepts/index.js b/src/node_modules/accepts/index.js similarity index 100% rename from node_modules/accepts/index.js rename to src/node_modules/accepts/index.js diff --git a/node_modules/accepts/package.json b/src/node_modules/accepts/package.json similarity index 100% rename from node_modules/accepts/package.json rename to src/node_modules/accepts/package.json diff --git a/node_modules/anymatch/LICENSE b/src/node_modules/anymatch/LICENSE similarity index 100% rename from node_modules/anymatch/LICENSE rename to src/node_modules/anymatch/LICENSE diff --git a/node_modules/anymatch/README.md b/src/node_modules/anymatch/README.md similarity index 100% rename from node_modules/anymatch/README.md rename to src/node_modules/anymatch/README.md diff --git a/node_modules/anymatch/index.d.ts b/src/node_modules/anymatch/index.d.ts similarity index 100% rename from node_modules/anymatch/index.d.ts rename to src/node_modules/anymatch/index.d.ts diff --git a/node_modules/anymatch/index.js b/src/node_modules/anymatch/index.js similarity index 100% rename from node_modules/anymatch/index.js rename to src/node_modules/anymatch/index.js diff --git a/node_modules/anymatch/package.json b/src/node_modules/anymatch/package.json similarity index 100% rename from node_modules/anymatch/package.json rename to src/node_modules/anymatch/package.json diff --git a/node_modules/array-flatten/LICENSE b/src/node_modules/array-flatten/LICENSE similarity index 100% rename from node_modules/array-flatten/LICENSE rename to src/node_modules/array-flatten/LICENSE diff --git a/node_modules/array-flatten/README.md b/src/node_modules/array-flatten/README.md similarity index 100% rename from node_modules/array-flatten/README.md rename to src/node_modules/array-flatten/README.md diff --git a/node_modules/array-flatten/array-flatten.js b/src/node_modules/array-flatten/array-flatten.js similarity index 100% rename from node_modules/array-flatten/array-flatten.js rename to src/node_modules/array-flatten/array-flatten.js diff --git a/node_modules/array-flatten/package.json b/src/node_modules/array-flatten/package.json similarity index 100% rename from node_modules/array-flatten/package.json rename to src/node_modules/array-flatten/package.json diff --git a/node_modules/balanced-match/.github/FUNDING.yml b/src/node_modules/balanced-match/.github/FUNDING.yml similarity index 100% rename from node_modules/balanced-match/.github/FUNDING.yml rename to src/node_modules/balanced-match/.github/FUNDING.yml diff --git a/node_modules/balanced-match/LICENSE.md b/src/node_modules/balanced-match/LICENSE.md similarity index 100% rename from node_modules/balanced-match/LICENSE.md rename to src/node_modules/balanced-match/LICENSE.md diff --git a/node_modules/balanced-match/README.md b/src/node_modules/balanced-match/README.md similarity index 100% rename from node_modules/balanced-match/README.md rename to src/node_modules/balanced-match/README.md diff --git a/node_modules/balanced-match/index.js b/src/node_modules/balanced-match/index.js similarity index 100% rename from node_modules/balanced-match/index.js rename to src/node_modules/balanced-match/index.js diff --git a/node_modules/balanced-match/package.json b/src/node_modules/balanced-match/package.json similarity index 100% rename from node_modules/balanced-match/package.json rename to src/node_modules/balanced-match/package.json diff --git a/node_modules/binary-extensions/binary-extensions.json b/src/node_modules/binary-extensions/binary-extensions.json similarity index 100% rename from node_modules/binary-extensions/binary-extensions.json rename to src/node_modules/binary-extensions/binary-extensions.json diff --git a/node_modules/binary-extensions/binary-extensions.json.d.ts b/src/node_modules/binary-extensions/binary-extensions.json.d.ts similarity index 100% rename from node_modules/binary-extensions/binary-extensions.json.d.ts rename to src/node_modules/binary-extensions/binary-extensions.json.d.ts diff --git a/node_modules/binary-extensions/index.d.ts b/src/node_modules/binary-extensions/index.d.ts similarity index 100% rename from node_modules/binary-extensions/index.d.ts rename to src/node_modules/binary-extensions/index.d.ts diff --git a/node_modules/binary-extensions/index.js b/src/node_modules/binary-extensions/index.js similarity index 100% rename from node_modules/binary-extensions/index.js rename to src/node_modules/binary-extensions/index.js diff --git a/node_modules/binary-extensions/license b/src/node_modules/binary-extensions/license similarity index 100% rename from node_modules/binary-extensions/license rename to src/node_modules/binary-extensions/license diff --git a/node_modules/binary-extensions/package.json b/src/node_modules/binary-extensions/package.json similarity index 100% rename from node_modules/binary-extensions/package.json rename to src/node_modules/binary-extensions/package.json diff --git a/node_modules/binary-extensions/readme.md b/src/node_modules/binary-extensions/readme.md similarity index 100% rename from node_modules/binary-extensions/readme.md rename to src/node_modules/binary-extensions/readme.md diff --git a/node_modules/body-parser/HISTORY.md b/src/node_modules/body-parser/HISTORY.md similarity index 100% rename from node_modules/body-parser/HISTORY.md rename to src/node_modules/body-parser/HISTORY.md diff --git a/node_modules/body-parser/LICENSE b/src/node_modules/body-parser/LICENSE similarity index 100% rename from node_modules/body-parser/LICENSE rename to src/node_modules/body-parser/LICENSE diff --git a/node_modules/body-parser/README.md b/src/node_modules/body-parser/README.md similarity index 100% rename from node_modules/body-parser/README.md rename to src/node_modules/body-parser/README.md diff --git a/node_modules/body-parser/SECURITY.md b/src/node_modules/body-parser/SECURITY.md similarity index 100% rename from node_modules/body-parser/SECURITY.md rename to src/node_modules/body-parser/SECURITY.md diff --git a/node_modules/body-parser/index.js b/src/node_modules/body-parser/index.js similarity index 100% rename from node_modules/body-parser/index.js rename to src/node_modules/body-parser/index.js diff --git a/node_modules/body-parser/lib/read.js b/src/node_modules/body-parser/lib/read.js similarity index 100% rename from node_modules/body-parser/lib/read.js rename to src/node_modules/body-parser/lib/read.js diff --git a/node_modules/body-parser/lib/types/json.js b/src/node_modules/body-parser/lib/types/json.js similarity index 100% rename from node_modules/body-parser/lib/types/json.js rename to src/node_modules/body-parser/lib/types/json.js diff --git a/node_modules/body-parser/lib/types/raw.js b/src/node_modules/body-parser/lib/types/raw.js similarity index 100% rename from node_modules/body-parser/lib/types/raw.js rename to src/node_modules/body-parser/lib/types/raw.js diff --git a/node_modules/body-parser/lib/types/text.js b/src/node_modules/body-parser/lib/types/text.js similarity index 100% rename from node_modules/body-parser/lib/types/text.js rename to src/node_modules/body-parser/lib/types/text.js diff --git a/node_modules/body-parser/lib/types/urlencoded.js b/src/node_modules/body-parser/lib/types/urlencoded.js similarity index 100% rename from node_modules/body-parser/lib/types/urlencoded.js rename to src/node_modules/body-parser/lib/types/urlencoded.js diff --git a/node_modules/body-parser/package.json b/src/node_modules/body-parser/package.json similarity index 100% rename from node_modules/body-parser/package.json rename to src/node_modules/body-parser/package.json diff --git a/node_modules/brace-expansion/LICENSE b/src/node_modules/brace-expansion/LICENSE similarity index 100% rename from node_modules/brace-expansion/LICENSE rename to src/node_modules/brace-expansion/LICENSE diff --git a/node_modules/brace-expansion/README.md b/src/node_modules/brace-expansion/README.md similarity index 100% rename from node_modules/brace-expansion/README.md rename to src/node_modules/brace-expansion/README.md diff --git a/node_modules/brace-expansion/index.js b/src/node_modules/brace-expansion/index.js similarity index 100% rename from node_modules/brace-expansion/index.js rename to src/node_modules/brace-expansion/index.js diff --git a/node_modules/brace-expansion/package.json b/src/node_modules/brace-expansion/package.json similarity index 100% rename from node_modules/brace-expansion/package.json rename to src/node_modules/brace-expansion/package.json diff --git a/node_modules/braces/CHANGELOG.md b/src/node_modules/braces/CHANGELOG.md similarity index 100% rename from node_modules/braces/CHANGELOG.md rename to src/node_modules/braces/CHANGELOG.md diff --git a/node_modules/braces/LICENSE b/src/node_modules/braces/LICENSE similarity index 100% rename from node_modules/braces/LICENSE rename to src/node_modules/braces/LICENSE diff --git a/node_modules/braces/README.md b/src/node_modules/braces/README.md similarity index 100% rename from node_modules/braces/README.md rename to src/node_modules/braces/README.md diff --git a/node_modules/braces/index.js b/src/node_modules/braces/index.js similarity index 100% rename from node_modules/braces/index.js rename to src/node_modules/braces/index.js diff --git a/node_modules/braces/lib/compile.js b/src/node_modules/braces/lib/compile.js similarity index 100% rename from node_modules/braces/lib/compile.js rename to src/node_modules/braces/lib/compile.js diff --git a/node_modules/braces/lib/constants.js b/src/node_modules/braces/lib/constants.js similarity index 100% rename from node_modules/braces/lib/constants.js rename to src/node_modules/braces/lib/constants.js diff --git a/node_modules/braces/lib/expand.js b/src/node_modules/braces/lib/expand.js similarity index 100% rename from node_modules/braces/lib/expand.js rename to src/node_modules/braces/lib/expand.js diff --git a/node_modules/braces/lib/parse.js b/src/node_modules/braces/lib/parse.js similarity index 100% rename from node_modules/braces/lib/parse.js rename to src/node_modules/braces/lib/parse.js diff --git a/node_modules/braces/lib/stringify.js b/src/node_modules/braces/lib/stringify.js similarity index 100% rename from node_modules/braces/lib/stringify.js rename to src/node_modules/braces/lib/stringify.js diff --git a/node_modules/braces/lib/utils.js b/src/node_modules/braces/lib/utils.js similarity index 100% rename from node_modules/braces/lib/utils.js rename to src/node_modules/braces/lib/utils.js diff --git a/node_modules/braces/package.json b/src/node_modules/braces/package.json similarity index 100% rename from node_modules/braces/package.json rename to src/node_modules/braces/package.json diff --git a/node_modules/bytes/History.md b/src/node_modules/bytes/History.md similarity index 100% rename from node_modules/bytes/History.md rename to src/node_modules/bytes/History.md diff --git a/node_modules/bytes/LICENSE b/src/node_modules/bytes/LICENSE similarity index 100% rename from node_modules/bytes/LICENSE rename to src/node_modules/bytes/LICENSE diff --git a/node_modules/bytes/Readme.md b/src/node_modules/bytes/Readme.md similarity index 100% rename from node_modules/bytes/Readme.md rename to src/node_modules/bytes/Readme.md diff --git a/node_modules/bytes/index.js b/src/node_modules/bytes/index.js similarity index 100% rename from node_modules/bytes/index.js rename to src/node_modules/bytes/index.js diff --git a/node_modules/bytes/package.json b/src/node_modules/bytes/package.json similarity index 100% rename from node_modules/bytes/package.json rename to src/node_modules/bytes/package.json diff --git a/node_modules/call-bind/.eslintignore b/src/node_modules/call-bind/.eslintignore similarity index 100% rename from node_modules/call-bind/.eslintignore rename to src/node_modules/call-bind/.eslintignore diff --git a/node_modules/call-bind/.eslintrc b/src/node_modules/call-bind/.eslintrc similarity index 100% rename from node_modules/call-bind/.eslintrc rename to src/node_modules/call-bind/.eslintrc diff --git a/node_modules/call-bind/.github/FUNDING.yml b/src/node_modules/call-bind/.github/FUNDING.yml similarity index 100% rename from node_modules/call-bind/.github/FUNDING.yml rename to src/node_modules/call-bind/.github/FUNDING.yml diff --git a/node_modules/call-bind/.nycrc b/src/node_modules/call-bind/.nycrc similarity index 100% rename from node_modules/call-bind/.nycrc rename to src/node_modules/call-bind/.nycrc diff --git a/node_modules/call-bind/CHANGELOG.md b/src/node_modules/call-bind/CHANGELOG.md similarity index 100% rename from node_modules/call-bind/CHANGELOG.md rename to src/node_modules/call-bind/CHANGELOG.md diff --git a/node_modules/call-bind/LICENSE b/src/node_modules/call-bind/LICENSE similarity index 100% rename from node_modules/call-bind/LICENSE rename to src/node_modules/call-bind/LICENSE diff --git a/node_modules/call-bind/README.md b/src/node_modules/call-bind/README.md similarity index 100% rename from node_modules/call-bind/README.md rename to src/node_modules/call-bind/README.md diff --git a/node_modules/call-bind/callBound.js b/src/node_modules/call-bind/callBound.js similarity index 100% rename from node_modules/call-bind/callBound.js rename to src/node_modules/call-bind/callBound.js diff --git a/node_modules/call-bind/index.js b/src/node_modules/call-bind/index.js similarity index 100% rename from node_modules/call-bind/index.js rename to src/node_modules/call-bind/index.js diff --git a/node_modules/call-bind/package.json b/src/node_modules/call-bind/package.json similarity index 100% rename from node_modules/call-bind/package.json rename to src/node_modules/call-bind/package.json diff --git a/node_modules/call-bind/test/callBound.js b/src/node_modules/call-bind/test/callBound.js similarity index 100% rename from node_modules/call-bind/test/callBound.js rename to src/node_modules/call-bind/test/callBound.js diff --git a/node_modules/call-bind/test/index.js b/src/node_modules/call-bind/test/index.js similarity index 100% rename from node_modules/call-bind/test/index.js rename to src/node_modules/call-bind/test/index.js diff --git a/node_modules/chokidar/LICENSE b/src/node_modules/chokidar/LICENSE similarity index 100% rename from node_modules/chokidar/LICENSE rename to src/node_modules/chokidar/LICENSE diff --git a/node_modules/chokidar/README.md b/src/node_modules/chokidar/README.md similarity index 100% rename from node_modules/chokidar/README.md rename to src/node_modules/chokidar/README.md diff --git a/node_modules/chokidar/index.js b/src/node_modules/chokidar/index.js similarity index 100% rename from node_modules/chokidar/index.js rename to src/node_modules/chokidar/index.js diff --git a/node_modules/chokidar/lib/constants.js b/src/node_modules/chokidar/lib/constants.js similarity index 100% rename from node_modules/chokidar/lib/constants.js rename to src/node_modules/chokidar/lib/constants.js diff --git a/node_modules/chokidar/lib/fsevents-handler.js b/src/node_modules/chokidar/lib/fsevents-handler.js similarity index 100% rename from node_modules/chokidar/lib/fsevents-handler.js rename to src/node_modules/chokidar/lib/fsevents-handler.js diff --git a/node_modules/chokidar/lib/nodefs-handler.js b/src/node_modules/chokidar/lib/nodefs-handler.js similarity index 100% rename from node_modules/chokidar/lib/nodefs-handler.js rename to src/node_modules/chokidar/lib/nodefs-handler.js diff --git a/node_modules/chokidar/package.json b/src/node_modules/chokidar/package.json similarity index 100% rename from node_modules/chokidar/package.json rename to src/node_modules/chokidar/package.json diff --git a/node_modules/chokidar/types/index.d.ts b/src/node_modules/chokidar/types/index.d.ts similarity index 100% rename from node_modules/chokidar/types/index.d.ts rename to src/node_modules/chokidar/types/index.d.ts diff --git a/node_modules/concat-map/.travis.yml b/src/node_modules/concat-map/.travis.yml similarity index 100% rename from node_modules/concat-map/.travis.yml rename to src/node_modules/concat-map/.travis.yml diff --git a/node_modules/concat-map/LICENSE b/src/node_modules/concat-map/LICENSE similarity index 100% rename from node_modules/concat-map/LICENSE rename to src/node_modules/concat-map/LICENSE diff --git a/node_modules/concat-map/README.markdown b/src/node_modules/concat-map/README.markdown similarity index 100% rename from node_modules/concat-map/README.markdown rename to src/node_modules/concat-map/README.markdown diff --git a/node_modules/concat-map/example/map.js b/src/node_modules/concat-map/example/map.js similarity index 100% rename from node_modules/concat-map/example/map.js rename to src/node_modules/concat-map/example/map.js diff --git a/node_modules/concat-map/index.js b/src/node_modules/concat-map/index.js similarity index 100% rename from node_modules/concat-map/index.js rename to src/node_modules/concat-map/index.js diff --git a/node_modules/concat-map/package.json b/src/node_modules/concat-map/package.json similarity index 100% rename from node_modules/concat-map/package.json rename to src/node_modules/concat-map/package.json diff --git a/node_modules/concat-map/test/map.js b/src/node_modules/concat-map/test/map.js similarity index 100% rename from node_modules/concat-map/test/map.js rename to src/node_modules/concat-map/test/map.js diff --git a/node_modules/content-disposition/HISTORY.md b/src/node_modules/content-disposition/HISTORY.md similarity index 100% rename from node_modules/content-disposition/HISTORY.md rename to src/node_modules/content-disposition/HISTORY.md diff --git a/node_modules/content-disposition/LICENSE b/src/node_modules/content-disposition/LICENSE similarity index 100% rename from node_modules/content-disposition/LICENSE rename to src/node_modules/content-disposition/LICENSE diff --git a/node_modules/content-disposition/README.md b/src/node_modules/content-disposition/README.md similarity index 100% rename from node_modules/content-disposition/README.md rename to src/node_modules/content-disposition/README.md diff --git a/node_modules/content-disposition/index.js b/src/node_modules/content-disposition/index.js similarity index 100% rename from node_modules/content-disposition/index.js rename to src/node_modules/content-disposition/index.js diff --git a/node_modules/content-disposition/package.json b/src/node_modules/content-disposition/package.json similarity index 100% rename from node_modules/content-disposition/package.json rename to src/node_modules/content-disposition/package.json diff --git a/node_modules/content-type/HISTORY.md b/src/node_modules/content-type/HISTORY.md similarity index 100% rename from node_modules/content-type/HISTORY.md rename to src/node_modules/content-type/HISTORY.md diff --git a/node_modules/content-type/LICENSE b/src/node_modules/content-type/LICENSE similarity index 100% rename from node_modules/content-type/LICENSE rename to src/node_modules/content-type/LICENSE diff --git a/node_modules/content-type/README.md b/src/node_modules/content-type/README.md similarity index 100% rename from node_modules/content-type/README.md rename to src/node_modules/content-type/README.md diff --git a/node_modules/content-type/index.js b/src/node_modules/content-type/index.js similarity index 100% rename from node_modules/content-type/index.js rename to src/node_modules/content-type/index.js diff --git a/node_modules/content-type/package.json b/src/node_modules/content-type/package.json similarity index 100% rename from node_modules/content-type/package.json rename to src/node_modules/content-type/package.json diff --git a/node_modules/cookie-signature/.npmignore b/src/node_modules/cookie-signature/.npmignore similarity index 100% rename from node_modules/cookie-signature/.npmignore rename to src/node_modules/cookie-signature/.npmignore diff --git a/node_modules/cookie-signature/History.md b/src/node_modules/cookie-signature/History.md similarity index 100% rename from node_modules/cookie-signature/History.md rename to src/node_modules/cookie-signature/History.md diff --git a/node_modules/cookie-signature/Readme.md b/src/node_modules/cookie-signature/Readme.md similarity index 100% rename from node_modules/cookie-signature/Readme.md rename to src/node_modules/cookie-signature/Readme.md diff --git a/node_modules/cookie-signature/index.js b/src/node_modules/cookie-signature/index.js similarity index 100% rename from node_modules/cookie-signature/index.js rename to src/node_modules/cookie-signature/index.js diff --git a/node_modules/cookie-signature/package.json b/src/node_modules/cookie-signature/package.json similarity index 100% rename from node_modules/cookie-signature/package.json rename to src/node_modules/cookie-signature/package.json diff --git a/node_modules/cookie/HISTORY.md b/src/node_modules/cookie/HISTORY.md similarity index 100% rename from node_modules/cookie/HISTORY.md rename to src/node_modules/cookie/HISTORY.md diff --git a/node_modules/cookie/LICENSE b/src/node_modules/cookie/LICENSE similarity index 100% rename from node_modules/cookie/LICENSE rename to src/node_modules/cookie/LICENSE diff --git a/node_modules/cookie/README.md b/src/node_modules/cookie/README.md similarity index 100% rename from node_modules/cookie/README.md rename to src/node_modules/cookie/README.md diff --git a/node_modules/cookie/SECURITY.md b/src/node_modules/cookie/SECURITY.md similarity index 100% rename from node_modules/cookie/SECURITY.md rename to src/node_modules/cookie/SECURITY.md diff --git a/node_modules/cookie/index.js b/src/node_modules/cookie/index.js similarity index 100% rename from node_modules/cookie/index.js rename to src/node_modules/cookie/index.js diff --git a/node_modules/cookie/package.json b/src/node_modules/cookie/package.json similarity index 100% rename from node_modules/cookie/package.json rename to src/node_modules/cookie/package.json diff --git a/node_modules/debug/.coveralls.yml b/src/node_modules/debug/.coveralls.yml similarity index 100% rename from node_modules/debug/.coveralls.yml rename to src/node_modules/debug/.coveralls.yml diff --git a/node_modules/debug/.eslintrc b/src/node_modules/debug/.eslintrc similarity index 100% rename from node_modules/debug/.eslintrc rename to src/node_modules/debug/.eslintrc diff --git a/node_modules/debug/.npmignore b/src/node_modules/debug/.npmignore similarity index 100% rename from node_modules/debug/.npmignore rename to src/node_modules/debug/.npmignore diff --git a/node_modules/debug/.travis.yml b/src/node_modules/debug/.travis.yml similarity index 100% rename from node_modules/debug/.travis.yml rename to src/node_modules/debug/.travis.yml diff --git a/node_modules/debug/CHANGELOG.md b/src/node_modules/debug/CHANGELOG.md similarity index 100% rename from node_modules/debug/CHANGELOG.md rename to src/node_modules/debug/CHANGELOG.md diff --git a/node_modules/debug/LICENSE b/src/node_modules/debug/LICENSE similarity index 100% rename from node_modules/debug/LICENSE rename to src/node_modules/debug/LICENSE diff --git a/node_modules/debug/Makefile b/src/node_modules/debug/Makefile similarity index 100% rename from node_modules/debug/Makefile rename to src/node_modules/debug/Makefile diff --git a/node_modules/debug/README.md b/src/node_modules/debug/README.md similarity index 100% rename from node_modules/debug/README.md rename to src/node_modules/debug/README.md diff --git a/node_modules/debug/component.json b/src/node_modules/debug/component.json similarity index 100% rename from node_modules/debug/component.json rename to src/node_modules/debug/component.json diff --git a/node_modules/debug/karma.conf.js b/src/node_modules/debug/karma.conf.js similarity index 100% rename from node_modules/debug/karma.conf.js rename to src/node_modules/debug/karma.conf.js diff --git a/node_modules/debug/node.js b/src/node_modules/debug/node.js similarity index 100% rename from node_modules/debug/node.js rename to src/node_modules/debug/node.js diff --git a/node_modules/debug/package.json b/src/node_modules/debug/package.json similarity index 100% rename from node_modules/debug/package.json rename to src/node_modules/debug/package.json diff --git a/node_modules/debug/src/browser.js b/src/node_modules/debug/src/browser.js similarity index 100% rename from node_modules/debug/src/browser.js rename to src/node_modules/debug/src/browser.js diff --git a/node_modules/debug/src/debug.js b/src/node_modules/debug/src/debug.js similarity index 100% rename from node_modules/debug/src/debug.js rename to src/node_modules/debug/src/debug.js diff --git a/node_modules/debug/src/index.js b/src/node_modules/debug/src/index.js similarity index 100% rename from node_modules/debug/src/index.js rename to src/node_modules/debug/src/index.js diff --git a/node_modules/debug/src/inspector-log.js b/src/node_modules/debug/src/inspector-log.js similarity index 100% rename from node_modules/debug/src/inspector-log.js rename to src/node_modules/debug/src/inspector-log.js diff --git a/node_modules/debug/src/node.js b/src/node_modules/debug/src/node.js similarity index 100% rename from node_modules/debug/src/node.js rename to src/node_modules/debug/src/node.js diff --git a/node_modules/depd/History.md b/src/node_modules/depd/History.md similarity index 100% rename from node_modules/depd/History.md rename to src/node_modules/depd/History.md diff --git a/node_modules/depd/LICENSE b/src/node_modules/depd/LICENSE similarity index 100% rename from node_modules/depd/LICENSE rename to src/node_modules/depd/LICENSE diff --git a/node_modules/depd/Readme.md b/src/node_modules/depd/Readme.md similarity index 100% rename from node_modules/depd/Readme.md rename to src/node_modules/depd/Readme.md diff --git a/node_modules/depd/index.js b/src/node_modules/depd/index.js similarity index 100% rename from node_modules/depd/index.js rename to src/node_modules/depd/index.js diff --git a/node_modules/depd/lib/browser/index.js b/src/node_modules/depd/lib/browser/index.js similarity index 100% rename from node_modules/depd/lib/browser/index.js rename to src/node_modules/depd/lib/browser/index.js diff --git a/node_modules/depd/package.json b/src/node_modules/depd/package.json similarity index 100% rename from node_modules/depd/package.json rename to src/node_modules/depd/package.json diff --git a/node_modules/destroy/LICENSE b/src/node_modules/destroy/LICENSE similarity index 100% rename from node_modules/destroy/LICENSE rename to src/node_modules/destroy/LICENSE diff --git a/node_modules/destroy/README.md b/src/node_modules/destroy/README.md similarity index 100% rename from node_modules/destroy/README.md rename to src/node_modules/destroy/README.md diff --git a/node_modules/destroy/index.js b/src/node_modules/destroy/index.js similarity index 100% rename from node_modules/destroy/index.js rename to src/node_modules/destroy/index.js diff --git a/node_modules/destroy/package.json b/src/node_modules/destroy/package.json similarity index 100% rename from node_modules/destroy/package.json rename to src/node_modules/destroy/package.json diff --git a/node_modules/ee-first/LICENSE b/src/node_modules/ee-first/LICENSE similarity index 100% rename from node_modules/ee-first/LICENSE rename to src/node_modules/ee-first/LICENSE diff --git a/node_modules/ee-first/README.md b/src/node_modules/ee-first/README.md similarity index 100% rename from node_modules/ee-first/README.md rename to src/node_modules/ee-first/README.md diff --git a/node_modules/ee-first/index.js b/src/node_modules/ee-first/index.js similarity index 100% rename from node_modules/ee-first/index.js rename to src/node_modules/ee-first/index.js diff --git a/node_modules/ee-first/package.json b/src/node_modules/ee-first/package.json similarity index 100% rename from node_modules/ee-first/package.json rename to src/node_modules/ee-first/package.json diff --git a/node_modules/encodeurl/HISTORY.md b/src/node_modules/encodeurl/HISTORY.md similarity index 100% rename from node_modules/encodeurl/HISTORY.md rename to src/node_modules/encodeurl/HISTORY.md diff --git a/node_modules/encodeurl/LICENSE b/src/node_modules/encodeurl/LICENSE similarity index 100% rename from node_modules/encodeurl/LICENSE rename to src/node_modules/encodeurl/LICENSE diff --git a/node_modules/encodeurl/README.md b/src/node_modules/encodeurl/README.md similarity index 100% rename from node_modules/encodeurl/README.md rename to src/node_modules/encodeurl/README.md diff --git a/node_modules/encodeurl/index.js b/src/node_modules/encodeurl/index.js similarity index 100% rename from node_modules/encodeurl/index.js rename to src/node_modules/encodeurl/index.js diff --git a/node_modules/encodeurl/package.json b/src/node_modules/encodeurl/package.json similarity index 100% rename from node_modules/encodeurl/package.json rename to src/node_modules/encodeurl/package.json diff --git a/node_modules/escape-html/LICENSE b/src/node_modules/escape-html/LICENSE similarity index 100% rename from node_modules/escape-html/LICENSE rename to src/node_modules/escape-html/LICENSE diff --git a/node_modules/escape-html/Readme.md b/src/node_modules/escape-html/Readme.md similarity index 100% rename from node_modules/escape-html/Readme.md rename to src/node_modules/escape-html/Readme.md diff --git a/node_modules/escape-html/index.js b/src/node_modules/escape-html/index.js similarity index 100% rename from node_modules/escape-html/index.js rename to src/node_modules/escape-html/index.js diff --git a/node_modules/escape-html/package.json b/src/node_modules/escape-html/package.json similarity index 100% rename from node_modules/escape-html/package.json rename to src/node_modules/escape-html/package.json diff --git a/node_modules/etag/HISTORY.md b/src/node_modules/etag/HISTORY.md similarity index 100% rename from node_modules/etag/HISTORY.md rename to src/node_modules/etag/HISTORY.md diff --git a/node_modules/etag/LICENSE b/src/node_modules/etag/LICENSE similarity index 100% rename from node_modules/etag/LICENSE rename to src/node_modules/etag/LICENSE diff --git a/node_modules/etag/README.md b/src/node_modules/etag/README.md similarity index 100% rename from node_modules/etag/README.md rename to src/node_modules/etag/README.md diff --git a/node_modules/etag/index.js b/src/node_modules/etag/index.js similarity index 100% rename from node_modules/etag/index.js rename to src/node_modules/etag/index.js diff --git a/node_modules/etag/package.json b/src/node_modules/etag/package.json similarity index 100% rename from node_modules/etag/package.json rename to src/node_modules/etag/package.json diff --git a/node_modules/express/History.md b/src/node_modules/express/History.md similarity index 100% rename from node_modules/express/History.md rename to src/node_modules/express/History.md diff --git a/node_modules/express/LICENSE b/src/node_modules/express/LICENSE similarity index 100% rename from node_modules/express/LICENSE rename to src/node_modules/express/LICENSE diff --git a/node_modules/express/Readme.md b/src/node_modules/express/Readme.md similarity index 100% rename from node_modules/express/Readme.md rename to src/node_modules/express/Readme.md diff --git a/node_modules/express/index.js b/src/node_modules/express/index.js similarity index 100% rename from node_modules/express/index.js rename to src/node_modules/express/index.js diff --git a/node_modules/express/lib/application.js b/src/node_modules/express/lib/application.js similarity index 100% rename from node_modules/express/lib/application.js rename to src/node_modules/express/lib/application.js diff --git a/node_modules/express/lib/express.js b/src/node_modules/express/lib/express.js similarity index 100% rename from node_modules/express/lib/express.js rename to src/node_modules/express/lib/express.js diff --git a/node_modules/express/lib/middleware/init.js b/src/node_modules/express/lib/middleware/init.js similarity index 100% rename from node_modules/express/lib/middleware/init.js rename to src/node_modules/express/lib/middleware/init.js diff --git a/node_modules/express/lib/middleware/query.js b/src/node_modules/express/lib/middleware/query.js similarity index 100% rename from node_modules/express/lib/middleware/query.js rename to src/node_modules/express/lib/middleware/query.js diff --git a/node_modules/express/lib/request.js b/src/node_modules/express/lib/request.js similarity index 100% rename from node_modules/express/lib/request.js rename to src/node_modules/express/lib/request.js diff --git a/node_modules/express/lib/response.js b/src/node_modules/express/lib/response.js similarity index 100% rename from node_modules/express/lib/response.js rename to src/node_modules/express/lib/response.js diff --git a/node_modules/express/lib/router/index.js b/src/node_modules/express/lib/router/index.js similarity index 100% rename from node_modules/express/lib/router/index.js rename to src/node_modules/express/lib/router/index.js diff --git a/node_modules/express/lib/router/layer.js b/src/node_modules/express/lib/router/layer.js similarity index 100% rename from node_modules/express/lib/router/layer.js rename to src/node_modules/express/lib/router/layer.js diff --git a/node_modules/express/lib/router/route.js b/src/node_modules/express/lib/router/route.js similarity index 100% rename from node_modules/express/lib/router/route.js rename to src/node_modules/express/lib/router/route.js diff --git a/node_modules/express/lib/utils.js b/src/node_modules/express/lib/utils.js similarity index 100% rename from node_modules/express/lib/utils.js rename to src/node_modules/express/lib/utils.js diff --git a/node_modules/express/lib/view.js b/src/node_modules/express/lib/view.js similarity index 100% rename from node_modules/express/lib/view.js rename to src/node_modules/express/lib/view.js diff --git a/node_modules/express/package.json b/src/node_modules/express/package.json similarity index 100% rename from node_modules/express/package.json rename to src/node_modules/express/package.json diff --git a/node_modules/fill-range/LICENSE b/src/node_modules/fill-range/LICENSE similarity index 100% rename from node_modules/fill-range/LICENSE rename to src/node_modules/fill-range/LICENSE diff --git a/node_modules/fill-range/README.md b/src/node_modules/fill-range/README.md similarity index 100% rename from node_modules/fill-range/README.md rename to src/node_modules/fill-range/README.md diff --git a/node_modules/fill-range/index.js b/src/node_modules/fill-range/index.js similarity index 100% rename from node_modules/fill-range/index.js rename to src/node_modules/fill-range/index.js diff --git a/node_modules/fill-range/package.json b/src/node_modules/fill-range/package.json similarity index 100% rename from node_modules/fill-range/package.json rename to src/node_modules/fill-range/package.json diff --git a/node_modules/finalhandler/HISTORY.md b/src/node_modules/finalhandler/HISTORY.md similarity index 100% rename from node_modules/finalhandler/HISTORY.md rename to src/node_modules/finalhandler/HISTORY.md diff --git a/node_modules/finalhandler/LICENSE b/src/node_modules/finalhandler/LICENSE similarity index 100% rename from node_modules/finalhandler/LICENSE rename to src/node_modules/finalhandler/LICENSE diff --git a/node_modules/finalhandler/README.md b/src/node_modules/finalhandler/README.md similarity index 100% rename from node_modules/finalhandler/README.md rename to src/node_modules/finalhandler/README.md diff --git a/node_modules/finalhandler/SECURITY.md b/src/node_modules/finalhandler/SECURITY.md similarity index 100% rename from node_modules/finalhandler/SECURITY.md rename to src/node_modules/finalhandler/SECURITY.md diff --git a/node_modules/finalhandler/index.js b/src/node_modules/finalhandler/index.js similarity index 100% rename from node_modules/finalhandler/index.js rename to src/node_modules/finalhandler/index.js diff --git a/node_modules/finalhandler/package.json b/src/node_modules/finalhandler/package.json similarity index 100% rename from node_modules/finalhandler/package.json rename to src/node_modules/finalhandler/package.json diff --git a/node_modules/forwarded/HISTORY.md b/src/node_modules/forwarded/HISTORY.md similarity index 100% rename from node_modules/forwarded/HISTORY.md rename to src/node_modules/forwarded/HISTORY.md diff --git a/node_modules/forwarded/LICENSE b/src/node_modules/forwarded/LICENSE similarity index 100% rename from node_modules/forwarded/LICENSE rename to src/node_modules/forwarded/LICENSE diff --git a/node_modules/forwarded/README.md b/src/node_modules/forwarded/README.md similarity index 100% rename from node_modules/forwarded/README.md rename to src/node_modules/forwarded/README.md diff --git a/node_modules/forwarded/index.js b/src/node_modules/forwarded/index.js similarity index 100% rename from node_modules/forwarded/index.js rename to src/node_modules/forwarded/index.js diff --git a/node_modules/forwarded/package.json b/src/node_modules/forwarded/package.json similarity index 100% rename from node_modules/forwarded/package.json rename to src/node_modules/forwarded/package.json diff --git a/node_modules/fresh/HISTORY.md b/src/node_modules/fresh/HISTORY.md similarity index 100% rename from node_modules/fresh/HISTORY.md rename to src/node_modules/fresh/HISTORY.md diff --git a/node_modules/fresh/LICENSE b/src/node_modules/fresh/LICENSE similarity index 100% rename from node_modules/fresh/LICENSE rename to src/node_modules/fresh/LICENSE diff --git a/node_modules/fresh/README.md b/src/node_modules/fresh/README.md similarity index 100% rename from node_modules/fresh/README.md rename to src/node_modules/fresh/README.md diff --git a/node_modules/fresh/index.js b/src/node_modules/fresh/index.js similarity index 100% rename from node_modules/fresh/index.js rename to src/node_modules/fresh/index.js diff --git a/node_modules/fresh/package.json b/src/node_modules/fresh/package.json similarity index 100% rename from node_modules/fresh/package.json rename to src/node_modules/fresh/package.json diff --git a/node_modules/function-bind/.editorconfig b/src/node_modules/function-bind/.editorconfig similarity index 100% rename from node_modules/function-bind/.editorconfig rename to src/node_modules/function-bind/.editorconfig diff --git a/node_modules/function-bind/.eslintrc b/src/node_modules/function-bind/.eslintrc similarity index 100% rename from node_modules/function-bind/.eslintrc rename to src/node_modules/function-bind/.eslintrc diff --git a/node_modules/function-bind/.jscs.json b/src/node_modules/function-bind/.jscs.json similarity index 100% rename from node_modules/function-bind/.jscs.json rename to src/node_modules/function-bind/.jscs.json diff --git a/node_modules/function-bind/.npmignore b/src/node_modules/function-bind/.npmignore similarity index 100% rename from node_modules/function-bind/.npmignore rename to src/node_modules/function-bind/.npmignore diff --git a/node_modules/function-bind/.travis.yml b/src/node_modules/function-bind/.travis.yml similarity index 100% rename from node_modules/function-bind/.travis.yml rename to src/node_modules/function-bind/.travis.yml diff --git a/node_modules/function-bind/LICENSE b/src/node_modules/function-bind/LICENSE similarity index 100% rename from node_modules/function-bind/LICENSE rename to src/node_modules/function-bind/LICENSE diff --git a/node_modules/function-bind/README.md b/src/node_modules/function-bind/README.md similarity index 100% rename from node_modules/function-bind/README.md rename to src/node_modules/function-bind/README.md diff --git a/node_modules/function-bind/implementation.js b/src/node_modules/function-bind/implementation.js similarity index 100% rename from node_modules/function-bind/implementation.js rename to src/node_modules/function-bind/implementation.js diff --git a/node_modules/function-bind/index.js b/src/node_modules/function-bind/index.js similarity index 100% rename from node_modules/function-bind/index.js rename to src/node_modules/function-bind/index.js diff --git a/node_modules/function-bind/package.json b/src/node_modules/function-bind/package.json similarity index 100% rename from node_modules/function-bind/package.json rename to src/node_modules/function-bind/package.json diff --git a/node_modules/function-bind/test/.eslintrc b/src/node_modules/function-bind/test/.eslintrc similarity index 100% rename from node_modules/function-bind/test/.eslintrc rename to src/node_modules/function-bind/test/.eslintrc diff --git a/node_modules/function-bind/test/index.js b/src/node_modules/function-bind/test/index.js similarity index 100% rename from node_modules/function-bind/test/index.js rename to src/node_modules/function-bind/test/index.js diff --git a/node_modules/get-intrinsic/.eslintrc b/src/node_modules/get-intrinsic/.eslintrc similarity index 100% rename from node_modules/get-intrinsic/.eslintrc rename to src/node_modules/get-intrinsic/.eslintrc diff --git a/node_modules/get-intrinsic/.github/FUNDING.yml b/src/node_modules/get-intrinsic/.github/FUNDING.yml similarity index 100% rename from node_modules/get-intrinsic/.github/FUNDING.yml rename to src/node_modules/get-intrinsic/.github/FUNDING.yml diff --git a/node_modules/get-intrinsic/.nycrc b/src/node_modules/get-intrinsic/.nycrc similarity index 100% rename from node_modules/get-intrinsic/.nycrc rename to src/node_modules/get-intrinsic/.nycrc diff --git a/node_modules/get-intrinsic/CHANGELOG.md b/src/node_modules/get-intrinsic/CHANGELOG.md similarity index 100% rename from node_modules/get-intrinsic/CHANGELOG.md rename to src/node_modules/get-intrinsic/CHANGELOG.md diff --git a/node_modules/get-intrinsic/LICENSE b/src/node_modules/get-intrinsic/LICENSE similarity index 100% rename from node_modules/get-intrinsic/LICENSE rename to src/node_modules/get-intrinsic/LICENSE diff --git a/node_modules/get-intrinsic/README.md b/src/node_modules/get-intrinsic/README.md similarity index 100% rename from node_modules/get-intrinsic/README.md rename to src/node_modules/get-intrinsic/README.md diff --git a/node_modules/get-intrinsic/index.js b/src/node_modules/get-intrinsic/index.js similarity index 100% rename from node_modules/get-intrinsic/index.js rename to src/node_modules/get-intrinsic/index.js diff --git a/node_modules/get-intrinsic/package.json b/src/node_modules/get-intrinsic/package.json similarity index 100% rename from node_modules/get-intrinsic/package.json rename to src/node_modules/get-intrinsic/package.json diff --git a/node_modules/get-intrinsic/test/GetIntrinsic.js b/src/node_modules/get-intrinsic/test/GetIntrinsic.js similarity index 100% rename from node_modules/get-intrinsic/test/GetIntrinsic.js rename to src/node_modules/get-intrinsic/test/GetIntrinsic.js diff --git a/node_modules/glob-parent/CHANGELOG.md b/src/node_modules/glob-parent/CHANGELOG.md similarity index 100% rename from node_modules/glob-parent/CHANGELOG.md rename to src/node_modules/glob-parent/CHANGELOG.md diff --git a/node_modules/glob-parent/LICENSE b/src/node_modules/glob-parent/LICENSE similarity index 100% rename from node_modules/glob-parent/LICENSE rename to src/node_modules/glob-parent/LICENSE diff --git a/node_modules/glob-parent/README.md b/src/node_modules/glob-parent/README.md similarity index 100% rename from node_modules/glob-parent/README.md rename to src/node_modules/glob-parent/README.md diff --git a/node_modules/glob-parent/index.js b/src/node_modules/glob-parent/index.js similarity index 100% rename from node_modules/glob-parent/index.js rename to src/node_modules/glob-parent/index.js diff --git a/node_modules/glob-parent/package.json b/src/node_modules/glob-parent/package.json similarity index 100% rename from node_modules/glob-parent/package.json rename to src/node_modules/glob-parent/package.json diff --git a/node_modules/has-flag/index.js b/src/node_modules/has-flag/index.js similarity index 100% rename from node_modules/has-flag/index.js rename to src/node_modules/has-flag/index.js diff --git a/node_modules/has-flag/license b/src/node_modules/has-flag/license similarity index 100% rename from node_modules/has-flag/license rename to src/node_modules/has-flag/license diff --git a/node_modules/has-flag/package.json b/src/node_modules/has-flag/package.json similarity index 100% rename from node_modules/has-flag/package.json rename to src/node_modules/has-flag/package.json diff --git a/node_modules/has-flag/readme.md b/src/node_modules/has-flag/readme.md similarity index 100% rename from node_modules/has-flag/readme.md rename to src/node_modules/has-flag/readme.md diff --git a/node_modules/has-proto/.eslintrc b/src/node_modules/has-proto/.eslintrc similarity index 100% rename from node_modules/has-proto/.eslintrc rename to src/node_modules/has-proto/.eslintrc diff --git a/node_modules/has-proto/.github/FUNDING.yml b/src/node_modules/has-proto/.github/FUNDING.yml similarity index 100% rename from node_modules/has-proto/.github/FUNDING.yml rename to src/node_modules/has-proto/.github/FUNDING.yml diff --git a/node_modules/has-proto/CHANGELOG.md b/src/node_modules/has-proto/CHANGELOG.md similarity index 100% rename from node_modules/has-proto/CHANGELOG.md rename to src/node_modules/has-proto/CHANGELOG.md diff --git a/node_modules/has-proto/LICENSE b/src/node_modules/has-proto/LICENSE similarity index 100% rename from node_modules/has-proto/LICENSE rename to src/node_modules/has-proto/LICENSE diff --git a/node_modules/has-proto/README.md b/src/node_modules/has-proto/README.md similarity index 100% rename from node_modules/has-proto/README.md rename to src/node_modules/has-proto/README.md diff --git a/node_modules/has-proto/index.js b/src/node_modules/has-proto/index.js similarity index 100% rename from node_modules/has-proto/index.js rename to src/node_modules/has-proto/index.js diff --git a/node_modules/has-proto/package.json b/src/node_modules/has-proto/package.json similarity index 100% rename from node_modules/has-proto/package.json rename to src/node_modules/has-proto/package.json diff --git a/node_modules/has-proto/test/index.js b/src/node_modules/has-proto/test/index.js similarity index 100% rename from node_modules/has-proto/test/index.js rename to src/node_modules/has-proto/test/index.js diff --git a/node_modules/has-symbols/.eslintrc b/src/node_modules/has-symbols/.eslintrc similarity index 100% rename from node_modules/has-symbols/.eslintrc rename to src/node_modules/has-symbols/.eslintrc diff --git a/node_modules/has-symbols/.github/FUNDING.yml b/src/node_modules/has-symbols/.github/FUNDING.yml similarity index 100% rename from node_modules/has-symbols/.github/FUNDING.yml rename to src/node_modules/has-symbols/.github/FUNDING.yml diff --git a/node_modules/has-symbols/.nycrc b/src/node_modules/has-symbols/.nycrc similarity index 100% rename from node_modules/has-symbols/.nycrc rename to src/node_modules/has-symbols/.nycrc diff --git a/node_modules/has-symbols/CHANGELOG.md b/src/node_modules/has-symbols/CHANGELOG.md similarity index 100% rename from node_modules/has-symbols/CHANGELOG.md rename to src/node_modules/has-symbols/CHANGELOG.md diff --git a/node_modules/has-symbols/LICENSE b/src/node_modules/has-symbols/LICENSE similarity index 100% rename from node_modules/has-symbols/LICENSE rename to src/node_modules/has-symbols/LICENSE diff --git a/node_modules/has-symbols/README.md b/src/node_modules/has-symbols/README.md similarity index 100% rename from node_modules/has-symbols/README.md rename to src/node_modules/has-symbols/README.md diff --git a/node_modules/has-symbols/index.js b/src/node_modules/has-symbols/index.js similarity index 100% rename from node_modules/has-symbols/index.js rename to src/node_modules/has-symbols/index.js diff --git a/node_modules/has-symbols/package.json b/src/node_modules/has-symbols/package.json similarity index 100% rename from node_modules/has-symbols/package.json rename to src/node_modules/has-symbols/package.json diff --git a/node_modules/has-symbols/shams.js b/src/node_modules/has-symbols/shams.js similarity index 100% rename from node_modules/has-symbols/shams.js rename to src/node_modules/has-symbols/shams.js diff --git a/node_modules/has-symbols/test/index.js b/src/node_modules/has-symbols/test/index.js similarity index 100% rename from node_modules/has-symbols/test/index.js rename to src/node_modules/has-symbols/test/index.js diff --git a/node_modules/has-symbols/test/shams/core-js.js b/src/node_modules/has-symbols/test/shams/core-js.js similarity index 100% rename from node_modules/has-symbols/test/shams/core-js.js rename to src/node_modules/has-symbols/test/shams/core-js.js diff --git a/node_modules/has-symbols/test/shams/get-own-property-symbols.js b/src/node_modules/has-symbols/test/shams/get-own-property-symbols.js similarity index 100% rename from node_modules/has-symbols/test/shams/get-own-property-symbols.js rename to src/node_modules/has-symbols/test/shams/get-own-property-symbols.js diff --git a/node_modules/has-symbols/test/tests.js b/src/node_modules/has-symbols/test/tests.js similarity index 100% rename from node_modules/has-symbols/test/tests.js rename to src/node_modules/has-symbols/test/tests.js diff --git a/node_modules/has/LICENSE-MIT b/src/node_modules/has/LICENSE-MIT similarity index 100% rename from node_modules/has/LICENSE-MIT rename to src/node_modules/has/LICENSE-MIT diff --git a/node_modules/has/README.md b/src/node_modules/has/README.md similarity index 100% rename from node_modules/has/README.md rename to src/node_modules/has/README.md diff --git a/node_modules/has/package.json b/src/node_modules/has/package.json similarity index 100% rename from node_modules/has/package.json rename to src/node_modules/has/package.json diff --git a/node_modules/has/src/index.js b/src/node_modules/has/src/index.js similarity index 100% rename from node_modules/has/src/index.js rename to src/node_modules/has/src/index.js diff --git a/node_modules/has/test/index.js b/src/node_modules/has/test/index.js similarity index 100% rename from node_modules/has/test/index.js rename to src/node_modules/has/test/index.js diff --git a/node_modules/http-errors/HISTORY.md b/src/node_modules/http-errors/HISTORY.md similarity index 100% rename from node_modules/http-errors/HISTORY.md rename to src/node_modules/http-errors/HISTORY.md diff --git a/node_modules/http-errors/LICENSE b/src/node_modules/http-errors/LICENSE similarity index 100% rename from node_modules/http-errors/LICENSE rename to src/node_modules/http-errors/LICENSE diff --git a/node_modules/http-errors/README.md b/src/node_modules/http-errors/README.md similarity index 100% rename from node_modules/http-errors/README.md rename to src/node_modules/http-errors/README.md diff --git a/node_modules/http-errors/index.js b/src/node_modules/http-errors/index.js similarity index 100% rename from node_modules/http-errors/index.js rename to src/node_modules/http-errors/index.js diff --git a/node_modules/http-errors/package.json b/src/node_modules/http-errors/package.json similarity index 100% rename from node_modules/http-errors/package.json rename to src/node_modules/http-errors/package.json diff --git a/node_modules/iconv-lite/Changelog.md b/src/node_modules/iconv-lite/Changelog.md similarity index 100% rename from node_modules/iconv-lite/Changelog.md rename to src/node_modules/iconv-lite/Changelog.md diff --git a/node_modules/iconv-lite/LICENSE b/src/node_modules/iconv-lite/LICENSE similarity index 100% rename from node_modules/iconv-lite/LICENSE rename to src/node_modules/iconv-lite/LICENSE diff --git a/node_modules/iconv-lite/README.md b/src/node_modules/iconv-lite/README.md similarity index 100% rename from node_modules/iconv-lite/README.md rename to src/node_modules/iconv-lite/README.md diff --git a/node_modules/iconv-lite/encodings/dbcs-codec.js b/src/node_modules/iconv-lite/encodings/dbcs-codec.js similarity index 100% rename from node_modules/iconv-lite/encodings/dbcs-codec.js rename to src/node_modules/iconv-lite/encodings/dbcs-codec.js diff --git a/node_modules/iconv-lite/encodings/dbcs-data.js b/src/node_modules/iconv-lite/encodings/dbcs-data.js similarity index 100% rename from node_modules/iconv-lite/encodings/dbcs-data.js rename to src/node_modules/iconv-lite/encodings/dbcs-data.js diff --git a/node_modules/iconv-lite/encodings/index.js b/src/node_modules/iconv-lite/encodings/index.js similarity index 100% rename from node_modules/iconv-lite/encodings/index.js rename to src/node_modules/iconv-lite/encodings/index.js diff --git a/node_modules/iconv-lite/encodings/internal.js b/src/node_modules/iconv-lite/encodings/internal.js similarity index 100% rename from node_modules/iconv-lite/encodings/internal.js rename to src/node_modules/iconv-lite/encodings/internal.js diff --git a/node_modules/iconv-lite/encodings/sbcs-codec.js b/src/node_modules/iconv-lite/encodings/sbcs-codec.js similarity index 100% rename from node_modules/iconv-lite/encodings/sbcs-codec.js rename to src/node_modules/iconv-lite/encodings/sbcs-codec.js diff --git a/node_modules/iconv-lite/encodings/sbcs-data-generated.js b/src/node_modules/iconv-lite/encodings/sbcs-data-generated.js similarity index 100% rename from node_modules/iconv-lite/encodings/sbcs-data-generated.js rename to src/node_modules/iconv-lite/encodings/sbcs-data-generated.js diff --git a/node_modules/iconv-lite/encodings/sbcs-data.js b/src/node_modules/iconv-lite/encodings/sbcs-data.js similarity index 100% rename from node_modules/iconv-lite/encodings/sbcs-data.js rename to src/node_modules/iconv-lite/encodings/sbcs-data.js diff --git a/node_modules/iconv-lite/encodings/tables/big5-added.json b/src/node_modules/iconv-lite/encodings/tables/big5-added.json similarity index 100% rename from node_modules/iconv-lite/encodings/tables/big5-added.json rename to src/node_modules/iconv-lite/encodings/tables/big5-added.json diff --git a/node_modules/iconv-lite/encodings/tables/cp936.json b/src/node_modules/iconv-lite/encodings/tables/cp936.json similarity index 100% rename from node_modules/iconv-lite/encodings/tables/cp936.json rename to src/node_modules/iconv-lite/encodings/tables/cp936.json diff --git a/node_modules/iconv-lite/encodings/tables/cp949.json b/src/node_modules/iconv-lite/encodings/tables/cp949.json similarity index 100% rename from node_modules/iconv-lite/encodings/tables/cp949.json rename to src/node_modules/iconv-lite/encodings/tables/cp949.json diff --git a/node_modules/iconv-lite/encodings/tables/cp950.json b/src/node_modules/iconv-lite/encodings/tables/cp950.json similarity index 100% rename from node_modules/iconv-lite/encodings/tables/cp950.json rename to src/node_modules/iconv-lite/encodings/tables/cp950.json diff --git a/node_modules/iconv-lite/encodings/tables/eucjp.json b/src/node_modules/iconv-lite/encodings/tables/eucjp.json similarity index 100% rename from node_modules/iconv-lite/encodings/tables/eucjp.json rename to src/node_modules/iconv-lite/encodings/tables/eucjp.json diff --git a/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json b/src/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json similarity index 100% rename from node_modules/iconv-lite/encodings/tables/gb18030-ranges.json rename to src/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json diff --git a/node_modules/iconv-lite/encodings/tables/gbk-added.json b/src/node_modules/iconv-lite/encodings/tables/gbk-added.json similarity index 100% rename from node_modules/iconv-lite/encodings/tables/gbk-added.json rename to src/node_modules/iconv-lite/encodings/tables/gbk-added.json diff --git a/node_modules/iconv-lite/encodings/tables/shiftjis.json b/src/node_modules/iconv-lite/encodings/tables/shiftjis.json similarity index 100% rename from node_modules/iconv-lite/encodings/tables/shiftjis.json rename to src/node_modules/iconv-lite/encodings/tables/shiftjis.json diff --git a/node_modules/iconv-lite/encodings/utf16.js b/src/node_modules/iconv-lite/encodings/utf16.js similarity index 100% rename from node_modules/iconv-lite/encodings/utf16.js rename to src/node_modules/iconv-lite/encodings/utf16.js diff --git a/node_modules/iconv-lite/encodings/utf7.js b/src/node_modules/iconv-lite/encodings/utf7.js similarity index 100% rename from node_modules/iconv-lite/encodings/utf7.js rename to src/node_modules/iconv-lite/encodings/utf7.js diff --git a/node_modules/iconv-lite/lib/bom-handling.js b/src/node_modules/iconv-lite/lib/bom-handling.js similarity index 100% rename from node_modules/iconv-lite/lib/bom-handling.js rename to src/node_modules/iconv-lite/lib/bom-handling.js diff --git a/node_modules/iconv-lite/lib/extend-node.js b/src/node_modules/iconv-lite/lib/extend-node.js similarity index 100% rename from node_modules/iconv-lite/lib/extend-node.js rename to src/node_modules/iconv-lite/lib/extend-node.js diff --git a/node_modules/iconv-lite/lib/index.d.ts b/src/node_modules/iconv-lite/lib/index.d.ts similarity index 100% rename from node_modules/iconv-lite/lib/index.d.ts rename to src/node_modules/iconv-lite/lib/index.d.ts diff --git a/node_modules/iconv-lite/lib/index.js b/src/node_modules/iconv-lite/lib/index.js similarity index 100% rename from node_modules/iconv-lite/lib/index.js rename to src/node_modules/iconv-lite/lib/index.js diff --git a/node_modules/iconv-lite/lib/streams.js b/src/node_modules/iconv-lite/lib/streams.js similarity index 100% rename from node_modules/iconv-lite/lib/streams.js rename to src/node_modules/iconv-lite/lib/streams.js diff --git a/node_modules/iconv-lite/package.json b/src/node_modules/iconv-lite/package.json similarity index 100% rename from node_modules/iconv-lite/package.json rename to src/node_modules/iconv-lite/package.json diff --git a/node_modules/ignore-by-default/LICENSE b/src/node_modules/ignore-by-default/LICENSE similarity index 100% rename from node_modules/ignore-by-default/LICENSE rename to src/node_modules/ignore-by-default/LICENSE diff --git a/node_modules/ignore-by-default/README.md b/src/node_modules/ignore-by-default/README.md similarity index 100% rename from node_modules/ignore-by-default/README.md rename to src/node_modules/ignore-by-default/README.md diff --git a/node_modules/ignore-by-default/index.js b/src/node_modules/ignore-by-default/index.js similarity index 100% rename from node_modules/ignore-by-default/index.js rename to src/node_modules/ignore-by-default/index.js diff --git a/node_modules/ignore-by-default/package.json b/src/node_modules/ignore-by-default/package.json similarity index 100% rename from node_modules/ignore-by-default/package.json rename to src/node_modules/ignore-by-default/package.json diff --git a/node_modules/inherits/LICENSE b/src/node_modules/inherits/LICENSE similarity index 100% rename from node_modules/inherits/LICENSE rename to src/node_modules/inherits/LICENSE diff --git a/node_modules/inherits/README.md b/src/node_modules/inherits/README.md similarity index 100% rename from node_modules/inherits/README.md rename to src/node_modules/inherits/README.md diff --git a/node_modules/inherits/inherits.js b/src/node_modules/inherits/inherits.js similarity index 100% rename from node_modules/inherits/inherits.js rename to src/node_modules/inherits/inherits.js diff --git a/node_modules/inherits/inherits_browser.js b/src/node_modules/inherits/inherits_browser.js similarity index 100% rename from node_modules/inherits/inherits_browser.js rename to src/node_modules/inherits/inherits_browser.js diff --git a/node_modules/inherits/package.json b/src/node_modules/inherits/package.json similarity index 100% rename from node_modules/inherits/package.json rename to src/node_modules/inherits/package.json diff --git a/node_modules/ipaddr.js/LICENSE b/src/node_modules/ipaddr.js/LICENSE similarity index 100% rename from node_modules/ipaddr.js/LICENSE rename to src/node_modules/ipaddr.js/LICENSE diff --git a/node_modules/ipaddr.js/README.md b/src/node_modules/ipaddr.js/README.md similarity index 100% rename from node_modules/ipaddr.js/README.md rename to src/node_modules/ipaddr.js/README.md diff --git a/node_modules/ipaddr.js/ipaddr.min.js b/src/node_modules/ipaddr.js/ipaddr.min.js similarity index 100% rename from node_modules/ipaddr.js/ipaddr.min.js rename to src/node_modules/ipaddr.js/ipaddr.min.js diff --git a/node_modules/ipaddr.js/lib/ipaddr.js b/src/node_modules/ipaddr.js/lib/ipaddr.js similarity index 100% rename from node_modules/ipaddr.js/lib/ipaddr.js rename to src/node_modules/ipaddr.js/lib/ipaddr.js diff --git a/node_modules/ipaddr.js/lib/ipaddr.js.d.ts b/src/node_modules/ipaddr.js/lib/ipaddr.js.d.ts similarity index 100% rename from node_modules/ipaddr.js/lib/ipaddr.js.d.ts rename to src/node_modules/ipaddr.js/lib/ipaddr.js.d.ts diff --git a/node_modules/ipaddr.js/package.json b/src/node_modules/ipaddr.js/package.json similarity index 100% rename from node_modules/ipaddr.js/package.json rename to src/node_modules/ipaddr.js/package.json diff --git a/node_modules/is-binary-path/index.d.ts b/src/node_modules/is-binary-path/index.d.ts similarity index 100% rename from node_modules/is-binary-path/index.d.ts rename to src/node_modules/is-binary-path/index.d.ts diff --git a/node_modules/is-binary-path/index.js b/src/node_modules/is-binary-path/index.js similarity index 100% rename from node_modules/is-binary-path/index.js rename to src/node_modules/is-binary-path/index.js diff --git a/node_modules/is-binary-path/license b/src/node_modules/is-binary-path/license similarity index 100% rename from node_modules/is-binary-path/license rename to src/node_modules/is-binary-path/license diff --git a/node_modules/is-binary-path/package.json b/src/node_modules/is-binary-path/package.json similarity index 100% rename from node_modules/is-binary-path/package.json rename to src/node_modules/is-binary-path/package.json diff --git a/node_modules/is-binary-path/readme.md b/src/node_modules/is-binary-path/readme.md similarity index 100% rename from node_modules/is-binary-path/readme.md rename to src/node_modules/is-binary-path/readme.md diff --git a/node_modules/is-extglob/LICENSE b/src/node_modules/is-extglob/LICENSE similarity index 100% rename from node_modules/is-extglob/LICENSE rename to src/node_modules/is-extglob/LICENSE diff --git a/node_modules/is-extglob/README.md b/src/node_modules/is-extglob/README.md similarity index 100% rename from node_modules/is-extglob/README.md rename to src/node_modules/is-extglob/README.md diff --git a/node_modules/is-extglob/index.js b/src/node_modules/is-extglob/index.js similarity index 100% rename from node_modules/is-extglob/index.js rename to src/node_modules/is-extglob/index.js diff --git a/node_modules/is-extglob/package.json b/src/node_modules/is-extglob/package.json similarity index 100% rename from node_modules/is-extglob/package.json rename to src/node_modules/is-extglob/package.json diff --git a/node_modules/is-glob/LICENSE b/src/node_modules/is-glob/LICENSE similarity index 100% rename from node_modules/is-glob/LICENSE rename to src/node_modules/is-glob/LICENSE diff --git a/node_modules/is-glob/README.md b/src/node_modules/is-glob/README.md similarity index 100% rename from node_modules/is-glob/README.md rename to src/node_modules/is-glob/README.md diff --git a/node_modules/is-glob/index.js b/src/node_modules/is-glob/index.js similarity index 100% rename from node_modules/is-glob/index.js rename to src/node_modules/is-glob/index.js diff --git a/node_modules/is-glob/package.json b/src/node_modules/is-glob/package.json similarity index 100% rename from node_modules/is-glob/package.json rename to src/node_modules/is-glob/package.json diff --git a/node_modules/is-number/LICENSE b/src/node_modules/is-number/LICENSE similarity index 100% rename from node_modules/is-number/LICENSE rename to src/node_modules/is-number/LICENSE diff --git a/node_modules/is-number/README.md b/src/node_modules/is-number/README.md similarity index 100% rename from node_modules/is-number/README.md rename to src/node_modules/is-number/README.md diff --git a/node_modules/is-number/index.js b/src/node_modules/is-number/index.js similarity index 100% rename from node_modules/is-number/index.js rename to src/node_modules/is-number/index.js diff --git a/node_modules/is-number/package.json b/src/node_modules/is-number/package.json similarity index 100% rename from node_modules/is-number/package.json rename to src/node_modules/is-number/package.json diff --git a/node_modules/media-typer/HISTORY.md b/src/node_modules/media-typer/HISTORY.md similarity index 100% rename from node_modules/media-typer/HISTORY.md rename to src/node_modules/media-typer/HISTORY.md diff --git a/node_modules/media-typer/LICENSE b/src/node_modules/media-typer/LICENSE similarity index 100% rename from node_modules/media-typer/LICENSE rename to src/node_modules/media-typer/LICENSE diff --git a/node_modules/media-typer/README.md b/src/node_modules/media-typer/README.md similarity index 100% rename from node_modules/media-typer/README.md rename to src/node_modules/media-typer/README.md diff --git a/node_modules/media-typer/index.js b/src/node_modules/media-typer/index.js similarity index 100% rename from node_modules/media-typer/index.js rename to src/node_modules/media-typer/index.js diff --git a/node_modules/media-typer/package.json b/src/node_modules/media-typer/package.json similarity index 100% rename from node_modules/media-typer/package.json rename to src/node_modules/media-typer/package.json diff --git a/node_modules/merge-descriptors/HISTORY.md b/src/node_modules/merge-descriptors/HISTORY.md similarity index 100% rename from node_modules/merge-descriptors/HISTORY.md rename to src/node_modules/merge-descriptors/HISTORY.md diff --git a/node_modules/merge-descriptors/LICENSE b/src/node_modules/merge-descriptors/LICENSE similarity index 100% rename from node_modules/merge-descriptors/LICENSE rename to src/node_modules/merge-descriptors/LICENSE diff --git a/node_modules/merge-descriptors/README.md b/src/node_modules/merge-descriptors/README.md similarity index 100% rename from node_modules/merge-descriptors/README.md rename to src/node_modules/merge-descriptors/README.md diff --git a/node_modules/merge-descriptors/index.js b/src/node_modules/merge-descriptors/index.js similarity index 100% rename from node_modules/merge-descriptors/index.js rename to src/node_modules/merge-descriptors/index.js diff --git a/node_modules/merge-descriptors/package.json b/src/node_modules/merge-descriptors/package.json similarity index 100% rename from node_modules/merge-descriptors/package.json rename to src/node_modules/merge-descriptors/package.json diff --git a/node_modules/methods/HISTORY.md b/src/node_modules/methods/HISTORY.md similarity index 100% rename from node_modules/methods/HISTORY.md rename to src/node_modules/methods/HISTORY.md diff --git a/node_modules/methods/LICENSE b/src/node_modules/methods/LICENSE similarity index 100% rename from node_modules/methods/LICENSE rename to src/node_modules/methods/LICENSE diff --git a/node_modules/methods/README.md b/src/node_modules/methods/README.md similarity index 100% rename from node_modules/methods/README.md rename to src/node_modules/methods/README.md diff --git a/node_modules/methods/index.js b/src/node_modules/methods/index.js similarity index 100% rename from node_modules/methods/index.js rename to src/node_modules/methods/index.js diff --git a/node_modules/methods/package.json b/src/node_modules/methods/package.json similarity index 100% rename from node_modules/methods/package.json rename to src/node_modules/methods/package.json diff --git a/node_modules/mime-db/HISTORY.md b/src/node_modules/mime-db/HISTORY.md similarity index 100% rename from node_modules/mime-db/HISTORY.md rename to src/node_modules/mime-db/HISTORY.md diff --git a/node_modules/mime-db/LICENSE b/src/node_modules/mime-db/LICENSE similarity index 100% rename from node_modules/mime-db/LICENSE rename to src/node_modules/mime-db/LICENSE diff --git a/node_modules/mime-db/README.md b/src/node_modules/mime-db/README.md similarity index 100% rename from node_modules/mime-db/README.md rename to src/node_modules/mime-db/README.md diff --git a/node_modules/mime-db/db.json b/src/node_modules/mime-db/db.json similarity index 100% rename from node_modules/mime-db/db.json rename to src/node_modules/mime-db/db.json diff --git a/node_modules/mime-db/index.js b/src/node_modules/mime-db/index.js similarity index 100% rename from node_modules/mime-db/index.js rename to src/node_modules/mime-db/index.js diff --git a/node_modules/mime-db/package.json b/src/node_modules/mime-db/package.json similarity index 100% rename from node_modules/mime-db/package.json rename to src/node_modules/mime-db/package.json diff --git a/node_modules/mime-types/HISTORY.md b/src/node_modules/mime-types/HISTORY.md similarity index 100% rename from node_modules/mime-types/HISTORY.md rename to src/node_modules/mime-types/HISTORY.md diff --git a/node_modules/mime-types/LICENSE b/src/node_modules/mime-types/LICENSE similarity index 100% rename from node_modules/mime-types/LICENSE rename to src/node_modules/mime-types/LICENSE diff --git a/node_modules/mime-types/README.md b/src/node_modules/mime-types/README.md similarity index 100% rename from node_modules/mime-types/README.md rename to src/node_modules/mime-types/README.md diff --git a/node_modules/mime-types/index.js b/src/node_modules/mime-types/index.js similarity index 100% rename from node_modules/mime-types/index.js rename to src/node_modules/mime-types/index.js diff --git a/node_modules/mime-types/package.json b/src/node_modules/mime-types/package.json similarity index 100% rename from node_modules/mime-types/package.json rename to src/node_modules/mime-types/package.json diff --git a/node_modules/mime/.npmignore b/src/node_modules/mime/.npmignore similarity index 100% rename from node_modules/mime/.npmignore rename to src/node_modules/mime/.npmignore diff --git a/node_modules/mime/CHANGELOG.md b/src/node_modules/mime/CHANGELOG.md similarity index 100% rename from node_modules/mime/CHANGELOG.md rename to src/node_modules/mime/CHANGELOG.md diff --git a/node_modules/mime/LICENSE b/src/node_modules/mime/LICENSE similarity index 100% rename from node_modules/mime/LICENSE rename to src/node_modules/mime/LICENSE diff --git a/node_modules/mime/README.md b/src/node_modules/mime/README.md similarity index 100% rename from node_modules/mime/README.md rename to src/node_modules/mime/README.md diff --git a/node_modules/mime/cli.js b/src/node_modules/mime/cli.js similarity index 100% rename from node_modules/mime/cli.js rename to src/node_modules/mime/cli.js diff --git a/node_modules/mime/mime.js b/src/node_modules/mime/mime.js similarity index 100% rename from node_modules/mime/mime.js rename to src/node_modules/mime/mime.js diff --git a/node_modules/mime/package.json b/src/node_modules/mime/package.json similarity index 100% rename from node_modules/mime/package.json rename to src/node_modules/mime/package.json diff --git a/node_modules/mime/src/build.js b/src/node_modules/mime/src/build.js similarity index 100% rename from node_modules/mime/src/build.js rename to src/node_modules/mime/src/build.js diff --git a/node_modules/mime/src/test.js b/src/node_modules/mime/src/test.js similarity index 100% rename from node_modules/mime/src/test.js rename to src/node_modules/mime/src/test.js diff --git a/node_modules/mime/types.json b/src/node_modules/mime/types.json similarity index 100% rename from node_modules/mime/types.json rename to src/node_modules/mime/types.json diff --git a/node_modules/minimatch/LICENSE b/src/node_modules/minimatch/LICENSE similarity index 100% rename from node_modules/minimatch/LICENSE rename to src/node_modules/minimatch/LICENSE diff --git a/node_modules/minimatch/README.md b/src/node_modules/minimatch/README.md similarity index 100% rename from node_modules/minimatch/README.md rename to src/node_modules/minimatch/README.md diff --git a/node_modules/minimatch/minimatch.js b/src/node_modules/minimatch/minimatch.js similarity index 100% rename from node_modules/minimatch/minimatch.js rename to src/node_modules/minimatch/minimatch.js diff --git a/node_modules/minimatch/package.json b/src/node_modules/minimatch/package.json similarity index 100% rename from node_modules/minimatch/package.json rename to src/node_modules/minimatch/package.json diff --git a/node_modules/ms/index.js b/src/node_modules/ms/index.js similarity index 100% rename from node_modules/ms/index.js rename to src/node_modules/ms/index.js diff --git a/node_modules/ms/license.md b/src/node_modules/ms/license.md similarity index 100% rename from node_modules/ms/license.md rename to src/node_modules/ms/license.md diff --git a/node_modules/ms/package.json b/src/node_modules/ms/package.json similarity index 100% rename from node_modules/ms/package.json rename to src/node_modules/ms/package.json diff --git a/node_modules/ms/readme.md b/src/node_modules/ms/readme.md similarity index 100% rename from node_modules/ms/readme.md rename to src/node_modules/ms/readme.md diff --git a/node_modules/negotiator/HISTORY.md b/src/node_modules/negotiator/HISTORY.md similarity index 100% rename from node_modules/negotiator/HISTORY.md rename to src/node_modules/negotiator/HISTORY.md diff --git a/node_modules/negotiator/LICENSE b/src/node_modules/negotiator/LICENSE similarity index 100% rename from node_modules/negotiator/LICENSE rename to src/node_modules/negotiator/LICENSE diff --git a/node_modules/negotiator/README.md b/src/node_modules/negotiator/README.md similarity index 100% rename from node_modules/negotiator/README.md rename to src/node_modules/negotiator/README.md diff --git a/node_modules/negotiator/index.js b/src/node_modules/negotiator/index.js similarity index 100% rename from node_modules/negotiator/index.js rename to src/node_modules/negotiator/index.js diff --git a/node_modules/negotiator/lib/charset.js b/src/node_modules/negotiator/lib/charset.js similarity index 100% rename from node_modules/negotiator/lib/charset.js rename to src/node_modules/negotiator/lib/charset.js diff --git a/node_modules/negotiator/lib/encoding.js b/src/node_modules/negotiator/lib/encoding.js similarity index 100% rename from node_modules/negotiator/lib/encoding.js rename to src/node_modules/negotiator/lib/encoding.js diff --git a/node_modules/negotiator/lib/language.js b/src/node_modules/negotiator/lib/language.js similarity index 100% rename from node_modules/negotiator/lib/language.js rename to src/node_modules/negotiator/lib/language.js diff --git a/node_modules/negotiator/lib/mediaType.js b/src/node_modules/negotiator/lib/mediaType.js similarity index 100% rename from node_modules/negotiator/lib/mediaType.js rename to src/node_modules/negotiator/lib/mediaType.js diff --git a/node_modules/negotiator/package.json b/src/node_modules/negotiator/package.json similarity index 100% rename from node_modules/negotiator/package.json rename to src/node_modules/negotiator/package.json diff --git a/node_modules/nodemon/LICENSE b/src/node_modules/nodemon/LICENSE similarity index 100% rename from node_modules/nodemon/LICENSE rename to src/node_modules/nodemon/LICENSE diff --git a/node_modules/nodemon/README.md b/src/node_modules/nodemon/README.md similarity index 100% rename from node_modules/nodemon/README.md rename to src/node_modules/nodemon/README.md diff --git a/node_modules/nodemon/bin/nodemon.js b/src/node_modules/nodemon/bin/nodemon.js similarity index 100% rename from node_modules/nodemon/bin/nodemon.js rename to src/node_modules/nodemon/bin/nodemon.js diff --git a/node_modules/nodemon/bin/windows-kill.exe b/src/node_modules/nodemon/bin/windows-kill.exe similarity index 100% rename from node_modules/nodemon/bin/windows-kill.exe rename to src/node_modules/nodemon/bin/windows-kill.exe diff --git a/node_modules/nodemon/doc/cli/authors.txt b/src/node_modules/nodemon/doc/cli/authors.txt similarity index 100% rename from node_modules/nodemon/doc/cli/authors.txt rename to src/node_modules/nodemon/doc/cli/authors.txt diff --git a/node_modules/nodemon/doc/cli/config.txt b/src/node_modules/nodemon/doc/cli/config.txt similarity index 100% rename from node_modules/nodemon/doc/cli/config.txt rename to src/node_modules/nodemon/doc/cli/config.txt diff --git a/node_modules/nodemon/doc/cli/help.txt b/src/node_modules/nodemon/doc/cli/help.txt similarity index 100% rename from node_modules/nodemon/doc/cli/help.txt rename to src/node_modules/nodemon/doc/cli/help.txt diff --git a/node_modules/nodemon/doc/cli/logo.txt b/src/node_modules/nodemon/doc/cli/logo.txt similarity index 100% rename from node_modules/nodemon/doc/cli/logo.txt rename to src/node_modules/nodemon/doc/cli/logo.txt diff --git a/node_modules/nodemon/doc/cli/options.txt b/src/node_modules/nodemon/doc/cli/options.txt similarity index 100% rename from node_modules/nodemon/doc/cli/options.txt rename to src/node_modules/nodemon/doc/cli/options.txt diff --git a/node_modules/nodemon/doc/cli/topics.txt b/src/node_modules/nodemon/doc/cli/topics.txt similarity index 100% rename from node_modules/nodemon/doc/cli/topics.txt rename to src/node_modules/nodemon/doc/cli/topics.txt diff --git a/node_modules/nodemon/doc/cli/usage.txt b/src/node_modules/nodemon/doc/cli/usage.txt similarity index 100% rename from node_modules/nodemon/doc/cli/usage.txt rename to src/node_modules/nodemon/doc/cli/usage.txt diff --git a/node_modules/nodemon/doc/cli/whoami.txt b/src/node_modules/nodemon/doc/cli/whoami.txt similarity index 100% rename from node_modules/nodemon/doc/cli/whoami.txt rename to src/node_modules/nodemon/doc/cli/whoami.txt diff --git a/node_modules/nodemon/lib/cli/index.js b/src/node_modules/nodemon/lib/cli/index.js similarity index 100% rename from node_modules/nodemon/lib/cli/index.js rename to src/node_modules/nodemon/lib/cli/index.js diff --git a/node_modules/nodemon/lib/cli/parse.js b/src/node_modules/nodemon/lib/cli/parse.js similarity index 100% rename from node_modules/nodemon/lib/cli/parse.js rename to src/node_modules/nodemon/lib/cli/parse.js diff --git a/node_modules/nodemon/lib/config/command.js b/src/node_modules/nodemon/lib/config/command.js similarity index 100% rename from node_modules/nodemon/lib/config/command.js rename to src/node_modules/nodemon/lib/config/command.js diff --git a/node_modules/nodemon/lib/config/defaults.js b/src/node_modules/nodemon/lib/config/defaults.js similarity index 100% rename from node_modules/nodemon/lib/config/defaults.js rename to src/node_modules/nodemon/lib/config/defaults.js diff --git a/node_modules/nodemon/lib/config/exec.js b/src/node_modules/nodemon/lib/config/exec.js similarity index 100% rename from node_modules/nodemon/lib/config/exec.js rename to src/node_modules/nodemon/lib/config/exec.js diff --git a/node_modules/nodemon/lib/config/index.js b/src/node_modules/nodemon/lib/config/index.js similarity index 100% rename from node_modules/nodemon/lib/config/index.js rename to src/node_modules/nodemon/lib/config/index.js diff --git a/node_modules/nodemon/lib/config/load.js b/src/node_modules/nodemon/lib/config/load.js similarity index 100% rename from node_modules/nodemon/lib/config/load.js rename to src/node_modules/nodemon/lib/config/load.js diff --git a/node_modules/nodemon/lib/help/index.js b/src/node_modules/nodemon/lib/help/index.js similarity index 100% rename from node_modules/nodemon/lib/help/index.js rename to src/node_modules/nodemon/lib/help/index.js diff --git a/node_modules/nodemon/lib/index.js b/src/node_modules/nodemon/lib/index.js similarity index 100% rename from node_modules/nodemon/lib/index.js rename to src/node_modules/nodemon/lib/index.js diff --git a/node_modules/nodemon/lib/monitor/index.js b/src/node_modules/nodemon/lib/monitor/index.js similarity index 100% rename from node_modules/nodemon/lib/monitor/index.js rename to src/node_modules/nodemon/lib/monitor/index.js diff --git a/node_modules/nodemon/lib/monitor/match.js b/src/node_modules/nodemon/lib/monitor/match.js similarity index 100% rename from node_modules/nodemon/lib/monitor/match.js rename to src/node_modules/nodemon/lib/monitor/match.js diff --git a/node_modules/nodemon/lib/monitor/run.js b/src/node_modules/nodemon/lib/monitor/run.js similarity index 100% rename from node_modules/nodemon/lib/monitor/run.js rename to src/node_modules/nodemon/lib/monitor/run.js diff --git a/node_modules/nodemon/lib/monitor/signals.js b/src/node_modules/nodemon/lib/monitor/signals.js similarity index 100% rename from node_modules/nodemon/lib/monitor/signals.js rename to src/node_modules/nodemon/lib/monitor/signals.js diff --git a/node_modules/nodemon/lib/monitor/watch.js b/src/node_modules/nodemon/lib/monitor/watch.js similarity index 100% rename from node_modules/nodemon/lib/monitor/watch.js rename to src/node_modules/nodemon/lib/monitor/watch.js diff --git a/node_modules/nodemon/lib/nodemon.js b/src/node_modules/nodemon/lib/nodemon.js similarity index 100% rename from node_modules/nodemon/lib/nodemon.js rename to src/node_modules/nodemon/lib/nodemon.js diff --git a/node_modules/nodemon/lib/rules/add.js b/src/node_modules/nodemon/lib/rules/add.js similarity index 100% rename from node_modules/nodemon/lib/rules/add.js rename to src/node_modules/nodemon/lib/rules/add.js diff --git a/node_modules/nodemon/lib/rules/index.js b/src/node_modules/nodemon/lib/rules/index.js similarity index 100% rename from node_modules/nodemon/lib/rules/index.js rename to src/node_modules/nodemon/lib/rules/index.js diff --git a/node_modules/nodemon/lib/rules/parse.js b/src/node_modules/nodemon/lib/rules/parse.js similarity index 100% rename from node_modules/nodemon/lib/rules/parse.js rename to src/node_modules/nodemon/lib/rules/parse.js diff --git a/node_modules/nodemon/lib/spawn.js b/src/node_modules/nodemon/lib/spawn.js similarity index 100% rename from node_modules/nodemon/lib/spawn.js rename to src/node_modules/nodemon/lib/spawn.js diff --git a/node_modules/nodemon/lib/utils/bus.js b/src/node_modules/nodemon/lib/utils/bus.js similarity index 100% rename from node_modules/nodemon/lib/utils/bus.js rename to src/node_modules/nodemon/lib/utils/bus.js diff --git a/node_modules/nodemon/lib/utils/clone.js b/src/node_modules/nodemon/lib/utils/clone.js similarity index 100% rename from node_modules/nodemon/lib/utils/clone.js rename to src/node_modules/nodemon/lib/utils/clone.js diff --git a/node_modules/nodemon/lib/utils/colour.js b/src/node_modules/nodemon/lib/utils/colour.js similarity index 100% rename from node_modules/nodemon/lib/utils/colour.js rename to src/node_modules/nodemon/lib/utils/colour.js diff --git a/node_modules/nodemon/lib/utils/index.js b/src/node_modules/nodemon/lib/utils/index.js similarity index 100% rename from node_modules/nodemon/lib/utils/index.js rename to src/node_modules/nodemon/lib/utils/index.js diff --git a/node_modules/nodemon/lib/utils/log.js b/src/node_modules/nodemon/lib/utils/log.js similarity index 100% rename from node_modules/nodemon/lib/utils/log.js rename to src/node_modules/nodemon/lib/utils/log.js diff --git a/node_modules/nodemon/lib/utils/merge.js b/src/node_modules/nodemon/lib/utils/merge.js similarity index 100% rename from node_modules/nodemon/lib/utils/merge.js rename to src/node_modules/nodemon/lib/utils/merge.js diff --git a/node_modules/nodemon/lib/version.js b/src/node_modules/nodemon/lib/version.js similarity index 100% rename from node_modules/nodemon/lib/version.js rename to src/node_modules/nodemon/lib/version.js diff --git a/node_modules/nodemon/node_modules/debug/CHANGELOG.md b/src/node_modules/nodemon/node_modules/debug/CHANGELOG.md similarity index 100% rename from node_modules/nodemon/node_modules/debug/CHANGELOG.md rename to src/node_modules/nodemon/node_modules/debug/CHANGELOG.md diff --git a/node_modules/nodemon/node_modules/debug/LICENSE b/src/node_modules/nodemon/node_modules/debug/LICENSE similarity index 100% rename from node_modules/nodemon/node_modules/debug/LICENSE rename to src/node_modules/nodemon/node_modules/debug/LICENSE diff --git a/node_modules/nodemon/node_modules/debug/README.md b/src/node_modules/nodemon/node_modules/debug/README.md similarity index 100% rename from node_modules/nodemon/node_modules/debug/README.md rename to src/node_modules/nodemon/node_modules/debug/README.md diff --git a/node_modules/nodemon/node_modules/debug/node.js b/src/node_modules/nodemon/node_modules/debug/node.js similarity index 100% rename from node_modules/nodemon/node_modules/debug/node.js rename to src/node_modules/nodemon/node_modules/debug/node.js diff --git a/node_modules/nodemon/node_modules/debug/package.json b/src/node_modules/nodemon/node_modules/debug/package.json similarity index 100% rename from node_modules/nodemon/node_modules/debug/package.json rename to src/node_modules/nodemon/node_modules/debug/package.json diff --git a/node_modules/nodemon/node_modules/debug/src/browser.js b/src/node_modules/nodemon/node_modules/debug/src/browser.js similarity index 100% rename from node_modules/nodemon/node_modules/debug/src/browser.js rename to src/node_modules/nodemon/node_modules/debug/src/browser.js diff --git a/node_modules/nodemon/node_modules/debug/src/common.js b/src/node_modules/nodemon/node_modules/debug/src/common.js similarity index 100% rename from node_modules/nodemon/node_modules/debug/src/common.js rename to src/node_modules/nodemon/node_modules/debug/src/common.js diff --git a/node_modules/nodemon/node_modules/debug/src/index.js b/src/node_modules/nodemon/node_modules/debug/src/index.js similarity index 100% rename from node_modules/nodemon/node_modules/debug/src/index.js rename to src/node_modules/nodemon/node_modules/debug/src/index.js diff --git a/node_modules/nodemon/node_modules/debug/src/node.js b/src/node_modules/nodemon/node_modules/debug/src/node.js similarity index 100% rename from node_modules/nodemon/node_modules/debug/src/node.js rename to src/node_modules/nodemon/node_modules/debug/src/node.js diff --git a/node_modules/nodemon/node_modules/ms/index.js b/src/node_modules/nodemon/node_modules/ms/index.js similarity index 100% rename from node_modules/nodemon/node_modules/ms/index.js rename to src/node_modules/nodemon/node_modules/ms/index.js diff --git a/node_modules/nodemon/node_modules/ms/license.md b/src/node_modules/nodemon/node_modules/ms/license.md similarity index 100% rename from node_modules/nodemon/node_modules/ms/license.md rename to src/node_modules/nodemon/node_modules/ms/license.md diff --git a/node_modules/nodemon/node_modules/ms/package.json b/src/node_modules/nodemon/node_modules/ms/package.json similarity index 100% rename from node_modules/nodemon/node_modules/ms/package.json rename to src/node_modules/nodemon/node_modules/ms/package.json diff --git a/node_modules/nodemon/node_modules/ms/readme.md b/src/node_modules/nodemon/node_modules/ms/readme.md similarity index 100% rename from node_modules/nodemon/node_modules/ms/readme.md rename to src/node_modules/nodemon/node_modules/ms/readme.md diff --git a/node_modules/nodemon/package.json b/src/node_modules/nodemon/package.json similarity index 100% rename from node_modules/nodemon/package.json rename to src/node_modules/nodemon/package.json diff --git a/node_modules/nopt/.npmignore b/src/node_modules/nopt/.npmignore similarity index 100% rename from node_modules/nopt/.npmignore rename to src/node_modules/nopt/.npmignore diff --git a/node_modules/nopt/LICENSE b/src/node_modules/nopt/LICENSE similarity index 100% rename from node_modules/nopt/LICENSE rename to src/node_modules/nopt/LICENSE diff --git a/node_modules/nopt/README.md b/src/node_modules/nopt/README.md similarity index 100% rename from node_modules/nopt/README.md rename to src/node_modules/nopt/README.md diff --git a/node_modules/nopt/bin/nopt.js b/src/node_modules/nopt/bin/nopt.js similarity index 100% rename from node_modules/nopt/bin/nopt.js rename to src/node_modules/nopt/bin/nopt.js diff --git a/node_modules/nopt/examples/my-program.js b/src/node_modules/nopt/examples/my-program.js similarity index 100% rename from node_modules/nopt/examples/my-program.js rename to src/node_modules/nopt/examples/my-program.js diff --git a/node_modules/nopt/lib/nopt.js b/src/node_modules/nopt/lib/nopt.js similarity index 100% rename from node_modules/nopt/lib/nopt.js rename to src/node_modules/nopt/lib/nopt.js diff --git a/node_modules/nopt/package.json b/src/node_modules/nopt/package.json similarity index 100% rename from node_modules/nopt/package.json rename to src/node_modules/nopt/package.json diff --git a/node_modules/normalize-path/LICENSE b/src/node_modules/normalize-path/LICENSE similarity index 100% rename from node_modules/normalize-path/LICENSE rename to src/node_modules/normalize-path/LICENSE diff --git a/node_modules/normalize-path/README.md b/src/node_modules/normalize-path/README.md similarity index 100% rename from node_modules/normalize-path/README.md rename to src/node_modules/normalize-path/README.md diff --git a/node_modules/normalize-path/index.js b/src/node_modules/normalize-path/index.js similarity index 100% rename from node_modules/normalize-path/index.js rename to src/node_modules/normalize-path/index.js diff --git a/node_modules/normalize-path/package.json b/src/node_modules/normalize-path/package.json similarity index 100% rename from node_modules/normalize-path/package.json rename to src/node_modules/normalize-path/package.json diff --git a/node_modules/object-inspect/.eslintrc b/src/node_modules/object-inspect/.eslintrc similarity index 100% rename from node_modules/object-inspect/.eslintrc rename to src/node_modules/object-inspect/.eslintrc diff --git a/node_modules/object-inspect/.github/FUNDING.yml b/src/node_modules/object-inspect/.github/FUNDING.yml similarity index 100% rename from node_modules/object-inspect/.github/FUNDING.yml rename to src/node_modules/object-inspect/.github/FUNDING.yml diff --git a/node_modules/object-inspect/.nycrc b/src/node_modules/object-inspect/.nycrc similarity index 100% rename from node_modules/object-inspect/.nycrc rename to src/node_modules/object-inspect/.nycrc diff --git a/node_modules/object-inspect/CHANGELOG.md b/src/node_modules/object-inspect/CHANGELOG.md similarity index 100% rename from node_modules/object-inspect/CHANGELOG.md rename to src/node_modules/object-inspect/CHANGELOG.md diff --git a/node_modules/object-inspect/LICENSE b/src/node_modules/object-inspect/LICENSE similarity index 100% rename from node_modules/object-inspect/LICENSE rename to src/node_modules/object-inspect/LICENSE diff --git a/node_modules/object-inspect/example/all.js b/src/node_modules/object-inspect/example/all.js similarity index 100% rename from node_modules/object-inspect/example/all.js rename to src/node_modules/object-inspect/example/all.js diff --git a/node_modules/object-inspect/example/circular.js b/src/node_modules/object-inspect/example/circular.js similarity index 100% rename from node_modules/object-inspect/example/circular.js rename to src/node_modules/object-inspect/example/circular.js diff --git a/node_modules/object-inspect/example/fn.js b/src/node_modules/object-inspect/example/fn.js similarity index 100% rename from node_modules/object-inspect/example/fn.js rename to src/node_modules/object-inspect/example/fn.js diff --git a/node_modules/object-inspect/example/inspect.js b/src/node_modules/object-inspect/example/inspect.js similarity index 100% rename from node_modules/object-inspect/example/inspect.js rename to src/node_modules/object-inspect/example/inspect.js diff --git a/node_modules/object-inspect/index.js b/src/node_modules/object-inspect/index.js similarity index 100% rename from node_modules/object-inspect/index.js rename to src/node_modules/object-inspect/index.js diff --git a/node_modules/object-inspect/package-support.json b/src/node_modules/object-inspect/package-support.json similarity index 100% rename from node_modules/object-inspect/package-support.json rename to src/node_modules/object-inspect/package-support.json diff --git a/node_modules/object-inspect/package.json b/src/node_modules/object-inspect/package.json similarity index 100% rename from node_modules/object-inspect/package.json rename to src/node_modules/object-inspect/package.json diff --git a/node_modules/object-inspect/readme.markdown b/src/node_modules/object-inspect/readme.markdown similarity index 100% rename from node_modules/object-inspect/readme.markdown rename to src/node_modules/object-inspect/readme.markdown diff --git a/node_modules/object-inspect/test-core-js.js b/src/node_modules/object-inspect/test-core-js.js similarity index 100% rename from node_modules/object-inspect/test-core-js.js rename to src/node_modules/object-inspect/test-core-js.js diff --git a/node_modules/object-inspect/test/bigint.js b/src/node_modules/object-inspect/test/bigint.js similarity index 100% rename from node_modules/object-inspect/test/bigint.js rename to src/node_modules/object-inspect/test/bigint.js diff --git a/node_modules/object-inspect/test/browser/dom.js b/src/node_modules/object-inspect/test/browser/dom.js similarity index 100% rename from node_modules/object-inspect/test/browser/dom.js rename to src/node_modules/object-inspect/test/browser/dom.js diff --git a/node_modules/object-inspect/test/circular.js b/src/node_modules/object-inspect/test/circular.js similarity index 100% rename from node_modules/object-inspect/test/circular.js rename to src/node_modules/object-inspect/test/circular.js diff --git a/node_modules/object-inspect/test/deep.js b/src/node_modules/object-inspect/test/deep.js similarity index 100% rename from node_modules/object-inspect/test/deep.js rename to src/node_modules/object-inspect/test/deep.js diff --git a/node_modules/object-inspect/test/element.js b/src/node_modules/object-inspect/test/element.js similarity index 100% rename from node_modules/object-inspect/test/element.js rename to src/node_modules/object-inspect/test/element.js diff --git a/node_modules/object-inspect/test/err.js b/src/node_modules/object-inspect/test/err.js similarity index 100% rename from node_modules/object-inspect/test/err.js rename to src/node_modules/object-inspect/test/err.js diff --git a/node_modules/object-inspect/test/fakes.js b/src/node_modules/object-inspect/test/fakes.js similarity index 100% rename from node_modules/object-inspect/test/fakes.js rename to src/node_modules/object-inspect/test/fakes.js diff --git a/node_modules/object-inspect/test/fn.js b/src/node_modules/object-inspect/test/fn.js similarity index 100% rename from node_modules/object-inspect/test/fn.js rename to src/node_modules/object-inspect/test/fn.js diff --git a/node_modules/object-inspect/test/has.js b/src/node_modules/object-inspect/test/has.js similarity index 100% rename from node_modules/object-inspect/test/has.js rename to src/node_modules/object-inspect/test/has.js diff --git a/node_modules/object-inspect/test/holes.js b/src/node_modules/object-inspect/test/holes.js similarity index 100% rename from node_modules/object-inspect/test/holes.js rename to src/node_modules/object-inspect/test/holes.js diff --git a/node_modules/object-inspect/test/indent-option.js b/src/node_modules/object-inspect/test/indent-option.js similarity index 100% rename from node_modules/object-inspect/test/indent-option.js rename to src/node_modules/object-inspect/test/indent-option.js diff --git a/node_modules/object-inspect/test/inspect.js b/src/node_modules/object-inspect/test/inspect.js similarity index 100% rename from node_modules/object-inspect/test/inspect.js rename to src/node_modules/object-inspect/test/inspect.js diff --git a/node_modules/object-inspect/test/lowbyte.js b/src/node_modules/object-inspect/test/lowbyte.js similarity index 100% rename from node_modules/object-inspect/test/lowbyte.js rename to src/node_modules/object-inspect/test/lowbyte.js diff --git a/node_modules/object-inspect/test/number.js b/src/node_modules/object-inspect/test/number.js similarity index 100% rename from node_modules/object-inspect/test/number.js rename to src/node_modules/object-inspect/test/number.js diff --git a/node_modules/object-inspect/test/quoteStyle.js b/src/node_modules/object-inspect/test/quoteStyle.js similarity index 100% rename from node_modules/object-inspect/test/quoteStyle.js rename to src/node_modules/object-inspect/test/quoteStyle.js diff --git a/node_modules/object-inspect/test/toStringTag.js b/src/node_modules/object-inspect/test/toStringTag.js similarity index 100% rename from node_modules/object-inspect/test/toStringTag.js rename to src/node_modules/object-inspect/test/toStringTag.js diff --git a/node_modules/object-inspect/test/undef.js b/src/node_modules/object-inspect/test/undef.js similarity index 100% rename from node_modules/object-inspect/test/undef.js rename to src/node_modules/object-inspect/test/undef.js diff --git a/node_modules/object-inspect/test/values.js b/src/node_modules/object-inspect/test/values.js similarity index 100% rename from node_modules/object-inspect/test/values.js rename to src/node_modules/object-inspect/test/values.js diff --git a/node_modules/object-inspect/util.inspect.js b/src/node_modules/object-inspect/util.inspect.js similarity index 100% rename from node_modules/object-inspect/util.inspect.js rename to src/node_modules/object-inspect/util.inspect.js diff --git a/node_modules/on-finished/HISTORY.md b/src/node_modules/on-finished/HISTORY.md similarity index 100% rename from node_modules/on-finished/HISTORY.md rename to src/node_modules/on-finished/HISTORY.md diff --git a/node_modules/on-finished/LICENSE b/src/node_modules/on-finished/LICENSE similarity index 100% rename from node_modules/on-finished/LICENSE rename to src/node_modules/on-finished/LICENSE diff --git a/node_modules/on-finished/README.md b/src/node_modules/on-finished/README.md similarity index 100% rename from node_modules/on-finished/README.md rename to src/node_modules/on-finished/README.md diff --git a/node_modules/on-finished/index.js b/src/node_modules/on-finished/index.js similarity index 100% rename from node_modules/on-finished/index.js rename to src/node_modules/on-finished/index.js diff --git a/node_modules/on-finished/package.json b/src/node_modules/on-finished/package.json similarity index 100% rename from node_modules/on-finished/package.json rename to src/node_modules/on-finished/package.json diff --git a/node_modules/parseurl/HISTORY.md b/src/node_modules/parseurl/HISTORY.md similarity index 100% rename from node_modules/parseurl/HISTORY.md rename to src/node_modules/parseurl/HISTORY.md diff --git a/node_modules/parseurl/LICENSE b/src/node_modules/parseurl/LICENSE similarity index 100% rename from node_modules/parseurl/LICENSE rename to src/node_modules/parseurl/LICENSE diff --git a/node_modules/parseurl/README.md b/src/node_modules/parseurl/README.md similarity index 100% rename from node_modules/parseurl/README.md rename to src/node_modules/parseurl/README.md diff --git a/node_modules/parseurl/index.js b/src/node_modules/parseurl/index.js similarity index 100% rename from node_modules/parseurl/index.js rename to src/node_modules/parseurl/index.js diff --git a/node_modules/parseurl/package.json b/src/node_modules/parseurl/package.json similarity index 100% rename from node_modules/parseurl/package.json rename to src/node_modules/parseurl/package.json diff --git a/node_modules/path-to-regexp/History.md b/src/node_modules/path-to-regexp/History.md similarity index 100% rename from node_modules/path-to-regexp/History.md rename to src/node_modules/path-to-regexp/History.md diff --git a/node_modules/path-to-regexp/LICENSE b/src/node_modules/path-to-regexp/LICENSE similarity index 100% rename from node_modules/path-to-regexp/LICENSE rename to src/node_modules/path-to-regexp/LICENSE diff --git a/node_modules/path-to-regexp/Readme.md b/src/node_modules/path-to-regexp/Readme.md similarity index 100% rename from node_modules/path-to-regexp/Readme.md rename to src/node_modules/path-to-regexp/Readme.md diff --git a/node_modules/path-to-regexp/index.js b/src/node_modules/path-to-regexp/index.js similarity index 100% rename from node_modules/path-to-regexp/index.js rename to src/node_modules/path-to-regexp/index.js diff --git a/node_modules/path-to-regexp/package.json b/src/node_modules/path-to-regexp/package.json similarity index 100% rename from node_modules/path-to-regexp/package.json rename to src/node_modules/path-to-regexp/package.json diff --git a/node_modules/picomatch/CHANGELOG.md b/src/node_modules/picomatch/CHANGELOG.md similarity index 100% rename from node_modules/picomatch/CHANGELOG.md rename to src/node_modules/picomatch/CHANGELOG.md diff --git a/node_modules/picomatch/LICENSE b/src/node_modules/picomatch/LICENSE similarity index 100% rename from node_modules/picomatch/LICENSE rename to src/node_modules/picomatch/LICENSE diff --git a/node_modules/picomatch/README.md b/src/node_modules/picomatch/README.md similarity index 100% rename from node_modules/picomatch/README.md rename to src/node_modules/picomatch/README.md diff --git a/node_modules/picomatch/index.js b/src/node_modules/picomatch/index.js similarity index 100% rename from node_modules/picomatch/index.js rename to src/node_modules/picomatch/index.js diff --git a/node_modules/picomatch/lib/constants.js b/src/node_modules/picomatch/lib/constants.js similarity index 100% rename from node_modules/picomatch/lib/constants.js rename to src/node_modules/picomatch/lib/constants.js diff --git a/node_modules/picomatch/lib/parse.js b/src/node_modules/picomatch/lib/parse.js similarity index 100% rename from node_modules/picomatch/lib/parse.js rename to src/node_modules/picomatch/lib/parse.js diff --git a/node_modules/picomatch/lib/picomatch.js b/src/node_modules/picomatch/lib/picomatch.js similarity index 100% rename from node_modules/picomatch/lib/picomatch.js rename to src/node_modules/picomatch/lib/picomatch.js diff --git a/node_modules/picomatch/lib/scan.js b/src/node_modules/picomatch/lib/scan.js similarity index 100% rename from node_modules/picomatch/lib/scan.js rename to src/node_modules/picomatch/lib/scan.js diff --git a/node_modules/picomatch/lib/utils.js b/src/node_modules/picomatch/lib/utils.js similarity index 100% rename from node_modules/picomatch/lib/utils.js rename to src/node_modules/picomatch/lib/utils.js diff --git a/node_modules/picomatch/package.json b/src/node_modules/picomatch/package.json similarity index 100% rename from node_modules/picomatch/package.json rename to src/node_modules/picomatch/package.json diff --git a/node_modules/proxy-addr/HISTORY.md b/src/node_modules/proxy-addr/HISTORY.md similarity index 100% rename from node_modules/proxy-addr/HISTORY.md rename to src/node_modules/proxy-addr/HISTORY.md diff --git a/node_modules/proxy-addr/LICENSE b/src/node_modules/proxy-addr/LICENSE similarity index 100% rename from node_modules/proxy-addr/LICENSE rename to src/node_modules/proxy-addr/LICENSE diff --git a/node_modules/proxy-addr/README.md b/src/node_modules/proxy-addr/README.md similarity index 100% rename from node_modules/proxy-addr/README.md rename to src/node_modules/proxy-addr/README.md diff --git a/node_modules/proxy-addr/index.js b/src/node_modules/proxy-addr/index.js similarity index 100% rename from node_modules/proxy-addr/index.js rename to src/node_modules/proxy-addr/index.js diff --git a/node_modules/proxy-addr/package.json b/src/node_modules/proxy-addr/package.json similarity index 100% rename from node_modules/proxy-addr/package.json rename to src/node_modules/proxy-addr/package.json diff --git a/node_modules/pstree.remy/.travis.yml b/src/node_modules/pstree.remy/.travis.yml similarity index 100% rename from node_modules/pstree.remy/.travis.yml rename to src/node_modules/pstree.remy/.travis.yml diff --git a/node_modules/pstree.remy/LICENSE b/src/node_modules/pstree.remy/LICENSE similarity index 100% rename from node_modules/pstree.remy/LICENSE rename to src/node_modules/pstree.remy/LICENSE diff --git a/node_modules/pstree.remy/README.md b/src/node_modules/pstree.remy/README.md similarity index 100% rename from node_modules/pstree.remy/README.md rename to src/node_modules/pstree.remy/README.md diff --git a/node_modules/pstree.remy/lib/index.js b/src/node_modules/pstree.remy/lib/index.js similarity index 100% rename from node_modules/pstree.remy/lib/index.js rename to src/node_modules/pstree.remy/lib/index.js diff --git a/node_modules/pstree.remy/lib/tree.js b/src/node_modules/pstree.remy/lib/tree.js similarity index 100% rename from node_modules/pstree.remy/lib/tree.js rename to src/node_modules/pstree.remy/lib/tree.js diff --git a/node_modules/pstree.remy/lib/utils.js b/src/node_modules/pstree.remy/lib/utils.js similarity index 100% rename from node_modules/pstree.remy/lib/utils.js rename to src/node_modules/pstree.remy/lib/utils.js diff --git a/node_modules/pstree.remy/package.json b/src/node_modules/pstree.remy/package.json similarity index 100% rename from node_modules/pstree.remy/package.json rename to src/node_modules/pstree.remy/package.json diff --git a/node_modules/pstree.remy/tests/fixtures/index.js b/src/node_modules/pstree.remy/tests/fixtures/index.js similarity index 100% rename from node_modules/pstree.remy/tests/fixtures/index.js rename to src/node_modules/pstree.remy/tests/fixtures/index.js diff --git a/node_modules/pstree.remy/tests/fixtures/out1 b/src/node_modules/pstree.remy/tests/fixtures/out1 similarity index 100% rename from node_modules/pstree.remy/tests/fixtures/out1 rename to src/node_modules/pstree.remy/tests/fixtures/out1 diff --git a/node_modules/pstree.remy/tests/fixtures/out2 b/src/node_modules/pstree.remy/tests/fixtures/out2 similarity index 100% rename from node_modules/pstree.remy/tests/fixtures/out2 rename to src/node_modules/pstree.remy/tests/fixtures/out2 diff --git a/node_modules/pstree.remy/tests/index.test.js b/src/node_modules/pstree.remy/tests/index.test.js similarity index 100% rename from node_modules/pstree.remy/tests/index.test.js rename to src/node_modules/pstree.remy/tests/index.test.js diff --git a/node_modules/qs/.editorconfig b/src/node_modules/qs/.editorconfig similarity index 100% rename from node_modules/qs/.editorconfig rename to src/node_modules/qs/.editorconfig diff --git a/node_modules/qs/.eslintrc b/src/node_modules/qs/.eslintrc similarity index 100% rename from node_modules/qs/.eslintrc rename to src/node_modules/qs/.eslintrc diff --git a/node_modules/qs/.github/FUNDING.yml b/src/node_modules/qs/.github/FUNDING.yml similarity index 100% rename from node_modules/qs/.github/FUNDING.yml rename to src/node_modules/qs/.github/FUNDING.yml diff --git a/node_modules/qs/.nycrc b/src/node_modules/qs/.nycrc similarity index 100% rename from node_modules/qs/.nycrc rename to src/node_modules/qs/.nycrc diff --git a/node_modules/qs/CHANGELOG.md b/src/node_modules/qs/CHANGELOG.md similarity index 100% rename from node_modules/qs/CHANGELOG.md rename to src/node_modules/qs/CHANGELOG.md diff --git a/node_modules/qs/LICENSE.md b/src/node_modules/qs/LICENSE.md similarity index 100% rename from node_modules/qs/LICENSE.md rename to src/node_modules/qs/LICENSE.md diff --git a/node_modules/qs/README.md b/src/node_modules/qs/README.md similarity index 100% rename from node_modules/qs/README.md rename to src/node_modules/qs/README.md diff --git a/node_modules/qs/dist/qs.js b/src/node_modules/qs/dist/qs.js similarity index 100% rename from node_modules/qs/dist/qs.js rename to src/node_modules/qs/dist/qs.js diff --git a/node_modules/qs/lib/formats.js b/src/node_modules/qs/lib/formats.js similarity index 100% rename from node_modules/qs/lib/formats.js rename to src/node_modules/qs/lib/formats.js diff --git a/node_modules/qs/lib/index.js b/src/node_modules/qs/lib/index.js similarity index 100% rename from node_modules/qs/lib/index.js rename to src/node_modules/qs/lib/index.js diff --git a/node_modules/qs/lib/parse.js b/src/node_modules/qs/lib/parse.js similarity index 100% rename from node_modules/qs/lib/parse.js rename to src/node_modules/qs/lib/parse.js diff --git a/node_modules/qs/lib/stringify.js b/src/node_modules/qs/lib/stringify.js similarity index 100% rename from node_modules/qs/lib/stringify.js rename to src/node_modules/qs/lib/stringify.js diff --git a/node_modules/qs/lib/utils.js b/src/node_modules/qs/lib/utils.js similarity index 100% rename from node_modules/qs/lib/utils.js rename to src/node_modules/qs/lib/utils.js diff --git a/node_modules/qs/package.json b/src/node_modules/qs/package.json similarity index 100% rename from node_modules/qs/package.json rename to src/node_modules/qs/package.json diff --git a/node_modules/qs/test/parse.js b/src/node_modules/qs/test/parse.js similarity index 100% rename from node_modules/qs/test/parse.js rename to src/node_modules/qs/test/parse.js diff --git a/node_modules/qs/test/stringify.js b/src/node_modules/qs/test/stringify.js similarity index 100% rename from node_modules/qs/test/stringify.js rename to src/node_modules/qs/test/stringify.js diff --git a/node_modules/qs/test/utils.js b/src/node_modules/qs/test/utils.js similarity index 100% rename from node_modules/qs/test/utils.js rename to src/node_modules/qs/test/utils.js diff --git a/node_modules/range-parser/HISTORY.md b/src/node_modules/range-parser/HISTORY.md similarity index 100% rename from node_modules/range-parser/HISTORY.md rename to src/node_modules/range-parser/HISTORY.md diff --git a/node_modules/range-parser/LICENSE b/src/node_modules/range-parser/LICENSE similarity index 100% rename from node_modules/range-parser/LICENSE rename to src/node_modules/range-parser/LICENSE diff --git a/node_modules/range-parser/README.md b/src/node_modules/range-parser/README.md similarity index 100% rename from node_modules/range-parser/README.md rename to src/node_modules/range-parser/README.md diff --git a/node_modules/range-parser/index.js b/src/node_modules/range-parser/index.js similarity index 100% rename from node_modules/range-parser/index.js rename to src/node_modules/range-parser/index.js diff --git a/node_modules/range-parser/package.json b/src/node_modules/range-parser/package.json similarity index 100% rename from node_modules/range-parser/package.json rename to src/node_modules/range-parser/package.json diff --git a/node_modules/raw-body/HISTORY.md b/src/node_modules/raw-body/HISTORY.md similarity index 100% rename from node_modules/raw-body/HISTORY.md rename to src/node_modules/raw-body/HISTORY.md diff --git a/node_modules/raw-body/LICENSE b/src/node_modules/raw-body/LICENSE similarity index 100% rename from node_modules/raw-body/LICENSE rename to src/node_modules/raw-body/LICENSE diff --git a/node_modules/raw-body/README.md b/src/node_modules/raw-body/README.md similarity index 100% rename from node_modules/raw-body/README.md rename to src/node_modules/raw-body/README.md diff --git a/node_modules/raw-body/SECURITY.md b/src/node_modules/raw-body/SECURITY.md similarity index 100% rename from node_modules/raw-body/SECURITY.md rename to src/node_modules/raw-body/SECURITY.md diff --git a/node_modules/raw-body/index.d.ts b/src/node_modules/raw-body/index.d.ts similarity index 100% rename from node_modules/raw-body/index.d.ts rename to src/node_modules/raw-body/index.d.ts diff --git a/node_modules/raw-body/index.js b/src/node_modules/raw-body/index.js similarity index 100% rename from node_modules/raw-body/index.js rename to src/node_modules/raw-body/index.js diff --git a/node_modules/raw-body/package.json b/src/node_modules/raw-body/package.json similarity index 100% rename from node_modules/raw-body/package.json rename to src/node_modules/raw-body/package.json diff --git a/node_modules/readdirp/LICENSE b/src/node_modules/readdirp/LICENSE similarity index 100% rename from node_modules/readdirp/LICENSE rename to src/node_modules/readdirp/LICENSE diff --git a/node_modules/readdirp/README.md b/src/node_modules/readdirp/README.md similarity index 100% rename from node_modules/readdirp/README.md rename to src/node_modules/readdirp/README.md diff --git a/node_modules/readdirp/index.d.ts b/src/node_modules/readdirp/index.d.ts similarity index 100% rename from node_modules/readdirp/index.d.ts rename to src/node_modules/readdirp/index.d.ts diff --git a/node_modules/readdirp/index.js b/src/node_modules/readdirp/index.js similarity index 100% rename from node_modules/readdirp/index.js rename to src/node_modules/readdirp/index.js diff --git a/node_modules/readdirp/package.json b/src/node_modules/readdirp/package.json similarity index 100% rename from node_modules/readdirp/package.json rename to src/node_modules/readdirp/package.json diff --git a/node_modules/safe-buffer/LICENSE b/src/node_modules/safe-buffer/LICENSE similarity index 100% rename from node_modules/safe-buffer/LICENSE rename to src/node_modules/safe-buffer/LICENSE diff --git a/node_modules/safe-buffer/README.md b/src/node_modules/safe-buffer/README.md similarity index 100% rename from node_modules/safe-buffer/README.md rename to src/node_modules/safe-buffer/README.md diff --git a/node_modules/safe-buffer/index.d.ts b/src/node_modules/safe-buffer/index.d.ts similarity index 100% rename from node_modules/safe-buffer/index.d.ts rename to src/node_modules/safe-buffer/index.d.ts diff --git a/node_modules/safe-buffer/index.js b/src/node_modules/safe-buffer/index.js similarity index 100% rename from node_modules/safe-buffer/index.js rename to src/node_modules/safe-buffer/index.js diff --git a/node_modules/safe-buffer/package.json b/src/node_modules/safe-buffer/package.json similarity index 100% rename from node_modules/safe-buffer/package.json rename to src/node_modules/safe-buffer/package.json diff --git a/node_modules/safer-buffer/LICENSE b/src/node_modules/safer-buffer/LICENSE similarity index 100% rename from node_modules/safer-buffer/LICENSE rename to src/node_modules/safer-buffer/LICENSE diff --git a/node_modules/safer-buffer/Porting-Buffer.md b/src/node_modules/safer-buffer/Porting-Buffer.md similarity index 100% rename from node_modules/safer-buffer/Porting-Buffer.md rename to src/node_modules/safer-buffer/Porting-Buffer.md diff --git a/node_modules/safer-buffer/Readme.md b/src/node_modules/safer-buffer/Readme.md similarity index 100% rename from node_modules/safer-buffer/Readme.md rename to src/node_modules/safer-buffer/Readme.md diff --git a/node_modules/safer-buffer/dangerous.js b/src/node_modules/safer-buffer/dangerous.js similarity index 100% rename from node_modules/safer-buffer/dangerous.js rename to src/node_modules/safer-buffer/dangerous.js diff --git a/node_modules/safer-buffer/package.json b/src/node_modules/safer-buffer/package.json similarity index 100% rename from node_modules/safer-buffer/package.json rename to src/node_modules/safer-buffer/package.json diff --git a/node_modules/safer-buffer/safer.js b/src/node_modules/safer-buffer/safer.js similarity index 100% rename from node_modules/safer-buffer/safer.js rename to src/node_modules/safer-buffer/safer.js diff --git a/node_modules/safer-buffer/tests.js b/src/node_modules/safer-buffer/tests.js similarity index 100% rename from node_modules/safer-buffer/tests.js rename to src/node_modules/safer-buffer/tests.js diff --git a/node_modules/semver/CHANGELOG.md b/src/node_modules/semver/CHANGELOG.md similarity index 100% rename from node_modules/semver/CHANGELOG.md rename to src/node_modules/semver/CHANGELOG.md diff --git a/node_modules/semver/LICENSE b/src/node_modules/semver/LICENSE similarity index 100% rename from node_modules/semver/LICENSE rename to src/node_modules/semver/LICENSE diff --git a/node_modules/semver/README.md b/src/node_modules/semver/README.md similarity index 100% rename from node_modules/semver/README.md rename to src/node_modules/semver/README.md diff --git a/node_modules/semver/bin/semver b/src/node_modules/semver/bin/semver similarity index 100% rename from node_modules/semver/bin/semver rename to src/node_modules/semver/bin/semver diff --git a/node_modules/semver/package.json b/src/node_modules/semver/package.json similarity index 100% rename from node_modules/semver/package.json rename to src/node_modules/semver/package.json diff --git a/node_modules/semver/range.bnf b/src/node_modules/semver/range.bnf similarity index 100% rename from node_modules/semver/range.bnf rename to src/node_modules/semver/range.bnf diff --git a/node_modules/semver/semver.js b/src/node_modules/semver/semver.js similarity index 100% rename from node_modules/semver/semver.js rename to src/node_modules/semver/semver.js diff --git a/node_modules/send/HISTORY.md b/src/node_modules/send/HISTORY.md similarity index 100% rename from node_modules/send/HISTORY.md rename to src/node_modules/send/HISTORY.md diff --git a/node_modules/send/LICENSE b/src/node_modules/send/LICENSE similarity index 100% rename from node_modules/send/LICENSE rename to src/node_modules/send/LICENSE diff --git a/node_modules/send/README.md b/src/node_modules/send/README.md similarity index 100% rename from node_modules/send/README.md rename to src/node_modules/send/README.md diff --git a/node_modules/send/SECURITY.md b/src/node_modules/send/SECURITY.md similarity index 100% rename from node_modules/send/SECURITY.md rename to src/node_modules/send/SECURITY.md diff --git a/node_modules/send/index.js b/src/node_modules/send/index.js similarity index 100% rename from node_modules/send/index.js rename to src/node_modules/send/index.js diff --git a/node_modules/send/node_modules/ms/index.js b/src/node_modules/send/node_modules/ms/index.js similarity index 100% rename from node_modules/send/node_modules/ms/index.js rename to src/node_modules/send/node_modules/ms/index.js diff --git a/node_modules/send/node_modules/ms/license.md b/src/node_modules/send/node_modules/ms/license.md similarity index 100% rename from node_modules/send/node_modules/ms/license.md rename to src/node_modules/send/node_modules/ms/license.md diff --git a/node_modules/send/node_modules/ms/package.json b/src/node_modules/send/node_modules/ms/package.json similarity index 100% rename from node_modules/send/node_modules/ms/package.json rename to src/node_modules/send/node_modules/ms/package.json diff --git a/node_modules/send/node_modules/ms/readme.md b/src/node_modules/send/node_modules/ms/readme.md similarity index 100% rename from node_modules/send/node_modules/ms/readme.md rename to src/node_modules/send/node_modules/ms/readme.md diff --git a/node_modules/send/package.json b/src/node_modules/send/package.json similarity index 100% rename from node_modules/send/package.json rename to src/node_modules/send/package.json diff --git a/node_modules/serve-static/HISTORY.md b/src/node_modules/serve-static/HISTORY.md similarity index 100% rename from node_modules/serve-static/HISTORY.md rename to src/node_modules/serve-static/HISTORY.md diff --git a/node_modules/serve-static/LICENSE b/src/node_modules/serve-static/LICENSE similarity index 100% rename from node_modules/serve-static/LICENSE rename to src/node_modules/serve-static/LICENSE diff --git a/node_modules/serve-static/README.md b/src/node_modules/serve-static/README.md similarity index 100% rename from node_modules/serve-static/README.md rename to src/node_modules/serve-static/README.md diff --git a/node_modules/serve-static/index.js b/src/node_modules/serve-static/index.js similarity index 100% rename from node_modules/serve-static/index.js rename to src/node_modules/serve-static/index.js diff --git a/node_modules/serve-static/package.json b/src/node_modules/serve-static/package.json similarity index 100% rename from node_modules/serve-static/package.json rename to src/node_modules/serve-static/package.json diff --git a/node_modules/setprototypeof/LICENSE b/src/node_modules/setprototypeof/LICENSE similarity index 100% rename from node_modules/setprototypeof/LICENSE rename to src/node_modules/setprototypeof/LICENSE diff --git a/node_modules/setprototypeof/README.md b/src/node_modules/setprototypeof/README.md similarity index 100% rename from node_modules/setprototypeof/README.md rename to src/node_modules/setprototypeof/README.md diff --git a/node_modules/setprototypeof/index.d.ts b/src/node_modules/setprototypeof/index.d.ts similarity index 100% rename from node_modules/setprototypeof/index.d.ts rename to src/node_modules/setprototypeof/index.d.ts diff --git a/node_modules/setprototypeof/index.js b/src/node_modules/setprototypeof/index.js similarity index 100% rename from node_modules/setprototypeof/index.js rename to src/node_modules/setprototypeof/index.js diff --git a/node_modules/setprototypeof/package.json b/src/node_modules/setprototypeof/package.json similarity index 100% rename from node_modules/setprototypeof/package.json rename to src/node_modules/setprototypeof/package.json diff --git a/node_modules/setprototypeof/test/index.js b/src/node_modules/setprototypeof/test/index.js similarity index 100% rename from node_modules/setprototypeof/test/index.js rename to src/node_modules/setprototypeof/test/index.js diff --git a/node_modules/side-channel/.eslintignore b/src/node_modules/side-channel/.eslintignore similarity index 100% rename from node_modules/side-channel/.eslintignore rename to src/node_modules/side-channel/.eslintignore diff --git a/node_modules/side-channel/.eslintrc b/src/node_modules/side-channel/.eslintrc similarity index 100% rename from node_modules/side-channel/.eslintrc rename to src/node_modules/side-channel/.eslintrc diff --git a/node_modules/side-channel/.github/FUNDING.yml b/src/node_modules/side-channel/.github/FUNDING.yml similarity index 100% rename from node_modules/side-channel/.github/FUNDING.yml rename to src/node_modules/side-channel/.github/FUNDING.yml diff --git a/node_modules/side-channel/.nycrc b/src/node_modules/side-channel/.nycrc similarity index 100% rename from node_modules/side-channel/.nycrc rename to src/node_modules/side-channel/.nycrc diff --git a/node_modules/side-channel/CHANGELOG.md b/src/node_modules/side-channel/CHANGELOG.md similarity index 100% rename from node_modules/side-channel/CHANGELOG.md rename to src/node_modules/side-channel/CHANGELOG.md diff --git a/node_modules/side-channel/LICENSE b/src/node_modules/side-channel/LICENSE similarity index 100% rename from node_modules/side-channel/LICENSE rename to src/node_modules/side-channel/LICENSE diff --git a/node_modules/side-channel/README.md b/src/node_modules/side-channel/README.md similarity index 100% rename from node_modules/side-channel/README.md rename to src/node_modules/side-channel/README.md diff --git a/node_modules/side-channel/index.js b/src/node_modules/side-channel/index.js similarity index 100% rename from node_modules/side-channel/index.js rename to src/node_modules/side-channel/index.js diff --git a/node_modules/side-channel/package.json b/src/node_modules/side-channel/package.json similarity index 100% rename from node_modules/side-channel/package.json rename to src/node_modules/side-channel/package.json diff --git a/node_modules/side-channel/test/index.js b/src/node_modules/side-channel/test/index.js similarity index 100% rename from node_modules/side-channel/test/index.js rename to src/node_modules/side-channel/test/index.js diff --git a/node_modules/simple-update-notifier/LICENSE b/src/node_modules/simple-update-notifier/LICENSE similarity index 100% rename from node_modules/simple-update-notifier/LICENSE rename to src/node_modules/simple-update-notifier/LICENSE diff --git a/node_modules/simple-update-notifier/README.md b/src/node_modules/simple-update-notifier/README.md similarity index 100% rename from node_modules/simple-update-notifier/README.md rename to src/node_modules/simple-update-notifier/README.md diff --git a/node_modules/simple-update-notifier/build/index.d.ts b/src/node_modules/simple-update-notifier/build/index.d.ts similarity index 100% rename from node_modules/simple-update-notifier/build/index.d.ts rename to src/node_modules/simple-update-notifier/build/index.d.ts diff --git a/node_modules/simple-update-notifier/build/index.js b/src/node_modules/simple-update-notifier/build/index.js similarity index 100% rename from node_modules/simple-update-notifier/build/index.js rename to src/node_modules/simple-update-notifier/build/index.js diff --git a/node_modules/simple-update-notifier/node_modules/.bin/semver b/src/node_modules/simple-update-notifier/node_modules/.bin/semver similarity index 100% rename from node_modules/simple-update-notifier/node_modules/.bin/semver rename to src/node_modules/simple-update-notifier/node_modules/.bin/semver diff --git a/node_modules/simple-update-notifier/node_modules/semver/CHANGELOG.md b/src/node_modules/simple-update-notifier/node_modules/semver/CHANGELOG.md similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/CHANGELOG.md rename to src/node_modules/simple-update-notifier/node_modules/semver/CHANGELOG.md diff --git a/node_modules/simple-update-notifier/node_modules/semver/LICENSE b/src/node_modules/simple-update-notifier/node_modules/semver/LICENSE similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/LICENSE rename to src/node_modules/simple-update-notifier/node_modules/semver/LICENSE diff --git a/node_modules/simple-update-notifier/node_modules/semver/README.md b/src/node_modules/simple-update-notifier/node_modules/semver/README.md similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/README.md rename to src/node_modules/simple-update-notifier/node_modules/semver/README.md diff --git a/node_modules/simple-update-notifier/node_modules/semver/bin/semver.js b/src/node_modules/simple-update-notifier/node_modules/semver/bin/semver.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/bin/semver.js rename to src/node_modules/simple-update-notifier/node_modules/semver/bin/semver.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/classes/comparator.js b/src/node_modules/simple-update-notifier/node_modules/semver/classes/comparator.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/classes/comparator.js rename to src/node_modules/simple-update-notifier/node_modules/semver/classes/comparator.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/classes/index.js b/src/node_modules/simple-update-notifier/node_modules/semver/classes/index.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/classes/index.js rename to src/node_modules/simple-update-notifier/node_modules/semver/classes/index.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/classes/range.js b/src/node_modules/simple-update-notifier/node_modules/semver/classes/range.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/classes/range.js rename to src/node_modules/simple-update-notifier/node_modules/semver/classes/range.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/classes/semver.js b/src/node_modules/simple-update-notifier/node_modules/semver/classes/semver.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/classes/semver.js rename to src/node_modules/simple-update-notifier/node_modules/semver/classes/semver.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/clean.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/clean.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/clean.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/clean.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/cmp.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/cmp.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/cmp.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/cmp.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/coerce.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/coerce.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/coerce.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/coerce.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/compare-build.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/compare-build.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/compare-build.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/compare-build.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/compare-loose.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/compare-loose.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/compare-loose.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/compare-loose.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/compare.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/compare.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/compare.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/compare.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/diff.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/diff.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/diff.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/diff.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/eq.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/eq.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/eq.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/eq.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/gt.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/gt.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/gt.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/gt.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/gte.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/gte.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/gte.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/gte.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/inc.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/inc.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/inc.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/inc.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/lt.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/lt.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/lt.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/lt.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/lte.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/lte.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/lte.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/lte.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/major.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/major.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/major.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/major.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/minor.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/minor.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/minor.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/minor.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/neq.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/neq.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/neq.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/neq.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/parse.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/parse.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/parse.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/parse.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/patch.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/patch.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/patch.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/patch.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/prerelease.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/prerelease.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/prerelease.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/prerelease.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/rcompare.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/rcompare.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/rcompare.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/rcompare.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/rsort.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/rsort.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/rsort.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/rsort.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/satisfies.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/satisfies.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/satisfies.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/satisfies.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/sort.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/sort.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/sort.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/sort.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/functions/valid.js b/src/node_modules/simple-update-notifier/node_modules/semver/functions/valid.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/functions/valid.js rename to src/node_modules/simple-update-notifier/node_modules/semver/functions/valid.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/index.js b/src/node_modules/simple-update-notifier/node_modules/semver/index.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/index.js rename to src/node_modules/simple-update-notifier/node_modules/semver/index.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/internal/constants.js b/src/node_modules/simple-update-notifier/node_modules/semver/internal/constants.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/internal/constants.js rename to src/node_modules/simple-update-notifier/node_modules/semver/internal/constants.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/internal/debug.js b/src/node_modules/simple-update-notifier/node_modules/semver/internal/debug.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/internal/debug.js rename to src/node_modules/simple-update-notifier/node_modules/semver/internal/debug.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/internal/identifiers.js b/src/node_modules/simple-update-notifier/node_modules/semver/internal/identifiers.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/internal/identifiers.js rename to src/node_modules/simple-update-notifier/node_modules/semver/internal/identifiers.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/internal/re.js b/src/node_modules/simple-update-notifier/node_modules/semver/internal/re.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/internal/re.js rename to src/node_modules/simple-update-notifier/node_modules/semver/internal/re.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/package.json b/src/node_modules/simple-update-notifier/node_modules/semver/package.json similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/package.json rename to src/node_modules/simple-update-notifier/node_modules/semver/package.json diff --git a/node_modules/simple-update-notifier/node_modules/semver/range.bnf b/src/node_modules/simple-update-notifier/node_modules/semver/range.bnf similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/range.bnf rename to src/node_modules/simple-update-notifier/node_modules/semver/range.bnf diff --git a/node_modules/simple-update-notifier/node_modules/semver/ranges/gtr.js b/src/node_modules/simple-update-notifier/node_modules/semver/ranges/gtr.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/ranges/gtr.js rename to src/node_modules/simple-update-notifier/node_modules/semver/ranges/gtr.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/ranges/intersects.js b/src/node_modules/simple-update-notifier/node_modules/semver/ranges/intersects.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/ranges/intersects.js rename to src/node_modules/simple-update-notifier/node_modules/semver/ranges/intersects.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/ranges/ltr.js b/src/node_modules/simple-update-notifier/node_modules/semver/ranges/ltr.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/ranges/ltr.js rename to src/node_modules/simple-update-notifier/node_modules/semver/ranges/ltr.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/ranges/max-satisfying.js b/src/node_modules/simple-update-notifier/node_modules/semver/ranges/max-satisfying.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/ranges/max-satisfying.js rename to src/node_modules/simple-update-notifier/node_modules/semver/ranges/max-satisfying.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/ranges/min-satisfying.js b/src/node_modules/simple-update-notifier/node_modules/semver/ranges/min-satisfying.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/ranges/min-satisfying.js rename to src/node_modules/simple-update-notifier/node_modules/semver/ranges/min-satisfying.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/ranges/min-version.js b/src/node_modules/simple-update-notifier/node_modules/semver/ranges/min-version.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/ranges/min-version.js rename to src/node_modules/simple-update-notifier/node_modules/semver/ranges/min-version.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/ranges/outside.js b/src/node_modules/simple-update-notifier/node_modules/semver/ranges/outside.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/ranges/outside.js rename to src/node_modules/simple-update-notifier/node_modules/semver/ranges/outside.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/ranges/to-comparators.js b/src/node_modules/simple-update-notifier/node_modules/semver/ranges/to-comparators.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/ranges/to-comparators.js rename to src/node_modules/simple-update-notifier/node_modules/semver/ranges/to-comparators.js diff --git a/node_modules/simple-update-notifier/node_modules/semver/ranges/valid.js b/src/node_modules/simple-update-notifier/node_modules/semver/ranges/valid.js similarity index 100% rename from node_modules/simple-update-notifier/node_modules/semver/ranges/valid.js rename to src/node_modules/simple-update-notifier/node_modules/semver/ranges/valid.js diff --git a/node_modules/simple-update-notifier/package.json b/src/node_modules/simple-update-notifier/package.json similarity index 100% rename from node_modules/simple-update-notifier/package.json rename to src/node_modules/simple-update-notifier/package.json diff --git a/node_modules/simple-update-notifier/src/borderedText.ts b/src/node_modules/simple-update-notifier/src/borderedText.ts similarity index 100% rename from node_modules/simple-update-notifier/src/borderedText.ts rename to src/node_modules/simple-update-notifier/src/borderedText.ts diff --git a/node_modules/simple-update-notifier/src/cache.spec.ts b/src/node_modules/simple-update-notifier/src/cache.spec.ts similarity index 100% rename from node_modules/simple-update-notifier/src/cache.spec.ts rename to src/node_modules/simple-update-notifier/src/cache.spec.ts diff --git a/node_modules/simple-update-notifier/src/cache.ts b/src/node_modules/simple-update-notifier/src/cache.ts similarity index 100% rename from node_modules/simple-update-notifier/src/cache.ts rename to src/node_modules/simple-update-notifier/src/cache.ts diff --git a/node_modules/simple-update-notifier/src/getDistVersion.spec.ts b/src/node_modules/simple-update-notifier/src/getDistVersion.spec.ts similarity index 100% rename from node_modules/simple-update-notifier/src/getDistVersion.spec.ts rename to src/node_modules/simple-update-notifier/src/getDistVersion.spec.ts diff --git a/node_modules/simple-update-notifier/src/getDistVersion.ts b/src/node_modules/simple-update-notifier/src/getDistVersion.ts similarity index 100% rename from node_modules/simple-update-notifier/src/getDistVersion.ts rename to src/node_modules/simple-update-notifier/src/getDistVersion.ts diff --git a/node_modules/simple-update-notifier/src/hasNewVersion.spec.ts b/src/node_modules/simple-update-notifier/src/hasNewVersion.spec.ts similarity index 100% rename from node_modules/simple-update-notifier/src/hasNewVersion.spec.ts rename to src/node_modules/simple-update-notifier/src/hasNewVersion.spec.ts diff --git a/node_modules/simple-update-notifier/src/hasNewVersion.ts b/src/node_modules/simple-update-notifier/src/hasNewVersion.ts similarity index 100% rename from node_modules/simple-update-notifier/src/hasNewVersion.ts rename to src/node_modules/simple-update-notifier/src/hasNewVersion.ts diff --git a/node_modules/simple-update-notifier/src/index.spec.ts b/src/node_modules/simple-update-notifier/src/index.spec.ts similarity index 100% rename from node_modules/simple-update-notifier/src/index.spec.ts rename to src/node_modules/simple-update-notifier/src/index.spec.ts diff --git a/node_modules/simple-update-notifier/src/index.ts b/src/node_modules/simple-update-notifier/src/index.ts similarity index 100% rename from node_modules/simple-update-notifier/src/index.ts rename to src/node_modules/simple-update-notifier/src/index.ts diff --git a/node_modules/simple-update-notifier/src/isNpmOrYarn.ts b/src/node_modules/simple-update-notifier/src/isNpmOrYarn.ts similarity index 100% rename from node_modules/simple-update-notifier/src/isNpmOrYarn.ts rename to src/node_modules/simple-update-notifier/src/isNpmOrYarn.ts diff --git a/node_modules/simple-update-notifier/src/types.ts b/src/node_modules/simple-update-notifier/src/types.ts similarity index 100% rename from node_modules/simple-update-notifier/src/types.ts rename to src/node_modules/simple-update-notifier/src/types.ts diff --git a/node_modules/statuses/HISTORY.md b/src/node_modules/statuses/HISTORY.md similarity index 100% rename from node_modules/statuses/HISTORY.md rename to src/node_modules/statuses/HISTORY.md diff --git a/node_modules/statuses/LICENSE b/src/node_modules/statuses/LICENSE similarity index 100% rename from node_modules/statuses/LICENSE rename to src/node_modules/statuses/LICENSE diff --git a/node_modules/statuses/README.md b/src/node_modules/statuses/README.md similarity index 100% rename from node_modules/statuses/README.md rename to src/node_modules/statuses/README.md diff --git a/node_modules/statuses/codes.json b/src/node_modules/statuses/codes.json similarity index 100% rename from node_modules/statuses/codes.json rename to src/node_modules/statuses/codes.json diff --git a/node_modules/statuses/index.js b/src/node_modules/statuses/index.js similarity index 100% rename from node_modules/statuses/index.js rename to src/node_modules/statuses/index.js diff --git a/node_modules/statuses/package.json b/src/node_modules/statuses/package.json similarity index 100% rename from node_modules/statuses/package.json rename to src/node_modules/statuses/package.json diff --git a/node_modules/supports-color/browser.js b/src/node_modules/supports-color/browser.js similarity index 100% rename from node_modules/supports-color/browser.js rename to src/node_modules/supports-color/browser.js diff --git a/node_modules/supports-color/index.js b/src/node_modules/supports-color/index.js similarity index 100% rename from node_modules/supports-color/index.js rename to src/node_modules/supports-color/index.js diff --git a/node_modules/supports-color/license b/src/node_modules/supports-color/license similarity index 100% rename from node_modules/supports-color/license rename to src/node_modules/supports-color/license diff --git a/node_modules/supports-color/package.json b/src/node_modules/supports-color/package.json similarity index 100% rename from node_modules/supports-color/package.json rename to src/node_modules/supports-color/package.json diff --git a/node_modules/supports-color/readme.md b/src/node_modules/supports-color/readme.md similarity index 100% rename from node_modules/supports-color/readme.md rename to src/node_modules/supports-color/readme.md diff --git a/node_modules/to-regex-range/LICENSE b/src/node_modules/to-regex-range/LICENSE similarity index 100% rename from node_modules/to-regex-range/LICENSE rename to src/node_modules/to-regex-range/LICENSE diff --git a/node_modules/to-regex-range/README.md b/src/node_modules/to-regex-range/README.md similarity index 100% rename from node_modules/to-regex-range/README.md rename to src/node_modules/to-regex-range/README.md diff --git a/node_modules/to-regex-range/index.js b/src/node_modules/to-regex-range/index.js similarity index 100% rename from node_modules/to-regex-range/index.js rename to src/node_modules/to-regex-range/index.js diff --git a/node_modules/to-regex-range/package.json b/src/node_modules/to-regex-range/package.json similarity index 100% rename from node_modules/to-regex-range/package.json rename to src/node_modules/to-regex-range/package.json diff --git a/node_modules/toidentifier/HISTORY.md b/src/node_modules/toidentifier/HISTORY.md similarity index 100% rename from node_modules/toidentifier/HISTORY.md rename to src/node_modules/toidentifier/HISTORY.md diff --git a/node_modules/toidentifier/LICENSE b/src/node_modules/toidentifier/LICENSE similarity index 100% rename from node_modules/toidentifier/LICENSE rename to src/node_modules/toidentifier/LICENSE diff --git a/node_modules/toidentifier/README.md b/src/node_modules/toidentifier/README.md similarity index 100% rename from node_modules/toidentifier/README.md rename to src/node_modules/toidentifier/README.md diff --git a/node_modules/toidentifier/index.js b/src/node_modules/toidentifier/index.js similarity index 100% rename from node_modules/toidentifier/index.js rename to src/node_modules/toidentifier/index.js diff --git a/node_modules/toidentifier/package.json b/src/node_modules/toidentifier/package.json similarity index 100% rename from node_modules/toidentifier/package.json rename to src/node_modules/toidentifier/package.json diff --git a/node_modules/touch/LICENSE b/src/node_modules/touch/LICENSE similarity index 100% rename from node_modules/touch/LICENSE rename to src/node_modules/touch/LICENSE diff --git a/node_modules/touch/README.md b/src/node_modules/touch/README.md similarity index 100% rename from node_modules/touch/README.md rename to src/node_modules/touch/README.md diff --git a/node_modules/touch/bin/nodetouch.js b/src/node_modules/touch/bin/nodetouch.js similarity index 100% rename from node_modules/touch/bin/nodetouch.js rename to src/node_modules/touch/bin/nodetouch.js diff --git a/node_modules/touch/index.js b/src/node_modules/touch/index.js similarity index 100% rename from node_modules/touch/index.js rename to src/node_modules/touch/index.js diff --git a/node_modules/touch/package.json b/src/node_modules/touch/package.json similarity index 100% rename from node_modules/touch/package.json rename to src/node_modules/touch/package.json diff --git a/node_modules/type-is/HISTORY.md b/src/node_modules/type-is/HISTORY.md similarity index 100% rename from node_modules/type-is/HISTORY.md rename to src/node_modules/type-is/HISTORY.md diff --git a/node_modules/type-is/LICENSE b/src/node_modules/type-is/LICENSE similarity index 100% rename from node_modules/type-is/LICENSE rename to src/node_modules/type-is/LICENSE diff --git a/node_modules/type-is/README.md b/src/node_modules/type-is/README.md similarity index 100% rename from node_modules/type-is/README.md rename to src/node_modules/type-is/README.md diff --git a/node_modules/type-is/index.js b/src/node_modules/type-is/index.js similarity index 100% rename from node_modules/type-is/index.js rename to src/node_modules/type-is/index.js diff --git a/node_modules/type-is/package.json b/src/node_modules/type-is/package.json similarity index 100% rename from node_modules/type-is/package.json rename to src/node_modules/type-is/package.json diff --git a/node_modules/undefsafe/.github/workflows/release.yml b/src/node_modules/undefsafe/.github/workflows/release.yml similarity index 100% rename from node_modules/undefsafe/.github/workflows/release.yml rename to src/node_modules/undefsafe/.github/workflows/release.yml diff --git a/node_modules/undefsafe/.jscsrc b/src/node_modules/undefsafe/.jscsrc similarity index 100% rename from node_modules/undefsafe/.jscsrc rename to src/node_modules/undefsafe/.jscsrc diff --git a/node_modules/undefsafe/.jshintrc b/src/node_modules/undefsafe/.jshintrc similarity index 100% rename from node_modules/undefsafe/.jshintrc rename to src/node_modules/undefsafe/.jshintrc diff --git a/node_modules/undefsafe/.travis.yml b/src/node_modules/undefsafe/.travis.yml similarity index 100% rename from node_modules/undefsafe/.travis.yml rename to src/node_modules/undefsafe/.travis.yml diff --git a/node_modules/undefsafe/LICENSE b/src/node_modules/undefsafe/LICENSE similarity index 100% rename from node_modules/undefsafe/LICENSE rename to src/node_modules/undefsafe/LICENSE diff --git a/node_modules/undefsafe/README.md b/src/node_modules/undefsafe/README.md similarity index 100% rename from node_modules/undefsafe/README.md rename to src/node_modules/undefsafe/README.md diff --git a/node_modules/undefsafe/example.js b/src/node_modules/undefsafe/example.js similarity index 100% rename from node_modules/undefsafe/example.js rename to src/node_modules/undefsafe/example.js diff --git a/node_modules/undefsafe/lib/undefsafe.js b/src/node_modules/undefsafe/lib/undefsafe.js similarity index 100% rename from node_modules/undefsafe/lib/undefsafe.js rename to src/node_modules/undefsafe/lib/undefsafe.js diff --git a/node_modules/undefsafe/package.json b/src/node_modules/undefsafe/package.json similarity index 100% rename from node_modules/undefsafe/package.json rename to src/node_modules/undefsafe/package.json diff --git a/node_modules/unpipe/HISTORY.md b/src/node_modules/unpipe/HISTORY.md similarity index 100% rename from node_modules/unpipe/HISTORY.md rename to src/node_modules/unpipe/HISTORY.md diff --git a/node_modules/unpipe/LICENSE b/src/node_modules/unpipe/LICENSE similarity index 100% rename from node_modules/unpipe/LICENSE rename to src/node_modules/unpipe/LICENSE diff --git a/node_modules/unpipe/README.md b/src/node_modules/unpipe/README.md similarity index 100% rename from node_modules/unpipe/README.md rename to src/node_modules/unpipe/README.md diff --git a/node_modules/unpipe/index.js b/src/node_modules/unpipe/index.js similarity index 100% rename from node_modules/unpipe/index.js rename to src/node_modules/unpipe/index.js diff --git a/node_modules/unpipe/package.json b/src/node_modules/unpipe/package.json similarity index 100% rename from node_modules/unpipe/package.json rename to src/node_modules/unpipe/package.json diff --git a/node_modules/utils-merge/.npmignore b/src/node_modules/utils-merge/.npmignore similarity index 100% rename from node_modules/utils-merge/.npmignore rename to src/node_modules/utils-merge/.npmignore diff --git a/node_modules/utils-merge/LICENSE b/src/node_modules/utils-merge/LICENSE similarity index 100% rename from node_modules/utils-merge/LICENSE rename to src/node_modules/utils-merge/LICENSE diff --git a/node_modules/utils-merge/README.md b/src/node_modules/utils-merge/README.md similarity index 100% rename from node_modules/utils-merge/README.md rename to src/node_modules/utils-merge/README.md diff --git a/node_modules/utils-merge/index.js b/src/node_modules/utils-merge/index.js similarity index 100% rename from node_modules/utils-merge/index.js rename to src/node_modules/utils-merge/index.js diff --git a/node_modules/utils-merge/package.json b/src/node_modules/utils-merge/package.json similarity index 100% rename from node_modules/utils-merge/package.json rename to src/node_modules/utils-merge/package.json diff --git a/node_modules/vary/HISTORY.md b/src/node_modules/vary/HISTORY.md similarity index 100% rename from node_modules/vary/HISTORY.md rename to src/node_modules/vary/HISTORY.md diff --git a/node_modules/vary/LICENSE b/src/node_modules/vary/LICENSE similarity index 100% rename from node_modules/vary/LICENSE rename to src/node_modules/vary/LICENSE diff --git a/node_modules/vary/README.md b/src/node_modules/vary/README.md similarity index 100% rename from node_modules/vary/README.md rename to src/node_modules/vary/README.md diff --git a/node_modules/vary/index.js b/src/node_modules/vary/index.js similarity index 100% rename from node_modules/vary/index.js rename to src/node_modules/vary/index.js diff --git a/node_modules/vary/package.json b/src/node_modules/vary/package.json similarity index 100% rename from node_modules/vary/package.json rename to src/node_modules/vary/package.json diff --git a/node_modules/ws/LICENSE b/src/node_modules/ws/LICENSE similarity index 100% rename from node_modules/ws/LICENSE rename to src/node_modules/ws/LICENSE diff --git a/node_modules/ws/README.md b/src/node_modules/ws/README.md similarity index 100% rename from node_modules/ws/README.md rename to src/node_modules/ws/README.md diff --git a/node_modules/ws/browser.js b/src/node_modules/ws/browser.js similarity index 100% rename from node_modules/ws/browser.js rename to src/node_modules/ws/browser.js diff --git a/node_modules/ws/index.js b/src/node_modules/ws/index.js similarity index 100% rename from node_modules/ws/index.js rename to src/node_modules/ws/index.js diff --git a/node_modules/ws/lib/buffer-util.js b/src/node_modules/ws/lib/buffer-util.js similarity index 100% rename from node_modules/ws/lib/buffer-util.js rename to src/node_modules/ws/lib/buffer-util.js diff --git a/node_modules/ws/lib/constants.js b/src/node_modules/ws/lib/constants.js similarity index 100% rename from node_modules/ws/lib/constants.js rename to src/node_modules/ws/lib/constants.js diff --git a/node_modules/ws/lib/event-target.js b/src/node_modules/ws/lib/event-target.js similarity index 100% rename from node_modules/ws/lib/event-target.js rename to src/node_modules/ws/lib/event-target.js diff --git a/node_modules/ws/lib/extension.js b/src/node_modules/ws/lib/extension.js similarity index 100% rename from node_modules/ws/lib/extension.js rename to src/node_modules/ws/lib/extension.js diff --git a/node_modules/ws/lib/limiter.js b/src/node_modules/ws/lib/limiter.js similarity index 100% rename from node_modules/ws/lib/limiter.js rename to src/node_modules/ws/lib/limiter.js diff --git a/node_modules/ws/lib/permessage-deflate.js b/src/node_modules/ws/lib/permessage-deflate.js similarity index 100% rename from node_modules/ws/lib/permessage-deflate.js rename to src/node_modules/ws/lib/permessage-deflate.js diff --git a/node_modules/ws/lib/receiver.js b/src/node_modules/ws/lib/receiver.js similarity index 100% rename from node_modules/ws/lib/receiver.js rename to src/node_modules/ws/lib/receiver.js diff --git a/node_modules/ws/lib/sender.js b/src/node_modules/ws/lib/sender.js similarity index 100% rename from node_modules/ws/lib/sender.js rename to src/node_modules/ws/lib/sender.js diff --git a/node_modules/ws/lib/stream.js b/src/node_modules/ws/lib/stream.js similarity index 100% rename from node_modules/ws/lib/stream.js rename to src/node_modules/ws/lib/stream.js diff --git a/node_modules/ws/lib/subprotocol.js b/src/node_modules/ws/lib/subprotocol.js similarity index 100% rename from node_modules/ws/lib/subprotocol.js rename to src/node_modules/ws/lib/subprotocol.js diff --git a/node_modules/ws/lib/validation.js b/src/node_modules/ws/lib/validation.js similarity index 100% rename from node_modules/ws/lib/validation.js rename to src/node_modules/ws/lib/validation.js diff --git a/node_modules/ws/lib/websocket-server.js b/src/node_modules/ws/lib/websocket-server.js similarity index 100% rename from node_modules/ws/lib/websocket-server.js rename to src/node_modules/ws/lib/websocket-server.js diff --git a/node_modules/ws/lib/websocket.js b/src/node_modules/ws/lib/websocket.js similarity index 100% rename from node_modules/ws/lib/websocket.js rename to src/node_modules/ws/lib/websocket.js diff --git a/node_modules/ws/package.json b/src/node_modules/ws/package.json similarity index 100% rename from node_modules/ws/package.json rename to src/node_modules/ws/package.json diff --git a/node_modules/ws/wrapper.mjs b/src/node_modules/ws/wrapper.mjs similarity index 100% rename from node_modules/ws/wrapper.mjs rename to src/node_modules/ws/wrapper.mjs diff --git a/package-lock.json b/src/package-lock.json similarity index 100% rename from package-lock.json rename to src/package-lock.json