package.json 1.5 KB

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