package.json
5.29 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"_from": "xml-js@^1.6.11",
"_id": "xml-js@1.6.11",
"_inBundle": false,
"_integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==",
"_location": "/xml-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "xml-js@^1.6.11",
"name": "xml-js",
"escapedName": "xml-js",
"rawSpec": "^1.6.11",
"saveSpec": null,
"fetchSpec": "^1.6.11"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz",
"_shasum": "927d2f6947f7f1c19a316dd8eea3614e8b18f8e9",
"_spec": "xml-js@^1.6.11",
"_where": "C:\\Users\\owterm\\animal-Info",
"author": {
"name": "Yousuf Almarzooqi",
"email": "ysf953@gmail.com"
},
"bin": {
"xml-js": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/nashwaan/xml-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"sax": "^1.2.4"
},
"deprecated": false,
"description": "A convertor between XML text and Javascript object / JSON text.",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"biased-opener": "^0.2.8",
"browser-sync": "^2.26.3",
"cash-cat": "^0.2.0",
"codacy-coverage": "^3.4.0",
"codeclimate-test-reporter": "^0.5.1",
"codecov": "^3.1.0",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"eslint": "^5.12.0",
"globify": "^2.3.4",
"istanbul": "^0.4.5",
"jasmine": "^3.3.1",
"jest": "^20.0.4",
"jest-cli": "^20.0.4",
"jsonpath": "^1.0.0",
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.5",
"prismjs": "^1.15.0",
"typescript": "^3.2.2",
"unminified-webpack-plugin": "^1.4.2",
"watch": "^1.0.1",
"webpack": "^3.10.0"
},
"homepage": "https://github.com/nashwaan/xml-js#readme",
"keywords": [
"XML",
"xml",
"js",
"JSON",
"json",
"cdata",
"CDATA",
"doctype",
"processing instruction",
"Javascript",
"js2xml",
"json2xml",
"xml2js",
"xml2json",
"transform",
"transformer",
"transforming",
"transformation",
"convert",
"convertor",
"converting",
"conversion",
"parse",
"parser",
"parsing"
],
"license": "MIT",
"main": "lib/index.js",
"name": "xml-js",
"repository": {
"type": "git",
"url": "git+https://github.com/nashwaan/xml-js.git"
},
"scripts": {
"build": "webpack",
"bundle:jasmine": "globify test/*.spec.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
"coverage": "npm-run-all coverage:*",
"coverage:a-step": "npm run istanbul",
"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/coverage-jasmine/lcov.info | codacy-coverage",
"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\coverage-jasmine\\lcov.info",
"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624 --file=test/coverage-jasmine/lcov.info ",
"coverage:coveralls": "cross-env COVERALLS_REPO_TOKEN=CaEwzjHxsKRqomJSYmGagrJdlR7uLHhHC && cat ./test/coverage-jasmine/lcov.info | coveralls",
"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
"deploy": "npm-run-all --serial coverage:* git:*",
"doc": "node doc/compile-doc.js",
"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
"git:push": "git push origin master",
"istanbul": "istanbul cover --dir test/coverage-jasmine test/index.js",
"istanbul-original": "istanbul cover --dir test/coverage-jasmine -x test/browse-** test/index.js",
"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
"jest": "jest --config=test/jest.conf.js",
"live": "npm-run-all --parallel live:* open:*",
"live:doc": "browser-sync start --port 9997 --server doc/ --files doc/templates/ --no-open --no-ui --no-online",
"live:istanbul": "browser-sync start --port 9998 --server test/coverage-jasmine/lcov-report/ --files test/coverage-jasmine/lcov-report/ --no-open --no-ui --no-online",
"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
"open-help": "biased-opener --help",
"open:doc": "biased-opener --browser chrome http://localhost:9997",
"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
"prepublish": "npm run test",
"start": "npm-run-all --parallel bundle:jasmine live:jasmine open:jasmine watch:istanbul live:istanbul open:istanbul",
"start:doc": "npm-run-all --parallel watch:doc live:doc open:doc",
"test": "npm run jasmine && npm run jest && npm run test:types",
"test:types": "tsc -p ./types",
"watch:doc": "watch \"npm run doc\" doc/templates/",
"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/coverage-.+/",
"watch:jasmine": "watch \"npm run jasmine\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/"
},
"types": "./types/index.d.ts",
"version": "1.6.11"
}