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": [
[
"repeating@2.0.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_development": true,
"_from": "repeating@2.0.1",
"_id": "repeating@2.0.1",
"_inBundle": false,
"_integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
"_location": "/babel-cli/repeating",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "repeating@2.0.1",
"name": "repeating",
"escapedName": "repeating",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/babel-cli/detect-indent"
],
"_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"name": "repeating",
"version": "2.0.1",
"description": "Repeat a string - fast",
"license": "MIT",
"repository": "sindresorhus/repeating",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/repeating/issues"
},
"dependencies": {
"is-finite": "^1.0.0"
},
"description": "Repeat a string - fast",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/repeating#readme",
"keywords": [
"repeat",
"string",
@@ -60,14 +27,11 @@
"fill",
"pad"
],
"license": "MIT",
"name": "repeating",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/repeating.git"
"dependencies": {
"is-finite": "^1.0.0"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.1"
"devDependencies": {
"ava": "*",
"xo": "*"
}
}