d2-ui
Version:
115 lines (114 loc) • 3.17 kB
JSON
{
"_args": [
[
"postcss-discard-comments@^2.0.4",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/cssnano"
]
],
"_from": "postcss-discard-comments@>=2.0.4 <3.0.0",
"_id": "postcss-discard-comments@2.0.4",
"_inCache": true,
"_installable": true,
"_location": "/postcss-discard-comments",
"_nodeVersion": "5.4.1",
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/postcss-discard-comments-2.0.4.tgz_1455123680319_0.3164093536324799"
},
"_npmUser": {
"email": "beneb.info@gmail.com",
"name": "beneb"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "postcss-discard-comments",
"raw": "postcss-discard-comments@^2.0.4",
"rawSpec": "^2.0.4",
"scope": null,
"spec": ">=2.0.4 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz",
"_shasum": "befe89fafd5b3dace5ccce51b76b81514be00e3d",
"_shrinkwrap": null,
"_spec": "postcss-discard-comments@^2.0.4",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/cssnano",
"author": {
"email": "beneb.info@gmail.com",
"name": "Ben Briggs",
"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",
"babel-core": "^6.5.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.5.0",
"del-cli": "^0.2.0",
"eslint": "^1.10.3",
"eslint-config-cssnano": "^1.0.0",
"postcss-scss": "^0.1.3",
"postcss-simple-vars": "^1.2.0"
},
"directories": {},
"dist": {
"shasum": "befe89fafd5b3dace5ccce51b76b81514be00e3d",
"tarball": "http://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz"
},
"eslintConfig": {
"extends": "cssnano"
},
"files": [
"dist",
"LICENSE-MIT"
],
"gitHead": "e7f580afe8fe456078791bb5a439077aab92531c",
"homepage": "https://github.com/ben-eb/postcss-discard-comments",
"keywords": [
"css",
"comments",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"email": "beneb.info@gmail.com",
"name": "beneb"
},
{
"email": "trysound@yandex.ru",
"name": "trysound"
}
],
"name": "postcss-discard-comments",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}