This commit is contained in:
2022-07-18 02:50:52 +00:00
parent befd344ab0
commit 06181b34d6
8569 changed files with 818704 additions and 352705 deletions
+8 -1
View File
@@ -1,7 +1,14 @@
# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [3.0.1](https://github.com/nexdrew/ansi-align/compare/v3.0.0...v3.0.1) (2021-09-27)
### Bug Fixes
* **package:** update string-width to version 4.1.0 ([#52](https://github.com/nexdrew/ansi-align/issues/52)) ([ab5b733](https://github.com/nexdrew/ansi-align/commit/ab5b733b1c30eef87b75e15459f2216db28d7ed3))
<a name="3.0.0"></a>
# [3.0.0](https://github.com/nexdrew/ansi-align/compare/v2.0.0...v3.0.0) (2018-12-17)
+20 -22
View File
@@ -1,34 +1,32 @@
{
"_args": [
[
"ansi-align@3.0.0",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
"ansi-align@3.0.1",
"/home/node/nuxt"
]
],
"_from": "ansi-align@3.0.0",
"_id": "ansi-align@3.0.0",
"_from": "ansi-align@3.0.1",
"_id": "ansi-align@3.0.1",
"_inBundle": false,
"_integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==",
"_integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
"_location": "/ansi-align",
"_phantomChildren": {
"is-fullwidth-code-point": "2.0.0"
},
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ansi-align@3.0.0",
"raw": "ansi-align@3.0.1",
"name": "ansi-align",
"escapedName": "ansi-align",
"rawSpec": "3.0.0",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.0"
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/boxen"
],
"_resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"_resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "/home/node/nuxt",
"author": {
"name": "nexdrew"
},
@@ -36,16 +34,16 @@
"url": "https://github.com/nexdrew/ansi-align/issues"
},
"dependencies": {
"string-width": "^3.0.0"
"string-width": "^4.1.0"
},
"description": "align-text with ANSI support for CLIs",
"devDependencies": {
"ava": "^1.0.1",
"chalk": "^2.4.1",
"coveralls": "^3.0.2",
"nyc": "^13.1.0",
"standard": "^12.0.1",
"standard-version": "^4.4.0"
"ava": "^2.0.0",
"chalk": "^2.4.2",
"coveralls": "^3.0.3",
"nyc": "^14.0.0",
"standard": "^14.0.0",
"standard-version": "^7.0.0"
},
"files": [
"index.js"
@@ -71,5 +69,5 @@
"release": "standard-version",
"test": "nyc ava"
},
"version": "3.0.0"
"version": "3.0.1"
}