package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "qs@~5.1.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request"
  6. ]
  7. ],
  8. "_from": "qs@>=5.1.0 <5.2.0",
  9. "_id": "qs@5.1.0",
  10. "_inCache": true,
  11. "_location": "/qs",
  12. "_nodeVersion": "0.12.7",
  13. "_npmUser": {
  14. "email": "quitlahok@gmail.com",
  15. "name": "nlf"
  16. },
  17. "_npmVersion": "2.14.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "qs",
  21. "raw": "qs@~5.1.0",
  22. "rawSpec": "~5.1.0",
  23. "scope": null,
  24. "spec": ">=5.1.0 <5.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/qs/-/qs-5.1.0.tgz",
  31. "_shasum": "4d932e5c7ea411cca76a312d39a606200fd50cd9",
  32. "_shrinkwrap": null,
  33. "_spec": "qs@~5.1.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request",
  35. "bugs": {
  36. "url": "https://github.com/hapijs/qs/issues"
  37. },
  38. "dependencies": {},
  39. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  40. "devDependencies": {
  41. "browserify": "^10.2.1",
  42. "code": "1.x.x",
  43. "lab": "5.x.x"
  44. },
  45. "directories": {},
  46. "dist": {
  47. "shasum": "4d932e5c7ea411cca76a312d39a606200fd50cd9",
  48. "tarball": "http://registry.npmjs.org/qs/-/qs-5.1.0.tgz"
  49. },
  50. "engines": ">=0.10.40",
  51. "gitHead": "9e9759ec5be2dd99ce90961bbff47075cd5a8160",
  52. "homepage": "https://github.com/hapijs/qs",
  53. "installable": true,
  54. "keywords": [
  55. "qs",
  56. "querystring"
  57. ],
  58. "license": "BSD-3-Clause",
  59. "main": "lib/index.js",
  60. "maintainers": [
  61. {
  62. "name": "nlf",
  63. "email": "quitlahok@gmail.com"
  64. },
  65. {
  66. "name": "hueniverse",
  67. "email": "eran@hueniverse.com"
  68. }
  69. ],
  70. "name": "qs",
  71. "optionalDependencies": {},
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/hapijs/qs.git"
  75. },
  76. "scripts": {
  77. "dist": "browserify --standalone Qs lib/index.js > dist/qs.js",
  78. "test": "lab -a code -t 100 -L",
  79. "test-cov-html": "lab -a code -r html -o coverage.html",
  80. "test-tap": "lab -a code -r tap -o tests.tap"
  81. },
  82. "version": "5.1.0"
  83. }