package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "tinycolor2@^1.4.2",
  3. "_id": "tinycolor2@1.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
  6. "_location": "/tinycolor2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tinycolor2@^1.4.2",
  12. "name": "tinycolor2",
  13. "escapedName": "tinycolor2",
  14. "rawSpec": "^1.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.2"
  17. },
  18. "_requiredBy": [
  19. "/tdesign-miniprogram"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
  22. "_shasum": "f98007460169b0263b97072c5ae92484ce02d09e",
  23. "_spec": "tinycolor2@^1.4.2",
  24. "_where": "/Users/qaqchen/WxProjects/zhsw_wechat/node_modules/tdesign-miniprogram",
  25. "author": {
  26. "name": "Brian Grinstead",
  27. "email": "briangrinstead@gmail.com",
  28. "url": "http://briangrinstead.com"
  29. },
  30. "browser": "./cjs/tinycolor.js",
  31. "bugs": {
  32. "url": "https://github.com/bgrins/TinyColor/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Fast Color Parsing and Manipulation",
  37. "devDependencies": {
  38. "@deno/shim-deno-test": "^0.4.0"
  39. },
  40. "exports": {
  41. ".": {
  42. "import": "./esm/tinycolor.js",
  43. "require": "./cjs/tinycolor.js"
  44. }
  45. },
  46. "homepage": "https://github.com/bgrins/TinyColor#readme",
  47. "keywords": [
  48. "color",
  49. "parser",
  50. "tinycolor"
  51. ],
  52. "license": "MIT",
  53. "main": "./cjs/tinycolor.js",
  54. "module": "./esm/tinycolor.js",
  55. "name": "tinycolor2",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/bgrins/TinyColor.git"
  59. },
  60. "scripts": {
  61. "test": "node cjs/test.js && node esm/test.js"
  62. },
  63. "url": "http://bgrins.github.com/TinyColor",
  64. "version": "1.6.0"
  65. }