123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "_from": "@babel/plugin-transform-destructuring@^7.8.3",
- "_id": "@babel/plugin-transform-destructuring@7.8.8",
- "_inBundle": false,
- "_integrity": "sha512-eRJu4Vs2rmttFCdhPUM3bV0Yo/xPSdPw6ML9KHs/bjB4bLA5HXlbvYXPOD5yASodGod+krjYx21xm1QmL8dCJQ==",
- "_location": "/@babel/plugin-transform-destructuring",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/plugin-transform-destructuring@^7.8.3",
- "name": "@babel/plugin-transform-destructuring",
- "escapedName": "@babel%2fplugin-transform-destructuring",
- "scope": "@babel",
- "rawSpec": "^7.8.3",
- "saveSpec": null,
- "fetchSpec": "^7.8.3"
- },
- "_requiredBy": [
- "/@babel/preset-env"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.8.tgz",
- "_shasum": "fadb2bc8e90ccaf5658de6f8d4d22ff6272a2f4b",
- "_spec": "@babel/plugin-transform-destructuring@^7.8.3",
- "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\preset-env",
- "bundleDependencies": false,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.3"
- },
- "deprecated": false,
- "description": "Compile ES2015 destructuring to ES5",
- "devDependencies": {
- "@babel/core": "^7.8.3",
- "@babel/helper-plugin-test-runner": "^7.8.3"
- },
- "gitHead": "c831a2450dbf252c75750a455c63e1016c2f2244",
- "keywords": [
- "babel-plugin"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "@babel/plugin-transform-destructuring",
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring"
- },
- "version": "7.8.8"
- }
|