Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/encoding-japanese/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "encoding-japanese", "version": "2.0.0", "description": "Convert or detect character encoding in JavaScript", "main": "src/index.js", "files": [ "encoding.js", "encoding.min.js", "encoding.min.js.map", "src/*" ], "scripts": { "build": "npm run compile && npm run minify", "compile": "browserify src/index.js -o encoding.js -s Encoding -p [ bannerify --file src/banner.js ] --no-bundle-external --bare", "minify": "uglifyjs encoding.js -o encoding.min.js --source-map \"url='encoding.min.js.map'\" --comments -c -m -b ascii_only=true,beautify=false", "test": "./node_modules/.bin/eslint . && npm run build && mocha tests/test", "watch": "watchify src/index.js -o encoding.js -s Encoding -p [ bannerify --file src/banner.js ] --no-bundle-external --bare --poll=300 -v" }, "engines": { "node": ">=8.10.0" }, "repository": { "type": "git", "url": "https://github.com/polygonplanet/encoding.js.git" }, "author": "polygonplanet <[email protected]>", "license": "MIT", "bugs": { "url": "https://github.com/polygonplanet/encoding.js/issues" }, "homepage": "https://github.com/polygonplanet/encoding.js", "keywords": [ "base64", "charset", "convert", "detect", "encoding", "euc-jp", "eucjp", "iconv", "iso-2022-jp", "japanese", "jis", "shift_jis", "sjis", "unicode", "urldecode", "urlencode", "utf-16", "utf-32", "utf-8" ], "dependencies": {}, "devDependencies": { "bannerify": "^1.0.1", "browserify": "^17.0.0", "eslint": "^8.12.0", "mocha": "^9.2.2", "package-json-versionify": "^1.0.4", "power-assert": "^1.6.1", "uglify-js": "^3.15.3", "uglifyify": "^5.0.2", "watchify": "^4.0.0" }, "browserify": { "transform": [ "package-json-versionify" ] } }