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.
77 lines
1.8 KiB
77 lines
1.8 KiB
|
3 years ago
|
{
|
||
|
|
"_args": [
|
||
|
|
[
|
||
|
|
"cache-content-type@1.0.1",
|
||
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"_from": "cache-content-type@1.0.1",
|
||
|
|
"_id": "cache-content-type@1.0.1",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha1-A1zeKwjuISn0qDFeqPAKANuhRTw=",
|
||
|
|
"_location": "/cache-content-type",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "version",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "cache-content-type@1.0.1",
|
||
|
|
"name": "cache-content-type",
|
||
|
|
"escapedName": "cache-content-type",
|
||
|
|
"rawSpec": "1.0.1",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "1.0.1"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/koa"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npm.taobao.org/cache-content-type/download/cache-content-type-1.0.1.tgz",
|
||
|
|
"_spec": "1.0.1",
|
||
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
||
|
|
"author": {
|
||
|
|
"name": "dead_horse"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/node-modules/cache-content-type/issues"
|
||
|
|
},
|
||
|
|
"ci": {
|
||
|
|
"version": "6, 8, 10"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"mime-types": "^2.1.18",
|
||
|
|
"ylru": "^1.2.0"
|
||
|
|
},
|
||
|
|
"description": "Create a full Content-Type header given a MIME type or extension and catch the result",
|
||
|
|
"devDependencies": {
|
||
|
|
"egg-bin": "^4.7.1",
|
||
|
|
"egg-ci": "^1.8.0",
|
||
|
|
"eslint": "^5.1.0",
|
||
|
|
"eslint-config-egg": "^7.0.0",
|
||
|
|
"mm": "^2.2.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 6.0.0"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"index.js"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/node-modules/cache-content-type#readme",
|
||
|
|
"keywords": [
|
||
|
|
"mime",
|
||
|
|
"content-type",
|
||
|
|
"lru"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "index.js",
|
||
|
|
"name": "cache-content-type",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/node-modules/cache-content-type.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"ci": "eslint . && npm run cov",
|
||
|
|
"cov": "egg-bin cov",
|
||
|
|
"test": "egg-bin test"
|
||
|
|
},
|
||
|
|
"version": "1.0.1"
|
||
|
|
}
|