Socket
Socket
Sign inDemoInstall

@poppinss/colors

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poppinss/colors - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

build/index.d.ts

@@ -11,1 +11,2 @@ import { Raw } from './src/Raw';

export { Stringify as FakeColors };
export { Raw };

3

build/index.js

@@ -11,4 +11,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.FakeColors = exports.Colors = exports.getBest = void 0;
exports.Raw = exports.FakeColors = exports.Colors = exports.getBest = void 0;
const Raw_1 = require("./src/Raw");
Object.defineProperty(exports, "Raw", { enumerable: true, get: function () { return Raw_1.Raw; } });
const Kleur_1 = require("./src/Kleur");

@@ -15,0 +16,0 @@ Object.defineProperty(exports, "Colors", { enumerable: true, get: function () { return Kleur_1.Kleur; } });

{
"name": "@poppinss/colors",
"version": "1.1.0",
"description": "A wrapper on top of kleur with ability to write test against the color functions",
"main": "build/index.js",
"files": [
"build/src",
"build/index.d.ts",
"build/index.js"
],
"scripts": {
"mrm": "mrm --preset=@adonisjs/mrm-preset",
"pretest": "npm run lint",
"test": "node japaFile.js",
"lint": "eslint . --ext=.ts",
"clean": "del build",
"compile": "npm run lint && npm run clean && tsc",
"format": "prettier --write .",
"build": "npm run compile",
"commit": "git-cz",
"release": "np",
"version": "npm run build"
},
"keywords": [
"kleur",
"colors"
],
"author": "virk,poppinss",
"license": "MIT",
"devDependencies": {
"@adonisjs/mrm-preset": "^2.3.2",
"@types/node": "^14.0.14",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"del-cli": "^3.0.1",
"doctoc": "^1.4.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-adonis": "^1.0.12",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"japa": "^3.1.1",
"mrm": "^2.3.3",
"np": "^6.2.4",
"prettier": "2.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"nyc": {
"exclude": [
"test"
],
"extension": [
".ts"
]
},
"husky": {
"hooks": {
"pre-commit": "npm run format && npm run lint && doctoc README.md --title='## Table of contents' && git add README.md",
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js"
}
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"np": {
"contents": ".",
"anyBranch": false
},
"dependencies": {
"color-support": "^1.1.3",
"kleur": "^4.0.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poppinss/colors.git"
},
"bugs": {
"url": "https://github.com/poppinss/colors/issues"
},
"homepage": "https://github.com/poppinss/colors#readme"
"name": "@poppinss/colors",
"version": "1.1.1",
"description": "A wrapper on top of kleur with ability to write test against the color functions",
"main": "build/index.js",
"files": [
"build/src",
"build/index.d.ts",
"build/index.js"
],
"scripts": {
"mrm": "mrm --preset=@adonisjs/mrm-preset",
"pretest": "npm run lint",
"test": "node japaFile.js",
"lint": "eslint . --ext=.ts",
"clean": "del build",
"compile": "npm run lint && npm run clean && tsc",
"format": "prettier --write .",
"build": "npm run compile",
"commit": "git-cz",
"release": "np",
"version": "npm run build"
},
"keywords": [
"kleur",
"colors"
],
"author": "virk,poppinss",
"license": "MIT",
"devDependencies": {
"@adonisjs/mrm-preset": "^2.3.4",
"@types/node": "^14.0.14",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"del-cli": "^3.0.1",
"doctoc": "^1.4.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-adonis": "^1.0.13",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"japa": "^3.1.1",
"mrm": "^2.3.3",
"np": "^6.2.5",
"prettier": "2.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"nyc": {
"exclude": [
"test"
],
"extension": [
".ts"
]
},
"husky": {
"hooks": {
"pre-commit": "npm run format && npm run lint && doctoc README.md --title='## Table of contents' && git add README.md",
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js"
}
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"np": {
"contents": ".",
"anyBranch": false
},
"dependencies": {
"color-support": "^1.1.3",
"kleur": "^4.0.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poppinss/colors.git"
},
"bugs": {
"url": "https://github.com/poppinss/colors/issues"
},
"homepage": "https://github.com/poppinss/colors#readme"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc