You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

134 lines
3.0 KiB

{
"_from": "vant",
"_id": "vant@2.11.3",
"_inBundle": false,
"_integrity": "sha1-/IjVnLqs3AfpsYmwCoUlNSLpfNQ=",
"_location": "/vant",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "vant",
"name": "vant",
"escapedName": "vant",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npm.taobao.org/vant/download/vant-2.11.3.tgz?cache=0&sync_timestamp=1608282033258&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvant%2Fdownload%2Fvant-2.11.3.tgz",
"_shasum": "fc88d59cbaacdc07e9b189b00a85253522e97cd4",
"_spec": "vant",
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
"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.0",
"@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.7.0",
"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.5.22"
},
"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.11.3",
"vetur": {
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"web-types": "vetur/web-types.json"
}