main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
774 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "@babel/plugin-proposal-private-property-in-object",
|
---|
3 | "version": "7.21.0-placeholder-for-preset-env.2",
|
---|
4 | "description": "This plugin transforms checks for a private property in an object",
|
---|
5 | "repository": {
|
---|
6 | "type": "git",
|
---|
7 | "url": "https://github.com/babel/babel-plugin-proposal-private-property-in-object.git"
|
---|
8 | },
|
---|
9 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object",
|
---|
10 | "license": "MIT",
|
---|
11 | "publishConfig": {
|
---|
12 | "access": "public"
|
---|
13 | },
|
---|
14 | "main": "./lib/index.js",
|
---|
15 | "keywords": [
|
---|
16 | "babel-plugin"
|
---|
17 | ],
|
---|
18 | "peerDependencies": {
|
---|
19 | "@babel/core": "^7.0.0-0"
|
---|
20 | },
|
---|
21 | "devDependencies": {},
|
---|
22 | "engines": {
|
---|
23 | "node": ">=6.9.0"
|
---|
24 | },
|
---|
25 | "author": "The Babel Team (https://babel.dev/team)",
|
---|
26 | "type": "commonjs"
|
---|
27 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.