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

@@ -1,36 +1,40 @@
{
"_from": "jsbn@~0.1.0",
"_args": [
[
"jsbn@0.1.1",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "jsbn@0.1.1",
"_id": "jsbn@0.1.1",
"_inBundle": false,
"_integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
"_location": "/jsbn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "jsbn@~0.1.0",
"raw": "jsbn@0.1.1",
"name": "jsbn",
"escapedName": "jsbn",
"rawSpec": "~0.1.0",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "~0.1.0"
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/ecc-jsbn",
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
"_shasum": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513",
"_spec": "jsbn@~0.1.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\sshpk",
"_spec": "0.1.1",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Tom Wu"
},
"bugs": {
"url": "https://github.com/andyperlitch/jsbn/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
"homepage": "https://github.com/andyperlitch/jsbn#readme",
"keywords": [