package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "marked",
  3. "_id": "marked@0.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tMsdNBgOsrUophCAFQl0XPe6Zqk/uy9gnue+jIIKhykO51hxyu6uNx7zBPy0+y/WKYVZZMspV9YeXLNdKk+iYw==",
  6. "_location": "/marked",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "marked",
  12. "name": "marked",
  13. "escapedName": "marked",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/marked/-/marked-0.4.0.tgz",
  23. "_shasum": "9ad2c2a7a1791f10a852e0112f77b571dce10c66",
  24. "_spec": "marked",
  25. "_where": "/home/zorro/Documents/Sahib/zweiachtzehn",
  26. "author": {
  27. "name": "Christopher Jeffrey"
  28. },
  29. "bin": {
  30. "marked": "./bin/marked"
  31. },
  32. "bugs": {
  33. "url": "http://github.com/markedjs/marked/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "A markdown parser built for speed",
  38. "devDependencies": {
  39. "eslint": "^4.15.0",
  40. "eslint-config-standard": "^11.0.0-beta.0",
  41. "eslint-plugin-import": "^2.8.0",
  42. "eslint-plugin-node": "^5.2.1",
  43. "eslint-plugin-promise": "^3.6.0",
  44. "eslint-plugin-standard": "^3.0.1",
  45. "eslint-plugin-vuln-regex-detector": "^1.0.4",
  46. "front-matter": "^2.3.0",
  47. "glob-to-regexp": "0.3.0",
  48. "html-differ": "^1.3.4",
  49. "jasmine": "^3.1.0",
  50. "jasmine2-custom-message": "^0.9.0",
  51. "markdown": "*",
  52. "markdown-it": "*",
  53. "showdown": "*",
  54. "uglify-js": "^3.3.10"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "homepage": "https://marked.js.org",
  60. "keywords": [
  61. "markdown",
  62. "markup",
  63. "html"
  64. ],
  65. "license": "MIT",
  66. "main": "./lib/marked.js",
  67. "man": [
  68. "./man/marked.1"
  69. ],
  70. "name": "marked",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/markedjs/marked.git"
  74. },
  75. "scripts": {
  76. "bench": "node test --bench",
  77. "build": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js",
  78. "lint": "eslint --fix bin/marked .",
  79. "preversion": "npm run build && (git diff --quiet || git commit -am 'minify')",
  80. "test": "jasmine --config=jasmine.json",
  81. "test:cm": "npm test -- test/specs/commonmark/**/*-spec.js",
  82. "test:gfm": "npm test -- test/specs/gfm/**/*-spec.js",
  83. "test:lint": "eslint bin/marked .",
  84. "test:marked": "npm test -- test/specs/marked/**/*-spec.js",
  85. "test:old": "node test",
  86. "test:redos": "eslint --plugin vuln-regex-detector --rule '\"vuln-regex-detector/no-vuln-regex\": 2' lib/marked.js",
  87. "test:specs": "npm test -- test/specs/**/*-spec.js",
  88. "test:unit": "npm test -- test/unit/**/*-spec.js"
  89. },
  90. "tags": [
  91. "markdown",
  92. "markup",
  93. "html"
  94. ],
  95. "version": "0.4.0"
  96. }