{
  "name": "npm-registry-mirror",
  "version": "2.2.10",
  "description": "npm-registry-mirror is a utility for mirroring a subset of npm packages from another npm registry. It syncs all of the dependencies for a particular node module and writes them to the local filesystem so that a simple webserver can behave like a read-only compliant package registry.",
  "main": "server.js",
  "dependencies": {
    "cnyks": "^3.2.1",
    "express": "^4.14.0",
    "glob": "^7.0.3",
    "mout": "~1.0.0",
    "npm-package-arg": "^12.0.2",
    "nyks": "^6.1.8",
    "semver": "^5.1.0"
  },
  "scripts": {
    "start": "cnyks . --ir://start",
    "preversion": "npm run eslint",
    "eslint": "eslint .",
    "test": "npm run eslint && npm run cover",
    "mocha": "node node_modules/mocha/bin/_mocha -b",
    "cover": "nyc mocha"
  },
  "devDependencies": {
    "eslint": "^8.57.0",
    "eslint-plugin-ivs": "^4.0.1",
    "expect.js": "^0.3.1",
    "mocha": "^3.1.2",
    "nyc": "^15.1.0"
  },
  "keywords": [
    "npm",
    "npm-mirror",
    "npm-registry-mirror",
    "registry-mirror",
    "registry",
    "Let's have a beer and talk in Paris"
  ],
  "author": "Francois Leurent <131.code@leurent.email>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git@github.com:131/npm-mirror.git"
  },
  "bugs": {
    "url": "https://github.com/131/npm-mirror/issues"
  },
  "homepage": "https://github.com/131/npm-mirror"
}
