Completely updated React, fixed #11, (hopefully)

This commit is contained in:
2018-03-04 19:11:49 -05:00
parent 6e0afd6e2a
commit 34e5f5139a
13674 changed files with 333464 additions and 473223 deletions

View File

@@ -1,28 +1,49 @@
{
"name": "keycode",
"_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": {},
"description": "Convert between keyboard keycodes and keynames and vice versa.",
"version": "2.1.9",
"main": "index.js",
"devDependencies": {
"mocha": "^3.0.2"
},
"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",
@@ -34,6 +55,16 @@
"keyname",
"keypress"
],
"author": "Tim Oxley <secoif@gmail.com>",
"typings": "./keycode.d.ts"
"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"
}