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/tough-cookie/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/tough-cookie/package.json')
| -rw-r--r-- | vanilla/node_modules/tough-cookie/package.json | 149 |
1 files changed, 0 insertions, 149 deletions
diff --git a/vanilla/node_modules/tough-cookie/package.json b/vanilla/node_modules/tough-cookie/package.json deleted file mode 100644 index 467710d..0000000 --- a/vanilla/node_modules/tough-cookie/package.json +++ /dev/null @@ -1,149 +0,0 @@ -{ - "author": { - "name": "Jeremy Stashewsky", - "email": "jstash@gmail.com", - "website": "https://github.com/stash" - }, - "contributors": [ - { - "name": "Ivan Nikulin", - "website": "https://github.com/inikulin" - }, - { - "name": "Shivan Kaul Sahib", - "website": "https://github.com/ShivanKaul" - }, - { - "name": "Clint Ruoho", - "website": "https://github.com/ruoho" - }, - { - "name": "Ian Livingstone", - "website": "https://github.com/ianlivingstone" - }, - { - "name": "Andrew Waterman", - "website": "https://github.com/awaterma" - }, - { - "name": "Michael de Libero ", - "website": "https://github.com/medelibero-sfdc" - }, - { - "name": "Jonathan Stewmon", - "website": "https://github.com/jstewmon" - }, - { - "name": "Miguel Roncancio", - "website": "https://github.com/miggs125" - }, - { - "name": "Sebastian Mayr", - "website": "https://github.com/Sebmaster" - }, - { - "name": "Alexander Savin", - "website": "https://github.com/apsavin" - }, - { - "name": "Lalit Kapoor", - "website": "https://github.com/lalitkapoor" - }, - { - "name": "Sam Thompson", - "website": "https://github.com/sambthompson" - }, - { - "name": "Colin Casey", - "website": "https://github.com/colincasey" - }, - { - "name": "Will Harney", - "website": "https://github.com/wjhsf" - } - ], - "license": "BSD-3-Clause", - "name": "tough-cookie", - "description": "RFC6265 Cookies and Cookie Jar for node.js", - "keywords": [ - "HTTP", - "cookie", - "cookies", - "set-cookie", - "cookiejar", - "jar", - "RFC6265", - "RFC2965" - ], - "version": "6.0.0", - "homepage": "https://github.com/salesforce/tough-cookie", - "repository": { - "type": "git", - "url": "git://github.com/salesforce/tough-cookie.git" - }, - "bugs": { - "url": "https://github.com/salesforce/tough-cookie/issues" - }, - "type": "module", - "main": "./dist/index.cjs", - "module": "./dist/index.js", - "types": "./dist/index.d.ts", - "exports": { - "import": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js" - }, - "require": { - "types": "./dist/index.d.cts", - "require": "./dist/index.cjs" - } - }, - "files": [ - "dist" - ], - "scripts": { - "build": "tsup lib/cookie/index.ts --format cjs,esm --dts --clean --sourcemap", - "lint": "npm run _lint:check", - "prepack": "npm run build", - "prepare-pr": "npm run build && npm test -- run && npm run _api:update && npm run _docs:generate && npm run _format:fix && npm run _lint:fix && npm run _lint:types", - "test": "vitest", - "version": "npm run _version:generate && npm run prepare-pr && git add --renormalize .", - "_api:check": "api-extractor run --verbose", - "_api:update": "api-extractor run --verbose --local", - "_docs:generate": "api-documenter markdown --input-folder ./tmp --output-folder ./api/docs", - "_docs:fix": "prettier ./api/docs --write", - "_format:check": "prettier . --check", - "_format:fix": "prettier . --write", - "_lint:check": "eslint .", - "_lint:fix": "eslint . --fix", - "_lint:types": "attw --pack .", - "_version:generate": "genversion --template version-template.ejs --force lib/version.ts" - }, - "//": "We only support node LTS versions, but v16 still works. We won't block v16 until it becomes a burden.", - "engines": { - "node": ">=16" - }, - "devDependencies": { - "@arethetypeswrong/cli": "^0.18.2", - "@eslint/js": "^9.24.0", - "@microsoft/api-documenter": "^7.26.20", - "@microsoft/api-extractor": "^7.52.3", - "@types/node": "^20.19.6", - "@vitest/eslint-plugin": "^1.1.40", - "eslint": "^9.24.0", - "eslint-config-prettier": "^10.1.2", - "eslint-import-resolver-typescript": "^4.3.2", - "eslint-plugin-import": "^2.31.0", - "eslint-plugin-prettier": "^5.2.6", - "genversion": "^3.2.0", - "globals": "^16.0.0", - "prettier": "^3.5.3", - "tsup": "^8.5.0", - "typescript": "5.5.3", - "typescript-eslint": "^8.29.1", - "vitest": "^3.1.1" - }, - "dependencies": { - "tldts": "^7.0.5" - } -} |
