source: trip-planner-front/node_modules/@babel/plugin-transform-object-super/package.json@ 76712b2

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

primeNG components

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "@babel/plugin-transform-object-super@^7.14.5",
3 "_id": "@babel/plugin-transform-object-super@7.16.0",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-fds+puedQHn4cPLshoHcR1DTMN0q1V9ou0mUjm8whx9pGcNvDrVVrgw+KJzzCaiTdaYhldtrUps8DWVMgrSEyg==",
[59329aa]6 "_location": "/@babel/plugin-transform-object-super",
[e29cc2e]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 },
[59329aa]16 "_requested": {
[e29cc2e]17 "type": "range",
[59329aa]18 "registry": true,
[e29cc2e]19 "raw": "@babel/plugin-transform-object-super@^7.14.5",
[59329aa]20 "name": "@babel/plugin-transform-object-super",
21 "escapedName": "@babel%2fplugin-transform-object-super",
22 "scope": "@babel",
[e29cc2e]23 "rawSpec": "^7.14.5",
[59329aa]24 "saveSpec": null,
[e29cc2e]25 "fetchSpec": "^7.14.5"
[6a3a178]26 },
[59329aa]27 "_requiredBy": [
28 "/@babel/preset-env"
[6a3a178]29 ],
[e29cc2e]30 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.0.tgz",
31 "_shasum": "fb20d5806dc6491a06296ac14ea8e8d6fedda72b",
32 "_spec": "@babel/plugin-transform-object-super@^7.14.5",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
[59329aa]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 },
[e29cc2e]41 "bundleDependencies": false,
[6a3a178]42 "dependencies": {
43 "@babel/helper-plugin-utils": "^7.14.5",
[e29cc2e]44 "@babel/helper-replace-supers": "^7.16.0"
[6a3a178]45 },
[e29cc2e]46 "deprecated": false,
[59329aa]47 "description": "Compile ES2015 object super to ES5",
[6a3a178]48 "devDependencies": {
[e29cc2e]49 "@babel/core": "^7.16.0",
50 "@babel/helper-plugin-test-runner": "^7.16.0"
[6a3a178]51 },
52 "engines": {
53 "node": ">=6.9.0"
54 },
[59329aa]55 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-object-super",
56 "keywords": [
57 "babel-plugin"
58 ],
59 "license": "MIT",
60 "main": "./lib/index.js",
61 "name": "@babel/plugin-transform-object-super",
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-transform-object-super"
72 },
[e29cc2e]73 "version": "7.16.0"
[59329aa]74}
Note: See TracBrowser for help on using the repository browser.