package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-dynamic-import@7.2.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  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": "http://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/apple/tmp/ok/vue_cli_default",
  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. }