package.json 3.9 KB

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