| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 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\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\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 | } |