package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "marked",
  3. "_id": "marked@0.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==",
  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.7.0.tgz",
  23. "_shasum": "b64201f051d271b1edc10a04d1ae9b74bb8e5c0e",
  24. "_spec": "marked",
  25. "_where": "/Users/zorro/Documents/schild.report/reports/mein-bk",
  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. "@markedjs/html-differ": "^2.0.1",
  40. "cheerio": "^1.0.0-rc.3",
  41. "commonmark": "0.x",
  42. "eslint": "^5.16.0",
  43. "eslint-config-standard": "^12.0.0",
  44. "eslint-plugin-import": "^2.17.2",
  45. "eslint-plugin-node": "^8.0.1",
  46. "eslint-plugin-promise": "^4.1.1",
  47. "eslint-plugin-standard": "^4.0.0",
  48. "eslint-plugin-vuln-regex-detector": "^1.0.4",
  49. "front-matter": "^3.0.2",
  50. "jasmine": "^3.4.0",
  51. "markdown": "0.x",
  52. "markdown-it": "8.x",
  53. "node-fetch": "^2.3.0",
  54. "uglify-js": "^3.5.8"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "bin/",
  61. "lib/",
  62. "man/",
  63. "marked.min.js"
  64. ],
  65. "homepage": "https://marked.js.org",
  66. "keywords": [
  67. "markdown",
  68. "markup",
  69. "html"
  70. ],
  71. "license": "MIT",
  72. "main": "./lib/marked.js",
  73. "man": [
  74. "./man/marked.1"
  75. ],
  76. "name": "marked",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/markedjs/marked.git"
  80. },
  81. "scripts": {
  82. "bench": "node test/bench.js",
  83. "build": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js",
  84. "lint": "eslint --fix bin/marked .",
  85. "preversion": "npm run build && (git diff --quiet || git commit -am 'minify')",
  86. "test": "jasmine --config=jasmine.json",
  87. "test:lint": "eslint bin/marked .",
  88. "test:node4": "npx node@4 ./node_modules/jasmine/bin/jasmine.js --config=jasmine.json",
  89. "test:redos": "eslint --plugin vuln-regex-detector --rule '\"vuln-regex-detector/no-vuln-regex\": 2' lib/marked.js",
  90. "test:specs": "npm test -- test/specs/**/*-spec.js",
  91. "test:unit": "npm test -- test/unit/**/*-spec.js",
  92. "test:update": "node test/update-specs.js"
  93. },
  94. "tags": [
  95. "markdown",
  96. "markup",
  97. "html"
  98. ],
  99. "version": "0.7.0"
  100. }