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

120 lines
3.5 KiB

7 months ago
  1. {
  2. "_from": "qs@^6.4.0",
  3. "_id": "qs@6.13.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
  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.0.tgz",
  23. "_shasum": "6ca3bd58439f7e245655798997787b0d88a51906",
  24. "_spec": "qs@^6.4.0",
  25. "_where": "E:\\webView\\hire-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.4.2",
  51. "eslint": "=8.8.0",
  52. "evalmd": "^0.0.19",
  53. "for-each": "^0.3.3",
  54. "glob": "=10.3.7",
  55. "has-override-mistake": "^1.0.1",
  56. "has-property-descriptors": "^1.0.2",
  57. "has-symbols": "^1.0.3",
  58. "iconv-lite": "^0.5.1",
  59. "in-publish": "^2.0.1",
  60. "jackspeak": "=2.1.1",
  61. "mkdirp": "^0.5.5",
  62. "mock-property": "^1.0.3",
  63. "module-deps": "^6.2.3",
  64. "npmignore": "^0.3.1",
  65. "nyc": "^10.3.2",
  66. "object-inspect": "^1.13.2",
  67. "qs-iconv": "^1.0.4",
  68. "safe-publish-latest": "^2.0.0",
  69. "safer-buffer": "^2.1.2",
  70. "tape": "^5.8.1",
  71. "unassertify": "^3.0.1"
  72. },
  73. "engines": {
  74. "node": ">=0.6"
  75. },
  76. "funding": {
  77. "url": "https://github.com/sponsors/ljharb"
  78. },
  79. "homepage": "https://github.com/ljharb/qs",
  80. "keywords": [
  81. "querystring",
  82. "qs",
  83. "query",
  84. "url",
  85. "parse",
  86. "stringify"
  87. ],
  88. "license": "BSD-3-Clause",
  89. "main": "lib/index.js",
  90. "name": "qs",
  91. "publishConfig": {
  92. "ignore": [
  93. "!dist/*",
  94. "bower.json",
  95. "component.json",
  96. ".github/workflows",
  97. "logos",
  98. "tea.yaml"
  99. ]
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/ljharb/qs.git"
  104. },
  105. "scripts": {
  106. "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",
  107. "lint": "eslint --ext=js,mjs .",
  108. "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  109. "posttest": "npx npm@'>=10.2' audit --production",
  110. "prepack": "npmignore --auto --commentLines=autogenerated && npm run dist",
  111. "prepublish": "not-in-publish || npm run prepublishOnly",
  112. "prepublishOnly": "safe-publish-latest",
  113. "pretest": "npm run --silent readme && npm run --silent lint",
  114. "readme": "evalmd README.md",
  115. "test": "npm run tests-only",
  116. "tests-only": "nyc tape 'test/**/*.js'"
  117. },
  118. "sideEffects": false,
  119. "version": "6.13.0"
  120. }