utf16le-encoding
Version:
UTF16-le encoding, a.k.a. UCS2 encoding, an encoding you probably should never use.
40 lines (39 loc) • 935 B
JSON
{
"name": "utf16le-encoding",
"repository": "github:fabiospampinato/utf16le-encoding",
"description": "UTF16-le encoding, a.k.a. UCS2 encoding, an encoding you probably should never use.",
"license": "MIT",
"version": "2.0.2",
"type": "module",
"main": "dist/node.js",
"types": "./dist/node.d.ts",
"exports": {
"node": "./dist/node.js",
"default": "./dist/browser.js"
},
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"utf16",
"utf16le",
"ucs2",
"ucs-2",
"encoding"
],
"dependencies": {
"node-buffer-encoding": "^1.0.3"
},
"devDependencies": {
"fast-check": "^3.23.2",
"fava": "^0.3.4",
"tsex": "^4.0.2",
"typescript": "^5.7.3",
"uint8-encoding": "^2.0.1"
}
}