Files
30-seconds-of-code/node_modules/babel-helper-evaluate-path/package.json
2019-08-20 15:52:05 +02:00

51 lines
1.7 KiB
JSON

{
"_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"
}