Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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