package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "qs@6.5.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "qs@6.5.3",
  9. "_id": "qs@6.5.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==",
  12. "_location": "/qs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "qs@6.5.3",
  18. "name": "qs",
  19. "escapedName": "qs",
  20. "rawSpec": "6.5.3",
  21. "saveSpec": null,
  22. "fetchSpec": "6.5.3"
  23. },
  24. "_requiredBy": [
  25. "/request"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/qs/-/qs-6.5.3.tgz",
  28. "_spec": "6.5.3",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "bugs": {
  31. "url": "https://github.com/ljharb/qs/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com",
  37. "url": "http://ljharb.codes"
  38. }
  39. ],
  40. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  41. "devDependencies": {
  42. "@ljharb/eslint-config": "^20.1.0",
  43. "aud": "^1.1.5",
  44. "browserify": "^16.5.2",
  45. "eclint": "^2.8.1",
  46. "eslint": "^8.6.0",
  47. "evalmd": "^0.0.17",
  48. "iconv-lite": "^0.4.24",
  49. "in-publish": "^2.0.1",
  50. "mkdirp": "^0.5.1",
  51. "nyc": "^10.3.2",
  52. "qs-iconv": "^1.0.4",
  53. "safe-publish-latest": "^2.0.0",
  54. "safer-buffer": "^2.1.2",
  55. "tape": "^5.4.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. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  74. "lint": "eslint --ext=js,mjs .",
  75. "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  76. "posttest": "aud --production",
  77. "prepublish": "not-in-publish || npm run prepublishOnly",
  78. "prepublishOnly": "safe-publish-latest && npm run dist",
  79. "pretest": "npm run --silent readme && npm run --silent lint",
  80. "readme": "evalmd README.md",
  81. "test": "npm run --silent tests-only",
  82. "tests-only": "nyc tape 'test/**/*.js'"
  83. },
  84. "version": "6.5.3"
  85. }