blob: 46214e4bfbd501fece058279025b49bf8cbc878c [file] [log] [blame]
{
"_args": [
[
"mathml-tag-names@2.1.1",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "mathml-tag-names@2.1.1",
"_id": "mathml-tag-names@2.1.1",
"_inBundle": false,
"_integrity": "sha512-pWB896KPGSGkp1XtyzRBftpTzwSOL0Gfk0wLvxt4f2mgzjY19o0LxJ3U25vNWTzsh7da+KTbuXQoQ3lOJZ8WHw==",
"_location": "/mathml-tag-names",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mathml-tag-names@2.1.1",
"name": "mathml-tag-names",
"escapedName": "mathml-tag-names",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/stylelint"
],
"_resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/wooorm/mathml-tag-names/issues"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
}
],
"dependencies": {},
"description": "List of known MathML tag-names",
"devDependencies": {
"bail": "^1.0.0",
"browserify": "^16.0.0",
"concat-stream": "^2.0.0",
"hast-util-select": "^3.0.0",
"hast-util-to-string": "^1.0.0",
"prettier": "^1.12.0",
"rehype-parse": "^6.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"tinyify": "^2.5.0",
"unified": "^7.0.0",
"xo": "^0.24.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",
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wooorm/mathml-tag-names.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.json -s mathML -o mathml-tag-names.js",
"build-mangle": "browserify index.json -s mathML -p tinyify -o mathml-tag-names.min.js",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"generate": "node build",
"test": "npm run generate && npm run format && npm run build && npm run test-api",
"test-api": "node test"
},
"version": "2.1.1",
"xo": {
"prettier": true,
"esnext": false,
"ignore": [
"mathml-tag-names.js"
]
}
}