2013-12-06 16:21:34 +00:00
|
|
|
{
|
|
|
|
"name": "codepage",
|
2016-09-22 17:42:47 +00:00
|
|
|
"version": "1.5.0",
|
2013-12-06 16:21:34 +00:00
|
|
|
"author": "SheetJS",
|
|
|
|
"description": "pure-JS library to handle codepages",
|
|
|
|
"keywords": [ "codepage", "iconv", "convert", "strings" ],
|
2014-04-22 23:02:59 +00:00
|
|
|
"bin": {
|
|
|
|
"codepage": "./bin/codepage.njs"
|
|
|
|
},
|
2014-07-04 16:58:28 +00:00
|
|
|
"files": [
|
|
|
|
"LICENSE",
|
|
|
|
"README.md",
|
|
|
|
"bin",
|
|
|
|
"cptable.js",
|
|
|
|
"cputils.js",
|
|
|
|
"dist/cpexcel.full.js"
|
|
|
|
],
|
2013-12-06 16:21:34 +00:00
|
|
|
"main": "cputils.js",
|
2014-04-22 23:02:59 +00:00
|
|
|
"dependencies": {
|
|
|
|
"voc":"",
|
2014-09-27 18:05:43 +00:00
|
|
|
"concat-stream":"",
|
2016-01-16 03:51:05 +00:00
|
|
|
"exit-on-epipe":"",
|
2014-04-22 23:02:59 +00:00
|
|
|
"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": {
|
2016-09-22 17:42:47 +00:00
|
|
|
"pattern": "[cputils.js]"
|
2014-04-22 23:02:59 +00:00
|
|
|
}
|
|
|
|
},
|
2013-12-06 16:21:34 +00:00
|
|
|
"bugs": { "url": "https://github.com/SheetJS/js-codepage/issues" },
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"engines": { "node": ">=0.8" }
|
|
|
|
}
|