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

View File

@@ -1,27 +1,33 @@
{
"_from": "camelcase@^4.1.0",
"_args": [
[
"camelcase@4.1.0",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "camelcase@4.1.0",
"_id": "camelcase@4.1.0",
"_inBundle": false,
"_integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
"_location": "/yargs-parser/camelcase",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "camelcase@^4.1.0",
"raw": "camelcase@4.1.0",
"name": "camelcase",
"escapedName": "camelcase",
"rawSpec": "^4.1.0",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "^4.1.0"
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/yargs-parser"
],
"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
"_shasum": "d545635be1e33c542649c69173e5de6acfae34dd",
"_spec": "camelcase@^4.1.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\yargs-parser",
"_spec": "4.1.0",
"_where": "/home/s2/Documents/Code/gitlit/app",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/camelcase/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
"devDependencies": {
"ava": "*",

View File

@@ -1,27 +1,33 @@
{
"_from": "yargs-parser@^10.0.0",
"_args": [
[
"yargs-parser@10.0.0",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "yargs-parser@10.0.0",
"_id": "yargs-parser@10.0.0",
"_inBundle": false,
"_integrity": "sha512-+DHejWujTVYeMHLff8U96rLc4uE4Emncoftvn5AjhB1Jw1pWxLzgBUT/WYbPrHmy6YPEBTZQx5myHhVcuuu64g==",
"_location": "/yargs-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "yargs-parser@^10.0.0",
"raw": "yargs-parser@10.0.0",
"name": "yargs-parser",
"escapedName": "yargs-parser",
"rawSpec": "^10.0.0",
"rawSpec": "10.0.0",
"saveSpec": null,
"fetchSpec": "^10.0.0"
"fetchSpec": "10.0.0"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.0.0.tgz",
"_shasum": "c737c93de2567657750cb1f2c00be639fd19c994",
"_spec": "yargs-parser@^10.0.0",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\electron-packager",
"_spec": "10.0.0",
"_where": "/home/s2/Documents/Code/gitlit/app",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
@@ -29,11 +35,9 @@
"bugs": {
"url": "https://github.com/yargs/yargs-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"camelcase": "^4.1.0"
},
"deprecated": false,
"description": "the mighty option parser used by yargs",
"devDependencies": {
"chai": "^3.5.0",