Changeset 79a0317 for imaps-frontend/node_modules/@babel/compat-data
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- Location:
- imaps-frontend/node_modules/@babel/compat-data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/compat-data/README.md
r0c6b92a r79a0317 1 1 # @babel/compat-data 2 2 3 > 3 > The compat-data to determine required Babel plugins 4 4 5 5 See our website [@babel/compat-data](https://babeljs.io/docs/babel-compat-data) for more information. -
imaps-frontend/node_modules/@babel/compat-data/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "@babel/compat-data", 3 "version": "7.26.2", 4 "author": "The Babel Team (https://babel.dev/team)", 5 "license": "MIT", 6 "description": "", 7 "repository": { 8 "type": "git", 9 "url": "https://github.com/babel/babel.git", 10 "directory": "packages/babel-compat-data" 2 "_from": "@babel/compat-data@^7.25.9", 3 "_id": "@babel/compat-data@7.26.3", 4 "_inBundle": false, 5 "_integrity": "sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==", 6 "_location": "/@babel/compat-data", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "@babel/compat-data@^7.25.9", 12 "name": "@babel/compat-data", 13 "escapedName": "@babel%2fcompat-data", 14 "scope": "@babel", 15 "rawSpec": "^7.25.9", 16 "saveSpec": null, 17 "fetchSpec": "^7.25.9" 11 18 }, 12 "publishConfig": { 13 "access": "public" 19 "_requiredBy": [ 20 "/@babel/helper-compilation-targets" 21 ], 22 "_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.3.tgz", 23 "_shasum": "99488264a56b2aded63983abd6a417f03b92ed02", 24 "_spec": "@babel/compat-data@^7.25.9", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/helper-compilation-targets", 26 "author": { 27 "name": "The Babel Team", 28 "url": "https://babel.dev/team" 29 }, 30 "bugs": { 31 "url": "https://github.com/babel/babel/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "The compat-data to determine required Babel plugins", 36 "devDependencies": { 37 "@mdn/browser-compat-data": "^5.5.36", 38 "core-js-compat": "^3.37.1", 39 "electron-to-chromium": "^1.4.816" 40 }, 41 "engines": { 42 "node": ">=6.9.0" 14 43 }, 15 44 "exports": { … … 21 50 "./plugin-bugfixes": "./plugin-bugfixes.js" 22 51 }, 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 }, 52 "homepage": "https://github.com/babel/babel#readme", 26 53 "keywords": [ 27 54 "babel", … … 29 56 "compat-data" 30 57 ], 31 " devDependencies": {32 "@mdn/browser-compat-data": "^5.5.36",33 "core-js-compat": "^3.37.1",34 " electron-to-chromium": "^1.4.816"58 "license": "MIT", 59 "name": "@babel/compat-data", 60 "publishConfig": { 61 "access": "public" 35 62 }, 36 "engines": { 37 "node": ">=6.9.0" 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/babel/babel.git", 66 "directory": "packages/babel-compat-data" 38 67 }, 39 "type": "commonjs" 68 "scripts": { 69 "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js" 70 }, 71 "type": "commonjs", 72 "version": "7.26.3" 40 73 }
Note:
See TracChangeset
for help on using the changeset viewer.