package.json 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-dynamic-import-node@1.2.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-dynamic-import-node@1.2.0",
  10. "_id": "babel-plugin-dynamic-import-node@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yeDwKaLgGdTpXL7RgGt5r6T4LmnTza/hUn5Ul8uZSGGMtEjYo13Nxai7SQaGCTEzUtg9Zq9qJn0EjEr7SeSlTQ==",
  13. "_location": "/babel-plugin-dynamic-import-node",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-dynamic-import-node@1.2.0",
  19. "name": "babel-plugin-dynamic-import-node",
  20. "escapedName": "babel-plugin-dynamic-import-node",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  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. "babel-plugin-syntax-dynamic-import": "^6.18.0"
  40. },
  41. "description": "Babel plugin to transpile import() to a deferred require(), for node",
  42. "devDependencies": {
  43. "airbnb-js-shims": "^1.3.0",
  44. "babel-cli": "^6.26.0",
  45. "babel-core": "^6.26.0",
  46. "babel-eslint": "^7.2.3",
  47. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  48. "babel-preset-airbnb": "^2.4.0",
  49. "babel-preset-es2015": "^6.24.1",
  50. "babel-register": "^6.26.0",
  51. "chai": "^4.1.2",
  52. "eslint": "^4.11.0",
  53. "eslint-config-airbnb-base": "^12.1.0",
  54. "eslint-plugin-import": "^2.8.0",
  55. "in-publish": "^2.0.0",
  56. "mocha": "^3.5.3",
  57. "rimraf": "^2.6.2",
  58. "safe-publish-latest": "^1.1.1"
  59. },
  60. "directories": {
  61. "test": "test"
  62. },
  63. "homepage": "https://github.com/airbnb/babel-plugin-dynamic-import-node#readme",
  64. "keywords": [
  65. "babel",
  66. "plugin",
  67. "dynamic",
  68. "import",
  69. "node"
  70. ],
  71. "license": "MIT",
  72. "main": "lib/index.js",
  73. "name": "babel-plugin-dynamic-import-node",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/airbnb/babel-plugin-dynamic-import-node.git"
  77. },
  78. "scripts": {
  79. "build": "babel src --out-dir lib",
  80. "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)",
  81. "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",
  82. "clean": "rimraf lib",
  83. "lint": "eslint .",
  84. "postversion": "git commit package.json CHANGELOG.md -m \"v$npm_package_version\" && npm run tag && git push && git push --tags",
  85. "prebuild": "npm run clean",
  86. "prepublish": "not-in-publish || (safe-publish-latest && npm run build)",
  87. "pretest": "npm run lint",
  88. "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
  89. "tag": "git tag v$npm_package_version",
  90. "test": "npm run tests-only",
  91. "tests-only": "mocha",
  92. "version:major": "npm --no-git-tag-version version major",
  93. "version:minor": "npm --no-git-tag-version version minor",
  94. "version:patch": "npm --no-git-tag-version version patch"
  95. },
  96. "version": "1.2.0"
  97. }