package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "ansi-html-community@^0.0.8",
  3. "_id": "ansi-html-community@0.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
  6. "_location": "/ansi-html-community",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-html-community@^0.0.8",
  12. "name": "ansi-html-community",
  13. "escapedName": "ansi-html-community",
  14. "rawSpec": "^0.0.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.0.8"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service/webpack-dev-server",
  20. "/webpack-dev-server"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
  23. "_shasum": "69fbc4d6ccbe383f9736934ae34c3f8290f1bf41",
  24. "_spec": "ansi-html-community@^0.0.8",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\webpack-dev-server",
  26. "author": {
  27. "name": "mahdyar"
  28. },
  29. "bin": {
  30. "ansi-html": "bin/ansi-html"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/mahdyar/ansi-html-community/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  38. "description": "An elegant lib that converts the chalked (ANSI) text to HTML. (Community)",
  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/mahdyar/ansi-html-community",
  49. "keywords": [
  50. "ansi",
  51. "ansi html",
  52. "chalk html"
  53. ],
  54. "license": "Apache-2.0",
  55. "main": "index.js",
  56. "name": "ansi-html-community",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/mahdyar/ansi-html-community.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.8"
  74. }