package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "qs@^6.4.0",
  3. "_id": "qs@6.11.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "qs@^6.4.0",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "^6.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.4.0"
  17. },
  18. "_requiredBy": [
  19. "/urllib"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz",
  22. "_shasum": "64bea51f12c1f5da1bc01496f48ffcff7c69d7d9",
  23. "_spec": "qs@^6.4.0",
  24. "_where": "F:\\HBuilderProjects\\test\\node_modules\\urllib",
  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. "side-channel": "^1.0.4"
  38. },
  39. "deprecated": false,
  40. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  41. "devDependencies": {
  42. "@ljharb/eslint-config": "^21.0.1",
  43. "aud": "^2.0.2",
  44. "browserify": "^16.5.2",
  45. "eclint": "^2.8.1",
  46. "eslint": "=8.8.0",
  47. "evalmd": "^0.0.19",
  48. "for-each": "^0.3.3",
  49. "has-override-mistake": "^1.0.0",
  50. "has-property-descriptors": "^1.0.0",
  51. "has-symbols": "^1.0.3",
  52. "iconv-lite": "^0.5.1",
  53. "in-publish": "^2.0.1",
  54. "mkdirp": "^0.5.5",
  55. "mock-property": "^1.0.0",
  56. "npmignore": "^0.3.0",
  57. "nyc": "^10.3.2",
  58. "object-inspect": "^1.12.3",
  59. "qs-iconv": "^1.0.4",
  60. "safe-publish-latest": "^2.0.0",
  61. "safer-buffer": "^2.1.2",
  62. "tape": "^5.6.3"
  63. },
  64. "engines": {
  65. "node": ">=0.6"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  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. "publishConfig": {
  83. "ignore": [
  84. "!dist/*",
  85. "bower.json",
  86. "component.json",
  87. ".github/workflows"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/ljharb/qs.git"
  93. },
  94. "scripts": {
  95. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  96. "lint": "eslint --ext=js,mjs .",
  97. "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  98. "posttest": "aud --production",
  99. "prepack": "npmignore --auto --commentLines=autogenerated",
  100. "prepublish": "not-in-publish || npm run prepublishOnly",
  101. "prepublishOnly": "safe-publish-latest && npm run dist",
  102. "pretest": "npm run --silent readme && npm run --silent lint",
  103. "readme": "evalmd README.md",
  104. "test": "npm run tests-only",
  105. "tests-only": "nyc tape 'test/**/*.js'"
  106. },
  107. "version": "6.11.2"
  108. }