{
  "name": "parse-npm-tarball-url",
  "version": "5.0.0",
  "description": "Parse a tarball URL hosted in the npm registry",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "engines": {
    "node": ">=22.13"
  },
  "files": [
    "lib/",
    "!*.map"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pnpm/parse-npm-tarball-url.git"
  },
  "keywords": [
    "npm",
    "parse",
    "url",
    "tarball"
  ],
  "author": {
    "name": "Zoltan Kochan",
    "email": "z@kochan.io",
    "url": "https://www.kochan.io/",
    "twitter": "ZoltanKochan"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pnpm/parse-npm-tarball-url/issues"
  },
  "homepage": "https://github.com/pnpm/parse-npm-tarball-url#readme",
  "dependencies": {
    "semver": "^7.6.3"
  },
  "devDependencies": {
    "@types/node": "^22.10.5",
    "@types/semver": "^7.5.8",
    "rimraf": "^6.0.1",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3"
  },
  "devEngines": {
    "packageManager": {
      "name": "pnpm",
      "version": "11",
      "onFail": "download"
    }
  },
  "scripts": {
    "build": "rimraf lib && tsc",
    "test": "tsx --test test/*.test.ts"
  }
}