package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "qs@6.13.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "qs@6.13.0",
  9. "_id": "qs@6.13.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
  12. "_location": "/qs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "qs@6.13.0",
  18. "name": "qs",
  19. "escapedName": "qs",
  20. "rawSpec": "6.13.0",
  21. "saveSpec": null,
  22. "fetchSpec": "6.13.0"
  23. },
  24. "_requiredBy": [
  25. "/co-body"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/qs/-/qs-6.13.0.tgz",
  28. "_spec": "6.13.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  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. "side-channel": "^1.0.6"
  42. },
  43. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  44. "devDependencies": {
  45. "@browserify/envify": "^6.0.0",
  46. "@browserify/uglifyify": "^6.0.0",
  47. "@ljharb/eslint-config": "^21.1.1",
  48. "browserify": "^16.5.2",
  49. "bundle-collapser": "^1.4.0",
  50. "common-shakeify": "~1.0.0",
  51. "eclint": "^2.8.1",
  52. "es-value-fixtures": "^1.4.2",
  53. "eslint": "=8.8.0",
  54. "evalmd": "^0.0.19",
  55. "for-each": "^0.3.3",
  56. "glob": "=10.3.7",
  57. "has-override-mistake": "^1.0.1",
  58. "has-property-descriptors": "^1.0.2",
  59. "has-symbols": "^1.0.3",
  60. "iconv-lite": "^0.5.1",
  61. "in-publish": "^2.0.1",
  62. "jackspeak": "=2.1.1",
  63. "mkdirp": "^0.5.5",
  64. "mock-property": "^1.0.3",
  65. "module-deps": "^6.2.3",
  66. "npmignore": "^0.3.1",
  67. "nyc": "^10.3.2",
  68. "object-inspect": "^1.13.2",
  69. "qs-iconv": "^1.0.4",
  70. "safe-publish-latest": "^2.0.0",
  71. "safer-buffer": "^2.1.2",
  72. "tape": "^5.8.1",
  73. "unassertify": "^3.0.1"
  74. },
  75. "engines": {
  76. "node": ">=0.6"
  77. },
  78. "funding": {
  79. "url": "https://github.com/sponsors/ljharb"
  80. },
  81. "homepage": "https://github.com/ljharb/qs",
  82. "keywords": [
  83. "querystring",
  84. "qs",
  85. "query",
  86. "url",
  87. "parse",
  88. "stringify"
  89. ],
  90. "license": "BSD-3-Clause",
  91. "main": "lib/index.js",
  92. "name": "qs",
  93. "publishConfig": {
  94. "ignore": [
  95. "!dist/*",
  96. "bower.json",
  97. "component.json",
  98. ".github/workflows",
  99. "logos",
  100. "tea.yaml"
  101. ]
  102. },
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/ljharb/qs.git"
  106. },
  107. "scripts": {
  108. "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",
  109. "lint": "eslint --ext=js,mjs .",
  110. "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  111. "posttest": "npx npm@'>=10.2' audit --production",
  112. "prepack": "npmignore --auto --commentLines=autogenerated && npm run dist",
  113. "prepublish": "not-in-publish || npm run prepublishOnly",
  114. "prepublishOnly": "safe-publish-latest",
  115. "pretest": "npm run --silent readme && npm run --silent lint",
  116. "readme": "evalmd README.md",
  117. "test": "npm run tests-only",
  118. "tests-only": "nyc tape 'test/**/*.js'"
  119. },
  120. "sideEffects": false,
  121. "version": "6.13.0"
  122. }