package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "qs@6.9.6",
  3. "_id": "qs@6.9.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "qs@6.9.6",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "6.9.6",
  15. "saveSpec": null,
  16. "fetchSpec": "6.9.6"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/express"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz",
  23. "_shasum": "26ed3c8243a431b2924aca84cc90471f35d5a0ee",
  24. "_spec": "qs@6.9.6",
  25. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\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. "deprecated": false,
  39. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  40. "devDependencies": {
  41. "@ljharb/eslint-config": "^17.3.0",
  42. "aud": "^1.1.3",
  43. "browserify": "^16.5.2",
  44. "eclint": "^2.8.1",
  45. "eslint": "^7.17.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.5",
  51. "nyc": "^10.3.2",
  52. "object-inspect": "^1.9.0",
  53. "qs-iconv": "^1.0.4",
  54. "safe-publish-latest": "^1.1.4",
  55. "safer-buffer": "^2.1.2",
  56. "tape": "^5.1.1"
  57. },
  58. "engines": {
  59. "node": ">=0.6"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "greenkeeper": {
  65. "ignore": [
  66. "iconv-lite",
  67. "mkdirp"
  68. ]
  69. },
  70. "homepage": "https://github.com/ljharb/qs",
  71. "keywords": [
  72. "querystring",
  73. "qs",
  74. "query",
  75. "url",
  76. "parse",
  77. "stringify"
  78. ],
  79. "license": "BSD-3-Clause",
  80. "main": "lib/index.js",
  81. "name": "qs",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/ljharb/qs.git"
  85. },
  86. "scripts": {
  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": "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 tests-only",
  95. "tests-only": "nyc tape 'test/**/*.js'"
  96. },
  97. "version": "6.9.6"
  98. }