{ "_from": "yurnalist@^1.0.5", "_id": "yurnalist@1.0.5", "_inBundle": false, "_integrity": "sha512-EuLjqX3Q15iVM0UtZa5Ju536uRmklKd2kKhdE5D5fIh8RZmh+pJ8c6wj2oGo0TA+T/Ii2o79cIHCTMfciW8jlA==", "_location": "/yurnalist", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "yurnalist@^1.0.5", "name": "yurnalist", "escapedName": "yurnalist", "rawSpec": "^1.0.5", "saveSpec": null, "fetchSpec": "^1.0.5" }, "_requiredBy": [ "/gatsby/gatsby-cli" ], "_resolved": "https://registry.npmjs.org/yurnalist/-/yurnalist-1.0.5.tgz", "_shasum": "98534ddc1330e1316684981f53cba879ffc07a28", "_spec": "yurnalist@^1.0.5", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby/node_modules/gatsby-cli", "author": { "name": "Thijs Koerselman" }, "bugs": { "url": "https://github.com/0x80/yurnalist/issues" }, "bundleDependencies": false, "dependencies": { "babel-runtime": "^6.26.0", "chalk": "^2.1.0", "cli-table3": "^0.5.1", "debug": "^4.1.0", "deep-equal": "^1.0.1", "detect-indent": "^5.0.0", "inquirer": "^6.2.0", "invariant": "^2.2.0", "is-builtin-module": "^3.0.0", "is-ci": "^2.0.0", "leven": "^2.0.0", "loud-rejection": "^1.2.0", "node-emoji": "^1.6.1", "object-path": "^0.11.2", "read": "^1.0.7", "rimraf": "^2.5.0", "semver": "^5.1.0", "strip-ansi": "^5.0.0", "strip-bom": "^3.0.0" }, "deprecated": false, "description": "Elegant console output, borrowed from Yarn", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^10.0.1", "babel-plugin-array-includes": "^2.0.3", "babel-plugin-inline-import": "^3.0.0", "babel-plugin-transform-builtin-extend": "^1.1.2", "babel-plugin-transform-inline-imports-commonjs": "^1.0.0", "babel-plugin-transform-runtime": "^6.4.3", "babel-preset-env": "^1.6.0", "babel-preset-flow": "^6.23.0", "babel-preset-stage-0": "^6.0.0", "babylon": "^6.5.0", "eslint": "^5.10.0", "eslint-config-fb-strict": "^23.2.0", "eslint-plugin-babel": "^5.0.0", "eslint-plugin-flowtype": "^3.2.0", "eslint-plugin-jasmine": "^2.6.2", "eslint-plugin-jest": "^22.1.2", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-prefer-object-spread": "^1.2.1", "eslint-plugin-prettier": "^3.0.0", "eslint-plugin-react": "^7.1.0", "eslint-plugin-relay": "^1.0.0", "eslint-plugin-yarn-internal": "file:scripts/eslint-rules", "execa": "^1.0.0", "fancy-log": "^1.3.2", "flow-bin": "0.88.0", "jest": "^23.6.0", "jsinspect": "^0.12.6", "mock-stdin": "^0.3.0", "prettier": "^1.5.2", "temp": "^0.8.3" }, "engines": { "node": ">=4.0.0" }, "homepage": "https://github.com/0x80/yurnalist#readme", "installationMethod": "unknown", "jest": { "collectCoverageFrom": [ "src/**/*.js" ], "testEnvironment": "node", "modulePathIgnorePatterns": [ "__tests__/fixtures/", "packages/pkg-tests/pkg-tests-fixtures", "dist/" ], "testPathIgnorePatterns": [ "__tests__/(fixtures|__mocks__)/", "updates/", "_(temp|mock|install|init|helpers).js$", "packages/pkg-tests" ] }, "keywords": [ "ansi", "cli", "color", "colors", "colour", "formatting", "log", "shell", "terminal", "activity", "command-line", "command", "console.log", "console", "emoji", "error", "footer", "header", "info", "input", "inspection", "list", "logger", "logging", "object", "output", "pretty", "process", "program", "progress", "question", "select", "spinner", "stderr", "stdout", "steps", "success", "table", "text", "tree", "warn", "yarn" ], "license": "BSD-2-Clause", "main": "dist/index.js", "name": "yurnalist", "preferGlobal": true, "repository": { "type": "git", "url": "git+https://github.com/0x80/yurnalist.git" }, "scripts": { "build": "babel src --out-dir dist", "clean": "rimraf dist", "lint": "eslint . && flow check", "prepublish": "npm run clean && npm run build", "prettier": "eslint src examples __tests__ --fix", "test": "yarn lint && yarn test-only", "test-coverage": "node --max_old_space_size=4096 node_modules/jest/bin/jest.js --coverage --verbose", "test-only": "node --max_old_space_size=4096 node_modules/jest/bin/jest.js --verbose", "watch": "babel src --out-dir dist --watch" }, "version": "1.0.5" }