package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "node-uuid@~1.4.0",
  5. "D:\\work\\im\\node_modules\\request"
  6. ]
  7. ],
  8. "_from": "node-uuid@>=1.4.0 <1.5.0",
  9. "_id": "node-uuid@1.4.7",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/node-uuid",
  13. "_nodeVersion": "5.0.0",
  14. "_npmUser": {
  15. "email": "coolaj86@gmail.com",
  16. "name": "coolaj86"
  17. },
  18. "_npmVersion": "3.3.6",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "node-uuid",
  22. "raw": "node-uuid@~1.4.0",
  23. "rawSpec": "~1.4.0",
  24. "scope": null,
  25. "spec": ">=1.4.0 <1.5.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/babel-cli/request",
  30. "/request",
  31. "/upyun-core/request"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz",
  34. "_shasum": "6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f",
  35. "_shrinkwrap": null,
  36. "_spec": "node-uuid@~1.4.0",
  37. "_where": "D:\\work\\im\\node_modules\\request",
  38. "author": {
  39. "email": "robert@broofa.com",
  40. "name": "Robert Kieffer"
  41. },
  42. "bin": {
  43. "uuid": "./bin/uuid"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/broofa/node-uuid/issues"
  47. },
  48. "contributors": [
  49. {
  50. "email": "coolaj86@gmail.com",
  51. "name": "AJ ONeal"
  52. },
  53. {
  54. "email": "dev@tavan.de",
  55. "name": "Christoph Tavan"
  56. }
  57. ],
  58. "dependencies": {},
  59. "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  60. "devDependencies": {
  61. "nyc": "^2.2.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f",
  66. "tarball": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz"
  67. },
  68. "gitHead": "309512573ec1c60143c257157479a20f7f1f51cd",
  69. "homepage": "https://github.com/broofa/node-uuid",
  70. "installable": true,
  71. "keywords": [
  72. "guid",
  73. "rfc4122",
  74. "uuid"
  75. ],
  76. "lib": ".",
  77. "licenses": [
  78. {
  79. "type": "MIT",
  80. "url": "https://raw.github.com/broofa/node-uuid/master/LICENSE.md"
  81. }
  82. ],
  83. "main": "./uuid.js",
  84. "maintainers": [
  85. {
  86. "email": "robert@broofa.com",
  87. "name": "broofa"
  88. },
  89. {
  90. "email": "coolaj86@gmail.com",
  91. "name": "coolaj86"
  92. }
  93. ],
  94. "name": "node-uuid",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/broofa/node-uuid.git"
  100. },
  101. "scripts": {
  102. "coverage": "nyc npm test && nyc report",
  103. "test": "node test/test.js"
  104. },
  105. "url": "http://github.com/broofa/node-uuid",
  106. "version": "1.4.7"
  107. }