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