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