package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "node-uuid@~1.4.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request"
  6. ]
  7. ],
  8. "_from": "node-uuid@>=1.4.0 <1.5.0",
  9. "_id": "node-uuid@1.4.3",
  10. "_inCache": true,
  11. "_location": "/node-uuid",
  12. "_npmUser": {
  13. "email": "robert@broofa.com",
  14. "name": "broofa"
  15. },
  16. "_npmVersion": "1.4.28",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "node-uuid",
  20. "raw": "node-uuid@~1.4.0",
  21. "rawSpec": "~1.4.0",
  22. "scope": null,
  23. "spec": ">=1.4.0 <1.5.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz",
  30. "_shasum": "319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9",
  31. "_shrinkwrap": null,
  32. "_spec": "node-uuid@~1.4.0",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request",
  34. "author": {
  35. "email": "robert@broofa.com",
  36. "name": "Robert Kieffer"
  37. },
  38. "bin": {
  39. "uuid": "./bin/uuid"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/broofa/node-uuid/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Christoph Tavan",
  47. "email": "dev@tavan.de"
  48. }
  49. ],
  50. "dependencies": {},
  51. "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  52. "devDependencies": {},
  53. "directories": {},
  54. "dist": {
  55. "shasum": "319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9",
  56. "tarball": "http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz"
  57. },
  58. "gitHead": "886463c660a095dfebfa69603921a8d156fdb12c",
  59. "homepage": "https://github.com/broofa/node-uuid",
  60. "installable": true,
  61. "keywords": [
  62. "guid",
  63. "rfc4122",
  64. "uuid"
  65. ],
  66. "lib": ".",
  67. "licenses": [
  68. {
  69. "type": "MIT",
  70. "url": "https://raw.github.com/broofa/node-uuid/master/LICENSE.md"
  71. }
  72. ],
  73. "main": "./uuid.js",
  74. "maintainers": [
  75. {
  76. "name": "broofa",
  77. "email": "robert@broofa.com"
  78. }
  79. ],
  80. "name": "node-uuid",
  81. "optionalDependencies": {},
  82. "repository": {
  83. "type": "git",
  84. "url": "https://github.com/broofa/node-uuid.git"
  85. },
  86. "scripts": {
  87. "test": "node test/test.js"
  88. },
  89. "url": "http://github.com/broofa/node-uuid",
  90. "version": "1.4.3"
  91. }