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

123 lines
3.1 KiB
JSON

{
"_from": "hastscript@^4.0.0",
"_id": "hastscript@4.1.0",
"_inBundle": false,
"_integrity": "sha512-bOTn9hEfzewvHyXdbYGKqOr/LOz+2zYhKbC17U2YAjd16mnjqB1BQ0nooM/RdMy/htVyli0NAznXiBtwDi1cmQ==",
"_location": "/hastscript",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hastscript@^4.0.0",
"name": "hastscript",
"escapedName": "hastscript",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/hast-util-from-parse5"
],
"_resolved": "https://registry.npmjs.org/hastscript/-/hastscript-4.1.0.tgz",
"_shasum": "ea5593fa6f6709101fc790ced818393ddaa045ce",
"_spec": "hastscript@^4.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/hast-util-from-parse5",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/syntax-tree/hastscript/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {
"comma-separated-tokens": "^1.0.0",
"hast-util-parse-selector": "^2.2.0",
"property-information": "^4.0.0",
"space-separated-tokens": "^1.0.0"
},
"deprecated": false,
"description": "Hyperscript compatible DSL for creating virtual HAST trees",
"devDependencies": {
"browserify": "^16.0.0",
"esmangle": "^1.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",
"xo": "^0.21.0"
},
"files": [
"index.js",
"factory.js",
"html.js",
"svg.js"
],
"homepage": "https://github.com/syntax-tree/hastscript#readme",
"keywords": [
"hast",
"rehype",
"vdom",
"virtual",
"dom",
"hyperscript",
"dsl",
"html"
],
"license": "MIT",
"name": "hastscript",
"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/hastscript.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js --bare -s hastscript > hastscript.js",
"build-mangle": "esmangle hastscript.js > hastscript.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": "4.1.0",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"no-self-compare": "off",
"guard-for-in": "off"
},
"ignores": [
"hastscript.js"
]
}
}