租房小程序前端代码
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.

122 lines
3.6 KiB

2 months ago
  1. {
  2. "_from": "qs@^6.4.0",
  3. "_id": "qs@6.13.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "qs@^6.4.0",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "^6.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.4.0"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss",
  20. "/urllib"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/qs/-/qs-6.13.1.tgz",
  23. "_shasum": "3ce5fc72bd3a8171b85c99b93c65dd20b7d1b16e",
  24. "_spec": "qs@^6.4.0",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\ali-oss",
  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.6"
  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": "^21.1.1",
  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.5.0",
  51. "eslint": "=8.8.0",
  52. "evalmd": "^0.0.19",
  53. "for-each": "^0.3.3",
  54. "glob": "=10.3.7",
  55. "has-bigints": "^1.0.2",
  56. "has-override-mistake": "^1.0.1",
  57. "has-property-descriptors": "^1.0.2",
  58. "has-proto": "^1.0.3",
  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.1.0",
  65. "module-deps": "^6.2.3",
  66. "npmignore": "^0.3.1",
  67. "nyc": "^10.3.2",
  68. "object-inspect": "^1.13.3",
  69. "qs-iconv": "^1.0.4",
  70. "safe-publish-latest": "^2.0.0",
  71. "safer-buffer": "^2.1.2",
  72. "tape": "^5.9.0",
  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.1"
  122. }