thedesk/app/node_modules/sntp/package.json

68 lines
1.4 KiB
JSON
Raw Normal View History

2018-02-19 04:41:25 +11:00
{
"_args": [
[
2018-05-26 22:48:13 +10:00
"sntp@2.1.0",
"/Users/aa/TheDesk/app"
2018-02-19 04:41:25 +11:00
]
],
2018-05-26 22:48:13 +10:00
"_from": "sntp@2.1.0",
2018-02-19 04:41:25 +11:00
"_id": "sntp@2.1.0",
2018-05-26 22:48:13 +10:00
"_inBundle": false,
"_integrity": "sha1-LGzsFP7cIiJznK+bXD2F0cxaLMg=",
2018-02-19 04:41:25 +11:00
"_location": "/sntp",
"_phantomChildren": {},
"_requested": {
2018-05-26 22:48:13 +10:00
"type": "version",
"registry": true,
"raw": "sntp@2.1.0",
2018-02-19 04:41:25 +11:00
"name": "sntp",
2018-05-26 22:48:13 +10:00
"escapedName": "sntp",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
2018-02-19 04:41:25 +11:00
},
"_requiredBy": [
"/hawk"
],
"_resolved": "https://registry.npmjs.org/sntp/-/sntp-2.1.0.tgz",
2018-05-26 22:48:13 +10:00
"_spec": "2.1.0",
"_where": "/Users/aa/TheDesk/app",
2018-02-19 04:41:25 +11:00
"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": "14.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.1.0"
}