{
  "_args": [
    [
      "jest-vue-preprocessor@1.4.0",
      "C:\\xampp\\htdocs\\laravel_boilerplate"
    ]
  ],
  "_development": true,
  "_from": "jest-vue-preprocessor@1.4.0",
  "_id": "jest-vue-preprocessor@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-0aDPLvzLLNIjE2f+EGqKfNwTHoc6vJywWd9j/lo/+44u0Y22bpr7WxGqj1iB83BFniXGNbHlPpHxsgPTB6970w==",
  "_location": "/jest-vue-preprocessor",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jest-vue-preprocessor@1.4.0",
    "name": "jest-vue-preprocessor",
    "escapedName": "jest-vue-preprocessor",
    "rawSpec": "1.4.0",
    "saveSpec": null,
    "fetchSpec": "1.4.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/jest-vue-preprocessor/-/jest-vue-preprocessor-1.4.0.tgz",
  "_spec": "1.4.0",
  "_where": "C:\\xampp\\htdocs\\laravel_boilerplate",
  "author": {
    "name": "Viliam Elischer",
    "email": "code.vire@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/vire/jest-vue-preprocessor/issues"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    },
    "validate-commit-msg": {
      "types": "conventional-commit-types",
      "maxSubjectLength": 120
    }
  },
  "dependencies": {
    "babel-plugin-transform-runtime": "6.23.0",
    "find-babel-config": "1.1.0",
    "typescript": "2.7.2",
    "vue-property-decorator": "6.0.0"
  },
  "description": "Preprocessor that allows importing of .vue files in jest tests",
  "devDependencies": {
    "babel-core": "6.26.0",
    "babel-jest": "22.4.1",
    "babel-preset-es2015": "6.24.1",
    "commitizen": "2.9.6",
    "cz-conventional-changelog": "2.1.0",
    "eslint": "4.18.2",
    "husky": "0.14.3",
    "jest": "22.4.2",
    "lint-staged": "7.0.0",
    "prettier": "1.11.1",
    "pug": "2.0.1",
    "standard-version": "4.3.0",
    "validate-commit-msg": "2.14.0",
    "vue": "2.5.15",
    "vue-template-compiler": "2.5.15",
    "vue-template-es2015-compiler": "1.6.0"
  },
  "engines": {
    "node": ">= 8.9"
  },
  "homepage": "https://github.com/vire/jest-vue-preprocessor#readme",
  "jest": {
    "moduleFileExtensions": [
      "js",
      "vue"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 40,
        "functions": 80,
        "lines": 90,
        "statements": 80
      }
    },
    "moduleNameMapper": {
      "^test/fixtures/(.*)": "<rootDir>/test/fixtures/$1"
    },
    "transform": {
      "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
      ".*\\.(vue)$": "<rootDir>/index.js"
    }
  },
  "keywords": [
    "jest",
    "vue",
    "test",
    "preprocessor",
    "transform"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "style:fix",
      "git add"
    ]
  },
  "main": "index.js",
  "name": "jest-vue-preprocessor",
  "peerDependencies": {
    "vue-template-compiler": "2.5.x",
    "vue-template-es2015-compiler": "1.6.x"
  },
  "prettier": {
    "printWidth": 100,
    "tabWidth": 2,
    "useTabs": false,
    "semi": true,
    "bracketSpacing": true,
    "jsxBracketSameLine": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vire/jest-vue-preprocessor.git"
  },
  "scripts": {
    "commitmsg": "validate-commit-msg",
    "cz": "git-cz",
    "precommit": "lint-staged",
    "prepush": "npm run verify",
    "style": "eslint .",
    "style:fix": "npm run style -- --fix",
    "test": "jest",
    "test:ci": "npm run test:coverage",
    "test:coverage": "npm t -- --coverage",
    "test:watch": "npm t -- --watch",
    "verify": "npm run style && npm t"
  },
  "version": "1.4.0"
}
