| 
									
										
										
										
											2021-07-23 04:36:55 -06:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "ajquery", | 
					
						
							| 
									
										
										
										
											2024-08-29 18:11:16 -06:00
										 |  |  |   "version": "3.0.0", | 
					
						
							| 
									
										
										
										
											2021-07-23 04:36:55 -06:00
										 |  |  |   "description": "The fastest, most lightweight, least dependency jQuery alternative", | 
					
						
							| 
									
										
										
										
											2024-08-29 17:29:03 -06:00
										 |  |  |   "main": "ajquery.cjs", | 
					
						
							|  |  |  |   "module": "ajquery.mjs", | 
					
						
							|  |  |  |   "type": "commonjs", | 
					
						
							|  |  |  |   "browser": { | 
					
						
							|  |  |  |     "ajquery.min.cjs": "ajquery.min.js" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "exports": { | 
					
						
							|  |  |  |     ".": { | 
					
						
							|  |  |  |       "require": "./ajquery.cjs", | 
					
						
							|  |  |  |       "import": "./ajquery.mjs", | 
					
						
							|  |  |  |       "default": "./ajquery.cjs" | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2021-07-24 00:02:39 -06:00
										 |  |  |   "files": [ | 
					
						
							| 
									
										
										
										
											2024-08-29 17:29:03 -06:00
										 |  |  |     "ajquery.js", | 
					
						
							|  |  |  |     "ajquery.min.js", | 
					
						
							|  |  |  |     "ajquery.cjs", | 
					
						
							|  |  |  |     "ajquery.min.cjs", | 
					
						
							|  |  |  |     "ajquery.mjs", | 
					
						
							|  |  |  |     "ajquery.min.mjs" | 
					
						
							| 
									
										
										
										
											2021-07-24 00:02:39 -06:00
										 |  |  |   ], | 
					
						
							| 
									
										
										
										
											2021-07-23 04:36:55 -06:00
										 |  |  |   "scripts": { | 
					
						
							| 
									
										
										
										
											2024-08-29 14:42:04 -06:00
										 |  |  |     "benchmark": "node ./benchmark.js", | 
					
						
							|  |  |  |     "build": "npm run build-all", | 
					
						
							|  |  |  |     "bump": "npm version -m \"chore(release): bump to v%s\"", | 
					
						
							|  |  |  |     "fmt": "npm run prettier", | 
					
						
							|  |  |  |     "lint": "npm run jshint && npm run tsc", | 
					
						
							| 
									
										
										
										
											2024-08-29 17:29:03 -06:00
										 |  |  |     "start": "open http://localhost/example.html && caddy file-server --browse --root .", | 
					
						
							| 
									
										
										
										
											2024-08-29 14:42:04 -06:00
										 |  |  |     "test": "node ./tests/", | 
					
						
							|  |  |  |     "--------": "---------------------------------------", | 
					
						
							|  |  |  |     "build-all": "npx uglify-js ajquery.js -o ajquery.min.js && npx uglify-js ajquery.cjs -o ajquery.min.cjs && npx uglify-js ajquery.js -o ajquery.min.mjs", | 
					
						
							|  |  |  |     "jshint": "npx -p jshint@2.x -- jshint -c ./.jshintrc ./ajquery.js ./ajquery.cjs ./ajquery.mjs", | 
					
						
							|  |  |  |     "prepare": "npm run build", | 
					
						
							|  |  |  |     "prepublish": "npm run reexport-types", | 
					
						
							| 
									
										
										
										
											2021-07-23 04:36:55 -06:00
										 |  |  |     "prettier": "npx prettier -w '**/*.{js,md,css,html}'", | 
					
						
							| 
									
										
										
										
											2024-08-29 14:42:04 -06:00
										 |  |  |     "reexport-types": "npx -p jswt@1.x -- reexport", | 
					
						
							|  |  |  |     "tsc": "npx -p typescript@5.x -- tsc -p ./jsconfig.json" | 
					
						
							| 
									
										
										
										
											2021-07-23 04:36:55 -06:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							|  |  |  |     "url": "git+https://github.com/coolaj86/ajquery.js.git" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "AJQuery", | 
					
						
							|  |  |  |     "jQuery", | 
					
						
							|  |  |  |     "querySelector", | 
					
						
							|  |  |  |     "querySelectorAll", | 
					
						
							|  |  |  |     "CSS3", | 
					
						
							|  |  |  |     "CSS4", | 
					
						
							|  |  |  |     "CSS", | 
					
						
							|  |  |  |     "selector" | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", | 
					
						
							|  |  |  |   "license": "MPL-2.0", | 
					
						
							|  |  |  |   "bugs": { | 
					
						
							|  |  |  |     "url": "https://github.com/coolaj86/ajquery.js/issues" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "homepage": "https://twitter.com/coolaj86/status/1303386788119998464" | 
					
						
							|  |  |  | } |