1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "tinycolor2@^1.4.2",
- "_id": "tinycolor2@1.6.0",
- "_inBundle": false,
- "_integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
- "_location": "/tinycolor2",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "tinycolor2@^1.4.2",
- "name": "tinycolor2",
- "escapedName": "tinycolor2",
- "rawSpec": "^1.4.2",
- "saveSpec": null,
- "fetchSpec": "^1.4.2"
- },
- "_requiredBy": [
- "/tdesign-miniprogram"
- ],
- "_resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
- "_shasum": "f98007460169b0263b97072c5ae92484ce02d09e",
- "_spec": "tinycolor2@^1.4.2",
- "_where": "/Users/qaqchen/WxProjects/zhsw_wechat/node_modules/tdesign-miniprogram",
- "author": {
- "name": "Brian Grinstead",
- "email": "briangrinstead@gmail.com",
- "url": "http://briangrinstead.com"
- },
- "browser": "./cjs/tinycolor.js",
- "bugs": {
- "url": "https://github.com/bgrins/TinyColor/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- }
|