package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "qs@6.7.0",
  3. "_id": "qs@6.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "qs@6.7.0",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "6.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "6.7.0"
  17. },
  18. "_requiredBy": [
  19. "/body-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
  22. "_shasum": "41dc1a015e3d581f1621776be31afb2876a9b1bc",
  23. "_spec": "qs@6.7.0",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\body-parser",
  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": "^13.1.1",
  41. "browserify": "^16.2.3",
  42. "covert": "^1.1.1",
  43. "editorconfig-tools": "^0.1.1",
  44. "eslint": "^5.15.3",
  45. "evalmd": "^0.0.17",
  46. "for-each": "^0.3.3",
  47. "iconv-lite": "^0.4.24",
  48. "mkdirp": "^0.5.1",
  49. "object-inspect": "^1.6.0",
  50. "qs-iconv": "^1.0.4",
  51. "safe-publish-latest": "^1.1.2",
  52. "safer-buffer": "^2.1.2",
  53. "tape": "^4.10.1"
  54. },
  55. "engines": {
  56. "node": ">=0.6"
  57. },
  58. "homepage": "https://github.com/ljharb/qs",
  59. "keywords": [
  60. "querystring",
  61. "qs",
  62. "query",
  63. "url",
  64. "parse",
  65. "stringify"
  66. ],
  67. "license": "BSD-3-Clause",
  68. "main": "lib/index.js",
  69. "name": "qs",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/ljharb/qs.git"
  73. },
  74. "scripts": {
  75. "coverage": "covert test",
  76. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  77. "lint": "eslint lib/*.js test/*.js",
  78. "postlint": "editorconfig-tools check * lib/* test/*",
  79. "prepublish": "safe-publish-latest && npm run dist",
  80. "pretest": "npm run --silent readme && npm run --silent lint",
  81. "readme": "evalmd README.md",
  82. "test": "npm run --silent coverage",
  83. "tests-only": "node test"
  84. },
  85. "version": "6.7.0"
  86. }