package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "qs",
  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": "tag",
  10. "registry": true,
  11. "raw": "qs",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.2.tgz",
  23. "_shasum": "64bea51f12c1f5da1bc01496f48ffcff7c69d7d9",
  24. "_spec": "qs",
  25. "_where": "/Users/chenpengming/代码/小艾微纳园",
  26. "bugs": {
  27. "url": "https://github.com/ljharb/qs/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com",
  34. "url": "http://ljharb.codes"
  35. }
  36. ],
  37. "dependencies": {
  38. "side-channel": "^1.0.4"
  39. },
  40. "deprecated": false,
  41. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  42. "devDependencies": {
  43. "@ljharb/eslint-config": "^21.0.1",
  44. "aud": "^2.0.2",
  45. "browserify": "^16.5.2",
  46. "eclint": "^2.8.1",
  47. "eslint": "=8.8.0",
  48. "evalmd": "^0.0.19",
  49. "for-each": "^0.3.3",
  50. "has-override-mistake": "^1.0.0",
  51. "has-property-descriptors": "^1.0.0",
  52. "has-symbols": "^1.0.3",
  53. "iconv-lite": "^0.5.1",
  54. "in-publish": "^2.0.1",
  55. "mkdirp": "^0.5.5",
  56. "mock-property": "^1.0.0",
  57. "npmignore": "^0.3.0",
  58. "nyc": "^10.3.2",
  59. "object-inspect": "^1.12.3",
  60. "qs-iconv": "^1.0.4",
  61. "safe-publish-latest": "^2.0.0",
  62. "safer-buffer": "^2.1.2",
  63. "tape": "^5.6.3"
  64. },
  65. "engines": {
  66. "node": ">=0.6"
  67. },
  68. "funding": {
  69. "url": "https://github.com/sponsors/ljharb"
  70. },
  71. "homepage": "https://github.com/ljharb/qs",
  72. "keywords": [
  73. "querystring",
  74. "qs",
  75. "query",
  76. "url",
  77. "parse",
  78. "stringify"
  79. ],
  80. "license": "BSD-3-Clause",
  81. "main": "lib/index.js",
  82. "name": "qs",
  83. "publishConfig": {
  84. "ignore": [
  85. "!dist/*",
  86. "bower.json",
  87. "component.json",
  88. ".github/workflows"
  89. ]
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/ljharb/qs.git"
  94. },
  95. "scripts": {
  96. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  97. "lint": "eslint --ext=js,mjs .",
  98. "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  99. "posttest": "aud --production",
  100. "prepack": "npmignore --auto --commentLines=autogenerated",
  101. "prepublish": "not-in-publish || npm run prepublishOnly",
  102. "prepublishOnly": "safe-publish-latest && npm run dist",
  103. "pretest": "npm run --silent readme && npm run --silent lint",
  104. "readme": "evalmd README.md",
  105. "test": "npm run tests-only",
  106. "tests-only": "nyc tape 'test/**/*.js'"
  107. },
  108. "version": "6.11.2"
  109. }