thedesk/app/node_modules/electron-dl/package.json
2019-09-12 23:38:13 +09:00

88 lines
1.9 KiB
JSON

{
"_args": [
[
"electron-dl@1.14.0",
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_from": "electron-dl@1.14.0",
"_id": "electron-dl@1.14.0",
"_inBundle": false,
"_integrity": "sha512-4okyei42a1mLsvLK7hLrIfd20EQzB18nIlLTwBV992aMSmTGLUEFRTmO1MfSslGNrzD8nuPuy1l/VxO8so4lig==",
"_location": "/electron-dl",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "electron-dl@1.14.0",
"name": "electron-dl",
"escapedName": "electron-dl",
"rawSpec": "1.14.0",
"saveSpec": null,
"fetchSpec": "1.14.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/electron-dl/-/electron-dl-1.14.0.tgz",
"_spec": "1.14.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/electron-dl/issues"
},
"dependencies": {
"ext-name": "^5.0.0",
"pupa": "^1.0.0",
"unused-filename": "^1.0.0"
},
"description": "Simplified file downloads for your Electron app",
"devDependencies": {
"@types/node": "^11.13.0",
"ava": "^1.4.1",
"cp-file": "^6.2.0",
"electron": "^3.1.2",
"minimist": "^1.2.0",
"node-static": "^0.7.11",
"pify": "^4.0.1",
"spectron": "^5.0.0",
"tsd": "^0.7.2",
"uuid": "^3.3.2",
"xo": "^0.24.0"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/electron-dl#readme",
"keywords": [
"electron",
"app",
"file",
"download",
"downloader",
"progress"
],
"license": "MIT",
"name": "electron-dl",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/electron-dl.git"
},
"scripts": {
"start": "electron run.js",
"test": "xo && ava && tsd"
},
"version": "1.14.0",
"xo": {
"envs": [
"node",
"browser"
]
}
}