package.json 1.5 KB

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