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 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "query-string@^5.0.1",
  3. "_id": "query-string@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==",
  6. "_location": "/query-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "query-string@^5.0.1",
  12. "name": "query-string",
  13. "escapedName": "query-string",
  14. "rawSpec": "^5.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.1"
  17. },
  18. "_requiredBy": [
  19. "/normalize-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz",
  22. "_shasum": "a78c012b71c17e05f2e3fa2319dd330682efb3cb",
  23. "_spec": "query-string@^5.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\normalize-url",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/query-string/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "decode-uri-component": "^0.2.0",
  36. "object-assign": "^4.1.0",
  37. "strict-uri-encode": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Parse and stringify URL query strings",
  41. "devDependencies": {
  42. "ava": "^0.17.0",
  43. "xo": "^0.16.0"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/query-string#readme",
  52. "keywords": [
  53. "browser",
  54. "querystring",
  55. "query",
  56. "string",
  57. "qs",
  58. "param",
  59. "parameter",
  60. "url",
  61. "uri",
  62. "parse",
  63. "stringify",
  64. "encode",
  65. "decode"
  66. ],
  67. "license": "MIT",
  68. "name": "query-string",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/query-string.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "5.1.1"
  77. }