package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "qs@4.0.0",
  3. "_id": "qs@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wx2bdOwn33XlQ6hseHKO2NRiNgc=",
  6. "_location": "/qs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "qs@4.0.0",
  12. "name": "qs",
  13. "escapedName": "qs",
  14. "rawSpec": "4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/express"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz",
  23. "_shasum": "c31d9b74ec27df75e543a86c78728ed8d4623607",
  24. "_spec": "qs@4.0.0",
  25. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\body-parser",
  26. "bugs": {
  27. "url": "https://github.com/hapijs/qs/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {},
  31. "deprecated": false,
  32. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  33. "devDependencies": {
  34. "browserify": "^10.2.1",
  35. "code": "1.x.x",
  36. "lab": "5.x.x"
  37. },
  38. "homepage": "https://github.com/hapijs/qs",
  39. "keywords": [
  40. "querystring",
  41. "qs"
  42. ],
  43. "license": "BSD-3-Clause",
  44. "main": "lib/index.js",
  45. "name": "qs",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/hapijs/qs.git"
  49. },
  50. "scripts": {
  51. "dist": "browserify --standalone Qs lib/index.js > dist/qs.js",
  52. "test": "lab -a code -t 100 -L",
  53. "test-cov-html": "lab -a code -r html -o coverage.html"
  54. },
  55. "version": "4.0.0"
  56. }