2020-05-26 18:17:24 +02:00

120 lines
3.9 KiB
JSON

{
"_args": [
[
"fancy-log@^1.3.2",
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/gulp/node_modules/gulp-cli"
]
],
"_from": "fancy-log@>=1.3.2 <2.0.0",
"_hasShrinkwrap": false,
"_id": "fancy-log@1.3.3",
"_inCache": true,
"_installable": true,
"_location": "/fancy-log",
"_nodeVersion": "8.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/fancy-log_1.3.3_1543535708592_0.7910424818060591"
},
"_npmUser": {
"email": "blaine.bublitz@gmail.com",
"name": "phated"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "fancy-log",
"raw": "fancy-log@^1.3.2",
"rawSpec": "^1.3.2",
"scope": null,
"spec": ">=1.3.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp/gulp-cli"
],
"_resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
"_shasum": "dbc19154f558690150a23953a0adbd035be45fc7",
"_shrinkwrap": null,
"_spec": "fancy-log@^1.3.2",
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/gulp/node_modules/gulp-cli",
"author": {
"email": "team@gulpjs.com",
"name": "Gulp Team",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/fancy-log/issues"
},
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
},
{
"name": "Aman Mittal",
"url": "http://amandeepmittal.github.io/"
}
],
"dependencies": {
"ansi-gray": "^0.1.1",
"color-support": "^1.1.3",
"parse-node-version": "^1.0.0",
"time-stamp": "^1.0.0"
},
"description": "Log things, prefixed with a timestamp.",
"devDependencies": {
"eslint": "^2.13.0",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.5.3"
},
"directories": {},
"dist": {
"fileCount": 4,
"integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcAHxdCRA9TVsSAnZWagAAJ4IP/0oqI84WYDjCw8Sh6clq\ngENXAlttQELNFbcECzncKNulcbqO1/lvN4+q4BlsdhVGhJ8qk0Chlmd3clwN\n4xXovc5cTGxHDJPkcK+RL3lYMbCjJhzEaxemyhq0MZKZbhGZ6fUVi+1+kgvL\n4c1Nr7fRk1VLhSlnt9oDd5YxElVzzMR/51WuPIaHhCcMfEnYPi/MhxKSu694\niW2/Vtht8kIF0lt8UYKBPThlQvkDtiEHQ6OQATWiXJC80hcCcTUrF0E1dtPq\nct0sK1ElsW+C+YPg7EmM4aWwgZFEfLWGg64uDUh5l8XEnQg64/co8vtasHFf\ntSzcBXr84bmd9PRjNbsdPJ8cjMaXAgxv8fD2AEBGZ68B/kP746TGPmf0RpVE\nBJM2cQ/2/hQs4G1aBwdrz8PbymKijqYV0to3CNsD8qHTcMv1hx95+/H6Q5OT\nYabsx3E8IxwEs5I8YHVx35pJO8t09C2zVvSic34lQcvNKiffw1W34zI5F4sV\nPdEi+za86KsCZhUx0vVjqKvDK4kR2ADBmMgLZXnW3Bs+oiHuvz0yIvG3CMi6\nElV/GxuNT5AmpLi3KR1aRVc7AJ4fKJ53/LclVebZYXoDWoCeWJNp0Sqa9biX\nPhrbhY4IweWmEIq5n5XUWjNG1sQp8F34e3tiYEMNy3iqwnI1XfGj1Tx0I3Vo\n9wJk\r\n=NU8E\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "dbc19154f558690150a23953a0adbd035be45fc7",
"tarball": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
"unpackedSize": 6485
},
"engines": {
"node": ">= 0.10"
},
"gitHead": "d17973c9c69b69aee0caa63469c9275fc9b4b387",
"homepage": "https://github.com/gulpjs/fancy-log#readme",
"keywords": [
"console.log",
"log",
"logger",
"logging",
"pretty",
"timestamp"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "phated",
"email": "blaine@iceddev.com"
}
],
"name": "fancy-log",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/fancy-log.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "1.3.3"
}