{
  "_args": [
    [
      "tr46@2.0.2",
      "/home/sonia/VisualStudioCode/Proyecto-React-Firebase/client"
    ]
  ],
  "_from": "tr46@2.0.2",
  "_id": "tr46@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==",
  "_location": "/tr46",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tr46@2.0.2",
    "name": "tr46",
    "escapedName": "tr46",
    "rawSpec": "2.0.2",
    "saveSpec": null,
    "fetchSpec": "2.0.2"
  },
  "_requiredBy": [
    "/whatwg-url"
  ],
  "_resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz",
  "_spec": "2.0.2",
  "_where": "/home/sonia/VisualStudioCode/Proyecto-React-Firebase/client",
  "author": {
    "name": "Sebastian Mayr",
    "email": "npm@smayr.name"
  },
  "bugs": {
    "url": "https://github.com/jsdom/tr46/issues"
  },
  "contributors": [
    {
      "name": "Timothy Gu",
      "email": "timothygu99@gmail.com"
    }
  ],
  "dependencies": {
    "punycode": "^2.1.1"
  },
  "description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
  "devDependencies": {
    "eslint": "^6.8.0",
    "mocha": "^6.2.2",
    "node-fetch": "^2.6.0",
    "pump": "^3.0.0",
    "regenerate": "^1.4.0",
    "unicode-12.1.0": "^0.8.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "lib/mappingTable.json",
    "lib/regexes.js",
    "lib/statusMapping.js"
  ],
  "homepage": "https://github.com/jsdom/tr46#readme",
  "keywords": [
    "unicode",
    "tr46",
    "uts46",
    "punycode",
    "url",
    "whatwg"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "tr46",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/tr46.git"
  },
  "scripts": {
    "lint": "eslint .",
    "prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js",
    "pretest": "node scripts/getLatestTests.js",
    "test": "mocha"
  },
  "unicodeVersion": "12.1.0",
  "version": "2.0.2"
}