123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "_from": "vant",
- "_id": "vant@2.12.15",
- "_inBundle": false,
- "_integrity": "sha512-WZ3csjbsqs8LhUFy0A2K9HdXDjZGKoHNYpSCEwO0aI1SzXbzXDi4WPItJXHU6OD/uBN/Scj0dcmI7KoIxgpk7g==",
- "_location": "/vant",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "vant",
- "name": "vant",
- "escapedName": "vant",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/vant/-/vant-2.12.15.tgz",
- "_shasum": "f0dab821ec7f61a3a248259f54b1da1783438828",
- "_spec": "vant",
- "_where": "D:\\路涛科技\\源代码\\dccloud\\uni-app-front-second-directory",
- "author": {
- "name": "youzanfe"
- },
- "browserslist": [
- "Android >= 4.0",
- "iOS >= 8"
- ],
- "bugs": {
- "url": "https://github.com/youzan/vant/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "7.x",
- "@vant/icons": "1.5.2",
- "@vant/popperjs": "^1.0.0",
- "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
- "vue-lazyload": "1.2.3"
- },
- "deprecated": false,
- "description": "Mobile UI Components built on Vue",
- "devDependencies": {
- "@vant/cli": "^2.10.1",
- "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.15",
- "vetur": {
- "tags": "vetur/tags.json",
- "attributes": "vetur/attributes.json"
- },
- "web-types": "vetur/web-types.json"
- }
|