mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
87
node_modules/tfunk/package.json
generated
vendored
Normal file
87
node_modules/tfunk/package.json
generated
vendored
Normal file
@ -0,0 +1,87 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"tfunk@3.1.0",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "tfunk@3.1.0",
|
||||
"_id": "tfunk@3.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-OORBT8ZJd9h6/apy+sttKfgve1s=",
|
||||
"_location": "/tfunk",
|
||||
"_phantomChildren": {
|
||||
"ansi-styles": "2.2.1",
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"has-ansi": "2.0.0",
|
||||
"strip-ansi": "3.0.1",
|
||||
"supports-color": "2.0.0"
|
||||
},
|
||||
"_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": "/Users/tatiana/selfdefined",
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user