package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-wrap-function@7.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-wrap-function@7.2.0",
  10. "_id": "@babel/helper-wrap-function@7.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-xOABJEV2nigVtVKW6tQ6lYVJ9vo=",
  13. "_location": "/@babel/helper-wrap-function",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-wrap-function@7.2.0",
  19. "name": "@babel/helper-wrap-function",
  20. "escapedName": "@babel%2fhelper-wrap-function",
  21. "scope": "@babel",
  22. "rawSpec": "7.2.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.2.0"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-remap-async-to-generator"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.2.0.tgz",
  30. "_spec": "7.2.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "dependencies": {
  33. "@babel/helper-function-name": "^7.1.0",
  34. "@babel/template": "^7.1.0",
  35. "@babel/traverse": "^7.1.0",
  36. "@babel/types": "^7.2.0"
  37. },
  38. "description": "Helper to wrap functions inside a function call.",
  39. "license": "MIT",
  40. "main": "lib/index.js",
  41. "name": "@babel/helper-wrap-function",
  42. "publishConfig": {
  43. "access": "public"
  44. },
  45. "repository": {
  46. "type": "git",
  47. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function"
  48. },
  49. "version": "7.2.0"
  50. }