Files
rappaurio-sae501_502/app/node_modules/hyntax/package.json
2023-09-25 09:41:55 +02:00

90 lines
2.3 KiB
JSON

{
"_from": "hyntax@^1.1.9",
"_id": "hyntax@1.1.9",
"_inBundle": false,
"_integrity": "sha512-xjxyDLbVDdLgjPnl4NM+Iu6il3UPmk6PNCBXruQKeuKDc/HtaZx1hk1AtMgw3vsn9YnLZRfoBpPxYMXcoT5KAA==",
"_location": "/hyntax",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hyntax@^1.1.9",
"name": "hyntax",
"escapedName": "hyntax",
"rawSpec": "^1.1.9",
"saveSpec": null,
"fetchSpec": "^1.1.9"
},
"_requiredBy": [
"/wikijs"
],
"_resolved": "https://registry.npmjs.org/hyntax/-/hyntax-1.1.9.tgz",
"_shasum": "7fd69747d534dd87e342e1249d60175d93676a39",
"_spec": "hyntax@^1.1.9",
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/wikijs",
"author": {
"name": "Mykola Harmash",
"email": "mykola.harmash@gmail.com",
"url": "https://stse.io"
},
"bugs": {
"url": "https://github.com/mykolaharmash/hyntax/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Straightforward HTML parser for Node.js and browser",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"coveralls": "^3.0.5",
"deep-diff": "^0.3.8",
"eslint": "^7.8.1",
"nyc": "^15.1.0",
"remark": "^10.0.1",
"remark-toc": "^5.1.1",
"tap-spec": "^5.0.0",
"tape": "^4.11.0"
},
"engines": {
"node": ">=6.11.1",
"npm": ">=5.3.0"
},
"homepage": "https://github.com/mykolaharmash/hyntax",
"keywords": [
"html",
"parser",
"html5",
"html5 parser",
"htmlparser",
"html parser",
"html tree-constructor",
"html to JSON",
"html to AST",
"html tokenizer",
"tokenize",
"tokenizer",
"stream parsing",
"stream parser",
"typescript",
"types",
"node.js",
"node.js html parser"
],
"license": "MIT",
"main": "./index.js",
"name": "hyntax",
"private": false,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mykolaharmash/hyntax.git"
},
"scripts": {
"coverage": "nyc -x 'tests/**/*' npm test",
"generate-readme-toc": "./generate-toc.js",
"prepublishOnly": "babel index.js --out-file index.es5.js && babel lib --out-dir lib-es5",
"test": "tape ${TEST:-'./tests/**/*.test.js'} | tap-spec"
},
"version": "1.1.9"
}