{
  "_args": [
    [
      "@cardx/common@2.18.5",
      "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda"
    ]
  ],
  "_from": "@cardx/common@2.18.5",
  "_id": "@cardx/common@2.18.5",
  "_inBundle": false,
  "_integrity": "sha512-FucoNLQHoYPWkTEbDj5VUaVcbWA+N5fvGxf+P8houecesPqJunAQ5m1yPAXjmQLQwmw36VyIWTJo8oIXBEJYCw==",
  "_location": "/@cardx/common",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@cardx/common@2.18.5",
    "name": "@cardx/common",
    "escapedName": "@cardx%2fcommon",
    "scope": "@cardx",
    "rawSpec": "2.18.5",
    "saveSpec": null,
    "fetchSpec": "2.18.5"
  },
  "_requiredBy": [
    "/",
    "/@cardx/dynamo",
    "/@cardx/jaypie-errors",
    "/@cardx/lambda-handler",
    "/@cardx/sqs",
    "/@cardx/stax-lib"
  ],
  "_resolved": "https://registry.npmjs.org/@cardx/common/-/common-2.18.5.tgz",
  "_spec": "2.18.5",
  "_where": "/Users/grahamburleigh/Desktop/Work/Services/cardx-billing-plans/lambda",
  "author": {
    "name": "CardX Technology"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "date-fns": "^2.16.1",
    "uuid": "^8.0.0",
    "uuid-validate": "0.0.3"
  },
  "description": "Common Library for CardX Projects",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@babel/preset-env": "^7.9.6",
    "eslint": "^7.0.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jest": "^23.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "jest-extended": "^0.11.5",
    "lint-staged": "^10.2.2",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.2"
  },
  "files": [
    "/dist"
  ],
  "homepage": "https://bitbucket.org/cardx-chicago/cardx-lib-common#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "license": "UNLICENSED",
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  },
  "main": "dist/index.js",
  "name": "@cardx/common",
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/cardx-chicago/cardx-lib-common.git"
  },
  "scripts": {
    "build": "npm run build:clean && npm run build:transpile",
    "build:clean": "rimraf dist/",
    "build:transpile": "babel src/ --out-dir dist",
    "clean": "npm run build:clean",
    "format": "eslint 'src/' --fix",
    "lint": "eslint 'src/'",
    "lint:production": "eslint --max-warnings=0 src/",
    "postversion": "npm publish",
    "prepare": "npm run clean | npm run build",
    "preversion": "npm test",
    "test": "jest src/",
    "test:only": "jest index-acquiring-solution.spec.js",
    "test:watch": "jest src/ --watch",
    "version": "npm run clean && npm run build && git add dist/*"
  },
  "version": "2.18.5"
}
