Bones/node_modules/tfunk/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

107 lines
2.4 KiB
JSON

{
"_args": [
[
"tfunk@^3.0.1",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\eazy-logger"
]
],
"_from": "tfunk@>=3.0.1-0 <4.0.0-0",
"_id": "tfunk@3.1.0",
"_inCache": true,
"_location": "/tfunk",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/tfunk-3.1.0.tgz_1482444206597_0.03343049390241504"
},
"_npmUser": {
"email": "shakyshane@gmail.com",
"name": "shakyshane"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {
"escape-string-regexp": "1.0.5"
},
"_requested": {
"name": "tfunk",
"raw": "tfunk@^3.0.1",
"rawSpec": "^3.0.1",
"scope": null,
"spec": ">=3.0.1-0 <4.0.0-0",
"type": "range"
},
"_requiredBy": [
"/eazy-logger"
],
"_resolved": "https://registry.npmjs.org/tfunk/-/tfunk-3.1.0.tgz",
"_shasum": "38e4414fc64977d87afdaa72facb6d29f82f7b5b",
"_shrinkwrap": null,
"_spec": "tfunk@^3.0.1",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\eazy-logger",
"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"
},
"directories": {},
"dist": {
"shasum": "38e4414fc64977d87afdaa72facb6d29f82f7b5b",
"tarball": "https://registry.npmjs.org/tfunk/-/tfunk-3.1.0.tgz"
},
"files": [
"index.js",
"lib"
],
"gitHead": "b6085e7e636f49552f451cd87535730399435a22",
"homepage": "https://github.com/shakyshane/tfunk#readme",
"installable": true,
"keywords": [
"cli",
"color",
"colors",
"colour",
"command-line",
"console",
"formatting",
"log",
"logging",
"rgb",
"shell",
"string",
"styles",
"terminal",
"text",
"xterm"
],
"license": "MIT",
"maintainers": [
{
"name": "shakyshane",
"email": "shakyshane@gmail.com"
}
],
"name": "tfunk",
"optionalDependencies": {},
"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"
}