package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "[email protected]",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mjNh+fRc2vr/pdh9Yv1Jt/jb8ys=",
  6. "_location": "/better-console",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "[email protected]",
  12. "name": "better-console",
  13. "escapedName": "better-console",
  14. "rawSpec": "1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/fomantic-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/better-console/-/better-console-1.0.1.tgz",
  22. "_shasum": "9a3361f9f45cdafaffa5d87d62fd49b7f8dbf32b",
  23. "_spec": "[email protected]",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  25. "author": {
  26. "name": "Mohsen Azimi"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mohsen1/better-console/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "chalk": "^1.1.3",
  34. "cli-table": "~0.3.1"
  35. },
  36. "deprecated": false,
  37. "description": "A better console for Node.js",
  38. "homepage": "https://github.com/mohsen1/better-console#readme",
  39. "keywords": [
  40. "console"
  41. ],
  42. "license": "BSD",
  43. "main": "index.js",
  44. "name": "better-console",
  45. "repository": {
  46. "type": "git",
  47. "url": "git://github.com/mohsen1/better-console.git"
  48. },
  49. "scripts": {
  50. "test": "node test.js"
  51. },
  52. "version": "1.0.1"
  53. }