source: trip-planner-front/node_modules/@babel/types/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "@babel/types",
3 "version": "7.15.6",
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 ">=3.7": {
21 "lib/index-legacy.d.ts": [
22 "lib/index.d.ts"
23 ]
24 }
25 },
26 "dependencies": {
27 "@babel/helper-validator-identifier": "^7.14.9",
28 "to-fast-properties": "^2.0.0"
29 },
30 "devDependencies": {
31 "@babel/generator": "7.15.4",
32 "@babel/parser": "7.15.6",
33 "chalk": "^4.1.0",
34 "glob": "^7.1.7"
35 },
36 "engines": {
37 "node": ">=6.9.0"
38 }
39}
Note: See TracBrowser for help on using the repository browser.