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