{ "_args": [ [ "node-html-parser@1.2.20", "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series" ] ], "_from": "node-html-parser@1.2.20", "_id": "node-html-parser@1.2.20", "_inBundle": false, "_integrity": "sha512-1fUpYjAducDrrBSE0etRUV1tM+wSFTudmrslMXuk35wL/L29E7e1CLQn4CNzFLnqtYpmDlWhkD6VUloyHA0dwA==", "_location": "/node-html-parser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "node-html-parser@1.2.20", "name": "node-html-parser", "escapedName": "node-html-parser", "rawSpec": "1.2.20", "saveSpec": null, "fetchSpec": "1.2.20" }, "_requiredBy": [ "/@nuxt/generator" ], "_resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.2.20.tgz", "_spec": "1.2.20", "_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series", "author": { "name": "Xiaoyi Shi", "email": "ashi009@gmail.com" }, "bugs": { "url": "https://github.com/taoqf/node-fast-html-parser/issues" }, "config": { "blanket": { "pattern": "./dist/index.js", "data-cover-never": [ "node_modules" ] }, "travis-cov": { "threshold": 70 } }, "contributors": [ { "name": "taoqf", "email": "tao_qiufeng@126.com" } ], "dependencies": { "he": "1.1.1" }, "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "devDependencies": { "@types/entities": "latest", "@types/he": "latest", "@types/node": "latest", "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/eslint-plugin-tslint": "latest", "@typescript-eslint/parser": "latest", "blanket": "latest", "del-cli": "latest", "eslint": "latest", "high5": "^1.0.0", "htmlparser": "^1.7.7", "htmlparser-benchmark": "^1.1.3", "htmlparser2": "^4.1.0", "libxmljs": "^0.19.7", "mocha": "latest", "parse5": "^6.0.0", "should": "latest", "spec": "latest", "travis-cov": "latest", "tslint": "^5.0.0", "typescript": "next" }, "directories": { "test": "test" }, "homepage": "https://github.com/taoqf/node-fast-html-parser", "keywords": [ "fast html parser nodejs typescript" ], "license": "MIT", "main": "dist/index.js", "name": "node-html-parser", "repository": { "type": "git", "url": "git+https://github.com/taoqf/node-fast-html-parser.git" }, "scripts": { "build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:umd", "clean": "del-cli ./dist/", "dev": "tsc -w", "lint": "eslint ./src/*.ts ./src/**/*.ts", "pretest": "tsc -m commonjs", "test": "mocha", "ts:cjs": "tsc -m commonjs", "ts:umd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js" }, "types": "dist/index.d.ts", "version": "1.2.20" }