1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- "domhandler@4.3.1",
- "F:\\cocorobo\\CocoRoboDesktop\\node"
- ]
- ],
- "_from": "domhandler@4.3.1",
- "_id": "domhandler@4.3.1",
- "_inBundle": false,
- "_integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
- "_location": "/domhandler",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "domhandler@4.3.1",
- "name": "domhandler",
- "escapedName": "domhandler",
- "rawSpec": "4.3.1",
- "saveSpec": null,
- "fetchSpec": "4.3.1"
- },
- "_requiredBy": [
- "/cheerio",
- "/cheerio-select",
- "/css-select",
- "/dom-serializer",
- "/domutils",
- "/htmlparser2"
- ],
- "_resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz",
- "_spec": "4.3.1",
- "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
- "author": {
- "name": "Felix Boehm",
- "email": "me@feedic.com"
- },
- "bugs": {
- "url": "https://github.com/fb55/domhandler/issues"
- },
- "dependencies": {
- "domelementtype": "^2.2.0"
- },
- "description": "Handler for htmlparser2 that turns pages into a dom",
- "devDependencies": {
- "@types/jest": "^27.4.1",
- "@types/node": "^17.0.21",
- "@typescript-eslint/eslint-plugin": "^5.15.0",
- "@typescript-eslint/parser": "^5.15.0",
- "eslint": "^8.11.0",
- "eslint-config-prettier": "^8.5.0",
- "htmlparser2": "^7.2.0",
- "jest": "^27.5.1",
- "prettier": "^2.6.0",
- "ts-jest": "^27.1.3",
- "typescript": "^4.6.2"
- },
- "engines": {
- "node": ">= 4"
- },
- "files": [
- "lib"
- ],
- "funding": {
- "url": "https://github.com/fb55/domhandler?sponsor=1"
- },
- "homepage": "https://github.com/fb55/domhandler#readme",
- "jest": {
- "preset": "ts-jest",
- "testEnvironment": "node"
- },
- "keywords": [
- "dom",
- "htmlparser2"
- ],
- "license": "BSD-2-Clause",
- "main": "lib/index.js",
- "name": "domhandler",
- "prettier": {
- "tabWidth": 4
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/fb55/domhandler.git"
- },
- "scripts": {
- "build": "tsc",
- "format": "prettier --write '**/*.{ts,md,json}'",
- "lint": "eslint src",
- "prepare": "npm run build",
- "test": "npm run test:jest && npm run lint",
- "test:jest": "jest"
- },
- "sideEffects": false,
- "types": "lib/index.d.ts",
- "version": "4.3.1"
- }
|