diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 14:46:37 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 14:46:37 -0800 |
| commit | afa87af01c79a9baa539f2992d32154d2a4739bd (patch) | |
| tree | 92c7416db734270a2fee1d72ee9cc119379ff8e1 /vanilla/node_modules/tldts-core/package.json | |
| parent | 3b927e84d200402281f68181cd4253bc77e5528d (diff) | |
| download | neko-afa87af01c79a9baa539f2992d32154d2a4739bd.tar.gz neko-afa87af01c79a9baa539f2992d32154d2a4739bd.tar.bz2 neko-afa87af01c79a9baa539f2992d32154d2a4739bd.zip | |
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
Diffstat (limited to 'vanilla/node_modules/tldts-core/package.json')
| -rw-r--r-- | vanilla/node_modules/tldts-core/package.json | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/vanilla/node_modules/tldts-core/package.json b/vanilla/node_modules/tldts-core/package.json deleted file mode 100644 index 6b65473..0000000 --- a/vanilla/node_modules/tldts-core/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "tldts-core", - "version": "7.0.23", - "description": "tldts core primitives (internal module)", - "author": { - "name": "Rémi Berson" - }, - "contributors": [ - "Alexei <alexeiatyahoodotcom@gmail.com>", - "Alexey <kureev-mail@ya.ru>", - "Andrew <chefandrew@seomoz.org>", - "Johannes Ewald <johannes.ewald@peerigon.com>", - "Jérôme Desboeufs <jerome.desboeufs@gmail.com>", - "Kelly Campbell <kelly.a.campbell@gmail.com>", - "Kiko Beats <josefrancisco.verdu@gmail.com>", - "Kris Reeves <krisreeves@searchfanatics.com>", - "Krzysztof Jan Modras <chrmod@chrmod.net>", - "Olivier Melcher <olivier.melcher@gmail.com>", - "Rémi Berson <remi.berson@pm.me>", - "Saad Rashid <srashid@lendinghome.com>", - "Thomas Parisot <hi@oncletom.io>", - "Timo Tijhof <krinklemail@gmail.com>", - "Xavier Damman <xdamman@gmail.com>", - "Yehezkiel Syamsuhadi <yehezkielbs@gmail.com>" - ], - "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" - ], - "scripts": { - "clean": "rimraf dist", - "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-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", - "typescript": "^5.9.3" - }, - "gitHead": "48883aebfeef41ddc8aa75ca6b608a99472b3d1d" -} |
