Nicolò Ribaudo 75767d87cb v7.7.4
2019-11-23 00:05:58 +01:00

32 lines
760 B
JSON

{
"name": "@babel/helper-create-regexp-features-plugin",
"version": "7.7.4",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel",
"directory": "packages/babel-helper-create-regexp-features-plugin"
},
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"keywords": [
"babel",
"babel-plugin"
],
"dependencies": {
"@babel/helper-regex": "^7.4.4",
"regexpu-core": "^4.6.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/helper-plugin-test-runner": "^7.7.4"
}
}