package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "uuid@^3.0.0",
  6. "scope": null,
  7. "escapedName": "uuid",
  8. "name": "uuid",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/wenhongquan/Desktop/项目/新通/沿海高速/VisualInspection/VisualInspection/node_modules/request"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1480403887016,
  17. "_from": "uuid@>=3.0.0 <4.0.0",
  18. "_hasShrinkwrap": false,
  19. "_id": "uuid@3.0.1",
  20. "_inCache": true,
  21. "_location": "/uuid",
  22. "_nodeVersion": "6.7.0",
  23. "_npmOperationalInternal": {
  24. "host": "packages-12-west.internal.npmjs.com",
  25. "tmp": "tmp/uuid-3.0.1.tgz_1480403886767_0.2584113120101392"
  26. },
  27. "_npmUser": {
  28. "name": "defunctzombie",
  29. "email": "shtylman@gmail.com"
  30. },
  31. "_npmVersion": "3.10.3",
  32. "_phantomChildren": {},
  33. "_requested": {
  34. "raw": "uuid@^3.0.0",
  35. "scope": null,
  36. "escapedName": "uuid",
  37. "name": "uuid",
  38. "rawSpec": "^3.0.0",
  39. "spec": ">=3.0.0 <4.0.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/request"
  44. ],
  45. "_resolved": "https://registry.npm.taobao.org/uuid/download/uuid-3.0.1.tgz",
  46. "_shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
  47. "_shrinkwrap": null,
  48. "_spec": "uuid@^3.0.0",
  49. "_where": "/Users/wenhongquan/Desktop/项目/新通/沿海高速/VisualInspection/VisualInspection/node_modules/request",
  50. "bin": {
  51. "uuid": "./bin/uuid"
  52. },
  53. "browser": {
  54. "./lib/rng.js": "./lib/rng-browser.js"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/kelektiv/node-uuid/issues"
  58. },
  59. "contributors": [
  60. {
  61. "name": "Robert Kieffer",
  62. "email": "robert@broofa.com"
  63. },
  64. {
  65. "name": "Christoph Tavan",
  66. "email": "dev@tavan.de"
  67. },
  68. {
  69. "name": "AJ ONeal",
  70. "email": "coolaj86@gmail.com"
  71. },
  72. {
  73. "name": "Vincent Voyer",
  74. "email": "vincent@zeroload.net"
  75. },
  76. {
  77. "name": "Roman Shtylman",
  78. "email": "shtylman@gmail.com"
  79. }
  80. ],
  81. "dependencies": {},
  82. "description": "RFC4122 (v1 and v4) generator",
  83. "devDependencies": {
  84. "mocha": "3.1.2"
  85. },
  86. "directories": {},
  87. "dist": {
  88. "shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
  89. "size": 7195,
  90. "noattachment": false,
  91. "tarball": "http://registry.npm.taobao.org/uuid/download/uuid-3.0.1.tgz"
  92. },
  93. "gitHead": "374de826de71d8997f71b4641f65552e48956ced",
  94. "homepage": "https://github.com/kelektiv/node-uuid#readme",
  95. "keywords": [
  96. "uuid",
  97. "guid",
  98. "rfc4122"
  99. ],
  100. "license": "MIT",
  101. "maintainers": [
  102. {
  103. "name": "broofa",
  104. "email": "robert@broofa.com"
  105. },
  106. {
  107. "name": "defunctzombie",
  108. "email": "shtylman@gmail.com"
  109. },
  110. {
  111. "name": "vvo",
  112. "email": "vincent.voyer@gmail.com"
  113. }
  114. ],
  115. "name": "uuid",
  116. "optionalDependencies": {},
  117. "publish_time": 1480403887016,
  118. "readme": "ERROR: No README data found!",
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/kelektiv/node-uuid.git"
  122. },
  123. "scripts": {
  124. "test": "mocha test/test.js"
  125. },
  126. "version": "3.0.1"
  127. }