HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/fast-xml-parser/package.json
{
  "_args": [
    [
      "fast-xml-parser@4.3.2",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_development": true,
  "_from": "fast-xml-parser@4.3.2",
  "_id": "fast-xml-parser@4.3.2",
  "_inBundle": false,
  "_integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==",
  "_location": "/fast-xml-parser",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fast-xml-parser@4.3.2",
    "name": "fast-xml-parser",
    "escapedName": "fast-xml-parser",
    "rawSpec": "4.3.2",
    "saveSpec": null,
    "fetchSpec": "4.3.2"
  },
  "_requiredBy": [
    "/is-svg"
  ],
  "_resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz",
  "_spec": "4.3.2",
  "_where": "/home/arjun/projects/buyercall",
  "author": {
    "name": "Amit Gupta",
    "url": "https://solothought.com"
  },
  "bin": {
    "fxparser": "src/cli/cli.js"
  },
  "bugs": {
    "url": "https://github.com/NaturalIntelligence/fast-xml-parser/issues"
  },
  "dependencies": {
    "strnum": "^1.0.5"
  },
  "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",
    "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",
    "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",
    "unit": "jasmine"
  },
  "typings": "src/fxp.d.ts",
  "version": "4.3.2"
}