• File: package.json
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/proxyquire/package.json
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 847 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
  "name": "proxyquire",
  "version": "2.1.3",
  "description": "Proxies nodejs require in order to allow overriding dependencies during testing.",
  "main": "index.js",
  "scripts": {
    "test": "standard && mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thlorenz/proxyquire.git"
  },
  "keywords": [
    "require",
    "dependency",
    "injection",
    "di",
    "inject",
    "swap",
    "test",
    "mock",
    "stub"
  ],
  "author": "Thorsten Lorenz",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^5.2.0",
    "native-hello-world": "^1.0.0",
    "should": "^13.2.3",
    "sinon": "^7.3.2",
    "standard": "^13.0.1"
  },
  "dependencies": {
    "fill-keys": "^1.0.2",
    "module-not-found-error": "^1.0.1",
    "resolve": "^1.11.1"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  }
}