package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "fast-xml-parser@^4.4.0",
  3. "_id": "fast-xml-parser@4.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
  6. "_location": "/fast-xml-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fast-xml-parser@^4.4.0",
  12. "name": "fast-xml-parser",
  13. "escapedName": "fast-xml-parser",
  14. "rawSpec": "^4.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.4.0"
  17. },
  18. "_requiredBy": [
  19. "/cos-wx-sdk-v5"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
  22. "_shasum": "c54d6b35aa0f23dc1ea60b6c884340c006dc6efb",
  23. "_spec": "fast-xml-parser@^4.4.0",
  24. "_where": "D:\\work\\his_user_app\\node_modules\\cos-wx-sdk-v5",
  25. "author": {
  26. "name": "Amit Gupta",
  27. "url": "https://solothought.com"
  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.1.1"
  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. "@types/node": "20",
  47. "babel-loader": "^8.2.2",
  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. "typescript": "5",
  55. "webpack": "^5.64.4",
  56. "webpack-cli": "^4.9.1"
  57. },
  58. "funding": [
  59. {
  60. "type": "github",
  61. "url": "https://github.com/sponsors/NaturalIntelligence"
  62. }
  63. ],
  64. "homepage": "https://github.com/NaturalIntelligence/fast-xml-parser#readme",
  65. "keywords": [
  66. "fast",
  67. "xml",
  68. "json",
  69. "parser",
  70. "xml2js",
  71. "x2js",
  72. "xml2json",
  73. "js",
  74. "cli",
  75. "validator",
  76. "validate",
  77. "transformer",
  78. "assert",
  79. "js2xml",
  80. "json2xml",
  81. "html"
  82. ],
  83. "license": "MIT",
  84. "main": "./src/fxp.js",
  85. "name": "fast-xml-parser",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/NaturalIntelligence/fast-xml-parser.git"
  89. },
  90. "scripts": {
  91. "bundle": "webpack --config webpack-prod.config.js",
  92. "checkReadiness": "publish-please --dry-run",
  93. "coverage": "nyc report --reporter html --reporter text -t .nyc_output --report-dir .nyc_output/summary",
  94. "lint": "eslint src/*.js spec/*.js",
  95. "perf": "node ./benchmark/perfTest3.js",
  96. "prettier": "prettier --write src/**/*.js",
  97. "publish-please": "publish-please",
  98. "test": "nyc --reporter=lcov --reporter=text jasmine spec/*spec.js",
  99. "test-types": "tsc --noEmit spec/typings/typings-test.ts",
  100. "unit": "jasmine"
  101. },
  102. "typings": "src/fxp.d.ts",
  103. "version": "4.5.3"
  104. }