You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "union@~0.4.3",
  3. "_id": "union@0.4.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GY+9rrolTniLDvy2MLwR8kopWeA=",
  6. "_location": "/union",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "union@~0.4.3",
  12. "name": "union",
  13. "escapedName": "union",
  14. "rawSpec": "~0.4.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.4.3"
  17. },
  18. "_requiredBy": [
  19. "/http-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/union/-/union-0.4.6.tgz",
  22. "_shasum": "198fbdaeba254e788b0efcb630bc11f24a2959e0",
  23. "_spec": "union@~0.4.3",
  24. "_where": "C:\\Users\\ittnerpa60944\\source\\repos\\MDTWebApp\\code\\code\\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": "~2.3.3"
  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.4.6"
  65. }