package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "qs@6.10.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_from": "qs@6.10.1",
  9. "_id": "qs@6.10.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-STFIL6jWR6Wqt5nFJx0hM7mB+2o=",
  12. "_location": "/qs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "qs@6.10.1",
  18. "name": "qs",
  19. "escapedName": "qs",
  20. "rawSpec": "6.10.1",
  21. "saveSpec": null,
  22. "fetchSpec": "6.10.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/qs/download/qs-6.10.1.tgz",
  28. "_spec": "6.10.1",
  29. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  30. "bugs": {
  31. "url": "https://github.com/ljharb/qs/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com",
  37. "url": "http://ljharb.codes"
  38. }
  39. ],
  40. "dependencies": {
  41. "side-channel": "^1.0.4"
  42. },
  43. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^17.5.1",
  46. "aud": "^1.1.4",
  47. "browserify": "^16.5.2",
  48. "eclint": "^2.8.1",
  49. "eslint": "^7.22.0",
  50. "evalmd": "^0.0.19",
  51. "for-each": "^0.3.3",
  52. "has-symbols": "^1.0.2",
  53. "iconv-lite": "^0.5.1",
  54. "in-publish": "^2.0.1",
  55. "mkdirp": "^0.5.5",
  56. "nyc": "^10.3.2",
  57. "object-inspect": "^1.9.0",
  58. "qs-iconv": "^1.0.4",
  59. "safe-publish-latest": "^1.1.4",
  60. "safer-buffer": "^2.1.2",
  61. "tape": "^5.2.2"
  62. },
  63. "engines": {
  64. "node": ">=0.6"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "greenkeeper": {
  70. "ignore": [
  71. "iconv-lite",
  72. "mkdirp"
  73. ]
  74. },
  75. "homepage": "https://github.com/ljharb/qs",
  76. "keywords": [
  77. "querystring",
  78. "qs",
  79. "query",
  80. "url",
  81. "parse",
  82. "stringify"
  83. ],
  84. "license": "BSD-3-Clause",
  85. "main": "lib/index.js",
  86. "name": "qs",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/ljharb/qs.git"
  90. },
  91. "scripts": {
  92. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  93. "lint": "eslint lib/*.js test/*.js",
  94. "postlint": "eclint check * lib/* test/* !dist/*",
  95. "posttest": "aud --production",
  96. "prepublish": "safe-publish-latest && (not-in-publish || npm run dist)",
  97. "pretest": "npm run --silent readme && npm run --silent lint",
  98. "readme": "evalmd README.md",
  99. "test": "npm run tests-only",
  100. "tests-only": "nyc tape 'test/**/*.js'"
  101. },
  102. "version": "6.10.1"
  103. }