50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"_from": "babel-plugin-transform-remove-undefined@^0.3.0",
|
|
"_id": "babel-plugin-transform-remove-undefined@0.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-TYGQucc8iP3LJwN3kDZLEz5aa/2KuFrqpT+s8f8NnHsBU1sAgR3y8Opns0xhC+smyDYWscqFCKM1gbkWQOhhnw==",
|
|
"_location": "/babel-plugin-transform-remove-undefined",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-plugin-transform-remove-undefined@^0.3.0",
|
|
"name": "babel-plugin-transform-remove-undefined",
|
|
"escapedName": "babel-plugin-transform-remove-undefined",
|
|
"rawSpec": "^0.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-preset-minify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.3.0.tgz",
|
|
"_shasum": "03f5f0071867781e9beabbc7b77bf8095fd3f3ec",
|
|
"_spec": "babel-plugin-transform-remove-undefined@^0.3.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/babel-preset-minify",
|
|
"author": {
|
|
"name": "shinew"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/minify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"babel-helper-evaluate-path": "^0.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "This removes rvals that are equivalent to undefined wherever possible",
|
|
"homepage": "https://github.com/babel/minify#readme",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "babel-plugin-transform-remove-undefined",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-undefined"
|
|
},
|
|
"version": "0.3.0"
|
|
}
|