package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "qs@6.4.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "qs@6.4.0",
  10. "_id": "qs@6.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=",
  13. "_location": "/qs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "qs@6.4.0",
  19. "name": "qs",
  20. "escapedName": "qs",
  21. "rawSpec": "6.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.4.0"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz",
  29. "_spec": "6.4.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "bugs": {
  32. "url": "https://github.com/ljharb/qs/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. }
  40. ],
  41. "dependencies": {},
  42. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^11.0.0",
  45. "browserify": "^14.1.0",
  46. "covert": "^1.1.0",
  47. "eslint": "^3.17.0",
  48. "evalmd": "^0.0.17",
  49. "iconv-lite": "^0.4.15",
  50. "mkdirp": "^0.5.1",
  51. "parallelshell": "^2.0.0",
  52. "qs-iconv": "^1.0.4",
  53. "safe-publish-latest": "^1.1.1",
  54. "tape": "^4.6.3"
  55. },
  56. "engines": {
  57. "node": ">=0.6"
  58. },
  59. "homepage": "https://github.com/ljharb/qs",
  60. "keywords": [
  61. "querystring",
  62. "qs"
  63. ],
  64. "license": "BSD-3-Clause",
  65. "main": "lib/index.js",
  66. "name": "qs",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/ljharb/qs.git"
  70. },
  71. "scripts": {
  72. "coverage": "covert test",
  73. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  74. "lint": "eslint lib/*.js test/*.js",
  75. "prepublish": "safe-publish-latest && npm run dist",
  76. "pretest": "npm run --silent readme && npm run --silent lint",
  77. "readme": "evalmd README.md",
  78. "test": "npm run --silent coverage",
  79. "tests-only": "node test"
  80. },
  81. "version": "6.4.0"
  82. }