UNPKG

1.77 kBJSONView Raw
1{
2 "_from": "@babel/plugin-transform-destructuring@^7.5.0",
3 "_id": "@babel/plugin-transform-destructuring@7.8.3",
4 "_inBundle": false,
5 "_integrity": "sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ==",
6 "_location": "/@babel/plugin-transform-destructuring",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@babel/plugin-transform-destructuring@^7.5.0",
12 "name": "@babel/plugin-transform-destructuring",
13 "escapedName": "@babel%2fplugin-transform-destructuring",
14 "scope": "@babel",
15 "rawSpec": "^7.5.0",
16 "saveSpec": null,
17 "fetchSpec": "^7.5.0"
18 },
19 "_requiredBy": [
20 "/import-jsx"
21 ],
22 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz",
23 "_shasum": "20ddfbd9e4676906b1056ee60af88590cc7aaa0b",
24 "_spec": "@babel/plugin-transform-destructuring@^7.5.0",
25 "_where": "/Users/isaacs/dev/js/tap/node_modules/import-jsx",
26 "bundleDependencies": false,
27 "dependencies": {
28 "@babel/helper-plugin-utils": "^7.8.3"
29 },
30 "deprecated": false,
31 "description": "Compile ES2015 destructuring to ES5",
32 "devDependencies": {
33 "@babel/core": "^7.8.3",
34 "@babel/helper-plugin-test-runner": "^7.8.3"
35 },
36 "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
37 "keywords": [
38 "babel-plugin"
39 ],
40 "license": "MIT",
41 "main": "lib/index.js",
42 "name": "@babel/plugin-transform-destructuring",
43 "peerDependencies": {
44 "@babel/core": "^7.0.0-0"
45 },
46 "publishConfig": {
47 "access": "public"
48 },
49 "repository": {
50 "type": "git",
51 "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring"
52 },
53 "version": "7.8.3"
54}