{
  "_from": "@adraffy/ens-normalize@1.10.1",
  "_id": "@adraffy/ens-normalize@1.10.1",
  "_inBundle": false,
  "_integrity": "sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==",
  "_location": "/@adraffy/ens-normalize",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@adraffy/ens-normalize@1.10.1",
    "name": "@adraffy/ens-normalize",
    "escapedName": "@adraffy%2fens-normalize",
    "scope": "@adraffy",
    "rawSpec": "1.10.1",
    "saveSpec": null,
    "fetchSpec": "1.10.1"
  },
  "_requiredBy": [
    "/ethers"
  ],
  "_resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.1.tgz",
  "_shasum": "63430d04bd8c5e74f8d7d049338f1cd9d4f02069",
  "_spec": "@adraffy/ens-normalize@1.10.1",
  "_where": "/home3/vjmuxybm/public_html/projects.eccyb.org/app/node_modules/ethers",
  "author": {
    "name": "raffy.eth",
    "email": "raffy@me.com",
    "url": "http://raffy.antistupid.com"
  },
  "bugs": {
    "url": "https://github.com/adraffy/ens-normalize.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Ethereum Name Service (ENS) Name Normalizer",
  "devDependencies": {
    "@rollup/plugin-alias": "^5.0.0",
    "@rollup/plugin-terser": "^0.4.0",
    "rollup": "^3.24.1"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.cjs"
    },
    "./xnf": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index-xnf.mjs",
      "default": "./dist/index-xnf.cjs"
    }
  },
  "files": [
    "./dist"
  ],
  "homepage": "https://github.com/adraffy/ens-normalize.js#readme",
  "keywords": [
    "ENS",
    "ENSIP-1",
    "ENSIP-15",
    "Ethereum",
    "UTS-46",
    "UTS-51",
    "IDNA",
    "Name",
    "Normalize",
    "Normalization",
    "NFC",
    "NFD"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "@adraffy/ens-normalize",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adraffy/ens-normalize.js.git"
  },
  "scripts": {
    "build": "rollup -c",
    "derive": "node derive/make.js",
    "labels": "node validate/download-labels.js",
    "make": "node src/make.js",
    "order": "node validate/dump-group-order.js save && npm run rebuild",
    "pack": "node ./src/prepost.js pack",
    "pub": "node ./src/prepost.js publish",
    "rebuild": "npm run derive && npm run make && npm run validate && npm run test && npm run build",
    "test": "node test/coder.js && node test/nf.js && node test/validate.js && node test/init.js",
    "unicode": "node derive/download.js",
    "validate": "node validate/make.js"
  },
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/index.d.ts"
      ]
    }
  },
  "version": "1.10.1"
}
