package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "qs@6.5.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "qs@6.5.1",
  9. "_id": "qs@6.5.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==",
  12. "_location": "/qs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "qs@6.5.1",
  18. "name": "qs",
  19. "escapedName": "qs",
  20. "rawSpec": "6.5.1",
  21. "saveSpec": null,
  22. "fetchSpec": "6.5.1"
  23. },
  24. "_requiredBy": [
  25. "/body-parser",
  26. "/express",
  27. "/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz",
  30. "_spec": "6.5.1",
  31. "_where": "D:\\projects\\dealer_front",
  32. "bugs": {
  33. "url": "https://github.com/ljharb/qs/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Jordan Harband",
  38. "email": "ljharb@gmail.com",
  39. "url": "http://ljharb.codes"
  40. }
  41. ],
  42. "dependencies": {},
  43. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^12.2.1",
  46. "browserify": "^14.4.0",
  47. "covert": "^1.1.0",
  48. "editorconfig-tools": "^0.1.1",
  49. "eslint": "^4.6.1",
  50. "evalmd": "^0.0.17",
  51. "iconv-lite": "^0.4.18",
  52. "mkdirp": "^0.5.1",
  53. "qs-iconv": "^1.0.4",
  54. "safe-publish-latest": "^1.1.1",
  55. "tape": "^4.8.0"
  56. },
  57. "engines": {
  58. "node": ">=0.6"
  59. },
  60. "homepage": "https://github.com/ljharb/qs",
  61. "keywords": [
  62. "querystring",
  63. "qs"
  64. ],
  65. "license": "BSD-3-Clause",
  66. "main": "lib/index.js",
  67. "name": "qs",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/ljharb/qs.git"
  71. },
  72. "scripts": {
  73. "coverage": "covert test",
  74. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  75. "lint": "eslint lib/*.js test/*.js",
  76. "prelint": "editorconfig-tools check * lib/* test/*",
  77. "prepublish": "safe-publish-latest && npm run dist",
  78. "pretest": "npm run --silent readme && npm run --silent lint",
  79. "readme": "evalmd README.md",
  80. "test": "npm run --silent coverage",
  81. "tests-only": "node test"
  82. },
  83. "version": "6.5.1"
  84. }