[d565449] | 1 | {
|
---|
[79a0317] | 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"
|
---|
[d565449] | 18 | },
|
---|
[79a0317] | 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"
|
---|
[d565449] | 31 | },
|
---|
[79a0317] | 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,
|
---|
[d565449] | 36 | "dependencies": {
|
---|
[0c6b92a] | 37 | "@babel/code-frame": "^7.25.9",
|
---|
| 38 | "@babel/parser": "^7.25.9",
|
---|
| 39 | "@babel/types": "^7.25.9"
|
---|
[d565449] | 40 | },
|
---|
[79a0317] | 41 | "deprecated": false,
|
---|
| 42 | "description": "Generate an AST from a string template.",
|
---|
[d565449] | 43 | "engines": {
|
---|
| 44 | "node": ">=6.9.0"
|
---|
| 45 | },
|
---|
[79a0317] | 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 | }
|
---|