Opal-Estate-Pro/node_modules/postcss-colormin/package.json
2019-09-13 09:44:33 +07:00

91 lines
2.4 KiB
JSON

{
"_from": "postcss-colormin@^2.1.8",
"_id": "postcss-colormin@2.2.2",
"_inBundle": false,
"_integrity": "sha1-ZjFBfV8OkJo9fsJrJMio0eT5bks=",
"_location": "/postcss-colormin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-colormin@^2.1.8",
"name": "postcss-colormin",
"escapedName": "postcss-colormin",
"rawSpec": "^2.1.8",
"saveSpec": null,
"fetchSpec": "^2.1.8"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-2.2.2.tgz",
"_shasum": "6631417d5f0e909a3d7ec26b24c8a8d1e4f96e4b",
"_spec": "postcss-colormin@^2.1.8",
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/t-latehome/wp-content/plugins/opal-estate-pro/node_modules/cssnano",
"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-colormin/issues"
},
"bundleDependencies": false,
"dependencies": {
"colormin": "^1.0.5",
"postcss": "^5.0.13",
"postcss-value-parser": "^3.2.3"
},
"deprecated": false,
"description": "Minify colors in your CSS files with PostCSS.",
"devDependencies": {
"ava": "^0.17.0",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.9.0",
"del-cli": "^0.2.0",
"eslint": "^3.0.0",
"eslint-config-cssnano": "^3.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1"
},
"eslintConfig": {
"extends": "cssnano"
},
"files": [
"dist",
"LICENSE-MIT"
],
"homepage": "https://github.com/ben-eb/postcss-colormin",
"keywords": [
"color",
"colors",
"compression",
"css",
"minify",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-colormin",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-colormin.git"
},
"scripts": {
"prepublish": "del-cli dist && babel src --out-dir dist --ignore /__tests__/",
"pretest": "eslint src",
"test": "ava src/__tests__",
"test-012": "ava src/__tests__"
},
"version": "2.2.2"
}