Changeset 59329aa for trip-planner-front/node_modules/@babel/plugin-proposal-private-property-in-object/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/plugin-proposal-private-property-in-object/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/plugin-proposal-private-property-in-object", 3 "version": "7.15.4", 4 "description": "This plugin transforms checks for a private property in an object", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-plugin-proposal-private-property-in-object" 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", 11 "_inBundle": false, 12 "_integrity": "sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==", 13 "_location": "/@babel/plugin-proposal-private-property-in-object", 14 "_phantomChildren": { 15 "@babel/types": "7.15.6" 9 16 }, 10 "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object", 11 "license": "MIT", 12 "publishConfig": { 13 "access": "public" 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "@babel/plugin-proposal-private-property-in-object@7.15.4", 21 "name": "@babel/plugin-proposal-private-property-in-object", 22 "escapedName": "@babel%2fplugin-proposal-private-property-in-object", 23 "scope": "@babel", 24 "rawSpec": "7.15.4", 25 "saveSpec": null, 26 "fetchSpec": "7.15.4" 14 27 }, 15 "main": "./lib/index.js", 16 "keywords": [ 17 "babel-plugin" 28 "_requiredBy": [ 29 "/@babel/preset-env" 18 30 ], 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", 34 "author": { 35 "name": "The Babel Team", 36 "url": "https://babel.dev/team" 37 }, 38 "bugs": { 39 "url": "https://github.com/babel/babel/issues" 40 }, 19 41 "dependencies": { 20 42 "@babel/helper-annotate-as-pure": "^7.15.4", … … 23 45 "@babel/plugin-syntax-private-property-in-object": "^7.14.5" 24 46 }, 25 "peerDependencies": { 26 "@babel/core": "^7.0.0-0" 27 }, 47 "description": "This plugin transforms checks for a private property in an object", 28 48 "devDependencies": { 29 49 "@babel/core": "7.15.4", … … 33 53 "node": ">=6.9.0" 34 54 }, 35 "author": "The Babel Team (https://babel.dev/team)" 55 "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object", 56 "keywords": [ 57 "babel-plugin" 58 ], 59 "license": "MIT", 60 "main": "./lib/index.js", 61 "name": "@babel/plugin-proposal-private-property-in-object", 62 "peerDependencies": { 63 "@babel/core": "^7.0.0-0" 64 }, 65 "publishConfig": { 66 "access": "public" 67 }, 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/babel/babel.git", 71 "directory": "packages/babel-plugin-proposal-private-property-in-object" 72 }, 73 "version": "7.15.4" 36 74 }
Note:
See TracChangeset
for help on using the changeset viewer.