package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "qs@6.5.3",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "qs@6.5.3",
  10. "_id": "qs@6.5.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==",
  13. "_location": "/qs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "qs@6.5.3",
  19. "name": "qs",
  20. "escapedName": "qs",
  21. "rawSpec": "6.5.3",
  22. "saveSpec": null,
  23. "fetchSpec": "6.5.3"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/qs/download/qs-6.5.3.tgz",
  29. "_spec": "6.5.3",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "bugs": {
  32. "url": "https://github.com/ljharb/qs/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. }
  40. ],
  41. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  42. "devDependencies": {
  43. "@ljharb/eslint-config": "^20.1.0",
  44. "aud": "^1.1.5",
  45. "browserify": "^16.5.2",
  46. "eclint": "^2.8.1",
  47. "eslint": "^8.6.0",
  48. "evalmd": "^0.0.17",
  49. "iconv-lite": "^0.4.24",
  50. "in-publish": "^2.0.1",
  51. "mkdirp": "^0.5.1",
  52. "nyc": "^10.3.2",
  53. "qs-iconv": "^1.0.4",
  54. "safe-publish-latest": "^2.0.0",
  55. "safer-buffer": "^2.1.2",
  56. "tape": "^5.4.0"
  57. },
  58. "engines": {
  59. "node": ">=0.6"
  60. },
  61. "homepage": "https://github.com/ljharb/qs",
  62. "keywords": [
  63. "querystring",
  64. "qs"
  65. ],
  66. "license": "BSD-3-Clause",
  67. "main": "lib/index.js",
  68. "name": "qs",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/ljharb/qs.git"
  72. },
  73. "scripts": {
  74. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  75. "lint": "eslint --ext=js,mjs .",
  76. "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  77. "posttest": "aud --production",
  78. "prepublish": "not-in-publish || npm run prepublishOnly",
  79. "prepublishOnly": "safe-publish-latest && npm run dist",
  80. "pretest": "npm run --silent readme && npm run --silent lint",
  81. "readme": "evalmd README.md",
  82. "test": "npm run --silent tests-only",
  83. "tests-only": "nyc tape 'test/**/*.js'"
  84. },
  85. "version": "6.5.3"
  86. }