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,66 +1,36 @@
{
"_args": [
[
"fastparse@1.1.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "fastparse@1.1.1",
"_id": "fastparse@1.1.1",
"_inBundle": false,
"_integrity": "sha1-0eJkOzipTXWDtHkGDmxK/8lAcfg=",
"_location": "/css-loader/fastparse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fastparse@1.1.1",
"name": "fastparse",
"escapedName": "fastparse",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
"name": "fastparse",
"version": "1.1.1",
"description": "A very simple and stupid parser, based on a statemachine and regular expressions.",
"main": "lib/Parser.js",
"scripts": {
"pretest": "npm run lint",
"test": "mocha",
"travis": "npm run cover -- --report lcovonly",
"lint": "eslint lib",
"precover": "npm run lint",
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
},
"_requiredBy": [
"/css-loader/css-selector-tokenizer"
],
"_resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Tobias Koppers @sokra"
"repository": {
"type": "git",
"url": "https://github.com/webpack/fastparse.git"
},
"keywords": [
"parser",
"regexp"
],
"author": "Tobias Koppers @sokra",
"license": "MIT",
"bugs": {
"url": "https://github.com/webpack/fastparse/issues"
},
"description": "A very simple and stupid parser, based on a statemachine and regular expressions.",
"homepage": "https://github.com/webpack/fastparse",
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^0.21.2",
"istanbul": "^0.3.14",
"mocha": "^2.2.5",
"should": "^6.0.3"
},
"homepage": "https://github.com/webpack/fastparse",
"keywords": [
"parser",
"regexp"
],
"license": "MIT",
"main": "lib/Parser.js",
"name": "fastparse",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/fastparse.git"
},
"scripts": {
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"lint": "eslint lib",
"precover": "npm run lint",
"pretest": "npm run lint",
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish",
"test": "mocha",
"travis": "npm run cover -- --report lcovonly"
},
"version": "1.1.1"
}
}