package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "sntp@1.x.x",
  6. "scope": null,
  7. "escapedName": "sntp",
  8. "name": "sntp",
  9. "rawSpec": "1.x.x",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/hawk"
  14. ]
  15. ],
  16. "_from": "sntp@>=1.0.0 <2.0.0",
  17. "_id": "sntp@1.0.9",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/sntp",
  21. "_npmUser": {
  22. "name": "hueniverse",
  23. "email": "eran@hueniverse.com"
  24. },
  25. "_npmVersion": "1.4.23",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "sntp@1.x.x",
  29. "scope": null,
  30. "escapedName": "sntp",
  31. "name": "sntp",
  32. "rawSpec": "1.x.x",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/hawk"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
  40. "_shasum": "6541184cc90aeea6c6e7b35e2659082443c66198",
  41. "_shrinkwrap": null,
  42. "_spec": "sntp@1.x.x",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/hawk",
  44. "author": {
  45. "name": "Eran Hammer",
  46. "email": "eran@hammer.io",
  47. "url": "http://hueniverse.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/hueniverse/sntp/issues"
  51. },
  52. "contributors": [],
  53. "dependencies": {
  54. "hoek": "2.x.x"
  55. },
  56. "description": "SNTP Client",
  57. "devDependencies": {
  58. "lab": "4.x.x"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "6541184cc90aeea6c6e7b35e2659082443c66198",
  63. "tarball": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.8.0"
  67. },
  68. "gitHead": "ee2e35284f684609990681734d39010cd356d7da",
  69. "homepage": "https://github.com/hueniverse/sntp",
  70. "keywords": [
  71. "sntp",
  72. "ntp",
  73. "time"
  74. ],
  75. "licenses": [
  76. {
  77. "type": "BSD",
  78. "url": "http://github.com/hueniverse/sntp/raw/master/LICENSE"
  79. }
  80. ],
  81. "main": "index",
  82. "maintainers": [
  83. {
  84. "name": "hueniverse",
  85. "email": "eran@hueniverse.com"
  86. }
  87. ],
  88. "name": "sntp",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/hueniverse/sntp.git"
  94. },
  95. "scripts": {
  96. "test": "make test-cov"
  97. },
  98. "version": "1.0.9"
  99. }