{
  "_from": "@stripe/stripe-js@^1.13.2",
  "_id": "@stripe/stripe-js@1.15.1",
  "_inBundle": false,
  "_integrity": "sha512-yJiDGutlwu25iajCy51VRJeoH3UMs+s5qVIDGfmPUuFpZ+F6AJ9g9EFrsBNvHxAGBahQFMLlBdzlCVydhGp6tg==",
  "_location": "/@stripe/stripe-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@stripe/stripe-js@^1.13.2",
    "name": "@stripe/stripe-js",
    "escapedName": "@stripe%2fstripe-js",
    "scope": "@stripe",
    "rawSpec": "^1.13.2",
    "saveSpec": null,
    "fetchSpec": "^1.13.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.15.1.tgz",
  "_shasum": "a3809ecc5aa8a03bd261a2f970d11cfdcbf11c4f",
  "_spec": "@stripe/stripe-js@^1.13.2",
  "_where": "/home/atjt9136/shop.viandes-terroirs-peyo-aguia.com",
  "author": {
    "name": "Stripe",
    "url": "https://www.stripe.com"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Stripe.js loading utility",
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "@rollup/plugin-replace": "^2.3.1",
    "@types/jest": "^24.0.25",
    "@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": "^1.29.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-typescript2": "^0.25.3",
    "ts-jest": "^24.3.0",
    "typescript": "^4.1.2"
  },
  "files": [
    "dist",
    "src",
    "types",
    "pure.js",
    "pure.d.ts"
  ],
  "homepage": "https://stripe.com/docs/js",
  "jsnext:main": "dist/stripe.esm.js",
  "keywords": [
    "Stripe",
    "Stripe.js",
    "Elements"
  ],
  "license": "MIT",
  "main": "dist/stripe.js",
  "module": "dist/stripe.esm.js",
  "name": "@stripe/stripe-js",
  "scripts": {
    "build": "yarn clean && yarn rollup -c",
    "clean": "rimraf dist",
    "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:versions && yarn test:types && yarn typecheck",
    "test:types": "tsc -p ./tests/types",
    "test:unit": "jest",
    "test:versions": "./tests/versions/scripts/test.sh",
    "typecheck": "tsc"
  },
  "types": "types/index.d.ts",
  "typings": "types/index.d.ts",
  "version": "1.15.1"
}
