adding frontend authentication, starting file priority code
This commit is contained in:
108
goTorrentWebUI/node_modules/css-loader/node_modules/postcss-convert-values/package.json
generated
vendored
108
goTorrentWebUI/node_modules/css-loader/node_modules/postcss-convert-values/package.json
generated
vendored
@@ -1,48 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"postcss-convert-values@2.6.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "postcss-convert-values@2.6.1",
|
||||
"_id": "postcss-convert-values@2.6.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-u9hZPFwf0uPRwyK7kl3K6Nrk1i0=",
|
||||
"_location": "/css-loader/postcss-convert-values",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "postcss-convert-values@2.6.1",
|
||||
"name": "postcss-convert-values",
|
||||
"escapedName": "postcss-convert-values",
|
||||
"rawSpec": "2.6.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.6.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/css-loader/cssnano"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-2.6.1.tgz",
|
||||
"_spec": "2.6.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-convert-values/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"postcss": "^5.0.11",
|
||||
"postcss-value-parser": "^3.1.2"
|
||||
},
|
||||
"name": "postcss-convert-values",
|
||||
"version": "2.6.1",
|
||||
"description": "Convert values with PostCSS (e.g. ms -> s)",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
"LICENSE-MIT",
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"contributorAdd": "all-contributors add",
|
||||
"contributorGenerate": "all-contributors generate",
|
||||
"pretest": "eslint src",
|
||||
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
|
||||
"test": "ava",
|
||||
"test-012": "ava"
|
||||
},
|
||||
"keywords": [
|
||||
"css",
|
||||
"optimisation",
|
||||
"postcss",
|
||||
"postcss-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"all-contributors-cli": "^3.0.5",
|
||||
"ava": "^0.17.0",
|
||||
@@ -59,34 +38,21 @@
|
||||
"eslint-plugin-babel": "^3.3.0",
|
||||
"eslint-plugin-import": "^2.0.1"
|
||||
},
|
||||
"homepage": "https://github.com/ben-eb/postcss-convert-values",
|
||||
"author": {
|
||||
"name": "Ben Briggs",
|
||||
"email": "beneb.info@gmail.com",
|
||||
"url": "http://beneb.info"
|
||||
},
|
||||
"repository": "ben-eb/postcss-convert-values",
|
||||
"dependencies": {
|
||||
"postcss": "^5.0.11",
|
||||
"postcss-value-parser": "^3.1.2"
|
||||
},
|
||||
"ava": {
|
||||
"require": "babel-register"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "cssnano"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE-MIT",
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/ben-eb/postcss-convert-values",
|
||||
"keywords": [
|
||||
"css",
|
||||
"optimisation",
|
||||
"postcss",
|
||||
"postcss-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"name": "postcss-convert-values",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ben-eb/postcss-convert-values.git"
|
||||
},
|
||||
"scripts": {
|
||||
"contributorAdd": "all-contributors add",
|
||||
"contributorGenerate": "all-contributors generate",
|
||||
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
|
||||
"pretest": "eslint src",
|
||||
"test": "ava",
|
||||
"test-012": "ava"
|
||||
},
|
||||
"version": "2.6.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user