package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "configstore@^5.0.1",
  3. "_id": "configstore@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==",
  6. "_location": "/configstore",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "configstore@^5.0.1",
  12. "name": "configstore",
  13. "escapedName": "configstore",
  14. "rawSpec": "^5.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.1"
  17. },
  18. "_requiredBy": [
  19. "/update-notifier"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
  22. "_shasum": "d365021b5df4b98cdd187d6a3b0e3f6a7cc5ed96",
  23. "_spec": "configstore@^5.0.1",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\update-notifier",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/yeoman/configstore/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "dot-prop": "^5.2.0",
  36. "graceful-fs": "^4.1.2",
  37. "make-dir": "^3.0.0",
  38. "unique-string": "^2.0.0",
  39. "write-file-atomic": "^3.0.0",
  40. "xdg-basedir": "^4.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Easily load and save config without having to think about where and how",
  44. "devDependencies": {
  45. "ava": "^2.1.0",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/yeoman/configstore#readme",
  55. "keywords": [
  56. "config",
  57. "store",
  58. "storage",
  59. "configuration",
  60. "settings",
  61. "preferences",
  62. "json",
  63. "data",
  64. "persist",
  65. "persistent",
  66. "save"
  67. ],
  68. "license": "BSD-2-Clause",
  69. "name": "configstore",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/yeoman/configstore.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "5.0.1"
  78. }