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

@@ -1,27 +1,33 @@
{
"_from": "asn1@~0.2.3",
"_args": [
[
"asn1@0.2.4",
"D:\\Projects\\siag\\vanillajs-seed"
]
],
"_development": true,
"_from": "asn1@0.2.4",
"_id": "asn1@0.2.4",
"_inBundle": false,
"_integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
"_location": "/asn1",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "asn1@~0.2.3",
"raw": "asn1@0.2.4",
"name": "asn1",
"escapedName": "asn1",
"rawSpec": "~0.2.3",
"rawSpec": "0.2.4",
"saveSpec": null,
"fetchSpec": "~0.2.3"
"fetchSpec": "0.2.4"
},
"_requiredBy": [
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
"_shasum": "8d2475dfab553bb33e77b54e59e880bb8ce23136",
"_spec": "asn1@~0.2.3",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\sshpk",
"_spec": "0.2.4",
"_where": "D:\\Projects\\siag\\vanillajs-seed",
"author": {
"name": "Joyent",
"url": "joyent.com"
@@ -29,7 +35,6 @@
"bugs": {
"url": "https://github.com/joyent/node-asn1/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Mark Cavage",
@@ -51,7 +56,6 @@
"dependencies": {
"safer-buffer": "~2.1.0"
},
"deprecated": false,
"description": "Contains parsers and serializers for ASN.1 (currently BER only)",
"devDependencies": {
"eslint": "2.13.1",