package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "qs@~4.0.0",
  5. "D:\\work\\im\\node_modules\\co-body"
  6. ]
  7. ],
  8. "_from": "qs@>=4.0.0 <4.1.0",
  9. "_id": "qs@4.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/qs",
  13. "_nodeVersion": "0.12.4",
  14. "_npmUser": {
  15. "email": "quitlahok@gmail.com",
  16. "name": "nlf"
  17. },
  18. "_npmVersion": "2.12.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "qs",
  22. "raw": "qs@~4.0.0",
  23. "rawSpec": "~4.0.0",
  24. "scope": null,
  25. "spec": ">=4.0.0 <4.1.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/co-body"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz",
  32. "_shasum": "c31d9b74ec27df75e543a86c78728ed8d4623607",
  33. "_shrinkwrap": null,
  34. "_spec": "qs@~4.0.0",
  35. "_where": "D:\\work\\im\\node_modules\\co-body",
  36. "bugs": {
  37. "url": "https://github.com/hapijs/qs/issues"
  38. },
  39. "dependencies": {},
  40. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  41. "devDependencies": {
  42. "browserify": "^10.2.1",
  43. "code": "1.x.x",
  44. "lab": "5.x.x"
  45. },
  46. "directories": {},
  47. "dist": {
  48. "shasum": "c31d9b74ec27df75e543a86c78728ed8d4623607",
  49. "tarball": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz"
  50. },
  51. "gitHead": "e573dd08eae6cce30d2202704691a102dfa3782a",
  52. "homepage": "https://github.com/hapijs/qs",
  53. "keywords": [
  54. "querystring",
  55. "qs"
  56. ],
  57. "license": "BSD-3-Clause",
  58. "main": "lib/index.js",
  59. "maintainers": [
  60. {
  61. "email": "quitlahok@gmail.com",
  62. "name": "nlf"
  63. },
  64. {
  65. "email": "eran@hueniverse.com",
  66. "name": "hueniverse"
  67. }
  68. ],
  69. "name": "qs",
  70. "optionalDependencies": {},
  71. "readme": "ERROR: No README data found!",
  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. },
  81. "version": "4.0.0"
  82. }