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,51 +1,10 @@
{
"_args": [
[
"private@0.1.8",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_development": true,
"_from": "private@0.1.8",
"_id": "private@0.1.8",
"_inBundle": false,
"_integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
"_location": "/babel-cli/private",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "private@0.1.8",
"name": "private",
"escapedName": "private",
"rawSpec": "0.1.8",
"saveSpec": null,
"fetchSpec": "0.1.8"
},
"_requiredBy": [
"/babel-cli/babel-core"
],
"_resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
"_spec": "0.1.8",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"bugs": {
"url": "https://github.com/benjamn/private/issues"
},
"name": "private",
"description": "Utility for associating truly private state with any JavaScript object",
"devDependencies": {
"mocha": "^4.0.1"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"private.js"
],
"homepage": "http://github.com/benjamn/private",
"keywords": [
"private",
"access control",
@@ -57,15 +16,24 @@
"scope",
"es5"
],
"license": "MIT",
"main": "private.js",
"name": "private",
"version": "0.1.8",
"homepage": "http://github.com/benjamn/private",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/private.git"
},
"license": "MIT",
"main": "private.js",
"files": [
"private.js"
],
"scripts": {
"test": "mocha --reporter spec --full-trace test/run.js"
},
"version": "0.1.8"
"engines": {
"node": ">= 0.6"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}