123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_from": "fast-xml-parser@^4.4.0",
- "_id": "fast-xml-parser@4.5.3",
- "_inBundle": false,
- "_integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
- "_location": "/fast-xml-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "fast-xml-parser@^4.4.0",
- "name": "fast-xml-parser",
- "escapedName": "fast-xml-parser",
- "rawSpec": "^4.4.0",
- "saveSpec": null,
- "fetchSpec": "^4.4.0"
- },
- "_requiredBy": [
- "/cos-wx-sdk-v5"
- ],
- "_resolved": "https://registry.npmmirror.com/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
- "_shasum": "c54d6b35aa0f23dc1ea60b6c884340c006dc6efb",
- "_spec": "fast-xml-parser@^4.4.0",
- "_where": "D:\\work\\his_user_app\\node_modules\\cos-wx-sdk-v5",
- "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.1.1"
- },
- "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",
- "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"
- }
- ],
- "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.5.3"
- }
|