{
  "_args": [
    [
      {
        "raw": "broccoli-clean-css@^1.1.0",
        "scope": null,
        "escapedName": "broccoli-clean-css",
        "name": "broccoli-clean-css",
        "rawSpec": "^1.1.0",
        "spec": ">=1.1.0 <2.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/ember-cli-preprocess-registry"
    ]
  ],
  "_from": "broccoli-clean-css@>=1.1.0 <2.0.0",
  "_id": "broccoli-clean-css@1.1.0",
  "_inCache": true,
  "_location": "/broccoli-clean-css",
  "_nodeVersion": "5.1.0",
  "_npmUser": {
    "name": "shinnn",
    "email": "snnskwtnb@gmail.com"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "broccoli-clean-css@^1.1.0",
    "scope": null,
    "escapedName": "broccoli-clean-css",
    "name": "broccoli-clean-css",
    "rawSpec": "^1.1.0",
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ember-cli-preprocess-registry"
  ],
  "_resolved": "https://registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-1.1.0.tgz",
  "_shasum": "9db143d9af7e0ae79c26e3ac5a9bb2d720ea19fa",
  "_shrinkwrap": null,
  "_spec": "broccoli-clean-css@^1.1.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/node_modules/ember-cli-preprocess-registry",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "bugs": {
    "url": "https://github.com/shinnn/broccoli-clean-css/issues"
  },
  "dependencies": {
    "broccoli-persistent-filter": "^1.1.6",
    "clean-css-promise": "^0.1.0",
    "inline-source-map-comment": "^1.0.5",
    "json-stable-stringify": "^1.0.0"
  },
  "description": "CSS minifier for Broccoli, using clean-css",
  "devDependencies": {
    "@shinnn/eslint-config-node-legacy": "^1.0.1",
    "broccoli": "^0.16.9",
    "broccoli-funnel": "^1.0.1",
    "eslint": "^1.10.3",
    "istanbul": "^0.4.1",
    "rimraf": "^2.4.4",
    "tape": "^4.2.2"
  },
  "directories": {},
  "dist": {
    "shasum": "9db143d9af7e0ae79c26e3ac5a9bb2d720ea19fa",
    "tarball": "https://registry.npmjs.org/broccoli-clean-css/-/broccoli-clean-css-1.1.0.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "d3df6c0cd77b99fd32cf389c7a5d6c89189adfc6",
  "homepage": "https://github.com/shinnn/broccoli-clean-css#readme",
  "keywords": [
    "broccoli-plugin",
    "css",
    "cleancss",
    "clean-css",
    "minifier",
    "minification",
    "compress",
    "compressor",
    "postprocess",
    "optimization",
    "optimize",
    "optimizer",
    "whitespace"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "shinnn",
      "email": "snnskwtnb@gmail.com"
    }
  ],
  "name": "broccoli-clean-css",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinnn/broccoli-clean-css.git"
  },
  "scripts": {
    "coverage": "node --strong_mode --harmony_destructuring --harmony_rest_parameters node_modules/.bin/istanbul cover --no-default-excludes -x=node_modules/** test/test.js",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
    "pretest": "eslint --fix --config @shinnn/node-legacy --rule 'no-underscore-dangle: 0' index.js test/test.js",
    "test": "node --strong_mode --harmony_destructuring --harmony_rest_parameters --throw-deprecation --track-heap-objects test/test.js"
  },
  "version": "1.1.0"
}
