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,18 +1,57 @@
{
"name": "rafl",
"_args": [
[
"rafl@1.2.2",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "rafl@1.2.2",
"_id": "rafl@1.2.2",
"_inBundle": false,
"_integrity": "sha1-/pMPdYIRAg1H44gV9Rlqi+QVB0A=",
"_location": "/material-ui/rafl",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rafl@1.2.2",
"name": "rafl",
"escapedName": "rafl",
"rawSpec": "1.2.2",
"saveSpec": null,
"fetchSpec": "1.2.2"
},
"_requiredBy": [
"/material-ui/scroll"
],
"_resolved": "https://registry.npmjs.org/rafl/-/rafl-1.2.2.tgz",
"_spec": "1.2.2",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Michael Rhodes"
},
"bugs": {
"url": "https://github.com/michaelrhodes/raf/issues"
},
"dependencies": {
"global": "~4.3.0"
},
"description": "request animation frame",
"version": "1.2.2",
"devDependencies": {
"tape": "~4.5.1"
},
"homepage": "https://github.com/michaelrhodes/raf#readme",
"keywords": [
"animate",
"requestAnimationFrame",
"performance"
],
"license": "MIT",
"main": "index.js",
"dependencies": {
"global": "~4.3.0"
},
"devDependencies": {
"tape": "~4.5.1"
"name": "rafl",
"repository": {
"type": "git",
"url": "git+https://github.com/michaelrhodes/raf.git"
},
"scripts": {
"test": "tape test.js"
@@ -20,10 +59,5 @@
"testling": {
"files": "test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelrhodes/raf.git"
},
"author": "Michael Rhodes",
"license": "MIT"
"version": "1.2.2"
}