mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
add node modules to repo
This commit is contained in:
94
node_modules/electron-download/package.json
generated
vendored
Normal file
94
node_modules/electron-download/package.json
generated
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"electron-download@4.1.0",
|
||||
"/home/s2/Documents/Code/gitlit"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "electron-download@4.1.0",
|
||||
"_id": "electron-download@4.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-v5MsdG8vh//MCdHdRy8v9rkYeEU=",
|
||||
"_location": "/electron-download",
|
||||
"_phantomChildren": {
|
||||
"graceful-fs": "4.1.11",
|
||||
"jsonfile": "2.4.0",
|
||||
"ms": "2.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "electron-download@4.1.0",
|
||||
"name": "electron-download",
|
||||
"escapedName": "electron-download",
|
||||
"rawSpec": "4.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/electron-packager"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/electron-download/-/electron-download-4.1.0.tgz",
|
||||
"_spec": "4.1.0",
|
||||
"_where": "/home/s2/Documents/Code/gitlit",
|
||||
"author": {
|
||||
"name": "max ogden"
|
||||
},
|
||||
"bin": {
|
||||
"electron-download": "lib/cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/electron-userland/electron-download/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "^2.2.0",
|
||||
"env-paths": "^1.0.0",
|
||||
"fs-extra": "^2.0.0",
|
||||
"minimist": "^1.2.0",
|
||||
"nugget": "^2.0.0",
|
||||
"path-exists": "^3.0.0",
|
||||
"rc": "^1.1.2",
|
||||
"semver": "^5.3.0",
|
||||
"sumchecker": "^2.0.1"
|
||||
},
|
||||
"description": "download electron prebuilt binary zips from github releases",
|
||||
"devDependencies": {
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "standard",
|
||||
"parserOptions": {
|
||||
"sourceType": "script"
|
||||
},
|
||||
"rules": {
|
||||
"strict": [
|
||||
"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.0"
|
||||
}
|
Reference in New Issue
Block a user