{ "_from": "log-symbols@^1.0.2", "_id": "log-symbols@1.0.2", "_inBundle": false, "_integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", "_location": "/log-symbols", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "log-symbols@^1.0.2", "name": "log-symbols", "escapedName": "log-symbols", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/ora" ], "_resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", "_shasum": "376ff7b58ea3086a0f09facc74617eca501e1a18", "_spec": "log-symbols@^1.0.2", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ora", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/log-symbols/issues" }, "bundleDependencies": false, "dependencies": { "chalk": "^1.0.0" }, "deprecated": false, "description": "Colored symbols for various log levels. Example: ✔︎ success", "devDependencies": { "ava": "0.0.4" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/log-symbols#readme", "keywords": [ "unicode", "cli", "cmd", "command-line", "characters", "char", "symbol", "symbols", "figure", "figures", "fallback", "win", "windows", "log", "logging", "terminal", "stdout" ], "license": "MIT", "name": "log-symbols", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/log-symbols.git" }, "scripts": { "test": "node test.js" }, "version": "1.0.2" }