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

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

adding photos

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