GT2/Ejectable/node_modules/ansi-fragments/package.json

79 lines
2.1 KiB
JSON

{
"_from": "ansi-fragments@^0.2.1",
"_id": "ansi-fragments@0.2.1",
"_inBundle": false,
"_integrity": "sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==",
"_location": "/ansi-fragments",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ansi-fragments@^0.2.1",
"name": "ansi-fragments",
"escapedName": "ansi-fragments",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/logkitty"
],
"_resolved": "https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz",
"_shasum": "24409c56c4cc37817c3d7caa99d8969e2de5a05e",
"_spec": "ansi-fragments@^0.2.1",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/logkitty",
"author": {
"name": "Paweł Trysła",
"email": "zamotany.oss@gmail.com"
},
"bugs": {
"url": "https://github.com/zamotany/ansi-fragments/issues"
},
"bundleDependencies": false,
"dependencies": {
"colorette": "^1.0.7",
"slice-ansi": "^2.0.0",
"strip-ansi": "^5.0.0"
},
"deprecated": false,
"description": "A tiny library with builders to help making logs/CLI pretty with a nice DX.",
"devDependencies": {
"@callstack/tslint-config": "^0.1.0",
"@types/jest": "^23.3.13",
"@types/slice-ansi": "^2.0.0",
"@types/strip-ansi": "^3.0.0",
"del-cli": "^1.1.0",
"jest": "^24.0.0",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"files": [
"build/"
],
"homepage": "https://github.com/zamotany/ansi-fragments",
"jest": {
"preset": "ts-jest",
"rootDir": "./src"
},
"keywords": [
"cli",
"ansi"
],
"license": "MIT",
"main": "build/index.js",
"name": "ansi-fragments",
"repository": {
"type": "git",
"url": "git+https://github.com/zamotany/ansi-fragments.git"
},
"scripts": {
"build": "tsc --build tsconfig.json",
"clean": "del build",
"lint": "tslint -t stylish --project tsconfig.json",
"prepare": "yarn clean && yarn build",
"test": "jest"
},
"version": "0.2.1"
}