{
  "_args": [
    [
      "@tencent/beacon-main-node@0.0.1",
      "/data/orange-ci/workspace"
    ]
  ],
  "_from": "@tencent/beacon-main-node@0.0.1",
  "_id": "@tencent/beacon-main-node@0.0.1",
  "_inBundle": false,
  "_integrity": "sha1-hyYsPM5kKQ6Qd2ApzBD8E7uWNWY=",
  "_location": "/@tencent/beacon-main-node",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tencent/beacon-main-node@0.0.1",
    "name": "@tencent/beacon-main-node",
    "escapedName": "@tencent%2fbeacon-main-node",
    "scope": "@tencent",
    "rawSpec": "0.0.1",
    "saveSpec": null,
    "fetchSpec": "0.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://mirrors.tencent.com/npm/@tencent/beacon-main-node/download/@tencent/beacon-main-node-0.0.1.tgz",
  "_spec": "0.0.1",
  "_where": "/data/orange-ci/workspace",
  "author": {
    "name": "naikunwang"
  },
  "dependencies": {
    "https-proxy-agent": "^5.0.0"
  },
  "description": "Beacno main node sdk",
  "devDependencies": {
    "@types/jest": "^25.1.3",
    "@types/node": "^13.7.6",
    "jest": "^25.1.0",
    "prettier": "^1.19.1",
    "ts-jest": "^25.2.1",
    "tslint": "^6.0.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.8.2"
  },
  "files": [
    "lib/**/*"
  ],
  "keywords": [
    "Beacon"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@tencent/beacon-main-node",
  "repository": {
    "type": "git",
    "url": "https://git.code.oa.com/beacon/beacon_sdk_js"
  },
  "scripts": {
    "build": "tsc",
    "demo": "node test/test.js",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "postversion": "git push && git push --tags",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint",
    "test": "jest --config jestconfig.json",
    "version": "npm run format && git add -A src"
  },
  "types": "lib/index.d.ts",
  "version": "0.0.1"
}
