選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.0 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-arrow-functions@7.8.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-transform-arrow-functions@7.8.3",
  9. "_id": "@babel/plugin-transform-arrow-functions@7.8.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg==",
  12. "_location": "/@babel/plugin-transform-arrow-functions",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/plugin-transform-arrow-functions@7.8.3",
  18. "name": "@babel/plugin-transform-arrow-functions",
  19. "escapedName": "@babel%2fplugin-transform-arrow-functions",
  20. "scope": "@babel",
  21. "rawSpec": "7.8.3",
  22. "saveSpec": null,
  23. "fetchSpec": "7.8.3"
  24. },
  25. "_requiredBy": [
  26. "/@babel/preset-env",
  27. "/babel-preset-react-app/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.8.3.tgz",
  30. "_spec": "7.8.3",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "dependencies": {
  33. "@babel/helper-plugin-utils": "^7.8.3"
  34. },
  35. "description": "Compile ES2015 arrow functions to ES5",
  36. "devDependencies": {
  37. "@babel/core": "^7.8.3",
  38. "@babel/helper-plugin-test-runner": "^7.8.3",
  39. "@babel/traverse": "^7.8.3"
  40. },
  41. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  42. "keywords": [
  43. "babel-plugin"
  44. ],
  45. "license": "MIT",
  46. "main": "lib/index.js",
  47. "name": "@babel/plugin-transform-arrow-functions",
  48. "peerDependencies": {
  49. "@babel/core": "^7.0.0-0"
  50. },
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-arrow-functions"
  57. },
  58. "version": "7.8.3"
  59. }