package.json 3.5 KB

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