{
  "_from": "strnum@^2.4.1",
  "_id": "strnum@2.4.1",
  "_inBundle": false,
  "_integrity": "sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==",
  "_location": "/strnum",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "strnum@^2.4.1",
    "name": "strnum",
    "escapedName": "strnum",
    "rawSpec": "^2.4.1",
    "saveSpec": null,
    "fetchSpec": "^2.4.1"
  },
  "_requiredBy": [
    "/fast-xml-parser"
  ],
  "_resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.1.tgz",
  "_shasum": "85417f683113badea0fe7e17227676f889ff7e58",
  "_spec": "strnum@^2.4.1",
  "_where": "/home/drmkononi/public_html/backend/node_modules/fast-xml-parser",
  "author": {
    "name": "Amit Gupta",
    "url": "https://solothought.work/"
  },
  "bugs": {
    "url": "https://github.com/NaturalIntelligence/strnum/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "anynum": "^1.0.1"
  },
  "deprecated": false,
  "description": "Parse String to Number based on configuration",
  "devDependencies": {
    "@byspec/numbers": "^0.1.1",
    "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",
    "unicode"
  ],
  "license": "MIT",
  "main": "strnum.js",
  "name": "strnum",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NaturalIntelligence/strnum.git"
  },
  "scripts": {
    "test": "jasmine tests/*_test.js"
  },
  "type": "module",
  "version": "2.4.1"
}
