@thi.ng/gp
Advanced tools
+9
-9
| { | ||
| "name": "@thi.ng/gp", | ||
| "version": "1.0.54", | ||
| "version": "1.0.55", | ||
| "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", | ||
@@ -11,3 +11,3 @@ "type": "module", | ||
| "type": "git", | ||
| "url": "git+https://github.com/thi-ng/umbrella.git", | ||
| "url": "git+https://codeberg.org/thi.ng/umbrella.git", | ||
| "directory": "packages/gp" | ||
@@ -44,8 +44,8 @@ }, | ||
| "dependencies": { | ||
| "@thi.ng/api": "^8.12.17", | ||
| "@thi.ng/errors": "^2.6.6", | ||
| "@thi.ng/math": "^5.15.6", | ||
| "@thi.ng/random": "^4.1.42", | ||
| "@thi.ng/transducers": "^9.6.30", | ||
| "@thi.ng/zipper": "^2.1.168" | ||
| "@thi.ng/api": "^8.12.18", | ||
| "@thi.ng/errors": "^2.6.7", | ||
| "@thi.ng/math": "^5.15.7", | ||
| "@thi.ng/random": "^4.1.43", | ||
| "@thi.ng/transducers": "^9.6.31", | ||
| "@thi.ng/zipper": "^2.1.169" | ||
| }, | ||
@@ -116,3 +116,3 @@ "devDependencies": { | ||
| }, | ||
| "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n" | ||
| "gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n" | ||
| } |
+22
-21
| <!-- This file is generated - DO NOT EDIT! --> | ||
| <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files --> | ||
| #  | ||
| <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files --> | ||
| #  | ||
@@ -11,7 +11,8 @@ [](https://www.npmjs.com/package/@thi.ng/gp) | ||
| > This is one of 214 standalone projects, maintained as part | ||
| > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
| > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem | ||
| > and anti-framework. | ||
| > | ||
| > 🚀 Please help me to work full-time on these projects by [sponsoring me on | ||
| > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️ | ||
| > 🚀 Please help me to work full-time on these projects by [sponsoring | ||
| > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations). | ||
| > Thank you! ❤️ | ||
@@ -58,11 +59,11 @@ - [About](#about) | ||
| [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bgp%5D+in%3Atitle) | ||
| [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bgp%5D) | ||
| ## Related packages | ||
| - [@thi.ng/defmulti](https://github.com/thi-ng/umbrella/tree/develop/packages/defmulti) - Dynamic, extensible multiple dispatch via user supplied dispatch function. | ||
| - [@thi.ng/pointfree](https://github.com/thi-ng/umbrella/tree/develop/packages/pointfree) - Pointfree functional composition / Forth style stack execution engine | ||
| - [@thi.ng/sexpr](https://github.com/thi-ng/umbrella/tree/develop/packages/sexpr) - Extensible S-Expression parser & runtime infrastructure | ||
| - [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast) - DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets | ||
| - [@thi.ng/zipper](https://github.com/thi-ng/umbrella/tree/develop/packages/zipper) - Functional tree editing, manipulation & navigation | ||
| - [@thi.ng/defmulti](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/defmulti) - Dynamic, extensible multiple dispatch via user supplied dispatch function. | ||
| - [@thi.ng/pointfree](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/pointfree) - Pointfree functional composition / Forth style stack execution engine | ||
| - [@thi.ng/sexpr](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/sexpr) - Extensible S-Expression parser & runtime infrastructure | ||
| - [@thi.ng/shader-ast](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/shader-ast) - DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets | ||
| - [@thi.ng/zipper](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/zipper) - Functional tree editing, manipulation & navigation | ||
@@ -103,8 +104,8 @@ ### Blog posts | ||
| - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api) | ||
| - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors) | ||
| - [@thi.ng/math](https://github.com/thi-ng/umbrella/tree/develop/packages/math) | ||
| - [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random) | ||
| - [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers) | ||
| - [@thi.ng/zipper](https://github.com/thi-ng/umbrella/tree/develop/packages/zipper) | ||
| - [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api) | ||
| - [@thi.ng/errors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/errors) | ||
| - [@thi.ng/math](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/math) | ||
| - [@thi.ng/random](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/random) | ||
| - [@thi.ng/transducers](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers) | ||
| - [@thi.ng/zipper](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/zipper) | ||
@@ -116,8 +117,8 @@ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime) | ||
| One project in this repo's | ||
| [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples) | ||
| [/examples](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples) | ||
| directory is using this package: | ||
| | Screenshot | Description | Live demo | Source | | ||
| |:----------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:-----------------------------------------------------|:----------------------------------------------------------------------------------| | ||
| | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-evo.jpg" width="240"/> | Evolutionary shader generation using genetic programming | [Demo](https://demo.thi.ng/umbrella/shader-ast-evo/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/shader-ast-evo) | | ||
| | Screenshot | Description | Live demo | Source | | ||
| |:----------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------|:-----------------------------------------------------|:------------------------------------------------------------------------------------------| | ||
| | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/shader-ast-evo.jpg" width="240"/> | Evolutionary shader generation using genetic programming | [Demo](https://demo.thi.ng/umbrella/shader-ast-evo/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/shader-ast-evo) | | ||
@@ -124,0 +125,0 @@ ## API |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
34790
0.44%145
0.69%Updated
Updated
Updated
Updated
Updated
Updated