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,56 +1,23 @@
{
"_args": [
[
"detect-indent@4.0.0",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_development": true,
"_from": "detect-indent@4.0.0",
"_id": "detect-indent@4.0.0",
"_inBundle": false,
"_integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
"_location": "/babel-cli/detect-indent",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "detect-indent@4.0.0",
"name": "detect-indent",
"escapedName": "detect-indent",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/babel-cli/babel-generator"
],
"_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"name": "detect-indent",
"version": "4.0.0",
"description": "Detect the indentation of code",
"license": "MIT",
"repository": "sindresorhus/detect-indent",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/detect-indent/issues"
},
"dependencies": {
"repeating": "^2.0.0"
},
"description": "Detect the indentation of code",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/detect-indent#readme",
"keywords": [
"indent",
"indentation",
@@ -64,16 +31,13 @@
"space",
"tab"
],
"license": "MIT",
"name": "detect-indent",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/detect-indent.git"
"dependencies": {
"repeating": "^2.0.0"
},
"scripts": {
"test": "xo && ava"
"devDependencies": {
"ava": "*",
"xo": "*"
},
"version": "4.0.0",
"xo": {
"ignores": [
"fixture/**"