Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "qs@6.5.2",
  3. "_id": "qs@6.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "qs@6.5.2",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "6.5.2",
  15. "saveSpec": null,
  16. "fetchSpec": "6.5.2"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/express"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
  23. "_shasum": "cb3ae806e8740444584ef154ce8ee98d403f3e36",
  24. "_spec": "qs@6.5.2",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  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. "deprecated": false,
  39. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  40. "devDependencies": {
  41. "@ljharb/eslint-config": "^12.2.1",
  42. "browserify": "^16.2.0",
  43. "covert": "^1.1.0",
  44. "editorconfig-tools": "^0.1.1",
  45. "eslint": "^4.19.1",
  46. "evalmd": "^0.0.17",
  47. "iconv-lite": "^0.4.21",
  48. "mkdirp": "^0.5.1",
  49. "qs-iconv": "^1.0.4",
  50. "safe-publish-latest": "^1.1.1",
  51. "safer-buffer": "^2.1.2",
  52. "tape": "^4.9.0"
  53. },
  54. "engines": {
  55. "node": ">=0.6"
  56. },
  57. "homepage": "https://github.com/ljharb/qs",
  58. "keywords": [
  59. "querystring",
  60. "qs"
  61. ],
  62. "license": "BSD-3-Clause",
  63. "main": "lib/index.js",
  64. "name": "qs",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/ljharb/qs.git"
  68. },
  69. "scripts": {
  70. "coverage": "covert test",
  71. "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
  72. "lint": "eslint lib/*.js test/*.js",
  73. "prelint": "editorconfig-tools check * lib/* test/*",
  74. "prepublish": "safe-publish-latest && npm run dist",
  75. "pretest": "npm run --silent readme && npm run --silent lint",
  76. "readme": "evalmd README.md",
  77. "test": "npm run --silent coverage",
  78. "tests-only": "node test"
  79. },
  80. "version": "6.5.2"
  81. }