Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

66 linhas
1.6KB

  1. {
  2. "_from": "union@~0.5.0",
  3. "_id": "union@0.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==",
  6. "_location": "/union",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "union@~0.5.0",
  12. "name": "union",
  13. "escapedName": "union",
  14. "rawSpec": "~0.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.5.0"
  17. },
  18. "_requiredBy": [
  19. "/http-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/union/-/union-0.5.0.tgz",
  22. "_shasum": "b2c11be84f60538537b846edb9ba266ba0090075",
  23. "_spec": "union@~0.5.0",
  24. "_where": "/tmp/boat24/frontend/node_modules/http-server",
  25. "author": {
  26. "name": "Charlie Robbins",
  27. "email": "charlie.robbins@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/flatiron/union/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "qs": "^6.4.0"
  35. },
  36. "deprecated": false,
  37. "description": "A hybrid buffered / streaming middleware kernel backwards compatible with connect.",
  38. "devDependencies": {
  39. "connect": "2.22.x",
  40. "director": "1.x.x",
  41. "ecstatic": "0.5.x",
  42. "request": "2.29.x",
  43. "vows": "0.8.0"
  44. },
  45. "engines": {
  46. "node": ">= 0.8.0"
  47. },
  48. "homepage": "https://github.com/flatiron/union#readme",
  49. "main": "./lib",
  50. "maintainers": [
  51. {
  52. "name": "dscape",
  53. "email": "nuno@nodejitsu.com"
  54. }
  55. ],
  56. "name": "union",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/flatiron/union.git"
  60. },
  61. "scripts": {
  62. "test": "vows test/*-test.js --spec -i"
  63. },
  64. "version": "0.5.0"
  65. }