[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "@babel/plugin-proposal-object-rest-spread@^7.14.7",
|
---|
| 3 | "_id": "@babel/plugin-proposal-object-rest-spread@7.16.0",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-LU/+jp89efe5HuWJLmMmFG0+xbz+I2rSI7iLc1AlaeSMDMOGzWlc5yJrMN1d04osXN4sSfpo4O+azkBNBes0jg==",
|
---|
[59329aa] | 6 | "_location": "/@babel/plugin-proposal-object-rest-spread",
|
---|
[e29cc2e] | 7 | "_phantomChildren": {
|
---|
| 8 | "@babel/helper-validator-option": "7.14.5",
|
---|
| 9 | "escalade": "3.1.1"
|
---|
| 10 | },
|
---|
[59329aa] | 11 | "_requested": {
|
---|
[e29cc2e] | 12 | "type": "range",
|
---|
[59329aa] | 13 | "registry": true,
|
---|
[e29cc2e] | 14 | "raw": "@babel/plugin-proposal-object-rest-spread@^7.14.7",
|
---|
[59329aa] | 15 | "name": "@babel/plugin-proposal-object-rest-spread",
|
---|
| 16 | "escapedName": "@babel%2fplugin-proposal-object-rest-spread",
|
---|
| 17 | "scope": "@babel",
|
---|
[e29cc2e] | 18 | "rawSpec": "^7.14.7",
|
---|
[59329aa] | 19 | "saveSpec": null,
|
---|
[e29cc2e] | 20 | "fetchSpec": "^7.14.7"
|
---|
[6a3a178] | 21 | },
|
---|
[59329aa] | 22 | "_requiredBy": [
|
---|
| 23 | "/@babel/preset-env"
|
---|
[6a3a178] | 24 | ],
|
---|
[e29cc2e] | 25 | "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.0.tgz",
|
---|
| 26 | "_shasum": "5fb32f6d924d6e6712810362a60e12a2609872e6",
|
---|
| 27 | "_spec": "@babel/plugin-proposal-object-rest-spread@^7.14.7",
|
---|
| 28 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
|
---|
[59329aa] | 29 | "author": {
|
---|
| 30 | "name": "The Babel Team",
|
---|
| 31 | "url": "https://babel.dev/team"
|
---|
| 32 | },
|
---|
| 33 | "bugs": {
|
---|
| 34 | "url": "https://github.com/babel/babel/issues"
|
---|
| 35 | },
|
---|
[e29cc2e] | 36 | "bundleDependencies": false,
|
---|
[6a3a178] | 37 | "dependencies": {
|
---|
[e29cc2e] | 38 | "@babel/compat-data": "^7.16.0",
|
---|
| 39 | "@babel/helper-compilation-targets": "^7.16.0",
|
---|
[6a3a178] | 40 | "@babel/helper-plugin-utils": "^7.14.5",
|
---|
| 41 | "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
---|
[e29cc2e] | 42 | "@babel/plugin-transform-parameters": "^7.16.0"
|
---|
[6a3a178] | 43 | },
|
---|
[e29cc2e] | 44 | "deprecated": false,
|
---|
[59329aa] | 45 | "description": "Compile object rest and spread to ES5",
|
---|
[6a3a178] | 46 | "devDependencies": {
|
---|
[e29cc2e] | 47 | "@babel/core": "^7.16.0",
|
---|
| 48 | "@babel/helper-plugin-test-runner": "^7.16.0",
|
---|
| 49 | "@babel/parser": "^7.16.0"
|
---|
[6a3a178] | 50 | },
|
---|
| 51 | "engines": {
|
---|
| 52 | "node": ">=6.9.0"
|
---|
| 53 | },
|
---|
[59329aa] | 54 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-object-rest-spread",
|
---|
| 55 | "keywords": [
|
---|
| 56 | "babel-plugin"
|
---|
| 57 | ],
|
---|
| 58 | "license": "MIT",
|
---|
| 59 | "main": "./lib/index.js",
|
---|
| 60 | "name": "@babel/plugin-proposal-object-rest-spread",
|
---|
| 61 | "peerDependencies": {
|
---|
| 62 | "@babel/core": "^7.0.0-0"
|
---|
| 63 | },
|
---|
| 64 | "publishConfig": {
|
---|
| 65 | "access": "public"
|
---|
| 66 | },
|
---|
| 67 | "repository": {
|
---|
| 68 | "type": "git",
|
---|
| 69 | "url": "git+https://github.com/babel/babel.git",
|
---|
| 70 | "directory": "packages/babel-plugin-proposal-object-rest-spread"
|
---|
| 71 | },
|
---|
[e29cc2e] | 72 | "version": "7.16.0"
|
---|
[59329aa] | 73 | }
|
---|