package.json 3.9 KB

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