1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +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

24
app/node_modules/mkpath/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "mkpath@^0.1.0",
"_args": [
[
"mkpath@0.1.0",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "mkpath@0.1.0",
"_id": "mkpath@0.1.0",
"_inBundle": false,
"_integrity": "sha1-dVSm+Nhxg0zJe1RisSLEwSTW3pE=",
"_location": "/mkpath",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "mkpath@^0.1.0",
"raw": "mkpath@0.1.0",
"name": "mkpath",
"escapedName": "mkpath",
"rawSpec": "^0.1.0",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/decompress-zip"
],
"_resolved": "https://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz",
"_shasum": "7554a6f8d871834cc97b5462b122c4c124d6de91",
"_spec": "mkpath@^0.1.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\decompress-zip",
"_spec": "0.1.0",
"_where": "/home/s2/Documents/Code/gitlit/app",
"author": {
"name": "Jonathan Rajavuori",
"email": "jrajav@gmail.com"
@@ -29,8 +35,6 @@
"bugs": {
"url": "https://github.com/jrajav/mkpath/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Make all directories in a path, like mkdir -p",
"devDependencies": {
"tap": "~0.3"