WIP - add extractor, generate snippet_data
This commit is contained in:
49
node_modules/babel-plugin-minify-mangle-names/package.json
generated
vendored
Normal file
49
node_modules/babel-plugin-minify-mangle-names/package.json
generated
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"_from": "babel-plugin-minify-mangle-names@^0.3.0",
|
||||
"_id": "babel-plugin-minify-mangle-names@0.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-PYTonhFWURsfAN8achDwvR5Xgy6EeTClLz+fSgGRqjAIXb0OyFm3/xfccbQviVi1qDXmlSnt6oJhBg8KE4Fn7Q==",
|
||||
"_location": "/babel-plugin-minify-mangle-names",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "babel-plugin-minify-mangle-names@^0.3.0",
|
||||
"name": "babel-plugin-minify-mangle-names",
|
||||
"escapedName": "babel-plugin-minify-mangle-names",
|
||||
"rawSpec": "^0.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-preset-minify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.3.0.tgz",
|
||||
"_shasum": "f28561bad0dd2f0380816816bb946e219b3b6135",
|
||||
"_spec": "babel-plugin-minify-mangle-names@^0.3.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,
|
||||
"dependencies": {
|
||||
"babel-helper-mark-eval-scopes": "^0.3.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Context- and scope- aware variable renaming.",
|
||||
"homepage": "https://github.com/babel/minify#readme",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "babel-plugin-minify-mangle-names",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-mangle-names"
|
||||
},
|
||||
"version": "0.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user