106 lines
2.3 KiB
JSON
106 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"postcss-csso@3.0.0",
|
|
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
|
]
|
|
],
|
|
"_from": "postcss-csso@3.0.0",
|
|
"_id": "postcss-csso@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-5yvI9IMIJOofYqmYfn65ZTxxlYZ86jXzDMXwYqltx/kqGsSvHRw4gYkn5e/tCPPIgUeFP5MIhIkA02uoUEZsXA==",
|
|
"_location": "/postcss-csso",
|
|
"_phantomChildren": {
|
|
"chalk": "2.3.0",
|
|
"css-tree": "1.0.0-alpha25",
|
|
"source-map": "0.6.1",
|
|
"supports-color": "5.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-csso@3.0.0",
|
|
"name": "postcss-csso",
|
|
"escapedName": "postcss-csso",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-csso/-/postcss-csso-3.0.0.tgz",
|
|
"_spec": "3.0.0",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "Roman Dvornov",
|
|
"email": "rdvornov@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lahmatiy/postcss-csso/issues"
|
|
},
|
|
"dependencies": {
|
|
"csso": "~3.3.0",
|
|
"postcss": "^6.0.0"
|
|
},
|
|
"description": "PostCSS plugin to minify CSS using CSSO",
|
|
"devDependencies": {
|
|
"es6-promise-polyfill": "^1.2.0",
|
|
"eslint": "^4.8.0",
|
|
"jscs": "^3.0.0",
|
|
"mocha": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"eslintConfig": {
|
|
"env": {
|
|
"node": true,
|
|
"mocha": true,
|
|
"es6": true
|
|
},
|
|
"rules": {
|
|
"no-undef": 2,
|
|
"no-unused-vars": [
|
|
2,
|
|
{
|
|
"vars": "all",
|
|
"args": "after-used"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"index.js",
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"homepage": "https://github.com/lahmatiy/postcss-csso",
|
|
"keywords": [
|
|
"css",
|
|
"minifier",
|
|
"minify",
|
|
"compress",
|
|
"optimisation",
|
|
"csso",
|
|
"postcss",
|
|
"plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "postcss-csso",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lahmatiy/postcss-csso.git"
|
|
},
|
|
"scripts": {
|
|
"codestyle": "jscs lib test.js && eslint lib test.js",
|
|
"codestyle-and-test": "npm run codestyle && npm test",
|
|
"test": "mocha --reporter dot",
|
|
"travis": "npm run codestyle-and-test"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|