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,74 +1,35 @@
{
"_args": [
[
"invariant@2.2.2",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "invariant@2.2.2",
"_id": "invariant@2.2.2",
"_inBundle": false,
"_integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=",
"_location": "/babel-preset-env/invariant",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "invariant@2.2.2",
"name": "invariant",
"escapedName": "invariant",
"rawSpec": "2.2.2",
"saveSpec": null,
"fetchSpec": "2.2.2"
},
"_requiredBy": [
"/babel-preset-env",
"/babel-preset-env/babel-traverse"
],
"_resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz",
"_spec": "2.2.2",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Andres Suarez",
"email": "zertosh@gmail.com"
},
"browser": "browser.js",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/zertosh/invariant/issues"
},
"dependencies": {
"loose-envify": "^1.0.0"
},
"name": "invariant",
"version": "2.2.2",
"description": "invariant",
"devDependencies": {
"browserify": "^11.0.1",
"flow-bin": "^0.35.0",
"tap": "^1.4.0"
},
"files": [
"browser.js",
"invariant.js",
"invariant.js.flow"
],
"homepage": "https://github.com/zertosh/invariant#readme",
"keywords": [
"test",
"invariant"
],
"license": "BSD-3-Clause",
"main": "invariant.js",
"name": "invariant",
"repository": {
"type": "git",
"url": "git+https://github.com/zertosh/invariant.git"
},
"author": "Andres Suarez <zertosh@gmail.com>",
"files": [
"browser.js",
"invariant.js",
"invariant.js.flow"
],
"repository": "https://github.com/zertosh/invariant",
"scripts": {
"test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
},
"version": "2.2.2"
"dependencies": {
"loose-envify": "^1.0.0"
},
"devDependencies": {
"browserify": "^11.0.1",
"flow-bin": "^0.35.0",
"tap": "^1.4.0"
},
"main": "invariant.js",
"browser": "browser.js",
"browserify": {
"transform": [
"loose-envify"
]
}
}