package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "node-uuid",
  3. "_id": "node-uuid@1.4.8",
  4. "_inBundle": false,
  5. "_integrity": "sha1-sEDrCSOWivq/jTL7HxfxFn/auQc=",
  6. "_location": "/node-uuid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "node-uuid",
  12. "name": "node-uuid",
  13. "escapedName": "node-uuid",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/node-uuid/download/node-uuid-1.4.8.tgz",
  23. "_shasum": "b040eb0923968afabf8d32fb1f17f1167fdab907",
  24. "_spec": "node-uuid",
  25. "_where": "E:\\dev\\007\\node_module\\node10",
  26. "author": {
  27. "name": "Robert Kieffer",
  28. "email": "robert@broofa.com"
  29. },
  30. "bin": {
  31. "uuid": "./bin/uuid"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/broofa/node-uuid/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "AJ ONeal",
  40. "email": "coolaj86@gmail.com"
  41. },
  42. {
  43. "name": "Christoph Tavan",
  44. "email": "dev@tavan.de"
  45. }
  46. ],
  47. "dependencies": {},
  48. "deprecated": "Use uuid module instead",
  49. "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  50. "devDependencies": {
  51. "nyc": "^2.2.0"
  52. },
  53. "directories": {},
  54. "homepage": "https://github.com/broofa/node-uuid",
  55. "installable": true,
  56. "keywords": [
  57. "guid",
  58. "rfc4122",
  59. "uuid"
  60. ],
  61. "lib": ".",
  62. "licenses": [
  63. {
  64. "type": "MIT",
  65. "url": "https://raw.github.com/broofa/node-uuid/master/LICENSE.md"
  66. }
  67. ],
  68. "main": "./uuid.js",
  69. "maintainers": [
  70. {
  71. "name": "broofa",
  72. "email": "robert@broofa.com"
  73. }
  74. ],
  75. "name": "node-uuid",
  76. "optionalDependencies": {},
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/broofa/node-uuid.git"
  80. },
  81. "scripts": {
  82. "coverage": "nyc npm test && nyc report",
  83. "test": "node test/test.js"
  84. },
  85. "url": "http://github.com/broofa/node-uuid",
  86. "version": "1.4.8"
  87. }