1
0
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:
s2
2018-06-03 13:47:11 +02:00
parent e8c95255e8
commit d002126b72
4115 changed files with 440218 additions and 7519 deletions

82
node_modules/env-paths/package.json generated vendored Normal file
View File

@@ -0,0 +1,82 @@
{
"_args": [
[
"env-paths@1.0.0",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "env-paths@1.0.0",
"_id": "env-paths@1.0.0",
"_inBundle": false,
"_integrity": "sha1-QWgTO0K7BcOKNbGuQ5fIKYqzaeA=",
"_location": "/env-paths",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "env-paths@1.0.0",
"name": "env-paths",
"escapedName": "env-paths",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/electron-download"
],
"_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/s2/Documents/Code/gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/env-paths/issues"
},
"description": "Get paths for storing things like data, config, cache, etc",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/env-paths#readme",
"keywords": [
"common",
"user",
"paths",
"env",
"environment",
"directory",
"dir",
"appdir",
"path",
"data",
"config",
"cache",
"logs",
"temp",
"linux",
"unix"
],
"license": "MIT",
"name": "env-paths",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/env-paths.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0",
"xo": {
"esnext": true
}
}