source: trip-planner-front/node_modules/@babel/helper-validator-identifier/package.json@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 600 bytes
Line 
1{
2 "name": "@babel/helper-validator-identifier",
3 "version": "7.15.7",
4 "description": "Validate identifier/keywords name",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-helper-validator-identifier"
9 },
10 "license": "MIT",
11 "publishConfig": {
12 "access": "public"
13 },
14 "main": "./lib/index.js",
15 "exports": "./lib/index.js",
16 "devDependencies": {
17 "@unicode/unicode-14.0.0": "^1.2.1",
18 "charcodes": "^0.2.0"
19 },
20 "engines": {
21 "node": ">=6.9.0"
22 },
23 "author": "The Babel Team (https://babel.dev/team)"
24}
Note: See TracBrowser for help on using the repository browser.