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,50 +1,28 @@
{
"_args": [
[
"postcss-minify-selectors@2.1.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "postcss-minify-selectors@2.1.1",
"_id": "postcss-minify-selectors@2.1.1",
"_inBundle": false,
"_integrity": "sha1-ssapjAByz5G5MtGkllCBFDEXNb8=",
"_location": "/css-loader/postcss-minify-selectors",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-minify-selectors@2.1.1",
"name": "postcss-minify-selectors",
"escapedName": "postcss-minify-selectors",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/css-loader/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"ava": {
"require": "babel-register"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-minify-selectors/issues"
},
"dependencies": {
"alphanum-sort": "^1.0.2",
"has": "^1.0.1",
"postcss": "^5.0.14",
"postcss-selector-parser": "^2.0.0"
},
"name": "postcss-minify-selectors",
"version": "2.1.1",
"description": "Minify selectors with PostCSS.",
"main": "dist/index.js",
"files": [
"dist",
"LICENSE-MIT"
],
"scripts": {
"pretest": "eslint src",
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"report": "nyc report --reporter=html",
"test": "nyc ava",
"test-012": "nyc ava"
},
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin",
"selectors"
],
"license": "MIT",
"devDependencies": {
"ava": "^0.17.0",
"babel-cli": "^6.3.17",
@@ -62,35 +40,23 @@
"nyc": "^10.0.0",
"postcss-font-magician": "^1.4.0"
},
"homepage": "https://github.com/ben-eb/postcss-minify-selectors",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"repository": "ben-eb/postcss-minify-selectors.git",
"dependencies": {
"alphanum-sort": "^1.0.2",
"has": "^1.0.1",
"postcss": "^5.0.14",
"postcss-selector-parser": "^2.0.0"
},
"eslintConfig": {
"extends": "cssnano"
},
"files": [
"dist",
"LICENSE-MIT"
],
"homepage": "https://github.com/ben-eb/postcss-minify-selectors",
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin",
"selectors"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-minify-selectors",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-minify-selectors.git"
},
"scripts": {
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"pretest": "eslint src",
"report": "nyc report --reporter=html",
"test": "nyc ava",
"test-012": "nyc ava"
},
"version": "2.1.1"
"ava": {
"require": "babel-register"
}
}