-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.13 KB
/
package.json
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
{
"_from": "excel-classificator",
"_inBundle": false,
"_integrity": "",
"_location": "/excel-classificator",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "excel-classificator",
"name": "excel-classificator",
"escapedName": "excel-classificator",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/excel-classificator/-/excel-classificator-0.0.8.tgz",
"_shasum": "",
"_spec": "excel-classificator",
"_where": "",
"author": "Quique Molla <[email protected]>",
"bugs": {
"url": "https://github.com/emolla/excel-classificator/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.5.1",
"node-cmd": "^3.0.0"
},
"deprecated": false,
"description": "This library classifies the spreadsheet input file using a mapping with the desired column names.",
"devDependencies": {
"chai": "^4.1.2",
"chai-json-schema": "^1.5.0",
"grunt": "~0.4.1",
"grunt-contrib-internal": "~0.4.3",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-nodeunit": "^0.1.2",
"grunt-contrib-watch": "~0.3.1",
"mocha": "^5.0.1"
},
"engines": {
"node": ">=0.8"
},
"homepage": "https://github.com/emolla/excel-classificator",
"keywords": [
"excel",
"spreadsheet",
"xls",
"xlsx",
"csv"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/emolla/datlas/blob/master/LICENSE-MIT"
}
],
"main": "excel-classificator.js",
"name": "excel-classificator",
"repository": {
"type": "git",
"url": "git://github.com/emolla/excel-classificator.git"
},
"scripts": {
"test": "mocha test/**.spec.js"
},
"version": "0.0.8",
"warnings": [
{
"code": "ENOTSUP",
"required": {
"node": "~0.8.2"
},
"pkgid": "[email protected]"
},
{
"code": "ENOTSUP",
"required": {
"node": "~0.8.2"
},
"pkgid": "[email protected]"
}
],
"directories": {
"test": "test"
},
"license": "ISC"
}