package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "ansi-html-community@0.0.8",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-html-community@0.0.8",
  10. "_id": "ansi-html-community@0.0.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
  13. "_location": "/ansi-html-community",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-html-community@0.0.8",
  19. "name": "ansi-html-community",
  20. "escapedName": "ansi-html-community",
  21. "rawSpec": "0.0.8",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.8"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
  29. "_spec": "0.0.8",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "mahdyar"
  33. },
  34. "bin": {
  35. "ansi-html": "bin/ansi-html"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mahdyar/ansi-html-community/issues"
  39. },
  40. "dependencies": {},
  41. "description": "An elegant lib that converts the chalked (ANSI) text to HTML. (Community)",
  42. "devDependencies": {
  43. "chai": "^1.9.1",
  44. "chalk": "^1.1.3",
  45. "lodash": "^2.4.2",
  46. "mocha": "^1.21.4"
  47. },
  48. "engines": [
  49. "node >= 0.8.0"
  50. ],
  51. "homepage": "https://github.com/mahdyar/ansi-html-community",
  52. "keywords": [
  53. "ansi",
  54. "ansi html",
  55. "chalk html"
  56. ],
  57. "license": "Apache-2.0",
  58. "main": "index.js",
  59. "name": "ansi-html-community",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/mahdyar/ansi-html-community.git"
  63. },
  64. "scripts": {
  65. "test": "mocha -R spec -t 5000"
  66. },
  67. "standard": {
  68. "ignore": [],
  69. "globals": [
  70. "describe",
  71. "it",
  72. "before",
  73. "after"
  74. ]
  75. },
  76. "version": "0.0.8"
  77. }