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

View File

@@ -1,27 +1,33 @@
{
"_from": "request-promise-native@^1.0.5",
"_args": [
[
"request-promise-native@1.0.8",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "request-promise-native@1.0.8",
"_id": "request-promise-native@1.0.8",
"_inBundle": false,
"_integrity": "sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ==",
"_location": "/request-promise-native",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "request-promise-native@^1.0.5",
"raw": "request-promise-native@1.0.8",
"name": "request-promise-native",
"escapedName": "request-promise-native",
"rawSpec": "^1.0.5",
"rawSpec": "1.0.8",
"saveSpec": null,
"fetchSpec": "^1.0.5"
"fetchSpec": "1.0.8"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.8.tgz",
"_shasum": "a455b960b826e44e2bf8999af64dff2bfe58cb36",
"_spec": "request-promise-native@^1.0.5",
"_where": "/home/s2/Code/vanillajs-seed/node_modules/jsdom",
"_spec": "1.0.8",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Nicolai Kamenzky",
"url": "https://github.com/analog-nico"
@@ -29,13 +35,11 @@
"bugs": {
"url": "https://github.com/request/request-promise-native/issues"
},
"bundleDependencies": false,
"dependencies": {
"request-promise-core": "1.1.3",
"stealthy-require": "^1.1.1",
"tough-cookie": "^2.3.3"
},
"deprecated": false,
"description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.",
"devDependencies": {
"body-parser": "~1.15.2",