{
  "_from": "@stripe/react-stripe-js@^1.4.0",
  "_id": "@stripe/react-stripe-js@1.4.1",
  "_inBundle": false,
  "_integrity": "sha512-FjcVrhf72+9fUL3Lz3xi02ni9tzH1A1x6elXlr6tvBDgSD55oPJuodoP8eC7xTnBIKq0olF5uJvgtkJyDCdzjA==",
  "_location": "/@stripe/react-stripe-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@stripe/react-stripe-js@^1.4.0",
    "name": "@stripe/react-stripe-js",
    "escapedName": "@stripe%2freact-stripe-js",
    "scope": "@stripe",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.4.1.tgz",
  "_shasum": "884d59286fff00ba77389b32c045516f65d7a340",
  "_spec": "@stripe/react-stripe-js@^1.4.0",
  "_where": "/home/atjt9136/shop.viandes-terroirs-peyo-aguia.com",
  "author": {
    "name": "Stripe",
    "url": "https://www.stripe.com"
  },
  "browser": "dist/react-stripe.umd.js",
  "browser:min": "dist/react-stripe.umd.min.js",
  "bugs": {
    "url": "https://github.com/stripe/react-stripe-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "deprecated": false,
  "description": "React components for Stripe.js and Stripe Elements",
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-react": "^7.7.0",
    "@storybook/addon-actions": "^5.2.6",
    "@storybook/addon-links": "^5.2.6",
    "@storybook/addons": "^5.2.6",
    "@storybook/preset-typescript": "^1.2.0",
    "@storybook/react": "^5.2.6",
    "@stripe/stripe-js": "^1.13.0",
    "@testing-library/jest-dom": "^5.11.8",
    "@testing-library/react": "^11.2.3",
    "@testing-library/react-hooks": "^4.0.0",
    "@types/jest": "^25.1.1",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^2.18.0",
    "@typescript-eslint/parser": "^2.18.0",
    "@wessberg/rollup-plugin-ts": "^1.2.15",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.0.6",
    "eslint": "6.6.0",
    "eslint-config-airbnb": "18.0.1",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.6.3",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-hooks": "^1.7.0",
    "fork-ts-checker-webpack-plugin": "^4.0.3",
    "jest": "^25.1.0",
    "prettier": "^1.19.1",
    "react": "^17.0.1",
    "react-docgen-typescript-loader": "^3.6.0",
    "react-dom": "^17.0.1",
    "react-test-renderer": "16.9",
    "rimraf": "^2.6.2",
    "rollup": "^1.27.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^5.1.2",
    "ts-jest": "^25.1.0",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.5"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/stripe/react-stripe-js#readme",
  "jest": {
    "preset": "ts-jest/presets/js-with-ts",
    "setupFilesAfterEnv": [
      "<rootDir>/test/setupJest.js"
    ],
    "globals": {
      "ts-jest": {
        "diagnostics": {
          "ignoreCodes": [
            151001
          ]
        }
      },
      "_VERSION": true
    }
  },
  "jsnext:main": "dist/react-stripe.esm.js",
  "keywords": [
    "React",
    "Stripe",
    "Elements"
  ],
  "license": "MIT",
  "main": "dist/react-stripe.js",
  "module": "dist/react-stripe.esm.js",
  "name": "@stripe/react-stripe-js",
  "peerDependencies": {
    "@stripe/stripe-js": "^1.13.0",
    "react": "^16.8.0 || ^17.0.0",
    "react-dom": "^16.8.0 || ^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stripe/react-stripe-js.git"
  },
  "scripts": {
    "build": "yarn run clean && yarn run rollup -c && yarn checkimport",
    "checkimport": "scripts/check-imports",
    "clean": "rimraf dist",
    "doctoc": "doctoc README.md",
    "lint": "eslint --max-warnings=0 '{src,examples}/**/*.{ts,tsx,js}'",
    "lint:prettier": "prettier './**/*.js' './**/*.css' './**/*.md' --list-different",
    "prepublishOnly": "echo \"\nPlease use ./scripts/publish instead\n\" && exit 1",
    "prettier:fix": "prettier './**/*.js' './**/*.css' './**/*.md' --write",
    "storybook": "start-storybook -p 6006 ",
    "test": "yarn run lint && yarn run lint:prettier && yarn run test:unit && yarn run typecheck",
    "test:unit": "jest",
    "typecheck": "tsc"
  },
  "types": "dist/react-stripe.d.ts",
  "version": "1.4.1"
}
