package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "author": {
  3. "name": "Robert Kieffer",
  4. "email": "robert@broofa.com"
  5. },
  6. "bin": {
  7. "uuid": "./bin/uuid"
  8. },
  9. "bugs": {
  10. "url": "https://github.com/broofa/node-uuid/issues"
  11. },
  12. "contributors": [
  13. {
  14. "name": "AJ ONeal",
  15. "email": "coolaj86@gmail.com"
  16. },
  17. {
  18. "name": "Christoph Tavan",
  19. "email": "dev@tavan.de"
  20. }
  21. ],
  22. "dependencies": {},
  23. "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  24. "devDependencies": {
  25. "nyc": "^2.2.0"
  26. },
  27. "directories": {},
  28. "homepage": "https://github.com/broofa/node-uuid",
  29. "installable": true,
  30. "keywords": [
  31. "guid",
  32. "rfc4122",
  33. "uuid"
  34. ],
  35. "lib": ".",
  36. "licenses": [
  37. {
  38. "type": "MIT",
  39. "url": "https://raw.github.com/broofa/node-uuid/master/LICENSE.md"
  40. }
  41. ],
  42. "main": "./uuid.js",
  43. "maintainers": [
  44. {
  45. "name": "broofa",
  46. "email": "robert@broofa.com"
  47. },
  48. {
  49. "name": "coolaj86",
  50. "email": "coolaj86@gmail.com"
  51. }
  52. ],
  53. "name": "node-uuid",
  54. "optionalDependencies": {},
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/broofa/node-uuid.git"
  58. },
  59. "scripts": {
  60. "coverage": "nyc npm test && nyc report",
  61. "test": "node test/test.js"
  62. },
  63. "url": "http://github.com/broofa/node-uuid",
  64. "version": "1.4.7",
  65. "gitHead": "309512573ec1c60143c257157479a20f7f1f51cd",
  66. "_id": "node-uuid@1.4.7",
  67. "_shasum": "6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f",
  68. "_from": "node-uuid@>=1.4.3 <1.5.0",
  69. "_npmVersion": "3.3.6",
  70. "_nodeVersion": "5.0.0",
  71. "_npmUser": {
  72. "name": "coolaj86",
  73. "email": "coolaj86@gmail.com"
  74. },
  75. "dist": {
  76. "shasum": "6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f",
  77. "tarball": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz"
  78. },
  79. "_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz",
  80. "readme": "ERROR: No README data found!"
  81. }