readline-utils
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "readline-utils", | ||
"description": "Readline utils, for moving the cursor, clearing lines, creating a readline interface, and more.", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"homepage": "https://github.com/enquirer/readline-utils", | ||
@@ -29,14 +29,12 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"arr-flatten": "^1.0.3", | ||
"cli-width": "^2.1.0", | ||
"extend-shallow": "^2.0.1", | ||
"get-value": "^2.0.6", | ||
"is-buffer": "^1.1.5", | ||
"is-number": "^3.0.0", | ||
"is-windows": "^1.0.1", | ||
"lazy-cache": "^2.0.2", | ||
"mute-stream": "^0.0.7" | ||
"mute-stream": "^0.0.7", | ||
"window-size": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"gulp-format-md": "^0.1.12", | ||
"mocha": "^3.3.0" | ||
"mocha": "^3.3.0", | ||
"gulp-format-md": "^0.1.12" | ||
}, | ||
@@ -64,6 +62,2 @@ "keywords": [ | ||
}, | ||
"reflinks": [ | ||
"verb", | ||
"verb-generate-readme" | ||
], | ||
"lint": { | ||
@@ -70,0 +64,0 @@ "reflinks": true |
@@ -325,3 +325,3 @@ # readline-utils [![NPM version](https://img.shields.io/npm/v/readline-utils.svg?style=flat)](https://www.npmjs.com/package/readline-utils) [![NPM monthly downloads](https://img.shields.io/npm/dm/readline-utils.svg?style=flat)](https://npmjs.org/package/readline-utils) [![NPM total downloads](https://img.shields.io/npm/dt/readline-utils.svg?style=flat)](https://npmjs.org/package/readline-utils) [![Linux Build Status](https://img.shields.io/travis/enquirer/readline-utils.svg?style=flat&label=Travis)](https://travis-ci.org/enquirer/readline-utils) [![Windows Build Status](https://img.shields.io/appveyor/ci/enquirer/readline-utils.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/enquirer/readline-utils) | ||
| --- | --- | | ||
| 30 | [jonschlinkert](https://github.com/jonschlinkert) | | ||
| 34 | [jonschlinkert](https://github.com/jonschlinkert) | | ||
| 7 | [doowb](https://github.com/doowb) | | ||
@@ -361,2 +361,2 @@ | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 09, 2017._ | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 11, 2017._ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
31550
+ Addedwindow-size@^1.0.0
+ Addeddefine-property@1.0.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedis-accessor-descriptor@1.0.1(transitive)
+ Addedis-data-descriptor@1.0.1(transitive)
+ Addedis-descriptor@1.0.3(transitive)
+ Addedwindow-size@1.1.1(transitive)
- Removedcli-width@^2.1.0
- Removedget-value@^2.0.6
- Removedlazy-cache@^2.0.2
- Removedcli-width@2.2.1(transitive)
- Removedget-value@2.0.6(transitive)
- Removedlazy-cache@2.0.2(transitive)
- Removedset-getter@0.1.1(transitive)
- Removedto-object-path@0.3.0(transitive)