{
  "_args": [
    [
      "vue-payjp-checkout@0.0.1-alpha.4",
      "/var/www/html/moro-staging"
    ]
  ],
  "_from": "vue-payjp-checkout@0.0.1-alpha.4",
  "_id": "vue-payjp-checkout@0.0.1-alpha.4",
  "_inBundle": false,
  "_integrity": "sha512-0nmVn5RP136j5NqYqDlLIgWszJX26rknNcbm75JBwb78n3EtiIAtkcVzrLi3xBjMqpgqNM6b4+R4BgcT15I8+Q==",
  "_location": "/vue-payjp-checkout",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-payjp-checkout@0.0.1-alpha.4",
    "name": "vue-payjp-checkout",
    "escapedName": "vue-payjp-checkout",
    "rawSpec": "0.0.1-alpha.4",
    "saveSpec": null,
    "fetchSpec": "0.0.1-alpha.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-payjp-checkout/-/vue-payjp-checkout-0.0.1-alpha.4.tgz",
  "_spec": "0.0.1-alpha.4",
  "_where": "/var/www/html/moro-staging",
  "author": {
    "name": "Atsushi Nagase",
    "email": "a@ngs.io"
  },
  "bugs": {
    "url": "https://github.com/ngs/vue-payjp-checkout/issues"
  },
  "dependencies": {
    "vue": "^2.5.15",
    "vue-property-decorator": "^6.0.0"
  },
  "description": "PAY.JP Checkout component for Vue.js",
  "devDependencies": {
    "@types/jest": "^22.2.0",
    "@vue/test-utils": "^1.0.0-beta.12",
    "babel-preset-env": "^1.6.1",
    "codacy-coverage": "^2.1.1",
    "jest": "^22.4.2",
    "parcel-bundler": "^1.6.2",
    "parcel-plugin-vue": "github:ngs/parcel-plugin-vue#support-separation",
    "ts-jest": "^22.4.1",
    "typescript": "^2.7.2",
    "vue-class-component": "^6.2.0",
    "vue-jest": "^2.1.1",
    "vue-server-renderer": "^2.5.15",
    "vue-template-compiler": "^2.5.15"
  },
  "files": [
    "dist/index.js",
    "dist/index.d.ts",
    "dist/index.js.map",
    "dist/vue-payjp-checkout.js"
  ],
  "homepage": "https://github.com/ngs/vue-payjp-checkout#readme",
  "jest": {
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts$",
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "lcov",
      "text",
      "html"
    ],
    "moduleFileExtensions": [
      "ts",
      "js",
      "json",
      "node"
    ],
    "modulePaths": [
      "src"
    ],
    "globals": {
      "ts-jest": {
        "useBabelrc": true
      }
    },
    "transform": {
      "^.+\\.ts$": "<rootDir>/node_modules/ts-jest",
      ".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
    }
  },
  "keywords": [
    "vuejs",
    "payment",
    "pay.jp",
    "component"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "vue-payjp-checkout",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngs/vue-payjp-checkout.git"
  },
  "scripts": {
    "build": "npm run build:lib && npm run build:browser",
    "build:browser": "parcel build src/vue-payjp-checkout.ts",
    "build:demo": "npm run clean && parcel build --public-url ./ examples/index.html",
    "build:lib": "tsc",
    "clean": "rm -f vue-payjp-checkout-*.tgz; rm -rf dist; true",
    "codacy": "cat ./coverage/lcov.info | codacy-coverage",
    "prepack": "npm run clean && npm run build",
    "start": "parcel examples/index.html",
    "test": "jest"
  },
  "types": "dist/index.d.js",
  "version": "0.0.1-alpha.4"
}
