| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "@babel/plugin-transform-computed-properties@7.22.5",
- "_id": "@babel/plugin-transform-computed-properties@7.22.5",
- "_inBundle": false,
- "_integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==",
- "_location": "/@babel/plugin-transform-computed-properties",
- "_phantomChildren": {
- "js-tokens": "4.0.0",
- "picocolors": "1.1.1"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@babel/plugin-transform-computed-properties@7.22.5",
- "name": "@babel/plugin-transform-computed-properties",
- "escapedName": "@babel%2fplugin-transform-computed-properties",
- "scope": "@babel",
- "rawSpec": "7.22.5",
- "saveSpec": null,
- "fetchSpec": "7.22.5"
- },
- "_requiredBy": [
- "/@babel/preset-env",
- "/miniprogram-ci"
- ],
- "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz",
- "_shasum": "cd1e994bf9f316bd1c2dafcd02063ec261bb3869",
- "_spec": "@babel/plugin-transform-computed-properties@7.22.5",
- "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
- "author": {
- "name": "The Babel Team",
- "url": "https://babel.dev/team"
- },
- "bugs": {
- "url": "https://github.com/babel/babel/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.22.5",
- "@babel/template": "^7.22.5"
- },
- "deprecated": false,
- "description": "Compile ES2015 computed properties to ES5",
- "devDependencies": {
- "@babel/core": "^7.22.5",
- "@babel/helper-plugin-test-runner": "^7.22.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-computed-properties",
- "keywords": [
- "babel-plugin"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "@babel/plugin-transform-computed-properties",
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-computed-properties"
- },
- "type": "commonjs",
- "version": "7.22.5"
- }
|