{
  "_args": [
    [
      "sntp@2.0.2",
      "/app"
    ]
  ],
  "_from": "sntp@2.0.2",
  "_id": "sntp@2.0.2",
  "_inBundle": false,
  "_integrity": "sha1-UGQRDwr4X3z9t9a2ekACjOUrSys=",
  "_location": "/sntp",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sntp@2.0.2",
    "name": "sntp",
    "escapedName": "sntp",
    "rawSpec": "2.0.2",
    "saveSpec": null,
    "fetchSpec": "2.0.2"
  },
  "_requiredBy": [
    "/hawk"
  ],
  "_resolved": "https://registry.npmjs.org/sntp/-/sntp-2.0.2.tgz",
  "_spec": "2.0.2",
  "_where": "/app",
  "author": {
    "name": "Eran Hammer",
    "email": "eran@hammer.io",
    "url": "http://hueniverse.com"
  },
  "bugs": {
    "url": "https://github.com/hueniverse/sntp/issues"
  },
  "dependencies": {
    "hoek": "4.x.x"
  },
  "description": "SNTP Client",
  "devDependencies": {
    "code": "4.x.x",
    "lab": "10.x.x"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/hueniverse/sntp#readme",
  "keywords": [
    "sntp",
    "ntp",
    "time"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "sntp",
  "repository": {
    "type": "git",
    "url": "git://github.com/hueniverse/sntp.git"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L -m 20000",
    "test-cov-html": "lab -a code -r html -o coverage.html -m 20000"
  },
  "version": "2.0.2"
}
