package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "qs@6.9.4",
  5. "D:\\2023\\4\\wwbsr"
  6. ]
  7. ],
  8. "_from": "qs@6.9.4",
  9. "_id": "qs@6.9.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-kJCykNH5FyjTwi5UhDykSupatoc=",
  12. "_location": "/qs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "qs@6.9.4",
  18. "name": "qs",
  19. "escapedName": "qs",
  20. "rawSpec": "6.9.4",
  21. "saveSpec": null,
  22. "fetchSpec": "6.9.4"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/qs/download/qs-6.9.4.tgz",
  28. "_spec": "6.9.4",
  29. "_where": "D:\\2023\\4\\wwbsr",
  30. "bugs": {
  31. "url": "https://github.com/ljharb/qs/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com",
  37. "url": "http://ljharb.codes"
  38. }
  39. ],
  40. "dependencies": {},
  41. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  42. "devDependencies": {
  43. "@ljharb/eslint-config": "^16.0.0",
  44. "browserify": "^16.5.1",
  45. "covert": "^1.1.1",
  46. "eclint": "^2.8.1",
  47. "eslint": "^6.8.0",
  48. "evalmd": "^0.0.19",
  49. "for-each": "^0.3.3",
  50. "has-symbols": "^1.0.1",
  51. "iconv-lite": "^0.5.1",
  52. "mkdirp": "^0.5.4",
  53. "object-inspect": "^1.7.0",
  54. "qs-iconv": "^1.0.4",
  55. "safe-publish-latest": "^1.1.4",
  56. "safer-buffer": "^2.1.2",
  57. "tape": "^5.0.0"
  58. },
  59. "engines": {
  60. "node": ">=0.6"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "greenkeeper": {
  66. "ignore": [
  67. "iconv-lite",
  68. "mkdirp"
  69. ]
  70. },
  71. "homepage": "https://github.com/ljharb/qs",
  72. "keywords": [
  73. "querystring",
  74. "qs",
  75. "query",
  76. "url",
  77. "parse",
  78. "stringify"
  79. ],
  80. "license": "BSD-3-Clause",
  81. "main": "lib/index.js",
  82. "name": "qs",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/ljharb/qs.git"
  86. },
  87. "scripts": {
  88. "coverage": "covert test",
  89. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  90. "lint": "eslint lib/*.js test/*.js",
  91. "postlint": "eclint check * lib/* test/*",
  92. "posttest": "npx aud --production",
  93. "prepublish": "safe-publish-latest && npm run dist",
  94. "pretest": "npm run --silent readme && npm run --silent lint",
  95. "readme": "evalmd README.md",
  96. "test": "npm run --silent coverage",
  97. "tests-only": "node test"
  98. },
  99. "version": "6.9.4"
  100. }