aboutsummaryrefslogtreecommitdiff
path: root/node_modules/use/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
commitbbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch)
treec58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/use/package.json
parent003fb34971cf63466184351b4db5f7c67df4f444 (diff)
update packages
Diffstat (limited to 'node_modules/use/package.json')
-rw-r--r--node_modules/use/package.json49
1 files changed, 22 insertions, 27 deletions
diff --git a/node_modules/use/package.json b/node_modules/use/package.json
index ffd679c63..b7a3f9a1e 100644
--- a/node_modules/use/package.json
+++ b/node_modules/use/package.json
@@ -1,14 +1,14 @@
{
"name": "use",
"description": "Easily add plugin support to your node.js application.",
- "version": "2.0.2",
+ "version": "3.1.1",
"homepage": "https://github.com/jonschlinkert/use",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
- "<wtgtybhertgeghgtwtg@gmail.com> (https://github.com/wtgtybhertgeghgtwtg)",
- "Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)",
- "Charlike Mike Reagent (https://i.am.charlike.online)",
- "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
+ "Brian Woodward (https://twitter.com/doowb)",
+ "Jon Schlinkert (http://twitter.com/jonschlinkert)",
+ "Olsten Larck (https://i.am.charlike.online)",
+ "(https://github.com/wtgtybhertgeghgtwtg)"
],
"repository": "jonschlinkert/use",
"bugs": {
@@ -16,8 +16,7 @@
},
"license": "MIT",
"files": [
- "index.js",
- "utils.js"
+ "index.js"
],
"main": "index.js",
"engines": {
@@ -26,25 +25,29 @@
"scripts": {
"test": "mocha"
},
- "dependencies": {
- "define-property": "^0.2.5",
- "isobject": "^3.0.0",
- "lazy-cache": "^2.0.2"
- },
"devDependencies": {
- "base-plugins": "^0.4.13",
- "extend-shallow": "^2.0.1",
+ "base-plugins": "^1.0.0",
+ "define-property": "^2.0.0",
+ "extend-shallow": "^3.0.1",
"gulp": "^3.9.1",
- "gulp-eslint": "^3.0.1",
- "gulp-format-md": "^0.1.11",
- "gulp-istanbul": "^1.1.1",
- "gulp-mocha": "^4.0.1",
- "mocha": "^3.2.0"
+ "gulp-eslint": "^4.0.0",
+ "gulp-format-md": "^1.0.0",
+ "gulp-istanbul": "^1.1.2",
+ "gulp-mocha": "^3.0.1",
+ "mocha": "^4.0.1"
},
"keywords": [
"use"
],
"verb": {
+ "toc": false,
+ "layout": "default",
+ "tasks": [
+ "readme"
+ ],
+ "plugins": [
+ "gulp-format-md"
+ ],
"related": {
"list": [
"base",
@@ -56,14 +59,6 @@
"verb",
"ware"
],
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
"lint": {
"reflinks": true
}