package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "uuid@~1.4.0",
  6. "scope": null,
  7. "escapedName": "uuid",
  8. "name": "uuid",
  9. "rawSpec": "~1.4.0",
  10. "spec": ">=1.4.0 <1.5.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/tempfile"
  14. ]
  15. ],
  16. "_from": "uuid@>=1.4.0 <1.5.0",
  17. "_id": "uuid@1.4.2",
  18. "_inCache": true,
  19. "_location": "/uuid",
  20. "_npmUser": {
  21. "name": "vvo",
  22. "email": "vincent.voyer@gmail.com"
  23. },
  24. "_npmVersion": "2.0.0",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "uuid@~1.4.0",
  28. "scope": null,
  29. "escapedName": "uuid",
  30. "name": "uuid",
  31. "rawSpec": "~1.4.0",
  32. "spec": ">=1.4.0 <1.5.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/tempfile"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz",
  39. "_shasum": "453019f686966a6df83cdc5244e7c990ecc332fc",
  40. "_shrinkwrap": null,
  41. "_spec": "uuid@~1.4.0",
  42. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/tempfile",
  43. "author": {
  44. "name": "Robert Kieffer",
  45. "email": "robert@broofa.com"
  46. },
  47. "browser": {
  48. "./rng.js": "./rng-browser.js",
  49. "./buffer.js": "./buffer-browser.js"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/shtylman/node-uuid/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Christoph Tavan",
  57. "email": "dev@tavan.de"
  58. },
  59. {
  60. "name": "Vincent Voyer",
  61. "email": "vincent@zeroload.net"
  62. }
  63. ],
  64. "dependencies": {},
  65. "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  66. "devDependencies": {
  67. "mocha": "1.8.0"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "453019f686966a6df83cdc5244e7c990ecc332fc",
  72. "tarball": "https://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz"
  73. },
  74. "gitHead": "688730efe3ec3ab7c12c6b92db2aa2826a50ed14",
  75. "homepage": "https://github.com/shtylman/node-uuid",
  76. "keywords": [
  77. "uuid",
  78. "guid",
  79. "rfc4122"
  80. ],
  81. "main": "./uuid.js",
  82. "maintainers": [
  83. {
  84. "name": "broofa",
  85. "email": "robert@broofa.com"
  86. },
  87. {
  88. "name": "tim-smart",
  89. "email": "tim@fostle.com"
  90. },
  91. {
  92. "name": "shtylman",
  93. "email": "shtylman@gmail.com"
  94. },
  95. {
  96. "name": "vvo",
  97. "email": "vincent.voyer@gmail.com"
  98. }
  99. ],
  100. "name": "uuid",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/shtylman/node-uuid.git"
  106. },
  107. "scripts": {
  108. "test": "mocha test/test.js"
  109. },
  110. "testling": {
  111. "browsers": [
  112. "ie6..latest",
  113. "firefox/3.6..latest",
  114. "chrome/22..latest",
  115. "safari/5.1..latest"
  116. ],
  117. "harness": "mocha-tdd",
  118. "files": "test/*.js"
  119. },
  120. "version": "1.4.2"
  121. }