package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "_from": "@babel/helper-get-function-arity@^7.0.0",
  3. "_id": "@babel/[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==",
  6. "_location": "/@babel/helper-get-function-arity",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-get-function-arity@^7.0.0",
  12. "name": "@babel/helper-get-function-arity",
  13. "escapedName": "@babel%2fhelper-get-function-arity",
  14. "scope": "@babel",
  15. "rawSpec": "^7.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-function-name"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
  23. "_shasum": "83572d4320e2a4657263734113c42868b64e49c3",
  24. "_spec": "@babel/helper-get-function-arity@^7.0.0",
  25. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/helper-function-name",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/types": "^7.0.0"
  29. },
  30. "deprecated": false,
  31. "description": "Helper function to get function arity",
  32. "license": "MIT",
  33. "main": "lib/index.js",
  34. "name": "@babel/helper-get-function-arity",
  35. "repository": {
  36. "type": "git",
  37. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity"
  38. },
  39. "version": "7.0.0"
  40. }