package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "[email protected]",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "[email protected]",
  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. ],
  21. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz",
  22. "_shasum": "26ed3c8243a431b2924aca84cc90471f35d5a0ee",
  23. "_spec": "[email protected]",
  24. "_where": "/home/ubuntu/develop/src/daxia.dev/pkg/encrypt_utils/test_server/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": "[email protected]",
  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": "^17.3.0",
  41. "aud": "^1.1.3",
  42. "browserify": "^16.5.2",
  43. "eclint": "^2.8.1",
  44. "eslint": "^7.17.0",
  45. "evalmd": "^0.0.19",
  46. "for-each": "^0.3.3",
  47. "has-symbols": "^1.0.1",
  48. "iconv-lite": "^0.5.1",
  49. "mkdirp": "^0.5.5",
  50. "nyc": "^10.3.2",
  51. "object-inspect": "^1.9.0",
  52. "qs-iconv": "^1.0.4",
  53. "safe-publish-latest": "^1.1.4",
  54. "safer-buffer": "^2.1.2",
  55. "tape": "^5.1.1"
  56. },
  57. "engines": {
  58. "node": ">=0.6"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "greenkeeper": {
  64. "ignore": [
  65. "iconv-lite",
  66. "mkdirp"
  67. ]
  68. },
  69. "homepage": "https://github.com/ljharb/qs",
  70. "keywords": [
  71. "querystring",
  72. "qs",
  73. "query",
  74. "url",
  75. "parse",
  76. "stringify"
  77. ],
  78. "license": "BSD-3-Clause",
  79. "main": "lib/index.js",
  80. "name": "qs",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/ljharb/qs.git"
  84. },
  85. "scripts": {
  86. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  87. "lint": "eslint lib/*.js test/*.js",
  88. "postlint": "eclint check * lib/* test/*",
  89. "posttest": "aud --production",
  90. "prepublish": "safe-publish-latest && npm run dist",
  91. "pretest": "npm run --silent readme && npm run --silent lint",
  92. "readme": "evalmd README.md",
  93. "test": "npm run tests-only",
  94. "tests-only": "nyc tape 'test/**/*.js'"
  95. },
  96. "version": "6.9.6"
  97. }