Changeset e29cc2e for trip-planner-front/node_modules/@babel/plugin-proposal-private-property-in-object/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/plugin-proposal-private-property-in-object/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-proposal-private-property-in-object@7.15.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-proposal-private-property-in-object@7.15.4", 10 "_id": "@babel/plugin-proposal-private-property-in-object@7.15.4", 2 "_from": "@babel/plugin-proposal-private-property-in-object@^7.14.5", 3 "_id": "@babel/plugin-proposal-private-property-in-object@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==",5 "_integrity": "sha512-3jQUr/HBbMVZmi72LpjQwlZ55i1queL8KcDTQEkAHihttJnAPrcvG9ZNXIfsd2ugpizZo595egYV6xy+pv4Ofw==", 13 6 "_location": "/@babel/plugin-proposal-private-property-in-object", 14 7 "_phantomChildren": { 15 "@babel/types": "7.15.6" 8 "@babel/helper-validator-identifier": "7.15.7", 9 "to-fast-properties": "2.0.0" 16 10 }, 17 11 "_requested": { 18 "type": " version",12 "type": "range", 19 13 "registry": true, 20 "raw": "@babel/plugin-proposal-private-property-in-object@ 7.15.4",14 "raw": "@babel/plugin-proposal-private-property-in-object@^7.14.5", 21 15 "name": "@babel/plugin-proposal-private-property-in-object", 22 16 "escapedName": "@babel%2fplugin-proposal-private-property-in-object", 23 17 "scope": "@babel", 24 "rawSpec": " 7.15.4",18 "rawSpec": "^7.14.5", 25 19 "saveSpec": null, 26 "fetchSpec": " 7.15.4"20 "fetchSpec": "^7.14.5" 27 21 }, 28 22 "_requiredBy": [ 29 23 "/@babel/preset-env" 30 24 ], 31 "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz", 32 "_spec": "7.15.4", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 25 "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.0.tgz", 26 "_shasum": "69e935b2c5c79d2488112d886f0c4e2790fee76f", 27 "_spec": "@babel/plugin-proposal-private-property-in-object@^7.14.5", 28 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env", 34 29 "author": { 35 30 "name": "The Babel Team", … … 39 34 "url": "https://github.com/babel/babel/issues" 40 35 }, 36 "bundleDependencies": false, 41 37 "dependencies": { 42 "@babel/helper-annotate-as-pure": "^7.1 5.4",43 "@babel/helper-create-class-features-plugin": "^7.1 5.4",38 "@babel/helper-annotate-as-pure": "^7.16.0", 39 "@babel/helper-create-class-features-plugin": "^7.16.0", 44 40 "@babel/helper-plugin-utils": "^7.14.5", 45 41 "@babel/plugin-syntax-private-property-in-object": "^7.14.5" 46 42 }, 43 "deprecated": false, 47 44 "description": "This plugin transforms checks for a private property in an object", 48 45 "devDependencies": { 49 "@babel/core": " 7.15.4",50 "@babel/helper-plugin-test-runner": " 7.14.5"46 "@babel/core": "^7.16.0", 47 "@babel/helper-plugin-test-runner": "^7.16.0" 51 48 }, 52 49 "engines": { … … 71 68 "directory": "packages/babel-plugin-proposal-private-property-in-object" 72 69 }, 73 "version": "7.1 5.4"70 "version": "7.16.0" 74 71 }
Note:
See TracChangeset
for help on using the changeset viewer.