{
  "_args": [
    [
      "@tencent/qcc@1.0.71",
      "/data/orange-ci/workspace"
    ]
  ],
  "_from": "@tencent/qcc@1.0.71",
  "_id": "@tencent/qcc@1.0.71",
  "_inBundle": false,
  "_integrity": "sha512-tkpLXKhExfvrHLM7AX+fniv0UWzrqan6Yt5VY4nQpbLHP0+N/y5q7oDRQjgZn7/AjK8EuA4jlwj+qeFK3NpWcQ==",
  "_location": "/@tencent/qcc",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tencent/qcc@1.0.71",
    "name": "@tencent/qcc",
    "escapedName": "@tencent%2fqcc",
    "scope": "@tencent",
    "rawSpec": "1.0.71",
    "saveSpec": null,
    "fetchSpec": "1.0.71"
  },
  "_requiredBy": [
    "/@tencent/qqminiappcompile"
  ],
  "_resolved": "https://mirrors.tencent.com/npm/@tencent/qcc/-/@tencent/qcc-1.0.71.tgz",
  "_spec": "1.0.71",
  "_where": "/data/orange-ci/workspace",
  "author": {
    "name": "kingweicai"
  },
  "dependencies": {
    "@babel/generator": "^7.4.4",
    "@babel/parser": "^7.4.5",
    "@babel/traverse": "^7.4.5",
    "@babel/types": "^7.4.4",
    "@tencent/qcsc-dirty": "1.0.11",
    "acorn": "^6.1.1",
    "flatbuffers": "^1.11.0",
    "google-protobuf": "^3.9.1",
    "jsan": "^3.1.13",
    "lru-cache": "^5.1.1"
  },
  "description": "Compiler for qml files.",
  "devDependencies": {
    "ansi-colors": "^4.1.1",
    "file-system": "^2.2.2",
    "getopts": "^2.2.5",
    "mocha": "^6.1.4"
  },
  "files": [
    "src/",
    "index.js",
    "package.json"
  ],
  "keywords": [
    "qcc",
    "qml",
    "compiler"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "@tencent/qcc",
  "repository": {
    "type": "git",
    "url": "git@git.code.oa.com:QQMiniApp/qcc.git"
  },
  "scripts": {
    "benchmark": "mocha ./benchmark/index.js",
    "benchmark:cache": "mocha ./benchmark/cache.js",
    "benchmark:cache1Suit": "mocha ./benchmark/cache1Suit.js",
    "move": "node ./script/mv.js",
    "test": "mocha ./test/test.js",
    "test:fail": "mocha ./test/failTest.js",
    "tnpm:publish": "node ./script/npmPublish.js"
  },
  "version": "1.0.71",
  "versionInfo": [
    "feat: 更新qcsc-dirty到1.0.11版本，css animation支持多值"
  ]
}
