Changeset 59329aa for trip-planner-front/node_modules/@babel/template
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/template/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "@babel/template@7.14.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/template@7.14.5", 10 "_id": "@babel/template@7.14.5", 11 "_inBundle": false, 12 "_integrity": "sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==", 13 "_location": "/@babel/template", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/template@7.14.5", 19 "name": "@babel/template", 20 "escapedName": "@babel%2ftemplate", 21 "scope": "@babel", 22 "rawSpec": "7.14.5", 23 "saveSpec": null, 24 "fetchSpec": "7.14.5" 25 }, 26 "_requiredBy": [ 27 "/@angular-devkit/build-angular", 28 "/@babel/core" 29 ], 30 "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.14.5.tgz", 31 "_spec": "7.14.5", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "The Babel Team", 35 "url": "https://babel.dev/team" 36 }, 37 "bugs": { 38 "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen" 39 }, 40 "dependencies": { 41 "@babel/code-frame": "^7.14.5", 42 "@babel/parser": "^7.14.5", 43 "@babel/types": "^7.14.5" 44 }, 45 "description": "Generate an AST from a string template.", 46 "engines": { 47 "node": ">=6.9.0" 48 }, 49 "homepage": "https://babel.dev/docs/en/next/babel-template", 50 "license": "MIT", 51 "main": "./lib/index.js", 2 52 "name": "@babel/template", 3 "version": "7.14.5",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 53 "publishConfig": { 10 54 "access": "public" … … 12 56 "repository": { 13 57 "type": "git", 14 "url": " https://github.com/babel/babel.git",58 "url": "git+https://github.com/babel/babel.git", 15 59 "directory": "packages/babel-template" 16 60 }, 17 "main": "./lib/index.js", 18 "dependencies": { 19 "@babel/code-frame": "^7.14.5", 20 "@babel/parser": "^7.14.5", 21 "@babel/types": "^7.14.5" 22 }, 23 "engines": { 24 "node": ">=6.9.0" 25 } 61 "version": "7.14.5" 26 62 }
Note:
See TracChangeset
for help on using the changeset viewer.