package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "qs",
  3. "description": "querystring parser",
  4. "version": "0.6.6",
  5. "keywords": [
  6. "query string",
  7. "parser",
  8. "component"
  9. ],
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/visionmedia/node-querystring.git"
  13. },
  14. "devDependencies": {
  15. "mocha": "*",
  16. "expect.js": "*"
  17. },
  18. "scripts": {
  19. "test": "make test"
  20. },
  21. "author": {
  22. "name": "TJ Holowaychuk",
  23. "email": "tj@vision-media.ca",
  24. "url": "http://tjholowaychuk.com"
  25. },
  26. "main": "index",
  27. "engines": {
  28. "node": "*"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/visionmedia/node-querystring/issues"
  32. },
  33. "_id": "qs@0.6.6",
  34. "dist": {
  35. "shasum": "6e015098ff51968b8a3c819001d5f2c89bc4b107",
  36. "tarball": "http://registry.npmjs.org/qs/-/qs-0.6.6.tgz"
  37. },
  38. "_from": "qs@0.6.6",
  39. "_npmVersion": "1.2.30",
  40. "_npmUser": {
  41. "name": "tjholowaychuk",
  42. "email": "tj@vision-media.ca"
  43. },
  44. "maintainers": [
  45. {
  46. "name": "tjholowaychuk",
  47. "email": "tj@vision-media.ca"
  48. }
  49. ],
  50. "directories": {},
  51. "_shasum": "6e015098ff51968b8a3c819001d5f2c89bc4b107",
  52. "_resolved": "https://registry.npmjs.org/qs/-/qs-0.6.6.tgz"
  53. }