{ "_from": "marked", "_id": "marked@0.4.0", "_inBundle": false, "_integrity": "sha512-tMsdNBgOsrUophCAFQl0XPe6Zqk/uy9gnue+jIIKhykO51hxyu6uNx7zBPy0+y/WKYVZZMspV9YeXLNdKk+iYw==", "_location": "/marked", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "marked", "name": "marked", "escapedName": "marked", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/marked/-/marked-0.4.0.tgz", "_shasum": "9ad2c2a7a1791f10a852e0112f77b571dce10c66", "_spec": "marked", "_where": "/home/zorro/Documents/Sahib/zweiachtzehn", "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": { "eslint": "^4.15.0", "eslint-config-standard": "^11.0.0-beta.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "eslint-plugin-vuln-regex-detector": "^1.0.4", "front-matter": "^2.3.0", "glob-to-regexp": "0.3.0", "html-differ": "^1.3.4", "jasmine": "^3.1.0", "jasmine2-custom-message": "^0.9.0", "markdown": "*", "markdown-it": "*", "showdown": "*", "uglify-js": "^3.3.10" }, "engines": { "node": ">=0.10.0" }, "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: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.4.0" }