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

135 lines
3.6 KiB
JSON

{
"_from": "hast-to-hyperscript@^5.0.0",
"_id": "hast-to-hyperscript@5.0.0",
"_inBundle": false,
"_integrity": "sha512-DLl3eYTz8uwwzEubDUdCChsR5t5b2ne+yvHrA2h58Suq/JnN3+Gsb9Tc4iZoCCsykmFUc6UUpwxTmQXs0akSeg==",
"_location": "/hast-to-hyperscript",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hast-to-hyperscript@^5.0.0",
"name": "hast-to-hyperscript",
"escapedName": "hast-to-hyperscript",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/hast-util-to-parse5"
],
"_resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-5.0.0.tgz",
"_shasum": "5106cbba78edb7c95e2e8a49079371eb196c1ced",
"_spec": "hast-to-hyperscript@^5.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/hast-util-to-parse5",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/syntax-tree/hast-to-hyperscript/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
{
"name": "Jannis Redmann",
"email": "mail@jannisr.de"
},
{
"name": "Koto Hajime",
"email": "toxictoxer@gmail.com"
}
],
"dependencies": {
"comma-separated-tokens": "^1.0.0",
"property-information": "^4.0.0",
"space-separated-tokens": "^1.0.0",
"style-to-object": "^0.2.1",
"unist-util-is": "^2.0.0",
"web-namespaces": "^1.1.2"
},
"deprecated": false,
"description": "Transform HAST to something else through a hyperscript DSL",
"devDependencies": {
"browserify": "^16.0.0",
"hyperscript": "^2.0.2",
"nyc": "^12.0.0",
"prettier": "^1.13.5",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"rehype": "^5.0.0",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"unist-builder": "^1.0.1",
"vdom-to-html": "^2.3.1",
"virtual-dom": "^2.1.1",
"xo": "^0.21.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/syntax-tree/hast-to-hyperscript#readme",
"keywords": [
"hast",
"rehype",
"vdom",
"virtual",
"dom",
"hyperscript",
"dsl",
"html"
],
"license": "MIT",
"name": "hast-to-hyperscript",
"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-to-hyperscript.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
"build-mangle": "browserify index.js -p tinyify -s hastToHyperscript > hast-to-hyperscript.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.js"
},
"version": "5.0.0",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"unicorn/prefer-type-error": "off",
"guard-for-in": "off",
"no-self-compare": "off"
}
}
}