{
  "_args": [
    [
      "@bigcommerce/bigpay-client@5.14.0",
      "/data/DATAPROJECTS/playground/shaoming/checkout-js"
    ]
  ],
  "_from": "@bigcommerce/bigpay-client@5.14.0",
  "_id": "@bigcommerce/bigpay-client@5.14.0",
  "_inBundle": false,
  "_integrity": "sha512-OJzevo/GXycmpjanQEiSET1z9Bjvza4py4Yj+xYNtpaqOZAwxg3Y103auIT1SCoZDS2ljOvixfkryTSb4gTuVw==",
  "_location": "/@bigcommerce/bigpay-client",
  "_phantomChildren": {
    "@babel/core": "7.5.5",
    "@babel/helper-compilation-targets": "7.16.3",
    "@babel/helper-plugin-utils": "7.0.0",
    "@babel/helper-validator-identifier": "7.15.7",
    "@istanbuljs/load-nyc-config": "1.1.0",
    "@istanbuljs/schema": "0.1.3",
    "@types/babel__generator": "7.0.2",
    "@types/babel__template": "7.0.2",
    "@types/babel__traverse": "7.0.7",
    "@types/graceful-fs": "4.1.5",
    "@types/istanbul-lib-coverage": "2.0.1",
    "@types/istanbul-reports": "1.1.1",
    "@types/yargs-parser": "20.2.1",
    "babel-preset-current-node-syntax": "0.1.4",
    "convert-source-map": "1.6.0",
    "escape-string-regexp": "1.0.5",
    "fast-json-stable-stringify": "2.0.0",
    "fb-watchman": "2.0.0",
    "gensync": "1.0.0-beta.2",
    "glob": "7.1.4",
    "globals": "11.12.0",
    "imurmurhash": "0.1.4",
    "is-ci": "2.0.0",
    "is-typedarray": "1.0.0",
    "isexe": "2.0.0",
    "jsesc": "2.5.2",
    "minimatch": "3.0.4",
    "normalize-path": "3.0.0",
    "picomatch": "2.0.7",
    "pirates": "4.0.1",
    "safe-buffer": "5.1.2",
    "sane": "4.1.0",
    "semver": "6.3.0",
    "signal-exit": "3.0.2",
    "to-fast-properties": "2.0.0",
    "typedarray-to-buffer": "3.1.5",
    "walker": "1.0.7"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@bigcommerce/bigpay-client@5.14.0",
    "name": "@bigcommerce/bigpay-client",
    "escapedName": "@bigcommerce%2fbigpay-client",
    "scope": "@bigcommerce",
    "rawSpec": "5.14.0",
    "saveSpec": null,
    "fetchSpec": "5.14.0"
  },
  "_requiredBy": [
    "/@bigcommerce/checkout-sdk"
  ],
  "_resolved": "https://registry.npmjs.org/@bigcommerce/bigpay-client/-/bigpay-client-5.14.0.tgz",
  "_spec": "5.14.0",
  "_where": "/data/DATAPROJECTS/playground/shaoming/checkout-js",
  "author": {
    "name": "BigCommerce"
  },
  "browserslist": [
    "last 2 versions",
    "not ie < 11",
    "not Baidu > 0",
    "not QQAndroid > 0",
    "not Android < 62"
  ],
  "bugs": {
    "url": "https://github.com/bigcommerce/bigpay-client-js/issues"
  },
  "dependencies": {
    "@bigcommerce/form-poster": "^1.4.0",
    "babel-jest": "^25.2.0",
    "deep-assign": "^3.0.0",
    "object-assign": "^4.1.1"
  },
  "description": "JavaScript client for BigPay",
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "gulp": "^4.0.2",
    "gulp-bump": "^3.1.3",
    "gulp-conventional-changelog": "^2.0.35",
    "gulp-git": "^2.10.1",
    "gulp-prompt": "^1.2.0",
    "gulp-touch": "^1.0.1",
    "jest": "^25.5.4",
    "lodash": "^4.17.20",
    "semver": "^7.3.2",
    "standard-version": "^9.0.0",
    "xhr-mock": "^2.5.1"
  },
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/bigcommerce/bigpay-client-js#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@bigcommerce/bigpay-client",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bigcommerce/bigpay-client-js.git"
  },
  "scripts": {
    "build": "NODE_ENV=production babel src --out-dir lib --source-maps",
    "lint": "eslint src test",
    "prebuild": "rm -rf lib",
    "prerelease": "npm run lint && npm test",
    "release": "standard-version -a",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "version": "5.14.0"
}
