{
  "_from": "@adraffy/ens-normalize@1.9.2",
  "_id": "@adraffy/ens-normalize@1.9.2",
  "_inBundle": false,
  "_integrity": "sha512-0h+FrQDqe2Wn+IIGFkTCd4aAwTJ+7834Ek1COohCyV26AXhwQ7WQaz+4F/nLOeVl/3BtWHOHLPsq46V8YB46Eg==",
  "_location": "/@adraffy/ens-normalize",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@adraffy/ens-normalize@1.9.2",
    "name": "@adraffy/ens-normalize",
    "escapedName": "@adraffy%2fens-normalize",
    "scope": "@adraffy",
    "rawSpec": "1.9.2",
    "saveSpec": null,
    "fetchSpec": "1.9.2"
  },
  "_requiredBy": [
    "/ethers"
  ],
  "_resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.9.2.tgz",
  "_shasum": "60111a5d9db45b2e5cbb6231b0bb8d97e8659316",
  "_spec": "@adraffy/ens-normalize@1.9.2",
  "_where": "/home/mediatechservice/nodevenv/public_html/backend.platinumcode.net/10/lib/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": "Compact ES6 Ethereum Name Service (ENS) Name Normalizer",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.0",
    "rollup": "^3.20.0"
  },
  "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",
    "Ethereum",
    "UTS-46",
    "UTS-51",
    "IDNA",
    "Normalize",
    "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/validate.js",
    "validate": "node validate/make.js"
  },
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/index.d.ts"
      ]
    }
  },
  "version": "1.9.2"
}
