{ "_from": "marked@0.6.2", "_id": "marked@0.6.2", "_inBundle": false, "_integrity": "sha512-LqxwVH3P/rqKX4EKGz7+c2G9r98WeM/SW34ybhgNGhUQNKtf1GmmSkJ6cDGJ/t6tiyae49qRkpyTw2B9HOrgUA==", "_location": "/marked", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "marked@0.6.2", "name": "marked", "escapedName": "marked", "rawSpec": "0.6.2", "saveSpec": null, "fetchSpec": "0.6.2" }, "_requiredBy": [ "/umi-core" ], "_resolved": "https://registry.npmjs.org/marked/-/marked-0.6.2.tgz", "_shasum": "c574be8b545a8b48641456ca1dbe0e37b6dccc1a", "_spec": "marked@0.6.2", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-core", "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": { "@markedjs/html-differ": "^2.0.1", "commonmark": "0.x", "eslint": "^5.15.1", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vuln-regex-detector": "^1.0.4", "front-matter": "^3.0.1", "glob-to-regexp": "^0.4.0", "jasmine": "^3.3.1", "markdown": "0.x", "markdown-it": "8.x", "uglify-js": "^3.4.9" }, "engines": { "node": ">=0.10.0" }, "files": [ "bin/", "lib/", "man/", "marked.min.js" ], "homepage": "https://marked.js.org", "keywords": [ "markdown", "markup", "html" ], "license": "MIT", "main": "./lib/marked.js", "man": [ "./man/marked.1" ], "name": "marked", "repository": { "type": "git", "url": "git://github.com/markedjs/marked.git" }, "scripts": { "bench": "node test --bench", "build": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js", "lint": "eslint --fix bin/marked .", "preversion": "npm run build && (git diff --quiet || git commit -am 'minify')", "test": "jasmine --config=jasmine.json", "test:cm": "npm test -- test/specs/commonmark/**/*-spec.js", "test:gfm": "npm test -- test/specs/gfm/**/*-spec.js", "test:lint": "eslint bin/marked .", "test:marked": "npm test -- test/specs/marked/**/*-spec.js", "test:node4": "npx node@4 ./node_modules/jasmine/bin/jasmine.js --config=jasmine.json", "test:old": "node test", "test:redos": "eslint --plugin vuln-regex-detector --rule '\"vuln-regex-detector/no-vuln-regex\": 2' lib/marked.js", "test:specs": "npm test -- test/specs/**/*-spec.js", "test:unit": "npm test -- test/unit/**/*-spec.js" }, "tags": [ "markdown", "markup", "html" ], "version": "0.6.2" }