xwt
2 天以前 8957921b34cb2e108d3fd6013e1266486c96bfb3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "name": "codepage",
  "version": "1.15.0",
  "author": "SheetJS",
  "description": "pure-JS library to handle codepages",
  "keywords": [
    "codepage",
    "iconv",
    "convert",
    "strings"
  ],
  "main": "cputils.js",
  "types": "types",
  "browser": {
    "buffer": "false"
  },
  "devDependencies": {
    "voc": "~1.1.0",
    "mocha": "~2.5.3",
    "blanket": "~1.2.3",
    "@sheetjs/uglify-js": "~2.7.3",
    "@types/node": "^8.0.7",
    "@types/commander": "^2.12.0",
    "dtslint": "^0.1.2",
    "typescript": "2.2.0"
  },
  "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",
    "lint": "make fullint",
    "dtslint": "dtslint types"
  },
  "config": {
    "blanket": {
      "pattern": "[cputils.js]"
    }
  },
  "alex": {
    "allow": [
      "chinese",
      "european",
      "german",
      "japanese",
      "latin"
    ]
  },
  "homepage": "https://sheetjs.com/",
  "files": [
    "LICENSE",
    "README.md",
    "bin",
    "bits/*.js",
    "types/index.d.ts",
    "types/*.json",
    "cptable.js",
    "cputils.js",
    "dist/sbcs.full.js",
    "dist/cpexcel.full.js"
  ],
  "bugs": {
    "url": "https://github.com/SheetJS/js-codepage/issues"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=0.8"
  }
}