Add/update filtered-sum-bms benchmark
This commit is contained in:
65
spot-launcher/node_modules/strnum/package.json
generated
vendored
Normal file
65
spot-launcher/node_modules/strnum/package.json
generated
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"strnum@1.1.2",
|
||||
"/home/peeters/git/lbt/exlbt/riscv/benchmark-spot"
|
||||
]
|
||||
],
|
||||
"_from": "strnum@1.1.2",
|
||||
"_id": "strnum@1.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
|
||||
"_location": "/strnum",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "strnum@1.1.2",
|
||||
"name": "strnum",
|
||||
"escapedName": "strnum",
|
||||
"rawSpec": "1.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/fast-xml-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz",
|
||||
"_spec": "1.1.2",
|
||||
"_where": "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot",
|
||||
"author": {
|
||||
"name": "Amit Gupta",
|
||||
"url": "https://amitkumargupta.work/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/NaturalIntelligence/strnum/issues"
|
||||
},
|
||||
"description": "Parse String to Number based on configuration",
|
||||
"devDependencies": {
|
||||
"jasmine": "^5.6.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/NaturalIntelligence"
|
||||
}
|
||||
],
|
||||
"homepage": "https://github.com/NaturalIntelligence/strnum#readme",
|
||||
"keywords": [
|
||||
"string",
|
||||
"number",
|
||||
"parse",
|
||||
"convert"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "strnum.js",
|
||||
"name": "strnum",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/NaturalIntelligence/strnum.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jasmine strnum.test.js"
|
||||
},
|
||||
"version": "1.1.2"
|
||||
}
|
||||
Reference in New Issue
Block a user