package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "node-uuid@1.4.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-uuid@1.4.0",
  10. "_id": "node-uuid@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-B/myM3Vy/2J1x3Xh1IUT86RdemU=",
  13. "_location": "/node-uuid",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "node-uuid@1.4.0",
  19. "name": "node-uuid",
  20. "escapedName": "node-uuid",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/vow-fs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.0.tgz",
  29. "_spec": "1.4.0",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  31. "author": {
  32. "name": "Robert Kieffer",
  33. "email": "robert@broofa.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/broofa/node-uuid/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Christoph Tavan",
  41. "email": "dev@tavan.de"
  42. }
  43. ],
  44. "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  45. "homepage": "https://github.com/broofa/node-uuid#readme",
  46. "keywords": [
  47. "uuid",
  48. "guid",
  49. "rfc4122"
  50. ],
  51. "lib": ".",
  52. "main": "./uuid.js",
  53. "name": "node-uuid",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/broofa/node-uuid.git"
  57. },
  58. "url": "http://github.com/broofa/node-uuid",
  59. "version": "1.4.0"
  60. }