package.json 4.0 KB

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