| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
- "_id": "electron-dl@1.12.0",
- "_inBundle": false,
- "_integrity": "sha512-LI9dNAYihcnLJ+Bs9TtqCKlCsHXOuu5VpBNVD2KystEphEBBsjXOD1skhghJ4rEC/ZrXpqeobBY6rb61ZhMRag==",
- "_location": "/electron-dl",
- "_phantomChildren": {},
- "_requested": {
- "type": "remote",
- "raw": "electron-dl@http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
- "name": "electron-dl",
- "escapedName": "electron-dl",
- "rawSpec": "http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
- "saveSpec": "http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
- "fetchSpec": "http://192.168.50.2:1380/npm/electron-dl-master.tar.gz"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
- "_shasum": "bc79f472131f54fdaa877b38443651e3a23ad697",
- "_spec": "electron-dl@http://192.168.50.2:1380/npm/electron-dl-master.tar.gz",
- "_where": "/home/ab/workspace/TypeMark",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/electron-dl/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "ext-name": "^5.0.0",
- "pupa": "^1.0.0",
- "unused-filename": "^1.0.0"
- },
- "deprecated": false,
- "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.12.0",
- "xo": {
- "envs": [
- "node",
- "browser"
- ]
- }
- }
|