1
0
Fork 0
tera/Source/lib/ntp-client/package.json

72 lines
1.7 KiB
JSON
Raw Normal View History

2019-02-10 19:53:54 +00:00
{
"_from": "ntp-client",
"_id": "ntp-client@0.5.3",
"_inBundle": false,
"_integrity": "sha1-A8DI2mfj9Jl9oIPUaC3M4NkgijU=",
"_location": "/ntp-client",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ntp-client",
"name": "ntp-client",
"escapedName": "ntp-client",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ntp-client/-/ntp-client-0.5.3.tgz",
"_shasum": "03c0c8da67e3f4997da083d4682dcce0d9208a35",
"_spec": "ntp-client",
"_where": "C:\\VC++\\NodeJS\\MyMoney\\NW-Build",
"author": {
"name": "Clément Bourgeois",
"email": "moonpyk@gmail.com",
"url": "http://www.moonpyk.net"
},
"bin": {
"node-ntp-client": "bin/node-ntp-client"
},
"bugs": {
"url": "https://github.com/moonpyk/node-ntp-client/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Pure Javascript implementation of the NTP Client Protocol",
"devDependencies": {
"grunt": ">= 0.4.1",
"grunt-contrib-jshint": ">= 0.6.0",
"grunt-contrib-nodeunit": ">= 0.2.0",
"grunt-contrib-watch": ">= 0.4.0",
"nodeunit": ">= 0.8.1"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/moonpyk/node-ntp-client",
"keywords": [
"date",
"ntp"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/moonpyk/node-ntp-client/blob/master/LICENSE-MIT"
}
],
"main": "lib/ntp-client",
"name": "ntp-client",
"repository": {
"type": "git",
"url": "git://github.com/moonpyk/node-ntp-client.git"
},
"scripts": {
"test": "grunt jshint nodeunit"
},
"version": "0.5.3"
}