package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "_from": "@babel/helper-wrap-function@^7.1.0",
  3. "_id": "@babel/helper-wrap-function@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==",
  6. "_location": "/@babel/helper-wrap-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-wrap-function@^7.1.0",
  12. "name": "@babel/helper-wrap-function",
  13. "escapedName": "@babel%2fhelper-wrap-function",
  14. "scope": "@babel",
  15. "rawSpec": "^7.1.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.1.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-remap-async-to-generator"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz",
  23. "_shasum": "c4e0012445769e2815b55296ead43a958549f6fa",
  24. "_spec": "@babel/helper-wrap-function@^7.1.0",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/helper-remap-async-to-generator",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/helper-function-name": "^7.1.0",
  29. "@babel/template": "^7.1.0",
  30. "@babel/traverse": "^7.1.0",
  31. "@babel/types": "^7.2.0"
  32. },
  33. "deprecated": false,
  34. "description": "Helper to wrap functions inside a function call.",
  35. "license": "MIT",
  36. "main": "lib/index.js",
  37. "name": "@babel/helper-wrap-function",
  38. "publishConfig": {
  39. "access": "public"
  40. },
  41. "repository": {
  42. "type": "git",
  43. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function"
  44. },
  45. "version": "7.2.0"
  46. }