source: trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/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.7 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/helper-create-class-features-plugin@7.15.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/helper-create-class-features-plugin@7.15.4",
10 "_id": "@babel/helper-create-class-features-plugin@7.15.4",
11 "_inBundle": false,
12 "_integrity": "sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==",
13 "_location": "/@babel/helper-create-class-features-plugin",
14 "_phantomChildren": {
15 "@babel/types": "7.15.6"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "@babel/helper-create-class-features-plugin@7.15.4",
21 "name": "@babel/helper-create-class-features-plugin",
22 "escapedName": "@babel%2fhelper-create-class-features-plugin",
23 "scope": "@babel",
24 "rawSpec": "7.15.4",
25 "saveSpec": null,
26 "fetchSpec": "7.15.4"
27 },
28 "_requiredBy": [
29 "/@babel/plugin-proposal-class-properties",
30 "/@babel/plugin-proposal-class-static-block",
31 "/@babel/plugin-proposal-private-methods",
32 "/@babel/plugin-proposal-private-property-in-object"
33 ],
34 "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz",
35 "_spec": "7.15.4",
36 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
37 "author": {
38 "name": "The Babel Team",
39 "url": "https://babel.dev/team"
40 },
41 "bugs": {
42 "url": "https://github.com/babel/babel/issues"
43 },
44 "dependencies": {
45 "@babel/helper-annotate-as-pure": "^7.15.4",
46 "@babel/helper-function-name": "^7.15.4",
47 "@babel/helper-member-expression-to-functions": "^7.15.4",
48 "@babel/helper-optimise-call-expression": "^7.15.4",
49 "@babel/helper-replace-supers": "^7.15.4",
50 "@babel/helper-split-export-declaration": "^7.15.4"
51 },
52 "description": "Compile class public and private fields, private methods and decorators to ES6",
53 "devDependencies": {
54 "@babel/core": "7.15.4",
55 "@babel/helper-plugin-test-runner": "7.14.5",
56 "@babel/plugin-syntax-class-static-block": "^7.14.5",
57 "@babel/preset-env": "7.15.4"
58 },
59 "engines": {
60 "node": ">=6.9.0"
61 },
62 "homepage": "https://github.com/babel/babel#readme",
63 "keywords": [
64 "babel",
65 "babel-plugin"
66 ],
67 "license": "MIT",
68 "main": "./lib/index.js",
69 "name": "@babel/helper-create-class-features-plugin",
70 "peerDependencies": {
71 "@babel/core": "^7.0.0"
72 },
73 "publishConfig": {
74 "access": "public"
75 },
76 "repository": {
77 "type": "git",
78 "url": "git+https://github.com/babel/babel.git",
79 "directory": "packages/babel-helper-create-class-features-plugin"
80 },
81 "version": "7.15.4"
82}
Note: See TracBrowser for help on using the repository browser.