package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "qs@6.11.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "qs@6.11.0",
  10. "_id": "qs@6.11.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
  13. "_location": "/qs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "qs@6.11.0",
  19. "name": "qs",
  20. "escapedName": "qs",
  21. "rawSpec": "6.11.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.11.0"
  24. },
  25. "_requiredBy": [
  26. "/body-parser",
  27. "/express"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz",
  30. "_spec": "6.11.0",
  31. "_where": "/Users/mac/projects/mime/mine",
  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. "side-channel": "^1.0.4"
  44. },
  45. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^21.0.0",
  48. "aud": "^2.0.0",
  49. "browserify": "^16.5.2",
  50. "eclint": "^2.8.1",
  51. "eslint": "=8.8.0",
  52. "evalmd": "^0.0.19",
  53. "for-each": "^0.3.3",
  54. "has-symbols": "^1.0.3",
  55. "iconv-lite": "^0.5.1",
  56. "in-publish": "^2.0.1",
  57. "mkdirp": "^0.5.5",
  58. "npmignore": "^0.3.0",
  59. "nyc": "^10.3.2",
  60. "object-inspect": "^1.12.2",
  61. "qs-iconv": "^1.0.4",
  62. "safe-publish-latest": "^2.0.0",
  63. "safer-buffer": "^2.1.2",
  64. "tape": "^5.5.3"
  65. },
  66. "engines": {
  67. "node": ">=0.6"
  68. },
  69. "funding": {
  70. "url": "https://github.com/sponsors/ljharb"
  71. },
  72. "homepage": "https://github.com/ljharb/qs",
  73. "keywords": [
  74. "querystring",
  75. "qs",
  76. "query",
  77. "url",
  78. "parse",
  79. "stringify"
  80. ],
  81. "license": "BSD-3-Clause",
  82. "main": "lib/index.js",
  83. "name": "qs",
  84. "publishConfig": {
  85. "ignore": [
  86. "!dist/*",
  87. "bower.json",
  88. "component.json",
  89. ".github/workflows"
  90. ]
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/ljharb/qs.git"
  95. },
  96. "scripts": {
  97. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  98. "lint": "eslint --ext=js,mjs .",
  99. "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
  100. "posttest": "aud --production",
  101. "prepack": "npmignore --auto --commentLines=autogenerated",
  102. "prepublish": "not-in-publish || npm run prepublishOnly",
  103. "prepublishOnly": "safe-publish-latest && npm run dist",
  104. "pretest": "npm run --silent readme && npm run --silent lint",
  105. "readme": "evalmd README.md",
  106. "test": "npm run tests-only",
  107. "tests-only": "nyc tape 'test/**/*.js'"
  108. },
  109. "version": "6.11.0"
  110. }