Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/helper-compilation-targets/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "@babel/helper-compilation-targets", 3 "version": "7.25.9", 4 "author": "The Babel Team (https://babel.dev/team)", 5 "license": "MIT", 6 "description": "Helper functions on Babel compilation targets", 7 "repository": { 8 "type": "git", 9 "url": "https://github.com/babel/babel.git", 10 "directory": "packages/babel-helper-compilation-targets" 2 "_from": "@babel/helper-compilation-targets@^7.25.9", 3 "_id": "@babel/helper-compilation-targets@7.25.9", 4 "_inBundle": false, 5 "_integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", 6 "_location": "/@babel/helper-compilation-targets", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "@babel/helper-compilation-targets@^7.25.9", 12 "name": "@babel/helper-compilation-targets", 13 "escapedName": "@babel%2fhelper-compilation-targets", 14 "scope": "@babel", 15 "rawSpec": "^7.25.9", 16 "saveSpec": null, 17 "fetchSpec": "^7.25.9" 11 18 }, 12 "main": "./lib/index.js", 13 "exports": { 14 ".": { 15 "types": "./lib/index.d.ts", 16 "default": "./lib/index.js" 17 }, 18 "./package.json": "./package.json" 19 "_requiredBy": [ 20 "/@babel/core" 21 ], 22 "_resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", 23 "_shasum": "55af025ce365be3cdc0c1c1e56c6af617ce88875", 24 "_spec": "@babel/helper-compilation-targets@^7.25.9", 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" 19 29 }, 20 " publishConfig": {21 " access": "public"30 "bugs": { 31 "url": "https://github.com/babel/babel/issues" 22 32 }, 23 "keywords": [ 24 "babel", 25 "babel-plugin" 26 ], 33 "bundleDependencies": false, 27 34 "dependencies": { 28 35 "@babel/compat-data": "^7.25.9", … … 32 39 "semver": "^6.3.1" 33 40 }, 41 "deprecated": false, 42 "description": "Helper functions on Babel compilation targets", 34 43 "devDependencies": { 35 44 "@babel/helper-plugin-test-runner": "^7.25.9", … … 40 49 "node": ">=6.9.0" 41 50 }, 42 "type": "commonjs" 51 "exports": { 52 ".": { 53 "types": "./lib/index.d.ts", 54 "default": "./lib/index.js" 55 }, 56 "./package.json": "./package.json" 57 }, 58 "homepage": "https://github.com/babel/babel#readme", 59 "keywords": [ 60 "babel", 61 "babel-plugin" 62 ], 63 "license": "MIT", 64 "main": "./lib/index.js", 65 "name": "@babel/helper-compilation-targets", 66 "publishConfig": { 67 "access": "public" 68 }, 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/babel/babel.git", 72 "directory": "packages/babel-helper-compilation-targets" 73 }, 74 "type": "commonjs", 75 "version": "7.25.9" 43 76 }
Note:
See TracChangeset
for help on using the changeset viewer.