| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "@babel/helper-create-regexp-features-plugin",
- "version": "7.12.7",
- "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.git",
- "directory": "packages/babel-helper-create-regexp-features-plugin"
- },
- "main": "lib/index.js",
- "publishConfig": {
- "access": "public"
- },
- "keywords": [
- "babel",
- "babel-plugin"
- ],
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.10.4",
- "regexpu-core": "^4.7.1"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- },
- "devDependencies": {
- "@babel/core": "7.12.7",
- "@babel/helper-plugin-test-runner": "7.10.4"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:40 GMT+0800 (CST)",
- "_from": "@babel/helper-create-regexp-features-plugin@7.12.7",
- "_resolved": "https://registry.npm.taobao.org/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.7.tgz?cache=0&sync_timestamp=1605907139445&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-create-regexp-features-plugin%2Fdownload%2F%40babel%2Fhelper-create-regexp-features-plugin-7.12.7.tgz"
- }
|