use directories for structure

This commit is contained in:
s2
2020-05-26 10:37:57 +02:00
parent 66580d4847
commit ae4aaf2668
1287 changed files with 92093 additions and 13113 deletions

24
node_modules/pn/package.json generated vendored
View File

@@ -1,35 +1,39 @@
{
"_from": "pn@^1.1.0",
"_args": [
[
"pn@1.1.0",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "pn@1.1.0",
"_id": "pn@1.1.0",
"_inBundle": false,
"_integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==",
"_location": "/pn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "pn@^1.1.0",
"raw": "pn@1.1.0",
"name": "pn",
"escapedName": "pn",
"rawSpec": "^1.1.0",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz",
"_shasum": "e2f4cef0e219f463c179ab37463e4e1ecdccbafb",
"_spec": "pn@^1.1.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\jsdom",
"_spec": "1.1.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "C. Scott Ananian"
},
"bugs": {
"url": "https://github.com/cscott/node-pn/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Promisify the node standard library.",
"devDependencies": {
"es6-shim": "~0.35.3",