12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "@vant/icons@^1.8.0",
- "_id": "@vant/icons@1.8.0",
- "_inBundle": false,
- "_integrity": "sha512-sKfEUo2/CkQFuERxvkuF6mGQZDKu3IQdj5rV9Fm0weJXtchDSSQ+zt8qPCNUEhh9Y8shy5PzxbvAfOOkCwlCXg==",
- "_location": "/@vant/icons",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@vant/icons@^1.8.0",
- "name": "@vant/icons",
- "escapedName": "@vant%2ficons",
- "scope": "@vant",
- "rawSpec": "^1.8.0",
- "saveSpec": null,
- "fetchSpec": "^1.8.0"
- },
- "_requiredBy": [
- "/vant"
- ],
- "_resolved": "https://registry.npmjs.org/@vant/icons/-/icons-1.8.0.tgz",
- "_shasum": "36b13f2e628b533f6523a93a168cf02f07056674",
- "_spec": "@vant/icons@^1.8.0",
- "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/vant",
- "author": {
- "name": "chenjiahan"
- },
- "bugs": {
- "url": "https://github.com/youzan/vant/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "vant icons",
- "devDependencies": {
- "release-it": "^14.11.6"
- },
- "files": [
- "src"
- ],
- "homepage": "https://github.com/youzan/vant#readme",
- "license": "MIT",
- "main": "./src/config.js",
- "name": "@vant/icons",
- "publishConfig": {
- "access": "public",
- "registry": "https://registry.npmjs.org/"
- },
- "release-it": {
- "git": {
- "tag": false,
- "commitMessage": "release: @vant/icons ${version}",
- "addUntrackedFiles": true,
- "requireCleanWorkingDir": false
- }
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/youzan/vant.git",
- "directory": "packages/vant-icons"
- },
- "scripts": {
- "release": "release-it"
- },
- "types": "./src/config.d.ts",
- "version": "1.8.0"
- }
|