WIP - add extractor, generate snippet_data

This commit is contained in:
Stefan Fejes
2019-08-20 15:52:05 +02:00
parent 88084d3d30
commit cc8f1d8a7a
37396 changed files with 4588842 additions and 133 deletions

121
node_modules/hast-util-from-parse5/package.json generated vendored Normal file
View File

@ -0,0 +1,121 @@
{
"_from": "hast-util-from-parse5@^4.0.2",
"_id": "hast-util-from-parse5@4.0.2",
"_inBundle": false,
"_integrity": "sha512-I6dtjsGtDqz4fmGSiFClFyiXdKhj5bPceS6intta7k/VDuiKz9P61C6hO6WMiNNmEm1b/EtBH8f+juvz4o0uwQ==",
"_location": "/hast-util-from-parse5",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hast-util-from-parse5@^4.0.2",
"name": "hast-util-from-parse5",
"escapedName": "hast-util-from-parse5",
"rawSpec": "^4.0.2",
"saveSpec": null,
"fetchSpec": "^4.0.2"
},
"_requiredBy": [
"/hast-util-raw"
],
"_resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-4.0.2.tgz",
"_shasum": "b7164a7ffc88da4f751dc7c2f801ff8d7c143bab",
"_spec": "hast-util-from-parse5@^4.0.2",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/hast-util-raw",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/syntax-tree/hast-util-from-parse5/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {
"ccount": "^1.0.3",
"hastscript": "^4.0.0",
"property-information": "^4.0.0",
"web-namespaces": "^1.1.2",
"xtend": "^4.0.1"
},
"deprecated": false,
"description": "Transform Parse5s AST to HAST",
"devDependencies": {
"browserify": "^16.0.0",
"esmangle": "^1.0.1",
"is-hidden": "^1.1.0",
"not": "^0.1.0",
"nyc": "^12.0.0",
"parse5": "^5.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",
"to-vfile": "^5.0.0",
"unist-util-visit": "^1.1.3",
"xo": "^0.21.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/syntax-tree/hast-util-from-parse5#readme",
"keywords": [
"parse5",
"ast",
"hast",
"utility"
],
"license": "MIT",
"name": "hast-util-from-parse5",
"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-from-parse5.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js",
"build-mangle": "browserify index.js -p tinyify -s hastUtilFromParse5 > hast-util-from-parse5.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.2",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"guard-for-in": "off"
},
"ignores": [
"hast-util-from-parse5.js"
]
}
}