| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "_from": "marked@1.0.0",
- "_id": "marked@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==",
- "_location": "/marked",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "marked@1.0.0",
- "name": "marked",
- "escapedName": "marked",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/typedoc"
- ],
- "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/marked/-/marked-1.0.0.tgz",
- "_shasum": "d35784245a04871e5988a491e28867362e941693",
- "_spec": "marked@1.0.0",
- "_where": "D:\\project\\persagy-web\\persagy-web-graph\\node_modules\\typedoc",
- "author": {
- "name": "Christopher Jeffrey"
- },
- "bin": {
- "marked": "bin/marked"
- },
- "bugs": {
- "url": "http://github.com/markedjs/marked/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A markdown parser built for speed",
- "devDependencies": {
- "@babel/core": "^7.9.0",
- "@babel/preset-env": "^7.9.5",
- "@markedjs/html-differ": "^3.0.1",
- "cheerio": "^1.0.0-rc.3",
- "commonmark": "0.29.x",
- "eslint": "^6.8.0",
- "eslint-config-standard": "^14.1.1",
- "eslint-plugin-import": "^2.20.2",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.1",
- "front-matter": "^3.1.0",
- "jasmine": "^3.5.0",
- "markdown": "0.5.x",
- "markdown-it": "10.x",
- "node-fetch": "^2.6.0",
- "rollup": "^2.6.1",
- "rollup-plugin-babel": "^4.4.0",
- "rollup-plugin-commonjs": "^10.1.0",
- "rollup-plugin-license": "^2.0.0",
- "uglify-js": "^3.9.1",
- "vuln-regex-detector": "^1.3.0"
- },
- "engines": {
- "node": ">= 8.16.2"
- },
- "files": [
- "bin/",
- "lib/",
- "src/",
- "man/",
- "marked.min.js"
- ],
- "homepage": "https://marked.js.org",
- "keywords": [
- "markdown",
- "markup",
- "html"
- ],
- "license": "MIT",
- "main": "./src/marked.js",
- "man": [
- "./man/marked.1"
- ],
- "name": "marked",
- "repository": {
- "type": "git",
- "url": "git://github.com/markedjs/marked.git"
- },
- "scripts": {
- "bench": "npm run rollup && node test/bench.js",
- "build": "npm run rollup && npm run minify",
- "build:reset": "git checkout upstream/master lib/marked.js lib/marked.esm.js marked.min.js",
- "lint": "eslint --fix bin/marked .",
- "minify": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js",
- "preversion": "npm run build && (git diff --quiet || git commit -am build)",
- "rollup": "npm run rollup:umd && npm run rollup:esm",
- "rollup:esm": "rollup -c rollup.config.esm.js",
- "rollup:umd": "rollup -c rollup.config.js",
- "test": "jasmine --config=jasmine.json",
- "test:all": "npm test && npm run test:lint",
- "test:lint": "eslint bin/marked .",
- "test:redos": "node test/vuln-regex.js",
- "test:specs": "npm test -- test/specs/**/*-spec.js",
- "test:unit": "npm test -- test/unit/**/*-spec.js",
- "test:update": "node test/update-specs.js"
- },
- "tags": [
- "markdown",
- "markup",
- "html"
- ],
- "version": "1.0.0"
- }
|