{
  "_from": "@stripe/stripe-js@^8.8.0",
  "_id": "@stripe/stripe-js@8.11.0",
  "_inBundle": false,
  "_integrity": "sha512-3fVF4z3efsgwgyj64nFK+6F4/vMw0mUXD2TBbOfftJtKVNx4JNv3CSfe1fY4DCtCk0JFp8/YPNcRkzgV0HJ8cg==",
  "_location": "/@stripe/stripe-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@stripe/stripe-js@^8.8.0",
    "name": "@stripe/stripe-js",
    "escapedName": "@stripe%2fstripe-js",
    "scope": "@stripe",
    "rawSpec": "^8.8.0",
    "saveSpec": null,
    "fetchSpec": "^8.8.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-8.11.0.tgz",
  "_shasum": "1f17759a4040e553746e76bd673ba27cb85e5a63",
  "_spec": "@stripe/stripe-js@^8.8.0",
  "_where": "C:\\wamp64\\www\\utc\\app",
  "author": {
    "name": "Stripe",
    "url": "https://www.stripe.com"
  },
  "bugs": {
    "url": "https://github.com/stripe/stripe-js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Stripe.js loading utility",
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.15.3",
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "@rollup/plugin-replace": "^2.3.1",
    "@types/jest": "^24.0.25",
    "@types/node": "^16.6",
    "@typescript-eslint/eslint-plugin": "^4.15.2",
    "@typescript-eslint/parser": "^4.15.2",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "conditional-type-checks": "^1.0.5",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.8.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.6.3",
    "eslint-plugin-prettier": "^3.1.1",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "rimraf": "^2.6.2",
    "rollup": "^2.79.2",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-typescript2": "^0.25.3",
    "ts-jest": "^24.3.0",
    "typescript": "~4.8.0",
    "zx": "^8.8.5"
  },
  "engines": {
    "node": ">=12.16"
  },
  "files": [
    "dist",
    "lib",
    "pure",
    "src"
  ],
  "homepage": "https://stripe.com/docs/js",
  "jsnext:main": "lib/index.mjs",
  "keywords": [
    "Stripe",
    "Stripe.js",
    "Elements"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "name": "@stripe/stripe-js",
  "releaseCandidate": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stripe/stripe-js.git"
  },
  "scripts": {
    "build": "yarn clean && yarn rollup -c && yarn copy-types",
    "clean": "rimraf dist",
    "copy-types": "./scripts/copy-types",
    "lint": "eslint '{src,types}/**/*.{ts,js}' && yarn prettier-check",
    "prepublishOnly": "echo \"\nPlease use ./scripts/publish instead\n\" && exit 1",
    "prettier": "prettier './**/*.{js,ts,md,html,css}' --write",
    "prettier-check": "prettier './**/*.{js,ts,md,html,css}' --check",
    "test": "yarn lint && yarn test:unit && yarn test:package-types && yarn test:types && yarn typecheck",
    "test:package-types": "attw --pack . --entrypoints ./lib ./pure",
    "test:types": "zx ./tests/types/scripts/test.mjs",
    "test:unit": "jest",
    "typecheck": "tsc",
    "update-ts-snapshot": "zx ./tests/types/scripts/update-ts-snapshot.mjs"
  },
  "types": "lib/index.d.ts",
  "typings": "lib/index.d.ts",
  "version": "8.11.0"
}
