package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "@babel/template@^7.4.4",
  3. "_id": "@babel/[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==",
  6. "_location": "/@babel/template",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/template@^7.4.4",
  12. "name": "@babel/template",
  13. "escapedName": "@babel%2ftemplate",
  14. "scope": "@babel",
  15. "rawSpec": "^7.4.4",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.4.4"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helper-function-name",
  22. "/@babel/helpers"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz",
  25. "_shasum": "f4b88d1225689a08f5bc3a17483545be9e4ed237",
  26. "_spec": "@babel/template@^7.4.4",
  27. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/core",
  28. "author": {
  29. "name": "Sebastian McKenzie",
  30. "email": "[email protected]"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@babel/code-frame": "^7.0.0",
  35. "@babel/parser": "^7.4.4",
  36. "@babel/types": "^7.4.4"
  37. },
  38. "deprecated": false,
  39. "description": "Generate an AST from a string template.",
  40. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
  41. "homepage": "https://babeljs.io/",
  42. "license": "MIT",
  43. "main": "lib/index.js",
  44. "name": "@babel/template",
  45. "publishConfig": {
  46. "access": "public"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": "https://github.com/babel/babel/tree/master/packages/babel-template"
  51. },
  52. "version": "7.4.4"
  53. }