package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "mime@1.3.4",
  3. "_id": "mime@1.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-EV+eO2s9rylZmDyzjxSaLUDrXVM=",
  6. "_location": "/mime",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mime@1.3.4",
  12. "name": "mime",
  13. "escapedName": "mime",
  14. "rawSpec": "1.3.4",
  15. "saveSpec": null,
  16. "fetchSpec": "1.3.4"
  17. },
  18. "_requiredBy": [
  19. "/send",
  20. "/serve-static/send"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz",
  23. "_shasum": "115f9e3b6b3daf2959983cb38f149a2d40eb5d53",
  24. "_spec": "mime@1.3.4",
  25. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\send",
  26. "author": {
  27. "name": "Robert Kieffer",
  28. "email": "robert@broofa.com",
  29. "url": "http://github.com/broofa"
  30. },
  31. "bin": {
  32. "mime": "cli.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/broofa/node-mime/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Benjamin Thomas",
  41. "email": "benjamin@benjaminthomas.org",
  42. "url": "http://github.com/bentomas"
  43. }
  44. ],
  45. "dependencies": {},
  46. "deprecated": false,
  47. "description": "A comprehensive library for mime-type mapping",
  48. "devDependencies": {
  49. "mime-db": "^1.2.0"
  50. },
  51. "homepage": "https://github.com/broofa/node-mime#readme",
  52. "keywords": [
  53. "util",
  54. "mime"
  55. ],
  56. "licenses": [
  57. {
  58. "type": "MIT",
  59. "url": "https://raw.github.com/broofa/node-mime/master/LICENSE"
  60. }
  61. ],
  62. "main": "mime.js",
  63. "name": "mime",
  64. "repository": {
  65. "url": "git+https://github.com/broofa/node-mime.git",
  66. "type": "git"
  67. },
  68. "scripts": {
  69. "prepublish": "node build/build.js > types.json",
  70. "test": "node build/test.js"
  71. },
  72. "version": "1.3.4"
  73. }