package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "_from": "babel-helper-function-name@^6.24.1",
  3. "_id": "babel-helper-function-name@6.24.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=",
  6. "_location": "/babel-helper-function-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-helper-function-name@^6.24.1",
  12. "name": "babel-helper-function-name",
  13. "escapedName": "babel-helper-function-name",
  14. "rawSpec": "^6.24.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.24.1"
  17. },
  18. "_requiredBy": [
  19. "/babel-helper-define-map",
  20. "/babel-helper-remap-async-to-generator",
  21. "/babel-plugin-transform-class-properties",
  22. "/babel-plugin-transform-es2015-classes",
  23. "/babel-plugin-transform-es2015-function-name"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
  26. "_shasum": "d3475b8c03ed98242a25b48351ab18399d3580a9",
  27. "_spec": "babel-helper-function-name@^6.24.1",
  28. "_where": "D:\\workSpace\\dealer_front\\node_modules\\babel-helper-remap-async-to-generator",
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "babel-helper-get-function-arity": "^6.24.1",
  32. "babel-runtime": "^6.22.0",
  33. "babel-template": "^6.24.1",
  34. "babel-traverse": "^6.24.1",
  35. "babel-types": "^6.24.1"
  36. },
  37. "deprecated": false,
  38. "description": "Helper function to change the property 'name' of every function",
  39. "license": "MIT",
  40. "main": "lib/index.js",
  41. "name": "babel-helper-function-name",
  42. "repository": {
  43. "type": "git",
  44. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name"
  45. },
  46. "version": "6.24.1"
  47. }