{ "_args": [ [ "electron-dl@1.11.0", "/Users/aa/TheDesk/app" ] ], "_from": "electron-dl@1.11.0", "_id": "electron-dl@1.11.0", "_inBundle": false, "_integrity": "sha512-iL9qHzzWOuL9bus+UT+P72SwrDQcFTV6QHqcbhwgqjCC9/K5jhdRzG0dIMB3TzYlk6rmApanPqh9DvWykwIH1Q==", "_location": "/electron-dl", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "electron-dl@1.11.0", "name": "electron-dl", "escapedName": "electron-dl", "rawSpec": "1.11.0", "saveSpec": null, "fetchSpec": "1.11.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/electron-dl/-/electron-dl-1.11.0.tgz", "_spec": "1.11.0", "_where": "/Users/aa/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": { "ava": "^0.25.0", "cp-file": "^5.0.0", "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" }, "version": "1.11.0", "xo": { "envs": [ "node", "browser" ] } }