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

125 lines
3.3 KiB
JSON

{
"_from": "hast-util-to-html@^4.0.0",
"_id": "hast-util-to-html@4.0.1",
"_inBundle": false,
"_integrity": "sha512-2emzwyf0xEsc4TBIPmDJmBttIw8R4SXAJiJZoiRR/s47ODYWgOqNoDbf2SJAbMbfNdFWMiCSOrI3OVnX6Qq2Mg==",
"_location": "/hast-util-to-html",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hast-util-to-html@^4.0.0",
"name": "hast-util-to-html",
"escapedName": "hast-util-to-html",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/gatsby-transformer-remark"
],
"_resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-4.0.1.tgz",
"_shasum": "3666b05afb62bd69f8f5e6c94db04dea19438e2a",
"_spec": "hast-util-to-html@^4.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-transformer-remark",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/syntax-tree/hast-util-to-html/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {
"ccount": "^1.0.0",
"comma-separated-tokens": "^1.0.1",
"hast-util-is-element": "^1.0.0",
"hast-util-whitespace": "^1.0.0",
"html-void-elements": "^1.0.0",
"property-information": "^4.0.0",
"space-separated-tokens": "^1.0.0",
"stringify-entities": "^1.0.1",
"unist-util-is": "^2.0.0",
"xtend": "^4.0.1"
},
"deprecated": false,
"description": "Transform HAST to HTML",
"devDependencies": {
"browserify": "^16.0.0",
"hastscript": "^4.0.0",
"nyc": "^12.0.0",
"prettier": "^1.13.5",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"unist-builder": "^1.0.1",
"xo": "^0.21.0"
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/syntax-tree/hast-util-to-html#readme",
"keywords": [
"hast",
"util",
"html"
],
"license": "MIT",
"name": "hast-util-to-html",
"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/hast-util-to-html.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js -s hastUtilToHTML > hast-util-to-html.js",
"build-mangle": "browserify index.js -p tinyify -s hastUtilToHTML > hast-util-to-html.min.js",
"format": "remark . -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"
},
"version": "4.0.1",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"guard-for-in": "off",
"eqeqeq": "off",
"no-eq-null": "off"
},
"ignores": [
"hast-util-to-html.js"
]
}
}