package.json
3.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"_from": "@ant-design/icons-svg@^4.0.0",
"_id": "@ant-design/icons-svg@4.1.0",
"_inBundle": false,
"_integrity": "sha512-Fi03PfuUqRs76aI3UWYpP864lkrfPo0hluwGqh7NJdLhvH4iRDc3jbJqZIvRDLHKbXrvAfPPV3+zjUccfFvWOQ==",
"_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.1.0.tgz",
"_shasum": "480b025f4b20ef7fe8f47d4a4846e4fee84ea06c",
"_spec": "@ant-design/icons-svg@^4.0.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\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.8.6",
"@babel/preset-env": "^7.8.6",
"@babel/preset-typescript": "^7.8.3",
"@rgrove/parse-xml": "^2.0.2",
"@types/gulp": "^4.0.6",
"@types/gulp-concat": "^0.0.32",
"@types/gulp-rename": "^0.0.33",
"@types/jest": "^25.1.3",
"@types/lodash.camelcase": "^4.3.6",
"@types/lodash.template": "^4.4.6",
"@types/lodash.upperfirst": "^4.3.6",
"@types/node": "^13.9.3",
"@types/ramda": "^0.26.43",
"@types/rgrove__parse-xml": "^1.1.0",
"@types/svgo": "^1.3.1",
"@types/through2": "^2.0.34",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"babel-jest": "^25.1.0",
"cross-env": "^7.0.0",
"del": "^5.1.0",
"eslint": "^6.8.0",
"globby": "^11.0.0",
"gulp": "^4.0.2",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"jest": "^25.1.0",
"lodash.camelcase": "^4.3.0",
"lodash.template": "^4.5.0",
"lodash.upperfirst": "^4.3.1",
"ramda": "^0.27.0",
"svgo": "^1.3.2",
"through2": "^3.0.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.3",
"vinyl": "^2.2.0"
},
"files": [
"lib",
"es",
"inline-svg",
"inline-namespaced-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",
"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.1.0"
}