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