adding frontend authentication, starting file priority code
This commit is contained in:
111
goTorrentWebUI/node_modules/material-ui/node_modules/scroll/package.json
generated
vendored
111
goTorrentWebUI/node_modules/material-ui/node_modules/scroll/package.json
generated
vendored
@@ -1,100 +1,43 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"scroll@2.0.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "scroll@2.0.1",
|
||||
"_id": "scroll@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-tMfSfovPOuiligQvJyaK4/VfnM0=",
|
||||
"_location": "/material-ui/scroll",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "scroll@2.0.1",
|
||||
"name": "scroll",
|
||||
"escapedName": "scroll",
|
||||
"rawSpec": "2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/scroll/-/scroll-2.0.1.tgz",
|
||||
"_spec": "2.0.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Michael Rhodes"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/michaelrhodes/scroll/issues"
|
||||
},
|
||||
"name": "scroll",
|
||||
"version": "2.0.1",
|
||||
"description": "A function that animates an element’s scrollTop or scrollLeft position.",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"rafl": "~1.2.1"
|
||||
},
|
||||
"description": "A function that animates an element’s scrollTop or scrollLeft position.",
|
||||
"devDependencies": {
|
||||
"ease-component": "~1.0.0",
|
||||
"tape": "~2.3.2"
|
||||
},
|
||||
"homepage": "https://github.com/michaelrhodes/scroll",
|
||||
"keywords": [
|
||||
"scrollTop",
|
||||
"scrollTo",
|
||||
"animate"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "scroll",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/michaelrhodes/scroll.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/*.js",
|
||||
"browsers": {
|
||||
"ie": [
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10
|
||||
],
|
||||
"chrome": [
|
||||
20,
|
||||
25,
|
||||
29
|
||||
],
|
||||
"firefox": [
|
||||
3,
|
||||
4,
|
||||
7,
|
||||
19,
|
||||
24
|
||||
],
|
||||
"safari": [
|
||||
5.1,
|
||||
6
|
||||
],
|
||||
"opera": [
|
||||
10,
|
||||
12,
|
||||
15
|
||||
],
|
||||
"iphone": [
|
||||
6
|
||||
],
|
||||
"android": [
|
||||
4.2
|
||||
]
|
||||
}
|
||||
"ie": [6, 7, 8, 9, 10],
|
||||
"chrome": [20, 25, 29],
|
||||
"firefox": [3, 4, 7, 19, 24],
|
||||
"safari": [5.1, 6],
|
||||
"opera": [10, 12, 15],
|
||||
"iphone": [6],
|
||||
"android": [4.2]
|
||||
}
|
||||
},
|
||||
"version": "2.0.1"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:michaelrhodes/scroll.git"
|
||||
},
|
||||
"keywords": [
|
||||
"scrollTop",
|
||||
"scrollTo",
|
||||
"animate"
|
||||
],
|
||||
"author": "Michael Rhodes",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/michaelrhodes/scroll/issues"
|
||||
},
|
||||
"homepage": "https://github.com/michaelrhodes/scroll"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user