{
  "_from": "credit-card-type@^9.1.0",
  "_id": "credit-card-type@9.1.0",
  "_inBundle": false,
  "_integrity": "sha512-CpNFuLxiPFxuZqhSKml3M+t0K/484pMAnfYWH14JoD7OZMnmC0Lmo+P7JX9SobqFpRoo7ifA18kOHdxJywYPEA==",
  "_location": "/credit-card-type",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "credit-card-type@^9.1.0",
    "name": "credit-card-type",
    "escapedName": "credit-card-type",
    "rawSpec": "^9.1.0",
    "saveSpec": null,
    "fetchSpec": "^9.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/credit-card-type/-/credit-card-type-9.1.0.tgz",
  "_shasum": "54dd96c93b6579623e9c8656e6798fc2b93f5f05",
  "_spec": "credit-card-type@^9.1.0",
  "_where": "/var/www/html/dev.odorata.com.br",
  "author": "",
  "bugs": {
    "url": "https://github.com/braintree/credit-card-type/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A library for determining credit card type",
  "devDependencies": {
    "@types/jest": "^26.0.13",
    "eslint": "^7.8.1",
    "eslint-config-braintree": "^5.0.0-typescript-prep-rc.18",
    "jest": "^26.4.2",
    "prettier": "^2.1.1",
    "ts-jest": "^26.3.0",
    "typescript": "^3.9.7"
  },
  "homepage": "https://github.com/braintree/credit-card-type",
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "<rootDir>/src/__tests__/helper.ts"
    ]
  },
  "license": "MIT",
  "main": "dist/index.js",
  "name": "credit-card-type",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/braintree/credit-card-type.git"
  },
  "scripts": {
    "build": "tsc --declaration",
    "lint": "eslint --ext js,ts .",
    "posttest": "npm run lint",
    "prebuild": "prettier --write .",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "types": "dist/index.d.ts",
  "version": "9.1.0"
}
