{
  "_args": [
    [
      "payment@2.4.6",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "payment@2.4.6",
  "_id": "payment@2.4.6",
  "_inBundle": false,
  "_integrity": "sha512-QSCAa1yQSkqbe4Ghac3sSA5SQ+Cxc3e4xwCxxun5NT6hUSWsNXXlN8KCCY0kAFFXBP9C7DrfyXP4REB7nPJa8g==",
  "_location": "/payment",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "payment@2.4.6",
    "name": "payment",
    "escapedName": "payment",
    "rawSpec": "2.4.6",
    "saveSpec": null,
    "fetchSpec": "2.4.6"
  },
  "_requiredBy": [
    "/",
    "/react-credit-cards"
  ],
  "_resolved": "https://registry.npmjs.org/payment/-/payment-2.4.6.tgz",
  "_spec": "2.4.6",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "name": "Jesse Pollak"
  },
  "bugs": {
    "url": "https://github.com/jessepollak/payment/issues"
  },
  "dependencies": {
    "globalthis": "^1.0.2",
    "qj": "~2.0.0"
  },
  "description": "A general purpose library for building credit card forms, validating inputs and formatting numbers. Base on jquery.payment by @stripe, but without the jQuery.",
  "devDependencies": {
    "browserify": "~17.0.0",
    "coffee-loader": "^0.7.2",
    "coffee-script": "~1.12",
    "jsdom": "~16.6",
    "json-loader": "^0.5.4",
    "karma": "^5.2.3",
    "karma-chai": "^0.1.0",
    "karma-chai-plugins": "^0.9.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.3",
    "karma-es6-shim": "^1.0.0",
    "karma-mocha": "^2.0.1",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-sinon": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.8",
    "karma-webpack": "^4.0.2",
    "mocha": "^8.2.1",
    "mocha-webpack": "^1.1.0",
    "mversion": "^2.0.0",
    "nodemon": "^2.0.6",
    "phantomjs-prebuilt": "^2.1.7",
    "run-sequence": "~2.2.1",
    "tiny-lr": "^2.0.0",
    "vinyl-source-stream": "~2.0.0",
    "webpack": "^4.46.0",
    "webpack-cli": "^4.7.0"
  },
  "homepage": "https://github.com/jessepollak/payment#readme",
  "keywords": [
    "payment",
    "cc",
    "card"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "payment",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jessepollak/payment.git"
  },
  "scripts": {
    "build": "npm run env NODE_ENV=production && webpack",
    "compile": "coffee -o lib/ --compile ./src/index.coffee",
    "development": "coffee -o lib/ --compile --watch ./src/index.coffee",
    "postpublish": "git push origin master && git push --tags",
    "prepare": "npm run env NODE_ENV=production && npm run compile",
    "preversion": "npm run test",
    "test": "karma start --single-run --browsers PhantomJS"
  },
  "version": "2.4.6"
}
