1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "_from": "[email protected]",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-mjNh+fRc2vr/pdh9Yv1Jt/jb8ys=",
- "_location": "/better-console",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "[email protected]",
- "name": "better-console",
- "escapedName": "better-console",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/better-console/-/better-console-1.0.1.tgz",
- "_shasum": "9a3361f9f45cdafaffa5d87d62fd49b7f8dbf32b",
- "_spec": "[email protected]",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Mohsen Azimi"
- },
- "bugs": {
- "url": "https://github.com/mohsen1/better-console/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "chalk": "^1.1.3",
- "cli-table": "~0.3.1"
- },
- "deprecated": false,
- "description": "A better console for Node.js",
- "homepage": "https://github.com/mohsen1/better-console#readme",
- "keywords": [
- "console"
- ],
- "license": "BSD",
- "main": "index.js",
- "name": "better-console",
- "repository": {
- "type": "git",
- "url": "git://github.com/mohsen1/better-console.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "1.0.1"
- }
|