1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "codepage",
- "version": "1.3.8",
- "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":"",
- "concat-stream":"",
- "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" }
- }
|