119 lines
3.7 KiB
JSON
119 lines
3.7 KiB
JSON
{
|
|
"_from": "@ant-design/icons-svg@^4.0.0",
|
|
"_id": "@ant-design/icons-svg@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Nai+cd3XUrv/z50gSk1FI08j6rENZ1e93rhKeLTBGwa5WrmHvhn2vowa5+voZW2qkXJn1btS6tdvTEDB90M0Pw==",
|
|
"_location": "/@ant-design/icons-svg",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@ant-design/icons-svg@^4.0.0",
|
|
"name": "@ant-design/icons-svg",
|
|
"escapedName": "@ant-design%2ficons-svg",
|
|
"scope": "@ant-design",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@ant-design/icons"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@ant-design/icons-svg/-/icons-svg-4.0.0.tgz",
|
|
"_shasum": "6683db0df97c0c6900bb28a280faf391522ec734",
|
|
"_spec": "@ant-design/icons-svg@^4.0.0",
|
|
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/@ant-design/icons",
|
|
"bugs": {
|
|
"url": "https://github.com/ant-design/ant-design-icons/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "HeskeyBaozi",
|
|
"email": "hezhiyu233@foxmail.com"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"description": "Abstract nodes for ant design icons.",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.5",
|
|
"@babel/preset-env": "^7.7.6",
|
|
"@babel/preset-typescript": "^7.7.4",
|
|
"@rgrove/parse-xml": "^2.0.1",
|
|
"@types/gulp": "^4.0.6",
|
|
"@types/gulp-concat": "^0.0.32",
|
|
"@types/gulp-rename": "^0.0.33",
|
|
"@types/gulp-template": "^5.0.1",
|
|
"@types/jest": "^24.0.23",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/merge-stream": "^1.1.2",
|
|
"@types/node": "^12.12.20",
|
|
"@types/react": "^16.9.16",
|
|
"@types/styled-components": "^4.4.1",
|
|
"@types/svgo": "^1.3.0",
|
|
"@types/tapable": "^1.0.4",
|
|
"@types/through2": "^2.0.34",
|
|
"babel-jest": "^24.9.0",
|
|
"cross-env": "^6.0.3",
|
|
"del": "^5.1.0",
|
|
"docz": "1.x",
|
|
"docz-theme-default": "^1.2.0",
|
|
"globby": "^10.0.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clone": "^2.0.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-header": "^2.0.9",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-template": "^5.0.0",
|
|
"jest": "^24.9.0",
|
|
"lodash": "^4.17.15",
|
|
"merge-stream": "^2.0.0",
|
|
"minipass": "^3.1.1",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-is": "^16.12.0",
|
|
"styled-components": "^5.0.0-rc.2",
|
|
"stylis": "^3.5.4",
|
|
"svgo": "^1.3.2",
|
|
"tapable": "^1.1.3",
|
|
"through2": "^3.0.1",
|
|
"ts-node": "^8.5.4",
|
|
"typescript": "^3.7.3",
|
|
"vinyl": "^2.2.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"inline-svg"
|
|
],
|
|
"homepage": "https://github.com/ant-design/ant-design-icons/",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"name": "@ant-design/icons-svg",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ant-design/ant-design-icons.git"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production && npm run build:es && npm run build:lib",
|
|
"build:es": "tsc --project tsconfig.build.json --module esnext --outDir es",
|
|
"build:lib": "tsc --project tsconfig.build.json --module commonjs --outDir lib",
|
|
"digest": "node scripts/digest.js",
|
|
"docz:build": "docz build",
|
|
"docz:dev": "docz dev",
|
|
"g": "npm run generate",
|
|
"generate": "cross-env NODE_ENV=production gulp --require ts-node/register/transpile-only",
|
|
"prepublishOnly": "npm run test && npm run g && npm run build && npm run type-check && npm run digest",
|
|
"test": "cross-env NODE_ENV=test && npm run test:unit",
|
|
"test:unit": "jest",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"sideEffects": false,
|
|
"version": "4.0.0"
|
|
}
|