package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fancy-log@^1.1.0",
  6. "scope": null,
  7. "escapedName": "fancy-log",
  8. "name": "fancy-log",
  9. "rawSpec": "^1.1.0",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-util"
  14. ]
  15. ],
  16. "_from": "fancy-log@>=1.1.0 <2.0.0",
  17. "_id": "fancy-log@1.3.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/fancy-log",
  21. "_nodeVersion": "0.10.41",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/fancy-log-1.3.0.tgz_1482797779199_0.34764629206620157"
  25. },
  26. "_npmUser": {
  27. "name": "phated",
  28. "email": "blaine.bublitz@gmail.com"
  29. },
  30. "_npmVersion": "2.15.2",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "fancy-log@^1.1.0",
  34. "scope": null,
  35. "escapedName": "fancy-log",
  36. "name": "fancy-log",
  37. "rawSpec": "^1.1.0",
  38. "spec": ">=1.1.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/gulp-uglify",
  43. "/gulp-util"
  44. ],
  45. "_resolved": "http://registry.npmjs.org/fancy-log/-/fancy-log-1.3.0.tgz",
  46. "_shasum": "45be17d02bb9917d60ccffd4995c999e6c8c9948",
  47. "_shrinkwrap": null,
  48. "_spec": "fancy-log@^1.1.0",
  49. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-util",
  50. "author": {
  51. "name": "Blaine Bublitz",
  52. "email": "blaine.bublitz@gmail.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/js-cli/fancy-log/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "Aman Mittal",
  60. "url": "http://amandeepmittal.github.io/"
  61. }
  62. ],
  63. "dependencies": {
  64. "chalk": "^1.1.1",
  65. "time-stamp": "^1.0.0"
  66. },
  67. "description": "Log things, prefixed with a timestamp",
  68. "devDependencies": {
  69. "@phated/eslint-config-iceddev": "^0.2.1",
  70. "code": "^1.5.0",
  71. "eslint": "^1.3.1",
  72. "eslint-plugin-mocha": "^0.5.1",
  73. "eslint-plugin-react": "^3.3.1",
  74. "lab": "^5.16.0"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "shasum": "45be17d02bb9917d60ccffd4995c999e6c8c9948",
  79. "tarball": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.0.tgz"
  80. },
  81. "engines": {
  82. "node": ">= 0.10"
  83. },
  84. "files": [
  85. "LICENSE",
  86. "index.js"
  87. ],
  88. "gitHead": "dbbc97315f2e59a5b3fa1df7eae94fc32306fe71",
  89. "homepage": "https://github.com/js-cli/fancy-log#readme",
  90. "keywords": [
  91. "console.log",
  92. "log",
  93. "logger",
  94. "logging",
  95. "pretty",
  96. "timestamp"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "maintainers": [
  101. {
  102. "name": "phated",
  103. "email": "blaine@iceddev.com"
  104. }
  105. ],
  106. "name": "fancy-log",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/js-cli/fancy-log.git"
  112. },
  113. "scripts": {
  114. "test": "lab -cvL test.js"
  115. },
  116. "version": "1.3.0"
  117. }