package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "sntp@2.1.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "sntp@2.x.x",
  9. "_id": "sntp@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-FL1b58BDrqS3A11lJ0zEdnJ3UOKqVxawAkF3k7F0CVN7VQ34aZrV+G8BZ1WC9ZL7NyrwsW0oviwsWDgRuVYtJg==",
  12. "_location": "/sntp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sntp@2.1.0",
  18. "name": "sntp",
  19. "escapedName": "sntp",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/hawk"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/sntp/-/sntp-2.1.0.tgz",
  29. "_shasum": "2c6cec14fedc2222739caf9b5c3d85d1cc5a2cc8",
  30. "_spec": "2.1.0",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Eran Hammer",
  34. "email": "eran@hammer.io",
  35. "url": "http://hueniverse.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/hueniverse/sntp/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "hoek": "4.x.x"
  43. },
  44. "deprecated": false,
  45. "description": "SNTP Client",
  46. "devDependencies": {
  47. "code": "4.x.x",
  48. "lab": "14.x.x"
  49. },
  50. "engines": {
  51. "node": ">=4.0.0"
  52. },
  53. "homepage": "https://github.com/hueniverse/sntp#readme",
  54. "keywords": [
  55. "sntp",
  56. "ntp",
  57. "time"
  58. ],
  59. "license": "BSD-3-Clause",
  60. "main": "lib/index.js",
  61. "name": "sntp",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/hueniverse/sntp.git"
  65. },
  66. "scripts": {
  67. "test": "lab -a code -t 100 -L -m 20000",
  68. "test-cov-html": "lab -a code -r html -o coverage.html -m 20000"
  69. },
  70. "version": "2.1.0"
  71. }