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

24
node_modules/abbrev/package.json generated vendored
View File

@@ -1,28 +1,34 @@
{
"_from": "abbrev@1",
"_args": [
[
"abbrev@1.1.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "abbrev@1.1.1",
"_id": "abbrev@1.1.1",
"_inBundle": false,
"_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
"_location": "/abbrev",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "abbrev@1",
"raw": "abbrev@1.1.1",
"name": "abbrev",
"escapedName": "abbrev",
"rawSpec": "1",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1"
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/nopt",
"/touch/nopt"
],
"_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
"_shasum": "f8f2c887ad10bf67f634f005b6987fed3179aac8",
"_spec": "abbrev@1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\nopt",
"_spec": "1.1.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/isaacs/abbrev-js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Like ruby's abbrev module, but in js",
"devDependencies": {
"tap": "^10.1"

24
node_modules/ajv/package.json generated vendored
View File

@@ -1,41 +1,45 @@
{
"_from": "ajv@^5.3.0",
"_args": [
[
"ajv@5.5.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "ajv@5.5.2",
"_id": "ajv@5.5.2",
"_inBundle": false,
"_integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
"_location": "/ajv",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "ajv@^5.3.0",
"raw": "ajv@5.5.2",
"name": "ajv",
"escapedName": "ajv",
"rawSpec": "^5.3.0",
"rawSpec": "5.5.2",
"saveSpec": null,
"fetchSpec": "^5.3.0"
"fetchSpec": "5.5.2"
},
"_requiredBy": [
"/har-validator"
],
"_resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
"_shasum": "73b5eeca3fab653e3d3f9422b341ad42205dc965",
"_spec": "ajv@^5.3.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\har-validator",
"_spec": "5.5.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Evgeny Poberezkin"
},
"bugs": {
"url": "https://github.com/epoberezkin/ajv/issues"
},
"bundleDependencies": false,
"dependencies": {
"co": "^4.6.0",
"fast-deep-equal": "^1.0.0",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.3.0"
},
"deprecated": false,
"description": "Another JSON Schema Validator",
"devDependencies": {
"ajv-async": "^0.1.0",

24
node_modules/ansi-regex/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "ansi-regex@^2.0.0",
"_args": [
[
"ansi-regex@2.1.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "ansi-regex@2.1.1",
"_id": "ansi-regex@2.1.1",
"_inBundle": false,
"_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"_location": "/ansi-regex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "ansi-regex@^2.0.0",
"raw": "ansi-regex@2.1.1",
"name": "ansi-regex",
"escapedName": "ansi-regex",
"rawSpec": "^2.0.0",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/strip-ansi"
],
"_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df",
"_spec": "ansi-regex@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\strip-ansi",
"_spec": "2.1.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/chalk/ansi-regex/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Regular expression for matching ANSI escape codes",
"devDependencies": {
"ava": "0.17.0",

View File

@@ -1,27 +1,33 @@
{
"_from": "array-find-index@^1.0.1",
"_args": [
[
"array-find-index@1.0.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "array-find-index@1.0.2",
"_id": "array-find-index@1.0.2",
"_inBundle": false,
"_integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
"_location": "/array-find-index",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "array-find-index@^1.0.1",
"raw": "array-find-index@1.0.2",
"name": "array-find-index",
"escapedName": "array-find-index",
"rawSpec": "^1.0.1",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.1"
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/currently-unhandled"
],
"_resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
"_shasum": "df010aa1287e164bbda6f9723b0a96a1ec4187a1",
"_spec": "array-find-index@^1.0.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\currently-unhandled",
"_spec": "1.0.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/array-find-index/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ES2015 `Array#findIndex()` ponyfill",
"devDependencies": {
"ava": "*",

24
node_modules/asar/package.json generated vendored
View File

@@ -1,34 +1,39 @@
{
"_from": "asar@^0.14.0",
"_args": [
[
"asar@0.14.5",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "asar@0.14.5",
"_id": "asar@0.14.5",
"_inBundle": false,
"_integrity": "sha512-2Di/TnY1sridHFKMFgxBh0Wk0gVxSZN4qQhRhjJn3UywZAvP5MHI0RNVSkpzmJ+n6t0BC8w/+1257wtSgQ3Kdg==",
"_location": "/asar",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "asar@^0.14.0",
"raw": "asar@0.14.5",
"name": "asar",
"escapedName": "asar",
"rawSpec": "^0.14.0",
"rawSpec": "0.14.5",
"saveSpec": null,
"fetchSpec": "^0.14.0"
"fetchSpec": "0.14.5"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/asar/-/asar-0.14.5.tgz",
"_shasum": "a2fd9e01ec7e0df75940125f2d1df338abfc8aec",
"_spec": "asar@^0.14.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"_spec": "0.14.5",
"_where": "E:\\projects\\p\\gitlit",
"bin": {
"asar": "./bin/asar.js"
},
"bugs": {
"url": "https://github.com/electron/asar/issues"
},
"bundleDependencies": false,
"dependencies": {
"chromium-pickle-js": "^0.2.0",
"commander": "^2.9.0",
@@ -39,7 +44,6 @@
"mksnapshot": "^0.3.0",
"tmp": "0.0.28"
},
"deprecated": false,
"description": "Creating Electron app packages",
"devDependencies": {
"electron": "^1.6.2",

24
node_modules/asn1/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "asn1@~0.2.3",
"_args": [
[
"asn1@0.2.4",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "asn1@0.2.4",
"_id": "asn1@0.2.4",
"_inBundle": false,
"_integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
"_location": "/asn1",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "asn1@~0.2.3",
"raw": "asn1@0.2.4",
"name": "asn1",
"escapedName": "asn1",
"rawSpec": "~0.2.3",
"rawSpec": "0.2.4",
"saveSpec": null,
"fetchSpec": "~0.2.3"
"fetchSpec": "0.2.4"
},
"_requiredBy": [
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
"_shasum": "8d2475dfab553bb33e77b54e59e880bb8ce23136",
"_spec": "asn1@~0.2.3",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\sshpk",
"_spec": "0.2.4",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Joyent",
"url": "joyent.com"
@@ -29,7 +35,6 @@
"bugs": {
"url": "https://github.com/joyent/node-asn1/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Mark Cavage",
@@ -51,7 +56,6 @@
"dependencies": {
"safer-buffer": "~2.1.0"
},
"deprecated": false,
"description": "Contains parsers and serializers for ASN.1 (currently BER only)",
"devDependencies": {
"eslint": "2.13.1",

View File

@@ -1,19 +1,26 @@
{
"_from": "assert-plus@^1.0.0",
"_args": [
[
"assert-plus@1.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "assert-plus@1.0.0",
"_id": "assert-plus@1.0.0",
"_inBundle": false,
"_integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
"_location": "/assert-plus",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "assert-plus@^1.0.0",
"raw": "assert-plus@1.0.0",
"name": "assert-plus",
"escapedName": "assert-plus",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/dashdash",
@@ -24,9 +31,8 @@
"/verror"
],
"_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"_shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525",
"_spec": "assert-plus@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\http-signature",
"_spec": "1.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Mark Cavage",
"email": "mcavage@gmail.com"
@@ -34,7 +40,6 @@
"bugs": {
"url": "https://github.com/mcavage/node-assert-plus/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Dave Eddy",
@@ -62,7 +67,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "Extra assertions on top of node's assert module",
"devDependencies": {
"faucet": "0.0.1",

24
node_modules/asynckit/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "asynckit@^0.4.0",
"_args": [
[
"asynckit@0.4.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "asynckit@0.4.0",
"_id": "asynckit@0.4.0",
"_inBundle": false,
"_integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
"_location": "/asynckit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "asynckit@^0.4.0",
"raw": "asynckit@0.4.0",
"name": "asynckit",
"escapedName": "asynckit",
"rawSpec": "^0.4.0",
"rawSpec": "0.4.0",
"saveSpec": null,
"fetchSpec": "^0.4.0"
"fetchSpec": "0.4.0"
},
"_requiredBy": [
"/form-data"
],
"_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"_shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79",
"_spec": "asynckit@^0.4.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\form-data",
"_spec": "0.4.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Alex Indigo",
"email": "iam@alexindigo.com"
@@ -29,9 +35,7 @@
"bugs": {
"url": "https://github.com/alexindigo/asynckit/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Minimal async jobs utility library, with streams support",
"devDependencies": {
"browserify": "^13.0.0",

View File

@@ -1,27 +1,33 @@
{
"_from": "author-regex@^1.0.0",
"_args": [
[
"author-regex@1.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "author-regex@1.0.0",
"_id": "author-regex@1.0.0",
"_inBundle": false,
"_integrity": "sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA=",
"_location": "/author-regex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "author-regex@^1.0.0",
"raw": "author-regex@1.0.0",
"name": "author-regex",
"escapedName": "author-regex",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/parse-author"
],
"_resolved": "https://registry.npmjs.org/author-regex/-/author-regex-1.0.0.tgz",
"_shasum": "d08885be6b9bbf9439fe087c76287245f0a81450",
"_spec": "author-regex@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\parse-author",
"_spec": "1.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -29,8 +35,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/author-regex/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Regular expression for parsing an `author` string into an object following npm conventions.",
"devDependencies": {
"gulp-format-md": "^0.1.11",

24
node_modules/aws-sign2/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "aws-sign2@~0.7.0",
"_args": [
[
"aws-sign2@0.7.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "aws-sign2@0.7.0",
"_id": "aws-sign2@0.7.0",
"_inBundle": false,
"_integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=",
"_location": "/aws-sign2",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "aws-sign2@~0.7.0",
"raw": "aws-sign2@0.7.0",
"name": "aws-sign2",
"escapedName": "aws-sign2",
"rawSpec": "~0.7.0",
"rawSpec": "0.7.0",
"saveSpec": null,
"fetchSpec": "~0.7.0"
"fetchSpec": "0.7.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
"_shasum": "b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8",
"_spec": "aws-sign2@~0.7.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"_spec": "0.7.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com",
@@ -30,9 +36,7 @@
"bugs": {
"url": "https://github.com/mikeal/aws-sign/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.",
"devDependencies": {},
"engines": {

24
node_modules/aws4/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "aws4@^1.8.0",
"_args": [
[
"aws4@1.8.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "aws4@1.8.0",
"_id": "aws4@1.8.0",
"_inBundle": false,
"_integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==",
"_location": "/aws4",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "aws4@^1.8.0",
"raw": "aws4@1.8.0",
"name": "aws4",
"escapedName": "aws4",
"rawSpec": "^1.8.0",
"rawSpec": "1.8.0",
"saveSpec": null,
"fetchSpec": "^1.8.0"
"fetchSpec": "1.8.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz",
"_shasum": "f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f",
"_spec": "aws4@^1.8.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"_spec": "1.8.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Michael Hart",
"email": "michael.hart.au@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/mhart/aws4/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Signs and prepares requests using AWS Signature Version 4",
"devDependencies": {
"mocha": "^2.4.5",

View File

@@ -1,27 +1,33 @@
{
"_from": "balanced-match@^1.0.0",
"_args": [
[
"balanced-match@1.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "balanced-match@1.0.0",
"_id": "balanced-match@1.0.0",
"_inBundle": false,
"_integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
"_location": "/balanced-match",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "balanced-match@^1.0.0",
"raw": "balanced-match@1.0.0",
"name": "balanced-match",
"escapedName": "balanced-match",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/brace-expansion"
],
"_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"_shasum": "89b4d199ab2bee49de164ea02b89ce462d71b767",
"_spec": "balanced-match@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\brace-expansion",
"_spec": "1.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
@@ -30,9 +36,7 @@
"bugs": {
"url": "https://github.com/juliangruber/balanced-match/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Match balanced character pairs, like \"{\" and \"}\"",
"devDependencies": {
"matcha": "^0.7.0",

14
node_modules/base64-js/package.json generated vendored
View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"base64-js@1.2.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "base64-js@1.2.0",
"_id": "base64-js@1.2.0",
"_inBundle": false,
@@ -19,9 +26,8 @@
"/plist"
],
"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz",
"_shasum": "a39992d723584811982be5e290bb6a53d86700f1",
"_spec": "base64-js@1.2.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\plist",
"_spec": "1.2.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "T. Jameson Little",
"email": "t.jameson.little@gmail.com"
@@ -29,8 +35,6 @@
"bugs": {
"url": "https://github.com/beatgammit/base64-js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Base64 encoding/decoding in pure JS",
"devDependencies": {
"benchmark": "^2.1.0",

View File

@@ -1,35 +1,40 @@
{
"_from": "bcrypt-pbkdf@^1.0.0",
"_args": [
[
"bcrypt-pbkdf@1.0.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "bcrypt-pbkdf@1.0.2",
"_id": "bcrypt-pbkdf@1.0.2",
"_inBundle": false,
"_integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
"_location": "/bcrypt-pbkdf",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "bcrypt-pbkdf@^1.0.0",
"raw": "bcrypt-pbkdf@1.0.2",
"name": "bcrypt-pbkdf",
"escapedName": "bcrypt-pbkdf",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
"_shasum": "a4301d389b6a43f9b67ff3ca11a3f6637e360e9e",
"_spec": "bcrypt-pbkdf@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\sshpk",
"_spec": "1.0.2",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/joyent/node-bcrypt-pbkdf/issues"
},
"bundleDependencies": false,
"dependencies": {
"tweetnacl": "^0.14.3"
},
"deprecated": false,
"description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
"devDependencies": {},
"homepage": "https://github.com/joyent/node-bcrypt-pbkdf#readme",

27
node_modules/binary/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "binary@^0.3.0",
"_args": [
[
"binary@0.3.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "binary@0.3.0",
"_id": "binary@0.3.0",
"_inBundle": false,
"_integrity": "sha1-n2BVO8XOjDOG87VTz/R0Yq3sqnk=",
"_location": "/binary",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "binary@^0.3.0",
"raw": "binary@0.3.0",
"name": "binary",
"escapedName": "binary",
"rawSpec": "^0.3.0",
"rawSpec": "0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
"fetchSpec": "0.3.0"
},
"_requiredBy": [
"/decompress-zip"
],
"_resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
"_shasum": "9f60553bc5ce8c3386f3b553cff47462adecaa79",
"_spec": "binary@^0.3.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\decompress-zip",
"_spec": "0.3.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -30,12 +36,10 @@
"bugs": {
"url": "https://github.com/substack/node-binary/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffers": "~0.1.1",
"chainsaw": "~0.1.0"
},
"deprecated": false,
"description": "Unpack multibyte binary values from buffers",
"devDependencies": {
"seq": "~0.2.5",
@@ -44,9 +48,6 @@
"engine": {
"node": ">=0.4.0"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/substack/node-binary#readme",
"keywords": [
"binary",

24
node_modules/bluebird/package.json generated vendored
View File

@@ -1,28 +1,34 @@
{
"_from": "bluebird@^3.5.0",
"_args": [
[
"bluebird@3.5.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "bluebird@3.5.2",
"_id": "bluebird@3.5.2",
"_inBundle": false,
"_integrity": "sha512-dhHTWMI7kMx5whMQntl7Vr9C6BvV10lFXDAasnqnrMYhXVCzzk6IO9Fo2L75jXHT07WrOngL1WDXOp+yYS91Yg==",
"_location": "/bluebird",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "bluebird@^3.5.0",
"raw": "bluebird@3.5.2",
"name": "bluebird",
"escapedName": "bluebird",
"rawSpec": "^3.5.0",
"rawSpec": "3.5.2",
"saveSpec": null,
"fetchSpec": "^3.5.0"
"fetchSpec": "3.5.2"
},
"_requiredBy": [
"/electron-osx-sign",
"/get-package-info"
],
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.2.tgz",
"_shasum": "1be0908e054a751754549c270489c1505d4ab15a",
"_spec": "bluebird@^3.5.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-osx-sign",
"_spec": "3.5.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Petka Antonov",
"email": "petka_antonov@hotmail.com",
@@ -32,8 +38,6 @@
"bugs": {
"url": "http://github.com/petkaantonov/bluebird/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"devDependencies": {
"acorn": "~0.6.0",

View File

@@ -1,27 +1,33 @@
{
"_from": "brace-expansion@^1.1.7",
"_args": [
[
"brace-expansion@1.1.11",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "brace-expansion@1.1.11",
"_id": "brace-expansion@1.1.11",
"_inBundle": false,
"_integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"_location": "/brace-expansion",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "brace-expansion@^1.1.7",
"raw": "brace-expansion@1.1.11",
"name": "brace-expansion",
"escapedName": "brace-expansion",
"rawSpec": "^1.1.7",
"rawSpec": "1.1.11",
"saveSpec": null,
"fetchSpec": "^1.1.7"
"fetchSpec": "1.1.11"
},
"_requiredBy": [
"/minimatch"
],
"_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"_shasum": "3c7fcbf529d87226f3d2f52b966ff5271eb441dd",
"_spec": "brace-expansion@^1.1.7",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\minimatch",
"_spec": "1.1.11",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
@@ -30,12 +36,10 @@
"bugs": {
"url": "https://github.com/juliangruber/brace-expansion/issues"
},
"bundleDependencies": false,
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
},
"deprecated": false,
"description": "Brace expansion as known from sh/bash",
"devDependencies": {
"matcha": "^0.7.0",

View File

@@ -1,32 +1,36 @@
{
"_from": "buffer-alloc-unsafe@^1.1.0",
"_args": [
[
"buffer-alloc-unsafe@1.1.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "buffer-alloc-unsafe@1.1.0",
"_id": "buffer-alloc-unsafe@1.1.0",
"_inBundle": false,
"_integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==",
"_location": "/buffer-alloc-unsafe",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "buffer-alloc-unsafe@^1.1.0",
"raw": "buffer-alloc-unsafe@1.1.0",
"name": "buffer-alloc-unsafe",
"escapedName": "buffer-alloc-unsafe",
"rawSpec": "^1.1.0",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/buffer-alloc"
],
"_resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz",
"_shasum": "bd7dc26ae2972d0eda253be061dba992349c19f0",
"_spec": "buffer-alloc-unsafe@^1.1.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\buffer-alloc",
"_spec": "1.1.0",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/LinusU/buffer-alloc-unsafe/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.",
"devDependencies": {
"standard": "^7.1.2"

View File

@@ -1,36 +1,40 @@
{
"_from": "buffer-alloc@^1.2.0",
"_args": [
[
"buffer-alloc@1.2.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "buffer-alloc@1.2.0",
"_id": "buffer-alloc@1.2.0",
"_inBundle": false,
"_integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==",
"_location": "/buffer-alloc",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "buffer-alloc@^1.2.0",
"raw": "buffer-alloc@1.2.0",
"name": "buffer-alloc",
"escapedName": "buffer-alloc",
"rawSpec": "^1.2.0",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/isbinaryfile"
],
"_resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
"_shasum": "890dd90d923a873e08e10e5fd51a57e5b7cce0ec",
"_spec": "buffer-alloc@^1.2.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\isbinaryfile",
"_spec": "1.2.0",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/LinusU/buffer-alloc/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-alloc-unsafe": "^1.1.0",
"buffer-fill": "^1.0.0"
},
"deprecated": false,
"description": "A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.",
"devDependencies": {
"standard": "^7.1.2"

View File

@@ -1,32 +1,36 @@
{
"_from": "buffer-fill@^1.0.0",
"_args": [
[
"buffer-fill@1.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "buffer-fill@1.0.0",
"_id": "buffer-fill@1.0.0",
"_inBundle": false,
"_integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=",
"_location": "/buffer-fill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "buffer-fill@^1.0.0",
"raw": "buffer-fill@1.0.0",
"name": "buffer-fill",
"escapedName": "buffer-fill",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/buffer-alloc"
],
"_resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz",
"_shasum": "f8f78b76789888ef39f205cd637f68e702122b2c",
"_spec": "buffer-fill@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\buffer-alloc",
"_spec": "1.0.0",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/LinusU/buffer-fill/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A [ponyfill](https://ponyfill.com) for `Buffer.fill`.",
"devDependencies": {
"buffer-alloc-unsafe": "^1.1.0",

View File

@@ -1,32 +1,36 @@
{
"_from": "buffer-from@^1.0.0",
"_args": [
[
"buffer-from@1.1.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "buffer-from@1.1.1",
"_id": "buffer-from@1.1.1",
"_inBundle": false,
"_integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==",
"_location": "/buffer-from",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "buffer-from@^1.0.0",
"raw": "buffer-from@1.1.1",
"name": "buffer-from",
"escapedName": "buffer-from",
"rawSpec": "^1.0.0",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/concat-stream"
],
"_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
"_shasum": "32713bc028f75c02fdb710d7c7bcec1f2c6070ef",
"_spec": "buffer-from@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\concat-stream",
"_spec": "1.1.1",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/LinusU/buffer-from/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
"devDependencies": {
"standard": "^7.1.2"

24
node_modules/buffers/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "buffers@~0.1.1",
"_args": [
[
"buffers@0.1.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "buffers@0.1.1",
"_id": "buffers@0.1.1",
"_inBundle": false,
"_integrity": "sha1-skV5w77U1tOWru5tmorn9Ugqt7s=",
"_location": "/buffers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "buffers@~0.1.1",
"raw": "buffers@0.1.1",
"name": "buffers",
"escapedName": "buffers",
"rawSpec": "~0.1.1",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "~0.1.1"
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/binary"
],
"_resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz",
"_shasum": "b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb",
"_spec": "buffers@~0.1.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\binary",
"_spec": "0.1.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/substack/node-buffers/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Treat a collection of Buffers as a single contiguous partially mutable Buffer.",
"engines": {
"node": ">=0.2.0"

View File

@@ -1,27 +1,33 @@
{
"_from": "builtin-modules@^1.0.0",
"_args": [
[
"builtin-modules@1.1.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "builtin-modules@1.1.1",
"_id": "builtin-modules@1.1.1",
"_inBundle": false,
"_integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
"_location": "/builtin-modules",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "builtin-modules@^1.0.0",
"raw": "builtin-modules@1.1.1",
"name": "builtin-modules",
"escapedName": "builtin-modules",
"rawSpec": "^1.0.0",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/is-builtin-module"
],
"_resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
"_shasum": "270f076c5a72c02f5b65a47df94c5fe3a278892f",
"_spec": "builtin-modules@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\is-builtin-module",
"_spec": "1.1.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/builtin-modules/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "List of the Node.js builtin modules",
"devDependencies": {
"ava": "*",

View File

@@ -1,27 +1,33 @@
{
"_from": "camelcase-keys@^2.0.0",
"_args": [
[
"camelcase-keys@2.1.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "camelcase-keys@2.1.0",
"_id": "camelcase-keys@2.1.0",
"_inBundle": false,
"_integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
"_location": "/camelcase-keys",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "camelcase-keys@^2.0.0",
"raw": "camelcase-keys@2.1.0",
"name": "camelcase-keys",
"escapedName": "camelcase-keys",
"rawSpec": "^2.0.0",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/meow"
],
"_resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
"_shasum": "308beeaffdf28119051efa1d932213c91b8f92e7",
"_spec": "camelcase-keys@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\meow",
"_spec": "2.1.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,12 +36,10 @@
"bugs": {
"url": "https://github.com/sindresorhus/camelcase-keys/issues"
},
"bundleDependencies": false,
"dependencies": {
"camelcase": "^2.0.0",
"map-obj": "^1.0.0"
},
"deprecated": false,
"description": "Convert object keys to camelCase",
"devDependencies": {
"ava": "*",

24
node_modules/camelcase/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "camelcase@^2.0.0",
"_args": [
[
"camelcase@2.1.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "camelcase@2.1.1",
"_id": "camelcase@2.1.1",
"_inBundle": false,
"_integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
"_location": "/camelcase",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "camelcase@^2.0.0",
"raw": "camelcase@2.1.1",
"name": "camelcase",
"escapedName": "camelcase",
"rawSpec": "^2.0.0",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/camelcase-keys"
],
"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
"_shasum": "7c1d16d679a1bbe59ca02cacecfb011e201f5a1f",
"_spec": "camelcase@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\camelcase-keys",
"_spec": "2.1.1",
"_where": "E:\\projects\\p\\gitlit",
"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": "*",

24
node_modules/caseless/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "caseless@~0.12.0",
"_args": [
[
"caseless@0.12.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "caseless@0.12.0",
"_id": "caseless@0.12.0",
"_inBundle": false,
"_integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
"_location": "/caseless",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "caseless@~0.12.0",
"raw": "caseless@0.12.0",
"name": "caseless",
"escapedName": "caseless",
"rawSpec": "~0.12.0",
"rawSpec": "0.12.0",
"saveSpec": null,
"fetchSpec": "~0.12.0"
"fetchSpec": "0.12.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
"_shasum": "1b681c21ff84033c826543090689420d187151dc",
"_spec": "caseless@~0.12.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"_spec": "0.12.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com"
@@ -29,8 +35,6 @@
"bugs": {
"url": "https://github.com/mikeal/caseless/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Caseless object set/get/has, very useful when working with HTTP headers.",
"devDependencies": {
"tape": "^2.10.2"

27
node_modules/chainsaw/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "chainsaw@~0.1.0",
"_args": [
[
"chainsaw@0.1.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "chainsaw@0.1.0",
"_id": "chainsaw@0.1.0",
"_inBundle": false,
"_integrity": "sha1-XqtQsor+WAdNDVgpE4iCi15fvJg=",
"_location": "/chainsaw",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "chainsaw@~0.1.0",
"raw": "chainsaw@0.1.0",
"name": "chainsaw",
"escapedName": "chainsaw",
"rawSpec": "~0.1.0",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "~0.1.0"
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/binary"
],
"_resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz",
"_shasum": "5eab50b28afe58074d0d58291388828b5e5fbc98",
"_spec": "chainsaw@~0.1.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\binary",
"_spec": "0.1.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -30,18 +36,13 @@
"bugs": {
"url": "https://github.com/substack/node-chainsaw/issues"
},
"bundleDependencies": false,
"dependencies": {
"traverse": ">=0.3.0 <0.4"
},
"deprecated": false,
"description": "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!",
"engine": {
"node": ">=0.4.0"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/substack/node-chainsaw#readme",
"keywords": [
"chain",

View File

@@ -1,32 +1,36 @@
{
"_from": "chromium-pickle-js@^0.2.0",
"_args": [
[
"chromium-pickle-js@0.2.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "chromium-pickle-js@0.2.0",
"_id": "chromium-pickle-js@0.2.0",
"_inBundle": false,
"_integrity": "sha1-BKEGZywYsIWrd02YPfo+oTjyIgU=",
"_location": "/chromium-pickle-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "chromium-pickle-js@^0.2.0",
"raw": "chromium-pickle-js@0.2.0",
"name": "chromium-pickle-js",
"escapedName": "chromium-pickle-js",
"rawSpec": "^0.2.0",
"rawSpec": "0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
"fetchSpec": "0.2.0"
},
"_requiredBy": [
"/asar"
],
"_resolved": "https://registry.npmjs.org/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz",
"_shasum": "04a106672c18b085ab774d983dfa3ea138f22205",
"_spec": "chromium-pickle-js@^0.2.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\asar",
"_spec": "0.2.0",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/electron/node-chromium-pickle-js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Binary value packing and unpacking",
"devDependencies": {
"mocha": "^3.0.2",

24
node_modules/co/package.json generated vendored
View File

@@ -1,32 +1,36 @@
{
"_from": "co@^4.6.0",
"_args": [
[
"co@4.6.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "co@4.6.0",
"_id": "co@4.6.0",
"_inBundle": false,
"_integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
"_location": "/co",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "co@^4.6.0",
"raw": "co@4.6.0",
"name": "co",
"escapedName": "co",
"rawSpec": "^4.6.0",
"rawSpec": "4.6.0",
"saveSpec": null,
"fetchSpec": "^4.6.0"
"fetchSpec": "4.6.0"
},
"_requiredBy": [
"/ajv"
],
"_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
"_shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
"_spec": "co@^4.6.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\ajv",
"_spec": "4.6.0",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/tj/co/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "generator async control flow goodness",
"devDependencies": {
"browserify": "^10.0.0",

View File

@@ -1,27 +1,33 @@
{
"_from": "code-point-at@^1.0.0",
"_args": [
[
"code-point-at@1.1.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "code-point-at@1.1.0",
"_id": "code-point-at@1.1.0",
"_inBundle": false,
"_integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
"_location": "/code-point-at",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "code-point-at@^1.0.0",
"raw": "code-point-at@1.1.0",
"name": "code-point-at",
"escapedName": "code-point-at",
"rawSpec": "^1.0.0",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/string-width"
],
"_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
"_shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
"_spec": "code-point-at@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\string-width",
"_spec": "1.1.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/code-point-at/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ES2015 `String#codePointAt()` ponyfill",
"devDependencies": {
"ava": "*",

View File

@@ -1,27 +1,33 @@
{
"_from": "combined-stream@~1.0.6",
"_args": [
[
"combined-stream@1.0.7",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "combined-stream@1.0.7",
"_id": "combined-stream@1.0.7",
"_inBundle": false,
"_integrity": "sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w==",
"_location": "/combined-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "combined-stream@~1.0.6",
"raw": "combined-stream@1.0.7",
"name": "combined-stream",
"escapedName": "combined-stream",
"rawSpec": "~1.0.6",
"rawSpec": "1.0.7",
"saveSpec": null,
"fetchSpec": "~1.0.6"
"fetchSpec": "1.0.7"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.7.tgz",
"_shasum": "2d1d24317afb8abe95d6d2c0b07b57813539d828",
"_spec": "combined-stream@~1.0.6",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"_spec": "1.0.7",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/felixge/node-combined-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"delayed-stream": "~1.0.0"
},
"deprecated": false,
"description": "A stream that emits multiple other streams one after another.",
"devDependencies": {
"far": "~0.0.7"

24
node_modules/commander/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "commander@^2.9.0",
"_args": [
[
"commander@2.19.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "commander@2.19.0",
"_id": "commander@2.19.0",
"_inBundle": false,
"_integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==",
"_location": "/commander",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "commander@^2.9.0",
"raw": "commander@2.19.0",
"name": "commander",
"escapedName": "commander",
"rawSpec": "^2.9.0",
"rawSpec": "2.19.0",
"saveSpec": null,
"fetchSpec": "^2.9.0"
"fetchSpec": "2.19.0"
},
"_requiredBy": [
"/asar"
],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz",
"_shasum": "f6198aa84e5b83c46054b94ddedbfed5ee9ff12a",
"_spec": "commander@^2.9.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\asar",
"_spec": "2.19.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
@@ -29,9 +35,7 @@
"bugs": {
"url": "https://github.com/tj/commander.js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "the complete solution for node.js command-line programs",
"devDependencies": {
"@types/node": "^10.11.3",

View File

@@ -1,27 +1,33 @@
{
"_from": "compare-version@^0.1.2",
"_args": [
[
"compare-version@0.1.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "compare-version@0.1.2",
"_id": "compare-version@0.1.2",
"_inBundle": false,
"_integrity": "sha1-AWLsLZNR9d3VmpICy6k1NmpyUIA=",
"_location": "/compare-version",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "compare-version@^0.1.2",
"raw": "compare-version@0.1.2",
"name": "compare-version",
"escapedName": "compare-version",
"rawSpec": "^0.1.2",
"rawSpec": "0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
"fetchSpec": "0.1.2"
},
"_requiredBy": [
"/electron-osx-sign"
],
"_resolved": "https://registry.npmjs.org/compare-version/-/compare-version-0.1.2.tgz",
"_shasum": "0162ec2d9351f5ddd59a9202cba935366a725080",
"_spec": "compare-version@^0.1.2",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-osx-sign",
"_spec": "0.1.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/kevva/compare-version/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Compare semver version numbers",
"devDependencies": {
"browserify": "^3.44.2",

14
node_modules/concat-map/package.json generated vendored
View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"concat-map@0.0.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "concat-map@0.0.1",
"_id": "concat-map@0.0.1",
"_inBundle": false,
@@ -19,9 +26,8 @@
"/brace-expansion"
],
"_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
"_spec": "concat-map@0.0.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\brace-expansion",
"_spec": "0.0.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/substack/node-concat-map/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "concatenative mapdashery",
"devDependencies": {
"tape": "~2.4.0"

View File

@@ -1,27 +1,33 @@
{
"_from": "isarray@~1.0.0",
"_args": [
[
"isarray@1.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "isarray@1.0.0",
"_id": "isarray@1.0.0",
"_inBundle": false,
"_integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
"_location": "/concat-stream/isarray",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "isarray@~1.0.0",
"raw": "isarray@1.0.0",
"name": "isarray",
"escapedName": "isarray",
"rawSpec": "~1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "~1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/concat-stream/readable-stream"
],
"_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"_shasum": "bb935d48582cba168c06834957a54a3e07124f11",
"_spec": "isarray@~1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\concat-stream\\node_modules\\readable-stream",
"_spec": "1.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
@@ -30,9 +36,7 @@
"bugs": {
"url": "https://github.com/juliangruber/isarray/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Array#isArray for older browsers",
"devDependencies": {
"tape": "~2.13.4"

View File

@@ -1,27 +1,33 @@
{
"_from": "readable-stream@^2.2.2",
"_args": [
[
"readable-stream@2.3.6",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "readable-stream@2.3.6",
"_id": "readable-stream@2.3.6",
"_inBundle": false,
"_integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
"_location": "/concat-stream/readable-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "readable-stream@^2.2.2",
"raw": "readable-stream@2.3.6",
"name": "readable-stream",
"escapedName": "readable-stream",
"rawSpec": "^2.2.2",
"rawSpec": "2.3.6",
"saveSpec": null,
"fetchSpec": "^2.2.2"
"fetchSpec": "2.3.6"
},
"_requiredBy": [
"/concat-stream"
],
"_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
"_shasum": "b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf",
"_spec": "readable-stream@^2.2.2",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\concat-stream",
"_spec": "2.3.6",
"_where": "E:\\projects\\p\\gitlit",
"browser": {
"util": false,
"./readable.js": "./readable-browser.js",
@@ -32,7 +38,6 @@
"bugs": {
"url": "https://github.com/nodejs/readable-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
@@ -42,7 +47,6 @@
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
},
"deprecated": false,
"description": "Streams3, a user-land copy of the stream library from Node.js",
"devDependencies": {
"assert": "^1.4.0",

View File

@@ -1,35 +1,39 @@
{
"_from": "string_decoder@~1.1.1",
"_args": [
[
"string_decoder@1.1.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "string_decoder@1.1.1",
"_id": "string_decoder@1.1.1",
"_inBundle": false,
"_integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
"_location": "/concat-stream/string_decoder",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "string_decoder@~1.1.1",
"raw": "string_decoder@1.1.1",
"name": "string_decoder",
"escapedName": "string_decoder",
"rawSpec": "~1.1.1",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "~1.1.1"
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/concat-stream/readable-stream"
],
"_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
"_shasum": "9cf1611ba62685d7030ae9e4ba34149c3af03fc8",
"_spec": "string_decoder@~1.1.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\concat-stream\\node_modules\\readable-stream",
"_spec": "1.1.1",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/nodejs/string_decoder/issues"
},
"bundleDependencies": false,
"dependencies": {
"safe-buffer": "~5.1.0"
},
"deprecated": false,
"description": "The string_decoder module from Node core",
"devDependencies": {
"babel-polyfill": "^6.23.0",

View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"concat-stream@1.6.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "concat-stream@1.6.2",
"_id": "concat-stream@1.6.2",
"_inBundle": false,
@@ -25,9 +32,8 @@
"/extract-zip"
],
"_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
"_shasum": "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34",
"_spec": "concat-stream@1.6.2",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\extract-zip",
"_spec": "1.6.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Max Ogden",
"email": "max@maxogden.com"
@@ -35,14 +41,12 @@
"bugs": {
"url": "http://github.com/maxogden/concat-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-from": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^2.2.2",
"typedarray": "^0.0.6"
},
"deprecated": false,
"description": "writable stream that concatenates strings or binary data and calls a callback with the result",
"devDependencies": {
"tape": "^4.6.3"

View File

@@ -1,19 +1,26 @@
{
"_from": "core-util-is@~1.0.0",
"_args": [
[
"core-util-is@1.0.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "core-util-is@1.0.2",
"_id": "core-util-is@1.0.2",
"_inBundle": false,
"_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
"_location": "/core-util-is",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "core-util-is@~1.0.0",
"raw": "core-util-is@1.0.2",
"name": "core-util-is",
"escapedName": "core-util-is",
"rawSpec": "~1.0.0",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "~1.0.0"
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/concat-stream/readable-stream",
@@ -21,9 +28,8 @@
"/verror"
],
"_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
"_spec": "core-util-is@~1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\readable-stream",
"_spec": "1.0.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -32,8 +38,6 @@
"bugs": {
"url": "https://github.com/isaacs/core-util-is/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The `util.is*` functions introduced in Node v0.12.",
"devDependencies": {
"tap": "^2.3.0"

24
node_modules/cuint/package.json generated vendored
View File

@@ -1,35 +1,39 @@
{
"_from": "cuint@^0.2.1",
"_args": [
[
"cuint@0.2.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "cuint@0.2.2",
"_id": "cuint@0.2.2",
"_inBundle": false,
"_integrity": "sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs=",
"_location": "/cuint",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "cuint@^0.2.1",
"raw": "cuint@0.2.2",
"name": "cuint",
"escapedName": "cuint",
"rawSpec": "^0.2.1",
"rawSpec": "0.2.2",
"saveSpec": null,
"fetchSpec": "^0.2.1"
"fetchSpec": "0.2.2"
},
"_requiredBy": [
"/asar"
],
"_resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz",
"_shasum": "408086d409550c2631155619e9fa7bcadc3b991b",
"_spec": "cuint@^0.2.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\asar",
"_spec": "0.2.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Pierre Curto"
},
"bugs": {
"url": "https://github.com/pierrec/js-cuint/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Unsigned integers for Javascript",
"devDependencies": {
"minify": "0.2.x",

View File

@@ -1,27 +1,33 @@
{
"_from": "currently-unhandled@^0.4.1",
"_args": [
[
"currently-unhandled@0.4.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "currently-unhandled@0.4.1",
"_id": "currently-unhandled@0.4.1",
"_inBundle": false,
"_integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
"_location": "/currently-unhandled",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "currently-unhandled@^0.4.1",
"raw": "currently-unhandled@0.4.1",
"name": "currently-unhandled",
"escapedName": "currently-unhandled",
"rawSpec": "^0.4.1",
"rawSpec": "0.4.1",
"saveSpec": null,
"fetchSpec": "^0.4.1"
"fetchSpec": "0.4.1"
},
"_requiredBy": [
"/loud-rejection"
],
"_resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
"_shasum": "988df33feab191ef799a61369dd76c17adf957ea",
"_spec": "currently-unhandled@^0.4.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\loud-rejection",
"_spec": "0.4.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
@@ -36,11 +42,9 @@
"bugs": {
"url": "https://github.com/jamestalmage/currently-unhandled/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-find-index": "^1.0.1"
},
"deprecated": false,
"description": "Track the list of currently unhandled promise rejections.",
"devDependencies": {
"ava": "^0.15.1",

24
node_modules/dashdash/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "dashdash@^1.12.0",
"_args": [
[
"dashdash@1.14.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "dashdash@1.14.1",
"_id": "dashdash@1.14.1",
"_inBundle": false,
"_integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
"_location": "/dashdash",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "dashdash@^1.12.0",
"raw": "dashdash@1.14.1",
"name": "dashdash",
"escapedName": "dashdash",
"rawSpec": "^1.12.0",
"rawSpec": "1.14.1",
"saveSpec": null,
"fetchSpec": "^1.12.0"
"fetchSpec": "1.14.1"
},
"_requiredBy": [
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
"_shasum": "853cfa0f7cbe2fed5de20326b8dd581035f6e2f0",
"_spec": "dashdash@^1.12.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\sshpk",
"_spec": "1.14.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Trent Mick",
"email": "trentm@gmail.com",
@@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/trentm/node-dashdash/issues"
},
"bundleDependencies": false,
"dependencies": {
"assert-plus": "^1.0.0"
},
"deprecated": false,
"description": "A light, featureful and explicit option parsing library.",
"devDependencies": {
"nodeunit": "0.9.x"

24
node_modules/debug/package.json generated vendored
View File

@@ -1,19 +1,26 @@
{
"_from": "debug@^3.0.0",
"_args": [
[
"debug@3.2.5",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "debug@3.2.5",
"_id": "debug@3.2.5",
"_inBundle": false,
"_integrity": "sha512-D61LaDQPQkxJ5AUM2mbSJRbPkNs/TmdmOeLAi1hgDkpDfIfetSrjmWhccwtuResSwMbACjx/xXQofvM9CE/aeg==",
"_location": "/debug",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "debug@^3.0.0",
"raw": "debug@3.2.5",
"name": "debug",
"escapedName": "debug",
"rawSpec": "^3.0.0",
"rawSpec": "3.2.5",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.2.5"
},
"_requiredBy": [
"/electron-download",
@@ -22,9 +29,8 @@
"/galactus"
],
"_resolved": "https://registry.npmjs.org/debug/-/debug-3.2.5.tgz",
"_shasum": "c2418fbfd7a29f4d4f70ff4cea604d4b64c46407",
"_spec": "debug@^3.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"_spec": "3.2.5",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
@@ -33,7 +39,6 @@
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nathan Rajlich",
@@ -48,7 +53,6 @@
"dependencies": {
"ms": "^2.1.1"
},
"deprecated": false,
"description": "small debugging utility",
"devDependencies": {
"@babel/cli": "^7.0.0",

24
node_modules/decamelize/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "decamelize@^1.1.2",
"_args": [
[
"decamelize@1.2.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "decamelize@1.2.0",
"_id": "decamelize@1.2.0",
"_inBundle": false,
"_integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
"_location": "/decamelize",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "decamelize@^1.1.2",
"raw": "decamelize@1.2.0",
"name": "decamelize",
"escapedName": "decamelize",
"rawSpec": "^1.1.2",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "^1.1.2"
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/meow"
],
"_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
"_shasum": "f6534d15148269b20352e7bee26f501f9a191290",
"_spec": "decamelize@^1.1.2",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\meow",
"_spec": "1.2.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/decamelize/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
"devDependencies": {
"ava": "*",

View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"decompress-zip@0.3.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "decompress-zip@0.3.0",
"_id": "decompress-zip@0.3.0",
"_inBundle": false,
@@ -19,9 +26,8 @@
"/mksnapshot"
],
"_resolved": "https://registry.npmjs.org/decompress-zip/-/decompress-zip-0.3.0.tgz",
"_shasum": "ae3bcb7e34c65879adfe77e19c30f86602b4bdb0",
"_spec": "decompress-zip@0.3.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\mksnapshot",
"_spec": "0.3.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Bower"
},
@@ -31,7 +37,6 @@
"bugs": {
"url": "https://github.com/bower/decompress-zip/issues"
},
"bundleDependencies": false,
"dependencies": {
"binary": "^0.3.0",
"graceful-fs": "^4.1.3",
@@ -41,7 +46,6 @@
"readable-stream": "^1.1.8",
"touch": "0.0.3"
},
"deprecated": false,
"description": "Extract files from a ZIP archive",
"devDependencies": {
"archiver": "^0.13.1",

View File

@@ -1,27 +1,33 @@
{
"_from": "deep-extend@^0.6.0",
"_args": [
[
"deep-extend@0.6.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "deep-extend@0.6.0",
"_id": "deep-extend@0.6.0",
"_inBundle": false,
"_integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
"_location": "/deep-extend",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "deep-extend@^0.6.0",
"raw": "deep-extend@0.6.0",
"name": "deep-extend",
"escapedName": "deep-extend",
"rawSpec": "^0.6.0",
"rawSpec": "0.6.0",
"saveSpec": null,
"fetchSpec": "^0.6.0"
"fetchSpec": "0.6.0"
},
"_requiredBy": [
"/rc"
],
"_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
"_shasum": "c4fa7c95404a17a9c3e8ca7e1537312b736330ac",
"_spec": "deep-extend@^0.6.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\rc",
"_spec": "0.6.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Viacheslav Lotsmanov",
"email": "lotsmanov89@gmail.com"
@@ -29,7 +35,6 @@
"bugs": {
"url": "https://github.com/unclechu/node-deep-extend/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Romain Prieto",
@@ -48,7 +53,6 @@
"url": "https://github.com/mwakerman"
}
],
"deprecated": false,
"description": "Recursive object extending",
"devDependencies": {
"mocha": "5.2.0",

View File

@@ -1,28 +1,34 @@
{
"_from": "delayed-stream@~1.0.0",
"_args": [
[
"delayed-stream@1.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "delayed-stream@1.0.0",
"_id": "delayed-stream@1.0.0",
"_inBundle": false,
"_integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
"_location": "/delayed-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "delayed-stream@~1.0.0",
"raw": "delayed-stream@1.0.0",
"name": "delayed-stream",
"escapedName": "delayed-stream",
"rawSpec": "~1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "~1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/combined-stream",
"/form-data/combined-stream"
],
"_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
"_shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",
"_spec": "delayed-stream@~1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\combined-stream",
"_spec": "1.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -31,7 +37,6 @@
"bugs": {
"url": "https://github.com/felixge/node-delayed-stream/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Mike Atkins",
@@ -39,7 +44,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "Buffers events from a stream until you are ready to handle them.",
"devDependencies": {
"fake": "0.2.0",

25
node_modules/ecc-jsbn/package.json generated vendored
View File

@@ -1,27 +1,34 @@
{
"_from": "ecc-jsbn@~0.1.1",
"_args": [
[
"ecc-jsbn@0.1.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "ecc-jsbn@0.1.2",
"_id": "ecc-jsbn@0.1.2",
"_inBundle": false,
"_integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
"_location": "/ecc-jsbn",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "ecc-jsbn@~0.1.1",
"raw": "ecc-jsbn@0.1.2",
"name": "ecc-jsbn",
"escapedName": "ecc-jsbn",
"rawSpec": "~0.1.1",
"rawSpec": "0.1.2",
"saveSpec": null,
"fetchSpec": "~0.1.1"
"fetchSpec": "0.1.2"
},
"_requiredBy": [
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
"_shasum": "3a83a904e54353287874c564b7549386849a98c9",
"_spec": "ecc-jsbn@~0.1.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\sshpk",
"_spec": "0.1.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Jeremie Miller",
"email": "jeremie@jabber.org",
@@ -30,12 +37,10 @@
"bugs": {
"url": "https://github.com/quartzjer/ecc-jsbn/issues"
},
"bundleDependencies": false,
"dependencies": {
"jsbn": "~0.1.0",
"safer-buffer": "^2.1.0"
},
"deprecated": false,
"description": "ECC JS code based on JSBN",
"homepage": "https://github.com/quartzjer/ecc-jsbn",
"keywords": [

View File

@@ -1,27 +1,33 @@
{
"_from": "fs-extra@^4.0.1",
"_args": [
[
"fs-extra@4.0.3",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "fs-extra@4.0.3",
"_id": "fs-extra@4.0.3",
"_inBundle": false,
"_integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==",
"_location": "/electron-download/fs-extra",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "fs-extra@^4.0.1",
"raw": "fs-extra@4.0.3",
"name": "fs-extra",
"escapedName": "fs-extra",
"rawSpec": "^4.0.1",
"rawSpec": "4.0.3",
"saveSpec": null,
"fetchSpec": "^4.0.1"
"fetchSpec": "4.0.3"
},
"_requiredBy": [
"/electron-download"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz",
"_shasum": "0d852122e5bc5beb453fb028e9c0c9bf36340c94",
"_spec": "fs-extra@^4.0.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-download",
"_spec": "4.0.3",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -29,13 +35,11 @@
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
},
"deprecated": false,
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"devDependencies": {
"coveralls": "^2.11.2",

View File

@@ -1,27 +1,33 @@
{
"_from": "jsonfile@^4.0.0",
"_args": [
[
"jsonfile@4.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "jsonfile@4.0.0",
"_id": "jsonfile@4.0.0",
"_inBundle": false,
"_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
"_location": "/electron-download/jsonfile",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "jsonfile@^4.0.0",
"raw": "jsonfile@4.0.0",
"name": "jsonfile",
"escapedName": "jsonfile",
"rawSpec": "^4.0.0",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/electron-download/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
"_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
"_spec": "jsonfile@^4.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-download\\node_modules\\fs-extra",
"_spec": "4.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -29,11 +35,9 @@
"bugs": {
"url": "https://github.com/jprichardson/node-jsonfile/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.6"
},
"deprecated": false,
"description": "Easily read/write JSON files.",
"devDependencies": {
"mocha": "2.x",

View File

@@ -1,27 +1,33 @@
{
"_from": "minimist@^1.2.0",
"_args": [
[
"minimist@1.2.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "minimist@1.2.0",
"_id": "minimist@1.2.0",
"_inBundle": false,
"_integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"_location": "/electron-download/minimist",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "minimist@^1.2.0",
"raw": "minimist@1.2.0",
"name": "minimist",
"escapedName": "minimist",
"rawSpec": "^1.2.0",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/electron-download"
],
"_resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"_shasum": "a35008b20f41383eec1fb914f4cd5df79a264284",
"_spec": "minimist@^1.2.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-download",
"_spec": "1.2.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/substack/minimist/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "parse argument options",
"devDependencies": {
"covert": "^1.0.0",

View File

@@ -1,5 +1,12 @@
{
"_from": "electron-download@^4.1.1",
"_args": [
[
"electron-download@4.1.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "electron-download@4.1.1",
"_id": "electron-download@4.1.1",
"_inBundle": false,
"_integrity": "sha512-FjEWG9Jb/ppK/2zToP+U5dds114fM1ZOJqMAR4aXXL5CvyPE9fiqBK/9YcwC9poIFQTEJk/EM/zyRwziziRZrg==",
@@ -9,22 +16,21 @@
"universalify": "0.1.2"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "electron-download@^4.1.1",
"raw": "electron-download@4.1.1",
"name": "electron-download",
"escapedName": "electron-download",
"rawSpec": "^4.1.1",
"rawSpec": "4.1.1",
"saveSpec": null,
"fetchSpec": "^4.1.1"
"fetchSpec": "4.1.1"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/electron-download/-/electron-download-4.1.1.tgz",
"_shasum": "02e69556705cc456e520f9e035556ed5a015ebe8",
"_spec": "electron-download@^4.1.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"_spec": "4.1.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "max ogden"
},
@@ -34,7 +40,6 @@
"bugs": {
"url": "https://github.com/electron-userland/electron-download/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^3.0.0",
"env-paths": "^1.0.0",
@@ -46,7 +51,6 @@
"semver": "^5.4.1",
"sumchecker": "^2.0.2"
},
"deprecated": false,
"description": "download electron prebuilt binary zips from github releases",
"devDependencies": {
"eslint": "^4.4.1",

View File

@@ -1,27 +1,33 @@
{
"_from": "debug@^2.6.8",
"_args": [
[
"debug@2.6.9",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "debug@2.6.9",
"_id": "debug@2.6.9",
"_inBundle": false,
"_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"_location": "/electron-osx-sign/debug",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "debug@^2.6.8",
"raw": "debug@2.6.9",
"name": "debug",
"escapedName": "debug",
"rawSpec": "^2.6.8",
"rawSpec": "2.6.9",
"saveSpec": null,
"fetchSpec": "^2.6.8"
"fetchSpec": "2.6.9"
},
"_requiredBy": [
"/electron-osx-sign"
],
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
"_spec": "debug@^2.6.8",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-osx-sign",
"_spec": "2.6.9",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"debug/index.js": "browser.js",
@@ -51,7 +56,6 @@
"dependencies": {
"ms": "2.0.0"
},
"deprecated": false,
"description": "small debugging utility",
"devDependencies": {
"browserify": "9.0.3",

View File

@@ -1,27 +1,33 @@
{
"_from": "minimist@^1.2.0",
"_args": [
[
"minimist@1.2.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "minimist@1.2.0",
"_id": "minimist@1.2.0",
"_inBundle": false,
"_integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"_location": "/electron-osx-sign/minimist",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "minimist@^1.2.0",
"raw": "minimist@1.2.0",
"name": "minimist",
"escapedName": "minimist",
"rawSpec": "^1.2.0",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/electron-osx-sign"
],
"_resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"_shasum": "a35008b20f41383eec1fb914f4cd5df79a264284",
"_spec": "minimist@^1.2.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-osx-sign",
"_spec": "1.2.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/substack/minimist/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "parse argument options",
"devDependencies": {
"covert": "^1.0.0",

View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"ms@2.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "ms@2.0.0",
"_id": "ms@2.0.0",
"_inBundle": false,
@@ -19,14 +26,11 @@
"/electron-osx-sign/debug"
],
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
"_spec": "ms@2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-osx-sign\\node_modules\\debug",
"_spec": "2.0.0",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/zeit/ms/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Tiny milisecond conversion utility",
"devDependencies": {
"eslint": "3.19.0",

View File

@@ -1,27 +1,33 @@
{
"_from": "electron-osx-sign@^0.4.1",
"_args": [
[
"electron-osx-sign@0.4.10",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "electron-osx-sign@0.4.10",
"_id": "electron-osx-sign@0.4.10",
"_inBundle": false,
"_integrity": "sha1-vk87ibKnWh3F8eckkIGrKSnKOiY=",
"_location": "/electron-osx-sign",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "electron-osx-sign@^0.4.1",
"raw": "electron-osx-sign@0.4.10",
"name": "electron-osx-sign",
"escapedName": "electron-osx-sign",
"rawSpec": "^0.4.1",
"rawSpec": "0.4.10",
"saveSpec": null,
"fetchSpec": "^0.4.1"
"fetchSpec": "0.4.10"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.4.10.tgz",
"_shasum": "be4f3b89b2a75a1dc5f1e7249081ab2929ca3a26",
"_spec": "electron-osx-sign@^0.4.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"_spec": "0.4.10",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "sethlu"
},
@@ -32,7 +38,6 @@
"bugs": {
"url": "https://github.com/electron-userland/electron-osx-sign/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.5.0",
"compare-version": "^0.1.2",
@@ -41,7 +46,6 @@
"minimist": "^1.2.0",
"plist": "^2.1.0"
},
"deprecated": false,
"description": "Codesign Electron macOS apps",
"devDependencies": {
"electron-download": "^4.1.0",

View File

@@ -1,26 +1,32 @@
{
"_from": "electron-packager@^12.1.0",
"_args": [
[
"electron-packager@12.2.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "electron-packager@12.2.0",
"_id": "electron-packager@12.2.0",
"_inBundle": false,
"_integrity": "sha512-T5W/FIK4VXhYIOWxkehmz6zXt2S/sA9JZ3AL+/jeKCicQY6QVQ0K8B7W801L+GPTwbgTPycHjO+iqEf1BhZ+Iw==",
"_location": "/electron-packager",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "electron-packager@^12.1.0",
"raw": "electron-packager@12.2.0",
"name": "electron-packager",
"escapedName": "electron-packager",
"rawSpec": "^12.1.0",
"rawSpec": "12.2.0",
"saveSpec": null,
"fetchSpec": "^12.1.0"
"fetchSpec": "12.2.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/electron-packager/-/electron-packager-12.2.0.tgz",
"_shasum": "e38e0702a12e5f62a00a03aabd0b9ad28aebab4b",
"_spec": "electron-packager@^12.1.0",
"_spec": "12.2.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "max ogden"
@@ -34,7 +40,6 @@
"bugs": {
"url": "https://github.com/electron-userland/electron-packager/issues"
},
"bundleDependencies": false,
"dependencies": {
"asar": "^0.14.0",
"debug": "^3.0.0",
@@ -54,7 +59,6 @@
"semver": "^5.3.0",
"yargs-parser": "^10.0.0"
},
"deprecated": false,
"description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
"devDependencies": {
"ava": "^0.25.0",

24
node_modules/env-paths/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "env-paths@^1.0.0",
"_args": [
[
"env-paths@1.0.0",
"E:\\projects\\p\\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": "range",
"type": "version",
"registry": true,
"raw": "env-paths@^1.0.0",
"raw": "env-paths@1.0.0",
"name": "env-paths",
"escapedName": "env-paths",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/electron-download"
],
"_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-1.0.0.tgz",
"_shasum": "4168133b42bb05c38a35b1ae4397c8298ab369e0",
"_spec": "env-paths@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-download",
"_spec": "1.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/env-paths/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Get paths for storing things like data, config, cache, etc",
"devDependencies": {
"ava": "*",

24
node_modules/error-ex/package.json generated vendored
View File

@@ -1,35 +1,39 @@
{
"_from": "error-ex@^1.2.0",
"_args": [
[
"error-ex@1.3.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "error-ex@1.3.2",
"_id": "error-ex@1.3.2",
"_inBundle": false,
"_integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
"_location": "/error-ex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "error-ex@^1.2.0",
"raw": "error-ex@1.3.2",
"name": "error-ex",
"escapedName": "error-ex",
"rawSpec": "^1.2.0",
"rawSpec": "1.3.2",
"saveSpec": null,
"fetchSpec": "^1.2.0"
"fetchSpec": "1.3.2"
},
"_requiredBy": [
"/parse-json"
],
"_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
"_shasum": "b4ac40648107fdcdcfae242f428bea8a14d4f1bf",
"_spec": "error-ex@^1.2.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\parse-json",
"_spec": "1.3.2",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/qix-/node-error-ex/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-arrayish": "^0.2.1"
},
"deprecated": false,
"description": "Easy error subclassing and stack customization",
"devDependencies": {
"coffee-script": "^1.9.3",

24
node_modules/extend/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "extend@~3.0.2",
"_args": [
[
"extend@3.0.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "extend@3.0.2",
"_id": "extend@3.0.2",
"_inBundle": false,
"_integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
"_location": "/extend",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "extend@~3.0.2",
"raw": "extend@3.0.2",
"name": "extend",
"escapedName": "extend",
"rawSpec": "~3.0.2",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "~3.0.2"
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
"_shasum": "f8b1136b4071fbd8eb140aff858b1019ec2915fa",
"_spec": "extend@~3.0.2",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"_spec": "3.0.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Stefan Thomas",
"email": "justmoon@members.fsf.org",
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/justmoon/node-extend/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
@@ -38,7 +43,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "Port of jQuery.extend for node.js and the browser",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",

View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"debug@2.6.9",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "debug@2.6.9",
"_id": "debug@2.6.9",
"_inBundle": false,
@@ -19,9 +26,8 @@
"/extract-zip"
],
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
"_spec": "debug@2.6.9",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\extract-zip",
"_spec": "2.6.9",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"debug/index.js": "browser.js",
@@ -51,7 +56,6 @@
"dependencies": {
"ms": "2.0.0"
},
"deprecated": false,
"description": "small debugging utility",
"devDependencies": {
"browserify": "9.0.3",

View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"ms@2.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "ms@2.0.0",
"_id": "ms@2.0.0",
"_inBundle": false,
@@ -19,14 +26,11 @@
"/extract-zip/debug"
],
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
"_spec": "ms@2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\extract-zip\\node_modules\\debug",
"_spec": "2.0.0",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/zeit/ms/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Tiny milisecond conversion utility",
"devDependencies": {
"eslint": "3.19.0",

View File

@@ -1,27 +1,33 @@
{
"_from": "extract-zip@^1.0.3",
"_args": [
[
"extract-zip@1.6.7",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "extract-zip@1.6.7",
"_id": "extract-zip@1.6.7",
"_inBundle": false,
"_integrity": "sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=",
"_location": "/extract-zip",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "extract-zip@^1.0.3",
"raw": "extract-zip@1.6.7",
"name": "extract-zip",
"escapedName": "extract-zip",
"rawSpec": "^1.0.3",
"rawSpec": "1.6.7",
"saveSpec": null,
"fetchSpec": "^1.0.3"
"fetchSpec": "1.6.7"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz",
"_shasum": "a840b4b8af6403264c8db57f4f1a74333ef81fe9",
"_spec": "extract-zip@^1.0.3",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"_spec": "1.6.7",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "max ogden"
},
@@ -31,14 +37,12 @@
"bugs": {
"url": "https://github.com/maxogden/extract-zip/issues"
},
"bundleDependencies": false,
"dependencies": {
"concat-stream": "1.6.2",
"debug": "2.6.9",
"mkdirp": "0.5.1",
"yauzl": "2.4.1"
},
"deprecated": false,
"description": "unzip a zip file into a directory using 100% javascript",
"devDependencies": {
"rimraf": "^2.2.8",

14
node_modules/extsprintf/package.json generated vendored
View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"extsprintf@1.3.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "extsprintf@1.3.0",
"_id": "extsprintf@1.3.0",
"_inBundle": false,
@@ -20,14 +27,11 @@
"/verror"
],
"_resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
"_shasum": "96918440e3041a7a414f8c52e3c574eb3c3e1e05",
"_spec": "extsprintf@1.3.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\jsprim",
"_spec": "1.3.0",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/davepacheco/node-extsprintf/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "extended POSIX-style sprintf",
"engines": [
"node >=0.6.0"

View File

@@ -1,35 +1,39 @@
{
"_from": "fast-deep-equal@^1.0.0",
"_args": [
[
"fast-deep-equal@1.1.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "fast-deep-equal@1.1.0",
"_id": "fast-deep-equal@1.1.0",
"_inBundle": false,
"_integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=",
"_location": "/fast-deep-equal",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "fast-deep-equal@^1.0.0",
"raw": "fast-deep-equal@1.1.0",
"name": "fast-deep-equal",
"escapedName": "fast-deep-equal",
"rawSpec": "^1.0.0",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/ajv"
],
"_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz",
"_shasum": "c053477817c86b51daa853c81e059b733d023614",
"_spec": "fast-deep-equal@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\ajv",
"_spec": "1.1.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Evgeny Poberezkin"
},
"bugs": {
"url": "https://github.com/epoberezkin/fast-deep-equal/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Fast deep equal",
"devDependencies": {
"benchmark": "^2.1.4",

View File

@@ -1,27 +1,33 @@
{
"_from": "fast-json-stable-stringify@^2.0.0",
"_args": [
[
"fast-json-stable-stringify@2.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "fast-json-stable-stringify@2.0.0",
"_id": "fast-json-stable-stringify@2.0.0",
"_inBundle": false,
"_integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=",
"_location": "/fast-json-stable-stringify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "fast-json-stable-stringify@^2.0.0",
"raw": "fast-json-stable-stringify@2.0.0",
"name": "fast-json-stable-stringify",
"escapedName": "fast-json-stable-stringify",
"rawSpec": "^2.0.0",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/ajv"
],
"_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
"_shasum": "d5142c0caee6b1189f87d3a76111064f86c8bbf2",
"_spec": "fast-json-stable-stringify@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\ajv",
"_spec": "2.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
"devDependencies": {
"benchmark": "^2.1.4",

24
node_modules/fd-slicer/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "fd-slicer@~1.0.1",
"_args": [
[
"fd-slicer@1.0.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "fd-slicer@1.0.1",
"_id": "fd-slicer@1.0.1",
"_inBundle": false,
"_integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=",
"_location": "/fd-slicer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "fd-slicer@~1.0.1",
"raw": "fd-slicer@1.0.1",
"name": "fd-slicer",
"escapedName": "fd-slicer",
"rawSpec": "~1.0.1",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "~1.0.1"
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/yauzl"
],
"_resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz",
"_shasum": "8b5bcbd9ec327c5041bf9ab023fd6750f1177e65",
"_spec": "fd-slicer@~1.0.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\yauzl",
"_spec": "1.0.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Andrew Kelley",
"email": "superjoe30@gmail.com"
@@ -29,11 +35,9 @@
"bugs": {
"url": "https://github.com/andrewrk/node-fd-slicer/issues"
},
"bundleDependencies": false,
"dependencies": {
"pend": "~1.2.0"
},
"deprecated": false,
"description": "safely create multiple ReadStream or WriteStream objects from the same file descriptor",
"devDependencies": {
"istanbul": "~0.3.3",

View File

@@ -1,27 +1,33 @@
{
"_from": "path-exists@^2.0.0",
"_args": [
[
"path-exists@2.1.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "path-exists@2.1.0",
"_id": "path-exists@2.1.0",
"_inBundle": false,
"_integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
"_location": "/find-up/path-exists",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "path-exists@^2.0.0",
"raw": "path-exists@2.1.0",
"name": "path-exists",
"escapedName": "path-exists",
"rawSpec": "^2.0.0",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/find-up"
],
"_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
"_shasum": "0feb6c64f0fc518d9a754dd5efb62c7022761f4b",
"_spec": "path-exists@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\find-up",
"_spec": "2.1.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/sindresorhus/path-exists/issues"
},
"bundleDependencies": false,
"dependencies": {
"pinkie-promise": "^2.0.0"
},
"deprecated": false,
"description": "Check if a path exists",
"devDependencies": {
"ava": "*",

24
node_modules/find-up/package.json generated vendored
View File

@@ -1,5 +1,12 @@
{
"_from": "find-up@^1.0.0",
"_args": [
[
"find-up@1.1.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "find-up@1.1.2",
"_id": "find-up@1.1.2",
"_inBundle": false,
"_integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
@@ -8,22 +15,21 @@
"pinkie-promise": "2.0.1"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "find-up@^1.0.0",
"raw": "find-up@1.1.2",
"name": "find-up",
"escapedName": "find-up",
"rawSpec": "^1.0.0",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/read-pkg-up"
],
"_resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
"_shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
"_spec": "find-up@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\read-pkg-up",
"_spec": "1.1.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -32,12 +38,10 @@
"bugs": {
"url": "https://github.com/sindresorhus/find-up/issues"
},
"bundleDependencies": false,
"dependencies": {
"path-exists": "^2.0.0",
"pinkie-promise": "^2.0.0"
},
"deprecated": false,
"description": "Find a file by walking up parent directories",
"devDependencies": {
"ava": "*",

View File

@@ -1,27 +1,33 @@
{
"_from": "fs-extra@^4.0.0",
"_args": [
[
"fs-extra@4.0.3",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "fs-extra@4.0.3",
"_id": "fs-extra@4.0.3",
"_inBundle": false,
"_integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==",
"_location": "/flora-colossus/fs-extra",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "fs-extra@^4.0.0",
"raw": "fs-extra@4.0.3",
"name": "fs-extra",
"escapedName": "fs-extra",
"rawSpec": "^4.0.0",
"rawSpec": "4.0.3",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "4.0.3"
},
"_requiredBy": [
"/flora-colossus"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz",
"_shasum": "0d852122e5bc5beb453fb028e9c0c9bf36340c94",
"_spec": "fs-extra@^4.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\flora-colossus",
"_spec": "4.0.3",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -29,13 +35,11 @@
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
},
"deprecated": false,
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"devDependencies": {
"coveralls": "^2.11.2",

View File

@@ -1,27 +1,33 @@
{
"_from": "jsonfile@^4.0.0",
"_args": [
[
"jsonfile@4.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "jsonfile@4.0.0",
"_id": "jsonfile@4.0.0",
"_inBundle": false,
"_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
"_location": "/flora-colossus/jsonfile",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "jsonfile@^4.0.0",
"raw": "jsonfile@4.0.0",
"name": "jsonfile",
"escapedName": "jsonfile",
"rawSpec": "^4.0.0",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/flora-colossus/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
"_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
"_spec": "jsonfile@^4.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\flora-colossus\\node_modules\\fs-extra",
"_spec": "4.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -29,11 +35,9 @@
"bugs": {
"url": "https://github.com/jprichardson/node-jsonfile/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.6"
},
"deprecated": false,
"description": "Easily read/write JSON files.",
"devDependencies": {
"mocha": "2.x",

View File

@@ -1,5 +1,12 @@
{
"_from": "flora-colossus@^1.0.0",
"_args": [
[
"flora-colossus@1.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "flora-colossus@1.0.0",
"_id": "flora-colossus@1.0.0",
"_inBundle": false,
"_integrity": "sha1-VHKcNh7ezuAU3UQWeeGjfB13OkU=",
@@ -9,31 +16,28 @@
"universalify": "0.1.2"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "flora-colossus@^1.0.0",
"raw": "flora-colossus@1.0.0",
"name": "flora-colossus",
"escapedName": "flora-colossus",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/galactus"
],
"_resolved": "https://registry.npmjs.org/flora-colossus/-/flora-colossus-1.0.0.tgz",
"_shasum": "54729c361edecee014dd441679e1a37c1d773a45",
"_spec": "flora-colossus@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\galactus",
"_spec": "1.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Samuel Attard"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^3.1.0",
"fs-extra": "^4.0.0"
},
"deprecated": false,
"description": "Walks your node_modules tree",
"devDependencies": {
"@types/chai": "^4.0.10",

View File

@@ -1,27 +1,33 @@
{
"_from": "forever-agent@~0.6.1",
"_args": [
[
"forever-agent@0.6.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "forever-agent@0.6.1",
"_id": "forever-agent@0.6.1",
"_inBundle": false,
"_integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
"_location": "/forever-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "forever-agent@~0.6.1",
"raw": "forever-agent@0.6.1",
"name": "forever-agent",
"escapedName": "forever-agent",
"rawSpec": "~0.6.1",
"rawSpec": "0.6.1",
"saveSpec": null,
"fetchSpec": "~0.6.1"
"fetchSpec": "0.6.1"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
"_shasum": "fbc71f0c41adeb37f96c577ad1ed42d8fdacca91",
"_spec": "forever-agent@~0.6.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"_spec": "0.6.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com",
@@ -30,9 +36,7 @@
"bugs": {
"url": "https://github.com/mikeal/forever-agent/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.",
"devDependencies": {},
"engines": {

View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"combined-stream@1.0.6",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "combined-stream@1.0.6",
"_id": "combined-stream@1.0.6",
"_inBundle": false,
@@ -19,9 +26,8 @@
"/form-data"
],
"_resolved": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz",
"_shasum": "723e7df6e801ac5613113a7e445a9b69cb632818",
"_spec": "combined-stream@1.0.6",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\form-data",
"_spec": "1.0.6",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/felixge/node-combined-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"delayed-stream": "~1.0.0"
},
"deprecated": false,
"description": "A stream that emits multiple other streams one after another.",
"devDependencies": {
"far": "~0.0.7"

24
node_modules/form-data/package.json generated vendored
View File

@@ -1,5 +1,12 @@
{
"_from": "form-data@~2.3.2",
"_args": [
[
"form-data@2.3.2",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "form-data@2.3.2",
"_id": "form-data@2.3.2",
"_inBundle": false,
"_integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=",
@@ -8,22 +15,21 @@
"delayed-stream": "1.0.0"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "form-data@~2.3.2",
"raw": "form-data@2.3.2",
"name": "form-data",
"escapedName": "form-data",
"rawSpec": "~2.3.2",
"rawSpec": "2.3.2",
"saveSpec": null,
"fetchSpec": "~2.3.2"
"fetchSpec": "2.3.2"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz",
"_shasum": "4970498be604c20c005d4f5c23aecd21d6b49099",
"_spec": "form-data@~2.3.2",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"_spec": "2.3.2",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -33,13 +39,11 @@
"bugs": {
"url": "https://github.com/form-data/form-data/issues"
},
"bundleDependencies": false,
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "1.0.6",
"mime-types": "^2.1.12"
},
"deprecated": false,
"description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
"devDependencies": {
"browserify": "^13.1.1",

View File

@@ -1,27 +1,33 @@
{
"_from": "jsonfile@^4.0.0",
"_args": [
[
"jsonfile@4.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "jsonfile@4.0.0",
"_id": "jsonfile@4.0.0",
"_inBundle": false,
"_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
"_location": "/fs-extra/jsonfile",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "jsonfile@^4.0.0",
"raw": "jsonfile@4.0.0",
"name": "jsonfile",
"escapedName": "jsonfile",
"rawSpec": "^4.0.0",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
"_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
"_spec": "jsonfile@^4.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\fs-extra",
"_spec": "4.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -29,11 +35,9 @@
"bugs": {
"url": "https://github.com/jprichardson/node-jsonfile/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.6"
},
"deprecated": false,
"description": "Easily read/write JSON files.",
"devDependencies": {
"mocha": "2.x",

24
node_modules/fs-extra/package.json generated vendored
View File

@@ -1,5 +1,12 @@
{
"_from": "fs-extra@^5.0.0",
"_args": [
[
"fs-extra@5.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "fs-extra@5.0.0",
"_id": "fs-extra@5.0.0",
"_inBundle": false,
"_integrity": "sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==",
@@ -8,22 +15,21 @@
"graceful-fs": "4.1.11"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "fs-extra@^5.0.0",
"raw": "fs-extra@5.0.0",
"name": "fs-extra",
"escapedName": "fs-extra",
"rawSpec": "^5.0.0",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-5.0.0.tgz",
"_shasum": "414d0110cdd06705734d055652c5411260c31abd",
"_spec": "fs-extra@^5.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"_spec": "5.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -31,13 +37,11 @@
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
},
"deprecated": false,
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"devDependencies": {
"coveralls": "^2.11.2",

View File

@@ -1,27 +1,33 @@
{
"_from": "fs.realpath@^1.0.0",
"_args": [
[
"fs.realpath@1.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "fs.realpath@1.0.0",
"_id": "fs.realpath@1.0.0",
"_inBundle": false,
"_integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
"_location": "/fs.realpath",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "fs.realpath@^1.0.0",
"raw": "fs.realpath@1.0.0",
"name": "fs.realpath",
"escapedName": "fs.realpath",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/rimraf/glob"
],
"_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
"_spec": "fs.realpath@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\rimraf\\node_modules\\glob",
"_spec": "1.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -30,9 +36,7 @@
"bugs": {
"url": "https://github.com/isaacs/fs.realpath/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
"devDependencies": {},
"files": [

View File

@@ -1,27 +1,33 @@
{
"_from": "fs-extra@^4.0.0",
"_args": [
[
"fs-extra@4.0.3",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "fs-extra@4.0.3",
"_id": "fs-extra@4.0.3",
"_inBundle": false,
"_integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==",
"_location": "/galactus/fs-extra",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "fs-extra@^4.0.0",
"raw": "fs-extra@4.0.3",
"name": "fs-extra",
"escapedName": "fs-extra",
"rawSpec": "^4.0.0",
"rawSpec": "4.0.3",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "4.0.3"
},
"_requiredBy": [
"/galactus"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz",
"_shasum": "0d852122e5bc5beb453fb028e9c0c9bf36340c94",
"_spec": "fs-extra@^4.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\galactus",
"_spec": "4.0.3",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -29,13 +35,11 @@
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
},
"deprecated": false,
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"devDependencies": {
"coveralls": "^2.11.2",

View File

@@ -1,27 +1,33 @@
{
"_from": "jsonfile@^4.0.0",
"_args": [
[
"jsonfile@4.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "jsonfile@4.0.0",
"_id": "jsonfile@4.0.0",
"_inBundle": false,
"_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
"_location": "/galactus/jsonfile",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "jsonfile@^4.0.0",
"raw": "jsonfile@4.0.0",
"name": "jsonfile",
"escapedName": "jsonfile",
"rawSpec": "^4.0.0",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/galactus/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
"_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
"_spec": "jsonfile@^4.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\galactus\\node_modules\\fs-extra",
"_spec": "4.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "JP Richardson",
"email": "jprichardson@gmail.com"
@@ -29,11 +35,9 @@
"bugs": {
"url": "https://github.com/jprichardson/node-jsonfile/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.6"
},
"deprecated": false,
"description": "Easily read/write JSON files.",
"devDependencies": {
"mocha": "2.x",

24
node_modules/galactus/package.json generated vendored
View File

@@ -1,5 +1,12 @@
{
"_from": "galactus@^0.2.1",
"_args": [
[
"galactus@0.2.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "galactus@0.2.1",
"_id": "galactus@0.2.1",
"_inBundle": false,
"_integrity": "sha1-y+0tIKQMH1Z5o1kI4rlBVzPnjbk=",
@@ -9,32 +16,29 @@
"universalify": "0.1.2"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "galactus@^0.2.1",
"raw": "galactus@0.2.1",
"name": "galactus",
"escapedName": "galactus",
"rawSpec": "^0.2.1",
"rawSpec": "0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
"fetchSpec": "0.2.1"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/galactus/-/galactus-0.2.1.tgz",
"_shasum": "cbed2d20a40c1f5679a35908e2b9415733e78db9",
"_spec": "galactus@^0.2.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"_spec": "0.2.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Samuel Attard"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^3.1.0",
"flora-colossus": "^1.0.0",
"fs-extra": "^4.0.0"
},
"deprecated": false,
"description": "Prunes dependencies from your package",
"devDependencies": {
"@types/chai": "^4.0.10",

View File

@@ -1,27 +1,33 @@
{
"_from": "debug@^2.2.0",
"_args": [
[
"debug@2.6.9",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "debug@2.6.9",
"_id": "debug@2.6.9",
"_inBundle": false,
"_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"_location": "/get-package-info/debug",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "debug@^2.2.0",
"raw": "debug@2.6.9",
"name": "debug",
"escapedName": "debug",
"rawSpec": "^2.2.0",
"rawSpec": "2.6.9",
"saveSpec": null,
"fetchSpec": "^2.2.0"
"fetchSpec": "2.6.9"
},
"_requiredBy": [
"/get-package-info"
],
"_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
"_spec": "debug@^2.2.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\get-package-info",
"_spec": "2.6.9",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/visionmedia/debug/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"debug/index.js": "browser.js",
@@ -51,7 +56,6 @@
"dependencies": {
"ms": "2.0.0"
},
"deprecated": false,
"description": "small debugging utility",
"devDependencies": {
"browserify": "9.0.3",

View File

@@ -1,27 +1,33 @@
{
"_from": "find-up@^2.0.0",
"_args": [
[
"find-up@2.1.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "find-up@2.1.0",
"_id": "find-up@2.1.0",
"_inBundle": false,
"_integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
"_location": "/get-package-info/find-up",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "find-up@^2.0.0",
"raw": "find-up@2.1.0",
"name": "find-up",
"escapedName": "find-up",
"rawSpec": "^2.0.0",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/get-package-info/read-pkg-up"
],
"_resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
"_shasum": "45d1b7e506c717ddd482775a2b77920a3c0c57a7",
"_spec": "find-up@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\get-package-info\\node_modules\\read-pkg-up",
"_spec": "2.1.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/sindresorhus/find-up/issues"
},
"bundleDependencies": false,
"dependencies": {
"locate-path": "^2.0.0"
},
"deprecated": false,
"description": "Find a file by walking up parent directories",
"devDependencies": {
"ava": "*",

View File

@@ -1,27 +1,33 @@
{
"_from": "load-json-file@^2.0.0",
"_args": [
[
"load-json-file@2.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "load-json-file@2.0.0",
"_id": "load-json-file@2.0.0",
"_inBundle": false,
"_integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
"_location": "/get-package-info/load-json-file",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "load-json-file@^2.0.0",
"raw": "load-json-file@2.0.0",
"name": "load-json-file",
"escapedName": "load-json-file",
"rawSpec": "^2.0.0",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/get-package-info/read-pkg"
],
"_resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz",
"_shasum": "7947e42149af80d696cbf797bcaabcfe1fe29ca8",
"_spec": "load-json-file@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\get-package-info\\node_modules\\read-pkg",
"_spec": "2.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,14 +36,12 @@
"bugs": {
"url": "https://github.com/sindresorhus/load-json-file/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "^4.1.2",
"parse-json": "^2.2.0",
"pify": "^2.0.0",
"strip-bom": "^3.0.0"
},
"deprecated": false,
"description": "Read and parse a JSON file",
"devDependencies": {
"ava": "*",

View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"ms@2.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "ms@2.0.0",
"_id": "ms@2.0.0",
"_inBundle": false,
@@ -19,14 +26,11 @@
"/get-package-info/debug"
],
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
"_spec": "ms@2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\get-package-info\\node_modules\\debug",
"_spec": "2.0.0",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/zeit/ms/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Tiny milisecond conversion utility",
"devDependencies": {
"eslint": "3.19.0",

View File

@@ -1,27 +1,33 @@
{
"_from": "path-type@^2.0.0",
"_args": [
[
"path-type@2.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "path-type@2.0.0",
"_id": "path-type@2.0.0",
"_inBundle": false,
"_integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
"_location": "/get-package-info/path-type",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "path-type@^2.0.0",
"raw": "path-type@2.0.0",
"name": "path-type",
"escapedName": "path-type",
"rawSpec": "^2.0.0",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/get-package-info/read-pkg"
],
"_resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
"_shasum": "f012ccb8415b7096fc2daa1054c3d72389594c73",
"_spec": "path-type@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\get-package-info\\node_modules\\read-pkg",
"_spec": "2.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/sindresorhus/path-type/issues"
},
"bundleDependencies": false,
"dependencies": {
"pify": "^2.0.0"
},
"deprecated": false,
"description": "Check if a path is a file, directory, or symlink",
"devDependencies": {
"ava": "*",

View File

@@ -1,28 +1,34 @@
{
"_from": "pify@^2.0.0",
"_args": [
[
"pify@2.3.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "pify@2.3.0",
"_id": "pify@2.3.0",
"_inBundle": false,
"_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"_location": "/get-package-info/pify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "pify@^2.0.0",
"raw": "pify@2.3.0",
"name": "pify",
"escapedName": "pify",
"rawSpec": "^2.0.0",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/get-package-info/load-json-file",
"/get-package-info/path-type"
],
"_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"_shasum": "ed141a6ac043a849ea588498e7dca8b15330e90c",
"_spec": "pify@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\get-package-info\\node_modules\\load-json-file",
"_spec": "2.3.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -31,8 +37,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/pify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Promisify a callback-style function",
"devDependencies": {
"ava": "*",

View File

@@ -1,27 +1,33 @@
{
"_from": "read-pkg-up@^2.0.0",
"_args": [
[
"read-pkg-up@2.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "read-pkg-up@2.0.0",
"_id": "read-pkg-up@2.0.0",
"_inBundle": false,
"_integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
"_location": "/get-package-info/read-pkg-up",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "read-pkg-up@^2.0.0",
"raw": "read-pkg-up@2.0.0",
"name": "read-pkg-up",
"escapedName": "read-pkg-up",
"rawSpec": "^2.0.0",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/get-package-info"
],
"_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
"_shasum": "6b72a8048984e0c41e79510fd5e9fa99b3b549be",
"_spec": "read-pkg-up@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\get-package-info",
"_spec": "2.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,12 +36,10 @@
"bugs": {
"url": "https://github.com/sindresorhus/read-pkg-up/issues"
},
"bundleDependencies": false,
"dependencies": {
"find-up": "^2.0.0",
"read-pkg": "^2.0.0"
},
"deprecated": false,
"description": "Read the closest package.json file",
"devDependencies": {
"ava": "*",

View File

@@ -1,27 +1,33 @@
{
"_from": "read-pkg@^2.0.0",
"_args": [
[
"read-pkg@2.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "read-pkg@2.0.0",
"_id": "read-pkg@2.0.0",
"_inBundle": false,
"_integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
"_location": "/get-package-info/read-pkg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "read-pkg@^2.0.0",
"raw": "read-pkg@2.0.0",
"name": "read-pkg",
"escapedName": "read-pkg",
"rawSpec": "^2.0.0",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/get-package-info/read-pkg-up"
],
"_resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
"_shasum": "8ef1c0623c6a6db0dc6713c4bfac46332b2368f8",
"_spec": "read-pkg@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\get-package-info\\node_modules\\read-pkg-up",
"_spec": "2.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,13 +36,11 @@
"bugs": {
"url": "https://github.com/sindresorhus/read-pkg/issues"
},
"bundleDependencies": false,
"dependencies": {
"load-json-file": "^2.0.0",
"normalize-package-data": "^2.3.2",
"path-type": "^2.0.0"
},
"deprecated": false,
"description": "Read a package.json file",
"devDependencies": {
"ava": "*",

View File

@@ -1,27 +1,33 @@
{
"_from": "strip-bom@^3.0.0",
"_args": [
[
"strip-bom@3.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "strip-bom@3.0.0",
"_id": "strip-bom@3.0.0",
"_inBundle": false,
"_integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
"_location": "/get-package-info/strip-bom",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "strip-bom@^3.0.0",
"raw": "strip-bom@3.0.0",
"name": "strip-bom",
"escapedName": "strip-bom",
"rawSpec": "^3.0.0",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/get-package-info/load-json-file"
],
"_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
"_shasum": "2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3",
"_spec": "strip-bom@^3.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\get-package-info\\node_modules\\load-json-file",
"_spec": "3.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/strip-bom/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Strip UTF-8 byte order mark (BOM) from a string",
"devDependencies": {
"ava": "*",

View File

@@ -1,5 +1,12 @@
{
"_from": "get-package-info@^1.0.0",
"_args": [
[
"get-package-info@1.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "get-package-info@1.0.0",
"_id": "get-package-info@1.0.0",
"_inBundle": false,
"_integrity": "sha1-ZDJ5ZWPigRPNlHTbvQAFKYWkmZw=",
@@ -11,36 +18,33 @@
"parse-json": "2.2.0"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "get-package-info@^1.0.0",
"raw": "get-package-info@1.0.0",
"name": "get-package-info",
"escapedName": "get-package-info",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/get-package-info/-/get-package-info-1.0.0.tgz",
"_shasum": "6432796563e28113cd9474dbbd00052985a4999c",
"_spec": "get-package-info@^1.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\electron-packager",
"_spec": "1.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Rahat Ahmed"
},
"bugs": {
"url": "https://github.com/rahatarmanahmed/get-package-info/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.1.1",
"debug": "^2.2.0",
"lodash.get": "^4.0.0",
"read-pkg-up": "^2.0.0"
},
"deprecated": false,
"description": "Gets properties from package.json files in parent directories.",
"devDependencies": {
"babel-cli": "^6.4.0",

24
node_modules/get-stdin/package.json generated vendored
View File

@@ -1,28 +1,34 @@
{
"_from": "get-stdin@^4.0.1",
"_args": [
[
"get-stdin@4.0.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "get-stdin@4.0.1",
"_id": "get-stdin@4.0.1",
"_inBundle": false,
"_integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
"_location": "/get-stdin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "get-stdin@^4.0.1",
"raw": "get-stdin@4.0.1",
"name": "get-stdin",
"escapedName": "get-stdin",
"rawSpec": "^4.0.1",
"rawSpec": "4.0.1",
"saveSpec": null,
"fetchSpec": "^4.0.1"
"fetchSpec": "4.0.1"
},
"_requiredBy": [
"/pretty-bytes",
"/strip-indent"
],
"_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
"_shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe",
"_spec": "get-stdin@^4.0.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\pretty-bytes",
"_spec": "4.0.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -31,8 +37,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/get-stdin/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Easier stdin",
"devDependencies": {
"ava": "0.0.4",

24
node_modules/getpass/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "getpass@^0.1.1",
"_args": [
[
"getpass@0.1.7",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "getpass@0.1.7",
"_id": "getpass@0.1.7",
"_inBundle": false,
"_integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
"_location": "/getpass",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "getpass@^0.1.1",
"raw": "getpass@0.1.7",
"name": "getpass",
"escapedName": "getpass",
"rawSpec": "^0.1.1",
"rawSpec": "0.1.7",
"saveSpec": null,
"fetchSpec": "^0.1.1"
"fetchSpec": "0.1.7"
},
"_requiredBy": [
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
"_shasum": "5eff8e3e684d569ae4cb2b1282604e8ba62149fa",
"_spec": "getpass@^0.1.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\sshpk",
"_spec": "0.1.7",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Alex Wilson",
"email": "alex.wilson@joyent.com"
@@ -29,11 +35,9 @@
"bugs": {
"url": "https://github.com/arekinath/node-getpass/issues"
},
"bundleDependencies": false,
"dependencies": {
"assert-plus": "^1.0.0"
},
"deprecated": false,
"description": "getpass for node.js",
"homepage": "https://github.com/arekinath/node-getpass#readme",
"license": "MIT",

24
node_modules/glob/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "glob@^6.0.4",
"_args": [
[
"glob@6.0.4",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "glob@6.0.4",
"_id": "glob@6.0.4",
"_inBundle": false,
"_integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=",
"_location": "/glob",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "glob@^6.0.4",
"raw": "glob@6.0.4",
"name": "glob",
"escapedName": "glob",
"rawSpec": "^6.0.4",
"rawSpec": "6.0.4",
"saveSpec": null,
"fetchSpec": "^6.0.4"
"fetchSpec": "6.0.4"
},
"_requiredBy": [
"/asar"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
"_shasum": "0f08860f6a155127b2fadd4f9ce24b1aab6e4d22",
"_spec": "glob@^6.0.4",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\asar",
"_spec": "6.0.4",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
"bundleDependencies": false,
"dependencies": {
"inflight": "^1.0.4",
"inherits": "2",
@@ -38,7 +43,6 @@
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"deprecated": false,
"description": "a little globber",
"devDependencies": {
"mkdirp": "0",

View File

@@ -1,19 +1,26 @@
{
"_from": "graceful-fs@^4.1.3",
"_args": [
[
"graceful-fs@4.1.11",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "graceful-fs@4.1.11",
"_id": "graceful-fs@4.1.11",
"_inBundle": false,
"_integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
"_location": "/graceful-fs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "graceful-fs@^4.1.3",
"raw": "graceful-fs@4.1.11",
"name": "graceful-fs",
"escapedName": "graceful-fs",
"rawSpec": "^4.1.3",
"rawSpec": "4.1.11",
"saveSpec": null,
"fetchSpec": "^4.1.3"
"fetchSpec": "4.1.11"
},
"_requiredBy": [
"/decompress-zip",
@@ -33,14 +40,11 @@
"/path-type"
],
"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
"_shasum": "0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658",
"_spec": "graceful-fs@^4.1.3",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\decompress-zip",
"_spec": "4.1.11",
"_where": "E:\\projects\\p\\gitlit",
"bugs": {
"url": "https://github.com/isaacs/node-graceful-fs/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A drop-in replacement for fs, making various improvements.",
"devDependencies": {
"mkdirp": "^0.5.0",

24
node_modules/har-schema/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "har-schema@^2.0.0",
"_args": [
[
"har-schema@2.0.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "har-schema@2.0.0",
"_id": "har-schema@2.0.0",
"_inBundle": false,
"_integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
"_location": "/har-schema",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "har-schema@^2.0.0",
"raw": "har-schema@2.0.0",
"name": "har-schema",
"escapedName": "har-schema",
"rawSpec": "^2.0.0",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/har-validator"
],
"_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
"_shasum": "a94c2224ebcac04782a0d9035521f24735b7ec92",
"_spec": "har-schema@^2.0.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\har-validator",
"_spec": "2.0.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/ahmadnassri/har-schema/issues"
},
"bundleDependencies": false,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
@@ -42,7 +47,6 @@
"email": "e.poberezkin@me.com"
}
],
"deprecated": false,
"description": "JSON Schema for HTTP Archive (HAR)",
"devDependencies": {
"ajv": "^5.0.0",

View File

@@ -1,27 +1,33 @@
{
"_from": "har-validator@~5.1.0",
"_args": [
[
"har-validator@5.1.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "har-validator@5.1.0",
"_id": "har-validator@5.1.0",
"_inBundle": false,
"_integrity": "sha512-+qnmNjI4OfH2ipQ9VQOw23bBd/ibtfbVdK2fYbY4acTDqKTW/YDp9McimZdDbG8iV9fZizUqQMD5xvriB146TA==",
"_location": "/har-validator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "har-validator@~5.1.0",
"raw": "har-validator@5.1.0",
"name": "har-validator",
"escapedName": "har-validator",
"rawSpec": "~5.1.0",
"rawSpec": "5.1.0",
"saveSpec": null,
"fetchSpec": "~5.1.0"
"fetchSpec": "5.1.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz",
"_shasum": "44657f5688a22cfd4b72486e81b3a3fb11742c29",
"_spec": "har-validator@~5.1.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"_spec": "5.1.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
@@ -30,12 +36,10 @@
"bugs": {
"url": "https://github.com/ahmadnassri/har-validator/issues"
},
"bundleDependencies": false,
"dependencies": {
"ajv": "^5.3.0",
"har-schema": "^2.0.0"
},
"deprecated": false,
"description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
"devDependencies": {
"echint": "^4.0.1",

View File

@@ -1,27 +1,33 @@
{
"_from": "hosted-git-info@^2.1.4",
"_args": [
[
"hosted-git-info@2.7.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "hosted-git-info@2.7.1",
"_id": "hosted-git-info@2.7.1",
"_inBundle": false,
"_integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==",
"_location": "/hosted-git-info",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "hosted-git-info@^2.1.4",
"raw": "hosted-git-info@2.7.1",
"name": "hosted-git-info",
"escapedName": "hosted-git-info",
"rawSpec": "^2.1.4",
"rawSpec": "2.7.1",
"saveSpec": null,
"fetchSpec": "^2.1.4"
"fetchSpec": "2.7.1"
},
"_requiredBy": [
"/normalize-package-data"
],
"_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz",
"_shasum": "97f236977bd6e125408930ff6de3eec6281ec047",
"_spec": "hosted-git-info@^2.1.4",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\normalize-package-data",
"_spec": "2.7.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/npm/hosted-git-info/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
"devDependencies": {
"standard": "^11.0.1",

View File

@@ -1,34 +1,39 @@
{
"_from": "http-signature@~1.2.0",
"_args": [
[
"http-signature@1.2.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "http-signature@1.2.0",
"_id": "http-signature@1.2.0",
"_inBundle": false,
"_integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
"_location": "/http-signature",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "http-signature@~1.2.0",
"raw": "http-signature@1.2.0",
"name": "http-signature",
"escapedName": "http-signature",
"rawSpec": "~1.2.0",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "~1.2.0"
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
"_shasum": "9aecd925114772f3d95b65a60abb8f7c18fbace1",
"_spec": "http-signature@~1.2.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\request",
"_spec": "1.2.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Joyent, Inc"
},
"bugs": {
"url": "https://github.com/joyent/node-http-signature/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Mark Cavage",
@@ -48,7 +53,6 @@
"jsprim": "^1.2.2",
"sshpk": "^1.7.0"
},
"deprecated": false,
"description": "Reference implementation of Joyent's HTTP Signature scheme.",
"devDependencies": {
"tap": "0.4.2",

View File

@@ -1,27 +1,33 @@
{
"_from": "indent-string@^2.1.0",
"_args": [
[
"indent-string@2.1.0",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "indent-string@2.1.0",
"_id": "indent-string@2.1.0",
"_inBundle": false,
"_integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
"_location": "/indent-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "indent-string@^2.1.0",
"raw": "indent-string@2.1.0",
"name": "indent-string",
"escapedName": "indent-string",
"rawSpec": "^2.1.0",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/redent"
],
"_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
"_shasum": "8e2d48348742121b4a8218b7a137e9a52049dc80",
"_spec": "indent-string@^2.1.0",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\redent",
"_spec": "2.1.0",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,11 +36,9 @@
"bugs": {
"url": "https://github.com/sindresorhus/indent-string/issues"
},
"bundleDependencies": false,
"dependencies": {
"repeating": "^2.0.0"
},
"deprecated": false,
"description": "Indent each line in a string",
"devDependencies": {
"mocha": "*"

Some files were not shown because too many files have changed in this diff Show More