package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "crypto-random-string@^2.0.0",
  3. "_id": "crypto-random-string@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
  6. "_location": "/crypto-random-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "crypto-random-string@^2.0.0",
  12. "name": "crypto-random-string",
  13. "escapedName": "crypto-random-string",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/unique-string"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  22. "_shasum": "ef2a7a966ec11083388369baa02ebead229b30d5",
  23. "_spec": "crypto-random-string@^2.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\unique-string",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/crypto-random-string/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Generate a cryptographically strong random string",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/crypto-random-string#readme",
  49. "keywords": [
  50. "random",
  51. "string",
  52. "text",
  53. "id",
  54. "identifier",
  55. "slug",
  56. "salt",
  57. "crypto",
  58. "strong",
  59. "secure",
  60. "hex"
  61. ],
  62. "license": "MIT",
  63. "name": "crypto-random-string",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/crypto-random-string.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava && tsd"
  70. },
  71. "version": "2.0.0"
  72. }