Changeset 0c6b92a for imaps-frontend/node_modules/ansi-styles/package.json
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/ansi-styles/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "ansi-styles", 3 "version": " 3.2.1",3 "version": "4.3.0", 4 4 "description": "ANSI escape codes for styling strings in the terminal", 5 5 "license": "MIT", 6 6 "repository": "chalk/ansi-styles", 7 "funding": "https://github.com/chalk/ansi-styles?sponsor=1", 7 8 "author": { 8 9 "name": "Sindre Sorhus", … … 11 12 }, 12 13 "engines": { 13 "node": ">= 4"14 "node": ">=8" 14 15 }, 15 16 "scripts": { 16 "test": "xo && ava ",17 "test": "xo && ava && tsd", 17 18 "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" 18 19 }, 19 20 "files": [ 20 "index.js" 21 "index.js", 22 "index.d.ts" 21 23 ], 22 24 "keywords": [ … … 43 45 ], 44 46 "dependencies": { 45 "color-convert": "^ 1.9.0"47 "color-convert": "^2.0.1" 46 48 }, 47 49 "devDependencies": { 48 " ava": "*",49 " babel-polyfill": "^6.23.0",50 "@types/color-convert": "^1.9.0", 51 "ava": "^2.3.0", 50 52 "svg-term-cli": "^2.1.1", 51 "xo": "*" 52 }, 53 "ava": { 54 "require": "babel-polyfill" 53 "tsd": "^0.11.0", 54 "xo": "^0.25.3" 55 55 } 56 56 }
Note:
See TracChangeset
for help on using the changeset viewer.