Ohm-Management - Projektarbeit B-ME
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.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "mime@1.4.1",
  3. "_id": "mime@1.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==",
  6. "_location": "/mime",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "mime@1.4.1",
  12. "name": "mime",
  13. "escapedName": "mime",
  14. "rawSpec": "1.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.4.1"
  17. },
  18. "_requiredBy": [
  19. "/send"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz",
  22. "_shasum": "121f9ebc49e3766f311a76e1fa1c8003c4b03aa6",
  23. "_spec": "mime@1.4.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/send",
  25. "author": {
  26. "name": "Robert Kieffer",
  27. "email": "robert@broofa.com",
  28. "url": "http://github.com/broofa"
  29. },
  30. "bin": {
  31. "mime": "cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/broofa/node-mime/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Benjamin Thomas",
  40. "email": "benjamin@benjaminthomas.org",
  41. "url": "http://github.com/bentomas"
  42. }
  43. ],
  44. "dependencies": {},
  45. "deprecated": false,
  46. "description": "A comprehensive library for mime-type mapping",
  47. "devDependencies": {
  48. "mime-db": "1.30.0"
  49. },
  50. "homepage": "https://github.com/broofa/node-mime#readme",
  51. "keywords": [
  52. "util",
  53. "mime"
  54. ],
  55. "license": "MIT",
  56. "main": "mime.js",
  57. "name": "mime",
  58. "repository": {
  59. "url": "git+https://github.com/broofa/node-mime.git",
  60. "type": "git"
  61. },
  62. "scripts": {
  63. "prepublish": "node build/build.js > types.json",
  64. "test": "node build/test.js"
  65. },
  66. "version": "1.4.1"
  67. }