package.json 2.3 KB

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