UNPKG

rsuite-theme

Version:
102 lines (101 loc) 2.63 kB
{ "_from": "mathml-tag-names@^2.0.1", "_id": "mathml-tag-names@2.0.1", "_inBundle": false, "_integrity": "sha1-jUEmgWi/htEQK5gQnijlMeejRXg=", "_location": "/mathml-tag-names", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "mathml-tag-names@^2.0.1", "name": "mathml-tag-names", "escapedName": "mathml-tag-names", "rawSpec": "^2.0.1", "saveSpec": null, "fetchSpec": "^2.0.1" }, "_requiredBy": [ "/stylelint" ], "_resolved": "http://registry.npm.taobao.org/mathml-tag-names/download/mathml-tag-names-2.0.1.tgz", "_shasum": "8d41268168bf86d1102b98109e28e531e7a34578", "_spec": "mathml-tag-names@^2.0.1", "_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/stylelint", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" }, "bugs": { "url": "https://github.com/wooorm/mathml-tag-names/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "http://wooorm.com" } ], "dependencies": {}, "deprecated": false, "description": "List of known MathML tag-names", "devDependencies": { "bail": "^1.0.0", "browserify": "^14.1.0", "concat-stream": "^1.6.0", "esmangle": "^1.0.1", "hast-util-select": "^1.0.1", "hast-util-to-string": "^1.0.0", "rehype-parse": "^4.0.0", "remark-cli": "^3.0.0", "remark-preset-wooorm": "^3.0.0", "tape": "^4.4.0", "unified": "^6.1.5", "xo": "^0.18.0" }, "files": [ "index.json" ], "homepage": "https://github.com/wooorm/mathml-tag-names#readme", "keywords": [ "MathML", "math", "tag", "name", "element", "tagname", "w3c" ], "license": "MIT", "main": "index.json", "name": "mathml-tag-names", "remarkConfig": { "plugins": [ "preset-wooorm" ] }, "repository": { "type": "git", "url": "git+https://github.com/wooorm/mathml-tag-names.git" }, "scripts": { "build": "npm run build-md && npm run build-bundle && npm run build-mangle", "build-bundle": "browserify index.json --bare -s mathML > mathml-tag-names.js", "build-crawl": "node build", "build-mangle": "esmangle mathml-tag-names.js > mathml-tag-names.min.js", "build-md": "remark . -qfo", "lint": "xo", "test": "npm run build && npm run lint && npm run test-api", "test-api": "node test" }, "version": "2.0.1", "xo": { "space": true, "esnext": false, "ignore": [ "mathml-tag-names.js" ] } }