package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "ansi-html@0.0.7",
  3. "_id": "ansi-html@0.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=",
  6. "_location": "/ansi-html",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "ansi-html@0.0.7",
  12. "name": "ansi-html",
  13. "escapedName": "ansi-html",
  14. "rawSpec": "0.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.7"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
  22. "_shasum": "813584021962a9e9e6fd039f940d12f56ca7859e",
  23. "_spec": "ansi-html@0.0.7",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\webpack-dev-server",
  25. "author": {
  26. "name": "Tjatse"
  27. },
  28. "bin": {
  29. "ansi-html": "bin/ansi-html"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/Tjatse/ansi-html/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "An elegant lib that converts the chalked (ANSI) text to HTML.",
  38. "devDependencies": {
  39. "chai": "^1.9.1",
  40. "chalk": "^1.1.3",
  41. "lodash": "^2.4.2",
  42. "mocha": "^1.21.4"
  43. },
  44. "engines": [
  45. "node >= 0.8.0"
  46. ],
  47. "homepage": "https://github.com/Tjatse/ansi-html",
  48. "keywords": [
  49. "ansi",
  50. "ansi html",
  51. "chalk html"
  52. ],
  53. "license": "Apache-2.0",
  54. "main": "index.js",
  55. "name": "ansi-html",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/Tjatse/ansi-html.git"
  59. },
  60. "scripts": {
  61. "test": "mocha -R spec -t 5000"
  62. },
  63. "standard": {
  64. "ignore": [],
  65. "globals": [
  66. "describe",
  67. "it",
  68. "before",
  69. "after"
  70. ]
  71. },
  72. "version": "0.0.7"
  73. }