package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-dynamic-import-node@2.3.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "babel-plugin-dynamic-import-node@2.3.3",
  9. "_id": "babel-plugin-dynamic-import-node@2.3.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
  12. "_location": "/babel-plugin-dynamic-import-node",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "babel-plugin-dynamic-import-node@2.3.3",
  18. "name": "babel-plugin-dynamic-import-node",
  19. "escapedName": "babel-plugin-dynamic-import-node",
  20. "rawSpec": "2.3.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.3"
  23. },
  24. "_requiredBy": [
  25. "/@babel/plugin-transform-modules-amd",
  26. "/@babel/plugin-transform-modules-commonjs",
  27. "/@babel/plugin-transform-modules-systemjs",
  28. "/documentation/@babel/plugin-transform-modules-amd",
  29. "/documentation/@babel/plugin-transform-modules-commonjs",
  30. "/documentation/@babel/plugin-transform-modules-systemjs"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
  33. "_spec": "2.3.3",
  34. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  35. "author": {
  36. "name": "Jordan Gensler",
  37. "email": "jordan.gensler@airbnb.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/airbnb/babel-plugin-dynamic-import-node/issues"
  41. },
  42. "dependencies": {
  43. "object.assign": "^4.1.0"
  44. },
  45. "description": "Babel plugin to transpile import() to a deferred require(), for node",
  46. "devDependencies": {
  47. "@babel/core": "^7.9.0",
  48. "@babel/plugin-external-helpers": "^7.8.3",
  49. "@babel/plugin-transform-template-literals": "^7.8.3",
  50. "@babel/preset-env": "^7.9.5",
  51. "airbnb-js-shims": "^2.2.1",
  52. "babel-cli": "^6.26.0",
  53. "babel-core": "^6.26.3",
  54. "babel-eslint": "^9.0.0",
  55. "babel-plugin-add-module-exports": "^0.2.1",
  56. "babel-plugin-external-helpers": "^6.22.0",
  57. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  58. "babel-plugin-transform-replace-object-assign": "^1.0.0",
  59. "babel-preset-airbnb": "^2.6.0",
  60. "babel-preset-es2015": "^6.24.1",
  61. "babel-register": "^6.26.0",
  62. "eslint": "^6.8.0",
  63. "eslint-config-airbnb-base": "^14.1.0",
  64. "eslint-plugin-import": "^2.20.2",
  65. "in-publish": "^2.0.1",
  66. "rimraf": "^2.7.1",
  67. "safe-publish-latest": "^1.1.4",
  68. "tape": "^5.0.0-next.5"
  69. },
  70. "directories": {
  71. "test": "test"
  72. },
  73. "homepage": "https://github.com/airbnb/babel-plugin-dynamic-import-node#readme",
  74. "keywords": [
  75. "babel",
  76. "plugin",
  77. "dynamic",
  78. "import",
  79. "node"
  80. ],
  81. "license": "MIT",
  82. "main": "lib/index.js",
  83. "name": "babel-plugin-dynamic-import-node",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/airbnb/babel-plugin-dynamic-import-node.git"
  87. },
  88. "scripts": {
  89. "build": "babel src --out-dir lib",
  90. "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
  91. "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
  92. "clean": "rimraf lib",
  93. "lint": "eslint .",
  94. "postversion": "git commit package.json CHANGELOG.md -m \"v$npm_package_version\" && npm run tag && git push && git push --tags",
  95. "prebuild": "npm run clean",
  96. "prepublish": "not-in-publish || (safe-publish-latest && npm run build)",
  97. "pretest": "npm run lint",
  98. "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
  99. "tag": "git tag v$npm_package_version",
  100. "test": "npm run tests-only",
  101. "tests-only": "tape --require airbnb-js-shims --require babel-register test",
  102. "version:major": "npm --no-git-tag-version version major",
  103. "version:minor": "npm --no-git-tag-version version minor",
  104. "version:patch": "npm --no-git-tag-version version patch"
  105. },
  106. "version": "2.3.3"
  107. }