123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "mime-types@~2.1.6",
- "_id": "mime-types@2.1.22",
- "_inBundle": false,
- "_integrity": "sha1-/ms1WhkJJqt2mMmgVWoRGZshmb0=",
- "_location": "/mime-types",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "mime-types@~2.1.6",
- "name": "mime-types",
- "escapedName": "mime-types",
- "rawSpec": "~2.1.6",
- "saveSpec": null,
- "fetchSpec": "~2.1.6"
- },
- "_requiredBy": [
- "/accepts",
- "/type-is"
- ],
- "_resolved": "http://registry.npm.taobao.org/mime-types/download/mime-types-2.1.22.tgz",
- "_shasum": "fe6b355a190926ab7698c9a0556a11199b2199bd",
- "_spec": "mime-types@~2.1.6",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\accepts",
- "bugs": {
- "url": "https://github.com/jshttp/mime-types/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- },
- {
- "name": "Jeremiah Senkpiel",
- "email": "fishrock123@rocketmail.com",
- "url": "https://searchbeam.jit.su"
- },
- {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com"
- }
- ],
- "dependencies": {
- "mime-db": "~1.38.0"
- },
- "deprecated": false,
- "description": "The ultimate javascript content-type utility.",
- "devDependencies": {
- "eslint": "5.13.0",
- "eslint-config-standard": "12.0.0",
- "eslint-plugin-import": "2.16.0",
- "eslint-plugin-node": "7.0.1",
- "eslint-plugin-promise": "4.0.1",
- "eslint-plugin-standard": "4.0.0",
- "mocha": "5.2.0",
- "nyc": "13.3.0"
- },
- "engines": {
- "node": ">= 0.6"
- },
- "files": [
- "HISTORY.md",
- "LICENSE",
- "index.js"
- ],
- "homepage": "https://github.com/jshttp/mime-types#readme",
- "keywords": [
- "mime",
- "types"
- ],
- "license": "MIT",
- "name": "mime-types",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jshttp/mime-types.git"
- },
- "scripts": {
- "lint": "eslint .",
- "test": "mocha --reporter spec test/test.js",
- "test-cov": "nyc --reporter=html --reporter=text npm test",
- "test-travis": "nyc --reporter=text npm test"
- },
- "version": "2.1.22"
- }
|