package.json 2.5 KB

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