package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "crypto-random-string@3.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "crypto-random-string@3.2.0",
  9. "_id": "crypto-random-string@3.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-8vPu5bsKaq2uKRy3OL7h1Oo7RayAWB8sYexLKAqvCXVib8SxgbmoF1IN4QMKjBv8uI8mp5gPPMbiRah25GMrVQ==",
  12. "_location": "/crypto-random-string",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "crypto-random-string@3.2.0",
  18. "name": "crypto-random-string",
  19. "escapedName": "crypto-random-string",
  20. "rawSpec": "3.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.2.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-3.2.0.tgz",
  28. "_spec": "3.2.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/crypto-random-string/issues"
  37. },
  38. "dependencies": {
  39. "type-fest": "^0.8.1"
  40. },
  41. "description": "Generate a cryptographically strong random string",
  42. "devDependencies": {
  43. "ava": "^2.1.0",
  44. "tsd": "^0.11.0",
  45. "xo": "^0.25.3"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/crypto-random-string#readme",
  55. "keywords": [
  56. "random",
  57. "string",
  58. "text",
  59. "id",
  60. "identifier",
  61. "slug",
  62. "salt",
  63. "pin",
  64. "crypto",
  65. "strong",
  66. "secure",
  67. "hex",
  68. "secret",
  69. "protect"
  70. ],
  71. "license": "MIT",
  72. "name": "crypto-random-string",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/crypto-random-string.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava && tsd"
  79. },
  80. "version": "3.2.0"
  81. }