package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "qs@~6.5.1",
  3. "_id": "qs@6.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "qs@~6.5.1",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "~6.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~6.5.1"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz",
  22. "_shasum": "349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8",
  23. "_spec": "qs@~6.5.1",
  24. "_where": "E:\\vscode\\vscode-electron-debug\\electron-quick-start\\node_modules\\request",
  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. "deprecated": false,
  38. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  39. "devDependencies": {
  40. "@ljharb/eslint-config": "^12.2.1",
  41. "browserify": "^14.4.0",
  42. "covert": "^1.1.0",
  43. "editorconfig-tools": "^0.1.1",
  44. "eslint": "^4.6.1",
  45. "evalmd": "^0.0.17",
  46. "iconv-lite": "^0.4.18",
  47. "mkdirp": "^0.5.1",
  48. "qs-iconv": "^1.0.4",
  49. "safe-publish-latest": "^1.1.1",
  50. "tape": "^4.8.0"
  51. },
  52. "engines": {
  53. "node": ">=0.6"
  54. },
  55. "homepage": "https://github.com/ljharb/qs",
  56. "keywords": [
  57. "querystring",
  58. "qs"
  59. ],
  60. "license": "BSD-3-Clause",
  61. "main": "lib/index.js",
  62. "name": "qs",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/ljharb/qs.git"
  66. },
  67. "scripts": {
  68. "coverage": "covert test",
  69. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  70. "lint": "eslint lib/*.js test/*.js",
  71. "prelint": "editorconfig-tools check * lib/* test/*",
  72. "prepublish": "safe-publish-latest && npm run dist",
  73. "pretest": "npm run --silent readme && npm run --silent lint",
  74. "readme": "evalmd README.md",
  75. "test": "npm run --silent coverage",
  76. "tests-only": "node test"
  77. },
  78. "version": "6.5.1"
  79. }