123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_from": "@vant/weapp@^1.9.2",
- "_id": "@vant/weapp@1.10.3",
- "_inBundle": false,
- "_integrity": "sha512-CcG5umI+zlJRN6hQXPeknOenPkVm6WBEgBaB6Y94kOmKLx9NHtHBdURwxuJEA4q4mxhUdOuf6sV7I8tZBnCVxw==",
- "_location": "/@vant/weapp",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@vant/weapp@^1.9.2",
- "name": "@vant/weapp",
- "escapedName": "@vant%2fweapp",
- "scope": "@vant",
- "rawSpec": "^1.9.2",
- "saveSpec": null,
- "fetchSpec": "^1.9.2"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.10.3.tgz",
- "_shasum": "c2df7437cf5784530835cf764cb7f4923f981e25",
- "_spec": "@vant/weapp@^1.9.2",
- "_where": "D:\\桌面\\航汇\\远程登记管理平台\\远程登记管理平台_小程序(2021-12-31)",
- "author": {
- "name": "youzan"
- },
- "browserslist": [
- "Chrome >= 53",
- "ChromeAndroid >= 53",
- "iOS >= 9"
- ],
- "bugs": {
- "url": "https://github.com/youzan/vant-weapp/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "轻量、可靠的小程序 UI 组件库",
- "devDependencies": {
- "@babel/plugin-transform-modules-commonjs": "^7.16.0",
- "@babel/preset-typescript": "^7.16.0",
- "@types/jest": "^27.0.2",
- "@vant/cli": "^4.0.0",
- "@vant/icons": "^1.7.1",
- "gulp": "^4.0.2",
- "gulp-insert": "^0.5.0",
- "gulp-less": "^5.0.0",
- "gulp-postcss": "^9.0.1",
- "gulp-rename": "^2.0.0",
- "gulp-typescript": "^6.0.0-alpha.1",
- "jest": "^27.3.1",
- "merge2": "^1.4.1",
- "miniprogram-api-typings": "^3.1.6",
- "miniprogram-ci": "^1.6.1",
- "miniprogram-simulate": "^1.4.2",
- "ts-jest": "^27.0.7",
- "tscpaths": "^0.0.9",
- "typescript": "^4.4.4",
- "vue": "^3.2.30"
- },
- "files": [
- "dist",
- "lib"
- ],
- "homepage": "https://github.com/youzan/vant-weapp#readme",
- "license": "MIT",
- "lint-staged": {
- "*.{ts,js}": [
- "eslint --fix",
- "prettier --write"
- ],
- "*.{css,less}": [
- "stylelint --fix",
- "prettier --write"
- ]
- },
- "miniprogram": "lib",
- "name": "@vant/weapp",
- "publishConfig": {
- "access": "public",
- "registry": "https://registry.npmjs.org/"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/youzan/vant-weapp.git"
- },
- "scripts": {
- "build:changelog": "vant-cli changelog",
- "build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
- "dev": "node build/dev.mjs",
- "lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
- "prepare": "husky install",
- "release": "sh build/release.sh",
- "release:site": "vant-cli build-site && gh-pages -d site-dist --add",
- "test": "jest",
- "test:watch": "jest --watch",
- "upload:weapp": "node build/upload.js"
- },
- "version": "1.10.3"
- }
|