Completely updated React, fixed #11, (hopefully)

This commit is contained in:
2018-03-04 19:11:49 -05:00
parent 6e0afd6e2a
commit 34e5f5139a
13674 changed files with 333464 additions and 473223 deletions

View File

@@ -1,26 +1,48 @@
{
"name": "postcss-discard-overridden",
"version": "0.1.1",
"description": "PostCSS plugin to discard overridden @keyframes or @counter-style.",
"main": "dist/index.js",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"at-rules",
"@keyframes",
"@counter-style"
"_args": [
[
"postcss-discard-overridden@0.1.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"author": "Justineo <justice360@gmail.com>",
"license": "MIT",
"repository": "Justineo/postcss-discard-overridden",
"_from": "postcss-discard-overridden@0.1.1",
"_id": "postcss-discard-overridden@0.1.1",
"_inBundle": false,
"_integrity": "sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg=",
"_location": "/css-loader/postcss-discard-overridden",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-discard-overridden@0.1.1",
"name": "postcss-discard-overridden",
"escapedName": "postcss-discard-overridden",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/css-loader/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Justineo",
"email": "justice360@gmail.com"
},
"ava": {
"require": [
"babel-register"
]
},
"bugs": {
"url": "https://github.com/Justineo/postcss-discard-overridden/issues"
},
"homepage": "https://github.com/Justineo/postcss-discard-overridden",
"dependencies": {
"postcss": "^5.0.16"
},
"description": "PostCSS plugin to discard overridden @keyframes or @counter-style.",
"devDependencies": {
"ava": "^0.14.0",
"babel-cli": "^6.7.7",
@@ -30,15 +52,27 @@
"eslint": "^2.1.0",
"eslint-config-postcss": "^2.0.0"
},
"scripts": {
"test": "ava && eslint *.js"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5"
},
"ava": {
"require": [
"babel-register"
]
}
"homepage": "https://github.com/Justineo/postcss-discard-overridden",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"at-rules",
"@keyframes",
"@counter-style"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-discard-overridden",
"repository": {
"type": "git",
"url": "git+https://github.com/Justineo/postcss-discard-overridden.git"
},
"scripts": {
"test": "ava && eslint *.js"
},
"version": "0.1.1"
}