package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "qs@^6.9.4",
  3. "_id": "qs@6.11.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  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. "/superagent"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz",
  22. "_shasum": "fd0d963446f7a65e1367e01abd85429453f0c37a",
  23. "_spec": "qs@^6.9.4",
  24. "_where": "D:\\website\\Other\\score\\node_modules\\superagent",
  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. "side-channel": "^1.0.4"
  38. },
  39. "deprecated": false,
  40. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  41. "devDependencies": {
  42. "@ljharb/eslint-config": "^21.0.0",
  43. "aud": "^2.0.0",
  44. "browserify": "^16.5.2",
  45. "eclint": "^2.8.1",
  46. "eslint": "=8.8.0",
  47. "evalmd": "^0.0.19",
  48. "for-each": "^0.3.3",
  49. "has-symbols": "^1.0.3",
  50. "iconv-lite": "^0.5.1",
  51. "in-publish": "^2.0.1",
  52. "mkdirp": "^0.5.5",
  53. "npmignore": "^0.3.0",
  54. "nyc": "^10.3.2",
  55. "object-inspect": "^1.12.2",
  56. "qs-iconv": "^1.0.4",
  57. "safe-publish-latest": "^2.0.0",
  58. "safer-buffer": "^2.1.2",
  59. "tape": "^5.5.3"
  60. },
  61. "engines": {
  62. "node": ">=0.6"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "homepage": "https://github.com/ljharb/qs",
  68. "keywords": [
  69. "querystring",
  70. "qs",
  71. "query",
  72. "url",
  73. "parse",
  74. "stringify"
  75. ],
  76. "license": "BSD-3-Clause",
  77. "main": "lib/index.js",
  78. "name": "qs",
  79. "publishConfig": {
  80. "ignore": [
  81. "!dist/*",
  82. "bower.json",
  83. "component.json",
  84. ".github/workflows"
  85. ]
  86. },
  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 --ext=js,mjs .",
  94. "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  95. "posttest": "aud --production",
  96. "prepack": "npmignore --auto --commentLines=autogenerated",
  97. "prepublish": "not-in-publish || npm run prepublishOnly",
  98. "prepublishOnly": "safe-publish-latest && npm run dist",
  99. "pretest": "npm run --silent readme && npm run --silent lint",
  100. "readme": "evalmd README.md",
  101. "test": "npm run tests-only",
  102. "tests-only": "nyc tape 'test/**/*.js'"
  103. },
  104. "version": "6.11.0"
  105. }