UNPKG

@jgarber/cashcash

Version:

A very small DOM library inspired by jQuery.

41 lines (40 loc) 938 B
{ "name": "@jgarber/cashcash", "version": "5.0.4", "description": "A very small DOM library inspired by jQuery.", "keywords": [ "dom", "dom-library", "dom-selection", "javascript", "jquery", "queryselectorall" ], "homepage": "https://codeberg.org/jgarber/CashCash", "bugs": "https://codeberg.org/jgarber/CashCash/issues", "license": "MIT", "author": "Jason Garber <jason@sixtwothree.org> (https://sixtwothree.org)", "type": "module", "files": [ "example/*", "index.js" ], "exports": "./index.js", "directories": { "example": "example" }, "repository": "https://codeberg.org/jgarber/CashCash", "scripts": { "start": "npx http-server .", "test": "NODE_V8_COVERAGE=coverage node --experimental-test-coverage --test" }, "devDependencies": { "jsdom": "^26.0.0" }, "engines": { "node": ">=18.8" }, "publishConfig": { "access": "public" } }