package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-member-expression-to-functions@7.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-member-expression-to-functions@7.0.0",
  10. "_id": "@babel/helper-member-expression-to-functions@7.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jNFLCg33/wDwCefXpDaUX0fHoW8=",
  13. "_location": "/@babel/helper-member-expression-to-functions",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-member-expression-to-functions@7.0.0",
  19. "name": "@babel/helper-member-expression-to-functions",
  20. "escapedName": "@babel%2fhelper-member-expression-to-functions",
  21. "scope": "@babel",
  22. "rawSpec": "7.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.0.0"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-create-class-features-plugin",
  28. "/@babel/helper-replace-supers"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.0.0.tgz",
  31. "_spec": "7.0.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Justin Ridgewell",
  35. "email": "justin@ridgewell.name"
  36. },
  37. "dependencies": {
  38. "@babel/types": "^7.0.0"
  39. },
  40. "description": "Helper function to replace certain member expressions with function calls",
  41. "license": "MIT",
  42. "main": "lib/index.js",
  43. "name": "@babel/helper-member-expression-to-functions",
  44. "repository": {
  45. "type": "git",
  46. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions"
  47. },
  48. "version": "7.0.0"
  49. }