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.
67 lines
1.6 KiB
67 lines
1.6 KiB
{
|
|
"_from": "ext-name@^5.0.0",
|
|
"_id": "ext-name@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==",
|
|
"_location": "/ext-name",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ext-name@^5.0.0",
|
|
"name": "ext-name",
|
|
"escapedName": "ext-name",
|
|
"rawSpec": "^5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/bin-wrapper/download",
|
|
"/download"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/ext-name/-/ext-name-5.0.0.tgz",
|
|
"_shasum": "70781981d183ee15d13993c8822045c506c8f0a6",
|
|
"_spec": "ext-name@^5.0.0",
|
|
"_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\download",
|
|
"author": {
|
|
"name": "Kevin Mårtensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "https://github.com/kevva"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kevva/ext-name/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ext-list": "^2.0.0",
|
|
"sort-keys-length": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get the file extension and MIME type from a file",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/kevva/ext-name#readme",
|
|
"keywords": [
|
|
"ext",
|
|
"extname",
|
|
"mime"
|
|
],
|
|
"license": "MIT",
|
|
"name": "ext-name",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevva/ext-name.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "5.0.0"
|
|
}
|
|
|