Files
30-seconds-of-code/node_modules/mdast-util-to-nlcst/package.json
2019-08-20 15:52:05 +02:00

123 lines
3.2 KiB
JSON

{
"_from": "mdast-util-to-nlcst@^3.2.0",
"_id": "mdast-util-to-nlcst@3.2.3",
"_inBundle": false,
"_integrity": "sha512-hPIsgEg7zCvdU6/qvjcR6lCmJeRuIEpZGY5xBV+pqzuMOvQajyyF8b6f24f8k3Rw8u40GwkI3aAxUXr3bB2xag==",
"_location": "/mdast-util-to-nlcst",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mdast-util-to-nlcst@^3.2.0",
"name": "mdast-util-to-nlcst",
"escapedName": "mdast-util-to-nlcst",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/remark-retext"
],
"_resolved": "https://registry.npmjs.org/mdast-util-to-nlcst/-/mdast-util-to-nlcst-3.2.3.tgz",
"_shasum": "dcd0f51b59515b11a0700aeb40f168ed7ba9ed3d",
"_spec": "mdast-util-to-nlcst@^3.2.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/remark-retext",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/syntax-tree/mdast-util-to-nlcst/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
}
],
"dependencies": {
"nlcst-to-string": "^2.0.0",
"repeat-string": "^1.5.2",
"unist-util-position": "^3.0.0",
"vfile-location": "^2.0.0"
},
"deprecated": false,
"description": "Transform MDAST to NLCST",
"devDependencies": {
"browserify": "^16.0.0",
"is-hidden": "^1.0.0",
"negate": "^1.0.0",
"nyc": "^14.0.0",
"parse-dutch": "^4.0.0",
"parse-english": "^4.0.0",
"parse-latin": "^4.0.0",
"prettier": "^1.0.0",
"remark": "^10.0.0",
"remark-cli": "^6.0.0",
"remark-frontmatter": "^1.0.0",
"remark-preset-wooorm": "^5.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"vfile": "^4.0.0",
"xo": "^0.24.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/syntax-tree/mdast-util-to-nlcst#readme",
"keywords": [
"mdast",
"remark",
"nlcst",
"retext",
"markdown",
"natural",
"language"
],
"license": "MIT",
"name": "mdast-util-to-nlcst",
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"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/syntax-tree/mdast-util-to-nlcst.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify . -s mdastUtilToNLCST > mdast-util-to-nlcst.js",
"build-mangle": "browserify . -s mdastUtilToNLCST -p tinyify > mdast-util-to-nlcst.min.js",
"format": "remark *.md -qfo && prettier --write \"**/*.js\" && xo --fix",
"test": "npm run format && npm run build && npm run test-coverage",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test/index.js"
},
"version": "3.2.3",
"xo": {
"prettier": true,
"esnext": false,
"ignores": [
"mdast-util-to-nlcst.js"
]
}
}