1 | {
|
---|
2 | "_from": "@babel/template@^7.25.9",
|
---|
3 | "_id": "@babel/template@7.25.9",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==",
|
---|
6 | "_location": "/@babel/template",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "@babel/template@^7.25.9",
|
---|
12 | "name": "@babel/template",
|
---|
13 | "escapedName": "@babel%2ftemplate",
|
---|
14 | "scope": "@babel",
|
---|
15 | "rawSpec": "^7.25.9",
|
---|
16 | "saveSpec": null,
|
---|
17 | "fetchSpec": "^7.25.9"
|
---|
18 | },
|
---|
19 | "_requiredBy": [
|
---|
20 | "/@babel/core",
|
---|
21 | "/@babel/helpers",
|
---|
22 | "/@babel/traverse"
|
---|
23 | ],
|
---|
24 | "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz",
|
---|
25 | "_shasum": "ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016",
|
---|
26 | "_spec": "@babel/template@^7.25.9",
|
---|
27 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core",
|
---|
28 | "author": {
|
---|
29 | "name": "The Babel Team",
|
---|
30 | "url": "https://babel.dev/team"
|
---|
31 | },
|
---|
32 | "bugs": {
|
---|
33 | "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
|
---|
34 | },
|
---|
35 | "bundleDependencies": false,
|
---|
36 | "dependencies": {
|
---|
37 | "@babel/code-frame": "^7.25.9",
|
---|
38 | "@babel/parser": "^7.25.9",
|
---|
39 | "@babel/types": "^7.25.9"
|
---|
40 | },
|
---|
41 | "deprecated": false,
|
---|
42 | "description": "Generate an AST from a string template.",
|
---|
43 | "engines": {
|
---|
44 | "node": ">=6.9.0"
|
---|
45 | },
|
---|
46 | "homepage": "https://babel.dev/docs/en/next/babel-template",
|
---|
47 | "license": "MIT",
|
---|
48 | "main": "./lib/index.js",
|
---|
49 | "name": "@babel/template",
|
---|
50 | "publishConfig": {
|
---|
51 | "access": "public"
|
---|
52 | },
|
---|
53 | "repository": {
|
---|
54 | "type": "git",
|
---|
55 | "url": "git+https://github.com/babel/babel.git",
|
---|
56 | "directory": "packages/babel-template"
|
---|
57 | },
|
---|
58 | "type": "commonjs",
|
---|
59 | "version": "7.25.9"
|
---|
60 | }
|
---|