package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-function-name@7.1.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-function-name@7.1.0",
  10. "_id": "@babel/helper-function-name@7.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-oM6wFoX3M1XUNgwSR/WCv6/I/1M=",
  13. "_location": "/@babel/helper-function-name",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-function-name@7.1.0",
  19. "name": "@babel/helper-function-name",
  20. "escapedName": "@babel%2fhelper-function-name",
  21. "scope": "@babel",
  22. "rawSpec": "7.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.1.0"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-create-class-features-plugin",
  28. "/@babel/helper-define-map",
  29. "/@babel/helper-wrap-function",
  30. "/@babel/plugin-transform-classes",
  31. "/@babel/plugin-transform-function-name",
  32. "/@babel/traverse"
  33. ],
  34. "_resolved": "http://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.1.0.tgz",
  35. "_spec": "7.1.0",
  36. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  37. "dependencies": {
  38. "@babel/helper-get-function-arity": "^7.0.0",
  39. "@babel/template": "^7.1.0",
  40. "@babel/types": "^7.0.0"
  41. },
  42. "description": "Helper function to change the property 'name' of every function",
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/helper-function-name",
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name"
  52. },
  53. "version": "7.1.0"
  54. }