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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
| {
| "_from": "codepage@~1.14.0",
| "_id": "codepage@1.14.0",
| "_inBundle": false,
| "_integrity": "sha512-iz3zJLhlrg37/gYRWgEPkaFTtzmnEv1h+r7NgZum2lFElYQPi0/5bnmuDfODHxfp0INEfnRqyfyeIJDbb7ahRw==",
| "_location": "/codepage",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "codepage@~1.14.0",
| "name": "codepage",
| "escapedName": "codepage",
| "rawSpec": "~1.14.0",
| "saveSpec": null,
| "fetchSpec": "~1.14.0"
| },
| "_requiredBy": [
| "/xlsx"
| ],
| "_resolved": "https://registry.npmmirror.com/codepage/-/codepage-1.14.0.tgz",
| "_shasum": "8cbe25481323559d7d307571b0fff91e7a1d2f99",
| "_spec": "codepage@~1.14.0",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\xlsx",
| "alex": {
| "allow": [
| "chinese",
| "european",
| "german",
| "japanese",
| "latin"
| ]
| },
| "author": {
| "name": "SheetJS"
| },
| "bin": {
| "codepage": "bin/codepage.njs"
| },
| "browser": {
| "buffer": "false"
| },
| "bugs": {
| "url": "https://github.com/SheetJS/js-codepage/issues"
| },
| "bundleDependencies": false,
| "config": {
| "blanket": {
| "pattern": "[cputils.js]"
| }
| },
| "dependencies": {
| "commander": "~2.14.1",
| "exit-on-epipe": "~1.0.1"
| },
| "deprecated": false,
| "description": "pure-JS library to handle codepages",
| "devDependencies": {
| "@sheetjs/uglify-js": "~2.7.3",
| "@types/commander": "^2.12.0",
| "@types/node": "^8.0.7",
| "blanket": "~1.2.3",
| "dtslint": "^0.1.2",
| "mocha": "~2.5.3",
| "typescript": "2.2.0",
| "voc": "~1.1.0"
| },
| "engines": {
| "node": ">=0.8"
| },
| "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"
| ],
| "homepage": "http://sheetjs.com/opensource",
| "keywords": [
| "codepage",
| "iconv",
| "convert",
| "strings"
| ],
| "license": "Apache-2.0",
| "main": "cputils.js",
| "name": "codepage",
| "repository": {
| "type": "git",
| "url": "git://github.com/SheetJS/js-codepage.git"
| },
| "scripts": {
| "build": "make js",
| "dtslint": "dtslint types",
| "lint": "make fullint",
| "pretest": "git submodule init && git submodule update",
| "test": "make test"
| },
| "types": "types",
| "version": "1.14.0"
| }
|
|