package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "querystring",
  3. "id": "querystring",
  4. "version": "0.2.0",
  5. "description": "Node's querystring module for all engines.",
  6. "keywords": [
  7. "commonjs",
  8. "query",
  9. "querystring"
  10. ],
  11. "author": "Irakli Gozalishvili <rfobic@gmail.com>",
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/Gozala/querystring.git",
  15. "web": "https://github.com/Gozala/querystring"
  16. },
  17. "bugs": {
  18. "url": "http://github.com/Gozala/querystring/issues/"
  19. },
  20. "devDependencies": {
  21. "test": "~0.x.0",
  22. "phantomify": "~0.x.0",
  23. "retape": "~0.x.0",
  24. "tape": "~0.1.5"
  25. },
  26. "engines": {
  27. "node": ">=0.4.x"
  28. },
  29. "scripts": {
  30. "test": "npm run test-node && npm run test-browser && npm run test-tap",
  31. "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common-index.js",
  32. "test-node": "node ./test/common-index.js",
  33. "test-tap": "node ./test/tap-index.js"
  34. },
  35. "testling": {
  36. "files": "test/tap-index.js",
  37. "browsers": {
  38. "iexplore": [
  39. 9,
  40. 10
  41. ],
  42. "chrome": [
  43. 16,
  44. 20,
  45. 25,
  46. "canary"
  47. ],
  48. "firefox": [
  49. 10,
  50. 15,
  51. 16,
  52. 17,
  53. 18,
  54. "nightly"
  55. ],
  56. "safari": [
  57. 5,
  58. 6
  59. ],
  60. "opera": [
  61. 12
  62. ]
  63. }
  64. },
  65. "licenses": [
  66. {
  67. "type": "MIT",
  68. "url": "https://github.com/Gozala/enchain/License.md"
  69. }
  70. ],
  71. "__npminstall_done": "Thu Dec 24 2020 20:20:59 GMT+0800 (CST)",
  72. "_from": "querystring@0.2.0",
  73. "_resolved": "https://registry.npm.taobao.org/querystring/download/querystring-0.2.0.tgz"
  74. }