package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "_args": [
  3. [
  4. "cheerio@1.0.0-rc.10",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  6. ]
  7. ],
  8. "_from": "cheerio@1.0.0-rc.10",
  9. "_id": "cheerio@1.0.0-rc.10",
  10. "_inBundle": false,
  11. "_integrity": "sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==",
  12. "_location": "/cheerio",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cheerio@1.0.0-rc.10",
  18. "name": "cheerio",
  19. "escapedName": "cheerio",
  20. "rawSpec": "1.0.0-rc.10",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0-rc.10"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/cheerio/-/cheerio-1.0.0-rc.10.tgz",
  28. "_spec": "1.0.0-rc.10",
  29. "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
  30. "author": {
  31. "name": "Matt Mueller",
  32. "email": "mattmuelle@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/cheeriojs/cheerio/issues"
  36. },
  37. "dependencies": {
  38. "cheerio-select": "^1.5.0",
  39. "dom-serializer": "^1.3.2",
  40. "domhandler": "^4.2.0",
  41. "htmlparser2": "^6.1.0",
  42. "parse5": "^6.0.1",
  43. "parse5-htmlparser2-tree-adapter": "^6.0.1",
  44. "tslib": "^2.2.0"
  45. },
  46. "description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server",
  47. "devDependencies": {
  48. "@octokit/graphql": "^4.6.2",
  49. "@types/benchmark": "^2.1.0",
  50. "@types/jest": "^26.0.23",
  51. "@types/jsdom": "^16.2.10",
  52. "@types/node": "^15.12.1",
  53. "@types/node-fetch": "^2.5.10",
  54. "@types/parse5": "^6.0.0",
  55. "@types/parse5-htmlparser2-tree-adapter": "^6.0.0",
  56. "@typescript-eslint/eslint-plugin": "^4.26.0",
  57. "@typescript-eslint/parser": "^4.26.0",
  58. "benchmark": "^2.1.4",
  59. "eslint": "^7.28.0",
  60. "eslint-config-prettier": "^8.3.0",
  61. "eslint-plugin-jest": "^24.3.6",
  62. "eslint-plugin-jsdoc": "^35.1.3",
  63. "eslint-plugin-node": "^11.1.0",
  64. "husky": "^4.3.8",
  65. "jest": "^27.0.4",
  66. "jquery": "^3.6.0",
  67. "jsdom": "^16.6.0",
  68. "lint-staged": "^11.0.0",
  69. "node-fetch": "^2.6.1",
  70. "prettier": "^2.3.1",
  71. "prettier-plugin-jsdoc": "0.3.22",
  72. "ts-jest": "^27.0.3",
  73. "ts-node": "^10.0.0",
  74. "typedoc": "^0.20.36",
  75. "typescript": "^4.2.4"
  76. },
  77. "engines": {
  78. "node": ">= 6"
  79. },
  80. "files": [
  81. "lib"
  82. ],
  83. "funding": "https://github.com/cheeriojs/cheerio?sponsor=1",
  84. "homepage": "https://cheerio.js.org/",
  85. "jest": {
  86. "preset": "ts-jest",
  87. "testEnvironment": "node",
  88. "testPathIgnorePatterns": [
  89. "/__fixtures__/"
  90. ]
  91. },
  92. "keywords": [
  93. "htmlparser",
  94. "jquery",
  95. "selector",
  96. "scraper",
  97. "parser",
  98. "html"
  99. ],
  100. "license": "MIT",
  101. "lint-staged": {
  102. "*.js": [
  103. "prettier --write",
  104. "npm run test:lint -- --fix"
  105. ],
  106. "*.{json,md,ts,yml}": [
  107. "prettier --write"
  108. ]
  109. },
  110. "main": "lib/index.js",
  111. "maintainers": [
  112. {
  113. "name": "Felix Boehm",
  114. "email": "me@feedic.com"
  115. }
  116. ],
  117. "name": "cheerio",
  118. "prettier": {
  119. "singleQuote": true,
  120. "tabWidth": 2,
  121. "tsdoc": true
  122. },
  123. "repository": {
  124. "type": "git",
  125. "url": "git://github.com/cheeriojs/cheerio.git"
  126. },
  127. "scripts": {
  128. "bench": "npm run benchmark",
  129. "benchmark": "ts-node benchmark/benchmark.ts --regex \"^(?!.*highmem)\"",
  130. "build": "tsc",
  131. "build:docs": "typedoc --hideGenerator src/index.ts",
  132. "format": "npm run format:es && npm run format:prettier",
  133. "format:es": "npm run lint:es -- --fix",
  134. "format:prettier": "npm run format:prettier:raw -- --write",
  135. "format:prettier:raw": "prettier \"**/*.{js,ts,md,json,yml}\" --ignore-path .gitignore",
  136. "lint": "npm run lint:es && npm run lint:prettier",
  137. "lint:es": "eslint --ignore-path .gitignore .",
  138. "lint:prettier": "npm run format:prettier:raw -- --check",
  139. "pre-commit": "lint-staged",
  140. "prepublishOnly": "npm run build",
  141. "test": "npm run lint && npm run test:jest",
  142. "test:jest": "jest",
  143. "test:jest:cov": "npm run test:jest -- --coverage",
  144. "update-sponsors": "ts-node scripts/fetch-sponsors.ts"
  145. },
  146. "types": "lib/index.d.ts",
  147. "version": "1.0.0-rc.10"
  148. }