Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/helpers/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "@babel/helpers", 3 "version": "7.26.0", 4 "description": "Collection of helper functions used by Babel transforms.", 5 "author": "The Babel Team (https://babel.dev/team)", 6 "homepage": "https://babel.dev/docs/en/next/babel-helpers", 7 "license": "MIT", 8 "publishConfig": { 9 "access": "public" 2 "_from": "@babel/helpers@^7.26.0", 3 "_id": "@babel/helpers@7.26.0", 4 "_inBundle": false, 5 "_integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", 6 "_location": "/@babel/helpers", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "@babel/helpers@^7.26.0", 12 "name": "@babel/helpers", 13 "escapedName": "@babel%2fhelpers", 14 "scope": "@babel", 15 "rawSpec": "^7.26.0", 16 "saveSpec": null, 17 "fetchSpec": "^7.26.0" 10 18 }, 11 "repository": { 12 "type": "git", 13 "url": "https://github.com/babel/babel.git", 14 "directory": "packages/babel-helpers" 19 "_requiredBy": [ 20 "/@babel/core" 21 ], 22 "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", 23 "_shasum": "30e621f1eba5aa45fe6f4868d2e9154d884119a4", 24 "_spec": "@babel/helpers@^7.26.0", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core", 26 "author": { 27 "name": "The Babel Team", 28 "url": "https://babel.dev/team" 15 29 }, 16 "main": "./lib/index.js", 30 "bugs": { 31 "url": "https://github.com/babel/babel/issues" 32 }, 33 "bundleDependencies": false, 17 34 "dependencies": { 18 35 "@babel/template": "^7.25.9", 19 36 "@babel/types": "^7.26.0" 20 37 }, 38 "deprecated": false, 39 "description": "Collection of helper functions used by Babel transforms.", 21 40 "devDependencies": { 22 41 "@babel/generator": "^7.26.0", … … 28 47 "node": ">=6.9.0" 29 48 }, 30 "type": "commonjs" 49 "homepage": "https://babel.dev/docs/en/next/babel-helpers", 50 "license": "MIT", 51 "main": "./lib/index.js", 52 "name": "@babel/helpers", 53 "publishConfig": { 54 "access": "public" 55 }, 56 "repository": { 57 "type": "git", 58 "url": "git+https://github.com/babel/babel.git", 59 "directory": "packages/babel-helpers" 60 }, 61 "type": "commonjs", 62 "version": "7.26.0" 31 63 }
Note:
See TracChangeset
for help on using the changeset viewer.