2019-09-10 00:27:23 +07:00
|
|
|
{
|
2019-12-13 21:19:15 +07:00
|
|
|
"_from": "fast-xml-parser@3.15.1",
|
|
|
|
"_id": "fast-xml-parser@3.15.1",
|
2019-09-10 00:27:23 +07:00
|
|
|
"_inBundle": false,
|
2019-12-13 21:19:15 +07:00
|
|
|
"_integrity": "sha512-MStlD6aNPZCd9msF5wBh2VJ0jAE2zz85ipk+OIPO+pZi64ckY//oGi5kskcTVRj2bMSmBI5F2SY1IGWHWZzbCA==",
|
2019-09-10 00:27:23 +07:00
|
|
|
"_location": "/fast-xml-parser",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
2019-12-13 21:19:15 +07:00
|
|
|
"raw": "fast-xml-parser@3.15.1",
|
2019-09-10 00:27:23 +07:00
|
|
|
"name": "fast-xml-parser",
|
|
|
|
"escapedName": "fast-xml-parser",
|
2019-12-13 21:19:15 +07:00
|
|
|
"rawSpec": "3.15.1",
|
2019-09-10 00:27:23 +07:00
|
|
|
"saveSpec": null,
|
2019-12-13 21:19:15 +07:00
|
|
|
"fetchSpec": "3.15.1"
|
2019-09-10 00:27:23 +07:00
|
|
|
},
|
|
|
|
"_requiredBy": [
|
2019-12-13 21:19:15 +07:00
|
|
|
"#USER",
|
2019-09-10 00:27:23 +07:00
|
|
|
"/"
|
|
|
|
],
|
2019-12-13 21:19:15 +07:00
|
|
|
"_resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.15.1.tgz",
|
|
|
|
"_shasum": "7299ef53b00d5c0f9809599396a26e6d1af20603",
|
|
|
|
"_spec": "fast-xml-parser@3.15.1",
|
|
|
|
"_where": "C:\\Users\\Stanley\\Projects\\GitHub\\setup-dotnet",
|
2019-09-10 00:27:23 +07:00
|
|
|
"author": {
|
|
|
|
"name": "Amit Gupta",
|
|
|
|
"url": "https://amitkumargupta.work/"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"xml2js": "./cli.js"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/issues"
|
|
|
|
},
|
2019-12-13 21:19:15 +07:00
|
|
|
"bundleDependencies": false,
|
2019-09-10 00:27:23 +07:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Alfonso Muñoz-Pomer Fuentes",
|
|
|
|
"email": "amunoz@ebi.ac.uk",
|
|
|
|
"url": "https://github.com/alfonsomunozpomer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Steve Reichenbach",
|
|
|
|
"url": "https://github.com/EyesOnlyNet"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Vohmyanin Sergey Vasilevich",
|
|
|
|
"url": "http://delagen.livejournal.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Andrew Udvare",
|
|
|
|
"url": "https://github.com/Tatsh"
|
|
|
|
}
|
|
|
|
],
|
2019-12-13 21:19:15 +07:00
|
|
|
"deprecated": false,
|
2019-09-10 00:27:23 +07:00
|
|
|
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
|
|
|
|
"devDependencies": {
|
2019-12-13 21:19:15 +07:00
|
|
|
"@babel/core": "^7.7.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.7.6",
|
|
|
|
"@babel/preset-env": "^7.7.6",
|
|
|
|
"@babel/register": "^7.7.4",
|
|
|
|
"babel-loader": "^8.0.6",
|
2019-09-10 00:27:23 +07:00
|
|
|
"benchmark": "^2.1.4",
|
2019-12-13 21:19:15 +07:00
|
|
|
"eslint": "^5.16.0",
|
2019-09-10 00:27:23 +07:00
|
|
|
"he": "^1.2.0",
|
|
|
|
"http-server": "^0.11.1",
|
|
|
|
"istanbul": "^0.4.5",
|
2019-12-13 21:19:15 +07:00
|
|
|
"jasmine": "^3.5.0",
|
|
|
|
"nimnjs": "^1.3.2",
|
|
|
|
"prettier": "^1.19.1",
|
|
|
|
"publish-please": "^5.5.1",
|
|
|
|
"webpack": "^4.41.2",
|
|
|
|
"webpack-cli": "^3.3.10"
|
2019-09-10 00:27:23 +07:00
|
|
|
},
|
|
|
|
"homepage": "https://github.com/NaturalIntelligence/fast-xml-parser#readme",
|
|
|
|
"keywords": [
|
|
|
|
"fast",
|
|
|
|
"xml",
|
|
|
|
"json",
|
|
|
|
"parser",
|
|
|
|
"xml2js",
|
|
|
|
"x2js",
|
|
|
|
"xml2json",
|
|
|
|
"js",
|
|
|
|
"traversable",
|
|
|
|
"cli",
|
|
|
|
"command",
|
|
|
|
"validator",
|
|
|
|
"validate",
|
|
|
|
"transformer",
|
|
|
|
"checker",
|
|
|
|
"assert",
|
|
|
|
"big",
|
|
|
|
"js2xml",
|
|
|
|
"json2xml",
|
|
|
|
"nimn",
|
|
|
|
"xml2nimn",
|
|
|
|
"locale",
|
|
|
|
"html"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./src/parser.js",
|
|
|
|
"name": "fast-xml-parser",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/NaturalIntelligence/fast-xml-parser.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"bundle": "webpack && webpack --config webpack-prod.config.js",
|
|
|
|
"coverage": "istanbul cover -x \"cli.js\" -x \"spec/*spec.js\" jasmine spec/*spec.js;",
|
|
|
|
"coverage:check": "istanbul check-coverage --branch 90 --statement 90",
|
|
|
|
"lint": "eslint src/*.js spec/*.js",
|
|
|
|
"perf": "node ./benchmark/perfTest3.js",
|
|
|
|
"postinstall": "node tasks/postinstall.js || exit 0",
|
2019-12-13 21:19:15 +07:00
|
|
|
"prepublishOnly": "publish-please guard",
|
2019-09-10 00:27:23 +07:00
|
|
|
"prettier": "prettier --write src/**/*.js",
|
2019-12-13 21:19:15 +07:00
|
|
|
"publish-please": "publish-please",
|
2019-09-10 00:27:23 +07:00
|
|
|
"test": "jasmine spec/*spec.js",
|
|
|
|
"unit": "jasmine"
|
|
|
|
},
|
|
|
|
"typings": "src/parser.d.ts",
|
2019-12-13 21:19:15 +07:00
|
|
|
"version": "3.15.1"
|
2019-09-10 00:27:23 +07:00
|
|
|
}
|