spaceout/front_end/node_modules/@babel/helper-wrap-function/package.json
2020-12-12 10:25:30 -05:00

56 lines
1.7 KiB
JSON

{
"_args": [
[
"@babel/helper-wrap-function@7.12.3",
"/home/chinmay/Desktop/HackTJ2020/frontend"
]
],
"_development": true,
"_from": "@babel/helper-wrap-function@7.12.3",
"_id": "@babel/helper-wrap-function@7.12.3",
"_inBundle": false,
"_integrity": "sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow==",
"_location": "/@babel/helper-wrap-function",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/helper-wrap-function@7.12.3",
"name": "@babel/helper-wrap-function",
"escapedName": "@babel%2fhelper-wrap-function",
"scope": "@babel",
"rawSpec": "7.12.3",
"saveSpec": null,
"fetchSpec": "7.12.3"
},
"_requiredBy": [
"/@babel/helper-remap-async-to-generator"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz",
"_spec": "7.12.3",
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"dependencies": {
"@babel/helper-function-name": "^7.10.4",
"@babel/template": "^7.10.4",
"@babel/traverse": "^7.10.4",
"@babel/types": "^7.10.4"
},
"description": "Helper to wrap functions inside a function call.",
"homepage": "https://github.com/babel/babel#readme",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/helper-wrap-function",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-wrap-function"
},
"version": "7.12.3"
}