package.json 1.6 KB

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