Changeset 59329aa for trip-planner-front/node_modules/@babel/parser
- 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/parser/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/parser", 3 "version": "7.15.8", 2 "_args": [ 3 [ 4 "@babel/parser@7.15.8", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/parser@7.15.8", 10 "_id": "@babel/parser@7.15.8", 11 "_inBundle": false, 12 "_integrity": "sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==", 13 "_location": "/@babel/parser", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/parser@7.15.8", 19 "name": "@babel/parser", 20 "escapedName": "@babel%2fparser", 21 "scope": "@babel", 22 "rawSpec": "7.15.8", 23 "saveSpec": null, 24 "fetchSpec": "7.15.8" 25 }, 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 ], 35 "_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.8.tgz", 36 "_spec": "7.15.8", 37 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 38 "author": { 39 "name": "The Babel Team", 40 "url": "https://babel.dev/team" 41 }, 42 "bin": { 43 "parser": "bin/babel-parser.js" 44 }, 45 "bugs": { 46 "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen" 47 }, 4 48 "description": "A JavaScript parser", 5 "author": "The Babel Team (https://babel.dev/team)", 49 "devDependencies": { 50 "@babel/code-frame": "7.15.8", 51 "@babel/helper-fixtures": "7.14.5", 52 "@babel/helper-validator-identifier": "7.15.7", 53 "charcodes": "^0.2.0" 54 }, 55 "engines": { 56 "node": ">=6.0.0" 57 }, 58 "files": [ 59 "bin", 60 "lib", 61 "typings" 62 ], 6 63 "homepage": "https://babel.dev/docs/en/next/babel-parser", 7 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen",8 "license": "MIT",9 "publishConfig": {10 "access": "public"11 },12 64 "keywords": [ 13 65 "babel", … … 18 70 "@babel/parser" 19 71 ], 72 "license": "MIT", 73 "main": "./lib/index.js", 74 "name": "@babel/parser", 75 "publishConfig": { 76 "access": "public" 77 }, 20 78 "repository": { 21 79 "type": "git", 22 "url": " https://github.com/babel/babel.git",80 "url": "git+https://github.com/babel/babel.git", 23 81 "directory": "packages/babel-parser" 24 82 }, 25 "main": "./lib/index.js",26 83 "types": "./typings/babel-parser.d.ts", 27 "files": [ 28 "bin", 29 "lib", 30 "typings" 31 ], 32 "engines": { 33 "node": ">=6.0.0" 34 }, 35 "devDependencies": { 36 "@babel/code-frame": "7.15.8", 37 "@babel/helper-fixtures": "7.14.5", 38 "@babel/helper-validator-identifier": "7.15.7", 39 "charcodes": "^0.2.0" 40 }, 41 "bin": "./bin/babel-parser.js" 84 "version": "7.15.8" 42 85 }
Note:
See TracChangeset
for help on using the changeset viewer.