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,25 +1,49 @@
{
"name": "postcss-merge-idents",
"version": "2.1.7",
"description": "Merge keyframe and counter style identifiers.",
"main": "dist/index.js",
"files": [
"dist",
"LICENSE-MIT"
"_args": [
[
"postcss-merge-idents@2.1.7",
"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__",
"test-012": "ava src/__tests__"
"_from": "postcss-merge-idents@2.1.7",
"_id": "postcss-merge-idents@2.1.7",
"_inBundle": false,
"_integrity": "sha1-TFUwMTwI4dWzu/PSu8dH4njuonA=",
"_location": "/css-loader/postcss-merge-idents",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-merge-idents@2.1.7",
"name": "postcss-merge-idents",
"escapedName": "postcss-merge-idents",
"rawSpec": "2.1.7",
"saveSpec": null,
"fetchSpec": "2.1.7"
},
"keywords": [
"css",
"merge",
"postcss",
"postcss-plugin"
"_requiredBy": [
"/css-loader/cssnano"
],
"license": "MIT",
"_resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz",
"_spec": "2.1.7",
"_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-merge-idents/issues"
},
"dependencies": {
"has": "^1.0.1",
"postcss": "^5.0.10",
"postcss-value-parser": "^3.1.1"
},
"description": "Merge keyframe and counter style identifiers.",
"devDependencies": {
"ava": "^0.16.0",
"babel-cli": "^6.3.17",
@@ -35,22 +59,32 @@
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.10.2"
},
"homepage": "https://github.com/ben-eb/postcss-merge-idents",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"repository": "ben-eb/postcss-merge-idents",
"dependencies": {
"has": "^1.0.1",
"postcss": "^5.0.10",
"postcss-value-parser": "^3.1.1"
},
"ava": {
"require": "babel-register"
},
"eslintConfig": {
"extends": "cssnano"
}
},
"files": [
"dist",
"LICENSE-MIT"
],
"homepage": "https://github.com/ben-eb/postcss-merge-idents",
"keywords": [
"css",
"merge",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-merge-idents",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-merge-idents.git"
},
"scripts": {
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"pretest": "eslint src",
"test": "ava src/__tests__",
"test-012": "ava src/__tests__"
},
"version": "2.1.7"
}