Opal-Estate-Pro/node_modules/tfunk/package.json

82 lines
1.7 KiB
JSON
Raw Normal View History

2019-09-13 06:27:52 +02:00
{
"_args": [
[
"tfunk@3.1.0",
"/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome"
]
],
"_from": "tfunk@3.1.0",
"_id": "tfunk@3.1.0",
"_inBundle": false,
"_integrity": "sha1-OORBT8ZJd9h6/apy+sttKfgve1s=",
"_location": "/tfunk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tfunk@3.1.0",
"name": "tfunk",
"escapedName": "tfunk",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/eazy-logger"
],
"_resolved": "https://registry.npmjs.org/tfunk/-/tfunk-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome",
"author": {
"name": "Shane Osbourne"
},
"bugs": {
"url": "https://github.com/shakyShane/tfunk/issues"
},
"dependencies": {
"chalk": "^1.1.1",
"object-path": "^0.9.0"
},
"description": "Multi-colour console output from chalk with added awesome",
"devDependencies": {
"chai": "^1.10.0",
"jshint": "^2.6.0",
"mocha": "^2.1.0",
"pegjs": "^0.8.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/shakyShane/tfunk#readme",
"keywords": [
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"styles",
"formatting",
"rgb",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"license": "MIT",
"name": "tfunk",
"repository": {
"type": "git",
"url": "git+https://github.com/shakyShane/tfunk.git"
},
"scripts": {
"lint": "jshint test/*.js index.js",
"test": "npm run lint && mocha"
},
"version": "3.1.0"
}