ref-wchar-napi-lite
Version:
A ref "type" implementation of `wchar_t *` (a.k.a. wide string) backed by "iconv-lite". Supports Node 16+.
41 lines (40 loc) • 970 B
JSON
{
"name": "ref-wchar-napi-lite",
"version": "1.0.3",
"description": "A ref \"type\" implementation of `wchar_t *` (a.k.a. wide string) backed by \"iconv-lite\". Supports Node 16+.",
"main": "index.js",
"scripts": {
"test": "node-gyp rebuild --directory test && mocha --expose-gc --exit"
},
"repository": {
"type": "git",
"url": "git@github.com:SpaceK33z/ref-wchar-napi.git"
},
"keywords": [
"ref",
"type",
"wchar",
"wchar_t",
"wide",
"string",
"c",
"c++",
"ffi",
"abi"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/) & Janealter & Kees Kluskens",
"license": "MIT",
"bugs": {
"url": "https://github.com/SpaceK33z/ref-wchar-napi/issues"
},
"homepage": "https://github.com/SpaceK33z/ref-wchar-napi",
"dependencies": {
"iconv-lite": "0.6.3",
"ref-napi": "^3.0.3"
},
"devDependencies": {
"bindings": "~1.5.0",
"mocha": "6",
"nan": "2"
}
}