123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_args": [
- [
- "log-symbols@^1.0.2",
- "D:\\work\\im\\node_modules\\babel-cli"
- ]
- ],
- "_from": "log-symbols@>=1.0.2 <2.0.0",
- "_id": "log-symbols@1.0.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/log-symbols",
- "_nodeVersion": "0.12.0",
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.5.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "log-symbols",
- "raw": "log-symbols@^1.0.2",
- "rawSpec": "^1.0.2",
- "scope": null,
- "spec": ">=1.0.2 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/babel-cli"
- ],
- "_resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz",
- "_shasum": "376ff7b58ea3086a0f09facc74617eca501e1a18",
- "_shrinkwrap": null,
- "_spec": "log-symbols@^1.0.2",
- "_where": "D:\\work\\im\\node_modules\\babel-cli",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "http://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/log-symbols/issues"
- },
- "dependencies": {
- "chalk": "^1.0.0"
- },
- "description": "Colored symbols for various log levels. Example: ✔︎ success",
- "devDependencies": {
- "ava": "0.0.4"
- },
- "directories": {},
- "dist": {
- "shasum": "376ff7b58ea3086a0f09facc74617eca501e1a18",
- "tarball": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "ffcc995a1d4efc91ceed3e536fecccc8dc517c76",
- "homepage": "https://github.com/sindresorhus/log-symbols",
- "keywords": [
- "unicode",
- "cli",
- "cmd",
- "command-line",
- "characters",
- "char",
- "symbol",
- "symbols",
- "figure",
- "figures",
- "fallback",
- "win",
- "windows",
- "log",
- "logging",
- "terminal",
- "stdout"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- }
- ],
- "name": "log-symbols",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/log-symbols.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "1.0.2"
- }
|