package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "qs@6.10.3",
  3. "_id": "qs@6.10.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "qs@6.10.3",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "6.10.3",
  15. "saveSpec": null,
  16. "fetchSpec": "6.10.3"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/express"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/qs/-/qs-6.10.3.tgz",
  23. "_shasum": "d6cde1b2ffca87b5aa57889816c5f81535e22e8e",
  24. "_spec": "qs@6.10.3",
  25. "_where": "C:\\Users\\86186\\Desktop\\小程序\\mini_huahua_service\\node_modules\\body-parser",
  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": "^20.1.0",
  44. "aud": "^1.1.5",
  45. "browserify": "^16.5.2",
  46. "eclint": "^2.8.1",
  47. "eslint": "^8.6.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.12.0",
  56. "qs-iconv": "^1.0.4",
  57. "safe-publish-latest": "^2.0.0",
  58. "safer-buffer": "^2.1.2",
  59. "tape": "^5.4.0"
  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 .",
  92. "postlint": "eclint check * lib/* test/* !dist/*",
  93. "posttest": "aud --production",
  94. "prepublish": "not-in-publish || npm run prepublishOnly",
  95. "prepublishOnly": "safe-publish-latest && npm run dist",
  96. "pretest": "npm run --silent readme && npm run --silent lint",
  97. "readme": "evalmd README.md",
  98. "test": "npm run tests-only",
  99. "tests-only": "nyc tape 'test/**/*.js'"
  100. },
  101. "version": "6.10.3"
  102. }