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,58 +1,33 @@
{
"_args": [
[
"object.omit@2.0.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_development": true,
"_from": "object.omit@2.0.1",
"_id": "object.omit@2.0.1",
"_inBundle": false,
"_integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
"_location": "/babel-cli/object.omit",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "object.omit@2.0.1",
"name": "object.omit",
"escapedName": "object.omit",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/babel-cli/micromatch"
],
"_resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"name": "object.omit",
"description": "Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.",
"version": "2.0.1",
"homepage": "https://github.com/jonschlinkert/object.omit",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/object.omit",
"bugs": {
"url": "https://github.com/jonschlinkert/object.omit/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"for-own": "^0.1.4",
"is-extendable": "^0.1.1"
},
"description": "Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.",
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.1.2",
"should": "^11.1.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/object.omit",
"keywords": [
"clear",
"delete",
@@ -63,16 +38,6 @@
"remove",
"value"
],
"license": "MIT",
"main": "index.js",
"name": "object.omit",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/object.omit.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
@@ -98,6 +63,5 @@
"verb",
"verb-generate-readme"
]
},
"version": "2.0.1"
}
}