Files
30-seconds-of-code/node_modules/babel-plugin-transform-undefined-to-void/package.json
2019-08-20 15:52:05 +02:00

47 lines
1.6 KiB
JSON

{
"_from": "babel-plugin-transform-undefined-to-void@^6.9.0",
"_id": "babel-plugin-transform-undefined-to-void@6.9.4",
"_inBundle": false,
"_integrity": "sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA=",
"_location": "/babel-plugin-transform-undefined-to-void",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "babel-plugin-transform-undefined-to-void@^6.9.0",
"name": "babel-plugin-transform-undefined-to-void",
"escapedName": "babel-plugin-transform-undefined-to-void",
"rawSpec": "^6.9.0",
"saveSpec": null,
"fetchSpec": "^6.9.0"
},
"_requiredBy": [
"/babel-preset-minify"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.9.4.tgz",
"_shasum": "be241ca81404030678b748717322b89d0c8fe280",
"_spec": "babel-plugin-transform-undefined-to-void@^6.9.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/babel-preset-minify",
"author": {
"name": "amasad"
},
"bugs": {
"url": "https://github.com/babel/minify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Replace references to `undefined` with `void 0`",
"homepage": "https://github.com/babel/minify#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "babel-plugin-transform-undefined-to-void",
"repository": {
"type": "git",
"url": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-undefined-to-void"
},
"version": "6.9.4"
}