package.json 1.7 KB

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