source: trip-planner-front/node_modules/@babel/helper-get-function-arity/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: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/helper-get-function-arity@7.15.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/helper-get-function-arity@7.15.4",
10 "_id": "@babel/helper-get-function-arity@7.15.4",
11 "_inBundle": false,
12 "_integrity": "sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==",
13 "_location": "/@babel/helper-get-function-arity",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/helper-get-function-arity@7.15.4",
19 "name": "@babel/helper-get-function-arity",
20 "escapedName": "@babel%2fhelper-get-function-arity",
21 "scope": "@babel",
22 "rawSpec": "7.15.4",
23 "saveSpec": null,
24 "fetchSpec": "7.15.4"
25 },
26 "_requiredBy": [
27 "/@babel/helper-function-name"
28 ],
29 "_resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz",
30 "_spec": "7.15.4",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "The Babel Team",
34 "url": "https://babel.dev/team"
35 },
36 "bugs": {
37 "url": "https://github.com/babel/babel/issues"
38 },
39 "dependencies": {
40 "@babel/types": "^7.15.4"
41 },
42 "description": "Helper function to get function arity",
43 "engines": {
44 "node": ">=6.9.0"
45 },
46 "homepage": "https://babel.dev/docs/en/next/babel-helper-get-function-arity",
47 "license": "MIT",
48 "main": "./lib/index.js",
49 "name": "@babel/helper-get-function-arity",
50 "publishConfig": {
51 "access": "public"
52 },
53 "repository": {
54 "type": "git",
55 "url": "git+https://github.com/babel/babel.git",
56 "directory": "packages/babel-helper-get-function-arity"
57 },
58 "version": "7.15.4"
59}
Note: See TracBrowser for help on using the repository browser.