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,8 +1,8 @@
{
"_from": "w3c-hr-time@^1.0.1",
"_id": "w3c-hr-time@1.0.1",
"_id": "w3c-hr-time@1.0.2",
"_inBundle": false,
"_integrity": "sha1-gqwr/2PZUOqeMYmlimViX+3xkEU=",
"_integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
"_location": "/w3c-hr-time",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz",
"_shasum": "82ac2bff63d950ea9e3189a58a65625fedf19045",
"_resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
"_shasum": "0a89cdf5cc15822df9c360543676963e0cc308cd",
"_spec": "w3c-hr-time@^1.0.1",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\jsdom",
"_where": "D:\\Projects\\siag\\vanillajs-seed\\node_modules\\jsdom",
"author": {
"name": "Timothy Gu",
"email": "timothygu99@gmail.com"
@@ -31,14 +31,14 @@
},
"bundleDependencies": false,
"dependencies": {
"browser-process-hrtime": "^0.1.2"
"browser-process-hrtime": "^1.0.0"
},
"deprecated": false,
"description": "An implementation of the W3C High Resolution Time Level 2 specification.",
"devDependencies": {
"eslint": "^4.14.0",
"eslint-plugin-jest": "^21.5.0",
"jest": "^22.0.4"
"jest": "^24.1.0"
},
"files": [
"lib",
@@ -57,5 +57,5 @@
"lint": "eslint .",
"test": "jest"
},
"version": "1.0.1"
"version": "1.0.2"
}