package.json 2.39 KB
Newer Older
Patiphan Marak's avatar
Patiphan Marak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
{
  "_from": "electron-download@^3.0.1",
  "_id": "electron-download@3.3.0",
  "_inBundle": false,
  "_integrity": "sha1-LP1U1pZsAZxNSa1l++Zcyc3vaMg=",
  "_location": "/electron-download",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "electron-download@^3.0.1",
    "name": "electron-download",
    "escapedName": "electron-download",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/electron"
  ],
  "_resolved": "https://registry.npmjs.org/electron-download/-/electron-download-3.3.0.tgz",
  "_shasum": "2cfd54d6966c019c4d49ad65fbe65cc9cdef68c8",
  "_spec": "electron-download@^3.0.1",
  "_where": "/home/lab1-24/Toua/node-js-60-2/week05/windowapp/node_modules/electron",
  "author": {
    "name": "max ogden"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "bin": {
    "electron-download": "build/cli.js"
  },
  "bugs": {
    "url": "https://github.com/electron-userland/electron-download/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "description": "download electron prebuilt binary zips from github releases",
  "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"
      ]
    }
  },
  "homepage": "https://github.com/electron-userland/electron-download#readme",
  "keywords": [],
  "license": "BSD-3-Clause",
  "main": "build/index.js",
  "name": "electron-download",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electron-userland/electron-download.git"
  },
  "scripts": {
    "lint": "eslint lib test",
    "prepublish": "babel --out-dir build lib",
    "test": "npm run unit-tests && npm run lint",
    "unit-tests": "tape -r babel-register test/*.js"
  },
  "version": "3.3.0"
}