package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-dynamic-import@7.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-syntax-dynamic-import@7.2.0",
  10. "_id": "@babel/plugin-syntax-dynamic-import@7.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-acFZ/69JmBIhYa2OvF5tH1XfhhI=",
  13. "_location": "/@babel/plugin-syntax-dynamic-import",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-syntax-dynamic-import@7.2.0",
  19. "name": "@babel/plugin-syntax-dynamic-import",
  20. "escapedName": "@babel%2fplugin-syntax-dynamic-import",
  21. "scope": "@babel",
  22. "rawSpec": "7.2.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.2.0"
  25. },
  26. "_requiredBy": [
  27. "/@vue/babel-preset-app"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-syntax-dynamic-import/download/@babel/plugin-syntax-dynamic-import-7.2.0.tgz",
  30. "_spec": "7.2.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "dependencies": {
  33. "@babel/helper-plugin-utils": "^7.0.0"
  34. },
  35. "description": "Allow parsing of import()",
  36. "devDependencies": {
  37. "@babel/core": "^7.2.0"
  38. },
  39. "keywords": [
  40. "babel-plugin"
  41. ],
  42. "license": "MIT",
  43. "main": "lib/index.js",
  44. "name": "@babel/plugin-syntax-dynamic-import",
  45. "peerDependencies": {
  46. "@babel/core": "^7.0.0-0"
  47. },
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import"
  54. },
  55. "version": "7.2.0"
  56. }