You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

124 lines
3.5 KiB

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