{
  "_from": "css@^2.0.0",
  "_id": "css@2.2.3",
  "_inBundle": false,
  "_integrity": "sha512-0W171WccAjQGGTKLhw4m2nnl0zPHUlTO/I8td4XzJgIB8Hg3ZZx71qT4G4eX8OVsSiaAKiUMy73E3nsbPlg2DQ==",
  "_location": "/css",
  "_phantomChildren": {
    "amdefine": "1.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "css@^2.0.0",
    "name": "css",
    "escapedName": "css",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/rework"
  ],
  "_resolved": "https://registry.npmjs.org/css/-/css-2.2.3.tgz",
  "_shasum": "f861f4ba61e79bedc962aa548e5780fd95cbc6be",
  "_spec": "css@^2.0.0",
  "_where": "/Users/abhinav/htdocs/appointo/node_modules/rework",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bugs": {
    "url": "https://github.com/reworkcss/css/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "inherits": "^2.0.1",
    "source-map": "^0.1.38",
    "source-map-resolve": "^0.5.1",
    "urix": "^0.1.0"
  },
  "deprecated": false,
  "description": "CSS parser / stringifier",
  "devDependencies": {
    "bytes": "^1.0.0",
    "matcha": "^0.5.0",
    "mocha": "^1.21.3",
    "should": "^4.0.4"
  },
  "files": [
    "index.js",
    "lib",
    "Readme.md"
  ],
  "homepage": "https://github.com/reworkcss/css#readme",
  "keywords": [
    "css",
    "parser",
    "stringifier",
    "stylesheet"
  ],
  "license": "MIT",
  "main": "index",
  "name": "css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reworkcss/css.git"
  },
  "scripts": {
    "benchmark": "matcha",
    "test": "mocha --require should --reporter spec --bail test/*.js"
  },
  "version": "2.2.3"
}
