package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "formstream@1.1.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_from": "formstream@1.1.0",
  9. "_id": "formstream@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-UfOXDyYTbrCtRDBN5M67UCB7RHk= sha512-Nz7z5pFnnYq9pd3+dZZQsfxd1tRUnl32SLDdaiqydM7hNStwBGO8HynOCS28YHf6GR40gtuxr4iF3CbLqFBQ1A==",
  12. "_location": "/formstream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "formstream@1.1.0",
  18. "name": "formstream",
  19. "escapedName": "formstream",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/urllib"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/formstream/-/formstream-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  30. "author": {
  31. "name": "fengmk2",
  32. "email": "fengmk2@gmail.com",
  33. "url": "http://fengmk2.github.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/node-modules/formstream/issues"
  37. },
  38. "dependencies": {
  39. "destroy": "^1.0.4",
  40. "mime": "^1.3.4",
  41. "pause-stream": "~0.0.11"
  42. },
  43. "description": "A multipart/form-data encoded stream, helper for file upload.",
  44. "devDependencies": {
  45. "autod": "*",
  46. "connect-multiparty": "1",
  47. "express": "4",
  48. "istanbul": "*",
  49. "mocha": "*",
  50. "pedding": "1",
  51. "should": "4",
  52. "urllib": "2"
  53. },
  54. "files": [
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/node-modules/formstream#readme",
  58. "keywords": [
  59. "form",
  60. "stream",
  61. "multipart",
  62. "form-data",
  63. "upload",
  64. "postfile",
  65. "request"
  66. ],
  67. "license": "MIT",
  68. "main": "lib/formstream.js",
  69. "name": "formstream",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/node-modules/formstream.git"
  73. },
  74. "scripts": {
  75. "autod": "autod -w --prefix '^'",
  76. "jshint": "jshint .",
  77. "test": "mocha -R spec -t 5000 -r should test/*.test.js",
  78. "test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 5000 -r should test/*.test.js",
  79. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 5000 -r should test/*.test.js"
  80. },
  81. "version": "1.1.0"
  82. }