SheetJS
457f8ab8ab
- added codepage 21027 (generated from NLS) - unicode decoders skip BOM - codepage command line tool -B writes bom - version number added to scripts - codepages 1257/1258 added to cpexcel
41 lines
928 B
JSON
41 lines
928 B
JSON
{
|
|
"name": "codepage",
|
|
"version": "1.3.4",
|
|
"author": "SheetJS",
|
|
"description": "pure-JS library to handle codepages",
|
|
"keywords": [ "codepage", "iconv", "convert", "strings" ],
|
|
"bin": {
|
|
"codepage": "./bin/codepage.njs"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"bin",
|
|
"cptable.js",
|
|
"cputils.js",
|
|
"dist/cpexcel.full.js"
|
|
],
|
|
"main": "cputils.js",
|
|
"dependencies": {
|
|
"voc":"",
|
|
"commander":""
|
|
},
|
|
"devDependencies": {
|
|
"mocha":""
|
|
},
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-codepage.git"},
|
|
"scripts": {
|
|
"pretest": "git submodule init && git submodule update",
|
|
"test": "make test",
|
|
"build": "make js"
|
|
},
|
|
"config": {
|
|
"blanket": {
|
|
"pattern": "[cptable.js,cputils.js,cpexcel.js]"
|
|
}
|
|
},
|
|
"bugs": { "url": "https://github.com/SheetJS/js-codepage/issues" },
|
|
"license": "Apache-2.0",
|
|
"engines": { "node": ">=0.8" }
|
|
}
|