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

117
node_modules/hast-util-to-parse5/package.json generated vendored Normal file
View File

@ -0,0 +1,117 @@
{
"_from": "hast-util-to-parse5@^4.0.1",
"_id": "hast-util-to-parse5@4.0.1",
"_inBundle": false,
"_integrity": "sha512-U/61W+fsNfBpCyJBB5Pt3l5ypIfgXqEyW9pyrtxF7XrqDJHzcFrYpnC94d0JDYjvobLpYCzcU9srhMRPEO1YXw==",
"_location": "/hast-util-to-parse5",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hast-util-to-parse5@^4.0.1",
"name": "hast-util-to-parse5",
"escapedName": "hast-util-to-parse5",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/hast-util-raw"
],
"_resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-4.0.1.tgz",
"_shasum": "e52534b4bf40dc4e7d0428fcaf6d32bc75c62ee5",
"_spec": "hast-util-to-parse5@^4.0.1",
"_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-to-parse5/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {
"hast-to-hyperscript": "^5.0.0",
"property-information": "^4.0.0",
"web-namespaces": "^1.0.0",
"xtend": "^4.0.1",
"zwitch": "^1.0.0"
},
"deprecated": false,
"description": "Transform HAST to Parse5s AST",
"devDependencies": {
"browserify": "^16.0.0",
"json-stringify-safe": "^5.0.1",
"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",
"xo": "^0.21.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/syntax-tree/hast-util-to-parse5#readme",
"keywords": [
"hast",
"parse5",
"ast",
"utility"
],
"license": "MIT",
"name": "hast-util-to-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-to-parse5.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js -s hastUtilToParse5 > hast-util-to-parse5.js",
"build-mangle": "browserify index.js -p tinyify -s hastUtilToParse5 > hast-util-to-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.1",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"guard-for-in": "off"
},
"ignores": [
"hast-util-to-parse5.js"
]
}
}