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,52 +1,7 @@
{
"_args": [
[
"loose-envify@1.3.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "loose-envify@1.3.1",
"_id": "loose-envify@1.3.1",
"_inBundle": false,
"_integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=",
"_location": "/material-ui-icons/loose-envify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "loose-envify@1.3.1",
"name": "loose-envify",
"escapedName": "loose-envify",
"rawSpec": "1.3.1",
"saveSpec": null,
"fetchSpec": "1.3.1"
},
"_requiredBy": [
"/material-ui-icons/fbjs"
],
"_resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz",
"_spec": "1.3.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Andres Suarez",
"email": "zertosh@gmail.com"
},
"bin": {
"loose-envify": "cli.js"
},
"bugs": {
"url": "https://github.com/zertosh/loose-envify/issues"
},
"dependencies": {
"js-tokens": "^3.0.0"
},
"name": "loose-envify",
"version": "1.3.1",
"description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
"devDependencies": {
"browserify": "^13.1.1",
"envify": "^3.4.0",
"tap": "^8.0.0"
},
"homepage": "https://github.com/zertosh/loose-envify",
"keywords": [
"environment",
"variables",
@@ -56,9 +11,13 @@
"source",
"configuration"
],
"homepage": "https://github.com/zertosh/loose-envify",
"license": "MIT",
"author": "Andres Suarez <zertosh@gmail.com>",
"main": "index.js",
"name": "loose-envify",
"bin": {
"loose-envify": "cli.js"
},
"repository": {
"type": "git",
"url": "git://github.com/zertosh/loose-envify.git"
@@ -66,5 +25,12 @@
"scripts": {
"test": "tap test/*.js"
},
"version": "1.3.1"
"dependencies": {
"js-tokens": "^3.0.0"
},
"devDependencies": {
"browserify": "^13.1.1",
"envify": "^3.4.0",
"tap": "^8.0.0"
}
}