{
  "_args": [
    [
      "stripe@6.25.1",
      "/var/www/invoiceapp-api"
    ]
  ],
  "_from": "stripe@6.25.1",
  "_id": "stripe@6.25.1",
  "_inBundle": false,
  "_integrity": "sha512-e1FCDQgVWzHcyD3HBzMzl9ilhHyl9g/IFl+YlxGIx6l/5nxa0hLPK8dcHqrFyvJDkob37JzvZBaBrn45hJM7Eg==",
  "_location": "/stripe",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stripe@6.25.1",
    "name": "stripe",
    "escapedName": "stripe",
    "rawSpec": "6.25.1",
    "saveSpec": null,
    "fetchSpec": "6.25.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/stripe/-/stripe-6.25.1.tgz",
  "_spec": "6.25.1",
  "_where": "/var/www/invoiceapp-api",
  "author": {
    "name": "Stripe",
    "email": "support@stripe.com",
    "url": "https://stripe.com/"
  },
  "bugs": {
    "url": "https://github.com/stripe/stripe-node/issues"
  },
  "bugs:": "https://github.com/stripe/stripe-node/issues",
  "contributors": [
    {
      "name": "Ask Bjørn Hansen",
      "email": "ask@develooper.com",
      "url": "http://www.askask.com/"
    },
    {
      "name": "Michelle Bu",
      "email": "michelle@stripe.com"
    },
    {
      "name": "Alex Sexton",
      "email": "alex@stripe.com"
    },
    {
      "name": "James Padolsey"
    }
  ],
  "dependencies": {
    "lodash.isplainobject": "^4.0.6",
    "qs": "^6.6.0",
    "safe-buffer": "^5.1.1",
    "uuid": "^3.3.2"
  },
  "description": "Stripe API wrapper",
  "devDependencies": {
    "chai": "~4.1.2",
    "chai-as-promised": "~7.1.1",
    "coveralls": "^3.0.0",
    "eslint": "^4.19.1",
    "eslint-plugin-chai-friendly": "^0.4.0",
    "mocha": "~5.0.5",
    "nock": "^9.0.0",
    "nyc": "^11.3.0"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/stripe/stripe-node",
  "keywords": [
    "stripe",
    "payment processing",
    "credit cards",
    "api"
  ],
  "license": "MIT",
  "main": "lib/stripe.js",
  "name": "stripe",
  "repository": {
    "type": "git",
    "url": "git://github.com/stripe/stripe-node.git"
  },
  "scripts": {
    "clean": "rm -rf ./.nyc_output ./node_modules/.cache ./coverage",
    "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "lint": "eslint .",
    "mocha": "nyc mocha",
    "report": "nyc -r text -r lcov report",
    "test": "npm run lint && npm run mocha"
  },
  "version": "6.25.1"
}
