{
  "_args": [
    [
      "vant@2.12.38",
      "/var/lib/jenkins/workspace/app-breed-h5"
    ]
  ],
  "_from": "vant@2.12.38",
  "_id": "vant@2.12.38",
  "_inBundle": false,
  "_integrity": "sha512-LOZE3slQ9fU6/RbbEbLwS81SvtCm/li8DqTnXbRBpiIuMGD8XGUgLl2ncdH0Su7M5LW23P3UteqDa0cjm5cx0A==",
  "_location": "/vant",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vant@2.12.38",
    "name": "vant",
    "escapedName": "vant",
    "rawSpec": "2.12.38",
    "saveSpec": null,
    "fetchSpec": "2.12.38"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vant/-/vant-2.12.38.tgz",
  "_spec": "2.12.38",
  "_where": "/var/lib/jenkins/workspace/app-breed-h5",
  "author": {
    "name": "youzanfe"
  },
  "browserslist": [
    "Android >= 4.0",
    "iOS >= 8"
  ],
  "bugs": {
    "url": "https://github.com/youzan/vant/issues"
  },
  "dependencies": {
    "@babel/runtime": "7.x",
    "@vant/icons": "^1.7.1",
    "@vant/popperjs": "^1.1.0",
    "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
    "vue-lazyload": "1.2.3"
  },
  "description": "Mobile UI Components built on Vue",
  "devDependencies": {
    "@vant/cli": "^2.10.3",
    "prettier": "2.1.0",
    "vue": "^2.6.12",
    "vue-template-compiler": "^2.6.12"
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@vant"
    ]
  },
  "files": [
    "es",
    "lib",
    "types",
    "vetur"
  ],
  "homepage": "https://github.com/youzan/vant#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "vant-cli commit-lint"
    }
  },
  "keywords": [
    "ui",
    "vue",
    "frontend",
    "mobile ui",
    "component",
    "components"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.md": "prettier --write",
    "*.{ts,tsx,js,vue,less}": "prettier --write",
    "*.{ts,tsx,js,vue}": "eslint --fix",
    "*.{vue,css,less}": "stylelint --fix"
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "name": "vant",
  "peerDependencies": {
    "vue": ">= 2.6.0"
  },
  "prettier": {
    "singleQuote": true,
    "proseWrap": "never"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/youzan/vant.git"
  },
  "scripts": {
    "bootstrap": "yarn || npm i",
    "build": "vant-cli build",
    "dev": "vant-cli dev",
    "lint": "vant-cli lint",
    "release": "vant-cli release",
    "release:site": "sh docs/site/release.sh",
    "test": "vant-cli test",
    "test:coverage": "open test/coverage/index.html",
    "test:watch": "vant-cli test --watch"
  },
  "sideEffects": [
    "es/**/style/*",
    "lib/**/style/*",
    "*.css",
    "*.less"
  ],
  "style": "lib/index.css",
  "stylelint": {
    "extends": [
      "@vant/stylelint-config"
    ]
  },
  "typings": "types/index.d.ts",
  "version": "2.12.38",
  "vetur": {
    "tags": "vetur/tags.json",
    "attributes": "vetur/attributes.json"
  },
  "web-types": "vetur/web-types.json"
}
