package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@babel/template@7.16.7",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/template@7.16.7",
  10. "_id": "@babel/template@7.16.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
  13. "_location": "/@babel/template",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/template@7.16.7",
  19. "name": "@babel/template",
  20. "escapedName": "@babel%2ftemplate",
  21. "scope": "@babel",
  22. "rawSpec": "7.16.7",
  23. "saveSpec": null,
  24. "fetchSpec": "7.16.7"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/helper-function-name",
  29. "/@babel/helper-module-transforms",
  30. "/@babel/helper-wrap-function",
  31. "/@babel/helpers"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.16.7.tgz",
  34. "_spec": "7.16.7",
  35. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  36. "author": {
  37. "name": "The Babel Team",
  38. "url": "https://babel.dev/team"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
  42. },
  43. "dependencies": {
  44. "@babel/code-frame": "^7.16.7",
  45. "@babel/parser": "^7.16.7",
  46. "@babel/types": "^7.16.7"
  47. },
  48. "description": "Generate an AST from a string template.",
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "homepage": "https://babel.dev/docs/en/next/babel-template",
  53. "license": "MIT",
  54. "main": "./lib/index.js",
  55. "name": "@babel/template",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/babel/babel.git",
  62. "directory": "packages/babel-template"
  63. },
  64. "version": "7.16.7"
  65. }