[6a3a178] | 1 | {
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 48 | "description": "A JavaScript parser",
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 54 | },
|
---|
[59329aa] | 55 | "engines": {
|
---|
| 56 | "node": ">=6.0.0"
|
---|
| 57 | },
|
---|
| 58 | "files": [
|
---|
| 59 | "bin",
|
---|
| 60 | "lib",
|
---|
| 61 | "typings"
|
---|
| 62 | ],
|
---|
| 63 | "homepage": "https://babel.dev/docs/en/next/babel-parser",
|
---|
[6a3a178] | 64 | "keywords": [
|
---|
| 65 | "babel",
|
---|
| 66 | "javascript",
|
---|
| 67 | "parser",
|
---|
| 68 | "tc39",
|
---|
| 69 | "ecmascript",
|
---|
| 70 | "@babel/parser"
|
---|
| 71 | ],
|
---|
[59329aa] | 72 | "license": "MIT",
|
---|
| 73 | "main": "./lib/index.js",
|
---|
| 74 | "name": "@babel/parser",
|
---|
| 75 | "publishConfig": {
|
---|
| 76 | "access": "public"
|
---|
| 77 | },
|
---|
[6a3a178] | 78 | "repository": {
|
---|
| 79 | "type": "git",
|
---|
[59329aa] | 80 | "url": "git+https://github.com/babel/babel.git",
|
---|
[6a3a178] | 81 | "directory": "packages/babel-parser"
|
---|
| 82 | },
|
---|
| 83 | "types": "./typings/babel-parser.d.ts",
|
---|
[59329aa] | 84 | "version": "7.15.8"
|
---|
| 85 | }
|
---|