aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/iconv-lite/package.json
diff options
context:
space:
mode:
authorpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
committerpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
commitd3adc16a08d95d6e331de55d7d3bf05a66a874a8 (patch)
treea2dabd199501e67c547c2ce79e1374ca3aa55443 /node_modules/iconv-lite/package.json
parent55a4f1fc869e41aca748c63d3018f0448b1606e0 (diff)
downloadcrud-d3adc16a08d95d6e331de55d7d3bf05a66a874a8.tar.gz
stop tracking node_modules/
Diffstat (limited to 'node_modules/iconv-lite/package.json')
-rw-r--r--node_modules/iconv-lite/package.json70
1 files changed, 0 insertions, 70 deletions
diff --git a/node_modules/iconv-lite/package.json b/node_modules/iconv-lite/package.json
deleted file mode 100644
index 57f8d3b..0000000
--- a/node_modules/iconv-lite/package.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "name": "iconv-lite",
- "description": "Convert character encodings in pure javascript.",
- "version": "0.7.3",
- "license": "MIT",
- "keywords": [
- "iconv",
- "convert",
- "charset",
- "icu"
- ],
- "author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
- "main": "./lib/index.js",
- "typings": "./lib/index.d.ts",
- "homepage": "https://github.com/pillarjs/iconv-lite",
- "bugs": "https://github.com/pillarjs/iconv-lite/issues",
- "files": [
- "lib/",
- "encodings/",
- "types/"
- ],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/express"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/pillarjs/iconv-lite.git"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "lint": "eslint",
- "lint:fix": "eslint --fix",
- "test": "mocha --reporter spec --check-leaks --grep .",
- "test:ci": "nyc --exclude test --reporter=lcovonly --reporter=text npm test",
- "test:cov": "nyc --exclude test --reporter=html --reporter=text npm test",
- "test:performance": "node --allow-natives-syntax performance/index.js",
- "test:tap": "mocha --reporter tap --check-leaks --grep .",
- "test:typescript": "tsc && attw --pack",
- "test:webpack": "npm pack && mv iconv-lite-*.tgz test/webpack/iconv-lite.tgz && cd test/webpack && npm install && npm run test && rm iconv-lite.tgz",
- "typegen": "node generation/gen-typings.js"
- },
- "browser": {
- "stream": false
- },
- "devDependencies": {
- "@arethetypeswrong/cli": "^0.18.4",
- "@stylistic/eslint-plugin": "^5.1.0",
- "@stylistic/eslint-plugin-js": "^4.1.0",
- "@types/node": "^24.0.12",
- "async": "^3.2.0",
- "bench-node": "^0.10.0",
- "eslint": "^9.0.0",
- "errto": "^0.2.1",
- "expect-type": "^1.2.0",
- "iconv": "^2.3.5",
- "mocha": "^6.2.2",
- "neostandard": "^0.12.0",
- "nyc": "^14.1.1",
- "request": "^2.88.2",
- "semver": "^6.3.0",
- "typescript": "~5.9.2",
- "unorm": "^1.6.0"
- },
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3.0.0"
- }
-}