2019-11-24 18:50:06 +01:00

15 lines
412 B
JSON

{
"name": "@babel/helper-annotate-as-pure",
"version": "7.7.4-csx.1",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.7.4"
}
}