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,71 +1,42 @@
{
"_args": [
[
"v8flags@2.1.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_development": true,
"_from": "v8flags@2.1.1",
"_id": "v8flags@2.1.1",
"_inBundle": false,
"_integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=",
"_location": "/babel-cli/v8flags",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "v8flags@2.1.1",
"name": "v8flags",
"escapedName": "v8flags",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/babel-cli"
],
"_resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"name": "v8flags",
"description": "Get available v8 flags.",
"version": "2.1.1",
"homepage": "https://github.com/tkellen/node-v8flags",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/tkellen/node-v8flags.git"
},
"bugs": {
"url": "https://github.com/tkellen/node-v8flags/issues"
},
"dependencies": {
"user-home": "^1.1.1"
},
"description": "Get available v8 flags.",
"devDependencies": {
"async": "^0.9.0",
"chai": "~1.9.1",
"mocha": "~1.21.4"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/tkellen/node-v8flags",
"keywords": [
"v8 flags",
"harmony flags"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
}
],
"main": "index.js",
"name": "v8flags",
"repository": {
"type": "git",
"url": "git://github.com/tkellen/node-v8flags.git"
},
"scripts": {
"test": "_mocha -R spec test.js"
},
"version": "2.1.1"
"main": "index.js",
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"v8 flags",
"harmony flags"
],
"devDependencies": {
"async": "^0.9.0",
"chai": "~1.9.1",
"mocha": "~1.21.4"
},
"dependencies": {
"user-home": "^1.1.1"
}
}