{
  "_args": [
    [
      "@bigcommerce/form-poster@1.3.0",
      "/data/DATAPROJECTS/playground/shaoming/checkout-js"
    ]
  ],
  "_from": "@bigcommerce/form-poster@1.3.0",
  "_id": "@bigcommerce/form-poster@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-ewMghaxUyeJyBd1nMNfyJVtQ6JnZE3u72mTrxoDMxRzeugYiWMT8dQyjQdNACuKCjFEJYm1GDRFxLAH0jo4i6Q==",
  "_location": "/@bigcommerce/form-poster",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@bigcommerce/form-poster@1.3.0",
    "name": "@bigcommerce/form-poster",
    "escapedName": "@bigcommerce%2fform-poster",
    "scope": "@bigcommerce",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@bigcommerce/form-poster/-/form-poster-1.3.0.tgz",
  "_spec": "1.3.0",
  "_where": "/data/DATAPROJECTS/playground/shaoming/checkout-js",
  "bugs": {
    "url": "https://github.com/bigcommerce/form-poster-js/issues"
  },
  "description": "A JavaScript library for posting HTML form data",
  "devDependencies": {
    "@bigcommerce/tslint-config": "^2.0.1",
    "@bigcommerce/validate-commits": "^2.0.3",
    "@types/jest": "^22.2.3",
    "jest": "^23.5.0",
    "standard-version": "^4.0.0",
    "ts-jest": "^23.1.4",
    "ts-loader": "^3.2.0",
    "tslint": "^5.9.1",
    "typescript": "^2.7.1",
    "webpack": "^3.12.0"
  },
  "files": [
    "dist/",
    "lib/"
  ],
  "homepage": "https://github.com/bigcommerce/form-poster-js#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@bigcommerce/form-poster",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bigcommerce/form-poster-js.git"
  },
  "scripts": {
    "build": "npm run build:lib && npm run build:umd",
    "build:lib": "tsc --outDir lib --project tsconfig-build.json",
    "build:umd": "webpack -p",
    "lint": "tslint '{src,test}/**/*.ts' --config tslint.json --project tsconfig.json && tsc --noEmit",
    "postrelease": "npm publish --access public && git push --follow-tags",
    "prebuild:lib": "rm -rf lib",
    "prebuild:umd": "rm -rf dist",
    "prerelease": "npm run lint && npm test && npm run build && git add lib dist",
    "release": "standard-version --tag-prefix '' --commit-all",
    "test": "jest --config jest-config.js",
    "validate-commits": "validate-commits"
  },
  "types": "lib/index.d.ts",
  "version": "1.3.0"
}
