package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "mime@^1.2.11",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/less"
  6. ]
  7. ],
  8. "_from": "mime@>=1.2.11 <2.0.0",
  9. "_id": "mime@1.3.4",
  10. "_inCache": true,
  11. "_location": "/mime",
  12. "_npmUser": {
  13. "email": "robert@broofa.com",
  14. "name": "broofa"
  15. },
  16. "_npmVersion": "1.4.28",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "mime",
  20. "raw": "mime@^1.2.11",
  21. "rawSpec": "^1.2.11",
  22. "scope": null,
  23. "spec": ">=1.2.11 <2.0.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/less"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz",
  30. "_shasum": "115f9e3b6b3daf2959983cb38f149a2d40eb5d53",
  31. "_shrinkwrap": null,
  32. "_spec": "mime@^1.2.11",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/less",
  34. "author": {
  35. "email": "robert@broofa.com",
  36. "name": "Robert Kieffer",
  37. "url": "http://github.com/broofa"
  38. },
  39. "bin": {
  40. "mime": "cli.js"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/broofa/node-mime/issues"
  44. },
  45. "contributors": [
  46. {
  47. "name": "Benjamin Thomas",
  48. "email": "benjamin@benjaminthomas.org",
  49. "url": "http://github.com/bentomas"
  50. }
  51. ],
  52. "dependencies": {},
  53. "description": "A comprehensive library for mime-type mapping",
  54. "devDependencies": {
  55. "mime-db": "^1.2.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "115f9e3b6b3daf2959983cb38f149a2d40eb5d53",
  60. "tarball": "http://registry.npmjs.org/mime/-/mime-1.3.4.tgz"
  61. },
  62. "gitHead": "1628f6e0187095009dcef4805c3a49706f137974",
  63. "homepage": "https://github.com/broofa/node-mime",
  64. "installable": true,
  65. "keywords": [
  66. "mime",
  67. "util"
  68. ],
  69. "licenses": [
  70. {
  71. "type": "MIT",
  72. "url": "https://raw.github.com/broofa/node-mime/master/LICENSE"
  73. }
  74. ],
  75. "main": "mime.js",
  76. "maintainers": [
  77. {
  78. "name": "broofa",
  79. "email": "robert@broofa.com"
  80. },
  81. {
  82. "name": "bentomas",
  83. "email": "benjamin@benjaminthomas.org"
  84. }
  85. ],
  86. "name": "mime",
  87. "optionalDependencies": {},
  88. "repository": {
  89. "type": "git",
  90. "url": "https://github.com/broofa/node-mime"
  91. },
  92. "scripts": {
  93. "prepublish": "node build/build.js > types.json",
  94. "test": "node build/test.js"
  95. },
  96. "version": "1.3.4"
  97. }