adding frontend authentication, starting file priority code
This commit is contained in:
60
goTorrentWebUI/node_modules/material-ui/node_modules/rafl/package.json
generated
vendored
60
goTorrentWebUI/node_modules/material-ui/node_modules/rafl/package.json
generated
vendored
@@ -1,57 +1,18 @@
|
||||
{
|
||||
"_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"
|
||||
},
|
||||
"name": "rafl",
|
||||
"description": "request animation frame",
|
||||
"devDependencies": {
|
||||
"tape": "~4.5.1"
|
||||
},
|
||||
"homepage": "https://github.com/michaelrhodes/raf#readme",
|
||||
"version": "1.2.2",
|
||||
"keywords": [
|
||||
"animate",
|
||||
"requestAnimationFrame",
|
||||
"performance"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "rafl",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/michaelrhodes/raf.git"
|
||||
"dependencies": {
|
||||
"global": "~4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tape": "~4.5.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test.js"
|
||||
@@ -59,5 +20,10 @@
|
||||
"testling": {
|
||||
"files": "test.js"
|
||||
},
|
||||
"version": "1.2.2"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/michaelrhodes/raf.git"
|
||||
},
|
||||
"author": "Michael Rhodes",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
Reference in New Issue
Block a user