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

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

adding photos

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