Extract and set form values through the DOM—no frameworks required! https://github.com/TheoryOfNekomata/formxtra
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

79 wiersze
1.9 KiB

  1. {
  2. "name": "@theoryofnekomata/formxtra",
  3. "version": "1.0.0",
  4. "files": [
  5. "dist",
  6. "src"
  7. ],
  8. "publishing": {
  9. "github": {
  10. "repository": "https://github.com/TheoryOfNekomata/formxtra.git",
  11. "publishConfig": {
  12. "registry": "https://npm.pkg.github.com"
  13. }
  14. },
  15. "master": {
  16. "repository": "https://code.modal.sh/TheoryOfNekomata/formxtra.git",
  17. "publishConfig": {
  18. "registry": "https://js.pack.modal.sh"
  19. }
  20. },
  21. "npm": {
  22. "publishConfig": {
  23. "registry": "https://registry.npmjs.com"
  24. }
  25. }
  26. },
  27. "engines": {
  28. "node": ">=10"
  29. },
  30. "license": "MIT",
  31. "keywords": [
  32. "form",
  33. "value",
  34. "utility"
  35. ],
  36. "devDependencies": {
  37. "@types/jsdom": "^21.1.0",
  38. "@types/node": "^18.14.1",
  39. "cypress": "^7.2.0",
  40. "cypress-file-upload": "^5.0.7",
  41. "cypress-jest-adapter": "^0.1.1",
  42. "eslint": "^8.35.0",
  43. "eslint-config-lxsmnsyc": "^0.4.8",
  44. "husky": "^6.0.0",
  45. "jsdom": "^21.1.0",
  46. "pridepack": "2.4.1",
  47. "tslib": "^2.5.0",
  48. "typescript": "^4.9.5",
  49. "vitest": "^0.29.2"
  50. },
  51. "scripts": {
  52. "prepublishOnly": "pridepack clean && pridepack build",
  53. "build": "pridepack build",
  54. "type-check": "pridepack check",
  55. "lint": "pridepack lint",
  56. "clean": "pridepack clean",
  57. "watch": "pridepack watch",
  58. "start": "pridepack start",
  59. "dev": "pridepack dev",
  60. "test:jsdom": "vitest",
  61. "test:cypress": "cypress run",
  62. "test:cpanel": "cypress open"
  63. },
  64. "private": false,
  65. "description": "Extract and set form values through the DOM.",
  66. "repository": {
  67. "url": "https://code.modal.sh/TheoryOfNekomata/formxtra.git",
  68. "type": "git"
  69. },
  70. "homepage": "https://code.modal.sh/TheoryOfNekomata/formxtra",
  71. "bugs": {
  72. "url": "https://code.modal.sh/TheoryOfNekomata/formxtra/issues"
  73. },
  74. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  75. "publishConfig": {
  76. "access": "public"
  77. }
  78. }