You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
2.8 KiB

  1. {
  2. "_from": "node-html-parser",
  3. "_id": "node-html-parser@1.2.21",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6vDhgen6J332syN5HUmeT4FfBG7m6bFRrPN+FXY8Am7FGuVpsIxTASVbeoO5PF2IHbX2s+WEIudb1hgxOjllNQ==",
  6. "_location": "/node-html-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "node-html-parser",
  12. "name": "node-html-parser",
  13. "escapedName": "node-html-parser",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.2.21.tgz",
  23. "_shasum": "93b074d877007c7148d594968a642cd65d254daa",
  24. "_spec": "node-html-parser",
  25. "_where": "/home/alpcentaur/ProjektA/PermApp",
  26. "author": {
  27. "name": "Xiaoyi Shi",
  28. "email": "ashi009@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/taoqf/node-fast-html-parser/issues"
  32. },
  33. "bundleDependencies": false,
  34. "config": {
  35. "blanket": {
  36. "pattern": "./dist/index.js",
  37. "data-cover-never": [
  38. "node_modules"
  39. ]
  40. },
  41. "travis-cov": {
  42. "threshold": 70
  43. }
  44. },
  45. "contributors": [
  46. {
  47. "name": "taoqf",
  48. "email": "tao_qiufeng@126.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "he": "1.2.0"
  53. },
  54. "deprecated": false,
  55. "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
  56. "devDependencies": {
  57. "@types/entities": "latest",
  58. "@types/he": "latest",
  59. "@types/node": "latest",
  60. "@typescript-eslint/eslint-plugin": "latest",
  61. "@typescript-eslint/eslint-plugin-tslint": "latest",
  62. "@typescript-eslint/parser": "latest",
  63. "blanket": "latest",
  64. "del-cli": "latest",
  65. "eslint": "latest",
  66. "eslint-config-prettier": "latest",
  67. "eslint-plugin-import": "latest",
  68. "high5": "^1.0.0",
  69. "htmlparser": "^1.7.7",
  70. "htmlparser-benchmark": "^1.1.3",
  71. "htmlparser2": "^4.1.0",
  72. "mocha": "latest",
  73. "parse5": "^6.0.1",
  74. "should": "latest",
  75. "spec": "latest",
  76. "travis-cov": "latest",
  77. "typescript": "next"
  78. },
  79. "directories": {
  80. "test": "test"
  81. },
  82. "homepage": "https://github.com/taoqf/node-fast-html-parser",
  83. "keywords": [
  84. "fast html parser nodejs typescript"
  85. ],
  86. "license": "MIT",
  87. "main": "dist/index.js",
  88. "name": "node-html-parser",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/taoqf/node-fast-html-parser.git"
  92. },
  93. "scripts": {
  94. "build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:umd",
  95. "clean": "del-cli ./dist/",
  96. "dev": "tsc -w",
  97. "lint": "eslint ./src/*.ts ./src/**/*.ts",
  98. "pretest": "tsc -m commonjs",
  99. "test": "mocha",
  100. "ts:cjs": "tsc -m commonjs",
  101. "ts:umd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js"
  102. },
  103. "types": "dist/index.d.ts",
  104. "version": "1.2.21"
  105. }