{
  "_from": "express-recaptcha@^5.1.0",
  "_id": "express-recaptcha@5.1.0",
  "_inBundle": false,
  "_integrity": "sha512-L9BSaHbwVzEAf38LNnFwEbk4qpX1LiD1z8viBGYBuxyBWWVKMgBrKDb1mNLq6uSxubJzZbyIz+0ldgTSXfxsvQ==",
  "_location": "/express-recaptcha",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "express-recaptcha@^5.1.0",
    "name": "express-recaptcha",
    "escapedName": "express-recaptcha",
    "rawSpec": "^5.1.0",
    "saveSpec": null,
    "fetchSpec": "^5.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express-recaptcha/-/express-recaptcha-5.1.0.tgz",
  "_shasum": "e7aa67f85597ec4b90d68db540586f7205c46e7e",
  "_spec": "express-recaptcha@^5.1.0",
  "_where": "/home/stackaca/nodevenv/vataman.ro/12/lib",
  "author": {
    "name": "Paul du Pavillon"
  },
  "bugs": {
    "url": "https://github.com/pdupavillon/express-recaptcha/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Google recaptcha middleware for express",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/express": "^4.16.0",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.0",
    "@types/sinon": "^5.0.5",
    "body-parser": "^1.18.3",
    "chai": "^4.2.0",
    "consolidate": "^0.16.0",
    "ejs": "^3.1.6",
    "express": "^4.16.4",
    "mocha": "^9.1.3",
    "pug": "^3.0.1",
    "sinon": "^7.1.0",
    "ts-node": "^7.0.1",
    "typescript": "^3.1.3"
  },
  "engines": {
    "node": ">= 6"
  },
  "homepage": "https://github.com/pdupavillon/express-recaptcha",
  "keywords": [
    "express",
    "javascript",
    "nodejs",
    "recaptcha",
    "google",
    "captcha",
    "jade"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "express-recaptcha",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pdupavillon/express-recaptcha.git"
  },
  "scripts": {
    "build": "tsc --project src",
    "build:dev": "npm run clean && npm run build",
    "build:prod": "npm run test && npm run build",
    "clean": "rm -rf ./dist",
    "test": "mocha --require ts-node/register test/**/*.spec.ts",
    "test:watch": "mocha --watch --require ts-node/register test/**/*.spec.ts"
  },
  "types": "./dist/index.d.js",
  "version": "5.1.0"
}
