adding more fields to torrentlist, ul speed/dl speed

enter the commit message for your changes. Lines starting
This commit is contained in:
2017-12-14 20:42:55 -05:00
parent 2de6ba11a5
commit 1904a6ec24
5118 changed files with 127866 additions and 6327 deletions

View File

@@ -2,7 +2,7 @@
"_args": [
[
"babel-plugin-syntax-object-rest-spread@6.13.0",
"C:\\Users\\deranjer\\GoglandProjects\\torrent-project\\torrent-project"
"C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project"
]
],
"_from": "babel-plugin-syntax-object-rest-spread@6.13.0",
@@ -26,7 +26,7 @@
],
"_resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
"_spec": "6.13.0",
"_where": "C:\\Users\\deranjer\\GoglandProjects\\torrent-project\\torrent-project",
"_where": "C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project",
"dependencies": {},
"description": "Allow parsing of object rest/spread",
"devDependencies": {},

View File

@@ -2,7 +2,7 @@
"_args": [
[
"babel-runtime@6.26.0",
"C:\\Users\\deranjer\\GoglandProjects\\torrent-project\\torrent-project"
"C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project"
]
],
"_from": "babel-runtime@6.26.0",
@@ -26,7 +26,7 @@
],
"_resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
"_spec": "6.26.0",
"_where": "C:\\Users\\deranjer\\GoglandProjects\\torrent-project\\torrent-project",
"_where": "C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"

View File

@@ -2,7 +2,7 @@
"_args": [
[
"core-js@2.5.1",
"C:\\Users\\deranjer\\GoglandProjects\\torrent-project\\torrent-project"
"C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project"
]
],
"_from": "core-js@2.5.1",
@@ -26,7 +26,7 @@
],
"_resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz",
"_spec": "2.5.1",
"_where": "C:\\Users\\deranjer\\GoglandProjects\\torrent-project\\torrent-project",
"_where": "C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project",
"bugs": {
"url": "https://github.com/zloirock/core-js/issues"
},

View File

@@ -2,7 +2,7 @@
"_args": [
[
"regenerator-runtime@0.11.0",
"C:\\Users\\deranjer\\GoglandProjects\\torrent-project\\torrent-project"
"C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project"
]
],
"_from": "regenerator-runtime@0.11.0",
@@ -26,7 +26,7 @@
],
"_resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.0.tgz",
"_spec": "0.11.0",
"_where": "C:\\Users\\deranjer\\GoglandProjects\\torrent-project\\torrent-project",
"_where": "C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"

View File

@@ -2,7 +2,7 @@
"_args": [
[
"babel-plugin-transform-object-rest-spread@6.26.0",
"C:\\Users\\deranjer\\GoglandProjects\\torrent-project\\torrent-project"
"C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project"
]
],
"_from": "babel-plugin-transform-object-rest-spread@6.26.0",
@@ -22,11 +22,12 @@
"fetchSpec": "6.26.0"
},
"_requiredBy": [
"/"
"/",
"/babel-preset-stage-2/babel-preset-stage-3"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz",
"_spec": "6.26.0",
"_where": "C:\\Users\\deranjer\\GoglandProjects\\torrent-project\\torrent-project",
"_where": "C:\\Users\\deranjer\\Google Drive\\Programming\\goTorrent\\torrent-project",
"dependencies": {
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
"babel-runtime": "^6.26.0"