| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "electron-download",
- "version": "3.3.0",
- "description": "download electron prebuilt binary zips from github releases",
- "main": "build/index.js",
- "bin": {
- "electron-download": "build/cli.js"
- },
- "scripts": {
- "prepublish": "babel --out-dir build lib",
- "lint": "eslint lib test",
- "unit-tests": "tape -r babel-register test/*.js",
- "test": "npm run unit-tests && npm run lint"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/electron-userland/electron-download.git"
- },
- "author": "max ogden",
- "license": "BSD-3-Clause",
- "bugs": {
- "url": "https://github.com/electron-userland/electron-download/issues"
- },
- "homepage": "https://github.com/electron-userland/electron-download#readme",
- "dependencies": {
- "debug": "^2.2.0",
- "fs-extra": "^0.30.0",
- "home-path": "^1.0.1",
- "minimist": "^1.2.0",
- "nugget": "^2.0.0",
- "path-exists": "^2.1.0",
- "rc": "^1.1.2",
- "semver": "^5.3.0",
- "sumchecker": "^1.2.0"
- },
- "devDependencies": {
- "babel-cli": "^6.14.0",
- "babel-preset-es2015": "^6.14.0",
- "babel-register": "^6.14.0",
- "eslint": "^3.2.0",
- "eslint-config-standard": "^5.2.0",
- "eslint-plugin-promise": "^2.0.0",
- "eslint-plugin-standard": "^2.0.0",
- "mkdirp": "^0.5.1",
- "tape": "^4.6.0",
- "temp": "^0.8.3"
- },
- "eslintConfig": {
- "extends": "standard",
- "parserOptions": {
- "sourceType": "script"
- },
- "rules": {
- "strict": [
- "error"
- ]
- }
- },
- "babel": {
- "presets": [
- "es2015"
- ]
- },
- "keywords": [],
- "_from": "electron-download@3.3.0",
- "_resolved": "http://registry.npm.taobao.org/electron-download/download/electron-download-3.3.0.tgz"
- }
|