12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"name": "babel-plugin-transform-undefined-to-void",
|
|
"version": "1.1.6",
|
|
"description": "Replace references to `undefined` with `void 0`",
|
|
"repository": "babel/babel",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
]
|
|
}
|