{
  "_args": [
    [
      "jest-serializer-vue@0.3.0",
      "/home/wwwroot/phpproject/zhubao/mweb_zhubao"
    ]
  ],
  "_development": true,
  "_from": "jest-serializer-vue@0.3.0",
  "_id": "jest-serializer-vue@0.3.0",
  "_inBundle": false,
  "_integrity": "sha1-ISjQwcg8O8svT7lhBEAmJrt1UG0=",
  "_location": "/jest-serializer-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jest-serializer-vue@0.3.0",
    "name": "jest-serializer-vue",
    "escapedName": "jest-serializer-vue",
    "rawSpec": "0.3.0",
    "saveSpec": null,
    "fetchSpec": "0.3.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npm.taobao.org/jest-serializer-vue/download/jest-serializer-vue-0.3.0.tgz",
  "_spec": "0.3.0",
  "_where": "/home/wwwroot/phpproject/zhubao/mweb_zhubao",
  "author": {
    "name": "Edd Yerburgh"
  },
  "bugs": {
    "url": "https://github.com/eddyerburgh/jest-serializer-vue/issues"
  },
  "dependencies": {
    "pretty": "2.0.0"
  },
  "description": "A jest serializer for Vue snapshots",
  "devDependencies": {
    "babel-jest": "21.2.0",
    "babel-preset-es2015": "6.24.1",
    "conventional-changelog": "1.1.6",
    "eslint": "4.10.0",
    "eslint-config-standard": "10.2.1",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-node": "5.2.1",
    "eslint-plugin-promise": "3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "eslint-plugin-vue": "beta",
    "jest": "21.2.1",
    "vue": "2.5.3",
    "vue-jest": "1.0.2",
    "vue-server-renderer": "2.5.3",
    "vue-template-compiler": "2.5.3",
    "vue-test-utils": "1.0.0-beta.4"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/eddyerburgh/jest-serializer-vue#readme",
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "vue"
    ],
    "transform": {
      "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
      ".*\\.vue$": "<rootDir>/node_modules/vue-jest"
    },
    "snapshotSerializers": [
      "<rootDir>/index.js"
    ]
  },
  "keywords": [
    "jest"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "jest-serializer-vue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eddyerburgh/jest-serializer-vue.git"
  },
  "scripts": {
    "lint": "eslint --ext .js,.vue .",
    "lint:fix": "npm run lint -- --fix",
    "release": "build/release.sh",
    "release:note": "node build/gen-release-note.js",
    "test": "npm run lint && npm run unit",
    "unit": "jest"
  },
  "version": "0.3.0"
}
