{
  "name": "css-tree",
  "version": "1.0.0-alpha.37",
  "description": "CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations",
  "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
  "license": "MIT",
  "repository": "csstree/csstree",
  "main": "./lib/index",
  "browser": {
    "./data": "./dist/default-syntax.json"
  },
  "dependencies": {
    "mdn-data": "2.0.4",
    "source-map": "^0.6.1"
  },
  "devDependencies": {
    "coveralls": "^3.0.4",
    "eslint": "^6.3.0",
    "json-to-ast": "^2.1.0",
    "mocha": "^5.2.0",
    "nyc": "^14.1.1",
    "rollup": "^1.22.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "terser": "^4.3.4"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "data",
    "dist",
    "lib"
  ]
}