UNPKG

toosoon-utils

Version:
109 lines (108 loc) 2.57 kB
{ "name": "toosoon-utils", "version": "5.0.0", "description": "Utility functions & classes", "type": "module", "engines": { "node": ">=22" }, "main": "", "types": "", "exports": { "./math": { "default": "./lib/math.js", "types": "./lib/math.d.ts" }, "./geometry": { "default": "./lib/geometry.js", "types": "./lib/geometry.d.ts" }, "./color": { "default": "./lib/color.js", "types": "./lib/color.d.ts" }, "./functions": { "default": "./lib/functions.js", "types": "./lib/functions.d.ts" }, "./string": { "default": "./lib/string.js", "types": "./lib/string.d.ts" }, "./query": { "default": "./lib/query.js", "types": "./lib/query.d.ts" }, "./dom": { "default": "./lib/dom.js", "types": "./lib/dom.d.ts" }, "./file": { "default": "./lib/file.js", "types": "./lib/file.d.ts" }, "./random": { "default": "./lib/random.js", "types": "./lib/random.d.ts" }, "./constants": { "default": "./lib/constants.js", "types": "./lib/constants.d.ts" }, "./classes/geometry": { "default": "./lib/classes/geometry/index.js", "types": "./lib/classes/geometry/index.d.ts" }, "./classes/curves": { "default": "./lib/classes/curves/index.js", "types": "./lib/classes/curves/index.d.ts" }, "./classes/paths": { "default": "./lib/classes/paths/index.js", "types": "./lib/classes/paths/index.d.ts" }, "./classes/color": { "default": "./lib/classes/color/index.js", "types": "./lib/classes/color/index.d.ts" }, "./classes/performance": { "default": "./lib/classes/performance/index.js", "types": "./lib/classes/performance/index.d.ts" } }, "scripts": { "build": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/toosoon-dev/toosoon-utils.git" }, "keywords": [ "toosoon", "utils", "classes", "math", "geometry", "color", "functions", "string", "query", "dom", "file", "random", "curves", "paths", "performance" ], "author": "Arnaud Rocca", "license": "MIT", "bugs": { "url": "https://github.com/toosoon-dev/toosoon-utils/issues" }, "homepage": "https://github.com/toosoon-dev/toosoon-utils#readme", "devDependencies": { "@types/node": "^20.11.26", "typescript": "^5.9.3" } }