{
  "name": "all-the-package-repos",
  "version": "2.0.2896",
  "description": "All the repository URLs in the npm registry as an object whose keys are package names and values are URLs",
  "main": "data/packages.json",
  "repository": "https://github.com/nice-registry/all-the-package-repos",
  "author": "Zeke Sikelianos <zeke@sikelianos.com>",
  "license": "MIT",
  "files": [
    "data",
    "hostnames.js"
  ],
  "scripts": {
    "build": "node scripts/build.js",
    "stats": "node scripts/stats.js",
    "update": "node scripts/update.js",
    "test": "mocha && standard"
  },
  "devDependencies": {
    "all-the-package-names": "^2.0.2129",
    "bitbucket-url-to-object": "^0.3.0",
    "chai": "^5.2.0",
    "debug": "^4.4.0",
    "dedent": "^1.5.3",
    "github-url-to-object": "^4.0.2",
    "got": "^14.4.7",
    "is-url": "^1.2.2",
    "mocha": "^11.1.0",
    "ora": "^8.2.0",
    "package-stream": "^3.0.1",
    "standard": "^17.1.2"
  },
  "dependencies": {
    "count-array-values": "^1.2.1"
  },
  "bin": {
    "all-the-package-repo-hostnames": "hostnames.js"
  }
}
