Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mime-types/package.json')
-rw-r--r--node_modules/mime-types/package.json57
1 files changed, 27 insertions, 30 deletions
diff --git a/node_modules/mime-types/package.json b/node_modules/mime-types/package.json
index 1bc76ab03..99c38ed27 100644
--- a/node_modules/mime-types/package.json
+++ b/node_modules/mime-types/package.json
@@ -1,33 +1,29 @@
{
- "_from": "mime-types@2.1.19",
- "_id": "mime-types@2.1.19",
+ "_from": "mime-types@~2.1.19",
+ "_id": "mime-types@2.1.27",
"_inBundle": false,
- "_integrity": "sha512-P1tKYHVSZ6uFo26mtnve4HQFE3koh1UWVkp8YUC+ESBHe945xWSoXuHHiGarDqcEZ+whpCDnlNw5LON0kLo+sw==",
+ "_integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==",
"_location": "/mime-types",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "mime-types@2.1.19",
+ "raw": "mime-types@~2.1.19",
"name": "mime-types",
"escapedName": "mime-types",
- "rawSpec": "2.1.19",
+ "rawSpec": "~2.1.19",
"saveSpec": null,
- "fetchSpec": "2.1.19"
+ "fetchSpec": "~2.1.19"
},
"_requiredBy": [
- "#USER",
- "/",
- "/cloudant-follow/form-data",
- "/cloudant-follow/request",
+ "/@types/request/form-data",
"/form-data",
- "/nano/form-data",
- "/nano/request"
+ "/request"
],
- "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.19.tgz",
- "_shasum": "71e464537a7ef81c15f2db9d97e913fc0ff606f0",
- "_spec": "mime-types@2.1.19",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz",
+ "_shasum": "47949f98e279ea53119f5722e0f34e529bec009f",
+ "_spec": "mime-types@~2.1.19",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/request",
"bugs": {
"url": "https://github.com/jshttp/mime-types/issues"
},
@@ -49,19 +45,20 @@
}
],
"dependencies": {
- "mime-db": "~1.35.0"
+ "mime-db": "1.44.0"
},
"deprecated": false,
"description": "The ultimate javascript content-type utility.",
"devDependencies": {
- "eslint": "4.19.1",
- "eslint-config-standard": "11.0.0",
- "eslint-plugin-import": "2.13.0",
- "eslint-plugin-node": "6.0.1",
- "eslint-plugin-promise": "3.8.0",
- "eslint-plugin-standard": "3.1.0",
- "istanbul": "0.4.5",
- "mocha": "1.21.5"
+ "eslint": "6.8.0",
+ "eslint-config-standard": "14.1.1",
+ "eslint-plugin-import": "2.20.2",
+ "eslint-plugin-markdown": "1.0.2",
+ "eslint-plugin-node": "11.1.0",
+ "eslint-plugin-promise": "4.2.1",
+ "eslint-plugin-standard": "4.0.1",
+ "mocha": "7.1.1",
+ "nyc": "15.0.1"
},
"engines": {
"node": ">= 0.6"
@@ -83,10 +80,10 @@
"url": "git+https://github.com/jshttp/mime-types.git"
},
"scripts": {
- "lint": "eslint .",
+ "lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --reporter spec test/test.js",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
+ "test-cov": "nyc --reporter=html --reporter=text npm test",
+ "test-travis": "nyc --reporter=text npm test"
},
- "version": "2.1.19"
+ "version": "2.1.27"
}