package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-transform-es2015-function-name@6.24.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-transform-es2015-function-name@6.24.1",
  10. "_id": "babel-plugin-transform-es2015-function-name@6.24.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=",
  13. "_location": "/babel-plugin-transform-es2015-function-name",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-transform-es2015-function-name@6.24.1",
  19. "name": "babel-plugin-transform-es2015-function-name",
  20. "escapedName": "babel-plugin-transform-es2015-function-name",
  21. "rawSpec": "6.24.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.24.1"
  24. },
  25. "_requiredBy": [
  26. "/babel-preset-env"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
  29. "_spec": "6.24.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "dependencies": {
  32. "babel-helper-function-name": "^6.24.1",
  33. "babel-runtime": "^6.22.0",
  34. "babel-types": "^6.24.1"
  35. },
  36. "description": "Apply ES2015 function.name semantics to all functions",
  37. "devDependencies": {
  38. "babel-helper-plugin-test-runner": "^6.24.1"
  39. },
  40. "keywords": [
  41. "babel-plugin"
  42. ],
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "babel-plugin-transform-es2015-function-name",
  46. "repository": {
  47. "type": "git",
  48. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name"
  49. },
  50. "version": "6.24.1"
  51. }