| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_from": "fast-xml-parser@4.2.5",
- "_id": "fast-xml-parser@4.2.5",
- "_inBundle": false,
- "_integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
- "_location": "/fast-xml-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "fast-xml-parser@4.2.5",
- "name": "fast-xml-parser",
- "escapedName": "fast-xml-parser",
- "rawSpec": "4.2.5",
- "saveSpec": null,
- "fetchSpec": "4.2.5"
- },
- "_requiredBy": [
- "/cos-nodejs-sdk-v5"
- ],
- "_resolved": "https://registry.npmmirror.com/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
- "_shasum": "a6747a09296a6cb34f2ae634019bf1738f3b421f",
- "_spec": "fast-xml-parser@4.2.5",
- "_where": "/data/wwwroot/qimall/node/node_modules/cos-nodejs-sdk-v5",
- "author": {
- "name": "Amit Gupta",
- "url": "https://amitkumargupta.work/"
- },
- "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",
- "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": "paypal",
- "url": "https://paypal.me/naturalintelligence"
- },
- {
- "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",
- "unit": "jasmine"
- },
- "typings": "src/fxp.d.ts",
- "version": "4.2.5"
- }
|