source: trip-planner-front/node_modules/@babel/plugin-proposal-private-property-in-object/package.json@ e29cc2e

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

primeNG components

  • Property mode set to 100644
File size: 2.5 KB
Line 
1{
2 "_from": "@babel/plugin-proposal-private-property-in-object@^7.14.5",
3 "_id": "@babel/plugin-proposal-private-property-in-object@7.16.0",
4 "_inBundle": false,
5 "_integrity": "sha512-3jQUr/HBbMVZmi72LpjQwlZ55i1queL8KcDTQEkAHihttJnAPrcvG9ZNXIfsd2ugpizZo595egYV6xy+pv4Ofw==",
6 "_location": "/@babel/plugin-proposal-private-property-in-object",
7 "_phantomChildren": {
8 "@babel/helper-validator-identifier": "7.15.7",
9 "to-fast-properties": "2.0.0"
10 },
11 "_requested": {
12 "type": "range",
13 "registry": true,
14 "raw": "@babel/plugin-proposal-private-property-in-object@^7.14.5",
15 "name": "@babel/plugin-proposal-private-property-in-object",
16 "escapedName": "@babel%2fplugin-proposal-private-property-in-object",
17 "scope": "@babel",
18 "rawSpec": "^7.14.5",
19 "saveSpec": null,
20 "fetchSpec": "^7.14.5"
21 },
22 "_requiredBy": [
23 "/@babel/preset-env"
24 ],
25 "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.0.tgz",
26 "_shasum": "69e935b2c5c79d2488112d886f0c4e2790fee76f",
27 "_spec": "@babel/plugin-proposal-private-property-in-object@^7.14.5",
28 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
29 "author": {
30 "name": "The Babel Team",
31 "url": "https://babel.dev/team"
32 },
33 "bugs": {
34 "url": "https://github.com/babel/babel/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "@babel/helper-annotate-as-pure": "^7.16.0",
39 "@babel/helper-create-class-features-plugin": "^7.16.0",
40 "@babel/helper-plugin-utils": "^7.14.5",
41 "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
42 },
43 "deprecated": false,
44 "description": "This plugin transforms checks for a private property in an object",
45 "devDependencies": {
46 "@babel/core": "^7.16.0",
47 "@babel/helper-plugin-test-runner": "^7.16.0"
48 },
49 "engines": {
50 "node": ">=6.9.0"
51 },
52 "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object",
53 "keywords": [
54 "babel-plugin"
55 ],
56 "license": "MIT",
57 "main": "./lib/index.js",
58 "name": "@babel/plugin-proposal-private-property-in-object",
59 "peerDependencies": {
60 "@babel/core": "^7.0.0-0"
61 },
62 "publishConfig": {
63 "access": "public"
64 },
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/babel/babel.git",
68 "directory": "packages/babel-plugin-proposal-private-property-in-object"
69 },
70 "version": "7.16.0"
71}
Note: See TracBrowser for help on using the repository browser.