package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "marked@1.0.0",
  3. "_id": "marked@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==",
  6. "_location": "/marked",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "marked@1.0.0",
  12. "name": "marked",
  13. "escapedName": "marked",
  14. "rawSpec": "1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/typedoc"
  20. ],
  21. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/marked/-/marked-1.0.0.tgz",
  22. "_shasum": "d35784245a04871e5988a491e28867362e941693",
  23. "_spec": "marked@1.0.0",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-graph\\node_modules\\typedoc",
  25. "author": {
  26. "name": "Christopher Jeffrey"
  27. },
  28. "bin": {
  29. "marked": "bin/marked"
  30. },
  31. "bugs": {
  32. "url": "http://github.com/markedjs/marked/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "A markdown parser built for speed",
  37. "devDependencies": {
  38. "@babel/core": "^7.9.0",
  39. "@babel/preset-env": "^7.9.5",
  40. "@markedjs/html-differ": "^3.0.1",
  41. "cheerio": "^1.0.0-rc.3",
  42. "commonmark": "0.29.x",
  43. "eslint": "^6.8.0",
  44. "eslint-config-standard": "^14.1.1",
  45. "eslint-plugin-import": "^2.20.2",
  46. "eslint-plugin-node": "^11.1.0",
  47. "eslint-plugin-promise": "^4.2.1",
  48. "eslint-plugin-standard": "^4.0.1",
  49. "front-matter": "^3.1.0",
  50. "jasmine": "^3.5.0",
  51. "markdown": "0.5.x",
  52. "markdown-it": "10.x",
  53. "node-fetch": "^2.6.0",
  54. "rollup": "^2.6.1",
  55. "rollup-plugin-babel": "^4.4.0",
  56. "rollup-plugin-commonjs": "^10.1.0",
  57. "rollup-plugin-license": "^2.0.0",
  58. "uglify-js": "^3.9.1",
  59. "vuln-regex-detector": "^1.3.0"
  60. },
  61. "engines": {
  62. "node": ">= 8.16.2"
  63. },
  64. "files": [
  65. "bin/",
  66. "lib/",
  67. "src/",
  68. "man/",
  69. "marked.min.js"
  70. ],
  71. "homepage": "https://marked.js.org",
  72. "keywords": [
  73. "markdown",
  74. "markup",
  75. "html"
  76. ],
  77. "license": "MIT",
  78. "main": "./src/marked.js",
  79. "man": [
  80. "./man/marked.1"
  81. ],
  82. "name": "marked",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/markedjs/marked.git"
  86. },
  87. "scripts": {
  88. "bench": "npm run rollup && node test/bench.js",
  89. "build": "npm run rollup && npm run minify",
  90. "build:reset": "git checkout upstream/master lib/marked.js lib/marked.esm.js marked.min.js",
  91. "lint": "eslint --fix bin/marked .",
  92. "minify": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js",
  93. "preversion": "npm run build && (git diff --quiet || git commit -am build)",
  94. "rollup": "npm run rollup:umd && npm run rollup:esm",
  95. "rollup:esm": "rollup -c rollup.config.esm.js",
  96. "rollup:umd": "rollup -c rollup.config.js",
  97. "test": "jasmine --config=jasmine.json",
  98. "test:all": "npm test && npm run test:lint",
  99. "test:lint": "eslint bin/marked .",
  100. "test:redos": "node test/vuln-regex.js",
  101. "test:specs": "npm test -- test/specs/**/*-spec.js",
  102. "test:unit": "npm test -- test/unit/**/*-spec.js",
  103. "test:update": "node test/update-specs.js"
  104. },
  105. "tags": [
  106. "markdown",
  107. "markup",
  108. "html"
  109. ],
  110. "version": "1.0.0"
  111. }