| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "@babel/plugin-transform-named-capturing-groups-regex",
- "version": "7.12.1",
- "description": "Compile regular expressions using named groups to ES5.",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin",
- "regex",
- "regexp",
- "regular expressions"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-named-capturing-groups-regex"
- },
- "bugs": "https://github.com/babel/babel/issues",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.12.1"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- },
- "devDependencies": {
- "@babel/core": "^7.12.1",
- "@babel/helper-plugin-test-runner": "7.10.4",
- "core-js": "^3.2.1"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)",
- "_from": "@babel/plugin-transform-named-capturing-groups-regex@7.12.1",
- "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.1.tgz?cache=0&sync_timestamp=1602800305554&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-named-capturing-groups-regex%2Fdownload%2F%40babel%2Fplugin-transform-named-capturing-groups-regex-7.12.1.tgz"
- }
|