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
| {
| "_args": [
| [
| "xlsx-style@0.8.13",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "xlsx-style@0.8.13",
| "_id": "xlsx-style@0.8.13",
| "_inBundle": false,
| "_integrity": "sha1-7SONa4wFYvlEfCkGq73tLTOeBIY=",
| "_location": "/xlsx-style",
| "_phantomChildren": {
| "concat-stream": "2.0.0",
| "exit-on-epipe": "1.0.1",
| "printj": "1.1.2",
| "voc": "1.2.0"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "xlsx-style@0.8.13",
| "name": "xlsx-style",
| "escapedName": "xlsx-style",
| "rawSpec": "0.8.13",
| "saveSpec": null,
| "fetchSpec": "0.8.13"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/xlsx-style/-/xlsx-style-0.8.13.tgz",
| "_spec": "0.8.13",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "sheetjs"
| },
| "bin": {
| "xlsx": "./bin/xlsx.njs"
| },
| "bugs": {
| "url": "https://github.com/protobi/js-xlsx/issues"
| },
| "config": {
| "blanket": {
| "pattern": "xlsx.js"
| }
| },
| "dependencies": {
| "adler-32": "",
| "cfb": ">=0.10.0",
| "codepage": "~1.3.6",
| "commander": "",
| "crc-32": "",
| "jszip": "2.4.0",
| "ssf": "~0.8.1"
| },
| "description": "Excel (XLSB/XLSX/XLSM/XLS/XML) and ODS spreadsheet parser and writer (extended to enable read/write of cell formats with xlsx files)",
| "devDependencies": {
| "cheerio": "^0.19.0",
| "mocha": "",
| "uglify-js": "",
| "xlsjs": ""
| },
| "engines": {
| "node": ">=0.8"
| },
| "homepage": "https://github.com/protobi/js-xlsx/tree/beta#readme",
| "keywords": [
| "excel",
| "xls",
| "xlsx",
| "xlsb",
| "xlsm",
| "ods",
| "office",
| "spreadsheet"
| ],
| "license": "Apache-2.0",
| "main": "./xlsx",
| "name": "xlsx-style",
| "repository": {
| "type": "git",
| "url": "git://github.com/protobi/js-xlsx.git#beta"
| },
| "scripts": {
| "pretest": "git submodule init && git submodule update",
| "test": "make test"
| },
| "version": "0.8.13"
| }
|
|