{
  "_args": [
    [
      "@bigcommerce/checkout-sdk@1.206.2",
      "/data/DATAPROJECTS/bigcommerce/pkaufmannbc/bundle-checkout-js-pkc"
    ]
  ],
  "_from": "@bigcommerce/checkout-sdk@1.206.2",
  "_id": "@bigcommerce/checkout-sdk@1.206.2",
  "_inBundle": false,
  "_integrity": "sha512-FhuGg7U/zmCcT0rvCeOKBCEYvcbQihuH1FHLpjlRW6O4vrvAsMSDDQFWbLbcZ5K8b932LPo6AViihLW1ZtCJ5g==",
  "_location": "/@bigcommerce/checkout-sdk",
  "_phantomChildren": {
    "@babel/runtime": "7.15.3",
    "@types/js-cookie": "2.2.7",
    "@types/query-string": "5.1.0",
    "decode-uri-component": "0.2.0",
    "filter-obj": "1.1.0",
    "fn-name": "2.0.1",
    "js-cookie": "2.2.1",
    "lodash": "4.17.21",
    "lodash.merge": "4.6.2",
    "object-assign": "4.1.1",
    "property-expr": "1.5.1",
    "split-on-first": "1.1.0",
    "strict-uri-encode": "1.1.0",
    "synchronous-promise": "2.0.15",
    "toposort": "2.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@bigcommerce/checkout-sdk@1.206.2",
    "name": "@bigcommerce/checkout-sdk",
    "escapedName": "@bigcommerce%2fcheckout-sdk",
    "scope": "@bigcommerce",
    "rawSpec": "1.206.2",
    "saveSpec": null,
    "fetchSpec": "1.206.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@bigcommerce/checkout-sdk/-/checkout-sdk-1.206.2.tgz",
  "_spec": "1.206.2",
  "_where": "/data/DATAPROJECTS/bigcommerce/pkaufmannbc/bundle-checkout-js-pkc",
  "author": {
    "name": "BigCommerce"
  },
  "bugs": {
    "url": "https://github.com/bigcommerce/checkout-sdk-js/issues"
  },
  "dependencies": {
    "@babel/polyfill": "^7.4.4",
    "@bigcommerce/bigpay-client": "^5.14.0",
    "@bigcommerce/data-store": "^1.0.1",
    "@bigcommerce/form-poster": "^1.4.0",
    "@bigcommerce/memoize": "^1.0.0",
    "@bigcommerce/request-sender": "^1.0.3",
    "@bigcommerce/script-loader": "^2.2.1",
    "@braintree/browser-detection": "^1.11.0",
    "@types/card-validator": "^4.1.0",
    "@types/iframe-resizer": "^3.5.6",
    "@types/lodash": "^4.14.139",
    "@types/reselect": "^2.2.0",
    "@types/shallowequal": "^1.1.1",
    "@types/yup": "^0.26.24",
    "card-validator": "^6.2.0",
    "core-js": "^3.1.2",
    "current-script-polyfill": "^1.0.0",
    "iframe-resizer": "^3.6.2",
    "local-storage-fallback": "^4.1.1",
    "lodash": "^4.17.15",
    "messageformat": "2.1.0",
    "query-string": "^7.0.1",
    "reselect": "^4.0.0",
    "rxjs": "^6.5.3",
    "shallowequal": "^1.1.0",
    "tslib": "^1.10.0",
    "yup": "^0.27.0"
  },
  "description": "BigCommerce Checkout JavaScript SDK",
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/preset-env": "^7.6.2",
    "@bigcommerce/tslint-config": "^4.0.0",
    "@microsoft/api-extractor": "^6.3.0",
    "@types/applepayjs": "^3.0.2",
    "@types/grecaptcha": "^2.0.36",
    "@types/jest": "^23.3.10",
    "@types/node": "^6.0.101",
    "@typescript-eslint/eslint-plugin": "^2.3.3",
    "@typescript-eslint/eslint-plugin-tslint": "^2.3.3",
    "@typescript-eslint/parser": "^1.13.0",
    "babel-loader": "^8.0.6",
    "check-node-version": "^3.2.0",
    "conventional-recommended-bump": "^6.0.5",
    "eslint": "^6.5.1",
    "eslint-plugin-import": "^2.18.2",
    "jest": "^24.9.0",
    "request": "^2.83.0",
    "semver": "^7.1.1",
    "source-map-loader": "^0.2.4",
    "standard-version": "^8.0.1",
    "ts-jest": "^24.1.0",
    "ts-loader": "^6.1.2",
    "tslint": "^5.18.0",
    "typedoc": "^0.17.7",
    "typedoc-plugin-markdown": "^2.3.1",
    "typescript": "^3.9.3",
    "webpack": "^4.41.0",
    "webpack-assets-manifest": "^3.1.1",
    "webpack-bundle-analyzer": "^3.5.1",
    "webpack-cli": "^3.3.9",
    "webpack-node-externals": "^1.7.2"
  },
  "files": [
    "dist/",
    "docs/"
  ],
  "homepage": "https://github.com/bigcommerce/checkout-sdk-js",
  "license": "MIT",
  "main": "dist/checkout-sdk.js",
  "name": "@bigcommerce/checkout-sdk",
  "repository": {
    "type": "git",
    "url": "git://github.com/bigcommerce/checkout-sdk-js.git"
  },
  "scripts": {
    "build": "npm run bundle && npm run bundle-dts && npm run docs",
    "build-cdn": "webpack --config webpack-cdn.config.js --config-name umd && webpack --config webpack-cdn.config.js --config-name umd-loader",
    "build-server": "webpack --config webpack-server.config.js --config-name umd && webpack --config webpack-server.config.js --config-name umd-loader",
    "bundle": "webpack --config webpack.config.js",
    "bundle-dts": "api-extractor run --config api-extractor/checkout-sdk.json & api-extractor run --config api-extractor/checkout-button.json & api-extractor run --config api-extractor/embedded-checkout.json & api-extractor run --config api-extractor/internal-mappers.json",
    "bundle:analyze": "npm run --silent bundle -- --config-name umd --profile --json > webpack-stats.json && webpack-bundle-analyzer webpack-stats.json dist --default-sizes gzip",
    "bundle:watch": "npm run bundle -- --config-name cjs --watch --progress",
    "docs": "typedoc --plugin typedoc-plugin-markdown --mode file --module commonjs --readme none --out docs --includeDeclarations --excludeExternals --excludePrivate --excludeProtected --hideSources dist/checkout-sdk.d.ts",
    "lint": "eslint 'src/**/*.ts' && tsc --noEmit",
    "postbundle-dts": "rm -rf temp",
    "prebuild-cdn": "rm -rf dist-cdn",
    "prebuild-server": "rm -rf dist-server",
    "prebundle": "rm -rf dist",
    "prebundle-dts": "tsc --outDir temp --declaration",
    "prepare": "check-node-version --node '>=6' --npm '>=6'",
    "release": "echo 'Please do not release locally, use CircleCi'",
    "release:alpha": "export PRERELEASE=alpha; npm run lint && npm test && npm run build && npm run release:version",
    "release:version": "git add dist docs && standard-version -a",
    "test": "jest --config jest-config.js",
    "test:coverage": "npm run test -- --coverage",
    "test:series": "npm run test -- --runInBand",
    "test:watch": "npm run test -- --watch"
  },
  "sideEffects": false,
  "standard-version": {
    "scripts": {
      "prebump": "./scripts/standard-version/prebump.js"
    }
  },
  "typings": "dist/checkout-sdk.d.ts",
  "version": "1.206.2"
}
