{
  "_args": [
    [
      "@ctrl/tinycolor@3.4.1",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "@ctrl/tinycolor@3.4.1",
  "_id": "@ctrl/tinycolor@3.4.1",
  "_inBundle": false,
  "_integrity": "sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw==",
  "_location": "/@ctrl/tinycolor",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ctrl/tinycolor@3.4.1",
    "name": "@ctrl/tinycolor",
    "escapedName": "@ctrl%2ftinycolor",
    "scope": "@ctrl",
    "rawSpec": "3.4.1",
    "saveSpec": null,
    "fetchSpec": "3.4.1"
  },
  "_requiredBy": [
    "/@ant-design/colors",
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.4.1.tgz",
  "_spec": "3.4.1",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "Scott Cooper",
    "email": "scttcper@gmail.com"
  },
  "babel": {
    "presets": [
      "@babel/preset-typescript"
    ],
    "plugins": [
      "@babel/plugin-transform-modules-commonjs"
    ]
  },
  "bugs": {
    "url": "https://github.com/scttcper/tinycolor/issues"
  },
  "dependencies": {},
  "description": "Fast, small color manipulation and conversion for JavaScript",
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "7.17.9",
    "@babel/preset-typescript": "7.16.7",
    "@ctrl/eslint-config": "3.4.1",
    "@jest/globals": "27.5.1",
    "@types/node": "17.0.23",
    "del-cli": "4.0.1",
    "jest": "27.5.1",
    "jest-junit": "13.1.0",
    "rollup": "2.70.1",
    "rollup-plugin-livereload": "2.0.5",
    "rollup-plugin-serve": "1.1.0",
    "rollup-plugin-sourcemaps": "0.6.3",
    "rollup-plugin-terser": "7.0.2",
    "rollup-plugin-typescript2": "0.31.2",
    "ts-node": "10.7.0",
    "typedoc": "0.22.14",
    "typescript": "4.6.3"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://tinycolor.vercel.app",
  "jest": {
    "testEnvironment": "node",
    "coverageProvider": "v8"
  },
  "keywords": [
    "typescript",
    "color",
    "manipulation",
    "tinycolor",
    "hsa",
    "rgb"
  ],
  "license": "MIT",
  "main": "dist/public_api.js",
  "module": "dist/module/public_api.js",
  "name": "@ctrl/tinycolor",
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "branch": "master"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scttcper/tinycolor.git"
  },
  "scripts": {
    "build": "del-cli dist && tsc -p tsconfig.build.json && tsc -p tsconfig.module.json && ts-node build",
    "build:demo": "rollup -c rollup.demo.js",
    "build:docs": "typedoc --out demo/public/docs --hideGenerator --tsconfig tsconfig.build.json src/public_api.ts",
    "lint": "eslint --ext .js,.ts, .",
    "lint:fix": "eslint --fix --ext .js,.ts, .",
    "prepare": "npm run build",
    "test": "jest",
    "test:ci": "jest --ci --runInBand --reporters=default --reporters=jest-junit --coverage",
    "test:watch": "jest --watch",
    "watch:demo": "rollup -c rollup.demo.js -w"
  },
  "sideEffects": false,
  "typings": "dist/public_api.d.ts",
  "version": "3.4.1"
}
