|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.3 KB
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "@babel/parser",
|
|---|
| 3 | "version": "7.29.3",
|
|---|
| 4 | "description": "A JavaScript parser",
|
|---|
| 5 | "author": "The Babel Team (https://babel.dev/team)",
|
|---|
| 6 | "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 | "keywords": [
|
|---|
| 13 | "babel",
|
|---|
| 14 | "javascript",
|
|---|
| 15 | "parser",
|
|---|
| 16 | "tc39",
|
|---|
| 17 | "ecmascript",
|
|---|
| 18 | "@babel/parser"
|
|---|
| 19 | ],
|
|---|
| 20 | "repository": {
|
|---|
| 21 | "type": "git",
|
|---|
| 22 | "url": "https://github.com/babel/babel.git",
|
|---|
| 23 | "directory": "packages/babel-parser"
|
|---|
| 24 | },
|
|---|
| 25 | "main": "./lib/index.js",
|
|---|
| 26 | "types": "./typings/babel-parser.d.ts",
|
|---|
| 27 | "files": [
|
|---|
| 28 | "bin",
|
|---|
| 29 | "lib",
|
|---|
| 30 | "typings/babel-parser.d.ts",
|
|---|
| 31 | "index.cjs"
|
|---|
| 32 | ],
|
|---|
| 33 | "engines": {
|
|---|
| 34 | "node": ">=6.0.0"
|
|---|
| 35 | },
|
|---|
| 36 | "# dependencies": "This package doesn't actually have runtime dependencies. @babel/types is only needed for type definitions.",
|
|---|
| 37 | "dependencies": {
|
|---|
| 38 | "@babel/types": "^7.29.0"
|
|---|
| 39 | },
|
|---|
| 40 | "devDependencies": {
|
|---|
| 41 | "@babel/code-frame": "^7.29.0",
|
|---|
| 42 | "@babel/helper-check-duplicate-nodes": "^7.28.6",
|
|---|
| 43 | "@babel/helper-fixtures": "^7.28.6",
|
|---|
| 44 | "@babel/helper-string-parser": "^7.27.1",
|
|---|
| 45 | "@babel/helper-validator-identifier": "^7.28.5",
|
|---|
| 46 | "charcodes": "^0.2.0"
|
|---|
| 47 | },
|
|---|
| 48 | "bin": "./bin/babel-parser.js",
|
|---|
| 49 | "type": "commonjs"
|
|---|
| 50 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.