From afa87af01c79a9baa539f2992d32154d2a4739bd Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 14:46:37 -0800 Subject: task: delete vanilla js prototype\n\n- Removed vanilla/ directory and web/dist/vanilla directory\n- Updated Makefile, Dockerfile, and CI workflow to remove vanilla references\n- Cleaned up web/web.go to remove vanilla embed and routes\n- Verified build and tests pass\n\nCloses NK-2tcnmq --- vanilla/node_modules/tldts/package.json | 89 --------------------------------- 1 file changed, 89 deletions(-) delete mode 100644 vanilla/node_modules/tldts/package.json (limited to 'vanilla/node_modules/tldts/package.json') diff --git a/vanilla/node_modules/tldts/package.json b/vanilla/node_modules/tldts/package.json deleted file mode 100644 index a9c1797..0000000 --- a/vanilla/node_modules/tldts/package.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "name": "tldts", - "version": "7.0.23", - "description": "Library to work against complex domain names, subdomains and URIs.", - "author": { - "name": "Rémi Berson" - }, - "contributors": [ - "Alexei ", - "Alexey ", - "Andrew ", - "Johannes Ewald ", - "Jérôme Desboeufs ", - "Kelly Campbell ", - "Kiko Beats ", - "Kris Reeves ", - "Krzysztof Jan Modras ", - "Olivier Melcher ", - "Rémi Berson ", - "Saad Rashid ", - "Thomas Parisot ", - "Timo Tijhof ", - "Xavier Damman ", - "Yehezkiel Syamsuhadi " - ], - "publishConfig": { - "access": "public" - }, - "license": "MIT", - "homepage": "https://github.com/remusao/tldts#readme", - "bugs": { - "url": "https://github.com/remusao/tldts/issues" - }, - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/remusao/tldts.git" - }, - "main": "dist/cjs/index.js", - "module": "dist/es6/index.js", - "types": "dist/types/index.d.ts", - "files": [ - "dist", - "src", - "index.ts" - ], - "bin": "bin/cli.js", - "scripts": { - "clean": "rimraf dist coverage", - "build": "tsc --build ./tsconfig.json", - "bundle": "tsc --build ./tsconfig.bundle.json && rollup --config ./rollup.config.mjs", - "prepack": "yarn run bundle", - "test": "nyc ../../node_modules/.bin/mocha --config ../../.mocharc.cjs" - }, - "devDependencies": { - "@rollup/plugin-node-resolve": "^16.0.3", - "@rollup/plugin-terser": "^0.4.4", - "@rollup/plugin-typescript": "^12.3.0", - "@types/chai": "^5.2.3", - "@types/mocha": "^10.0.10", - "@types/node": "^25.1.0", - "chai": "^6.2.2", - "mocha": "^11.7.5", - "nyc": "^17.1.0", - "rimraf": "^6.1.2", - "rollup": "^4.57.1", - "rollup-plugin-sourcemaps2": "^0.5.4", - "tldts-tests": "^7.0.23", - "typescript": "^5.9.3" - }, - "dependencies": { - "tldts-core": "^7.0.23" - }, - "keywords": [ - "tld", - "sld", - "domain", - "subdomain", - "subdomain", - "hostname", - "browser", - "uri", - "url", - "domain name", - "public suffix", - "url parsing", - "typescript" - ], - "gitHead": "48883aebfeef41ddc8aa75ca6b608a99472b3d1d" -} -- cgit v1.2.3