package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "fast-xml-parser@4.2.5",
  3. "_id": "fast-xml-parser@4.2.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
  6. "_location": "/fast-xml-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "fast-xml-parser@4.2.5",
  12. "name": "fast-xml-parser",
  13. "escapedName": "fast-xml-parser",
  14. "rawSpec": "4.2.5",
  15. "saveSpec": null,
  16. "fetchSpec": "4.2.5"
  17. },
  18. "_requiredBy": [
  19. "/cos-nodejs-sdk-v5"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
  22. "_shasum": "a6747a09296a6cb34f2ae634019bf1738f3b421f",
  23. "_spec": "fast-xml-parser@4.2.5",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/cos-nodejs-sdk-v5",
  25. "author": {
  26. "name": "Amit Gupta",
  27. "url": "https://amitkumargupta.work/"
  28. },
  29. "bin": {
  30. "fxparser": "src/cli/cli.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/NaturalIntelligence/fast-xml-parser/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "strnum": "^1.0.5"
  38. },
  39. "deprecated": false,
  40. "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
  41. "devDependencies": {
  42. "@babel/core": "^7.13.10",
  43. "@babel/plugin-transform-runtime": "^7.13.10",
  44. "@babel/preset-env": "^7.13.10",
  45. "@babel/register": "^7.13.8",
  46. "babel-loader": "^8.2.2",
  47. "cytorus": "^0.2.9",
  48. "eslint": "^8.3.0",
  49. "he": "^1.2.0",
  50. "jasmine": "^3.6.4",
  51. "nyc": "^15.1.0",
  52. "prettier": "^1.19.1",
  53. "publish-please": "^5.5.2",
  54. "webpack": "^5.64.4",
  55. "webpack-cli": "^4.9.1"
  56. },
  57. "funding": [
  58. {
  59. "type": "paypal",
  60. "url": "https://paypal.me/naturalintelligence"
  61. },
  62. {
  63. "type": "github",
  64. "url": "https://github.com/sponsors/NaturalIntelligence"
  65. }
  66. ],
  67. "homepage": "https://github.com/NaturalIntelligence/fast-xml-parser#readme",
  68. "keywords": [
  69. "fast",
  70. "xml",
  71. "json",
  72. "parser",
  73. "xml2js",
  74. "x2js",
  75. "xml2json",
  76. "js",
  77. "cli",
  78. "validator",
  79. "validate",
  80. "transformer",
  81. "assert",
  82. "js2xml",
  83. "json2xml",
  84. "html"
  85. ],
  86. "license": "MIT",
  87. "main": "./src/fxp.js",
  88. "name": "fast-xml-parser",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/NaturalIntelligence/fast-xml-parser.git"
  92. },
  93. "scripts": {
  94. "bundle": "webpack --config webpack-prod.config.js",
  95. "checkReadiness": "publish-please --dry-run",
  96. "coverage": "nyc report --reporter html --reporter text -t .nyc_output --report-dir .nyc_output/summary",
  97. "lint": "eslint src/*.js spec/*.js",
  98. "perf": "node ./benchmark/perfTest3.js",
  99. "prettier": "prettier --write src/**/*.js",
  100. "publish-please": "publish-please",
  101. "test": "nyc --reporter=lcov --reporter=text jasmine spec/*spec.js",
  102. "unit": "jasmine"
  103. },
  104. "typings": "src/fxp.d.ts",
  105. "version": "4.2.5"
  106. }