forked from brunovu20/node-xml2js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.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
{
"_id": "xml2js@0.4.22",
"_inBundle": false,
"_integrity": "",
"_location": "/xml2js",
"_phantomChildren": {},
"_requiredBy": [
"#USER",
"/"
],
"bundleDependencies": false,
"dependencies": {
"sax": ">=0.6.0",
"util.promisify": "~1.0.0",
"xmlbuilder": "~11.0.0"
},
"deprecated": false,
"description": "Simple XML to JavaScript object converter.",
"devDependencies": {
"coveralls": "^3.0.1",
"diff": ">=1.0.8",
"docco": ">=0.6.2",
"nyc": ">=2.2.1",
"zap": ">=0.2.9"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/francetvpub/node-xml2js",
"keywords": [
"xml",
"json"
],
"license": "MIT",
"main": "./lib/xml2js",
"name": "xml2js",
"repository": {
"type": "git",
"url": "git@github.com:francetvpub/node-xml2js.git"
},
"scripts": {
"build": "cake build",
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"doc": "cake doc",
"test": "zap"
},
"version": "0.4.22"
}