summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/hawk/node_modules/sntp/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/hawk/node_modules/sntp/package.json')
-rwxr-xr-xdeps/npm/node_modules/request/node_modules/hawk/node_modules/sntp/package.json47
1 files changed, 20 insertions, 27 deletions
diff --git a/deps/npm/node_modules/request/node_modules/hawk/node_modules/sntp/package.json b/deps/npm/node_modules/request/node_modules/hawk/node_modules/sntp/package.json
index 9c9c4ca503..cef2194349 100755
--- a/deps/npm/node_modules/request/node_modules/hawk/node_modules/sntp/package.json
+++ b/deps/npm/node_modules/request/node_modules/hawk/node_modules/sntp/package.json
@@ -1,48 +1,47 @@
{
- "_from": "sntp@1.x.x",
- "_id": "sntp@1.0.9",
- "_integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
+ "_from": "sntp@2.x.x",
+ "_id": "sntp@2.0.2",
+ "_inBundle": false,
+ "_integrity": "sha1-UGQRDwr4X3z9t9a2ekACjOUrSys=",
"_location": "/request/hawk/sntp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "sntp@1.x.x",
+ "raw": "sntp@2.x.x",
"name": "sntp",
"escapedName": "sntp",
- "rawSpec": "1.x.x",
+ "rawSpec": "2.x.x",
"saveSpec": null,
- "fetchSpec": "1.x.x"
+ "fetchSpec": "2.x.x"
},
"_requiredBy": [
"/request/hawk"
],
- "_resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
- "_shasum": "6541184cc90aeea6c6e7b35e2659082443c66198",
- "_shrinkwrap": null,
- "_spec": "sntp@1.x.x",
- "_where": "/Users/zkat/Documents/code/npm/node_modules/request/node_modules/hawk",
+ "_resolved": "https://registry.npmjs.org/sntp/-/sntp-2.0.2.tgz",
+ "_shasum": "5064110f0af85f7cfdb7d6b67a40028ce52b4b2b",
+ "_spec": "sntp@2.x.x",
+ "_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/hawk",
"author": {
"name": "Eran Hammer",
"email": "eran@hammer.io",
"url": "http://hueniverse.com"
},
- "bin": null,
"bugs": {
"url": "https://github.com/hueniverse/sntp/issues"
},
"bundleDependencies": false,
- "contributors": [],
"dependencies": {
- "hoek": "2.x.x"
+ "hoek": "4.x.x"
},
"deprecated": false,
"description": "SNTP Client",
"devDependencies": {
- "lab": "4.x.x"
+ "code": "4.x.x",
+ "lab": "10.x.x"
},
"engines": {
- "node": ">=0.8.0"
+ "node": ">=4.0.0"
},
"homepage": "https://github.com/hueniverse/sntp#readme",
"keywords": [
@@ -50,22 +49,16 @@
"ntp",
"time"
],
- "licenses": [
- {
- "type": "BSD",
- "url": "http://github.com/hueniverse/sntp/raw/master/LICENSE"
- }
- ],
- "main": "index",
+ "license": "BSD-3-Clause",
+ "main": "lib/index.js",
"name": "sntp",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/hueniverse/sntp.git"
},
"scripts": {
- "test": "make test-cov"
+ "test": "lab -a code -t 100 -L -m 20000",
+ "test-cov-html": "lab -a code -r html -o coverage.html -m 20000"
},
- "version": "1.0.9"
+ "version": "2.0.2"
}