UNPKG

markdown-to-ast

Version:
54 lines (53 loc) 1.51 kB
{ "name": "markdown-to-ast", "description": "Parse Markdown to AST with location info.", "version": "6.0.3", "homepage": "https://github.com/textlint/textlint/tree/master/packages/markdown-to-ast/", "repository": { "type": "git", "url": "https://github.com/textlint/textlint.git" }, "main": "lib/markdown-parser.js", "files": [ "lib/", "src/" ], "scripts": { "example:build": "browserify example/js/index.js -o example/app/app.js", "test": "mocha \"test/**/*.{js,ts}\"", "build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps", "watch": "babel src --out-dir lib --watch --source-maps", "prepublish": "npm run --if-present build", "clean": "rimraf lib/" }, "directories": { "test": "test/" }, "author": "azu", "license": "MIT", "bugs": { "url": "https://github.com/textlint/textlint/issues" }, "dependencies": { "@textlint/ast-node-types": "^4.0.0", "debug": "^2.1.3", "remark": "^7.0.1", "structured-source": "^3.0.2", "traverse": "^0.6.6" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-preset-env": "^1.4.0", "babel-preset-jsdoc-to-assert": "^4.0.0", "babel-preset-power-assert": "^1.0.0", "babel-register": "^6.24.1", "browserify": "^14.3.0", "cross-env": "^4.0.0", "mkdirp": "^0.5.1", "mocha": "^4.0.1", "power-assert": "^1.4.2", "rimraf": "^2.6.2", "textlint-ast-test": "^2.0.2", "txt-ast-traverse": "^2.0.3" } }