package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "@babel/helpers@^7.4.0",
  3. "_id": "@babel/helpers@7.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gQR1eQeroDzFBikhrCccm5Gs2xBjZ57DNjGbqTaHo911IpmSxflOQWMAHPw/TXk8L3isv7s9lYzUkexOeTQUYg==",
  6. "_location": "/@babel/helpers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helpers@^7.4.0",
  12. "name": "@babel/helpers",
  13. "escapedName": "@babel%2fhelpers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.4.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.4.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.4.2.tgz",
  23. "_shasum": "3bdfa46a552ca77ef5a0f8551be5f0845ae989be",
  24. "_spec": "@babel/helpers@^7.4.0",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/core",
  26. "author": {
  27. "name": "Sebastian McKenzie",
  28. "email": "sebmck@gmail.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/template": "^7.4.0",
  33. "@babel/traverse": "^7.4.0",
  34. "@babel/types": "^7.4.0"
  35. },
  36. "deprecated": false,
  37. "description": "Collection of helper functions used by Babel transforms.",
  38. "devDependencies": {
  39. "@babel/helper-plugin-test-runner": "^7.0.0"
  40. },
  41. "gitHead": "7dea0f23de51af336a2fab0286a73af30cddf3be",
  42. "homepage": "https://babeljs.io/",
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/helpers",
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/babel/babel/tree/master/packages/babel-helpers"
  52. },
  53. "version": "7.4.2"
  54. }