1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00:04 +02:00

update dependencies

This commit is contained in:
s2
2018-10-10 15:11:12 +02:00
parent da4083f574
commit 5c55c54b71
90877 changed files with 339776 additions and 33677 deletions

View File

@@ -1,71 +1,65 @@
{
"_args": [
[
"electron-download@3.3.0",
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
"_from": "electron-download@3.3.0",
"_id": "electron-download@3.3.0",
"_from": "electron-download@^4.1.0",
"_id": "electron-download@4.1.1",
"_inBundle": false,
"_integrity": "sha1-LP1U1pZsAZxNSa1l++Zcyc3vaMg=",
"_integrity": "sha512-FjEWG9Jb/ppK/2zToP+U5dds114fM1ZOJqMAR4aXXL5CvyPE9fiqBK/9YcwC9poIFQTEJk/EM/zyRwziziRZrg==",
"_location": "/electron-download",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "electron-download@3.3.0",
"raw": "electron-download@^4.1.0",
"name": "electron-download",
"escapedName": "electron-download",
"rawSpec": "3.3.0",
"rawSpec": "^4.1.0",
"saveSpec": null,
"fetchSpec": "3.3.0"
"fetchSpec": "^4.1.0"
},
"_requiredBy": [
"/electron"
"/electron",
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/electron-download/-/electron-download-3.3.0.tgz",
"_spec": "3.3.0",
"_where": "E:\\projects\\p\\gitlit\\app",
"_resolved": "https://registry.npmjs.org/electron-download/-/electron-download-4.1.1.tgz",
"_shasum": "02e69556705cc456e520f9e035556ed5a015ebe8",
"_spec": "electron-download@^4.1.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\electron",
"author": {
"name": "max ogden"
},
"babel": {
"presets": [
"es2015"
]
},
"bin": {
"electron-download": "build/cli.js"
"electron-download": "lib/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",
"debug": "^3.0.0",
"env-paths": "^1.0.0",
"fs-extra": "^4.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"
"nugget": "^2.0.1",
"path-exists": "^3.0.0",
"rc": "^1.2.1",
"semver": "^5.4.1",
"sumchecker": "^2.0.2"
},
"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",
"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": {
@@ -74,13 +68,16 @@
"rules": {
"strict": [
"error"
],
"prefer-const": [
"error"
]
}
},
"homepage": "https://github.com/electron-userland/electron-download#readme",
"keywords": [],
"license": "BSD-3-Clause",
"main": "build/index.js",
"main": "lib/index.js",
"name": "electron-download",
"repository": {
"type": "git",
@@ -88,9 +85,8 @@
},
"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"
"unit-tests": "tape test/*.js"
},
"version": "3.3.0"
"version": "4.1.1"
}