Changeset 59329aa for trip-planner-front/node_modules/@babel/plugin-proposal-private-property-in-object
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/@babel/plugin-proposal-private-property-in-object
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/plugin-proposal-private-property-in-object/node_modules/@babel/helper-annotate-as-pure/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/helper-annotate-as-pure", 3 "version": "7.15.4", 2 "_args": [ 3 [ 4 "@babel/helper-annotate-as-pure@7.15.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/helper-annotate-as-pure@7.15.4", 10 "_id": "@babel/helper-annotate-as-pure@7.15.4", 11 "_inBundle": false, 12 "_integrity": "sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==", 13 "_location": "/@babel/plugin-proposal-private-property-in-object/@babel/helper-annotate-as-pure", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/helper-annotate-as-pure@7.15.4", 19 "name": "@babel/helper-annotate-as-pure", 20 "escapedName": "@babel%2fhelper-annotate-as-pure", 21 "scope": "@babel", 22 "rawSpec": "7.15.4", 23 "saveSpec": null, 24 "fetchSpec": "7.15.4" 25 }, 26 "_requiredBy": [ 27 "/@babel/plugin-proposal-private-property-in-object" 28 ], 29 "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz", 30 "_spec": "7.15.4", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "The Babel Team", 34 "url": "https://babel.dev/team" 35 }, 36 "bugs": { 37 "url": "https://github.com/babel/babel/issues" 38 }, 39 "dependencies": { 40 "@babel/types": "^7.15.4" 41 }, 4 42 "description": "Helper function to annotate paths and nodes with #__PURE__ comment", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-helper-annotate-as-pure" 43 "engines": { 44 "node": ">=6.9.0" 9 45 }, 10 46 "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure", 11 47 "license": "MIT", 48 "main": "./lib/index.js", 49 "name": "@babel/helper-annotate-as-pure", 12 50 "publishConfig": { 13 51 "access": "public" 14 52 }, 15 "main": "./lib/index.js", 16 "dependencies": { 17 "@babel/types": "^7.15.4" 53 "repository": { 54 "type": "git", 55 "url": "git+https://github.com/babel/babel.git", 56 "directory": "packages/babel-helper-annotate-as-pure" 18 57 }, 19 "engines": { 20 "node": ">=6.9.0" 21 }, 22 "author": "The Babel Team (https://babel.dev/team)" 58 "version": "7.15.4" 23 59 } -
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.