fd22b0bf58
V2 (Laravel re-make)
132 lines
3.4 KiB
JSON
132 lines
3.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"ansi-styles@3.2.1",
|
|
"C:\\laragon\\www\\idlers"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "ansi-styles@3.2.1",
|
|
"_id": "ansi-styles@3.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
"_location": "/ansi-styles",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "ansi-styles@3.2.1",
|
|
"name": "ansi-styles",
|
|
"escapedName": "ansi-styles",
|
|
"rawSpec": "3.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/highlight/chalk",
|
|
"/@types/autoprefixer/chalk",
|
|
"/@types/cssnano/chalk",
|
|
"/coa/chalk",
|
|
"/css-declaration-sorter/chalk",
|
|
"/cssnano-preset-default/chalk",
|
|
"/cssnano-util-raw-cache/chalk",
|
|
"/cssnano/chalk",
|
|
"/postcss-calc/chalk",
|
|
"/postcss-colormin/chalk",
|
|
"/postcss-convert-values/chalk",
|
|
"/postcss-discard-comments/chalk",
|
|
"/postcss-discard-duplicates/chalk",
|
|
"/postcss-discard-empty/chalk",
|
|
"/postcss-discard-overridden/chalk",
|
|
"/postcss-functions/chalk",
|
|
"/postcss-import/chalk",
|
|
"/postcss-merge-longhand/chalk",
|
|
"/postcss-merge-rules/chalk",
|
|
"/postcss-minify-font-values/chalk",
|
|
"/postcss-minify-gradients/chalk",
|
|
"/postcss-minify-params/chalk",
|
|
"/postcss-minify-selectors/chalk",
|
|
"/postcss-normalize-charset/chalk",
|
|
"/postcss-normalize-display-values/chalk",
|
|
"/postcss-normalize-positions/chalk",
|
|
"/postcss-normalize-repeat-style/chalk",
|
|
"/postcss-normalize-string/chalk",
|
|
"/postcss-normalize-timing-functions/chalk",
|
|
"/postcss-normalize-unicode/chalk",
|
|
"/postcss-normalize-url/chalk",
|
|
"/postcss-normalize-whitespace/chalk",
|
|
"/postcss-ordered-values/chalk",
|
|
"/postcss-reduce-initial/chalk",
|
|
"/postcss-reduce-transforms/chalk",
|
|
"/postcss-svgo/chalk",
|
|
"/postcss-unique-selectors/chalk",
|
|
"/resolve-url-loader/chalk",
|
|
"/stylehacks/chalk",
|
|
"/svgo/chalk"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
"_spec": "3.2.1",
|
|
"_where": "C:\\laragon\\www\\idlers",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"ava": {
|
|
"require": "babel-polyfill"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/chalk/ansi-styles/issues"
|
|
},
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"description": "ANSI escape codes for styling strings in the terminal",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"babel-polyfill": "^6.23.0",
|
|
"svg-term-cli": "^2.1.1",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/chalk/ansi-styles#readme",
|
|
"keywords": [
|
|
"ansi",
|
|
"styles",
|
|
"color",
|
|
"colour",
|
|
"colors",
|
|
"terminal",
|
|
"console",
|
|
"cli",
|
|
"string",
|
|
"tty",
|
|
"escape",
|
|
"formatting",
|
|
"rgb",
|
|
"256",
|
|
"shell",
|
|
"xterm",
|
|
"log",
|
|
"logging",
|
|
"command-line",
|
|
"text"
|
|
],
|
|
"license": "MIT",
|
|
"name": "ansi-styles",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chalk/ansi-styles.git"
|
|
},
|
|
"scripts": {
|
|
"screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "3.2.1"
|
|
}
|