package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "lz-string@^1.4.4",
  3. "_id": "lz-string@1.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=",
  6. "_location": "/lz-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lz-string@^1.4.4",
  12. "name": "lz-string",
  13. "escapedName": "lz-string",
  14. "rawSpec": "^1.4.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.4"
  17. },
  18. "_requiredBy": [
  19. "/@testing-library/dom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
  22. "_shasum": "c0d8eaf36059f705796e1e344811cf4c498d3a26",
  23. "_spec": "lz-string@^1.4.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@testing-library\\dom",
  25. "author": {
  26. "name": "pieroxy",
  27. "email": "pieroxy@pieroxy.net"
  28. },
  29. "autoupdate": {
  30. "source": "git",
  31. "target": "git://github.com/pieroxy/lz-string.git",
  32. "basePath": "libs/",
  33. "files": [
  34. "lz-string.js",
  35. "lz-string.min.js",
  36. "base64-string.js"
  37. ]
  38. },
  39. "bin": {
  40. "lz-string": "bin/bin.js"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/pieroxy/lz-string/issues"
  44. },
  45. "bundleDependencies": false,
  46. "dependencies": {},
  47. "deprecated": false,
  48. "description": "LZ-based compression algorithm",
  49. "devDependencies": {},
  50. "directories": {
  51. "test": "tests"
  52. },
  53. "filename": "lz-string.js",
  54. "homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
  55. "keywords": [
  56. "lz",
  57. "compression",
  58. "string"
  59. ],
  60. "license": "WTFPL",
  61. "main": "libs/lz-string.js",
  62. "name": "lz-string",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/pieroxy/lz-string.git"
  66. },
  67. "scripts": {},
  68. "version": "1.4.4"
  69. }