package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "form-data@~0.2.0",
  5. "D:\\work\\im\\node_modules\\request"
  6. ]
  7. ],
  8. "_from": "form-data@>=0.2.0 <0.3.0",
  9. "_id": "form-data@0.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/form-data",
  13. "_npmUser": {
  14. "email": "iam@alexindigo.com",
  15. "name": "alexindigo"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "form-data",
  21. "raw": "form-data@~0.2.0",
  22. "rawSpec": "~0.2.0",
  23. "scope": null,
  24. "spec": ">=0.2.0 <0.3.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz",
  31. "_shasum": "26f8bc26da6440e299cbdcfb69035c4f77a6e466",
  32. "_shrinkwrap": null,
  33. "_spec": "form-data@~0.2.0",
  34. "_where": "D:\\work\\im\\node_modules\\request",
  35. "author": {
  36. "email": "felix@debuggable.com",
  37. "name": "Felix Geisendörfer",
  38. "url": "http://debuggable.com/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/felixge/node-form-data/issues"
  42. },
  43. "dependencies": {
  44. "async": "~0.9.0",
  45. "combined-stream": "~0.0.4",
  46. "mime-types": "~2.0.3"
  47. },
  48. "description": "A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
  49. "devDependencies": {
  50. "fake": "~0.2.2",
  51. "far": "~0.0.7",
  52. "formidable": "~1.0.14",
  53. "request": "~2.36.0"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "26f8bc26da6440e299cbdcfb69035c4f77a6e466",
  58. "tarball": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz"
  59. },
  60. "engines": {
  61. "node": ">= 0.8"
  62. },
  63. "gitHead": "dfc1a2aef40b97807e2ffe477da06cb2c37e259f",
  64. "homepage": "https://github.com/felixge/node-form-data",
  65. "licenses": [
  66. {
  67. "type": "MIT",
  68. "url": "https://raw.github.com/felixge/node-form-data/master/License"
  69. }
  70. ],
  71. "main": "./lib/form_data",
  72. "maintainers": [
  73. {
  74. "email": "felix@debuggable.com",
  75. "name": "felixge"
  76. },
  77. {
  78. "email": "igor@buran.us",
  79. "name": "idralyuk"
  80. },
  81. {
  82. "email": "iam@alexindigo.com",
  83. "name": "alexindigo"
  84. },
  85. {
  86. "email": "mikeal.rogers@gmail.com",
  87. "name": "mikeal"
  88. },
  89. {
  90. "email": "dtyree77@gmail.com",
  91. "name": "celer"
  92. }
  93. ],
  94. "name": "form-data",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/felixge/node-form-data.git"
  100. },
  101. "scripts": {
  102. "test": "node test/run.js"
  103. },
  104. "version": "0.2.0"
  105. }