Changeset 59329aa for trip-planner-front/node_modules/@babel/code-frame
- 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/code-frame/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/code-frame", 3 "version": "7.15.8", 4 "description": "Generate errors that contain a code frame that point to source locations.", 5 "author": "The Babel Team (https://babel.dev/team)", 6 "homepage": "https://babel.dev/docs/en/next/babel-code-frame", 7 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen", 8 "license": "MIT", 9 "publishConfig": { 10 "access": "public" 2 "_args": [ 3 [ 4 "@babel/code-frame@7.15.8", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/code-frame@7.15.8", 10 "_id": "@babel/code-frame@7.15.8", 11 "_inBundle": false, 12 "_integrity": "sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==", 13 "_location": "/@babel/code-frame", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/code-frame@7.15.8", 19 "name": "@babel/code-frame", 20 "escapedName": "@babel%2fcode-frame", 21 "scope": "@babel", 22 "rawSpec": "7.15.8", 23 "saveSpec": null, 24 "fetchSpec": "7.15.8" 11 25 }, 12 "repository": { 13 "type": "git", 14 "url": "https://github.com/babel/babel.git", 15 "directory": "packages/babel-code-frame" 26 "_requiredBy": [ 27 "/@babel/core", 28 "/@babel/helper-function-name/@babel/template", 29 "/@babel/helper-module-transforms/@babel/template", 30 "/@babel/helper-wrap-function/@babel/template", 31 "/@babel/helpers/@babel/template", 32 "/@babel/template", 33 "/@babel/traverse", 34 "/parse-json" 35 ], 36 "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz", 37 "_spec": "7.15.8", 38 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 39 "author": { 40 "name": "The Babel Team", 41 "url": "https://babel.dev/team" 16 42 }, 17 "main": "./lib/index.js", 43 "bugs": { 44 "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen" 45 }, 18 46 "dependencies": { 19 47 "@babel/highlight": "^7.14.5" 20 48 }, 49 "description": "Generate errors that contain a code frame that point to source locations.", 21 50 "devDependencies": { 22 51 "@types/chalk": "^2.0.0", … … 26 55 "engines": { 27 56 "node": ">=6.9.0" 28 } 57 }, 58 "homepage": "https://babel.dev/docs/en/next/babel-code-frame", 59 "license": "MIT", 60 "main": "./lib/index.js", 61 "name": "@babel/code-frame", 62 "publishConfig": { 63 "access": "public" 64 }, 65 "repository": { 66 "type": "git", 67 "url": "git+https://github.com/babel/babel.git", 68 "directory": "packages/babel-code-frame" 69 }, 70 "version": "7.15.8" 29 71 }
Note:
See TracChangeset
for help on using the changeset viewer.