{ "_from": "fast-xml-parser", "_id": "fast-xml-parser@4.4.0", "_inBundle": false, "_integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", "_location": "/fast-xml-parser", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "fast-xml-parser", "name": "fast-xml-parser", "escapedName": "fast-xml-parser", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", "_shasum": "341cc98de71e9ba9e651a67f41f1752d1441a501", "_spec": "fast-xml-parser", "_where": "/home/dorians/cronjob", "author": { "name": "Amit Gupta", "url": "https://solothought.com" }, "bin": { "fxparser": "src/cli/cli.js" }, "bugs": { "url": "https://github.com/NaturalIntelligence/fast-xml-parser/issues" }, "bundleDependencies": false, "dependencies": { "strnum": "^1.0.5" }, "deprecated": false, "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries", "devDependencies": { "@babel/core": "^7.13.10", "@babel/plugin-transform-runtime": "^7.13.10", "@babel/preset-env": "^7.13.10", "@babel/register": "^7.13.8", "@types/node": "20", "babel-loader": "^8.2.2", "cytorus": "^0.2.9", "eslint": "^8.3.0", "he": "^1.2.0", "jasmine": "^3.6.4", "nyc": "^15.1.0", "prettier": "^1.19.1", "publish-please": "^5.5.2", "typescript": "5", "webpack": "^5.64.4", "webpack-cli": "^4.9.1" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" }, { "type": "paypal", "url": "https://paypal.me/naturalintelligence" } ], "homepage": "https://github.com/NaturalIntelligence/fast-xml-parser#readme", "keywords": [ "fast", "xml", "json", "parser", "xml2js", "x2js", "xml2json", "js", "cli", "validator", "validate", "transformer", "assert", "js2xml", "json2xml", "html" ], "license": "MIT", "main": "./src/fxp.js", "name": "fast-xml-parser", "repository": { "type": "git", "url": "git+https://github.com/NaturalIntelligence/fast-xml-parser.git" }, "scripts": { "bundle": "webpack --config webpack-prod.config.js", "checkReadiness": "publish-please --dry-run", "coverage": "nyc report --reporter html --reporter text -t .nyc_output --report-dir .nyc_output/summary", "lint": "eslint src/*.js spec/*.js", "perf": "node ./benchmark/perfTest3.js", "prettier": "prettier --write src/**/*.js", "publish-please": "publish-please", "test": "nyc --reporter=lcov --reporter=text jasmine spec/*spec.js", "test-types": "tsc --noEmit spec/typings/typings-test.ts", "unit": "jasmine" }, "typings": "src/fxp.d.ts", "version": "4.4.0" }