package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "sntp@1.0.9",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sntp@1.0.9",
  10. "_id": "sntp@1.0.9",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
  13. "_location": "/sntp",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "sntp@1.0.9",
  20. "name": "sntp",
  21. "escapedName": "sntp",
  22. "rawSpec": "1.0.9",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.9"
  25. },
  26. "_requiredBy": [
  27. "/hawk"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
  30. "_spec": "1.0.9",
  31. "_where": "E:\\item\\newItem\\admin",
  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. "contributors": [],
  41. "dependencies": {
  42. "hoek": "2.x.x"
  43. },
  44. "description": "SNTP Client",
  45. "devDependencies": {
  46. "lab": "4.x.x"
  47. },
  48. "engines": {
  49. "node": ">=0.8.0"
  50. },
  51. "homepage": "https://github.com/hueniverse/sntp#readme",
  52. "keywords": [
  53. "sntp",
  54. "ntp",
  55. "time"
  56. ],
  57. "licenses": [
  58. {
  59. "type": "BSD",
  60. "url": "http://github.com/hueniverse/sntp/raw/master/LICENSE"
  61. }
  62. ],
  63. "main": "index",
  64. "name": "sntp",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/hueniverse/sntp.git"
  68. },
  69. "scripts": {
  70. "test": "make test-cov"
  71. },
  72. "version": "1.0.9"
  73. }