101 lines
2.5 KiB
JSON
101 lines
2.5 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"electron-download@4.1.1",
|
||
|
"C:\\Users\\ryuki\\TheDesk\\app"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "electron-download@4.1.1",
|
||
|
"_id": "electron-download@4.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-FjEWG9Jb/ppK/2zToP+U5dds114fM1ZOJqMAR4aXXL5CvyPE9fiqBK/9YcwC9poIFQTEJk/EM/zyRwziziRZrg==",
|
||
|
"_location": "/electron-download",
|
||
|
"_phantomChildren": {
|
||
|
"graceful-fs": "4.1.15",
|
||
|
"jsonfile": "4.0.0",
|
||
|
"ms": "2.1.1",
|
||
|
"universalify": "0.1.2"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "electron-download@4.1.1",
|
||
|
"name": "electron-download",
|
||
|
"escapedName": "electron-download",
|
||
|
"rawSpec": "4.1.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "4.1.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/electron"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/electron-download/-/electron-download-4.1.1.tgz",
|
||
|
"_spec": "4.1.1",
|
||
|
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
|
||
|
"author": {
|
||
|
"name": "max ogden"
|
||
|
},
|
||
|
"bin": {
|
||
|
"electron-download": "lib/cli.js"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/electron-userland/electron-download/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"debug": "^3.0.0",
|
||
|
"env-paths": "^1.0.0",
|
||
|
"fs-extra": "^4.0.1",
|
||
|
"minimist": "^1.2.0",
|
||
|
"nugget": "^2.0.1",
|
||
|
"path-exists": "^3.0.0",
|
||
|
"rc": "^1.2.1",
|
||
|
"semver": "^5.4.1",
|
||
|
"sumchecker": "^2.0.2"
|
||
|
},
|
||
|
"description": "download electron prebuilt binary zips from github releases",
|
||
|
"devDependencies": {
|
||
|
"eslint": "^4.4.1",
|
||
|
"eslint-config-standard": "^10.2.1",
|
||
|
"eslint-plugin-import": "^2.7.0",
|
||
|
"eslint-plugin-node": "^5.1.1",
|
||
|
"eslint-plugin-promise": "^3.5.0",
|
||
|
"eslint-plugin-standard": "^3.0.1",
|
||
|
"sinon": "^6.1.4",
|
||
|
"tape": "^4.8.0",
|
||
|
"temp": "^0.8.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 4.0"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"extends": "standard",
|
||
|
"parserOptions": {
|
||
|
"sourceType": "script"
|
||
|
},
|
||
|
"rules": {
|
||
|
"strict": [
|
||
|
"error"
|
||
|
],
|
||
|
"prefer-const": [
|
||
|
"error"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"homepage": "https://github.com/electron-userland/electron-download#readme",
|
||
|
"keywords": [],
|
||
|
"license": "BSD-3-Clause",
|
||
|
"main": "lib/index.js",
|
||
|
"name": "electron-download",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/electron-userland/electron-download.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "eslint lib test",
|
||
|
"test": "npm run unit-tests && npm run lint",
|
||
|
"unit-tests": "tape test/*.js"
|
||
|
},
|
||
|
"version": "4.1.1"
|
||
|
}
|