mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
98 lines
2.8 KiB
JSON
98 lines
2.8 KiB
JSON
{
|
|
"_from": "domutils@^2.4.4",
|
|
"_id": "domutils@2.4.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-jBC0vOsECI4OMdD0GC9mGn7NXPLb+Qt6KW1YDQzeQYRUFKmNG8lh7mO5HiELfr+lLQE7loDVI4QcAxV80HS+RA==",
|
|
"_location": "/domutils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "domutils@^2.4.4",
|
|
"name": "domutils",
|
|
"escapedName": "domutils",
|
|
"rawSpec": "^2.4.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.4.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/htmlparser2"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/domutils/-/domutils-2.4.4.tgz",
|
|
"_shasum": "282739c4b150d022d34699797369aad8d19bbbd3",
|
|
"_spec": "domutils@^2.4.4",
|
|
"_where": "/home/zignd/hack/html-css-class-completion/node_modules/htmlparser2",
|
|
"author": {
|
|
"name": "Felix Boehm",
|
|
"email": "me@feedic.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fb55/domutils/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"dom-serializer": "^1.0.1",
|
|
"domelementtype": "^2.0.1",
|
|
"domhandler": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Utilities for working with htmlparser2's dom",
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.0",
|
|
"@types/node": "^14.0.5",
|
|
"@typescript-eslint/eslint-plugin": "^4.1.0",
|
|
"@typescript-eslint/parser": "^4.1.0",
|
|
"coveralls": "^3.0.5",
|
|
"eslint": "^7.0.0",
|
|
"eslint-config-prettier": "^7.0.0",
|
|
"eslint-plugin-jsdoc": "^30.6.3",
|
|
"htmlparser2": "~5.0.0",
|
|
"jest": "^26.0.1",
|
|
"prettier": "^2.0.5",
|
|
"ts-jest": "^26.0.0",
|
|
"typedoc": "^0.19.1",
|
|
"typedoc-plugin-markdown": "^3.0.2",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"funding": "https://github.com/fb55/domutils?sponsor=1",
|
|
"homepage": "https://github.com/fb55/domutils#readme",
|
|
"jest": {
|
|
"preset": "ts-jest",
|
|
"testEnvironment": "node"
|
|
},
|
|
"keywords": [
|
|
"dom",
|
|
"htmlparser2"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "lib/index.js",
|
|
"name": "domutils",
|
|
"prettier": {
|
|
"tabWidth": 4
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fb55/domutils.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"coverage": "cat coverage/lcov.info | coveralls",
|
|
"format": "npm run format:es && npm run format:prettier",
|
|
"format:es": "npm run lint:es -- --fix",
|
|
"format:prettier": "npm run prettier -- --write",
|
|
"lint": "npm run lint:es && npm run lint:prettier",
|
|
"lint:es": "eslint .",
|
|
"lint:prettier": "npm run prettier -- --check",
|
|
"prepare": "npm run build",
|
|
"prettier": "prettier '**/*.{ts,md,json,yml}'",
|
|
"test": "jest --coverage && npm run lint",
|
|
"update-docs": "typedoc --out docs --exclude src/index.ts --readme none --excludeNotExported --excludePrivate --excludeProtected --excludeExternals --hideGenerator"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "lib/index.d.ts",
|
|
"version": "2.4.4"
|
|
}
|