source: trip-planner-front/node_modules/@babel/plugin-transform-function-name/package.json

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

primeNG components

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_from": "@babel/plugin-transform-function-name@^7.14.5",
3 "_id": "@babel/plugin-transform-function-name@7.16.0",
4 "_inBundle": false,
5 "_integrity": "sha512-lBzMle9jcOXtSOXUpc7tvvTpENu/NuekNJVova5lCCWCV9/U1ho2HH2y0p6mBg8fPm/syEAbfaaemYGOHCY3mg==",
6 "_location": "/@babel/plugin-transform-function-name",
7 "_phantomChildren": {
8 "@babel/helper-validator-identifier": "7.15.7",
9 "chalk": "2.4.2",
10 "js-tokens": "4.0.0",
11 "to-fast-properties": "2.0.0"
12 },
13 "_requested": {
14 "type": "range",
15 "registry": true,
16 "raw": "@babel/plugin-transform-function-name@^7.14.5",
17 "name": "@babel/plugin-transform-function-name",
18 "escapedName": "@babel%2fplugin-transform-function-name",
19 "scope": "@babel",
20 "rawSpec": "^7.14.5",
21 "saveSpec": null,
22 "fetchSpec": "^7.14.5"
23 },
24 "_requiredBy": [
25 "/@babel/preset-env"
26 ],
27 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.0.tgz",
28 "_shasum": "02e3699c284c6262236599f751065c5d5f1f400e",
29 "_spec": "@babel/plugin-transform-function-name@^7.14.5",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
31 "author": {
32 "name": "The Babel Team",
33 "url": "https://babel.dev/team"
34 },
35 "bugs": {
36 "url": "https://github.com/babel/babel/issues"
37 },
38 "bundleDependencies": false,
39 "dependencies": {
40 "@babel/helper-function-name": "^7.16.0",
41 "@babel/helper-plugin-utils": "^7.14.5"
42 },
43 "deprecated": false,
44 "description": "Apply ES2015 function.name semantics to all functions",
45 "devDependencies": {
46 "@babel/core": "^7.16.0",
47 "@babel/helper-plugin-test-runner": "^7.16.0"
48 },
49 "engines": {
50 "node": ">=6.9.0"
51 },
52 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-function-name",
53 "keywords": [
54 "babel-plugin"
55 ],
56 "license": "MIT",
57 "main": "./lib/index.js",
58 "name": "@babel/plugin-transform-function-name",
59 "peerDependencies": {
60 "@babel/core": "^7.0.0-0"
61 },
62 "publishConfig": {
63 "access": "public"
64 },
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/babel/babel.git",
68 "directory": "packages/babel-plugin-transform-function-name"
69 },
70 "version": "7.16.0"
71}
Note: See TracBrowser for help on using the repository browser.