package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "_from": "babel-helper-get-function-arity@^6.24.1",
  3. "_id": "babel-helper-get-function-arity@6.24.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=",
  6. "_location": "/babel-helper-get-function-arity",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-helper-get-function-arity@^6.24.1",
  12. "name": "babel-helper-get-function-arity",
  13. "escapedName": "babel-helper-get-function-arity",
  14. "rawSpec": "^6.24.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.24.1"
  17. },
  18. "_requiredBy": [
  19. "/babel-helper-function-name",
  20. "/babel-plugin-transform-es2015-parameters"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/babel-helper-get-function-arity/download/babel-helper-get-function-arity-6.24.1.tgz",
  23. "_shasum": "8f7782aa93407c41d3aa50908f89b031b1b6853d",
  24. "_spec": "babel-helper-get-function-arity@^6.24.1",
  25. "_where": "C:\\code\\FED\\fortnite\\web\\1807-工具页面\\node_modules\\babel-helper-function-name",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "babel-runtime": "^6.22.0",
  29. "babel-types": "^6.24.1"
  30. },
  31. "deprecated": false,
  32. "description": "Helper function to get function arity",
  33. "license": "MIT",
  34. "main": "lib/index.js",
  35. "name": "babel-helper-get-function-arity",
  36. "repository": {
  37. "type": "git",
  38. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity"
  39. },
  40. "version": "6.24.1"
  41. }