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.
 
 
 
 

91 lines
2.6 KiB

{
"_from": "@ant-design/icons-vue@^2.0.0",
"_id": "@ant-design/icons-vue@2.0.0",
"_inBundle": false,
"_integrity": "sha512-2c0QQE5hL4N48k5NkPG5sdpMl9YnvyNhf0U7YkdZYDlLnspoRU7vIA0UK9eHBs6OpFLcJB6o8eJrIl2ajBskPg==",
"_location": "/@ant-design/icons-vue",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@ant-design/icons-vue@^2.0.0",
"name": "@ant-design/icons-vue",
"escapedName": "@ant-design%2ficons-vue",
"scope": "@ant-design",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/ant-design-vue"
],
"_resolved": "https://registry.npmjs.org/@ant-design/icons-vue/-/icons-vue-2.0.0.tgz",
"_shasum": "0357f5010a404e9f34a87a4b41b2a08df691dbce",
"_spec": "@ant-design/icons-vue@^2.0.0",
"_where": "D:\\code\\template-vue-antd\\node_modules\\ant-design-vue",
"bundleDependencies": false,
"config": {
"port": 9528,
"entry": {
"@ant-design/icons-vue": [
"./src/index.jsx"
]
}
},
"contributors": [
{
"name": "tangjinzhou",
"email": "415800467@qq.com"
}
],
"dependencies": {
"@ant-design/colors": "^3.1.0",
"babel-runtime": "^6.26.0"
},
"deprecated": false,
"description": "<h1 align=\"center\"> Ant Design Icons for Vue </h1>",
"devDependencies": {
"@ant-design/icons": "^2.0.0",
"@types/jest": "^23.3.1",
"@types/node": "^10.5.5",
"@types/vue": "^2.0.0",
"@vue/server-test-utils": "1.0.0-beta.16",
"@vue/test-utils": "1.0.0-beta.16",
"babel-core": "^6.26.3",
"cross-env": "^5.2.0",
"jest": "^23.4.2",
"jest-serializer-vue": "^2.0.2",
"vc-tools": "^1.0.0",
"vue": ">=2.5.0",
"vue-jest": "^2.5.0",
"vue-template-compiler": ">=2.5.0"
},
"files": [
"es",
"lib"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./es/index.js",
"name": "@ant-design/icons-vue",
"peerDependencies": {
"vue": ">=2.5.0",
"@ant-design/icons": "^2.0.0",
"vue-template-compiler": ">=2.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ant-design/ant-design-icons/tree/master/packages/icons-vue"
},
"scripts": {
"build": "vc-tools run build",
"compile": "vc-tools run compile --babel-runtime",
"dist": "vc-tools run dist",
"lint": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./src",
"prepublish": "npm run lint && npm run test && npm run compile",
"start": "vc-tools run server",
"test": "cross-env NODE_ENV=test jest --config .jest.js"
},
"sideEffects": false,
"version": "2.0.0"
}