adding frontend authentication, starting file priority code

This commit is contained in:
2018-02-10 09:53:02 -05:00
parent 42f4ecc81b
commit b843cfc11b
1722 changed files with 26561 additions and 136161 deletions

View File

@@ -1,49 +1,28 @@
{
"_args": [
[
"keycode@2.1.9",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "keycode@2.1.9",
"_id": "keycode@2.1.9",
"_inBundle": false,
"_integrity": "sha1-lkojxU5IiUBbSGGlyfBIDUUUHfo=",
"_location": "/material-ui/keycode",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "keycode@2.1.9",
"name": "keycode",
"escapedName": "keycode",
"rawSpec": "2.1.9",
"saveSpec": null,
"fetchSpec": "2.1.9"
},
"_requiredBy": [
"/material-ui"
],
"_resolved": "https://registry.npmjs.org/keycode/-/keycode-2.1.9.tgz",
"_spec": "2.1.9",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Tim Oxley",
"email": "secoif@gmail.com"
},
"bugs": {
"url": "https://github.com/timoxley/keycode/issues"
},
"dependencies": {},
"name": "keycode",
"description": "Convert between keyboard keycodes and keynames and vice versa.",
"devDependencies": {
"mocha": "^3.0.2"
},
"version": "2.1.9",
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "mocha test/keycode.js"
},
"repository": {
"type": "git",
"url": "git://github.com/timoxley/keycode.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/timoxley/keycode/issues"
},
"devDependencies": {
"mocha": "^3.0.2"
},
"homepage": "https://github.com/timoxley/keycode",
"dependencies": {},
"keywords": [
"keyboard",
"keycode",
@@ -55,16 +34,6 @@
"keyname",
"keypress"
],
"license": "MIT",
"main": "index.js",
"name": "keycode",
"repository": {
"type": "git",
"url": "git://github.com/timoxley/keycode.git"
},
"scripts": {
"test": "mocha test/keycode.js"
},
"typings": "./keycode.d.ts",
"version": "2.1.9"
"author": "Tim Oxley <secoif@gmail.com>",
"typings": "./keycode.d.ts"
}