Add/update filtered-sum-bms benchmark
This commit is contained in:
112
spot-launcher/node_modules/fast-xml-parser/package.json
generated
vendored
Normal file
112
spot-launcher/node_modules/fast-xml-parser/package.json
generated
vendored
Normal file
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"fast-xml-parser@4.4.1",
|
||||
"/home/peeters/git/lbt/exlbt/riscv/benchmark-spot"
|
||||
]
|
||||
],
|
||||
"_from": "fast-xml-parser@4.4.1",
|
||||
"_id": "fast-xml-parser@4.4.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
|
||||
"_location": "/fast-xml-parser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "fast-xml-parser@4.4.1",
|
||||
"name": "fast-xml-parser",
|
||||
"escapedName": "fast-xml-parser",
|
||||
"rawSpec": "4.4.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.4.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@aws-sdk/core"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
|
||||
"_spec": "4.4.1",
|
||||
"_where": "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot",
|
||||
"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",
|
||||
"@types/node": "20",
|
||||
"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",
|
||||
"typescript": "5",
|
||||
"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",
|
||||
"test-types": "tsc --noEmit spec/typings/typings-test.ts",
|
||||
"unit": "jasmine"
|
||||
},
|
||||
"typings": "src/fxp.d.ts",
|
||||
"version": "4.4.1"
|
||||
}
|
||||
Reference in New Issue
Block a user