forked from Gitlink/forgeplus-react
115 lines
3.0 KiB
JSON
115 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@ant-design/icons-react@2.0.1",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "@ant-design/icons-react@2.0.1",
|
|
"_id": "@ant-design/icons-react@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-r1QfoltMuruJZqdiKcbPim3d8LNsVPB733U0gZEUSxBLuqilwsW28K2rCTWSMTjmFX7Mfpf+v/wdiFe/XCqThw==",
|
|
"_location": "/@ant-design/icons-react",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@ant-design/icons-react@2.0.1",
|
|
"name": "@ant-design/icons-react",
|
|
"escapedName": "@ant-design%2ficons-react",
|
|
"scope": "@ant-design",
|
|
"rawSpec": "2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "http://173.15.15.82:8081/repository/npm-all/@ant-design/icons-react/-/icons-react-2.0.1.tgz",
|
|
"_spec": "2.0.1",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"config": {
|
|
"port": 9527,
|
|
"entry": {
|
|
"@ant-design/icons-react": [
|
|
"./src/index.ts"
|
|
]
|
|
}
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "HeskeyBaozi",
|
|
"email": "hezhiyu233@foxmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ant-design/colors": "^3.1.0",
|
|
"babel-runtime": "^6.26.0"
|
|
},
|
|
"description": "<h1 align=\"center\"> Ant Design Icons for React </h1>",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^2.0.0",
|
|
"@types/jest": "^23.3.1",
|
|
"@types/node": "^10.5.5",
|
|
"@types/react": "^16.4.12",
|
|
"@types/react-dom": "^16.0.6",
|
|
"@types/react-test-renderer": "^16.0.1",
|
|
"babel-core": "^6.26.3",
|
|
"cross-env": "^5.2.0",
|
|
"jest": "^23.4.2",
|
|
"mobx": "^5.1.0",
|
|
"mobx-react": "^5.2.5",
|
|
"rc-tools": "~8.1.6",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"react-test-renderer": "^16.4.2",
|
|
"styled-components": "^3.3.3",
|
|
"tslint": "^5.11.0",
|
|
"tslint-react": "^3.6.0",
|
|
"typescript": "^3.0.3"
|
|
},
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"gitHead": "225d4d2189720ee3b7e4a4d7a6d80e076fa15cbc",
|
|
"jest": {
|
|
"testURL": "http://localhost",
|
|
"transform": {
|
|
"\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
|
|
},
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
},
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./es/index.js",
|
|
"name": "@ant-design/icons-react",
|
|
"peerDependencies": {
|
|
"@ant-design/icons": "^2.0.0",
|
|
"react": "16.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ant-design/ant-design-icons/tree/master/packages/icons-react"
|
|
},
|
|
"scripts": {
|
|
"build": "rc-tools run build",
|
|
"compile": "rc-tools run compile --babel-runtime",
|
|
"dist": "rc-tools run dist",
|
|
"lint": "rc-tools run lint",
|
|
"prepublish": "npm run lint && npm run test && npm run compile",
|
|
"start": "rc-tools run server",
|
|
"test": "jest"
|
|
},
|
|
"sideEffects": false,
|
|
"version": "2.0.1"
|
|
}
|