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-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

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

@@ -1,33 +1,27 @@
{
"_args": [
[
"typedarray@0.0.6",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "typedarray@0.0.6",
"_from": "typedarray@^0.0.6",
"_id": "typedarray@0.0.6",
"_inBundle": false,
"_integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
"_location": "/typedarray",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "typedarray@0.0.6",
"raw": "typedarray@^0.0.6",
"name": "typedarray",
"escapedName": "typedarray",
"rawSpec": "0.0.6",
"rawSpec": "^0.0.6",
"saveSpec": null,
"fetchSpec": "0.0.6"
"fetchSpec": "^0.0.6"
},
"_requiredBy": [
"/concat-stream"
],
"_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
"_spec": "0.0.6",
"_where": "/home/s2/Documents/Code/gitlit",
"_shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
"_spec": "typedarray@^0.0.6",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\concat-stream",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -36,6 +30,8 @@
"bugs": {
"url": "https://github.com/substack/typedarray/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "TypedArray polyfill for old browsers",
"devDependencies": {
"tape": "~2.3.2"