WIP - add extractor, generate snippet_data
This commit is contained in:
50
node_modules/babel-helper-evaluate-path/package.json
generated
vendored
Normal file
50
node_modules/babel-helper-evaluate-path/package.json
generated
vendored
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"_from": "babel-helper-evaluate-path@^0.3.0",
|
||||
"_id": "babel-helper-evaluate-path@0.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-dRFlMTqUJRGzx5a2smKxmptDdNCXKSkPcXWzKLwAV72hvIZumrd/0z9RcewHkr7PmAEq+ETtpD1GK6wZ6ZUXzw==",
|
||||
"_location": "/babel-helper-evaluate-path",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "babel-helper-evaluate-path@^0.3.0",
|
||||
"name": "babel-helper-evaluate-path",
|
||||
"escapedName": "babel-helper-evaluate-path",
|
||||
"rawSpec": "^0.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-plugin-minify-builtins",
|
||||
"/babel-plugin-minify-constant-folding",
|
||||
"/babel-plugin-minify-dead-code-elimination",
|
||||
"/babel-plugin-transform-remove-undefined"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.3.0.tgz",
|
||||
"_shasum": "2439545e0b6eae5b7f49b790acbebd6b9a73df20",
|
||||
"_spec": "babel-helper-evaluate-path@^0.3.0",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/babel-plugin-minify-builtins",
|
||||
"author": {
|
||||
"name": "boopathi"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/babel/minify/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "path.evaluate wrapped in a try catch",
|
||||
"homepage": "https://github.com/babel/minify#readme",
|
||||
"keywords": [
|
||||
"babel-minify",
|
||||
"babel-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "babel-helper-evaluate-path",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/minify/tree/master/packages/babel-helper-evaluate-path"
|
||||
},
|
||||
"version": "0.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user