- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/helper-get-function-arity/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/helper-get-function-arity", 3 "version": "7.15.4", 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 }, 4 42 "description": "Helper function to get function arity", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-helper-get-function-arity" 43 "engines": { 44 "node": ">=6.9.0" 9 45 }, 10 46 "homepage": "https://babel.dev/docs/en/next/babel-helper-get-function-arity", 11 47 "license": "MIT", 48 "main": "./lib/index.js", 49 "name": "@babel/helper-get-function-arity", 12 50 "publishConfig": { 13 51 "access": "public" 14 52 }, 15 "main": "./lib/index.js", 16 "dependencies": { 17 "@babel/types": "^7.15.4" 53 "repository": { 54 "type": "git", 55 "url": "git+https://github.com/babel/babel.git", 56 "directory": "packages/babel-helper-get-function-arity" 18 57 }, 19 "engines": { 20 "node": ">=6.9.0" 21 }, 22 "author": "The Babel Team (https://babel.dev/team)" 58 "version": "7.15.4" 23 59 }
Note:
See TracChangeset
for help on using the changeset viewer.