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.7KB

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