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,24 +1,47 @@
{
"name": "postcss-discard-comments",
"version": "2.0.4",
"description": "Discard comments in your CSS files with PostCSS.",
"main": "dist/index.js",
"files": [
"dist",
"LICENSE-MIT"
"_args": [
[
"postcss-discard-comments@2.0.4",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"scripts": {
"pretest": "eslint src",
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"test": "ava src/__tests__"
"_from": "postcss-discard-comments@2.0.4",
"_id": "postcss-discard-comments@2.0.4",
"_inBundle": false,
"_integrity": "sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0=",
"_location": "/css-loader/postcss-discard-comments",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-discard-comments@2.0.4",
"name": "postcss-discard-comments",
"escapedName": "postcss-discard-comments",
"rawSpec": "2.0.4",
"saveSpec": null,
"fetchSpec": "2.0.4"
},
"keywords": [
"css",
"comments",
"postcss",
"postcss-plugin"
"_requiredBy": [
"/css-loader/cssnano"
],
"license": "MIT",
"_resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz",
"_spec": "2.0.4",
"_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-core/register"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-discard-comments/issues"
},
"dependencies": {
"postcss": "^5.0.14"
},
"description": "Discard comments in your CSS files with PostCSS.",
"devDependencies": {
"ava": "^0.11.0",
"babel-cli": "^6.5.1",
@@ -33,20 +56,31 @@
"postcss-scss": "^0.1.3",
"postcss-simple-vars": "^1.2.0"
},
"homepage": "https://github.com/ben-eb/postcss-discard-comments",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"repository": "ben-eb/postcss-discard-comments",
"dependencies": {
"postcss": "^5.0.14"
},
"ava": {
"require": "babel-core/register"
},
"eslintConfig": {
"extends": "cssnano"
}
},
"files": [
"dist",
"LICENSE-MIT"
],
"homepage": "https://github.com/ben-eb/postcss-discard-comments",
"keywords": [
"css",
"comments",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-discard-comments",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-discard-comments.git"
},
"scripts": {
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"pretest": "eslint src",
"test": "ava src/__tests__"
},
"version": "2.0.4"
}