package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "@babel/template@^7.4.0",
  3. "_id": "@babel/template@7.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SOWwxxClTTh5NdbbYZ0BmaBVzxzTh2tO/TeLTbF6MO6EzVhHTnff8CdBXx3mEtazFBoysmEM6GU/wF+SuSx4Fw==",
  6. "_location": "/@babel/template",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/template@^7.4.0",
  12. "name": "@babel/template",
  13. "escapedName": "@babel%2ftemplate",
  14. "scope": "@babel",
  15. "rawSpec": "^7.4.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.4.0"
  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.0.tgz",
  25. "_shasum": "12474e9c077bae585c5d835a95c0b0b790c25c8b",
  26. "_spec": "@babel/template@^7.4.0",
  27. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/core",
  28. "author": {
  29. "name": "Sebastian McKenzie",
  30. "email": "sebmck@gmail.com"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@babel/code-frame": "^7.0.0",
  35. "@babel/parser": "^7.4.0",
  36. "@babel/types": "^7.4.0"
  37. },
  38. "deprecated": false,
  39. "description": "Generate an AST from a string template.",
  40. "gitHead": "f1328fb913b5a93d54dfc6e3728b1f56c8f4a804",
  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.0"
  53. }