package.json 2.7 KB

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