{
  "_args": [
    [
      {
        "name": "punycode",
        "raw": "punycode@^2.1.0",
        "rawSpec": "^2.1.0",
        "scope": null,
        "spec": ">=2.1.0 <3.0.0",
        "type": "range"
      },
      "/root/open-file/books/node_modules/uri-js"
    ]
  ],
  "_from": "punycode@>=2.1.0 <3.0.0",
  "_hasShrinkwrap": false,
  "_id": "punycode@2.3.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/punycode",
  "_nodeVersion": "20.9.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/punycode_2.3.1_1698690512274_0.9133580553307208"
  },
  "_npmUser": {
    "email": "node-team-npm+wombot@google.com",
    "name": "google-wombot"
  },
  "_npmVersion": "10.1.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "punycode",
    "raw": "punycode@^2.1.0",
    "rawSpec": "^2.1.0",
    "scope": null,
    "spec": ">=2.1.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/tough-cookie",
    "/uri-js"
  ],
  "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  "_shasum": "027422e2faec0b25e1549c3e1bd8309b9133b6e5",
  "_shrinkwrap": null,
  "_spec": "punycode@^2.1.0",
  "_where": "/root/open-file/books/node_modules/uri-js",
  "author": {
    "name": "Mathias Bynens",
    "url": "https://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/mathiasbynens/punycode.js/issues"
  },
  "contributors": [
    {
      "name": "Mathias Bynens",
      "url": "https://mathiasbynens.be/"
    }
  ],
  "dependencies": {},
  "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  "devDependencies": {
    "codecov": "^3.8.3",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0"
  },
  "directories": {},
  "dist": {
    "fileCount": 5,
    "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
    "shasum": "027422e2faec0b25e1549c3e1bd8309b9133b6e5",
    "signatures": [
      {
        "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
        "sig": "MEUCIHZvXa/+EopO0I7a00fXXIlm21laKpF9NAascJaEmE6gAiEAueild+KrVfZMTffBSXj1LfptDjmXF437Aet8pmmV9m8="
      }
    ],
    "tarball": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
    "unpackedSize": 33514
  },
  "engines": {
    "node": ">=6"
  },
  "gitHead": "9e1b2cda98d215d3a73fcbfe93c62e021f4ba768",
  "homepage": "https://mths.be/punycode",
  "jsnext:main": "punycode.es6.js",
  "jspm": {
    "map": {
      "./punycode.js": {
        "node": "@node/punycode"
      }
    }
  },
  "keywords": [
    "punycode",
    "unicode",
    "idn",
    "idna",
    "dns",
    "url",
    "domain"
  ],
  "license": "MIT",
  "main": "punycode.js",
  "maintainers": [
    {
      "email": "mathias@qiwi.be",
      "name": "mathias"
    },
    {
      "email": "node-team-npm+wombot@google.com",
      "name": "google-wombot"
    }
  ],
  "module": "punycode.es6.js",
  "name": "punycode",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathiasbynens/punycode.js.git"
  },
  "scripts": {
    "build": "node scripts/prepublish.js",
    "test": "mocha tests"
  },
  "version": "2.3.1"
}
