package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "qs@~6.5.2",
  3. "_id": "qs@6.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "qs@~6.5.2",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "~6.5.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~6.5.2"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
  22. "_shasum": "3aeeffc91967ef6e35c0e488ef46fb296ab76aad",
  23. "_spec": "qs@~6.5.2",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\request",
  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. "deprecated": false,
  37. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  38. "devDependencies": {
  39. "@ljharb/eslint-config": "^20.1.0",
  40. "aud": "^1.1.5",
  41. "browserify": "^16.5.2",
  42. "eclint": "^2.8.1",
  43. "eslint": "^8.6.0",
  44. "evalmd": "^0.0.17",
  45. "iconv-lite": "^0.4.24",
  46. "in-publish": "^2.0.1",
  47. "mkdirp": "^0.5.1",
  48. "nyc": "^10.3.2",
  49. "qs-iconv": "^1.0.4",
  50. "safe-publish-latest": "^2.0.0",
  51. "safer-buffer": "^2.1.2",
  52. "tape": "^5.4.0"
  53. },
  54. "engines": {
  55. "node": ">=0.6"
  56. },
  57. "homepage": "https://github.com/ljharb/qs",
  58. "keywords": [
  59. "querystring",
  60. "qs"
  61. ],
  62. "license": "BSD-3-Clause",
  63. "main": "lib/index.js",
  64. "name": "qs",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/ljharb/qs.git"
  68. },
  69. "scripts": {
  70. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  71. "lint": "eslint --ext=js,mjs .",
  72. "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  73. "posttest": "aud --production",
  74. "prepublish": "not-in-publish || npm run prepublishOnly",
  75. "prepublishOnly": "safe-publish-latest && npm run dist",
  76. "pretest": "npm run --silent readme && npm run --silent lint",
  77. "readme": "evalmd README.md",
  78. "test": "npm run --silent tests-only",
  79. "tests-only": "nyc tape 'test/**/*.js'"
  80. },
  81. "version": "6.5.3"
  82. }