package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-jsx-event-modifiers@2.0.5",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-jsx-event-modifiers@2.0.5",
  10. "_id": "babel-plugin-jsx-event-modifiers@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-tWGnCk0whZ+nZcj9tYLw4+y08tPJXqaEjIxRJZS6DkUUae72Kz4BsoGpxt/Kow7mmgQJpvFCw8IPLSNh5rkZCg==",
  13. "_location": "/babel-plugin-jsx-event-modifiers",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-jsx-event-modifiers@2.0.5",
  19. "name": "babel-plugin-jsx-event-modifiers",
  20. "escapedName": "babel-plugin-jsx-event-modifiers",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/babel-preset-vue"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/babel-plugin-jsx-event-modifiers/-/babel-plugin-jsx-event-modifiers-2.0.5.tgz",
  29. "_spec": "2.0.5",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Nicolai Moraru",
  33. "email": "dot.nick.dot.messing@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/nickmessing/babel-plugin-jsx-event-modifiers/issues"
  37. },
  38. "description": "JSX Syntactic Sugar Plugin for Event Modifiers",
  39. "devDependencies": {
  40. "ava": "^0.22.0",
  41. "babel-core": "^6.26.0",
  42. "babel-plugin-istanbul": "^4.1.4",
  43. "babel-plugin-syntax-jsx": "^6.18.0",
  44. "babel-preset-env": "^1.6.0",
  45. "eslint": "^4.5.0",
  46. "eslint-config-prettier": "^2.3.0",
  47. "eslint-config-standard": "^10.2.1",
  48. "eslint-plugin-import": "^2.7.0",
  49. "eslint-plugin-node": "^5.1.1",
  50. "eslint-plugin-promise": "^3.5.0",
  51. "eslint-plugin-standard": "^3.0.1",
  52. "nyc": "^11.1.0",
  53. "prettier": "^1.5.3",
  54. "rollup": "^0.47.6",
  55. "rollup-plugin-babel": "^3.0.2"
  56. },
  57. "files": [
  58. "dist"
  59. ],
  60. "homepage": "https://github.com/nickmessing/babel-plugin-jsx-event-modifiers#readme",
  61. "license": "MIT",
  62. "main": "dist/bundle.js",
  63. "name": "babel-plugin-jsx-event-modifiers",
  64. "nyc": {
  65. "include": [
  66. "src"
  67. ]
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/nickmessing/babel-plugin-jsx-event-modifiers.git"
  72. },
  73. "scripts": {
  74. "build": "rollup --config build.js",
  75. "lint": "eslint .",
  76. "prepare": "npm run build",
  77. "pretest": "NODE_ENV=test npm run build",
  78. "test": "nyc --reporter=html --reporter=text ava"
  79. },
  80. "version": "2.0.5"
  81. }