source: trip-planner-front/node_modules/@babel/helper-wrap-function/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.1 KB
Line 
1{
2 "_from": "@babel/helper-wrap-function@^7.16.0",
3 "_id": "@babel/helper-wrap-function@7.16.0",
4 "_inBundle": false,
5 "_integrity": "sha512-VVMGzYY3vkWgCJML+qVLvGIam902mJW0FvT7Avj1zEe0Gn7D93aWdLblYARTxEw+6DhZmtzhBM2zv0ekE5zg1g==",
6 "_location": "/@babel/helper-wrap-function",
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-wrap-function@^7.16.0",
20 "name": "@babel/helper-wrap-function",
21 "escapedName": "@babel%2fhelper-wrap-function",
22 "scope": "@babel",
23 "rawSpec": "^7.16.0",
24 "saveSpec": null,
25 "fetchSpec": "^7.16.0"
26 },
27 "_requiredBy": [
28 "/@babel/helper-remap-async-to-generator"
29 ],
30 "_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.0.tgz",
31 "_shasum": "b3cf318afce774dfe75b86767cd6d68f3482e57c",
32 "_spec": "@babel/helper-wrap-function@^7.16.0",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\helper-remap-async-to-generator",
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 },
41 "bundleDependencies": false,
42 "dependencies": {
43 "@babel/helper-function-name": "^7.16.0",
44 "@babel/template": "^7.16.0",
45 "@babel/traverse": "^7.16.0",
46 "@babel/types": "^7.16.0"
47 },
48 "deprecated": false,
49 "description": "Helper to wrap functions inside a function call.",
50 "engines": {
51 "node": ">=6.9.0"
52 },
53 "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
54 "license": "MIT",
55 "main": "./lib/index.js",
56 "name": "@babel/helper-wrap-function",
57 "publishConfig": {
58 "access": "public"
59 },
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/babel/babel.git",
63 "directory": "packages/babel-helper-wrap-function"
64 },
65 "version": "7.16.0"
66}
Note: See TracBrowser for help on using the repository browser.