blob: 47956e354d8a9b5d67a7d119987aa57f9a905cda (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "@babel/helper-annotate-as-pure",
"version": "7.0.0-beta.47",
"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",
"main": "lib/index.js",
"dependencies": {
"@babel/types": "7.0.0-beta.47"
}
}
|