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,45 +1,31 @@
{
"_args": [
[
"jss@8.1.0",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "jss@8.1.0",
"_id": "jss@8.1.0",
"_inBundle": false,
"_integrity": "sha512-NZ4CNAoPaPlM2rqHxPG5uGQbQEFZ9n1PITn0+wGIdAk2ZtA/F6el0SphLHf8So1Sx6N34hnVFFIuc32/hdsEzw==",
"_location": "/material-ui/jss",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jss@8.1.0",
"name": "jss",
"escapedName": "jss",
"rawSpec": "8.1.0",
"saveSpec": null,
"fetchSpec": "8.1.0"
},
"_requiredBy": [
"/material-ui",
"/material-ui/react-jss"
],
"_resolved": "https://registry.npmjs.org/jss/-/jss-8.1.0.tgz",
"_spec": "8.1.0",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"name": "jss",
"description": "A lib for generating Style Sheets with JavaScript.",
"version": "8.1.0",
"author": {
"name": "Oleg Slobodskoi",
"email": "oleg008@gmail.com"
},
"bugs": {
"url": "https://github.com/cssinjs/jss/issues"
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/jss.git"
},
"dependencies": {
"is-in-browser": "^1.0.2",
"warning": "^3.0.0"
"keywords": [
"jss",
"style",
"sheet",
"stylesheet",
"css",
"components",
"composable",
"css in js",
"css-in-js"
],
"license": "MIT",
"main": "./lib/index.js",
"engines": {
"node": ">=4"
},
"description": "A lib for generating Style Sheets with JavaScript.",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
@@ -98,8 +84,29 @@
"size-limit": "^0.2.0",
"webpack": "^2.3.3"
},
"engines": {
"node": ">=4"
"scripts": {
"all": "npm run lint && npm run flow && npm run test && npm run build && npm run size",
"build": "npm run clean && npm run build:lib && npm run build:max && npm run build:min && npm run build:tests",
"build:lib": "babel src --out-dir lib && npm run flow:copy-src",
"build:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss.js",
"build:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss.min.js",
"build:tests": "cross-env NODE_ENV=test webpack tests/index.js tmp/tests.js",
"clean": "rimraf '{lib,dist,tmp}/*'",
"flow": "flow --show-all-errors",
"flow:copy-src": "flow-copy-source -i './src/**' src lib",
"lint": "eslint ./src ./tests ./benchmark ./*.js && npm run flow",
"lint:staged": "lint-staged && npm run flow",
"prepublishOnly": "npm run all",
"test": "cross-env NODE_ENV=test karma start --single-run",
"test:watch": "cross-env NODE_ENV=test karma start",
"posttest": "[ -z \"$TRAVIS\" ] || codecov",
"codecov": "codecov",
"bench": "cross-env BENCHMARK=true karma start --single-run",
"size": "size-limit 5.8KB dist/jss.js"
},
"dependencies": {
"is-in-browser": "^1.0.2",
"warning": "^3.0.0"
},
"files": [
"dist",
@@ -109,51 +116,11 @@
"changelog.md",
"LICENSE"
],
"homepage": "https://github.com/cssinjs/jss#readme",
"keywords": [
"jss",
"style",
"sheet",
"stylesheet",
"css",
"components",
"composable",
"css in js",
"css-in-js"
],
"license": "MIT",
"lint-staged": {
"./src ./tests ./benchmark ./*.js": [
"eslint",
"git add"
]
},
"main": "./lib/index.js",
"name": "jss",
"pre-commit": "lint:staged",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cssinjs/jss.git"
},
"scripts": {
"all": "npm run lint && npm run flow && npm run test && npm run build && npm run size",
"bench": "cross-env BENCHMARK=true karma start --single-run",
"build": "npm run clean && npm run build:lib && npm run build:max && npm run build:min && npm run build:tests",
"build:lib": "babel src --out-dir lib && npm run flow:copy-src",
"build:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss.js",
"build:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss.min.js",
"build:tests": "cross-env NODE_ENV=test webpack tests/index.js tmp/tests.js",
"clean": "rimraf '{lib,dist,tmp}/*'",
"codecov": "codecov",
"flow": "flow --show-all-errors",
"flow:copy-src": "flow-copy-source -i './src/**' src lib",
"lint": "eslint ./src ./tests ./benchmark ./*.js && npm run flow",
"lint:staged": "lint-staged && npm run flow",
"posttest": "[ -z \"$TRAVIS\" ] || codecov",
"prepublishOnly": "npm run all",
"size": "size-limit 5.8KB dist/jss.js",
"test": "cross-env NODE_ENV=test karma start --single-run",
"test:watch": "cross-env NODE_ENV=test karma start"
},
"version": "8.1.0"
"pre-commit": "lint:staged"
}