package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "@ctrl/tinycolor@^3.4.1",
  3. "_id": "@ctrl/tinycolor@3.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  6. "_location": "/@ctrl/tinycolor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@ctrl/tinycolor@^3.4.1",
  12. "name": "@ctrl/tinycolor",
  13. "escapedName": "@ctrl%2ftinycolor",
  14. "scope": "@ctrl",
  15. "rawSpec": "^3.4.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^3.4.1"
  18. },
  19. "_requiredBy": [
  20. "/element-plus"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  23. "_shasum": "b6c75a56a1947cc916ea058772d666a2c8932f31",
  24. "_spec": "@ctrl/tinycolor@^3.4.1",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\element-plus",
  26. "author": {
  27. "name": "Scott Cooper",
  28. "email": "scttcper@gmail.com"
  29. },
  30. "babel": {
  31. "presets": [
  32. "@babel/preset-typescript"
  33. ],
  34. "plugins": [
  35. "@babel/plugin-transform-modules-commonjs"
  36. ]
  37. },
  38. "bugs": {
  39. "url": "https://github.com/scttcper/tinycolor/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {},
  43. "deprecated": false,
  44. "description": "Fast, small color manipulation and conversion for JavaScript",
  45. "devDependencies": {
  46. "@babel/plugin-transform-modules-commonjs": "7.19.6",
  47. "@babel/preset-typescript": "7.18.6",
  48. "@ctrl/eslint-config": "3.5.6",
  49. "@jest/globals": "29.3.1",
  50. "@types/node": "18.11.11",
  51. "del-cli": "5.0.0",
  52. "jest": "29.3.1",
  53. "jest-junit": "15.0.0",
  54. "rollup": "2.70.1",
  55. "rollup-plugin-livereload": "2.0.5",
  56. "rollup-plugin-serve": "1.1.0",
  57. "rollup-plugin-sourcemaps": "0.6.3",
  58. "rollup-plugin-terser": "7.0.2",
  59. "rollup-plugin-typescript2": "0.34.1",
  60. "ts-node": "10.9.1",
  61. "typedoc": "0.23.21",
  62. "typescript": "4.9.3"
  63. },
  64. "engines": {
  65. "node": ">=10"
  66. },
  67. "files": [
  68. "dist"
  69. ],
  70. "homepage": "https://tinycolor.vercel.app",
  71. "jest": {
  72. "testEnvironment": "node",
  73. "coverageProvider": "v8",
  74. "moduleNameMapper": {
  75. "(.+)\\.js": "$1"
  76. }
  77. },
  78. "keywords": [
  79. "typescript",
  80. "color",
  81. "manipulation",
  82. "tinycolor",
  83. "hsa",
  84. "rgb"
  85. ],
  86. "license": "MIT",
  87. "main": "dist/public_api.js",
  88. "module": "dist/module/public_api.js",
  89. "name": "@ctrl/tinycolor",
  90. "publishConfig": {
  91. "access": "public"
  92. },
  93. "release": {
  94. "branch": "master"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/scttcper/tinycolor.git"
  99. },
  100. "scripts": {
  101. "build": "del-cli dist && tsc -p tsconfig.build.json && tsc -p tsconfig.module.json && ts-node build",
  102. "build:demo": "rollup -c rollup.demo.js",
  103. "build:docs": "typedoc --out demo/public/docs --hideGenerator --tsconfig tsconfig.build.json src/public_api.ts",
  104. "lint": "eslint --ext .js,.ts, .",
  105. "lint:fix": "eslint --fix --ext .js,.ts, .",
  106. "prepare": "npm run build",
  107. "test": "jest",
  108. "test:ci": "jest --ci --runInBand --reporters=default --reporters=jest-junit --coverage",
  109. "test:watch": "jest --watch",
  110. "watch:demo": "rollup -c rollup.demo.js -w"
  111. },
  112. "sideEffects": false,
  113. "typings": "dist/public_api.d.ts",
  114. "version": "3.6.1"
  115. }