package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "@babel/helper-get-function-arity@^7.14.5",
  3. "_id": "@babel/helper-get-function-arity@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==",
  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.14.5",
  12. "name": "@babel/helper-get-function-arity",
  13. "escapedName": "@babel%2fhelper-get-function-arity",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  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.14.5.tgz",
  23. "_shasum": "25fbfa579b0937eee1f3b805ece4ce398c431815",
  24. "_spec": "@babel/helper-get-function-arity@^7.14.5",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\helper-function-name",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/types": "^7.14.5"
  36. },
  37. "deprecated": false,
  38. "description": "Helper function to get function arity",
  39. "engines": {
  40. "node": ">=6.9.0"
  41. },
  42. "homepage": "https://babel.dev/docs/en/next/babel-helper-get-function-arity",
  43. "license": "MIT",
  44. "main": "./lib/index.js",
  45. "name": "@babel/helper-get-function-arity",
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/babel/babel.git",
  52. "directory": "packages/babel-helper-get-function-arity"
  53. },
  54. "version": "7.14.5"
  55. }