{
  "name": "whois-parsed",
  "version": "1.0.14",
  "description": "A wrapper for the fantastic whois module that parses whois data into consistent fields across multiple tlds",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec",
    "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moneals/whois-parsed.git"
  },
  "keywords": [
    "whois"
  ],
  "author": "Michael Smith <michael@juniperbay.com> (http://www.michaelosmith.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/moneals/whois-parsed/issues"
  },
  "homepage": "https://github.com/moneals/whois-parsed#readme",
  "engines": {
    "node": ">=4.2.4"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-datetime": "^1.5.0",
    "coveralls": "^3.0.2",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "punycode": "^2.1.1"
  },
  "dependencies": {
    "html-entities": "^1.2.1",
    "moment": "^2.22.2",
    "whois-raw": "^0.1.10"
  }
}
