{
  "_args": [
    [
      {
        "raw": "clean-css-promise@^0.1.0",
        "scope": null,
        "escapedName": "clean-css-promise",
        "name": "clean-css-promise",
        "rawSpec": "^0.1.0",
        "spec": ">=0.1.0 <0.2.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/broccoli-clean-css"
    ]
  ],
  "_from": "clean-css-promise@>=0.1.0 <0.2.0",
  "_id": "clean-css-promise@0.1.1",
  "_inCache": true,
  "_location": "/clean-css-promise",
  "_nodeVersion": "5.1.0",
  "_npmUser": {
    "name": "shinnn",
    "email": "snnskwtnb@gmail.com"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "clean-css-promise@^0.1.0",
    "scope": null,
    "escapedName": "clean-css-promise",
    "name": "clean-css-promise",
    "rawSpec": "^0.1.0",
    "spec": ">=0.1.0 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/broccoli-clean-css"
  ],
  "_resolved": "https://registry.npmjs.org/clean-css-promise/-/clean-css-promise-0.1.1.tgz",
  "_shasum": "43f3d2c8dfcb2bf071481252cd9b76433c08eecb",
  "_shrinkwrap": null,
  "_spec": "clean-css-promise@^0.1.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/broccoli-clean-css",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "bugs": {
    "url": "https://github.com/shinnn/clean-css-promise/issues"
  },
  "dependencies": {
    "array-to-error": "^1.0.0",
    "clean-css": "^3.4.5",
    "pinkie-promise": "^2.0.0"
  },
  "description": "Promises/A+ version of clean-css",
  "devDependencies": {
    "@shinnn/eslint-config-node": "^1.0.1",
    "babel-cli": "^6.2.0",
    "babel-preset-es2015": "^6.1.18",
    "eslint": "^1.6.0",
    "istanbul": "^0.3.22",
    "istanbul-coveralls": "^1.0.3",
    "tape": "^4.2.1"
  },
  "directories": {},
  "dist": {
    "shasum": "43f3d2c8dfcb2bf071481252cd9b76433c08eecb",
    "tarball": "https://registry.npmjs.org/clean-css-promise/-/clean-css-promise-0.1.1.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "373e0b095b12a11043701b2e8bb0e202e1cc3427",
  "homepage": "https://github.com/shinnn/clean-css-promise#readme",
  "keywords": [
    "css",
    "clean-css",
    "cleancss",
    "style",
    "styles",
    "stylesheet",
    "minifier",
    "minification",
    "compress",
    "optimization",
    "optimize",
    "optimizer",
    "promise",
    "promises",
    "promisified",
    "then",
    "thenable"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "shinnn",
      "email": "snnskwtnb@gmail.com"
    }
  ],
  "name": "clean-css-promise",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinnn/clean-css-promise.git"
  },
  "scripts": {
    "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
    "pretest": "eslint --config @shinnn/node src.js test.js && babel --presets es2015 src.js --out-file index.js",
    "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js"
  },
  "version": "0.1.1"
}
