Matjaz Mesnjak 1b7a6f7960 Initial commit.
2022-01-14 20:13:26 +01:00

65 lines
1.5 KiB
JSON
Executable File

{
"_from": "sntp@2.x.x",
"_id": "sntp@2.0.2",
"_inBundle": false,
"_integrity": "sha1-UGQRDwr4X3z9t9a2ekACjOUrSys=",
"_location": "/sntp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sntp@2.x.x",
"name": "sntp",
"escapedName": "sntp",
"rawSpec": "2.x.x",
"saveSpec": null,
"fetchSpec": "2.x.x"
},
"_requiredBy": [
"/hawk"
],
"_resolved": "https://registry.npmjs.org/sntp/-/sntp-2.0.2.tgz",
"_shasum": "5064110f0af85f7cfdb7d6b67a40028ce52b4b2b",
"_spec": "sntp@2.x.x",
"_where": "/export/home/matjaz/git/zoneadmin-master/node_modules/hawk",
"author": {
"name": "Eran Hammer",
"email": "eran@hammer.io",
"url": "http://hueniverse.com"
},
"bugs": {
"url": "https://github.com/hueniverse/sntp/issues"
},
"bundleDependencies": false,
"dependencies": {
"hoek": "4.x.x"
},
"deprecated": false,
"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"
}