package.json 2.8 KB

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