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
| {
| "_args": [
| [
| "tinycolor2@1.6.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "tinycolor2@1.6.0",
| "_id": "tinycolor2@1.6.0",
| "_inBundle": false,
| "_integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
| "_location": "/tinycolor2",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "tinycolor2@1.6.0",
| "name": "tinycolor2",
| "escapedName": "tinycolor2",
| "rawSpec": "1.6.0",
| "saveSpec": null,
| "fetchSpec": "1.6.0"
| },
| "_requiredBy": [
| "/@jimp/core",
| "/@jimp/plugin-color"
| ],
| "_resolved": "https://registry.npmmirror.com/tinycolor2/-/tinycolor2-1.6.0.tgz",
| "_spec": "1.6.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Brian Grinstead",
| "email": "briangrinstead@gmail.com",
| "url": "http://briangrinstead.com"
| },
| "browser": "./cjs/tinycolor.js",
| "bugs": {
| "url": "https://github.com/bgrins/TinyColor/issues"
| },
| "description": "Fast Color Parsing and Manipulation",
| "devDependencies": {
| "@deno/shim-deno-test": "^0.4.0"
| },
| "exports": {
| ".": {
| "import": "./esm/tinycolor.js",
| "require": "./cjs/tinycolor.js"
| }
| },
| "homepage": "https://github.com/bgrins/TinyColor#readme",
| "keywords": [
| "color",
| "parser",
| "tinycolor"
| ],
| "license": "MIT",
| "main": "./cjs/tinycolor.js",
| "module": "./esm/tinycolor.js",
| "name": "tinycolor2",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/bgrins/TinyColor.git"
| },
| "scripts": {
| "test": "node cjs/test.js && node esm/test.js"
| },
| "url": "http://bgrins.github.com/TinyColor",
| "version": "1.6.0"
| }
|
|