{
  "_from": "strnum@^2.1.0",
  "_id": "strnum@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
  "_location": "/strnum",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "strnum@^2.1.0",
    "name": "strnum",
    "escapedName": "strnum",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/fast-xml-parser"
  ],
  "_resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
  "_shasum": "a5e00ba66ab25f9cafa3726b567ce7a49170937a",
  "_spec": "strnum@^2.1.0",
  "_where": "/var/www/html/backend_ssl/node_modules/fast-xml-parser",
  "author": {
    "name": "Amit Gupta",
    "url": "https://amitkumargupta.work/"
  },
  "bugs": {
    "url": "https://github.com/NaturalIntelligence/strnum/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
  },
  "type": "module",
  "version": "2.1.2"
}
