123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_from": "marked@latest",
- "_id": "marked@0.5.2",
- "_inBundle": false,
- "_integrity": "sha512-fdZvBa7/vSQIZCi4uuwo2N3q+7jJURpMVCcbaX0S1Mg65WZ5ilXvC67MviJAsdjqqgD+CEq4RKo5AYGgINkVAA==",
- "_location": "/marked",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "marked@latest",
- "name": "marked",
- "escapedName": "marked",
- "rawSpec": "latest",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/marked/-/marked-0.5.2.tgz",
- "_shasum": "3efdb27b1fd0ecec4f5aba362bddcd18120e5ba9",
- "_spec": "marked@latest",
- "_where": "/home/zorro/Documents/schild.report/vorlagen/bk2019",
- "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.0",
- "commonmark": "0.x",
- "eslint": "^4.19.1",
- "eslint-config-standard": "^11.0.0",
- "eslint-plugin-import": "^2.14.0",
- "eslint-plugin-node": "^5.2.1",
- "eslint-plugin-promise": "^3.8.0",
- "eslint-plugin-standard": "^3.1.0",
- "eslint-plugin-vuln-regex-detector": "^1.0.4",
- "front-matter": "^2.3.0",
- "glob-to-regexp": "0.3.0",
- "jasmine": "^3.2.0",
- "jasmine2-custom-message": "^0.9.3",
- "markdown": "0.x",
- "markdown-it": "8.x",
- "uglify-js": "^3.4.8"
- },
- "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: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.5.2"
- }
|