Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.4KB

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