package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "uuid@3.2.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "uuid@3.2.1",
  9. "_id": "uuid@3.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==",
  12. "_location": "/uuid",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "uuid@3.2.1",
  18. "name": "uuid",
  19. "escapedName": "uuid",
  20. "rawSpec": "3.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.2.1"
  23. },
  24. "_requiredBy": [
  25. "/request",
  26. "/sockjs",
  27. "/universal-analytics"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz",
  30. "_spec": "3.2.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "bin": {
  33. "uuid": "./bin/uuid"
  34. },
  35. "browser": {
  36. "./lib/rng.js": "./lib/rng-browser.js",
  37. "./lib/sha1.js": "./lib/sha1-browser.js",
  38. "./lib/md5.js": "./lib/md5-browser.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/kelektiv/node-uuid/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Robert Kieffer",
  46. "email": "robert@broofa.com"
  47. },
  48. {
  49. "name": "Christoph Tavan",
  50. "email": "dev@tavan.de"
  51. },
  52. {
  53. "name": "AJ ONeal",
  54. "email": "coolaj86@gmail.com"
  55. },
  56. {
  57. "name": "Vincent Voyer",
  58. "email": "vincent@zeroload.net"
  59. },
  60. {
  61. "name": "Roman Shtylman",
  62. "email": "shtylman@gmail.com"
  63. }
  64. ],
  65. "dependencies": {},
  66. "description": "RFC4122 (v1, v4, and v5) UUIDs",
  67. "devDependencies": {
  68. "eslint": "4.5.0",
  69. "mocha": "3.1.2",
  70. "runmd": "1.0.1",
  71. "standard-version": "4.2.0"
  72. },
  73. "homepage": "https://github.com/kelektiv/node-uuid#readme",
  74. "keywords": [
  75. "uuid",
  76. "guid",
  77. "rfc4122"
  78. ],
  79. "license": "MIT",
  80. "name": "uuid",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/kelektiv/node-uuid.git"
  84. },
  85. "scripts": {
  86. "md": "runmd --watch --output=README.md README_js.md",
  87. "prepare": "runmd --output=README.md README_js.md",
  88. "release": "standard-version",
  89. "test": "mocha test/test.js"
  90. },
  91. "version": "3.2.1"
  92. }