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,59 +1,21 @@
{
"_args": [
[
"postcss-value-parser@3.3.0",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "postcss-value-parser@3.3.0",
"_id": "postcss-value-parser@3.3.0",
"_inBundle": false,
"_integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=",
"_location": "/css-loader/postcss-value-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-value-parser@3.3.0",
"name": "postcss-value-parser",
"escapedName": "postcss-value-parser",
"rawSpec": "3.3.0",
"saveSpec": null,
"fetchSpec": "3.3.0"
},
"_requiredBy": [
"/css-loader",
"/css-loader/autoprefixer",
"/css-loader/cssnano",
"/css-loader/postcss-colormin",
"/css-loader/postcss-convert-values",
"/css-loader/postcss-merge-idents",
"/css-loader/postcss-minify-font-values",
"/css-loader/postcss-minify-gradients",
"/css-loader/postcss-minify-params",
"/css-loader/postcss-normalize-url",
"/css-loader/postcss-ordered-values",
"/css-loader/postcss-reduce-idents",
"/css-loader/postcss-reduce-transforms",
"/css-loader/postcss-svgo"
],
"_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
"_spec": "3.3.0",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
},
"bugs": {
"url": "https://github.com/TrySound/postcss-value-parser/issues"
},
"name": "postcss-value-parser",
"version": "3.3.0",
"description": "Transforms css values and at-rule params into the tree",
"main": "lib/index.js",
"files": [
"lib"
],
"devDependencies": {
"eslint": "^2.1.0",
"eslint-config-postcss": "^2.0.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},
"scripts": {
"test": "tape test/*.js | tap-spec",
"posttest": "eslint ."
},
"eslintConfig": {
"extends": "postcss/es5",
"rules": {
@@ -64,25 +26,19 @@
"consistent-return": 0
}
},
"files": [
"lib"
],
"author": "Bogdan Chadkin <trysound@yandex.ru>",
"license": "MIT",
"homepage": "https://github.com/TrySound/postcss-value-parser",
"repository": {
"type": "git",
"url": "https://github.com/TrySound/postcss-value-parser.git"
},
"keywords": [
"postcss",
"value",
"parser"
],
"license": "MIT",
"main": "lib/index.js",
"name": "postcss-value-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/TrySound/postcss-value-parser.git"
},
"scripts": {
"posttest": "eslint .",
"test": "tape test/*.js | tap-spec"
},
"version": "3.3.0"
"bugs": {
"url": "https://github.com/TrySound/postcss-value-parser/issues"
}
}