Files
app/nextjs/node_modules/@babel/plugin-transform-function-name/package.json
T
Sébastien GLATZ 96d599ba26 Revert "Modification page liste offres"
This reverts commit cf59b8cede, reversing
changes made to 0c5c702f78.

Retour en arrière pour enlever node modules
2019-05-27 12:56:05 +02:00

26 lines
671 B
JSON

{
"name": "@babel/plugin-transform-function-name",
"version": "7.1.0",
"description": "Apply ES2015 function.name semantics to all functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-plugin-utils": "^7.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}