| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@babel/plugin-transform-classes",
- "version": "7.12.1",
- "description": "Compile ES2015 classes to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-classes"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.10.4",
- "@babel/helper-define-map": "^7.10.4",
- "@babel/helper-function-name": "^7.10.4",
- "@babel/helper-optimise-call-expression": "^7.10.4",
- "@babel/helper-plugin-utils": "^7.10.4",
- "@babel/helper-replace-supers": "^7.12.1",
- "@babel/helper-split-export-declaration": "^7.10.4",
- "globals": "^11.1.0"
- },
- "keywords": [
- "babel-plugin"
- ],
- "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-transform-classes@7.12.1",
- "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.12.1.tgz?cache=0&sync_timestamp=1602800307677&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-classes%2Fdownload%2F%40babel%2Fplugin-transform-classes-7.12.1.tgz"
- }
|