{
  "_args": [
    [
      "@tencent/qqminiapp-css-tree@1.0.0-alpha.39",
      "/data/orange-ci/workspace"
    ]
  ],
  "_from": "@tencent/qqminiapp-css-tree@1.0.0-alpha.39",
  "_id": "@tencent/qqminiapp-css-tree@1.0.0-alpha.39",
  "_inBundle": false,
  "_integrity": "sha1-q+zCvxEjeWb5S2PiuIAm5busa9A=",
  "_location": "/@tencent/qqminiapp-css-tree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tencent/qqminiapp-css-tree@1.0.0-alpha.39",
    "name": "@tencent/qqminiapp-css-tree",
    "escapedName": "@tencent%2fqqminiapp-css-tree",
    "scope": "@tencent",
    "rawSpec": "1.0.0-alpha.39",
    "saveSpec": null,
    "fetchSpec": "1.0.0-alpha.39"
  },
  "_requiredBy": [
    "/@tencent/qcsc-dirty"
  ],
  "_resolved": "https://mirrors.tencent.com/npm/@tencent/qqminiapp-css-tree/download/@tencent/qqminiapp-css-tree-1.0.0-alpha.39.tgz",
  "_spec": "1.0.0-alpha.39",
  "_where": "/data/orange-ci/workspace",
  "author": {
    "name": "Roman Dvornov",
    "email": "rdvornov@gmail.com",
    "url": "https://github.com/lahmatiy"
  },
  "bugs": {
    "url": "https://github.com/csstree/csstree/issues"
  },
  "dependencies": {
    "@tencent/qqminiapp-mdn-data": "2.0.11",
    "source-map": "^0.6.1"
  },
  "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",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-json": "^4.0.2",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "clap": "^2.0.1",
    "coveralls": "^3.0.9",
    "eslint": "^6.8.0",
    "json-to-ast": "^2.1.0",
    "mocha": "^5.2.0",
    "nyc": "^14.1.1",
    "rollup": "^1.32.1",
    "rollup-plugin-terser": "^5.3.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "data",
    "dist",
    "lib"
  ],
  "homepage": "https://github.com/csstree/csstree#readme",
  "jsdelivr": "dist/csstree.min.js",
  "keywords": [
    "css",
    "ast",
    "tokenizer",
    "parser",
    "walker",
    "lexer",
    "generator",
    "utils",
    "syntax",
    "validation"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@tencent/qqminiapp-css-tree",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstree/csstree.git"
  },
  "scripts": {
    "build": "rollup --config",
    "build-and-test": "npm run build && npm run test:dist",
    "coverage": "nyc npm test",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null",
    "lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
    "lint-and-test": "npm run lint && npm test",
    "prepublishOnly": "npm run build",
    "review:syntax-patch": "node scripts/review-syntax-patch",
    "test": "mocha --reporter ${REPORTER:-progress}",
    "test:dist": "MODE=dist npm test && MODE=dist-min npm test",
    "travis": "npm run lint && nyc npm run test && npm run build-and-test && npm run coveralls",
    "update:docs": "node scripts/update-docs"
  },
  "unpkg": "dist/csstree.min.js",
  "version": "1.0.0-alpha.39"
}
