package.json 1.7 KB

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