package.json 357 B

1234567891011
  1. {
  2. "name": "@babel/helper-annotate-as-pure",
  3. "version": "7.0.0",
  4. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "dependencies": {
  9. "@babel/types": "^7.0.0"
  10. }
  11. }