package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "mime-db@1.40.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mime-db@1.40.0",
  10. "_id": "mime-db@1.40.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-plBX6ZjbCQ9zKmj2wnbTh9QSbDI=",
  13. "_location": "/mime-db",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mime-db@1.40.0",
  19. "name": "mime-db",
  20. "escapedName": "mime-db",
  21. "rawSpec": "1.40.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.40.0"
  24. },
  25. "_requiredBy": [
  26. "/compressible",
  27. "/mime-types"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/mime-db/download/mime-db-1.40.0.tgz",
  30. "_spec": "1.40.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "bugs": {
  33. "url": "https://github.com/jshttp/mime-db/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Jonathan Ong",
  42. "email": "me@jongleberry.com",
  43. "url": "http://jongleberry.com"
  44. },
  45. {
  46. "name": "Robert Kieffer",
  47. "email": "robert@broofa.com",
  48. "url": "http://github.com/broofa"
  49. }
  50. ],
  51. "description": "Media Type Database",
  52. "devDependencies": {
  53. "bluebird": "3.5.4",
  54. "co": "4.6.0",
  55. "cogent": "1.0.1",
  56. "csv-parse": "4.3.4",
  57. "eslint": "5.16.0",
  58. "eslint-config-standard": "12.0.0",
  59. "eslint-plugin-import": "2.16.0",
  60. "eslint-plugin-node": "8.0.1",
  61. "eslint-plugin-promise": "4.1.1",
  62. "eslint-plugin-standard": "4.0.0",
  63. "gnode": "0.1.2",
  64. "mocha": "6.1.4",
  65. "nyc": "14.0.0",
  66. "raw-body": "2.3.3",
  67. "stream-to-array": "2.3.0"
  68. },
  69. "engines": {
  70. "node": ">= 0.6"
  71. },
  72. "files": [
  73. "HISTORY.md",
  74. "LICENSE",
  75. "README.md",
  76. "db.json",
  77. "index.js"
  78. ],
  79. "homepage": "https://github.com/jshttp/mime-db#readme",
  80. "keywords": [
  81. "mime",
  82. "db",
  83. "type",
  84. "types",
  85. "database",
  86. "charset",
  87. "charsets"
  88. ],
  89. "license": "MIT",
  90. "name": "mime-db",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/jshttp/mime-db.git"
  94. },
  95. "scripts": {
  96. "build": "node scripts/build",
  97. "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
  98. "lint": "eslint .",
  99. "test": "mocha --reporter spec --bail --check-leaks test/",
  100. "test-cov": "nyc --reporter=html --reporter=text npm test",
  101. "test-travis": "nyc --reporter=text npm test",
  102. "update": "npm run fetch && npm run build",
  103. "version": "node scripts/version-history.js && git add HISTORY.md"
  104. },
  105. "version": "1.40.0"
  106. }