package.json 2.5 KB

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