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

118 lines
3.2 KiB
JSON

{
"_from": "mdast-util-to-hast@^3.0.0",
"_id": "mdast-util-to-hast@3.0.4",
"_inBundle": false,
"_integrity": "sha512-/eIbly2YmyVgpJNo+bFLLMCI1XgolO/Ffowhf+pHDq3X4/V6FntC9sGQCDLM147eTS+uSXv5dRzJyFn+o0tazA==",
"_location": "/mdast-util-to-hast",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mdast-util-to-hast@^3.0.0",
"name": "mdast-util-to-hast",
"escapedName": "mdast-util-to-hast",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/gatsby-transformer-remark"
],
"_resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.4.tgz",
"_shasum": "132001b266031192348d3366a6b011f28e54dc40",
"_spec": "mdast-util-to-hast@^3.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": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/syntax-tree/mdast-util-to-hast/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
}
],
"dependencies": {
"collapse-white-space": "^1.0.0",
"detab": "^2.0.0",
"mdast-util-definitions": "^1.2.0",
"mdurl": "^1.0.1",
"trim": "0.0.1",
"trim-lines": "^1.0.0",
"unist-builder": "^1.0.1",
"unist-util-generated": "^1.1.0",
"unist-util-position": "^3.0.0",
"unist-util-visit": "^1.1.0",
"xtend": "^4.0.1"
},
"deprecated": false,
"description": "Transform mdast to hast",
"devDependencies": {
"browserify": "^16.0.0",
"nyc": "^13.0.0",
"prettier": "^1.13.3",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"xo": "^0.23.0"
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/syntax-tree/mdast-util-to-hast#readme",
"keywords": [
"mdast",
"util",
"hast"
],
"license": "MIT",
"name": "mdast-util-to-hast",
"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-hast.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js -s mdastUtilToHast > mdast-util-to-hast.js",
"build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.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/index.js"
},
"version": "3.0.4",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"no-var": "off",
"prefer-arrow-callback": "off",
"guard-for-in": "off"
},
"ignores": [
"mdast-util-to-hast.js"
]
}
}