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:
942 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "@babel/helper-compilation-targets",
|
---|
| 3 | "version": "7.15.4",
|
---|
| 4 | "author": "The Babel Team (https://babel.dev/team)",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "description": "Helper functions on Babel compilation targets",
|
---|
| 7 | "repository": {
|
---|
| 8 | "type": "git",
|
---|
| 9 | "url": "https://github.com/babel/babel.git",
|
---|
| 10 | "directory": "packages/babel-helper-compilation-targets"
|
---|
| 11 | },
|
---|
| 12 | "main": "./lib/index.js",
|
---|
| 13 | "exports": {
|
---|
| 14 | ".": "./lib/index.js"
|
---|
| 15 | },
|
---|
| 16 | "publishConfig": {
|
---|
| 17 | "access": "public"
|
---|
| 18 | },
|
---|
| 19 | "keywords": [
|
---|
| 20 | "babel",
|
---|
| 21 | "babel-plugin"
|
---|
| 22 | ],
|
---|
| 23 | "dependencies": {
|
---|
| 24 | "@babel/compat-data": "^7.15.0",
|
---|
| 25 | "@babel/helper-validator-option": "^7.14.5",
|
---|
| 26 | "browserslist": "^4.16.6",
|
---|
| 27 | "semver": "^6.3.0"
|
---|
| 28 | },
|
---|
| 29 | "peerDependencies": {
|
---|
| 30 | "@babel/core": "^7.0.0"
|
---|
| 31 | },
|
---|
| 32 | "devDependencies": {
|
---|
| 33 | "@babel/core": "7.15.4",
|
---|
| 34 | "@babel/helper-plugin-test-runner": "7.14.5",
|
---|
| 35 | "@types/semver": "^5.5.0"
|
---|
| 36 | },
|
---|
| 37 | "engines": {
|
---|
| 38 | "node": ">=6.9.0"
|
---|
| 39 | }
|
---|
| 40 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.