UNPKG

@elderjs/shortcodes

Version:

An Shortcode parser with support of arguments, key-value attributes, nesting, and async.

43 lines (42 loc) 1.19 kB
{ "name": "@elderjs/shortcodes", "version": "2.0.2", "description": "An Shortcode parser with support of arguments, key-value attributes, nesting, and async.", "main": "lib/parser.js", "directories": { "test": "test" }, "scripts": { "lint": "./node_modules/.bin/jshint --exclude-path ./.gitignore --reporter=./node_modules/jshint-full-path/index.js .", "pretest": "npm run-script lint", "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should --reporter spec --ui bdd ./test/*" }, "repository": { "type": "git", "url": "https://github.com/Elderjs/shortcodes.git" }, "jshintConfig": { "esversion": 8 }, "keywords": [ "shortcode", "shortcodes", "shorttag", "tag", "parser", "shortcode-parser" ], "author": "META Platform team <www.meta-platform.com> & ElderGuide.com", "license": "MIT", "bugs": { "url": "https://github.com/Elderjs/shortcodes/issues" }, "homepage": "https://github.com/Elderjs/shortcodes", "devDependencies": { "istanbul": "^0.4.5", "jshint": "^2.8.0", "jshint-full-path": "^1.1.1", "mocha": "^9.1.1", "should": "^6.0.3" } }