package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "_from": "babel-plugin-syntax-trailing-function-commas@^6.22.0",
  3. "_id": "babel-plugin-syntax-trailing-function-commas@6.22.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Gx9CH3Q/3GKbhs07Bszw5fPTlU+ygrOGfAhEt7W2JICwufpC4SuO0mG0+4NykPBSYPMJhqvVlDBU17qB1D+hMQ==",
  6. "_location": "/babel-plugin-syntax-trailing-function-commas",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-syntax-trailing-function-commas@^6.22.0",
  12. "name": "babel-plugin-syntax-trailing-function-commas",
  13. "escapedName": "babel-plugin-syntax-trailing-function-commas",
  14. "rawSpec": "^6.22.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.22.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-preset-stage-3"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
  22. "_shasum": "ba0360937f8d06e40180a43fe0d5616fff532cf3",
  23. "_spec": "babel-plugin-syntax-trailing-function-commas@^6.22.0",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/babel-preset-stage-3",
  25. "bundleDependencies": false,
  26. "dependencies": {},
  27. "deprecated": false,
  28. "description": "Compile trailing function commas to ES5",
  29. "devDependencies": {
  30. "babel-helper-plugin-test-runner": "^6.22.0"
  31. },
  32. "keywords": [
  33. "babel-plugin"
  34. ],
  35. "license": "MIT",
  36. "main": "lib/index.js",
  37. "name": "babel-plugin-syntax-trailing-function-commas",
  38. "repository": {
  39. "type": "git",
  40. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas"
  41. },
  42. "version": "6.22.0"
  43. }