source: node_modules/@babel/types/package.json

Last change on this file was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "@babel/types",
3 "version": "7.26.7",
4 "description": "Babel Types is a Lodash-esque utility library for AST nodes",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "homepage": "https://babel.dev/docs/en/next/babel-types",
7 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen",
8 "license": "MIT",
9 "publishConfig": {
10 "access": "public"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/babel/babel.git",
15 "directory": "packages/babel-types"
16 },
17 "main": "./lib/index.js",
18 "types": "./lib/index-legacy.d.ts",
19 "typesVersions": {
20 ">=4.1": {
21 "lib/index-legacy.d.ts": [
22 "lib/index.d.ts"
23 ]
24 }
25 },
26 "dependencies": {
27 "@babel/helper-string-parser": "^7.25.9",
28 "@babel/helper-validator-identifier": "^7.25.9"
29 },
30 "devDependencies": {
31 "@babel/generator": "^7.26.5",
32 "@babel/parser": "^7.26.7",
33 "glob": "^7.2.0"
34 },
35 "engines": {
36 "node": ">=6.9.0"
37 },
38 "type": "commonjs"
39}
Note: See TracBrowser for help on using the repository browser.