package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "qs",
  3. "_id": "qs@6.10.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-STFIL6jWR6Wqt5nFJx0hM7mB+2o=",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "qs",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/qs/download/qs-6.10.1.tgz?cache=0&sync_timestamp=1616385328325&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.10.1.tgz",
  23. "_shasum": "4931482fa8d647a5aab799c5271d2133b981fb6a",
  24. "_spec": "qs",
  25. "_where": "F:\\uniapp\\sqxp-uniapp",
  26. "bugs": {
  27. "url": "https://github.com/ljharb/qs/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com",
  34. "url": "http://ljharb.codes"
  35. }
  36. ],
  37. "dependencies": {
  38. "side-channel": "^1.0.4"
  39. },
  40. "deprecated": false,
  41. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  42. "devDependencies": {
  43. "@ljharb/eslint-config": "^17.5.1",
  44. "aud": "^1.1.4",
  45. "browserify": "^16.5.2",
  46. "eclint": "^2.8.1",
  47. "eslint": "^7.22.0",
  48. "evalmd": "^0.0.19",
  49. "for-each": "^0.3.3",
  50. "has-symbols": "^1.0.2",
  51. "iconv-lite": "^0.5.1",
  52. "in-publish": "^2.0.1",
  53. "mkdirp": "^0.5.5",
  54. "nyc": "^10.3.2",
  55. "object-inspect": "^1.9.0",
  56. "qs-iconv": "^1.0.4",
  57. "safe-publish-latest": "^1.1.4",
  58. "safer-buffer": "^2.1.2",
  59. "tape": "^5.2.2"
  60. },
  61. "engines": {
  62. "node": ">=0.6"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "greenkeeper": {
  68. "ignore": [
  69. "iconv-lite",
  70. "mkdirp"
  71. ]
  72. },
  73. "homepage": "https://github.com/ljharb/qs",
  74. "keywords": [
  75. "querystring",
  76. "qs",
  77. "query",
  78. "url",
  79. "parse",
  80. "stringify"
  81. ],
  82. "license": "BSD-3-Clause",
  83. "main": "lib/index.js",
  84. "name": "qs",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/ljharb/qs.git"
  88. },
  89. "scripts": {
  90. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  91. "lint": "eslint lib/*.js test/*.js",
  92. "postlint": "eclint check * lib/* test/* !dist/*",
  93. "posttest": "aud --production",
  94. "prepublish": "safe-publish-latest && (not-in-publish || npm run dist)",
  95. "pretest": "npm run --silent readme && npm run --silent lint",
  96. "readme": "evalmd README.md",
  97. "test": "npm run tests-only",
  98. "tests-only": "nyc tape 'test/**/*.js'"
  99. },
  100. "version": "6.10.1"
  101. }