- 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/helper-replace-supers/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/helper-replace-supers", 3 "version": "7.15.4", 4 "description": "Helper function to replace supers", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-helper-replace-supers" 2 "_args": [ 3 [ 4 "@babel/helper-replace-supers@7.15.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/helper-replace-supers@7.15.4", 10 "_id": "@babel/helper-replace-supers@7.15.4", 11 "_inBundle": false, 12 "_integrity": "sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==", 13 "_location": "/@babel/helper-replace-supers", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/helper-replace-supers@7.15.4", 19 "name": "@babel/helper-replace-supers", 20 "escapedName": "@babel%2fhelper-replace-supers", 21 "scope": "@babel", 22 "rawSpec": "7.15.4", 23 "saveSpec": null, 24 "fetchSpec": "7.15.4" 9 25 }, 10 "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers", 11 "license": "MIT", 12 "publishConfig": { 13 "access": "public" 26 "_requiredBy": [ 27 "/@babel/helper-create-class-features-plugin", 28 "/@babel/helper-module-transforms", 29 "/@babel/plugin-transform-classes", 30 "/@babel/plugin-transform-object-super" 31 ], 32 "_resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz", 33 "_spec": "7.15.4", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "The Babel Team", 37 "url": "https://babel.dev/team" 14 38 }, 15 "main": "./lib/index.js", 39 "bugs": { 40 "url": "https://github.com/babel/babel/issues" 41 }, 16 42 "dependencies": { 17 43 "@babel/helper-member-expression-to-functions": "^7.15.4", … … 20 46 "@babel/types": "^7.15.4" 21 47 }, 48 "description": "Helper function to replace supers", 22 49 "engines": { 23 50 "node": ">=6.9.0" 24 51 }, 25 "author": "The Babel Team (https://babel.dev/team)" 52 "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers", 53 "license": "MIT", 54 "main": "./lib/index.js", 55 "name": "@babel/helper-replace-supers", 56 "publishConfig": { 57 "access": "public" 58 }, 59 "repository": { 60 "type": "git", 61 "url": "git+https://github.com/babel/babel.git", 62 "directory": "packages/babel-helper-replace-supers" 63 }, 64 "version": "7.15.4" 26 65 }
Note:
See TracChangeset
for help on using the changeset viewer.