{
  "_args": [
    [
      "@tencent/qcsc@1.0.30",
      "/data/orange-ci/workspace"
    ]
  ],
  "_from": "@tencent/qcsc@1.0.30",
  "_id": "@tencent/qcsc@1.0.30",
  "_inBundle": false,
  "_integrity": "sha512-WzJSN6KZJXutoFpNQaTd1yG2v4ogBc+ob+o6WvNyJfC/4mNH+8UqHVlrk15dA1KCQaAkkv9Dwg2Lu3OJuFvvYw==",
  "_location": "/@tencent/qcsc",
  "_phantomChildren": {
    "has-flag": "3.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tencent/qcsc@1.0.30",
    "name": "@tencent/qcsc",
    "escapedName": "@tencent%2fqcsc",
    "scope": "@tencent",
    "rawSpec": "1.0.30",
    "saveSpec": null,
    "fetchSpec": "1.0.30"
  },
  "_requiredBy": [
    "/@tencent/qqminiappcompile"
  ],
  "_resolved": "https://mirrors.tencent.com/npm/@tencent/qcsc/-/@tencent/qcsc-1.0.30.tgz",
  "_spec": "1.0.30",
  "_where": "/data/orange-ci/workspace",
  "author": {
    "name": "kingweicai"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "lru-cache": "^5.1.1",
    "postcss-selector-parser": "^6.0.2",
    "source-map": "^0.6.1",
    "supports-color": "^6.1.0"
  },
  "description": "A compiler for qss files.",
  "devDependencies": {
    "@babel/parser": "^7.5.5",
    "@types/clean-css": "^4.2.1",
    "@types/lru-cache": "^5.1.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.6.6",
    "@types/prettier": "^1.18.0",
    "clean-css": "^4.2.1",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "prettier": "1.18.2",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3"
  },
  "files": [
    "package.json",
    "dist/",
    "lib/postcss/",
    "lib/postcss-value-parser/"
  ],
  "keywords": [
    "compiler",
    "qss"
  ],
  "license": "ISC",
  "main": "./dist/index.js",
  "name": "@tencent/qcsc",
  "repository": {
    "type": "git",
    "url": "http://git.code.oa.com/QQMiniApp/qcsc.git"
  },
  "scripts": {
    "_mocha": "mocha -t 999999 -r ts-node/register test/test.ts",
    "_mocha:fail": "mocha -t 999999 -r ts-node/register test/failTest.ts",
    "benchmark": "npm run lint && mocha -t 999999 -r ts-node/register benchmark/index.ts",
    "benchmark:cache": "npm run lint && mocha -t 999999 -r ts-node/register benchmark/cache.ts",
    "benchmark:cache1Suit": "npm run lint && mocha -t 999999 -r ts-node/register benchmark/cache1Suit.ts",
    "compile": "tsc --declaration",
    "lint": "tslint --project tsconfig.json",
    "test": "npm run lint && npm run _mocha",
    "test:fail": "npm run lint && npm run _mocha:fail",
    "tnpm:publish": "npm run compile && tnpm publish"
  },
  "types": "./dist/index.d.ts",
  "version": "1.0.30",
  "versionInfo": [
    "fix: 修复对app.qss文件兼容"
  ]
}
