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.

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "domelementtype@^2.0.1",
  3. "_id": "domelementtype@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==",
  6. "_location": "/dom-serializer/domelementtype",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "domelementtype@^2.0.1",
  12. "name": "domelementtype",
  13. "escapedName": "domelementtype",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/dom-serializer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz",
  22. "_shasum": "1f8bdfe91f5a78063274e803b4bdcedf6e94f94d",
  23. "_spec": "domelementtype@^2.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\dom-serializer",
  25. "author": {
  26. "name": "Felix Boehm",
  27. "email": "me@feedic.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/fb55/domelementtype/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "all the types of nodes in htmlparser2's dom",
  35. "devDependencies": {
  36. "@typescript-eslint/eslint-plugin": "^1.13.0",
  37. "@typescript-eslint/parser": "^1.13.0",
  38. "eslint": "^6.1.0",
  39. "eslint-config-prettier": "^6.0.0",
  40. "prettier": "^1.18.2",
  41. "typescript": "^3.5.3"
  42. },
  43. "files": [
  44. "lib/**/*"
  45. ],
  46. "homepage": "https://github.com/fb55/domelementtype#readme",
  47. "keywords": [
  48. "dom",
  49. "htmlparser2"
  50. ],
  51. "license": "BSD-2-Clause",
  52. "main": "lib/index.js",
  53. "name": "domelementtype",
  54. "prettier": {
  55. "tabWidth": 4
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/fb55/domelementtype.git"
  60. },
  61. "scripts": {
  62. "build": "tsc",
  63. "format": "prettier --write **/*.{ts,json,md}",
  64. "lint": "eslint **/*.ts",
  65. "prepare": "npm run build",
  66. "test": "npm run lint && prettier --check **/*.{ts,json,md}"
  67. },
  68. "types": "lib/index.d.ts",
  69. "version": "2.0.1"
  70. }