package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_development": true,
  3. "_from": "query-string@9.1.1",
  4. "_id": "query-string@9.1.1",
  5. "_inBundle": false,
  6. "_integrity": "sha512-MWkCOVIcJP9QSKU52Ngow6bsAWAPlPK2MludXvcrS2bGZSl+T1qX9MZvRIkqUIkGLJquMJHWfsT6eRqUpp4aWg==",
  7. "_location": "/query-string",
  8. "_phantomChildren": {},
  9. "_requested": {
  10. "type": "version",
  11. "registry": true,
  12. "raw": "query-string@9.1.1",
  13. "name": "query-string",
  14. "escapedName": "query-string",
  15. "rawSpec": "9.1.1",
  16. "saveSpec": null,
  17. "fetchSpec": "9.1.1"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/query-string/-/query-string-9.1.1.tgz",
  23. "_shasum": "dbfebb4196aeb2919915f2b2b81b91b965cf03a0",
  24. "_spec": "query-string@9.1.1",
  25. "_where": "D:\\Desktop\\本地生活服务客户端\\LocalLivingServicesUniapp",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/query-string/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "decode-uri-component": "^0.4.1",
  37. "filter-obj": "^5.1.0",
  38. "split-on-first": "^3.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Parse and stringify URL query strings",
  42. "devDependencies": {
  43. "ava": "^6.1.1",
  44. "benchmark": "^2.1.4",
  45. "deep-equal": "^2.2.3",
  46. "fast-check": "^3.15.1",
  47. "tsd": "^0.30.7",
  48. "xo": "^0.57.0"
  49. },
  50. "engines": {
  51. "node": ">=18"
  52. },
  53. "exports": {
  54. "types": "./index.d.ts",
  55. "default": "./index.js"
  56. },
  57. "files": [
  58. "index.js",
  59. "index.d.ts",
  60. "base.js",
  61. "base.d.ts"
  62. ],
  63. "funding": "https://github.com/sponsors/sindresorhus",
  64. "homepage": "https://github.com/sindresorhus/query-string#readme",
  65. "keywords": [
  66. "browser",
  67. "querystring",
  68. "query",
  69. "string",
  70. "qs",
  71. "param",
  72. "parameter",
  73. "url",
  74. "parse",
  75. "stringify",
  76. "encode",
  77. "decode",
  78. "searchparams",
  79. "filter"
  80. ],
  81. "license": "MIT",
  82. "name": "query-string",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/query-string.git"
  86. },
  87. "scripts": {
  88. "benchmark": "node benchmark.js",
  89. "test": "xo && ava && tsd"
  90. },
  91. "sideEffects": false,
  92. "tsd": {
  93. "compilerOptions": {
  94. "module": "node16"
  95. }
  96. },
  97. "type": "module",
  98. "version": "9.1.1"
  99. }