{
  "_from": "anynum@^1.0.1",
  "_id": "anynum@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==",
  "_location": "/anynum",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "anynum@^1.0.1",
    "name": "anynum",
    "escapedName": "anynum",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/strnum"
  ],
  "_resolved": "https://registry.npmjs.org/anynum/-/anynum-1.0.1.tgz",
  "_shasum": "2aac00e08dfad3726c1d462e60dbc2f831659a44",
  "_spec": "anynum@^1.0.1",
  "_where": "/var/www/backendCherryk/cherry-k-be/node_modules/strnum",
  "author": {
    "name": "Amit Gupta",
    "url": "https://solothought.work/"
  },
  "bugs": {
    "url": "https://github.com/NaturalIntelligence/anynum/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Normalize all Unicode decimal digits (Devanagari, Arabic, Thai, etc.) to ASCII numerals. Zero dependencies, performance-first.",
  "files": [
    "anynum.js",
    "digitTable.js",
    "README.md"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/NaturalIntelligence"
    }
  ],
  "homepage": "https://github.com/NaturalIntelligence/anynum#readme",
  "keywords": [
    "unicode",
    "digits",
    "normalize",
    "devanagari",
    "arabic",
    "hindi",
    "japanese",
    "indic",
    "asian",
    "math",
    "numerals",
    "strnum"
  ],
  "license": "MIT",
  "main": "./anynum.js",
  "name": "anynum",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NaturalIntelligence/anynum.git"
  },
  "scripts": {
    "bench": "node test/bench.js",
    "test": "jasmine tests/anynum.test.js"
  },
  "type": "module",
  "version": "1.0.1"
}
