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