package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "querystring@0.2.0",
  3. "_id": "querystring@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
  6. "_location": "/querystring",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "querystring@0.2.0",
  12. "name": "querystring",
  13. "escapedName": "querystring",
  14. "rawSpec": "0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/url",
  20. "/webpack-hot-middleware"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
  23. "_shasum": "b209849203bb25df820da756e747005878521620",
  24. "_spec": "querystring@0.2.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\url",
  26. "author": {
  27. "name": "Irakli Gozalishvili",
  28. "email": "rfobic@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/Gozala/querystring/issues/"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.",
  35. "description": "Node's querystring module for all engines.",
  36. "devDependencies": {
  37. "phantomify": "~0.x.0",
  38. "retape": "~0.x.0",
  39. "tape": "~0.1.5",
  40. "test": "~0.x.0"
  41. },
  42. "engines": {
  43. "node": ">=0.4.x"
  44. },
  45. "homepage": "https://github.com/Gozala/querystring#readme",
  46. "id": "querystring",
  47. "keywords": [
  48. "commonjs",
  49. "query",
  50. "querystring"
  51. ],
  52. "licenses": [
  53. {
  54. "type": "MIT",
  55. "url": "https://github.com/Gozala/enchain/License.md"
  56. }
  57. ],
  58. "name": "querystring",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/Gozala/querystring.git",
  62. "web": "https://github.com/Gozala/querystring"
  63. },
  64. "scripts": {
  65. "test": "npm run test-node && npm run test-browser && npm run test-tap",
  66. "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common-index.js",
  67. "test-node": "node ./test/common-index.js",
  68. "test-tap": "node ./test/tap-index.js"
  69. },
  70. "testling": {
  71. "files": "test/tap-index.js",
  72. "browsers": {
  73. "iexplore": [
  74. 9,
  75. 10
  76. ],
  77. "chrome": [
  78. 16,
  79. 20,
  80. 25,
  81. "canary"
  82. ],
  83. "firefox": [
  84. 10,
  85. 15,
  86. 16,
  87. 17,
  88. 18,
  89. "nightly"
  90. ],
  91. "safari": [
  92. 5,
  93. 6
  94. ],
  95. "opera": [
  96. 12
  97. ]
  98. }
  99. },
  100. "version": "0.2.0"
  101. }