adding frontend authentication, starting file priority code
This commit is contained in:
108
goTorrentWebUI/node_modules/css-loader/node_modules/postcss-reduce-initial/package.json
generated
vendored
108
goTorrentWebUI/node_modules/css-loader/node_modules/postcss-reduce-initial/package.json
generated
vendored
@@ -1,47 +1,28 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"postcss-reduce-initial@1.0.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "postcss-reduce-initial@1.0.1",
|
||||
"_id": "postcss-reduce-initial@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-aPgGlfBF0IJjqHmtJA343WT2ROo=",
|
||||
"_location": "/css-loader/postcss-reduce-initial",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "postcss-reduce-initial@1.0.1",
|
||||
"name": "postcss-reduce-initial",
|
||||
"escapedName": "postcss-reduce-initial",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/css-loader/cssnano"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.1.tgz",
|
||||
"_spec": "1.0.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-reduce-initial/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"postcss": "^5.0.4"
|
||||
},
|
||||
"name": "postcss-reduce-initial",
|
||||
"version": "1.0.1",
|
||||
"description": "Reduce initial definitions to the actual initial value, where possible.",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
"data",
|
||||
"dist/index.js",
|
||||
"LICENSE-MIT"
|
||||
],
|
||||
"scripts": {
|
||||
"acquire": "node ./dist/acquire.js > ./data/values.json",
|
||||
"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",
|
||||
"postcss",
|
||||
"postcss-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"all-contributors-cli": "^3.0.5",
|
||||
"ava": "^0.17.0",
|
||||
@@ -61,35 +42,20 @@
|
||||
"html2plaintext": "^1.0.1",
|
||||
"is-html": "^1.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/ben-eb/postcss-reduce-initial",
|
||||
"author": {
|
||||
"name": "Ben Briggs",
|
||||
"email": "beneb.info@gmail.com",
|
||||
"url": "http://beneb.info"
|
||||
},
|
||||
"repository": "ben-eb/postcss-reduce-initial",
|
||||
"dependencies": {
|
||||
"postcss": "^5.0.4"
|
||||
},
|
||||
"ava": {
|
||||
"require": "babel-register"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "cssnano"
|
||||
},
|
||||
"files": [
|
||||
"data",
|
||||
"dist/index.js",
|
||||
"LICENSE-MIT"
|
||||
],
|
||||
"homepage": "https://github.com/ben-eb/postcss-reduce-initial",
|
||||
"keywords": [
|
||||
"css",
|
||||
"postcss",
|
||||
"postcss-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"name": "postcss-reduce-initial",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ben-eb/postcss-reduce-initial.git"
|
||||
},
|
||||
"scripts": {
|
||||
"acquire": "node ./dist/acquire.js > ./data/values.json",
|
||||
"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": "1.0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user