package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "marked@^0.3.6",
  6. "scope": null,
  7. "escapedName": "marked",
  8. "name": "marked",
  9. "rawSpec": "^0.3.6",
  10. "spec": ">=0.3.6 <0.4.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/cli-usage"
  14. ]
  15. ],
  16. "_from": "marked@>=0.3.6 <0.4.0",
  17. "_id": "marked@0.3.6",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/marked",
  21. "_nodeVersion": "6.3.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/marked-0.3.6.tgz_1469848215797_0.5454847207292914"
  25. },
  26. "_npmUser": {
  27. "name": "chjj",
  28. "email": "chjjeffrey@gmail.com"
  29. },
  30. "_npmVersion": "3.10.5",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "marked@^0.3.6",
  34. "scope": null,
  35. "escapedName": "marked",
  36. "name": "marked",
  37. "rawSpec": "^0.3.6",
  38. "spec": ">=0.3.6 <0.4.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/cli-usage"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
  45. "_shasum": "b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7",
  46. "_shrinkwrap": null,
  47. "_spec": "marked@^0.3.6",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/cli-usage",
  49. "author": {
  50. "name": "Christopher Jeffrey"
  51. },
  52. "bin": {
  53. "marked": "./bin/marked"
  54. },
  55. "bugs": {
  56. "url": "http://github.com/chjj/marked/issues"
  57. },
  58. "dependencies": {},
  59. "description": "A markdown parser built for speed",
  60. "devDependencies": {
  61. "gulp": "^3.8.11",
  62. "gulp-concat": "^2.5.2",
  63. "gulp-uglify": "^1.1.0",
  64. "markdown": "*",
  65. "showdown": "*"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7",
  70. "tarball": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz"
  71. },
  72. "gitHead": "eddec20467c2d10c7769061ee9074e268500966f",
  73. "homepage": "https://github.com/chjj/marked",
  74. "keywords": [
  75. "markdown",
  76. "markup",
  77. "html"
  78. ],
  79. "license": "MIT",
  80. "main": "./lib/marked.js",
  81. "maintainers": [
  82. {
  83. "name": "chjj",
  84. "email": "chjjeffrey@gmail.com"
  85. }
  86. ],
  87. "man": [
  88. "./man/marked.1"
  89. ],
  90. "name": "marked",
  91. "optionalDependencies": {},
  92. "preferGlobal": true,
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/chjj/marked.git"
  97. },
  98. "scripts": {
  99. "bench": "node test --bench",
  100. "test": "node test"
  101. },
  102. "tags": [
  103. "markdown",
  104. "markup",
  105. "html"
  106. ],
  107. "version": "0.3.6"
  108. }