{
  "_args": [
    [
      "socket-anti-spam@2.0.0",
      "/var/www/html"
    ]
  ],
  "_from": "socket-anti-spam@2.0.0",
  "_id": "socket-anti-spam@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-glCDT8LrqwSY+tQJtvaz3YwTw1HL6bgWVvaQFumkClOcF+Jbg0NlAImqQabowNJcrCxr1dibKRoAvIfN98FKVw==",
  "_location": "/socket-anti-spam",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "socket-anti-spam@2.0.0",
    "name": "socket-anti-spam",
    "escapedName": "socket-anti-spam",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/socket-anti-spam/-/socket-anti-spam-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/html",
  "author": {
    "name": "michaeldegroot"
  },
  "bugs": {
    "url": "https://github.com/michaeldegroot/socket-anti-spam/issues"
  },
  "dependencies": {
    "moment": "^2.21.0"
  },
  "description": "This module prevents socket.emit spams by clients via ip bans",
  "devDependencies": {
    "assert": "^1.3.0",
    "assert-plus": "^1.0.0",
    "coveralls": "^2.11.4",
    "express": "^4.13.3",
    "istanbul": "^0.4.1",
    "mocha": "^3.0.2",
    "mocha-lcov-reporter": "^1.2.0",
    "node-static": "^0.7.8",
    "redis": "^2.8.0",
    "request": "^2.67.0",
    "socket.io": "^2.0.1",
    "socket.io-client": "^2.0.1"
  },
  "homepage": "https://github.com/michaeldegroot/socket-anti-spam#readme",
  "keywords": [
    "socket.io",
    "antispam",
    "anti",
    "spam",
    "socket"
  ],
  "license": "MIT",
  "main": "antispam.js",
  "name": "socket-anti-spam",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaeldegroot/socket-anti-spam.git"
  },
  "scripts": {
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*",
    "coveralls": "npm bin /istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/* && node node_modules/coveralls/bin/coveralls.js < coverage/lcov.info",
    "test": "mocha"
  },
  "version": "2.0.0"
}
