package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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": "range",
  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. "/@pmmmwh/react-refresh-webpack-plugin",
  20. "/webpack-dev-server"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
  23. "_shasum": "813584021962a9e9e6fd039f940d12f56ca7859e",
  24. "_spec": "ansi-html@^0.0.7",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@pmmmwh\\react-refresh-webpack-plugin",
  26. "author": {
  27. "name": "Tjatse"
  28. },
  29. "bin": {
  30. "ansi-html": "bin/ansi-html"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/Tjatse/ansi-html/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  38. "description": "An elegant lib that converts the chalked (ANSI) text to HTML.",
  39. "devDependencies": {
  40. "chai": "^1.9.1",
  41. "chalk": "^1.1.3",
  42. "lodash": "^2.4.2",
  43. "mocha": "^1.21.4"
  44. },
  45. "engines": [
  46. "node >= 0.8.0"
  47. ],
  48. "homepage": "https://github.com/Tjatse/ansi-html",
  49. "keywords": [
  50. "ansi",
  51. "ansi html",
  52. "chalk html"
  53. ],
  54. "license": "Apache-2.0",
  55. "main": "index.js",
  56. "name": "ansi-html",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/Tjatse/ansi-html.git"
  60. },
  61. "scripts": {
  62. "test": "mocha -R spec -t 5000"
  63. },
  64. "standard": {
  65. "ignore": [],
  66. "globals": [
  67. "describe",
  68. "it",
  69. "before",
  70. "after"
  71. ]
  72. },
  73. "version": "0.0.7"
  74. }