package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cardinal@0.4.4",
  6. "scope": null,
  7. "escapedName": "cardinal",
  8. "name": "cardinal",
  9. "rawSpec": "0.4.4",
  10. "spec": "0.4.4",
  11. "type": "version"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/mysql2"
  14. ]
  15. ],
  16. "_from": "cardinal@0.4.4",
  17. "_id": "cardinal@0.4.4",
  18. "_inCache": true,
  19. "_location": "/cardinal",
  20. "_npmUser": {
  21. "name": "thlorenz",
  22. "email": "thlorenz@gmx.de"
  23. },
  24. "_npmVersion": "1.3.22",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "cardinal@0.4.4",
  28. "scope": null,
  29. "escapedName": "cardinal",
  30. "name": "cardinal",
  31. "rawSpec": "0.4.4",
  32. "spec": "0.4.4",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/mysql2"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/cardinal/-/cardinal-0.4.4.tgz",
  39. "_shasum": "ca5bb68a5b511b90fe93b9acea49bdee5c32bfe2",
  40. "_shrinkwrap": null,
  41. "_spec": "cardinal@0.4.4",
  42. "_where": "/data/feimat/test_yali/liveserver/node_modules/mysql2",
  43. "author": {
  44. "name": "Thorsten Lorenz",
  45. "email": "thlorenz@gmx.de",
  46. "url": "thlorenz.com"
  47. },
  48. "bin": {
  49. "cdl": "./bin/cdl.js"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/thlorenz/cardinal/issues"
  53. },
  54. "dependencies": {
  55. "ansicolors": "~0.2.1",
  56. "redeyed": "~0.4.0"
  57. },
  58. "description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",
  59. "devDependencies": {
  60. "readdirp": "~0.2.1",
  61. "tap": "~0.3.1"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "ca5bb68a5b511b90fe93b9acea49bdee5c32bfe2",
  66. "tarball": "https://registry.npmjs.org/cardinal/-/cardinal-0.4.4.tgz"
  67. },
  68. "homepage": "https://github.com/thlorenz/cardinal",
  69. "keywords": [
  70. "syntax",
  71. "highlight",
  72. "theme",
  73. "javascript",
  74. "json",
  75. "terminal",
  76. "console",
  77. "print",
  78. "output"
  79. ],
  80. "license": "MIT",
  81. "main": "cardinal.js",
  82. "maintainers": [
  83. {
  84. "name": "thlorenz",
  85. "email": "thlorenz@gmx.de"
  86. }
  87. ],
  88. "name": "cardinal",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/thlorenz/cardinal.git"
  94. },
  95. "scripts": {
  96. "demo": "node examples/highlight-string.js; node examples/highlight-self; node examples/highlight-self-hide-semicolons;",
  97. "test": "tap ./test/*.js"
  98. },
  99. "version": "0.4.4"
  100. }