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
| {
| "_from": "tui-color-picker@^2.2.1",
| "_id": "tui-color-picker@2.2.7",
| "_inBundle": false,
| "_integrity": "sha512-y7gUe6PdVBq8ruZbiOkeaN7N/DX+ogVyLkK53OM4qW5Vrc4pDWYEKlnOBCsPODb4/RSzS9iTd6fXYirXxeakJA==",
| "_location": "/tui-color-picker",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "tui-color-picker@^2.2.1",
| "name": "tui-color-picker",
| "escapedName": "tui-color-picker",
| "rawSpec": "^2.2.1",
| "saveSpec": null,
| "fetchSpec": "^2.2.1"
| },
| "_requiredBy": [
| "/tui-editor"
| ],
| "_resolved": "https://registry.npmmirror.com/tui-color-picker/-/tui-color-picker-2.2.7.tgz",
| "_shasum": "233cd501b17568ae6d604e06898b0c8553851186",
| "_spec": "tui-color-picker@^2.2.1",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\tui-editor",
| "author": {
| "name": "NHN FE Development Team",
| "email": "dl_javascript@nhn.com"
| },
| "bugs": {
| "url": "https://github.com/nhn/tui.color-picker/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "TOAST UI Components: Color Picker",
| "devDependencies": {
| "@babel/core": "^7.5.5",
| "@toast-ui/release-notes": "^2.0.1",
| "babel-eslint": "^7.1.0",
| "babel-loader": "^8.0.6",
| "css-loader": "^0.28.7",
| "eslint": "^5.12.0",
| "eslint-config-prettier": "^6.2.0",
| "eslint-config-tui": "^2.2.0",
| "eslint-loader": "^3.0.0",
| "eslint-plugin-jest": "^24.3.6",
| "eslint-plugin-prettier": "^3.1.2",
| "jest": "^27.0.4",
| "mini-css-extract-plugin": "^0.8.0",
| "optimize-css-assets-webpack-plugin": "^5.0.3",
| "prettier": "^1.18.2",
| "style-loader": "^0.18.2",
| "stylus": "^0.54.5",
| "stylus-loader": "^3.0.1",
| "terser-webpack-plugin": "^2.3.0",
| "tui-code-snippet": "^2.2.0",
| "webpack": "^4.39.3",
| "webpack-cli": "^3.3.7",
| "webpack-dev-server": "^3.8.0"
| },
| "files": [
| "dist"
| ],
| "homepage": "https://github.com/nhn/tui.color-picker#readme",
| "keywords": [
| "nhn",
| "tui",
| "component",
| "color",
| "picker",
| "svgvml"
| ],
| "license": "MIT",
| "main": "dist/tui-color-picker.js",
| "name": "tui-color-picker",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nhn/tui.color-picker.git"
| },
| "scripts": {
| "bundle": "webpack --mode=production & webpack --mode=production --minify",
| "doc": "tuidoc",
| "doc:serve": "tuidoc --serv",
| "note": "tui-note",
| "serve": "webpack-dev-server --inline --hot -d",
| "test": "jest"
| },
| "version": "2.2.7"
| }
|
|