-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.01 KB
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
{
"_from": "cfb@~1.0.6",
"_id": "cfb@1.0.7",
"_inBundle": false,
"_integrity": "sha512-KjjZFR+a/e8RDdDTr4PwR0P/HIFRI3sxArFQttml0pFkhIO4TnvS/1+dqtGXPqe5/0MHp2IzjFx1JTzmohHT+w==",
"_location": "/cfb",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cfb@~1.0.6",
"name": "cfb",
"escapedName": "cfb",
"rawSpec": "~1.0.6",
"saveSpec": null,
"fetchSpec": "~1.0.6"
},
"_requiredBy": [
"/xlsx"
],
"_resolved": "https://registry.npmjs.org/cfb/-/cfb-1.0.7.tgz",
"_shasum": "ccb615eb1bb0a039e7829ab0b2ad4ea564fbaa78",
"_spec": "cfb@~1.0.6",
"_where": "I:\\Telegram\\usecase\\node_concordance\\node_modules\\xlsx",
"author": {
"name": "sheetjs"
},
"bin": {
"cfb": "./bin/cfb.njs"
},
"browser": {
"node": false,
"process": false,
"fs": false
},
"bugs": {
"url": "https://github.com/SheetJS/js-cfb/issues"
},
"bundleDependencies": false,
"config": {
"blanket": {
"pattern": "cfb.js"
}
},
"dependencies": {
"commander": "^2.14.1",
"printj": "~1.1.2"
},
"deprecated": false,
"description": "Compound File Binary File Format extractor",
"devDependencies": {
"@sheetjs/uglify-js": "~2.7.3",
"@types/commander": "^2.9.0",
"@types/node": "^8.5.9",
"blanket": "~1.2.3",
"crc-32": "~1.2.0",
"dtslint": "~0.1.2",
"mocha": "~2.5.3",
"typescript": "2.2.0"
},
"engines": {
"node": ">=0.8"
},
"files": [
"LICENSE",
"README.md",
"bin/",
"dist/",
"types/index.d.ts",
"types/tsconfig.json",
"cfb.js",
"xlscfb.flow.js"
],
"homepage": "http://sheetjs.com/opensource",
"keywords": [
"cfb",
"compression",
"office"
],
"license": "Apache-2.0",
"main": "./cfb",
"name": "cfb",
"repository": {
"type": "git",
"url": "git://github.com/SheetJS/js-cfb.git"
},
"scripts": {
"dtslint": "dtslint types",
"pretest": "make init",
"test": "make test"
},
"types": "types",
"version": "1.0.7"
}