package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "qs@~6.5.2",
  3. "_id": "qs@6.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
  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.2.tgz",
  22. "_shasum": "cb3ae806e8740444584ef154ce8ee98d403f3e36",
  23. "_spec": "qs@~6.5.2",
  24. "_where": "C:\\Users\\Jzdsh\\Desktop\\附近养车网uni-app\\附近养车网\\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. "dependencies": {},
  37. "deprecated": false,
  38. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  39. "devDependencies": {
  40. "@ljharb/eslint-config": "^12.2.1",
  41. "browserify": "^16.2.0",
  42. "covert": "^1.1.0",
  43. "editorconfig-tools": "^0.1.1",
  44. "eslint": "^4.19.1",
  45. "evalmd": "^0.0.17",
  46. "iconv-lite": "^0.4.21",
  47. "mkdirp": "^0.5.1",
  48. "qs-iconv": "^1.0.4",
  49. "safe-publish-latest": "^1.1.1",
  50. "safer-buffer": "^2.1.2",
  51. "tape": "^4.9.0"
  52. },
  53. "engines": {
  54. "node": ">=0.6"
  55. },
  56. "homepage": "https://github.com/ljharb/qs",
  57. "keywords": [
  58. "querystring",
  59. "qs"
  60. ],
  61. "license": "BSD-3-Clause",
  62. "main": "lib/index.js",
  63. "name": "qs",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/ljharb/qs.git"
  67. },
  68. "scripts": {
  69. "coverage": "covert test",
  70. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  71. "lint": "eslint lib/*.js test/*.js",
  72. "prelint": "editorconfig-tools check * lib/* test/*",
  73. "prepublish": "safe-publish-latest && npm run dist",
  74. "pretest": "npm run --silent readme && npm run --silent lint",
  75. "readme": "evalmd README.md",
  76. "test": "npm run --silent coverage",
  77. "tests-only": "node test"
  78. },
  79. "version": "6.5.2"
  80. }