@batpb/genart-palettes
Advanced tools
Comparing version 0.4.1 to 0.4.2-archived
{ | ||
"name": "@batpb/genart-palettes", | ||
"version": "0.4.1", | ||
"version": "0.4.2-archived", | ||
"description": "Color palette classes and methods for the brittni and the polar bear generative art library.", | ||
@@ -25,3 +25,3 @@ "main": "./out/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/brittni-and-the-polar-bear/generative-art-library_color-palettes.git" | ||
"url": "git+https://github.com/brittni-and-the-polar-bear/generative-art-library_color_palettes.git" | ||
}, | ||
@@ -53,9 +53,9 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/brittni-and-the-polar-bear/generative-art-library_color-palettes/issues" | ||
"url": "https://github.com/brittni-and-the-polar-bear/generative-art-library_color_palettes/issues" | ||
}, | ||
"homepage": "https://github.com/brittni-and-the-polar-bear/generative-art-library_color-palettes#readme", | ||
"homepage": "https://github.com/brittni-and-the-polar-bear/generative-art-library_color_palettes#readme", | ||
"dependencies": { | ||
"@batpb/genart-base": "^0.4.1", | ||
"@types/p5": "^1.7.6", | ||
"p5": "^1.9.1" | ||
"p5": "^1.9.4" | ||
}, | ||
@@ -66,15 +66,15 @@ "devDependencies": { | ||
"@types/jest": "^29.5.12", | ||
"@typescript-eslint/eslint-plugin": "^7.3.1", | ||
"@typescript-eslint/parser": "^7.3.1", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"canvas": "^2.11.2", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"rollup": "^4.13.0", | ||
"rollup": "^4.19.1", | ||
"rollup-plugin-analyzer": "^4.0.0", | ||
"rollup-plugin-ts": "^3.4.5", | ||
"ts-jest": "^29.1.2", | ||
"ts-jest": "^29.2.3", | ||
"ts-node": "^10.9.2", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.4.3" | ||
"tslib": "^2.6.3", | ||
"typescript": "^5.5.4" | ||
} | ||
} |
@@ -1,15 +0,20 @@ | ||
# Generative Art Library: Color Palettes | ||
# WARNING: This package is DEPRECATED and the repository has been ARCHIVED. | ||
## The funcionality of this package has been moved to [@batpb/genart](https://www.npmjs.com/package/@batpb/genart) and the [generative-art-library repository](https://github.com/brittni-and-the-polar-bear/generative-art-library). | ||
# [@batpb/genart-palettes](https://www.npmjs.com/package/@batpb/genart-palettes) - generative art library color palettes package | ||
Copyright (C) 2023-2024 brittni and the polar bear LLC. | ||
Color palette classes and methods for the brittni and the polar bear [generative art library](https://github.com/brittni-and-the-polar-bear/generative-art-library). | ||
Color palette classes and methods for the brittni and the polar bear | ||
[generative art library](https://brittni-and-the-polar-bear.github.io/generative-art-library/). | ||
## Summary | ||
[![CodeQL](https://github.com/brittni-and-the-polar-bear/generative-art-library_color-palettes/actions/workflows/codeql.yml/badge.svg)](https://github.com/brittni-and-the-polar-bear/generative-art-library_color-palettes/actions/workflows/codeql.yml) | ||
[![Node.js Build and Test](https://github.com/brittni-and-the-polar-bear/generative-art-library_color-palettes/actions/workflows/node.js.yml/badge.svg)](https://github.com/brittni-and-the-polar-bear/generative-art-library_color-palettes/actions/workflows/node.js.yml) | ||
[![CodeQL](https://github.com/brittni-and-the-polar-bear/generative-art-library_color_palettes/actions/workflows/codeql.yml/badge.svg)](https://github.com/brittni-and-the-polar-bear/generative-art-library_color_palettes/actions/workflows/codeql.yml) | ||
[![Node.js Build and Test](https://github.com/brittni-and-the-polar-bear/generative-art-library_color_palettes/actions/workflows/node.js.yml/badge.svg)](https://github.com/brittni-and-the-polar-bear/generative-art-library_color_palettes/actions/workflows/node.js.yml) | ||
![NPM Version](https://img.shields.io/npm/v/%40batpb%2Fgenart-palettes) | ||
![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/brittni-and-the-polar-bear/generative-art-library_color-palettes) | ||
![GitHub License](https://img.shields.io/github/license/brittni-and-the-polar-bear/generative-art-library_color-palettes) | ||
[![NPM Version](https://img.shields.io/npm/v/%40batpb%2Fgenart-palettes) | ||
![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/brittni-and-the-polar-bear/generative-art-library_color_palettes) | ||
![GitHub License](https://img.shields.io/github/license/brittni-and-the-polar-bear/generative-art-library_color_palettes)](https://www.npmjs.com/package/@batpb/genart-palettes) | ||
@@ -20,11 +25,27 @@ [![Socket Badge](https://socket.dev/api/badge/npm/package/@batpb/genart-palettes)](https://socket.dev/npm/package/@batpb/genart-palettes) | ||
![GitHub issues by-label (bug)](https://img.shields.io/github/issues/brittni-and-the-polar-bear/generative-art-library_color-palettes/bug?color=red) | ||
![GitHub issues by-label (security)](https://img.shields.io/github/issues/brittni-and-the-polar-bear/generative-art-library_color-palettes/security?color=red) | ||
![GitHub issues by-label (bug)](https://img.shields.io/github/issues/brittni-and-the-polar-bear/generative-art-library_color_palettes/bug?color=red) | ||
![GitHub issues by-label (security)](https://img.shields.io/github/issues/brittni-and-the-polar-bear/generative-art-library_color_palettes/security?color=red) | ||
![GitHub commits since latest release](https://img.shields.io/github/commits-since/brittni-and-the-polar-bear/generative-art-library_color-palettes/latest) | ||
![GitHub commits since latest release](https://img.shields.io/github/commits-since/brittni-and-the-polar-bear/generative-art-library_color_palettes/latest) | ||
![GitHub contributors](https://img.shields.io/github/contributors-anon/brittni-and-the-polar-bear/generative-art-library_color-palettes) | ||
![GitHub contributors](https://img.shields.io/github/contributors-anon/brittni-and-the-polar-bear/generative-art-library_color_palettes) | ||
## LICENSE Information | ||
The source code of this project is licensed under the [GNU Affero General Public Version 3.0 License](https://www.gnu.org/licenses/agpl-3.0.en.html). The full text of the license can be found in the LICENSE file of the root directory. | ||
The source code of this project is licensed under the | ||
[GNU Affero General Public Version 3.0 License](https://www.gnu.org/licenses/agpl-3.0.en.html). | ||
The full text of the license can be found in the | ||
[LICENSE file](https://github.com/brittni-and-the-polar-bear/generative-art-library_color_palettes/blob/main/LICENSE) | ||
of the root directory. | ||
---- | ||
# Getting Started | ||
## Install with [npm](https://www.npmjs.com/) | ||
``` | ||
npm install @batpb/genart-palettes | ||
``` | ||
---- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102601
51
Updatedp5@^1.9.4