package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "tinycolor2@^1.4.1",
  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.1",
  12. "name": "tinycolor2",
  13. "escapedName": "tinycolor2",
  14. "rawSpec": "^1.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.1"
  17. },
  18. "_requiredBy": [
  19. "/@jimp/core",
  20. "/@jimp/plugin-color"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/tinycolor2/-/tinycolor2-1.6.0.tgz",
  23. "_shasum": "f98007460169b0263b97072c5ae92484ce02d09e",
  24. "_spec": "tinycolor2@^1.4.1",
  25. "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/core",
  26. "author": {
  27. "name": "Brian Grinstead",
  28. "email": "briangrinstead@gmail.com",
  29. "url": "http://briangrinstead.com"
  30. },
  31. "browser": "./cjs/tinycolor.js",
  32. "bugs": {
  33. "url": "https://github.com/bgrins/TinyColor/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Fast Color Parsing and Manipulation",
  38. "devDependencies": {
  39. "@deno/shim-deno-test": "^0.4.0"
  40. },
  41. "exports": {
  42. ".": {
  43. "import": "./esm/tinycolor.js",
  44. "require": "./cjs/tinycolor.js"
  45. }
  46. },
  47. "homepage": "https://github.com/bgrins/TinyColor#readme",
  48. "keywords": [
  49. "color",
  50. "parser",
  51. "tinycolor"
  52. ],
  53. "license": "MIT",
  54. "main": "./cjs/tinycolor.js",
  55. "module": "./esm/tinycolor.js",
  56. "name": "tinycolor2",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/bgrins/TinyColor.git"
  60. },
  61. "scripts": {
  62. "test": "node cjs/test.js && node esm/test.js"
  63. },
  64. "url": "http://bgrins.github.com/TinyColor",
  65. "version": "1.6.0"
  66. }