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

github.com/austingebauer/devise.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.json27
1 files changed, 14 insertions, 13 deletions
diff --git a/node_modules/mime-types/package.json b/node_modules/mime-types/package.json
index 486ad52..c5e15dd 100644
--- a/node_modules/mime-types/package.json
+++ b/node_modules/mime-types/package.json
@@ -1,8 +1,8 @@
{
"_from": "mime-types@~2.1.19",
- "_id": "mime-types@2.1.26",
+ "_id": "mime-types@2.1.27",
"_inBundle": false,
- "_integrity": "sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==",
+ "_integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==",
"_location": "/mime-types",
"_phantomChildren": {},
"_requested": {
@@ -19,10 +19,10 @@
"/form-data",
"/request"
],
- "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.26.tgz",
- "_shasum": "9c921fc09b7e149a65dfdc0da4d20997200b0a06",
+ "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz",
+ "_shasum": "47949f98e279ea53119f5722e0f34e529bec009f",
"_spec": "mime-types@~2.1.19",
- "_where": "/Users/austingebauer/Workspace/personal-website/themes/hugo-dev-theme/node_modules/request",
+ "_where": "/Users/austingebauer/Workspace/personal-website/themes/devise/node_modules/request",
"bugs": {
"url": "https://github.com/jshttp/mime-types/issues"
},
@@ -44,19 +44,20 @@
}
],
"dependencies": {
- "mime-db": "1.43.0"
+ "mime-db": "1.44.0"
},
"deprecated": false,
"description": "The ultimate javascript content-type utility.",
"devDependencies": {
"eslint": "6.8.0",
- "eslint-config-standard": "14.1.0",
- "eslint-plugin-import": "2.19.1",
- "eslint-plugin-node": "11.0.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.0.0",
- "nyc": "15.0.0"
+ "mocha": "7.1.1",
+ "nyc": "15.0.1"
},
"engines": {
"node": ">= 0.6"
@@ -78,10 +79,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": "nyc --reporter=html --reporter=text npm test",
"test-travis": "nyc --reporter=text npm test"
},
- "version": "2.1.26"
+ "version": "2.1.27"
}