You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "ext-list@^2.0.0",
  3. "_id": "ext-list@2.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==",
  6. "_location": "/ext-list",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ext-list@^2.0.0",
  12. "name": "ext-list",
  13. "escapedName": "ext-list",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/ext-name"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz",
  22. "_shasum": "0b98e64ed82f5acf0f2931babf69212ef52ddd37",
  23. "_spec": "ext-list@^2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\ext-name",
  25. "author": {
  26. "name": "Kevin Mårtensson",
  27. "email": "kevinmartensson@gmail.com",
  28. "url": "https://github.com/kevva"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kevva/ext-list/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "mime-db": "^1.28.0"
  36. },
  37. "deprecated": false,
  38. "description": "List of known file extensions and their MIME types",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/kevva/ext-list#readme",
  50. "keywords": [
  51. "ext",
  52. "mime"
  53. ],
  54. "license": "MIT",
  55. "name": "ext-list",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/kevva/ext-list.git"
  59. },
  60. "scripts": {
  61. "test": "xo && ava"
  62. },
  63. "version": "2.2.2"
  64. }