- 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/highlight/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/highlight", 3 "version": "7.14.5", 4 "description": "Syntax highlight JavaScript strings for output in terminals.", 5 "author": "The Babel Team (https://babel.dev/team)", 6 "homepage": "https://babel.dev/docs/en/next/babel-highlight", 7 "license": "MIT", 8 "publishConfig": { 9 "access": "public" 2 "_args": [ 3 [ 4 "@babel/highlight@7.14.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/highlight@7.14.5", 10 "_id": "@babel/highlight@7.14.5", 11 "_inBundle": false, 12 "_integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", 13 "_location": "/@babel/highlight", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/highlight@7.14.5", 19 "name": "@babel/highlight", 20 "escapedName": "@babel%2fhighlight", 21 "scope": "@babel", 22 "rawSpec": "7.14.5", 23 "saveSpec": null, 24 "fetchSpec": "7.14.5" 10 25 }, 11 "repository": { 12 "type": "git", 13 "url": "https://github.com/babel/babel.git", 14 "directory": "packages/babel-highlight" 26 "_requiredBy": [ 27 "/@babel/code-frame" 28 ], 29 "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", 30 "_spec": "7.14.5", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "The Babel Team", 34 "url": "https://babel.dev/team" 15 35 }, 16 "main": "./lib/index.js", 36 "bugs": { 37 "url": "https://github.com/babel/babel/issues" 38 }, 17 39 "dependencies": { 18 40 "@babel/helper-validator-identifier": "^7.14.5", … … 20 42 "js-tokens": "^4.0.0" 21 43 }, 44 "description": "Syntax highlight JavaScript strings for output in terminals.", 22 45 "devDependencies": { 23 46 "@types/chalk": "^2.0.0", … … 26 49 "engines": { 27 50 "node": ">=6.9.0" 28 } 51 }, 52 "homepage": "https://babel.dev/docs/en/next/babel-highlight", 53 "license": "MIT", 54 "main": "./lib/index.js", 55 "name": "@babel/highlight", 56 "publishConfig": { 57 "access": "public" 58 }, 59 "repository": { 60 "type": "git", 61 "url": "git+https://github.com/babel/babel.git", 62 "directory": "packages/babel-highlight" 63 }, 64 "version": "7.14.5" 29 65 }
Note:
See TracChangeset
for help on using the changeset viewer.