Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "babel-plugin-dynamic-import-node@^2.3.0",
  3. "_id": "babel-plugin-dynamic-import-node@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==",
  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.0",
  12. "name": "babel-plugin-dynamic-import-node",
  13. "escapedName": "babel-plugin-dynamic-import-node",
  14. "rawSpec": "^2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.0"
  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.0.tgz",
  24. "_shasum": "f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f",
  25. "_spec": "babel-plugin-dynamic-import-node@^2.3.0",
  26. "_where": "/var/www/html/mdch.sipadu/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. "airbnb-js-shims": "^2.2.0",
  42. "babel-cli": "^6.26.0",
  43. "babel-core": "^6.26.3",
  44. "babel-eslint": "^9.0.0",
  45. "babel-plugin-add-module-exports": "^0.2.1",
  46. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  47. "babel-plugin-transform-replace-object-assign": "^1.0.0",
  48. "babel-preset-airbnb": "^2.6.0",
  49. "babel-preset-es2015": "^6.24.1",
  50. "babel-register": "^6.26.0",
  51. "eslint": "^5.16.0",
  52. "eslint-config-airbnb-base": "^13.1.0",
  53. "eslint-plugin-import": "^2.17.3",
  54. "in-publish": "^2.0.0",
  55. "rimraf": "^2.6.3",
  56. "safe-publish-latest": "^1.1.2",
  57. "tape": "^4.10.2"
  58. },
  59. "directories": {
  60. "test": "test"
  61. },
  62. "homepage": "https://github.com/airbnb/babel-plugin-dynamic-import-node#readme",
  63. "keywords": [
  64. "babel",
  65. "plugin",
  66. "dynamic",
  67. "import",
  68. "node"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/index.js",
  72. "name": "babel-plugin-dynamic-import-node",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/airbnb/babel-plugin-dynamic-import-node.git"
  76. },
  77. "scripts": {
  78. "build": "babel src --out-dir lib",
  79. "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)",
  80. "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",
  81. "clean": "rimraf lib",
  82. "lint": "eslint .",
  83. "postversion": "git commit package.json CHANGELOG.md -m \"v$npm_package_version\" && npm run tag && git push && git push --tags",
  84. "prebuild": "npm run clean",
  85. "prepublish": "not-in-publish || (safe-publish-latest && npm run build)",
  86. "pretest": "npm run lint",
  87. "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
  88. "tag": "git tag v$npm_package_version",
  89. "test": "npm run tests-only",
  90. "tests-only": "tape --require airbnb-js-shims --require babel-register test",
  91. "version:major": "npm --no-git-tag-version version major",
  92. "version:minor": "npm --no-git-tag-version version minor",
  93. "version:patch": "npm --no-git-tag-version version patch"
  94. },
  95. "version": "2.3.0"
  96. }