thedesk/app/node_modules/electron-dl/package.json

85 lines
1.8 KiB
JSON
Raw Normal View History

2018-01-28 23:22:43 +11:00
{
2018-05-26 22:48:13 +10:00
"_args": [
[
"electron-dl@1.11.0",
"/Users/aa/TheDesk/app"
]
],
2018-05-02 14:14:03 +10:00
"_from": "electron-dl@1.11.0",
"_id": "electron-dl@1.11.0",
"_inBundle": false,
"_integrity": "sha512-iL9qHzzWOuL9bus+UT+P72SwrDQcFTV6QHqcbhwgqjCC9/K5jhdRzG0dIMB3TzYlk6rmApanPqh9DvWykwIH1Q==",
2018-01-28 23:22:43 +11:00
"_location": "/electron-dl",
"_phantomChildren": {},
"_requested": {
2018-05-02 14:14:03 +10:00
"type": "version",
"registry": true,
"raw": "electron-dl@1.11.0",
2018-01-28 23:22:43 +11:00
"name": "electron-dl",
2018-05-02 14:14:03 +10:00
"escapedName": "electron-dl",
"rawSpec": "1.11.0",
"saveSpec": null,
"fetchSpec": "1.11.0"
2018-01-28 23:22:43 +11:00
},
"_requiredBy": [
2018-05-02 14:14:03 +10:00
"/"
2018-01-28 23:22:43 +11:00
],
2018-05-02 14:14:03 +10:00
"_resolved": "https://registry.npmjs.org/electron-dl/-/electron-dl-1.11.0.tgz",
2018-05-26 22:48:13 +10:00
"_spec": "1.11.0",
"_where": "/Users/aa/TheDesk/app",
2018-01-28 23:22:43 +11:00
"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": {
2018-05-02 14:14:03 +10:00
"ava": "^0.25.0",
"cp-file": "^5.0.0",
2018-01-28 23:22:43 +11:00
"electron": "^1.3.3",
"minimist": "^1.2.0",
"node-static": "^0.7.9",
"pify": "^3.0.0",
"spectron": "^3.7.2",
"uuid": "^3.1.0",
"xo": "*"
},
"files": [
"index.js"
],
"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"
},
2018-05-02 14:14:03 +10:00
"version": "1.11.0",
2018-01-28 23:22:43 +11:00
"xo": {
"envs": [
"node",
"browser"
]
}
}