main
Last change
on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "@babel/helper-compilation-targets",
|
---|
[0c6b92a] | 3 | "version": "7.25.9",
|
---|
[d565449] | 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 | ".": {
|
---|
| 15 | "types": "./lib/index.d.ts",
|
---|
| 16 | "default": "./lib/index.js"
|
---|
| 17 | },
|
---|
| 18 | "./package.json": "./package.json"
|
---|
| 19 | },
|
---|
| 20 | "publishConfig": {
|
---|
| 21 | "access": "public"
|
---|
| 22 | },
|
---|
| 23 | "keywords": [
|
---|
| 24 | "babel",
|
---|
| 25 | "babel-plugin"
|
---|
| 26 | ],
|
---|
| 27 | "dependencies": {
|
---|
[0c6b92a] | 28 | "@babel/compat-data": "^7.25.9",
|
---|
| 29 | "@babel/helper-validator-option": "^7.25.9",
|
---|
| 30 | "browserslist": "^4.24.0",
|
---|
[d565449] | 31 | "lru-cache": "^5.1.1",
|
---|
| 32 | "semver": "^6.3.1"
|
---|
| 33 | },
|
---|
| 34 | "devDependencies": {
|
---|
[0c6b92a] | 35 | "@babel/helper-plugin-test-runner": "^7.25.9",
|
---|
[d565449] | 36 | "@types/lru-cache": "^5.1.1",
|
---|
| 37 | "@types/semver": "^5.5.0"
|
---|
| 38 | },
|
---|
| 39 | "engines": {
|
---|
| 40 | "node": ">=6.9.0"
|
---|
| 41 | },
|
---|
| 42 | "type": "commonjs"
|
---|
| 43 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.