UNPKG

rsuite-theme

Version:
108 lines (107 loc) 2.68 kB
{ "_from": "markdown-table@^1.1.0", "_id": "markdown-table@1.1.1", "_inBundle": false, "_integrity": "sha1-Sz3ToTPRUYuO8NvHCb8qG0gkvIw=", "_location": "/markdown-table", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "markdown-table@^1.1.0", "name": "markdown-table", "escapedName": "markdown-table", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/remark-stringify" ], "_resolved": "http://registry.npm.taobao.org/markdown-table/download/markdown-table-1.1.1.tgz", "_shasum": "4b3dd3a133d1518b8ef0dbc709bf2a1b4824bc8c", "_spec": "markdown-table@^1.1.0", "_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/remark-stringify", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" }, "bugs": { "url": "https://github.com/wooorm/markdown-table/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" } ], "dependencies": {}, "deprecated": false, "description": "Markdown/ASCII tables", "devDependencies": { "browserify": "^14.0.0", "chalk": "^2.0.0", "esmangle": "^1.0.0", "nyc": "^11.0.0", "remark-cli": "^3.0.0", "remark-preset-wooorm": "^3.0.0", "strip-ansi": "^4.0.0", "tape": "^4.4.0", "xo": "^0.18.0" }, "files": [ "index.js" ], "homepage": "https://github.com/wooorm/markdown-table#readme", "keywords": [ "text", "markdown", "table", "align", "ascii", "rows", "tabular" ], "license": "MIT", "name": "markdown-table", "nyc": { "check-coverage": true, "lines": 100, "functions": 100, "branches": 100 }, "remarkConfig": { "plugins": [ "preset-wooorm" ] }, "repository": { "type": "git", "url": "git+https://github.com/wooorm/markdown-table.git" }, "scripts": { "build": "npm run build-md && npm run build-bundle && npm run build-mangle", "build-bundle": "browserify index.js -s markdownTable > markdown-table.js", "build-mangle": "esmangle markdown-table.js > markdown-table.min.js", "build-md": "remark . -qfo", "lint": "xo", "test": "npm run build && npm run lint && npm run test-coverage", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js" }, "version": "1.1.1", "xo": { "space": true, "esnext": false, "rules": { "complexity": "off", "max-depth": "off" }, "ignores": [ "markdown-table.js" ] } }