package.json 3.8 KB

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