package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "mime-types@2.1.18",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mime-types@2.1.18",
  10. "_id": "mime-types@2.1.18",
  11. "_inBundle": false,
  12. "_integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
  13. "_location": "/mime-types",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mime-types@2.1.18",
  19. "name": "mime-types",
  20. "escapedName": "mime-types",
  21. "rawSpec": "2.1.18",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.18"
  24. },
  25. "_requiredBy": [
  26. "/form-data",
  27. "/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
  30. "_spec": "2.1.18",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "bugs": {
  33. "url": "https://github.com/jshttp/mime-types/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Jeremiah Senkpiel",
  42. "email": "fishrock123@rocketmail.com",
  43. "url": "https://searchbeam.jit.su"
  44. },
  45. {
  46. "name": "Jonathan Ong",
  47. "email": "me@jongleberry.com",
  48. "url": "http://jongleberry.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "mime-db": "~1.33.0"
  53. },
  54. "description": "The ultimate javascript content-type utility.",
  55. "devDependencies": {
  56. "eslint": "3.19.0",
  57. "eslint-config-standard": "10.2.1",
  58. "eslint-plugin-import": "2.8.0",
  59. "eslint-plugin-node": "5.2.1",
  60. "eslint-plugin-promise": "3.6.0",
  61. "eslint-plugin-standard": "3.0.1",
  62. "istanbul": "0.4.5",
  63. "mocha": "1.21.5"
  64. },
  65. "engines": {
  66. "node": ">= 0.6"
  67. },
  68. "files": [
  69. "HISTORY.md",
  70. "LICENSE",
  71. "index.js"
  72. ],
  73. "homepage": "https://github.com/jshttp/mime-types#readme",
  74. "keywords": [
  75. "mime",
  76. "types"
  77. ],
  78. "license": "MIT",
  79. "name": "mime-types",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jshttp/mime-types.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint .",
  86. "test": "mocha --reporter spec test/test.js",
  87. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
  88. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
  89. },
  90. "version": "2.1.18"
  91. }