package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "qs@~6.14.0",
  3. "_id": "qs@6.14.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "qs@~6.14.0",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "~6.14.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~6.14.0"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/express"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/qs/-/qs-6.14.2.tgz",
  23. "_shasum": "b5634cf9d9ad9898e31fba3504e866e8efb6798c",
  24. "_spec": "qs@~6.14.0",
  25. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\express",
  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.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  42. "devDependencies": {
  43. "@browserify/envify": "^6.0.0",
  44. "@browserify/uglifyify": "^6.0.0",
  45. "@ljharb/eslint-config": "^22.1.3",
  46. "browserify": "^16.5.2",
  47. "bundle-collapser": "^1.4.0",
  48. "common-shakeify": "~1.0.0",
  49. "eclint": "^2.8.1",
  50. "es-value-fixtures": "^1.7.1",
  51. "eslint": "^9.39.2",
  52. "evalmd": "^0.0.19",
  53. "for-each": "^0.3.5",
  54. "glob": "=10.3.7",
  55. "has-bigints": "^1.1.0",
  56. "has-override-mistake": "^1.0.1",
  57. "has-property-descriptors": "^1.0.2",
  58. "has-proto": "^1.2.0",
  59. "has-symbols": "^1.1.0",
  60. "iconv-lite": "^0.5.1",
  61. "in-publish": "^2.0.1",
  62. "jackspeak": "=2.1.1",
  63. "jiti": "^0.0.0",
  64. "mkdirp": "^0.5.5",
  65. "mock-property": "^1.1.0",
  66. "module-deps": "^6.2.3",
  67. "npmignore": "^0.3.5",
  68. "nyc": "^10.3.2",
  69. "object-inspect": "^1.13.4",
  70. "qs-iconv": "^1.0.4",
  71. "safe-publish-latest": "^2.0.0",
  72. "safer-buffer": "^2.1.2",
  73. "tape": "^5.9.0",
  74. "unassertify": "^3.0.1"
  75. },
  76. "engines": {
  77. "node": ">=0.6"
  78. },
  79. "funding": {
  80. "url": "https://github.com/sponsors/ljharb"
  81. },
  82. "homepage": "https://github.com/ljharb/qs",
  83. "keywords": [
  84. "querystring",
  85. "qs",
  86. "query",
  87. "url",
  88. "parse",
  89. "stringify"
  90. ],
  91. "license": "BSD-3-Clause",
  92. "main": "lib/index.js",
  93. "name": "qs",
  94. "publishConfig": {
  95. "ignore": [
  96. "!dist/*",
  97. "bower.json",
  98. "component.json",
  99. ".github/workflows",
  100. "logos",
  101. "tea.yaml"
  102. ]
  103. },
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/ljharb/qs.git"
  107. },
  108. "scripts": {
  109. "dist": "mkdirp dist && browserify --standalone Qs -g unassertify -g @browserify/envify -g [@browserify/uglifyify --mangle.keep_fnames --compress.keep_fnames --format.indent_level=1 --compress.arrows=false --compress.passes=4 --compress.typeofs=false] -p common-shakeify -p bundle-collapser/plugin lib/index.js > dist/qs.js",
  110. "lint": "eslint .",
  111. "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  112. "posttest": "npx npm@'>=10.2' audit --production",
  113. "prepack": "npmignore --auto --commentLines=autogenerated && npm run dist",
  114. "prepublish": "not-in-publish || npm run prepublishOnly",
  115. "prepublishOnly": "safe-publish-latest",
  116. "pretest": "npm run --silent readme && npm run --silent lint",
  117. "readme": "evalmd README.md",
  118. "test": "npm run tests-only",
  119. "tests-only": "nyc tape 'test/**/*.js'"
  120. },
  121. "sideEffects": false,
  122. "version": "6.14.2"
  123. }