Changeset 59329aa for trip-planner-front/node_modules/@babel/compat-data
- 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/compat-data/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/compat-data", 3 "version": "7.15.0", 4 "author": "The Babel Team (https://babel.dev/team)", 5 "license": "MIT", 2 "_args": [ 3 [ 4 "@babel/compat-data@7.15.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/compat-data@7.15.0", 10 "_id": "@babel/compat-data@7.15.0", 11 "_inBundle": false, 12 "_integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==", 13 "_location": "/@babel/compat-data", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/compat-data@7.15.0", 19 "name": "@babel/compat-data", 20 "escapedName": "@babel%2fcompat-data", 21 "scope": "@babel", 22 "rawSpec": "7.15.0", 23 "saveSpec": null, 24 "fetchSpec": "7.15.0" 25 }, 26 "_requiredBy": [ 27 "/@babel/helper-compilation-targets", 28 "/@babel/plugin-proposal-object-rest-spread", 29 "/@babel/preset-env", 30 "/babel-plugin-polyfill-corejs2" 31 ], 32 "_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz", 33 "_spec": "7.15.0", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "The Babel Team", 37 "url": "https://babel.dev/team" 38 }, 39 "bugs": { 40 "url": "https://github.com/babel/babel/issues" 41 }, 6 42 "description": "", 7 " repository": {8 " type": "git",9 " url": "https://github.com/babel/babel.git",10 " directory": "packages/babel-compat-data"43 "devDependencies": { 44 "@mdn/browser-compat-data": "^3.3.4", 45 "core-js-compat": "^3.16.0", 46 "electron-to-chromium": "^1.3.749" 11 47 }, 12 " publishConfig": {13 " access": "public"48 "engines": { 49 "node": ">=6.9.0" 14 50 }, 15 51 "exports": { … … 21 57 "./plugin-bugfixes": "./plugin-bugfixes.js" 22 58 }, 23 "scripts": { 24 "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js" 25 }, 59 "homepage": "https://github.com/babel/babel#readme", 26 60 "keywords": [ 27 61 "babel", … … 29 63 "compat-data" 30 64 ], 31 " devDependencies": {32 "@mdn/browser-compat-data": "^3.3.4",33 "core-js-compat": "^3.16.0",34 " electron-to-chromium": "^1.3.749"65 "license": "MIT", 66 "name": "@babel/compat-data", 67 "publishConfig": { 68 "access": "public" 35 69 }, 36 "engines": { 37 "node": ">=6.9.0" 38 } 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/babel/babel.git", 73 "directory": "packages/babel-compat-data" 74 }, 75 "scripts": { 76 "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js" 77 }, 78 "version": "7.15.0" 39 79 }
Note:
See TracChangeset
for help on using the changeset viewer.