adding frontend authentication, starting file priority code
This commit is contained in:
108
goTorrentWebUI/node_modules/material-ui/node_modules/jss-camel-case/package.json
generated
vendored
108
goTorrentWebUI/node_modules/material-ui/node_modules/jss-camel-case/package.json
generated
vendored
@@ -1,40 +1,43 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jss-camel-case@5.0.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "jss-camel-case@5.0.0",
|
||||
"_id": "jss-camel-case@5.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vz11ip5EIlGuevtlUo9xIgiuD+it4Ebbb0+Y4o0A4oA8eOWY4aY7ihi/L7WvkQ54xnGOjUvLZ6nm2VYch2ufYg==",
|
||||
"_location": "/material-ui/jss-camel-case",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jss-camel-case@5.0.0",
|
||||
"name": "jss-camel-case",
|
||||
"escapedName": "jss-camel-case",
|
||||
"rawSpec": "5.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/jss-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jss-camel-case/-/jss-camel-case-5.0.0.tgz",
|
||||
"_spec": "5.0.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "jss-camel-case",
|
||||
"description": "JSS plugin that allows to write camel cased rule properties",
|
||||
"version": "5.0.0",
|
||||
"author": {
|
||||
"name": "Oleg Slobodskoi",
|
||||
"email": "oleg008@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/jss-camel-case/issues"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:cssinjs/jss-camel-case.git"
|
||||
},
|
||||
"description": "JSS plugin that allows to write camel cased rule properties",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"camel case"
|
||||
],
|
||||
"engines": {},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-camel-case.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-camel-case.min.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start",
|
||||
"prepublish": "npm run all"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.5.1",
|
||||
"babel-core": "^6.5.1",
|
||||
@@ -71,49 +74,14 @@
|
||||
"rimraf": "^2.5.4",
|
||||
"webpack": "^1.13.1"
|
||||
},
|
||||
"engines": {},
|
||||
"homepage": "https://github.com/cssinjs/jss-camel-case#readme",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"camel case"
|
||||
],
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/*.js": [
|
||||
"eslint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"name": "jss-camel-case",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"pre-commit": "lint:staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/cssinjs/jss-camel-case.git"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-camel-case.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-camel-case.min.js",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prepublish": "npm run all",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start"
|
||||
},
|
||||
"version": "5.0.0"
|
||||
"pre-commit": "lint:staged"
|
||||
}
|
||||
|
Reference in New Issue
Block a user