package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "mime@1.4.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/send"
  6. ]
  7. ],
  8. "_from": "mime@1.4.1",
  9. "_id": "mime@1.4.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mime",
  13. "_nodeVersion": "7.10.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/mime-1.4.1.tgz_1506364709246_0.33135218149982393"
  17. },
  18. "_npmUser": {
  19. "email": "robert@broofa.com",
  20. "name": "broofa"
  21. },
  22. "_npmVersion": "5.4.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "mime",
  26. "raw": "mime@1.4.1",
  27. "rawSpec": "1.4.1",
  28. "scope": null,
  29. "spec": "1.4.1",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/send"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz",
  36. "_shasum": "121f9ebc49e3766f311a76e1fa1c8003c4b03aa6",
  37. "_shrinkwrap": null,
  38. "_spec": "mime@1.4.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/send",
  40. "author": {
  41. "email": "robert@broofa.com",
  42. "name": "Robert Kieffer",
  43. "url": "http://github.com/broofa"
  44. },
  45. "bin": {
  46. "mime": "cli.js"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/broofa/node-mime/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Benjamin Thomas",
  54. "email": "benjamin@benjaminthomas.org",
  55. "url": "http://github.com/bentomas"
  56. }
  57. ],
  58. "dependencies": {},
  59. "description": "A comprehensive library for mime-type mapping",
  60. "devDependencies": {
  61. "mime-db": "1.30.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==",
  66. "shasum": "121f9ebc49e3766f311a76e1fa1c8003c4b03aa6",
  67. "tarball": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz"
  68. },
  69. "gitHead": "eb24bae372a76acd2c95fd05f8837814c33a9e3d",
  70. "homepage": "https://github.com/broofa/node-mime#readme",
  71. "keywords": [
  72. "mime",
  73. "util"
  74. ],
  75. "license": "MIT",
  76. "main": "mime.js",
  77. "maintainers": [
  78. {
  79. "name": "broofa",
  80. "email": "robert@broofa.com"
  81. },
  82. {
  83. "name": "bentomas",
  84. "email": "benjamin@benjaminthomas.org"
  85. }
  86. ],
  87. "name": "mime",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/broofa/node-mime.git"
  93. },
  94. "scripts": {
  95. "prepublish": "node build/build.js > types.json",
  96. "test": "node build/test.js"
  97. },
  98. "version": "1.4.1"
  99. }