UNPKG

jessquery

Version:

Modern JavaScript is pretty good, but typing document.querySelector() is a pain. This is a tiny library that makes DOM manipulation easy. jQuery is around 80kb (30kb gzipped), while this is only around 8kb (3.5kb gzipped). Lots of JSDoc comments so it's s

42 lines (41 loc) 1.09 kB
{ "name": "jessquery", "type": "module", "version": "2.4.7", "description": "Modern JavaScript is pretty good, but typing document.querySelector() is a pain. This is a tiny library that makes DOM manipulation easy. jQuery is around 80kb (30kb gzipped), while this is only around 8kb (3.5kb gzipped). Lots of JSDoc comments so it's self-documenting and works great with TypeScript.", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "jquery", "javascript", "typescript", "JSDoc", "Dom Manipulation", "Easy", "Small", "Tiny", "Modern", "ES6", "Lightweight", "Light", "DOM", "prototype", "document", "querySelector", "querySelectorAll" ], "author": "Jesse Pence", "license": "MPL-2.0", "homepage": "https://jazzypants.dev", "repository": { "type": "git", "url": "https://github.com/jazzypants1989/jessquery.git" } }