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,28 +1,47 @@
{
"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"
"_args": [
[
"postcss-reduce-initial@1.0.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"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"
"_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"
},
"keywords": [
"css",
"postcss",
"postcss-plugin"
"_requiredBy": [
"/css-loader/cssnano"
],
"license": "MIT",
"_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"
},
"description": "Reduce initial definitions to the actual initial value, where possible.",
"devDependencies": {
"all-contributors-cli": "^3.0.5",
"ava": "^0.17.0",
@@ -42,20 +61,35 @@
"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"
}