added promise-fs

This commit is contained in:
Abhinav-grd 2021-03-30 16:56:36 +05:30
parent 6319f4fec0
commit 233affac32
2 changed files with 27 additions and 11 deletions

View file

@ -8,22 +8,19 @@
"lint": "eslint -c .eslintrc --ext .ts ./src",
"start": "yarn build && electron ./dist/main.js"
},
"repository": "https://github.com/electron/electron-quick-start-typescript",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo",
"typescript"
],
"author": "abhinav-grd",
"devDependencies": {
"@types/node": "^12",
"@types/promise-fs": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"electron": "^9.4.0",
"eslint": "^7.3.1",
"promise-fs": "^2.1.1",
"typescript": "^3.9.5"
},
"dependencies": {}
"dependencies": {},
"resolutions": {
"@types/node": "^12"
}
}

View file

@ -54,6 +54,11 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"
"@octetstream/promisify@2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@octetstream/promisify/-/promisify-2.0.2.tgz#29ac3bd7aefba646db670227f895d812c1a19615"
integrity sha512-7XHoRB61hxsz8lBQrjC1tq/3OEIgpvGWg6DKAdwi7WRzruwkmsdwmOoUXbU4Dtd4RSOMDwed0SkP3y8UlMt1Bg==
"@sindresorhus/is@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@ -76,11 +81,18 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
"@types/node@^12.0.12":
"@types/node@*", "@types/node@^12", "@types/node@^12.0.12":
version "12.20.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.7.tgz#1cb61fd0c85cb87e728c43107b5fd82b69bc9ef8"
integrity sha512-gWL8VUkg8VRaCAUgG9WmhefMqHmMblxe2rVpMF86nZY/+ZysU+BkAp+3cz03AixWDSSz0ks5WX59yAhv/cDwFA==
"@types/promise-fs@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@types/promise-fs/-/promise-fs-2.1.1.tgz#1fefda5b08e88d91140b5e468abdfda1a9d325dd"
integrity sha512-xplUD6hbDewmlcLBjpcxY/IrdCYmMgWgsG41CMV637ZJH1iapZg8aI0m/DxL1quljWACl5bPqq0xvpsx9/RPTQ==
dependencies:
"@types/node" "*"
"@typescript-eslint/eslint-plugin@^3.4.0":
version "3.10.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
@ -1027,6 +1039,13 @@ progress@^2.0.0, progress@^2.0.3:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
promise-fs@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/promise-fs/-/promise-fs-2.1.1.tgz#0b725a592c165ff16157d1f13640ba390637e557"
integrity sha512-43p7e4QzAQ3w6eyN0+gbBL7jXiZFWLWYITg9wIObqkBySu/a5K1EDcQ/S6UyB/bmiZWDA4NjTbcopKLTaKcGSw==
dependencies:
"@octetstream/promisify" "2.0.2"
proto-list@~1.2.1:
version "1.2.4"
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"