package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "qs@6.9.4",
  3. "_id": "qs@6.9.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "qs@6.9.4",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "6.9.4",
  15. "saveSpec": null,
  16. "fetchSpec": "6.9.4"
  17. },
  18. "_requiredBy": [
  19. "/",
  20. "/urllib"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz",
  23. "_shasum": "9090b290d1f91728d3c22e54843ca44aea5ab687",
  24. "_spec": "qs@6.9.4",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  26. "bugs": {
  27. "url": "https://github.com/ljharb/qs/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com",
  34. "url": "http://ljharb.codes"
  35. }
  36. ],
  37. "dependencies": {},
  38. "deprecated": false,
  39. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  40. "devDependencies": {
  41. "@ljharb/eslint-config": "^16.0.0",
  42. "browserify": "^16.5.1",
  43. "covert": "^1.1.1",
  44. "eclint": "^2.8.1",
  45. "eslint": "^6.8.0",
  46. "evalmd": "^0.0.19",
  47. "for-each": "^0.3.3",
  48. "has-symbols": "^1.0.1",
  49. "iconv-lite": "^0.5.1",
  50. "mkdirp": "^0.5.4",
  51. "object-inspect": "^1.7.0",
  52. "qs-iconv": "^1.0.4",
  53. "safe-publish-latest": "^1.1.4",
  54. "safer-buffer": "^2.1.2",
  55. "tape": "^5.0.0"
  56. },
  57. "engines": {
  58. "node": ">=0.6"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "greenkeeper": {
  64. "ignore": [
  65. "iconv-lite",
  66. "mkdirp"
  67. ]
  68. },
  69. "homepage": "https://github.com/ljharb/qs",
  70. "keywords": [
  71. "querystring",
  72. "qs",
  73. "query",
  74. "url",
  75. "parse",
  76. "stringify"
  77. ],
  78. "license": "BSD-3-Clause",
  79. "main": "lib/index.js",
  80. "name": "qs",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/ljharb/qs.git"
  84. },
  85. "scripts": {
  86. "coverage": "covert test",
  87. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  88. "lint": "eslint lib/*.js test/*.js",
  89. "postlint": "eclint check * lib/* test/*",
  90. "posttest": "npx aud --production",
  91. "prepublish": "safe-publish-latest && npm run dist",
  92. "pretest": "npm run --silent readme && npm run --silent lint",
  93. "readme": "evalmd README.md",
  94. "test": "npm run --silent coverage",
  95. "tests-only": "node test"
  96. },
  97. "version": "6.9.4"
  98. }