Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/template/package.json
r0c6b92a r79a0317 1 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", 2 49 "name": "@babel/template", 3 "version": "7.25.9",4 "description": "Generate an AST from a string template.",5 "author": "The Babel Team (https://babel.dev/team)",6 "homepage": "https://babel.dev/docs/en/next/babel-template",7 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen",8 "license": "MIT",9 50 "publishConfig": { 10 51 "access": "public" … … 12 53 "repository": { 13 54 "type": "git", 14 "url": " https://github.com/babel/babel.git",55 "url": "git+https://github.com/babel/babel.git", 15 56 "directory": "packages/babel-template" 16 57 }, 17 "main": "./lib/index.js", 18 "dependencies": { 19 "@babel/code-frame": "^7.25.9", 20 "@babel/parser": "^7.25.9", 21 "@babel/types": "^7.25.9" 22 }, 23 "engines": { 24 "node": ">=6.9.0" 25 }, 26 "type": "commonjs" 58 "type": "commonjs", 59 "version": "7.25.9" 27 60 }
Note:
See TracChangeset
for help on using the changeset viewer.