| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_args": [
- [
- "color-convert@1.9.2",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "color-convert@1.9.2",
- "_id": "color-convert@1.9.2",
- "_inBundle": false,
- "_integrity": "sha512-3NUJZdhMhcdPn8vJ9v2UQJoH0qqoGUkYTgFEPZaPjEtwmmKUfNV46zZmgB2M5M4DCEQHMaCfWHCxiBflLm04Tg==",
- "_location": "/color-convert",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "color-convert@1.9.2",
- "name": "color-convert",
- "escapedName": "color-convert",
- "rawSpec": "1.9.2",
- "saveSpec": null,
- "fetchSpec": "1.9.2"
- },
- "_requiredBy": [
- "/@babel/helper-create-class-features-plugin/ansi-styles",
- "/@babel/highlight/ansi-styles",
- "/@babel/plugin-proposal-function-sent/ansi-styles",
- "/autoprefixer/ansi-styles",
- "/documentation/ansi-styles",
- "/inquirer/ansi-styles",
- "/log-symbols/ansi-styles",
- "/ora/ansi-styles",
- "/postcss/ansi-styles",
- "/speed-measure-webpack-plugin/ansi-styles",
- "/ts-node/ansi-styles",
- "/tslint/ansi-styles"
- ],
- "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.2.tgz",
- "_spec": "1.9.2",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Heather Arthur",
- "email": "fayearthur@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/Qix-/color-convert/issues"
- },
- "dependencies": {
- "color-name": "1.1.1"
- },
- "description": "Plain color conversion functions",
- "devDependencies": {
- "chalk": "1.1.1",
- "xo": "0.11.2"
- },
- "files": [
- "index.js",
- "conversions.js",
- "css-keywords.js",
- "route.js"
- ],
- "homepage": "https://github.com/Qix-/color-convert#readme",
- "keywords": [
- "color",
- "colour",
- "convert",
- "converter",
- "conversion",
- "rgb",
- "hsl",
- "hsv",
- "hwb",
- "cmyk",
- "ansi",
- "ansi16"
- ],
- "license": "MIT",
- "name": "color-convert",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Qix-/color-convert.git"
- },
- "scripts": {
- "pretest": "xo",
- "test": "node test/basic.js"
- },
- "version": "1.9.2",
- "xo": {
- "rules": {
- "default-case": 0,
- "no-inline-comments": 0,
- "operator-linebreak": 0
- }
- }
- }
|