package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "mime-db@1.33.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mime-db@1.33.0",
  10. "_id": "mime-db@1.33.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==",
  13. "_location": "/mime-db",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mime-db@1.33.0",
  19. "name": "mime-db",
  20. "escapedName": "mime-db",
  21. "rawSpec": "1.33.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.33.0"
  24. },
  25. "_requiredBy": [
  26. "/mime-types"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
  29. "_spec": "1.33.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "bugs": {
  32. "url": "https://github.com/jshttp/mime-db/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Jonathan Ong",
  41. "email": "me@jongleberry.com",
  42. "url": "http://jongleberry.com"
  43. },
  44. {
  45. "name": "Robert Kieffer",
  46. "email": "robert@broofa.com",
  47. "url": "http://github.com/broofa"
  48. }
  49. ],
  50. "description": "Media Type Database",
  51. "devDependencies": {
  52. "bluebird": "3.5.1",
  53. "co": "4.6.0",
  54. "cogent": "1.0.1",
  55. "csv-parse": "1.3.1",
  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. "gnode": "0.1.2",
  63. "mocha": "1.21.5",
  64. "nyc": "11.4.1",
  65. "raw-body": "2.3.2",
  66. "stream-to-array": "2.3.0"
  67. },
  68. "engines": {
  69. "node": ">= 0.6"
  70. },
  71. "files": [
  72. "HISTORY.md",
  73. "LICENSE",
  74. "README.md",
  75. "db.json",
  76. "index.js"
  77. ],
  78. "homepage": "https://github.com/jshttp/mime-db#readme",
  79. "keywords": [
  80. "mime",
  81. "db",
  82. "type",
  83. "types",
  84. "database",
  85. "charset",
  86. "charsets"
  87. ],
  88. "license": "MIT",
  89. "name": "mime-db",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/jshttp/mime-db.git"
  93. },
  94. "scripts": {
  95. "build": "node scripts/build",
  96. "fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
  97. "lint": "eslint .",
  98. "test": "mocha --reporter spec --bail --check-leaks test/",
  99. "test-cov": "nyc --reporter=html --reporter=text npm test",
  100. "test-travis": "nyc --reporter=text npm test",
  101. "update": "npm run fetch && npm run build"
  102. },
  103. "version": "1.33.0"
  104. }