ref-wchar
Version:
A ref "type" implementation of `wchar_t *` (a.k.a. wide string) backed by "node-iconv"
41 lines (40 loc) • 890 B
JSON
{
"name": "ref-wchar",
"version": "1.0.2",
"description": "A ref \"type\" implementation of `wchar_t *` (a.k.a. wide string) backed by \"node-iconv\"",
"main": "index.js",
"scripts": {
"test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
},
"repository": {
"type": "git",
"url": "git@github.com:TooTallNate/ref-wchar.git"
},
"keywords": [
"ref",
"type",
"wchar",
"wchar_t",
"wide",
"string",
"c",
"c++",
"ffi",
"abi"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TooTallNate/ref-wchar/issues"
},
"homepage": "https://github.com/TooTallNate/ref-wchar",
"dependencies": {
"iconv": "2",
"ref": "^1.3.1"
},
"devDependencies": {
"bindings": "~1.2.0",
"mocha": "2",
"nan": "2"
}
}