{
  "_from": "unique-wechaty-puppet-padpro@^0.3.12",
  "_id": "unique-wechaty-puppet-padpro@0.3.12",
  "_inBundle": false,
  "_integrity": "sha512-lamtbQphJye8Y+i1H0AINcylsyTeW3ScAoRChKRHYEAF24HU6ThNZJWXR9Yy87/1KL0tpaRwW28OCoClGr8kyQ==",
  "_location": "/unique-wechaty-puppet-padpro",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "unique-wechaty-puppet-padpro@^0.2.1",
    "name": "unique-wechaty-puppet-padpro",
    "escapedName": "unique-wechaty-puppet-padpro",
    "rawSpec": "^0.3.12",
    "saveSpec": null,
    "fetchSpec": "^0.3.12"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/unique-wechaty-puppet-padpro/-/wechaty-puppet-padpro-0.3.12.tgz",
  "_shasum": "534c10549fcb292315a88fcc82ebeb5a8843eabb",
  "_spec": "unique-wechaty-puppet-padpro@^0.3.12",
  "_where": "/Users/guoyufei/Documents/personal/test-2",
  "author": {
    "name": "Rui LI",
    "email": "ruiruibupt@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/botorange/wechaty-puppet-padpro/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "7.4.0",
    "array-flatten": "^2.1.1",
    "axios": "^0.18.0",
    "fast-xml-parser": "^3.12.12",
    "flash-store": "^0.7.1",
    "fs-extra": "^7.0.1",
    "google-protobuf": "^3.6.1",
    "grpc": "^1.20.3",
    "he": "^1.1.1",
    "http-proxy-agent": "^2.1.0",
    "jimp": "^0.6.1",
    "jsqr": "^1.1.0",
    "lru-cache": "^5.1.1",
    "md5": "^2.2.1",
    "promise-retry": "^1.1.1",
    "public-ip": "^3.0.0",
    "qr-image": "^3.2.0",
    "qrcode": "^1.2.2",
    "read-pkg-up": "^5.0.0",
    "request": "^2.87.0",
    "request-promise": "^4.2.2",
    "rx-queue": "^0.8.1",
    "rxjs": "^6.2.1",
    "socks5-client": "^1.2.6",
    "socks5-http-client": "^1.0.4",
    "uuid": "^3.3.2",
    "xml2js": "^0.4.19"
  },
  "deprecated": false,
  "description": "Padpro Puppet for Wechaty",
  "devDependencies": {
    "@types/blue-tape": "^0.1.31",
    "@types/fs-extra": "^5.0.3",
    "@types/google-protobuf": "^3.2.7",
    "@types/http-proxy-agent": "^2.0.0",
    "@types/lru-cache": "^5.1.0",
    "@types/md5": "^2.1.33",
    "@types/node": "^12.0.0",
    "@types/normalize-package-data": "^2.4.0",
    "@types/promise-retry": "^1.1.3",
    "@types/public-ip": "^2.4.0",
    "@types/qr-image": "^3.2.1",
    "@types/raven": "^2.5.1",
    "@types/read-pkg-up": "^3.0.1",
    "@types/semver": "^6.0.0",
    "@types/sinon": "^7.0.0",
    "@types/uuid": "^3.4.4",
    "@types/xml2js": "^0.4.3",
    "blue-tape": "^1.0.0",
    "cuid": "^2.1.2",
    "file-box": "^0.8.27",
    "git-scripts": "^0.2.1",
    "markdownlint-cli": "^0.15.0",
    "memory-card": "^0.6.8",
    "qrcode-terminal": "^0.12.0",
    "shx": "^0.3.1",
    "sinon": "^7.1.1",
    "ts-node": "^8.0.3",
    "tslint": "^5.11.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.0.1",
    "wechaty-puppet": "^0.15.1"
  },
  "directories": {
    "example": "examples"
  },
  "engines": {
    "unique-wechaty": ">=0.27.64"
  },
  "git": {
    "scripts": {
      "pre-push": "./scripts/pre-push.sh"
    }
  },
  "homepage": "https://github.com/botorange/wechaty-puppet-padpro#readme",
  "keywords": [
    "chatie",
    "wechaty",
    "puppet",
    "padpro",
    "wechat",
    "chatbot",
    "sdk"
  ],
  "license": "Apache-2.0",
  "main": "dist/src/index.js",
  "name": "unique-wechaty-puppet-padpro",
  "peerDependencies": {
    "file-box": "^0.8.27",
    "wechaty-puppet": "^0.15.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/botorange/wechaty-puppet-padpro.git"
  },
  "scripts": {
    "clean": "shx rm -fr dist/*",
    "dist": "npm run clean && tsc && cp -R src/gateway/proto-ts/ dist/src/gateway/proto-ts/",
    "lint": "npm run lint:ts && npm run lint:md",
    "lint:md": "markdownlint README.md",
    "lint:ts": "tslint --project tsconfig.json && tsc --noEmit",
    "pack": "npm pack",
    "test": "npm run lint && npm run test:unit && npm run test:int",
    "test:int": "blue-tape -r ts-node/register \"src/*.spec.ts\" \"tests/**/*.spec.ts\"",
    "test:pack": "bash -x scripts/npm-pack-testing.sh",
    "test:unit": "blue-tape -r ts-node/register \"src/**/*.spec.ts\""
  },
  "typings": "dist/src/index.d.ts",
  "version": "0.3.12"
}
